@font-face {
    font-family: 'Century Gothic';
    src: url("fonts/CenturyGothic/CenturyGothic.ttf");
    font-weight: 400;
    font-style: normal;
}

body{
    position: relative;
    color: #252525;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

a{
    color: #252525 !important;
    text-decoration: none !important;
}

section{
    padding: 50px 0px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1340px;
    }
}

h1{
    color: #252525;
    leading-trim: both;
    text-edge: cap;
    font-size: 70px;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    text-transform: uppercase;
}

h2{
    color: #252525;
    leading-trim: both;
    text-edge: cap;
    font-size: 70px;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    margin-bottom: 40px;
}

.button{
    display: block;
    cursor: pointer;
    width: max-content;
    border-radius: 0px;
    background: transparent;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    padding: 20px 40px;
    transition: all 0.2s ease;
    border: 1px solid #A89063;
}

.button:hover{
    transform: scale(0.96);
    background: #A89063;
    color: #FFF !important;
}

.preload-wrap {
	position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 111;
	animation: preload-a 2s ease forwards 4s;
}
@keyframes preload-a {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		z-index: -1;
		pointer-events: none;
	}
}
.preload-div{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.preload-div svg path:nth-child(1) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(2) {
    stroke-dasharray: 565;
    stroke-dashoffset: 565px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.5s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(3) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.7s, colorFill 2s ease forwards 2.5s;
}


.preload-div svg path:nth-child(4) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.9s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(5) {
    stroke-dasharray: 227px;
    stroke-dashoffset: 227px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.3s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(6) {
    stroke-dasharray: 605px;
    stroke-dashoffset: 605px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.5s, colorFill 2s ease forwards 2.5s;
    
}

.preload-div svg path:nth-child(7) {
    stroke-dasharray: 494px;
    stroke-dashoffset: 494px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.8s, colorFill 2s ease forwards 2.5s;
}
.preload-div svg path:nth-child(8) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(9) {
    stroke-dasharray: 565;
    stroke-dashoffset: 565px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.5s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(10) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.7s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(11) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.9s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(12) {
    stroke-dasharray: 227px;
    stroke-dashoffset: 227px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.3s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(13) {
    stroke-dasharray: 605px;
    stroke-dashoffset: 605px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.5s, colorFill 2s ease forwards 2.5s;
    
}

.preload-div svg path:nth-child(14) {
    stroke-dasharray: 494px;
    stroke-dashoffset: 494px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.8s, colorFill 2s ease forwards 2.5s;
}
.preload-div svg path:nth-child(15) {
    stroke-dasharray: 494px;
    stroke-dashoffset: 494px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.8s, colorFill 2s ease forwards 2.5s;
}
.preload-div svg path:nth-child(16) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(17) {
    stroke-dasharray: 565;
    stroke-dashoffset: 565px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.5s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(18) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.7s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(19) {
    stroke-dasharray: 449px;
    stroke-dashoffset: 449px;
	stroke: #414141;
    animation: animateText 2s ease forwards 0.9s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(20) {
    stroke-dasharray: 227px;
    stroke-dashoffset: 227px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.3s, colorFill 2s ease forwards 2.5s;
}

.preload-div svg path:nth-child(21) {
    stroke-dasharray: 605px;
    stroke-dashoffset: 605px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.5s, colorFill 2s ease forwards 2.5s;
    
}

.preload-div svg path:nth-child(22) {
    stroke-dasharray: 494px;
    stroke-dashoffset: 494px;
	stroke: #414141;
    animation: animateText 2s ease forwards 1.8s, colorFill 2s ease forwards 2.5s;
}
.preload-div svg path{
	fill: #414141;
	fill-opacity: 0;
}


/* header */
header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    padding: 16px 0px;
}

.header-div{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    grid-gap: 30px;
    align-items: center;
}

.main-menu{
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 30px;
    align-items: center;
    list-style-type: none;
}

.main-menu a, .h-phone {
    position: relative;
    color: #252525;
}

.main-menu a::after, .h-phone::after {
    content: '';
    position: absolute;
    top: 102%;
    left: 0;
    width: 0;
    height: 1px;
    background: #252525;
    transition: all 0.3s ease-out;
}

.main-menu a:hover::after, .h-phone:hover::after {
    width: 100%;
}

.header-cont{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.logo img{
    display: block;
    width: 100%;
}




/* main */

.main{
    height: 100vh;
    max-height: 1600px;
    padding: 60px 0px;
    background: url("../img/main.jpg") no-repeat;
    background-position: left center;
    background-size: cover;
}

.main .container{
    height: 100%;
    display: grid;
    align-content: flex-end;
}

.main h1{
    max-width: 800px;
    margin-bottom: 40px;
}

.main .desc{
    max-width: 700px;
    margin-bottom: 80px;
}


/* doctors */

.doctorsSwiper img{
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 420px;
    object-fit: cover;
	cursor:pointer
}

.doctorsSwiper .name{
    font-size: 24px;
}

.doctorsSwiper .link{
    color: #A89063;
		cursor:pointer
}


/* about */

.aboutSwiper img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #CEB278;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 25px;
    color: #FFF;
}


/* preim */

.preim-sec{
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.preim-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:20px;
    margin: 60px 0px 0px;
}

.preim-div img{
    display: block;
    margin: 0px auto 20px;
    max-width: 220px;
    height: 86px;
    object-fit: contain;
}

.preim-div .item:first-child img{
    max-width: 140px;
}

.preim-div p{
    text-align: center;
}

@keyframes animateText {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes colorFill {
    from {
        fill-opacity: 0;
        text-decoration: none;
    }
    to {
        fill-opacity: 1;
		
    }
}



/* ba */

.before-after-cont {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.before-after-cont .img {
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    background-size: 1200px 100%;
    /* background-size: contain; */
    /* background-position: center center; */
    background-repeat: no-repeat;

}

.before-after-cont .background-img {
    /* background-size: cover; */
    background-size: 100% 100%;
}

.before-after-cont .foreground-img {
    width: 50%;
}

.before-after-cont .slider {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.2);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.before-after-cont .slider::-webkit-slider-thumb {
	filter: opacity(0);
}

.before-after-cont .slider::-ms-thumb {
    filter: opacity(0);
}

.before-after-cont .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    left: calc(50% - 19px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.before-after-cont .slider::-moz-range-thumb {
    width: 2px;
    height: calc(100% + 40px);
    background: white;
    cursor: grab;
}

.before-after-cont .slider-button::before {
    content: "";
    padding: 7px;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

.before-after-cont .slider-button::after {
    content: "";
    padding: 7px;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}




/* form */

.form-sec form{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

form .button{
    width: 100%;
}

input, select{
    cursor: pointer;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #CEB278;
    padding: 20px 0px;
    background: #FFF;
    color: #252525;
}

input::placeholder{
    color: #252525;
}


/* price */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #CEB278;
}

.nav-pills .nav-link {
    border-radius: 30px;
}

.nav-link {
    color: #252525;
    border: 1px solid #CEB278;
}

.nav {
    justify-content: center;
    gap: 15px;
}

.nav-link:focus, .nav-link:hover {
    color: #CEB278;
}

.price-sec .tab-pane{
	column-count: 2;
	padding-top: 20px;
	margin-bottom: 40px;
}

.price-sec .item{
	break-inside: avoid;
		margin-bottom: 40px;
}

.price-sec .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0px;
	max-width:100px;
}


.price-sec .item div{
    display: grid;
    align-content: space-between;
}

.price-sec .item p{
    margin-bottom: 3px;
}

.price-sec .item p:last-child{
    margin-bottom: 0px;
}

.price-sec .item .title{
    font-size: 24px;
	margin-bottom: 10px;
	line-height: 140%;
}

.price-sec .item .price{
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
}


/* sert */

.sertSwiper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* review */

.reviewSwiper img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.reviewSwiper .swiper-slide{
    position: relative;
    cursor: pointer;
}

.reviewSwiper .swiper-slide.video:hover::after{
    transform: scale(1.1);
}

.reviewSwiper .swiper-slide.video::after{
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url("../img/icons/play.svg") center no-repeat;
    background-size: contain;
    z-index: 2;
    transition: all 0.2s ease;
    pointer-events: none;
}



/* faq */

.accordion-item {
    border: 0px;
    border-bottom: 1px solid #252525;
}

.accordion-item:first-child{
    border-top: 1px solid #252525;
}

.accordion-button{
    line-height: 130%;
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #CEB278;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


/* footer */

footer{
    background: #CEB278;
    padding: 50px 0px;
}

footer .logo img{
    max-width: 300px;
}

.footer-div, .cont-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.hasarrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hasarrow::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    background: url("../img/icons/hasarrow.svg") center no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-out;
}

.hasarrow:hover::after {
    transform: rotate(180deg) scale(0.8);
}

.pricelist-link{
    line-height: 140%;
    font-size: 44px;
    color: #FFF !important;
    margin-bottom: 30px;
}

.pricelist-link.hasarrow::after{
    width: 28px;
    height: 28px;
}

.def-ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.def-ul li{
    margin-bottom: 15px;
}

footer .def-ul a{
    color: #FFF !important;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-bottom a, .contacts-links a {
    position: relative;
    color: #FFF !important;
}


.footer-bottom a::after, .contacts-links a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFF;
    transition: width 0.3s ease-out;
}

.footer-bottom a:hover::after, .contacts-links a:hover::after {
    width: 100%;
}



/* ba sec */

.baSwiper {
    height: 600px;
}

.twenty-container img {
    height: 600px;
    width: 100%;
    object-fit: contain;
}




/* modal */

.modal-content{
    border-radius: 20px;
    overflow: hidden;
    border: 0px;
}

.modal-dialog {
    max-width: 440px;
}

.modal-content h2 {
    margin-bottom: 0px;
    font-size: 44px;
    background: #A89063;
    color: #FFF;
    padding: 30px;
    text-align: left;
}

.modal-content form{
    padding: 30px;
    display: grid;
    grid-gap: 15px;
}

.btn-close {
    background: transparent;
    color: #FFF;
    font-size: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.btn-close:hover{
    opacity: 1;
    color: #252525;
}

.btn-close:focus {
    box-shadow: none;
    opacity: 1;
}

.docmodal .modal-dialog{
  max-width: 600px;
}

.docmodal p {
  padding: 30px;
	margin:0px;
}


.kaspi-div {
  background: #CEB278;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
}

.kaspi-div p {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
	line-height:140%;
}

.kaspi-div img {
  width: 100%;
}



/* widget */

.whatsapp-widjet{
	position:fixed;
	bottom:25px;
	right:25px;
	border:1px solid #8FCF21;
	width:60px;
	height:60px;
	border-radius:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:140;
	transition:all .5s ease;
	background:#8FCF21;
	cursor:pointer
}
.whatsapp-widjet-icon{
	width:60px;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:10;
}
.whatsapp-widjet-icon svg{
	fill:#fff;
	width:30px;
	height:30px
}
.whatsapp-widjet-circle-left{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	left:0
}
.whatsapp-widjet-circle-left{
	border:1px solid #8FCF21;
	position:absolute;
	top:-7px;
	bottom:0;
	left:-7px;
	right:0;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-left 4s both linear infinite;
	-moz-animation:pie-left 4s both linear infinite;
	-ms-animation:pie-left 4s both linear infinite;
	-o-animation:pie-left 4s both linear infinite;
	animation:pie-left 4s both linear infinite
}
.whatsapp-widjet-circle-right{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	right:0
}
.whatsapp-widjet-circle-right{
	border:1px solid transparent;
	position:absolute;
	top:-7px;
	bottom:0;
	left:0;
	right:-7px;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-right 4s both linear infinite;
	-moz-animation:pie-right 4s both linear infinite;
	-ms-animation:pie-right 4s both linear infinite;
	-o-animation:pie-right 4s both linear infinite;
	animation:pie-right 4s both linear infinite
}
@keyframes pie-left{
	0%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	10%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	20%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	30%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	40%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg)
	}
	50%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg)
	}
}
.call-widjet{
	position:fixed;
	bottom:108px;
	right:25px;
	border:1px solid #076324;
	width:60px;
	height:60px;
	border-radius:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:140;
	transition:all .5s ease;
	background:#076324;
	cursor:pointer
}
.call-widjet-icon{
	width:60px;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:10
}
.call-widjet-icon svg{
	fill:#fff;
	width:30px;
	height:30px
}
.call-widjet-circle-left{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	left:0
}
.call-widjet-circle-left{
	border:1px solid #076324;
	position:absolute;
	top:-7px;
	bottom:0;
	left:-7px;
	right:0;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-left 4s both linear infinite;
	-moz-animation:pie-left 4s both linear infinite;
	-ms-animation:pie-left 4s both linear infinite;
	-o-animation:pie-left 4s both linear infinite;
	animation:pie-left 4s both linear infinite
}
.call-widjet-circle-right{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	right:0
}
.call-widjet-circle-right{
	border:1px solid transparent;
	position:absolute;
	top:-7px;
	bottom:0;
	left:0;
	right:-7px;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-right 4s both linear infinite;
	-moz-animation:pie-right 4s both linear infinite;
	-ms-animation:pie-right 4s both linear infinite;
	-o-animation:pie-right 4s both linear infinite;
	animation:pie-right 4s both linear infinite
}
@keyframes pie-left{
	0%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	10%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	20%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	30%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	40%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg)
	}
	50%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg)
	}
}





@media (max-width:767px){
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 40px;
    }
    .main-menu{
        display: none;
    }
    .header-div {
        grid-template-columns: 150px 1fr;
    }
    .h-phone {
      font-size: 18px;
    }
    .main {
        height: auto;
        max-height: none;
        padding: 100px 0px 330px;
        background-position: bottom right;
        background-size: auto 300px;
    }
    .main .desc {
        margin-bottom: 30px;
    }
    .main h1 {
        margin-bottom: 30px;
    }
    .doctorsSwiper .name {
        font-size: 16px;
    }
    .doctorsSwiper img {
        height: auto;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 14px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .aboutSwiper img {
        height: 210px;
    }
    .preim-div {
        grid-template-columns: 1fr 1fr;
        margin: 0px 0px 0px;
    }
    .preim-div img {
        margin: 0px auto 10px;
        max-width: 150px;
        height: 56px;
    }
    .preim-div .item:first-child img {
        max-width: 95px;
    }
    .before-after-cont {
        height: 300px;
    }
    .before-after-cont .img {
        background-size: 520px 100%;
    }
    .form-sec form {
        grid-template-columns: 1fr;
    }
    .price-sec .item {
		margin-bottom: 20px;
    }
    .price-sec .tab-pane {
		column-count: 1;
    }
    .price-sec .item .title {
        font-size: 16px;
    }
    .price-sec .item .price {
        font-size: 12px;
    } 
    .price-sec .item .desc {
        font-size: 12px;
    } 
    .price-sec .item img {
        padding: 15px;
    }
    .sertSwiper img {
        height: auto;
    } 
    .reviewSwiper img {
        height: 250px;
    }
    .footer-div, .cont-div {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .pricelist-link {
        font-size: 20px;
    }
    .pricelist-link.hasarrow::after {
        width: 16px;
        height: 16px;
    }
    .modal-content h2 {
        font-size: 28px;
        padding: 20px;
    }
    .modal-content form {
        padding: 20px;
    }
    .modal-content {
        border-radius: 10px;
    }
	.kaspi-div {
		grid-template-columns: 1fr;
	}
	.kaspi-div p {
		font-size: 18px;
	}
    .baSwiper {
        height: 400px;
    }
    .twenty-container img {
        height: 400px;
    }
	.docmodal p {
	  padding: 20px;
	}
}

@media (max-width:360px){
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    .before-after-cont {
        height: 200px;
    }
}