@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;
}

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

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

@font-face {
    font-family: 'Adeston';
    src: url('../fonts/Adeston.eot');
    src: url('../fonts/Adeston.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Adeston.woff2') format('woff2'),
        url('../fonts/Adeston.woff') format('woff'),
        url('../fonts/Adeston.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;
}

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

img{
	vertical-align: bottom;
	max-width: 100%;
}

hr{
	border: 0;
	height: 1px;
	background: #a78a69;
	margin: 20px 10%;
}

.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 {
	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);
}

.video-player .play-button: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;
}

.container{
	width: 100%;
	max-width: 1545px;
	margin: 0 auto;
	overflow: hidden;
}

.header{
	position: relative;
	z-index: 9;
	padding: 60px 0 40px 0;
}

.header__nav{
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__nav-item{
	margin-right: 50px;
	text-align: center;
}

.header__nav-item:last-child{
	margin-right: 0;
}

.header__nav-item a{
	font-size: 22px;
	color: #fff;
	white-space: nowrap;
}

.header__nav-logo{
	padding: 0 0px;
	width: 150px;
}

.slider{
	display: flex;
	align-items: center;
	/*height: calc(100vh - 177px);*/
	min-height: 1140px;
	background: #060606;
	background-image: url('../images/slider_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

.slider__content{
	max-width: 720px;
	width: 100%;
}

.slider__title{
	font-family: 'Adeston';
	font-weight: 500;
	position: relative;
	margin-bottom: 35px;
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.slider__title:before{
	position: absolute;
	margin-top: -50px;
	margin-left: -45px;
	font-family: 'Adeston';
	font-size: 160px;
	color: #484848;
	content: "\“";
}

.slider__title:after{
	position: absolute;
	font-family: 'Adeston';
	font-size: 160px;
	color: #484848;
	margin-top: -20px;
	content: "\“";
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	unicode-bidi:bidi-override;
	direction:rtl;
}

.slider__label{
	display: block;
	text-align: center;
	margin-bottom: 45px;
	font-size: 22px;
	font-style: italic;
	color: #fff;
}

.slider__form{
	position: relative;
	padding: 40px;
	border-radius: 70px;
	background: #b69b7c;
	overflow: hidden;
}

.slider__form-title{
	font-family: 'Adeston';
	font-size: 45px;
	font-weight: 500;
	color: #1a1a1a;
	text-align: center;
}

.slider__form-text{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}

.lead-form {
	background: none!important;
}

.site__form .lead-form__label, .slider__form .lead-form__input{
	background-color: transparent;
}

.site__form .lead-form__input{
	padding: 10px;
}

.site__form .lead-form__label{
	box-shadow: none;
	border: 1px solid #ffffff;
}

.site__form .eac-input-wrap{
	width: 100%;
}

.site__form .lead-form__label:focus-within {
	box-shadow: 0 0 0 2px #fff;
}

.site__form .lead-form__label .iti *{
	color: #000;
}

.site__form .lead-form__label .lead-form__label-title{
	left: inherit;
	top: inherit;
	width: 100%;
    margin-top: 7px;
	text-align: center;
	background: transparent;
	font-size: 20px;
	color: #fff;
	pointer-events: none;
}

.site__form .lead-form__button{
	padding: 20px;
	font-size: 27px;
	color: #1a1a1a;
	font-weight: 600;
	background: #fff;
	border-radius: 20px;
}

.site__form .lead-form__label{
	border-radius: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}

.site__form .lead-form__check .lead-form__label-title, .lead-form .lead-form__label-title .policy{
	font-size: 20px!important;
	color: #fff!important;
}

.site__form .lead-form__check-icon{
	background: transparent;
	border:1px solid #f0f0f0;
	box-shadow: none;
}

.site__form .lead-form__label .iti *{
	font-size: 16px;
}

.site__form .lead-form.border-none .lead-form__row{
	padding: 10px 2px;
}

.site__form .lead-form__check{
	margin-top: -20px;
}

.slider__form-logo{
	position: absolute;
	left: -161px;
	top: 167px;
	width: 696px;
	height: 763px;
	z-index: 0;
}

.slider__form-logo g{
	fill: #a78a69;
}

.site__form.lead-form, .slider__form-text, .slider__form-title{
	position: relative;
	z-index: 1;
}

.summary{
	margin-top: 80px;
	margin-bottom: 40px;
}

.summary__title{
	margin-bottom: 30px;
	font-family: Adeston;
	font-size: 35px;
	color: #b69b7c;
	text-align: center;
}

.summary__text{
	margin-bottom: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

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

.summary__item{
	display: flex;
	width: 33.3%;
	padding: 30px;

}

.summary__item-content{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 55px 10px 60px 10px;
	border: 1px solid #726453;
	text-align: center;
	border-radius: 50px;
}

.summary__item-icon{
	margin-bottom: 40px;
}

.summary__item-title{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.summary__item-text{
	font-size: 20px;
	color: #fff;
}


.video__comment{
	display: none;
	background: #1a1a1a;
}

.video__comment > .container{
	max-width: 1920px;
}

.video__comment-item{
	display: flex;
}

.video__comment-left{
	width: 50%;
}

.video__comment-right{
	display: flex;
	align-items: center;
	width: 50%;
}

.video__comment-content{
	padding-left: 30px;
}

.video__comment-sub-title{
	font-size: 20px;
	color: #fff;
}

.video__comment-title{
	margin-bottom: 40px;
	font-family: 'Adeston';
	font-size: 34px;
	font-weight: normal;
	color: #fff;
}

.video__comment-images{
	display: flex;
}

.video__comment-image{
	margin-right: 40px;
}

.reverse_1 {
    order: 2;
}

.reverse_2 {
    order: 1;
}

.video__comment-item.reverse .reverse_2{
	justify-content: right;
	text-align: right;
}

.video__comment-item.reverse .video__comment-content{
	padding: 0;
	padding-right: 30px;
}

.btn{
	display: inline-flex;
	align-items: center;
	padding: 15px 30px;
	font-family: Adeston;
	font-size: 30px;
	color: #fff;
	background: #b69b7c;
	border-radius: 20px;
	transition: all .5s ease;
}

.btn:hover {
    background-color: #957856;
}

.btn__icon{
	margin-left: 10px;
}

.doctor{
	position: relative;
	padding-top: 60px;
	overflow: hidden;
}

.doctor__button{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 130px;
}

.doctor__content{
	display: flex;
}

.doctor__left{
	width: 48%;
}

.doctor__right{
	width: 52%;
}

.doctor__video{
	height: 720px;
	overflow: inherit;
}

.doctor__video img{
	object-fit: none;
    width: 790px;
    height: 720px;
}

.doctor__title{
	font-family: Adeston;
	font-size: 35px;
	color: #fff;
	margin-bottom: 80px;
	padding-top: 20px;
	padding-left: 50px;
}

.doctor__box{
	position: relative;
	margin-left: -40px;
	padding: 100px 50px;
	background-color: #1a1a1a;
	border-radius: 60px;
}

.doctor__box-title{
	margin-bottom: 30px;
	font-family: 'Hurme Geometric Sans 1';
	font-size: 35px;
	font-weight: 600;
	color: #b69b7c;
}

.doctor__box-text{
	font-family: 'Hurme Geometric Sans 1';
	font-size: 20px;
	color: #fff;
}

.doctor__logo{
	position: absolute;
	top: -260px;
	right: -285px;
	width: 696px;
    height: 763px;
    z-index: -1;
}

.doctor__logo g{
	fill: #2b2b2b;
}

.ba{
	position: relative;
	margin-top: 75px;
	padding-bottom: 100px;
	overflow: hidden;
}

.ba__title{
	font-family: 'Adeston';
	font-size: 35px;
	margin-bottom: 55px;
	color: #b69b7c;
	text-align: center;
}

.ba__slider{
	position: relative;
	overflow: hidden;
}

.ba__logo{
	position: absolute;
	bottom: -260px;
	left: -285px;
	width: 696px;
    height: 763px;
    z-index: -1;
}

.ba__logo g{
	fill: #2b2b2b;
}

.ba__box{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ba__box-arrow{
	padding: 0 10px;
}

.ba__box-image{
	display: flex;
	flex-direction: column;
}

.ba__box-text{
	display: block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #b69b7c;
	text-align: center;
}


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

.company{
	padding: 100px 0 120px 0;
	position: relative;
	background: #1a1a1a;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
}

.company__button{
	position: absolute;
	left: calc(50% - 130px);
    top: -40px;
}


.company__title{
	display: block;
	margin-bottom: 50px;
	font-family: 'Adeston';
	font-size: 35px;
	color: #b69b7c;
	text-align: center;
}

.company__video{
	margin-bottom: 40px;
}

.company__text p{
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.company__text p:last-child{
	margin-bottom: 0;
}

.company_awards{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.company_award{
	margin-right: 35px;
}

.company_award:last-child{
	margin-right: 0;
}

.package{
	position: relative;
}


.package .container{
	max-width: 1340px;
	overflow: inherit;
}

.package__box{
	position: relative;
	display: flex;
	position: relative;
	margin-top: -80px;
	padding: 90px 60px;
	background: #fff;
	border-radius: 100px;
	overflow: hidden;
}

.package__detail{
	width: 55%;
	position: relative;
	z-index: 1;
}

.package__title{
	margin-bottom: 15px;
	font-family: 'Adeston';
	font-size: 35px;
	color: #b69b7c;
}

.package__price{
	margin-bottom: 30px;
	display: inline-flex;
	flex-direction: column;
}

.package__price-label{
	font-size: 20px;
	color: #b69b7c;
	margin-bottom: 10px;
}

.package__price-text{
	width: 220px;
	height: 45px;
	margin-left: -60px;
	text-align: center;
	font-family: 'Adeston';
	font-size: 35px;
	color: #fff;
	background: #1a1a1a;
}

.package__list li{
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px;
	font-family: 'Hurme Geometric Sans 1';
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
}

.package__list li:last-child{
	margin-bottom: 0;
}

.package__list li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 28px;
	height: 22px;
	background: url(../images/tick.png) no-repeat;
}

.package__button{
	position: relative;
	width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-family: 'Adeston';
	font-size: 35px;
	color: #fff;
	background: #b69b7c;
	border-radius: 80px;
	cursor: pointer;
	z-index: 1;
}

.package__logo{
	width: 945;
	height: 918px;
	position: absolute;
	bottom: -450px;
	left: -235px;
	z-index: 0;
}

.package__logo g{
	fill: #f6f6f6;
}

.package__fix{
	display: table;
	padding: 20px 60px;
	margin: 40px auto;
	font-family: 'Adeston';
	font-size: 28px;
	color: #fff;
	background: #1a1a1a;
	border-radius: 30px;
}

.faq{
	margin-bottom: 60px;
}

.faq__title{
	display: block;
	margin-bottom: 55px;
	font-family: 'Adeston';
	font-size: 35px;
	color: #b69b7c;
	text-align: center;
}

.faq__item{
	margin: 30px 50px;
}

.faq__item.selected .faq__item-title{
	color: #b69b7c;
}

.faq__item.selected .faq__item-title:after{
		transform: rotate(180deg);
	}

.faq__item.selected .faq__item-content{
	display: block;
}

.faq__item-title{
	position: relative;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.faq__item-content{
	display: none;
	padding-top: 15px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	opacity: 0.6;
}

.faq__item-title:after{
	content: '';
	position: absolute;
	top: 0;
	width: 26px;
	height: 16px;
	margin-left: 10px;
	background: url(../images/arrow_down.png) no-repeat;	
}

.footer__form .slider__form{
	max-width: 710px;
	margin: 0 auto;
}

.footer__form {
	margin-bottom: 55px;
}

.footer{
	border-top: 1px solid #b69b7c;
	padding-top: 30px;
	padding-bottom: 50px;
}

.footer__address{
	display: table;
	margin: 0 auto;
	text-align: center;
}

.footer__address-title{
	display: block;
	margin-bottom: 10px;
	font-family: 'Adeston';
	font-size: 35px;
	color: #fff;
	text-align: center;
}

.footer__address-text{
	display: block;
	margin-bottom: 30px;
	font-size: 20px;
	color: #fff;
}

.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: #fff;
	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;
}


.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: #060606 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:1300px) {
	.header__nav-item{
		display: none;
	}
	.header__nav-logo{
		display: block;
	}
	.header__nav{
		justify-content: space-between;
	}
	.header{
		padding: 20px 0;
	}
	.header__nav-logo{
		padding: 0 30px;
	}
	.header__nav-logo img{
		max-width: 95px;
	}
	.mobile__button-item{
		display: inline-block;
	}

}


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

	.container{
		padding: 0 10px;
		overflow: hidden;
	}

	.slider__content{
		max-width: 100%;
	}

	.slider{
		min-height: 100%;
		background-image: url('../images/lipo-mobil.jpg');
		background-size: auto;
		background-position: top center;
		padding-top: 312px;
		padding-bottom: 20px;
	}

	.slider__title{
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.1em;
	}

	.slider__title:after, .slider__title:before{
		font-size: 80px;
	}

	.slider__title:before{
		top: 75px;
		margin-left: -25px;
	}

	.slider__title:after{
		top: 85px;
	}

	.slider__label{
		font-size: 15px;
	}

	.slider__form-title{
		font-size: 25px;
	}

	.slider__form{
		padding: 20px;
		border-radius: 50px;
	}

	.slider__form-text{
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.lead-form.border-none .lead-form__row{
		padding: 5px 1px!important;
	}

	.lead-form__label{
		padding: 5px 10px!important;
	}

	.site__form .lead-form__label .lead-form__label-title{
		font-size: 18px;
		margin-top: 10px;
	}

	.site__form .lead-form__check{
		margin-top: 0px;
	}

	.site__form .lead-form__check .lead-form__label-title, .lead-form .lead-form__label-title .policy{
		font-size: 14px!important;
	}

	.site__form .lead-form__button{
		padding: 10px!important;
		margin-top: 10px;
		font-size: 22px;
	}

	.summary {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

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

	.summary__text{
		margin-bottom: 0;
		font-size: 15px;
	}

	.summary__items{
		overflow: hidden;
		padding: 20px;
	}

	.summary__item{
		width: 50%;
		padding: 10px;
	}

	.summary__item-content{
		padding: 0;
		padding: 30px 0;
	}

	.summary__item-icon{
		margin-bottom: 30px;
	}

	.summary__item-title, .summary__item-text{
		font-size: 15px;
	}

	.summary__item-icon img{
		max-width: 40px;
	}

	.video__comment-item{
		display: block;
	}

	.video__comment-left{
		width: 100%;
	}

	.video__comment-right{
		display: block;
		width: 100%;
	}

	.video__comment-content{
		padding: 0;
	}

	.video__comment-sub-title, .video__comment-title{
		display: block;
		text-align: center;
	}

	.video__comment-image{
		margin: 0;
	}

	.video__comment-images{
		text-align: center;
	}

	.video__comment-images img{
		max-width: 100%;
		width: 100%;
		padding: 10px;
	}

	.mobile__show{
		display: block;
	}

	.mobile__hide{
		display: none;
	}

	.video__comment{
		overflow: hidden;
	}

	.video__comment .video__comment-sub-title{
		font-size: 13px;
	}

	.video__comment .video__comment-title{
		font-size: 25px;
		margin-bottom: 15px;
	}

	.video__comment{
		background: #252525;
	}

	.video__comment-images{
		padding: 20px 10px;
		background: #1a1a1a;
	}

	.video__comment-item.reverse .video__comment-content{
		padding-right: 0;
	}

	.doctor{
		padding-top: 20px;
	}

	.btn{
		font-size: 15px;
	}

	.btn__icon{
		max-width: 22px;
	}

	.doctor__button{
		margin-bottom: 30px;
	}

	.doctor__content{
		display: block;
	}

	.doctor__left{
		width: 100%;
	}

	.doctor__video img {
		object-fit: cover;
		width: 100%;
		height: 350px;
	}

	.doctor__video{
		height: 350px;
	}

	.doctor__right{
		width: 100%;
	}

	.doctor__title{
		padding: 0;
		text-align: center;
		font-size: 25px;
		margin-bottom: 20px;
	}

	.doctor__box{
		margin-left: auto;
		margin: 0 5%;
		padding: 20px;
		text-align: center;
		margin-top: -40px;
	}

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

	.doctor__box-text{
		font-size: 15px;
	}

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

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

	.ba__box-image img{
		height: auto;
	}

	.company__button {
    	left: calc(50% - 80px);
    	padding: 10px 20px;
    	top: -20px;
	}

	.company{
		padding-top: 40px;
		border-bottom-left-radius: 60px;
    	border-bottom-right-radius: 60px;
	}

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

	.company__video{
		margin-bottom: 20px;
	}

	.company__text p{
		font-size: 15px;
		margin-bottom: 15px;
	}

	.company_award img{
		height: 100%;
	}

	.company_award{
		margin-right: 5px;
	}

	.package__box{
		display: block;
		border-radius: 40px;
		margin: 0 5%;
		margin-top: -80px;
		padding: 20px;
		text-align: center;
	}

	.package__detail{
		width: 100%;
	}

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

	.package__price-text{
		margin-left: 0;
		border-radius: 20px;
		font-size: 24px;
		width: 180px;
		height: 33px;
	}

	.package__price-label{
		font-size: 15px;
		margin-bottom: 5px;
	}

	.package__price{
		margin-bottom: 20px;
	}

	.package__list li{
		padding-left: 0;
		font-size: 15px;
		font-weight: 600;
	}

	.package__list li:before{
		display: inline-block;
		position: relative;
		margin-right: 5px;
		width: 18px;
    	height: 15px;
		background-size: 100%;
	}

	.package__button{
		width: 100%;
		margin-top: 20px;
		font-size: 22px!important;
		border-radius: 40px;
	}

	.package__fix{
		margin: 20px auto;
		font-size: 18px;
		padding: 10px 40px;
	}

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

	.faq__item-title{
		font-size: 15px;
	}

	.faq__item{
		margin-bottom: 15px;
	}

	.faq__item-title:after{
		right: 0;
		background-size: contain;
		width: 20px;
	    height: 12px;
	    top: 4px;
	}

	.faq__item-content{
		font-size: 15px;
	}

	.faq{
		margin-bottom: 40px;
	}

	.footer__form{
		margin-bottom: 40px;
	}

	.footer__address-title{
		font-size: 25px;
	}

	.footer__address-text{
		font-size: 15px;
	}

	.footer__address-button .btn__icon{
		max-width: 15px;
	}

	.ba__box-text{
		font-size: 15px;	
	}

}

.video_slider{
	width: 500px;
	position: relative;
	overflow: hidden;
}

.ba__box-image img{
	border-radius: 100%;
}


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

	.mobile-sticky {
	width: 100%;
	right: 0;
	}

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

}

.play-button {display: none;}
