

/* Start:/local/templates/bytplast/components/bitrix/news.list/big_slider/style.css?1722421391739*/
.big__slider_wrapper {
	display: flex;
}


.big__slider__left,
.big__slider__right {
	flex: 1;
	max-height: 540px;
}

.slider__banner__content {
	margin-left: calc((100vw - 1490px) / 2);
}



.big__slider__left .swiper-slide {
	display: flex;
	align-items: center;
}



.big__slider_wrapper .slider__actions {
	position: absolute;
	bottom: 50px;
	left: calc((100vw - 1490px) / 2);
	right: 0;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 30px;
}

.big__slider_wrapper .slider__actions .swiper-button-next,
.big__slider_wrapper .slider__actions .swiper-button-prev,
.big__slider_wrapper .slider__actions .swiper-pagination {
	color: white;
}

.custom__swiper__pagination .swiper-pagination-bullet {
	background: white;
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/catalog.section.list/head-section-list/style.css?1722421392638*/
.head__sections__list_wrapper {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: 1fr;
}

.head__sections__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	height: 170px;
	background: transparent;
	text-transform: uppercase;
	border: 1px solid var(--color-16);
}

.head__sections__item:not(.head__sections__item:last-child) {
	border-right: none;
}

.head__sections__item p {
	text-align: center;
}

.head__sections__item:hover svg path {
	stroke: var(--color-11);
}

.head__sections__item:hover {
	background: var(--color-2);
	color:  var(--color-11);
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/news.list/trademarks/style.css?1722421391497*/
.trademarks_wrapper {
	padding: 100px 0;
	background: var(--color-11);
}

.trademarks__list {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	padding-top: 10px;
}

.trademarks__item {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trademarks__item img {
	max-height: 100px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.trademark__action {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/news.list/triple-slider/style.css?17224213911195*/
.triple__slider_wrapper {
	padding: 100px 0 50px;
}

.sliders_wrapper {
	display: flex;
	height: 640px;
}

.sliders__left,
.sliders__right	{
	flex: 1;
	max-width: 50%;
	height: 100%;
}

.sliders__right {
	padding: 60px 60px;
	background: var(--color-3);
}

.slider__three{
	height: 100%;
	position: relative;
}

.slider__one {
	height: 120px;
}

.slider__two {
	height: 390px;
}

.slider__one,
.slider__two,
.slider__three {
	width: 100%;
}

.sliders__left {
	padding: 60px 60px;
	background: var(--color-11);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.slider__one__content {
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
	align-items: center;
}

.slider__one__content__value {
	font-weight: 700;
}

.slider__three__title p {
	font-size: 48px;
	line-height: 85%;
	text-transform: uppercase;
	word-break: break-all;
}

.slider__three__title span {
	font-size: 16px;
	line-height: 120%;
	font-weight: 500;
	float: left;
	height: fit-content;

}

.slider__three .slider__actions  {
	position: absolute;
	bottom: 0;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 30px;
}

.triple__swiper__pagination .swiper-pagination-bullet {
	background: black;
}



/* End */


/* Start:/local/templates/bytplast/components/bitrix/news.list/where_to_buy/style.css?1722421391498*/
.where_to_buy_wrapper {
	padding: 50px 0 85px;
}

.where_to_buy__list {
	height: 290px;
}


.where_to_buy__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.trademark__action {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.where_to_buy__item {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(1);
	height: 100%;
}

.where_to_buy__prev.swiper-button-prev,
.where_to_buy__next.swiper-button-next {
	color: black;
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/news.list/image_catalog/style.css?17224213911224*/
.head__catalog {
    background: white;
}
.head__catalog_wrapper{
    display: flex;
    padding: 64px 0 83px;
    /*height: 440px;*/
    gap: 120px;

}

.head__catalog__img {
    max-width: 40%;
    max-height: 500px;
    height: fit-content;
    position: relative;
    margin-top: -74px;
}

.head__catalog__img .head__catalog__list_wrapper {
    display: none;
}

.head__catalog__list_wrapper {
    margin-top: 30px;
    display: flex;
    gap: 110px;
}

.head__catalog__content {
    flex: 1;
}

.head__catalog__list {
    flex: 1;
}

.head__catalog__list__content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.head__catalog__list__content a {
    font-size: 18px;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    height: fit-content;
    border-radius: 0;
}

.head__catalog__list__item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid var(--border-4);
}

.head__catalog__list__item:hover .item__counter {
    color: var(--color-2);
}

.head__catalog__list__item:hover {
    border-bottom: 1px solid var(--color-1);
}

.head__catalog__list__item .text__little {
    color: var(--color-18);
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/news.list/news-part/style.css?17224213911203*/
.news__part_wrapper {
    padding: 100px 0;
    background: var(--color-7);
    overflow: hidden;
}

.news__item__first {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-16);
    display: flex;
    gap: 10px;
    height: 500px;
}

.news__item__first__title_wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news__item__first__img,
.news__item__first__content{
    width: 50%;
}

.news__item__first__content {
    padding: 0 20px;
    position: relative;
}

.news__read__button {
    position: absolute;
    right:0;
    bottom: 0;
}

.news__list__swiper {
    height: fit-content;
}

.news__list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    padding-top: 10px;
}

.news__item__img {
    width: 100%;
    height: 260px;
}

.news__item__content {
    padding: 16px 20px 20px;
}

.news__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


p.news__item__first__title {
    font-weight: 600;
}

.news__title,
.news__desc{
    font-weight: 500;
}
.news__action {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/main.include/feedback-form/style.css?1748174473729*/
.form__feedback {
    padding: 75px 0 50px;
    background: var(--color-3);
}

.form__feedback_wrapper {
    display: flex;
}

.form__feedback__title_wrapper .h3 {
    font-weight: 500;
}

.form__feedback__inputs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.form__feedback__title_wrapper,
.form__feedback__content,
.form__feedback__inputs .input_wrapper:not(.input_wrapper:last-child) {
    flex: 1;
}


.form__feedback__inputs .input_wrapper:last-child {
    width: 100%;
}

.form__feedback__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.form__feedback__actions {
    margin-top: 20px;
}

.form__feedback input:not(input[type="checkbox"]),
.form__feedback textarea {
    width: 100%;
}
/* End */


/* Start:/local/templates/bytplast/components/bitrix/main.include/contact-map/style.css?17224213921550*/
.contact__map_wrapper {
    display: flex;
}

.contact__map,
.contact__map__info{
    flex: 1;
}

.contact__map {
    max-height: 600px;
    height: 520px;
}

.contact__map__info {
    padding: 60px 0;
    background: var(--color-11);
}

#contact__map__info_wrapper {
    margin-left: calc((100vw - 1490px) / 2);
    max-width: 80%;
}

.contact__map__tabs {
    display: flex;
    gap: 30px;
    width: 150px;
    height: 30px;
    position: relative;
}

.contact__map__tabs span {
    color: var(--color-14);
    cursor: pointer;
    position: absolute;
    display: block;
    right: 0;
    left: 100%;
    width: fit-content;
   font-weight: 500;
}


.contact__map__tabs span.active {
    color: var(--color-2);
    left: 0;
    right: 100%;
    /*right: auto;*/
}

.contact__map__tabs span:after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-14);

}

.contact__map__tabs span.active:after {
    background:  var(--color-2);
}

.contact__map__subtitle {
    margin: 12px 0 20px;
}

.contact__map__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map__content__item__label {
    font-size: 14px;
    line-height: 120%;
    opacity: 0.5;
}

.tab-contact .c__content,
.tab-warehouse .w__content{
    display: block;
}

.map__content__item__label {
    margin-bottom: 4px;
}

.contact__map__content__item a {
    font-weight: 600;
}

.contact__map__content__item .footer__column__right {
    flex-direction: row;
}



/* End */


/* Start:/local/templates/bytplast/components/bitrix/sender.subscribe/subs_form/style.css?17224213925667*/
.subs__form {
	background: var(--color-3);
	padding: 32px 0;
}

.subs__form .form__content {
	display: flex;
	gap: 30px;
	align-items: center;
	flex: 1;
}

.subs__form_wrapper {
	display: flex;
}

.subs__form .form__title,
.subs__form form{
	flex: 1;
}

.form__content .bx-input-group {
	flex: 1;
}

.form__content .bx-input-group input {
	width: 100%;
}




/*.subs__form div.bx-block-title {*/
/*	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));*/
/*	font-weight: var(--ui-font-weight-semi-bold, 600);*/
/*	color: #343434;*/
/*	text-transform: uppercase;*/
/*	font-size: 12px;*/
/*	margin-bottom: 9px;*/
/*}*/
/*.bx-subscribe-desc {*/
/*	color: #aaa;*/
/*	font-size: 12px;*/
/*	position: relative;*/
/*	margin-top: -5px;*/
/*	margin-bottom: 3px;*/
/*}*/
/*.bx-subscribe .bx-input-group .bx-form-control {*/
/*	position: relative;*/
/*	margin-bottom: 15px;*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 34px;*/
/*	padding: 6px 12px;*/
/*	font-size: 14px;*/
/*	line-height: 1.42857143;*/
/*	color: #555;*/
/*	background-color: #F8FAFC;*/
/*	border: 1px solid #D5DADC;*/
/*	border-radius: 2px;*/
/*	outline: none;*/
/*	box-shadow: none !important;*/
/*	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
/*	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
/*}*/
/*.bx-ios .bx-subscribe .bx-input-group .bx-form-control {*/
/*	!* Fix of input shadow for IOS browsers. *!*/
/*	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);*/
/*	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);*/
/*}*/
/*.btn-subscribe {*/
/*	cursor: pointer;*/
/*	text-align: center;*/
/*	background: #70bb18;*/
/*	border: none;*/
/*	color: #fff;*/
/*	font-size: 13px;*/
/*	position: relative;*/
/*	text-transform: uppercase;*/
/*	border-radius: 2px;*/
/*	line-height: 30px;*/
/*	height: 40px;*/
/*	padding: 5px 60px 5px 20px;*/
/*	vertical-align: middle;*/
/*	outline: none;*/
/*	-webkit-transition: width 5s linear;*/
/*	-moz-transition: width 5s linear;*/
/*	-ms-transition: width 5s linear;*/
/*	-o-transition: width 5s linear;*/
/*	transition: width 5s linear;*/
/*}*/
/*.btn-subscribe:hover {*/
/*	background: #7ec629;*/
/*}*/
/*.btn-subscribe:before {*/
/*	content: " ";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	width: 40px;*/
/*	background-color: #5b9f0b;*/
/*	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");*/
/*	background-position: 50%;*/
/*	background-repeat: no-repeat;*/
/*	border-radius: 0 2px 2px 0;*/
/*}*/
/*.btn-subscribe span {*/
/*	display: block;*/
/*}*/
/*.btn-subscribe.send {*/
/*	padding: 5px 40px;*/
/*	-webkit-animation-name: MeilSend;*/
/*	animation-name: MeilSend;*/
/*	-webkit-animation-duration: .5s;*/
/*	animation-duration: .5s;*/
/*	outline: none;*/
/*	color: #fff;*/
/*}*/
/*.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}*/
/*.btn-subscribe.send:before {*/
/*	width: 0;*/
/*	background-position: 100px 50%;*/
/*	-webkit-animation-name: MeilSendButton;*/
/*	animation-name: MeilSendButton;*/
/*	-webkit-animation-duration: .5s;*/
/*	animation-duration: .5s;*/
/*}*/
/*@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}*/
/*@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}*/
/*@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}*/
/*@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}*/
/*@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}*/
/*@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}*/

/*.bx_subscribe_response_container {*/
/*	padding: 40px;*/
/*	color: #35414E;*/
/*}*/

/*.bx_subscribe_checkbox_container {*/
/*  line-height: 16px;*/
/*  font-size: 13px;*/
/*  margin-bottom: 3px;*/
/*  vertical-align: middle;*/
/*  color: #aaa;*/
/*}*/

/*.bx-sender-subscribe-agreement .main-user-consent-request a {*/
/*	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));*/
/*	font-weight: var(--ui-font-weight-regular, 400);*/
/*}*/

/* End */
/* /local/templates/bytplast/components/bitrix/news.list/big_slider/style.css?1722421391739 */
/* /local/templates/bytplast/components/bitrix/catalog.section.list/head-section-list/style.css?1722421392638 */
/* /local/templates/bytplast/components/bitrix/news.list/trademarks/style.css?1722421391497 */
/* /local/templates/bytplast/components/bitrix/news.list/triple-slider/style.css?17224213911195 */
/* /local/templates/bytplast/components/bitrix/news.list/where_to_buy/style.css?1722421391498 */
/* /local/templates/bytplast/components/bitrix/news.list/image_catalog/style.css?17224213911224 */
/* /local/templates/bytplast/components/bitrix/news.list/news-part/style.css?17224213911203 */
/* /local/templates/bytplast/components/bitrix/main.include/feedback-form/style.css?1748174473729 */
/* /local/templates/bytplast/components/bitrix/main.include/contact-map/style.css?17224213921550 */
/* /local/templates/bytplast/components/bitrix/sender.subscribe/subs_form/style.css?17224213925667 */
