/*
Theme Name: ÃƒÂÃ…â€œÃƒâ€˜Ã‚ÂÃƒÂÃ‚Â³ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â°
Theme URI: https://zmo24.ru/
Author: ÃƒÂÃ¢â‚¬â€ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ ÃƒÂÃ‚Â¼Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â³ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â¦ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½
Author URI: https://zmo24.ru/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mo
Requires at least: 4.6
Tested up to: 5.5
Requires PHP: 5.6
*/



:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%
}

.swiper-lazy-preloader-white {
	border: 4px solid #fff;
	border-top-color: transparent
}

.swiper-lazy-preloader-black {
	border: 4px solid #000;
	border-top-color: transparent
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}


span.intro__title-subheading strong {
	font-size: 2.6rem!important;
	letter-spacing: 0
}

.lazy-base {
	background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7)
}

._icon-ruble {
	font-size: 1.3rem
}

.excerpt {
	color: #000;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

.token-price {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .7rem 1.3rem .7rem 2rem;
	border-radius: 999px;
	min-width: 190px;
	color: #000;
	background-color: #ffcd0f
}

.token-price::before {
	content: '';
	position: absolute;
	left: .5rem;
	width: .8rem;
	height: .8rem;
	border-radius: 100%;
	background-color: #fff
}

.token-price__title {
	min-height: 30px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: left
}

.token-price__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 30px;
	line-height: 1
}

.token-price__number span {
	font-size: 2rem;
	font-weight: 700;
	line-height: .7
}

.yellow-markers-list li::marker {
	color: #f76b2e
}

.black-text {
	color: #000
}

iframe {
	background-color: #ececec
}

.w-100 {
	width: 100%
}

.w-auto {
	width: auto
}

.h-initial {
	height: initial
}

.position-relative {
	position: relative
}

.d-inherit {
	display: inherit
}

.info-video {
	width: 100%;
	height: 540px
}

.header {
	background-color: #183749;
	z-index: 9999999;
	position: relative
}


.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

button[disabled] {
	opacity: 1
}

.btn--gift {
	position: fixed;
	top: 250px;
	left: -140px;
	opacity: .5;
	background-color: #ff4e00;
	-webkit-box-shadow: 0 9px 6px 1px rgba(0, 0, 0, .14);
	box-shadow: 0 9px 6px 1px rgba(0, 0, 0, .14);
	border-radius: 0 0 10px 10px;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.btn--gift::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	opacity: .36;
	background-color: #fff;
	-webkit-transform: skew(190deg);
	-ms-transform: skew(190deg);
	transform: skew(190deg);
	-webkit-animation-name: flare;
	animation-name: flare;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.btn--gift span {
	margin: 0;
	color: #fff
}

.btn--gift:hover {
	opacity: .7
}

.form__input {
	max-width: 220px;
	width: 100%;
	text-align: center;
	padding: .5rem 2rem;
	border-radius: 999px;
	border: 1px solid #183749;
	font-size: 1.7rem;
	background-color: #fff
}

.form__input:focus {
	border: 1px solid #fc6f32
}



.intro {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 533px;
	padding-bottom: 0;
	margin-bottom: 30px;
	overflow: hidden
}

.intro__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	overflow-y: visible;
	width: 100%;
	height: 600px;
	opacity: .3;
}

.intro__title {
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 9999
}

.intro__title-heading {
	max-width:560px;
	font-size: 4.5rem;
	font-weight: 900;
	color: #183749;
	line-height: 108%;
	letter-spacing: -1px;
	text-transform: uppercase
}

.intro__title-subheading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	max-width: 427px;
	font-size: 2.5rem;
	line-height: 133%;
	font-weight: 400;
	z-index: 9999;
}

.intro__inner {
	padding-top: 5rem
}

.intro__stock {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -3.5rem;
	margin-bottom: 1.5rem;
	padding: .5rem 4.5rem;
	z-index: 1;
	color: #fff;
	max-width: 600px;
	text-align: center;
	letter-spacing: -.6px;
	font-weight: 500
}

.intro__stock i {
	font-size: 3rem;
	margin-right: 3.5rem
}

.intro__stock::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: -16px;
	top: 0;
	height: 100%;
	width: 60vw;
	background-color: rgb(252 111 50);
	-webkit-transform: skew(33deg);
	-ms-transform: skew(33deg);
	transform: skew(33deg);
}

.intro__stock::after {
	content: "";
	display: block;
	position: absolute;
	left: -17px;
	top: 0;
	height: 100%;
	width: 11px;
	opacity: .4;
	background-color: #fff;
	-webkit-transform: skew(33deg);
	-ms-transform: skew(33deg);
	transform: skew(33deg)
}

.intro__categories {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	line-height: 140%;
	margin-top: 3rem
}

.intro__image {
	position: absolute;
	top: -145px;
	left: 25vw;
	z-index: 98;
	height: 925px;
	width: auto
}

h1.intro__title strong {
	font-size: .77em;
	line-height: 118%;
	display: block;
	margin-bottom: 6px;
	position: relative;
	white-space: nowrap;
	letter-spacing: -.7px;
	font-weight: 600
}

.intro__image-mob {
	display: none
}

.intro__form-title {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	display: flex;
	line-height: 130%;
	margin-left: 11px;
	text-align: center
}

.intro__form-title ._icon-calculator {
	font-size: 3.4rem;
	margin-right: 2.8rem;
	line-height: 4rem
}

.intro__form-subform {
	margin: 1rem auto;
	font-size: 1rem;
	opacity: .4
}

.services__cards-img img {
	position: relative!important
}

.intro__form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 99999
}

.intro__form-group .form__input {
	margin-right: 1rem
}

.intro__subtitle {
	position: relative;
	max-width: 610px;
	margin-top: 4rem;
	margin-left: -3.5rem;
	padding: 1rem 2rem;
	z-index: 1;
	text-align: center;
	line-height: 1.2
}

.intro__subtitle::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #eaeaea;
	-webkit-transform: skew(33deg);
	-ms-transform: skew(33deg);
	transform: skew(33deg)
}

.intro button.btn.btn-orange-craiola {
	line-height: 104%;
	width: 280px;
	height: 40px
}

.warning {
	width: 55%
}

.warning__block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 573px;
	padding: 1.7rem 2rem 1.7rem 1rem;
	border-radius: 30px;
	background-color: #e4e4e470
}

.warning__block>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
	font-size: 4.4rem
}

.warning__text {
	text-align: center
}

.warning__text>i {
	display: none
}

.products__cards {
	margin-top: 3rem;
	margin-bottom: -7rem
}

.products__cards-block {
	margin-bottom: 3rem;
	overflow:hidden;
}

.products__cards-title {
	font-family: RobotoSlab, sans-serif;
	font-weight: 700;
	text-align: center
}

.products__cards-subtitle {
	margin-bottom: 1rem;
	text-align: center
}

.products__cards-img {
	position: relative;
	margin: 0 auto;
	max-width: 350px;
	height: 350px;
	padding-bottom: 5rem;
	margin-bottom: 1rem;
	text-align: center
}

.products__cards-img-bestseller {
	position: absolute;
	top: -23px;
	right: 32px;
	width: 57px;
	z-index: 9
}

.products__cards-img-footer {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
	height: 115px
}

.products__cards-prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	height: 100%;
	color: #000
}

.products__cards-prices-block {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: .5rem 1rem .5rem 2rem;
	border-radius: 999px;
	text-align: initial;
	line-height: 1
}

.products__cards-prices-block::before {
	content: "";
	position: absolute;
	left: .5rem;
	width: .9rem;
	height: .9rem;
	border-radius: 999px;
	background-color: #fff
}

.products__cards-prices--old {
	margin-bottom: .2rem;
	font-size: 1.4rem;
	background-color: #bcbcbc
}

.products__cards-prices--old .price {
	margin-left: 1.8rem;
	text-decoration: line-through
}

.products__cards-prices--bystock {
	margin-top: -.5rem;
	background-color: #ffcd0f
}

.products__cards-prices--bystock .price {
	font-size: 2rem;
	font-weight: 700;
	margin-left: 1rem
}

.products__cards-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	width: 115px;
	height: 115px;
	border-radius: 100%;
	padding: 1.5rem;
	font-size: 1.5rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #505050
}

.products__cards-description {
	color: #000
}

.products__cards-description-title {
	text-align: center;
	margin-bottom: 0;
	padding: .2rem;
	text-align: center;
	background-color: #ececec
}

.products__cards-description-title.no-bg {
	background-color: transparent
}

.products__cards-description-text {
	padding: 2rem 0 3rem;
	min-height: 150px
}

.products__cards-description-text p {
	line-height: 120%
}

.products__cards-colour-title {
	padding: .2rem;
	text-align: center;
	background-color: #ececec
}

.products__cards-colour-list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 200px;
	margin: 0 auto;
	padding-left: 0;
	padding-top: 2rem;
	height: 132px;
	align-items: center;
	padding-bottom: 21px
}

.products__cards-colour-item {
	width: 4rem!important;
	height: 4rem!important;
	margin: .5rem;
	cursor: pointer;
	border-radius: .5rem
}

span.products_width:before {
	content: url(../img/product-sliders/width.png);
	margin-right: 10px
}

span.products_height:before {
	content: url(../img/product-sliders/height.png);
	margin-right: 10px
}

span.products_diameter:before {
	content: url(../img/product-sliders/diameter.png);
	margin-right: 10px
}

span.products_diameter {
	display: flex;
	align-items: center
}

.products_colors-white {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	margin-right: 8px;
	float: left;
	border: 1px solid #d1d1d1
}

.products_colors-gray {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	margin-right: 8px;
	float: left;
	background-color: #58595b
}

.products_colors-special {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	margin-right: 8px;
	float: left;
	background-color: #e9e9e9;
	background-image: url(../img/product-sliders/question.png);
	background-repeat: no-repeat;
	background-position: center
}

.products .row {
	margin: 0
}

.products .row .col-md-4 {
	padding: 0 15px
}

.products_colors {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: center
}

.products_colors p {
	margin-bottom: 0
}

.appeal__bg {
	position: relative;
	padding-top: 0;
	margin-bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom
}

.appeal__img {
	position: absolute;
	left: 0
}

.appeal__img--img1 {
	bottom: -6rem
}

.appeal__img--img2 {
	bottom: -4rem
}

.appeal__inner {
	max-width: 531px;
	margin-left: 450px
}

.appeal__inner-block {
	margin-left: -10rem;
	margin-bottom: 0
}

.appeal__title {
	position: relative;
	margin: 0;
	padding: 1rem 4rem;
	font-family: RobotoSlab;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff
}

.appeal__title::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #183749;
	-webkit-transform: skew(33deg);
	-ms-transform: skew(33deg);
	transform: skew(33deg)
}

.appeal__title::after {
	content: "";
	position: absolute;
	left: -18px;
	margin-top: -2rem;
	width: 10%;
	height: 60%;
	z-index: -2;
	background-color: #b3b9bb;
	-webkit-transform: skew(33deg);
	-ms-transform: skew(33deg);
	transform: skew(33deg)
}

.appeal__subtitle {
	padding: .3rem 5rem;
	font-size: 1.8rem;
	color: #183749;
	font-weight: 600;
	line-height: 120%;
	text-align: center
}

.appeal__form {
	position: relative;
	padding: 2rem 0;
	color: #fff;
	margin-top: 10px
}

.appeal__form::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	right: -500%;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #183749
}

.appeal__form-title {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: 400;
	text-align: center
}

.appeal__form-title span {
	font-weight: 400
}

.appeal__form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}

.appeal__form-group .form__input {
	margin-right: 1rem
}

.appeal__form-subtitle {
	margin: 0;
	padding-top: 1.2rem;
	padding-bottom: .7rem;
	font-size: 1rem;
	opacity: .4;
	text-align: center
}

.more-info {
	display: block;
	background-color: #f4f4f4;
	max-width: 271px;
	margin: 8px auto;
	border-radius: 30px;
	padding: 8px;
	color: #000;
	background-image: url(../img/more-info.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 8px 8px;
	transition: all .3s;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none!important
}

.more-info.open,
.more-info1.open {
	background-image: url(../img/more-info-open.png)!important
}

.products .swiper-button-next {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 3.4rem;
	margin-top: -7.5rem;
	z-index: 9
}

.products .swiper-button-prev {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 3.4rem;
	margin-top: -7.5rem;
	z-index: 9
}

.instruction__cards {
	padding: 4rem 0 3rem;
	margin: 0
}

.instruction__cards-item {
	text-align: center;
	padding: 0 7rem;
	margin-bottom: 3rem
}

.instruction__cards-item-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 225px
}

.instruction__cards-item-img img {
	max-height: 100%
}

.instruction__cards-item-title {
	font-family: RobotoSlab;
	font-size: 1.7rem;
	font-weight: 700;
	color: #264050
}

.instruction__cards-item-desc {
	color: #000
}

.instruction__cards-line {
	position: relative;
	margin-bottom: -30rem
}

.instruction__cards-line::before {
	content: '';
	position: absolute;
	width: 170%;
	top: 24%;
	z-index: -1;
	border: 1px dashed #f66a2d;
	-webkit-transform: translateX(9rem);
	-ms-transform: translateX(9rem);
	transform: translateX(9rem)
}

.instruction__cards-line-oblique {
	position: relative
}

.instruction__cards-line-oblique::before {
	content: '';
	position: absolute;
	width: 108%;
	top: 85%;
	right: 200px;
	z-index: -1;
	border: 1px dashed #f66a2d;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.instruction__cards-line-oblique:before {
	content: "";
	position: absolute;
	width: 129%;
	top: 100%;
	right: 169px;
	z-index: -1;
	border: 1px dashed #f66a2d;
	transform: rotate(-33deg)
}

.instruction__cards-line-last {
	position: relative
}

.instruction__cards-line-last::before {
	content: '';
	position: absolute;
	width: 67%;
	top: 35%;
	right: -165px;
	z-index: -1;
	border: 1px dashed #f66a2d
}

.instruction__form {
	max-width: 225px;
	margin: 0 auto
}

.instruction .swiper-button-next {
	display: none;
	position: absolute;
	top: 50%;
	right: 3.5rem;
	font-size: 3.4rem;
	margin-top: -7.5rem;
	z-index: 9
}

.instruction .swiper-button-prev {
	display: none;
	position: absolute;
	top: 50%;
	left: 3.5rem;
	font-size: 3.4rem;
	margin-top: -7.5rem;
	z-index: 9
}

.about-company {
	position: relative
}

.about-company__gallery {
	display: flex
}

.about-company::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: .14;
	background-image: url(../img/about_company_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.about-company__images {
	padding-top: 3rem;
	padding-bottom: 0
}

.about-company__images img {
	width: 100%;
	background-color: #ececec
}

.about-company__images-img1 {
	width: 60.555555%
}

.about-company__images-img2 {
	width: 37.222222%
}

.about-company__inner {
	padding: 1rem 2rem;
	font-size: 1.8rem;
	background-color: rgba(255, 255, 255, .76)
}

.about-company__inner-logo img {
	width: 96%;
	margin: auto;
	display: block;
	margin-bottom: 20px!important
}

a.btn.btn--gift {
	text-decoration: none!important
}

.about-company__inner {
	padding: 26px
}

.prize {
	position: relative;
	padding-top: 50px;
	padding-bottom: 12rem;
	margin-bottom: -10rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.prize__title {
	max-width: 340px;
	font-size: 3.5rem;
	font-weight: 900;
	margin-bottom: 2.5rem;
	line-height:1;
}

.prize__form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.prize__form-group .form__input {
	margin-right: 2rem
}

.prize__form-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.prize__form-title ._icon-calculator {
	font-size: 2rem;
	margin-right: 1rem
}

#tut9PositionedContainer {
	position: relative;
	width: 434px;
	padding-bottom: 40px;
	margin: 0 auto;
	background-image: url(../img/koleso/img-bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

#tut9PositionedPointer {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 48px;
	border-color: transparent transparent #edcf33;
	z-index: 999
}

#tut9PositionedButton {
	position: absolute;
	width: 110px;
	height: 110px;
	top: 50%;
	left: 50%;
	margin: -77px 0 0 -55px;
	border: 0;
	border-radius: 50%;
	outline: 0;
	font-size: 24px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .4);
	box-shadow: 0 3px 20px rgba(0, 0, 0, .4);
	line-height: 1.2;
	font-weight: 700;
	background-color: #8e9392;
	cursor: pointer;
	color: #fff;
	z-index: 999
}

#tut9PositionedButton span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: -o-radial-gradient(center, ellipse, #c32017 0, #a5211a 100%);
	background: radial-gradient(ellipse at center, #c32017 0, #a5211a 100%)
}

#tut9PositionedButton:active span {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .4)
}




.el-video-wrapper {
	max-width: 1000px;
	margin: auto;
	text-align: center
}

.el-video-container {
	width: 100%
}

.el-video,
.el-video-popup__box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000
}

.el-video__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.el-video iframe,
.el-video-popup__box iframe,
.el-video__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.el-video__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding: 0;
	width: 150px;
	height: 150px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	border-radius: 6px;
	border: rgba(110, 50, 92, .1);
	transition: all .1s ease .1s;
	display: block;
	text-align: center;
	line-height: 50px
}

.el-video__button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background-color: transparent;
	transform: translate(50%, -50%);
	cursor: pointer;
	display: none;
	background: rgba(255, 0, 0, .8);
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	border: rgba(255, 0, 0, .1);
	transition: all .1s ease .1s
}

.el-video__button:hover {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
	cursor: pointer
}

.el-video__button:focus {
	outline: 0;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.el-video__button:before {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.el-video__button:after {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.el-video-overlay_popup {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9)
}

.el-video-popup {
	display: none;
	position: fixed;
	z-index: 1000;
	margin: auto;
	width: 90%;
	max-width: 800px;
	padding: 15px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%)
}

@media only screen and (max-width:1000px) and (max-height:640px) and (orientation:landscape) {
	.el-video-popup {
		width: 70%
	}
}

p.text-center.feedback-title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 36px;
	margin-top: 0;
	line-height: 140%
}

.el-video-container {
	padding: 15px
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 15px 15px;
	grid-template-areas: "img-1 img-1 img-2 img-3" "img-1 img-1 img-4 img-5" "img-6 img-7 img-10 img-10" "img-8 img-9 img-10 img-10" "img-11 img-11 img-12 img-13" "img-11 img-11 img-14 img-15";
	margin-bottom: 15px;
	margin-top: 50px
}

.img-1 {
	grid-area: img-1
}

.img-2 {
	grid-area: img-2
}

.img-3 {
	grid-area: img-3
}

.img-4 {
	grid-area: img-4
}

.img-5 {
	grid-area: img-5
}

.img-6 {
	grid-area: img-6
}

.img-7 {
	grid-area: img-7
}

.img-8 {
	grid-area: img-8
}

.img-9 {
	grid-area: img-9
}

.img-10 {
	grid-area: img-10
}

.img-11 {
	grid-area: img-11
}

.img-12 {
	grid-area: img-12
}

.img-13 {
	grid-area: img-13
}

.img-14 {
	grid-area: img-14
}

.img-15 {
	grid-area: img-15
}

.gallery button.btn.btn-orange-craiola.more-images {
	margin: auto;
	display: block
}

section.gallery {
	padding-top: 20px;
	padding-bottom: 30px
}



.gallery .content {
	display: block;
	width: 100%;
	height: 0;
	padding: 0 20px;
	border-top: 0;
	-webkit-animation: display-none-transition 1s ease;
	animation: display-none-transition 1s ease;
	opacity: 0;
	/* overflow:hidden; */
}

.tab-wrapper {
	border: 1px solid #ccc
}

	.gallery .content-section .active {
		opacity: 1;
		height: auto
	}

	.gallery .gallery-nav ul {
		margin-bottom: 10px;
		padding: 0
	}

	.gallery .tabs li {
		list-style: none;
		display: inline-block;
		width: 25%;
		margin-right: -4px;
		text-align: center;
		padding: 20px 0;
		line-height: 120%;
		font-size: 18px;
		font-family: RobotoSlab;
		font-weight: 700;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		cursor: pointer
	}
	.gallery .tabs li.active {
		/* border: 0; */
		border-bottom: none;
	}
	.gallery .tabs li:last-child{
		border-right: none;
	}
	.tab-wrapper .gallery-nav{
		position:relative;
	}
		.tab-wrapper .gallery-nav .left,
		.tab-wrapper .gallery-nav .right{
			display:none;
			position:absolute;
			top:50%;
			transform:translate(0,-50%);
			z-index:100;
			/* background:red; */
			cursor:pointer;
			font-size:28px;
		}
		.tab-wrapper .gallery-nav .left{
			left:0;
		}
		.tab-wrapper .gallery-nav .right{
			right:0;
		}


.short-info img {
	margin-top: -40px;
	margin-bottom: 20px
}

.short-info {
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 15px 15px 15px;
	text-align: center;
	margin-bottom: 0;
	line-height: 120%
}

.gallery .left-col {
	width: 35%;
	padding-right: 20px
}

.gallery .right-col {
	width: 60%
}

ul.yellow-markers-list.black-text.mb-5 {
	margin-left: 20px
}

.tab1-slider div img,
.tab2-slider div img,
.tab3-slider div img,
.tab4-slider div img {
	height: 550px;
	object-fit: cover;
	width: 100%!important
}

.gallery img.slick-prev.slick-arrow {
	left: 10px;
	height: 35px;
	width: 35px;
	z-index: 9
}

.gallery img.slick-next.slick-arrow {
	right: 10px;
	height: 35px;
	width: 35px;
	z-index: 9
}

.services .intro__categories {
	max-width: 100%!important
}

.services .intro__title-subheading {
	max-width: 100%;
	font-size: 1.4rem
}

h4.services1__cards-title {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	font-family: RobotoSlab
}

.services1__cards-img {
	max-width: 280px;
	margin: auto
}

.gallery button.btn.btn-orange-craiola.more-images {
	padding: .9rem 5.8rem;
	font-size: 17px;
	margin-top: 26px
}

@media screen and (max-width:767px) {
	section.extra .row>div:nth-child(1) {
		order: 1
	}
	section.extra .row>div:nth-child(2) {
		order: 3;
		margin-top: 40px
	}
	form .row {
		margin-left: 0!important
	}
	.grid-container.gallery-imgs {
		display: grid;
		grid-template-columns: 1fr 1fr!important;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr!important;
		gap: 7px 8px!important;
		grid-template-areas: "img-1 img-1" "img-1 img-1" "img-2 img-3" "img-4 img-5" "img-6 img-7" "img-8 img-9" "img-10 img-10" "img-10 img-10" "img-11 img-11" "img-11 img-11" "img-12 img-13" "img-14 img-15"!important;
		margin-top: 0!important
	}
	section.gallery .title {
		margin-bottom: 30px
	}
	img.appeal-2.b-lazy.d-block.d-xl-none.b-loaded {
		margin-bottom: 0!important;
		margin-left: 10%
	}
	.insects:after,
	.moroz:after {
		right: 13%
	}
	p.extra-info {
		text-align: center
	}
	p.extra-info:before {
		margin-top: -35px
	}
	.services1__cards-img {
		max-width: 100%;
		margin: auto;
		text-align: center
	}
	.services1__cards-img img {
		max-width: 240px;
		margin: auto
	}
	section.products {
		margin-bottom: 25px
	}
	.products .swiper-button-next {
		margin-top: -4.5rem!important;
		right: 0!important
	}
	.products .swiper-button-prev {
		margin-top: -4.5rem!important;
		left: 0!important
	}
}

@media screen and (max-width:480px) {
	
	.prices-block,
	img.calc-img {
		display: none
	}
}

.v-nalichii li {
	margin-bottom: 20px;
	margin-top: 10px
}

.guarantee.text-center {
	text-align: left;
	background-color: #f4f4f4;
	padding: 25px 36px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-family: RobotoSlab;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 68%;
	margin-bottom: 30px;
	margin-top: -30px
}

.guarantee.text-center p {
	margin-bottom: 0;
	line-height: 120%;
	color: #000
}

.hidden-text {
	display: none
}

.products h4.title {
	font-size: 18px;
	font-family: RobotoSlab;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: -.7px
}

.products h4.section {
	font-size: 18px;
	font-family: RobotoSlab;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center
}

.products .product-slider-wrapper {
	position: relative;
	margin-bottom: 20px
}

.products .product-slider {
	max-width: 350px;
	max-height: 300px;
	margin: auto
}

.products img.roll {
	position: absolute;
	bottom: -18%;
	left: 8%;
	width: 160px
}

.products .price p {
	font-size: 13px;
	margin-bottom: 0;
	line-height: 100%
}

.products .price p:nth-child(2) {
	text-align: right
}

.products .price {
	width: 193px;
	height: 58px
}

.products span.big-price {
	font-size: 32px;
	font-weight: 800;
	line-height: 100%;
	font-family: Roboto
}

.products .slick-arrow {
	width: 35px;
	height: 35px
}

.products .slick-prev {
	left: 15px;
	z-index: 9;
	position: absolute;
	content: url(/assets/uploads/2021/07/previous.png);
	opacity: .2;
}

.products .slick-next {
	right: 15px;
	content: url(/assets/uploads/2021/07/next.png);
	opacity: .2;
}

.products .more-info {
	display: block;
	background-color: #f4f4f4;
	max-width: 300px;
	margin: 10px auto 0;
	border-radius: 30px;
	padding: 8px;
	color: #000;
	background-image: url(/assets/img/more-info.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 8px 8px;
	transition: all .3s;
	text-align: center
}

.products table {
	width: 100%
}

.products .tech-list h4,
.products .tech-table h4 {
	text-align: center;
	margin-bottom: 30px!important;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px!important
}

.products tr:first-child {
	background-color: #dbf2fb
}

.products table tr:nth-child(odd) {
	background-color: #ebf8fd
}

.tech-table tr:nth-of-type(3) td {
	background-color: #ebf8fd
}

.products tbody td,
tbody th {
	font-size: 18px;
	padding: 8px 15px;
	font-weight: 500
}

.products .tech-list ul {
	columns: 2
}

.products .type-item {
	margin-bottom: 40px
}

.products p.sub-table {
	font-size: 12px;
	text-align: center;
	opacity: .32;
	margin-top: 10px
}

.tech-list li,
.tech-list p {
	line-height: 120%
}

.products .type-item {
	margin-bottom: 40px;
	max-width: 540px;
	margin: auto
}

.sub-heading .title__heading {
	color: #183749
}

.sub-heading .title__heading::after {
	background-color: #f4f4f4
}

.get-it-warning {
	max-width: 740px;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	background-color: #dcdcdc
}

.products .type:first-child:after {
	content: '';
	width: 1px;
	height: 80%;
	display: block;
	background-color: #dbf2fb;
	position: absolute;
	bottom: 0;
	right: 0
}

.product-slider-wrapper:after {
	width: 76px;
	height: 67px;
	display: block;
	position: absolute;
	background-image: url(/assets/img/product-sliders/guarantee.png);
	top: 10px;
	right: 3px;
	background-size: contain;
	background-repeat: no-repeat
}

.row .col-md-6 {
	position: relative
}

.intro__image-desktop {
	left: 36%;
	height: 800px;
	top: -54px;
	width: auto;
	object-fit: cover;
	object-position: left;
	z-index: 2
}

.intro__stock i {
	font-size: 2rem!important;
	margin-right: 2.5rem
}

p.intro__form-title {
	font-size: 1.7rem;
	margin-bottom: 2rem;
	letter-spacing: -1px
}

@media screen and (min-width:1200px) {
	.description .title__block>* {
		padding-left: 380px
	}
}

p.extra-info {
	display: flex
}

p.extra-info:before {
	content: url(/assets/img/info.png);
	display: block;
	float: left;
	margin-right: 20px;
	height: 100%
}

table.with-snowflakes td:first-child:after {
	content: url(/assets/img/small-snowflake.png);
	margin-left: 10px;
	margin-top: 1px;
	display: inline-block;
	position: absolute
}

.about-company__inner p {
	line-height: 130%;
	margin-bottom: 15px;
	color: #264050!important
}

.checkboxes {
	display: flex;
	width: 300px
}

.checkboxes label {
	width: 40px!important;
	height: 40px;
	margin-right: 10px;
	border-radius: 5px;
	display: block!important;
	box-shadow: none;
	opacity: .3
}

.checkboxes input {
	opacity: 0;
	width: 0
}

label.blue {
	background-color: #c8e3f2
}

label.red {
	background-color: #ffb9b9
}

.checkboxes input:checked+label {
	opacity: 1
}

.prices-block {
	position: absolute;
	bottom: 15px;
	right: 0
}

.gray {
	background-color: #e7e7e7!important
}

.products .services__cards {
	margin: 0;
	margin-top: 1rem;
	margin-bottom: 0
}
.products .more-info1 {
	display: block;
	background-color: #f4f4f4;
	max-width: 300px;
	margin: 10px auto 25px;
	border-radius: 30px;
	padding: 8px;
	color: #000;
	background-image: url(/assets/img/more-info.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 8px 8px;
	transition: all .3s;
	text-align: center;
	text-decoration: none!important
}

img.appeal-2 {
	margin-bottom: -8%
}

@media screen and (min-width:1200px) {
	.appeal__title {
		white-space: nowrap
	}
	.appeal__subtitle {
		padding: 0 5rem .8rem;
		font-size: 1.8rem;
		color: #183749;
		font-weight: 700;
		text-align: center;
		line-height: 93%
	}
	.appeal__inner-block {
		margin-left: 0;
		margin-bottom: 0!important
	}
	.appeal__img--img2 {
		bottom: -20%;
		max-width: 31%!important;
		right: auto;
		left: 8%
	}
	.appeal__bg {
		border-bottom: 0 solid #ececec
	}
}

@media screen and (min-width:1300px) {
	.appeal__img--img2 {
		bottom: -12%!important
	}
}

@media screen and (max-width:1199px) {
	i._icon-info-circle {
		float: left;
		display: block;
		font-size: 2rem;
		position: absolute
	}
	.warning__text {
		padding-left: 26px
	}
	.products .type:first-child:after {
		display: none!important
	}
	.animation-description {
		display: inline-flex!important;
		padding: 10px 10px 20px!important;
		margin-top: 0!important;
		margin-bottom: 50!important;
		flex-wrap: wrap!important;
		flex-direction: column-reverse
	}
	.toggler {
		height: 32px
	}
	.swiper-slide {
		text-align: center
	}
	.appeal__img--img2 {
		left: -15rem
	}
	table.recomendations {
		max-width: 100%;
		margin: 20px auto 40px
	}
	.step {
		margin-bottom: 30px
	}
}



.hidden-blocks {
	display: none
}

@media screen and (max-width:1199px) and (min-width:768px) {
	.appeal__inner {
		max-width: 500px;
		margin: auto!important
	}
}

#popup-height,
#popup-width {
	pointer-events: none
}

@media screen and (max-width:767px) {
	header.header.sticky .navbar__phone {
		display: none
	}
}

.img-1 {
	grid-area: img-1
}

.img-2 {
	grid-area: img-2
}

.img-3 {
	grid-area: img-3
}

.img-4 {
	grid-area: img-4
}

.img-5 {
	grid-area: img-5
}

.img-6 {
	grid-area: img-6
}

.img-7 {
	grid-area: img-7
}

.img-8 {
	grid-area: img-8
}

.img-9 {
	grid-area: img-9
}

.img-10 {
	grid-area: img-10
}

.img-11 {
	grid-area: img-11
}

.img-12 {
	grid-area: img-12
}

.img-13 {
	grid-area: img-13
}

.img-14 {
	grid-area: img-14
}

.img-15 {
	grid-area: img-15
}

.img-16 {
	grid-area: img-16
}

.grid-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr!important;
	grid-template-rows: 1fr 1fr!important;
	gap: 15px 15px;
	grid-template-areas: "img-1 img-2 img-3 img-4" "img-5 img-6 img-7 img-8"
}

@media screen and (max-width:991px) {
	.intro {
		padding-left: 25px;
		padding-right: 25px
	}
	.grid-gallery {
		display: grid;
		grid-template-columns: 1fr 1fr!important;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr!important;
		grid-template-areas: "img-1 img-2" "img-3 img-4" "img-5 img-6" "img-7 img-8" "img-9 img-10" "img-11 img-12" "img-13 img-14" "img-15 img-16"!important
	}
}

.products .product-slider {
	max-width: 350px;
	max-height: 400px;
	margin: auto;
	object-fit: contain;
	overflow: visible;
}

.product-slider img {
	max-width: 290px;
	height: 330px;
	object-fit: contain;
	margin: AUTO
}


a.more-info1 {
	cursor: pointer
}

@media screen and (min-width:1200px) {
	.intro button.btn.btn-orange-craiola {
		line-height: 104%;
		width: 221px
	}
	
}

ul.navbar__nav.touch li {
	cursor: pointer!important
}

body,
html {
	width: 100%;
	overflow-x: hidden
}

body {
	margin-right: -1px
}

.services .container-md {
	position: relative
}

.services__cards {
	margin-top: 3rem;
	margin-bottom: 0
}

.services__cards-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	height: 175px;
	margin: 0 auto;
	margin-bottom: 25px
}
.advantages-slider{
	height: 200px;
	margin: 0 auto;
}

.services__cards-img img {
	position: absolute;
	width: auto;
	max-height: 120%;
	z-index:-1;
}

.services__cards-title {
	font-family: RobotoSlab, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #183749;
	margin-bottom: 8px
}

.services__cards-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.services__cards-text p {
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.services__cards .swiper-slide {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.services .swiper-button-next {
	display: none;
	position: absolute;
	top: 50%;
	right: 3.5rem;
	font-size: 3.4rem;
	margin-top: -11.5rem;
	z-index: 9
}

.services .swiper-button-prev {
	display: none;
	position: absolute;
	top: 50%;
	left: 3.5rem;
	font-size: 3.4rem;
	margin-top: -11.5rem;
	z-index: 9
}
.services .swiper-slide .services__cards-img img{
	z-index:-1 !important;
}

.services__title-subheading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 345px;
	font-size: 1.6rem;
	line-height: 133%;
	font-weight: 400;
	color: #000;
	letter-spacing: 0
}

.services__title-subheading::before {
	content: '';
	display: inline-block;
	width: 3px;
	min-width:3px;
	min-height: 100%;
	margin-right: 1rem;
	background-color: #183749
}

.services .services__categories {
	max-width: 100%!important
}

.services__categories {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 120%;
	color: #000
}

ul.services__categories li {
	margin-bottom: 6px
}

@media screen and (min-width:1200px) {
	.services {
		padding-bottom: 100px
	}
	.services .swiper-slide:nth-child(3) img {
		margin-left: 40px;
		position: absolute!important;
		z-index: 9999;
		padding: 10px;
		width: 100%
	}
	.guarantee.text-center {
		width: 55%;
		text-align: left;
		background-color: #f4f4f4;
		padding: 25px 30px;
		position: absolute;
		bottom: -105px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		margin-bottom: 40px;
		line-height: 120%;
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		font-family: RobotoSlab;
		align-items: center
	}
}

.animation-toggle a {
	color: #000!important;
	font-size: 1.6rem
}

.animation-toggle a.active-link {
	text-underline-position: under;
	cursor: pointer;
	pointer-events: auto!important
}

.animation a {
	pointer-events: none
}

.animation-toggle {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.toggler {
	width: 95px;
	height: 49px;
	border-radius: 30px;
	position: relative;
	transition: all .5s;
	cursor: pointer;
	overflow: hidden;
	margin: 0 20px;
	background-image: url(/assets/img/white.png)
}

.toggler:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 25px;
	position: absolute;
	transition: right 3s!important;
	background-image: url(/assets/img/orange.png);
	left: 6px;
	top: 3px
}

.toggler.on:after {
	left: auto;
	right: 4px;
	left: auto
}

.animation .title {
	margin-bottom: 0
}

.options_card {
	max-width: 190px;
	margin: auto
}

.options_card-img img {
	margin: 0 auto 20px;
	display: block
}

.options_card-text p {
	font-family: Myseo;
	font-weight: 400;
	text-align: center;
	line-height: 120%
}

.options_card-text p b {
	font-weight: 700
}

.options_card-img img {
	margin: 0 auto 20px;
	display: block
}

@media screen and (min-width:1200px) {
	section.extra .col-md-3.col-12 {
		display: grid
	}
}

@media screen and (max-width:991px) {
	.grid-gallery.mt-5.hidden-extra-img div:nth-child(n+5) {
		display: none!important
	}
	.hide {
		display: none!important
	}
	.appeal__form-title {
		font-size: 1.6rem
	}
	.grid-gallery.hidden-extra-img {
		display: grid;
		grid-template-columns: 1fr 1fr!important;
		grid-template-rows: 1fr 1fr!important;
		grid-template-areas: "img-1 img-2" "img-3 img-4"!important
	}
	.animation .animation-wrapper {
		position: relative;
		z-index: 99999;
		height: 340px!important;
		object-fit: cover;
		margin: auto!important;
		width: 100%!important;
		padding: 0!important;
		right: 0!important
	}
	img.animate-img {
		position: absolute;
		right: 0!important;
		z-index: 0!important;
		height: 100%;
		object-fit: cover!important;
		object-position: right;
		margin-bottom: 30px!important;
		width: calc(100% + 40px)!important
	}
	.animation .col-md-5.col-12.mt-5.mb-5 {
		display: flex;
		flex-wrap: wrap
	}
	.animation .animation-toggle {
		order: 1
	}
	.animation p.text-with-bg {
		order: 2;
		background-color: transparent!important;
		text-align: center;
		margin: 15px 0 20px!important;
		padding: 0;
		font-size: 16px
	}
	.animation .col-md-5.col-12.mt-5.mb-5>p {
		width: 100%!important;
		flex-wrap: wrap;
		margin: 0!important;
		background-color: transparent;
		padding: 10px!important;
		text-align: center
	}
	.animation .animation-toggle {
		display: flex;
		align-items: center;
		margin-bottom: 0!important;
		justify-content: center;
		margin: auto;
		margin-top: -20px;
		max-width: 280px;
		padding: 6px;
		z-index: 99
	}
}

section.availability {
	height: 600px;
	background-image: url(/assets/img/availability.jpg);
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-bottom: 50px
}

@media screen and (max-width:767px) {
	section.availability {
		height: auto!important;
		background-image: none!important
	}
}

@media screen and (max-width:991px) {
	.intro__stock i {
		font-size: 2rem!important;
	}
	span.intro__title-subheading i {
		white-space: normal!important;
		max-width: 296px!important;
		display: block!important;
		letter-spacing: -.6px;
	}
	.intro__title-subheading::before {
		margin-right: 0!important;
		width: 0!important
	}
	h3.intro__stock {
		font-weight: 300!important;
		text-align: left;
		margin-left: 4px
	}
	p.intro__form-title br {
		display: none
	}
	p.intro__form-title {
		text-align: left;
		margin-top: 20px;
		margin-left:auto;
		margin-right:auto;
		max-width: 280px

	}
	.product-slider img {
		max-width: 100%!important
	}
	h3.intro__stock strong {
		white-space: nowrap;
		text-align: center;
		font-weight: 600
	}
	.services__cards-text {
		margin-bottom: 20px
	}
	.description__card {
		max-width: 330px;
		margin: 0 auto 20px
	}
	.description__cards-img {
		margin-right: 2px!important
	}
	h4.description__cards-title {
		margin-bottom: 3px!important
	}
	.grid-gallery.mt-5.hidden-extra-img>div>a,
	.grid-gallery.mt-5.hidden-extra-img>div>a>img {
		height: 130px!important;
		object-fit: cover
	}
	.grid-gallery.mt-5>div>a,
	.grid-gallery.mt-5>div>a>img {
		height: 130px!important;
		object-fit: cover
	}
}

.accessories p.accessories-text {
	font-family: Myseo;
	font-size: 18px;
	line-height: 120%;
	max-width: 550px;
	text-align: center;
	margin: auto
}

.accessories .kak-zakazat {
	display: grid;
	text-align: center;
	font-family: Myseo
}

.accessories img {
	display: block;
	margin: auto
}

input.form__input {
	height: 40px
}

.calc-wrapper,
.formcalc.mt-5 {
	position: relative
}

.grid-gallery.mt-5.hidden-extra-img>div>a,
.grid-gallery.mt-5.hidden-extra-img>div>a>img {
	height: 200px;
	object-fit: cover
}

.description__cards-text p {
	color: #000
}

button.btn.btn-orange-craiola.callback-trigger {
	/* margin-top: 30px */
}

div.new-animation {
	margin-top: 20px
}

.animation-toggle.new-animation {
	justify-content: center
}

section.services ul {
	padding-inline-start: 10px;
	list-style: none
}

.intro ul {
	padding-inline-start: 15px;
	list-style: none
}

.intro ul li,
section.services ul li {
	position: relative
}

section.services ul li:before {
	content: '\2022 \00a0 \00a0 \00a0';
	position: absolute;
	left: -10px;
	font-weight: 700
}

.intro ul li:before {
	content: '\2022 \00a0 \00a0 \00a0';
	position: absolute;
	left: -15px;
	font-weight: 700
}

a.more-text {
	display: block;
	background-color: #f4f4f4;
	max-width: 271px;
	margin: 20px auto -14px;
	border-radius: 30px;
	padding: 8px;
	color: #000;
	background-image: url(/assets/img/more-info.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 8px 8px;
	transition: all .3s;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none!important
}

section.about-company+section.appeal {
	margin-bottom: 70px
}

section.about-company+section.appeal img.appeal__img {
	max-width: 38%!important;
	bottom: -50%!important
}

div.map {
	position: relative;
	z-index: 999
}

div#prize-alert .cd-popup-container {
	max-width: 400px;
	padding: 30px
}

.about-company__inner {
	padding: 26px!important
}

section.mounting .row {
	padding-bottom: 40px;
	padding-top: 20px
}

section.mounting h3 {
	font-family: RobotoSlab;
	margin-bottom: 20px
}

ul.yellow-markers-list li {
	list-style: disc;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 120%
}

section.mounting .row p {
	max-width: 326px;
	line-height: 120%;
	margin-bottom: 30px;
	font-size: 16px
}

button.btn.btn-orange-craiola.download-trigger {
	margin-bottom: 50px!important;
	padding-bottom: 11px;
	text-shadow: 0 7px 7px rgb(0 0 0 / 40%)
}

.mounting__right-col ul.yellow-markers-list li {
	margin-bottom: 1.7rem!important
}

.mounting__center-col,
.mounting__left-col,
.mounting__right-col {
	width: 100%
}

.mounting__left-col a {
	margin-bottom: 50px
}

section.mounting .slick-arrow {
	width: 35px;
	height: 35px;
	z-index: 99
}

section.mounting .slick-arrow.slick-prev {
	left: 10px;
	content: url(/assets/uploads/2021/07/previous.png);
}

section.mounting .slick-arrow.slick-next {
	right: 10px;
	content: url(/assets/uploads/2021/07/next.png);
}

@media screen and (min-width:991px) {
	.mounting__right-col {
		padding-left: 20px
	}
	.mounting__left-col,
	.mounting__right-col {
		width: 30%!important
	}
	.mounting__center-col {
		width: 40%!important
	}
}

@keyframes display-none-transition {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes display-none-transition {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block
	}
	100% {
		opacity: 1
	}
}



section.fittings+.appeal {
	padding-bottom: 7rem;
	padding-top: 5rem
}

section.fittings+.appeal img.appeal__img {
	left: 9%;
	height: 422px;
	width: AUTO;
	max-width: 100%!important;
	bottom: -32%!important;
}

.fittings__card {
	min-height:330px;
	text-align: center
}

.fittings__card-img img {
	margin-bottom: -30px!important;
	margin: auto;
	min-height:188px;
}

h3.fittings__card-title {
	margin-top: 20px;
	font-family: RobotoSlab;
	font-size: 18px
}

p.fittings__card-text {
	line-height: 120%;
	max-width: 290px;
	margin: auto
}

.products__cards-description-text p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.animation-wrapper {
	position: absolute;
	right: 15%;
	z-index: -2;
}

.animation-wrapper img {
	object-fit: contain;
	width: 1200px;
	max-width: 1200px;
	object-position: right;
}

.slick-initialized .slick-slide {
	display: block;
	overflow: hidden!important
}

.swiper__description .gallery-thumbs .swiper-slide__img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%
}

.swiper-lazy-preloader-white {
	border: 4px solid #fff;
	border-top-color: transparent
}

.swiper-lazy-preloader-black {
	border: 4px solid #000;
	border-top-color: transparent
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.gallery-top .swiper-slide {
	max-height: 485px;
	background-color: silver
}

.gallery-top .swiper-slide__img {
	width: 100%;
	height: 300px
}

.gallery-top .swiper-button-white {
	z-index: 1;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 3rem;
	color: #fff;
	outline: 0;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear
}

.gallery-top .swiper-button-white:hover {
	color: #fc6f32
}

.gallery-top .swiper-button-prev {
	left: 10px
}

.gallery-top .swiper-button-next {
	right: 10px
}

.gallery-thumbs .swiper-slide {
	min-height: 130px
}

.gallery-thumbs .swiper-slide__img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 130px
}

section.gallery-mob .swiper-button-prev._icon-arrow-circle-left.slick-arrow {
	top: 9px;
	z-index: 999;
	left: 29px;
	font-size: 27px;
	color: #fff;
	position: absolute
}

section.gallery-mob .swiper-button-next._icon-arrow-circle-right.slick-arrow {
	top: 9px;
	z-index: 999;
	right: 29px;
	font-size: 27px;
	color: #fff;
	position: absolute
}

section.extra .swiper-button-prev._icon-arrow-circle-left.slick-arrow {
	top: 9px;
	z-index: 999;
	left: 20px;
	font-size: 27px;
	color: #fff;
	position: absolute
}

section.extra .swiper-button-next._icon-arrow-circle-right.slick-arrow {
	top: 6px;
	z-index: 999;
	right: 20px;
	font-size: 27px;
	color: #fff;
	position: absolute
}

.gallery-mob__slider-item .col-12 button,
.gallery-mob__slider-item h4,
.gallery-mob__slider-item p,
.gallery-mob__slider-item ul {
	max-width: 280px;
	margin: 0 auto 12px;
	display: block
}

p.title__subheading {
	margin-bottom: 0!important;
	max-width: 100%
}

.mounting-slider img.b-lazy {
	height: 400px!important;
	object-fit: cover;
	width: 100%;
	overflow: hidden
}

.intro-animation {
	position: absolute;
	top: -25px;
	left: 41%;
	z-index: 999;
	width: 900px
}

.intro-animation-img {
	position: absolute;
	top: 0;
	margin-bottom: 10px;
	height: 555px;
	object-position: top;
	object-fit: cover;
	width: 886px
}

.house-animation-toggle {
	top: 471px;
	position: absolute;
	left: 36%;
	background-color: #fff;
	border-radius: 10px;
	padding: 8px;
	box-shadow: 3px 4px 2px #d86c33;
	width: 240px
}
.intro__inner .house-animation-toggle::before{
	display:none;
}

.intro .animation-toggle a {
	color: #000!important;
	text-decoration: none!important
}

.intro .toggler:after {
	background-image: url(/assets/img/intro-animation-1.png);
	width: 25px;
	height: 25px;
	left: 3px;
	top: -1px
}

.intro .toggler {
	background-image: url(/assets/img/intro-animation-2.png);
	width: 50px;
	min-width: 50px;
	height: 26px;
	margin: 0 8px;
	display: flex;
	align-items: center
}

.intro .toggler.on:after {
	background-image: url(/assets/img/intro-animation-1.png);
	width: 25px;
	height: 25px;
	left: auto!important;
	right: 3px;
	top: -1px
}

.services .slick-arrow {
	width: 3.7rem;
	height: 3.7rem;
	z-index: 9
}

.advantages-slider .slick-next.slick-arrow {
	right: 29px!important
}

.services .slick-next,
.services .slick-prev {
	top: 86px
}

.services .slick-prev.slick-arrow {
	left: -15px;
	content: url(/assets/uploads/2021/07/previous.png);
	opacity: .2;
}

.services .slick-next.slick-arrow {
	right: -24px;
	content: url(/assets/uploads/2021/07/next.png);
	opacity: .2;
}

.advantages-slider {
	max-width: 270px;
	margin: auto;
	margin-bottom: 0
}

.advantages-slider p {
	margin-bottom: 0;
	margin-top: -26px;
	font-size: 18px;
	color: #000;
	opacity: .5;
	text-align: center
}

.advantages-slider .slick-prev {
	left: 37px!important
}

ul.services__categories li {
	margin-bottom: 2px;
	margin-top: 0
}

h4.services__cards-title {
	text-align: left
}

.advantages-slider .slick-slide img {
	height: 201px;
	margin: auto;
	margin-top: -19px
}

p.animation-info:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(/assets/img/orange-info.png);
	background-size: cover;
	position: absolute;
	left: -15px;
	top: 9px
}

p.animation-info {
	position: relative;
	padding-left: 38px;
	margin-bottom: 20px;
	line-height: 110%;
	margin-top: 30px;
	color: #000
}

.animation ul.yellow-markers-list li {
	line-height: 120%;
	margin-bottom: 20px;
	font-size: 16px
}

.animation-toggle {
	background-color: #f6f6f6;
	padding: 10px 22px;
	border-radius: 10px;
	position: relative
}

.animation-toggle:before {
	content: '';
	width: 400px;
	background-color: #f6f6f6;
	height: 100%;
	display: block;
	left: -300px;
	position: absolute;
	z-index: -7
}

li.products__cards-colour-item:hover {
	border: 1px solid #fc6f32
}

.products .guarantee.text-center {
	width: 48%;
	position: relative;
	top: 0;
	left: auto;
	margin-bottom: 0;
	background-color: transparent;
	padding: 0;
	margin-left: 30px;
	margin: auto
}

.warning-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 39px
}

@media screen and (max-width:1700px) {
	.animation-wrapper {
		right: 36%;
		left: auto;
	}
}

.mounting-slider {
	max-height: 400px!important;
	overflow: hidden
}

img.intro-animation-img.second {
	height: 100px;
	transition: 3s
}

img.intro-animation-img.on {
	height: 555px
}

@media screen and (max-width:767px) {
	img.intro-animation-img.second {
		height: 90px!important;
		transition: 3s
	}
	.intro-animation-img {
		position: absolute;
		margin-bottom: 10px;
		height: 303px!important;
		object-position: top;
		object-fit: cover;
		width: 490px!important
	}
	img.intro-animation-img.on {
		height: 303px!important;
		width: 515px!important
	}
}

.products__cards-colour-item.active {
	border: 4px solid orange!important
}

.products__cards-colour-item {
	border: 4px solid transparent
}

.advantages-slider {
	overflow: hidden
}

.services-slider {
	max-height: 500px;
	overflow: visible
}

.product-slider {
	max-height: 400px;
	overflow: hidden
}

.fittings-slider {
	max-height: 320px;
	overflow: hidden
}

.swiper-container.gallery-top {
	height: 400px;
	margin-bottom: 15px
}

.swiper-container.gallery-top img {
	height: 100%;
	object-fit: cover
}

.content-section {
	padding-top: 20px;
	padding-bottom: 20px
}

@media screen and (min-width:768px) {
	.services__cards.services-slider {
		display: flex;
	}
}
.description__card:last-child img {
         transform: scale(-1, 1);
         margin-right: -5px;
         margin-left: 5px;
         position:relative;
         z-index: -1
         }
         .description__card:nth-child(2) img {
         margin-right: -2px;
         margin-left: 2px;
				 }
				 



@media only screen and (max-width:1399px) {
	.instruction__cards-item {
		padding: 0 4rem
	}
	.instruction__cards-line-oblique::before {
		right: 160px
	}
	.instruction__cards-line-last::before {
		right: -155px
	}
	
}

@media only screen and (max-width:1199px) {
	.animation-wrapper {
		right: 35%!important;
		left: auto
	}
	.intro__title-heading {
		font-size: 5rem
	}
	.products .guarantee.text-center {
		display: block;
		padding: 0;
		margin-left: 30px;
		margin-bottom: auto;
		margin-top: auto
	}
	.products .guarantee.text-center h3 {
		margin-bottom: 15px
	}
	.products .guarantee.text-center img {
		float: left;
		margin-right: 20px
	}
	section.about-company+section.appeal {
		display: none!important
	}

	.intro__form-subform {
		margin: 9px auto 0;
		font-size: 1rem;
		opacity: .4;
		max-width: 100%;
		line-height: 100%
	}
	.intro {
		padding-bottom: 1.3rem!important
	}
	.services__cards-img img {
		height: 200px!important;
		object-fit: contain!important
	}
	.services .swiper-slide:nth-child(4) img {
		margin-left: 43px;
		position: relative!important;
		z-index: 9999;
		padding: 10px;
		width: 100%
	}
	.services .swiper-slide:nth-child(5) img {
		margin-left: 60px;
		position: relative!important;
		z-index: 9999;
		padding: 10px;
		width: 100%
	}
	.services__categories {
		text-align: left
	}
	span.services__title-subheading {
		text-align: left
	}
	.services .swiper-button-next,
	.services .swiper-button-prev {
		top: 45%!important
	}
	
	.mouse .navbar__nav-item:hover .navbar__nav-subnav {
		display: block
	}
	.active {
		display: block
	}
	.intro__image {
		left: 25%!important
	}
	.prize__form-group .form__input {
		margin-right: 0;
		margin-bottom: 2rem
	}
	.prize__form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.prize__form-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.prize__form-group .form__input {
		margin-bottom: 0;
		margin-right: 2rem
	}
}

@media only screen and (max-width:1199px) {
	.appeal__form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.appeal__form-group .form__input {
		margin-right: 0;
		margin-bottom: 1rem
	}
	.instruction__cards-item {
		padding: 0 1rem
	}
	.instruction__cards-line-oblique::before {
		right: 117px
	}
	.instruction__cards-line-last::before {
		right: -145px
	}
	
	.slider-wrapper img {
		margin: auto
	}
}

@media only screen and (max-width:1024px) {
	
	.instruction__cards-line::before {
		display: none
	}
	.instruction__cards-line-oblique::before {
		display: none
	}
	.instruction__cards-line-last::before {
		display: none
	}
	.footer__right {
		width: 50%
	}
}

@media only screen and (max-width:991px) {
	button#more-products {
		display: block;
		margin: auto
	}
	.swiper-container.gallery-thumbs {
		margin-bottom: 40px
	}
	button.btn.btn-orange-craiola.w-100 {
		margin: 0 auto 0;
		display: flex;
		align-items: center
	}
	.about-company__gallery {
		display: none!important
	}
	.animation-toggle:before {
		display: none!important
	}
	p.animation-info {
		max-width: 344px;
		text-align: center;
		margin-bottom: 29px!important;
		padding-left: 0!important;
		margin: auto
	}
	p.animation-info:before {
		position: relative!important;
		left: auto!important;
		top: 0!important;
		margin: 0 auto 10px
	}
	.services__cards {
		max-width: 280px;
		margin: auto
	}
	.guarantee.text-center h3 {
		margin-top: 16px;
		margin-bottom: 20px;
		font-family: RobotoSlab;
		font-size: 16px
	}
	.guarantee.text-center {
		margin-top: 30px
	}
	.intro-animation {
		position: relative!important;
		height: 336px!important;
		width: 140%!important;
		left: -18%!important;
		top: 0!important
	}
	.house-animation-toggle {
		bottom: 3px!important;
		top: auto!important;
		margin-right: auto;
		margin-left: auto;
		right: 0!important;
		left: 0!important;
		width: 220px;
		position: absolute!important
	}
	span.intro__title-subheading {
		border-left: 3px solid!important;
		padding-left: 6px!important
	}
	.mounting-slider.slick-initialized.slick-slider {
		height: 350px;
		overflow: hidden
	}
	section.fittings+.appeal {
		padding-bottom: 3rem!important;
		padding-top: 0!important
	}
	.fittings-slider .swiper-button-prev {
		font-size: 3rem;
		top: 85px;
		position: absolute;
		left: 10%;
		z-index:20;
	}
	.fittings-slider .swiper-button-next {
		font-size: 3rem;
		top: 85px;
		position: absolute;
		right: 10%;
		z-index:20;
	}
	.about-company__inner p {
		max-width: 272px;
		margin: 0 auto 20px
	}
	.prize {
		padding-bottom: 3px
	}
	form.prize__form {
		color: #fff;
		background-color: #183749;
		width: calc(100% + 50px);
		margin-left: -35px;
		padding: 5px;
		text-align: center;
		margin-bottom: 20px
	}
	form.prize__form.mt-4.formprize1.mobile-form.d-block.d-lg-none p {
		max-width: 280px;
		margin: 10px auto 20px;
		line-height: 130%
	}
		form.prize__form .policy{
			margin-left:30px;
		}
	section.prize p,
	section.prize ul {
		max-width: 280px;
		margin: auto;
		padding: 0!important;
		margin-bottom: 15px
	}
	section.prize ul {
		list-style: disc
	}
	section.mounting .row {
		padding-top: 0!important
	}
	.prize div.prize__title {
		display: block!important
	}
	h2.prize__title {
		display: none!important
	}
	section.mounting .row button,
	section.mounting .row h3,
	section.mounting .row p,
	section.mounting .row ul {
		max-width: 280px!important;
		margin: 20px auto!important;
		display: block
	}
	section.mounting .row {
		width: calc(100% + 50px);
		max-width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: -25px
	}
	li.tab4 {
		border-right: 0!important
	}
	h4.underlined-heading,
	ul.yellow-markers-list.black-text.mb-5 {
		margin: 22px auto 12px!important;
		max-width: 280px
	}
	.gallery{overflow:hidden;}
		.gallery .gallery-nav li {
			font-size: 14px
		}
		/* section.gallery {
			display: none
		} */


		.tab-wrapper .gallery-nav{
			position:relative;
		}
			.tab-wrapper .gallery-nav .left,
			.tab-wrapper .gallery-nav .right{
				display:block;
			}
			.tab-wrapper .tabs li{
				width:100%;
				position:absolute;
				opacity:0;
				pointer-events:none;
				transition:all 0.5s ease;
				border-right: none;
				cursor:auto;
			}
			.tab-wrapper .tabs li.active{
				position:relative;
				opacity:1;
				pointer-events:auto;
				border-bottom: 1px solid #ccc;
				
			}
		.gallery .row{
			display:flex;
			flex-direction:column-reverse;
		}
			.gallery .row .left-col{
				width:100%;
				padding:0;
			}
			.gallery .row .right-col{
				width:100%;
				padding:0;
			}


	section.gallery-mob {
		display: block!important;
		margin-bottom: 30px
	}
	.about-company__gallery {
		display: none
	}
	.about-company__gallery-mob {
		display: block!important
	}
	.fittings-slider {
		display: block;
		margin-bottom: 30px
	}
	section.description.mb-5 .col-lg-3 {
		order: 1
	}
	section.description.mb-5 .col-lg-6 img {
		margin: 0 auto 30px!important;
		display: block
	}
	.description-info {
		margin-bottom: 20px
	}
	section.description.mb-5 .col-lg-6 {
		order: 0!important
	}
	.intro__image {
		right: auto
	}
	.intro__image-mob {
		display: block
	}
	.services__cards-text .excerpt {
		display: none
	}
	.services .swiper-button-next {
		display: block
	}
	.services .swiper-button-prev {
		display: block
	}
	.products .swiper-button-next {
		display: block
	}
	.products .swiper-button-prev {
		display: block
	}
	.instruction .swiper-button-next,
	.instruction .swiper-button-prev {
		top: 33%!important
	}
	.instruction__cards-item-img {
		margin-bottom: 30px
	}
	.instruction__cards-line {
		margin-bottom: 3rem
	}
	.instruction .swiper-button-next {
		display: block
	}
	.instruction .swiper-button-prev {
		display: block
	}
	
	.accessories .kak-zakazat {
		display: grid;
		text-align: center;
		font-family: Myseo;
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		margin-top: 30px;
		margin-bottom: 30px;
		max-width: 77%;
		margin: 30px auto
	}
	.col-md-3.col-12.kak-zakazat img {
		height: 60px;
		object-fit: contain;
		object-position: center
	}
}

@media only screen and (max-width:991px) and (min-width:800px) {
	
	.intro__image-mob {
		max-height: 90%
	}
}

@media only screen and (max-width:991px) and (min-width:730px) {
	.intro__image-mob {
		max-height: 420px;
		z-index: -1
	}
}

@media only screen and (max-width:991px) and (min-width:580px) {
	.intro__image-mob {
		max-height: 390px
	}
	.intro__image-desktop {
		left: 28%!important;
		height: 700px;
		top: -46px;
		width: auto;
		object-fit: cover;
		object-position: left
	}
}

@media only screen and (max-width:990px) {
	.appeal__bg {
		margin-bottom: 0;
		padding-top: 0
	}
	.appeal__img--img1 {
		bottom: 0;
		margin-right: -7.5rem
	}
	.appeal__img--img2 {
		bottom: 0;
		margin-bottom: -4.2rem
	}
	.appeal__img {
		position: inherit
	}
	.appeal__inner-block {
		margin-left: 0;
		margin-bottom: 0
	}
	.appeal__inner {
		max-width: 100%;
		margin-left: 0;
		text-align: center
	}
	.appeal__form-group {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.appeal__form-subtitle {
		text-align: center
	}
	.appeal__form {
		padding-top: 2rem;
		padding-bottom: 2rem;
		max-width: 280px;
		margin: auto
	}
}

@media only screen and (max-width:800px) {
	.prize__title {
		max-width: 100%
	}
	.description__cards-img {
		margin-right: 20px;
		width: 200px
	}
	
	.intro__inner {
		max-width: 450px;
		margin: auto
	}
	.intro__form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: center;
	}
	.intro__form-group .form__input {
		margin-right: 0;
		margin-bottom: 1rem
	}
	.instruction__cards {
		padding: 0;
		margin: 0;
		margin-top: 40px
	}
	.instruction__cards-item {
		padding: 0 15rem
	}
}

@media only screen and (max-width:768px) {
	
	.intro__stock{
		margin-left:0.5em;
		margin-right:-3em;
		text-align:left;
	}
	.intro__stock::before {
		width: 200%
	}
	.products__cards {
		margin-top: 1rem;
		margin-bottom: -4rem
	}
	.products__cards-block {
		margin-bottom: 5rem
	}
	.services__cards .swiper-slide {
		padding-left: 0;
		padding-right: 0
	}
	.swiper__description .gallery-thumbs .swiper-slide {
		min-height: 150px
	}
}

@media only screen and (max-width:730px) {
	.btn-orange-craiola {
		max-width: 280px;
		width: 100%;
		line-height: 120%;
		min-height: 46px;
		margin: auto;
		display: flex
	}
	.form__input {
		max-width: 280px
	}
	.intro__bg {
		max-height: 599px;
		height: 100%
	}
	.intro__bg.b-lazy.b-loaded {
		background-image: url(/assets/img/mobile-bg.png)!important;
		margin-top: -9px;
		background-size: 100% 100%;
		background-position: top
	}
	.intro__inner {
		max-width: 100%
	}
	.intro__inner {
		padding-top: 6rem;
		max-width: 350px;
		margin: auto
	}
	.intro__title {
		margin-bottom: 3rem;
		max-width: 349px;
	}
	.intro__title span {
		line-height: 110%
	}
	.products .product-slider {
		max-width: 346px;
		max-height: 226px;
		margin: auto;
		/* overflow: hidden */
	}
	.products img.roll {
		position: absolute;
		bottom: -10%!important;
		left: -2%!important;
		width: 95px!important
	}
	.products .price {
		right: -2%!important
	}
	.products .product-slider-wrapper {
		position: relative;
		margin-bottom: 30px!important
	}
	.products h4.section {
		font-size: 16px!important;
		text-align: center!important
	}
	.intro__stock::before {
		background-color: #fc6f31
	}
	.intro__stock {
		padding: .5rem 2.5rem
	}
	.intro__form-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto
	}
	.intro__form-subform {
		text-align: center
	}
	.intro__form-group {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.intro__subtitle {
		margin-top: 2rem
	}
}

@media only screen and (max-width:600px) {
	
	.title__subheading {
		font-size: 1.2rem;
		margin-top: -.4rem;
		padding-top: .9rem
	}
	.appeal__form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.instruction__cards-item {
		padding: 0 2rem
	}
	.about-company::before {
		background-image: none!important
	}
	
	.prize {
		background-image: none!important
	}
	.prize__form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.prize__form-group .form__input {
		margin-right: 0;
		margin-bottom: 1rem
	}
}

@media only screen and (max-width:580px) {
	.description-info {
		margin-bottom: 30px
	}
	.intro__image-desktop {
		left: 26%!important;
		height: 449px!important;
		top: 2px!important;
		width: auto;
		object-fit: cover;
		object-position: left;
		z-index: 2
	}
	.intro__title-heading {
		font-size: 4rem
	}
	.intro__title-subheading span {
		max-width: 100%;
		font-size: 1.9rem;
		letter-spacing: 0px;
	}
	.intro__categories {
		/* max-width: 70% */
	}
}

@media only screen and (max-width:502px) {
	.intro__title-heading {
		font-size: 4.4rem;
		text-transform: none
	}
	.intro .intro__categories {
		max-width: 99%;
		font-size: 1.5rem;
	}
	.intro ul.intro__categories li {
		margin-bottom: 9px;
		font-size: 18px;
		line-height: 101%;
		color: #183749;
	}
	p.intro__form-title span {
		max-width: 280px;
		line-height: 115%
	}
	.intro .intro__categories {
		margin-bottom: 1rem!important;
		margin-top: 0!important
	}
	.intro__stock {
		margin-bottom: .5rem!important
	}
	.services .swiper-button-next,
	.services .swiper-button-prev {
		top: 36%
	}
}

@media only screen and (max-width:767px) {
	.shortened-catalog>div:nth-child(n+4) {
		display: none
	}
	i._icon-info-circle {
		font-size: 1.8rem;
		display: block;
		float: left
	}
	span.warning__block {
		max-width: 335px;
		width: calc(100% + 40px);
		display: inline-block;
		margin-left: -20px
	}
	.warning-wrapper {
		display: block!important
	}
	.guarantee.text-center {
		width: 400px!important;
		margin: 30px auto!important;
		display: block!important;
		text-align: center!important;
		max-width: 400px!important
	}
	.products .guarantee.text-center {
		width: 280px!important;
		margin: 30px auto!important
	}
	.products .guarantee.text-center img {
		float: left;
		margin-right: 20px
	}
	.products .guarantee.text-center {
		text-align: left!important
	}
	span.intro__title-subheading strong {
		font-size: 2rem!important;
		letter-spacing: -.1px;
		margin-bottom: 5px;
		margin-top: -5px;
		display: block
	}
	.intro__title-heading {
		font-size: 4.4rem
	}
	.appeal__img--img2 {
		margin-bottom: -3.8rem
	}
	.appeal__title::after {
		display: none
	}
	.appeal__title {
		font-size: 1.5rem
	}
	.instruction__form {
		max-width: 100%
	}
	.prize {
		margin-bottom: 0
	}
	.prize__title {
		font-size: 2.5rem
	}
	#canvas {
		-webkit-transform: scale(.7) translateX(-22%);
		-ms-transform: scale(.7) translateX(-22%);
		transform: scale(.7) translateX(-22%)
	}
	#tut9PositionedContainer {
		width: 300px;
		padding-bottom: 26px;
		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px)
	}
	#tut9PositionedButton {
		width: 70px;
		height: 70px;
		margin: -52px 0 0 -34px;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	#tut9PositionedButton span {
		width: 55px!important;
		height: 55px!important;
		position: absolute
	}
	.prize__wheel {
		height: 350px;
		overflow: hidden
	}
	#tut9PositionedPointer {
		margin-left: -20px;
		bottom: 95px;
		border-width: 0 20px 40px
	}
	.map>iframe {
		height: 500px!important
	}
	
	.description p.text-with-bg {
		margin: -13px 0 3px!important
	}
	.description p.text-with-bg:before {
		display: none!important
	}
	.services__cards-img {
		margin-bottom: 0
	}
	.services ul.intro__categories li {
		line-height: 120%;
		font-size: 16px;
		color: #000
	}
	.services .intro__categories {
		max-width: 75%!important;
		text-align: left;
		font-size: 16px!important
	}
	guarantee.text-center p {
		font-size: 14px;
		color: #000;
		line-height: 120%
	}
	.description--lists ul {
		columns: 1!important
	}
	section.description {
		margin-bottom: 16px!important
	}
	.products .type:first-child:after,
	.tech-list h4 {
		position: relative
	}
	.tech-table+.tech-list h4:before {
		content: url(/assets/img/info.png);
		display: block;
		float: left;
		margin-right: 0;
		height: 100%;
		top: -5px;
		position: absolute
	}
	h4.section {
		position: relative
	}
	p.extra-info:before {
		display: none!important
	}
	.with-border .step {
		border: none!important;
		max-width: 100%!important;
		padding: 0!important
	}
	.navbar__phone-text {
		max-width: 37%
	}
	.form__input {
		text-align: center
	}
	.warning {
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px!important;
		max-width: 346px;
		margin: auto;
		padding: 0;
		margin-bottom: 20px;
		width: 280px;
		text-align: center
	}
	.services .swiper-button-next {
		right: 0
	}
	.services .swiper-button-prev {
		left: 0
	}
	.appeal__img--img2 {
		margin-bottom: -3rem
	}
	.appeal__title {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.appeal__subtitle {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.6rem;
		line-height: 120%;
		max-width: 300px;
		margin: auto;
		letter-spacing: -.5px
	}
	section.extra .row .col-md-3 {
		order: 2
	}
	section.extra .row .col-md-6 {
		order: 1;
		margin-bottom: 30px
	}
	.products__cards-description-text {
		text-align: left;
		padding: 2rem 0 0;
		max-width: 280px!important;
		margin: auto
	}
	.products_colors {
		justify-content: center
	}
	.products .type-item {
		margin: 0 auto 40px!important
	}
	.products__cards-description p {
		font-size: 16px
	}
	.products .swiper-button-next {
		right: 0;
		margin-top: -9.5rem
	}
	.products .swiper-button-prev {
		left: 0;
		margin-top: -9.5rem
	}
	.swiper__description .gallery-top .swiper-button-white {
		font-size: 2.9rem
	}
	.swiper__description .gallery-thumbs .swiper-slide {
		min-height: 50px
	}
	.instruction .swiper-button-next {
		right: 0;
		margin-top: -9.5rem
	}
	.instruction .swiper-button-prev {
		left: 0;
		margin-top: -9.5rem
	}
	
	.btn--gift {
		display: none
	}
	/* .intro__categories {
		max-width: 55%
	} */
	.appeal__img--img2 {
		margin-bottom: -4.2rem
	}
	.intro__inner {
		padding-top: 5rem
	}
	.appeal__img--img2 {
		margin-bottom: -3rem
	}
}


@media screen and (min-width:1920px) {
	h2.appeal__title {
		white-space: nowrap
	}
	
	.with-border .step {
		max-width: 511px;
		margin-left: 15px
	}
}