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

.fancybox-container .fancybox-bg,
.fancybox-container .fancybox-inner,
.fancybox-container .fancybox-outer,
.fancybox-container .fancybox-stage{
	top:50px;
}

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


i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.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: 2rem;
	overflow: visible
}

.intro__bg {
	position: absolute;
	top: 0;
	left: -56px;
	right: 0;
	bottom: -17px;
	background-image:url('/promyshlennye-shtory/img/bg.png');
	background-position: center bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.intro__title {
	margin-bottom: 3rem;
	font-size: 2.5rem;
}

.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: 406px;
	font-size: 2.6rem!important;
	line-height: 101%;
	font-weight: 600;
	letter-spacing: -1px;
}

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

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

.intro__categories {
	margin-bottom: 2.2rem;
	font-size: 1.8rem;
	line-height: 140%;
	list-style: disc;
}

.intro__image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	height: 111%
}

h1.intro__title strong {
	font-size: .77em;
	line-height: 118%;
	display: block;
	margin-bottom: 6px
}

.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 span {
	text-align: center
}

.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 {
	max-height: 89%!important;
	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: 250px;
	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: .2rem;
	text-align: center;
	background-color: #ececec
}

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

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

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

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

.services__cards-img img {
	max-height: 124%;
	max-width: 100%;
	position: absolute
}

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

.services ul.intro__categories li {
	line-height: 120%
}

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

.appeal__bg {
	position: relative;
	padding-top: 10rem;
	margin-bottom: 3rem;
	background-image: url(/promyshlennye-shtory/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;
	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
}

.areas .title.title--left {
	margin-bottom: 0!important
}

.areas__card {
	text-align: center;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem
}

.areas__card-img {
	max-width: 350px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.8rem
}

.areas__card-img img {
	margin-bottom: -3rem;
	height: 100%
}

.areas__card-title {
	margin-bottom: 1rem;
	font-family: RobotoSlab, sans-serif;
	font-size: 1.8rem;
	font-weight: 400!important;
	color: #183749
}

h3.areas__card-title,
.h3.areas__card-title {
	height: 100px
}

.swiper-slide:nth-child(n+5) h3.areas__card-title,
.swiper-slide:nth-child(n+5) .h3.areas__card-title {
	height: 105px
}

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

.areas__card-text {
	color: #000;
	line-height: 120%;
	margin-bottom: 25px
}

#get-it .swiper-button-next,
.areas .swiper-button-next,
.types .swiper-button-next {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 3.4rem;
	margin-top: -7.5rem;
	z-index: 9
}

#get-it .swiper-button-prev,
.areas .swiper-button-prev,
.types .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
}

@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%
	}
	.intro__image {
		right: -35%
	}
}

@media only screen and (max-width:1200px) {
	.intro__bg {
    left: 0;
}
	.intro__title {
		margin-bottom: 2rem;
	}
	.intro__title-heading {
		font-size: 6rem;
		font-weight: 900;
		color: #183749;
		line-height: 108%;
	}
	.intro__title-subheading {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 345px;
		font-size: 2rem;
		line-height: 102%;
		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: 3.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
	}
	.intro__stock i {
		font-size: 2rem;
		margin-right: 1.5rem;
	}
	.intro__categories {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
		line-height: 140%
	}
	.intro__image {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
		height: 111%
	}
	h1.intro__title strong {
		font-size: .77em;
		line-height: 118%;
		display: block;
		margin-bottom: 6px
	}
	.intro__image-mob {
		display: none
	}
	.intro__form-title {
		font-size: 1.7rem;
		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 {
		max-height: 89%!important;
		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: 250px;
	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: .2rem;
	text-align: center;
	background-color: #ececec
}

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

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

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

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

.services__cards-img img {
	max-height: 124%;
	max-width: 100%;
	position: absolute
}

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

.services ul.intro__categories li {
	line-height: 120%
}

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

.appeal__bg {
	position: relative;
	padding-top: 11rem;
	margin-bottom: 3rem;
	background-image: url(/promyshlennye-shtory/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;
	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
}

.areas .title.title--left {
	margin-bottom: 0!important
}

.areas__card {
	text-align: center;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem
}

.areas__card-img {
	max-width: 350px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.8rem
}

.areas__card-img img {
	margin-bottom: -3rem;
	height: 100%
}

.areas__card-title {
	margin-bottom: 1rem;
	font-family: RobotoSlab, sans-serif;
	font-size: 1.8rem;
	font-weight: 400!important;
	color: #183749
}

h3.areas__card-title {
	height: 100px
}

.swiper-slide:nth-child(n+5) h3.areas__card-title,
.swiper-slide:nth-child(n+5) .h3.areas__card-title {
	height: 105px
}

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

.areas__card-text {
	color: #000;
	line-height: 120%;
	margin-bottom: 25px
}

#get-it .swiper-button-next,
.areas .swiper-button-next,
.types .swiper-button-next {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 3.4rem;
	margin-top: -7.5rem;
	z-index: 9
}

#get-it .swiper-button-prev,
.areas .swiper-button-prev,
.types .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
}

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

}

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

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

@media only screen and (max-width:1200px) {
	section.services .title.title--left {
		z-index: -2;
		positioN: relative
	}
	.intro__form-subform {
		margin: 1rem auto;
		font-size: 1rem;
		opacity: .4;
		max-width: 280px
	}
	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 2rem
	}
	
	.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__bg {
		background-position: 25% bottom;
		left: 0!important
	}
	.intro {
		padding-bottom: 4rem
	}
	.intro__image-mob {
		display: block
	}
	.services__cards-text .excerpt {
		display: none
	}
	.services .swiper-button-next {
		display: block
	}
	.services .swiper-button-prev {
		display: block
	}
	#get-it .swiper-button-next,
	.areas .swiper-button-next,
	.types .swiper-button-next {
		display: block
	}
	#get-it .swiper-button-prev,
	.areas .swiper-button-prev,
	.types .swiper-button-prev {
		display: block
	}
	.instruction__cards-line {
		margin-bottom: 3rem
	}
	.instruction .swiper-button-next {
		display: block
	}
	.instruction .swiper-button-prev {
		display: block
	}
	
}

@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 {
		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: 30px;
		margin-right: -25px;
		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) {
	
	.intro__inner {
		max-width: 500px
	}
	.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;
		height: 40px;
	}
	.intro__inner {
		max-width: 100%;
		padding-top: 4rem
	}
	h1.intro__title strong {
		max-width: 173px;
		display: block;
		font-size: 18px;
		font-weight: 600
	}
	.intro__stock br,
	p.intro__form-title br {
		display: none
	}
	span.intro__title-subheading {
		font-weight: 400;
		border-left: 3px solid!important;
		padding-left: 6px!important;
		font-size: 2rem!important;
		letter-spacing: -.1px;
		margin-bottom: 5px;
		margin-top: -5px;
		font-weight: bolder;
	}
	.intro__title {
		margin-bottom: 1rem;
		max-width: 280px
	}
	.intro__title span {
		line-height: 104%;
		font-size: 19px;
	}
	
	.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;
	}
	
	section.what-it-is .gray-bg {
		margin: 30px 0!important
	}
	p.gray-bg.right+p {
		text-align: center
	}
	.reverse-mob {
		flex-direction: column-reverse
	}
	.reverse-mob img {
		margin-top: 20px
	}
	.reverse-mob .what-it-is--lists {
		display: none
	}
	.reverse-mob .gray-bg {
		margin-bottom: 0!important
	}
	.slider-type {
		margin-top: 10px
	}
	.types .swiper-button-next {
		top: 67%!important;
		right: 9px!important;
		color: #fff
	}
	.types .swiper-button-prev {
		top: 67%!important;
		left: 9px!important;
		color: #fff
	}
	.action li {
		text-align: left
	}
	.action li:hover:before {
		display: none!important
	}
	.action ul {
		margin-bottom: 30px
	}
	.type-transparent {
		margin-bottom: 40px
	}
	#get-it .product-slider {
		max-width: 346px;
		max-height: 226px;
		margin: auto;
		overflow: hidden
	}
	#get-it img.roll {
		position: absolute;
		bottom: -10%!important;
		left: -2%!important;
		width: 95px!important
	}
	#get-it .product-slider-wrapper {
		position: relative;
		margin-bottom: 30px!important
	}
	#get-it h4.section,
	#get-it .h4.section {
		font-size: 16px!important;
		text-align: center!important
	}
	.row.prednaznachenie li {
		text-align: left!important
	}
	.row.prednaznachenie li,
	.row.prednaznachenie p {
		line-height: 120%;
		text-align: center;
		font-size: 16px
	}
	#get-it tbody td,
	#get-it tbody th {
		font-size: 16px!important;
		padding: 7px 5px!important;
		font-weight: 400!important;
		text-align: center
	}
	#get-it .tech-list ul {
		columns: 1!important
	}
	#get-it h4.title,
	#get-it .h4.title {
		font-size: 16px!important;
		font-family: RobotoSlab;
		text-align: center;
		font-weight: 400;
		margin-bottom: 15px!important;
		margin-top: 10px!important
	}
	.intro__stock::before {
		background-color: rgba(219, 73, 10, .75)
	}
	.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: 280px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 18px;
	}
	.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;
		text-transform: none;
		margin-top: 13px;
	}
	.intro__title-subheading {
		max-width: 72%;
		font-size: 1.8rem
	}
	.intro__categories {
		max-width: 70%
	}
	
	.instruction .swiper-button-next {
		right: 0;
		margin-top: -9.5rem
	}
	.instruction .swiper-button-prev {
		left: 0;
		margin-top: -9.5rem
	}
	.instruction__cards-item-title{
		display:block;
		margin-left:15px;
		margin-right:15px;
	}
}

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

@media only screen and (max-width:480px) {
	.intro__title-heading {
		font-size: 4.3rem;
	}
	h1.intro__title-heading+strong {
    display: none;
}
	.appeal__img--img2 {
		margin-bottom: -3.8rem
	}
	.appeal__title::after {
		display: none
	}
	.appeal__title {
		font-size: 1.5rem
	}
	.instruction__form {
		max-width: 100%
	}
	
	.what-it-is p.text-with-bg {
		margin: -13px -20px 3px!important
	}
	.what-it-is 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%
	}
	p.text-with-bg {
		font-size: 16px;
		text-align: center;
		padding: 21px!important;
		margin-bottom: 30px!important
	}
	.what-it-is--lists ul {
		columns: 1!important
	}
	section.what-it-is {
		margin-bottom: 25px
	}
	#get-it .type:first-child:after,
	.areas .more-info,
	p.areas__card-text {
		display: none
	}
	.tech-list h4,
	.tech-list .h4 {
		position: relative
	}
	.tech-table+.tech-list h4:before,
	.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,
	.h4.section {
		position: relative
	}
	p.extra-info:before {
		display: none!important
	}
	section.elements {
		padding-top: 0!important
	}
	section.elements {
		margin-bottom: -80px;
		z-index: -1;
		position: relative
	}
	.col-xl-5.col-12 .step {
		border: none!important;
		height: 100%;
		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: 18px;
		line-height: 110%;
		max-width: 285px;
		margin: 5px auto 0!important
	}
	#get-it .swiper-button-next,
	.areas .swiper-button-next {
		right: 0;
		margin-top: -9.5rem
	}
	#get-it .swiper-button-prev,
	.areas .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
	}
}

@media only screen and (max-width:393px) {
	.intro__categories {
		max-width: 55%
	}
	.intro__form {
		padding-top: 2.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: normal;
		max-width: 1000px !important;
	}
	.col-xl-5.col-12 .step {
		max-width: 511px;
		margin-left: 15px
	}
}

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

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

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

.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: 0;
	padding-bottom: 40px
}

.complex-wrapper {
	background-image: url(/promyshlennye-shtory/img/kompleks.jpg);
	background-size: contain;
	height: 635px;
	position: relative;
	background-repeat: no-repeat
}

.complex-wrapper p:first-child {
	position: absolute;
	top: 45px;
	left: 7px
}

.complex-wrapper p {
	line-height: 120%
}

.complex-wrapper p:nth-child(2) {
	position: absolute;
	top: 23%;
	left: 7px
}

.complex-wrapper p:nth-child(3) {
	position: absolute;
	top: 45px;
	right: 22px;
	text-align: right
}

.complex-wrapper p:nth-child(4) {
	position: absolute;
	top: 46%;
	right: 22px;
	text-align: right
}

.complex-wrapper p.last {
	position: absolute;
	top: 75%;
	right: 41px;
	text-align: center;
	line-height: 137%;
	font-size: 17px
}

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

.services .intro__title-subheading {
	max-width: 100%;
	font-size: 1.4rem !important;
	letter-spacing: 0;
	padding-left: 11px;
	border-left: 2px solid;
}

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

.what-it-is p.text-with-bg {
	background-color: #f4f4f4;
	padding: 14px;
	margin: 8px -20px 3px;
	position: relative;
	line-height: 120%
}

section.what-it-is li,
section.what-it-is p {
	line-height: 120%
}

.what-it-is h3,
.what-it-is .h3 {
	color: #183749!important;
	font-size: 16px;
	font-family: RobotoSlab
}

.what-it-is--lists ul {
	padding-inline-start: 13px
}

.what-it-is--lists {
	padding-left: 20px;
	border-left: 4px solid #183749;
	margin-top: 33px
}

.what-it-is--lists {
	padding-left: 20px;
	border-left: 4px solid #183749
}

section.elements img {
	float: right;
	margin-top: -15px
}

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

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

section.elements {
	padding-top: 17px
}

@media screen and (min-width:1200px) {
	.intro button.btn.btn-orange-craiola {
		line-height: 104%;
		width: 220px
	}
	.row.kreplenia img {
		margin-top: 50px;
		max-width: 520px
	}
	.row.kreplenia h4,
	.row.kreplenia .h4 {
		margin-top: 15px
	}
	.row.kreplenia tbody td,
	.row.kreplenia tbody th {
		font-size: 18px;
		padding: 7px 15px;
		font-weight: 500
	}
	.toggle-animation {
		margin-top: -170px
	}
}

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

@media screen and (max-width:767px) {
	header.header.sticky .navbar__phone {
		display: none
	}
	
	.intro__bg {
		max-height: 422px;
		background-image: url(/promyshlennye-shtory/img/mobile-bg.png)!important;
		background-position: 20% center!important;
		background-size:cover;
		margin-top: 35px;
	}
	.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__stock::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		height: 100%;
		width: 130vw;
		background-color: #fc6f32;
		-webkit-transform: skew( 33deg);
		-ms-transform: skew(33deg);
		transform: skew( 33deg)
	}
	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);
		margin-bottom: -29px;
		margin-top: -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#get-it {
		margin-bottom: 25px
	}
	#get-it .swiper-button-next {
		margin-top: -4.5rem!important;
		right: 0!important
	}
	#get-it .swiper-button-prev {
		margin-top: -4.5rem!important;
		left: 0!important
	}
	section.complex li {
		font-size: 16px;
		max-width: 300px;
		margin: 10px auto
	}
	.get-it-warning {
		max-width: 280px;
		line-height: 115%
	}
	section.complex ul {
		max-width: 280px;
		margin: 30px auto 10px
	}
}

@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;
		margin: auto!important;
		right: 0!important;
		left: 0!important
	}
	form .row {
		margin-left: 0!important
	}
	section#calc .container-md {
		max-width: 100%!important
	}
	.row.types-row {
		margin-top: 30px!important;
		margin-bottom: 50px
	}
	section.types h4.text-center,
	section.types .h4.text-center {
		padding-bottom: 12px!important
	}
	section.types .swiper-container.swiper-card.swiper-container-initialized.swiper-container-horizontal {
		text-align: center
	}
}

.v-nalichii li {
	margin-bottom: 12px;
	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
}

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

.services .container-md {
	position: relative
}

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

#get-it h4.title,
#get-it .h4.title {
	font-size: 18px;
	font-family: RobotoSlab;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px
}

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

#get-it .product-slider-wrapper {
	position: relative;
	margin-bottom: 70px
}

#get-it .product-slider {
	max-width: 390px;
	max-height: 300px;
	margin: auto
}

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

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

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

#get-it .slick-arrow {
	width: 35px;
	height: 35px
}

#get-it .slick-prev {
	left: -45px
}

#get-it .slick-next {
	right: -45px
}

#get-it .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
}

#get-it table {
	width: 100%
}

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

#get-it tr:first-child {
	background-color: #dbf2fb
}

#get-it table tr:nth-child(odd) {
	background-color: #ebf8fd
}

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

#get-it tbody td,
tbody th {
	font-size: 18px;
	padding: 8px 15px;
	font-weight: 500
}

#get-it .tech-list ul {
	columns: 2
}

#get-it .type-item {
	margin-bottom: 40px
}

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

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

#get-it .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
}

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

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

@media screen and (min-width:1200px) {
	label.width {
		width: 289px!important;
		align-items: center!important;
		position: absolute!important;
		top: -12px!important;
		margin: auto;
		right: 0!important;
		left: -40px!important;
		font-size: 18px
	}
	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
	}
	.guarantee.text-center {
		width: 48%;
		text-align: center;
		background-color: #f4f4f4;
		padding: 20px;
		position: absolute;
		bottom: 36px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		margin-bottom: 0;
		line-height: 120%;
	}
	.what-it-is .title__block>* {
		padding-left: 110px
	}
	.areas .title__subheading,
	.areas h2.title__heading,
	.elements .title__subheading,
	.elements h2.title__heading {
		margin-left: 11%;
		width: 113%
	}
}

.animate-it {
	width: 384px;
	overflow: hidden;
	height: 300px;
	pointer-events: none;
	position: relative;
	margin-left: 54px;
	z-index: 9;
	background-color: #fff
}

img.animated-line {
	position: absolute;
	left: -50%;
	z-index: -1;
	transition: all .5s;
	pointer-events: none
}

img.animated-line.animated {
	position: absolute;
	left: 00%;
	z-index: -1
}

.toggler:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #183749;
	border-radius: 25px;
	position: absolute;
	left: 3px;
	top: 3px
}

.toggler {
	width: 63px;
	height: 35px;
	background-color: #fff;
	border: 1px solid #183749;
	border-radius: 30px;
	position: relative;
	transition: all .5s;
	cursor: pointer
}

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

.toggler-tooltip {
	position: absolute;
	width: 242px;
	height: 34px;
	background-color: #fff;
	box-shadow: 8px 8px 0 rgb(128 128 128 / 18%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	top: 51px
}

.toggler-tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10.5px 10px 10.5px;
	border-color: transparent transparent #fff transparent;
	top: -10px;
	position: absolute;
	left: 15px
}

.animation-description {
	display: flex;
	background-color: #eeefeb;
	padding: 13px 11% 17px 39%;
	text-align: center;
	justify-content: space-around;
	border-radius: 5px;
	margin-top: -100px;
	margin-bottom: 70px;
	position: relative;
	z-index: 0;
	line-height: 120%
}

.animation-description p {
	margin-bottom: 0!important
}

.row.prednaznachenie h4,
.row.prednaznachenie .h4 {
	text-align: left!important
}

.row.prednaznachenie li,
.row.prednaznachenie p {
	line-height: 120%
}

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,
section#calc .h4 {
	font-family: RobotoSlab;
	font-weight: 400;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 18px
}

form .row {
	margin-left: -70px
}

section#calc label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 111%
}
section#calc .policy label{display:block;}

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

.calc-wrapper {
	margin-top: 30px;
	position: relative
}

label.width {
	width: 289px;
	align-items: center;
	position: absolute;
	top: -12px;
	margin: auto;
	right: 0;
	left: -40px;
	font-size: 18px
}

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

.calc input {
	width: 100%;
	margin-top: 6px
}

label.height {
	width: 140px;
	display: block;
	position: absolute;
	top: 46%;
	bottom: 0;
	margin: auto!important;
	right: 0;
	font-size: 18px
}

.col-xl-5.col-12 .step {
	border: 1px solid;
	border-radius: 10px;
	margin-top: 30%;
	max-width: 488px;
	padding: 20px 15px
}

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

.col-xl-5.col-12 .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
}

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

section.types h4,
section.types .h4 {
	font-family: ROBOTOSLAB;
	font-size: 18px
}

section.types h4.text-center,
section.types .h4.text-center {
	text-align: center;
	margin-bottom: 12px!important
}

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

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

section.types tbody td,
section.types tbody th {
	font-size: 16px;
	line-height: 120%;
	padding: 5px 7px;
	font-weight: 500
}

table.recomendations {
	max-width: 400px;
	margin-bottom: 5px
}

table.recomendations td:first-child,
table.recomendations th:first-child {
	width: 37%
}

.row.types-row {
	margin-top: 50px;
	margin-bottom: 50px
}

.row.types-row p {
	line-height: 120%
}

.row.types-row img {
	max-height: 170px!important;
	width: auto!important
}

.col-lg-6.d-lg-block.d-none {
	margin-top: 40px
}

#get-it .services__cards {
	margin: 0;
	margin-top: 1rem;
	margin-bottom: 0
}


#get-it .more-info1 {
	display: block;
	background-color: #f4f4f4;
	max-width: 300px;
	margin: 10px auto 0;
	border-radius: 30px;
	padding: 8px 8px 8px 20px;
	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
}

@media screen and (min-width:1200px) {
	.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: -28%!important;
		max-width: 40%!important;
		left: -15px!important;
		z-index: 9
	}
	.appeal__bg {
		border-bottom: 1rem solid #ececec
	}
	div#offer .cd-popup-container {
		max-width: 815px;
		overflow: hidden;
		padding: 0
	}
	div#offer .calc-wrapper {
		margin: 50px -40px 15px 50px
	}
	div#offer label.height {
		width: 115px!important;
		top: 45%!important;
		right: -5px!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) {
	.row.kreplenia h4,
	.row.kreplenia .h4 {
		margin-top: 30px;
		margin-bottom: 20px!important;
		font-size: 18px!important
	}
	.row.kreplenia td {
		text-align: left!important;
		font-size: 14px!important
	}
	.animate-it {
		width: 100%!important;
		height: auto!important;
		margin: auto;
		text-align: center;
		max-width: 384px
	}
	#get-it .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;
		margin: 10px auto -35px
	}
	.toggle-animation {
		display: inline-flex;
		flex-wrap: wrap;
		flex-flow: column-reverse;
		margin: 30px auto
	}
	.toggler-tooltip {
		position: absolute;
		width: 242px;
		height: 34px;
		background-color: transparent!important;
		box-shadow: none!important;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		top: 40px!important;
		margin: auto;
		left: -134%;
		right: 0
	}
	form.form.formcalc .text-center img {
		margin: 30px auto 0!important;
		max-width: 280px;
		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
	}
	.step {
		margin-bottom: 30px
	}
	section#calc input,
	section#calc label select {
		width: 300px;
		height: 40px
	}
	label.width {
		width: 289px;
		align-items: center;
		position: absolute;
		top: 0;
		margin: auto;
		right: 0;
		left: 0;
		font-size: 18px
	}
	.col-xl-5.col-12 .step {
		margin-top: 4%!important;
		border: 0!important;
		max-width: 100%
	}
	.height,
	.width {
		font-size: 16px!important
	}
	.step h4 span,
	.step .h4 span {
		display: block
	}
	div#offer h3,
	div#offer .h3 {
		text-align: center!important
	}
	div#offer .cd-popup-container {
		border-radius: 7px;
		overflow: hidden
	}
}


.hidden-blocks {
	display: none
}


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
	}
	.animate-it {
		width: 339px!important;
		overflow: hidden;
		height: 260px!important;
		pointer-events: none;
		position: relative;
		margin-left: auto!important;
		z-index: 9;
		background-color: #fff
	}
	.toggle-animation {
		margin-top: 40pxpx
	}
	.animation-description {
		padding: 13px 2% 17px 39%!important
	}
	.row.kreplenia img {
		margin-top: 37px!important
	}
	.complex-wrapper p:first-child {
		top: 54px!important
	}
	.complex-wrapper p:nth-child(2) {
		top: 18%!important
	}
	.complex-wrapper p:nth-child(3) {
		top: 34px!important;
		right: 2px!important
	}
	.complex-wrapper p:nth-child(4) {
		top: 38%!important;
		right: 4px!important
	}
	.complex-wrapper p.last {
		top: 63%!important;
		right: 14px!important;
		font-size: 15px!important
	}
}

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

@media screen and (min-width:992px) {
	.grid-gallery-right {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 10px 10px;
		margin-bottom: 10px
	}
	.img-2 {
		grid-area: 1/3/3/4
	}
	.img-1 {
		grid-area: 1/1/3/3
	}
	.img-3 {
		grid-area: 1/4/2/5
	}
	.img-4 {
		grid-area: 2/3/3/4
	}
	.img-5 {
		grid-area: 2/4/3/5
	}
	.grid-gallery-left {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 10px 10px;
		grid-template-areas: "img-6 img-7 img-10 img-10" "img-8 img-9 img-10 img-10";
		margin-bottom: 10px
	}
	.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
	}
	.grid-gallery-last {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 10px 10px;
		margin-bottom: 10px
	}
	.img-12 {
		grid-area: 1/3/3/4
	}
	.img-11 {
		grid-area: 1/1/3/3
	}
	.img-13 {
		grid-area: 1/4/2/5
	}
	.img-14 {
		grid-area: 2/3/3/4
	}
	.img-15 {
		grid-area: 2/4/3/5
	}
}

] .grid-gallery-right {
	margin-top: 40px
}

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

#get-it .product-slider {
	max-width: 390px;
	max-height: 300px;
	margin: auto;
	object-fit: cover
}

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


a.more-info1 {
	cursor: pointer
}

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

section.what-it-is img {
	height: 100%;
	object-fit: cover
}

section.what-it-is .gray-bg {
	background-color: #ededed;
	padding: 15px;
	margin: 0 -15px 20px;
	border-radius: 10px;
	position: relative
}

@media screen and (min-width:1200px) {
	.gray-bg.right:before {
		content: '';
		display: block;
		width: 400px;
		height: 100%;
		background-color: #ededed;
		top: 0;
		left: -380px;
		position: absolute;
		z-index: -1
	}
	.gray-bg.left:before {
		content: '';
		display: block;
		width: 400px;
		height: 100%;
		background-color: #ededed;
		top: 0;
		right: -380px;
		position: absolute;
		z-index: -1
	}
	h3.gray-bg.left,
	.h3.gray-bg.left {
		font-size: 20px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 40px
	}
	section.types ul {
		text-align: left
	}
}

@media screen and (min-width:1480px) {
	section.areas:before {
		content: '';
		width: 290px;
		height: 700px;
		display: block;
		position: absolute;
		background-image: url(/promyshlennye-shtory/img/red-line.png);
		background-size: contain;
		background-repeat: no-repeat;
		top: 40%;
		z-index: -1
	}
}

section.types h4,
section.types .h4 {
	text-align: left
}

section.types ul li {
	cursor: pointer;
	position: relative
}

section.types ul li:after {
	display: block;
	content: '';
	border-bottom: solid 1px #183749;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	margin-left: -50%!important;
	z-index: -1;
	position: relative
}

section.types ul li:hover:after {
	transform: scaleX(1)
}

section.types ul li:after {
	transform-origin: 0 50%
}

section.areas {
	position: relative
}

section.appeal .title.title--left {
	margin-bottom: 3rem
}

section.services .title.title--left {
	z-index: -2;
	position: relative
}

h3.intro__stock.text-center,
.h3.intro__stock.text-center {
	margin-top:50px;
	font-weight: 400!important;
	text-align: center;
}

p.intro__form-title span {
	text-align: left!important
}

section.what-it-is p b {
	color: #183749!important
}

.products__cards-prices {
	padding-left: 30px
}

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

body {
	margin-right: -1px
}

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

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
}