@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-Regular.woff2) format('woff2'),
    url(../fonts/Montserrat/Montserrat-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'),
    url(../fonts/Montserrat/Montserrat-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),
    url(../fonts/Montserrat/Montserrat-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url(../fonts/CenturyGothic/CenturyGothic-Bold.woff2) format('woff2'),
    url(../fonts/CenturyGothic/CenturyGothic-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body{
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat';
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #909090;
  background-color: #f8f8f8;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

input,
textarea,
button,
select {
  font-family: inherit;
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section {
  margin-bottom: 100px;
}

.button {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 22px 56px;
  background-color: #96b8ba;
  border-radius: 50px;
}

.button.button_light {
  background-color: #fff;
  color: #000;
}

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.modal.close {
  display: none;
}

.modal__content {
  position: relative;
  margin: 0 15px;
}

.modal__close {
  position: absolute;
  top: -35px;
  right: -35px;
  cursor: pointer;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 27px 0;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav {
  margin-right: 78px;
}
.header__nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav .list__item {
  position: relative;
  margin-right: 20px;
}

.header__nav .list__item:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
}

.header__nav .list__item:last-child {
  margin-right: 0;
}
.header__nav .list__link {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__button {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 32px;
  padding: 14px 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.header__button:hover {
  color: #313232;
  background-color: #fff;
}
.header__button:last-child {
  margin-right: 0;
}

.header__dropdown {
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #96b8ba;
  opacity: 0;
  visibility: hidden;
}

.header__dropdown_services {
  width: 250px;
}

.header__dropdown .dropdown__item {
  position: relative;
  width: 100%;
}

.header__dropdown .dropdown__link {
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  transition: 0.2s;
  width: 100%;
  display: inline-block;
}

.header__dropdown .dropdown__link:hover {
  color: #96b8ba;
  background-color: #fff;
}

.about__content{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.about__content span{
  color: #96B8BA;
  font-family: 'CenturyGothic';
  font-size: 48px;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: -1.44px;
}

.about__content h2{
  color: #FFF;
  font-family: 'CenturyGothic';
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: -3.52px;
  margin-bottom: 29px;
}

.about__content p{
  color: #96B8BA;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 24px */
  letter-spacing: -0.64px;
  max-width: 520px;
  margin-bottom: 29px;
}

.about__learn-btn{
  border-radius: 50px;
  background: #96B8BA;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: 600;
  padding: 22px 56px;
  cursor: pointer;
  transition: .3s ease;
}

.about__learn-btn:hover{
  background-color: #fff;
  color: #000;
}



.about__descr{
  padding: 130px 0 182px 0;
}

.about__descr-title{
  margin-bottom: 178px;
}

.about__descr-headers{
  display: flex;
  align-items: center;
  gap: 16px;
}

.about__descr-headers .line{
  width: 54px;
  height: 1px;
  background: #96B8BA;
}

.about__descr-title span{
  color: #96B8BA;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px; /* 21.6px */
  letter-spacing: -0.18px;
}

.about__descr-title h3{
  color: #484848;
  font-family: 'CenturyGothic';
  font-size: 50px;
  font-weight: 700;
  line-height: 89px;
}

.about__descr-title h3 span{
  color: #96B8BA;
  font-family: 'CenturyGothic';
  font-size: 50px;
  font-weight: 700;
  line-height: 89px;
}

.about__info-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about__info-inner{
  flex-basis: 26%;
  margin-bottom: 178px;
  position: relative;

}

.about__info-inner .expand-text{
  display: none !important;
}

.about__info-inner .primary-text{
  display: block !important;
}


.about__info-inner.active .primary-text{
  display: none !important;
}

.about__info-inner.active .expand-text{
  display: block !important;
}

.about__info-inner h3{
  color: #484848;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 500;
  line-height: 29px; /* 28.8px */
  letter-spacing: -0.24px;
  margin-bottom: 53px;
}

.about__info-inner::after{
  position: absolute;
  top: -68px;
  left: 85px;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: #F3F2F2;
  font-family: 'CenturyGothic';
  font-size: 136px;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: -5.44px;
}

.about__info-inner:first-child::after{
  content: '01.';
}

.about__info-inner:nth-child(2)::after{
  content: '02.';
}

.about__info-inner:nth-child(3)::after{
  content: '03.';
}

.about__info-inner:nth-child(4)::after{
  content: '04.';
}

.about__info-inner:nth-child(5)::after{
  content: '05.';
}

.about__info-inner:nth-child(6)::after{
  content: '06.';
}


.about__info-inner p{
  max-width: 262px;
  color: #909090;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.about__info-inner span{
  color: #96B8BA;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.56px;
  cursor: pointer;
}

.about__employees-bg{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  display: flex;
  align-items: center;
}

.mob-bg{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  position: relative;
  display: none;
}

.mob-bg .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.74);
  z-index: 9;
}

.about__mob-inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99999;
}







.about__employess-descr{
  width: 100%;
  
}

.about__employees-descr h2{
  color: #FFF;
  font-family: 'CenturyGothic';
  font-size: 88px;
  font-weight: 700;
  line-height: 89px;
  letter-spacing: -3.52px;
  margin-bottom: 17px;
}

.about__employees-descr p{
  max-width: 520px;
  margin-bottom: 17px;
  color: var(--White, #FFF);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
}

.about__page{
  overflow-x: hidden !important;
}

.about__video{
  height: 100%;
  width: 100%;
}
.about__video-content{
  position: relative;
}
.about__video-inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.about__info-mob{
  display: none;
}

.mob-descr .about__employees-descr p, button{
  display: block;
  font-size: 14px;
  line-height: 18px;
}

@media(max-width: 992px) {
  .header{
    height: 790px !important;
    background-position: center !important;
  }
  .about__employees-bg{
    height: 790px !important;
    background-position: center !important;
  }
  .about__info-wrap{
    justify-content: center;
  }
  .about__info-inner{
    flex-basis: 42%;
  }
  .about__video{
    display: none;
  }
  .mob-bg{
    display: block;
  }
  .header__buttons{
    display: none;
  }
  .header__inner{
    width: 100%;
    z-index: 99999;
  }
  .header__nav .list{
    align-items: end;
  }

}

@media(max-width: 768px) {
  .header{
    height: 730px !important;
    background-position: center !important;
  }
  .about__employees-bg{
    height: 650px !important;
    background-position: center !important;
  }
  .about__content p{
    display: none;
  }
  .about__descr{
    padding: 60px 0;
  }
  .about__content h2{
    font-size: 70px;
    line-height: 75px;
  }
  .about__descr-title h3{
    font-size: 40px;
    line-height: 45px;
  }
  .about__info-inner{
    margin-bottom: 90px;
  }
  .about__employees-descr p, button{
    display: none;
  }
  .about__employees-descr h2{
    font-size: 60px;
    line-height: 65px;
  }
}

@media(max-width: 576px) {
  .header{
    height: 544px !important;
    background-position: center !important;
  }
  .about__descr-headers{
   display: none;
  }
  .about__employees-bg{
    height: 404px !important;
    background-position: center !important;
  }
  .about__info-wrap{
    justify-content: center;
  }
  .about__info-inner{
    flex-basis: 100%;
  }
  .about__info-inner p{
    max-width: 100%;
  }
}

@media(max-width: 500px) {
  .about__descr-title{
    margin-bottom: 10px;
  }
  .about__content h2{
    font-size: 60px;
    line-height: 65px;
  }

  .about__employees-descr h2{
    font-size: 40px;
    line-height: 40px;
  }

  .about__info-inner{
    display: none;
  }

  .about__info-mob{
    display: block;
    font-size: 14px;
  }
}






.dropdown__item:hover .inner__dropdown {
  opacity: 1;
  visibility: visible;
}

.inner__dropdown {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: -275px;
  width: 275px;
  background-color: #96b8ba;
}

.inner__dropdown-item {
  width: 100%;
}

.inner__dropdown-link {
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 15px;
  width: 100%;
  transition: 0.2s;
}

.inner__dropdown-link:hover {
  color: #96b8ba;
  background-color: #fff;
}

.hero {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 948px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2704px;
  height: auto;
  z-index: -1;
}
.hero__text {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 88px;
  line-height: 89px;
  color: #fff;
  width: 100%;
  margin-bottom: 42px;
}
.hero__text span {
  color: #96b8ba;
}

.hello {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.hello__pre-title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 50px;
  line-height: 89px;
  color: #484848;
  width: 100%;
  margin-bottom: 60px;
}
.hello__pre-title span {
  color: #96b8ba;
}
.hello__title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #484848;
  margin-bottom: 29px;
  width: 100%;
}
.hello__title p {
  position: relative;
  z-index: 2;
}
.hello__title span {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 136px;
  line-height: 89px;
  color: #f3f2f2;
  position: absolute;
  top: -50px;
  left: 0;
}

.services {
  background-color: #f8f8f8;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

.services__pre-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #96b8ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.services__pre-title span {
  width: 54px;
  height: 1px;
  background-color: #96b8ba;
  margin-right: 16px;
}
.services__title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #484848;
  width: 100%;
  margin-bottom: 55px;
}
.services__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__card {
  width: 23%;
}
.services__card:nth-child(2n) {
  margin-top: 50px;
}
.services__card .services__card-icon {
  width: 100%;
  height: 433px;
  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;
  padding: 10px;
  margin-bottom: 31px;
}
.services__card .services__card-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #484848;
}
.services__card:first-child .services__card-icon {
  background-color: #96b8ba;
}
.services__card:nth-child(2) .services__card-icon {
  background-color: #cbe6e5;
}
.services__card:nth-child(3) .services__card-icon {
  background-color: #e7e1d6;
}
.services__card:last-child .services__card-icon {
  background-color: #b7b4ad;
}

.office {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 748px;
  background-image: url('../img/office.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
}
.office__pre-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.office__pre-title span {
  width: 54px;
  height: 1px;
  background-color: #96b8ba;
  margin-right: 16px;
}
.office__title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 90px;
  line-height: 89px;
  color: #fff;
  margin-bottom: 23px;
}
.office__title span {
  color: #96b8ba;
}
.office__description {
  max-width: 556px;
  width: 100%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 60px;
}

.contacts {
  position: relative;
  background-color: #f8f8f8;
  padding: 100px 0;
  z-index: 2;
}

.contacts__container {
  background-color: #fff;
  padding: 165px 65px;
  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;
}
.contacts__content {
  width: 300px;
}
.contacts__pre-title {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #96b8ba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__pre-title span {
  width: 54px;
  height: 1px;
  background-color: #96b8ba;
  margin-right: 16px;
}
.contacts__title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #484848;
}
.contacts__title span {
  color: #96b8ba;
}
.contacts__form {
  width: 553px;
}
.contacts__form-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #96b8ba;
  width: 100%;
  margin-bottom: 50px;
}
.contacts__form-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts__form-input {
  width: 47%;
  margin-bottom: 27px;
}
.contacts__form-input input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  border-bottom: 1px solid #dfdddd;
  padding: 11px 0;
}
.contacts__form-input input::-webkit-input-placeholder {
  color: #959595;
}
.contacts__form-input input::-moz-placeholder {
  color: #959595;
}
.contacts__form-input input:-ms-input-placeholder {
  color: #959595;
}
.contacts__form-input input::-ms-input-placeholder {
  color: #959595;
}
.contacts__form-input input::placeholder {
  color: #959595;
}
.contacts__form-textarea {
  width: 100%;
  margin-bottom: 25px;
}
.contacts__form-textarea input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  border-bottom: 1px solid #dfdddd;
  padding: 11px 0;
}
.contacts__form-textarea input::-webkit-input-placeholder {
  color: #959595;
}
.contacts__form-textarea input::-moz-placeholder {
  color: #959595;
}
.contacts__form-textarea input:-ms-input-placeholder {
  color: #959595;
}
.contacts__form-textarea input::-ms-input-placeholder {
  color: #959595;
}
.contacts__form-textarea input::placeholder {
  color: #959595;
}
.contacts__form-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contacts__form-button button {
  background-color: #484848;
  border-radius: 50px;
  padding: 22px 74px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}



.footer {
  width: 100%;
  background-color: #484848;
  padding: 100px 0;
  position: sticky;
  bottom: 0;
  left: 0;
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 92px;
}
.footer__item {
  width: 330px;
}
.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #959595;
  margin-bottom: 60px;
}
.footer__nav .list {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__nav .list__item {
  margin-bottom: 9px;
}
.footer__nav .list__link {
  font-weight: 500;
  color: #fff;
}
.footer__logo {
  width: 170px;
  margin-bottom: 24px;
}
.footer__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
}
.footer__hr {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  margin-bottom: 50px;
}

.copy {
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  color: #fff;
}

.banner {
  width: 100%;
  height: 748px;
  background-size: cover;
  background-position: center;
  padding-top: 135px;
  position: relative;
  z-index: 2;
}
.banner.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner__content {
  max-width: 512px;
  width: 100%;
}
.banner__action {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 55px;
  line-height: 89px;
  color: #96b8ba;
}
.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
}
.banner__buttons .button:first-child {
  margin-right: 20px;
}
.banner__page {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 48px;
  line-height: 89px;
  color: #96b8ba;
}
.banner__title {
  display: block;
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 88px;
  line-height: 89px;
  color: #fff;
  margin-bottom: 25px;
}
.banner__title span {
  color: #96b8ba;
}
.banner__description {
  font-weight: 500;
  color: #96b8ba;
  margin-bottom: 17px;
}

.patient-info__blocks {
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
  padding: 100px 0;
}

.patient-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.patient-info__block .button {
  margin-bottom: 18px;
}
.patient-info__icon {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #96b8ba;
}
.patient-info__content {
  width: 62%;
  padding: 80px 15px;
  padding-right: 80px;
}
.patient-info__pre-title {
  max-width: 500px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #96b8ba;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}
.patient-info__pre-title span {
  width: 54px;
  height: 1px;
  background-color: #96b8ba;
  margin-right: 16px;
}
.patient-info__title {
  max-width: 500px;
  width: 100%;
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #484848;
  width: 100%;
  margin-bottom: 20px;
}
.patient-info__inner-title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
  color: #484848;
  margin-bottom: 18px;
}
.patient-info__description {
  max-width: 500px;
  width: 100%;
  margin-bottom: 15px;
}
.patient-info__description span {
  font-weight: 700;
  color: #96b8ba;
}
.patient-info__form-title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #484848;
  margin-bottom: 50px;
}
.patient-info__form-title span {
  color: #96b8ba;
}

.patient-info__form_cbct button {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 22px 56px;
  background-color: #96b8ba;
  border-radius: 50px;
}

.payment {
  max-width: 500px;
  width: 100%;
}

.mychart {
  width: 199px;
}

.therapy {
  background-color: #fff;
  padding: 150px 0;
}
.therapy__pre-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.therapy__pre-title span {
  width: 54px;
  height: 1px;
  background-color: #000;
  margin-right: 16px;
}
.therapy__image {
  width: 90%;
}
.therapy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.therapy__col {
  width: 50%;
  padding: 0 15px;
}
.therapy__title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #96b8ba;
  margin-bottom: 26px;
}
.therapy__description {
  margin-bottom: 26px;
}
.therapy__list {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #96b8ba;
}

.what {
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
  padding: 100px 0;
}

.what__container {
  padding: 100px 100px;
  background-color: #fff;
}

.symp {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
}
.symp__title {
  font-family: 'CenturyGothic';
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #b7b4ad;
  margin-bottom: 70px;
}
.symp__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.symp__col {
  max-width: 325px;
  width: 100%;
}
.symp__col:first-child {
  margin-right: 175px;
}
.symp__image {
  width: 100%;
  margin-bottom: 25px;
}

.therapy {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.hamburger {
  display: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.s-inputs {
  margin-bottom: 50px;
}

.s-input {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dfdddd;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #313232;
  margin-bottom: 30px;
  padding: 10px 0;
}

.s-input::placeholder {
  text-transform: uppercase;
}

.s-bot-text {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #96b8ba;
  margin-bottom: 42px;
}

.s-text {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #96b8ba;
  margin-bottom: 24px;
}

.s-checkbox-items {
  display: flex;
  margin-bottom: 40px;
}

.s-checkboxes:first-child {
  margin-right: 100px;
}

.s-checkbox {
  margin-bottom: 16px;
}

.s-checkbox input {
  padding: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.s-checkbox label {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #313232;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.s-checkbox label::before {
  content: '';
  background-color: transparent;
  border: 1px solid #313232;
  border-radius: 50%;
  padding: 10.5px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.s-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0px;
  width: 23px;
  height: 23px;
  background-color: #313232;
  border-radius: 50%;
}

.s-checkbox label span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #313232;
  margin-top: 16px;
  padding-left: 30px;
}

.s-checkbox label p {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #96b8ba;
  padding-left: 30px;
}

.s-simple-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #313232;
  margin-bottom: 15px;
}
.s-simple-bold-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #313232;
  margin-bottom: 15px;
}

.s-simple-color-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #96b8ba;
  margin-bottom: 24px;
}
