

/* Start:/local/templates/bytplast/components/bitrix/breadcrumb/.default/style.css?1722421392222*/
.breadcrumb {
	padding: 30px 0;
	width: fit-content;
	display: flex;
	gap: 8px;
	align-items: center;

}

.breadcrumb>div {
	opacity: 0.5;
}

.breadcrumb>div:last-child,
.breadcrumb>div:nth-last-child(2) {
	opacity: 1;
}


/* 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/breadcrumb/.default/style.css?1722421392222 */
/* /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 */
