@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

h1.title-first {
	font-family: "Oswald", sans-serif;
}

.h1_min {
	font-size: 70px;
}

h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 33px;
	line-height: 140%;
	letter-spacing: 0px;
}

h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
}

h5 span {
	font-weight: 700;
	color: #e7cb53;
}

.breadcrumbs a.post-page {
	color: #888;
	opacity: .4;
}

.breadcrumbs a.post-page:hover {
	opacity: 1;
}

@media only screen and (max-width:900px) {
	.sub_usl {
		padding-top: 0px;
	}
}

.swiper-tabs .swiper-button-next, .swiper-tabs .swiper-container-rtl .swiper-button-prev {
	right: -17px;
}

.swiper-tabs .swiper-button-next {
	display: none;
}

@media only screen and (max-width:767px) {
	.swiper-tabs .swiper-button-next {
		display: block;
		top: 58%;
	}
	
	.swiper-tabs .swiper-slide {
		width: auto;
	}
}

.section {
	padding: 4vw 0;
}

.popup__bg.open {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	min-height: calc(100% - 1rem);
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:550px) {}

@media only screen and (max-width:400px) {}

.main_c {
	text-align: center;
	padding-bottom: 75px;
}

.main__info {
	width: auto;
	padding: 40px 0px 60px;
	user-select: none;
}

.main__info h3 {
	margin: 22px 0px 10px;
}

.main__advas {
	margin-top: 65px;
}

.btn__actions {
	display: inline-block;
}

.adv {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.main_c .row .adv:nth-of-type(2) {
	justify-content: flex-end;
}

.main_c .row {
	margin-top: 40px;
}

.adv h5 {
	padding-left: 30px;
}

.active-menu {
	position: fixed;
}

@media only screen and (max-width:2500px) {}

@media only screen and (max-width:1340px) {}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:900px) {
	.main_c {
		padding-bottom: 55px;
	}
	
	.main__info {
		padding: 135px 0px 60px;
	}
	
	.btn__actions img {
		width: 15%;
		left: -2.1vw;
		top: -3vw;
	}
	
	.main_c .btn {
		padding: 12px 40px;
	}
}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:567px) {
	.main__info h3 {
		margin: 10px;
		margin-top: 20px;
	}
	
	.adv_head h5 {
		text-align: center;
		padding-top: 10px;
	}
	
	.main .tsm {
		font-size: 13px;
	}
	
	.main__advas {
		display: none;
	}
	
	.main__info {
		padding: 110px 0px 60px;
	}
	
	.room .container-fluid {
		padding-right: 0px;
		padding-left: 4px;
	}
}

@media only screen and (max-width:420px) {
	.main .tsm {
		font-size: 12px;
	}
}

@media only screen and (max-width:386px) {}

@media only screen and (max-width:320px) {
	.main_c .btn {
		padding: 14px 10px;
	}
	
	.btn__actions img {
		left: -4.1vw;
		top: -4vw;
	}
}

.button-calculation {
	display: flex;
	justify-content: center;
	gap: 60px;
}

@media only screen and (max-width: 991px) {
	.img-calculation {
		display: none;
	}
}

@media only screen and (max-width: 567px) {
	.button-calculation {
		gap: 53px;
	}
}

@media only screen and (max-width: 420px) {
	.button-calculation {
		gap: 18px;
	}
}

.advantage {
	padding: 0px 0px 40px;
	position: relative;
}

.advantage h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.advantage h2 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

.title_advan {
	text-align: center;
	padding: 80px 0px 60px;
}

.title_advan h4 {
	margin-top: 32px;
}

.part_a h4 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
}

.subtitle_a {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0px;
	height: 75px;
	padding: 0px 24px;
}

.part_a {
	text-align: center;
	user-select: none;
}

.pr_a {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.part_img {
	width: 100px;
}

.advantage .swiper-adv .swiper-button-next, .advantage .swiper-adv .swiper-button-prev {
	top: 75%;
}

@media only screen and (max-width:991px) {
	.part_img {
		width: 75px;
	}
}

@media only screen and (max-width:420px) {
	.part_img {
		width: 68px;
	}
}

.advantage_other {
	padding: 10px 0px 50px;
	position: relative;
}

.swiper-adv .pr_a {
	margin-bottom: 0;
	width: 350px;
}

.swiper-adv .part_a {
	width: 89%;
}

.swiper-adv .subtitle_a {
	padding: 0px 0px;
}

.swiper-adv .swiper-button-next {
	right: 7%;
}

.swiper-adv .swiper-button-prev {
	left: 7%;
}

.swiper-adv {
	margin-left: -35px;
}

@media only screen and (max-width:991px) {
	.swiper-adv .swiper-button-next {
		right: 1%;
	}
	
	.swiper-adv .swiper-button-prev {
		left: 1%;
	}
	
	.swiper-adv .pr_a {
		width: 270px;
	}
	
	.swiper-adv .part_a {
		width: 90%;
	}
}

@media only screen and (max-width:767px) {
	.swiper-adv .part_a {
		width: 95%;
	}
}

@media only screen and (max-width:575px) {
	.swiper-adv .subtitle_a {
		font-size: 15px;
	}
	
	.swiper-adv {
		margin-left: -10px;
	}
}

@media only screen and (max-width:420px) {
	.swiper-adv .subtitle_a {
		font-size: 13px;
	}
	
	.swiper-adv {
		margin-left: -5px;
	}
	
	.swiper-adv .swiper-button-prev {
		left: 0%;
	}
}

.portfolio {
	background-image: radial-gradient(circle 1035px at center, #ffe5a0 0%, #ffd778 100%);
	padding-bottom: 4.5vw;
}

.port-card {
	padding: 60px 0px;
}

.portfolio__slider {
	background: url("/wp-content/themes/src/assets/css/../img/test/bg.png") no-repeat center;
	background-size: 100% 100%;
	padding: 30px 15px 30px;
	position: relative;
	--lzl-bg-img: "/wp-content/themes/src/assets/css/../img/test/bg.png";
}

.portfolio__slider .swiper-slide .slide_i {
	height: 500px;
	margin: 17px;
	transition: all 300ms ease;
}

.bg_slide {
	position: absolute;
	width: 100%;
	display: none;
	top: 0;
	left: 0px;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	transition: all .3s ease-in-out;
	color: #fff;
	background: rgba(0, 0, 0, .61);
}

.bg_slide p {
	font-size: 16px;
	font-weight: 600;
	color: #ffd779;
	text-align: center;
}

.portfolio__slider .slide_i:hover .bg_slide {
	display: flex;
	z-index: 10;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.portfolio__slider .swiper-slide {
	flex-shrink: 0;
}

.portfolio__slider .swiper-button-next {
	right: -5px;
}

.portfolio__slider .swiper-button-prev {
	left: -5px;
}

.swiper-pagination-bullet-active {
	background: #f7b639;
}

@media only screen and (max-width:1500px) {
	.portfolio__slider .swiper-slide .slide_i {
		height: 390px;
		margin: 15px;
	}
}

@media only screen and (max-width:1199px) {
	.subtitle_a {
		padding: 0px 0px;
	}
}

@media only screen and (max-width:991px) {
	.title_advan h4 {
		margin-top: 20px;
	}
	
	.subtitle_a {
		font-size: 15px;
	}
	
	.title_advan {
		padding: 45px 0px;
	}
	
	.pr_a {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:900px) {
	.portfolio .mlg {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.pr_a {
		margin-bottom: 30px;
	}
	
	.portfolio__slider .swiper-button-next {
		display: none;
	}
	
	.portfolio__slider .swiper-button-prev {
		display: none;
	}
}

@media only screen and (max-width:680px) {}

@media only screen and (max-width:575px) {
	.title_advan h4 {
		font-weight: 400;
	}
	
	.subtitle_a {
		font-size: 17px;
		font-weight: 400;
		padding: 0px 40px;
	}
	
	.part_a h4 {
		font-size: 22px;
	}
	
	.bg_slide p {
		font-size: 12px;
	}
	
	.portfolio .mlg {
		margin-bottom: 17px;
	}
}

@media only screen and (max-width:480px) {
	.portfolio__slider {
		padding: 20px 10px;
	}
	
	.portfolio__slider .swiper-slide .slide_i {
		height: 375px;
		margin: 10px;
	}
	
	.portfolio__slider .swiper-horizontal>.swiper-pagination-bullets, .portfolio__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 8px;
	}
}

@media only screen and (max-width:420px) {
	.subtitle_a {
		font-size: 16px;
		padding: 0px 20px;
	}
	
	.part_a h4 {
		font-size: 18px;
	}
	
	.bg_slide h5 {
		font-size: 15px;
	}
	
	.portfolio__slider .swiper-slide .slide_i {
		height: 335px;
	}
}

@media only screen and (max-width:400px) {
	.subtitle_a {
		padding: 0px 0px;
	}
	
	.pr_a {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:350px) {
	.subtitle_a {
		font-size: 15px;
	}
}

.reviews_inner {
	padding: 30px 0px 4vw;
}

.rev_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
}

.rev_right {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.rev_left a {
	text-align: center;
}

.reviews__slider .swiper-slide {
	flex-shrink: 0;
}

.reviews__slider {
	position: relative;
}

.rev_text {
	font-size: 13px;
	height: 140px;
	overflow: hidden;
}

.rev_right .author_c {
	font-size: 14px;
	padding-top: 15px;
}

.swiper-slide-inner {
	display: flex;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 10px;
}

.reviews__slider .swiper-button-next {
	background: #fff;
	box-shadow: 2px 3px 10px -1px rgba(0, 0, 0, 14%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.price {
	padding: 2vw 0 4vw;
}

.price__home .price-item-hov-blovk .tsm10 {
	font-size: 14px;
}

.price__home .price-item-hov-blovk {
	padding: 10px;
}

.pr_b .btn-prs {
	width: 100%;
}

.price__home .title-prm {
	height: 70px;
	font-size: 14px;
	font-weight: 800;
}

.price__home .price-item {
	width: auto;
	margin: 0;
	margin-bottom: 30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.price-tab-wrap {
	display: none;
}

.price__home .price-tab {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.price-item-img {
	height: 243px;
}

.price__home .price-item-img {
	height: 243px;
}

.price__home .price-item-img img {
	width: 100%;
}

.price__home .price-tab-item {
	margin-right: 20px;
}

.price__home .tsm12 {
	text-align: center;
}

.price__home .price__advas-item .tsm12 {
	text-align: left;
}

.price__home .phones__block-text {
	font-size: 13px;
}

.price__home .title_coll {
	text-align: center;
	padding-top: 10px;
	font-weight: 600;
}

.pr_expiration {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 7px;
}

.pr_expiration.warranty {
	text-align: left;
}

.portfolio__slider.lzl:not(.lzl-ed), .portfolio__slider.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACvAAAAhCAQMAAACC2d9MAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAADLtJREFUeAHt0AENAAAAwqD3T+3sAREoDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgw8IEBUyMAASUSq5kAAAAASUVORK5CYII=");
}

.card_warranty_block {
	display: flex;
	align-items: center;
}

.swiper-price .swiper-slide {
	width: auto;
}

.swiper-price .price-item {
	margin: 0px;
	padding: 20px 10px;
}

.price__home .price-item:hover {
	box-shadow: 2px 3px 10px -1px rgba(0, 0, 0, 14%);
}

.swiper-price .price-item h4 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 19px;
}

.price__home  a {
	color: #000;
	display: block;
}

.price__home .price-item:hover h4 {
	color: #f9c62f;
}

.price__home .price-item-money-item {
	font-size: 16px;
}

.swiper-price .swiper-button-next {
	right: -10px;
	top: 58%;
}

.swiper-price .swiper-button-prev {
	left: -10px;
	top: 58%;
}

@media only screen and (max-width:2500px) {
	.price__home .btn {
		padding: 20px;
	}
	
	.price__home .price-item-hov-blovk .tsm10 {
		font-size: 17px;
	}
}

@media only screen and (max-width:1920px) {
	.price__home .price-item-hov-blovk .tsm10 {
		font-size: 14px;
	}
}

@media only screen and (max-width:1400px) {
	.price__home .price-item-money-fix .text-md {
		font-size: 18px;
	}
	
	.price__home .price-item-img {
		height: 243px;
	}
}

@media only screen and (max-width:1199px) {
	.price__home .title-prm {
		height: 70px;
		font-size: 14px;
		font-weight: 800;
	}
	
	.btn-prs-bl {
		width: 37%;
	}
	
	.price__home .text {
		font-size: 13px;
	}
}

@media only screen and (max-width:991px) {
	.price__home .price-item {
		padding: 0px;
		padding-bottom: 20px;
	}
	
	.price_tab_part {
		padding: 0px 10px;
	}
	
	.swiper-price .price-item h4 {
		margin-bottom: 28px;
		font-size: 14px;
	}
	
	.price__home .price-item-money-item {
		font-size: 12px;
	}
	
	.price__home .price-item-money-fix .text-md {
		font-size: 16px;
	}
	
	.price__home .phones__block-text {
		font-size: 13px;
	}
	
	.price__home .title-prm {
		height: 70px;
		font-size: 14px;
		font-weight: 800;
	}
	
	.price__right .fw8 {
		font-size: 12px;
	}
	
	.price__home .price-item-money-fix .fw8 {
		font-size: 12px;
	}
	
	.btn-prs-bl {
		width: 47%;
	}
}

@media only screen and (max-width:900px) {
	.price {
		padding: 2vw 0 6vw;
	}
	
	.price__home .price-tab-item {
		width: 230px;
	}
	
	.pr_expiration {
		font-size: 14px;
	}
	
	.card_warranty_block img {
		width: 40px;
	}
}

@media only screen and (max-width:767px) {
	.price .mlg {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:600px) {
	.btn-prs-bl {
		width: 80%;
	}
}

@media only screen and (max-width:500px) {
	.price__home .price-tab {
		justify-content: flex-start;
	}
	
	.swiper-price .swiper-button-next {
		right: 25px;
		top: 53%;
	}
	
	.swiper-price .swiper-button-prev {
		left: 25px;
		top: 53%;
	}
	
	.price-prx {
		display: none;
	}
	
	.pr_expiration {
		font-size: 11px;
	}
}

@media only screen and (max-width:375px) {
	.swiper-price .swiper-button-next {
		right: 0px;
	}
	
	.swiper-price .swiper-button-prev {
		left: 0px;
	}
}

.prc .fw8 {
	padding-right: 12%;
}

.pforms__form .form-wrap {
	padding: 2vw;
}

@media only screen and (max-width:1199px) {
	.prc__descr {
		width: 60%;
	}
}

@media only screen and (max-width:991px) {
	.prc .fw8 {
		padding-right: 0;
		font-size: 25px;
	}
}

@media only screen and (max-width:900px) {
	.prc__descr {
		width: 100%;
	}
	
	.prc .title {
		text-align: center;
	}
}

@media only screen and (max-width:465px) {
	.prc .fw8 {
		font-size: 22px;
	}
}

.garant__info-item-tx {
	width: 50%;
}

.garant__info-item-wrap .tsm13 {
	width: 50%;
}

.nums {
	font-size: 60px;
}

@media only screen and (max-width:1400px) {
	.garant__info-item-wrap {
		flex-direction: column;
		text-align: center;
	}
	
	.garant__info-item-tx {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.garant__info-item-wrap .tsm13 {
		width: 100%;
		font-size: 14px;
	}
}

@media only screen and (max-width:991px) {
	.garant__triger .small-text {
		font-size: 12px;
	}
}

@media only screen and (max-width:767px) {
	.img-gar {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width:567px) {
	.img-gar {
		margin-bottom: 50px;
	}
}

.conkurent__block-img {
	width: 44vw;
}

@media only screen and (max-width:767px) {
	.conkurent__info {
		text-align: center;
	}
}

.conkurent__block-img {
	width: 44vw;
}

@media only screen and (max-width:767px) {
	.conkurent__info {
		text-align: center;
	}
}

@media (max-width: 900px) {
	.concerns__tab-block .small-text {
		font-size: 19px;
	}
}

@media (max-width: 400px) {
	.concerns__tab-block .small-text {
		font-size: 17px;
	}
}

.test__cont.lazyloaded {
	margin-bottom: 50px;
}

.test__content {
	padding-top: 45px;
}

.test_sitemap {
	background-image: radial-gradient(circle 1035px at center, #ffe5a0 0%, #ffd778 100%);
}

.test_sitemap .section {
	padding: 6vw 0;
}

.test_sitemap .test__cont.lazyloaded {
	margin-bottom: 0px;
	padding: 5px 45px;
}

.test_sitemap .facts {
	display: none;
}

.test_sitemap .test {
	padding-top: 18px;
	padding-bottom: 10px;
}

.main_test {
	background: #000;
}

.main_test .header {
	padding: 10px;
}

.progress-bar.mlg {
	margin-bottom: 20px;
}

.test__btns {
	padding-bottom: 30px;
}

.test_btns_np {
	display: flex;
	justify-content: space-around;
}

.quiz__prev img {
	transform: rotate(180deg);
	margin-right: .4vw;
	margin-left: 0;
}

.test__right-wrap {
	padding-bottom: 0;
	height: 628px;
}

.test-end__wrap {
	margin-right: 0px;
}

.text_right_dir {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#test__right-wrap1 {
	display: block !important;
}

.end {
	display: none;
}

.test__quests.end_quests {
	width: 100%;
}

.title_test_h2 {
	width: 100%;
}

@media only screen and (max-width:1199px) {
	.quiz__btn {
		width: 20vw;
	}
}

@media only screen and (max-width:991px) {
	#test__right-wrap1 {
		display: none !important;
	}
	
	.test_sitemap {
		height: 90vh;
	}
}

@media only screen and (max-width:900px) {
	.quiz__btn {
		width: 28vw;
	}
	
	.prx-2 {
		display: none;
	}
	
	.main_test .burger__wrap-block {
		display: none;
	}
	
	.test_sitemap .test__cont.lazyloaded {
		padding: 34px 45px;
	}
	
	.test_sitemap {
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.test_sitemap .prx-3 {
		right: -5vw;
	}
	
	.test_sitemap .prx-1 {
		left: -7vw;
	}
	
	.test__content {
		padding-top: 0;
	}
}

@media only screen and (max-width:767px) {
	.img_end {
		order: 2;
		padding: 0;
		padding-top: 14px;
		margin-bottom: -38px;
		margin-left: -5px;
	}
	
	.test__cont {
		padding: 20px;
	}
}

@media only screen and (max-width:567px) {
	.test__btns .tsm12 {
		display: none;
	}
}

.test_quiz {
	background-image: radial-gradient(circle 1035px at center, #ffe5a0 0%, #ffd778 100%);
}

.test_quiz .section {
	padding: 6vw 0;
}

.test_quiz .test__cont.lazyloaded {
	margin-bottom: 0px;
	padding: 5px 45px;
}

.test_quiz .test {
	padding-top: 18px;
	padding-bottom: 150px;
}

.head_page_quiz .test {
	padding: 4vw 0;
}

.test_quiz .tiem.t3 .tiem-img {
	height: 385px;
}

.test_quiz .checkbox-block.t3 {
	justify-content: center;
}

.test_quiz .checkbox-block.t3 .checkbox-psevdo {
	margin-right: 0;
}

.test_quiz .tiem.t3 {
	width: 40%;
}

.test_quiz .checkbox-psevdo {
	border: 1px solid #766c6c;
}

.test_quiz .tsm {
	padding-left: 10px;
	font-size: 18px;
	color: #000;
}

.test__quests.hideright {
	width: 100%;
}

.test-end-item .row {
	justify-content: space-around;
}

.text_qu {
	padding: 16px 9px 16px;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.number_class .text_qu {
	justify-content: flex-start;
}

.number_class .check {
	margin-right: 25px;
}

.content_qu {
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.content_qu img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.qu_img {
	height: 228px;
}

.questions_class .qu_img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.qu .test_btns_np .btn {
	border-radius: 10px;
}

.qu .test_btns_np {
	justify-content: space-between;
}

.qu .test-item {
	margin: 0px 0px 90px;
	justify-content: flex-start;
}

.qu .test-item h2 {
	margin-bottom: 30px;
}

.qu .test-end-item h2 {
	text-align: center;
}

.qu h5 {
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #636366;
	font-weight: 400;
}

.inp_text_qu {
	width: 100%;
}

.inp_text_qu input {
	border: 0px;
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
	width: 90%;
}

.qu .test-end__form {
	padding-top: 35px;
}

.qu .test-end__form p {
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #747171;
}

.qu .test-thank {
	margin: 55px 0px 90px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-weight: 600;
}

.qu .test-thank p {
	font-size: 17px;
	display: block;
	line-height: 24px;
}

.fa-check-circle {
	color: #ffc55b;
	font-size: 62px;
	padding-bottom: 20px;
}

.test_quiz .qu .tsm {
	padding-left: 0px;
}

.tell_qu {
	position: relative;
}

.your-tel {
	padding-left: 50px;
	border-radius: 15px;
}

.input.your-tel:focus {
	border: 1px solid #ffc55b;
}

.test-end-item .btn {
	text-shadow: none;
	border-radius: 15px;
}

.tell_qu::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 8px;
	width: 37px;
	height: 32px;
	background: url("/wp-content/themes/src/assets/css/../img/flag.png") no-repeat left;
	background-size: 100%;
	z-index: 1;
	--lzl-bg-img: "/wp-content/themes/src/assets/css/../img/flag.png";
}

.tell_qu.lzl:not(.lzl-ed)::before, .tell_qu.lzl-ing:not(.lzl-ed)::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAED0lEQVR42u3BMQEAAADCoPVPbQdvoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4DcC8AABL9rASwAAAABJRU5ErkJggg==");
}

.policy_q {
	margin-left: 9px;
	position: relative;
	top: -2px;
}

.content_bonbon {
	display: flex;
	background: #f7f7f7;
	border: 1px solid #f5f5f5;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .08);
	border-radius: 10px;
	width: 70%;
	position: relative;
}

.icon_lock {
	position: absolute;
	top: -9px;
	right: -11px;
	background-color: #8b8b8b;
	border-radius: 100%;
	width: 22px;
	height: 23px;
	padding: 4px;
	fill: #fff;
}

.img_bonbon {
	width: 22%;
}

.bonbon_end p {
	padding-top: 35px;
	padding-bottom: 12px;
	font-size: 14px;
	color: #747171;
}

.text_bonbon {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding-left: 16px;
}

.check {
	position: relative;
}

.custom-checkbox {
	position: relative;
}

.custom-checkbox>input {
	position: absolute;
	right: 0px;
	top: 5px;
	margin: 0 auto;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox>p {
	user-select: none;
	font-size: 15px;
}

.custom-checkbox>p::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #ffaa05;
	border-radius: 3px;
	margin-top: 3px;
	margin-right: 0;
	background-color: #fff;
	cursor: pointer;
}

.custom-checkbox>input:not(:disabled):not(:checked)+p:hover::before {
	border-color: #ebba8c;
}

.custom-checkbox>input:not(:disabled):active+p::before {
	border-color: #ebba8c;
}

.custom-checkbox>input:checked+p::before {
	border-color: #ebba8c;
	background-color: #fff;
	background-image: linear-gradient(85deg, #ffdc74 0%, #f6b233 100%);
	background-size: 16px;
	box-shadow: 0 0 0 .2rem #ebd8c7;
}

.custom-checkbox>input:disabled+p::before {
	background-color: #e9ecef;
}

.qu_r .test__right-wrap {
	height: auto;
	padding-bottom: 30px;
}

.qu_r .content_bonbon {
	width: 100%;
}

.qu_r .bonbon_end p {
	text-align: center;
	padding-bottom: 25px;
}

.qu_r .bonbon_end {
	position: relative;
}

.qu_r .bonbon-arrow {
	position: absolute;
	right: 0px;
	top: 35px;
}

.test_quiz .prx-2 {
	right: 2vw;
	top: 2%;
}

.acc_mob_b {
	display: none;
}

.test__quests.hideright .quiz__next {
	display: none;
}

@media only screen and (max-width:3000px) {
	.test__quests {
		width: 60%;
	}
	
	.test__content {
		justify-content: space-around;
	}
	
	.questions_class .qu_img {
		height: 220px;
	}
	
	.qu_img {
		height: 235px;
	}
}

@media only screen and (max-width:1920px) {
	.test__quests {
		width: 69%;
	}
	
	.test__content {
		justify-content: space-between;
	}
	
	.qu_img {
		height: 228px;
	}
	
	.questions_class .qu_img {
		height: 200px;
	}
}

@media only screen and (max-width:1600px) {
	.test_quiz .prx-1 {
		left: -4vw;
	}
	
	.qu_img {
		height: 188px;
	}
	
	.questions_class .qu_img {
		height: 150px;
	}
	
	.content_bonbon {
		width: 90%;
	}
	
	span.test__quests-progress-text.tsm12 {
		font-size: 14px;
	}
	
	.progress-bar__line-wrap {
		height: 14px;
	}
	
	.bonbon_end p {
		font-size: 12px;
	}
	
	.qu .test-end__form p {
		font-size: 12px;
	}
	
	.qu_r .bonbon-arrow {
		right: -4px;
		top: 30px;
	}
	
	.test_quiz .tsm {
		font-size: 16px;
	}
}

@media only screen and (max-width:1400px) {
	.qu_img {
		height: 150px;
	}
	
	.text_qu {
		font-size: 15px;
	}
	
	.check {
		margin-left: 6px;
	}
	
	.questions_class .qu_img {
		height: 108px;
	}
	
	.qu_r .bonbon-arrow {
		right: -20px;
	}
}

@media only screen and (max-width:1199px) {
	.qu .col-lg-3 {
		padding-right: 7px;
		padding-left: 7px;
	}
	
	.content_bonbon {
		width: 100%;
	}
	
	.img_bonbon {
		width: 30%;
	}
	
	.qu_r .text_bonbon {
		font-size: 12px;
	}
	
	.qu_r .bonbon_end p {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width:991px) {
	.test_quiz {
		height: auto;
	}
	
	.test__quests {
		width: 100%;
		position: relative;
	}
	
	.test__right {
		display: none !important;
	}
	
	.qu .test-item {
		margin: 0px 0px 40px;
	}
	
	.qu_img {
		height: 325px;
	}
	
	.questions_class .qu_img {
		height: 260px;
	}
	
	.text_qu {
		font-size: 17px;
	}
	
	.check {
		margin-left: 0px;
	}
	
	.content_bonbon {
		width: 50%;
	}
	
	.bonbon_end {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.tell_qu::before {
		top: -9px;
	}
	
	.your-tel {
		height: 50px;
	}
	
	.tell_qu .small-text {
		font-size: 16px;
	}
	
	.test-end__form .btn {
		height: 50px;
	}
	
	.test-end__form  .text {
		font-size: 14px;
	}
	
	.test_quiz .tsm {
		font-size: 15px;
	}
	
	.qu .test-end__form {
		padding-top: 55px;
	}
	
	.bonbon_end p {
		padding-top: 20px;
	}
	
	.test_quiz .test_btns_np {
		position: fixed;
		bottom: 0px;
		left: 12%;
		right: 12%;
		z-index: 20;
	}
	
	.head_page_quiz .test_btns_np {
		display: flex;
		position: relative;
		left: 0 !important;
		right: 0 !important;
	}
	
	.acc_mob_b {
		display: block;
	}
	
	.acc_mob_b .dropdownlink {
		display: flex;
		justify-content: space-between;
	}
	
	.acc_mob_b .dropdownlink .fa-chevron-down {
		top: 4px;
	}
	
	.acc_mob_b .accordion-menu {
		border: 1px solid #e7e7e7;
		border-radius: 6px;
		background-color: #fcfcfd;
	}
	
	.acc_mob_b .icon_lock {
		padding-top: 0;
	}
	
	.fa-gift {
		font-size: 20px;
		color: #edb93e;
		padding-right: 10px;
	}
}

@media only screen and (max-width:900px) {
	.test_quiz .test__cont.lazyloaded {
		padding: 34px 17px;
	}
	
	.test_quiz {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.test_quiz .prx-3 {
		right: -5vw;
	}
	
	.test_quiz .prx-1 {
		left: -7vw;
	}
	
	.test_quiz .test {
		padding-top: 90px;
		padding-bottom: 10px;
	}
	
	.test_quiz .test_btns_np {
		left: 7%;
		right: 7%;
	}
}

@media only screen and (max-width:767px) {
	.qu_img {
		height: 240px;
	}
}

@media only screen and (max-width:575px) {
	.qu .col-6 {
		padding-right: 7px;
		padding-left: 7px;
	}
	
	.qu h5 {
		font-size: 15px;
	}
	
	.custom-checkbox>p::before {
		margin-top: 3px;
	}
	
	.qu_img {
		height: 220px;
	}
	
	.questions_class .qu_img {
		height: 180px;
	}
	
	.content_bonbon {
		width: 65%;
	}
}

@media only screen and (max-width:500px) {
	.qu_img {
		height: 175px;
	}
}

@media only screen and (max-width:420px) {
	.text_qu {
		font-size: 13px;
	}
	
	.qu_img {
		height: 140px;
	}
	
	.questions_class .qu_img {
		height: 115px;
	}
	
	.content_bonbon {
		width: 82%;
	}
	
	.test_quiz .tsm {
		font-size: 13px;
	}
	
	.text_bonbon {
		font-size: 13px;
	}
}

@media only screen and (max-width:340px) {
	.qu_img {
		height: 115px;
	}
}

@media only screen and (max-width:991px) {
	.fact-hide {
		display: block;
	}
	
	.facts {
		position: relative;
		left: auto;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.dir_about .dir {
	padding-top: 0px;
}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:567px) {}

.trust .t-min {
	padding-bottom: 20px;
}

.trust-slider .swiper-slide {
	flex-shrink: 0;
}

.trust-slider__item {
	margin: auto;
	padding: 5px;
}

.trust-slider {
	position: relative;
}

@media only screen and (max-width:991px) {
	.trust-slider .swiper-button-prev, .trust-slider .swiper-button-next {
		display: none;
	}
	
	.trust-slider .swiper-horizontal>.swiper-pagination-bullets, .trust-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 0px;
	}
	
	.trust-slider {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width:900px) {
	.trust-slider__item {
		height: auto;
	}
	
	.trust-slider .slick-track {
		display: flex;
	}
}

.seob__shows {
	margin-top: 20px;
}

.seob__btn {
	width: 20%;
	height: 58px;
	font-size: 15px;
	flex-direction: column;
}

.seob__btn img {
	padding-top: 2px;
}

@media only screen and (max-width:1340px) {
	.seob__btn {
		width: 35%;
		height: 52px;
	}
	
	.seob__btn img {
		padding-top: 9px;
		width: 15px;
	}
	
	.seob .small-text {
		font-size: 14px;
	}
}

@media only screen and (max-width:767px) {
	.seob__btn img {
		padding-top: 6px;
	}
	
	.seob__btn {
		width: 46%;
		height: 50px;
	}
	
	.seob__text:before {
		background-image: none;
	}
}

@media only screen and (max-width:460px) {
	.seob__btn {
		width: auto;
		height: 46px;
		font-size: 14px;
	}
	
	.seob .small-text {
		font-size: 13px;
	}
	
	.seob__text.act {
		height: 8.4vw !important;
	}
}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:660px) {
	.adress_desc {
		display: none;
	}
}

@media only screen and (max-width:460px) {
	.shou {
		display: none;
	}
	
	.slidePrev.t2 {
		left: -20px;
	}
	
	.slideNext.t2 {
		right: -20px;
	}
}

@media only screen and (max-width:350px) {}

.form-footer {
	position: relative;
}

@media only screen and (max-width:1700px) {}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:900px) {}

@media only screen and (max-width:567px) {}

@media only screen and (max-width:500px) {}

.prs-advas {
	-webkit-transform: none;
	transform: none;
}

.prs-advas__item {
	width: auto;
	margin: 5px;
	background-image: linear-gradient(85deg, #ffdc74 0%, #f69633 100%);
	color: #000;
}

.catalog-prod .row {
	justify-content: center;
}

.catalog {
	z-index: 0;
}

@media only screen and (max-width:1340px) {
	.frs-filter-2 .tsm12 {
		font-size: 10px;
	}
}

@media only screen and (max-width:575px) {
	.prs-advas__item {
		width: 100%;
	}
}

.card__center-block {
	border: 0px;
	border-bottom: 1px solid #d1d1d1;
	padding: 30px 0px 15px;
}

.card-photo {
	padding: 1vw 1.5vw;
}

.card__photo-slider-top-item img {
	height: 100%;
}

.card__photo-slider-top-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 438px;
}

.season_price {
	display: flex;
	margin-bottom: 12px;
}

.installment_price {
	display: flex;
	margin-bottom: 12px;
	position: relative;
}

.nums-h {
	position: relative;
	right: 0px;
	top: 9px;
}

.price-item-money.cpo {
	margin-bottom: 12px;
	justify-content: flex-start;
}

.price-item-money-fix {
	position: relative;
	top: -2px;
}

.text-ins {
	font-size: 16px;
}

.description_card {
	padding: 30px;
	background: #f3f3f3;
	border-radius: 8px;
	line-height: 26px;
	font-size: 15px;
}

.description_card ul {
	list-style-type: disc;
	padding-inline-start: 19px;
}

.description_card ul li {
	font-size: 15px;
}

.description_card h2 {
	font-size: 36px;
}

.card__center-block .t-min2 {
	font-size: 27px;
}

.card__center-block .text {
	font-size: 19px;
}

.card__center-block .text-md {
	font-size: 18px;
}

.gradus {
	padding: 5px 25px 0px;
	background-image: -webkit-linear-gradient(139deg, #fbb54c 0%, #fedf00 100%);
	background-image: linear-gradient(-49deg, #fbb54c 0%, #fedf00 100%);
}

.gradus .labels-item-wrap {
	text-align: center;
}

.vid {
	background-image: linear-gradient(-49deg, #f25d33 0%, #f00 100%);
}

.char {
	font-size: 18px;
}

.subgroup_price {
	padding: 10px 0px;
	position: relative;
}

.subgroup_price .text-ins {
	margin-bottom: 10px;
}

.sub_img {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swip_sub_price {
	display: block;
	margin: 0px 10px;
	color: #000;
	text-align: center;
	width: 150px;
}

.swip_sub_price:hover {
	color: #ffc55b;
}

.swiper-sub .swiper-button-next {
	right: -5%;
}

.swiper-sub .swiper-button-prev {
	left: -4%;
}

.list-har {
	margin-bottom: 18px;
}

.list-har-first {
	width: 300px;
}

.list-har li {
	justify-content: flex-start;
}

.bg_price {
	background: #f8f8f8;
}

.price-dop {
	padding: 45px 0px 60px;
	position: relative;
}

.price-dop-s {
	padding: 45px 0px 0px;
	position: relative;
}

.swiper-price-dop {
	box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	border-radius: 23px;
}

.swiper-price-dop .swiper-slide {
	width: auto;
	background: #fff;
	padding: 35px 0px 35px 35px;
	border-radius: 20px;
}

.swiper-price-dop .price-block {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.swiper-price-dop .price-block a {
	color: #000;
}

.swiper-price-dop .price-item {
	width: 330px;
	margin: 0px;
	padding: 20px 10px;
	margin-right: 40px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.swiper-price-dop .price-item-img {
	height: auto;
}

.swiper-price-dop .price-item-img img {
	width: 100%;
}

.swiper-price-dop .price-item:hover {
	box-shadow: 2px 3px 10px -1px rgba(0, 0, 0, 14%);
}

.swiper-price-dop .price-item .text {
	height: 70px;
}

.swiper-price-dop .swiper-button-next {
	right: 7%;
}

.swiper-price-dop .swiper-button-prev {
	left: 7%;
}

.similar {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 60px;
}

.swiper-price-dop .price-item-hov-blovk .tsm10 {
	font-size: 14px;
}

.slider-top .swiper-slide {
	flex-shrink: 0;
}

.sl_nav .border_img {
	margin: 10px;
	border: 1px solid #cfcfcf;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.sl_nav .border_img:hover {
	border: 1px solid #ffc55b;
}

.sl_nav .swiper-button-next {
	right: -18px;
}

.sl_nav .swiper-button-prev {
	left: -18px;
}

.slick-arrow {
	cursor: pointer;
}

.sl_nav .swiper-button-next {
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: grey;
}

.sl_nav .swiper-button-prevt {
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: grey;
}

.sl_nav .swiper-button-next:hover {
	color: #ffc55b;
	transform: scale(1.2);
}

.sl_nav .swiper-button-prevt:hover {
	color: #ffc55b;
	transform: scale(1.2);
}

.img_sl {
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sl_nav .swiper-horizontal>.swiper-pagination-bullets, .sl_nav .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -10px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.comment-form input, .comment-form textarea {
	width: 65%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid gray;
	margin: 10px 0px;
	resize: none;
}

.form-submit input {
	width: 25%;
	cursor: pointer;
}

.form-submit input:hover {
	background: rgba(255, 197, 91, .76);
	border: 1px solid rgba(255, 197, 91, .76);
	-webkit-box-shadow: 4px 4px 8px 3px rgba(247, 209, 13, .2);
	-moz-box-shadow: 4px 4px 8px 3px rgba(247, 209, 13, .2);
	box-shadow: 4px 4px 8px 3px rgba(247, 209, 13, .2);
}

.comment-form input:focus, .comment-form textarea:focus {
	border: 1px solid rgba(255, 197, 91, .76);
}

.wppcr_rating {
	float: none !important;
}

.wpcr_aggregate {
	position: absolute;
	top: -38px;
	right: 16px;
}

fieldset {
	border: none !important;
	padding: 0px;
}

fieldset.wppcr_rating > legend {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.wppcr_rating:not(:checked) > input {
	width: auto;
}

.comments-wrapper {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
}

.comment_user li {
	padding: 12px 0px 12px 0px !important;
}

.author_c {
	font-weight: 600;
}

.date_c {
	font-size: 12px;
	color: gray;
}

.img_comm {
	padding: 12px 0px 12px 0px;
}

.card__center-block .gray {
	font-weight: normal;
}

#accorde0 {
	position: relative;
}

.accordion {
	margin-top: 22px;
}

ul.accordion-menu {
	list-style: none;
}

.accordion ul li ul li ul li {
	list-style-type: disc;
	padding: 12px 30px 12px 15px;
}

.accordion ul li ul li ol li {
	list-style-type: decimal;
}

.accordion ul li ul li ul {
	padding-inline-start: 18px;
}

.comment_user li {
	list-style-type: none !important;
}

.ans_text {
	list-style-type: none !important;
}

.page_questions .ans_text {
	border-bottom: 0px;
}

.page_questions .submenuItems {
	border-radius: 20px;
	margin-bottom: 10px;
}

.page_questions .dropdownlink1 {
	margin-bottom: 15px;
}

.page_questions {
	padding-bottom: 20px;
}

.accordion-menu {
	width: 100%;
	border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-webkit-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-moz-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-ms-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
	-o-box-shadow: 0 2px 8px rgba(118, 125, 92, .13);
}

.accordion-menu li.open .dropdownlink {
	color: #f7cc18;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
	transform: rotate(180deg);
}

.accordion-menu-question li.open .dropdownlink1 .fa-plus {
	transform: rotate(45deg);
	color: #fcca02;
}

.accordion-menu li:last-child .dropdownlink {
	border-bottom: 0;
}

.dropdownlink, .dropdownlink1 {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 10px;
	font-size: 18px;
	color: #212121;
	position: relative;
	transition: all .4s ease-out;
}

.dropdownlink1 {
	padding: 5px;
}

.dropdownlink .fa-chevron-down {
	position: relative;
	right: -3px;
}

.dropdownlink1 .fa-plus {
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: -1px;
	transition: all .4s ease-out;
}

.submenuItems {
	display: none;
	background-color: #f8f8f8;
}

.submenuItems li {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	padding: 12px 30px 12px 30px;
	transition: all .4s ease-out;
}

.phone_form {
	display: none;
}

.form_otz {
	display: none;
}

.form_otz.open {
	display: block;
	margin-bottom: 20px;
}

.btn_q {
	text-align: center;
}

.btn_q {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.btn_quetions, .btn_quetions1 {
	padding: 10px 40px;
	border: 1px solid gray;
	border-radius: 5px;
	cursor: pointer;
}

.btn_quetions:hover, .btn_quetions1:hover {
	background: rgba(255, 197, 91, .76);
	border: 1px solid rgba(255, 197, 91, .76);
}

.form_otz_reply {
	border: 1px solid green;
	padding: 20px;
	width: 24%;
	color: green;
	font-weight: 600;
}

.ans_text {
	border-bottom: 1px solid #dfdfdf;
}

.fa-comment-alt {
	color: #cdc7c7;
	margin-right: 20px;
	font-size: 15px;
	position: relative;
	top: 1px;
}

.comment-reply {
	margin-top: 6px;
	color: gray;
}

#tabs {
	margin: 10px 0;
}

.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
	margin-right: 15px;
}

.tabs-nav a {
	display: block;
	padding: 10px 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	background: #f6f6f6;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #000;
}

.tab_otz a {
	background: #f7b639;
	border: 1px solid #f7b639;
}

.tab_otz {
	cursor: pointer;
}

.tabs-nav li:first-child a {
	border-radius: 5px 5px 0 0;
}

.tabs-nav a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

.tabs-items {
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}

.tabs-item .accordion-menu-question {
	margin-bottom: 20px;
}

.tabs-item {
	padding: 15px;
}

.disabled {
	pointer-events: none;
	cursor: default;
}

.tabs-item .tsm12 {
	font-size: 15px;
}

@media only screen and (max-width:1550px) {
	.card-photo .gradus {
		padding: 5px 15px 0px;
	}
	
	.card-photo .gradus img {
		width: 80%;
	}
	
	.swiper-price-dop .price-item .text {
		font-size: 17px;
	}
	
	.swiper-price-dop .price-item {
		width: 295px;
	}
	
	.swiper-price-dop .text-md {
		font-size: 18px;
	}
	
	.swiper-price-dop .price-item-img {
		height: 220px;
	}
}

@media only screen and (max-width:1300px) {
	.card__photo-slider-top-item {
		height: 380px;
	}
	
	.img_sl {
		height: 115px;
		width: 115px;
	}
}

@media only screen and (max-width:1199px) {
	.card-photo	.gradus img {
		width: 70%;
	}
	
	.card-photo	.gradus {
		padding: 3px 9px 0px;
	}
	
	.card__photo-slider-top-item {
		height: 286px;
	}
	
	.swiper-sub .swiper-button-prev {
		left: -5%;
	}
	
	.form_otz_reply {
		width: 65%;
	}
}

@media only screen and (max-width:991px) {
	.card-photo .tsm13 {
		font-size: 14px;
	}
	
	.card__center-block {
		border-bottom: 0px;
		padding: 15px 0px 8px;
	}
	
	.dropdownlink, .dropdownlink1 {
		font-size: 17px;
	}
	
	.dropdownlink1 {
		padding: 0px;
	}
	
	.list-har li {
		font-size: 15px;
	}
	
	.submenuItems li {
		font-size: 15px;
	}
	
	.swip_sub_price {
		width: 120px;
	}
	
	.swiper-price-dop .swiper-button-next {
		right: 3%;
	}
	
	.swiper-price-dop .swiper-button-prev {
		left: 4%;
	}
	
	.desck_form {
		align-items: flex-start;
	}
	
	.desck_form .card-nums__item {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
	.card__center-block .text-md {
		font-size: 16px;
	}
	
	.card__center-block .t-min2 {
		font-size: 18px;
	}
	
	.card__center-block .text {
		font-size: 14px;
	}
	
	.card__block {
		border-bottom: none;
	}
	
	.text-ins {
		font-size: 15px;
	}
	
	.subgroup_price {
		border-top: 1px solid #d1d1d1;
	}
	
	.phone_form {
		display: block;
		padding: 0px 0px 0px 30px;
		background: #fff;
		border-top: 1px solid #e2e4eb;
		position: fixed;
		bottom: 0px;
		z-index: 1000;
		width: 100%;
	}
	
	.price_phone {
		display: flex;
		align-items: flex-end;
	}
	
	.price-item-money-fix {
		top: 0px;
	}
	
	.one_pr {
		font-size: 26px;
		font-weight: 600;
		line-height: 33px;
	}
	
	.two_pr {
		font-size: 15px;
		padding: 0px 10px;
		position: relative;
		top: -5px;
	}
	
	.phone_form .btn {
		border-radius: 0px;
		box-shadow: none;
	}
	
	.phone_form .btn.dark:hover {
		box-shadow: none;
	}
	
	.phone_form .inp-md {
		width: 70%;
		padding: 20px 0px;
	}
	
	.phone_form .pr {
		display: flex;
		align-items: center;
	}
	
	.comment-form input, .comment-form textarea {
		width: 100%;
	}
	
	.form_otz_reply {
		width: 100%;
	}
	
	.description_card h2 {
		font-size: 25px;
		margin: 16px 0px;
	}
}

@media only screen and (max-width:767px) {
	.swiper-price-dop .swiper-button-next {
		right: 1%;
	}
	
	.swiper-price-dop .swiper-button-prev {
		left: 1%;
	}
	
	.phone_form .inp-md {
		width: 100%;
	}
	
	.phone_form .pr {
		justify-content: center;
	}
	
	.advantage_other {
		padding: 15px 0px 15px;
	}
	
	.submenuItems li {
		padding: 12px 12px 12px 12px;
	}
	
	.sub_img {
		height: 108px;
	}
	
	.dropdownlink1 .fa-plus {
		font-size: 14px;
	}
	
	.card__photo-slider-top-item {
		height: 330px;
	}
	
	.fa-comment-alt {
		margin-right: 12px;
	}
	
	.tabs-nav a {
		padding: 10px 20px;
		font-size: 16px;
	}
}

@media only screen and (max-width:575px) {
	.one_pr {
		font-size: 18px;
	}
	
	.phone_form .inp-md {
		margin: 0;
	}
	
	.card__photo-slider-top-item {
		height: 290px;
	}
	
	.tabs-nav a {
		padding: 10px 13px;
		font-size: 15px;
	}
	
	.tabs-item {
		padding: 12px;
	}
	
	.list-har li {
		font-size: 13px;
	}
}

@media only screen and (max-width:500px) {
	.embed-container iframe {
		height: 150%;
	}
	
	.list-har-first {
		width: 256px;
	}
	
	.list-har-last {
		width: 60%;
	}
	
	.advantage_other {
		padding: 4px 0px 10px;
	}
	
	.sl_nav .swiper-button-next {
		display: none;
	}
	
	.sl_nav .swiper-button-prev {
		display: none;
	}
	
	.tabs-nav li {
		display: block;
		float: none;
		clear: both;
		margin-right: 0px;
	}
	
	.tabs-nav a {
		border-radius: 0;
	}
}

@media only screen and (max-width:450px) {
	.card__photo-slider-top-item {
		height: 270px;
	}
	
	.img_sl {
		height: 90px;
		width: 90px;
	}
	
	.list-har li {
		font-size: 13px;
	}
	
	.dropdownlink, .dropdownlink1 {
		font-size: 15px;
	}
	
	.char {
		font-size: 16px;
	}
	
	.submenuItems li {
		font-size: 14px;
	}
	
	.swiper-price-dop .swiper-slide {
		padding: 15px 0px 15px 15px;
	}
	
	.swiper-price-dop .price-item {
		margin-right: 25px;
		padding: 5px;
		padding-bottom: 20px;
	}
	
	.price-dop-s {
		padding: 30px 0px 0px;
	}
	
	.similar {
		padding-bottom: 35px;
	}
	
	.price-dop {
		padding: 30px 0px 35px;
	}
	
	.price-dop .t-min {
		font-size: 19px;
	}
	
	.price-dop-s .t-min {
		font-size: 19px;
	}
	
	.price-dop-s .mlg {
		margin-bottom: 28px;
	}
	
	.price-dop .mlg {
		margin-bottom: 28px;
	}
	
	.phone_form {
		padding: 0px 0px 0px 10px;
	}
	
	.swiper-adv .pr_a {
		width: 230px;
	}
	
	.dropdownlink1 .fa-plus {
		font-size: 13px;
	}
}

@media only screen and (max-width:415px) {
	.two_pr {
		display: none;
	}
	
	.one_pr {
		font-size: 20px;
		padding-left: 3px;
	}
	
	.subgroup_price .text-ins {
		margin-bottom: 0px;
	}
	
	.sub_img {
		height: 95px;
	}
	
	.form_otz_reply {
		padding: 9px;
	}
	
	.swiper-sub .swiper-button-next {
		right: -7%;
	}
}

@media only screen and (max-width:375px) {
	.img_sl {
		height: 75px;
		width: 75px;
	}
	
	.card__center-block .text-md {
		font-size: 14px;
	}
	
	.text-ins {
		font-size: 13px;
	}
	
	.one_pr {
		font-size: 18px;
	}
	
	.nextArrow {
		margin-right: -18px;
	}
	
	.prevArrow {
		margin-left: -18px;
	}
	
	.swip_sub_price .text-ins {
		margin-top: -4px;
	}
}

.btn-form_usl {
	display: inline-block;
	width: auto;
}

.btn-left-img {
	left: -15px;
}

.punkts-item {
	width: auto;
}

.dis {
	padding: 20px 0px 40px;
}

.dis_img {
	width: 300px;
	margin-bottom: 20px;
	padding: 10px;
}

.dis_img img {
	border-radius: 20px;
	box-shadow: 1px 0 30px rgba(0, 0, 0, 10%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dis_img:hover img {
	box-shadow: 1px 0 30px #ffc55b;
}

.d-pr__right-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.d-pr__right-item .title-imd {
	height: 70px;
	font-size: 16px;
}

.d-pr__right-item .btn {
	font-size: 17px;
}

.dis_slider {
	text-align: center;
	margin-bottom: 40px;
}

.dis_slider h3 {
	font-size: 33px;
	font-family: "Montserrat", sans-serif;
}

.swiper-project .swiper-horizontal>.swiper-pagination-bullets, .swiper-project .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0px;
}

.btn_dis {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.btn_dis .btn {
	font-size: 17px;
}

.btn_dis .btn-left {
	width: 18vw;
}

.swiper-project {
	position: relative;
	padding-bottom: 20px;
}

.swiper-project .swiper-slide img {
	display: block;
	width: 100%;
	height: 728px;
}

.swiper-project .swiper-slide {
	flex-shrink: 0;
}

@media only screen and (max-width:1500px) {
	.swiper-project .swiper-slide img {
		height: 640px;
	}
	
	.d-pr__right-item .title-imd {
		font-size: 14px;
	}
	
	.btn_dis .btn-left {
		width: 25vw;
	}
}

@media only screen and (max-width:1199px) {
	.dis_img {
		width: 244px;
	}
	
	.d-pr__right-item .title-imd {
		font-size: 12px;
	}
	
	.swiper-project .swiper-slide img {
		height: 500px;
	}
}

@media only screen and (max-width:991px) {
	.dis {
		padding: 20px 0px 0px;
	}
	
	.d-pr__right-item .title-imd {
		font-size: 16px;
		height: 50px;
	}
	
	.d-pr__right-item {
		margin-bottom: 20px;
	}
	
	.d-pr__right-item .btn-left {
		width: 25rem;
	}
	
	.u-proj .mlg {
		margin-bottom: 27px;
	}
	
	.btn_dis .btn-left {
		width: 42vw;
	}
	
	.swiper-project .swiper-slide img {
		height: 460px;
	}
}

@media only screen and (max-width:900px) {
	.dis_slider h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	
	.btn_dis {
		margin-top: 16px;
	}
}

@media only screen and (max-width:600px) {
	.btn_dis .btn-left {
		width: 70vw;
	}
	
	.swiper-project .swiper-slide img {
		height: 378px;
	}
	
	.dis_slider h3 {
		font-size: 25px;
		font-weight: 500;
	}
}

@media only screen and (max-width:500px) {
	.swiper-project .swiper-slide img {
		height: 277px;
	}
	
	.dis_slider h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width:420px) {
	.dis_slider h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width:400px) {
	.d-pr__right-item .title-imd {
		font-size: 15px;
		height: 62px;
	}
	
	.swiper-project .swiper-slide img {
		height: 230px;
	}
}

.otg__left {
	margin-top: 60px;
}

.availability-slider__item.swiper-slide {
	flex-shrink: 0;
}

.availability-slider {
	position: relative;
}

.availability-slider .swiper-horizontal>.swiper-pagination-bullets, .availability-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 22px;
}

@media only screen and (max-width:567px) {
	.otg__left {
		margin-top: 90px;
	}
}

li.sitemap-item a {
	color: #282828;
	font-weight: 600;
	position: relative;
	position: relative;
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-decoration: none;
}

li.sitemap-item.page_item {
	font-size: 20px;
}

li.sitemap-item {
	letter-spacing: .7px;
	font-size: 20px;
}

.simple-sitemap-page.main {
	z-index: 10 !important;
}

.simple-sitemap-post.main {
	margin-left: 3rem;
	z-index: 10 !important;
}

.simple-sitemap-wrap .term-tag {
	margin-left: 3rem;
}

@media only screen and (max-width:1600px) {
	li.sitemap-item.page_item {
		font-size: 18px;
	}
}

@media only screen and (max-width:500px) {
	li.sitemap-item.page_item {
		font-size: 16px;
		line-height: 25px;
	}
	
	li.sitemap-item {
		font-size: 16px;
		line-height: 25px;
	}
}

.serv_right .news-item {
	width: 100%;
}

.pagination {
	margin: 30px 0px;
	position: absolute;
	bottom: -51px;
	right: 0;
	left: 0;
}

.news-item {
	color: #212121;
	border-radius: 6px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}

.news-item .text21 {
	font-size: 18px;
	font-weight: 600;
}

.news-item-body p {
	font-size: 13px;
}

.news-item-body .link {
	font-size: 16px;
}

.news-item-body-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.price__right-card-cont h1 {
	font-size: 40px;
}

.news-page .price__right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	position: relative;
	margin-bottom: 45px;
	height: 100%;
}

.link.ns:before {
	border-bottom: 1px solid #fdcb05;
}

.link.ns {
	color: #fdcb05;
}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:900px) {
	.news-item .text21 {
		font-weight: 400;
	}
	
	.pagination {
		margin-bottom: 10px;
	}
	
	.news-page .price__right {
		grid-template-columns: auto;
	}
}

@media only screen and (max-width:420px) {
	.news-item .text21 {
		font-size: 16px;
	}
	
	.news-date {
		display: none;
	}
}

.price_other_city .text-rotate {
	display: none;
}

@media only screen and (max-width:1700px) {
	.shbln-sw .swiper-adv .swiper-button-prev {
		left: 0%;
	}
	
	.shbln-sw .swiper-adv .swiper-button-next {
		right: 0%;
	}
}

.comment-reply-title {
	font-size: 32px;
}

.bg-rev {
	background-color: #f8f8f8;
	padding: 20px;
}

.bg-rev .comment_user {
	font-size: 16px;
	line-height: 26px;
	padding-inline-start: 18px;
}

.bg-rev>div {
	font-size: 16px;
}

.bg-rev .form_otz_reply {
	width: 28%;
}

@media only screen and (max-width:1770px) {
	.bg-rev .form_otz_reply {
		width: 40%;
	}
}

@media only screen and (max-width:1199px) {
	.bg-rev .form_otz_reply {
		width: 50%;
	}
}

@media only screen and (max-width:991px) {
	.bg-rev .form_otz_reply {
		width: auto;
	}
}

@media only screen and (max-width:900px) {
	.bg-rev .comment_user {
		font-size: 15px;
	}
	
	.bg-rev>div {
		font-size: 14px;
	}
	
	.bg-rev {
		margin-top: 25px;
	}
	
	.comment-reply-title {
		font-size: 22px;
	}
}

@media only screen and (max-width:450px) {
	fieldset.wppcr_rating > legend {
		float: none;
	}
}

.tex_work {
	color: red;
}

@media only screen and (max-width:1199px) {
	.tex_work {
		font-size: 19px;
	}
}

@media only screen and (max-width:575px) {
	.tex_work {
		font-size: 14px;
	}
}

.mlg {
	margin-bottom: 50px;
}

.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.portfolio__content::before {
	content: "";
	position: absolute;
	right: 22px;
	bottom: 0;
	background: url("https://gard.by/wp-content/uploads/Zakazat-trotuarnaya-plitku-Minsk-gard-cena-foto.png") no-repeat bottom;
	background-size: contain;
	width: 50%;
	height: 100%;
	opacity: .2;
	--lzl-bg-img: "https://gard.by/wp-content/uploads/Zakazat-trotuarnaya-plitku-Minsk-gard-cena-foto.png";
}

.portfolio__block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	gap: 10px;
}

.portfolio-item {
	width: 100%;
	height: 17vw;
	border-radius: 5px;
	background-color: #ffc55b;
	color: #fff;
	display: flex;
	overflow: hidden;
	position: relative;
}

.portfolio-item-hov {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	border-radius: 5px;
	padding: .6vw;
	transition: all .4s;
	opacity: 0;
	transform: translateX(-100%);
}

.portfolio-item-hov-block {
	display: flex;
	justify-content: space-between;
	padding: .5vw;
	border-radius: 3px;
	border: 1px dashed #f8bd43;
	background-color: #000;
	width: 55%;
}

.portfolio-item-hov-block-item {
	width: 100%;
	padding: .3vw .7vw;
	border-left: 1px solid #fff;
}

.portfolio-item-hov-block-item.fx {
	display: flex;
	align-items: center;
	border: none;
}

.portfolio-item:hover .portfolio-item-hov {
	opacity: 1;
	transform: translateX(0);
}

.portfolio-item-link {
	width: 100%;
	position: relative;
	padding-top: 64%;
}

.portfolio-item-link .embed-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}

@media only screen and (min-width:2000px) {
	.portfolio__content::before {
		width: 95px;
		height: 50px;
	}
}

@media only screen and (max-width:1199px) {
	.portfolio__block {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.portfolio-item {
		height: 24vw;
	}
	
	.portfolio-item-link {
		padding-top: 60%;
	}
}

@media only screen and (max-width:900px) {
	.portfolio-item {
		height: 30vw;
	}
}

@media only screen and (max-width:575px) {
	.portfolio-item {
		height: 34vw;
	}
}

@media only screen and (max-width:500px) {
	.portfolio__block {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.portfolio-item {
		height: 72vw;
		margin-bottom: 10px;
	}
	
	.portfolio-item-hov {
		top: 10px;
	}
	
	.portfolio-item-link .embed-container iframe {
		height: 100%;
	}
}

.port-card__slider-top .swiper-slide {
	flex-shrink: 0;
}

.port-card__slider-bot {
	position: relative;
}

.port-card__slider-bot .swiper-slide {
	flex-shrink: 0;
}

.port-card__slider-bot .swiper-slide {
	cursor: pointer;
}

.text_contacts p {
	font-size: 18px;
}

.slider-contacts {
	position: relative;
}

.slider-contacts .swiper-slide {
	flex-shrink: 0;
	margin-right: 1px;
	height: 380px;
	text-align: center;
}

.slider-contacts .swiper-slide img {
	border-radius: 12px;
}

.slider-contacts .embed-container {
	height: 100%;
}

.text_contacts h4 {
	font-size: 19px;
}

.text_contacts h3 {
	font-size: 28px;
	margin-top: -5px;
	margin-bottom: 26px;
}

.text_contacts ul {
	list-style-type: initial;
	font-size: 20px;
	padding-inline-start: 22px;
}

@media only screen and (max-width:1500px) {
	.text_contacts h3 {
		font-size: 24px;
	}
	
	.text_contacts p {
		font-size: 16px;
	}
	
	.text_contacts h4 {
		font-size: 17px;
	}
	
	.text_contacts ul {
		font-size: 17px;
	}
}

@media only screen and (max-width:1199px) {
	.slider-contacts .swiper-slide {
		height: 275px;
	}
	
	.text_contacts ul {
		font-size: 17px;
	}
	
	.text_contacts p {
		font-size: 15px;
	}
	
	.text_contacts h4 {
		margin: 10px 0;
		font-size: 16px;
	}
	
	.text_contacts h3 {
		font-size: 22px;
	}
	
	.contacts_info {
		margin-top: 35px;
	}
}

.portfolio__content.lzl:not(.lzl-ed)::before, .portfolio__content.lzl-ing:not(.lzl-ed)::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA6wAAAH0CAYAAAA5eaD3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAHNUlEQVR42u3BAQ0AAADCoPdPbQ43oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+DbNYAAEVgM0KAAAAAElFTkSuQmCC");
}

@media only screen and (max-width:991px) {
	.text_contacts p {
		font-size: 16px;
		padding-bottom: 13px;
	}
	
	.slider-contacts .swiper-slide {
		height: auto;
		margin-right: 0px;
	}
	
	.contacts_info {
		margin-top: 0;
	}
}

@media only screen and (max-width:575px) {
	.text_contacts h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}
}

.documents {
	display: flex;
	justify-content: space-around;
	padding: 24px 0 40px;
	gap: 10px;
}

.documents__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 1px solid oldlace;
	border-radius: 24px;
	width: 290px;
	height: 180px;
	padding-top: 14px;
}

.documents__icon {
	width: 30px;
	height: 40px;
}

.documents__title {
	display: flex;
	align-items: center;
	min-height: 42px;
	font-weight: 500;
	text-align: center;
}

.slider-documents {
	position: relative;
	padding: 20px 0 50px;
}

.slider-documents .swiper-slide {
	flex-shrink: 0;
	border: 1px solid oldlace;
	border-radius: 10px;
	overflow: hidden;
}

.slider-documents .swiper-button-next {
	right: 0px;
}

.slider-documents .swiper-button-prev {
	left: 0px;
}

.slider-documents__link {
	display: block;
}

@media only screen and (max-width:1199px) {
	.documents__content {
		width: 270px;
	}
	
	.documents__title {
		font-size: 13px;
	}
}

@media only screen and (max-width:767px) {
	.documents {
		flex-wrap: wrap;
	}
	
	.documents__title {
		font-size: 12px;
	}
}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1340px) {
	h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {
	.h1_min {
		font-size: 50px;
	}
	
	h5 {
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	.section {
		padding: 4vw 0;
	}
	
	h3 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.main_c .row {
		display: none;
	}
	
	h3 {
		font-size: 19px;
	}
}

@media (max-width: 567px) {
	.h1_min {
		font-size: 48px;
	}
	
	h3 {
		font-weight: 400;
	}
}

@media (max-width: 465px) {
	h3 {
		font-size: 16px;
	}
	
	.h1_min {
		font-size: 40px;
	}
	
	.mlg {
		margin-bottom: 40px;
	}
}

@media (max-width: 386px) {
	.h1_min {
		font-size: 43px;
	}
	
	h3 {
		font-size: 16px;
	}
}

@media (max-width: 350px) {
	.h1_min {
		font-size: 38px;
	}
}

.img_send_action {
	cursor: pointer;
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
	.card-photo {
		padding-right: 0;
		padding-left: 0;
	}
	
	.card-photo .slider-top {
		margin-right: -5vw;
		margin-left: -5vw;
	}
	
	.card__photo-slider-top-item {
		height: auto;
	}
}

.table-scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-scroll > table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}

@media (max-width: 768px) {
	.table-scroll > table {
		width: auto;
		min-width: 640px;
	}
}

.price__right figure {
	max-width: 100%;
}