

/* Start:/local/components/site/order.btn/templates/.default/style.css?17492902951246*/
/*modal loader*/
.modal-loader,
.modal-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.modal-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #666;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.modal-loader form {
    opacity: 0;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*modal loader end*/

#modal02 input[type="submit"] {

}
.hide-form {
    opacity: 0;
}
.form-error {
    padding: 0 0 20px;
    color: #f00;
    font-size: 12px;
}
/* End */


/* Start:/local/components/site/catalog.store.list/templates/.default/style.css?174929029586*/
a.brand-card{
    padding: 0;
}

.brand-card img{
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/local/components/site/consultation.block/templates/request-call/style.css?17492902951246*/
/*modal loader*/
.modal-loader,
.modal-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.modal-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #666;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.modal-loader form {
    opacity: 0;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*modal loader end*/

#recaptcha {
    margin: 20px 0;
}
.hide-form {
    opacity: 0;
}
.form-error {
    padding: 0 0 20px;
    color: #f00;
    font-size: 12px;
}
/* End */


/* Start:/local/templates/site_main/components/bitrix/search.form/search/style.css?17492902961100*/
body .head-search .search-result-wrap{
    background-color: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
}

body .head-search .search-title-item a{
    font-size: 16px;
    line-height: 19px;
    padding: 10px 37px 10px 17px;
    text-transform: none;
    color: #323232;
    font-weight: normal;
    border: 0;
    text-decoration: none;
    display: flex;
    width: 100%;
}

body .head-search .search-title-item a:hover{
    color: #f36f26;
    background: #F3F3F3;
    text-decoration: none;
}

body .head-search .show-more_search-btn{
    padding: 11px 25px;
    font-size: 14px;
    line-height: normal;
    width: auto;
    height: auto;
    margin: 10px auto 10px 17px;
}

body .head-search .search-result-wrap .search-title-item:first-child{
    margin-top: 10px;
}
body .head-search .search-result-wrap .search-title-item:last-child{
    margin-bottom: 10px;
}

/* End */


/* Start:/local/templates/site_main/components/bitrix/sale.basket.basket.line/head_basket/style.css?17492902964916*/
.bx-basket { }

.bx-basket-block {
	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; }

.bx-basket.bx-opener .cart-info{
	margin-top: 15px;
}
/*FIXED BASKET*/

@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; }

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

@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-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 {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-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: 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; }

.cart-name{
	cursor: pointer;
}

.basket-line-store-title{
	display: block;
	font-size: 14px;
	color: #a9a9a9;
}
/* End */


/* Start:/local/templates/site_main/components/bitrix/search.form/search_mobile/style.css?17492902961236*/
body .mob-search .search-result-wrap{
    background-color: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
}

body .mob-search .search-title-item a{
    font-size: 16px;
    line-height: 19px;
    padding: 10px 20px 10px 15px;
    text-transform: none;
    color: #323232;
    font-weight: normal;
    border: 0;
    text-decoration: none;
    display: flex;
    width: 100%;
}

body .mob-search .search-title-item a:hover{
    color: #f36f26;
    background: #F3F3F3;
    text-decoration: none;
}

body .mob-search .show-more_search-btn{
    padding: 11px 25px;
    font-size: 14px;
    line-height: normal;
    width: auto;
    height: auto;
    margin: 10px auto 10px 15px;
}

body .mob-search .search-result-wrap .search-title-item:first-child{
    margin-top: 10px;
}
body .mob-search .search-result-wrap .search-title-item:last-child{
    margin-bottom: 10px;
}
@media screen and (max-width: 480px){
    body .mob-search .search-title-item a {
        font-size: 14px;
        line-height: 16px;
    }
}

/* End */


/* Start:/local/templates/site_main/components/bitrix/sale.basket.basket.line/head_basket_mobile/style.css?17492902964916*/
.bx-basket { }

.bx-basket-block {
	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; }

.bx-basket.bx-opener .cart-info{
	margin-top: 15px;
}
/*FIXED BASKET*/

@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; }

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

@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-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 {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-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: 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; }

.cart-name{
	cursor: pointer;
}

.basket-line-store-title{
	display: block;
	font-size: 14px;
	color: #a9a9a9;
}
/* End */


/* Start:/local/templates/site_main/components/bitrix/sender.subscribe/footer/style.css?17492902962825*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe 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;
}

.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);
	border: none;
	color: white;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	line-height: 30px;
	height: 40px;
	padding: 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 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;}


.bx-input-group-footer{
	display: flex;
	align-items: center;
}

.footer_subscribe_form_text{
	color: white;
}

.footer_subscribe_form_text_bottom_text{
	margin: 20px 0;
	margin-top: 40px;
}

.footer_subscribe_form_title{
	font-weight: bold;
}

.bx-input-group-footer input{
	margin-top: 0;
	margin-bottom: 0;
	height: 40px;
	padding: 6px;
	border-width: 0;
}

.sender-subscribe_footer{
	margin-top: 40px;
}

@media(max-width: 1400px){
	.bx-input-group-footer{
		flex-direction: column;
	}
	.bx-input-group-footer input{
		text-align: center;
		width: 100%;
	}
	.bx-input-group-footer .btn-subscribe{
		width: 100%;
	}
}



@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_response_container input{
	margin-top: 0;
	margin-bottom: 0;
}

.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 */


/* Start:/local/templates/site_main/components/bitrix/system.auth.forgotpasswd/forgotpass2022/style.css?1749290296589*/
.forgot-pass__item {

}
.forgot-pass__item {
    margin-bottom: 20px;
}
.forgot-pass__item label {
    padding-left: 0;
}
.forgot-pass__item-title {
    display: inline-block;
    margin: 0 0 10px 18px;
}
.forgot-pass__item input[type="text"] {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #c5c5c5;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: #323232;
}
.forgot-pass__submit {
    margin: 60px 0 20px;
}

.result_mess_err{
    color: red;
}

.result_mess_suc{
    color: green;
}

/* End */


/* Start:/local/templates/site_main/components/niges/cookiesaccept/.default/style.css?17492902961317*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.cookie-block_wrap{
    background-color: #d2d2d2;
}

.accept-cookie_btn.btn{
    padding: 3px 16px;
}

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
    .nca-cookiesaccept-line-text{
        text-align: justify;
        font-size: 14px;
    }
}

@media screen and (max-width:500px) {
    .nca-cookiesaccept-line-text{
        font-size: 12px;
    }
}

@media screen and (max-width:350px) {
    .nca-cookiesaccept-line-text{
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/site_main/css/custom_bootstrap.css?174929029670829*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1380px;
  --font-family-sans-serif: "TTHoves", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "TTHoves", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1380px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1350px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1380px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 769px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1380px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1061;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "TTHoves", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
/* End */


/* Start:/local/templates/site_main/css/all.css?1749290296131333*/
.psd, .or:before, .search-box-btn:before, .place-input:before, .up:before, .down:before, .more-order::before, .cabinet-inner-title:before, .adress-list li:before, .inn-list li:before, .contact-item-row:before, .order-prev-price li:before, .doc-item::before, .collapse-btn:before, .select .jcf-select .jcf-select-opener:before, .close:before, .close:after, .doc-list li a:before, .nav-tabs .nav-item a:before, .nav-tabs .nav-item a:after, .similar-articles .more:before, .descript-list li:before, .presense span:before, .clear-cart:before, .ch-item-row:before, .sel-btn-caret:before, .hero-models-wrap .swiper-button-next:before,
.hero-models-wrap .swiper-button-prev:before, .models-row::before, .registartion-proposal:before, .view-more a:after, .view-more:before, .cnt-select .jcf-select .jcf-select-opener:after, .cnt-select .jcf-select .jcf-select-opener:before, .mark-list .ch-item:before, .ch-item label:after, .ch-item label:before, .btn-colllapse:after, .btn-colllapse:before, .distributors:before, .f-title:after, .f-title::before, .ftr-item:before, .gallery-item:before, .list li:after, .cat-list li:after, .top-nav-list > li > a:after, .top-nav-list > li > a:before, .bread-crumbs ul li + li:after, .main-nav li .caret:before, .city-box .jcf-select .jcf-select-opener:before, .form-btn:before, .head-top:before, .head-top:after {
  content: "";
  display: block;
  position: absolute;
}

.trans, .change, .up:before, .down:before, .cabinet-item-bottom a, .cabinet-item p a, .orders-list li a, .news-item .name, .order-prev p a:not([class]), .doc-item a, .doc-list li a, .nav-tabs .nav-item a, .thumb-img, .code-btn, .clear-cart, .lg-spinner .ui-spinner-button:before, .lg-spinner .ui-spinner-button, .sm-spinner .ui-spinner-button:before, .sm-spinner .ui-spinner-button, .news-block-item strong, .models-row .swiper-slide a, .view-more a, .prod-title a, .cnt-select .jcf-select .jcf-select-opener:before, .news-list li a, .tag-list li a, .more, .ch-item a, .ch-item label:after, .btn-colllapse:before, .filter, .category-card .img-box, .category-card a, .f-title:after, .gallery-item:before, .num-list li a, .list li a, .cat-list li a, .top-nav-drop ul li a, .top-nav-list > li > a, .top-nav-list, .bread-crumbs ul li a, .nav-ico span, .main-nav li .caret:before, .head-nav-item a, .form-btn, p a, .btn, .jcf-file .jcf-upload-button, .tab-content .card-header a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn, .jcf-file .jcf-upload-button, .tab-content .card-header a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background: #ee7b1e;
  background: -webkit-gradient(linear, left top, right top, from(#ee7b1e), to(#e55022));
  background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee7b1e", endColorstr="#e55022",GradientType=1 );
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
}
.btn:hover, .jcf-file .jcf-upload-button:hover, .tab-content .card-header a:hover, .btn:focus, .jcf-file .jcf-upload-button:focus, .tab-content .card-header a:focus {
  text-decoration: none;
  color: #fff;
  background: #e55022;
  background: -webkit-gradient(linear, left top, right top, from(#e55022), to(#ee7b1e));
  background: linear-gradient(to right, #e55022 0%, #ee7b1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e55022", endColorstr="#ee7b1e",GradientType=1 );
}

.dark-btn, .jcf-file .jcf-upload-button {
  background: #555555;
  background: -webkit-gradient(linear, left top, right top, from(#555555), color-stop(99%, #2d2928));
  background: linear-gradient(to right, #555555 0%, #2d2928 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#555555", endColorstr="#2d2928",GradientType=1 );
}
.dark-btn:hover, .jcf-file .jcf-upload-button:hover, .dark-btn:focus, .jcf-file .jcf-upload-button:focus {
  background: #ee7b1e;
  background: -webkit-gradient(linear, left top, right top, from(#ee7b1e), to(#e55022));
  background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee7b1e", endColorstr="#e55022",GradientType=1 );
}

.grey-btn {
  background: #5b5b5b;
  background: -webkit-gradient(linear, left top, right top, from(#5b5b5b), to(#6e6e6e));
  background: linear-gradient(to right, #5b5b5b 0%, #6e6e6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5b5b5b", endColorstr="#6e6e6e",GradientType=1 );
}
.grey-btn:hover, .grey-btn:focus {
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, right top, from(#6e6e6e), to(#5b5b5b));
  background: linear-gradient(to right, #6e6e6e 0%, #5b5b5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6e6e6e", endColorstr="#5b5b5b",GradientType=1 );
}

#dellin_modal .additional_information{
  text-align: center;
}

button:hover, button:focus, a:hover, a:focus,
.slide.slick-slide.slick-current.slick-active,
input:focus {
  outline: none !important;
}

body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #323232;
}

.static_content_wrap h1, h2, h3, h4, h5 {
  margin-top: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #f36f26;
}
a:hover, a:focus {
  color: #f36f26;
}

p:not([class]) {
  font-size: 16px;
  color: #323232;
  margin: 0 0 15px 0;
}
p a {
  text-decoration: underline;
  color: #323232;
}
p a:hover {
  color: #f36f26;
}

.align, .num-text a, .num-text strong, .or span, .error-page p strong, .search-text span, .up, .down, .cabinet-item-bottom a, .order-state, .cabinet-inner-title span, .inn-list li span, .order-prev-price span, .order-prev-list li span, .link, .doc-item a, .state, .doc-list li a, .benefits-item-text .mail, .presense span, .apply span, .apply a, .del, .rp-btn:after, .view-more a, .buy-btn:after, .prod-title a, .like, .news-list li a, .more, .ch-item a, .footer .logo, .top-nav-drop ul li a, .top-nav-list > li > a:before, .bread-crumbs ul li a, .bread-crumbs ul li + li:before, .main-nav li .caret, .head-nav-item a, .tel, svg {
  display: inline-block;
  vertical-align: top;
}

svg {
  width: 100%;
  height: 100%;
}

.no-shadow, .search-box .form-control:focus, .form-control:focus, .code-form .form-control:focus, .lg-spinner .ui-spinner-input:focus, .sm-spinner .ui-spinner-input:focus, .big-search .form-control:focus, button:hover, button:focus, a:hover, a:focus,
.slide.slick-slide.slick-current.slick-active,
input:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

.gradient, .collapse-btn, .nav-tabs .nav-item a:before, .registartion-proposal, .view-more a:hover:before, .label, .cnt-select .jcf-select.jcf-drop-active .jcf-select-opener:before, .distributors:before, .striped-table tr:first-child, .colored tr:first-child, .top-nav-list > li > a.active:before, .nav-ico span {
  background: #ee7b1e;
  background: -webkit-gradient(linear, left top, right top, from(#ee7b1e), to(#e55022));
  background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee7b1e", endColorstr="#e55022",GradientType=1 );
}

.dark-gradient, .modal-title {
  background: #555555;
  background: -webkit-gradient(linear, left top, right top, from(#555555), color-stop(99%, #2d2928));
  background: linear-gradient(to right, #555555 0%, #2d2928 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#555555", endColorstr="#2d2928",GradientType=1 );
}

.d-desktop{
  display: block;
}

.d-mobile{
  display: none;
}
body.show-panel #bx-panel{
  margin-bottom: -147px!important;
}
body.show-panel #bx-panel.bx-panel-folded{
  margin-bottom: -39px!important;
}
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #FFF;
  top: 0;
}
.head-top {
  padding: 10px 0;
  position: relative;
  z-index: 11;
}
.head-top:before, .head-top:after {
  left: 0;
  right: 0;
  z-index: -1;
  height: 6px;
}
.head-top:before {
  top: 0;
  background: #fde8e2;
  background: -webkit-gradient(linear, left top, right top, from(#fde8e2), color-stop(53%, #e54b23), to(#b39e97));
  background: linear-gradient(to right, #fde8e2 0%, #e54b23 53%, #b39e97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fde8e2", endColorstr="#b39e97",GradientType=1 );
}
.head-top:after {
  bottom: 0;
  background: #b39e97;
  background: -webkit-gradient(linear, left top, right top, from(#b39e97), color-stop(47%, #e54b23), to(#fde8e2));
  background: linear-gradient(to right, #b39e97 0%, #e54b23 47%, #fde8e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b39e97", endColorstr="#fde8e2",GradientType=1 );
}
.head-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.head-top .city-box {
  display: none;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
	max-width: 375px;
}
.logo span:first-child {
	display: none;
}
.logo span:first-child img {
  max-width: 100%;
}
.logo span:nth-child(2) {
  max-width: 130px;
  margin: 0;
}
.logo span:nth-child(2) img {
  max-width: 100%;
}

.head-block {
  display: none;
  margin: 0 10px;
  justify-content: space-between;
}

.mob-search {
  display: block;
  position: relative;
  width: calc(100% - 53px);
  height: 37px;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tel {
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ee7b1e), to(#e55022));
  background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tel:hover, .tel:focus {
  text-decoration: none;
}

.head-search {
  position: relative;
}
.head-search .form-group {
  margin: 0;
  position: relative;
  z-index: 1;
}
.head-search .form-control {
  display: block;
  width: 100%;
  border: 2px solid #a9a9a9;
  height: 38px;
  padding: 5px 50px 5px 15px;
  font-size: 16px;
  line-height: 24px;
}

.form-btn {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  background: #d9d9d9;
}
.form-btn:before {
  top: 7px;
  left: 7px;
  width: 24px;
  height: 24px;
  background: url(/local/templates/site_main/css/../images/icons.png) 0 0 no-repeat;
}
.form-btn:hover {
  background: #f36f26;
}

.head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 53px 0 0;
}
.head-btns .btn, .head-btns .jcf-file .jcf-upload-button, .jcf-file .head-btns .jcf-upload-button, .head-btns .tab-content .card-header a, .tab-content .card-header .head-btns a {
  width: 38px;
  height: 38px;
  line-height: 28px;
  text-align: center;
  font-size: 0px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  margin-top: -3px;
}
.head-btns .btn img, .head-btns .jcf-file .jcf-upload-button img, .jcf-file .head-btns .jcf-upload-button img, .head-btns .tab-content .card-header a img, .tab-content .card-header .head-btns a img {
  display: inline-block;
}

.city-box {
  /* select */
  /* multiple select styles */
  /* select options styles */
}
.city-box .city-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.city-box p {
  font-size: 14px;
  margin: 0 5px 0 0;
  color: #a9a9a9;
}
.city-box .jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 20px;
}
.city-box .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.city-box .jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #a9a9a9;
  margin: 0 19px 0 0px;
}
.city-box .jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  width: 19px;
  bottom: 0;
  right: 0;
  top: 0;
}
.city-box .jcf-select .jcf-select-opener:before {
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a9a9a9;
}
.city-box body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
.city-box body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.city-box .jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  min-width: 200px;
}
.city-box .jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.city-box .jcf-select.jcf-compact-multiple {
  max-width: 220px;
}
.city-box .jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: "...";
}
.city-box .jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #323232;
}
.city-box .jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
.city-box .jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
}
.city-box .jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.city-box .jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.city-box .jcf-list ul li {
  overflow: hidden;
  display: block;
}
.city-box .jcf-list .jcf-overflow {
  overflow: auto;
}
.city-box .jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}
.city-box .jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.city-box .jcf-select-drop .jcf-hover,
.city-box .jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.city-box .jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.city-box .jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  padding-top: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
          order: 2;
}

.head-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4px;
  margin-left: 0px;
  position: relative;
  padding-top: 10px;
  order: 1;
}
.head-nav-item a {
  position: relative;
  text-decoration: none;
  color: #a9a9a9;
  white-space: nowrap;
  padding: 20px 0 0 0;
  font-size: 0px;
  line-height: 18px;
  text-align: center;
}
.head-nav-item a i {
  font-style: normal;
  font-size: 10px;
}
.head-nav-item a:hover {
  color: #f36f26;
}
.head-nav-item .ico {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21px;
  height: 21px;
  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;
}
.head-nav-item .qty {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -8px;
  top: -8px;
  background: #a9a9a9;
  color: #323232;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  font-size: 9px;
}
.head-nav-item img:not([class]) {
  display: none;
}

.cart-prevew {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px;
  width: 250px;
  background: #fff;
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
.cart-prevew a {
  white-space: normal;
  height: auto;
}
.cart-prevew .cart-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 155px;
          flex: 0 0 155px;
  max-width: 155px;
  display: block;
  color: #f36f26;
  font-size: 16px;
}
.cart-prevew .cart-del {
  padding: 0;
}
.cart-prevew .cart-del a {
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.cart-prevew .spinner-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  font-weight: bold;
}
.cart-prevew .prod-title {
  margin-bottom: 0;
}
.cart-prevew .prod-title a {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-align: left;
}
.cart-prevew .cart-note {
  margin-bottom: 15px;
}
.cart-prevew .btn, .cart-prevew .jcf-file .jcf-upload-button, .jcf-file .cart-prevew .jcf-upload-button, .cart-prevew .tab-content .card-header a, .tab-content .card-header .cart-prevew a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  height: auto;
  line-height: normal;
  width: 100%;
  padding: 10px 33px;
}
.cart-prevew .btn:hover, .cart-prevew .jcf-file .jcf-upload-button:hover, .jcf-file .cart-prevew .jcf-upload-button:hover, .cart-prevew .tab-content .card-header a:hover, .tab-content .card-header .cart-prevew a:hover {
  color: #fff;
}
.cart-prevew .text-right {
  text-align: center;
}

.cart-open .cart-prevew {
  display: block;
}

.cart-prevew-inner {
  max-height: 490px;
  overflow: auto;
}

.cart-info {
  margin-bottom: 15px;
  font-size: 14px;
  color: #a9a9a9;
}
.cart-info span {
  display: block;
}
.cart-info strong {
  font-weight: 700;
  color: #323232;
  font-size: 18px;
}
main{
  padding-top: 187px;
}
.main-nav {
  display: block;
  padding: 10px;
  position: relative;
  z-index: 10;
}
.main-nav li a {
  color: #fff;
}
.main-nav li a.active-item {
  border-color: #e94a23;.main-nav li.js-expand li.js-expand > ul
}
.main-nav li a.action {
  color: #ed771f;
}
.main-nav li .caret {
  display: none;
  margin-left: 10px;
  position: relative;
  width: 10px;
  height: 10px;
}
.main-nav li .caret:before {
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 3px;
}
.main-nav li ul li.has-menu > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #AFAFAF;
  border-bottom: 5px solid transparent;
  z-index: 10;
}
.main-nav li.cat > ul > li > a {
  position: relative;
  padding-left: 60px;
}
.main-nav li.cat > ul > li > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 24px;
  width: 19px;
  height: 19px;
  background: url(/local/templates/site_main/css/../images/icons.png) -175px -70px no-repeat;
}
@media (max-width: 1380px) {
  .logo {
    max-width: 25%;
  }
  .city-box .city-btn {
    flex-direction: column;
    margin-bottom: 10px;
  }

}
@media (max-width: 992px) {
  .main-nav {
    display: block;
    padding: 10px 10px 10px 0;
    position: relative;
    z-index: 10;
  }
  .main-nav li {
    display: block;
  }
  .main-nav li a:hover, body .main-nav li a.action{
    color: inherit;
  }
  .main-nav li a.active-item.action, .main-nav li a.active-item{
    border: none;
    color: #f36f26;
  }
  .main-nav li a.action {
    color: #f36f26;
  }
  .main-nav li.cat > ul {
    z-index: 10;
  }
  .main-nav li.cat > ul > li ul {
    z-index: 11;
  }
  .main-nav li.cat > ul > li ul li a {
    padding-left: 40px;
  }
  .main-nav li.cat > ul > li > a {
    position: relative;
    padding-left: 60px;
  }
  .main-nav li.cat > ul > li > a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 24px;
    width: 19px;
    height: 19px;
    background: url(/local/templates/site_main/css/../images/icons.png) -175px -70px no-repeat;
  }
  .main-nav li.cat > ul > li.has-menu > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #AFAFAF;
    border-bottom: 5px solid transparent;
    z-index: 10;
  }
  .main-nav li ul {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    width: 100%;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    padding-top: 60px;
  }
  .main-nav li ul li {
    border-bottom: 1px solid #C5C5C5;
  }
  .main-nav li ul li a {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    padding: 11px 30px 11px 40px;
  }
  .main-nav li.js-expand .active {
    background: #e34d21;
    background: -webkit-gradient(linear, left top, right top, from(#e34d21), to(#ef7d1d));
    background: linear-gradient(to right, #e34d21 0%, #ef7d1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e34d21", endColorstr="#ef7d1d",GradientType=1 );
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 100;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 40px;
    padding-left: 20px;
  }
  .main-nav li.js-expand .active:before, .main-nav li.js-expand .active:after {
    display: none;
  }
  .main-nav li.js-expand > ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-nav li.js-expand > ul.js-ul-expand {
    z-index: 100;
  }
  .main-nav li.js-expand li.js-expand .active {
    z-index: 101;
    padding-left: 55px;
  }
  .main-nav li.js-expand li.js-expand .active:before {
    display: block;
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    width: 18px;
    height: 14px;
    background-position: -222px -59px;
  }
  .main-nav li.js-expand li.js-expand > ul {
    top: 0;
  }


  .head-btm {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    padding: 5px 0 35px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .head-btm .container {
    position: relative;
  }
  .head-btm .head-block {
    margin: 0 0 15px;
    max-width: none;
  }
  .head-btm .city-box {
    padding: 35px 0 17px 0;
    border-bottom: 1px solid #C5C5C5;
  }
  .head-btm .close {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
  }
  .head-btm .close:before, .head-btm .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #ee7b1e;
    background: -webkit-gradient(linear, left top, right top, from(#ee7b1e), to(#e55022));
    background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee7b1e", endColorstr="#e55022",GradientType=1 );
  }
  .head-btm .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .head-btm .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .head-btm.list-active .close:before, .head-btm.list-active .close:after {
    background: #fff;
  }
  body .head-nav-item{
    margin-left: 0;
  }
  body .head-nav-item:nth-child(2){
    margin-left: 15px;
  }
  .head-nav{
    gap: 10px;
  }
  .head-top .container{
    column-gap: 8px;
  }
  li.has-menu>a{
    width: 100%;
      position: relative;
  }
}
@media (max-width: 991px){
  .main-nav li a {
    display: inline-block;
    padding: 5px 12px 5px 0;
    text-decoration: none;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #323232;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 825px){
  .head-top .container {
    column-gap: 0px;
    flex-wrap: wrap;
  }
  .mob-search {
    max-width: 90%;
  }
  .logo {
    max-width: none;
  }
  .head-btns.only-mobile{
    flex-grow: 1;
    justify-content: end;
  }
  body main {
    padding-top: 109px;
  }
}
@media screen and (max-width: 768px){
  .head-btns.only-mobile{
    flex-grow: initial;
  }
}
@media screen and (max-width: 767px){
  body main {
    padding-top: 119.8px;
  }
}
@media screen and (max-width: 750px){
  .head-top .container{
    margin-top: 8px;
  }
  body main {
    padding-top: 127px;
  }
}
.nav-ico {
  display: block;
  position: absolute;
  top: 3px;
  right: 15px;
  width: 40px;
  height: 29px;
  overflow: hidden;
}
.nav-ico span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 3px;
  left: 0;
  border-radius: 3px;
}
.nav-ico span:first-child {
  top: 0;
}
.nav-ico span:nth-child(2) {
  top: 12px;
}
.nav-ico span:nth-child(3) {
  top: 23px;
}

.swiper-hero {
  z-index: -1;
  height: 100%;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.js-open {
  overflow: hidden;
}
.js-open .header {
  z-index: 50;
}
.js-open .header .backdrop {
  display: block;
}
.js-open .head-btm {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.bread-crumbs {
  padding: 11px 0;
  background: #f0f1f3;
}
.bread-crumbs .container {
  overflow: hidden;
}
.bread-crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  color: #a9a9a9;
  overflow: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.bread-crumbs ul li {
  position: relative;
  margin-right: 13px;
  white-space: nowrap;
}
.bread-crumbs ul li + li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background: #bdbdbd;
  z-index: 1;
  margin-top: 6px;
}
.bread-crumbs ul li + li:after {
  z-index: 2;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 2px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 6px;
}
.bread-crumbs ul li a {
  text-decoration: underline;
  color: #a9a9a9;
}
.bread-crumbs ul li a:hover {
  color: #f36f26;
}

.top-nav {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  position: relative;
  z-index: 5;
}
.top-nav.z-index {
  z-index: 50;
}
.top-nav .container {
  position: static;
}

.models-btn {
  display: none;
}

.top-nav-list {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  background: #fff;
  overflow: auto;
  /*width: 500px;
  max-width: 80%;	*/
  /*transform: translateX(-120%);*/
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 15px;
  margin: 0 -5px;
}
.top-nav-list > li {
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px 0 5px;
}
.top-nav-list > li > a {
  display: block;
  border: 1px solid #C5C5C5;
  padding: 6px 32px 6px 10px;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  color: #323232;
  text-transform: uppercase;
}
.top-nav-list > li > a:before {
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
}
.top-nav-list > li > a:after {
  z-index: 2;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -4px;
  right: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-nav-list > li > a.active {
  color: #f36f26;
  border-bottom-color: #f36f26;
}
.top-nav-list > li > a:hover, .top-nav-list > li > a.active {
  color: #f36f26;
}

.top-nav-list > li.js-expand .top-nav-drop {
  display: block;
}

.top-nav-drop {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  padding: 25px 0 15px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  left: 0;
  right: 0;
}
.top-nav-drop .container {
  padding-left: 0;
  padding-right: 0;
}
.top-nav-drop ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.top-nav-drop ul li {
  display: block;
  margin-bottom: 10px;
  padding: 0 5px;
}
.top-nav-drop ul li:not(:last-child) {
  margin-right: 0;
}
.top-nav-drop ul li a {
  text-decoration: underline;
  color: #323232;
}
.top-nav-drop ul li a:hover {
  color: #f36f26;
}

.models-open {
  overflow: hidden;
}
.models-open .top-nav .backdrop {
  display: block;
}
.models-open .top-nav-list ul {
  display: block;
}
.models-open main {
  z-index: 100;
}
.models-open .top-nav-list {
  z-index: 101;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.models-open .top-nav {
  z-index: 100;
}

.content {
  padding: 15px 0;
  position: relative;
  z-index: 6;
}

h1, .headline {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.headline {
  text-align: center;
}

h2, .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  color: #f36f26;
  margin-bottom: 15px;
}
h5.upp {
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  color: #a9a9a9;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.static_content_wrap ul:not([class]),
.static_content_wrap ol:not([class]) {
  margin: 15px 0 20px;
}
.static_content_wrap ul:not([class]) li:not([class]),
.static_content_wrap ol:not([class]) li:not([class]){
  position: relative;
  margin-bottom: 6px;
}
.static_content_wrap ul:not([class]) li:not([class]):not([id]):before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: #bdbdbd;
  z-index: 1;
  margin-top: 6px;
}
.static_content_wrap ul:not([class]) li:not([class]):not([id]):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 4px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 6px;
}
.static_content_wrap ol:not([class]) {
  counter-reset: my-awesome-counter;
}
.static_content_wrap ol:not([class]) li:not([class]) {
  counter-increment: my-awesome-counter;
}
.static_content_wrap ol li:not([class])::before {
  content: counter(my-awesome-counter) ". ";
  color: #e94a23;
  font-weight: bold;
}

.list, .cat-list {
  margin: 0;
  padding: 0 0 20px;
}
.list li, .cat-list li {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 0 0 0 24px;
  margin: 0 0 5px;
}
.list li:before, .cat-list li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: #bdbdbd;
  z-index: 1;
}
.list li:after, .cat-list li:after {
  z-index: 2;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 9px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.list li a, .cat-list li a {
  color: #323232;
  text-decoration: underline;
}
.list li a:hover, .cat-list li a:hover, .list li a.active, .cat-list li a.active {
  color: #f36f26;
}

.num-list {
  margin: 0;
  padding: 0 0 20px;
  counter-reset: li;
  list-style: none;
}
.num-list li {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 0 0 0 24px;
  margin: 0 0 5px;
}
.num-list li:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
  color: #f36f26;
}
.num-list li a {
  color: #323232;
  text-decoration: underline;
}
.num-list li a:hover {
  color: #f36f26;
}

.figure {
  padding: 10px;
  background: #f3f3f3;
  margin-bottom: 20px;
  text-align: center;
}
.figure img {
  max-width: 100%;
}

.figure-title {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
  color: #a9a9a9;
  text-align: left;
}

.img-box {
  margin-bottom: 20px;
  text-align: center;
}
.img-box img {
  max-width: 100%;
}

.static_content_wrap table:not([class]), .colored, .striped-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
}
.static_content_wrap table:not([class]) tr th, .colored tr th, .striped-table tr th {
  padding: 5px;
  color: #f36f26;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #dcdcdc;
}
.static_content_wrap table:not([class]) tr td, .colored tr td, .striped-table tr td {
  padding: 5px;
  color: #323232;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

.colored tr th {
  color: #fff;
}

.striped-table tr th {
  color: #fff;
}
.striped-table tr td {
  border-color: #fff;
  background: #eeeeee;
}
.striped-table tr:nth-child(odd) td {
  background: #f3f3f3;
}

.cnt-img {
  margin-bottom: 20px;
  text-align: center;
}
.cnt-img img {
  max-width: 100%;
}

blockquote {
  display: block;
  font-size: 16px;
  font-style: italic;
  padding: 10px;
  margin-bottom: 20px;
  color: #a9a9a9;
  background: #f3f3f3;
}

.gallery {
  padding-bottom: 20px;
}

.gallery-item {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  position: relative;
}
.gallery-item:before {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.gallery-item:hover:before {
  display: none;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.ftr-top {
  padding: 20px 0;
  background: #323232;
}

.footer .logo {
  margin-bottom: 20px;
}
.footer .logo img {
  max-width: 100%;
}

.ftr-item {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  padding-left: 35px;
}
.ftr-item:before {
  top: 5px;
  left: 0;
  background: url(/local/templates/site_main/css/../images/icons.png) no-repeat;
}
.ftr-item.adress:before {
  width: 12px;
  height: 16px;
  background-position: -32px 0;
}
.ftr-item.time:before {
  width: 16px;
  height: 16px;
  background-position: -47px 0;
}
.ftr-item.phone:before {
  width: 12px;
  height: 18px;
  background-position: -66px 0;
}
.ftr-item.mail:before {
  width: 14px;
  height: 12px;
  background-position: -80px 0;
}
.ftr-item a {
  text-decoration: underline;
  color: #fff;
}
.ftr-item a:hover {
  text-decoration: none;
}
.ftr-item .num {
  font-size: 18px;
  margin-bottom: 5px;
}
.ftr-item .num a {
  text-decoration: none;
}
.ftr-item span {
  display: block;
}

.f-title {
  position: relative;
  padding: 10px 15px 10px 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.f-title::before {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #838383;
}
.f-title:after {
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.f-title.active:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.f-list {
  padding: 20px 0 0 0;
  display: none;
}
.f-list li {
  margin-bottom: 15px;
}
.f-list li:before {
  background: #838383;
}
.f-list li:after {
  border-color: #323232;
}
.f-list li a {
  color: #fff;
  text-decoration: none;
}
.f-list.next-open {
  display: block;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.footer .socially{
  padding-left: 0;
}


.socially ul {
  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;
}
.socially ul li + li {
  margin-left: 20px;
}
.socially ul li a {
  display: block;
}

.create-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}
.create-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  font-size: 14px;
  color: #5d5d5d;
  margin-bottom: -2px;
}
.create-box span a {
  color: #5d5d5d;
  text-decoration: underline;
}
.create-box span a:hover {
  text-decoration: none;
}

.ftr-bottom {
  padding: 35px 0 20px;
}
.ftr-bottom p {
  font-size: 12px;
  line-height: 14px;
  color: #a9a9a9;
  margin-bottom: 15px;
}

.category {
  padding-bottom: 25px;
}

.category-card {
  margin-bottom: 15px;
}
.category-card a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #323232;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.category-card a:hover {
  color: #f36f26;
}
.category-card a:hover .img-box {
  border-color: #f36f26;
}
.category-card .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 90px;
  border: 1px solid #c5c5c5;
  margin-bottom: 5px;
}
.category-card img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.distributors {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #a9a9a9;
  position: relative;
  text-align: center;
}
.distributors:before {
  top: 0;
  left: -1px;
  bottom: 0;
  width: 5px;
}
.distributors h4, .distributors .h4 {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
}

.d-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-list li {
  padding: 0 10px;
}
.d-list li img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.d-list li a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.distributors .d-list {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.distributors .d-list li {
  padding: 2px 10px;
}

.help {
  margin-bottom: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #f36f26;
  background: #454545;
  background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#323232));
  background: linear-gradient(to bottom, #454545 0%, #323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#454545", endColorstr="#323232",GradientType=0 );
  text-align: left;
}
.help h4 {
  color: #fff;
  max-width: 180px;
}
.help p {
  color: #fff;
  font-size: 16px;
  max-width: 260px;
}
.help:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -10px;
  top: -10px;
  width: 149px;
  height: 104px;
  background: url("/local/templates/site_main/css/../images/ekskavator.png") right bottom no-repeat;
  background-size: 100%;
}
.help .btn, .help .jcf-file .jcf-upload-button, .jcf-file .help .jcf-upload-button, .help .tab-content .card-header a, .tab-content .card-header .help a {
  width: 100%;
}

.brands {
  padding: 50px 0 30px;
  background: #f3f3f3;
}
.brands .headline {
  text-align: center;
  font-size: 26px;
  line-height: 31px;
}

.brand-card {
  height: 30px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 6px;
  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;
  margin-bottom: 15px;
}
.brand-card img {
  max-width: 100%;
  max-height: 100%;
}

.brand-more {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.brand-more .caret {
  display: none;
}

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

div[class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.filter {
  padding-bottom: 1px;
  width: 100%;
}

.cat-list {
  display: block;
  margin-bottom: 35px;
  border-top: 1px solid #a9a9a9;
}
.cat-list li {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #a9a9a9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cat-list li::before {
  top: 19px;
}
.cat-list li:after {
  top: 22px;
}
.cat-list li a {
  text-decoration: none;
}

.filter-box {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #f3f3f3;
  margin-bottom: 35px;
}
.filter-box .card {
  padding: 15px;
}

.filter-colllapse {
  margin-bottom: 15px;
  background: #fff;
}
.filter-colllapse .ch-item {
  margin-bottom: 6px;
}

.btn-colllapse {
  background: #fff;
  width: 100%;
  text-align: left;
  border: 0;
  position: relative;
  padding: 8px 35px 8px 15px;
}
.btn-colllapse:before {
  top: 14px;
  right: 15px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background: #e3e3e3;
}
.btn-colllapse:after {
  z-index: 2;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 16px;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-colllapse:not(.collapsed) {
  color: #fff;
  background: #2d2928;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #2d2928), to(#555555));
  background: linear-gradient(to right, #2d2928 1%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d2928", endColorstr="#555555",GradientType=1 );
}
.btn-colllapse:not(.collapsed):after {
  border-color: #6c6b6b;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 18px;
}

.ch-item {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.ch-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ch-item label {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-left: 38px;
  font-size: 14px;
  font-weight: normal;
  color: #323232;
  line-height: 24px;
  cursor: pointer;
}
.ch-item label:before {
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 1px solid #a9a9a9;
  top: 0;
  left: 0;
  background: #fff;
}
.ch-item label:after {
  z-index: 2;
  width: 11px;
  height: 7px;
  border-left: 3px solid #f36f26;
  border-bottom: 3px solid #f36f26;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  left: 7px;
  opacity: 0;
}
.ch-item span {
  color: #adadad;
}
.ch-item input:checked + label:after {
  opacity: 1;
}
.ch-item a {
  text-decoration: underline;
  color: #323232;
  margin-left: 15px;
}
.ch-item a:hover {
  color: #f36f26;
}

.mark-list .ch-item:before {
  bottom: 5px;
  left: 38px;
  right: 0;
  border-bottom: 1px dotted #a9a9a9;
}
.mark-list .ch-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mark-list .ch-item label span {
  position: relative;
  z-index: 1;
  background: #fff;
}
.mark-list .ch-item label span:first-child {
  padding-right: 5px;
}
.mark-list .ch-item label span:nth-child(2) {
  padding-left: 5px;
}

.filter-btns .btn, .filter-btns .jcf-file .jcf-upload-button, .jcf-file .filter-btns .jcf-upload-button, .filter-btns .tab-content .card-header a, .tab-content .card-header .filter-btns a {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-weight: normal;
}

.tags {
  margin-bottom: 35px;
}

.tag-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #a9a9a9;
}

.more {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #a9a9a9;
  text-decoration: underline;
}
.more:hover, .more:focus {
  text-decoration: underline;
  color: #f36f26;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 10px;
}
.tag-list li {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.tag-list li a {
  display: block;
  text-decoration: none;
  color: #323232;
  border: 1px solid #a9a9a9;
  padding: 4px 10px 6px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.tag-list li a:hover {
  color: #f36f26;
  border-color: #f36f26;
}

.teaser {
  margin-bottom: 45px;
  text-align: center;
}
.teaser img {
  max-width: 100%;
}

aside h5 {
  color: #a9a9a9;
}

.news-list {
  margin-bottom: 35px;
  border-top: 1px solid #a9a9a9;
}
.news-list li {
  display: block;
  border-bottom: 1px solid #a9a9a9;
  padding: 15px 0;
}
.news-list li .date {
  display: block;
  color: #767676;
  margin-bottom: 8px;
  font-size: 12px;
}
.news-list li a {
  text-decoration: none;
  color: #323232;
  font-size: 16px;
  font-weight: bold;
}
.news-list li a:hover {
  color: #f36f26;
}

.filter-btn {
  display: none;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .filter {
    position: fixed;
    z-index: 100;
    top: 126px;
    left: 0;
    height: calc(100dvh - 126px);
    overflow: auto;
    background-color: #fff;
    padding: 0 15px;
    width: 500px;
    max-width: 80%;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
	.filter-box {
		margin-bottom: 0;
  }
  .filter .container {
    padding-left: 0;
    padding-right: 0;
  }

  .filter-btn {
    display: block;
  }
}
.filter-open {
  overflow: hidden;
}
.filter-open main {
  position: relative;
  z-index: 50;
}
.filter-open {
  z-index: 5;
}
.filter-open aside .backdrop {
  display: block;
}
.filter-open .filter {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.big-search {
  padding: 5px;
  background: #f3f3f3;
  margin-bottom: 15px;
  position: relative;
}
.big-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.big-search .form-group {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}
.big-search .form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 5px 15px;
  font-size: 14px;
  text-overflow: ellipsis;
  border: 0;
  line-height: 25px;
}
.big-search .btn, .big-search .jcf-file .jcf-upload-button, .jcf-file .big-search .jcf-upload-button, .big-search .tab-content .card-header a, .tab-content .card-header .big-search a {
  font-weight: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sort-line {
  margin-bottom: 25px;
  padding: 7px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switch-btns {
  display: none;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}
.sort:not(:last-child) {
  margin-right: 20px;
}
.sort p {
  display: none;
}

.view-sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
}

.cnt-select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  /* select */
  /* multiple select styles */
  /* select options styles */
}
.cnt-select .jcf-select {
  display: block;
  vertical-align: top;
  position: relative;
  background: #fff;
  height: 36px;
}
.cnt-select .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.cnt-select .jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #a9a9a9;
  margin: 0 30px 0 15px;
}
.cnt-select .jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  width: 24px;
  bottom: 0;
  right: 0;
  top: 0;
}
.cnt-select .jcf-select .jcf-select-opener:before {
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  z-index: 1;
  background: #e3e3e3;
}
.cnt-select .jcf-select .jcf-select-opener:after {
  z-index: 2;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 16px;
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cnt-select .jcf-select.jcf-drop-active .jcf-select-opener:after {
  border-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 18px;
}
.cnt-select body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
.cnt-select body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.cnt-select .jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1;
  min-width: 100%;
}
.cnt-select .jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.cnt-select .jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
.cnt-select .jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
}
.cnt-select .jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.cnt-select .jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cnt-select .jcf-list ul li {
  overflow: hidden;
  display: block;
}
.cnt-select .jcf-list .jcf-overflow {
  overflow: auto;
}
.cnt-select .jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px;
  color: #a9a9a9;
  font-size: 14px;
  min-height: 14px;
  height: 1%;
}
.cnt-select .jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.cnt-select .jcf-select-drop .jcf-hover,
.cnt-select .jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.cnt-select .jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.cnt-select .jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.catalog-card {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog .catalog-card-name{
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: auto;
  flex-grow: 1;
}
.tile-view:not(.list-view) .catalog-card, .swiper-slide .catalog-card{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tile-view:not(.list-view)  .col-xl-4.col-lg-6.col-md-6.col-sm-6.col-6 .catalog-card {
  max-height: calc(100% - 60px);
}


.catalog-card .like {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.catalog-card .buy-btn {
  width: 100%;
  max-width: 130px;
}

.catalog {
  padding-bottom: 30px;
}
.catalog .headline {
  margin-bottom: 20px;
}

.catalog-labels {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 7px;
}

.label {
  margin-bottom: 6px;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.catalog-img {
  border: 1px solid #a9a9a9;
  position: relative;
  height: 120px;
  margin-bottom: 5px;
  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;
  overflow: hidden;
}
.catalog .tile-view:not(.list-view) .catalog-img {
  min-height: 120px;
}
.catalog-img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}

.like {
  width: 16px;
  height: 14px;
  background: url(/local/templates/site_main/css/../images/icons.png) 0 -61px no-repeat;
}

.like.active {
  background-position: -40px -120px;
}

.swiper-slide .prod-num{
  min-height: 18px;
}

.prod-num {
  font-size: 12px;
  color: #a9a9a9;
  margin-bottom: 5px;
  min-height: 18px;
}
@media (max-width: 474px){
  .prod-num {
    min-height: 16.5px;
  }
}
.prod-title {
  font-size: 16px;
  line-height: 19px;
  height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  /*overflow: hidden;*/
}
.catalog .prod-title{
  height: auto;
}
.prod-title a {
  text-decoration: none;
  color: #323232;
}
.prod-title a:hover {
  color: #f36f26;
}

.catalog-card-btm {
  display: block;
}

.catalog-card-price {
  padding-right: 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 14px;
}

.buy-btn {
  position: relative;
  padding: 9px 15px !important;
  font-size: 14px;
  font-weight: normal;
}
.buy-btn:after {
  content: "";
  margin-left: 10px;
  margin-top: 4px;
  width: 17px;
  height: 16px;
  background: url(/local/templates/site_main/css/../images/icons.png) 0 -77px no-repeat;
}

.view-more {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.view-more.has-indent {
  margin-top: 30px;
}
.view-more:before {
  left: 0;
  right: 0;
  z-index: -1;
  top: 10px;
  border-top: 1px solid #e3e3e3;
}
.view-more a {
  padding: 0 15px 30px;
  text-decoration: none;
  position: relative;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
}
.view-more a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background: #dcdcdc;
  z-index: 1;
}
.view-more a:after {
  z-index: 2;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.view-more a:hover {
  color: #f36f26;
}
.text {
  padding: 0 0 45px;
}

.special-conditions {
  padding: 30px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 35px;
  border: 1px solid #f36f26;
}
.special-conditions h3 {
  text-align: center;
}

.sp-title {
  font-size: 16px;
  text-align: center;
  color: #a9a9a9;
  max-width: 680px;
  margin: 0px auto 30px;
}

.sp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.sp-item-ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  max-width: 46px;
}

.sp-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

.sp-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 20px;
}

.registartion-proposal {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  position: relative;
  padding: 60px 15px 15px;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registartion-proposal:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15px;
  width: 34px;
  height: 32px;
  background: url(/local/templates/site_main/css/../images/icons.png) -107px -85px no-repeat;
}
.registartion-proposal strong {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.rp-btn {
  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;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  padding: 13px 19px 13px 27px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border: 1px dashed #fff;
}
.rp-btn:after {
  content: "";
  width: 24px;
  height: 18px;
  background: url(/local/templates/site_main/css/../images/icons.png) -161px 0 no-repeat;
  margin-left: 15px;
}
.rp-btn:focus {
  color: #fff;
  text-decoration: none;
}
.rp-btn:hover {
  border: 1px solid #fff;
  color: #f36f26;
  background: #fff;
  text-decoration: none;
}
.rp-btn:hover:after {
  background-position: -161px -20px;
}

.hero {

  position: relative;
  background: #ebedec;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
  /*padding: 10px;*/
}
.hero img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
/*.hero:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  z-index: -1;*/
/*  height: 34px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background: #ee7b1e;*/
/*  background: -webkit-gradient(linear, left top, right top, from(#ee7b1e), to(#e55022));*/
/*  background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee7b1e", endColorstr="#e55022",GradientType=1 );*/
/*}*/

.hero-logo {
  display: none;
}

.hero-titles {
  display: none;
}

.hero-btns {
  width: 100%;
  position: absolute;
  right: 15px;
  top: 12px;
  max-width: 140px;
}
.hero-btns .btn, .hero-btns .jcf-file .jcf-upload-button, .jcf-file .hero-btns .jcf-upload-button, .hero-btns .tab-content .card-header a, .tab-content .card-header .hero-btns a {
  display: block;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 8px;
}
.hero-btns .dark-btn, .hero-btns .jcf-file .jcf-upload-button, .jcf-file .hero-btns .jcf-upload-button {
  font-size: 9px;
  line-height: 15px;
}

.hero-text {
  z-index: 3;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #323232;
  text-align: left;
  margin-bottom: 15px;
}
.hero-text div:first-child,
.hero-text div:last-child {
  display: inline-block;
  vertical-align: top;
}

.swiper-hero-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  right: 0;
  z-index: 1000;
}
.swiper-hero-pagination span {
  position: relative;
  width: 25px;
  height: 6px;
  border-radius: 0;
  cursor: pointer;
  background: rgba(0,0,0,0.6);
  outline: none;
  z-index: 1000;
}

.models-row {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1a2a1+0,2d2928+49,2d2928+100 */
  background: #a1a2a1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a1a2a1), color-stop(49%, #2d2928), to(#2d2928));
  background: linear-gradient(to right, #a1a2a1 0%, #2d2928 49%, #2d2928 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a1a2a1", endColorstr="#2d2928",GradientType=1 );
  /* IE6-9 */
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
.models-row::before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #b49a91;
  background: -webkit-gradient(linear, left top, right top, from(#b49a91), color-stop(53%, #e44b23), to(#fde6e0));
  background: linear-gradient(to right, #b49a91 0%, #e44b23 53%, #fde6e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b49a91", endColorstr="#fde6e0",GradientType=1 );
}
.models-row .swiper-slide {
  padding: 1px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.models-row .swiper-slide a {
  display: inline-block;
  padding: 10px 0 16px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.models-row .swiper-slide a:hover {
  color: #f36f26;
}

.hero-models-wrap {
  padding: 0 20px;
  position: relative;
}
.hero-models-wrap .swiper-button-next,
.hero-models-wrap .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  margin-top: 0;
}
.hero-models-wrap .swiper-button-next:after,
.hero-models-wrap .swiper-button-prev:after {
  display: none;
}
.hero-models-wrap .swiper-button-next:before,
.hero-models-wrap .swiper-button-prev:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.hero-models-wrap .swiper-button-prev {
  left: 0;
}
.hero-models-wrap .swiper-button-prev:before {
  border-right: 10px solid #FFF;
}
.hero-models-wrap .swiper-button-next {
  right: 0;
}
.hero-models-wrap .swiper-button-next:before {
  border-left: 10px solid #FFF;
}

.catalog-slider {
  margin-right: -15px;
  padding-right: 50px;
}
.catalog-slider .swiper-button-next, .catalog-slider .swiper-button-prev {
  display: none;
}

.catalog.has-indent {
  margin-bottom: 30px;
}
.catalog .swiper-button-next,
.catalog .swiper-button-prev {
  top: 120px;
}
.catalog .swiper-button-next {
  right: 0;
}
.catalog .swiper-button-prev {
  left: 0;
}
.catalog.catalog-waiting .btn, .catalog.catalog-waiting .jcf-file .jcf-upload-button, .jcf-file .catalog.catalog-waiting .jcf-upload-button, .catalog.catalog-waiting .tab-content .card-header a, .tab-content .card-header .catalog.catalog-waiting a {
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  max-width: 140px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #f36f26;
}
.swiper-button-next.swiper-button-disabled:after,
.swiper-button-prev.swiper-button-disabled:after {
  color: #a9a9a9;
}

.top-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  color: #a9a9a9;
}

.news-block {
  margin-bottom: 10px;
}

.news-block-item {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
}
.news-block-item a {
  display: block;
  text-decoration: none;
  color: #323232;
}
.news-block-item a:hover .more, .news-block-item a:hover strong {
  color: #f36f26;
}
.news-block-item span {
  display: block;
}
.news-block-item .date {
  color: #abadac;
  font-size: 14px;
  margin-bottom: 20px;
}
.news-block-item strong {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-block-item .more {
  margin-top: 20px;
}

.cart-box {
  margin-bottom: 35px;
}

.cart-table-title {
  display: none;
}

.cart-table-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a9a9a9;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
.cart-table-row.is-active {
  z-index: 5;
}
.cart-table-row:hover {
  border-color: #f36f26;
  z-index: 2;
}
.cart-table-row > div {
  padding: 10px;
}
.cart-table-row .catalog-img {
  margin: 0;
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
  max-width: 66px;
  overflow: visible;
  height: 38px;
  z-index: 15;
}
.cart-table-row .catalog-img a {
  display: block;
  width: 46px;
  height: 38px;
  background: url(/local/templates/site_main/css/../images/icons.png) -104px -44px no-repeat;
}
.cart-table-row .catalog-img a:hover .view-img {
  display: none;
  z-index: 50;
}
.cart-table-row .catalog-img a.no-photo {
  pointer-events: none;
  background-position: -104px 0;
}
.cart-table-row .view-img {
  display: none;
  width: 308px;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  border: 3px solid #f36f26;
  position: absolute;
  left: 100%;
  top: 100%;
  background: #fff;
}
.cart-table-row .catalog-card-name {
  -webkit-box-flex: calc(100% - 66px);
      -ms-flex: calc(100% - 66px);
          flex: calc(100% - 66px);
  max-width: calc(100% - 66px);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-table-row .prod-title {
  height: auto;
  margin-bottom: 3px;
  margin-right: 25px;
}
.cart-table-row .prod-num {
  margin-bottom: 0;
}

.cart-sel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}

.cart-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  max-width: 138px;
  font-size: 18px;
  font-weight: bold;
}
.cart-price:nth-child(4) {
  display: none;
}

.cart-del {
  width: 0;
  padding: 0;
}

.del {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: url(/local/templates/site_main/css/../images/icons.png) 0 -101px no-repeat;
}

.sel-box {
  position: relative;
  height: 31px;
  z-index: 10;
}

.sel-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  border: 1px solid #a9a9a9;
  background: #fff;
}

.sel-btn {
  display: block;
  position: relative;
  height: 31px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  padding: 0 35px 0 13px;
  line-height: 29px;
}

.sel-btn-caret {
  position: absolute;
  z-index: 5;
  width: 30px;
  top: 0;
  right: 0;
  bottom: 0;
}
.sel-btn-caret:before {
  left: 3px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #f36f26;
  border-right: 2px solid #f36f26;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-top: -3px;
}

.spinner-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
}
.spinner-box .text-center {
  font-size: 18px;
  font-weight: bold;
}

.sel-drop {
  display: none;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 15px;
}

.sel-open {
  z-index: 11;
}
.sel-open .sel-box-inner {
  width: 270px;
}
.sel-open .sel-drop {
  display: block;
}

.ch-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.ch-item-row:before {
  bottom: 8px;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #adadad;
}
.ch-item-row .ch-item {
  margin-bottom: 6px;
  background: #fff;
  padding-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sm-spinner {
  padding-left: 5px;
  background: #fff;
}
.sm-spinner .ui-spinner {
  position: relative;
  display: block;
  width: 88px;
  height: 22px !important;
}
.sm-spinner .ui-spinner-input {
  display: block;
  width: 100%;
  border: 0;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
}
.sm-spinner .ui-spinner-button {
  display: block;
  position: absolute;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.sm-spinner .ui-spinner-button:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #5b5b5b;
  line-height: 5px;
}
.sm-spinner .ui-spinner-button:hover {
  background: #f36f26;
  border-color: #f36f26;
}
.sm-spinner .ui-spinner-button:hover::before {
  color: #fff;
}
.sm-spinner .ui-spinner-down {
  left: 0;
}
.sm-spinner .ui-spinner-down:before {
  margin-top: -2px;
  content: "-";
}
.sm-spinner .ui-spinner-up {
  right: 0;
}
.sm-spinner .ui-spinner-up:before {
  margin-top: -1px;
  content: "+";
}

.scroll-box {
  max-height: 120px;
  overflow: auto;
}

.lg-spinner .ui-spinner {
  position: relative;
  display: block;
  width: 96px;
  height: 40px !important;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
.lg-spinner .ui-spinner-input {
  display: block;
  width: 100%;
  border: 0;
  padding: 10px;
  height: 40px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
}
.lg-spinner .ui-spinner-button {
  display: block;
  position: absolute;
  top: 0;
  width: 19px;
  height: 40px;
}
.lg-spinner .ui-spinner-button:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #5b5b5b;
  line-height: 5px;
}
.lg-spinner .ui-spinner-button:hover::before {
  color: #f36f26;
}
.lg-spinner .ui-spinner-down {
  left: 0;
}
.lg-spinner .ui-spinner-down:before {
  margin-top: -2px;
  content: "-";
  right: 0;
}
.lg-spinner .ui-spinner-up {
  right: 0;
}
.lg-spinner .ui-spinner-up:before {
  margin-top: -1px;
  content: "+";
  left: 0;
}

.cart-note {
  background: #fff9e5;
  color: #dd4b39;
  padding: 12px 15px;
  font-size: 13px;
}

.clear-cart {
  position: relative;
  text-decoration: none;
  color: #a9a9a9;
  font-size: 13px;
  padding-left: 25px;
}
.clear-cart:before {
  top: 0;
  left: 0;
  width: 17px;
  height: 18px;
  background: url(/local/templates/site_main/css/../images/icons.png) -154px -43px no-repeat;
}
.clear-cart:hover, .clear-cart:focus {
  text-decoration: none;
  color: #f36f26;
}
.clear-cart:hover:before, .clear-cart:focus:before {
  background-position: -174px -43px;
}

.right-cart {
  text-align: right;
  margin-bottom: 40px;
}
.right-cart .btn, .right-cart .jcf-file .jcf-upload-button, .jcf-file .right-cart .jcf-upload-button, .right-cart .tab-content .card-header a, .tab-content .card-header .right-cart a {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  height: 41px;
}

.total {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.code-form {
  margin-bottom: 25px;
}
.code-form label {
  display: block;
  text-align: left;
  margin: 0 0 15px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #a9a9a9;
}
.code-form .form-group {
  position: relative;
}
.mob-search .form-group{
  margin-bottom: 0;
}
.mob-search .form-control{
  height: 37px;
  padding-left: 15px;
  padding-right: 40px;
}
.mob-search .form-control::placeholder{
  color: #a9a9a9;
  font-size: 10px;
}
.code-form .form-control {
  position: relative;
  display: block;
  height: 41px;
  padding: 10px 15px 10px 15px;
  border: 1px solid #a9a9a9;
  line-height: 19px;
  width: 100%;
  margin-bottom: 5px;
}
.code-form .form-control {
  padding-right: 205px;
  margin-bottom: 15px;
}

.code-btn {
  width: 120px;
  position: absolute;
  height: 41px;
  z-index: 10;
  top: 0;
  right: 0;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background: #5b5b5b;
  background: -webkit-gradient(linear, left top, right top, from(#5b5b5b), to(#6e6e6e));
  background: linear-gradient(to right, #5b5b5b 0%, #6e6e6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5b5b5b", endColorstr="#6e6e6e",GradientType=1 );
  border: 0;
}
.code-btn:hover {
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, right top, from(#6e6e6e), to(#5b5b5b));
  background: linear-gradient(to right, #6e6e6e 0%, #5b5b5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6e6e6e", endColorstr="#5b5b5b",GradientType=1 );
}

.product-card {
  margin-bottom: 0px;
  padding: 0px;
}
.product-card h1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 9px;
}
.product-card .product-img {
  height: 215px;
}

.product-img {
  height: 220px;
  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;
  border: 1px solid #c5c5c5;
  overflow: hidden;
}
.product-img img {
  max-height: 100%;
  max-width: 100%;
}

.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, color-stop(-78.63%, #EF7D1D), color-stop(86.61%, #E34D21));
  background: linear-gradient(90deg, #EF7D1D -78.63%, #E34D21 86.61%);
}

.thumbs-slider-wrapper {
  margin-bottom: 30px;
  position: relative;
  padding: 0 25px;
  display: none;
}
.thumbs-slider-wrapper .swiper-button-next {
  right: 0;
}
.thumbs-slider-wrapper .swiper-button-prev {
  left: 0;
}

.thumb-img {
  height: 50px;
  border: 1px solid #c5c5c5;
  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;
  padding: 5px;
  margin: 0 7px;
  cursor: pointer;
}
.thumb-img img {
  max-height: 100%;
  max-width: 100%;
}

.views-slider-wrapper {
  margin-bottom: 30px;
}
.views-slider-wrapper .like {
  top: 12px;
  right: 27px;
  left: auto;
  position: absolute;
  z-index: 10;
}

.label-box {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 10px;
  left: 15px;
}

.apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.apply p {
  font-size: 13px;
  font-weight: 700;
  color: #a9a9a9;
  margin: 0 10px 10px 0;
}
.apply span, .apply a {
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #a9a9a9;
  padding: 5px 13px;
  margin: 0 10px 10px 0;
}

.short-descript {
  border: 1px solid #c5c5c5;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.short-descript .price, .short-box .price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.short-descript .last-price, .short-box .last-price {
  font-size: 14px;
  font-weight: normal;
  color: #a9a9a9;
  text-decoration: line-through;
}

.short-descript-top {
  padding: 15px;
}

.presense {
  text-align: right;
  margin-bottom: 15px;
  font-size: 14px;
}
.presense span {
  padding-left: 26px;
  position: relative;
}
.presense span:before {
  top: 3px;
  left: 2px;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid #96c23c;
  border-left: 3px solid #96c23c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.descript-list {
  margin-bottom: 20px;
  font-size: 14px;
}
.descript-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
/*main .content .descript-list li:before,*/
/*main .content .descript-list li:after {*/
/*  display: none !important;*/
/*}*/
.descript-list li:before {
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 5px;
  border-bottom: 1px dotted #a9a9a9;
}
.descript-list li span {
  background: #fff;
}
.descript-list li span:first-child {
  padding-right: 5px;
}
.descript-list li span:nth-child(2) {
  padding-left: 5px;
}
.descript-list li span.open-sans-bold {
  text-align: right;
}

.short-descript-bottom {
  padding: 15px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.short-descript-bottom .lg-spinner {
  margin-right: 13px;
  width: 100%;
}
.short-descript-bottom .lg-spinner .ui-spinner {
  width: 100%;
}
.short-descript-bottom .buy-btn {
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
}

.similar-articles {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff9e5;
}
.similar-articles p {
  font-size: 13px;
  font-weight: 700;
  color: #a9a9a9;
  margin: 0;
  white-space: nowrap;
}
.similar-articles .more {
  margin-bottom: 0;
  margin-right: 27px;
  position: relative;
}
.similar-articles .more:before {
  right: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #f36f26;
  border-left: 2px solid #f36f26;
  margin-top: -2px;
}
.similar-articles.s-open .articles-block {
  height: auto;
}
.similar-articles.s-open .more:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin-top: 2px;
}

.articles-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  overflow: hidden;
  height: 20px;
}

.nav-tabs {
  display: none;
}
.nav-tabs .nav-item:before,
.nav-tabs .nav-item:after {
  display: none !important;
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .d-desktop{
    display: none;
  }
  .d-mobile{
    display: block;
  }
  .header .bx-basket {
    position: relative;
  }
  .header .cart-prevew {
    left: auto;
    -webkit-transform: none;
    transform: none;
    right: -5px;
  }
}

.nav-tabs .nav-item {
  margin-right: 20px;
}
.nav-tabs .nav-item a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 13px 0;
  position: relative;
  color: #323232;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-tabs .nav-item a:before, .nav-tabs .nav-item a:after {
  left: 0;
  right: 0;
  height: 4px;
  opacity: 0;
}
.nav-tabs .nav-item a:before {
  top: 0;
}
.nav-tabs .nav-item a:after {
  bottom: 0;
  background: #e55022;
  background: -webkit-gradient(linear, left top, right top, from(#e55022), to(#ee7b1e));
  background: linear-gradient(to right, #e55022 0%, #ee7b1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e55022", endColorstr="#ee7b1e",GradientType=1 );
}
.nav-tabs .nav-item a:hover {
  color: #f36f26;
}
.nav-tabs .nav-item a.active {
  color: #323232;
}
.nav-tabs .nav-item a.active:before, .nav-tabs .nav-item a.active:after {
  opacity: 1;
}

.tab-content {
  margin-bottom: 30px;
}
.tab-content .card-header h5 {
  margin-bottom: 0;
}
.tab-content .card-header a {
  width: 100%;
}
.tab-content .tab-pane {
  margin-bottom: 15px;
}
.tab-content .card-body {
  padding: 15px 0;
}
.tab-content h5 {
  color: #323232;
}

.table {
  width: 100%;
  border: 0;
}
.table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table tr th {
  display: none;
}
.table tr td {
  padding: 10px;
  border-bottom: 1px solid #a9a9a9;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.table tr td:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.table tr td:first-child {
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 0;
  padding-bottom: 0;
}
.table tr td:last-child {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.table tr .prod-title {
  height: auto;
  margin-bottom: 0;
}
.table tr .prod-num {
  margin-bottom: 0;
}
.table .price {
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}
.table .btn, .table .jcf-file .jcf-upload-button, .jcf-file .table .jcf-upload-button, .table .tab-content .card-header a, .tab-content .card-header .table a {
  font-size: 14px;
  white-space: nowrap;
  width: 100%;
}

.brand {
  font-size: 16px;
}

.place {
  line-height: 18px;
}
.place span {
  display: block;
  color: #a9a9a9;
}

.benefits {
  padding: 30px 20px;
  margin-bottom: 30px;
  background: #f3f3f3;
}

.benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.benefits-item:not(:last-child) {
  margin-bottom: 15px;
}
.benefits-item .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
  margin-right: 10px;
}

.benefits-item-text {
  font-size: 14px;
  line-height: 18px;
  color: #a9a9a9;
}
.benefits-item-text strong {
  display: block;
  font-weight: bold;
  color: #323232;
  margin-bottom: 5px;
}
.benefits-item-text .tel {
  font-size: 18px;
  margin: 17px 0 20px;
}
.benefits-item-text .tel a {
  text-decoration: none;
  color: #e94a23;
}
.benefits-item-text .mail {
  text-decoration: none;
  color: #a9a9a9;
  white-space: nowrap;
}

.catalog.has-indent {
  padding-bottom: 0px;
}

.swiper .catalog-card {
  margin-bottom: 0;
}

.doc-list li {
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
}
.doc-list li a {
  color: #323232;
  text-decoration: underline;
  margin-left: 40px;
  position: relative;
}
.doc-list li a:before {
  top: 3px;
  left: -40px;
  width: 18px;
  height: 24px;
  background: url(/local/templates/site_main/css/../images/icons.png) no-repeat -153px -66px;
}
.doc-list li a:hover {
  color: #f36f26;
  background-position: -153px -93px;
}

.note {
  font-size: 14px;
  color: #a9a9a9;
  margin-bottom: 20px;
}

.modal-content {
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
.modal-content .text-center {
  margin-top: 30px;
}
.modal-content .btn, .modal-content .jcf-file .jcf-upload-button, .jcf-file .modal-content .jcf-upload-button, .modal-content .tab-content .card-header a, .tab-content .card-header .modal-content a {
  font-size: 14px;
  width: 190px;
}

.text-center {
  text-align: center;
}

.modal-content-inner {
  padding: 15px;
}

.modal-title {
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: bold;
}

.close {
  position: absolute;
  z-index: 10;
  opacity: 1 !important;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  padding: 0;
}
.close:before, .close:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #fff;
}
.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

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

.order-item {
  margin-bottom: 60px;
  border-bottom: 1px solid #a9a9a9;
}

.ch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ch-row .ch-item {
  margin: 0 30px 20px 0;
}

.select {
  margin-bottom: 20px;
  /* select */
  /* multiple select styles */
  /* select options styles */
}
.select .jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 44px;
  width: 100%;
  border: 1px solid #a9a9a9;
}
.select .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.select .jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  line-height: 42px;
  color: #323232;
  margin: 0 25px 0 15px;
  font-size: 14px;
}
.select .jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  width: 25px;
  bottom: 0;
  right: 0;
  top: 0;
}
.select .jcf-select .jcf-select-opener:before {
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #f36f26;
  border-right: 2px solid #f36f26;
}
.select .jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.select body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
.select body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.select .jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  min-width: 200px;
}
.select .jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.select .jcf-select.jcf-compact-multiple {
  max-width: 220px;
}
.select .jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: "...";
}
.select .jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #a9a9a9;
}
.select .jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
.select .jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}
.select .jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.select .jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select .jcf-list ul li {
  overflow: hidden;
  display: block;
}
.select .jcf-list .jcf-overflow {
  overflow: auto;
}
.select .jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #656565;
  min-height: 14px;
  height: 1%;
  text-overflow: ellipsis;
}
.select .jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.select .jcf-select-drop .jcf-hover,
.select .jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.select .jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.select .jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.select.error .jcf-select {
  background: #fef6f4;
  border-color: #e94a23;
}

.form-group {
  margin-bottom: 20px;
}
.form-group .note {
  font-size: 12px;
  color: #767676;
  margin: 3px 0 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #c5c5c5;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #323232;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form-control::-webkit-input-placeholder {
  color: #323232;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #323232;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #323232;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #323232;
  opacity: 1;
}

.error-text {
  font-size: 12px;
  color: #e94a23;
  margin-top: 5px;
  display: none;
}

textarea.form-control {
  height: 128px;
  overflow: auto;
  resize: none;
}

.error .error-text {
  display: block;
}
.error .form-control {
  background: #fef6f4;
  border-color: #e94a23;
}

.ch-list {
  padding-bottom: 25px;
}

.order-collapse {
  margin-bottom: 20px;
}
.order-collapse .card {
  padding: 20px 0;
}
.order-collapse .cart-table-title > div:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  max-width: 138px;
}
.order-collapse .cart-table-row .cart-price:nth-child(3) {
  display: none;
}
.order-collapse .cart-box {
  margin-bottom: 30px;
}
.order-collapse .ch-row {
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 20px;
}

.collapse-btn {
  padding: 7px 30px 9px 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: left;
  color: #fff;
  border: 0;
}
.collapse-btn:before {
  right: 22px;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.collapse-btn:not(.collapsed):before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 3px;
}

.state {
  margin-left: 25px;
  font-size: 12px;
  color: #7a9d42;
}

.order-note {
  margin-bottom: 35px;
}
.order-note .note {
  font-size: 12px;
  line-height: 14px;
  padding-right: 15px;
}
.order-note .note span {
  display: block;
}
.order-note .btn, .order-note .jcf-file .jcf-upload-button, .jcf-file .order-note .jcf-upload-button, .order-note .tab-content .card-header a, .tab-content .card-header .order-note a {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  font-weight: normal;
}

.order-total {
  margin-bottom: 35px;
  padding: 15px;
  background: #f3f3f3;
}

.total-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  max-width: 285px;
  padding-bottom: 20px;
}
.total-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a9a9a9;
  white-space: nowrap;
}
.total-list li:not(:last-child) {
  margin-bottom: 10px;
}
.total-list li strong {
  font-size: 18px;
  color: #323232;
  padding-left: 10px;
}

.total-price {
  text-align: left;
}
.total-price p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a9a9a9;
  white-space: nowrap;
  margin-bottom: 10px;
}
.total-price .price {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.order-btn {
  text-align: right;
}
.order-btn .btn, .order-btn .jcf-file .jcf-upload-button, .jcf-file .order-btn .jcf-upload-button, .order-btn .tab-content .card-header a, .tab-content .card-header .order-btn a {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
}

.order-aside {
  padding: 15px;
  background: #f3f3f3;
  margin-bottom: 40px;
}

.aside-list {
  margin-bottom: 55px;
}
.aside-list li {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}
.aside-list li strong {
  font-weight: 700;
}

.aside-total {
  padding: 10px 0 40px;
  border-bottom: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
}
.aside-total p {
  font-size: 14px;
  font-weight: bold;
  color: #a9a9a9;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.aside-total .price {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}

.doc-item {
  padding: 12px 0 15px 50px;
  position: relative;
  border-bottom: 1px solid #a9a9a9;
  font-size: 14px;
  line-height: 18px;
}
.doc-item::before {
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/local/templates/site_main/css/../images/icons.png) no-repeat;
}
.doc-item a {
  text-decoration: none;
  color: #323232;
}
.doc-item a:hover {
  color: #f36f26;
}
.doc-item.print:before {
  width: 25px;
  height: 33px;
  background-position: -193px 0;
}
.doc-item.pdf:before {
  width: 24px;
  height: 28px;
  background-position: -222px 0;
}

.justify-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

label {
  display: block;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #a9a9a9;
}

.star {
  color: #f36f26;
}

.registration-form {
  margin-bottom: 40px;
}
.registration-form .jcf-select {
  width: 100%;
}
.registration-form .btn, .registration-form .jcf-file .jcf-upload-button, .jcf-file .registration-form .jcf-upload-button, .registration-form .tab-content .card-header a, .tab-content .card-header .registration-form a {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 40px;
}
.registration-form p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #767676;
}
.registration-form p.has-indent {
  margin-bottom: 20px;
}

.link {
  text-decoration: underline;
  color: #f36f26;
  margin-bottom: 20px;
}
.link:hover, .link:focus {
  color: #f36f26;
  text-decoration: none;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.captcha .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 7px;
}

.captcha-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 7px);
          flex: 0 0 calc(50% - 7px);
  max-width: calc(50% - 7px);
  margin-right: 7px;
  border: 1px solid #a9a9a9;
  text-align: center;
  height: 44px;
  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;
}
.captcha-img img {
  max-width: 100%;
  max-height: 100%;
}

.agree {
  margin-bottom: 40px;
}
.agree label {
  font-size: 12px;
  line-height: 14px;
  color: #767676;
}

.agree-note {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 14px;
  color: #767676;
}

.btn-box {
  text-align: right;
}
.btn-box .btn, .btn-box .jcf-file .jcf-upload-button, .jcf-file .btn-box .jcf-upload-button, .btn-box .tab-content .card-header a, .tab-content .card-header .btn-box a {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

/* file */
.jcf-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #a9a9a9;
  padding: 10px 15px;
  font-size: 16px;
  color: #323232;
  height: 44px;
  line-height: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -1px;
  padding: 10px 5px;
  line-height: 28px;
  height: 44px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  width: auto !important;
}

.modal-content .cart-price {
  color: #f36f26;
}

.modal-btns .btn, .modal-btns .tab-content .card-header a, .tab-content .card-header .modal-btns a, .modal-btns .jcf-file .jcf-upload-button, .jcf-file .modal-btns .jcf-upload-button {
  margin-top: 15px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.wait {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-top: 5px;
  color: #f36f26;
}

.order-prev {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a9a9a9;
}
.order-prev p {
  margin-bottom: 0;
  line-height: 24px;
}
.order-prev p a:not([class]) {
  color: #f36f26;
  text-decoration: underline;
}
.order-prev p a:not([class]):hover {
  text-decoration: none;
}
.order-prev p .phone {
  text-decoration: none;
  color: #323232;
  font-size: 18px;
  font-weight: bold;
}

.order-prev-list {
  margin-bottom: 15px;
}
.order-prev-list li {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.order-prev-list li span {
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #a9a9a9;
  font-weight: bold;
}

.order-prev-price {
  margin-bottom: 15px;
  max-width: 500px;
}
.order-prev-price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
}
.order-prev-price li:before {
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 8px;
  border-bottom: 1px solid #e4e4e4;
}
.order-prev-price span {
  background: #fff;
}
.order-prev-price span:first-child {
  padding-right: 5px;
}
.order-prev-price span:nth-child(2) {
  padding-left: 5px;
}

.order-prev-btns .btn, .order-prev-btns .tab-content .card-header a, .tab-content .card-header .order-prev-btns a, .order-prev-btns .jcf-file .jcf-upload-button, .jcf-file .order-prev-btns .jcf-upload-button {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-item {
  margin-bottom: 20px;
}
.contact-item h6 {
  color: #323232;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a9a9a9;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a9a9a9;
}

.contact-item-row {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.contact-item-row:before {
  top: 4px;
  left: 0px;
  background: url(/local/templates/site_main/css/../images/icons.png) no-repeat;
}
.contact-item-row span {
  display: block;
  font-weight: bold;
  color: #a9a9a9;
}

.pin:before {
  width: 12px;
  height: 16px;
  background-position: -192px -37px;
}

.time:before {
  width: 16px;
  height: 16px;
  background-position: -207px -37px;
}

.mob-tel {
  font-size: 18px;
}
.mob-tel span {
  font-size: 14px;
}
.mob-tel:before {
  width: 12px;
  height: 18px;
  background-position: -226px -37px;
}
.mob-tel.sm-tel {
  font-size: 14px;
}

.post:before {
  width: 14px;
  height: 11px;
  background-position: -192px -57px;
}

.promo-box {
  margin-bottom: 30px;
}
.promo-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inn-list {
  margin-bottom: 15px;
  font-size: 14px;
}
.inn-list li {
  display: block;
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
}
.inn-list li:before {
  top: 4px;
  left: 0px;
  width: 10px;
  height: 14px;
  background: url(/local/templates/site_main/css/../images/icons.png) -210px -57px no-repeat;
}
.inn-list li span {
  min-width: 65px;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a9a9a9;
}

.general-contacts {
  padding: 15px;
  margin-bottom: 25px;
  background: #fff9e5;
}
.general-contacts .contact-item-row {
  margin-bottom: 10px;
}
.general-contacts .contact-item-row.mob-tel {
  font-size: 14px;
}

.general-adress {
  padding: 15px 15px 1px;
  border: 1px solid #a9a9a9;
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.adress-list li {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 8px;
}
.adress-list li:before {
  top: 4px;
  left: 0px;
  width: 12px;
  height: 16px;
  background: url(/local/templates/site_main/css/../images/icons.png) -192px -37px no-repeat;
}

.contact-map {
  margin-bottom: 30px;
}

.news-item {
  margin-bottom: 15px;
}
.news-item a {
  display: block;
  color: #323232;
  text-decoration: none;
}
.news-item .date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: #a9a9a9;
}
.news-item .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 10px;
}
.news-item a:hover .name {
  color: #f36f26;
}
.news-item:not(.top) a {
  padding: 15px;
  border: 1px solid #c5c5c5;
}
.news-item p {
  margin-bottom: 0;
  font-size: 14px;
}

.news-item-img {
  height: 220px;
  margin-bottom: 25px;
  overflow: hidden;
  display: block;
}
.news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-socially {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
.login-socially h4 {
  color: #a9a9a9;
}

.socially-lg img {
  max-width: 100%;
}

.cabinet-list {
  margin-bottom: 10px;
  border-top: 1px solid #e3e3e3;
}
.cabinet-list li {
  margin-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.cabinet-list li:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cabinet-list li:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.cabinet-list li a {
  text-decoration: none;
}

.socially-box {
  margin-bottom: 15px;
}
.socially-box p {
  text-transform: uppercase;
  color: #a9a9a9;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
.socially-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socially-box ul li {
  display: block;
  margin: 0 10px 10px 0;
}
.socially-box ul li a {
  display: block;
}

.cabinet-tile {
  margin-bottom: 60px;
}

.cabinet-tile-item {
  display: block;
  margin-bottom: 15px;
  height: 150px;
  position: relative;
  text-align: center;
  background: #f3f3f3;
  color: #323232;
  padding: 30px 5px 0 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.cabinet-tile-item:hover, .cabinet-tile-item.active {
  color: #fff;
  text-decoration: none;
  background: #e34d21;
  background: -webkit-gradient(linear, left top, right top, from(#e34d21), to(#ef7d1d));
  background: linear-gradient(to right, #e34d21 0%, #ef7d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e34d21", endColorstr="#ef7d1d",GradientType=1 );
}
.cabinet-tile-item:hover img, .cabinet-tile-item.active img {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(274deg) brightness(106%) contrast(107%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(274deg) brightness(106%) contrast(107%);
}
.cabinet-tile-item .ico {
  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;
  height: 63px;
  margin-bottom: 15px;
}
.cabinet-tile-item img {
  max-width: 100%;
  -webkit-filter: invert(69%) sepia(0%) saturate(994%) hue-rotate(220deg) brightness(92%) contrast(97%);
          filter: invert(69%) sepia(0%) saturate(994%) hue-rotate(220deg) brightness(92%) contrast(97%);
}

.orders-list {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a9a9a9;
}
.orders-list li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.orders-list li a {
  display: block;
  color: #f36f26;
  text-decoration: underline;
}
.orders-list li a:hover {
  text-decoration: none;
}
.orders-list li a.view-history {
  color: #323232;
}

.cabinet h4 {
  color: #a9a9a9;
}

.cabinet-item {
  margin-bottom: 30px;
}
.cabinet-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.cabinet-item p.has-indent {
  margin-bottom: 15px;
}
.cabinet-item p a {
  color: #f36f26;
  text-decoration: underline;
}
.cabinet-item p a:hover {
  text-decoration: none;
}

.cabinet-item-title {
  background: #e55022;
  background: -webkit-gradient(linear, left top, right top, from(#e55022), to(#ee7b1e));
  background: linear-gradient(to right, #e55022 0%, #ee7b1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e55022", endColorstr="#ee7b1e",GradientType=1 );
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 5px 15px;
}
.cabinet-item-title .date {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  padding-top: 10px;
}

.cabinet-item-body {
  border: 1px solid #a9a9a9;
}

.cabinet-item-inner {
  padding: 30px 16px 16px;
}

.cabinet-inner-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #a9a9a9;
}
.cabinet-inner-title:before {
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 10px;
  border-bottom: 1px solid #a9a9a9;
}
.cabinet-inner-title span {
  padding-right: 20px;
  background: #fff;
}

.order-state {
  font-size: 12px;
  padding: 0px 12px;
  line-height: 22px;
  font-weight: bold;
  border: 1px solid transparent;
  margin-left: 15px;
}

.no-pay {
  color: #dd4b39;
  border-color: #dd4b39;
}

.processing {
  color: #323232;
  background: #f3f3f3;
  border-color: #a9a9a9;
}

.complete {
  color: #658e25;
  border-color: #658e25;
}

.cabinet-item-bottom {
  padding: 9px 15px 10px;
  border: 1px solid #a9a9a9;
  border-top: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cabinet-item-bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cabinet-item-bottom a {
  color: #323232;
  text-decoration: underline;
  margin-bottom: 10px;
}
.cabinet-item-bottom a:hover {
  color: #f36f26;
}

a.cancel {
  color: #a9a9a9;
}

.more-order {
  position: relative;
  margin-left: 25px;
}
.more-order::before {
  top: 2px;
  left: -25px;
  width: 17px;
  height: 17px;
  background: url(/local/templates/site_main/css/../images/icons.png) -198px -74px no-repeat;
}

.history-item {
  margin-bottom: 25px;
}

.profiles-table {
  margin-bottom: 20px;
  overflow: auto;
}
.profiles-table table {
  width: 100%;
  border: 0;
  min-width: 510px;
}
.profiles-table table tr th {
  font-size: 12px;
  font-weight: bold;
  color: #a9a9a9;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 0;
  border-right: 0;
  vertical-align: top;
}
.profiles-table table tr th span {
  display: block;
  text-align: left;
}
.profiles-table table tr td {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 0;
  border-right: 0;
}
.profiles-table .text-right {
  text-align: right;
}

.up, .down {
  text-decoration: none;
  position: relative;
  width: 10px;
  height: 10px;
}
.up:before, .down:before {
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid #a9a9a9;
  border-left: 2px solid #a9a9a9;
}
.up:hover:before, .down:hover:before {
  border-color: #f36f26;
}

.up:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  margin-top: 8px;
}

.profile-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.profile-btns .del {
  position: static;
  margin-left: 15px;
  width: 17px;
  height: 17px;
  background-position: -218px -76px;
  margin-top: 0;
}

.change {
  font-size: 12px;
  text-decoration: underline;
  color: #323232;
}
.change:hover {
  text-decoration: underline;
  color: #f36f26;
}

.down:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 5px;
}

.form {
  margin-bottom: 40px;
}
.form h4 {
  color: #a9a9a9;
}
.form .btn, .form .tab-content .card-header a, .tab-content .card-header .form a, .form .jcf-file .jcf-upload-button, .jcf-file .form .jcf-upload-button {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}

.place-input {
  position: relative;
}
.place-input:before {
  z-index: 2;
  width: 21px;
  height: 21px;
  background: url(/local/templates/site_main/css/../images/icons.png) -194px -93px no-repeat;
  left: 13px;
  top: 12px;
}
.place-input .form-control {
  position: relative;
  z-index: 1;
  padding-right: 35px;
  padding-left: 52px;
}
.place-input .del {
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 2;
  margin-left: 15px;
  width: 17px;
  height: 17px;
  background-position: -218px -76px;
  margin-top: 0;
}

.inner-hero {
  padding: 30px 0;
  background: url(/local/templates/site_main/css/../images/hero.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.search-box .form-group {
  margin: 0px auto;
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box .form-control {
  border: 0;
  background: none;
  height: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-overflow: ellipsis;
}
.search-box .form-control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.search-box .form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.search-box .form-control :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.search-box .form-control :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.search-box-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  max-width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: 0;
}
.search-box-btn:before {
  width: 34px;
  height: 34px;
  background: url(/local/templates/site_main/css/../images/icons.png) 0 -115px no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centered-title {
  text-align: center;
  margin-bottom: 30px;
}

.search-text {
  text-align: center;
  font-size: 14px;
  color: #a9a9a9;
}
.search-text span {
  margin: 0 5px;
}

.selected {
  background: #fff0c7;
}

.error-page {
  padding: 30px 0;
  text-align: center;
}
.error-page h1 {
  font-size: 18px;
  line-height: 20px;
}
.error-page .img-box img {
  width: 217px;
  height: 111px;
  max-width: 100%;
}
.error-page .img-box span {
  display: block;
  margin: 10px 0 30px 0;
  font-size: 14px;
  line-height: 16px;
  color: #323232;
}
.error-page p {
  font-size: 14px;
}
.error-page p a {
  color: #f36f26;
  text-decoration: underline;
}
.error-page p a:hover {
  text-decoration: none;
}

.modal-content .select .jcf-select {
  width: 100%;
}

.select .sel-box {
  height: 40px;
}
.select .sel-box-inner {
  width: 100%;
}
.select .sel-btn {
  height: 40px;
  font-size: 14px;
  line-height: 38px;
}
.select .sel-btn-caret::before {
  left: 8px;
}
.select .sel-open .sel-box-inner {
  width: 100%;
}

.captcha-box {
  margin-bottom: 35px;
}
.captcha-box img {
  max-width: 100%;
}

.centerd-btn {
  text-align: center;
  padding-bottom: 15px;
}
.centerd-btn .btn, .centerd-btn .tab-content .card-header a, .tab-content .card-header .centerd-btn a, .centerd-btn .jcf-file .jcf-upload-button, .jcf-file .centerd-btn .jcf-upload-button {
  width: 100%;
  text-decoration: none;
  font-weight: normal;
}
.centerd-btn a {
  font-size: 14px;
  text-decoration: underline;
}
.centerd-btn a:hover {
  text-decoration: none;
}

.or {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 19px;
  margin: 30px 0 24px;
  color: #a9a9a9;
}
.or:before {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  border-bottom: 1px solid #a9a9a9;
}
.or span {
  padding: 0 20px;
  background: #fff;
}

.modal-sm {
  max-width: 400px;
}
.modal-sm p {
  font-size: 14px;
  margin-bottom: 30px;
}

.num-text {
  margin-bottom: 36px;
}
.num-text strong {
  font-size: 16px;
  line-height: 22px;
}
.num-text a {
  text-decoration: underline;
  margin-left: 10px;
}
.num-text a:hover {
  text-decoration: none;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px 3px;
}
.input-row .form-group {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 7px;
}
.input-row .form-control {
  height: 62px;
  font-size: 18px;
  text-align: center;
}

.form-note {
  font-size: 12px;
  line-height: 14px;
  color: #a9a9a9;
  margin-top: 30px;
}
.form-note a {
  font-size: 12px;
  line-height: 14px;
  color: #a9a9a9;
}
.form-note a:hover {
  text-decoration: underline;
  color: #f36f26;
}

.top-row {
  margin-bottom: 20px;
}
.top-row p {
  font-size: 14px;
  margin-bottom: 10px;
}

.client-state {
  margin-top: 20px;
}

.client-state-inner p {
  font-size: 14px;
}

.state-name {
  padding: 11px 15px;
  margin-bottom: 15px;
  background: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  color: #f36f26;
}

.socially-profile {
  padding-top: 20px;
  margin: 0 0 20px 0;
  border-top: 1px solid #a9a9a9;
}
.socially-profile p {
  font-size: 14px;
  margin-bottom: 10px;
}

.open-sans-light {
  font-weight: 300;
}

.open-sans-light-italic {
  font-weight: 300;
  font-style: italic;
}

.open-sans-regular {
  font-weight: 400;
}

.open-sans-italic {
  font-weight: 400;
  font-style: italic;
}

.open-sans-bold {
  font-weight: 700;
}

.open-sans-bold-italic {
  font-weight: 700;
  font-style: italic;
}

.err_messages_block{
  color:red;
}

.form-btns {
  margin-bottom: 30px;
}
.form-btns .agree {
  font-size: 12px;
  line-height: 12px;
  color: #767676;
  margin-bottom: 15px;
}
.form-btns .btn, .form-btns .tab-content .card-header a, .tab-content .card-header .form-btns a, .form-btns .jcf-file .jcf-upload-button, .jcf-file .form-btns .jcf-upload-button {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}

.head-nav-item-personal .only-mobile{
  display: inline-block;
}



.short-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fancybox-container .fancybox-thumbs {
  background: -webkit-gradient(linear, left top, right top, from(#555555), color-stop(99%, #2d2928));
  background: linear-gradient(to right, #555555 0%, #2d2928 99%);
}

.swiper-button-next::after {
  float: right;
}

.view-sort.view-sort-hidden{
  display: none;
}

.catalog-card .catalog-card-btn {
  font-size: 14px;
  font-weight: normal;
  padding: 9px 15px;
}

.content .ftr-item, .content .ftr-item a{
  color: black;
}

#modal03 .catalog-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.head-nav-item-personal{
  display: inline-block;
  color: #a9a9a9;
}


.head-nav-item-personal a:first-child{
  padding-right: 0;
}

.like.product-card__to-favorites--added{
  background: url(/local/templates/site_main/css/../images/icons.png) -40px -120px no-repeat
}

.catalog-labels{
  display: flex;
  flex-direction: column;
}

.catalog-labels .label{
  margin-right: auto;
}

.product-item-button-container-flex{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.product-item-button-container-flex > .bx-catalog-subscribe-button{
  margin-bottom: 0;
}


.list-view .catalog-card-btm-not-price .product-item-button-container-flex{
  width: auto;
}

.list-view .catalog-card-btm-not-price{
  flex-direction: row;
}

.list-view .catalog-card-btm-not-price .catalog-card-price{
  flex: none;
}

.catalog-card-btm .product-item-button-container{
  margin-right: 0;
  margin-left: auto;
}

.catalog-card-btm-not-price .product-item-button-container-flex{
  flex-direction: column;
}

.catalog-card-btm-not-price .send-request-btn{
  width: 100%;
}

.catalog-card-btm-not-price span{
  padding: 9px;
}
body .bx-catalog-subscribe-button{
  font-size: 13px!important;
  height: 39px;
}
body .short-descript-bottom .bx-catalog-subscribe-button {
  line-height: 23px;
  height: 50px;
}
body .catalog-card-btm-not-price span{
  padding: 9px 3px;
}
body .catalog-card-btm-not-price span> span{
  padding: 0;
}
.catalog-card-btm-not-price .btn, .jcf-file .jcf-upload-button, .tab-content .card-header a{
  font-weight: normal;
  font-size: 14px;
}

.catalog-card-btm.catalog-card-btm-not-price{
  flex-wrap: wrap;
  min-height: 39px;
}

.catalog-card-btm.catalog-card-btm-not-price{
  justify-content: left;
}

.error-form-group{
  color: #d93232;
}

.close-modal-btn{
  cursor: pointer;
}

.footer .socially li img{
  max-width: 50px;
  max-height: 50px;
  -webkit-filter: brightness(100500%);
}

.socially-box .icon-box img{
  max-width: 35px;
  max-height: 35px;
}

.head-nav-item a.logout_link{
  display: none;
}

.dellin-info_title{
  font-size: 22px;
}
.head-mobile_nav, .head-mobile_contacts {
  display: none;
}
.grecaptcha-badge { visibility: hidden !important; }
@media screen and (max-width:992px){
  .head-mobile_nav-item .ico{
    position: relative;
    margin-right: 14px;
  }
  .head-mobile_nav-item i{
    display: none;
  }
  .head-mobile_nav-item span.qty {
    width: 20px;
    height: 20px;
    background: #a9a9a9;
    color: #323232;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head-mobile_nav-item a {
    display: flex;
    padding: 8px 12px 8px 0;
    text-decoration: none;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #323232;
    text-transform: uppercase;
    justify-content: space-between;
  }
  .head-mobile_nav-item__wrap {
    display: flex;
  }
  .head-mobile_nav {
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C5C5C5;
  }
  .head-mobile_contacts{
    margin-top: 30px;
  }
  .head-mobile_contacts a{
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
  }
  .head-mobile_contacts a:hover{
    text-decoration: none;
  }
  .head-mobile_contacts-phone{
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
  .head-mobile_contacts-phone:before {
    content: "";
    display: block;
    background: url(/local/templates/site_main/css/../images/icons.png) no-repeat;
    width: 12px;
    height: 18px;
    background-position: -66px 0;
    margin: 0px 6px;
    transform: scale(1.3);
  }
  .head-mobile_contacts-mail{
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
  .head-mobile_contacts-mail:before {
    content: "";
    display: block;
    background: url(/local/templates/site_main/css/../images/icons.png) no-repeat;
    background-position: -80px 0;
    width: 14px;
    height: 12px;
    margin: 0px 5px;
    transform: scale(1.3);
  }
  .head-mobile_contacts-tg {
    display: flex;
    margin: 3px 0px;
  }
  .head-mobile_contacts-tg .socially ul li a{
    display: flex;
    height: 18px;
    margin: 0px 3px;
  }
  .head-mobile_contacts-tg .socially img{
    transform: scale(1.15);
  }
  .head-mobile_contacts-item {
    margin: 10px 0px;
  }
  .head-mobile_nav-item.active a:not(.logout_link){
    color: #f36f26;
  }
}
@media screen and (max-width:991px){
  .head-mobile_nav, .head-mobile_contacts {
    display: block;
  }
  .head-mobile_nav-item.head-mobile_nav-item-personal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .head-mobile_nav-item .logout_link{
    padding-left: 12px;
  }
  .main-nav {
    border-bottom: 1px solid #C5C5C5;
  }
  .about-wrapper img{
    max-width: 100%;
  }
  main {
    padding-top: 72px;
  }
}
.only-desktop {
  display: none;
}
.only-mobile {
  display: block;
}
.mob-search button.form-btn {
  height: 37px;
}
.bx-auth-reg .reg-form__capcha {
  justify-content: start;
  align-items: stretch;
  column-gap: 30px;
}
.bx-auth-reg .reg-form__capcha .reg-form__capcha-img{
  margin-right: 0;
}
@media (min-width: 992px) {
  .like:not(.product-card__to-favorites--added):hover {
    background-position: -40px -120px;
  }
}

@media screen and (max-width:576px){
  .bx-auth-reg .reg-form__capcha {
    justify-content: space-between;
  }
  .bx-auth-reg .reg-form__capcha .reg-form__capcha-img{
    width: auto;
    flex-grow: 1;
    max-width: 50%;
  }
  .bx-auth-reg .reg-form__capcha .reg-form__capcha-code{
    flex-grow: 1;
    width: auto;
    max-width: 50%;
  }
  .bx-auth-reg .reg-form__capcha input[type="text"]{
    height: 100%;
    min-height: 100%;
    padding: 0 15px;
  }
  .reg-form__capcha-img img {
    min-width: 100%;
    aspect-ratio: initial;
  }
  .col-sm-6 .catalog .catalog-card-name{
    flex-grow: initial;
  }
  .col-sm-6 .catalog-card {
    margin-bottom: 0px;
    height: auto;
  }
}
@media (max-width: 480px){
  .reg-form__capcha img {
    max-width: none;
  }
  .bx-auth-reg .reg-form__capcha {
    column-gap: 15px;
  }
}
@media (max-width: 385px){
  body main {
    padding-top: 126.44px;
  }
}
@media (max-width: 375px){
  body main {
    padding-top: 126.17px;
  }
}
@media (max-width: 370px){
  body main {
    padding-top: 124.3px;
  }
}
@media (max-width: 350px){
  body main {
    padding-top: 124px;
  }
}
.bx-filter.main-filter.filter-box {
  padding: 32px 24px;
}

.bx-filter.main-filter .smartfilter,
.bx-filter.main-filter .bx-filter-parameters-box-container {
  display: flex;
}

.bx-filter.main-filter .smartfilter {
  align-items: stretch;
  flex-wrap: wrap;
}

.bx-filter.main-filter .smartfilter,
.bx-filter.main-filter .bx-filter-parameters-box-container {
  gap: 24px;
}

.bx-filter.main-filter .filter-colllapse {
  background: transparent;
  flex-direction: column;
  position: relative;
  display: flex;
  height: 50px;
  margin: 0;
}

.bx-filter.main-filter .filter-colllapse .collapse {
  box-shadow: 0 0 0 2px #f3f3f3;
  position: absolute;
  background: #fff;
  z-index: 3;
  top: 100%;
  right: 0;
  left: 0;
}

.bx-filter.main-filter .filter-colllapse:focus-within .collapse {
  z-index: 4;
}

.bx-filter.main-filter .filter-colllapse,
.bx-filter.main-filter .filter-btns {
  flex: 1 1 calc(25% - 24px);
}

.bx-filter.main-filter .smartfilter > *:nth-last-child(n + 5),
.bx-filter.main-filter .smartfilter > *:nth-last-child(n + 5) ~ * {
  flex: 1 1 calc(33% - 24px);
}

.bx-filter.main-filter .btn-colllapse {
  background: #2d2928;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #2d2928), to(#555555));
  background: linear-gradient(to right, #2d2928 1%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d2928", endColorstr="#555555",GradientType=1 );
  padding: 14px 35px 14px 15px;
  display: block;
  flex: 1 1 auto;
  height: 50px;
  color: #fff;
}

.bx-filter.main-filter .btn {
  text-transform: uppercase;
  margin: 0;
}

.bx-filter.main-filter .dark-btn {
  flex: 0 0 auto;
  width: auto;
}

.bx-filter.main-filter .btn-colllapse:before {
  transform: translate(0, -50%);
  top: 50%;
}

.bx-filter.main-filter .btn-colllapse:after {
  transform: translate(0, -75%) rotate(45deg);
  border-color: #6c6b6b;
  top: 50%;
}

.bx-filter.main-filter .btn-colllapse:not(.collapsed):after {
  transform: translate(0, -25%) rotate(-135deg);
  top: 50%;
}

.bx-filter.main-filter.filter-box .card {
  max-height: 163px;
  overflow: auto;
}

.smartfilter .filter-colllapse .card {
  max-height: 400px;
  overflow: auto;
}

.rp-btn:after {
  background: url(/local/templates/site_main/css/../images/icons.png) -161px 0 no-repeat;
}

.buy-btn:after {
  background: url(/local/templates/site_main/css/../images/icons.png) 0 -77px no-repeat;
}

.doc-list li a:before {
  background: url(/local/templates/site_main/css/../images/icons.png) no-repeat -153px -66px;
}
.doc-list li a:hover:before {
  background-position: -153px -93px;
}

.registartion-proposal.wide {
  justify-content: space-between;
  padding: 16px 32px;
  column-gap: 30px;
}

.registartion-proposal.wide:before {
  display: none;
}

.prod-info {
  margin: auto 0 12px;
}

.prod-info p {
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  margin: 0;
}

.prod-info p + p {
  margin-top: 4px;
}

.prod-info p span {
  font-weight: 700;
}

.product-descript__text {
  margin-bottom: 20px;
}

.product-descript__text.small {
  font-size: 14px;
}

.seo-text {
  max-width: 1170px;
}

.descript-list li {
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  grid-template-rows: 1fr;
  align-items: flex-start;
  display: grid;
}

.descript-list li:before {
  bottom: auto;
  top: 14px;
}

.descript-list li span:nth-child(1) {
  justify-self: flex-start;
  grid-column-start: 1;
  white-space: nowrap;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.descript-list li span:nth-child(2) {
  justify-self: flex-end;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  text-align: right;
  grid-row-end: 1;
}

@media (min-width: 992px) {
  .switch-btns a {
    background: url(/local/templates/site_main/css/../images/icons.png) no-repeat;
  }
}

@media (max-width: 991px) {
  .bx-filter.main-filter .filter-colllapse,
  .bx-filter.main-filter .filter-btns,
  .bx-filter.main-filter .smartfilter > *:nth-last-child(n + 5),
  .bx-filter.main-filter .smartfilter > *:nth-last-child(n + 5) ~ * {
    flex: 1 1 calc(50% - 30px);
  }

  .bx-filter.main-filter .dark-btn {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .bx-filter.main-filter.filter-box {
    padding: 24px 15px;
  }

  .bx-filter.main-filter .btn {
    padding-bottom: 14px;
    padding-top: 15px;
  }

  .bx-filter.main-filter .dark-btn {
    flex: 0 0 calc(50% - 7.5px);
  }

  .bx-filter.main-filter .smartfilter,
  .bx-filter.main-filter .bx-filter-parameters-box-container {
    gap: 15px;
  }
}

@media (max-width: 567px) {
  .bx-filter.main-filter .filter-colllapse,
  .bx-filter.main-filter .filter-btns,
  .bx-filter.main-filter .smartfilter > *:nth-last-child(n + 5),
  .bx-filter.main-filter .smartfilter > *:nth-last-child(n + 5) ~ * {
    flex: 1 1 100%;
  }

  .bx-filter.main-filter .bx-filter-parameters-box-container {
    flex-wrap: wrap;
  }

  .bx-filter.main-filter .dark-btn {
    flex: 0 0 100%;
  }

  .bx-filter.main-filter.filter-box {
    padding: 15px;
  }
}

.teaser > * + * {
  margin-top: 33px;
}

.text ul,
.text ol {
	padding-left: 20px;
  margin: 20px 0;
}

.text ul {
  list-style: disc inside;
}

.text ol {
  list-style: decimal inside;
}

.text ul li,
.text ol li {
  line-height: normal;
}

.text ul li::marker,
.text ol li::marker {
  color: #e67e22;
}

.text ul li + li,
.text ol li + li {
	margin-top: 6px;
}

.bx-blue .btn.btn-default {
  outline: none;
  background-color: #1485CE;
  border-color: #1485CE;
  color: #FFF;
}
.bx-blue .btn.btn-default:hover {
  outline: none;
  background-color: #53A4D8;
  border-color: #53A4D8;
  color: #FFF;
}
.bx-blue .btn.btn-default:active {
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-secondary {
  color: #fff;
  background: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
/* End */


/* Start:/local/templates/site_main/css/mq.css?174929029649017*/
@media (min-width: 350px) {
  .table tr td, .table tr td:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .logo {
    margin-right: 10px;
  }
  .logo span:first-child {
    max-width: 70px;
  }
  .logo span:nth-child(2) {
    max-width: 240px;
  }
}
@media (max-width: 450px) {
  .prod-num{
    font-size: 11px;
  }
  .buy-btn{
    padding: 9px 10px !important;
  }
  .prod-title{
    height: auto;
  }
}
@media (max-width: 385px) {
  .logo {
    max-width: 65%;
  }
}
@media (max-width: 370px) {
  .logo span:first-child {
    max-width: 60px;
  }
  .logo span:nth-child(2) {
    max-width: 220px;
  }
}
@media (max-width: 350px) {
  .logo{
    margin-right: 10px;
  }
  .logo span:first-child {
    max-width: 50px;
  }
  .logo span:nth-child(2) {
    max-width: 190px;
  }
}
@media (max-width: 335px) {
  .logo {
    max-width: 60%;
  }
}
@media (max-width: 330px) {
  .logo span:first-child {
    max-width: 45px;
  }
  .logo span:nth-child(2) {
    max-width: 180px;
  }
}
@media (max-width: 319px) {
  .logo {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .hero{
    height:auto;

  }
  .swiper-hero{
    height: auto;
  }
}

@media (min-width: 578px) {
  .hero {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .models-row .swiper-slide {
    font-size: 16px;
  }

  .hero-models-wrap {
    padding: 0 30px;
  }
  .hero-models-wrap .swiper-button-next,
  .hero-models-wrap .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
  .hero-models-wrap .swiper-button-next:before,
  .hero-models-wrap .swiper-button-prev:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .hero-models-wrap .swiper-button-prev:before {
    border-right: 10px solid #FFF;
  }
  .hero-models-wrap .swiper-button-next:before {
    border-left: 10px solid #FFF;
  }

  .catalog-slider {
    margin-right: 0;
    padding-right: 0;
  }
  .catalog-slider .swiper-button-next, .catalog-slider .swiper-button-prev {
    display: block;
  }

  .catalog-card-btm {
    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;
  }

  .hero-btns {
    max-width: 100%;
    position: static;
  }
  .hero-btns .btn {
    margin-bottom: 13px;
    font-size: 18px;
    padding: 12px 10px;
    line-height: 26px;
  }
  .hero-btns .dark-btn {
    font-size: 15px;
  }

  .catalog.has-indent {
    padding-bottom: 50px;
  }

  .d-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view-more {
    margin-bottom: 50px;
  }

  .distributors .h4, .distributors h4 {
    text-align: center;
  }

  .hero-titles {
    display: block;
  }

  .catalog-card-price {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
  }

  .error-page h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .error-page p {
    font-size: 16px;
  }

  .contact-item {
    margin-bottom: 30px;
  }
  .contact-item h6 {
    margin-bottom: 20px;
  }

  .order-prev-list {
    margin-bottom: 35px;
  }
  .order-prev-list li {
    font-size: 16px;
  }

  .order-prev-price {
    margin-bottom: 35px;
  }

  .order-prev-btns {
    padding-top: 20px;
  }

  .catalog-img {
    height: 200px;
    margin-bottom: 15px;
  }
  .catalog .tile-view:not(.list-view) .catalog-img {
    min-height: 200px;
  }
  .prod-num {
    margin-bottom: 12px;
  }
  .catalog-card {
    margin-bottom: 0px;
  }
  .catalog-card .buy-btn {
    font-size: 14px;
  }
  .catalog-card .buy-btn:after {
    margin-left: 4px;
    margin-top: 3px;
  }

  .catalog-card-price {
    font-size: 20px;
    line-height: 20px;
  }

  .head-nav {
    padding-top: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cabinet-item-bottom {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cabinet-item-bottom div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cabinet-item-bottom a + a {
    margin-left: 15px;
  }

  .general-adress {
    margin-left: 0;
    margin-right: 0;
  }

  .order-prev-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
  }
  .order-prev-btns .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    max-width: 195px;
    margin-top: 0px;
  }
  .order-prev-btns .btn + .btn {
    margin-left: 20px;
  }

  .order-prev-price span:first-child {
    padding-right: 20px;
  }

  .order-prev-price span:nth-child(2) {
    padding-left: 20px;
  }

  .captcha .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 194px;
    flex: 0 0 194px;
    max-width: 194px;
    padding-left: 0;
  }

  .captcha-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 194px;
    flex: 0 0 194px;
    max-width: 194px;
    margin-left: 0;
    margin-right: 30px;
  }

  .order-collapse .cart-table-row .cart-price:nth-child(3) {
    display: block;
  }
  .order-collapse .card {
    padding-bottom: 40px;
  }

  .collapse-btn {
    padding: 7px 40px 9px 25px;
    font-size: 18px;
  }

  .short-descript-bottom {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
  }
  .short-descript-bottom .lg-spinner {
    margin: 0 13px 0 0;
    width: 100%;
  }
  .short-descript-bottom .lg-spinner .ui-spinner {
    width: 100%;
  }

  .head-nav-item {
    margin-left: 15px;
  }
  .head-nav-item--cart{
    margin-left: 0;
  }
  .top-nav-list > li > a {
    padding: 15px 23px 15px 0;
  }

  .top-nav-drop ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  .ftr-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .ftr-item {
    margin: 0 15px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .special-conditions {
    margin-left: 0;
    margin-right: 0;
  }

  .registartion-proposal {
    margin-left: 0px;
    margin-right: 0px;
  }

  .code-form .form-control {
    border-radius: 0 6px 6px 0;
    margin-bottom: 0;
  }

  .code-btn {
    width: 200px;
  }

  .right-cart {
    margin-bottom: 60px;
  }
  .right-cart .btn {
    width: 200px;
  }

  .product-card {
    margin-left: 0;
    margin-right: 0;
  }
  .product-card .product-img {
    height: auto;
  }

  .product-img {
    height: 270px;
  }

  .card:not(.active) .collapse {
    display: none;
  }

  .tab-content .tab-pane {
    margin-bottom: 0;
  }

  .btn-box .btn {
    width: 195px;
  }

  .jcf-file .jcf-upload-button {
    padding: 10px;
    width: 190px !important;
  }

  .modal-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 22px;
  }
  .modal-btns .btn {
    margin-top: 0;
    width: 195px;
  }

  .order-prev {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .input-row .form-control {
    height: 72px;
    font-size: 24px;
  }

  .help {
    text-align: center;
  }
  .help p {
    max-width: 300px;
    margin: 0px auto 20px;
  }
  .help h4 {
    max-width: 100%;
  }
  .help:before {
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    opacity: 0.2;
  }

  .brand-card {
    height: 60px;
    padding: 10px;
    text-align: center;
  }

  .top-nav-list > li > a {
    border: 0;
  }

  .top-nav-list > li > a:before {
    right: 0;
  }

  .top-nav-list > li > a:after {
    right: 4px;
  }

  .top-nav-list {
    padding-bottom: 0;
  }

  .thumbs-slider-wrapper {
    display: block;
    margin-top: 10px;
  }

  .swiper-views-pagination {
    display: none;
  }

  .hero {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .form-btns {
    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;
  }
  .form-btns .agree {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
    margin-bottom: 0;
  }
  .form-btns .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 193px;
    flex: 0 0 193px;
    max-width: 193px;
  }

  .content {
    padding: 35px 0;
  }

  .big-search {
    margin-bottom: 30px;
  }

  .filter-btn {
    margin-bottom: 20px;
  }


  .head-nav {
    padding-top: 0px;
  }

  .cart-prevew {
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 0;
  }

  .cabinet-item-title .date {
    padding-top: 0px;
    margin-left: 15px;
  }

  .cabinet-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cabinet-list {
    margin-bottom: 30px;
  }
  .cabinet-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .socially-box {
    margin-bottom: 45px;
  }
  .socially-box p {
    font-size: 16px;
  }

  .hero-text div:first-child {
    display: block;
  }

  .mob-search,
  .head-nav {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }

  .head-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
  .head-nav a {
    font-size: 11px;
  }
  .head-nav i {
    display: none;
  }

  .nav-ico {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact-map {
    height: 360px;
    margin-bottom: 50px;
  }

  .order-aside {
    padding: 25px;
  }

  .order-total {
    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;
  }

  .total-price {
    text-align: left;
  }

  .order-btn .btn {
    width: 195px;
  }

  .order-note {
    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;
  }
  .order-note .note {
    margin-bottom: 0;
  }
  .order-note .btn {
    width: 195px;
  }

  .total-list {
    padding-bottom: 0;
  }

  .tab-content {
    padding: 25px;
    margin-bottom: 50px;
    border: 1px solid #c5c5c5;
  }

  .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }

  .similar-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .articles-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    height: 20px;
  }

  .similar-articles {
    padding: 20px 25px;
  }

  .ftr-item .num {
    font-size: 24px;
  }

  .socially ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .create-box {
    padding-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn {
    padding: 13px 28px;
    font-size: 16px;
  }

  .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
  }
  .sort:not(:last-child) {
    margin-right: 0px;
  }
  .sort p {
    display: block;
    font-size: 14px;
    margin: 0 15px 0 0;
  }

  .view-sort {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }

  .registartion-proposal {
    margin-bottom: 40px;
    padding: 16px 16px 16px 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .registartion-proposal:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 25px;
  }
  .registartion-proposal strong {
    font-size: 18px;
    margin: 0 15px 0 0;
  }

  .hero-btns {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 0px;
    width: 226px;
  }
  .hero-btns .btn {
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
    padding: 12px 10px;
    line-height: 26px;
  }
  .hero-btns .dark-btn {
    font-size: 15px;
  }

  .hero:before {
    height: 150px;
  }
  .hero .container {
    position: absolute;
    top: 20px;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero-text span {
    display: block;
  }

  .news-block {
    margin-bottom: 70px;
  }

  .cart-price:nth-child(4) {
    display: block;
  }

  .sel-open .sel-box-inner {
    width: 354px;
  }

  .cart-table-row .catalog-img a:hover .view-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .total {
    font-size: 24px;
  }

  .cart-prevew {
    padding: 15px;
    width: 400px;
  }
  .cart-prevew .btn {
    width: auto;
  }
  .cart-prevew .text-right {
    text-align: right;
  }

  .cart-del {
    padding: 10px;
  }
  .cart-del a {
    position: static;
  }

  .cart-info {
    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;
  }

  .table {
    width: 100%;
    border: 0;
  }
  .table tr {
    display: table-row;
  }
  .table tr th {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #a9a9a9;
    font-size: 14px;
    color: #a9a9a9;
    white-space: nowrap;
  }
  .table tr th:first-child {
    padding-left: 0;
  }
  .table tr th:last-child {
    padding-right: 0;
  }
  .table tr td {
    padding: 10px;
    border-bottom: 1px solid #a9a9a9;
    font-size: 14px;
    max-width: none;
  }
  .table tr td:first-child {
    padding-left: 0;
    padding-bottom: 10px;
    max-width: none;
    border-bottom: 1px solid #a9a9a9;
    width: 50%;
  }
  .table tr td:last-child {
    padding-right: 0;
    padding-left: 10px;
    max-width: none;
  }

  .benefits {
    padding: 15px;
  }

  .tab-content .card-body {
    padding: 0;
  }

  .modal-content-inner {
    padding: 30px;
  }

  .head-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
  }
  .head-btns .btn {
    font-size: 0px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    margin-top: -3px;
  }
  .change {
    font-size: 14px;
  }

  .bread-crumbs .container {
    overflow: visible;
  }
  .bread-crumbs ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .bread-crumbs ul li {
    white-space: normal;
  }

  table:not([class]) tr th, .colored tr th, .striped-table tr th {
    padding: 6px 10px;
    font-size: 16px;
  }
  table:not([class]) tr td, .colored tr td, .striped-table tr td {
    padding: 6px 10px;
    font-size: 16px;
  }

  .brands div[class^=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 768px) {
  .ftr-item .num {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (min-width: 769px){
  .mob-search {
    margin: 0 7px;
  }
}
@media (min-width: 992px) {
  .brands div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .head-nav-item a.logout_link{
    display: inline-block;
  }

  .client-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .client-state label {
    margin: 10px 30px 0 0;
  }

  .top-row p {
    font-size: 16px;
  }

  .client-state-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
  }

  .error-page {
    padding: 100px 0;
  }
  .error-page .img-box img {
    width: 317px;
    height: 211px;
  }
  .error-page .img-box span {
    margin: 20px 0 64px 0;
    font-size: 16px;
    line-height: 19px;
  }

  .news-list.has-indent {
    padding-bottom: 40px;
  }

  .centered-title {
    margin-bottom: 60px;
  }
  .centered-title h1 {
    margin-bottom: 35px;
  }
  .centered-title h3 {
    margin-bottom: 40px;
  }

  .search-text {
    font-size: 18px;
  }
  .search-text span {
    margin: 0 10px;
  }

  .search-box .form-group {
    width: 660px;
    max-width: 100%;
    border-width: 7px;
  }
  .search-box .form-control {
    height: 74px;
    padding: 15px 15px 15px 30px;
    font-size: 24px;
  }

  .search-box-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    max-width: 74px;
    height: 74px;
  }

  .inner-hero {
    padding: 70px 0;
  }

  .form {
    margin-bottom: 60px;
  }
  .form label {
    text-align: right;
    margin-top: 10px;
  }
  .form p {
    margin-top: 10px;
  }

  table {
    width: 100%;
  }

  .profiles-table {
    margin-bottom: 40px;
  }
  .profiles-table table tr th {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .profiles-table table tr td {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .orders-list {
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .orders-list li {
    font-size: 16px;
  }
  .orders-list li + li {
    margin-left: 100px;
  }

  .more-order {
    margin-left: 40px;
  }

  .cabinet-item-bottom a + a {
    margin-left: 35px;
  }

  .cabinet-item-title {
    font-size: 16px;
    padding: 8px 15px;
  }

  .cabinet-item {
    margin-bottom: 60px;
  }
  .cabinet-item p {
    font-size: 16px;
    line-height: 30px;
  }

  .history-item {
    margin-bottom: 25px;
  }

  .order-state {
    font-size: 14px;
    line-height: 28px;
    margin-left: 35px;
  }

  .cabinet-tile-item {
    margin-bottom: 30px;
    height: 220px;
    padding: 50px 15px 0;
    font-size: 16px;
  }

  .head-btm {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d2928+0,2d2928+51,a1a2a1+100 */
    background: #2d2928;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#2d2928), color-stop(51%, #2d2928), to(#a1a2a1));
    background: linear-gradient(to right, #2d2928 0%, #2d2928 51%, #a1a2a1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d2928", endColorstr="#a1a2a1",GradientType=1 );
    /* IE6-9 */
  }

  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .main-nav li {
    position: relative;
    padding-bottom: 7px;
    margin-bottom: -7px;
  }
  .main-nav li a {
    display: block;
    padding: 1px 12px 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
  }
  .main-nav li a:hover {
    border-color: #e94a23;
  }
  .main-nav li ul {
    display: none;
    padding-left: 15px;
    position: absolute;
    top: 100%;
    right: auto;
    background: #fff;
    width: 320px;
    padding: 26px 0;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  }
  .main-nav li ul li {
    padding: 0;
    margin: 0;
  }
  .main-nav li ul li a {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 30px 10px 40px;
    text-transform: none;
    color: #323232;
    font-weight: normal;
    border: 0;
  }
  .main-nav li ul li a:hover {
    color: #f36f26;
    background: #F3F3F3;
  }
  .main-nav li ul li ul {
    left: 100%;
    top: 0;
  }
  .main-nav li:hover > a {
    border-color: #e94a23;
  }
  .main-nav li:hover > ul {
    display: block;
  }

  .help:before {
    opacity: 1;
  }

  .head-btm .close {
    display: none;
  }

  .head-nav-item {
    padding-top: 0;
  }
  .head-nav-item a {
    line-height: 26px;
    padding: 0 26px 0 0;
    height: 26px;
  }
  .head-nav-item .ico {
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 0;
    width: 26px;
    height: 26px;
    background: #ee7b1e;
    background: -webkit-gradient(linear, left top, right top, from(#ee7b1e), to(#e55022));
    background: linear-gradient(to right, #ee7b1e 0%, #e55022 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee7b1e", endColorstr="#e55022",GradientType=1 );
  }
  .head-nav-item .qty {
    right: -5px;
    top: -5px;
  }
  .head-nav-item img:not([class]) {
    display: block;
  }
  .head-nav-item img.mob-ico {
    display: none;
  }

  .mob-search {
    display: none;
  }

  .head-btns .btn {
    padding: 11px 25px;
    font-size: 14px;
    line-height: normal;
    width: auto;
    height: auto;
  }
  .head-btns .btn img {
    display: none;
  }

  .news-item {
    margin-bottom: 30px;
  }
  .news-item .date {
    margin-bottom: 18px;
  }
  .news-item .name {
    font-size: 24px;
    line-height: 29px;
  }
  .news-item:not(.top) a {
    padding: 35px;
  }
  .news-item p {
    font-size: 16px;
  }

  .news-item-img {
    height: 390px;
    margin-bottom: 25px;
  }

  .general-adress {
    padding: 25px 25px 13px;
  }

  .adress-list li {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 12px;
  }

  .general-contacts {
    padding: 20px 25px;
  }
  .general-contacts .contact-item-row {
    margin-bottom: 0;
  }
  .general-contacts .contact-item-row.mob-tel {
    font-size: 16px;
  }

  .contact-item {
    margin-bottom: 50px;
  }
  .contact-item h6 {
    font-size: 16px;
  }

  .contact-item-title {
    font-size: 18px;
    padding-bottom: 7px;
    margin-bottom: 27px;
  }

  .inn-list {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .inn-list li {
    padding-left: 40px;
  }
  .inn-list li:before {
    left: 7px;
  }

  .contact-item-row {
    padding-left: 40px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .contact-item-row:before {
    left: 7px;
  }

  .mob-tel {
    font-size: 24px;
  }
  .mob-tel span {
    font-size: 16px;
  }
  .mob-tel.sm-tel {
    font-size: 16px;
  }

  .promo-box {
    margin-bottom: 60px;
  }

  .wait {
    font-size: 16px;
    line-height: normal;
    margin-top: 15px;
  }

  .registration-form .btn {
    width: 194px;
  }

  .order-aside {
    padding: 15px;
  }

  .doc-item {
    padding-left: 40px;
  }

  .benefits {
    padding: 15px;
  }

  .short-descript-bottom {
    padding: 20px 15px;
    background: #f3f3f3;
    display: block;
  }
  .short-descript-bottom .lg-spinner {
    width: 100%;
    margin-bottom: 15px;
  }
  .short-descript-bottom .ui-spinner {
    width: 100%;
  }
  .short-descript-bottom .buy-btn {
    font-size: 14px;
  }

  .cart-prevew {
    padding: 30px;
    width: 612px;
  }

  .cart-del {
    width: 40px;
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
  }

  .del {
    position: static;
    margin-top: 8px;
  }

  .cart-table-row .catalog-card-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    max-width: none;
  }

  .cart-table-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
  .cart-table-row .prod-title {
    margin-right: 0;
  }

  .cart-table-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #a9a9a9;
  }
  .cart-table-title > div {
    padding: 15px 10px;
  }
  .cart-table-title > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    max-width: 66px;
  }
  .cart-table-title > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
  }
  .cart-table-title > div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 308px;
    flex: 0 0 308px;
    max-width: 308px;
  }
  .cart-table-title > div:nth-child(4),
  .cart-table-title > div:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 138px;
    flex: 0 0 138px;
    max-width: 138px;
  }
  .cart-table-title > div:nth-child(7) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
  }
  .cart-table-title > div:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
  }

  .sp-item {
    margin-bottom: 0;
  }

  .sp-title {
    font-size: 18px;
  }

  .sp-item-title {
    font-size: 18px;
    line-height: 23px;
  }

  .sp-item-ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    max-width: 66px;
  }

  .special-conditions {
    padding: 50px 15px;
  }

  .list-view {
    border: 1px solid #a9a9a9;
    border-bottom: 0;
    margin-bottom: 40px;
  }
  .list-view div[class^=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list-view .catalog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 6px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #a9a9a9;
  }
  .list-view .catalog-labels {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .list-view .label {
    border-radius: 6px;
    font-size: 11px;
    margin: 6px 0;
  }
  .list-view .catalog-img {
    margin: 0;
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    padding-right: 20px;
    overflow: visible;
    height: 38px;
    z-index: 10;
  }
  .list-view .catalog-img .like {
    top: 0;
    right: 0;
  }
  .list-view .catalog-img a:not([class]) {
    display: block;
    width: 46px;
    height: 38px;
    background: url(/local/templates/site_main/css/../images/icons.png) -104px -44px no-repeat;
  }
  .list-view .catalog-img a:not([class]):hover .view-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-view .catalog-img.no-photo a:not([class]) {
    pointer-events: none;
    background-position: -104px 0;
  }
  .list-view .view-img {
    display: none;
    width: 308px;
    height: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 3px solid #f36f26;
    position: absolute;
    left: 100%;
    top: 100%;
    background: #fff;
  }
  .list-view .catalog-card-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .list-view .prod-title {
    height: auto;
    margin-bottom: 3px;
  }
  .list-view .prod-num {
    margin-bottom: 0;
  }
  .list-view .catalog-card-price {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    margin-bottom: 10px;
  }
  .list-view .catalog-card-price .last-price {
    display: none;
  }
  .list-view .catalog-card-btm {
    display: block;
  }
  .list-view .buy-btn {
    white-space: nowrap;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
  }

  .catalog {
    padding-bottom: 0;
  }

  .catalog-card {
    padding-bottom: 40px;
    margin-bottom: 0px;
    max-height: 100%;
    min-height: 100%;
  }

  .big-search {
    padding: 5px 10px 5px 80px;
  }
  .big-search:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 28px;
    background: url(/local/templates/site_main/css/../images/icons.png) 0 -27px no-repeat;
    left: 30px;
    top: 9px;
  }
  .big-search .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px;
    max-width: 204px;
  }
  .big-search .form-control {
    font-size: 16px;
  }

  .switch-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .switch-btns a {
    display: block;
    width: 36px;
    height: 36px;
    background: url(/local/templates/site_main/css/../images/icons.png) no-repeat;
  }
  .switch-btns a + a {
    margin-left: 6px;
  }
  .switch-btns .tile-btn {
    background-position: -24px -32px;
  }
  .switch-btns .tile-btn.active {
    background-position: -24px -72px;
  }
  .switch-btns .list-btn {
    background-position: -65px -72px;
  }
  .switch-btns .list-btn.active {
    background-position: -65px -32px;
  }

  .filter-box {
    margin-left: 0;
    margin-right: 0;
  }

  .brand-more {
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .brand-more .caret {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 5px;
    position: relative;
    background: #fff;
  }
  .brand-more .caret:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #f36f26;
    border-right: 2px solid #f36f26;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: -2px;
  }

  .brand-card {
    height: 98px;
    padding: 15px;
    margin-bottom: 30px;
  }

  .help {
    height: calc(100% - 40px);
    margin-bottom: 40px;
  }
  .help p {
    font-size: 16px;
    max-width: none;
    color: #fff;
  }

  .distributors {
    margin-bottom: 40px;
    text-align: left;
    height: calc(100% - 40px);
  }

  .d-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .category {
    padding-bottom: 65px;
  }

  .category-card {
    margin-bottom: 30px;
  }
  .category-card a {
    font-size: 16px;
  }
  .category-card .img-box {
    height: 180px;
  }

  .logo span:nth-child(2) {
    display: inline-block;
  }
  .logo span:first-child {
    margin-right: 12px;
    max-width: none;
  }

  .head-nav-item a {
    font-size: 14px;
    padding-right: 40px;
    height: auto;
  }

  .head-btm {
    position: relative;
    z-index: 10;
    top: auto;
    left: auto;
    height: auto;
    overflow: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: auto;
    max-width: none;
    padding: 5px 0 7px;
  }
  .head-btm .city-box {
    display: none;
  }

  .head-top .head-block {
    display: block;
    flex-grow: 1;
  }
  .head-top .city-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-ico {
    display: none;
  }

  .head-nav {
    display: block;
  }

  .head-nav-item {
    margin-left: 0;
  }

  .head-btns .btn {
  }

  .city-box .jcf-select .jcf-select-drop {
    right: -1;
    left: auto;
  }

  .top-nav {
    padding: 0;
  }

  .models-btn {
    display: none;
  }

  .top-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    background: #fff;
    overflow: visible;
    padding: 0px;
    width: auto;
    max-width: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .top-nav-list > li {
    font-size: 13px;
    font-weight: 600;
  }
  .top-nav-list > li:not(:last-child) {
    margin-right: 30px;
  }
  .top-nav-list > li > a {
    padding: 15px 23px 14px 0;
  }
  .top-nav-list > li > a:before {
    width: 12px;
    height: 12px;
    background: #e4e4e4;
    z-index: 1;
    right: 0;
  }
  .top-nav-list > li > a:after {
    z-index: 2;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .top-nav-list li:not(:last-child) {
    margin-right: 30px;
  }

  .top-nav-drop {
    display: none;
    position: absolute;
    z-index: 10;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    padding: 25px 0 15px;
  }

  .top-nav-drop .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-nav-drop ul {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
  }

  .cnt-img {
    margin-bottom: 20px;
  }
  .cnt-img.lft {
    float: left;
    margin-right: 20px;
  }
  .cnt-img.rht {
    float: right;
    margin-left: 20px;
  }
  .cnt-img img {
    max-width: 100%;
  }

  .top-title {
    font-size: 18px;
    margin-bottom: 55px;
  }

  .catalog .headline {
    margin-bottom: 60px;
  }

  .models-row {
    margin-bottom: 70px;
  }

  h1, .headline {
    font-size: 36px;
    line-height: 42px;
  }

  h2, .title {
    font-size: 32px;
    line-height: normal;
  }

  h3 {
    font-size: 28px;
    line-height: normal;
  }

  h4 {
    font-size: 24px;
    line-height: normal;
  }

  .striped-table tr th,
  .striped-table tr td {
    padding: 7px 10px;
    font-size: 16px;
  }

  .ftr-top {
    padding: 40px 0;
  }

  .footer .logo {
    margin-bottom: 40px;
  }

  .ftr-contacts {
    display: block;
    padding-bottom: 0;
  }

  .ftr-item {
    margin: 0 0 15px;
    max-width: none;
  }

  .f-title {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
  }
  .f-title:after {
    display: none;
  }
  .f-title::before {
    width: 113px;
  }

  .f-list {
    padding: 0;
    display: block;
  }

  .socially {
    padding-left: 35px;
  }

  .help:before {
    background-size: 300px auto;
  }

  .hero-titles {
    position: static;
  }

  .benefits-item .ico {
    margin: 0;
  }

  .benefits-item {
    margin-bottom: 50px;
  }

  .benefits-item-text .tel {
    font-size: 15px;
  }

  .only-desktop {
    display: block;
  }

  .only-desktop.only-desktop-inline{
    display: inline-block;
  }

  .head-nav-item-personal .only-mobile{
    display: none;
  }

  .only-mobile {
    display: none;
  }

  .product-card {
    border: 1px solid #c5c5c5;
  }

  .product-img {
    border: 0;
  }

  .product-card {
    margin-bottom: 0;
  }

  .label-box {
    left: 0;
    top: 0;
  }

  .views-slider-wrapper {
    margin-bottom: 0;
  }

  .views-slider-wrapper .like {
    right: 0;
    top: 0;
  }

  .short-descript, .short-box {
    display: block;
  }

  .product-card {
    margin-bottom: 30px;
    padding: 15px;
  }
  .product-card h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .short-descript .price, .short-box .price {
    font-size: 36px;
  }
  .short-descript .last-price, .short-box .last-price {
    font-size: 18px;
  }

  .short-descript {
    margin-bottom: 30px;
  }

  .top-nav-list li:not(:last-child) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .profiles-table table tr th span {
    display: inline;
  }

  .form-btns .agree {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    max-width: 530px;
  }

  .profile-btns .del {
    margin-left: 30px;
  }

  .orders-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .general-contacts .contact-item-row span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
  }

  .order-aside {
    padding: 25px;
  }

  .doc-item {
    padding-left: 50px;
  }

  .benefits-item-text .tel {
    font-size: 18px;
  }

  .benefits {
    padding: 30px 20px;
  }

  .benefits-item .ico {
    margin-right: 10px;
  }

  .nav-tabs .nav-item {
    margin-right: 50px;
  }

  .cart-sel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 308px;
    flex: 0 0 308px;
    max-width: 308px;
  }

  .sel-box-inner {
    width: 266px;
  }

  .hero-btns {
    right: 30px;
    top: 55px;
  }

  .hero-titles {
    position: static;
  }

  .hero-text {
    position: absolute;
    z-index: 3;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #abadac;
    text-align: left;
  }
  .hero-text span {
    display: block;
  }

  .ht-1 {
    top: 76px;
    left: 15px;
  }

  .ht-2 {
    top: 20px;
    left: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ht-2 div:first-child {
    font-size: 47px;
    line-height: 37px;
    margin-right: 10px;
  }

  .ht-3 {
    top: 5px;
    right: 255px;
  }
  .ht-3 strong {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
  }

  .ht-4 {
    color: #fff;
    text-align: right;
    top: 240px;
    right: 290px;
  }

  .ht-5 {
    color: #fff;
    padding-left: 22px;
    border-left: 2px solid #fff;
    bottom: 0;
    right: 235px;
  }

  .ht-6 {
    color: #fff;
    padding-left: 22px;
    border-left: 2px solid #fff;
    bottom: 20px;
    left: 45px;
  }

  .special-conditions {
    padding: 50px;
  }

  .sort {
    margin-left: 30px;
  }

  .view-sort {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }

  .logo span:nth-child(2) {
    max-width: none;
  }

  .tel {
    font-size: 34px;
  }

  .main-nav li a {
    font-size: 16px;
  }

  .top-nav-list li:not(:last-child) {
    margin-right: 30px;
  }

  .models-btn {
    display: none;
  }

  .help {
    padding: 35px 215px 35px 35px;
  }

  .category-card {
    margin-bottom: 65px;
  }

  .category-card .img-box {
    height: 220px;
  }

  .help:before {
    right: -15px;
    top: -27px;
  }

  .distributors {
    margin-bottom: 40px;
    padding: 35px 25px 35px 44px;
  }

  .brand-more {
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .brand-more .caret {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    margin: 0 0 0 20px;
  }

  .list-view .catalog-card-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
  }
  .list-view .catalog-card-price {
    margin-bottom: 0;
  }

  .hero-logo {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hero-logo img {
    max-width: 200px;
  }

  .product-descript {
    padding-left: 30px;
  }

  .product-card {
    padding: 30px;
  }

  .thumb-img {
    height: 72px;
  }

  .label-box {
    top: -15px;
    left: -15px;
  }

  .views-slider-wrapper .like {
    top: -15px;
  }

  .product-card h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1380px) {
  .short-descript-bottom {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .short-descript-bottom .lg-spinner {
    margin-right: 13px;
    margin-bottom: 0;
    width: auto;
  }
  .short-descript-bottom .btn {
    width: auto;
  }

  .short-descript-top {
    padding: 20px 30px;
  }

  .hero-logo img {
    max-width: none;
  }

  .registartion-proposal strong {
    font-size: 24px;
  }

  .list-view .catalog-card-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    max-width: 185px;
  }
  .list-view .catalog-card-btm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    max-width: 315px;
  }

  .head-block {

  }

  .help:before {
    right: -15px;
    background-size: 407px auto;
  }

  .help {
    padding: 35px 315px 35px 55px;
  }

  .catalog-card-price {
    padding-right: 15px;
    font-size: calc((100vw - 990px)/(1350 - 320) * (20 - 14) + 14px);
    line-height: 120%;
  }
}
@media (min-width: 1500px) {
  .help:before {
    right: -85px;
  }
}
@media (min-width: 1200px){
  body .catalog-card-price {
    font-size: calc((100vw - 990px)/(1200 - 320) * (18 - 14) + 14px);
    line-height: 120%;
  }
}
@media (max-width: 990px){
  body .catalog-card-price {
    font-size: calc((100vw - 320px)/(990 - 320) * (22 - 14) + 14px);
    line-height: 120%;
  }
}
@media (max-width: 775px){
  body .catalog-card-price {
    font-size: calc((100vw - 578px)/(1200 - 320) * (20 - 14) + 14px);
  }
}
@media (max-width: 578px){
  body .catalog-card-price {
    font-size: 18px;
  }
  body .last-price-catalog-item {
    font-size: calc((100vw - 320px)/(990 - 320) * (18 - 14) + 14px);
  }
}
.models-row {
  overflow: visible;
}

.models-row__wrapper {
  margin-bottom: -414px;
  overflow: hidden;
  height: 464px;
}

.main-nav > li > ul {
  max-height: calc(100vh - 187px);
  overflow-x: hidden;
  overflow-y: auto;
}

.main-nav li:not(.has-menu),
.main-nav li.cat li:not(.has-menu) > a {
  padding: 10px 30px;
}

.main-nav li.cat ul li ul li ul li:not(.has-menu) > a {
  padding-left: 0;
}

.main-nav li ul li ul {
  width: auto;
}

.main-nav li:not(.has-menu) {
  padding: 0;
}

.main-nav li ul li.has-menu > a:after {
  display: none;
}

.main-nav .has-menu__wrapper + ul {
  padding: 10px 0 0 30px;
}

.main-nav .has-menu__wrapper {
  position: relative;
  padding: 10px 30px;
  cursor: pointer;
}

.main-nav .has-menu__wrapper a {
  display: inline;
  padding: 0;
}

.main-nav .has-menu__wrapper a:before {
  background: url(/local/templates/site_main/css/../images/icons.png) -175px -70px no-repeat;
  position: absolute;
  display: block;
  height: 19px;
  content: "";
  width: 19px;
}

.main-nav .has-menu__wrapper a:before,
.main-nav li.cat > ul > li > a:before {
  left: 6px;
  top: 12px;
}

.main-nav .has-menu .submenu-anchor {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #AFAFAF;
  pointer-events: none;
  position: absolute;
  display: block;
  right: 25px;
  height: 0;
  top: 15px;
}

.main-nav .has-menu:not(.cat).open > .has-menu__wrapper .submenu-anchor {
  transform: rotate(90deg);
}

.main-nav li:not(.cat):hover > ul {
  display: none;
}

.main-nav li.open > ul,
.main-nav li.open:hover > ul {
  display: block;
}

.main-nav li.has-menu:not(.cat) ul li {
  padding-right: 0;
}

.main-nav li ul li ul {
  position: relative;
  box-shadow: none;
  padding: 0;
  left: 0;
}

.main-nav li ul li a:hover {
  background: transparent;
}

.models-row .swiper-slide:hover > a,
.models-row .swiper-slide .subcategory-name:hover,
.models-row .swiper-slide .subcategory.open + .sub-submenu,
.models-row .swiper-slide .subcategory.open > a,
.models-row .swiper-slide .sub-submenu a:hover {
  color: #f36f26;
}

.models-row .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
  visibility: hidden;
  cursor: default;
  opacity: 0;
}

.models-row .swiper-slide .submenu {
  transform: translate(-50%, 0);
  min-width: 100px;
  left: 50%;
}

.models-row .swiper-slide .subcategory {
  justify-content: flex-start;
  align-items: center;
  padding: 5px 12px;
  column-gap: 12px;
  display: flex;
  font-weight: normal;
}

.models-row .swiper-slide .subcategory-name {
  line-height: normal;
  text-align: left;
  color: #323232;
  padding: 0;
}

.models-row .swiper-slide .subcategory-anchor {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 0 8px;
}

.models-row .swiper-slide .subcategory-anchor:before {
  border-color: #acacac transparent transparent transparent;
  transition: border-top-color 150ms ease-in-out;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  margin-top: -3px;
  content: '';
}

.models-row .swiper-slide .subcategory-anchor:hover:before {
  border-color: #f36f26 transparent transparent transparent;
}

.models-row .swiper-slide .subcategory.open .subcategory-anchor:before {
  border-color: transparent transparent #f36f26 transparent;
  border-width: 0 6px 6px 6px;
}

.models-row .swiper-slide .sub-submenu {
  padding: 0 24px;
  display: none;
  z-index: 1;
}

.models-row .swiper-slide .subcategory.open + .sub-submenu {
  display: block;
}

.models-row .swiper-slide .sub-submenu a {
  color: #323232;
  padding: 0;
  font-weight: normal;
}

.hero-models-wrap .swiper {
  overflow: visible;
}

body .short-descript-bottom .bx-catalog-subscribe-button {
  line-height: 23px;
  height: 50px;
}

@media (max-width: 992px) {
  .main-nav li:not(.cat):hover > ul {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .main-nav li:not(.cat):hover > ul {
    display: none;
  }

  .main-nav li.open > ul,
  .main-nav li.open:hover > ul {
    display: block;
  }

  .models-row .swiper.hero-models:hover,
  .models-row .swiper.hero-models.menu-open {
    max-height: 464px;
    min-height: 464px;
  }

  .models-row .swiper-slide:hover .submenu {
    display: block !important;
    font-size: 13px;
  }

  .main-nav li ul li a:hover {
    background: transparent;
  }

  .models-row .swiper-slide:hover > a,
  .models-row .swiper-slide .subcategory-name:hover,
  .models-row .swiper-slide .subcategory.open + .sub-submenu,
  .models-row .swiper-slide .subcategory.open > a,
  .models-row .swiper-slide .sub-submenu a:hover {
    color: #f36f26;
  }

  .models-row .swiper-slide .subcategory-anchor:hover:before {
    border-color: #f36f26 transparent transparent transparent;
  }
}

@media (max-width: 991px) {
  .main-nav .has-menu .submenu-anchor {
    display: none;
  }

  .main-nav li.js-expand ul {
    transform: none;
  }

  .main-nav li.js-expand > ul {
    max-height: 100dvh;
  }

  .main-nav li ul li {
    border-bottom: none;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .logo span:first-child {
    display: block;
  }
  .logo span:nth-child(2) {
    display: none;
  }
}
/* End */


/* Start:/local/templates/site_main/css/jquery.fancybox.min.css?174929029617704*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
/* End */
/* /local/components/site/order.btn/templates/.default/style.css?17492902951246 */
/* /local/components/site/catalog.store.list/templates/.default/style.css?174929029586 */
/* /local/components/site/consultation.block/templates/request-call/style.css?17492902951246 */
/* /local/templates/site_main/components/bitrix/search.form/search/style.css?17492902961100 */
/* /local/templates/site_main/components/bitrix/sale.basket.basket.line/head_basket/style.css?17492902964916 */
/* /local/templates/site_main/components/bitrix/search.form/search_mobile/style.css?17492902961236 */
/* /local/templates/site_main/components/bitrix/sale.basket.basket.line/head_basket_mobile/style.css?17492902964916 */
/* /local/templates/site_main/components/bitrix/sender.subscribe/footer/style.css?17492902962825 */
/* /local/templates/site_main/components/bitrix/system.auth.forgotpasswd/forgotpass2022/style.css?1749290296589 */
/* /local/templates/site_main/components/niges/cookiesaccept/.default/style.css?17492902961317 */
/* /local/templates/site_main/css/custom_bootstrap.css?174929029670829 */
/* /local/templates/site_main/css/all.css?1749290296131333 */
/* /local/templates/site_main/css/mq.css?174929029649017 */
/* /local/templates/site_main/css/jquery.fancybox.min.css?174929029617704 */
