
.product-slider div:nth-child(n+2) img {
	object-fit: cover
}

: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;
	white-space: nowrap;
	letter-spacing: -.1px;
	margin-top: 0;
	display: block;
	margin-bottom: 7px;
	font-weight: 600;
	line-height: 2.6rem!important;
}
span.intro__title-subheading i {
    font-weight: 400;
    letter-spacing: 0 !important;
    font-size: 2.3rem!important;
}

.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
}

.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: 580px;
	padding-bottom: 5.3rem;
	overflow: visible
}

.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
}

.intro__title {
	margin-bottom: 3rem
}

.intro__title-heading {
	font-size: 6rem;
	font-weight: 900;
	color: #183749;
	line-height: 108%;
	text-transform: uppercase;
}

.intro__title-subheading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 427px;
	font-size: 2rem;
	line-height: 133%;
	font-weight: 600
}

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

.intro__inner {
	padding-top: 4.8rem
}

.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: 2.5rem;
	padding: .5rem 4.5rem;
	z-index: 1;
	color: #fff;
	max-width: 600px;
	text-align: center;
	font-weight: 400;
}

.intro__stock i {
	font-size: 2rem;
	margin-right: 1.5rem
}

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

.intro__stock::after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	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%;
	list-style: disc;
}

.intro__image {
	position: absolute;
	top: 0;
	left: 49vw;
	z-index: 99;
	height: 100%;
}

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
}

.intro__form-title ._icon-calculator {
	font-size: 2.4rem;
	margin-right: 1.8rem
}

.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
}

.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
}

.warning {
	padding: 1rem 0 2.5rem 0;
	text-align: center
}

.warning__block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 1100px;
	padding: .7rem 2rem .7rem 1rem;
	border-radius: 999px;
	background-color: #e4e4e4
}

.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: 8rem
}

.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: -60px;
	right: 0;
	width: 75px
}

.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 {
	padding: 1rem 0;
	text-align: center;
	background-color: #dbf2fb;
	font-family: RobotoSlab, sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	color: #183749;
	margin-bottom: 0
}

.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
}

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

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

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

span.products_diameter:before {
	content: url(/assets/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(/assets/img/product-sliders/question.png);
	background-repeat: no-repeat;
	background-position: center
}

.products .row {
	margin: 0
}

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

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

.products_colors p {
	margin-bottom: 0
}

.appeal__bg {
	position: relative;
	padding-top: 10rem;
	margin-bottom: 6rem;
	background-image: url(/img/appeal-bg.png);
	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: 500px;
	margin-left: 470px
}

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

.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: -7px;
	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: 700;
	line-height: 120%;
	text-align: center
}

.appeal__form {
	position: relative;
	padding: 1rem 0;
	color: #fff
}

.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: 1.8rem;
	font-weight: 700;
	text-align: center
}

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

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

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

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

.more-info {
	display: block;
	background-color: #f4f4f4;
	max-width: 271px;
	margin: 8px auto;
	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
}

.more-info.open,
.more-info1.open {
	background-image: url(/assets/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-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::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: .14;
	background-image: url(/assets/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.7rem;
	background-color: rgba(255, 255, 255, .76)
}

.about-company__inner-logo img {
	width: 100%
}

@media only screen and (max-width:1725px) {
	.intro__image {
		right: -10%
	}
}

@media only screen and (max-width:1440px) {
	.intro__stock {
		margin-left: 0
	}
	.intro__image {
		right: -20%
	}
	.intro__subtitle {
		margin-left: 0
	}
}

@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
	}
	.footer__center {
		width: 58%
	}
}

@media only screen and (max-width:1355px) {
	.intro__image {
		right: -25%;
	}
}

@media only screen and (max-width:1270px) {
	.intro__image {
		right: -35%;
		left: 38%;
	}
	.intro__image {
		right: -35%
	}
}

@media only screen and (max-width:1199px) {
	.copyright {
		text-align: center
	}
	.navbar__nav-subnav {
		display: block!important
	}
	.intro__form-subform {
		margin: 2rem auto;
		font-size: 1rem;
		opacity: .4;
		max-width: 280px
	}
	.intro {
		padding-bottom: .3rem!important
	}
	.services__cards-img img {
		max-height: 114%!important;
		object-fit: contain!important
	}
	.services .swiper-slide:nth-child(4) img {
		margin-left: 54px;
		position: relative!important;
		z-index: 9999;
		padding: 10px;
		width: 88%
	}
	.services__categories {
		text-align: left
	}
	span.services__title-subheading {
		text-align: left
	}
	.services .swiper-button-next,
	.services .swiper-button-prev {
		top: 45%!important
	}
	
	.active {
		display: block
	}
	.intro__image {
		right: -50%
	}
}

@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: 2rem
	}
	.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
	}
	
}

@media only screen and (max-width:991px) {
	.intro__image {
		right: 0
	}
	.intro__image-desktop {
		display: none
	}
	.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
	}
	section#calc {
		margin-bottom: 0!important;
		padding-bottom: 0!important
	}
	.calc-info {
		position: relative!important;
		max-width: 100%!important;
		font-size: 16px!important;
		left: 0;
		margin-bottom: 20px!important;
		top: 16px!important
	}
	.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
	}
	.footer__left {
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
	.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 (max-width:800px) {
	
	.intro__image-mob {
		max-height: 90%
	}
}

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

@media only screen and (max-width:991px) and (max-width:580px) {
	.intro__image-mob {
		max-height: 390px
	}
}

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

@media only screen and (max-width:800px) {
	.description__cards-img {
		margin-right: 20px;
		width: 200px
	}
	
	.intro__inner {
		max-width: 450px
	}
	.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: end
	}
	.intro__form-group .form__input {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.instruction__cards {
		padding: 0;
		margin: 0
	}
	.instruction__cards-item {
		padding: 0 15rem
	}
}

@media only screen and (max-width:768px) {
	
	
	.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%
	}
	.form__input {
		max-width: 280px
	}
	.intro__bg {
		max-height: 440px;
		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: 1rem;
		max-width: 280px
	}
	.intro__title span {
		line-height: 104%
	}
	span.intro__title-subheading strong{
		white-space:normal;
		font-size: 19px;
		line-height: 20px !important;
	}
	span.intro__title-subheading strong br{
		display:none !important
	}
	.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: 406px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px !important;
	}
	.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) {
	
	.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
	}
	
}

@media only screen and (max-width:580px) {
	.intro__title-heading {
		font-size: 4rem
	}
	.intro__title-subheading {
		max-width: 72%;
		font-size: 1.8rem
	}
	.intro__categories {
		max-width: 70%
	}
}

@media only screen and (max-width:502px) {
	.intro__title-heading {
		font-size: 2.6rem
	}
	.intro__title-subheading {
		max-width: 128%;
		font-size: 1.7rem;
	}
	.intro .intro__categories {
		max-width: 62%;
		font-size: 1.5rem;
	}
	.intro ul.intro__categories li {
		margin-bottom: 9px;
		font-size: 16px;
		line-height: 101%;
	}
	p.intro__form-title span {
		max-width: 100%;
		line-height: 115%;
		text-align: left;
	}
	.intro .intro__categories {
		margin-bottom: 2rem!important;
		margin-top: 1rem!important;
	}
	.intro__stock {
		margin-bottom: .5rem!important
	}
	.services .swiper-button-next,
	.services .swiper-button-prev {
		top: 36%
	}
}

@media only screen and (max-width:480px) {
	.intro__title-heading {
		font-size: 4rem;
		text-transform: none;
		letter-spacing: -1.5px;
	}
	.appeal__img--img2 {
		margin-bottom: -3.8rem
	}
	.appeal__title::after {
		display: none
	}
	.appeal__title {
		font-size: 1.5rem
	}
	.instruction__form {
		max-width: 100%
	}
	
	.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
	}
	.calc-wrapper label {
		display: flex;
		justify-content: space-between;
		width: 100%
	}
	.checkboxes,
	section#calc label input,
	section#calc label select {
		width: 235px!important;
		height: 40px!important;
		min-width: 235px!important
	}
	section#calc .checkboxes input {
		width: 0!important
	}
}

@media only screen and (max-width:414px) {
	
	.form__input {
		text-align: center
	}
	.warning {
		padding-left: 0;
		padding-right: 0
	}
	.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.4rem;
		line-height: 120%;
		max-width: 300px;
		margin: auto
	}
	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: center
	}
	.products_colors {
		justify-content: center
	}
	.products .type-item {
		margin: 0 auto 40px!important
	}
	.products__cards-description p {
		font-size: 14px
	}
	,
	.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
	}
}

@media only screen and (max-width:393px) {
	
	.intro__categories {
		max-width: 55%
	}
	.intro__form {
		padding-top: 0.2rem;
	}
	.appeal__img--img2 {
		margin-bottom: -3.6rem
	}
}

@media only screen and (max-width:320px) {
	.intro__inner {
		padding-top: 5rem
	}
	.appeal__img--img2 {
		margin-bottom: -3rem
	}
}

.appeal__img--img2 {
	bottom: -4rem;
	max-width: 40%
}

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

@media screen and (min-width:1920px) {
	h2.appeal__title {
		white-space: nowrap
	}
	
	.with-border .step {
		max-width: 511px;
		margin-left: 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: 40px;
	padding-bottom: 40px
}

.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-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px)
	}
	.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) {
	.container-md {
		max-width: 100%
	}
	.prices-block,
	img.calc-img {
		display: none
	}
	label.height,
	label.width {
		width: 100%;
		align-items: center;
		position: relative!important;
		top: 0!important;
		right: 0!important;
		left: 0!important
	}
	form .row {
		margin-left: 0!important
	}
	section#calc .container-md {
		max-width: 100%!important
	}
}

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

.guarantee.text-center {
	text-align: center;
	background-color: #f4f4f4;
	padding: 20px;
	margin-bottom: 40px;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}

.guarantee.text-center {
	text-align: center;
	background-color: #f4f4f4;
	padding: 20px 36px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}

.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
}

.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: 155px;
	height: 55px;
	background-color: #ffde00;
	border-radius: 5px;
	padding: 5px 8px;
	box-shadow: 7px 7px 0 rgb(202 202 202 / 52%);
	position: absolute;
	bottom: 24%;
	right: 12%
}

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

.products .slick-prev {
	transform: rotate(180deg);
	margin-top: -10px
}

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

.products .slick-prev {
	left: -45px
}

.products .slick-next {
	right: -45px
}

.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 {
	/* content:''; */
	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
}

section#calc label select {
	width: 300px!important;
	height: 40px;
	box-sizing: border-box;
	min-width: 300px
}

.with-border .step label {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between
}

@media screen and (min-width:1200px) {
	label.width,
	label.width input {
		width: 151px!important;
		position: relative!important;
		margin: 0 auto -40px;
		display: block!important;
		text-align: center!important;
		margin-top: 8px
	}
	label.height {
		width: 140px!important;
		display: block!important;
		text-align: center;
		position: absolute;
		top: 46%;
		bottom: 0;
		margin: auto!important;
		right: 0;
		font-size: 18px
	}
	.description .title__block>* {
		padding-left: 380px
	}
	label.height {
		width: 140px;
		display: block;
		position: absolute;
		top: 46%;
		bottom: 0;
		margin: auto!important;
		right: 30px;
		font-size: 18px
	}
}

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: 140%
}

section#calc h4 {
	font-family: RobotoSlab;
	font-weight: 400;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 18px
}

section#calc label {
	line-height: 111%
}

section#calc label select {
	width: 300px;
	height: 40px
}

label.width {
	font-size: 18px
}

label.width input {
	width: 140px;
	height: 38px
}

input {
	width: 100%
}

.with-border .step {
	border: 1px solid;
	border-radius: 10px;
	max-width: 488px;
	padding: 20px 15px
}

.with-border .step h4 {
	margin-top: -38px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	width: 92%;
	margin: auto;
	margin-bottom: 30px
}

.with-border .step label {
	margin-bottom: 10px
}

.calc button.btn.btn-orange-craiola {
	margin: 15px auto 0;
	display: block;
	width: 100%
}

.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
}

section#calc {
	padding-bottom: 50px
}

#calc .price {
	width: 210px;
	height: 54px;
	background-color: #ffde00;
	border-radius: 5px;
	padding: 4px 8px;
	box-shadow: 7px 7px 0 rgb(202 202 202 / 52%);
	margin-bottom: 10px
}

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

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

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

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

.calc-info {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 120%;
	padding: 20px;
	background-color: #e7e7e75c;
	margin-top: 30px;
	border-radius: 10px
}

section#calc {
	margin-bottom: 100px
}

.calc-info img {
	margin-top: -50px
}

.calc-info {
	position: absolute;
	max-width: 650px;
	font-size: 18px;
	right: 40px;
	margin-bottom: 0;
	top: 363px
}

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

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


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

@media screen and (min-width:1200px) {
	.appeal__title {
		white-space: nowrap
	}
	.appeal__subtitle {
		max-width: 564px
	}
	.appeal__subtitle {
		padding: 0 5rem;
		font-size: 1.8rem;
		color: #183749;
		font-weight: 700;
		text-align: center;
		max-width: 564px;
		line-height: 93%;
		margin-top: 9px!important
	}
	.appeal__inner-block {
		margin-left: -10rem;
		margin-bottom: 0!important
	}
	.appeal__img--img2 {
		bottom: -20%;
		max-width: 64%!important;
		right: 45%;
		left: auto
	}
	.appeal__bg {
		border-bottom: 1rem solid #ececec
	}
	
	label.height span {
		line-height: 80%;
		display: block;
		margin-bottom: 5px
	}
	div#offer label.width input {
		width: 115px!important;
		height: 38px
	}
}

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

@media screen and (max-width:1199px) {
	.calc-wrapper {
		margin-top: 30px;
		position: relative;
		padding-right: 0
	}
	.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
	}
	form.form.formcalc .text-center img {
		margin: 0 auto 26px!important;
		max-width: 355px;
		display: block
	}
	form.form.formcalc {
		max-width: 700px;
		margin: auto
	}
	.swiper-slide {
		text-align: center
	}
	.appeal__img--img2 {
		display: none
	}
	table.recomendations {
		max-width: 100%;
		margin: 20px auto 40px
	}
	img.calc-img {
		display: none
	}
	section#calc label {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 111%;
		margin-bottom: 10px;
		position: relative
	}
	section#calc .policy label{display:block;}
	.step {
		margin-bottom: 30px
	}
	section#calc input,
	section#calc label select {
		width: 235!important;
		height: 40px;
		min-width: 235px!important;
		max-width: 235px!important
	}
	label.width {
		width: 289px;
		align-items: center;
		position: absolute;
		top: 0;
		margin: auto;
		right: 0;
		left: 0;
		font-size: 18px
	}
	.with-border .step {
		margin-top: 4%!important;
		border: 0!important;
		max-width: 100%
	}
	.height,
	.width {
		font-size: 16px!important
	}
	.step h4 span {
		display: block
	}
	
}


form.form.formcalc input {
	text-align: center;
	height: 40px
}

span.thin {
	font-weight: 400;
	font-style: italic
}

.inactive {
	opacity: .2;
	pointer-events: 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 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" "img-9 img-10 img-11 img-12" "img-13 img-14 img-15 img-16"
}

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

.product-slider img {
	max-width: 390px;
	height: 400px;
	object-fit: contain
}

a.footer__right-email {
	white-space: nowrap
}


a.more-info1 {
	cursor: pointer
}

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

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: all .7s
}

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


.services .container-md {
	position: relative
}

.services__cards {
	margin: 0;
	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: 194px;
	margin: 0 auto;
	margin-bottom: 2.5rem
}

.services__cards-img img {
	position: absolute;
	max-width: 120%;
	width: 110%;
	height: auto!important;
	max-height: 120%
}

.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__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
}

.services__title-subheading::before {
	content: '';
	display: inline-block;
	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: 54px;
		position: absolute!important;
		z-index: 9999;
		padding: 10px
	}
	.guarantee.text-center {
		width: 47%;
		text-align: center;
		background-color: #f4f4f4;
		padding: 20px 40px;
		position: absolute;
		bottom: -80px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		margin-bottom: 0;
		line-height: 120%
	}
}

.description__card {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.description__cards-img {
	margin-right: 2px
}

.description__cards-img img {
	width: 105px!important;
	max-width: 115px
}

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

section.description p {
	line-height: 120%
}

.description p.text-with-bg:before {
	content: '';
	width: 20vw;
	height: 100%;
	background-color: #f4f4f4;
	position: absolute;
	display: block;
	left: -9vw;
	top: 0;
	z-index: -1
}

.description p.text-with-bg {
	background-color: #f4f4f4;
	padding: 20px;
	margin: 40px -20px 0;
	position: relative;
	line-height: 120%;
	border-radius: 10px
}

@media screen and (max-width:991px) {
	.description__cards-img img {
		width: 95px!important;
		max-width: 95px
	}
	.description img.d-inherit.mx-auto {
		margin-top: 20px;
		margin-bottom: 30px
	}
	.description .col-md-4.col-12.mt-4 p {
		text-align: center;
		font-size: 16px;
		margin-bottom: 30px
	}
	p.text-with-bg:after {
		display: none!important
	}
}

section.animation {
	position: relative
}

img.animate-img {
	position: absolute;
	right: 46%;
	z-index: 9999;
	height: 88%;
	width: auto!important;
	object-fit: contain
}

.animation p.text-with-bg {
	background-color: #f4f4f4;
	padding: 20px;
	margin: 0 -20px 10px;
	position: relative;
	line-height: 120%;
	font-size: 16px
}

p.text-with-bg:after {
	content: '';
	position: absolute;
	top: 0;
	right: -40px;
	height: 100%;
	width: 167%;
	background-color: #f4f4f4;
	z-index: -1;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	transform: skew(-35deg)
}

.animation p.text-with-bg b {
	font-family: RobotoSlab, sans-serif;
	font-weight: 700;
	color: #183749;
	margin-bottom: 8px
}

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

.animation-toggle a.active-link {
	text-decoration: underline;
	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: 9999;
		height: 305px!important;
		object-fit: cover;
		margin: 15px -20px!important;
		width: calc(100% + 40px)!important;
		padding: 0!important;
		max-width: calc(100% + 40px)!important;
		right: 0!important
	}
	img.animate-img {
		position: absolute;
		right: 0!important;
		z-index: 9999;
		height: 100%;
		width: auto!important;
		object-fit: cover;
		object-position: right
	}
	.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: 10px!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: -25px
	}
}

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: 190px!important;
		display: block!important;
		border-left: 3px solid!important;
		padding-left: 6px!important;
		font-size: 2rem !important;
	}
	.intro__title-subheading::before {
		margin-right: 0!important;
		width: 0!important
	}
	h3.intro__stock {
		font-weight: 500!important;
		margin-left: -20px;
		text-align: left;
	}
	h3.intro__stock br{
		display:none !important
	}
	p.intro__form-title br {
		display: none
	}
	p.intro__form-title {
		text-align: center;
		margin-top: 20px;
		padding-left: 20px;
	}
	.product-slider img {
		max-width: 100%!important;
		height: 352px!important
	}
	h3.intro__stock strong {
		/* white-space: nowrap; */
		text-align: center;
	}
	.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
}

section.services ul li {
	position: relative;
}

section.services ul li:before {
	content: '\2022 \00a0 \00a0 \00a0';
	position: absolute;
	left: -10px;
	font-weight: bold
}
@media screen and (min-width:1200px) {
    div#offer .cd-popup-container {
        max-width: 815px;
        overflow: hidden;
        padding: 0
    }
    div#offer .calc-wrapper {
        margin: 40px 60px;
        max-width: 500px
    }
    div#offer label.height {
        width: 115px!important;
        top: 45%!important;
        right: -45px!important
    }
    label.height span {
        line-height: 80%;
        display: block;
        margin-bottom: 5px
    }
    div#offer label.width input {
        width: 115px!important;
        height: 38px
    }
}
@media screen and (max-width:1199px) {
    div#offer h3 {
        text-align: center!important
    }
    div#offer .cd-popup-container {
        border-radius: 7px;
        overflow: hidden
    }
}
div#offer .col-xl-4 {
    background-color: #eff2f8;
    padding: 30px;
    background-image: url(/assets/img/calc-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: left;
    background-size: 69%
}

div#offer .col-xl-4 img {
    max-width: 220px
}

div#offer h3 {
    text-align: left;
    font-family: RobotoSlab;
    font-size: 18px;
    margin-bottom: 120px;
    margin-top: 20px
}

div#offer form .row {
    margin-left: 0!important
}

form.form.formcalc input {
    text-align: center;
    height: 40px
}

span.thin {
    font-weight: 400;
    font-style: italic
}

.inactive {
    opacity: .2;
    pointer-events: none
}
div#offer .cd-popup-container {
    padding: 0;
    box-shadow: 4px 4px 4px rgb(60 64 66 / 55%);
    overflow: hidden
}