

/* 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_desktop/style.css?17434163244323*/

.header-cart{
	width: 43px;
	height: 37px;
	margin-left: 5px;
}
.count-cart{
	color: #fff;
	width: 15px;
	text-align: center;
	position: absolute;
	margin-left: -18px;
	margin-top: 0;
	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;}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.compare.list/compare_line/style.css?1745934299760*/
.catalog-compare-list {
	z-index: 998;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0.75rem 1.25rem;
	max-height: 100%;
	border: 1px solid #ced4da;
	border-radius: 0.2rem;
	background: #fff;
	color: #404040;
	white-space: normal;
	font-size: 12px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.catalog-compare-list.fixed {
	position: fixed;
	width: 270px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .18);
}

.catalog-compare-list.top { top: 5px; }

.catalog-compare-list.right { right: 5px; }

.catalog-compare-list.bottom { bottom: 5px; }

.catalog-compare-list.left { left: 5px; }

.catalog-compare-item-list { width: 100%; }

[id^="wait_compareList"] {
	display: none;
}

[id^="wait_comp_"] {
	display: none;
}
/* End */


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

@font-face {
    font-family: MyriadProBold;
    src: url(/include/fonts/HelveticaBold.ttf);
}

@font-face {
    font-family: PFDinTextCondProRegular;
    src: url(/include/fonts/HelveticaRegular.ttf);
}
@font-face {
    font-family: PFDinTextCondProThin;
    src: url(/include/fonts/HelveticaThin.ttf);
}

body{
    font-family: PFDinTextCondProRegular, sans-serif;
    color: #333333;
    overflow-x: hidden;
    background-color: #333333;
}

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 #0000 !important;
}

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


.body-container {
    background-color: #fff;
}
.header-container{
    margin-bottom: 15px;
}

.show_scr .bg-overlow{
    position: absolute;
    -moz-background-size: max(100%, 100%);
    -webkit-background-size: max(100%, 100%);
    -o-background-size: max(100%, 100%);
    background-size: max(100%, 100%);
    background-position: center top;
    background-repeat:  no-repeat;
    width: 1920px;
    margin: auto;
    left: calc(50% - 960px);
}

.show_scr .bg-overlow img{
    width: 100%;
    position: absolute;
}

input[type="text"]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #fd4c00;
}
a.btn-blue:hover {
    text-decoration: underline;
    color: #fff;
}


p a {
    color: #fd4c00;
}


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

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

.std-link{
    font-size: 16px;
    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{
    max-width: 255px;
    margin-top: 20px;
}


.header-top-line{
    margin-bottom: 10px;
    background-color: #e6e6e6;
    font-weight: bold;
    width: 100%;
    padding: 15px 0;
}

.header-center-line{
    margin-top:45px;
    margin-bottom:5px;
}

.header-big-description{
    font-size: 16px;
}

.header-description{
    padding: 0 0 0 45px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
    font-family: PFDinTextCondProRegular, sans-serif;
    font-weight: bold;
    color: #fd4c00;
}
.header-main-buttons{
    font-size: 16px;
    display: inline-block;
}
.header-main-menu{
    font-size: 13px;
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    padding: 0 15px;

}
.header-main-menu.right {
    padding-right: 40px;
}

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

.header-download{
    font-size: 14px;
    line-height: 18px;
}
.header-button-icon{
    height: 12px;
    vertical-align: baseline;
}


.main-list-item-link{
    font-size: 20px;
    font-weight: bold;
}

.main-list-item-link a{
    text-decoration: underline;
}
.main-list-item-link-small{
    font-size: 14px;
    font-weight: bold;
}

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

.btn-std, .btn-primary{
    background-color: #fd4c00;
    color: #fff;
    border: #0000 0 solid;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/bitrix/templates/d_nora/img/ie-css3.htc); /* Поддержка IE 6,7,8. */
    padding: 6px 15px;
    width: 100%;
    vertical-align: middle;
}

.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%;
    text-align: center;
    -moz-border-radius: 20px; /*для Firefox */
    -webkit-border-radius: 20px; /* Safari и Chrome */
    border-radius: 20px; /* Opera 10.5+, а также версии других браузеров в будущем */
    background-color: #fd4c00;
    color: #fff;
    margin-top: 20px;
    padding: 8px;
    font-size: 18px;
    text-decoration: underline;
    -webkit-box-shadow: 3px 3px 7px #fd4c0066;
    -moz-box-shadow: 3px 3px 7px #fd4c0066;
    box-shadow: 3px 3px 7px #fd4c0066;
}
.main-std-big-button > a{
    background-color: inherit;
    color: inherit;
    text-decoration: inherit;
}
.main-std-big-button:hover{
    text-decoration: underline;
    color: #fd4c00;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-std-big-button > a:hover{
    background-color: inherit;
    color: inherit;
    text-decoration: inherit;
}

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

a.btn-std:hover, a.btn-primary:hover{
    text-decoration: underline;
}
a.btn-std.btn-white:hover{
    color: #000;
}
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;
}

.main-rozn-smile a.btn-std{
    padding: 7px 15px;
}

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

input[type="text"].search {
    background: #f2f2f2 url(/bitrix/templates/d_nora/img/search.png) no-repeat;
    background-position-x: 6px;
    background-position-y: 6px;
    padding-left: 40px;
    color: #000;
    border: #d2d2d2 solid 1px;
    box-shadow: none!important;
}
.main-search{
    padding: 0;
    margin-left: 20px;
    width: calc(100% - 40px);
}


.bx-top-nav-container .bx-nav-1-lvl>a{
    background-color: #fff0;
    border: none;
    padding-left: 0;
}
.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;
}

.bx-top-nav-container .bx-nav-1-lvl.bx-active span{
    border-bottom: #fd4c00 solid 3px;
}

.btn-blue{
    background-color: #cccccc;
    color: #fff;
    border: #fd4c00 1px solid;
}
.btn-white{
    background-color: #f2f2f2;
    color: #000;
    border: #d4d4d4 solid 1px;
    font-weight: bold;
}
a.btn-white>div:hover, input.btn-white:hover{
    text-decoration: underline;
    color: #000;
}
a.btn-white>div, input.btn-white{
    text-decoration: none;
    color: #000;
}

a.btn-hoverblack:hover, input.btn-hoverblack:hover, button.btn-hoverblack:hover{
    background-color: #000;
    text-decoration: underline;
    color: #fff;
}
.main-rozn-desc{
    color: #fd4c00!important;
}

.rozn-smile{
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: 3px;
}

.scrolled .header-main-buttons-owner{
    position: fixed;
    background-color: #eee;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}


.header-lk-line{
    line-height: 46px;
    font-size: 15px;
}

.header-phone{
    margin: auto;
    max-width: 190px;
    text-align: center;
    padding-right: 5px;
}

.header-phone-text{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.header-phone-desc{
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.header-catalog-menu{
    width: inherit;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
.center{
     text-align: center;
 }

.sub-menu{
    display: none;
    position: absolute;
    z-index: 95;
    /*border: #000 solid 1px;*/
    background-color: #fd4c00;
    padding: 10px 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    behavior: url(/bitrix/templates/d_nora/img/ie-css3.htc); /* Поддержка IE 6,7,8. */

    -webkit-box-shadow: 2px 2px 15px #00000066;
    -moz-box-shadow: 2px 2px 15px #00000066;
    box-shadow: 2px 2px 15px #00000066;
}

.sub-menus{
    display: none;
}

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

.sub-menus-show{
    display: block;
}

.sub-container{
    max-width: 100%;
    position: relative;
    overflow-x: auto;
    padding: 10px;
    background-color: #fff;
    -moz-border-radius: 3px/10px; /*для Firefox */
    -webkit-border-radius: 3px/10px; /* Safari и Chrome */
    border-radius: 3px/10px; /* Opera 10.5+, а также версии других браузеров в будущем */
    behavior: url(/bitrix/templates/d_nora/img/ie-css3.htc); /* Поддержка IE 6,7,8. */
}
.sub-container-block{
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
.sub-menu1 .sub-container-block{
    width: 300px;
}

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

.sub-container-bottom-content{
    padding: 0 10px;

}
.sub-container-line{
    width: max-content;
}
.sub-menu-link-active{
    background-color: #fd4c00;
    color: #fff;
    border: 0;
    -moz-border-radius: 10px 10px 0 0; /*для Firefox */
    -webkit-border-radius: 10px 10px 0 0; /* Safari и Chrome */
    border-radius: 10px 10px 0 0; /* Opera 10.5+, а также версии других браузеров в будущем */
    behavior: url(/bitrix/templates/d_nora/img/ie-css3.htc); /* Поддержка IE 6,7,8. */
    position: relative;
    z-index: 96;
}
.sub-menu-link-active > a{
    color: #fff;
    text-decoration: none;
}
.sub-container-hr {
    background-color: #f4f7ff;
    width: 100%;
    height: 3px;
}
.sub-container-title{
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0;
    font-family: PFDinTextCondProRegular,sans-serif;
    font-weight: bold;
}

.sub-container-menu-link{
    margin: 0;
    line-height: 24px;
    font-size: 16px;

}

.often-search-container{
    margin-top: 10px;
    margin-bottom: 30px;
}

.header-often-search-title{
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}


.header-often-search-link{
    font-size: 16px;
    margin: 0 10px;
    display: inline-block;
}



.footer-container{
    background-color: #333333;
}
.footer-knob{
    margin: -40px 0 0 -20px;
}


.footer-col {
    line-height: 20px;
    margin-top: 20px;
}
.footer-col-title{
    font-size: 19px;
    margin-bottom: 20px;
    font-family: FDinTextCondProRegular,sans-serif;
}

.footer-col-title > a{
    color: #51bfe7;
}
.footer-col-title > a:hover{
    color: #fd4c00;
}

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

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

.footer-col-link{
    font-size: 15px;
    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-short{
    min-height: 170px;
}
.footer-agreement > a{
    color: #51bfe7;
    text-decoration: underline;
}

.footer-phone{
    color: #51bfe7;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.right {
    float: right;
}


.footer-soc-link{
    display: inline-block;
    margin: 0 3px;
}

h1, h2{
    font-size: 28px;
    margin: 10px 0;
    font-family: PFDinTextCondProRegular,sans-serif;
    font-weight: bold;
}

h3{
    font-size: 20px;
    margin: 10px 0;
    font-family: PFDinTextCondProRegular,sans-serif;
}
.logo30{
    max-width: 130%;
    margin-left: -30%;
}

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

    input[type="text"].search {
        width: 190px;
    }
    .main-rozn-smile{
        width: 100%;
        margin-bottom: 15px;
    }
    .header-catalog-menu{
        font-size: 11px;
        line-height: 16px;
    }
    .main-search{
        margin-left: 0;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

    input[type="text"].search {
        width: 260px;
    }
    .main-search{
        margin-left: 0;
    }

}
@media (min-width: 768px) and (max-width: 991.98px) {

    input[type="text"].search {
        width: 80px;
        padding: 0 10px;
        background: #eeeeee;
    }
    .header-catalog-menu{
        font-size: 9px;
        line-height: 14px;
    }
    .header-description{
        padding: 0 0 0 25px;
        font-size: 15px;
    }
    .main-search{
        margin-left: 0;
    }

}

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

    input[type="text"].search {
        width: 280px;
    }

    .header-catalog-menu{
        font-size: 12px;
        line-height: 16px;
    }
    .header-description{
        padding: 0 0 0 38px;
    }
    .header-main-menu.right {
        padding-right: 25px;
    }

}

@media (min-width: 992px) {
    .header-big-description{
        margin-left: 20px;
    }
}


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

    .header-main-menu{
        font-size: 14px;
    }

}


.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}


.catalog-menu-container{
    padding: 15px 0 10px;
    background-color: #43424a;
}


.catalog-menu-container a{
    color: #fff;
    font-weight: normal;
}

.header-catalog-menu-moved a{
    text-decoration: underline;
    color: #fd4c00;
}


.header-catalog-menu-moved .icon_orig{
    display: none!important;
}
.header-catalog-menu-moved .icon_act{
    display: inline!important;
}

.right-border{
    border-right: #717173 1px solid;
}

.sub-menu-link-active .right-border{
    border-right: #0000 1px solid;
}

.header-inline-icons{
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.header-cart{
    margin-left: 20px;

}

.header-fav{
    margin-left: 18px;
    width: 47px;
    height: 42px;

}
.count-fav {
    color: #fff;
    width: 15px;
    text-align: center;
    position: absolute;
    margin-left: -19px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: bold;
}



.header-compare{
    margin-left: 18px;
    width: 50px;
    height: 47px;

}
.count-compare {
    color: #fff;
    width: 15px;
    text-align: center;
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

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

.RatingBadgeWidget {
    display: block;

    width: 150px;
    height: 50px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
[id^="wait_compareList"] {
    display: none;
}

.dev-only{
    display: none;
}
.development .dev-only{
    display: inherit!important;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/search.title/nd_desktop/style.css?17149767673258 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/nd_desktop/style.css?17434163244323 */
/* /bitrix/templates/.default/components/bitrix/catalog.compare.list/compare_line/style.css?1745934299760 */
/* /bitrix/templates/d_nora/template_styles.css?174593424515564 */
