

/* Start:/local/templates/responsive/components/bitrix/sale.basket.basket.line/template1/style.css?17148121394804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		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; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		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-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.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: none;
}

.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 .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/responsive/components/utlab/custom.list/top_menu_2023/style.css?1698929679540*/
.menu-top {
	position: relative;
	height: 70px;
}

.menu-top .menu-top__inner {
	position: absolute;
	background: rgba(61, 61, 61, 0.7);
	height: 70px;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}


.menu-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.menu-top .container:before {
	display: none;
}

.menu-top ul {
	margin: 0;
	padding: 0;
}

.menu-top ul li:before {
	display: none;
}

.menu-top .top-menu__lvl1 > li > a {
	padding: 0 20px 0 0;
	font-size: 15px;
	color: #fff;
}

/* End */


/* Start:/local/templates/responsive/styles.css?17071496148015*/
/*!

DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}pre{font:normal 14/1.5 monospace!important;position:relative;padding:15px;text-align:left!important;background:#eee;color:#000!important}pre:before{content:"debug";position:absolute;top:15px;right:15px;display:inline-block;color:#aaa}.clearfix:after{content:""}.clear,.clearfix:after{display:block;clear:both}.clear{width:100%}.fl{float:left}.fr{float:right}.fsz14{font-size:14px}.fsz16{font-size:16px}.fsz18{font-size:18px}.tal{text-align:left}.tac{text-align:center}.tar{text-align:right}.taj{text-align:justify}.ttu{text-transform:uppercase}.ttl{text-transform:lowercase}.bold,.fwb{font-weight:600}.fwn{font-weight:300}.fsi{font-style:italic}.fsn{font-style:normal}.nop{padding:0!important}.nom{margin:0!important}.posr{position:relative}.mt0{margin-top:0!important}.mb0{margin-bottom:0!important}.ml0{margin-left:0!important}.mr0{margin-right:0!important}.mb25{margin-bottom:25px}.mb40{margin-bottom:40px}.color--gold{color:#fae180}.color--red{color:red}.items-justify{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}body{font:normal 16px/20px Lato,Tahoma,sans-serif;font-weight:300;color:#fff;background:#5a5a5a}.wrapper *,.wrapper :after,.wrapper :before{box-sizing:border-box}.wrapper * :focus{outline:0}::selection{color:#fff;background:#d5c278}::-moz-selection{color:#fff;background:#d5c278}::-webkit-selection{color:#fff;background:#d5c278}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1;margin:.7em 0;color:#fae180}.h1:first-child,.h2:first-child,.h3:first-child,.h4:first-child,.h5:first-child,.h6:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child,.h6:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}.h1,h1{font-size:2em}.h1 a,h1 a{border:0}.h2,h2{font-size:1.85714em}.h2 a,h2 a{border:0}.h3,h3{font-size:1.71429em}.h3 a,h3 a{border:0}.h4,h4{font-size:1.57143em}.h4 a,h4 a{border:0}.h5,h5{font-size:1.42857em}.h5 a,h5 a{border:0}.h6,h6{font-size:1.28571em}.h6 a,h6 a{border:0}a{text-decoration:none;line-height:1.2;border-bottom:1px solid #fae180;transition:color .05s linear,border .05s linear}a,a:hover{color:#fae180}a:active,a:hover{border-bottom-color:transparent}a:active{color:#f9db67}a.tel{text-decoration:none;color:#fff;border-bottom:1px solid transparent;transition:color .05s linear,border .05s linear}a.tel:hover{color:#fff;border-bottom-color:#fff}a.tel:active{color:#f2f2f2;border-bottom-color:#f2f2f2}p{margin:.5em 0}p:first-child{margin-top:0}p:last-child{margin-bottom:0}ol,ul{counter-reset:a;margin:.5em 0;padding:0 0 0 25px;list-style-type:none}ol:first-child,ul:first-child{margin-top:0}ol:last-child,ul:last-child{margin-bottom:0}ol li,ul li{position:relative}ul li:before{content:"";position:absolute;top:7px;left:-18px;width:5px;height:5px;border-radius:50%;background:#fae180}li:before{content:counter(a);counter-increment:a;position:absolute;top:0;left:-28px;width:20px;text-align:right;color:#fae180}table{display:block;width:100%;margin:.5em auto;border-collapse:collapse;border:2px solid #494949}table tr{display:block;border-bottom:1px solid #494949}table tr:last-child{border:0}table td,table th{font-weight:300;display:block;padding:10px;border:0}table th{font-size:16px;vertical-align:middle;color:#fae180}table thead{display:block;background:#494949}table thead td,table thead th{text-align:center;border:0}table tfoot{display:block;background:#494949}table tfoot td,table tfoot th{text-align:center;border:0}table tbody{display:block;background:#5a5a5a}table tbody td,table tbody th{text-align:left;border:0}table.dark tr{border-color:#5a5a5a}table.dark tfoot,table.dark thead{background:#5a5a5a}table.dark tfoot td,table.dark tfoot th,table.dark thead td,table.dark thead th{border-color:#494949}table.dark tbody{background:#494949}table.dark tbody td,table.dark tbody th{border-color:#5a5a5a}b,b em,b i,strong,strong em,strong i{font-weight:600}em,i{font-weight:300;font-style:italic}em b,em strong,i b,i strong{font-weight:600!important}hr{width:100%;margin:15px 0;border:0;border-top:1px solid #494949}img{max-width:100%}.image{line-height:0;display:inline-block;overflow:hidden;border:none}.image img{max-width:100%;max-height:100%}.image.fl{float:left;margin:0 30px 10px 0}.image.fr{float:right;margin:0 0 10px 30px}.no-image{position:relative}.no-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;background-image:url(/local/templates/responsive/images/sprites.png);background-position:0 0;width:100px;height:100px}.download{text-decoration:none;color:#fae180;border-bottom:1px solid transparent;transition:color .05s linear,border .05s linear;margin-left:28px;position:relative}.download:hover{color:#fae180;border-bottom-color:#fae180}.download:active{color:#f9db67;border-bottom-color:#f9db67}.download:before{content:"";position:absolute;left:-25px;background-image:url(/local/templates/responsive/images/sprites.png);background-position:0 -204px;width:15px;height:19px}.download-pdf{font-weight:700;display:inline-block;padding:5px 10px;text-decoration:none;color:#494949;border:0;background:#d5c278}.download-pdf:before{background-image:url(/local/templates/responsive/images/sprites.png);background-position:-208px -26px;width:20px;height:23px;content:"";display:inline-block;margin-right:10px;vertical-align:middle}.download-pdf:hover{text-decoration:none;color:#494949}@media (min-width:768px){table{display:table;width:auto;min-width:50%}table tr{display:table-row;border:0}table td,table th{display:table-cell;vertical-align:top;border:1px solid #494949}table thead{display:table-header-group}table thead td,table thead th{border:1px solid #5a5a5a}table tfoot{display:table-footer-group}table tfoot td,table tfoot th{border:1px solid #5a5a5a}table tbody{display:table-row-group}table tbody td,table tbody th{border:1px solid #494949}}
/* End */


/* Start:/local/templates/responsive/template_styles.css?175152293014400*/
/*!

DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

*/
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: "";
    display: block;
    clear: both
}

.container {
    width: 90%
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px
}

.row {
    margin-right: -5px;
    margin-left: -5px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder, ::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

::-webkit-calendar-picker-indicator, ::-webkit-inner-spin-button {
    display: none
}

::-webkit-clear-button, ::-webkit-inner-cancel-button {
    display: none
}

::-webkit-search-cancel-button {
    display: none
}

.form {
    font-size: 16px;
    position: relative;
    margin: 20px 0;
    padding: 20px;
    background: #494949
}

.form:after {
    content: "";
    display: block;
    clear: both
}

.form:first-child {
    margin-top: 0
}

.form:last-child {
    margin-bottom: 0
}

.form header {
    margin-bottom: 20px
}

.form footer {
    margin-top: 20px
}

.form hr {
    border-color: #5a5a5a
}

.form .preloader {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(90, 90, 90, .5) url(/local/templates/responsive/images/loading.gif) 50% 50% no-repeat
}

.form .require:not(label) {
    font-weight: 600;
    color: #fae180
}

.form .notes {
    margin: 0 0 10px
}

.form .buttons {
    text-align: center
}

#colorbox.pforms {
    overflow: visible
}

#colorbox.pforms #cboxContent, #colorbox.pforms #cboxLoadedContent, #colorbox.pforms #cboxWrapper {
    overflow: visible !important
}

label {
    display: block;
    margin-bottom: 10px
}

label.require:after {
    content: " *";
    color: #fae180
}

input, textarea {
    font: inherit;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    padding: 9px;
    resize: none;
    color: #fff;
    border: 1px solid #6c6a6a;
    background: #6c6a6a
}

input.dark, textarea.dark {
    border-color: #494949;
    background: #494949
}

input.error, textarea.error {
    border-color: red
}

input:focus, textarea:focus {
    border-color: #d5c278
}

textarea {
    height: auto
}

.btn, button, input[type=reset], input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 13px 30px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #494949;
    border: 0;
    background: #d5c278
}

.btn:hover, button:hover, input[type=reset]:hover, input[type=submit]:hover {
    color: #494949;
    background: #cfb965
}

.btn:active, button:active, input[type=reset]:active, input[type=submit]:active {
    color: #494949;
    background: #c9b051
}

.btn--ajax-more {
    padding: 8px 20px;
    text-transform: none
}

.btn.back, button.back {
    font-weight: 300;
    color: #fff;
    background: #6c6a6a
}

.btn.back:before, button.back:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    transform: rotate(180deg);
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -59px -139px;
    width: 14px;
    height: 10px
}

input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.check-radio {
    position: relative;
    display: block;
    margin: 0 0 15px 30px
}

.check-radio label {
    display: inline
}

.check-radio .jq-checkbox, .check-radio .jq-radio, .check-radio input[type=checkbox], .check-radio input[type=radio] {
    position: absolute !important;
    left: -30px
}

.jq-checkbox, .jq-radio {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #6c6a6a;
    background: #6c6a6a
}

.dark.jq-radio, .jq-checkbox.dark {
    border-color: #494949;
    background: #494949
}

.error.jq-radio, .jq-checkbox.error {
    border-color: red
}

.focused.jq-radio, .jq-checkbox.focused {
    border-color: #d5c278
}

.checked.jq-radio .jq-checkbox__div, .jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    background: #d5c278
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #d5c278
}

input[type=file] {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    background: transparent
}

.file {
    display: block
}

.jq-file {
    display: inline-block;
    margin-bottom: 10px
}

.jq-file:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px -130px;
    width: 18px;
    height: 23px
}

.jq-file input {
    top: 0;
    right: 0;
    width: 700px !important;
    cursor: pointer
}

.jq-file .jq-file__name {
    display: none
}

.jq-file.error .jq-file__name {
    color: red
}

.jq-file .jq-file__browse {
    line-height: 1;
    position: static;
    display: inline-block;
    text-align: left;
    color: #fae180;
    border-bottom: 1px solid #fae180
}

.jq-file .jq-file__browse:hover, .jq-file:hover .jq-file__browse {
    color: #fae180;
    border-color: transparent
}

.jq-file.changed .jq-file__browse {
    display: none
}

.jq-file.changed .jq-file__name {
    line-height: 1;
    display: inline-block;
    height: auto;
    padding: 3px 0
}

select {
    max-width: 100%
}

.jq-selectbox, select {
    height: 40px;
    margin: 0 0 15px
}

.jq-selectbox {
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    color: #fff
}

.jq-selectbox select {
    width: 100%
}

.jq-selectbox.opened {
    z-index: 150 !important
}

.jq-selectbox__select {
    z-index: 5;
    padding: 9px 30px 9px 10px;
    border: 1px solid #6c6a6a;
    background: #6c6a6a
}

.error .jq-selectbox__select {
    border-color: red
}

.focused .jq-selectbox__select, .opened .jq-selectbox__select {
    border-color: #d5c278
}

.opened.dropdown .jq-selectbox__select {
    border-bottom-color: #6c6a6a
}

.opened.dropup .jq-selectbox__select {
    border-top-color: #6c6a6a
}

.dark .jq-selectbox__select {
    border-color: #494949;
    background: #494949
}

.dark.error .jq-selectbox__select {
    border-color: red
}

.dark.focused .jq-selectbox__select, .dark.opened .jq-selectbox__select {
    border-color: #d5c278
}

.dark.opened.dropdown .jq-selectbox__select {
    border-bottom-color: #494949
}

.dark.opened.dropup .jq-selectbox__select {
    border-top-color: #494949
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: relative;
    width: 100%;
    height: 100%
}

.jq-selectbox__trigger-arrow:before {
    content: "";
    transform: rotate(90deg);
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -223px -52px;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.jq-selectbox__dropdown {
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #d5c278;
    background: #6c6a6a
}

.opened.dropdown .jq-selectbox__dropdown {
    margin-top: -1px
}

.opened.dropup .jq-selectbox__dropdown {
    margin-bottom: -1px
}

.dark .jq-selectbox__dropdown {
    background: #494949
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.jq-selectbox__dropdown ul li {
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    position: static
}

.jq-selectbox__dropdown ul li:before {
    position: static;
    display: none;
    background: none;
    margin: 0
}

.jq-selectbox__dropdown ul li.selected, .jq-selectbox__dropdown ul li:hover {
    background: #404040
}

.callform, .orderform {
    width: 290px
}

.orderform__header {
    font-size: 18px;
    text-align: center
}

.orderform__name {
    font-size: 20px
}

.orderform__articul {
    font-size: 20px;
    color: #fae180
}

.orderform .body {
    margin: 40px 0
}

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #000;
    padding: 1px
}

#cboxLoadingGraphic {
    background: url(/local/templates/responsive/images/loading.gif) no-repeat 50%
}

#cboxLoadingOverlay {
    background: #000
}

#cboxTitle {
    left: 0;
    color: #000
}

#cboxCurrent, #cboxTitle {
    position: absolute;
    top: -22px
}

#cboxCurrent {
    right: 205px;
    text-indent: -9999px
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(/local/templates/responsive/images/controls.png) no-repeat 0 0
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
    outline: 0
}

#cboxPrevious {
    background-position: 0 0;
    right: 44px
}

#cboxPrevious:hover {
    background-position: 0 -25px
}

#cboxNext {
    background-position: -25px 0;
    right: 22px
}

#cboxNext:hover {
    background-position: -25px -25px
}

#cboxClose {
    background-position: -50px 0;
    right: 0
}

#cboxClose:hover {
    background-position: -50px -25px
}

.cboxSlideshow_off #cboxPrevious, .cboxSlideshow_on #cboxPrevious {
    right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ff
/* End */
/* /local/templates/responsive/components/bitrix/sale.basket.basket.line/template1/style.css?17148121394804 */
/* /local/templates/responsive/components/utlab/custom.list/top_menu_2023/style.css?1698929679540 */
/* /local/templates/responsive/styles.css?17071496148015 */
/* /local/templates/responsive/template_styles.css?175152293014400 */
