@media(min-width:992px) {
	.main-top-bg--mob {
		display: none;
	}
	.menu-area {
		display: none!important;
	}
	.main-limits-txt__wrap {
		text-align: right;
	}
}
@media(max-width:991px) {
	.btn-wrap__center--mob {
		justify-content: center;
	}
	.btn-wrap__center--mob a {
		max-width: 290px;
		width: 100%;
}
	.header {
	margin-top: 14px;
}
	body.scrolled .header {
	padding: 7px 0;
}
	.header__nav,
	.header__btn-wrap {
		display: none;
	}
	.title-h1 {
		font: 33px/40px Inter-SemiBold;
	}
	.title-h2 {
		font: 21px/25px Inter-Medium;
	}
	.title-h4 {
		font: 21px/25px Inter-Medium;
	}
	.btn {
		max-width: 290px;
		width: 100%;
		margin: 0 auto;
	}
	.main-top-txt__ttl {
		margin-bottom: 23px;
		text-align: center;
	}
	.main-top-txt__text {
		margin-bottom: 25px;
		padding-right: 0;
		text-align: center;
	}
	.main-top-bg__wrap {
		display: none;
	}
	.main-top-bg--mob {
		display: block;
		width: 100%;
		max-width: 597px;
		margin: 0 auto;
	}
	.section-main-top .btn-wrap__start {
		margin-top: 10px;
	}
	.main-app__wrap {
		padding: 42px 54px 33px;
		position: relative;
		border-radius: 32px;
	}
		.main-app__ttl {
			font: 18px/22px Inter-Medium;
			margin-bottom: 46px;
		}
	.main-tryit-bg__wrap {
		order: 1;
		margin-bottom: 17px;
	}
	.main-tryit-txt__wrap {
		order: 2;
	}
	.main-tryit-txt__ttl {
		margin-bottom: 32px;
		text-align: center;
	}
	.main-tryit-txt__item {
		font: 14px/17px Inter-Light;
	}
	.main-tryit-txt__inner {
		margin-bottom: 16px;
	}
	.section-main-benefits {
		margin-top: 89px;
	}
	.main-app__item-wrap {
		grid-template-columns: auto;
		justify-content: center;
	}
	.main-app__item-img {
		width: 100%;
		max-width: 183px;
	}
	.main-limits-txt__ttl {
		margin-bottom: 16px;
	}
	.main-limits-txt__item {
		font: 14px/17px Inter-Light;
	}
	.section-main-contact {
		margin-top: 114px;
	}
	.main-contact-txt__item {
		font: 14px/17px Inter-Light;
	}
	.main-contact-addr__wrap {
		margin-top: 67px;
	}
	.main-contact-addr__ttl {
		font: 12px/15px Inter-Regular;
	}
	.main-contact-addr__mail,.main-contact-addr__tel {
		font: 15px/18px Inter-Medium;
		display: block;
	}
	.main-contact-addr__inner {
		margin-bottom: 24px;
	}
	.footer {
		margin-top: 31px;
		padding: 14px 0 37px;
	}
	.footer-logo {
		display: block;
		margin: 0 auto 16px;
		max-width: 84px;
		width: 100%;
	}
	.footer-app__wrap {
		display: none;
	}
	.copyright-block {
		margin-top: 16px;
		opacity: 1;
		
	}
	.copyright-txt__wrap {
		order: 2;
		width: 164px;
	}
	.copyright-txt {
		opacity: .5;
	}
	.policy-block {
		order: 1;
	}
	.policy-txt {
		text-align: left;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.policy-txt__url {
		opacity: .5;
	}
	.policy-txt__del {
		margin: 0 20px;
		display: none;
	}
	.policy-txt__url {
		margin-bottom: 6px;
	}
	.footer-app-mob {
		display: grid;
		grid-template-columns: 42px 42px;
		grid-gap: 15px;
		position: absolute;
		right: 42px;
		top: 0;
		z-index: 2;
	}
	.footer-app__item-img {
		width: 42px;
		height: 42px;
	}



.faq_title .faq_title__arrow {
	width: 30px;
	height: 18px;
	right: 20px;
}










}
@media(max-width:767px) {
	.main-limits-txt__wrap {
		order: 2;
	}
	.main-limits-bg__wrap {
		order: 1;
		margin-bottom: 49px;
	}
	.section-main-limits {
		margin-top: 62px;
		margin-bottom: 95px;
	}
	.main-slider__thumbnails .slick-slide {
		font: 21px/25px Inter-Medium;
	}
	.main-slider__thumbnails {
		margin-bottom: 34px;
		justify-content: space-between;
	}
	.slider-item__line {
		flex-direction: column;
		margin-bottom: 32px;
	}
	.slider-item__ttl {
		margin-bottom: 24px;
	}
	.slider-item__line-ttl {
		margin-bottom: 8px;
	}
	.section-main-note {
		margin-top: 114px;
	}
	.main-note-txt__wrap {
		order: 2;
	}
	.main-note-bg__wrap {
		order: 1;
	}
	.main-note-bg {
		max-width: 290px;
	}
	.main-note-txt__inner {
		margin-bottom: 48px;
		padding-top: 0;
	}
	.main-note-txt__item {
		position: relative;
		padding-top: 0;
		margin-top: 127px;
	}
	.main-note-txt__item span {
		position: absolute;
		right: calc(50% - 80px);
		top: -130px;
		width: 160px;
		font: 105px/127px Inter-Medium;
		color: #01C38D;
		text-align: center;
	}
}
@media(max-width:575px) {
	.main-benefits-bg {
		display: none;
	}
	.main-benefits-bg--mob {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.footer-menu {
		justify-content: space-between;
		grid-template-columns: auto auto;
	}
	.slider-item__inner--limits {
		grid-template-columns: 100%;
		text-align: center;
	}
		.slider-item__price--limits {
			padding: 16px 0;
		}
		.slider-item__price--limits::before {
			display: none;
		}
}