@font-face {
  font-family: FZDHTK;
  src: url(./FZDHTJW.ttf) format(truetype);
}

.header {
  background: top right / auto 100% url(../img/open-header-bg.jpg);
}
.top-logo {
  padding-top: 10px;
}
.top-logo img {
  height: 54px;
}
.main-section {
  background: #f8f8f8;
}
.logo-wrapper img {
  height: 160px;
}
.intro-wrapper {
  background: #ebf8ff;
  padding: 40px 30px;
  line-height: 2.5;
  text-indent: 2rem;
}
.intro-wrapper img {
  margin-right: 24px;
}
.block-wrapper {
  margin-top: 2rem;
}
.block-title {
  font-size: 40px;
  font-family: FZDHTK;
  font-weight: bold;
  color: #ffea00;
  padding: 24px 10px;
  text-align: center;
  background: top left / auto 100% url(../img/open-title-bg.jpg);
}
.block-content {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.19);
  border-radius: 4px;
  padding: 40px 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.icon-entry-wrapper {
  text-align: center;
  flex: 1 0 calc(33% - 30px);
  align-items: center;
  padding: 12px 18px;
  background: #d4f3ff;
  border-radius: 4px;
  color: #0066ee;
  font-size: 22px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.icon-entry-wrapper span {
  display: block;
}
.icon-entry-wrapper .icon-wrapper {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #026af0;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.icon-entry-wrapper .icon-wrapper .iconfont {
  color: #fff;
  font-size: 44px;
}
.large-icon-entry-wrapper {
  text-align: center;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc(33% - 37px);
  background: #d4f3ff;
  border-radius: 4px;
}
.large-icon-entry-wrapper:nth-child(-n + 2) {
  margin: 0 45px 40px 0;
}
.large-icon-wrapper {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.large-icon-wrapper img {
  width: 226px;
}
.large-icon-entry-wrapper .text-wrapper {
  padding: 0 15px;
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.addition-block {
  padding-right: 30px;
  padding-bottom: 40px;
}
.image-list .image-item-wrapper{
  margin: 0 30px 40px 0;
  flex: calc(33% - 30px);
}
.image-item-wrapper .text-wrapper {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 22px;
}
#image-1 .text-wrapper {
  background-color: #3ea4d0;
  line-height: 62px;
}
#image-2 {
  background-color: #759eea;
}
#image-3 {
  background-color: #15b1fe;
}
@media only screen and (max-width: 991px) {
  .logo-wrapper img {
    height: auto;
    width: 80%;
    max-width: 2000px;
  }
  .large-icon-entry-wrapper {
    margin: 0 30px 30px 0 !important;
    flex: 1;
  }
  .image-list .image-item-wrapper {
    flex: 1 1 100%;
    margin-bottom: 30px !important;
  }
  .image-list .image-item-wrapper {
    margin-right: 0;
  }
  #image-1 {
    margin-bottom: 30px;
    display: block;
  }
  #image-1 img,
  #image-2 img,
  #image-3 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  #image-1 .text-wrapper,
  #image-2 .text-wrapper,
  #image-3 .text-wrapper {
    line-height: 80px;
    font-size: 18px;
  }
  .icon-entry-wrapper {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .block-title {
    font-size: 28px;
  }
  .block-content {
    padding-top: 20px;
    padding-left: 15px;
  }
  .icon-entry-wrapper {
    flex: 1 0 80%;
    margin-right: 15px;
  }
  .large-icon-entry-wrapper {
    margin: 0 15px 20px 0 !important;
  }
  .image-list .image-item-wrapper {
    margin-bottom: 20px !important;
  }
  .image-list {
    padding-right: 15px;
  }
  .addition-block {
    padding: 20px 15px;
  }
  .top-logo img {
    width: 50%;
    height: auto;
  }
}
