

/* Start:/local/templates/vyaz/css/fonts.css?1762774380699*/
@font-face {
	font-family: "Pacifico"; 
	src: url(/local/templates/vyaz/css/../fonts/Pacifico-Regular.ttf);
	font-display: swap;
}
@font-face {
	font-family: "Akrobat"; 
	src: url(/local/templates/vyaz/css/../fonts/Akrobat-Regular.otf);
	font-display: swap;
}
@font-face {
	font-family: "Akrobat"; 
	src: url(/local/templates/vyaz/css/../fonts/Akrobat-SemiBold.otf);
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: "Akrobat"; 
	src: url(/local/templates/vyaz/css/../fonts/Akrobat-Bold.otf);
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Akrobat Fallback";
	src: local("Arial Narrow"), local("Arial");
	size-adjust: 94%;
}

@font-face {
	font-family: "Pacifico Fallback";
	src: local("Comic Sans MS");
	size-adjust: 105%;
}

/* End */


/* Start:/local/templates/vyaz/css/popup.css?17612102625845*/
#PopUp {
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	overflow: hidden;
}
.popup {
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	backdrop-filter: blur(2px);
	/*background: rgba(0, 0, 0, 0.75);*/
	/*background: rgba(40, 103, 150, 0.9);*/
	/*background: rgba(255, 255, 255, 0.8);*/
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	overflow: auto;
	/*color: #fff;*/
	font-size: 14px;
	font-weight: normal;
}
.popup > .ContentBorder {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	/*border: 1px solid rgba(255,255,255,0.25);*/
}
.popup > .ContentBorder > .ContentBoxPopUp,
.popup-window.popup-window-with-titlebar {
	position: relative;
	background: #fff;
	margin: 0;
	padding: 20px 56px;
	border: 1px solid #cad8c6;
	border-radius: 10px;
}

.popup > .ContentBorder > .ContentBoxPopUp > .Center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popup .close,
.popup-window-close-icon.popup-window-titlebar-close-icon {
	position: absolute;
	/*right: -50px;
	top: -50px;*/
	overflow: hidden;
	cursor: pointer;
	/*color: #00283b;*/
	/*line-height: 40px;
	font-size: 72px;*/
	width: 30px;
	height: 30px;
	
	right: 10px;
	top: 0px;
}
@media only screen and (max-width: 699px) {
	.popup .close,
	.popup-window-close-icon.popup-window-titlebar-close-icon {
		right: 0;
		top: 0;
	}
}

.popup .close:before,
.popup .close:after,
.popup-window-close-icon.popup-window-titlebar-close-icon:before,
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 10px;
	width: 20px;
	height: 2px;
	background: #141414;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*@media only screen and (max-width: 499px) {
	.popup .close {
		right: -5px;
		top: 0;
	}
	.popup .close:before,
	.popup .close:after {
		background: #fff;
	}
}*/

.popup .close:hover,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {

}

.popup .close:hover:before,
.popup .close:hover:after,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover:before,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover:after {
	/*background: #e33d3d;*/
	/*background: #ffb223;*/
	background: var(--accent-color);
}

.popup .close:before,
.popup-window-close-icon.popup-window-titlebar-close-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .close:after,
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpText .title,
.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpTitle,
.popup-window-titlebar {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.02em;
	font-family: 'Akrobat';
	text-align: center;
	margin-bottom: 20px;
}
.popup-window-titlebar {
	height: auto;
}
.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
	
	color: var(--black-color);
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: inherit;
	white-space: inherit;
}

.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpTitleAfter {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}


.popup .Error {
	margin: 0 0 20px 0;
	color: red;
}

@media only screen and (max-width: 799px) {
	.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpText .title,
	.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpTitle {
	
	}
}
@media only screen and (max-width: 599px) {
	.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpText .title,
	.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpTitle {
	
	}
	.popup .close {
		width: 20px;
		height: 20px;
		top: 5px;
	}
	.popup .close:before, .popup .close:after {
		width: 16px;
		height: 2px;
		top: 10px;
		left: 0px;
	}
}

.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpText {
	width: 100%;
}
@media only screen and (max-width: 799px) {
	.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpText {
	
	}
}
@media only screen and (max-width: 599px) {
	.popup > .ContentBorder > .ContentBoxPopUp > .Center .PopUpText {
	
	}
}






.popup .Flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-top: 40px;
}
.popup .Flex .Left {
	width: calc(50% - 10px);
	margin-right: 10px;
}
.popup .Flex .Right {
	width: calc(50% - 10px);
	margin-left: 10px;
}
.popup .Flex .Text {
	margin-bottom: 20px;
}
.popup .SpecialBottomText,
.popup .SmallDesc {
	margin-top: 20px;
	font-size: 11px;
}

@media only screen and (max-width: 699px) {
	
	.popup .Flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.popup .Flex .Left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.popup .Flex .Right {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}




.popup .content.content_popup_warning .text_warning {
	margin-bottom: 24px;
}
.popup .content:not(.content_popup_warning) .text_warning {
	margin-bottom: 24px;
}
.popup.popup_auth .btnLine > button:nth-child(1) {
	width: 170px;
	max-width: 170px;
}
.popup.popup_auth .btnLine > button:nth-child(2) {
	width: 270px;
	max-width: 270px;
}
/*
#popup_q .btnLine > button:nth-child(1),
#popup_c .btnLine > button:nth-child(1) {
	width: 254px;
	max-width: 254px;
}
#popup_q .btnLine > button:nth-child(2),
#popup_c .btnLine > button:nth-child(2) {
	width: 188px;
	max-width: 188px;
}
*/

.popup .note {

}

/* End */


/* Start:/local/templates/vyaz/css/form.css?17611526863602*/
.form {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.form .labelRequired {
	position: absolute;
	right: 0;
	top: -4px;
	font-size: 18px;
}
.form .TextMessage.Success {
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-align: center;
	margin: 20px 0;
}
.form form {
	width: 100%;
}
.form .title,
.form .PopUpTitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.02em;
	font-family: 'Akrobat';
	text-align: center;
	margin-bottom: 20px;
}
.form.desc .title,
.form.desc .PopUpTitle {
	margin-bottom: 10px;
}

.form .Desc,
.form .Description {
	margin-bottom: 20px;
}

.form .Errors {
	margin: 10px 0;
	color: red;
}
.form .Errors .err {
	margin: 0 0 20px 0;
}

.form fieldset {
	margin-bottom: 24px;
	border: none;
}
.form fieldset:last-child {
	margin-bottom: 0;
}
.form fieldset .field {
	display: flex;
	border-bottom: 1px solid #DEDEDE;
	position: relative;
	padding-right: 35px;
}
.form fieldset.error .field {
	border-color: #A80702;
	background: url(/local/templates/vyaz/images/error.svg) no-repeat;
	background-size: 12px;
	background-position: right 13px center;
}

.form fieldset .note {
	font-size: 10px;
	line-height: 12px;
	margin-top: 3px;
	
}
.form fieldset .note.error {
	color: #A80702;
}
.form fieldset span,
.form fieldset .Name {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	margin-right: 24px;
}
.form fieldset .Input {
	flex-grow: 1;
}
.form fieldset input,
.form fieldset textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: right;
}
.form fieldset textarea {
	min-height: 52px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
}

.form .checkbox-label {
	width: 100%;
	max-width: 100%;
	text-align: left;
	color: #4D4948;
}
.form .soglashenie {
	margin-top: 20px;
}

.form .soglashenie .checkbox label {
	display: flex;
	position: relative;
}
.form .soglashenie .checkbox input[type="checkbox"] {
	position: relative;
	z-index: 2;
	opacity: 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.form .soglashenie .checkbox input[type="checkbox"] + i {
	position: absolute;
	z-index: 1;
	display: block;
	width: 16px;
	height: 16px;
	min-width: 16px;
	border: 1px solid var(--accent-color);
	border-radius: 4px;
	background: var(--gray-color);
	transition: 0.2s;
	box-sizing: border-box;
}
.form .soglashenie .checkbox input[type="checkbox"]:checked + i {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.57645 8.05187L0.690009 3.82717L0.132812 4.4362L4.57645 9.26673L11.8661 1.34286L11.3089 0.733398L4.57645 8.05187Z' fill='%23F67240'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.form .btnLine {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	
	margin-top: 40px;
}
.form .btnLine .btn {
	transition: color 0.3s, background-color 0.3s;
}
.form .btnLine.twoBtn .btn {
	width: calc((100% - 24px) / 2);
}
.form .btnLine.twoBtn.first .btn {
	width: calc((100% - 24px) / 100 * 30);
}
.form .btnLine.twoBtn.first .btn.submit {
	width: calc((100% - 24px) / 100 * 70);
}

.form .btnLine > button.full {
	width: 100% !important;
	max-width: 100% !important;
}

/* End */


/* Start:/local/templates/vyaz/components/bitrix/search.title/headerSearch/style.css?17587814222157*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/vyaz/components/bitrix/search.title/headerSearch/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

table.title-search-result th {
	display: none;
}
/* End */


/* Start:/local/components/elipseart/favorites/templates/header_v2/style.css?17608936903388*/
.header .favorites {
	position: relative;
	/*margin: 0 0 0 15px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;*/
}
/*
.Personal .favorites.active:before {
	content: '';
	position: absolute;
	background: #ff5555;
	height: 20px;
	width: 20px;
	top: -8px;
	right: -8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABwCAMAAADhcojgAAAAolBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ELnaCAAAANXRSTlMAI2PYZ2UNBdscavv47+vMrZN3bN9HQzUwxrSZXC0gEfXDpZ6Df03nt4t7YFUX4tO9bzwocl6uYjwAAAJpSURBVGje7ZhtTttQEEVv/JngEByXQEIIhZS0kAAthdn/1qqqUqdoVPSe7HfnD2cBvkey5kg2SIy2j/CkvpPVBI5sReR0CTfu5TfHCzjxLH+YHuDCg/xlDwd+XouyrsHm5Un+5aICl8fv8pYT7jnWP+QN9HPcioF0jhoAS5OBgQbAsgOFBzHQzlEDoLDP8eWbGHjnaAPAPsfKBIB5jjYA9HO8lyD2SMSzBPIFCiEAlg4KIQCGWyiEABBegAYghDvtMTEAyslnKLQAKE8jKLQAKMfnSMGrBNJ8heIRgAIpOHMOwMY5AJPcOQA3zgFonQMwdw5A5xyAS+8ATD8CMGwA6so5AEf5KEUATkOfmonkV8wA2H01YAZA99WAHQDdF8lH3ADofoTBZjZgAHRfDQYLwEVgAEqRCINqNXAAdF8NhgnAVfS+GnACoPvWgBMA3bcGfQNQBu/HGCyCA7AL3o8xWAYHYI0gCnmHsTGYjIcMgN23BqkCoPsxBnV0AOL3rUGKAOh+lMG+bwDsfpTBYeAAlCKhBkkCsGsk3CBFAG4biTDoHwDLkYSTn6f4B/BJwrmOCUAKg5gAeBo0C8DVIANcDXaAq8Ea4BrYALgarCpEo0Xqz3gCeBrMloCnwXQBuBocAFeDPeBqMAdcDdoafAMbAL6BBmAoiv4B4BtMzwBXgwPgatABrgZzwNWgRQqK2AC4GeQaABeD2QbJKPgBiP90v0RSSnYArEFsALgGLQhk8l9uKjAoyQGwZOwAWAN2AKxBbAAIBh24ZIQAxBi04JOxA2AN2AGwBuwAWAN2AKwBPwDWoIMrr2sMyy8iGOcYwhuRGwAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}*/
.header .favorites img {
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header .favorites img.active {
	position: absolute;
	opacity: 0;
	z-index: 2;
	left: 0;
}
.header .favorites.active img {
	opacity: 0;
}
.header .favorites.active img.active {
	opacity: 1;
}

.addFavorites {
	display: block;
	width: 26px;
	height: 24px;
	
	overflow: hidden;
	fill: #186cb3;
	
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	display: none;
}
.product-item .addFavorites {
	top: 12px;
	right: 13px;
}
.addFavorites img {
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	right: 0;
}
.addFavorites img.active {
	opacity: 0;
}
.addFavorites.active img {
	opacity: 0;
}
.addFavorites.active img.active {
	opacity: 1;
}


@media only screen and (max-width: 819px) {
	/*.header .favorites .Text {
		color: #fff;
	}*/
}
@media only screen and (max-width: 599px) {
	/*.Personal .favorites .Text {
		font-size: 11px;
		color: #fff;
		line-height: 9px;
		width: min-content;
		margin: 3px 0 0 0;
	}*/
}
@media only screen and (max-width: 399px) {
	/*.Personal .favorites {
		margin: 0 0 0 10px;
	}*/
}

/* End */


/* Start:/local/templates/vyaz/components/bitrix/sale.basket.basket.line/headerBasket/style.min.css?17587283534065*/
.basket-line-block{position:relative;padding-left:25px;white-space:nowrap;font-size:13px}.basket-line-block-icon-cart,.basket-line-block-icon-profile{position:relative;margin-right:10px}.basket-line-block-icon-cart:after,.basket-line-block-icon-profile:after{position:absolute;top:-1px;left:-25px;display:block;width:20px;height:20px;content:''}.basket-line-block-icon-profile:after{background:no-repeat center url(/local/templates/vyaz/components/bitrix/sale.basket.basket.line/headerBasket/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/local/templates/vyaz/components/bitrix/sale.basket.basket.line/headerBasket/images/cart.svg)}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.vcenter{bottom:10px;top:auto !important}.bx-basket-item-list{display:none}}.bx-basket-fixed .basket-line-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .basket-line{line-height:1.44em}
/* End */


/* Start:/local/templates/vyaz/components/bitrix/system.auth.form/.default/style.css?1764939370198*/
.Auth {

}
.Auth .AuthBox {
	display: none;
}

#PopUp .Error {
	color: red;
}
.AuthBox .bottomLinks {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
}
/* End */


/* Start:/local/templates/vyaz/components/bitrix/breadcrumb/nav/style.css?1759235533476*/
.bx-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
	margin-bottom: 50px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	color: var(--black-color);
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	font-weight: 400;
	width: fit-content;
	margin: 0px;
	margin-right: 8px;
}
.bx-breadcrumb .bx-breadcrumb-item span.orange_text {
	color: var(--accent-color);
}

.bx-breadcrumb .bx-breadcrumb-item a {
	text-decoration: none;
	color: var(--black-color);
}
/* End */


/* Start:/local/templates/vyaz/styles.css?17631042388449*/


.catalog__button {
	padding: 12px 24px;
	max-width: 130px;
	gap: 8px;
}

.footer {
	background-color: var(--black-color);
	padding: 56px 0 84px;
	font-size: 18px;
	margin-top: 120px;
}

.footer ul li {
	list-style-type: none;
}

.top-footer ul li:not(:first-child) {
	margin-top: 16px;
}

.top-footer {
	display: flex;
	justify-content: space-between;
}

.top-footer .logo {
	width: 180px;
	margin: -10px 0 -20px 0;
}
.top-footer .logo img {
	width: 100%;
	max-width: 180px;
}

.bottom-footer {
	display: flex;
	justify-content: flex-start;
}

.top-footer {
	padding: 0 87px 28px 0;
}
.top-footer .contacts__phone a,
.top-footer .contacts__mail a {
	color: #fff;
}

.top-footer .info-column:nth-child(2) {
	width: 392px;
}

.top-footer .info-column:nth-child(3) {
	width: 306px;
}

.top-footer .info-column:nth-child(4) {
	width: 119px;
}

.bottom-footer {
	border-top: 1px solid #343434;
	padding-top: 32px;
}

.bottom-footer_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
}

.footer span {
	font-weight: 900;
}

.footer .contacts > :first-child {
	font-weight: 700;
	margin-left: 0;
	margin-bottom: 28px;
	font-size: 20px;
}

.contacts p {
	margin: 10px 0 0 28px;
}
.contacts p:first-child {
	margin-top: 0;
}

.contacts p, .contacts__text-block p {
	position: relative;
}

.contacts__phone::before, .contacts__mail::before, .contacts__address::before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -28px;
	content: "";
}


.contacts__phone::before {
	background-image: url(/local/templates/vyaz/images/icons/phone.svg);
}

.contacts__mail::before {
	background-image: url(/local/templates/vyaz/images/icons/mail.svg);
}

.contacts__address::before {
	background-image: url(/local/templates/vyaz/images/icons/pin.svg);
}

.timetable-block :first-child {
	font-weight: 600;
	margin-top: 34px;
}

.timetable-block:not(:first-child) {
	line-height: 140%;
}

.footer .social-media {
	margin-left: 270px;
}

.social-media .line-list {
	gap: 16px;
	margin-top: 16px;
}

.devLogo {
	flex-grow: 1;
	text-align: right;
	font-size: 22px;
}

.devLogo a {
	color: #fff;
}

.bottom-footer__info {
	line-height: 125%;
	font-size: 16px;
}

.bottom-footer__info p {
	margin-bottom: 24px;
}

/*on hover*/
a:not(.button):hover, .slidedown-panel a:hover {
	transition: 1s;
	color: var(--accent-color);
}

.slidedown-panel a:hover {
	transition: 1s;
	color: var(--accent-color);
}

.button.accent-bg:hover {
	background-color: #D85422;
	color: #fff;
}

.button.transparent-button:hover {
	background-color: transparent;
	border-color: #D85422;
	color: #D85422;
	border: 3px solid;
	font-weight: bold;
	padding: 9px;
	transition: 0s;
}

.accept-button.button.transparent-button:hover {
	padding: 4px 12px 6px;
}

.accent-text:hover {
	color: #D85422;
	transition: 1s;
}

/*!!!!!!!*/
/*disabled*/
.footer a:disabled, .header a:disabled {
	transition: 1s;
	color: #D7D7D7;
}

.button.accent-bg:disabled {
	background-color: #D7D7D7;
}

.button.transparent-button:disabled {
	border-color: #D7D7D7;
	color: #fff;
}

.accent-text:disabled {
	color: #D7D7D7;
}

/*!!!!!!!!!*/
/*!!!!!!!*/
/*mainpage*/


.button.transparent-button {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid var(--accent-color);
	color: var(--accent-color);
	padding: 10px;
	transition: 0s;
}

.see-all-button {
	max-width: 233px;
	display: block;
	margin: 40px 0 0 calc((100% - 233px) / 2);
}




.pageContent {

}
.pageContent ul,
.pageContent ol {
	padding-left: 30px;
}
.pageContent ul ul,
.pageContent ul ol,
.pageContent ol ol,
.pageContent ol ul {
	margin-top: 10px;
}
.pageContent ul li,
.pageContent ol li {
	margin-bottom: 5px;
}







@media (max-width: 1000px) {
	.footer {
		margin-top: 70px;
	}
}


@media (max-width: 950px) {
	/*header footer*/
	.bottom-footer_left {
		gap: 40px;
	}
	
	/*!!!!!!!*/
}

@media (max-width: 900px) {
	/*header footer*/
	.bottom-footer_left {
		gap: 18px;
	}
}


@media (max-width: 800px) {
	
	
	/*header footer*/
	.bottom-footer {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	
	.bottom-footer_left {
		width: 100%;
		gap: 18px;
	}
	
	.bottom-footer__info p {
		margin: 0;
	}
	
	.footer .logo {
		width: 100%;
	}
	
	.top-footer {
		flex-wrap: wrap;
		row-gap: 30px;
		column-gap: 40px;
	}
	
	.footer .contacts :first-child {
		margin-bottom: 10px;
	}
	
	.timetable-block :first-child {
		margin-top: 20px;
	}
	
	.footer .social-media {
		margin-left: 0;
	}
}


@media (max-width: 700px) {
	/*header footer*/
	.top-footer {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.top-footer .info-column:nth-child(2) {
		width: 100%;
	}
	
	.footer {
		padding: 35px 0 45px;
	}
}


@media (max-width: 600px) {
	.devLogo {
		font-size: 20px;
	}
}


@media (max-width: 500px) {
	/*header footer*/
	.bottom-footer_left {
		gap: 10px;
	}
	.top-footer {
		justify-content: space-between;
	}
	.footer {
		margin-top: 40px;
	}
}


@media (max-width: 450px) {
	.bottom-footer_left {
		flex-wrap: wrap;
	}
}

@media (max-width: 350px) {
	
	.top-footer, .bottom-footer, .bottom-footer_left {
		justify-content: center;
		text-align: center;
		flex-direction: column;
		align-items: center;
	}
	
	.timetable-block :first-child {
		margin-top: 10px;
	}
	
	.top-footer {
		row-gap: 18px;
	}
	
	.footer .payments {
		margin: 10px 0 20px 0;
	}
	
	.footer .social-media {
		margin-top: -15px;
		margin-left: 0;
	}
	
	.footer .contacts__phone::before {
		left: 50px;
	}
	
	.footer .contacts__mail::before {
		left: 25px;
	}
	
	.footer .contacts__address::before {
		left: -18px;
	}
	.footer .address {
		width: 25ch;
	}
}

.site_up_content {
	position: fixed;
	width: calc(100% - 10px * 2);
	text-align: center;
	padding: 10px;
	background: rgb(255, 130, 138);
	top: 0;
	z-index: 1005;
	color: #000;
}
.site_up_content .close
{
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	
	cursor: pointer;
}


.contacts-section, .about-section {
	margin-bottom: 120px;
}

@media (max-width: 1000px) {
	/*mainpage*/
	.contacts-section, .about-section {
		margin-bottom: 70px;
	}
}

@media (max-width: 500px) {
	
	.contacts-section, .about-section {
		margin-bottom: 40px;
	}
}


.products-section, .contacts-section, .about-section {
	margin-bottom: 120px;
}
@media (max-width: 1000px) {
	/*mainpage*/
	.products-section, .contacts-section, .about-section {
		margin-bottom: 70px;
	}
}

@media (max-width: 500px) {
	.products-section, .contacts-section, .about-section {
		margin-bottom: 40px;
	}
}




.scrollTop {
	position: fixed !important;
	bottom: 10px;
	right: 40px;
	width: 40px;
	height: 40px;
	color: #ffffff !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: normal;
	background-color: transparent;
	background-color: #F5F5F5;
	border: 1px solid #D7D7D7;
	border: 1px solid #222222;
	text-decoration: none !important;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.scrollTop.active {
	z-index: 40;
	opacity: 1;
}
.scrollTop svg {
	display: block;
	width: 40%;
	height: 40%;
	fill: #D7D7D7;
	fill: #222222;
	position: relative;
	z-index: 2;
}
.scrollTop:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(to right,var(--accent-color),var(--accent-color));
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.scrollTop:hover {
	border-color: var(--accent-color-hover);
}
.scrollTop:hover:before {
	opacity: 1;
}
.scrollTop:hover svg {
	fill: #ffffff;
}

@media only screen and (max-width: 599px) {
	.scrollTop {
		bottom: 100px;
		right: 20px;
		width: 30px;
		height: 30px;
	}
}


.zapretContent {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

/* End */
/* /local/templates/vyaz/css/fonts.css?1762774380699 */
/* /local/templates/vyaz/css/popup.css?17612102625845 */
/* /local/templates/vyaz/css/form.css?17611526863602 */
/* /local/templates/vyaz/components/bitrix/search.title/headerSearch/style.css?17587814222157 */
/* /local/components/elipseart/favorites/templates/header_v2/style.css?17608936903388 */
/* /local/templates/vyaz/components/bitrix/sale.basket.basket.line/headerBasket/style.min.css?17587283534065 */
/* /local/templates/vyaz/components/bitrix/system.auth.form/.default/style.css?1764939370198 */
/* /local/templates/vyaz/components/bitrix/breadcrumb/nav/style.css?1759235533476 */
/* /local/templates/vyaz/styles.css?17631042388449 */
