/*====================PREVIEW-CATALOG====================*/

.btn {
    display: flex;
    padding: 14px 24px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: var(--font-coco-gothic);
    font-size: 18px;
    line-height: 24px;
    /* 133.333% */
    transition: .3s;
}

.primary-btn {
    background: #1C242E;
    color: #FFF;
}

.primary-btn:hover {
    background: #363D47;
}

.secondary-btn {
    background: #F5F6F6;
    color: #363D47;
}

.secondary-btn:hover {
    background: #ECEDEE;
}

.txt-24 {
}

.preview__catalog {
    /* padding: 121px 0 0; */
    /* padding: 121px 0 180px; */
}

.preview__catalog-body {
}

.preview__catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
    margin: 0 0 40px 0;
}

.preview__catalog-note {
    color: #1C242E;
    font-family: var(--font-colus);
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0.16px;
}

.preview__catalog-link {
    display: inline-block;
    position: relative;
    color: #4F5761;
    font-family: var(--font-coco-gothic);
    font-size: 18px;
    line-height: 24px;
    /* 133.333% */
    padding: 0 19px 0 0;
}

.preview__catalog-link::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/bacho/assets/images/icons/arrow_right.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.preview__catalog-link:hover {
    color: #292e32;
}

.preview__catalog-tilings {
}

.preview__cards {
    display: flex;
    flex-wrap: wrap;
    /*flex: 0 1 50%;*/
    gap: 24px;
    margin: 0 0 80px 0;
}

.preview__card-body {
    position: relative;
    max-width: calc(50% - 12px);
    max-height: 710px;
}


.preview__card-body::after { 
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 300px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(28, 36, 46, 0.00) 0%, rgba(28, 36, 46, 0.50) 100%);
}

.preview__card-about {
    position: absolute;
    left: 60px;
    bottom: 40px;
    z-index: 1;
}

.preview__card-category {
    color: #FFF;
    font-family: var(--font-colus);
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.preview__card-count {
    color: #FFF;
    font-family: var(--font-coco-gothic);
    font-size: 18px;
    line-height: 24px;
    /* 133.333% */
}

.preview__card-count span {
    margin: 0 4px;
}

.preview__card-bg {
    position: relative;
}

.preview__card-bg {
    position: relative;
}

.preview__catalog-btn {
    max-width: 465px;
    margin: 0 auto;
}

/*===================/PREVIEW-CATALOG====================*/

.banner {
	position: relative
}

.banner-img {
	display: block
}

.banner-img_mobile{
	display: none;
}
.banner-info {
	max-width: 1075px;
	margin: 12% auto 0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%
}

.banner-title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 40px;
	line-height: 125%;
	text-align: center;
	letter-spacing: .005em;
	font-family: Colus;
	margin: 0 auto 24px;
	max-width: 1010px
}

.banner-subtitle {
	font-size: 24px;
	line-height: 134%;
	text-align: center;
	margin: 0 0 40px;
	color: #4f5761;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on
}

.banner-btns {
	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
}

.banner-btn {
	margin: 0 8px
}

.help-wrap {
	padding: 70px 245px 80px 65px;
	background-color: #1c242e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.help-info {
	max-width: 520px;
	margin: 0 50px 0 0
}

.help-form {
	max-width: 400px;
	width: 100%;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on
}

.help-title {
	color: #fff;
	margin: 0 0 32px
}

.help-subtitle {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on
}

.help-confirm {
	width: 100%
}

.help-label {
	margin: 0 0 16px
}

.advantages-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.advantages-title {
	max-width: 310px
}

.advantages-items {
	max-width: 950px;
	margin: 0 0 0 50px;
	width: 100%
}

.advantages-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.advantages-item:not(:last-child) {
	border-bottom: 1px solid #d8dbde;
	padding-bottom: 37px;
	margin-bottom: 37px
}

.advantages-info {
	max-width: 620px;
	margin: 0 0 0 24px;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on
}

.advantages-name {
	font-size: 24px;
	line-height: 134%;
	margin: 0 0 12px;
	color: #1c242e
}

.advantages-text {
	font-size: 18px;
	line-height: 134%;
	color: #4f5761
}

.manufacture-inner {
	max-width: 710px;
	margin-left: 17.4%
}

.manufacture-title {
	margin: 0 0 32px;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on
}

.manufacture-text {
	font-size: 24px;
	line-height: 134%;
	color: #4f5761;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on;
	margin: 0 0 55px
}

.manufacture-wrap {
	width: 100%;
	margin: 0 auto 56px
}

.manufacture-video {
	position: relative
}

.manufacture-video_wrap {
	width: 100%;
	height: 52.083%
}

.manufacture-video_name {
	font-size: 28px;
	line-height: 115%;
	margin: 0 0 12px;
	font-weight: 400
}

.manufacture-video_time {
	font-size: 18px;
	line-height: 134%;
	color: rgba(255, 255, 255, .64)
}

.manufacture-video_info {
	max-width: 465px;
	width: 100%;
	position: absolute;
	z-index: 2;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 65px 0 0;
	color: #fff
}

.manufacture-video_play {
	width: 96px;
	height: 96px;
	position: absolute;
	top: calc(50% - 48px);
	left: calc(50% - 48px);
	z-index: 2;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.manufacture-video_play.video-playing {
	opacity: 0
}

.manufacture-video_play-btn {
	z-index: 2;
	cursor: pointer
}

.manufacture-video_play::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -1px;
	top: -1px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	pointer-events: none
}

.get-catalog_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #1c242e
}

.get-catalog_left {
	padding: 80px 64px
}

.get-catalog_title {
	color: #fff;
	margin: 0 0 16px
}

.get-catalog_subtitle {
	font-size: 18px;
	line-height: 24px;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on;
	color: #fff;
	max-width: 450px
}

.get-catalog_form {
	margin: 48px 0 0;
	max-width: 400px
}

.get-catalog_label {
	margin: 0 0 20px
}

.get-catalog_img {
	-o-object-fit: cover;
	object-fit: cover
}

.get-catalog_confirm {
	margin: 4px 0 0;
	width: 100%
}

.catalog-main {
	position: relative;
	margin: 0 0 0 -12px;
	width: calc(100% + 38px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog-title {
	max-width: 1120px;
	margin: 0 0 40px
}

.catalog-top {
	margin: 0 0 20px;
	border-bottom: 1px solid #d8dbde;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: sticky;
	top: -2px;
	z-index: 2;
	background-color: #fff
}

.catalog-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog-filter_item {
	padding: 24px 0;
	margin: 0 32px 0 0;
	position: relative;
	font-size: 18px;
	line-height: 135%;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on;
	color: #696e78;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer
}

.catalog-filter_item:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.catalog-filter_item:hover {
	color: #363d47
}

.catalog-filter_item.active {
	color: #363d47
}

.catalog-filter_item.active:after {
	background-color: #363d47
}

.catalog-explore {
	font-size: 18px;
	line-height: 135%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
	color: #4f5761;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer
}

@media (min-width:600px) {
	.catalog-explore:hover {
		color: #363d47
	}
	
}

/*
@media (max-width: 1199.98px) {
	body .hide_in_mobile {display: none;}
}
*/




.catalog-explore:after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 9L11.601 9.60104C11.933 9.26909 11.933 8.73091 11.601 8.39896L11 9ZM5.89896 5.10104L10.399 9.60104L11.601 8.39896L7.10104 3.89896L5.89896 5.10104ZM10.399 8.39896L5.89896 12.899L7.10104 14.101L11.601 9.60104L10.399 8.39896Z' fill='%234F5761'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin: -2px 0 0 10px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.catalog-explore:hover:after {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px)
}

.catalog-item {
	display: block;
	position: relative;
	cursor: pointer
}

.catalog-item:not(.catalog-banner):hover .catalog-item_img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.catalog-item:not(.catalog-banner):hover .catalog-item_name {
	color: #1c242e
}

.catalog-item_image {
	overflow: hidden
}

.catalog-item_img {
	display: block;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.catalog-item_img.lazyload{
	max-width: none;
}

.catalog-item_name {
	font-size: 18px;
	line-height: 24px;
	margin: 16px 0 0;
	color: #363d47;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.grid-half .catalog-item_price, .grid-full .catalog-item_price,.catalog-item_link {
	font-size: 18px;
	line-height: 134%;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on;
	color: rgba(255, 255, 255, .9);
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.catalog-item_link{
	display:none;
}
.catalog-item_link:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 9L11.601 9.60104C11.933 9.26909 11.933 8.73091 11.601 8.39896L11 9ZM5.89896 5.10104L10.399 9.60104L11.601 8.39896L7.10104 3.89896L5.89896 5.10104ZM10.399 8.39896L5.89896 12.899L7.10104 14.101L11.601 9.60104L10.399 8.39896Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin: -2px 0 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.catalog-item_link:hover:after {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px)
}
.catalog-item_price {
  margin-top: 12px;
}



.catalog-banner .catalog-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 36, 46, 0)), to(rgba(28, 36, 46, .35)));
	background: -o-linear-gradient(top, rgba(28, 36, 46, 0) 0, rgba(28, 36, 46, .35) 100%);
	background: linear-gradient(180deg, rgba(28, 36, 46, 0) 0, rgba(28, 36, 46, .35) 100%);
	padding: 60px
}

.catalog-banner .catalog-item_name {
	font-size: 40px;
	line-height: 125%;
	letter-spacing: .005em;
	color: #fff;
	margin: 0 0 4px;
	font-family: Colus
}

.grid-item {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	margin: 20px 12px;
	z-index: 1;
	max-width: calc(33% - 24px)
}
.grid-item:not(.muuri-item){
	position:relative;
	width: 100%;
	height:max-content;
}
.grid-item_content {
	position: relative;
	width: 100%;
	height: 100%
}
.grid-half .catalog-item_img, .grid-full .catalog-item_img {
	object-fit: cover;
	max-width: none;
	width: 100%;
}
.grid-half {
	max-width: calc(66% - 24px)
}

.grid-full {
	max-width: calc(99% - 24px)
}

.slider-title {
	margin: 0 0 40px 20%;
	max-width: 810px;
}

.slider-container {
	overflow: hidden;
	position: relative;
	/*height: 940px;*/
}

.slider-container .swiper-wrapper {
	height: 100%
}

.slider-container .swiper-slide {
	height: auto;
}

.slider-container .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20.83%;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 36, 46, 0)), to(rgba(28, 36, 46, .35)));
	background: -o-linear-gradient(bottom, rgba(28, 36, 46, 0) 0, rgba(28, 36, 46, .35) 100%);
	background: linear-gradient(360deg, rgba(28, 36, 46, 0) 0, rgba(28, 36, 46, .35) 100%)
}

.slider-img {
	margin: 0 0 -8px;
	width: 100%;
	object-fit: cover;
}

.slider-img_mobile {
	display: none;
	width: 100%;
	object-fit: cover;
}

.slider-description {
	margin: 48px 19% 0 33.89%;
	font-size: 18px;
	line-height: 135%;
	-webkit-font-feature-settings: "salt" on;
	font-feature-settings: "salt" on;
	color: #4f5761
}

.slider-text:not(:first-child) {
	margin: 32px 0 0
}

.slider-button-next,
.slider-button-prev {
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 2;
	-webkit-transition: background .3s ease, opacity .3s ease;
	-o-transition: background .3s ease, opacity .3s ease;
	transition: background .3s ease, opacity .3s ease;
	opacity: 0
}

.slider-button-next:hover,
.slider-button-prev:hover {
	opacity: 1
}

.slider-button-prev {
	left: 0
}

.slider-button-prev:hover {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .2)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2))
}

.slider-button-next {
	right: 0
}

.slider-button-next:hover {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .2)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2))
}

.product-slider .lds-ellipsis div{
	background-color: #000;
}

.product-slider .swiper-loader{
	display: flex;
	justify-content: center;
	align-items:center;
	height: 100%;
}

@media (max-width:1440px) {
	.banner-title {
		font-size: 32px;
		max-width: 820px;
		margin: 0 auto 20px
	}

	.banner-subtitle {
		font-size: 22px
	}

	.get-catalog_left {
		padding: 45px 40px
	}

	.get-catalog_img {
		-o-object-fit: cover;
		object-fit: cover;
		max-width: 600px
	}

	.get-catalog_form {
		margin: 48px 0 0;
		max-width: 400px
	}

	.catalog-top {
		width: calc(100% + 40px);
		padding: 0 20px;
		margin: 0 0 20px -20px
	}

	.catalog-main {
		width: calc(100% + 28px)
	}

	.catalog-banner .catalog-info {
		height: 110px;
		padding: 25px
	}

	.catalog-banner .catalog-item_name {
		font-size: 28px
	}

	.help-wrap {
		padding: 60px 50px 70px
	}

	.help-form {
		margin: 0 auto
	}
}

@media (max-width:1200px) {
	.get-catalog_img {
		max-width: 450px
	}

	.slider-description {
		margin: 40px auto 0;
		max-width: 600px
	}

	.manufacture-text {
		font-size: 20px
	}

	.manufacture-video_info {
		margin: 32px 0 0
	}

	.manufacture-video_name {
		font-size: 22px;
		margin: 0 0 8px
	}

	.manufacture-video_time {
		font-size: 17px
	}

	.manufacture-video_play {
		width: 70px;
		height: 70px;
		top: calc(50% - 35px);
		left: calc(50% - 35px)
	}

	.catalog-item {
		height: 100%
	}

	.help-info {
		max-width: 360px
	}
}

@media (max-width:1000px) {
	.advantages-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.advantages-title {
		max-width: 100%
	}

	.advantages-items {
		max-width: 100%;
		margin: 50px 0 0
	}

	.vertical-item .catalog-item_image {
		height: calc(100% - 40px)
	}

	.vertical-item .catalog-item_img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	.grid-item {
		max-width: calc(50% - 24px)
	}

	.grid-full,
	.grid-half {
		max-width: calc(100% - 24px)
	}

	.slider-title {
		margin: 0 0 30px;
		max-width: 450px
	}

	.catalog-title {
		max-width: 840px;
		margin: 0 0 30px
	}

	.manufacture-inner {
		max-width: 100%;
		margin-left: 0
	}
}

@media (max-width:900px) {
	.banner {
		/* margin: 60px 0 0 */
	}

	.banner-title {
		font-size: 24px;
		max-width: 610px
	}

	.banner-info {
		margin: 0 auto;
		padding: 70px 16px 24px
	}

	.banner-subtitle {
		font-size: 18px;
		margin: 0 0 25px
	}

	.catalog-top {
		top: 60px
	}

	.catalog-filter_item {
		margin: 0 20px 0 0;
		font-size: 16px
	}

	.help-wrap {
		padding: 50px 30px 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.help-info {
		max-width: 100%;
		margin: 0 0 56px
	}
}

@media (max-width:600px) {
	.banner {
		overflow: hidden
	}

	.banner:after {
		/*content: "";
		display: block;
		padding-top: 715px*/
	}

	.banner-title {
		font-size: 20px
	}

	.banner-subtitle {
		font-size: 16px
	}

	.banner-img {
		position: absolute;
		height: 100%;
		/*min-width: 1006px;*/
		right: -42%;
		max-width: none;
		display:none;
	}
	.banner-img_mobile{
		display: block;
	}
	.banner-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 280px;
		margin: auto auto 0
	}

	.banner-btn {
		margin: 8px 0;
		width: 100%
	}

	.banner-info {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.slider-container {
		width: calc(100% + 32px);
		margin: 0 0 0 -16px;
		/*height: 600px;*/
	}

	.slider-img {
		display: none
	}

	.slider-img_mobile {
		-o-object-fit: cover;
		object-fit: cover;
		display: block;
		height: 100%;
	}

	.slider-button-next,
	.slider-button-prev {
		width: 100px
	}

	.catalog {
		z-index: 3;
		position: relative
	}

	.catalog-top {
		overflow: auto hidden;
		width: calc(100% + 32px);
		padding: 0 20px;
		margin: 0 0 20px -16px;
		top: 60px
	}

	.catalog-main {
		width: calc(100% + 24px)
	}

	.catalog-filter {
		padding: 0 0 1px
	}

	.catalog-filter_item {
		padding: 0 0 24px;
		font-size: 16px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		white-space: nowrap
	}

	.catalog-filter_item:last-child {
		margin: 0
	}

	.catalog-explore {
		font-size: 16px;
		position: fixed;
		bottom: 0;
		left: 50%;
		z-index: 3;
		margin: 0 16px 24px;
		width: 100%;
		max-width: 420px;
		width: calc(100% - 32px);
		font-size: 18px;
		line-height: 134%;
		text-align: center;
		-webkit-font-feature-settings: "salt" on;
		font-feature-settings: "salt" on;
		color: #fff;
		padding: 14px 24px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #1c242e;
		-webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
		transition: background-color .3s ease, -webkit-transform .3s ease;
		-o-transition: background-color .3s ease, transform .3s ease;
		transition: background-color .3s ease, transform .3s ease;
		transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
		-webkit-transform: translateY(100px) translateX(calc(-50% - 16px));
		-ms-transform: translateY(100px) translateX(calc(-50% - 16px));
		transform: translateY(100px) translateX(calc(-50% - 16px))
	}

	.catalog-explore.active {
		-webkit-transform: translateY(0) translateX(calc(-50% - 16px));
		-ms-transform: translateY(0) translateX(calc(-50% - 16px));
		transform: translateY(0) translateX(calc(-50% - 16px))
	}

	.catalog-explore:hover {
		background-color: #363d47
	}

	.catalog-explore:after {
		display: none
	}

	.catalog-banner .catalog-item_name {
		font-size: 20px
	}

	.catalog-banner .catalog-info {
		height: 80px;
		padding: 15px
	}

	.catalog-item_link {
		font-size: 16px
	}

	.get-catalog_left {
		padding: 50px 16px 60px
	}

	.get-catalog_wrap {
		width: calc(100% + 32px);
		margin: 0 0 0 -16px
	}

	.manufacture-title {
		margin: 0 0 20px
	}

	.manufacture-text {
		font-size: 16px;
		margin: 0 0 35px
	}

	.help-wrap {
		padding: 50px 16px 60px;
		width: calc(100% + 32px);
		margin: 0 0 0 -16px
	}

	.help-label {
		margin: 0 0 20px
	}

	.help-confirm {
		margin: 4px 0 0
	}

	.advantages-items {
		margin: 40px 0 0
	}

	.advantages-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.advantages-item:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px
	}

	.advantages-info {
		margin: 24px 0 0
	}

	.advantages-name {
		font-size: 18px
	}

	.advantages-text {
		font-size: 16px
	}

	.footer-item:nth-child(1) {
		order: 0;
	}
}

@media (max-width:500px) {
	.grid-item {
		max-width: calc(100% - 24px);
		margin: 12px
	}
}
