.menu {
  width: 362px;
  max-width: 100%;
  max-height: 90vh;
  background: linear-gradient(116.39deg, #8BADC0 40.86%, #6992A2 93.37%);
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  overflow-y: auto;
  z-index: 1100;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 86px;
  padding-bottom: 52px;
  padding-left: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .menu::-webkit-scrollbar {
    display: none; }
  .menu.active {
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    @media only screen and (min-width: 576px) {
      .menu.active {
        right: calc(5vw - 10px); } }
    @media only screen and (min-width: 1200px) {
      .menu.active {
        right: calc((100% - 1060px) / 2); } }
  .menu * {
    position: relative;
    z-index: 2; }

.menu__image-bg {
  background-image: url("../assets/images/menu/bg.png");
  position: absolute;
  height: 100vh;
  width: 20vw;
  right: 20px;
  z-index: 1; }

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu__list-item {
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-left: 15px;
  -webkit-transition: .2s;
  transition: .2s; }
  .menu__list-item:before {
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    background-color: rgba(207, 221, 225, 0.3);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3px);
    left: -15px;
    -webkit-transition: .2s;
    transition: .2s; }
  .menu__list-item:hover {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    color: #063163; }
    .menu__list-item:hover:before {
      -webkit-transform: translateX(15px);
              transform: translateX(15px);
      opacity: 0; }

.menu__list-item-link {
  color: inherit;
  padding: 10px;
  display: block; }

.menu__close {
  margin-left: auto;
  margin-right: 20px;
  padding: 15px;
  cursor: pointer; }
  .menu__close svg {
    display: block; }
    .menu__close svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .menu__close:hover svg path {
    fill: #063163; }

.menu__icons {
  margin-top: 32px; }

.menu__icon {
  display: inline-block;
  margin-right: 15px; }
  .menu__icon * {
    -webkit-transition: .3s;
    transition: .3s; }
  .menu__icon:hover * {
    fill: #063163; }

.zoom-modal {
  position: fixed;
  z-index: 100500;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none; }

.zoom-modal__wrapper {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.zoom-modal__image {
  display: block;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 95%;
  max-height: 95%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  width: 100%;
  margin: 0;
  overflow-x: hidden; }

.body {
  position: relative;
  font-family: 'Montserrat', sans-serif; }

.container {
  width: 90vw;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .container {
      width: 1060px; } }

a {
  text-decoration: none; }

button, input, textarea {
  font-family: 'Montserrat', sans-serif; }

.btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  min-width: 166px;
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all, .3s;
  transition: all, .3s; }
  @media only screen and (min-width: 768px) {
    .btn {
      font-size: 16px; } }

.btn-big {
  min-width: 258px; }

.btn-blue {
  background: #063163;
  color: #fff; }
  .btn-blue:hover {
    background: #6992A2; }

.btn-white {
  background: #fff;
  color: #063163; }
  .btn-white:hover {
    background: #063163;
    color: #fff; }

.btn-cyan {
  width: 204px;
  color: #fff;
  background: #6992A2; }
  .btn-cyan:hover {
    background: #063163; }

.section-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #063163;
  line-height: 1.2;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .section-ttl {
      font-size: 34px; } }
  @media only screen and (min-width: 992px) {
    .section-ttl {
      font-size: 42px; } }

.section-descr {
  font-size: 14px;
  font-weight: 500;
  color: #063163;
  line-height: 1.2;
  margin: 0;
  margin-top: 13px; }
  @media only screen and (min-width: 768px) {
    .section-descr {
      font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    .section-descr {
      font-size: 18px; } }

.ddc-phone-numbers {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ddc-phone-number {
  font-size: 18px;
  font-weight: 700;
  color: #063163;
  line-height: 1.2;
  margin-bottom: 3px; }
  .ddc-phone-number:last-child {
    margin-bottom: 0; }
  .ddc-phone-number::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #063163;
    margin: 0 auto;
    margin-top: -3px;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .ddc-phone-number:hover::after {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .ddc-phone-number {
      font-size: 22px; } }

.header {
  width: 100%;
  padding: 8px 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header .container {
    z-index: 2; }
  .header.scroll .header-mobile-phone {
    color: #063163; }
    .header.scroll .header-mobile-phone::after {
      background: #063163; }
  .header.scroll .header-menu__btn svg line {
    stroke: #063163; }
  .header.scroll .header-menu__btn:hover svg line {
    stroke: #6992A2; }

.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-logo {
  width: 100px; }
  @media only screen and (min-width: 768px) {
    .header-logo {
      width: 120px; } }
  @media only screen and (min-width: 992px) {
    .header-logo {
      width: 163px; } }

.header-logo__image {
  display: block;
  width: 100%;
  height: auto; }

.header-phone {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .header-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.header-phone__number {
  font-size: 22px;
  font-weight: 400;
  color: #063163;
  margin-right: 12px; }
  .header-phone__number::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #063163;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-phone__number:hover::after {
    width: 100%; }
.header-mobile-phone + .header-mobile-phone{
  font-size: 13px!important;
  display: block!important;
}
.header-phone__info {
  font-size: 14px;
  font-weight: 400;
  color: #063163;
  margin-bottom: 2px; }

.header-mobile-phone {
  font-weight: 400;
  color: #063163;
  padding-left: 50px;
}
  .header-mobile-phone::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #063163;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .header-mobile-phone:hover::after {
    width: 100%; }
  @media only screen and (min-width: 576px) {
    .header-mobile-phone {
      display: block;
      font-size: 18px;
      font-weight: 400;
      color: #063163; } }
  @media only screen and (min-width: 992px) {
    .header-mobile-phone {
      font-size: 22px; } }
  @media only screen and (min-width: 1200px) {
    .header-mobile-phone {
      color: #fff; }
      .header-mobile-phone::after {
        background: #fff; } }

.header-menu__btn {
  cursor: pointer; }
  .header-menu__btn svg {
    display: block; }
    .header-menu__btn svg line {
      stroke: #063163;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .header-menu__btn:hover svg line {
    stroke: #6992A2; }
  @media only screen and (min-width: 1200px) {
    .header-menu__btn svg line {
      stroke: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
    .header-menu__btn:hover svg line {
      stroke: #063163; } }

.banner {
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .banner {
      padding-top: 57px; } }
  @media only screen and (min-width: 992px) {
    .banner {
      padding-top: 72px; } }
  @media only screen and (min-width: 1200px) {
    .banner::after {
      content: '';
      display: block;
      width: calc((100% - 1060px) / 2 + 390px);
      height: 100%;
      background: linear-gradient(116.39deg, #8BADC0 40.86%, #6992A2 93.37%);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; } }

.banner-block {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3; }

.banner-block__inner {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 1200px) {
    .banner-block__inner {
      width: 1060px;
      height: 533px;
      margin: 0 auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.banner-block__image-wrap {
  width: 100%;
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .banner-block__image-wrap {
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .banner-block__image-wrap {
      height: 533px; } }
  @media only screen and (min-width: 1200px) {
    .banner-block__image-wrap {
      width: 887px;
      position: absolute;
      top: 0;
      left: 90px; } }

.banner-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .banner-block__image.active {
    opacity: 1;
    z-index: 2; }

.banner-block__heading-wrap {
  width: 90%;
  height: 120px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 5%; }
  @media only screen and (min-width: 768px) {
    .banner-block__heading-wrap {
      margin-bottom: 30px;
      height: 90px; } }
  @media only screen and (min-width: 992px) {
    .banner-block__heading-wrap {
      margin-bottom: 41px; } }
  @media only screen and (min-width: 1200px) {
    .banner-block__heading-wrap {
      margin-left: 0; } }

.banner-block__heading {
  width: 100%;
  padding-left: 15px;
  border-left: 2px solid #303030;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .banner-block__heading.active {
    z-index: 2;
    opacity: 1; }
  @media only screen and (min-width: 1200px) {
    .banner-block__heading {
      width: 450px; } }

.banner-block__ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #303030;
  margin-bottom: 9px; }
  @media only screen and (min-width: 768px) {
    .banner-block__ttl {
      font-size: 32px; } }
  @media only screen and (min-width: 992px) {
    .banner-block__ttl {
      font-size: 40px; } }

.banner-block__sub-ttl {
  font-size: 16px;
  font-weight: 400;
  color: #303030; }
  @media only screen and (min-width: 768px) {
    .banner-block__sub-ttl {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    .banner-block__sub-ttl {
      font-size: 20px; } }

.banner-block__btn-wrap {
  width: 90%;
  height: 37px;
  position: relative;
  margin-bottom: 25px;
  margin-left: 5%; }
  @media only screen and (min-width: 1200px) {
    .banner-block__btn-wrap {
      margin-bottom: 191px;
      margin-left: 0; } }

.banner-block__btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .banner-block__btn.active {
    opacity: 1;
    z-index: 2; }

.banner-block__descr-wrap {
  position: relative;
  width: 90%;
  height: 140px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .banner-block__descr-wrap {
      height: 90px; } }
  @media only screen and (min-width: 1200px) {
    .banner-block__descr-wrap {
      width: 545px;
      height: 72px;
      margin: 0;
      margin-left: calc((100% - 1060px) / 2 + 90px);
      margin-top: 35px; } }

.banner-block__descr {
  font-size: 16px;
  font-weight: 500;
  color: #063163;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .banner-block__descr.active {
    opacity: 1;
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    .banner-block__descr {
      font-size: 18px; } }
  @media only screen and (min-width: 992px) {
    .banner-block__descr {
      font-size: 20px; } }

.banner-slider__ellipses {
  position: absolute;
  bottom: -30px;
  left: 10px;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .banner-slider__ellipses {
      bottom: -90px; } }

.banner-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 260px;
  right: 5%;
  z-index: 4; }
  @media only screen and (min-width: 768px) {
    .banner-socials {
      top: 400px; } }
  @media only screen and (min-width: 992px) {
    .banner-socials {
      top: 550px; } }
  @media only screen and (min-width: 1200px) {
    .banner-socials {
      right: calc((100% - 1060px) / 2);
      top: unset;
      bottom: 142px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.banner-socials__item {
  margin-left: 15px; }
  .banner-socials__item svg {
    display: block; }
    .banner-socials__item svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .banner-socials__item:hover svg path {
    fill: #063163; }
  @media only screen and (min-width: 1200px) {
    .banner-socials__item {
      margin-left: 0;
      margin-top: 20px; } }

.banner-slider__nav-block {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 1200px) {
    .banner-slider__nav-block {
      margin: 0;
      position: absolute;
      right: calc((100% - 1060px) / 2 + 152px);
      bottom: 88px; } }

.banner-slider__nav {
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .banner-slider__nav svg {
    display: block; }
    .banner-slider__nav svg path {
      fill: #063163;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .banner-slider__nav:hover svg path {
    fill: #6992A2; }
  @media only screen and (min-width: 1200px) {
    .banner-slider__nav:hover svg path {
      fill: #fff; } }

.banner-slider__nav-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 33px;
  font-size: 16px;
  font-weight: 500;
  color: #063163; }

.current-banner-slide {
  width: 10px;
  text-align: right; }

.total-banner-slides {
  width: 10px;
  text-align: left; }

.section-detox {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background: url("../assets/images/section-detox-bg.svg") no-repeat center/cover; }
  @media only screen and (min-width: 768px) {
    .section-detox {
      padding-top: 80px;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 992px) {
    .section-detox {
      padding-top: 100px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1200px) {
    .section-detox {
      padding-top: 166px;
      padding-bottom: 125px; } }

.section-detox__block {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .section-detox__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.section-detox__info {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .section-detox__info {
      width: 487px; } }

.section-detox__info-inner {
  display: none; }
  @media only screen and (min-width: 992px) {
    .section-detox__info-inner {
      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-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      background: rgba(207, 221, 225, 0.65);
      padding: 20px 40px;
      margin-bottom: 75px; } }

.section-detox__info-inner-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #063163;
  margin-bottom: 46px; }

.section-detox__details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .section-detox__details {
      width: 375px; } }

.section-detox__details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .section-detox__details-item:last-child {
    margin-bottom: 0; }

.section-detox__details-item-image {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px; }
  @media only screen and (min-width: 768px) {
    .section-detox__details-item-image {
      width: 45px;
      height: 45px; } }

.section-detox__details-item-text {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  line-height: 1.2; }

.section-why-us {
  width: 90vw;
  padding: 50px 0;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .section-why-us {
      width: 100%;
      padding: 75px 5vw 75px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1200px) {
    .section-why-us {
      padding: 0;
      padding-right: calc((100% - 1060px) / 2);
      padding-bottom: 87px; } }

.section-why-us__image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section-why-us__image {
      display: block;
      width: 300px;
      margin-right: 30px; } }
  @media only screen and (min-width: 992px) {
    .section-why-us__image {
      width: 515px;
      margin-right: 59px; } }

.section-why-us__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section-why-us__info {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .section-why-us__info {
      margin-top: 48px; } }

.section-why-us__text {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px; }
  .section-why-us__text:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .section-why-us__text {
      font-size: 16px;
      margin-bottom: 30px; } }

.section-feedback {
  width: 100%;
  position: relative; }
  .section-feedback .container {
    z-index: 2; }

.section-feedback__block {
  width: 100%;
  background: #CFDDE1;
  padding: 24px 15px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 1200px) {
    .section-feedback__block {
      padding: 24px 26px 26px 82px; } }

.feedback-form {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .feedback-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 992px) {
    .feedback-form {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.feedback-form__text {
  font-size: 18px;
  font-weight: 700;
  color: #063163; }
  @media only screen and (min-width: 992px) {
    .feedback-form__text {
      font-size: 22px; } }

.feedback-form__input {
  padding: 5px 15px;
  border: none;
  outline-color: #063163;
  min-width: 250px;
  min-height: 34px;
  margin: 7px 0;
  font-size: 18px;
  font-weight: 400;
  color: #063163; }
  .feedback-form__input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #063163; }
  .feedback-form__input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #063163; }
  .feedback-form__input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #063163; }
  .feedback-form__input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #063163; }
  @media only screen and (min-width: 768px) {
    .feedback-form__input {
      margin: 0 15px; } }
  @media only screen and (min-width: 992px) {
    .feedback-form__input {
      min-width: 274px;
      min-height: 39px;
      font-size: 22px; }
      .feedback-form__input::-webkit-input-placeholder {
        font-size: 22px; }
      .feedback-form__input::-moz-placeholder {
        font-size: 22px; }
      .feedback-form__input::-ms-input-placeholder {
        font-size: 22px; }
      .feedback-form__input::placeholder {
        font-size: 22px; } }

.feedback-form__btn {
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #063163;
  cursor: pointer; }
  .feedback-form__btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #063163;
    margin: 0 auto;
    -webkit-transition: all, .3s;
    transition: all, .3s; }
  .feedback-form__btn:hover::after {
    width: 0; }
  @media only screen and (min-width: 992px) {
    .feedback-form__btn {
      font-size: 22px; } }

.section-feedback__block-text {
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .section-feedback__block-text {
      text-align: left; } }

.section-feedback__block-phone-numbers {
  margin-top: 25px; }
  @media only screen and (min-width: 992px) {
    .section-feedback__block-phone-numbers {
      width: auto;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-top: -25px; } }

.section-feedback__ellipses_big {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 1; }
  @media only screen and (min-width: 1200px) {
    .section-feedback__ellipses_big {
      top: 24px;
      left: calc((100% - 1060px) / 2 - 133px); } }

.section-feedback__ellipses_small {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 1; }
  @media only screen and (min-width: 1200px) {
    .section-feedback__ellipses_small {
      z-index: 3;
      bottom: unset;
      top: -30px;
      right: calc((100% - 1060px) / 2 - 28px); } }

.section-complex {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section-complex {
      padding-top: 70px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .section-complex {
      padding-top: 90px;
      padding-bottom: 109px; } }

.section-complex__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section-complex__block-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 23px; }
  @media only screen and (min-width: 992px) {
    .section-complex__block-inner {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.section-complex__details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 1200px) {
    .section-complex__details {
      margin-top: 16px; } }

.section-complex__details-col {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .section-complex__details-col {
      width: 48%; } }
  @media only screen and (min-width: 1200px) {
    .section-complex__details-col {
      width: 278px; } }

.section-complex__details-item {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .section-complex__details-item {
      margin-bottom: 23px; } }
  @media only screen and (min-width: 992px) {
    .section-complex__details-item {
      height: 136px; } }
  @media only screen and (min-width: 1200px) {
    .section-complex__details-item {
      height: 120px; } }

.section-complex__details-item-number {
  font-size: 24px;
  font-weight: 700;
  color: #6992A2;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .section-complex__details-item-number {
      font-size: 30px; } }

.section-complex__details-item-text {
  font-size: 14px;
  font-weight: 500;
  color: #303030; }

.section-complex__block-call {
  width: 100%;
  padding: 55px 22px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #8BADC0;
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .section-complex__block-call {
      width: 362px;
      padding: 75px 22px 128px 22px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 56px;
      text-align: left;
      margin-top: 0; } }

.section-complex__block-call-image {
  width: 40px; }
  @media only screen and (min-width: 768px) {
    .section-complex__block-call-image {
      width: 60px; } }

.section-complex__block-call-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 44px;
  margin-bottom: 21px; }
  @media only screen and (min-width: 992px) {
    .section-complex__block-call-ttl {
      width: 100%;
      padding-left: 46px; } }

.section-complex__block-call-descr {
  font-size: 16px;
  font-weight: 500;
  color: #063163;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-complex__block-call-descr {
      font-size: 18px;
      margin-bottom: 44px; } }
  @media only screen and (min-width: 992px) {
    .section-complex__block-call-descr {
      width: 100%;
      padding-left: 46px; } }

.section-complex-ellipses {
  position: absolute;
  bottom: 0;
  left: 0; }
  @media only screen and (min-width: 768px) {
    .section-complex-ellipses {
      bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .section-complex-ellipses {
      bottom: unset;
      left: unset;
      top: 688px;
      right: calc(5vw + 135px); } }
  @media only screen and (min-width: 1200px) {
    .section-complex-ellipses {
      right: calc((100vw - 1060px) / 2 + 224px); } }

.section-principles {
  width: 100%;
  position: relative;
  background: url("../assets/images/img/online-marketing-hIgeoQjS_iE-unsplash.jpg") no-repeat center/cover;
  padding: 50px 0; }
  .section-principles .container {
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    .section-principles {
      padding: 75px 0; } }
  @media only screen and (min-width: 992px) {
    .section-principles {
      padding-top: 177px;
      padding-bottom: 140px; } }

.section-principles__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.section-principles__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .section-principles__block {
      margin-top: 60px; } }
  @media only screen and (min-width: 992px) {
    .section-principles__block {
      margin-top: 80px; } }
  @media only screen and (min-width: 1200px) {
    .section-principles__block {
      margin-top: 96px; } }

.section-principles__item {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .section-principles__item {
      width: 45%;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1200px) {
    .section-principles__item {
      width: 23%;
      margin-bottom: 0; } }

.section-principles__item-image {
  display: block;
  width: 55px;
  height: 55px; }

.section-principles__item-ttl {
  font-size: 14px;
  font-weight: 700;
  color: #063163;
  margin-top: 15px;
  margin-bottom: 10px; }

.section-principles__item-txt {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #303030; }

.section-principles__ellipses-block {
  display: none; }
  @media only screen and (min-width: 992px) {
    .section-principles__ellipses-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(207, 221, 225, 0.65);
      width: calc(5vw + 445px);
      height: 234px;
      padding-top: 18px;
      padding-left: 13px;
      z-index: 1; } }
  @media only screen and (min-width: 1200px) {
    .section-principles__ellipses-block {
      width: calc((100vw - 1060px) / 2 + 445px); } }

.section-specialists {
  width: 100%;
  position: relative;
  padding: 50px 0; }
  .section-specialists .container {
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    .section-specialists {
      padding: 75px 0; } }
  @media only screen and (min-width: 992px) {
    .section-specialists {
      padding-top: 111px;
      padding-bottom: 96px; } }

.specialists-block {
  width: 100%;
  padding: 25px 0;
  background: rgba(207, 221, 225, 0.65);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2; }
  .specialists-block * {
    width: 90vw; }
  @media only screen and (min-width: 992px) {
    .specialists-block {
      width: calc(5vw + 665px);
      margin-left: auto;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 35px 5vw 54px 88px; }
      .specialists-block * {
        width: 100%; } }

.specialists-block__text {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .specialists-block__text {
      margin-top: 27px; } }

.certifications-block {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px; }

.certifications-block__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #063163; }
  @media only screen and (min-width: 1200px) {
    .certifications-block__ttl {
      margin-left: 60px; } }

.certifications-slider-wrap {
  width: 100%;
  position: relative;
  margin-top: 32px; }

.certifications-slider .slick-list {
  width: calc(100% - 26px);
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .certifications-slider .slick-list {
    width: calc(100% - 80px);
    margin: 0 auto; } }

.certifications-slider__item {
  width: 100%;
  padding: 0 16px; }

.certifications-slider__item-image {
  display: block;
  width: 210px;
  height: 158px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin: 0 16px; }

.certifications-slider__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .certifications-slider__nav svg {
    display: block; }
    .certifications-slider__nav svg path {
      fill: #063163;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .certifications-slider__nav:hover svg path {
    fill: #6992A2; }
  .certifications-slider__nav_prev {
    left: 0; }
  .certifications-slider__nav_next {
    right: 0; }

.section-specialists__ellipses {
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .section-specialists__ellipses {
      bottom: 63px; } }

.section-callback {
  width: 100%;
  position: relative; }

.callback-block {
  width: 100%;
  background: #8BADC0;
  padding: 35px 15px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .callback-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left; } }

.callback-block__ttl {
  font-size: 18px;
  font-weight: 700;
  color: #063163;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .callback-block__ttl {
      font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    .callback-block__ttl {
      font-size: 22px;
      width: 311px;
      margin-bottom: 0; } }

.callback-block__form {
  width: 258px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center; }

.callback-block__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  color: #CFDDE1;
  padding: 8px 0;
  margin-bottom: 15px;
  outline: none; }
  .callback-block__input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .callback-block__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .callback-block__input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .callback-block__input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }

.callback-block__btn {
  border: none;
  margin-top: 24px; }

.callback-block__phones {
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .callback-block__phones {
      width: 264px;
      margin-top: 0; } }

.callback-block__phones-text {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 10px; }

.section-callback__ellipses_big {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section-callback__ellipses_big {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-175%, -50%);
              transform: translate(-175%, -50%); } }
  @media only screen and (min-width: 992px) {
    .section-callback__ellipses_big {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      top: unset;
      left: calc(5vw + 8px);
      bottom: 9px; } }
  @media only screen and (min-width: 1200px) {
    .section-callback__ellipses_big {
      left: calc((100vw - 1060px) / 2 + 8px); } }

.section-callback__ellipses_small {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section-callback__ellipses_small {
      display: block;
      position: absolute;
      right: calc(5vw - 49px);
      bottom: 17px; } }
  @media only screen and (min-width: 1200px) {
    .section-callback__ellipses_small {
      right: calc((100vw - 1060px) / 2 - 58px); } }

.section-resources {
  width: 100%;
  position: relative;
  padding: 50px 0; }
  .section-resources .container {
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    .section-resources {
      padding: 75px 0; } }
  @media only screen and (min-width: 992px) {
    .section-resources {
      padding: 100px 0; } }
  @media only screen and (min-width: 1200px) {
    .section-resources {
      padding-top: 126px; } }

@media only screen and (min-width: 992px) {
  .section-resources__ttl {
    width: 594px; } }

.resources-info__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .resources-info__inner {
      margin-top: 35px; } }
  @media only screen and (min-width: 992px) {
    .resources-info__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 48px; } }

.resources-info__details {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 992px) {
    .resources-info__details {
      width: calc(100% - 525px); } }

.resources-info__details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
  margin-bottom: 12px; }
  .resources-info__details-item:last-child {
    margin-bottom: 0; }
  .resources-info__details-item::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #6992A2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 4px;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .resources-info__details-item {
      margin-bottom: 20px; }
      .resources-info__details-item::before {
        margin-right: 16px; } }

.resources-slider-wrap {
  width: 290px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .resources-slider-wrap {
      width: 430px;
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .resources-slider-wrap {
      width: 485px;
      margin-top: 0;
      margin-left: 39px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.resources-slider {
  width: 100%;
  margin: 0;
  padding: 0; }

.resources-slider__item {
  width: 100%;
  height: 200px; }
  @media only screen and (min-width: 768px) {
    .resources-slider__item {
      height: 286px; } }

.resources-slider__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.resources-slider__nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .resources-slider__nav-block {
      margin-top: 0;
      margin-right: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.resources-slider__nav {
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .resources-slider__nav svg {
    display: block; }
    .resources-slider__nav svg path {
      fill: #063163;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .resources-slider__nav:hover svg path {
    fill: #6992A2; }
  @media only screen and (min-width: 992px) {
    .resources-slider__nav {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }

.resources-slider__nav-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 33px;
  font-size: 16px;
  font-weight: 500;
  color: #063163; }
  @media only screen and (min-width: 992px) {
    .resources-slider__nav-counter {
      margin: 33px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }

.current-resources-slide {
  width: 17px;
  text-align: right; }
  @media only screen and (min-width: 992px) {
    .current-resources-slide {
      text-align: center;
      margin-bottom: 3px; } }

.total-resources-slides {
  width: 17px;
  text-align: left; }
  @media only screen and (min-width: 992px) {
    .total-resources-slides {
      text-align: center;
      margin-top: 3px; } }

.section-resources__ellipses {
  position: absolute;
  bottom: 30px;
  right: 3vw;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .section-resources__ellipses {
      bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .section-resources__ellipses {
      bottom: 65px; } }
  @media only screen and (min-width: 1200px) {
    .section-resources__ellipses {
      right: calc((100% - 1060px) / 2 - 62px); } }

.section-additional {
  width: 100%;
  position: relative;
  padding: 50px 0;
  background: url("../assets/images/img/thisisengineering-raeng-qI7USKbZY_A-unsplash.jpg") no-repeat center/cover; }
  .section-additional .container {
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    .section-additional {
      padding: 75px 0; } }
  @media only screen and (min-width: 992px) {
    .section-additional {
      padding-top: 100px;
      padding-bottom: 71px; } }

.section-additional__block {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.section-additional__ttl {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .section-additional__ttl {
      width: 635px;
      margin-left: 61px; } }
  @media only screen and (min-width: 1200px) {
    .section-additional__ttl {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.additional-block {
  width: 100%;
  padding: 30px 15px;
  padding-top: 50px;
  margin-top: -30px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(207, 221, 225, 0.3);
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .additional-block {
      width: 664px;
      padding: 120px 58px 54px 61px;
      margin-top: -43px; } }
  @media only screen and (min-width: 992px) {
    .additional-block {
      margin-top: -53px; } }

.additional-block__text {
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  margin: 0;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .additional-block__text {
      margin-bottom: 39px; } }

.additional-block__btn {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .additional-block__btn {
      margin-top: 0;
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.section-additional__ellipses {
  position: absolute;
  bottom: 30px;
  right: 3vw;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .section-additional__ellipses {
      bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .section-additional__ellipses {
      bottom: 65px; } }
  @media only screen and (min-width: 1200px) {
    .section-additional__ellipses {
      right: calc((100% - 1060px) / 2 - 25px); } }

.section-guarantee {
  width: 100%;
  padding: 50px 0; }
  @media only screen and (min-width: 768px) {
    .section-guarantee {
      padding: 75px 0; } }
  @media only screen and (min-width: 992px) {
    .section-guarantee {
      padding-top: 110px;
      padding-bottom: 88px; }
      .section-guarantee .container {
        width: 100%; } }

.section-guarantee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.guarantee-block {
  width: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .guarantee-block {
      width: 45%;
      margin-bottom: 0;
      padding-left: 5vw; } }
  @media only screen and (min-width: 1200px) {
    .guarantee-block {
      width: calc(100% - 744px);
      padding-left: calc((100% - 1060px) / 2); } }

.guarantee-block__details {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .guarantee-block__details {
      margin-top: 38px;
      margin-bottom: 41px; } }

.guarantee-block__details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #303030;
  margin-bottom: 12px; }
  .guarantee-block__details-item:last-child {
    margin-bottom: 0; }
  .guarantee-block__details-item::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #6992A2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 4px;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .guarantee-block__details-item {
      font-size: 16px;
      margin-bottom: 20px; }
      .guarantee-block__details-item::before {
        margin-right: 16px; } }

.section-guarantee__image {
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .section-guarantee__image {
      margin: 0;
      width: 45%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 57px; } }
  @media only screen and (min-width: 1200px) {
    .section-guarantee__image {
      width: 687px; } }

.footer-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #6992A2;
  padding-top: 10px;
  padding-bottom: 35px;
  position: relative; }
  .footer-block * {
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 992px) {
    .footer-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.footer-logo {
  width: 100px; }
  @media only screen and (min-width: 768px) {
    .footer-logo {
      width: 120px; } }
  @media only screen and (min-width: 992px) {
    .footer-logo {
      width: 163px; } }

.footer-logo__image {
  display: block;
  width: 100%;
  height: auto; }

.footer-address {
  width: 160px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .footer-address {
      font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    .footer-address {
      margin: 0;
      margin-top: 16px; } }

.footer-address__ttl {
  font-weight: 400;
  color: #063163;
  margin-bottom: 3px; }

.footer-address__text {
  font-weight: 700;
  color: #063163; }

@media only screen and (min-width: 992px) {
  .footer-phones {
    margin-top: 16px; } }

.footer-phone-number {
  font-size: 14px;
  margin-bottom: 9px; }
  .footer-phone-number:last-child {
    margin-bottom: 3px; }

.footer-phones__text {
  font-size: 14px;
  font-weight: 400;
  color: #063163; }

.footer-form {
  width: 258px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .footer-form {
      margin-top: 5px; } }

.footer-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #6992A2;
  font-size: 14px;
  font-weight: 500;
  color: #8BADC0;
  padding: 4px 0;
  margin-bottom: 10px;
  outline: none; }
  .footer-input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #8BADC0; }
  .footer-input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #8BADC0; }
  .footer-input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #8BADC0; }
  .footer-input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #8BADC0; }

.footer-form__btn {
  border: none;
  margin-top: 10px; }

.footer-socials {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .footer-socials {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0; } }

.footer-socials__item {
  margin-left: 15px; }
  .footer-socials__item:first-child {
    margin-left: 0; }
  .footer-socials__item svg {
    display: block; }
    .footer-socials__item svg path {
      fill: #063163;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .footer-socials__item:hover svg path {
    fill: #6992A2; }
  @media only screen and (min-width: 992px) {
    .footer-socials__item {
      margin-left: 0;
      margin-top: 8px; }
      .footer-socials__item:first-child {
        margin-top: 0; } }

.footer-ellipses {
  display: none; }
  @media only screen and (min-width: 992px) {
    .footer-ellipses {
      display: block;
      position: absolute;
      left: 0;
      bottom: 10px;
      z-index: 1; } }

.modal-callback {
  width: 362px;
  max-width: 100%;
  max-height: 90vh;
  background: #8BADC0;
  position: fixed;
  top: 50%;
  left: calc(100% + 200px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
  z-index: 1100;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 66px;
  padding-bottom: 128px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all, .5s;
  transition: all, .5s; }
  .modal-callback::-webkit-scrollbar {
    display: none; }
  .modal-callback.active {
    left: 50%; }

.modal-callback__ttl {
  width: 255px;
  font-size: 18px;
  font-weight: 500;
  color: #063163; }

.modal-callback__form {
  width: 255px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }

.modal-callback__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  color: #CFDDE1;
  padding: 4px 0;
  margin-bottom: 10px;
  outline: none; }
  .modal-callback__input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .modal-callback__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .modal-callback__input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .modal-callback__input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }

.modal-callback__textarea {
  width: 100%;
  height: 72px;
  background: #fff;
  resize: none;
  font-size: 14px;
  font-weight: 500;
  color: #CFDDE1;
  padding: 5px 13px;
  margin-bottom: 10px;
  outline: none; }
  .modal-callback__textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .modal-callback__textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .modal-callback__textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }
  .modal-callback__textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #CFDDE1; }

.modal-callback__btn {
  border: none;
  margin-top: 10px; }

.modal-callback__close {
  position: absolute;
  top: 24px;
  right: 28px;
  cursor: pointer; }
  .modal-callback__close svg {
    display: block; }
    .modal-callback__close svg path {
      fill: #fff;
      -webkit-transition: all, .3s;
      transition: all, .3s; }
  .modal-callback__close:hover svg path {
    fill: #063163; }
