@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/* html */
html{
    font-size: 62.5%;
}
a{
    text-decoration: none;
}
p{
   font-family: 'Roboto Condensed', sans-serif;
   margin-bottom: 10px;
}
/* body */
body{
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #1c313d;
}
strong{
  font-weight: 600;
}
/*Загаловки*/
h1{
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1.2em;
}
h1 strong{
  font-weight: 700;
}
h2{
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}

h2 strong{
  font-weight: 700;
}
.h2{
  font-size: 2.2rem;
  font-weight: 400;
}
/* container */
.container{
    max-width: 1240px;
    margin: 0 auto;
}
/* gage */
.page{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* btn */
.btn {
    display:inline-block;
    vertical-align: top;

    border: 0;

    font-family: 'Roboto', sans-serif;

    line-height: 158.3%;
    font-size: 18px;

    text-decoration: none;
    cursor: pointer;
    transition: background .2s linear;
    transition: color .2s linear;
}
.btn-1{
    background: #94c23e;
    box-shadow: 0 0 10px 0 rgb(0 172 232 / 0%);
    color: #fff;
    padding: 15px;
    border-radius: 8px;
}
.btn-2{
    background: #fff;
    font-weight: 500;
    color: #94c23e;
    text-align: center;
    border: none;
    border-radius: 29px;

    width: 40%;
    padding: 1rem;
}
.btn-3{
    background: #94c23e;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    border: none;
    border-radius: 29px;

    width: 40%;
    padding: 1rem;
}
.btn__mobail{
    display: none;
}
.menu-lvl ul li a{
  color: #000;
  margin-top: 15px;
  font-size: 20px;
  display: block;
}
.footer__item ul li{
   list-style: none;
}
.menu-lvl ul li{
  list-style: none;
}
.workers__inenr{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.workers_item{
      display: flex;
    flex-direction: column;
}
.workers_item img{
  width: 100%;
  height: 100%;
}
.workers_item .doc a{
  background: #333;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    transition: all .3s;
}
.workers_item .doc a:hover{
  opacity: 0.7;
}

.in-put::placeholder {color: #fff;}
/* header */
.header__top, .header__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
}
.header__top{
    padding-bottom: 1.5rem;
}
.header__phone{
    padding-left: 48px;
    background: url(/assets/img/tel_ico.png) left center no-repeat;

    display: flex;
    flex-direction: column;
}
.header__phone a{
    font-weight: 500;
    color: #1c313d;
    font-size: 24px;
    line-height: 44px;
}
.header__phone span{
    display: inline-block;
    color: #8e9295;
    font-size: 14px;
    position: relative;
    top: -5px;
}
.header__adress{
    padding-left: 50px;
    background: url(/assets/img/point_ico.png) left center no-repeat;
    font-size: 16px;
    color: #1c313d;
    display: flex;
    flex-direction: column;
}
.header__adress span{
    color: #8e9295;
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-size: 2.5rem;
}

.header__social{
    display: flex;
    gap: 5px;
}
.header__mobail{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 1rem;
}
.social__item{
    width: 50px;
    height: 50px;
}
.social{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logo{
  width: 185px;
}
.logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* nav */
.nav__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    height: 48px;
    padding: 0;
    margin: 0;
    width: 100%;
}
.nav__item{
    flex:auto;
    border-right: 1px solid #000;
}
.nav__link{
    color: #8e9295;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;

    padding: 4rem 1.6rem;
    line-height: 158.3%;
    transition: color .2s linear;
}
.nav__link:hover{
    color: #444;
}

.nav-toggle {
    position: relative;
    background: #94c23e;
    padding: 1rem;
    border: 1px solid transparent;
    margin: 7px 0;
    display: none;
  }
.nav-toggle:focus {
    outline-width: 0;
  }

.nav-toggle [class*='bar-'] {
    background: #fff;
    display: block;
    -webkit-transform: rotate(
0deg
);
    transform: rotate(
0deg
);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 8px;
    height: 3px;
    width: 37px;
    margin-bottom: 6px;
  }

.nav-toggle .bar-bot {
    margin-bottom: 0;
  }
.team__inner{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.2s;
}
.team__item .left{
  max-width: 365px;
}
.team__item .team__image img{
  width: 100%;
  height: 100%;
      object-fit: cover;
}
.team__item .name{
      font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.team__item .right{
  display: flex;
    flex-direction: column;
    gap: 40px;
}
.post{
  display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
}
.post span{
  font-size: 15px;
  font-weight: 400;
}
.experience span{
  font-size: 15px;
  font-weight: 400;
}
.experience{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
}
.team__item{
  display: grid;
    grid-template-columns: 365px 1fr;
    gap: 70px;
    position: relative;
    padding-bottom: 20px;
        background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-9px, -7px) ;
}

.hover .bar1 {
  background-color: red;
}
tr th, tr td{
  flex: 1 1;
  padding: 1rem !important;
  vertical-align: baseline;
  height: auto !important;
  border: 1px;
  width: 100% !important;
  background: #f2f2f22e;
}
tr th p, tr td p{
  word-break:break-all;
}
table p{
  margin-bottom: 0 !important;
  word-break:break-all;
}
tr th strong, tr td strong{
  font-weight: 600;
}

table, th, td{
  border: 1px solid grey !important;
}
table{
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  margin-bottom: 1.25em;
  width: 100% !important;
  max-width: 100% !important;
  border-spacing: 0;
  border: 1px;
}
table strong{
  font-weight: 600;
}
tbody{
  width: 100%;
}
.hover .bar2 {
  background-color: red;
}

.hover .bar3 {
  background-color: red;
}
.nav__mobail{
  display: none;
}
.social__mobail{
  display: none;
}
.btn-mobail{
  display: none;
}
/* slider */
.slider{
  z-index: 10;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.slider__block img {
    width: 100%;
    height: 75vh;
    display: block;
    object-fit: cover;
}

.slider__block {
    width: 100%;
    height: 600px;
    z-index: -1;
}

.slider__block {
    padding: relative;
}

.slider__content {
    width: 40%;
    top: 34%;
    left: 34%;
    transform: translate(-34%, -34%);
    position: absolute;
    background: rgba(255, 255, 255, .8);
    padding: 5rem;
    border-radius: 13px;
}

.slider__intem {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider__content__title h2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #00adef;
    padding-bottom: 2rem;
}
.slider__content__title p {
    line-height: 1.4;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    color: #8e9295;
}

.slider__content__btn {
    padding-top: 1rem;
}
/* about */

.about{
    background-image: url(/assets/img/about-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 170px 0;
}
.title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
}
.title span{
    color: #17bc07;
}
.title, .text{
    margin-bottom: 4rem;
}
.text{
    line-height: 30px;
}
.about__list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
       padding-left: 20px;
}
.about__item{
    padding-left: 5px;
    position: relative;
    width: 200px;
display: list-item;
    margin-bottom: 17px;
        font-weight: 600;
}
.about__item li::marker{
  color: #2e9aff;
}
.doctors__item{
      font-size: 20px;
}
.services__item{
  font-size: 20px;
}
.about__inner{
  font-size: 20px;
}
.about__inner{
    width: 50%;
}
.nav__item-footer{
      list-style-type: none;
}
/* doctors */
.doctors{
    background-image: url(/assets/img/block2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.doctors__inner{
        display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.doctors__item img{
  width: 100%;
  height: 100%;
}
.services{
    background-image: url(/assets/img/block3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 170px 0;
}
.services__inner{
            display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.services__item img{
    width: 100%;
  height: 100%;
}
/* info */
.info{
    background: #fafafa;
    padding: 85px 0;
}
.info__inner{
    display: flex;
    justify-content: space-between;
}
.intro__list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px 15px;
}
.intro__item{
    padding-left: 20px;
    position: relative;
    width: 200px;
    display: inline-block;
    margin-bottom: 17px;
}
.intro__item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 11px;
    height: 8px;
    background: url(/assets/img/li.png) center center no-repeat;
}
/* callbackform */
.callbackform{
    background: #94c23e;
    padding: 90px 0;
    color: #fff;
}
.callbackform__title{
    font-size: 42px;
    margin-bottom: 45px;
}
input {
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    margin-bottom: 24px;
    background: transparent;
    border: solid 2px #fff;
    padding: 0 10px 0 25px;
    border-radius: 3px;
    overflow: visible;
}
.af{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.form__btn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form__btn a{
    color: #fff;
}

/* footer */
.footer{
    margin-top: auto;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footter__item:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footter__item:nth-child(3){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer__item p{
    color: #94c23e;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}
.footer__item .logo{
    padding-bottom: 3rem;
}
.footer__item ul li a{
  color: #000;
}
.footer__item ul li a:hover{
  color: #94c23e;
}
.bw__block {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Modal*/
.open-popup {

}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
    z-index: 100;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 400px;
    padding: 25px;
    transition: 0.5s all;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup label {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.popup .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}

.popup input {
    height: 45px;
    font-size: 18px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    width: 400px;
    padding: 0;
    color: #000;
}

.popup input:focus {
    border-bottom: 1px solid #2982ff;
}

.popup input:focus + .label__text {
    color: #2982ff;
}

.popup textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}

.popup textarea:focus {
    border-bottom: 1px solid #2982ff;
}

.popup textarea:focus + .label__text {
    color: #2982ff;
}

.popup button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border: 2px solid #2982ff;
    background: #2982ff;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
}

.popup button:hover {
    background: #fff;
    color:#2982ff;
    transition: 0.5s all;
}


/* swiper */
/* .swiper-pagination-bullet-active{
    background: #FFBD12 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    background: #2F2E2E;
}
.swiper-button-prev{
    left: -65px !important;
}
.swiper-button-next{
    right: -50px !important;
} */
.btn-prev{
    background-image: url(/assets/img/web/btn-prev.png);
    background-size: cover;
    width: 12.35px;
    height: 20px;

    left: -4rem;
    right: auto;
    position: absolute;
    top: 35%;
    z-index: 10;
    cursor: pointer;
}
.btn-next{
    background-image: url(/assets/img/web/btn-next.png);
    background-size: cover;
    width: 12.35px;
    height: 20px;

    right: 4rem;
    left: auto;
    position: absolute;
    top: 35%;
    z-index: 10;
    cursor: pointer;
    border: 0;
}
.breadcrumb__block{
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
}
.breadcrumb{
      margin-bottom: 1rem;
    list-style: none;
      flex-wrap: wrap;
    list-style-type: none;
    display: flex;
    background: inherit;
    line-height: 1.125em;
    color: #000;
}
.breadcrumb .breadcrumb__item:not(:last-of-type){
  margin-right: .5em;
}
.breadcrumb__item{
  color: #94c23e;
}
.breadcrumb > .active{
  color: #8e9295;
}
.base__title{
    text-align: center;
}
.base__title p{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2em;
}
.content__inner{
  padding: 2rem 0;
}
.content__inner p{
    line-height: 40px;
    font-size: 20px;
}
.gallery__item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}
.gallery__item{
    width: 100%;
    height: 100%;
    margin: .7rem;
}
.gallery__block{
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 10px;
}
.gallery{
    padding-top: 2rem;
    padding-bottom: 5rem;
}
/* price */
.prices table{
    width: 100%;
    font-size: 18px;
    margin-bottom: 50px;
}
.table{
    border-collapse: collapse;
}
.prices tr{
    border: solid 1px #e5f7fd;
    height: 64px;
}
.prices th{
    background: #e5f7fd;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}
.prices td.usl{
    padding: 2rem 1rem;
}
.small, small{
    font-size: 80%;
    font-weight: 400;
}
summary{
    display: list-item;
    cursor: pointer;
}
.prices td.price{
      width: 80px;
}
.show-menu{
    display: block !important;
}
.show-social{
    display: flex !important;
}
.show-btn{
  display: block !important;
}
/* ec */

.ec-message{
    background-color: rgb(0 172 232 / 33%) !important;
    margin: 1rem 0;
}
.ec-message__reply{
    background: #94c23e  !important;
}
.ec-message__reply p{
  color: #fff !important;
}
.faq-content{
  margin-top: 5rem;
}
textarea.form-control{
    height: 120px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    margin-bottom: 24px;
    background: transparent;
    border: solid 2px #66cdf1;
    padding: 0 10px 0 25px;
    border-radius: 3px;
    overflow: visible;
}
textarea{
      overflow: auto;
    resize: vertical;
}
#ec-form-success-resource-5{
  padding-bottom: 5rem;
}
.team__image-mb{
  display: none;
}
.team__image-mb{
      width: 100%;
    height: 100%;
    max-width: 375px;
}
@media (max-width: 1440px) {
}

@media (max-width: 1250px) {
    .slider__content {
        position: static;
        width: 100%;
        transform: none;
        max-width: 100%;
        padding: 2rem;
    }
    .container{
        max-width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 1024px) {
    .team__item{
          grid-template-columns: 1fr;
          gap:10px;
    }
    .team__image{
      display: none;
    }
    .team__image-mb{
      display: block;
    }
    .nav-toggle{
      display: block;
    }
    .nav{
        display: none;
    }
    .nav__list{
      height: 100%;
      flex-direction: column;
    }
    .nav__link{
      padding: 0;
    }
    .nav__item{
      border-right: 0;
      margin: 1rem;
    }
    .slider__content {
        position: static;
        width: 100%;
    }
    .catalogue__menu{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 2rem;
    }
    .catalogue__sale{
        width: 100%;
        padding: 0;
    }
    .catalogue.hidden{
        flex-direction: column;
    }
    .header__phone, .header__adress, .header__social, .header__btn{
      display: none;
    }
    .nav-toggle{
      display: block;
    }
    .header__inner{
      padding: 1rem 0;
    }
    .header__inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav__moabail{
      display: block;
    }
    .team__item{
      padding: 10px;
    }
}

@media (max-width: 768px) {
  .workers__inenr{
    grid-template-columns: 1fr 1fr;
}
  .services__inner{
    grid-template-columns: 1fr;
}
  .doctors__inner{
    grid-template-columns: 1fr;
}
  input{
    text-indent: 15px;
  }
    textarea.form-control{
      padding: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .header__top{
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
    }
    .header__bottom{
        flex-direction: column;
        gap: 10px;
        padding: 0;
        align-items: flex-start;
    }
    .about__inner, .doctors__inner, .services__inner{
        width: 100%;
    }
    .title{
        font-size: 3rem;
    }
    .slider__content__btn{
        max-width: 240px;
    }
    .header__btn{
        display: none;
    }
    .doctors, .services{
      background-image:none;
    }
    .about, .doctors, .services{
      padding: 2rem 0;
    }
    .af_example{
      grid-template-columns: 1fr;
    }
    input{
      padding: 0 10px 0 0px;
    }
    .form__btn{
      align-items: flex-start;
    }
    .footer__inner{
      flex-direction: column;
      align-items: center;
    }
    .bw__block{
      flex-direction: row;
    }
    .logo{
      width: 145px;
    }
    .btn-2{
      width: 100%;
    }
    .gallery__block{
          grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 425px) {
  .workers__inenr{
      grid-template-columns: 1fr;
  }
    .popup input{
      width: 100%;
    }
    .popup{
      width: 78%;
    }
    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .slider__block img {
        height: 300px;
    }

    .slider__content__title h2 {
        font-size: 3rem;
    }
    .slider__content__btn {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .modal_content {
        width: 95%;
    }
    .gallery__block{
          grid-template-columns: 1fr;
    }

}

@media (max-width: 320px) {
    .swiper-slide2 {
        padding: 0;
    }
}