@import url("disable-browser-styles.css");
@import url("bootstrap-grid.luto.css");
@import url("select2.min.css");
@import url("fancybox.min.css");
@import url("owl.carousel.min.css");
@import url("luto.css");

/*_CUSTOM*/

.row-header-middle {
	padding-bottom: 10px;
}
.row-header-middle>.col {
	padding-top: 10px;
}
.row-header-middle .col-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 201px;
	flex: 0 0 201px;
	max-width: 201px;
}
.row-header-middle .col-contacts {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% - 201px);
	-ms-flex: 0 0 calc(100% - 201px);
	flex: 0 0 calc(100% - 201px);
	max-width: calc(100% - 201px);
}

.header-bottom {
	background-color: #f1f1f1;
	position: relative;
}
.header-bottom>.container {

}
.row-header-bottom {
	padding-bottom: 10px;
}
.row-header-bottom>.col {
	padding-top: 10px;
}
.s-header .header-bottom .row-header-bottom .col-header-nav {
	position: static;
}
.row-header-bottom .col-header-search {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	position: static;
}
.row-header-bottom .col-header-nav {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% - 50px);
	-ms-flex: 0 0 calc(100% - 50px);
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
	position: static;
}

.header-middle .phone__link {
	font-weight: 700;
}

.lang__link-btn {
	padding: 10px 15px;
	text-decoration: none;
	color: #202020;
}
.lang__link-btn._active {
	background-color: #ececec;
}
._desktop .lang__link-btn:hover {
	background-color: #f1f1f1;
}
.w-icon-left.lang .icon {
	width: 16px;
	height: 12px;
	top: calc(50% - 8px);
}
.w-lang-switcher.w-cloud-dropper.js .w-parent {
	padding-right: 0;
}
.w-cloud-dropper.w-lang-switcher .inset {
	width: 80px;
	left: calc(50% - 40px);
}
.w-cloud-dropper.w-lang-switcher .inset>.frame {
	padding: 0;
	border-radius: 0;
}

.w-header-search-parent .inset {
	position: absolute;
	top: 0;
	right: 0px;
	width: 0px;
	transition: all ease 0.2s;
	height: 100%;
	z-index: 5;
	overflow: hidden;
}
.w-header-search-parent .inset>.frame {
  position: relative;
  height: 100%;
}
.w-header-search-parent .inset>.container,
.w-header-search-parent .inset>.container>.frame {
	position: relative;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}
.w-header-search-parent input.input__default {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding-left: 25px;
	display: block;
}
.w-header-search-parent .inset .btn {
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.w-header-search-parent .inset .btn .search-btn {
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}
.w-header-search-parent .inset .btn .search-btn:hover {
	background-color: #ececec;
}
.w-header-search-parent._toggled .inset {
	width: 100%;
}
.s-lgray-bg {
	background-color: #f1f1f1;
}
.s-gray-bg {
	background-color: #EAEAEA;
}

@media (min-width: 1800px) {
	.s-benefits-list {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 1500px) {
	.s-benefits-list .col-xxxl-custom {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
}
.w-bentfit-list-item-frame,
.w-bentfit-list-item-frame>.frame {
	height: 100%;
}
.w-bentfit-list-item-frame>.frame {
	background-color: #fff;
	padding: 15px 25px;
	border-radius: 8px;
	box-shadow: 6px 6px 15px rgba(0,0,0,0.2);
}
.w-bentfit-list-item-frame .w-icon-right {
	padding-right: 60px;
	min-height: 50px;
}
.w-bentfit-list-item-frame .w-icon-right .icon {
	width: 50px;
	height: 50px;
	top: 0;
}

.s-index-slider {
	background-color: #000;
}
.s-index-slider .slide {
	position: relative;
	overflow: hidden;
}
.s-index-slider .slide-image {
	position: relative;
	width: 70%;
	float: right;
}
.s-index-slider .slide-image .r-box:before {
	padding-top: 120%;
}
.s-index-slider .slide-image .r-box .r-img.mobile {
	display: block;
}
.s-index-slider .slide-image .r-box .r-img.desktop {
	display: none;
}
@media (min-width: 576px) {
	.s-index-slider .slide-image .r-box:before {
		padding-top: 55%;
	}
	.s-index-slider .slide-image .r-box .r-img.mobile {
		display: none;
	}
	.s-index-slider .slide-image .r-box .r-img.desktop {
		display: block;
	}

}
.s-index-slider .slide-image .shadow {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25%;
  	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
}
.s-index-slider .slide-image .shadow.left {
	left: -5%;
}
.s-index-slider .slide-image .shadow.right {
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
	right: -5%;
	transform: scaleX(-1);
}

.s-index-slider .content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	color: #fff;
}
.s-index-slider .content>.row {
	height: 100%;
}
.s-index-slider .content .slide-text>*+* {
	margin-top: 20px;
}
.s-index-slider .content .slide-text .w-button {
	margin-top: 30px;
}
.s-index-slider .content .slide-text .w-button .button {
	border-color: rgba(255,255,255,0.4);
	color: #fff;
}
._desktop .s-index-slider .content .slide-text .w-button .button:hover {
	border-color: rgba(255,255,255,1);
	color: #000;
	background-color: #fff;
}

.owl-carousel.owl-index-slider .owl-nav [class*=owl-] {
	width: 60px;
	height: 60px;
	border: none;
	background-image: url('../i/chevron-l.png');
	background-position: center;
	background-size: contain;
	background-color: transparent;
}
.owl-carousel.owl-index-slider .owl-nav .owl-next {
	transform: scaleX(-1);
}
.owl-carousel.owl-index-slider .owl-nav [class*=owl-]:after {
	display: none;
}
.owl-carousel.owl-index-slider .owl-dots {
	position: relative;
	margin: 15px 0 0 0;
	display: none;
}
.owl-carousel.owl-index-slider .owl-dots .owl-dot span {
	background-color: #ececec;
	border-color: #ececec;
}
.owl-carousel.owl-index-slider .owl-dots .owl-dot.curent span {
	background-color: #000;
	border-color: #000;
}

@media (min-width: 1800px) {
	.owl-carousel.owl-index-slider .owl-nav .owl-prev {
		left: 100px;
	}
	.owl-carousel.owl-index-slider .owl-nav .owl-next {
		right: 100px;
	}
}

.w-catalog-category-list-item .block__link {
	text-decoration: none;
	color: #fff;
}
.w-catalog-category-list-item .block__link .frame {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.w-catalog-category-list-item .block__link .frame .r-box:before {
	padding-top: 60%;
}
.w-catalog-category-list-item .block__link .frame .w-bottom-name {
	position: absolute;
	z-index: 2;
	bottom: 8px;
	right: 8px;
	left: 8px;
	background-color: #000;
	width: calc(100% - 16px);
	border-radius: 6px;
	padding: 15px 50px 15px 50px;
	padding: 15px;
	text-align: center;
	font-weight: 600;
}
.main-menu .w-catalog-category-list-item .block__link .frame .w-bottom-name {
	background-color: rgba(255,255,255,0.7);
	color: #000;
	transition: all ease 0.2s;
}
._desktop .main-menu .w-catalog-category-list-item a.block__link:hover .frame .w-bottom-name,
._touchscreen .main-menu .w-catalog-category-list-item .block__link .frame .w-bottom-name {
	background-color: rgba(255,255,255,0.9);
}
.w-catalog-category-list-item .block__link .frame .w-bottom-name .icon {
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	left: 12px;
	position: absolute;
}
.w-catalog-category-list-item .block__link .frame .w-bottom-name .icon img {
	opacity: 1;
}

.w-service-category-list-item .block__link {
	text-decoration: none;
	color: #fff;
}
.w-service-category-list-item .block__link .frame {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.w-service-category-list-item .block__link .frame .r-box:before {
	padding-top: 60%;
}
.w-service-category-list-item .block__link .overlay {
	transition: all ease 0.2s;
	background-color: rgba(0,0,0,0.4);
}
.w-service-category-list-item .block__link .w-absolute-name {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 0px 25px 20px 25px;
	font-weight: 600;
}
._desktop .w-service-category-list-item a.block__link:hover .overlay {
	background-color: rgba(0,0,0,0.7);
}
.w-catalog-list-item,
.w-catalog-list-item .block__link,
.w-catalog-list-item .block__link>.frame {
	height: 100%;
}
.w-catalog-list-item .block__link {
	text-decoration: none;
	color: #202020;
}
.w-catalog-list-item .block__link>.frame {
	background-color: #f1f1f1;
	border: 1px solid transparent;
	padding: 25px;
	border-radius: 8px;
	transition: all ease 0.2s;
}
.w-catalog-list-item .w-name {
	margin-top: 10px;
}
.w-catalog-list-item .w-name>.row {
	min-height: 40px;
}
.w-catalog-list-item .w-name .text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.w-catalog-list-item a.block__link:hover>.frame {
	background-color: #fff;
	border-color: #cecece;
}
.w-catalog-list-item a.block__link:hover .r-img {
	opacity: 1;
}

.s-footer {
	background-color: #0A0B0D;
	color: #fff;
}
.s-footer a {
	color: #fff;
}
.s-footer .logo__link {
	max-width: 171px;
}
.ul-footer-nav>li {
	margin-top: 5px;
}
.ul-footer-nav .__link {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
	text-decoration: none;
}
._desktop .ul-footer-nav a.__link:hover {
	opacity: 0.8;
}
.s-footer .footer-phone {
	margin-top: 12px;
}
.s-footer .w-icon-left.footer-phone {
	padding-left: 30px;
}
.social__link-round {
	background-color: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 10px;
	display: block;
}
.social__link-round svg {
	fill: #fff;
}
._desktop a.social__link-round:hover {
	opacity: 0.8;
}
.s-footer .social__link-round {
	background-color: #fff;
}
.s-footer .social__link-round svg {
	fill: #202020;
}

.row-footer-middle>.col-center {
	padding-top: 66px;
}
.row-footer-middle>.col-right {
	padding-top: 24px;
}

.s-page-branding .w-breadcrumbs {
	padding-top: 20px;
	padding-bottom: 10px;
}
.s-page-branding .w-breadcrumbs ~ .pagetitle {
	padding-top: 10px;
	border-top: 1px solid #ececec;
}
.s-page-branding .pagetitle {
	padding-top: 20px;
	padding-bottom: 20px;
}
.w-article-bordered-image {
	border-radius: 12px;
	overflow: hidden;
}

.w-article-gallery-slider .w-bordered-image {
	border-radius: 12px;
	overflow: hidden;
}
._js-article-gallery-slider-dots {
	padding-top: 8px;
}
@media (min-width: 1200px) {
	._js-article-gallery-slider-dots .col-xxl-custom {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 9);
		-ms-flex: 0 0 calc(100% / 9);
		flex: 0 0 calc(100% / 9);
		max-width: calc(100% / 9);
	}
}
._js-article-gallery-slider-dots>* {
	pointer-events: all;
	cursor: pointer;
	transition: all ease 0.2s;
	padding-bottom: 8px;
}
._js-article-gallery-slider-dots>* * {
	pointer-events: none;
}
._js-article-gallery-slider-dots .r-box.bordered {
	border-radius: 8px;
	overflow: hidden;
}
._js-article-gallery-slider-dots .r-box {
	opacity: 0.6;
}
._desktop ._js-article-gallery-slider-dots *:hover .r-box,
._js-article-gallery-slider-dots .curent .r-box {
	opacity: 1;
}

.w-news-list-item .block__link {
	color: #202020;
	text-decoration: none;
}
.w-news-list-item .w-image.bordered {
	border-radius: 12px;
	overflow: hidden;
}
.w-news-list-item .w-bottom {
	margin-top: 12px;
}
.w-news-list-item .w-bottom>*+* {
	margin-top: 8px;
}
.w-news-list-item .title {
	font-weight: 700;
	font-size: 16px;
	transition: all ease 0.2s;
}
.w-news-list-item .date  {
	
}
.w-news-list-item .description {
	font-size: 16px;
}
._desktop .w-news-list-item a:hover .title {
	color: #606060;
}

.messenger-roll__link .roll {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #F1F1F1;
	padding: 8px;
}
.messenger-roll__link .roll,
.messenger-roll__link .roll svg path {
	transition: all ease 0.2s;
	fill: #000;
}
._desktop a.messenger-roll__link:hover .roll {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
._desktop a.messenger-roll__link._tg:hover .roll svg path {
	fill: #448bc9;
}
._desktop a.messenger-roll__link._wh:hover .roll svg path {
	fill: #2cad46;
}
._desktop a.messenger-roll__link._vi:hover .roll svg path {
	fill: #b642ca;
}
@media (min-width: 1200px) {
	.w-catalog-top-filters {
		border-top: 1px solid #ececec;
	}
	.w-catalog-top-filters .col-filter-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 140px;
		flex: 0 0 140px;
		max-width: 140px;
	}
	.w-catalog-top-filters .col-filter-item {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc((100% - 140px) / 2);
		-ms-flex: 0 0 calc((100% - 140px) / 2);
		flex: 0 0 calc((100% - 140px) / 2);
		max-width: calc((100% - 140px) / 2);
	}

	.w-catalog-top-filters .col-filter-item .col-select-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 110px;
		flex: 0 0 110px;
		max-width: 110px;
		text-align: right;
	}
	.w-catalog-top-filters .col-filter-item .col-select {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% - 110px);
		-ms-flex: 0 0 calc(100% - 110px);
		flex: 0 0 calc(100% - 110px);
		max-width: calc(100% - 110px);
	}
}
.select2-container--default .select2-selection--single {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	font-weight: 700;
}

.w-404 .number {
	font-size: 180px;
	line-height: 180px;
	font-weight: 700;
}
.w-404>*+* {
	margin-top: 25px;
}
.w-404 a {
	text-decoration: none;
}
._desktop .w-404 a:hover {
	text-decoration: underline;
}

.w-product-features-frame>.frame {
	padding: 20px 15px 10px 15px;
	background-color: #F1F1F1;
	border-radius: 12px;
}
.w-product-features-frame ul>li {
	padding-left: 28px;
	position: relative;
	margin-bottom: 10px;
}
.w-product-features-frame ul>li:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url('../i/check-roll-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
@media (min-width: 992px) {
	.s-product .pagetitle.mobile {
		display: none;
	}
}

.w-product-tabs-list .tab {
	display: block;
	padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    min-width: 120px;
    border: 1px solid #ececec;
    -webkit-user-select: none;
	background: #ececec;
    color: #606060;
}
._desktop .w-product-tabs-list .tab:hover {
	background-color: #fff;
	border-color: #cecece;
}
.w-product-tabs-list .tab._active {
	background-color: #fff;
	color: #000;
	border-color: #000;
}

.w-product-bottom-contacts-frame>.frame {
	background-color: #F1F1F1;
	border-radius: 12px;
	position: relative;
	padding: 20px 30px;
	position: relative;
	padding-right: 120px;
	min-height: 140px;
	font-size: 16px;
}
.w-product-bottom-contacts-frame .phone__link {
	font-weight: 700;
}
.w-product-bottom-contacts-frame .decorated-image {
	position: absolute;
	width: 76px;
	height: 76px;
	right: 30px;
	top: calc(50% - 38px);
}

.download-file__link {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
._desktop a.download-file__link:hover {
	text-decoration: underline;
}
.download-file__link .w-icon-right {
	padding-left: 30px;
}
.download-file__link .w-icon-right .icon {
	top: calc(50% - 15px);
	left: 0;
	width: 22px;
	height: 30px;
}

.s-prod-line-pager .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.w-prod-line-parent {
	position: relative;
}
.w-prod-line-parent .w-buttons.overlay {
	background-color: transparent;
	pointer-events: none;
}
.w-prod-line-parent .w-buttons .w-button {
	position: absolute;
	z-index: 1;
}
.w-prod-line-parent .w-buttons .w-button .btn {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #000;
	color: #fff;
	min-width: 40px;
	padding: 12px 5px;
	border-radius: 12px;
	pointer-events: all;
	transform: translateX(-20px) translateY(-20px);
}
.w-prod-line-parent .w-buttons .w-button .btn:after {
	content: "";
	display: block;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-radius: 13px;
	border: 2px solid rgba(0,0,0,0.3);
	position: absolute;
	pointer-events: none;
	transform: scale(0.3);
	opacity: 0;
}
._desktop .w-prod-line-parent .w-buttons .w-button .btn:hover {
	background-color: #404040;
}
._desktop .w-prod-line-parent .w-buttons .w-button .btn:hover:after {
	animation: prod_line_btn_animate 1s infinite;
}

.s-prod-line-slider .product-images {
	position: relative;
}
.s-prod-line-slider .absolute-decorated-number {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	background-color: #000;
	color: #fff;
	width: 40px;
	padding: 12px 5px;
	border-radius: 12px;
	pointer-events: none;
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 10px;
}

@-webkit-keyframes prod_line_btn_animate {
    from {
        opacity: 0.3;
        transform: scale(0.3);
    }
    50% {
    	opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.3);
    }
}



.s-prod-line-pager {
	position: relative;
}
.w-touch-finger {
    position: absolute;
    z-index: 3;
    top: -2px;
    left: -15px;
    width: calc(100vw + 30px);
    height: auto;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.5), rgba(255,255,255,0));
    display: none;
}
.w-touch-finger:before {
    display: block;
    padding-top: 33%;
    content: "";
}
.w-touch-finger .w-finger {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
}
.w-touch-finger .w-finger img.animated {
    -webkit-animation: touch__finger 1.5s infinite;
    -moz-animation: touch__finger 1.5s infinite;
    animation: touch__finger 1.5s infinite;
}
.w-touch-finger .w-finger img {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
}
@-webkit-keyframes touch__finger {
    from {
        margin-left: 50px;
        margin-right: 0px;
        transform: rotate(45deg)
    }
    50% {

    }
    100% {
        margin-left: 0px;
        margin-right: 80px;
        transform: rotate(15deg)
    }
}
.row-header-contacts .w-cloud-dropper .inset {
    width: 200px;
    left: calc(50% - 100px);
}
.row-header-contacts .w-cloud-dropper.w-lang-switcher .inset {
    width: 70px;
    left: calc(50% - 35px);
}
.messenger-roll__link {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: #202020;
	display: block;
	padding: 5px;
}
.messenger-roll__link path,
.messenger-roll__link circle {
	fill: #fff;
}
._desktop a.messenger-roll__link.tg:hover {
	background-color: #60b9e3;
}
._desktop a.messenger-roll__link.ig:hover {
	background-color: #fc45ff;
}
._desktop a.messenger-roll__link.yt:hover {
	background-color: #ff1212;
}
.phone .phone-description {
	font-size: 13px;
	line-height: 16px;
}

.s-contacts .messenger-roll__link {
	background-color: transparent;
	padding: 0;
}
@media (max-width: 767px) and (min-width: 360px) {
	.row.row-more-products>*:nth-child(3) {
		display: none;
	}
}



/*_CUSTOM END*/

@media (max-width: 1400px) {
	.owl-carousel.nav-outside .owl-stage-outer {padding-bottom: 60px;}
	.owl-carousel.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}
	.owl-carousel.nav-outside .owl-nav [class*=owl-] {top:auto;bottom: 10px;}
}

@media (max-width: 1229px) {
	.w-mobile-navigation-button.catalog-filters {display: none;}
}

@media (max-width: 1199px) {

	.s-header {background-color: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.1);position: fixed;top: 0;left: 0;right: 0;width: 100%;transition: all ease 0.2s;}
	._js-mobile-search-shown .s-header {top: 69px;}
	.row-header-bottom .col-header-search {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.row-header-bottom .col-header-search .lense-btn__link {display: none;}
	.header-bottom {height: 70px;padding-top: 15px;padding-bottom: 10px;background-color: transparent;}
	
	.w-header-search-parent .inset {top: 10px;}
	.row-header-bottom>.col {padding-top: 0;}
	.w-header-search-parent._toggled .inset,
	.w-header-search-parent .inset {width: calc(100% - 20px);left: 10px;}
	.w-header-search-parent .inset,
	.w-header-search-parent .inset>.frame {width: 100%;height: 50px;}
	.w-header-search-parent input.input__default {padding-left: 15px;}
	.s-index-slider .slide-image {position: relative;width: 60%;}

}

@media (max-width: 991px) {
	article img {width: auto !important; height: auto !important;}
	.img-article-left,
	.img-article-right {float: none !important;}
	.s-index-slider .slide-image {width: 100%;}
	.s-index-slider .slide-image:before {content: "";display: block;z-index: 2;position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;background: rgba(0,0,0,0.3);}
	.w-catalog-category-list-item .block__link .frame .w-bottom-name .text {font-size: 14px;font-weight: 400;}
	.w-catalog-list-item .block__link>.frame {padding: 15px;}
	.w-catalog-list-item .w-name .text {font-size: 14px;line-height: 18px;}
	.w-product-tabs-list .tab {padding: 8px 10px;font-size: 14px;}
	.s-prod-line-pager>.container-fluid {overflow: auto;}
	.w-prod-line-parent {width: 1024px;margin-top: -16px;margin-left: -50px;margin-right: -150px;}
}

@media (max-width: 767px) {
	.s-index-slider {background-color: transparent;}
	.owl-carousel.owl-index-slider .owl-stage-outer {background-color: #000;}
	.owl-carousel.owl-index-slider .owl-nav {display: none;}
	.owl-carousel.owl-index-slider .owl-dots {display: block;}
	.w-service-category-list-item .block__link .w-absolute-name {position: absolute;z-index: 2;bottom: 0px;right: 0px;left: 0px;padding: 0px 15px 10px 15px;}
	.row-footer-middle>.col-center {padding-top: 10px;}
	.row-footer-middle>.col-right {padding-top: 30px;}
	.w-mobile-navigation-button.catalog-filters {display: block;}
	.navigation-menu.catalog-filters .navigation-menu-body {padding-left: 15px;padding-right: 15px;padding-bottom: 250px;}
	.w-product-tabs-list {padding-left: 15px;padding-right: 15px;padding-bottom: 10px;margin-left: -15px;margin-right: -15px;overflow: auto;}
	._touchscreen .w-touch-finger {display: block;}

	.w-catalog-category-list-item .block__link .frame .w-bottom-name {
		padding: 5px 5px;
		border-radius: 2px;
	}
	.w-service-category-list-item .block__link .w-absolute-name ._h3 {
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
	}
}

@media (max-width: 575px) {
	.s-index-slider .content .slide-text .w-button .button {padding-left: 15px;padding-right: 15px;}
	.w-article-gallery-slider .w-dots-parent {margin-left: -15px;margin-right: -15px;padding-left: 15px;padding-right: 15px;overflow: auto;white-space: nowrap;}
	.w-article-gallery-slider .w-dots-parent>.row {-webkit-flex-wrap: nowrap;-moz-flex-wrap: nowrap;-ms-flex-wrap: nowrap;-o-flex-wrap: nowrap;flex-wrap: nowrap;}
	._js-article-gallery-slider-dots>.col {-webkit-box-flex: 0;-ms-flex: 0 0 80px;flex: 0 0 80px;max-width: 80px;}
	.w-404 .number {font-size: 100px;line-height: 100px;}
	.w-404 .pig-image {max-width: 110px;}
}

@media (max-width: 419px) {
	.w-product-bottom-contacts-frame>.frame {padding: 20px 30px;}
	.w-product-bottom-contacts-frame .decorated-image {display: none;}
}

@media (max-width: 354px) {

}

