@media screen and (min-width: 767px){
	#mobile__free{display: none!important;}
}

@media screen and (max-width: 1260px){


	header nav{display: none;}
	header .pull{display: flex; box-sizing: border-box; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold); align-items: center; justify-content: center; cursor: pointer; background: rgba(200, 164, 90, 0.1); border: 1px solid rgba(200, 164, 90, 0.2);}
	header .logo{width: 100px; position: absolute; top: calc(50% - 34px); left: calc(50% - 50px)}
	header.f-nav .logo{left: calc(50% - 35px); top: calc(50% - 24px)}


	#hero__section .form.form__opacity{width: 100%; margin-top: 50px;}


	#what .items{grid-template-columns: repeat(2, 1fr);}


	#consultation .text{max-width: 100%;}
	#consultation .text ul{padding-top: 32px}
	#consultation .inn{max-width: 100%; width: 100%; margin-top: 50px;}


	#about .text{max-width: 100%; width: 100%;}
	#about .image{margin: 0 auto;}


	#consultation__final .text{max-width: 100%; width: 100%}
	#consultation__final .inn{max-width: 100%; width: 100%; margin-top: 50px;}


	#tariffs .swiper-slide{width: 285px}


	footer .col{max-width: 30%;}
}







@media screen and (max-width: 767px){
	body, html{overflow-x: hidden;}

	.section{padding: 45px 0;}
	.section__top{padding-top: 45px;}
	.section__bottom{padding-bottom: 45px;}


	.section__title{margin-bottom: 32px;}
	.section__title .bt{font-size: 32px;}


	header{padding: 20px 0;}
	header .phone a{width: 40px; height: 40px; font-size: 0; padding: 0}


	#hero__section{padding: 140px 0 45px;}
	#hero__section h1{font-size: 44px;}
	#hero__section h1 span{font-size: 24px;}
	#hero__section .text ul{gap: 10px;}
	#hero__section .text ul li{margin-right: 10px;}
	#hero__section .text .sub{margin-bottom: 32px;}


	.form.form__opacity .title{font-size: 24px;}
	.form .timer.flex .it{width: 100%; text-align: center;}
	.form.form__opacity .timer .tm{justify-content: center; width: 100%;}


	#what .items{grid-template-columns: repeat(1, 1fr);}
	#what .item .title{min-height: 0}
	#what .item .solution{min-height: 0}


	#programm .item .title{padding: 15px 50px 15px 90px}
	#programm .item .title .icon{left: 15px;}
	#programm .item .title:after{right: 15px;}
	#programm .item .answer .image{display: none;}
	#programm .item .answer{padding: 15px;}


	#process .item{width: 100%; padding: 0 0 0 84px; min-height: 60px; box-sizing: border-box; text-align: left; margin-bottom: 50px;}
	#process .item:last-child{margin: 0}
	#process .item .icon{margin: 0; position: absolute; top: 0; left: 0; text-align: center;}
	#process .item:after{width: 4px; height: 100px; left: 28px}
	#process .item:before{width: 4px; height: 0; left: 28px}
	#process .item.active:before{height: 100px; width: 4px;}


	#consultation .data{padding: 24px;}
	#consultation .data .sale{display: none;}
	#consultation .text h2{font-size: 26px;}
	#consultation .text ul{gap: 10px;}



	#about .text .flex{justify-content: space-between; gap: 0}
	#about .text .flex .item{width: calc(100% / 3 - 5px); padding: 10px 12px;}
	#about .text .flex .count{font-size: 24px;}
	#about .text .flex{margin-bottom: 24px;}
	#about .text .btn{width: 100%;}


	#results .counts .item{width: 50%; box-sizing: border-box; padding: 0 20px; margin-bottom: 20px;}
	#results .counts .item:nth-child(3),#results .counts .item:nth-child(4){margin: 0}
	#results .counts .item .count{font-size: 32px;}
	#results .graph img{display: none;}
	#results .graph img.mobile{display: block}


	#reviews .swiper-slide{width: 100%;}
	.item__review .rev{font-size: 18px;}


	.content h2{font-size: 26px;}
	.content h3{font-size: 20px;}
	.content blockquote{padding: 80px 24px 24px;}
	.content blockquote .user span{font-size: 12px;}


	#consultation__final .row{margin-bottom: 10px;}
	#consultation__final .inn .form{padding: 24px 16px;}
	#consultation__final .inn .form .btn{margin-top: 10px;}
	.form .flex .it{width: 100%;}









	footer{padding: 32px 0 139px}
	footer .col{max-width: 100%; width: 100%; margin-bottom: 32px;}
	footer .col:nth-child(2){display: none;}
	footer .copyright{margin-top: 0; justify-content: center; text-align: center; gap: 10px}
	footer .copyright p,footer .copyright ul{width: 100%; gap: 10px}
	footer .copyright ul{gap: 10px}
	footer .copyright ul li{width: 100%; text-align: center;}


	#totop{right: 15px; bottom: 140px}
}