
@font-face {
    font-family: 'icomoon';
    src:    url('../netroom/icomoon1.eot?6if2tu');
    src:    url('../netroom/icomoon1.eot?6if2tu#iefix') format('embedded-opentype'),
        url('../netroom/icomoon1.ttf?6if2tu') format('truetype'),
        url('../netroom/icomoon1.woff?6if2tu') format('woff'),
        url('../netroom/icomoon1.svg?6if2tu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-netroomico:before {
    content: "\e900";
    text-decoration: none;
    color: #8184A1;
    font-size: 63px;
    line-height: 33px;
    float: right;
    margin-left: 3px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
/*--------- Reset ----------*/
.header_1 .logo {
    margin: 27px 0px 0px 17px !important;
}
.catalog-item-card .article {width: 208px !important;}
.callback .row .span2 textarea {resize: none !important;}
.catalog-item-card .item-desc p{margin: 0 !important;padding: 0 !important;}

.title-search-result .tvr_search .buy_more button[name="add2basket"]{ 
float: left !important;
height: 29px !important;
margin: 0px 0px 0px 5px !important;
padding: 0px !important;
width: 37px !important;
}
.pagination ul li.first, .pagination ul li.last { 
width: 60px!important;
}
.pagination ul li.troetochie:hover { 
background: #fff!important;
border: 1px solid #fff!important;
}
.pagination ul li.troetochie { 
    text-align: center !important;
    border: 1px solid #fff !important;
}
.catalog-item-card .buy_more button[name="add2basket"], .catalog-item-card .buy_more small.result, .catalog-item-card .buy_more .apuo {
    top: 6px !important;
}
.catalog-item-card .buy_more {height: 36px !important;}

.mfeedback {
	width:356px;
	float:left;
	margin:0px;
	padding:0px;
}

.mfeedback .row {
	width:100%;
	float:left;
	display:table;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.mfeedback .row .span1 {
	width:125px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#575b71;
	text-align:left;
}

.mfeedback .row .span2 {
	width:auto;
	display:table-cell;
	margin:0px;
	padding:0px;
	text-align:left;
}

.mfeedback .row .span2 input[type="text"] {
	width:100%;
	height:30px;
	margin:0px;
	padding:0px 9px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	text-align:left;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.mfeedback .row .span2 textarea {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:61px;
	min-height:61px;
	max-height:61px;
	margin:0px;
	padding:10px;
        resize: none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.mfeedback .row .span2 input[name="captcha_word"] {
	width:100px;
	float:left;
}

.mfeedback .row .span2 img {
	float:right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.mfeedback div.submit {
	width:100%;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
}

.mfeedback div.submit .submit_input{
	width:153px;
	height:31px;
	float:right;
	margin:0px;
	padding:0px;
}


/***240px***/
@media screen and (max-width:787px) {
	div.mfeedback .row {
		margin:0px 0px 3px 0px;
	}

	div.mfeedback .row .span1 {
		width:89px;
		font-size:12px;
	}

	div.mfeedback .row .span2 input[type="text"] {
		width:100%;
		height:27px;
		padding:0px 7px;
		font-size:12px;
	}

	div.mfeedback .row .span2 textarea {		
		height:45px;
		min-height:45px;
		max-height:45px;
		padding:7px;
        resize: none;
		font-size:12px;
	}

	div.mfeedback div.submit .submit_input{
		height:28px;
		font-size:11px;
		font-weight:400;
	}
}


.sbg_dark .footer_soc ul li a{
	background:#575b71;
}

.footer_soc ul li a:hover{
	background:none;
}
.footer_soc ul li a em span{
    font-size: 0px;
}
.footer_soc ul li a em{
	font-size:22px;
	color:#edeef8;
	-webkit-transition:all 0.15s ease 0s;
	-moz-transition:all 0.15s ease 0s;
	-o-transition:all 0.15s ease 0s;
	transition:all 0.15s ease 0s;
}

.sbg_dark .footer_soc ul li a em{
	color:#3b3d47;
}

.sbg_dark .footer_soc ul li a:hover em{
	color:#edeef8;
}
.footer_right .footer-design a {
    padding: 0px 3px 0px 0px !important;
}
.footer_right .footer-design {
    margin: 21px 0px 0px 0px !important;
    width: 258px !important;
    text-align: right !important;
}

.filter form .submit #modef,
a.catalog_item_toogle_filter_reset{
	float:right;
	margin:8px 15px 0px 0px;
	padding:0px;
}

.filter form .submit input[type="button"]{
	width:147px;
	height:31px;
	float:right;
	margin:0px;
	padding:0px;
}
.custom-forms.active label, .custom-forms.active:hover label { 
	background: #13A4FF;
	color: #FFFFFF;
}
.custom-forms.active label .count, .custom-forms.active:hover label .count { 
	background: #1287d0;
}
.title-search-result .search_close { 
background: #575B71;
border-radius: 12px;
display: table;
height: 24px;
position: absolute;
right: -10px;
text-align: center;
text-decoration: none;
top: -10px;
transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
width: 24px;
}
.title-search-result .search_close i { 
color: #FFFFFF;
display: table-cell;
font-size: 17px;
vertical-align: middle;
}
.order_input_text,.order_input_textarea {
    border: 1px solid #DEE0EE;
    border-radius: 4px;
    box-sizing: border-box;
    color: #8184A1;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 30px;
    margin: 0px;
    padding: 0px 9px;
    text-align: left;
    width: 100%;
}
.order_input_textarea {
    padding: 9px;
    height: 80px;
    resize: none;
}
.div_star_orderform{
    position: absolute;
    color: red;
    margin-left: 230px;
    margin-top: -7px;
}
.of_zaka{
    padding: 6px 9px;
}
.breadcrumb {
    width: 100% !important; 
}
.breadcrumb ul li a{
    font-size: 12px;
}
.footer_center {
    width: 440px !important;
}
.footer_right {
    width: 460px !important;
}
.advantages .adv-icon em, .advantages .adv-icon em { 
color: #575B71;
font-size: 22px;
}
.catalog-item-sorting, .catalog-item-limit {
    font-size: 12px !important;
}
@media screen and (max-width:441px) {
    .footer_center {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
  .ss_table {
    border: 0;
  }
  .ss_table thead {
    display: none;
  }
   .ss_table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
   .ss_table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
   .ss_table td:last-child {
    border-bottom: 0;
  }
   .ss_table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
/*------------/feedback---------------------*/
/*  width: px;
    height: px;
    background: url(../images/);
    background: #c02a25; 
    background: -moz-linear-gradient(top, #c02a25, #9c1c18);
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#c02a25), color-stop(100%,#9c1c18));
    background: -webkit-linear-gradient(top, #c02a25, #9c1c18);
    background: -o-linear-gradient(top, #c02a25, #9c1c18);
    background: -ms-linear-gradient(top, #c02a25, #9c1c18);
    background: linear-gradient(top, #c02a25, #9c1c18);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c02a25,endColorStr=#9c1c18);
    border-radius:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    -khtml-border-radius:28px;
    
    
    text-decoration: none;
    font-family: Calibri;
    color: #fff;
    font-size: 18px;
    font-weight: bold;*/