.page_wrapper_dop {
  margin: 105px 0 90px;
}
@media screen and (max-width: 992px) {
  .page_wrapper_dop {
    margin: 115px 0 90px;
  }
}
.page_wrapper_dop .page_title {
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .page_wrapper_dop .page_title {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
}
.page_wrapper_dop img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_wrapper_dop .link {
  scroll-margin-top: 180px;
}
@media screen and (max-width: 1200px) {
  .page_wrapper_dop .link {
    scroll-margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .page_wrapper_dop .link {
    scroll-margin-top: 240px;
  }
}
.page_wrapper_dop section,
.page_wrapper_dop .section {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .page_wrapper_dop section,
  .page_wrapper_dop .section {
    margin: 30px 0;
  }
}
.page_wrapper_dop p {
  margin: 0 0 20px;
}
.page_wrapper_dop h2 {
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  text-transform: uppercase;
}

.btn_dop {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  font-size: 13px;
  border: 1.1px solid #2398AB;
  color: #2398AB;
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border-radius: 35px;
}
.btn_dop svg {
  position: relative;
  right: -20px;
}

.btn_more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  font-size: 13px;
  border: 1.1px solid #000000;
  color: #000000;
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border-radius: 35px;
}
.btn_more svg {
  position: relative;
  right: -20px;
}

/**/
section.complex_bl1 {
  width: 100%;
  aspect-ratio: 6/3;
  position: relative;
  overflow: hidden;
  max-height: 1000px;
  margin: 10px 0 60px;
}
@media screen and (max-width: 768px) {
  section.complex_bl1 {
    min-height: 570px;
  }
}
section.complex_bl1 h1 {
  font-size: clamp(30px, 6vw, 92px);
  font-weight: 600;
}
section.complex_bl1 .img {
  position: absolute;
  inset: 0;
}
section.complex_bl1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
section.complex_bl1 .complex_bl1_row {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  gap: 40px;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  section.complex_bl1 .complex_bl1_row {
    padding: 0 0 40px;
    gap: 20px;
  }
}
section.complex_bl1 .sub_title {
  font-size: clamp(14px, 3vw, 36px);
  font-weight: 400;
  gap: 40px;
}
section.complex_bl1 .container {
  height: 100%;
}

.complex_count .sub_title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 600;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .complex_count .sub_title br {
    display: none;
  }
}
.complex_count .complex_count_row {
  margin: 32px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .complex_count .complex_count_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .complex_count .complex_count_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.complex_count .complex_count_row .item .num {
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 600;
}
.complex_count .complex_count_row .item .desc {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  border-top: 1px solid #D0DDE3;
  padding: 10px 0 0;
}

.complex_bl2 {
  width: 100%;
  aspect-ratio: 6/3;
  position: relative;
  overflow: hidden;
  max-height: 840px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .complex_bl2 {
    min-height: 560px;
    background-attachment: scroll;
  }
}
.complex_bl2 .img {
  position: absolute;
  inset: 0;
}
.complex_bl2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 152, 171, 0.4)), to(rgba(30, 30, 30, 0.4)));
  background: linear-gradient(0deg, rgba(35, 152, 171, 0.4) 0%, rgba(30, 30, 30, 0.4) 100%);
  z-index: 1;
}
.complex_bl2 .complex_bl2_row {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  gap: 40px;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .complex_bl2 .complex_bl2_row {
    padding: 0 0 37px;
  }
}
.complex_bl2 .sub_title {
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}
.complex_bl2 .container {
  height: 100%;
}

.complex_video_row {
  border-radius: 30px;
  max-height: 720px;
  position: relative;
  overflow: hidden;
  display: block;
}
.complex_video_row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 152, 173, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(19, 152, 173, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.complex_video_row::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 110px;
  height: 110px;
  background: url(./img/play.svg) no-repeat center/cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .complex_video_row::after {
    width: 40px;
    height: 40px;
  }
}

.complex_bl3_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .complex_bl3_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.complex_bl3_row .item_row .item {
  padding: 30px 108px 30px 30px;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .complex_bl3_row .item_row .item {
    padding: 20px;
  }
}
.complex_bl3_row .item_row .item.active {
  border: 1px solid #C5C5C5;
  border-radius: 7px;
}
.complex_bl3_row .img {
  border-radius: 30px;
  overflow: hidden;
}

.complex_bl4 {
  background: #EFEFEF;
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  .complex_bl4 {
    padding: 60px 0 30px;
  }
}
.complex_bl4 .complex_bl4_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  .complex_bl4 .complex_bl4_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.complex_bl4 .complex_bl4_row .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .complex_bl4 .complex_bl4_row .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.complex_bl4 .complex_bl4_row .item .text {
  padding: 0 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .complex_bl4 .complex_bl4_row .item .text {
    padding: 80px 20px;
  }
}
.complex_bl4 .complex_bl4_row .item .img {
  max-height: 290px;
  height: 100%;
  overflow: hidden;
}
.complex_bl4 .complex_bl4_row .item:nth-child(1) .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(1) .text::after {
    display: none;
  }
}
.complex_bl4 .complex_bl4_row .item:nth-child(2) .text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(2) .text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.complex_bl4 .complex_bl4_row .item:nth-child(2) .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(2) .text::after {
    display: none;
  }
}
.complex_bl4 .complex_bl4_row .item:nth-child(3) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1200px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(3) .text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.complex_bl4 .complex_bl4_row .item:nth-child(3) .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  border-right-color: #fff;
  border-left-color: transparent;
}
@media screen and (max-width: 1200px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(3) .text::after {
    left: auto;
    right: -40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left-color: #fff;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(3) .text::after {
    display: none;
  }
}
.complex_bl4 .complex_bl4_row .item:nth-child(4) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1200px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(4) .text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.complex_bl4 .complex_bl4_row .item:nth-child(4) .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  border-right-color: #fff;
  border-left-color: transparent;
}
@media screen and (max-width: 1200px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(4) .text::after {
    left: auto;
    right: -40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left-color: #fff;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .complex_bl4 .complex_bl4_row .item:nth-child(4) .text::after {
    display: none;
  }
}

.complex_bl5 {
  background: #EFEFEF;
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  .complex_bl5 {
    padding: 30px 0;
  }
}

.complex_bl5_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 28px;
}
@media screen and (max-width: 992px) {
  .complex_bl5_row {
    display: block;
  }
}
.complex_bl5_row .item {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .complex_bl5_row .item {
    width: 280px;
    margin-right: 20px;
  }
}
.complex_bl5_row .item .text {
  padding: 33px;
  display: -ms-grid;
  display: grid;
  gap: 17px;
  min-height: 160px;
}
.complex_bl5_row .item .img {
  aspect-ratio: 4/3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.complex_bl5_row .item:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.complex_bl6 {
  width: 100%;
  aspect-ratio: 6/3;
  position: relative;
  overflow: hidden;
  max-height: 600px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .complex_bl6 {
    height: 356px;
    background-attachment: scroll;
  }
}
.complex_bl6 .img {
  position: absolute;
  inset: 0;
}
.complex_bl6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 152, 171, 0.4)), to(rgba(30, 30, 30, 0.8)));
  background: linear-gradient(0deg, rgba(35, 152, 171, 0.4) 0%, rgba(30, 30, 30, 0.8) 100%);
  z-index: 1;
}
.complex_bl6 .complex_bl6_row {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 898px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  gap: 40px;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .complex_bl6 .complex_bl6_row {
    padding: 0 0 22px;
  }
}
.complex_bl6 .sub_title {
  font-size: clamp(12px, 2vw, 24px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}
.complex_bl6 .container {
  height: 100%;
}

.complex_bl7_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 26px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin: 60px 0 170px;
}
@media screen and (max-width: 992px) {
  .complex_bl7_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 60px 0;
  }
}
.complex_bl7_row .item {
  background: #29B9D0;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-shadow: 0px 10px 40px -2px rgba(0, 11, 48, 0.3019607843);
          box-shadow: 0px 10px 40px -2px rgba(0, 11, 48, 0.3019607843);
  border-radius: 10px;
}
.complex_bl7_row .item .text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.complex_bl7_row .item a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.complex_bl8_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
}
@media screen and (max-width: 992px) {
  .complex_bl8_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.complex_bl8_row .img {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 992px) {
  .complex_bl8_row .desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.complex_bl8_row .name {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 9px;
}
.complex_bl8_row .spec {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 27px;
}
.complex_bl8_row .text {
  padding: 27px 0 0;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.complex_bl8_row .text::before {
  content: "";
  width: 50px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  top: 0;
}

.complex_bl9_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .complex_bl9_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.complex_bl9_row .img {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 992px) {
  .complex_bl9_row .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.complex_bl9_row .icon_row {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.complex_bl9_row .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55px 30px 1fr;
  grid-template-columns: 55px 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complex_bl9_row .item .text {
  color: #2398AB;
  font-size: 20px;
  font-weight: 600;
}

.complex_bl10 {
  background: #EFEFEF;
  padding: 60px 0;
}
.complex_bl10 .nav_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complex_bl10 .nav_row svg {
  fill: #fff;
}
.complex_bl10 .slick-arrow {
  position: static;
}

.complex_bl10_row .item {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .complex_bl10_row .item {
    width: 280px;
    margin-right: 20px;
  }
}
.complex_bl10_row .item .text {
  font-size: 20px;
  font-weight: 600;
  padding: 34px 50px 34px 34px;
  display: -ms-grid;
  display: grid;
  gap: 17px;
  min-height: 160px;
}
.complex_bl10_row .item .text span {
  min-height: 80px;
}
@media screen and (max-width: 992px) {
  .complex_bl10_row .item .text span {
    min-height: 90px;
  }
}
.complex_bl10_row .item .img {
  aspect-ratio: 4/3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.complex_bl10_row .item:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.complex_bl11 {
  background: #EFEFEF;
  padding: 60px 0;
}

.complex_bl11_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 28px;
}
@media screen and (max-width: 992px) {
  .complex_bl11_row {
    display: block;
  }
}
.complex_bl11_row .item {
  border-radius: 22px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 992px) {
  .complex_bl11_row .item {
    width: 280px;
    margin-right: 20px;
  }
}
.complex_bl11_row .item:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.complex_bl11_row .item_row {
  background: #fff;
  padding: 34px 50px 34px 34px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  min-height: 160px;
}
@media screen and (max-width: 992px) {
  .complex_bl11_row .item_row {
    padding: 28px;
    display: block;
  }
}
.complex_bl11_row .item_row .pot {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 20px;
}
.complex_bl11_row .item_row .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 80px;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  .complex_bl11_row .item_row .title {
    font-size: 16px;
    margin: 0 0 50px;
  }
}
.complex_bl11_row .item_row .date_from,
.complex_bl11_row .item_row .date_after {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .complex_bl11_row .item_row .date_from,
  .complex_bl11_row .item_row .date_after {
    font-size: 12px;
  }
}
.complex_bl11_row .img {
  aspect-ratio: 4/3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.complex_bl11_row .btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin: 26px 0 0;
}
@media screen and (max-width: 992px) {
  .complex_bl11_row .btn_row {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .complex_bl11_row .btn_row a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.complex_bl11_row + .btn_dop {
  margin: 0 auto;
  height: 58px;
  font-size: 16px;
  padding: 0 54px;
}

.complex_form_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 96px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
  background: #EFEFEF;
}
@media screen and (max-width: 992px) {
  .complex_form_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.complex_form_wrap .complex_form_row {
  width: 100%;
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 70px 0;
}
@media screen and (max-width: 992px) {
  .complex_form_wrap .complex_form_row {
    padding: 40px 20px;
  }
}
.complex_form_wrap .complex_form_row .form-input {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  padding: 20px 0;
  border: none;
  border-bottom: 0.8px solid #B3B3B3;
  width: 100%;
}
.complex_form_wrap .complex_form_row .form-input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.complex_form_wrap .complex_form_row .form-input::-moz-placeholder {
  color: #B3B3B3;
}
.complex_form_wrap .complex_form_row .form-input:-ms-input-placeholder {
  color: #B3B3B3;
}
.complex_form_wrap .complex_form_row .form-input::-ms-input-placeholder {
  color: #B3B3B3;
}
.complex_form_wrap .complex_form_row .form-input::placeholder {
  color: #B3B3B3;
}
.complex_form_wrap .complex_form_row .form-input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.complex_form_wrap .complex_form_row .form-input:focus::-moz-placeholder {
  visibility: hidden;
}
.complex_form_wrap .complex_form_row .form-input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.complex_form_wrap .complex_form_row .form-input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.complex_form_wrap .complex_form_row .form-input:focus::placeholder {
  visibility: hidden;
}
.complex_form_wrap .complex_form_row textarea.form-input {
  height: 100px;
  resize: none;
}
.complex_form_wrap .complex_form_row .btn {
  border: none;
  padding: 0 49px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 34px 0 20px;
}
.complex_form_wrap .complex_form_row .form_desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.complex_form_wrap .complex_form_row .form_desc a {
  color: #189EA0;
}
.complex_form_wrap .complex_form_title {
  font-size: 42px;
  font-weight: 600;
}
.complex_form_wrap .complex_form_text {
  font-size: 20px;
  font-weight: 400;
}

.tabcontent {
  display: none;
}

.page .page_wrapper_dop h1 {
    line-height: initial; 
    padding: initial;
    z-index:  initial;
    position:  initial;
}

.page .page_wrapper_dop h1::before{
    content: none !important;
}

.complex_bl9_row .item .text a {
    color: #2398AB;
}