

/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/nd_mobile/style.css?17149767664402*/

.header-cart{
	width: 43px;
	height: 37px;
	margin-top: -10px;
	margin-left: 5px;
}
.count-cart{
	color: #fff;
	width: 15px;
	text-align: center;
	position: absolute;
	margin-left: -18px;
	margin-top: -8px;
	font-size: 14px;
	font-weight: bold;
}


/*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; }
}

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

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

.bx-hdr-profile{
	margin-top: 3px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.title/nd_desktop/style.css?17149767673258*/
.bx-searchtitle {
	margin: 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
	height: 400px;
	overflow-y: scroll!important;
}

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

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	/*min-height: 0;*/
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
.second_top .search {padding-left: 0px;}

.input-group{
	display: inline-flex;
}
.btn-std.btn-search{
	border: #fd4c00 solid 1px ;
	padding-left: 20px;
	min-width: 100px;
}
.btn-std.btn-search:focus, .form-control:focus{

	outline: inherit;
	border: 1px solid #cd440a;
	-webkit-box-shadow: 0px 0px 22px -2px rgba(205, 68, 10, 1);
	-moz-box-shadow: 0px 0px 22px -2px rgba(205, 68, 10, 1);
	box-shadow: 0px 0px 22px -2px rgba(205, 68, 10, 1);
}


input[type="text"].search {
	background: #eeeeee url(/bitrix/templates/d_nora/img/search.png) no-repeat;
	background-position-x: 6px;
	background-position-y: 6px;
	padding-left: 40px;
	color: #000;
	width: calc(100% - 100px)!important;
}
.main-search{
	padding: 0;
	margin: 5px;
	width: calc(100% - 100px);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/nd_mobile_mm/style.css?17149767664710*/

.header-cart{
	width: 43px;
	height: 37px;
	margin-top: -10px;
	margin-left: 5px;
}
.count-cart{
	color: #fff;
	width: 15px;
	text-align: center;
	position: absolute;
	margin-left: -18px;
	margin-top: -8px;
	font-size: 14px;
	font-weight: bold;
}


/*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; }
}

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

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

.bx-hdr-profile{
	margin-top: 3px;
}
.cart-circle-container .mm-img{
	width: 16px!important;
	height: 16px!important;
	margin-top: -4px;
	margin-left: 5px;
}
.cart-circle-container .count-cart {
	color: #fff;
	width: 15px;
	text-align: center;
	position: absolute;
	margin-left: -15px;
	margin-top: -2px;
	font-size: 14px;
	font-weight: bold;
}
/* End */


/* Start:/bitrix/templates/m_dc/template_styles.css?173530422220288*/
@font-face {
    font-family: MyriadProLight;
    src: url(/bitrix/templates/d_nora/fonts/MyriadProLight.ttf);
}

@font-face {
    font-family: MyriadProBold;
    src: url(/bitrix/templates/d_nora/fonts/MyriadProBold.ttf);
}

@font-face {
    font-family: PFDinTextCondProRegular;
    src: url(/bitrix/templates/d_nora/fonts/PFDinTextCondProRegular.ttf);
}
@font-face {
    font-family: PFDinTextCondProThin;
    src: url(/bitrix/templates/d_nora/fonts/PFDinTextCondProThin.ttf);
}



@font-face {
    font-family: Bahnschrift;
    src: url(/bitrix/templates/d_nora/fonts/Bahnschrift.ttf);
}
@font-face {
    font-family: BebasNeueBold;
    src: url(/bitrix/templates/d_nora/fonts/BebasNeueBold.ttf);
}

@font-face {
    font-family: bankgothicrussmedium;
    src: url(/bitrix/templates/d_nora/fonts/Bicubik.otf);
}


@font-face {
    font-family: Helvetica;
    src: url(/bitrix/templates/d_nora/fonts/SF-UI-Text-Light.ttf);
}


@font-face {
    font-family: Terminatorcyrbold;
    src: url(/bitrix/templates/d_nora/fonts/terminatorcyrbold.ttf);
}



@font-face {
    font-family: Akzidenzgroteskpro;
    src: url(/bitrix/templates/d_nora/fonts/square-721-extended-bt.ttf);
}


body{
    font-family: Helvetica,serif;
    color: #fff;
    overflow-x: hidden;
    background-color: #212026;
}




div[id^=wait_comp]/*стилизация стандартной ajax загрузки*/
{
    border: 2px solid #fd4c00!important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    background: url(/bitrix/js/main/core/images/wait.gif) 10px center no-repeat scroll #0e0e0e !important;
    color: #fff!important;
}

.one-height-container{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.one-height-block{
    margin-top: auto!important;
}


.body-container {
    padding-top:5px;
    background-color: #212026;
    color: #fff;
}
input[type="text"]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #fd4c00;
}
a.btn-blue:hover {
    text-decoration: underline;
    color: #fff;
}

a.btn-orange:hover, .btn-orange > a:hover {
    text-decoration: underline;
    color: #fff;
}

p a {
    color: #fd4c00;
}


.std-text{
    font-size: 16px;
}

.std-line{
    margin: 0 -10px;
}

.std-link{
    font-size: 18px;
    display: inline-block;
    line-height: 24px;
    margin: 10px;
}

.std-link > a {
    color: #fd4c00;
    text-decoration: underline;
}


.orange
{
    color: #fd4c00;
}
.orange > a
{
    color: #fd4c00;
}

.blue
{
    color: #51bfe7;
}
.blue > a
{
    color: #51bfe7;
}

.blue > a:hover
{
    text-decoration: underline;
    color: #fd4c00;
}

.header-logo-line{
    max-width: 226px;
}
.header-contact-icons{
    height: 20px;
}

.header-logo{
    max-width: 255px;
}

.header-center-line{
    margin-top: 20px;
    width: 100%;
    background-color: #2E2D31;
    padding-top: 15px;
    padding-bottom: 10px;
}

.header-center-line a{
    color: #C6C6C6;
    font-weight: normal;
}

.main-catalog-menu{
    width: inherit;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
}


.header-description{
    /*padding: 0 0 0 40px;*/
    font-size: 16.5px;
    line-height: 20px;
    margin-top: 5px;
    color: #808080;
    text-align: left;
}
.header-main-buttons{
    font-size: 16px;
    display: inline-block;
    line-height: 15px;
    padding: 5px;

}
.header-main-menu{
    font-size: 14px;
    line-height: 14px;
    padding: 5px;
    vertical-align: top;
    background-color: #2E2D31;
    width: 100%;
}

.header-main-menu-link {
    padding: 10px;
    text-transform: uppercase;
}

.header-main-download{
    padding-bottom: 0;
}

.header-button-icon{
    height: 27px;
    vertical-align: bottom;
}

.header-main-menu-line > div{
    display: inline-flex;
}


.header-basket-line{
    float: right;
    width: 150px;
    text-align: center;
    padding-top: 5px;
}


.main-list-item-link{
    font-family: MyriadProLight, serif;
    font-size: 16px;
    font-weight: bold;
}

.main-list-item-link a{
    text-decoration: none;
}
.main-list-item-link-small{
    font-size: 18px;
    font-weight: bold;
}
.header-main-menu a{
    color: #C6C6C6;
}


.main-list-item-link-small a{
    text-decoration: underline;
}

.btn-std, input[type="submit"]{
    text-align: center;
    behavior: url(/bitrix/templates/d_nora/img/ie-css3.htc); /* Поддержка IE 6,7,8. */
    width: 100%;
    margin: auto;
    line-height: 11px;
    font-size: 11px;
    margin-top: 10px;
    background-color: inherit;
}
.afbf_inputtext_bg input[type="text"], .afbf_inputtext_bg select,.afbf_inputtext_bg .afbf_textarea {
    background-color: #0000;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #5B5959;
    border-radius: 0;
}



.is_focused .afbf_inputtext_bg input[type="text"], .is_focused .afbf_inputtext_bg select, .is_focused  .afbf_inputtext_bg .afbf_textarea{
    border-bottom: 1px solid #fd4c00!important;
}

.afbf_submit_block input[type="submit"], input[type="reset"]{

    font-size: 14px;
    text-transform: uppercase;
}


.afbf_feedback_poles .afbf_name{
    visibility: hidden;
}

.header-callback-line .btn-std{
    max-width: 270px;
}

input[type="submit"]:hover{
    color: #fd4c00;
    text-decoration: underline;
}

.btn-std.btn-orangeshadow{
    -webkit-box-shadow: 2px 2px 5px #fd4c0066;
    -moz-box-shadow: 2px 2px 5px #fd4c0066;
    box-shadow: 2px 2px 5px #fd4c0066;
}

.main-std-big-button{
    width: 100%;
    max-width: 270px;
    text-align: center;
    background-color: #fd4c00;
    color: #fff;
    margin: 20px auto 0;
    padding: 8px;
    font-size: 18px;
    text-decoration: none;
}
.main-std-big-button > a{
    background-color: inherit;
    color: inherit;
    text-decoration: none;
}
.main-std-big-button:hover{
    text-decoration: underline;
}
.main-std-big-button > a:hover{
    background-color: inherit;
    color: inherit;
    text-decoration: none;
}


.btn-std, a.btn-std, div.btn-std{
    background: rgb(23,18,19);
    background: linear-gradient(0deg, rgba(23,18,19,1) 0%, rgba(43,43,45,1) 100%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #cd440a;
    -webkit-box-shadow: 0px 0px 22px -2px rgba(205, 68, 10, 1);
    -moz-box-shadow: 0px 0px 22px -2px rgba(205, 68, 10, 1);
    box-shadow: 0px 0px 22px -2px rgba(205, 68, 10, 1);
    padding: 6px 24px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 15px;
    color:#fff;
}
.btn-std:hover, a.btn-std:hover, div.btn-std:hover, .btn-std-orange, a.btn-std-orange, div.btn-std-orange{
    background: #fd4c00;
    background: linear-gradient(0deg, #fd4c00 0%, #f5681a 100%);
    text-decoration: none;
    color: #fff;
}

div.btn-std a:hover, div.btn-std a:focus, div.btn-std a:active {
    text-decoration: none;
    color: #fff;
}



input[type="text"].btn-std{
    background-color: #eeeeee;
}

input[type="text"], input[type="password"]{
    color: #000;
}


input[type="text"].btn-std::placeholder {
    color: #aaa;
}

a.btn-std:hover{
    text-decoration: underline;
}
a.btn-std.btn-white:hover{
    color: #fff;
}
a.btn-std>div, input.btn-std{
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100%;
}

a.btn-std>div:hover, input.btn-std:hover{
    text-decoration: underline;
    color: #fff;
}

.header-lk-line a.btn-std>div, .main-rozn-smile a.btn-std>div{
    width: calc(100% - 30px);
}

input[type="text"].search {
    background: #eeeeee url(/bitrix/templates/d_nora/img/search.png) no-repeat;
    background-position-x: 6px;
    background-position-y: 6px;
    padding-left: 40px;
    color: #000;
}
.main-search{
    padding: 0;
    margin-left: 5px;
    width: 100%;
}

.bx-top-nav-container .bx-nav-1-lvl>a{
    background-color: #fff0;
    border: none;
    padding-left: 0;
    color: #fff;
}
.bx-top-nav-container .bx-nav-1-lvl:last-child>a{
    border: none;
    background-color: #fff0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-active>a {
    color: #fd4c00;
    background: #fff0;
}
ul li.bx-nav-1-lvl.bx-nav-list-0-col:last-child:hover {
    border: none;
}

.bx-top-nav-container .bx-nav-1-lvl>a span{
    padding: 0;
}



.btn-blue{
    background-color: #51bfe7;
    color: #fff;
}
.btn-white{
    color: #fff;
    border: #fff solid 1px;
}
a.btn-white>div:hover, input.btn-white:hover{
    text-decoration: underline;
    color: #fff;
}
a.btn-white>div, input.btn-white{
    text-decoration: none;
    color: #fff;
}

.btn-orange{
    background-color: #fd4c00;
    border: 1px solid #fd4c00;
    color: #fff;
}
a.btn-orange>div:hover, input.btn-orange:hover, a.btn-orange:hover, .btn-orange > a:hover {
    text-decoration: underline;
    color: #fff;
}


a.btn-hoverblack:hover, input.btn-hoverblack:hover, button.btn-hoverblack:hover{
    background-color: #000;
    text-decoration: underline;
    color: #fff;
}

.header-callback-line{
}

.header-phone-line{
    margin-top: 10px;
    margin-bottom: 10px;
}


.header-phone-text{
    font-family: Helvetica, serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.header-phone-desc{
    font-size: 11px;
    line-height: 20px;
    color: #777;
    text-align: center;
}
.header-catalog-menu{
    width: inherit;
    padding: 5px 0;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.center{
     text-align: center;
 }

input[type="text"]:focus, .btn-search{
   /*
   box-shadow: none!important;
    */
}

button:active, button:focus, textarea:focus, input:focus, textarea:active, input:active, .btn-std:focus, .btn-std:active, .btn:focus, .btn:active{
    outline: none!important;
    outline-offset: 0!important;
}



#search-panel{
    display: inline-block;
    position: fixed;
    width: 100%;
    background-color: #2E2D31;
    z-index: 200;
}
.search-panel .btn-std, .search-panel input[type="submit"]
{
    line-height: 20px;
    margin-bottom: 10px;
}

.search-panel input.search{
    background-color: #212026;
    color: #fff;
}


.footer-container{
    background-color: #212026;
    border-top: 1px solid #555;
    margin-top: 20px;
}
.footer-knob{
    margin: -40px 0 0 -20px;
}


.footer-col {
    line-height: 16px;
    margin-top: 16px;
}
.footer-col-title, .footer-col-link:first-child{
    font-size: 14px;
    margin-bottom: 14px;
    font-family: Helvetica, serif;
    text-transform: uppercase;
}


.footer-col-title > a,  .footer-col-link:first-child > a{
    color: #fd4c00;
}

.footer-col-title > a:hover, .footer-col-link:first-child > a:hover{
    color: #fd4c00;
}

.footer-col-info-small{
    margin: 10px 0;
    color: #fff;
}

.footer-col-info{
    font-size: 14px;
    margin: 10px 0;
    color: #fff;
}


.footer-col-link{
    font-size: 14px;
    margin: 10px 0;
}

.footer-col-link > a{
    color: #fff;
}
.footer-col-link > a:hover{
    color: #fd4c00;
}

.footer-main-download{
    line-height: 20px;
    padding-bottom: 0;
}

.footer-download{
    font-size: 14px;
    line-height: 14px;
}
.footer-agreement > a{
    color: #51bfe7;
    text-decoration: underline;
}

.footer-phone{
    color: #51bfe7;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
.footer-col-info > .footer-soc-link:first-child{
    margin-left: -5px;
}
.footer-soc-link{
    display: inline-block;
    margin: 0 3px;
}

h1, h2{
    font-size: 22px;
    font-family: Helvetica, serif;
    font-weight: bold;
}

h1{
    margin: 5px 0;
}

h2{
    color: #fd4c00;
    margin: 60px 0;
    text-align: center;
}

h3{
    font-family: Helvetica, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0em;
    color: #FFF;
    text-transform: uppercase;
    margin: 60px 0;
    text-align: center;
}
p{
    text-align: center;
}
.main-user-consent-request-popup-text{
    background: #0e0e0e!important;
}
.main-user-consent-request-popup-cont{
    background: #212026!important;
}
.main-user-consent-request-popup-header{
    color: #fff!important;
}
.main-user-consent-request-popup-button-rej{
    background: #cfd4d8!important;
}
@media (max-width: 389.98px) {
    .main-catalog-menu{
        font-size: 10px;

    }
}

@media (max-width: 575.98px) {
    .inner-body{
        margin: auto;
    }

    input[type="text"].search {
        width: 190px;
    }
    .main-rozn-smile{
        width: 100%;
        margin-bottom: 15px;
    }
    .header-logo-line{
        margin: 0 auto;
    }

    .header-center-line {
        text-align: center;
    }
    .footer-container .inner-body {
        max-width: 260px;
    }

    .footer-short .footer-col-link{
        display: none;
    }
    .footer-short .footer-col-link.col-link-show{
        display: inherit;
    }

    .footer-short .footer-col-link:first-child{
        display: inherit;
    }
    .footer-short .footer-col-link a::after{
        content: '+';
        float: right;
        font-size: 26px;
        color: #fd4c00;
        line-height: 12px;
        margin-right: 10px;
    }

    .footer-short .footer-col-link.col-link-show a::after{
        content: '';
    }


    .footer-short .footer-col-link a.col-link-top::after{
        content: '−';
    }
    .smart-filter-popup-result.right{
        left: 50%;

    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    input[type="text"].search {
        width: 260px;
    }
    .header-center-line {
        text-align: center;
    }
    .header-logo-line{
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {

    input[type="text"].search {
        width: 80px;
        padding: 0 10px;
    }
    .header-description{
        /*padding: 0 0 0 35px;*/
        font-size: 15px;
    }
    .header-logo-line{
        max-width: 205px;
    }
}

@media (max-width: 991.98px) {

    .header-main-menu a{
        font-size: 10px;
    }
    .product-item-small-card .dc-ribbon {
        margin-right: 1px;
        margin-top: 15px;
        height: 15px;
        width: auto;
        display: inline-block;
    }

    .recommend .product-item-small-card .dc-ribbon {
        height: 25px;
        margin-right: 10px;
        margin-top: 20px;
    }

}
@media (min-width: 992px) and (max-width: 1199.98px) {

    input[type="text"].search {
        width: 280px;
    }
    .header-description{
        /*padding: 0 0 0 35px;*/
        font-size: 15px;
    }
    .header-logo-line{
        max-width: 205px;
    }

}
@media (min-width: 1200px) {
    input[type="text"].search {
        width: 380px;
    }
}


.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}
.catalog-menu-container{
    padding: 0;
}
.bx_catalog_tile{
    margin-bottom: 0;
}
.bx_catalog_tile_category_title{
    /*display: none;*/
}

.bx_catalog_tile .bx_catalog_tile_category_title {
    font-size: 22px!important;
    margin-bottom: 10px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-top: 1px solid #555;
}
.table-striped>tbody>tr:nth-of-type(odd), .product-item-detail-properties-item:nth-child(odd){
    background-color: #333;
    color: #fff;
}

hr{
    border-top: 1px solid #555;
}
.info-left-menu {
    /*background-color: #2E2D31;*/

    font-family: MyriadProLight, serif;
}

.bx-newslist-title, .bx-newslist-title a, .bx-newsdetail-title, .bx-newsdetail-title a {
    color: #fff;
    line-height: 23px;
}

.bx-newslist-content:before{
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #212026 75%);
}

.bx-top-nav-container .bx-nav-1-lvl:hover>a{
    background: inherit;
}


.b24-form-wrapper{
    background-color: inherit;
}
.b24-form-wrapper.b24-form-border-bottom{
    border-bottom: 0;
}

.b24-form-control-alert.b24-form-control-checkbox, .b24-form-control-alert.b24-form-control-radiobox, .b24-form-control-alert.b24-form-control-file, .b24-form-control-alert.b24-form-control-list .b24-form-control, .b24-form-control-alert.b24-form-control-string .b24-form-control, .b24-form-control-alert.b24-form-control-text .b24-form-control{

}

.basket-item-name, .basket-item-info-name, .basket-item-info-name-link,
.basket-checkout-block-total-price-title, .basket-checkout-block-total-title{
    color: #fff;
}

.basket-item-property-name, .basket-item-property-custom-name{
    color: #737373;
}

.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover{
    color: #fff!important;

}
.basket-item-property-custom-value{
    color: #fff;
}
.basket-checkout-block-total-weight-current{
    color: #fff;

}

.btn-std.basket-btn-checkout{
    width: 100%;
}
.basket-item-scu-item-inner{
    color: #fff;

}
tr.basket-items-list-item-container{
    border-top: none;
}

/*Перенести в order/make */
#bx-soa-order{

    margin-top: 20px;
}

#bx-soa-order .bx-soa-section-title-container{
    background-color: #2E2D31;
}

#bx-soa-order .bx-soa .bx-soa-customer-label,
#bx-soa-order .bx-soa .bx-soa-custom-label,
#bx-soa-order .bx-soa .form-group label
{
    color: #fff;
}

#bx-soa-order input[type="text"],
#bx-soa-order input[type="password"],
#bx-soa-order textarea,
#bx-soa-order .bx-soa-section-title
{
    color: #fff;
    background-color: #2E2D31;
}

#bx-soa-order .soa-property-container > select{
    background-color: #2E2D31;
}


/*Конец Перенести в order/make */

.bx-sidebar-block{

    max-width: 300px;
    margin: 0 auto;
}
.b24-window-mounts, .b24-form{

--b24-primary-color: #fd4c00!important;
--b24-primary-text-color: rgba(255, 255, 255, 1);
--b24-text-color: #fff!important;
--b24-background-color: #212026!important;
--b24-field-border-color: rgba(0, 0, 0, 0.09);
--b24-field-background-color: rgba(0, 0, 0, 0.07);
--b24-field-focus-background-color: rgba(255, 255, 255, 1);
--b24-popup-background-color: rgba(255, 255, 255, 1);
--b24-primary-hover-color: #fd4c00!important;
}


.img-left{
    float: left;
    margin : 0 10px 5px 0;
    padding : 0 10px 5px 0;
    width: 50%;
    min-width: 300px;
}
.img-right{
    float: right;
    margin : 0 0 5px 10px;
    padding : 0 0 5px 10px;
    width: 50%;
    min-width: 300px;
}

.bx-section-desc h2, .bx-section-desc h3, .bx-newsdetail-content h2, .bx-newsdetail-content h3{
    clear: both;
    margin: 0;
}

.bx-section-desc h3, .bx-newsdetail-content h3{
    padding: 30px 0 40px;
}

.bx-section-desc h2, .bx-newsdetail-content h2{
    font-size: 28px;
    padding: 30px 0 40px;
}

.bx-section-desc{
    margin-top: -60px;
}

.bx-section-desc-post{
    display: none;
}

.clear{
    clear: both;
}
li::marker{
    color: #fd4c00;
}


.mm-menu{
    width: auto!important;
    min-width: 260px!important;
}


.main-catalog-button{
    border: 2px solid #fc4d00;
    border-radius: 4px;
    margin: 0 5px 10px 5px;
    height: calc(100% - 10px);
    padding-top: 5px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate3d(260px,0,0)!important;
    transform: translate3d(260px,0,0)!important;
}

.mm-panels{
    background-color: #f4f4f4;

}
.mm-navbar.mm-navbar_sticky{
    background-color:  #fc4d00;
}

.mm-navbar__title, .mm-listitem{
    font-size: 16px;
    font-family: 'PFDinTextCondProRegular', sans-serif;
}

.mm-navbar__title {
    color: #fff!important;
}

.mm-btn_next:after{
    background: #fff0 url(/bitrix/templates/m_nora/img/mm/right.png) no-repeat;
    width: 8px;
    height: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
}

.mm-btn_prev:before{
    background: #fff0 url(/bitrix/templates/m_nora/img/mm/left.png) no-repeat;
    width: 8px;
    height: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
}

#mm-1 .mm-listitem__text{
    white-space: normal;
    overflow: auto;

}
#mm-1 .mm-listitem__text img{
    width: 20px;
    height: 20px;
}

.mm-listitem .bx-basket{
    display: inline-block;
}

.mm-panels a[href*="/shop/pojarka/"] {
    background: #fff0 url(/bitrix/templates/m_nora/img/mm/pojarka.png) no-repeat right 18px top 10px;
}

.mm-menu .mm-panels a {
    color: #fff;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/nd_mobile/style.css?17149767664402 */
/* /bitrix/templates/.default/components/bitrix/search.title/nd_desktop/style.css?17149767673258 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/nd_mobile_mm/style.css?17149767664710 */
/* /bitrix/templates/m_dc/template_styles.css?173530422220288 */
