:root {
    --white: #fff;
    --gray: #E5E5E5;
    --orange: #FF7A00;
    --main: #F6D797;
  }
  
  /* body */
  body {
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
    line-height: 1.4;
    background: #fff;
  }
  
  h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
  }
  
  h1 {
    font-size: calc(28px + 25 * (100vw / 1920));
    text-transform: uppercase;
    text-shadow: 0 0 21px RGB(255 255 255/27%);
    color: var(--white);
    margin-top: 100px;
    font-weight: 900;
  }

  p {
    font-size: 18px;
    line-height: 1.3;
    text-align: justify;
  }
  
  a {
    text-decoration: none;
    color: #253238 !important;
  }
  
  /* container */
  .container {
    max-width: 1150px;
    margin: 0 auto;
  }
  
  /* gage */
  .page {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
  
  /* btn */
  .btn {
    display: inline-block;
    vertical-align: top;
    border: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
  }
  
  .btn-1 {
    background: linear-gradient(79.64deg, #2F81ED 0%, #51C3F2 96.5%);
    border-radius: 10px;
    color: #fff;
    padding: 12px 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .btn-1:hover {
    color: #fff;
    opacity: 0.7;
  }

  .btn-2 {
    background: #fff;
    border-radius: 10px;
    color: #000;
    padding: 12px 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .btn-2:hover:hover {
    opacity: 0.9;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  }

  .btn-3 {
    border: 1px solid #253238;
    border-radius: 10px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    padding: 12px 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .btn-3:hover:hover {
    filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.1));
    opacity: 0.9;
  }
  
  .button-next {
    background-image: url("../img/svg/intro-next.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
  }
  
  .button-prev{
    background-image: url("../img/svg/intro-next.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
    transform: rotate(180deg);
  }

  .button-next-g{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
    -webkit-transform: rotate(180deg);
  }
  
  .button-prev-g{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
  }

  .button-next-c{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
    -webkit-transform: rotate(180deg);
  }

  .button-prev-c{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
  }
  
  .button-next-d{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
  }
  
  .button-prev-d,   .button-prev-s, .button-prev-t{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
    transform: rotate(180deg);
  }
  .button-next-l, .button-next-s, .button-next-t{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
  }
  
  .button-prev-l{
    background-image: url("../img/svg/arrow-g.svg");
    background-size: cover;
    z-index: 10;
    width: 18px;
    height: 8px;
    cursor: pointer;
    border: 0;
    transform: rotate(180deg);
  }
  
  .intro-pagination{
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    display: flex;
    align-items: flex-end;
    width: auto;
    color: #fff;
    gap: 3px;
  }
  .group-pagination{
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    display: flex;
    align-items: flex-end;
    width: auto;
    color: #000;
    gap: 3px;
  }
  .swiper-pagination-current{
    font-size: 25px;
  }
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  
  .social a {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../img/icon-social.svg) no-repeat;
  }
  
  .social a:hover {
    opacity: 0.6;
  }
  
  .social .te {
    background-position: -42px 0;
  }
  
  .social .va {
    background-position: -126px 0;
  }
  .header{
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
    top: 0;
  }
  .header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .inner nav ul{
    display: flex;
    gap: 20px;
  }
  .header .inner nav ul > li{
   padding-bottom: 30px;
   padding-top: 30px;
  }
  .header .inner nav ul > li a{
    color: #253238;
    font-size: 18px;
    font-weight: 400;
    transition: all .1s ease-in-out;
    font-weight: 600;
  }
  .header .inner nav ul > li::after{
    position: absolute;
    margin-top: 10px;
    display:block;
    content: '';
    width: 100%;
    height:3px;
    background: #000;
    transform: scaleX(0.0001);  
    transition: transform 250ms ease-in-out;
  }
  .header .inner nav ul  > li:hover:after{
    transform: scaleX(1);
  }
  .logo img{
    width: 180px;
    height: 100%;
  }

  .form__search input{
    border: transparent;
    background: linear-gradient(80deg, rgb(70 139 178 / 51%) 0%, rgb(72 140 177 / 35%) 100%);
    border-radius: 10px;
    font-weight: 400;
  }
  .form__search input::placeholder{
    color: #000 !important;
    font-weight: 600;
  }
  .header .inner .item .phone{
    color: #253238 !important;
    font-size: 16px;
    font-weight: 600;
  }
  .header .inner .item:nth-child(5){
    display: none;
  }
  .subnav > ul li{
    padding: 0 !important;
  }
  .subnav__inner{
    display: flex;
  }
  .subnav__inner .subnav__item ul{
    flex-direction: column !important;
  }
  .subnav__inner .subnav__item ul li{
    padding: 0 !important;
  }
  .subnav__inner .subnav__item ul li a{
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .header .inner nav ul > li .subnav__item ul li::after{
    width: 60px;
    background:linear-gradient(79.64deg, #2F81ED 0%, #51C3F2 96.5%) !important;
  }

  .subnav__inner{
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 50px;
    padding: 40px 0;
  }
  .subnav__item .title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .subnav__item .text{
    opacity: 0.7;
  }
  .subnav__item:nth-child(3){
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .subnav__item .btn-1{
    margin-top: auto;
    font-size: 16px;
    max-width: 165px;
  }
  .page{
    margin-top: 83px;
  }
/* intro */
.intro__block{
  position: relative;
}
.intro__image{
  position: relative;
}
.intro__image::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0026487a;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro{
  position: relative;
}
.intro__navigation{
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 60px;
}
.intro__navigation .inner{
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
}
.intro__content{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-top: 10%;
}
.intro__content .content{
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.intro__content .content .title{
  font-size: calc(28px + 25 * (100vw / 1920));
  font-weight: 600;
  max-width: 700px;
}
.intro__content .content .title h1{
      font-size: calc(28px + 25 * (100vw / 1920));
  font-weight: 600;
  max-width: 700px;
      margin: 0;
    text-transform: none;
}
@media (max-width: 768px) {
  .intro__content .content .title{
    font-size: calc(28px + 25 * ((100vw - 320px) / (1280 - 320)));;
  }
  .intro__content .content .title h1{
    font-size: calc(28px + 25 * ((100vw - 320px) / (1280 - 320)));;
}
}
.intro__content .content .desc{
  max-width: 550px;
  border-left: 3px solid #fff;
  padding-left: 20px;
}
.intro__social{
}
.intro__social .social{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pagetitle h2{
  position: relative;
  font-size: calc(18px + 18 * (100vw / 1920));
  font-weight: 600;
}
.pagetitle h2::after{
  content: '';
  width: 67px;
  height: 3px;
  background: linear-gradient(79.64deg, #2F81ED 0%, #51C3F2 96.5%);
  margin-top: 20px;
  display: block;
}
@media (max-width: 768px) {
  .pagetitle h2{
    font-size: calc(18px + 18px * ((100vw - 320px) / (1280 - 320)));;
  }
}
.advantages__inner{
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.advantages__inner .advantages__item:nth-child(2) .item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.advantages__inner .advantages__item:nth-child(2) .item .desc{
    text-align: justify;
}
.advantages__inner .advantages__item:nth-child(2) .item .top{
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}
.advantages__inner .advantages__item:nth-child(2){
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 30px;
}
/* footer */
.footer{
  margin-top: atuo;
  padding: 50px 0;
}
.logo-text{
  font-size: 11px;
  color: #253238;
  opacity: 0.5;
}
.footer__top{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.in-put{
  border: transparent;
  border-bottom: 1px solid #253238;
  border-radius: 0;
  padding-bottom: 10px;
}
.in-put:focus{
  border-bottom: 1px solid #51C3F2;
}
.footer__bottom{
  margin-top: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 100px;
}
.footer__bottom .item{
  display: flex;
  flex-direction: column;
}
.mailing{
  display: flex;
  flex-direction: column;
}
.form-mailing{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}
.form-mailing .btn-3{
  max-width: 100%;
}
.footer__top .logo{
  max-width: 175px;
}
.footer__bottom .item:nth-child(1){
  gap: 50px;
}
.footer__bottom .item:nth-child(2){
  gap: 7px;
}
.footer__bottom .item:nth-child(2) .phone{
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer__bottom .item:nth-child(3) ul{
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form__item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .swiper-wrapper .swiper-slide-duplicate-active .img-active{
  -webkit-animation: zoom 1s forwards;
  animation: zoom 1s forwards;
}

@keyframes zoom {
  0% {
    transform:scale(1) !important;
  }
  13.33% {
    transform:scale(1.1) !important;
  }
  66.66% {
    transform:scale(1.2) !important;
  }
  100% {
    transform:scale(1.3) !important;
  }
} */

.callback{
  background-position: center;
  background-size: cover;
  min-height: 355px;
  width: 100%;
}
.callback-form{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
.callback-form .in-put{
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.callback-form .in-put::placeholder{
  color: #fff;
}
.callback-form .in-put:focus{
  opacity: 1;
}
.callback__inner{
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 365px;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 50px;
}
.callback__item .title{
  font-size: calc(24px + 24 * (100vw / 1920));
}
@media (max-width: 768px) {
  .callback__item .title{
    font-size: calc(24px + 24 * ((100vw - 320px) / (1280 - 320)));;
  }
}
.video__inner{
  position: relative;
}
.video__title{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  background: #00000061;
  height: 100%;
  padding-top: 100px;
}
.callback__item .desc{
  margin-top: 30px;
  font-size: 16px;
  border-left: 3px solid #fff;
  padding-left: 20px;
}
.callback-form p{
  font-size: 10px;
}
.contacts__inner{
  display: grid;
  grid-template-columns: 1fr 750px;
  gap: 80px;
}
.contacts__item .item-4{
  gap: 60px !important;
  flex-direction: row !important;
}
.contacts__item .item-3 .desc .phone{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.contacts__item .item{
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__item .item .title{
  color: #253238;
  opacity: 0.5;
  font-size: 14px;
}
.contacts__item .item:nth-child(3) .desc{
  display: flex;
  gap: 10px;
}
.stocks__item{
  background-position: center;
  background-size: cover;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
  padding: 50px;
  box-shadow: 4px 4px 15px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.stocks__item .right img{
  border-radius: 10px;
  width: 100%;
}
.stocks__item .left .title{
  font-size: calc(20px + 20 * (100vw / 1920));
}
@media (max-width: 768px) {
  .stocks__item .left .title{
    font-size: calc(20px + 20 * ((100vw - 320px) / (1280 - 320)));;
  }
}
.stocks__item .left .desc{
  margin-top: 50px;
}
.portfolio__btn{
  position: absolute;
  right: 0;
  bottom: -50px;
}
.stocks__item .left .desc strong{
  color: #000000;
  opacity: 0.5;
  font-size: 12px;
  margin-bottom: 10px;
}
.stocks__inner{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.introbase{
  background-position: center;
  background-size: cover;
  min-height: 150px;
  width: 100%;
  position: relative;
}
.introbase::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #15499f78;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.introbase__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 115px 0;
  z-index: 100;
}
.introbase__item .title{
  color: #fff;
  font-weight: 600;
  font-size: calc(30px + 20 * (100vw / 1920));
  padding: 50px 0;
}
.introbase__item{
  z-index: 100;
}
@media (max-width: 768px) {
  .introbase__item .title{
    font-size: calc(30px + 20 * ((100vw - 320px) / (1280 - 320)));
    padding: 20px 0;
  }
}
strong{
  font-weight: 600;
}
.group__inner .group__item:nth-child(1) .desc p{
  color: #253238;
  opacity: 0.7;
  font-size: 16px;
  max-width: 750px;
  margin-top: 40px;
}
.group__inner strong{
  opacity: 1;
}
.group__info{
 background: #fff;
 filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
 padding: 30px;
 border-radius: 10px;
 margin-top: 200px;
 position: relative;
}
.group__img{
  max-width: 360px;
  height: 100%;
  border-radius: 10px;
}
.group__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.myGroup .content{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
  padding: 40px;
}
.group__inner .group__item:nth-child(1){
  position: absolute;
  max-width: 660px;
}
.group__info .desc p{
  font-size: 16px;
  font-weight: 400;
  color: #0055a3;
}
.group__info .name{
  font-weight: 600;
}

.group__info .title{
  color: #253238;
  opacity: 0.7;
  font-size: 16px;
}
.group__info::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-left: 122px solid #ffffff;
  border-bottom: 0px solid transparent;
  right: -65px;
  bottom: 0;
}
.group__navigation{
  margin-right: 40px;
}
.group__navigation .inner{
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
}
.tab-kinds{
  display: flex;
  gap: 100px;
}
.tab-header{
  flex-direction: column;
}
.tab-header__item{
  padding: 0 !important;
}
.tab-link{
  font-weight: 600;
  font-size: 20px;
}
.tab-header__item::after{
  width: 60px !important;
  background:linear-gradient(79.64deg, #2F81ED 0%, #51C3F2 96.5%) !important;
}
.tab-kinds__item{
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.tab-kinds__item::after{
  position: absolute;
  margin-top: 10px;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background:linear-gradient(79.64deg, #2F81ED 0%, #51C3F2 96.5%) !important;
  transform: scaleX(0.0001);
  transition: transform 250ms ease-in-out;
}
.tab-kinds__item.active:after{
  transform: scaleX(1);
}
/* Стили для вкладки */
.tab-header__item {
  cursor: pointer;
}

.tab-header__item.active {
  position: relative;
}
/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
  display: none;
  margin-top: -1px;
}
.tab-content__item .item .item__img{
  max-height: 200px;
}
.tab-content__item .item .item__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  height: 100%;
}
.tab-content__itemtwo{
  position: relative;
}
.tab-content__itemtwo .item:nth-child(2){
  position: absolute;
  background: #ffffffad;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  max-width: 600px;
  top: 15%;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  right: 0;
}
.tab-content__itemtwo .item:nth-child(2) .title{
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.tab-content__itemtwo .item:nth-child(2) .text{
  margin-top: 10px;
}
.tab-content__itemtwo .item:nth-child(2) ul{
  margin-top: 20px;
}
.tab-content__itemtwo .item:nth-child(2) ul li{
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 1px solid #000;
}
.tab-content__itemtwo .item:nth-child(2) ul li:first-child{
  padding-top: 0;
}
.tab-content__itemtwo .item:nth-child(2) ul li:last-child{
  padding-top: 7px;
  padding-bottom: 0;
  border-bottom: none;
}
.tab-content__itemtwo .item:nth-child(2) ul li a{
  display: flex;
  justify-content: space-between;
}
.tab-content__item .item:nth-child(2){
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tab-content__item .item:nth-child(2) .btn{
  margin-top: auto;
}
.tab-content__item .item .title{
  font-weight: 600;
  font-size: 20px;
}
.tab-content__item .item .text{
  margin-top: 10px;
  font-size: 16px;
  color: #253238;
  opacity: 0.7;
}
.myIntro .swiper-slide{
  max-height: 850px;
}
.myIntro .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    max-height: 210px;
}
.myClinic .swiper-slide img{
  max-height: 600px !important;
  object-fit: contain !important;
}
.сlinic__inner{
  position: relative;
}
.сlinic__content{
  position: absolute;
  top: 30px;
  right: 150px;
  background: #ffffffb0;
  border-radius: 10px;
  max-width: 420px;
  padding: 30px;
}
.сlinic__content .title{
  font-weight: 600;
  font-size: 16px;
}
.сlinic__content .desc{
  font-size: 16px;
  margin-top: 10px;
}
.tab-content__itemtwo{
  display: none;
}
.tab-content__itemtwo .item:nth-child(1){
  max-width: 750px;
}
.tab-content__itemtwo .item:nth-child(1) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.specialists__inner{
  display: grid;
  grid-template-columns: 1fr 750px;
  gap: 30px;
}
.specialists__inner .specialists__item:nth-child(2) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.specialists__inner .specialists__item:nth-child(1) .desc p{
  color: #253238;
  opacity: 0.7;
  font-size: 18px;
  margin-bottom: 5px;
}
.doctors__inner{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.doctors__item{
  background: #FFFFFF;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;

  position: relative;
}
.doctors__content{
  display: grid;
  grid-template-columns: 365px 1fr;
  gap: 70px;
  position: relative;
  padding-bottom: 20px;
}
.doctors__img{
  max-width: 362px;
}
.doctors__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio{
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.doctors__right .title{
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.doctors__right .item{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.doctors__right span{
  font-size: 12px;
  opacity: 0.5;
}
.specialization, .experience{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.education{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-height: 250px;
}
@media not all and (pointer: coarse) {
  .scrollbar {
      scrollbar-width: thin;
      scrollbar-color: #51C3F2 #ebebeb;
  }
  .scrollbar::-webkit-scrollbar {
      width: 10px;
      height: 10px;
      background-color: #ebebeb;
  }
  .scrollbar::-webkit-scrollbar-thumb {
      background-color: #51C3F2;
      border-radius: 10px;
  }
}

.scrollbar{
  overflow: auto;
}
.doctors__slider{
  margin-top: 50px;
  display: none;
}
.doctors__slider-item{
  background: #FFFFFF;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.doctors__slider-item .desc{
  padding: 30px;
  margin-top: auto;
}
.myDoctors .swiper-slide{
  height: 100%;
}
.portfolio{
  cursor: pointer;
}
.portfolio-open{
  display: block !important;
}
.portfolio .portfolio__two:nth-child(2){
  display: none;
}
.portfolio .portfolio__one:nth-child(1){
  display: block;
}
.portfolio .portfolio__two:nth-child(2) img{
  transform: rotate(180deg);
}
.portfolio-db{
  display: block !important;
}
.portfolio-dn{
  display: none !important;
}
.education__item p{
  margin-bottom: 10px;
}
.about .desc{
  max-width: 505px;
  opacity: 0.5;
}
.about img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.dentistry__inner{
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 130px;
}
.dentistry__inner .dentistry__item:nth-child(1) .title{
  font-weight: 600;
  font-size: 16px;
}
.dentistry__inner .dentistry__item:nth-child(1) ul{
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-left: 30px;
  margin-top: 30px;
}
.dentistry__inner .dentistry__item:nth-child(1) ul li{
  list-style-type :disc;
}
.dentistry__inner .dentistry__item:nth-child(2){
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dentistry__inner .dentistry__item:nth-child(2) .item{
  border-bottom: 1px solid  #D9D9D9;
  padding-bottom: 20px;
}
.information__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.information__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
.information__item p{
  font-size: 12px;
}
.slider .intro__navigation{
  position: inherit;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  width: initial;
}

.treatment__item{
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 30px;
  margin-top: 50px;
}
.treatment__item .title{
  font-size: 20px;
  font-weight: 600;
}
.treatment__item .desc{
  margin-top: 20px;
  opacity: 0.7;
}
.treatment__item .desc strong{
  font-weight: 600;
}
.treatment__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 600px;
}

.treatment__item:nth-child(2n){
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 30px;
  margin-top: 100px;
}
 .treatment__item:nth-child(2n) .treatment__left{
  order: 2;
}
.treatment__item:nth-child(2n) .treatment__right{
  order: 1;
} 
.dentists__inner{
  display: grid;
  grid-template-columns: 365px 1fr;
  gap: 30px;
}
.dentists__item .desc{
  opacity: 0.7;
  margin-top: 50px;
}
.dentists__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.technologies__content{
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 30px;
}
.myTechnologies{
  padding-right: 20px;
  padding-left: 20px;
}
.price__inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.price__item{
  padding: 30px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}
.price__item .inner .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  gap: 30px;
}
.price__item .inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.price__title{
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.price__item .inner .item .right{
  font-weight: 600;
}
.price__item .inner .item .left{
  max-width: 600px;
}
.intro__block .swiper-slide-duplicate-active img{
	animation: grow 30s forwards;
}
.menubase{
  background: #7cc2f561;
}
.menubase__inner{
  padding: 35px 0;
}
.menubase__inner ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menubase__inner ul li a{
  font-weight: 600;
  font-size: 20px;
  color: #253238;
}
.menubase__innertwo{
  padding: 15px 0;
}
@keyframes grow {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

.youtube__inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#cookie_note{
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #5595b7;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

.cookie_accept{
  width:20%;
}
@media (min-width: 576px){
  #cookie_note.show{
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
  }
}

@media (max-width: 575px){
  #cookie_note.show{
      display: flex;
          text-align: center;
    align-items: center;
  }
}
.cookie-btn{
  color: #fff;
  max-width: 25px;
  position: absolute;
  right: 70px;
  padding: 10px;
}
.cookie__link{
  padding: 5px 20px;
}

  @media (max-width: 1400px) {
    .intro__content .content{
      align-items: center;
    }
  }
  @media (max-width: 1200px) {
    .contacts__inner .contacts__item:nth-child(2) img{
      width: 100%;
      height: 100%;
    }
    .contacts__inner{
      grid-template-columns: 1fr;
    }
    .group__inner .group__item:nth-child(1){
      position: relative;
    }
    .myGroup .content{
      display: flex;
      flex-direction: column;
      gap: 0;
      padding: 0;
      margin-top: 20px;
      align-items: center;
    }
    .group__info{
      order: 2;
      margin-top: 30px;
      filter:none;
    }
    .group__img{
      order: 1;
    }
  }
  @media (max-width: 1100px) {
    .youtube__inner{
      grid-template-columns: 1fr;
    }
    .specialists__inner{
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .footer__bottom{
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .stocks__item img{
      width: 100%;
      height: 100%;
    }
    .footer__bottom .item::before{
      content: '';
      width: 67px;
      height: 3px;
      background: linear-gradient(79.64deg, #2F81ED 0%, #51C3F2 96.5%);
      display: block;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 1024px) {
    .show{
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
        bottom: 65px;
        height: 150px;
    }
    #cookie_note p{
            max-width: 100%;
            font-size: 15px;
            margin-top: 10px;
    }
    .cookie-btn{
        right: 5px;
        font-size: 26px;
        top: 0;
    }
    .myTechnologies .swiper-slide img{
      border-radius: 0;
    }
    .treatment__item:nth-child(2n){
      grid-template-columns: 1fr;
    }
    .myTechnologies{
      padding: 0;
    }
    .technologies__content{
      box-shadow:none;
      border: 1px solid #e9e9e9;
    }
    .treatment__item, .dentists__inner{
      grid-template-columns: 1fr;
    }
    .dentistry__inner{
      gap: 30px;
      grid-template-columns: 1fr;
    }
    .dentistry__inner .dentistry__item:nth-child(2){
      margin-top: 50px;
    }
    .doctors__content{
      grid-template-columns: 1fr;
    }
    .doctors__img img{
      width: 100%;
      height: 100%;
    }
    .tab-content__itemtwo .item:nth-child(2){
      left: 0;
    }
    .group__navigation{
      display: none;
    }
    .stocks__item{
      grid-template-columns: 1fr;
    }
    .advantages__inner{
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .intro__social .social{
      flex-direction: row;
      
    }
    .intro__content .content{
      flex-direction: column;
      align-items: flex-start;
      gap: 30px;
    }
    .header .inner{
      padding: 10px 0;
    }
    .header .inner .item:nth-child(2){
      display: none;
    }
    .header .inner .item:nth-child(3){
      display: none;
    }
    .header .inner .item:nth-child(4){
      display: none;
    }
    .header .inner .item:nth-child(5){
      display: block;
    }
    .container {
      padding: 0 20px;
    }
    .intro__content{
      padding-top: 5%;
    }
    .intro__block .swiper-slide img{
      height: 50vh;
    }
  }
  
  @media (max-width: 768px) {
       .treatment__item:nth-child(2n) .treatment__left{
          order: 1;
        }
        .treatment__item:nth-child(2n) .treatment__right{
          order: 2;
        } 
        p{
                text-align: left;
        }
    .intro__block .swiper-slide img{
          height: 65vh;
    }
    .intro__content{
        padding-top: 0;
    }
    .сlinic__content{
            position: inherit;
    }
    .myClinic .swiper-slide img{
      min-height: 25vh !important;
    }
    .menubase__inner{
      padding: 15px 0;
    }
    .menubase__inner ul{
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .logo img{
      width: 100%;
      max-width: 250px;
    }
    .page{
      margin-top: 65px;
    } 
    .price__item .inner .item{
      flex-direction: column;
      align-items: flex-start;
    }
    .information__inner{
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .doctors__right .item{
      flex-direction: column;
    }
    .tab-content>.active{
      display: flex;
    }
    .tab-content__itemtwo .item:nth-child(2){
      position: initial;
    }
    .tab-kinds{
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 1fr;
    }
    .tab-kinds__item::after{
      width: 50px;
    }
    .doctors__slider-item img{
      height: 100%;
    }
    .tab-content__itemtwo{
      flex-direction: column;
      gap: 30px;
    }
    .tab-content__itemtwo .item:nth-child(1) img{
      width: 100%;
      height: 100%;
    }
    .сlinic__content{
      right: 0;
    }
    .introbase__inner{
      flex-direction: column;
      gap: 30px;
    }
    .stocks__item{
      padding: 20px;
      background-size: contain;
    }
    .callback__inner{
      grid-template-columns: 1fr;
    }
    .advantages__inner .advantages__item:nth-child(2){
      grid-template-columns: 1fr;
    }
    .intro__content {
      padding-top: 40px;
    }
    .intro__navigation{
      display: none;
    }
    h1 {
      font-size: calc(28px + 25 * ((100vw - 320px) / (1280 - 320)));
    }
    h2 {
      font-size: calc(42px + 50 * ((100vw - 320px) / (1280 - 320)));
    }
  }




