@font-face {
    font-family: 'Hurme Geometric Sans 1';
    src: url('../fonts/HurmeGeometricSans1-Regular.eot');
    src: url('../fonts/HurmeGeometricSans1-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HurmeGeometricSans1-Regular.woff2') format('woff2'),
        url('../fonts/HurmeGeometricSans1-Regular.woff') format('woff'),
        url('../fonts/HurmeGeometricSans1-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

body{
	font-family: 'Hurme Geometric Sans 1';
	background: #f9f9f9;
}

.main{
	height: 100vh;
	background: url('../images/bg.jpg') center center;
}

.container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.header{
	position: relative;
	padding-top: 55px;
	z-index: 99;
}

.header__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__nav{
	display: flex;
}

.header__nav li{
	margin-right: 70px;
}

.header__nav li a{
	font-size: 20px;
	color: #1D1D1D;
}

.btn__consultancy{
	display: flex;
	padding: 8px 13px;
	background: #A16E5F;
	font-size: 20px;
	color: #fff;
	border-radius: 15px;
}

.btn__consultancy img{
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #fff;
}

.slider{
	height: calc(100vh - 116px);
}

.slider__content{
	display: flex;
	justify-content: space-between;
	height: calc(100vh - 137px);
	align-items: center;
}

.slider__title{
	font-size: 60px;
	color: #A16E5F;
	margin-bottom: 20px;
}

.slider__text{
	font-size: 25px;
	color: #A16E5F;
	margin-bottom: 30px;
}

.slider__button{
	display: inline-block;
	padding: 18px 28px;
	font-size: 20px;
	border-radius: 20px;
}

.slider__button.dark{
	background: #A16E5F;
	color: #fff;
	margin-right: 45px;
}

.slider__button.light{
	background: #fff;
	color: #A16E5F;
	padding: 18px 38px;


	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

.slider__left{
	width: 40%;
	margin-right: 2%;
}

.slider__right{
	display: flex;
	justify-content: space-between;
	width: 742px;
}

.bg__border{
	position: relative;
	display: inline-block;
}

.bg__border:after{
	content: '';
	position: absolute;
	top: 5px;
	left: -10px;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 50px;
	border: 1px solid #A16E5F;
	z-index: 0;
}

.bg__border > img{
	position: relative;
	z-index: 1;
}

.slider__image.image_1{
	margin-top: -200px;
	margin-right: 20px;
}

.slider__image.image_2{
	margin-bottom: -200px;
}

.slider__video{
	width: 344px;
	height: 500px;
}

.video-player{
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.video-iframe, .video-thumb{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-player .play-button, .play-button-slider {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgb(0 0 0 / 60%);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    transform: translate3d(-50%, -50%, 0);
}

.play-button-slider{
	width: 70px;
	z-index: 7;
	cursor: pointer;
}

.video-player .play-button:before, .play-button-slider:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.video-player .play-button, .video-player .video-thumb{
	cursor: pointer;
}

.slider__video .video-player{
	height: 500px;
	border-radius: 50px;
	position: relative;
    z-index: 1;
    background: #000;
}

.slider__video .video-player .video-thumb{
	top: 0%;
	height: auto;
}


.applications{
	position: relative;
	padding: 60px 0 90px 0;
	background: #c39d92;
	overflow: hidden;
}

.applications > .container{
	position: relative;
	z-index: 1;
}

.application__title{
	margin-bottom: 50px;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.application__list{
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.application__item{
	display: flex;
    width: 25%;
	padding: 10px;

}

.application__item-content{
	width: 100%;
	border-radius: 50px;
    background: #F0E2DE;
    padding: 40px 0 45px 0;
    text-align: center;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(173,139,129,0.9);
	-moz-box-shadow: 3px 3px 20px 0px rgba(173,139,129,0.9);
	box-shadow: 3px 3px 20px 0px rgba(173,139,129,0.9);
}

.application__image{
	margin-bottom: 14px;
}

.application__line{
	display: block;
	border: 0;
	height: 1px;
	background: #C39D92;
	margin: 0 30%;
	margin-bottom: 8px;
}

.application__text{
	font-size: 25px;
	color: #A16E5F;
	padding: 0 40px;
}

.application__logo-left{
	width: 458px;
	height: 434px;
	position: absolute;
	left: -125px;
	bottom: -150px;
	fill: #FFFFFF;
	z-index: 0;
}

.application__logo-right{
	width: 458px;
	height: 434px;
	position: absolute;
	right: -125px;
	top: -150px;
	fill: #FFFFFF;
	z-index: 0;
}

.ba{
	position: relative;
	padding: 75px 0 0 0;
	margin-bottom: 175px;
}

#before_after{
	position: relative;
	text-align: center;
	overflow: hidden;
}

.swiper-pagination-bullet{
	width: 18px;
	height: 18px;
}

.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active{
	background: #A16E5F;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:-50px;
}

.whatsapp{
	margin-bottom: 60px;
}

.whatsapp__box{
	display: flex;
	align-items: center;
	padding: 40px 35px;
	background: #A16E5F;
	border-radius: 50px;
}

.whatsapp__icon{
	padding: 10px 20px;
	border-right: 1px solid #fff;
}

.whatsapp__text{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	padding-left: 20px;
}

.whatsapp__button{
	margin-left: auto;
	font-size: 25px;
	color: #A16E5F;
	padding: 15px 30px;
	background: #fff;
	border-radius: 22px;
}

.whatsapp__button:hover{
	opacity: 0.9;
}

.treatment___box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}

.treatment___video{
	width: 50%;
}

.treatment___video .video-player{
	position: relative;
	border-radius: 50px;
	z-index: 1;
}

.treatment___text{
	width: 45%;
	font-size: 25px;
	color: #A16E5F;
	line-height: 1.3em;
}

.reverse_1 {
    order: 2;
}

.reverse_2 {
    order: 1;
}


.period{
	position: relative;
	padding: 60px 0 90px 0;
	background: #c39d92;
	overflow: hidden;
}

.period > .container{
	position: relative;
	z-index: 1;
}

.period__title{
	margin-bottom: 50px;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.period__list{
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.period__item{
	display: flex;
    width: 25%;
	padding: 10px;

}

.period__content{
	width: 100%;
	border-radius: 50px;
    background: #F0E2DE;
    padding: 40px 0 45px 0;
    text-align: center;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(173,139,129,0.9);
	-moz-box-shadow: 3px 3px 20px 0px rgba(173,139,129,0.9);
	box-shadow: 3px 3px 20px 0px rgba(173,139,129,0.9);
}

.period__image{
	margin-bottom: 14px;
}

.period__line{
	display: block;
	border: 0;
	height: 1px;
	background: #C39D92;
	margin: 0 30%;
	margin-bottom: 8px;
}

.period__text{
	font-size: 25px;
	color: #A16E5F;
	padding: 0 40px;
}

.period__logo-left{
	width: 458px;
	height: 434px;
	position: absolute;
	left: -125px;
	bottom: -150px;
	fill: #FFFFFF;
	z-index: 0;
}

.period__logo-right{
	width: 458px;
	height: 434px;
	position: absolute;
	right: -125px;
	top: -150px;
	fill: #FFFFFF;
	z-index: 0;
}

.doctor{
	padding: 90px 0 100px 0;
}

.doctor__title{
	margin-bottom: 90px;
	font-size: 40px;
	color: #A16E5F;
	text-align: center;
}

.doctor__slider{
	position: relative;
	display: flex;
	padding: 85px;
	max-width: 1190px;
	margin: 0 auto;
	background: #fff;
	border-radius: 50px;

	-webkit-box-shadow: 2px 2px 50px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 50px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 50px 0px rgba(0,0,0,0.15);
}

.doctor__image{
	width: 40%;
	margin-right: 3%;
}

.doctor__text{
	width: 57%;
}

.doctor__name{
	margin-bottom: 90px;
	font-size: 40px;
	color: #A16E5F;
}

.doctor__about{
	font-size: 25px;
	color: #A16E5F;
	line-height: 1.3em;
}

.doctor__slider .swiper-slide{
	display: flex;
}

#doctor{
	width: 100%;
	overflow: hidden;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -60px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -60px;
    right: auto;
}

.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}

#certificate{
	text-align: center;
	overflow: hidden;
}

.certificate{
	padding-top: 90px;
}

.certificate__title{
	margin-bottom: 70px;
	font-size: 40px;
    color: #A16E5F;
    text-align: center;
}


.certificate__list{
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.certificate__item{
	/*display: flex;*/
    width: 100%;
	padding: 10px;
	justify-content: center;
}

.certificate__image{
	border: 30px solid #C39D92;
	border-radius: 100%;
}

.company{
	padding: 60px 0 90px 0;
}

.company__title{
	margin-bottom: 70px;
	font-size: 40px;
    color: #A16E5F;
    text-align: center;
}

.company__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.company___video, .company___image {
    width: 50%;
}

.company___video .video-player{
	position: relative;
	border-radius: 50px;
	z-index: 1;
}

.company___text {
    width: 45%;
    font-size: 25px;
    color: #A16E5F;
    line-height: 1.3em;
}


.comment__title{
	margin-bottom: 70px;
	font-size: 40px;
    color: #A16E5F;
    text-align: center;
}

.comment {
	position: relative;
	margin-bottom: 150px;
}

#comment .swiper-slide{
    /*opacity: .5;
    pointer-events: none;*/
}

#comment .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

.faq{
	position: relative;
	padding: 60px 0 90px 0;
	background: #c39d92;
	overflow: hidden;
}

.faq > .container{
	position: relative;
	z-index: 1;
}

.faq__title{
	margin-bottom: 50px;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.faq__logo-left{
	width: 458px;
	height: 434px;
	position: absolute;
	left: -125px;
	bottom: -150px;
	fill: #FFFFFF;
	z-index: 0;
}

.faq__logo-right{
	width: 458px;
	height: 434px;
	position: absolute;
	right: -125px;
	top: -150px;
	fill: #FFFFFF;
	z-index: 0;
}

.faq__box{
	position: relative;
	padding: 85px;
	max-width: 1190px;
	margin: 0 auto;
	background: #F0E2DE;
	border-radius: 50px;

	-webkit-box-shadow: 2px 2px 50px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 50px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 50px 0px rgba(0,0,0,0.15);
}

.faq__content{
	padding: 25px 0;
	border-bottom: 1px solid #A16E5F;
}

.faq__question{
	position: relative;
	font-size: 25px;
	color: #A16E5F;
	font-weight: 600;
	cursor: pointer;
}

.faq__question:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 24px;
    height: 21px;
    background: url(../images/arrow_down.png) no-repeat;
}

.faq__content.selected .faq__answer{
	display: block;
}

.faq__content.selected .faq__question:after{
	transform: rotate(180deg);
}

.faq__answer{
	display: none;
	padding-top: 10px;
	font-size: 25px;
    color: #A16E5F;
    line-height: 1.3em;
}

.footer__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__contact-title{
	margin-bottom: 45px;
	font-size: 40px;
	color: #A16E5F;
}

.footer__contact p{
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.footer__contact .address{
	font-size: 20px;
	color: #A16E5F;
}

.footer__contact .address:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 26px;
	background: url('../images/map_ico.png') no-repeat;
}

.footer__contact .phone, .footer__contact .phone a{
	font-size: 20px;
	color: #A16E5F;
}

.footer__contact .phone:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 26px;
	background: url('../images/phone_ico.png') no-repeat;
}

.footer__social{
	margin-top: 50px;
	display: flex;
}

.footer__social li{
	margin-right: 20px;
}

.footer__logo{
	margin-top: 150px;
}

.mobile__button-item{
	display: none;
}

.mobile__button{
	width: 20px;
	height: 10px;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile__button span{
	position: relative;
	width: 100%;
	height: 2px;
	background: #A16E5F;
	border-radius: 5px;
}

.mobile__button.active span:first-child{
	transform: rotate(45deg);
	top: 4px;
}

.mobile__button.active span:last-child{
	transform: rotate(-45deg);
	top: -4px;
}


.header__mobile{
	display: none;
    width: 100%;
	height: 100vh;
    transition: .5s ease-in 0.25s;
    overflow: hidden;
    background-color: rgba(0,0,0,.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    z-index: 3;
    position: fixed;
    top: 0;
    z-index: 8;
}

.header__mobile.active{
	display: block;
}

.mobile__menu{
	padding-top: 100px;
}

.mobile__menu li{
	margin-bottom: 20px;
}

.mobile__menu-item{
	display: table;
	margin: 0 auto;
	font-size: 25px;
	color: #fff;
	text-align: center;
}

.mobile__show{
	display: none;
}

.doctor > .container{
	overflow: inherit;
}


.lightbox__lead-form {
	cursor: pointer
}

#leadForm {
	position: relative
}

.lead__form {
	display: none;
	z-index: 99999;
	position: fixed;
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 370px;
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #444
}

.lead__form-row {
	width: 100%;
	margin-bottom: 14px
}

.lead__form-title {
	margin-bottom: 20px;
	font-size: 26px;
	color: #000
}

.lead__form-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url("../images/ico-close.svg") no-repeat;
	z-index: 1
}

.lead__form .form-button {
	margin-top: 5px
}

.overlay {
	z-index: 9999;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000
}

.comment__slider .video-player {
	border-radius: 40px;
}

.mobile-sticky {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999
}

.mobile-sticky a {
    float: left;
    margin-left: 10px
}

.mobile-sticky__whatsapp {
    display: inline-block;
    width: 46px;
    height: 46px;
    box-shadow: 0px 24px 32px rgba(0,168,89,.14),0px 16px 24px rgba(0,168,89,.04),0px 4px 8px rgba(0,168,89,.04),0px 0px 1px rgba(0,168,89,.04);
    background: #00a859 url("../images/ico-whatsapp.svg") no-repeat center center;
    border-radius: 40px;
    background-clip: padding-box
}

.mobile-sticky__analysis {
    box-shadow: 0px 24px 32px rgba(0,0,0,.14),0px 16px 24px rgba(0,0,0,.04),0px 4px 8px rgba(0,0,0,.04),0px 0px 1px rgba(0,0,0,.04);
    padding: 7px 20px 7px 58px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background: #A16E5F url("../images/ico-analysis.svg") no-repeat left 20px top 10px;
    border: 1px solid #fff;
    border-radius: 40px;
    background-clip: padding-box
}

@media screen and (max-width:1440px) {

	.container{
		padding: 0 20px;
	}

}

@media screen and (max-width:1160px) {

	.header, .header .container{
		padding: 0;
	}

	.header__logo{
		margin-left: 20px;
	}

	.header__nav{
		display: none;
	}

	.header__content{
		position: relative;
		padding-top: 80px;
	}

	.btn__consultancy{
		position: fixed;
		top: 0;
		width: 100%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		justify-content: center;
		z-index: 9;
	}

	.mobile__button-item{
		display: block;
		z-index: 99;
	}
}



@media screen and (max-width:992px) {

	.header__content{
		padding-top: 70px;
	}

	.slider__content{
		display: block;
		height: auto;
	}

	.slider__image.image_1{
		margin-top: 0;
	}

	.slider__image.image_2{
		margin-bottom: 0;
	}

	.slider__left, .slider__right{
		width: 100%;
		margin-bottom: 50px;
		align-items: center;
	}

	.header__logo img{
		width: 93px;
		height: 42px;
	}

	.slider__image img{
		height: auto;
	}



	.video-player .play-button{
		width: 70px;
    	height: 40px;
	}

	.slider__title{
		font-size: 28px;
	}

	.slider__text{
		font-size: 18px;
	}

	.slider__left{
		padding-top: 60px;
	}

	.slider__button{
		font-size: 14px;
	}

	.slider__button.dark{
		margin-right: 20px;
	}

	.slider__button{
		padding: 14px 18px!important;
	}

	.application__logo-right, .application__logo-left{
		width: 200px;
	}

	.application__title{
		margin-bottom: 40px;
		font-size: 24px;
	}

	.applications{
		padding: 40px 0;
	}

	.application__list{
		display: block;
	}

	.application__item{
		width: 100%;
	}

	.application__text{
		font-size: 18px;
	}

	.application__item-content{
		padding: 30px;
		border-radius: 30px;
	}

	.ba{
		padding-top: 40px;
		margin-bottom: 50px;
	}

	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: -30px;
	}

	.whatsapp__text{
		font-size: 14px;
	}

	.whatsapp__button{
		font-size: 12px;
		font-weight: 600;
		white-space: nowrap;
		padding: 10px;
	}

	.whatsapp__box{
		padding: 12px;
		border-radius: 20px;
	}

	.whatsapp__icon{
		padding: 0;
		margin-right: 10px;
		padding-right: 10px;
	}

	.whatsapp__text{
		padding-left: 5px;
	}

	.treatment___box{
		display: block;
	}

	.treatment___video, .treatment___text{
		width: 100%;
	}

	.whatsapp{
		margin-bottom: 30px;
	}

	.treatment___video{
		margin-bottom: 40px;
	}

	.treatment___text{
		font-size: 14px;
	}

	.treatment___box{
		margin-bottom: 30px;
	}

	.period__logo-right, .period__logo-left{
		width: 200px;
	}

	.period{
		padding: 40px 0;
	}

	.period__title{
		margin-bottom: 40px;
		font-size: 24px;
	}

	.period__item{
		width: 50%;
	}

	.period__text{
		font-size: 14px;
		padding: 0;
	}

	.period__content{
		padding: 20px 10px;
	}

	.period__image{
		max-width: 30px;
		height: auto;
	}

	.doctor{
		padding: 30px 0;
	}

	.doctor__slider{
		padding: 10px;
		border-radius: 30px;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev{
		right: -30px;
	}

	.doctor .swiper-button-next img, .doctor .swiper-button-prev img{
		width: 20px;
		height: auto;
	}

	.swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: -30px;
	}

	.doctor .container {
	    padding: 0 30px;
	}

	.doctor__name{
		font-size: 14px;
		margin-bottom: 20px;
	}

	.doctor__about{
		font-size: 14px;
	}

	.doctor__title{
		margin-bottom: 25px;
		font-size: 25px;
	}


	.certificate__item{
		padding: 5px;
	}

	.certificate__image{
		border: 3px solid #C39D92;
	}

	.certificate__title{
		font-size: 25px;
		margin-bottom: 25px;
	}

	.certificate{
		margin-bottom: 0px;
		padding-top: 40px;
	}

	.company{
		padding: 30px 0;
	}

	.company__title {
	    font-size: 25px;
	    margin-bottom: 25px;
	}

	.company__box{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.company___text, .company___video, .company___image{
		width: 100%;
	}

	.company___text{
		font-size: 14px;
		text-align: center!important;
	}

	.company___image.bg__border{
		margin-bottom: 40px;
	}

	.company___video.bg__border{
		margin-top: 30px;
	}

	.comment__title{
		font-size: 25px;
	    margin-bottom: 25px;
	}

	.comment{
		margin-bottom: 50px;
	}

	.faq{
		padding: 40px 0;
	}

	.faq__logo-right,.faq__logo-left{
		width: 200px;
	}

	.faq__title{
		font-size: 25px;
	    margin-bottom: 25px;
	}

	.faq__box{
		padding: 20px;
		border-radius: 30px;
	}

	.faq__question, .faq__answer{
		font-size: 14px;
	}

	.faq__question:after{
		width: 14px;
		height: 11px;
		background-size: cover;
	}

	.footer__contact{
		width: 50%;
	}

	.footer__map{
		width: 50%;
	}

	.footer__contact-title{
		font-size: 25px;
		margin-bottom: 10px;
	}

	.footer__contact .address, .footer__contact .phone, .footer__contact .phone a{
		font-size: 12px;
	}

	.footer__logo{
		margin-top: 20px;
	}

	.footer__logo img {
	    width: 93px;
	    height: 42px;
	}

	.footer__contact p{
		margin-bottom: 10px;
	}

	.footer__social{
		margin-top: 20px;
	}

	.period__content{
		border-radius: 30px;
	}

	.slider__video .video-player{
		border-radius: 30px;
	}

	.bg__border:after{
		border-radius: 30px;
	}

	.video-player .play-button:before {
	    border-width: 10px 0 10px 15px;
	}

	.slider__image.slider__video.image_2.bg__border{
		margin-top: 40px;
	}

	.slider__button.dark{
		margin-right: 10px;
	}

	.slider__left{
		margin-bottom: 50px;
	}

	.slider__button{
		border-radius: 10px;
	}

	.slider__buttons a{
		width: auto!important;
	}

	.slider__button.dark{
		margin-right: 30px;
	}

	.slider__title{
		font-weight: 500;
	}

	.slider__right{
		height: calc(100vh - 400px);
	}

	.slider__image.image_1 {
	    margin-top: -20%;
	}

	.slider__image.image_2 {
    	margin-bottom: -10%;
	}



}

@media screen and (max-width:576px) {

	.slider__buttons{
		display: flex;
	}

	.slider__buttons a{
		width: 50%;
		text-align: center;
	}

	.slider__left{
		padding-top: 50px;
	}

	.container{
		overflow: hidden;
	}

	.slider__video .video-player .video-thumb{
		height: 100%;
	}

	.slider__video .video-player{
		height: 257px;
	}

	.slider__image.slider__video.image_2.bg__border{
		margin-top: 0px;
	}

	.slider__image .video-player{
		padding-top: 0;
	}

	.slider__image.slider__video{
		height: inherit;
	}

	.slider__left{
		margin-bottom: 25px;
	}

	.slider__image img{
		border-radius: 20px!important;
	}

	.video-player {
		border-radius: 30px!important;
	}

	.comment__slider .video-player {
		border-radius: 20px!important;
	}

	.applications{
		padding: 40px;
	}

	.application__text{
		padding: 0;
	}


	.treatment___text{
		text-align: center!important;
	}

	.mobile-sticky {
		width: 100%;
		right: 0;
	}
	.mobile-sticky a.mobile-sticky__whatsapp {
		float: right;
		margin-right: 10px;
	}
	

}

.lead-form__button{
	background-color: #A16E5F!important;
}

@media screen and (max-height: 660px) {
	.slider__right{
		height: inherit;
	}
	.slider__image.image_1{
		margin-top: 0;
	}
	.slider__image.image_2{
		margin-bottom: 0;
	}
	.slider{
		height: inherit;
	}
 }


/*new*/
.footer__social{
	display: inline-block;
}

.footer__social li{
	margin-bottom: 5px;
	display: flex;
    align-items: center;
    color: #A16E5F;
    font-weight: 500;
    font-size: 18px;
}

.footer__social li > img{
	margin-right: 5px;
}

@media screen and (max-width: 570px) {

	.footer{
		padding-bottom: 90px;
	}

	.footer__social li > img{
		width: 20px;
	}

	.footer__social li{
		font-size: 13px;
	}

}

.footer__form-title{
	margin-bottom: 70px;
    font-size: 40px;
    color: #A16E5F;
    text-align: center;
}

.footer__form {
	background: #fff;
    padding: 70px 0 60px 0;
    border-bottom: 2px solid #A16E5F;
}

.contact__form{
	max-width: 760px;
	margin: 0 auto;
}

@media screen and (max-width:992px) {
	.footer__form-title {
		font-size: 25px;
		margin-bottom: 25px;
	}
}

