*{
	outline: none!important;
}
body,
html{
	min-width: 990px;
}
header {
	background: #fff;
}
header *{
	outline: none!important;
}
footer *{
	outline: none!important;
}
.header-top-wrapper{
	background: #272727;
	height: 40px;
}
.header_bottom_wrapper{
	background: #F4F4F4;
	height: 100px;
	border-bottom: 1px solid #e5e5e5;
}
.geotargeting-wrapper>*{
	line-height: 40px;
	color:#fff;
}
.geotargeting-wrapper a{
	color:#fff;
}
.header-logo{
	display: inline-block;
	line-height: 100px;
	width: 362px;
	margin-right: 30px;
}
.header-user-wrapper{
	position: relative;
}
.header-user-wrapper .glyphicon-menu-down{
	padding-right: 0;
}
.username_head{
	color: #fff;
}
.header-user-login{
	line-height: 40px;
	color: #fff;	
}
.header-user-login a{
	color: #fff;
	border-bottom: 1px solid transparent;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.header-user-login a:hover{
	border-bottom: 1px solid #e6e6e6;
}
.username_head{
	line-height: 40px;
}
.header_menu {
    line-height: 100px;
	margin: 0 50px;
	float: left;
}
@media(max-width: 1680px){
	.header_menu {
		margin: 0 40px;
	}
}
.header_menu .fixed-geo .geotargeting {
	line-height: 65px;
	visibility: hidden;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.header_menu .fixed-geo .geotargeting a{
	color: #1e1e1e!important;
}
.fixed-geo{
	width: 0!important;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
		-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.header_menu .fixed-geo .geotargeting-phone {
	line-height: 65px;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.header_menu a{
	color: #1e1e1e;
	text-decoration: none;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border-bottom: 1px solid #1e1e1e;
}
.header_menu a:hover{
	color: #f75a27;	
	border-bottom: 1px solid #f75a27;
}
.header_menu a.selected{
	color: #f75a27;
	border-bottom: 1px solid #f75a27;
}

.header_menu a:hover,
.header_menu a:focus,
.header_menu a:active{
	text-decoration: none;
}
#ya-site-form0 .ya-site-form__wrap{
	width: 100%!important;
}
.detail_page {
    margin: -8px 0 0 0 !important;
    background: #fff;
}

.detail_page {
    /** Detail page **/
}

.detail_page a {
    outline: none;
}

.detail_page .sidebar {
    width: 23%;
}

.detail_page .sidebar .triangle-top {
    background: url("../images/spritesheet.png");
	width: 16px;
    height: 13px;
    background-position: -55px -87px;
    height: 7px;
    margin: 3px 7px 0 0;
}

.detail_page .sidebar .triangle-bottom {
    background: url("../images/bottom_triangle.png") 0 -5px;
    width: 16px;
    height: 8px;
    margin: 4px 10px 0 0;
}

.detail_page .sidebar .triangle-right {
    background: url("../images/spritesheet.png");
    height: 13px;
    background-position: -85px -5px;
    width: 7px;
    height: 13px;
    margin: 0 10px 0 0;
}

.detail_page .sidebar .opened > a > .triangle-right {
    background: url("../images/spritesheet.png");
	background-position: -216px -14px;
	width: 16px;
	height: 6px;
    margin: 5px 3px 0 0;
    position: relative !important;
    display: block;
    float: left;
}

.detail_page .sidebar a {
    text-decoration: none;
    font-weight: normal;
}

.detail_page .sidebar .menu ul li:last-child {
    padding: 0;
}

.detail_page .sidebar ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.detail_page .sidebar li div {
    display: none;
	z-index: 200;
}

.detail_page .sidebar div {
    position: relative;
}

.detail_page .sidebar li {
    position: relative;
}

.detail_page .sidebar .opened li {
    max-width: 400px !important;
}

.detail_page .sidebar .menu ul li {
    max-width: 260px;
}

.detail_page .sidebar .menu ul li a:hover {
    border-bottom: 1px solid #F1F1F1;
}

.detail_page .sidebar .menu ul li a {
    border-bottom: 1px solid #F1F1F1;
}

.detail_page .sidebar li:hover:not(.opened) > div {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 200;
    min-width: 320px;
}

.detail_page .sidebar li:hover:not(.opened) > div > ul {
    float: left;
    background: #E7E7E7;
}

.detail_page .sidebar li:hover:not(.opened) > div > ul a {
    position: relative;
    font-size: 9pt !important;
}

.detail_page .sidebar li:hover:not(.opened) > div > ul a .right_triangle {
    position: absolute;
    top: 33%;
    right: 0;
}

.detail_page .sidebar a .right_triangle {
    position: absolute;
    top: 33%;
    right: 0;
}

.detail_page .sidebar .first > div > ul > li > a > .right_triangle {
    position: absolute;
    top: 33%;
    right: 0;
}

.detail_page .sidebar li:hover > div > ul li:hover > a {
    border-left: 4px solid #F75A27;
    background: #aaa;
}

.detail_page .sidebar .opened > div {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.detail_page .sidebar .root-item .opened .a:hover {
    color: #F75A27;
}

.detail_page .sidebar .opened > div > ul > .opened > a {
    color: #F75A27 !important;
    background: #E7E7E7 !important;
}

.detail_page .sidebar .first > div > ul > li:hover > a {
    background: #aaa;
}

.detail_page .sidebar .opened > div > ul > .opened > div > ul > li > a {
    padding: 5px 30px 5px 30px !important;
}

.detail_page .sidebar .opened > div > ul > .opened > div > ul > .opened > div > ul > li > a {
    padding: 5px 15px 5px 60px !important;
    position: relative;
}

.detail_page .sidebar .opened > div > ul > .opened > div > ul > .opened > div > ul > .opened > div > ul > li > a {
    padding: 5px 15px 5px 90px !important;
    position: relative;
}

.detail_page .sidebar .opened > div > ul > li > a {
    border-left: none !important;
    font-size: 9pt !important;
    padding: 5px 10px 5px 20px;
}

.detail_page .sidebar .first.opened > div > ul > li:not(.opened) > a:before {
   /* content: '\2022';
    color: #F75A27;
    padding: 0 10px 0 0;*/
}

.detail_page .sidebar .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.detail_page .sidebar .menu > li {
    font-weight: bold;
    font-size: 9pt;
    color: #333333;
    background: #D4D4D4 !important;
    margin: 0 0 1px 0;
}

.detail_page .sidebar .menu > li a {
    color: #333333;
    display: block;
    padding: 5px 30px 5px 10px;
    font-size: 12pt !important;
    border-left: 4px solid #aaa;
    position: relative;
}

.detail_page .sidebar .menu > li > div > ul > li > a {
    font-size: 10pt !important;
}

.detail_page .sidebar .open_menu,
.detail_page .sidebar .close_menu {
    position: absolute;
    right: 0;
    top: 33%;
}

.detail_page .sidebar .close_menu {
    display: none;
}

.detail_page .sidebar .menu > .opened > a {
    border-left: 4px solid #F75A27;
    background: #aaa;
    color: #fff !important;
}

.detail_page .sidebar .menu > .opened a {
    color: #333333;
    display: block;
    padding: 5px 30px 5px 10px;
    font-size: 8pt;
}

.detail_page .sidebar .menu > .opened .open_menu {
    display: none;
}

.detail_page .sidebar .menu > .opened .close_menu {
    display: block;
}

.detail_page .sidebar .menu li {
    background: #E7E7E7;
}

.detail_page .detail_content {
    width: 77%;
    padding: 0 0 0 30px;
}

.detail_page .detail_content {
    /*
          .section_name .h1_title {
              color: #333333;
              margin: 15px 0 10px 0;
          }
          */
}

.detail_page .detail_content .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.detail_page .detail_content .section_name {
    margin: 0;
}

.detail_page .detail_content .section_desc_title {
    color: #333333;
    font-size: 19px;
}

.detail_page .detail_content .h1_title {
    /*background: url("../images/title_border.png") no-repeat 100% -1px;*/
    overflow: hidden;
    padding: 0;
    color: #1e1e1e !important;
    margin: 0;
	margin-bottom: 10px;
    font-size: 24px;
	font-family: Arial;
	font-weight: 500;
    position: relative;
    width: 50%;
}


.detail_page .detail_content .section_subname {
    margin: 15px 0 15px 0;
}

.detail_page .detail_content .section_subname .h2_name {
    display: inline-block;
}

.detail_page .detail_content .section_subname .h2_name_block {
    display: block;
}

.detail_page .detail_content .section_subname h2 {
    font-size: 20px !important;
    padding: 7px 32px 7px 7px;
    color: #1e1e1e !important;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 8;
    width: auto;
}



.detail_page .detail_content .product_section .item,
.gray_container .product_section .item {
    width: 25%;
    /*height: 248px;*/
    padding: 6px;
    float: left;
}

.detail_page .detail_content .product_section.home_catalog .item {
    padding: 5px 0 0 0;
}

.detail_page .detail_content .product_section.home_catalog .item a .caption .h3 {
    height: 47px;
}

.detail_page .detail_content .product_section .item a {
    text-align: center;
    font-size: 12px;
}

.detail_page .detail_content .product_section .item a .caption {
    padding: 0;
    display: block;
}

.detail_page .detail_content .product_section .item a .caption .h3 {
    
}

.detail_page .detail_content .product_section .item a .prod_type_figure,
.gray_container .product_section .item a .prod_type_figure {
    position: absolute;
    left: -4px;
    top: -5px;
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: left;
    width: 100px;
    padding: 0 32px 0 10px;
    vertical-align: middle;
    height: 35px;
    line-height: 1.2;
    -webkit-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 12px -5px rgba(0, 0, 0, 0.75);
}

.detail_page .detail_content .product_section .item a .prod_type_figure .prod_arrow,
.gray_container .product_section .item a .prod_type_figure .prod_arrow {
    position: absolute;
    right: -36px;
    top: 0;
    border: 17px solid transparent;
    border-left: 20px solid #2C94C5;
}

.detail_page .detail_content .product_section .item a .prod_type_figure .centered,
.gray_container .product_section .item a .prod_type_figure .centered {
    display: table;
    height: 35px;
}

.detail_page .detail_content .product_section .item a .prod_type_figure .centered .text,
.gray_container .product_section .item a .prod_type_figure .centered .text {
    display: table-cell;
    vertical-align: middle;
    float: none;
    bottom: auto;
    top: auto;
    margin: 0;
}

.detail_page .detail_content .product_section .item:hover a img {
    //outline: 3px solid #f75a27;
}

/*.item_image:hover {
	outline: 3px solid #f75a27;
}*/
.detail_page .detail_content .product .right_buy {
    width: calc(100% - 500px);
}
.detail_page .detail_content .product_section .item:hover .item_image,
.gray_container .product_section .item:hover .item_image {
	outline: 3px solid #f75a27;
}

.detail_page .detail_content .product_content {
    width: 100%;
    float: left;
}

.detail_page .detail_content .breadcrumbs {
    width: 100%;
    margin: 0 0 7px 0;
}

.detail_page .detail_content .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail_page .detail_content .breadcrumbs ul li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #000;
}

.detail_page .detail_content .breadcrumbs ul li {
    display: inline-block;
}

.detail_page .detail_content .breadcrumbs ul li a {
    color: #000;
    text-decoration: underline;
}

.detail_page .detail_content .product {
    padding: 0;
    border-top: 1px solid #E1E1E1;
    width: 100%;
    float: left;
    /*margin: 0 0 0 100%;*/
    position: relative;
}

.detail_page .detail_content .product .left_photo {
    max-width: 400px;
    position: relative;
    display: block;
    float: left;
    /*margin: 0 0 0 -100%;*/
	margin-bottom: 13px;
}

.detail_page .detail_content .product .left_photo .product_title {
    /*background: url("../images/title_border.png") no-repeat 100% -1px;*/
    background: #F75A27;
    overflow: hidden;
    padding: 15px 30px 15px 15px;
    color: #F4F4F4;
    margin: 0 0 15px 0;
    font-size: 20px;
    position: relative;
    z-index: 8;
    /*width: 100.2%;*/
}


.detail_page .detail_content  .document_request {
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
    color: #1e1e1e;
}

.request_table {
    margin-left: 50px;
    width: 170px;
    padding-left: 10px;
    background-color: #E7E7E7;
    border-top: 1px solid white;
    /*margin-bottom: 1px*/
    /*background-color: #D4D4D4;*/
}
.wrapper-request-document{width: 600px; }
.wrapper-request-document .action{margin-top: 15px;}
.request-table-info{width: 91%;}
.request-table-info td{ padding: 15px;}
.request-table-info td:first-child{color:#8C8C8C; width:200px;}
.wrapper-request-document .radio-select-label{color: white; padding: 15px;width: 91%;margin-top: 15px;margin-bottom: 0;}
.wrapper-request-document .active .radio-select-label{background-color: #ADADAD;}
.wrapper-request-document .radio-select-label{background-color: #CFCFCF;}
.request-table-info input.input_form{width:60%;height: 25px; text-align: left;}
.wrapper-request-button{width: 91%;}
.radio-select table{opacity: 0.5;}
.radio-select.active table{opacity: 1;}

.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -45px;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 15px;
    left: -40px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #323232;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

.detail_page .detail_content .product .left_photo .request_padding {
    margin-left: 50px;
    width: 155px;
    padding-left: 10px;
}

.detail_page .detail_content .cancel_request {
    margin-top: 15px;
    position: relative;
    float: right;
    width: 48%;
    background: #333333;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
	border-radius: 2px;
    margin-bottom: 50px;
font-family: 'Roboto', sans-serif;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}

.detail_page .detail_content .cancel_request:hover {
	background: #000;
}
.detail_page .detail_content .requstbtn {
    margin-top: 15px;
	
    float: left;
    width: 48%;
    background: #F75A27;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
	line-height: 48px;
	border-radius: 2px;
font-family: 'Roboto', sans-serif;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.detail_page .detail_content .requstbtn:hover {
	background: #e3541f;
}
.input_btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
	padding: 0;
}
.detail_page .detail_content .product .left_photo .slider {
    min-width: 400px;
}

.detail_page .detail_content .product .left_photo .slider .rslides {
    margin-top: 0 !important;
}
.detail_page .detail_content .product .left_photo .slider .rslides li {
    /*border: 2px solid #7D7D7D;*/
}

.detail_page .detail_content .product .left_photo .slider .jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 160px;
}

.detail_page .detail_content .product .left_photo .slider .jcarousel li {
    margin-right: 11px;
    padding: 13px 1px;
    min-width: 90px;
}

.detail_page .detail_content .product .left_photo .slider #slider3-pager img {
    min-width: 90px;
    max-width: 90px;
}

.detail_page .detail_content .product .left_photo .slider .rslides_tabs .rslides_here {
    border: none;
}

.detail_page .detail_content .product .left_photo .slider .rslides_tabs li {
    border: none;
}

.detail_page .detail_content .product .left_photo .slider .jcarousel-control-next,
.detail_page .detail_content .product .left_photo .slider .jcarousel-control-prev {
    display: none;
}

.detail_page .detail_content .product .right_buy {
    display: block;
    padding: 0 0 330px 40px;
    float: left;
    width: calc(100% - 400px);
}

.detail_page .detail_content .product .right_buy .elements .item {
    margin: 25px 0;
    clear: both;
}

.detail_page .detail_content .product .right_buy .elements .item a {
    font-size: 18px;
    color: #060200 !important;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}

.detail_page .detail_content .product .right_buy .elements .item:not(.active) a:hover {
    color: #F75A27 !important;
}

.detail_page .detail_content .product .right_buy .elements .item:not(.active) a {
    text-decoration: underline;
}

.detail_page .detail_content .product .right_buy .elements .item .circle {
    border: 1px solid #060200;
    border-radius: 50%;
    height: 19px;
    width: 19px;
    display: block;
    float: left;
    margin: 2px 15px 30px 0;
}

.detail_page .detail_content .product .right_buy .elements .item .active:after {
    content: '';
    border-radius: 50%;
    margin: 4px 4px 4px 4px;
    height: 9px;
    width: 9px;
    background: #060200;
    display: block;
}

.detail_page .detail_content .product .right_buy .pagenav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 19px;
}

.detail_page .detail_content .product .right_buy .pagenav li {
    display: inline-block;
}

.detail_page .detail_content .product .right_buy .pagenav .prev a,
.detail_page .detail_content .product .right_buy .pagenav .next a {
    font-size: 23px;
    padding: 2px;
    background: transparent;
}

.detail_page .detail_content .product .right_buy .pagenav .active a {
    background: #F75A27;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    width: 25px;
    display: block;
    height: 25px;
    text-align: center;
    cursor: default;
    text-decoration: none;
}

.detail_page .detail_content .product .right_buy .pagenav li a {
    background: #BEBEBE;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    color: #575757;
    width: 25px;
    display: block;
    height: 25px;
}

.detail_page .detail_content .product .right_buy .price_str {
    /*position: absolute;
    bottom: 18px;*/
    /*width: 90%;*/
}

.detail_page .detail_content .product .right_buy .price {
    /*width: 100%;
    margin: 30px 0;
    text-align: right;*/
}

.detail_page .detail_content .product .right_buy .price .base_price {
    font-family: 'Roboto', sans-serif;
    color: #ef581f;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.detail_page .detail_content .product .right_buy .price .base_price .ruble {
    background: url('../images/ruble.png');
    width: 23px;
    height: 34px;
    margin: -8px 0 0 3px;
    display: block;
    float: right;
}

.detail_page .detail_content .product .right_buy .price .to_order {
    font-size: 45px;
    padding: 27px 10px 27px 0;
}

.detail_page .detail_content .product .right_buy .price .opt_price {
    font-size: 18px;
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.detail_page .detail_content .product .right_buy .price .opt_price span{
	color: #4e4e4e;
}
.detail_page .detail_content .product .right_buy .avail_to_order {
    cursor: default;
    font-size: 16px;
	float: left;
	opacity: 0.8;
	color: #1e1e1e;
	line-height: 30px;
	display: inline-block;
}
.detail_page .detail_content .product .right_buy .avail_in_store {
    cursor: default;
    font-size: 16px;
	line-height: 30px;
	display: inline-block;
}


.detail_page .detail_content .product .right_buy .buy {
    display: block;
    float: none;
    width: 100%;
    color: #ffffff;
    font-size: 19px;
}

.detail_page .detail_content .product .right_buy .buy .buy_one_click {
    float: left;
    border-radius: 2px;
	color: #fff;
	font-size: 16px;
	background: #ef571f;
    padding: 18px 30px;
    position: relative;
    cursor: pointer;
	margin-right: 15px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.detail_page .detail_content .product .right_buy .buy .buy_one_click:hover{
	text-decoration: none!important;
}
.detail_page .detail_content .product .right_buy .buy .buy_one_click.disabled{
	opacity: 0.5;
	cursor: default;
}
.detail_page .detail_content .product .right_buy .buy .buy_one_click.disabled:hover{
	background: #ef571f;
}
.detail_page .detail_content .product .right_buy .buy .to_basket {
    float: left;
    border-radius: 2px;
	background: #d8d8d8;
    cursor: pointer;
	font-size: 16px;
	padding: 18px 28px;
	color: #1e1e1e;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.detail_page .detail_content .product .right_buy .buy .to_basket:hover{
	text-decoration: none!important;
}
.detail_page .detail_content .product .right_buy .buy .to_basket.disabled{
	opacity: 0.5;
	cursor: default;
}
.detail_page .detail_content .product .right_buy .buy .to_basket.disabled:hover{
	background: #d8d8d8;
}

.detail_page .detail_content .product .right_buy .torg {
    border-radius: 2px;
background: #d8d8d8;
    color: #1e1e1e;
	float: left;
    padding: 18px 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
	margin-right: 15px;
	ffont-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.detail_page .detail_content .product .right_buy .torg:hover{
	text-decoration: none!important;
}
.detail_page .detail_content .product .right_buy .torg.disabled{
	opacity: 0.5;
	cursor: default;
}
.detail_page .detail_content .product .right_buy .torg.disabled:hover,
.detail_page .detail_content .product .right_buy .torg.disabled:active{
	background: #d8d8d8!important;
}


.detail_page .detail_content .bottom_border {
    border-bottom: 1px solid #BEBEBE;
    margin-bottom: 10px;
    padding-bottom: 23px;
}

.detail_page .detail_content .top_border {
    border-top: 1px solid #BEBEBE;
}

.bottom_only_border {
   /* border-bottom: 1px solid #BEBEBE;*/
}

.detail_page .detail_content .desc_name_bottom {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.detail_page .detail_content .description h2 {
    color: #333333;
}

.detail_page .detail_content .description .description_text {
    padding: 0 0 0 0;
    font-size: 17px;
    max-height: 145px;
    overflow: hidden;
}

.detail_page .detail_content .description .description_end {
    height: 50px;
    margin: -50px 0 0 0;
    width: 95%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f3f3f3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #f3f3f3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f3f3f3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f3f3f3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #f3f3f3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
}

.detail_page .detail_content .description .glyphicon-minus,
.detail_page .detail_content .description .glyphicon-plus {
    color: #F4F4F4;
    background: #333333;
    font-size: 14px;
    padding: 4px;
    margin: 0 14px 0 0;
}

.detail_page .detail_content .description .show_area {
    cursor: pointer;
}

.detail_page .detail_content .description .hide_area {
    display: none;
    margin: 25px 0 0 0;
}

.detail_page .detail_content .description .docs {
    padding: 10px 0 15px 0;
}

.detail_page .detail_content .description .docs .item {
    float: left;
    padding: 0 0 0 0;
    text-align: center;
}

.detail_page .detail_content .description .docs .item a:hover {
   /* outline: 1px solid #F75A27;*/
}

.detail_page .detail_content .description .docs .item a {
    font-size: 12px;
    color: #333;
    display: block;
    padding: 5px;
}

.detail_page .detail_content .description .docs .item .name {
    width: 130px;
    min-height: 45px;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.detail_page .detail_content .description .products {
    padding: 20px 0;
}

.detail_page .detail_content .description .products .item {
    float: left;
    padding: 0 0 0 0;
    text-align: center;
    max-width: 160px;
    margin: 0 15px 0 0;
}

.detail_page .detail_content .description .products .item a {
    font-size: 12px;
    color: #333;
    text-decoration: underline;
    display: block;
}

.detail_page .detail_content .description .products .item a:hover {
    outline: 1px solid #F75A27;
}

.detail_page .detail_content .description .products .item .icon img {
    max-width: 100%;
}

.detail_page .detail_content .description .products .item .name {
    min-height: 55px;
    padding: 15px 0 0 0;
    font-size: 12px;
}

.detail_page .detail_content .description .review_title {
    position: relative;
}

.detail_page .detail_content .description .review_title .rating {
    position: absolute;
    z-index: 10;
    background: #fff;
    margin: 0;
    top: 0;
    left: 139px;
}

.detail_page .detail_content .description .review_title .rating .item {
    float: left;
    width: 17px;
    margin: 0 2px 4px 2px;
}

.detail_page .detail_content .description .review_title .rating .item img {
    width: 100%;
}

.detail_page .detail_content .description .review_title .rating .count_rating {
    float: left;
    font-size: 14px;
    margin: 2px 0 0 7px;
}

.detail_page .detail_content .description .reviews {
    width: 69%;
    float: left;
    display: table;
}

.detail_page .detail_content .description .reviews .item {
    display: table-row;
}

.detail_page .detail_content .description .reviews .item .icon {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 20px 0;
    width: 90px;
}

.detail_page .detail_content .description .reviews .item .icon .photo {
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
}

.detail_page .detail_content .description .reviews .item .icon .photo img {
    width: 100%;
    min-width: 70px;
    min-height: 70px;
}

.detail_page .detail_content .description .reviews .item .icon .name {
    font-size: 13px;
    padding: 10px 0 0 0;
}

.detail_page .detail_content .description .reviews .item .icon .name .org_name {
    font-size: 10px;
}

.detail_page .detail_content .description .reviews .item .comment {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 20px 0;
}

.detail_page .detail_content .description .reviews .item .comment .text {
    position: relative;
    display: block;
    margin: 0 0 0 20px;
    width: 92%;
    float: none;
    bottom: auto;
    background: #FFFFFF;
    padding: 15px 25px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(84, 81, 81, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(84, 81, 81, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(84, 81, 81, 0.75);
}

.detail_page .detail_content .description .reviews .item .comment .text .arrow {
    position: absolute;
    left: -15px;
    color: #fff;
    font-size: 20px;
    text-shadow: -1px 1px 1px rgba(84, 81, 81, 0.3);
}

.detail_page .detail_content .description .reviews .item .comment .date {
    width: 100%;
    padding: 15px 0 0 55px;
    color: #919598 !important;
}

.detail_page .detail_content .description .add_form {
    width: 31%;
    float: left;
    border-left: 1px solid #C8C8C8;
    padding: 0 0 0 20px;
}

.detail_page .detail_content .description .add_form .success {
    color: #398439;
}

.detail_page .detail_content .description .add_form .error {
    color: #ff0000;
}

.detail_page .detail_content .description .add_form h2 {
    margin: 0 0 20px 0;
}

.detail_page .detail_content .description .add_form .form-group {
    width: 100%;
    float: none;
    margin: 10px 0;
}

.detail_page .detail_content .description .add_form .form-group input[placeholder],
.detail_page .detail_content .description .add_form .form-group textarea[placeholder] {
    color: #313131;
}

.detail_page .detail_content .description .add_form .form-group input::-moz-placeholder,
.detail_page .detail_content .description .add_form .form-group textarea::-moz-placeholder {
    color: #313131;
}

.detail_page .detail_content .description .add_form .form-group input:-moz-placeholder,
.detail_page .detail_content .description .add_form .form-group textarea:-moz-placeholder {
    color: #313131;
}

.detail_page .detail_content .description .add_form .form-group input:-ms-input-placeholder,
.detail_page .detail_content .description .add_form .form-group textarea:-ms-input-placeholder {
    color: #313131;
}

.detail_page .detail_content .description .add_form .form-group input::-webkit-input-placeholder,
.detail_page .detail_content .description .add_form .form-group textarea::-webkit-input-placeholder {
    color: #313131;
}

.detail_page .detail_content .description .add_form .form-group .form-control {
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #313131;
    box-shadow: 0 0 1px 0 #000000;
    padding: 8px 10px;
    height: auto;
}

.detail_page .detail_content .description .add_form .form-group textarea {
    padding: 5px 10px !important;
    height: 180px !important;
}

.detail_page .detail_content .description .add_form .form-group .rating_input {
    margin: 0px 0 21px 0px;
}

.detail_page .detail_content .description .add_form .form-group .rating_input label {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 7px 0 0;
    cursor: pointer;
    font-size: 23px;
    color: #D4D4D4;
}

.detail_page .detail_content .description .add_form .form-group .rating_input input.active + label {
    color: #F75A27;
}

.detail_page .detail_content .description .add_form .form-group .rating_input input.active + label {
    background: url("../images/spritesheet.png");
    background-position: -252px -96px;
	width: 24px;
	height: 24px;
}

.detail_page .detail_content .description .add_form .form-group .rating_input label {
    background: url("../images/spritesheet.png");
	background-position: -287px -102px ;
    width: 24px;
    height: 24px;
}

.detail_page .detail_content .description .add_form .form-group .rating_input input[type=radio] {
    display: none;
}

.detail_page .detail_content .description .add_form .submit_btn {
    background: #F75A27;
    float: right;
    position: relative;
    height: 44px;
    padding: 0 !important;
    margin: 0 !important;
	width: 245px;
	width: calc(100% - 89px);
	border-radius: 2px;
}

.detail_page .detail_content .description .add_form .submit_btn input {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #F75A27;
    border: none;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.detail_page .detail_content .description .add_form .submit_btn input:hover{
	background: #e3541f;
}

.detail_page .detail_content .description .add_form .file_input {
    background: #333333 url('../images/spritesheet.png') no-repeat;
    background-position: -249px -8px;
	width: 74px;
	height: 44px;
    cursor: pointer;
    float: left;
	border-radius: 2px;
}

.detail_page .detail_content .description .add_form .file_input input {
    opacity: 0;
    width: 96px;
    height: 44px;
    cursor: pointer;
}

.detail_page .detail_content .description .all_reviews {
    text-align: center;
    background: #F75A27;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    margin-right: 53%;
    padding-bottom: 3px;
    display: none;
	border-radius: 2px;
	width: 300px;
	line-height: 48px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.detail_page .detail_content .description .all_reviews:hover{
	background: #e3541f;
}
.detail_page .detail_content .description .all_reviewsAdapt {
    display: none;
}

.detail_page .detail_content .description .all_reviews a {
    color: #fff;
    font-size: 16px;
	padding: 13px 28px;
}


.torg .form_torg .row {
    margin: 0 !important;
}

.torg .form_torg .row .left {
    padding: 0 15px 0 0;
}

.torg .form_torg .row .right {
    padding: 0 0 0 15px;
}

.torg .form_torg .row .right.abs_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48%;
}

.torg .form_torg .border {
    border-top: 2px solid #D4D4D4;
    margin: 10px -20px 28px -20px;
}

.torg .form_torg .user_type {
    margin: 3px 0 20px 0;
}

.torg .form_torg .user_type label {
    margin: 0 20px 0 0;
    font-size: 17px;
    font-weight: normal;
}

.torg .form_torg .user_type .left {
    text-align: right;
}

.torg .form_torg .field {
    width: 100%;
    margin: 20px 0;
}

.torg .form_torg .field input[placeholder],
.torg .form_torg .field textarea[placeholder] {
    color: #313131;
}

.torg .form_torg .field input::-moz-placeholder,
.torg .form_torg .field textarea::-moz-placeholder {
    color: #313131;
}

.torg .form_torg .field input:-moz-placeholder,
.torg .form_torg .field textarea:-moz-placeholder {
    color: #313131;
}

.torg .form_torg .field input:-ms-input-placeholder,
.torg .form_torg .field textarea:-ms-input-placeholder {
    color: #313131;
}

.torg .form_torg .field input::-webkit-input-placeholder,
.torg .form_torg .field textarea::-webkit-input-placeholder {
    color: #313131;
}

.torg .form_torg .field input {
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #313131;
    box-shadow: 0 0 1px 0 #000000;
    padding: 3px 8px;
}

.torg .form_torg .factors label {
    font-size: 18px;
}

.torg .form_torg .factors .subinf {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
}

.torg .form_torg .factors .subinf .top_border {
    border-bottom: 1px solid #333;
    display: block;
    width: 85%;
    margin: 0px 0 10px 11px;
}

.torg .form_torg .buttons {
    margin: 60px 0 0 0 !important;
}

.torg .form_torg .buttons .submit_btn {
    float: right;
    position: relative;
    width: 210px;
    line-height: 48px;
    padding: 0 !important;
    margin: 0 !important;
}



.torg .form_torg .buttons .submit_btn input {
    line-height: 48px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #F75A27;
    border: none;
    color: #ffffff;
    font-size: 16px;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.torg .form_torg .buttons .submit_btn input:not([disabled]):hover{
	background: #e3541f;
}

.torg .form_torg .buttons .file_input {
    background: url('../images/torg_upload.png') no-repeat -31px 0;
    width: 100%;
    height: 44px;
    cursor: pointer;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    background-color: #333;
}

.torg .form_torg .buttons .file_input .load_offer {
    position: absolute;
    display: block;
    top: 12px;
    color: #fff;
    text-transform: uppercase;
    left: 63px;
    font-size: 16px;
    text-overflow: ellipsis;
    width: 79%;
    white-space: nowrap;
    overflow: hidden;
}

.torg .form_torg .buttons .file_input input {
    opacity: 0;
    width: 100%;
    height: 44px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
}

.torg .form_torg .buttons .right .submit_btn,
.torg .form_torg .buttons .left .submit_btn {
    width: 100%;
    overflow: hidden;
}

.torg .form_torg .buttons .disabled:before {
    content: '';
    border: 20px solid #DBDBDB;
    border-left: 15px solid transparent;
    border-top: 24px solid transparent;
    left: -35px;
    top: 0;
    display: block;
    position: absolute;
}

.torg .form_torg .buttons .disabled input {
    background: #DBDBDB;
    cursor: default;
}

.torg .form_torg .company .field {
    margin: 20px 0 0 0;
}

.buy_one_click .modal-header {
    padding: 5px 15px;
    background: #D4D4D4;
}

.buy_one_click .modal-header .modal-title {
    text-align: center;
}

.buy_one_click .modal-header .close {
    margin-top: 1px;
    font-size: 27px;
    color: #343434 !important;
    opacity: 1;
    border: none;
}

.buy_one_click .modal-dialog {
    width: 809px;
}

.buy_one_click .modal-body .name {
    font-size: 21px;
    color: #F75A27;
    padding: 0 0 15px 0;
    margin: -5px 0 0 0;
    line-height: 1;
}

.buy_one_click .modal-body .order_row {
    display: table-row;
}

.buy_one_click .modal-body .order_row .left_photo {
    width: 45%;
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.buy_one_click .modal-body .order_row .left_photo img {
    max-width: 100%;
    width: 100%;
}

.buy_one_click .modal-body .order_row .right_order {
    width: 50%;
    display: table-cell;
    padding: 0 0 0 25px;
    margin: 0;
    font-size: 18px;
    position: relative;
    vertical-align: top;
}

.buy_one_click .modal-body .order_row .right_order .success {
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.buy_one_click .modal-body .order_row .right_order label {
    cursor: pointer;
    font-weight: normal;
}

.buy_one_click .modal-body .order_row .right_order .user_type .item {
    width: 50%;
    float: left;
}

.buy_one_click .modal-body .order_row .right_order .user_type .item label {
    margin: 0 0 5px 5px;
}

.buy_one_click .modal-body .order_row .right_order .user_data {
   /* min-height: 300px;*/
}

.buy_one_click .modal-body .order_row .right_order .user_data .field {
    width: 100%;
    margin: 20px 0;
}

.buy_one_click .modal-body .order_row .right_order .user_data .field input[placeholder],
.buy_one_click .modal-body .order_row .right_order .user_data .field textarea[placeholder] {
    color: #313131;
}

.buy_one_click .modal-body .order_row .right_order .user_data .field input::-moz-placeholder,
.buy_one_click .modal-body .order_row .right_order .user_data .field textarea::-moz-placeholder {
    color: #313131;
}

.buy_one_click .modal-body .order_row .right_order .user_data .field input:-moz-placeholder,
.buy_one_click .modal-body .order_row .right_order .user_data .field textarea:-moz-placeholder {
    color: #313131;
}

.buy_one_click .modal-body .order_row .right_order .user_data .field input:-ms-input-placeholder,
.buy_one_click .modal-body .order_row .right_order .user_data .field textarea:-ms-input-placeholder {
    color: #313131;
}

.buy_one_click .modal-body .order_row .right_order .user_data .field input::-webkit-input-placeholder,
.buy_one_click .modal-body .order_row .right_order .user_data .field textarea::-webkit-input-placeholder {
    color: #313131;
}

.buy_one_click .modal-body .order_row .right_order .user_data .field input {
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #313131;
    box-shadow: 0 0 1px 0 #000000;
    padding: 3px 8px;
}

.buy_one_click .modal-body .order_row .right_order .bottom {
   /* position: absolute;
    bottom: 0;
    right: 0;*/
}
.buy_one_click .modal-body .order_row .right_order .bottom label{
	line-height: 14px;
	font-size: 14px;
}

.buy_one_click .modal-body .order_row .right_order .bottom .col {
    width: 100%;
    text-align: right;
    margin: 0 0 10px 0;
}

.buy_one_click .modal-body .order_row .right_order .bottom .col input {
    width: 40px;
    text-align: center;
}

.buy_one_click .modal-body .order_row .right_order .bottom .col label {
    font-weight: normal;
}

.buy_one_click .modal-body .order_row .right_order .bottom .col .input {
    padding: 10px 0;
}

.buy_one_click .modal-body .order_row .right_order .bottom .col .sum {
    color: #F75A27;
}

.buy_one_click .modal-body .order_row .right_order .bottom .submit_btn {
   
    float: right;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}



.buy_one_click .modal-body .order_row .right_order .bottom .submit_btn input {
    margin: 0;
    padding: 0;
    background: #F75A27;
    border: none;
    color: #ffffff;
    font-size: 16px;
	line-height: 48px;
	border-radius: 2px;
	padding: 0 30px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.buy_one_click .modal-body .order_row .right_order .bottom .submit_btn input[disabled]{
	opacity: 0.5;
}
.buy_one_click .modal-body .order_row .right_order .bottom .submit_btn input:not([disabled]):hover {
	background: #e3541f;
}
.buy_one_click .modal-content {
    background: #F4F4F4;
    border-radius: 0 !important;
}

.footer_menu_border {
    bottom: 15px;
    position: fixed;
}

.container.content {
    margin-top: 30px;
	padding-top:0;
    padding-bottom: 0 !important;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    zoom: 1.7;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100px;
    position: relative;
    width: 100px;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

.withProductSlider div.name {
    padding: 15px 0 0 0;
    font-size: 12px;
    width: 90%;
    height: 51px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 10px 0;
    min-height: 51px;
    text-align: center;
    color: #333;
    text-decoration: underline;
}

.withProductSlider .jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font: 36px/68px Arial;
    color: #333 !important;
}

.withProductSlider .jcarousel-control-prev {
    margin-left: 40px;
}

.withProductSlider .jcarousel-control-next {
    margin-right: 53px;
}

.left_photo .rslides_nav {
    display: none;
}

.imgLoupe {
    width: 25px !important;
    height: 25px !important;
}
.imgLoupe-text{
	height: 25px !important;
    position: absolute;
	z-index: 1;
	right: 20px;
	line-height: 25px;
	color: #5b5858;
	bottom: 15px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	opacity: 0.8;
}
.sliderAdapt {
    display: none;
}

.torgAdapt {
    display: none;
}

.torgAdaptSmall {
    display: none;
}

.modal-dialog {
    width: 100% !important;
}

.modal-content {
    margin: 0 auto !important;
}

.detail_page .detail_content .breadcrumbs ul li a:hover {
    color: #F75A27 !important;
}

.detail_page .detail_content .product_section .item a .prod_type_figure .prod_arrow_price {
    position: absolute;
    right: auto;
    left: -20px;
    top: 0;
    border: 17px solid transparent;
    border-right: 20px solid #F75A27;
    border-left: 0;
}

.detail_page .detail_content .product_section .item a .prod_type_figure .centeredPrice {
    width: 85px;
}

.detail_page .detail_content .product_section .item a .prod_type_figure .priceFrom {
    font-weight: bold;
    margin: 0 1px 0 1px;
}

.prod_type_figure_price {
    background: #F75A27;
    left: auto !important;
    top: auto !important;
    right: 23px;
    bottom: 64px;
}

.detail_page .detail_content .product_section .item a .caption .h3_price {
    padding: 27px 0 15px 0;
}

.h2_name .h1_title, .h2_name h2 {
    text-decoration: underline;
}

.h2_name .h1_title:hover, .h2_name h2:hover,
.hide_desc:hover, .full_desc:hover {
    text-decoration: none;
}

.detail_page .detail_content .product .right_buy .buy .buy_one_click:hover,
.detail_page .detail_content .product .right_buy .buy .to_basket:hover,
.detail_page .detail_content .product .right_buy .torg:hover,
.detail_page .detail_content .description .show_area:hover {
    text-decoration: underline;
}

.header_top_wrapper {
    position: relative;
}

.header_row {
    background: #494949;
    height: 25px;
}

.header_title {
    height: 133px;
    background: transparent url("../images/header_background.png") no-repeat scroll 0 35px;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 160px;
}

.header_title_left, .header_title_right {
    width: 50%;
    float: left;
}

.header_title_left {
    background: #ADADAD;
    height: 100px;
    line-height: 7.5em;
    padding-left: 70px;
}

.header_title_left img {
    height: 80px;
}

.header_title_right {
    float: right;
    position: relative;
    height: 100px;
}

.header_title_right_phone, .header_title_right_email {
    background: #ADADAD;
    text-align: right;
    font-size: 18px;
    padding: 5px 70px 5px 5px;
}

.header_title_right_email {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header_title_right_email a {
    //padding-right: 120px;
    color: #FFF;
    font-size: 18px;
    text-decoration: underline;
}

.header_title_right_email span {
	position: relative;
}
.header_title_right_email span:before {
	content: "";
    background-image: url("../images/spritesheet.png");
	background-position: -101px -67px;
    width: 27px;
    height: 27px;
    position: absolute;
    left: -32px;
    /*background-size: 100%;*/
}
.header_title_right_email:hover span:before {
	content: "";
    background-image: url("../images/mail_hover.png");
	background-position: 0 0;
    width: 27px;
    height: 27px;
    position: absolute;
    left: -32px;
    background-size: 100%;
}

.header_circle {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #F75A27;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    left: 610px;
    top: 15px;
}

.header_circle_inner {
    width: 120px;
    height: 120px;
    position: absolute;
    background: #1E1E1E;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    left: 15px;
    top: 15px;
}

.header_schedule_days {
    color: #F75A27;
    font-size: 22px;
    text-align: center;
    line-height: 2em;
}

.header_schedule_hours {
    color: #FFF;
    font-size: 25px;
    text-align: center;
    line-height: 1em;
    width: 63px;
    margin: 0 auto;
}

.header_schedule_hours p:first-child {
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.header_title_right_phone span {
    color: #FFF;
    font-size: 18px;
    margin-right: 15px;
}

.header_title_right_phone a {
    color: #292929;
    font-size: 18px;
    text-decoration: underline;
}

.header_title_right_phone a:after {
    content: '';
    margin-left: 10px;
	background-image: url('../images/spritesheet.png');
    background-repeat: no-repeat;
    display: inline-block;
	width: 12px;
    height: 9px;
    background-position: -28px -5px;
	position: relative;
    left: 0px;
    top: 0px;
}

.header_delivery_text {
    width: 35%;
    padding-top: 7px;
    float: right;
    color: #FFF;
    font-size: 16px;
}



.header_menu_item {
    float: left;
    width: 20%;
    background: #F4F4F4;
    border-right: 1px solid #4C4C4C;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    padding: 2px 0;
    height: 35px;
}

.header_menu_item:hover {
    background: #F75A27;
    cursor: pointer;
    color: #F4F4F4;
}

.header_menu_item:last-child {
    border: 0;
}

.header_menu_item_selected {
    background: #F75A27;
}

.header_menu_item_selected a, .header_menu_item:hover a {
    color: #FFF !important;
}

.header_menu_adapt {
    display: none;
    position: absolute;
    top: -36px;
    font-size: 24px;
}

.header_row_adapt {
    background: #ADADAD;
    height: 47px;
    padding: 9px 15px;
    font-size: 24px;
}

.header_row_adapt a {
    color: #FFF;
}

#adapt_menu_close {
    float: right;
}

#adapt_work_hours {
    display: none;
    text-align: right;
    margin-right: 10px;
    color: #FFF;
}

.header_menu_adapt a {
    color: #FFF;
}

.header_menu_adapt_container {
    display: none;
}

#title-search {
    position: relative !important;
    height: 26px;
}

#title-search-input {
    width: 90%;
    margin: 0 !important;
    background-image: url('../images/loupe_search.png');
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 25px;
}

#search_btn {
    background: #F75A27;
    color: #FFF;
    margin: 0 !important;
    padding: 0 !important;
    width: 10%;
}

#search_btn:hover {
    text-decoration: underline;
}

.header_user_block {
    display: table;
    background: #494949;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.header_search_btn_arrow {
    position: absolute;
    top: 0px;
    border: 13px solid transparent;
    border-right: 14px solid #F75A27;
    border-left: 0;
    right: 82px;
}

.header_user_block_auth {
    display: table-cell;
    width: 20%;
    color: #FFF;
    vertical-align: middle;
}



.header_user_block_search {
    border: 1px solid #1e1e1e;
	background: #fff;
	padding: 0 10px;
	width: 430px;
	height: 45px;
	margin: 28px 0;
}
.header_menu>div{
	float: left;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0 15px;
}
.header_menu>div:first-child{
	margin-left: 0;
}
.header_menu>div:last-child{
	margin-right: 0;
}
.header_menu a{
	color: #1e1e1e;
}

.ya-site-form__input-text{
	font-size: 13.3px;
}


.header_user_block_cart .basket {
    margin: 25px 0;
}

.header_menu_item_home {
    width: 5%;
}

.header_menu_item_home span {
    padding: 0;
}

.glyphicon {
    line-height: 1.2em;
}

.glyphicon-list-alt, .glyphicon-plane, .glyphicon-question-sign {
    top: 4px;
}

.glyphicon-list-alt:before {
    content: '';
	background-image: url('../images/spritesheet.png');
	display: block;
	width: 22px;
    height: 22px;
    background-position: -69px -42px;
}

.header_menu_item:hover .glyphicon-list-alt:before, .header_menu_item_selected .glyphicon-list-alt:before {
    content: '';
	background-image: url('../images/spritesheet.png');
	background-position: -179px -104px;
	width: 22px;
	height: 22px;
}

.glyphicon-plane:before {
	content: '';
	background-image: url('../images/spritesheet.png');
	display: block;
	width: 22px;
    height: 22px;
    background-position: -37px -42px;
}

.header_menu_item:hover .glyphicon-plane:before, .header_menu_item_selected .glyphicon-plane:before {
    content: '';
	background-image: url('../images/spritesheet.png');
	background-position: -143px -102px;
	width: 22px;
	height: 22px;
}

.glyphicon-question-sign:before {
    content: '';
	background-image: url('../images/spritesheet.png');
	display: block;
	width: 22px;
    height: 22px;
    background-position: -5px -42px;
}

.header_menu_item:hover .glyphicon-question-sign:before, .header_menu_item_selected .glyphicon-question-sign:before {
    content: '';
	background-image: url('../images/spritesheet.png');
	background-position: -109px -105px;
	width: 22px;
	height: 22px;
}

.fixedHeader {
    top: 0 !important;
    position: fixed;
}

.header_menu_dop_padding {
    padding: 6px 0;
}

.container.content {
    margin-bottom: 0;
}

.bottom_menu {
    margin: 0 auto;
}

.bottom_menu .navbar-nav {
    margin: 0 auto;
    float: none;
}

.bottom_menu .nav > li > a {
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
	margin-left: 24px;
}

.bottom_menu .nav > li.index_nav_bottom_li > a {
    font-size: 20px;
    text-decoration: none;
    color: #FFF;
	margin-left: 31px;
}

.bottom_menu .nav > li:first-of-type > a {margin-left: 0px;}
.bottom_menu .nav > li > a:hover {
    text-decoration: underline;
}

.container_counters {
    margin: 0 auto !important;
    padding: 13px 60px;
}

.footer2 .work1 {
    width: 45%;
    float: left;
}

.footer2 .work1 h3 {
    color: #F75A27;
    text-transform: uppercase;
    font-size: 17px;
}

.footer2 .work_label {
    color: #BBA9B1;
}

.footer2 .work_text {
    color: #FFF;
}

.footer2 .work_text a {
    color: #FFF;
}

.footer2 .work_text a:hover {
    text-decoration: underline;
}

.footer2 .work2 h3 {
    color: #F75A27;
    text-transform: uppercase;
    font-size: 17px;
}

.footer2 .work2 {
    color: #FFF;
    width: 33%;
}

.footer2 .work3 h3 {
    color: #F75A27;
    text-transform: uppercase;
    font-size: 17px;
}

.footer2 .work3 {
    color: #FFF;
    float: right;
}

.footer .nav-bottom li {
    padding: 10px 11px 10px 12px;
}

.footer .nav-bottom li:first-child {
    padding: 10px 9px 10px 0;
}

.footer .nav-bottom li img {
    margin-right: 14px;
}

.footer .nav-bottom li:last-child {
    padding: 10px 0 10px 12px;
}

.container_counters .copyright p {
    float: left;
}

.container_counters .copyright .counters {
    float: right;
}

.index_nav_bottom_li {
    padding: 10px 23px 10px 12px !important;
}

.index_nav_bottom_li img {
    margin-right: 22px !important;
}

.index_nav_bottom_li:first-child {
    padding: 10px 17px 3px 0 !important;
}

.index_nav_bottom_li:last-child {
    padding: 10px 0 3px 0 !important;
    float: right;
}

.footer3 {
    background: #ADADAD;
}

.footer3 p {
    margin-top: 10px;
    font-size: 14px;
}

.footer3 p a {
    color: #FFF;
}

.footer3 p a:hover {
    text-decoration: underline;
}

.footer_oferta {
    color: #1e1e1e;
    margin-bottom: 10px;
	line-height: 18px;
}

.footer_section_element {
    font-size: 8px;
    position: absolute;
}

.dl_calc_text:before {
    background: url('../images/dl_calc.png') no-repeat 0 0;
    background-size: 100%;
    width: 40px;
    height: 40px;
    content: "";
    display: inline-block;
}

.dl_row .dl_calc .glyphicon-asterisk:before {
    content: "";
    background: url('../images/dl_calc.png') no-repeat 0 0;
    background-size: 100%;
    width: 40px;
    height: 40px;
    content: "";
    display: inline-block;
}

.dl_row .dl_calc .glyphicon-asterisk {
    padding-right: 0;
}

.dl_row .dl_price .glyphicon-asterisk:before {
    content: "";
    background: url('../images/dl_price.png') no-repeat 0 0;
    background-size: 100%;
    width: 40px;
    height: 40px;
    content: "";
    display: inline-block;
}

.dl_row .dl_search .glyphicon-asterisk:before {
    content: "";
    background: url('../images/dl_search.png') no-repeat 0 0;
    background-size: 100%;
    width: 40px;
    height: 40px;
    content: "";
    display: inline-block;
}

.dl_row {
    display: table;
    width: 100%;
}

.dl_row a {
    font-size: 20px;
    color: #000;
}

.dl_row .glyphicon-asterisk {
    top: 15px;
}

.dl_logo, .dl_calc, .dl_price, .dl_search {
    display: table-cell;
    vertical-align: middle;
}

.dl_row {
    padding: 10px 0 15px 0;
}

.dl_calc a:hover, .dl_price a:hover, .dl_search a:hover {
    text-decoration: underline;
}

.detail_page .sidebar .service_menu > li a img {
    margin-right: 10px;
}

.detail_page .sidebar .service_menu > li:hover a {
    color: #F75A27;
}

.detail_page .sidebar .service_menu > li a.root-item-selected {
    color: #F75A27;
}

.service_warning {
    border-top: 1px solid #F76534;
    border-bottom: 1px solid #F76534;
    padding: 10px 0;
    margin: 10px 0;
}

.service_warning:before {
    background: url('../images/spritesheet.png');
    background-position: -348px -100px;
	width: 47px;
	height: 44px;
    margin: 6px 0;
    content: "";
    display: inline-block;
}

.service_warning_wrapper {
    width: 93%;
    float: right;
}

.service_warning .service_warning_title {
    text-transform: uppercase;
    color: #F95925;
    font-weight: bold;
}

.service_warning .service_warning_text .orange {
    color: #F95925;
    font-weight: bold;
}

.service_text ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
}

.service_text ul li {

}

.buy_steps {
    border-top: 1px solid #BEBEBE;
    padding: 35px 0 10px 0;
}
.buy_steps .for_small {
    display: none;
}

.buy_steps .step:first-child {
    text-align: left;
}


.buy_steps .step:last-of-type {
    text-align: right;
}

.buy_steps .step .icon {
    padding: 0 15px 0 13px;
}

.buy_steps .end_step {
    text-align: right;
    padding: 0 15px 0 0;
}

.buy_steps .name_button .right_btn {
    background: #F75A27;
    line-height: 40px;
    width: 181px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 25px 10px 0 15px;
    position: relative;
	display: inline-block;
}

.buy_steps .name_button .right_btn:first-child {
    margin: 0;
}

.buy_steps .name_button .right_btn:after {
    content: '';
    position: absolute;
    top: 0;
    border: 20px solid transparent;
    border-left: 9px solid #F75A27;
    border-right: 0;
    right: -9px;
}



.dl_logo {
    width: 460px;
}

.sidebar_delivery {
    margin-top: 8px;
}
.about_us p a {
	color: #000;
}
.about_us p a:hover {
	text-decoration: underline;
}
.about_us .buy_steps {
	border-bottom: 1px solid #BEBEBE;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.documents h3 {
	font-weight: bold;
    font-size: 18px;
	border-bottom: 1px solid #BEBEBE;
	padding-bottom: 10px;
}
.documents a {
	color: #000;
	text-decoration: underline;
}
.documents a:hover {
	color: #000;
	text-decoration: none;
}
.detail_page {
	min-height: 491px;
}
.partner {
	border: 2px solid #D4D4D4;
	text-align: center;
	margin: 0 10px 10px 0;
	width: 24%;
	display: table;
	background: #D4D4D4;
}
.detail_page .detail_content .product .right_buy .elements .item.active a {
	font-weight: bold;
}
.partner:hover {
	border: 2px solid #F75A27;
}
.partner_wrapper .partner:nth-child(4n) {
	margin-right: 0;
}
.partner_info {
	background: #D4D4D4;
	padding: 7px 0;
	height: 67px;
	vertical-align: middle;
    display: table-cell;
}
.partner_name {
	font-weight: bold;
    font-size: 13px;
}
.partner_logo {
	height: 125px;
	line-height: 125px;
	display: table-row;
	background: #F4F4F4;
}
.partner_city {
	font-size: 11px;
    color: #494949;
}
.partners_descr {
	margin-top: 35px;
}
.news_nav {
	margin-top: 10px;
}
.news_nav .detail_page {
	min-height: 10px;
}
.news_nav .detail_page .detail_content .product .right_buy {
	padding: 0;
}
.news_nav .detail_page .detail_content .product {
	margin: 0;
	border: 0;
}
.news_nav .detail_page .detail_content {
	padding-left: 0;
}
.news_nav .detail_page .detail_content .product .right_buy .pagenav {
	padding: 0;
}
a.description_news {
    color: #F75A27;
    font-weight: bold;
}
.news .date {
	margin: 10px 0;
}


.news {
    border-bottom: 2px solid #e1e1e1;
}
.about_contacts {
	position: relative;
	margin-top: 25px;
}
.about_map_contacts {
	float: left;
	margin-right: 40px;
	width: 500px;
}
.about_map_contacts iframe {
	width: 500px;
	height: 400px;
}
.graytext_contacts {
	color: #ADADAD;
}
.warning_contacts {
	color: #fb4b10;
	font-weight: bold;
}
.send_email_contacts {
	color: #000;
	text-decoration: underline;
}
.send_email_contacts:hover {
	color: #000;
	text-decoration: none;
}
.bottom_block_contacts address {
    line-height: 1.4em;
	margin-bottom: 0;
}
.bottom_block_contacts address p:last-child {
    margin-bottom: 0;
}
.about_descr_contacts {
	position: relative;
    float: left;
    height: 400px;
}
.bottom_block_contacts {
	position: absolute;
    left: 0;
    bottom: 0;
}
.phones_contacts {
	margin-top: 35px;
}
.phones_contacts h3 {
	padding-bottom: 7px;
    border-bottom: 1px solid #ADADAD;
    margin-bottom: 20px;
}
.regions_phones_contacts h3 {
	color: #fb4b10;
    font-size: 18px;
    border: 0;
}
.region_phones_contacts p {
	margin-bottom: 0;
}
.region_phones_contacts {
	margin-bottom: 3px;
}
.margin_contacts {
	height: 20px;
}
.partner img {
	max-width: 90%;
}
.left_calc {
	width: 50%;
    float: left;
}
.right_calc {
	width: 50%;
    float: right;
	margin-bottom: 10px;
}
#calc input[type="text"] {
    width: 95%;
    float: right;
}
#calcSubmit {
    width: 95%;
}
#valueTypeSelect {
    width: 95%;
}
div#calc .select_values_wrapper {
	width: 95%;
	float: right;
}
div#calc .select_values {
	width: 45%;
}
div#calc .select_values:last-child {
	float: right;
}
div#calc .calc_values_from {
	float: right;
}
#calcSubmit {
	background: #F75A27;
    color: #FFF;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    line-height: 42px;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#calcSubmit:hover {
	text-decoration: none;
	background: #e3541f;
}
.about_country {
	font-size: 20px;
}
.about_country_container {
	margin-top: 30px;
	position: relative;
}
.city_on_map {
	background: url('../images/spritesheet.png') 0 0 no-repeat;
	background-position: -50px -5px;
    width: 18px;
    height: 25px;
	position: absolute;
	cursor: pointer;
	/*background-size: 100%;*/
}
.city_on_map:hover, .city_on_map_active {
	background: url('../images/spritesheet.png');
	background-position: -79px -95px;
	width: 18px;
	height: 25px;
}
.city_map_billet_container {
	background: #F75A27;
    color: #FFF;
    margin: 0 !important;
    padding: 0 !important;
    width: 180px;
    font-size: 16px;
	position: absolute;
	display: none;
	height: 66px;
}
.city_map_billet {
    padding: 10px 10px 10px 20px;
}
.arrow_before_map_billet {
	position: absolute;
    border: 28px solid transparent;
    border-right: 23px solid #F75A27;
    border-bottom: 38px solid #F75A27;
    left: -51px;
    bottom: -16px;
	-moz-transform: skewY(-32deg);
    -ms-transform: skewY(-32deg);
    -webkit-transform: skewY(-32deg);
    -o-transform: skewY(-32deg);
    transform: skewY(-32deg);
	height: 100%;
}
.arrow_after_map_billet {
	position: absolute;
    border: 28px solid transparent;
    border-left: 23px solid #F75A27;
    border-top: 38px solid #F75A27;
    right: -51px;
    bottom: 0px;
	height: 100%;
}
.arrow_before_map_billet_left {
	position: absolute;
    border: 28px solid transparent;
    border-left: 23px solid #F75A27;
    border-bottom: 38px solid #F75A27;
    right: -51px;
    bottom: -16px;
    -moz-transform: skewY(32deg);
    -ms-transform: skewY(32deg);
    -webkit-transform: skewY(32deg);
    -o-transform: skewY(32deg);
    transform: skewY(32deg);
	height: 100%;
}
.arrow_after_map_billet_left {
	position: absolute;
    border: 28px solid transparent;
    border-right: 23px solid #F75A27;
    border-top: 38px solid #F75A27;
    left: -50px;
    bottom: 0px;
	height: 100%;
}
.price_list_container .glyphicon-list-alt:before {
    content: "\e032";
	background: none;
}
.price_list_container .price_list_files a {
	text-decoration: underline;
	color: #fff;
}
.price_list_container .price_list_files a:hover {
	text-decoration: none;
}
.price_list_container .glyphicon-download-alt, .price_list_container .glyphicon-list-alt {
    color: #F75A27;
}
.price_list_container .glyphicon-list-alt { 
	font-size: 30px;
}
.price_list_files {
	margin-left: 90px;
}
.price_list_files_list {
    padding-bottom: 4px;
    padding-right: 10px;
}
.price_list_files_label {
    padding-right: 10px;
	font-size: 19px; 
	font-weight: bold;
	color: #FFF;
}
.price_list_container {
	margin-top: 53px; 
	display: table;
	background: url('../images/price_background.png');
	height: 83px;
	width: 347px;
	cursor: pointer;
}
.price_list_container:hover {
	background: url('../images/price_background_hover.png');
}
.price_list_soc ul {
	list-style: none;
    display: inline;
	padding: 0;
}
.price_list_soc ul li {
	display: inline;
	margin-right: 5px;
}
.price_list_text {
	margin-top: 30px;
	margin-bottom: 20px;
}
.header_title_right a:hover {
	color: #000;
}
.header_title_right_phone a:hover:after/*, .header_title_right_phone a:after:hover*/ {
	content: '';
    background-image: url('../images/spritesheet.png');
	background-position: -39px -109px;
	width: 12px;
	height: 9px;
}
.avtorization a:hover {
	color: #F75A27;
}
.transport_companies .partner_info {
    height: 40px;
}
.catalog_item {
	position: relative;
}
.item_image img {
	width: 100%;
}
.row.product_section .item_image {
	background: #d4d4d4;
}
.item_description {
	position: absolute;
    bottom: 0;
    padding: 40px 0 10px 0;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: auto;
    text-align: left;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 74%, rgba(0,0,0,1) 92%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(74%, rgba(0,0,0,0.8)), color-stop(92%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 74%, rgba(0,0,0,1) 92%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 74%, rgba(0,0,0,1) 92%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 74%, rgba(0,0,0,1) 92%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 74%, rgba(0,0,0,1) 92%);
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#000000', GradientType=0 ) progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#000000',GradientType=0 );
}
.item_description .caption.h3 {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: block;
    color: #ffffff;
    margin: 0 20px;
	font-size: 17px;
}
.item_description:hover .caption.h3 {
	white-space: normal;
}
.item_arrow {
	position: absolute;
    top: 20px;
    left: -5px;
}
.prod_type_figure .bottom_arrow {
	position: absolute;
    left: 0;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #FF0000;
    border-right: 5px solid #FF0000;
}
.item_description_price {
	color: #FFF;
    position: relative;
	font-size: 17px;
	margin-top: -5px;
	margin-left: 20px;
}
.item_description_price .priceFrom {
	color: #F75A27;
    font-weight: bold;
    font-size: 18px;
}
.item_description_name {
	margin-bottom: 5px;
}
.item5rows {
	width: 20% !important;
}
.item5rows img {
	width: 166px;
	height: 166px;
}
.detail_page .detail_content .product_section .item5rows a .caption .h3 {
    font-size: 14px;
    width: 87%;
    display: block;
    padding: 15px 0 15px 0;
    height: 45px;
    /* text-overflow: ellipsis; */
    overflow: hidden;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.about_us_index {
	margin-top: 50px;
	height: 375px;
}
.about_us_index .about_us {
    padding-top: 15px;
    width: 71%;
    float: right;
    margin-right: 40px;
}
.about_us_index .about_us .buy_steps {
    border-bottom: 0;
}
.index_maps {
	padding-top: 15px;
    width: 71%;
    float: right;
    margin-right: 40px;
	margin-bottom: 40px;
}
.advantages {
	padding-top: 15px;
    width: 71%;
    float: right;
    margin-right: 40px;
}
.advantages_item {
	width: 20%;
	text-align: center;
	float: left;
	height: 300px;
}
.advantages_item img {
	padding: 25px 0;
	margin: 0 auto;
}
.advantages_item p {
	width: 90%;
    margin: 0 auto;
}
.advantages_item a {
	color: #F75A27;
    text-decoration: underline;
}
.item_answer .comment {
	width: 90%;
}
.item_answer .comment .text {
	background: #D4D4D4 !important;
}
.item_answer .comment .text .arrow_answer {
	color: #D4D4D4; 
	right: -20px; 
	left: initial; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	position: absolute;
    font-size: 20px;
}
.item_with_answer .icon, .item_with_answer .comment {
	padding: 0 0 10px 0 !important;
}

.reviews_about_company .reviews .pagenav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 19px;
}

.reviews_about_company .reviews .pagenav li {
    display: inline-block;
}

.reviews_about_company .reviews .pagenav .prev a,
.reviews_about_company .reviews .pagenav .next a {
    font-size: 23px;
    padding: 2px;
    background: transparent;
}

.reviews_about_company .reviews .pagenav .active a {
    background: #F75A27;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    cursor: default;
    text-decoration: none;
}

.reviews_about_company .reviews .pagenav li a {
    background: #BEBEBE;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    color: #575757;
    width: 30px;
    display: block;
    height: 30px;
	line-height: 22px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.reviews_about_company .reviews .pagenav li a:hover{
	background: #F75A27;
	color: #fff;
}
.reviews_about_company .reviews .pagenav {
	padding: 0;
}
.margin_bottom {
	margin-bottom: 40px;
}
.reviews_index_container .reviews {
    display: table;
	width: 100%;
}
.reviews_index_container {
	width: 71%;
    float: right;
	margin-right: 40px;
}
.reviews_index_container .reviews_about_company {
	margin-top: 40px;
}
.reviews_index_container .reviews .item {
    display: table-row;
}
.reviews_index_container .reviews .item .icon {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 20px 0;
    width: 90px;
}
.reviews_index_container .reviews .item .icon .photo {
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.reviews_index_container .reviews .item .icon .photo img {
    width: 100%;
    min-width: 70px;
    min-height: 70px;
}
.reviews_index_container .reviews .item .icon .name {
    font-size: 13px;
    padding: 10px 0 0 0;
}
.reviews_index_container .reviews .item .comment {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 20px 0;
}
.reviews_index_container .reviews .item .comment .text {
    position: relative;
    display: block;
    margin: 0 0 0 20px;
    width: 83%;
    float: none;
    bottom: auto;
    background: #FFFFFF;
    padding: 15px 25px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(84, 81, 81, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(84, 81, 81, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(84, 81, 81, 0.75);
}
.reviews_index_container .reviews .item_answer .comment .text {
    width: 92%;
}
.reviews_index_container .reviews .item .comment .text .arrow {
    position: absolute;
    left: -15px;
    color: #fff;
    font-size: 20px;
    text-shadow: -1px 1px 1px rgba(84, 81, 81, 0.3);
}
.reviews_index_container .reviews .item .comment .date {
    width: 100%;
    padding: 15px 0 0 55px;
    color: #919598 !important;
}
.reviews_index_wrapper {
	/*background: #E7E7E7;*/
	margin-top: 40px;
    padding-top: 20px;
}
.reviews_index_btns {
	position: relative;
	width: 60%;
    margin: 0 auto;
	padding-bottom: 0;
}
.reviews_index_btn_left, .reviews_index_btn_right {
	color: #FFF;
	float: left;
	font-size: 16px;
	text-align: center;
	padding: 0 0;
	line-height: 48px;
	position: relative;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	margin-top: 20px;
}
.reviews_index_btn_left {
	background: #323232;	
	width: 300px;
}
.reviews_index_btn_left:hover{
	background: #000;
}
.reviews_index_btn_right {
	background: #F75A27;
	width: 195px;
	margin-left: 15px;
}
.reviews_index_btn_right:hover{
	background: #e3541f;
}
.basket_items_container .item_quantity {
	white-space: nowrap;
}
#one_click_buy_basket {
	margin-left: 20px;
}
.hide1800 {
	display: none !important;
}
.catalog_bottom_blocks .reviews {
    width: 100% !important;
}
.detail_page .sidebar .menu ul.root-item > li > a {
    font-weight: bold;
}
.about_company_maps {
	margin-bottom: 30px;
}
.itemShadow {
    position: absolute;
    bottom: 0;
    padding: 50% 0 10px 0;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: auto;
    text-align: left;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(123, 123, 123, 0.8) 74%, rgb(109, 109, 109) 92%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(74%, rgba(0,0,0,0.8)), color-stop(92%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(123, 123, 123, 0.8) 74%, rgb(109, 109, 109) 92%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(123, 123, 123, 0.8) 74%, rgb(109, 109, 109) 92%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(123, 123, 123, 0.8) 74%, rgb(109, 109, 109) 92%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(123, 123, 123, 0.8) 74%, rgb(109, 109, 109) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.rslides_tabs li img {
	outline: 2px solid #7D7D7D !important;
}
.rslides_tabs li {
	position: relative;
	padding-bottom: 0 !important;
}
.slider_wrapper {
	position: relative;
	border: 2px solid #7D7D7D !important;
}
.slider_wrapper .item_description .item_description_name {
	margin: 0;
	text-align: center;
}
.slider_wrapper .item_description .item_description_name span {
	font-size: 16px;
}
.slider_wrapper .item_description .caption.h3 {
	margin: 0 10px;
}
#regionContacts span:before {
	content: "";
    background-image: url("../images/spritesheet.png");
    width: 27px;
    height: 27px;
    background-position: -104px -5px;
    position: absolute;
    left: -32px;*
}
#regionContacts span {
    color: #FFF;
    position: relative;
}
.header_title_right_phone:hover #regionContacts span:before {
	background-image: url("../images/call_hover.png");
	width: 27px;
	background-size: 100%;
	background-position: 0 0;
	/*background-image: url("../images/spritesheet.png");
	background-position: -227px -6px;
	width: 27px;
	height: 27px;
	background-size: 50%;*/
}
.fk_user_name {
	display: none;
}
.error_input {
	outline: 2px solid rgb(255, 0, 0);
}
.top_basket_row{
	position: relative;
}
.top_basket_row:before {
	content: '';
	background: url(../images/cart.png) 0 0 no-repeat;
	background-size: 35px;
	display: block;
	position: absolute;
	left: -57px;
	top: 5px;
	width: 40px;
	height: 40px;
}
.top-basket-text{
	line-height: 20px;
	float: left;
	text-align: left;
}
.top-basket-text a{
	font-size: 18px;
	color: #1e1e1e;
	text-decoration: none;
}
.top-basket-text a{
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-decoration: none;
}
.top_basket_sum_value{
	font-family: 'Roboto', sans-serif;
	color: #f75a27;
}
.top_basket_sum_value_rub{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #f75a27;
	display:inline-block;
	width: 10px;
	height: 20px;
	background: url('../images/ruble_orange.svg') center center / contain no-repeat;
	float: right;
	margin-left: 3px;
}
.top_basket_count{
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	z-index: 50;
	left: -35px;
	top: -5px;
}
.top_basket_count:before{
	display: block;
	position: absolute;
	content: '';
	width:25px;
	height: 25px;
	background: #ef581f;
	border-radius: 50%;
	z-index: -1;

}
.top_basket_sum_text {

}
.top_basket_sum_value {

}
.top_basket_link {

}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-arrow {
    width: 13px;
    height: 13px;
    background-position: -5px -5px;
	margin: 3px auto 2px;
}

.sprite-arrow_down_header {
    width: 12px;
    height: 9px;
    background-position: -28px -5px;
}

.sprite-baloon {
    width: 18px;
    height: 25px;
    background-position: -50px -5px;
}

.sprite-black_right_triangle {
    width: 16px;
    height: 13px;
    background-position: -78px -5px;
}

.sprite-call1 {
    width: 29px;
    height: 29px;
    background-position: -104px -5px;
}

.sprite-icon_about_black {
    width: 22px;
    height: 22px;
    background-position: -5px -44px;
}

.sprite-icon_delivery_black {
    width: 22px;
    height: 22px;
    background-position: -37px -44px;
}

.sprite-icon_price_black {
    width: 22px;
    height: 22px;
    background-position: -69px -44px;
}

.sprite-loupe_search {
    width: 15px;
    height: 15px;
    background-position: -101px -44px;
}

.sprite-mail {
    width: 29px;
    height: 29px;
    background-position: -101px -69px;
}

.sprite-nav_circle {
    width: 6px;
    height: 5px;
    background-position: -126px -44px;
}

.sprite-no_avatar {
    width: 75px;
    height: 72px;
    background-position: -138px -5px;
}

.sprite-right_arrow {
    width: 19px;
    height: 40px;
    background-position: -5px -85px;
}

.sprite-rub_small {
    width: 16px;
    height: 16px;
    background-position: -34px -85px;
}

.sprite-top_triangle {
    width: 16px;
    height: 13px;
    background-position: -60px -85px;
}

ul.nav.navbar-nav.nav-justified.nav-bottom li:not(:first-of-type):before {
	content: '';
	background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
	width: 6px;
    height: 5px;
    background-position: -126px -42px;
	position: absolute;
	bottom: 16px;
	margin-right: 14px;
}

li.index_nav_bottom_li:not(:first-of-type):before {
	content: '';
	background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
	width: 6px;
    height: 5px;
    background-position: -126px -42px;
	position: absolute;
	bottom: 16px;
	margin-right: 22px !important;
}

li.index_nav_bottom_li:last-of-type:before {
	bottom: 9px;
	margin-right: 22px !important;
}

div#regionContacts {
	height: 25px;
}

div.ya-site-form__input {height: 26px;}

.correct-signal{
background-position: -382px -4px;
width: 15px;
height: 15px;
display: inline-block;
margin-right: 2px;
}

.vk{
background-position: 0 0;
width: 46px;
height: 46px;
}
.ok{
background-position: -50px 0;
width: 46px;
height: 46px;
}
.mm{
background-position: -100px 0;
width: 46px;
height: 46px;
}
.gp{
background-position: -150px 0;
width: 46px;
height: 46px;
}
.tw{
background-position: -200px 0;
width: 46px;
height: 46px;
}

.sprites {
    background-image: url(/price/img/sprites-1.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.list_article {margin-top: 28px;}

.list_article a{
	text-decoration: underline;
	line-height: 18px;
	min-height: 52px;
	font-size: 16px;
	display: block;
	position: relative;
	padding-left: 67px;
	margin-bottom: 10px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.list_article a div{
	padding-top: 17px;
	padding-bottom: 17px;
}
.list_article a:hover{
	text-decoration: none;
}
.list_article a span{
	text-decoration: none!important;
	position: absolute;
	height: 100%;
	width: 52px;
	left: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 24px;
	z-index: 20;
	border-right: 1px solid #fff;
}
.list_article a span:before{
	content: '?';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.detail_page .detail_content .product .right_buy .buy .buy_one_click:hover{
	background: #e3541f;
}
.detail_page .detail_content .product .right_buy .buy .buy_one_click:active{
	background: #d73e05;
}
.detail_page .detail_content .product .right_buy .buy .torg:hover {
	background: #c8c8c8;
}
.detail_page .detail_content .product .right_buy .buy .torg:active {
	background: #aeaeae;
}
.detail_page .detail_content .product .right_buy .buy .to_basket:hover {
	background: #c8c8c8;
}
.detail_page .detail_content .product .right_buy .buy .to_basket:active {
	background: #aeaeae;
}
.radio-select .request-table-info {
	display:none;
}

.radio-select.active .request-table-info {
	display:block;
}

/*ARTICLE ADDITIONAL LINK*/
.a-aditional-link{
	width: 280px;
	height: 350px;
	text-align: center;
	background: #E7E7E7;
}
.a-aditional-link.left{
	float: left;
	margin: 20px 30px 20px 0;
}
.a-aditional-link.right{
	float: right;
	margin: 20px 0 20px 30px;
}
.a-aditional-link img{
width: 228px;
height: 177px;
}
.a-aditional-link h2{
color: #000;
font-weight: bold;
font-style: italic;
font-size: 24px!important;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
}
.a-aditional-link p{
color: #5c5c5c;
font-size: 14px;
font-style: italic;
padding-top: 5px;
margin-left: 20px;
margin-right: 20px;
}
.a-aditional-link a{
color: #fff;
background: #F75A27;
font-size: 16px;
text-decoration: none;
line-height: 47px;
display: block;
margin: 20px;
margin-top: 18px;
border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.a-aditional-link a:hover{
	background: #e3541f;
}
@media (min-width: 768px) and (max-width: 1259px){
	.a-aditional-link {
		width: 220px;
		height: 300px;
	}
	.a-aditional-link.left {
		float: left;
		margin: 20px 20px 20px 0;
	}
	.a-aditional-link.right {
		float: right;
		margin: 20px 0 20px 20px;
	}
	.a-aditional-link img{
		width: 181px;
		height: 140px;
	}
	.a-aditional-link h2 {
		font-size: 18px!important;
	}
	.a-aditional-link p {
		font-size: 11px;
	}
	.a-aditional-link a {
		font-size: 15px;
		line-height: 40px;
	}
}
@media (min-width: 469px) and (max-width: 991px){
	.a-aditional-link {
		width: 100%;
		height: 165px;
	}
	.a-aditional-link img{
		width: 181px;
		height: 140px;
		float: left;
		margin: 0 10px;
	}


}
@media (min-width: 768px) and (max-width: 991px){
	.a-aditional-link a{
		width: 160px;
		float: right;
		
	}
}
@media (min-width: 469px) and (max-width: 767px){
	.a-aditional-link a{
		width: 197px;
		float: right;
		margin-top: 8px;
	}
}
@media (max-width: 468px){
	.a-aditional-link.left {
		float: none;
	}
}
/*END ARTICLE ADDITIONAL LINK*/

.p-basket-btn{
display: block;
background: #F75A27;
padding: 13px 0;
color: #fff!important;
font-size: 16px;
margin-top: 5px;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	outline:none!important;
	text-decoration: none;
}
.p-basket-btn:hover{
	text-decoration: none;
	background: #e3541f;
	outline:none!important;
}
.p-basket-btn:focus{
	text-decoration: none;
	outline:none!important;
}
.fancybox-title-float-wrap{
display: none;
}
.content .row .product *{
outline:none!important;
}

#year-select-styler jq-selectbox__select div.jq-selectbox__select-text {
	width: 100%;
}
.p-basket-btn-continue{
	display: block;
	padding: 13px 0;
	color: #1e1e1e!important;
	font-size: 16px;
	margin-top: 5px;
	background: #d8d8d8;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	outline:none!important;
	text-decoration: none;
}
.p-basket-btn-continue:hover{
	background: #c8c8c8;
	text-decoration: none;
	outline:none!important;
}
.p-basket-btn-continue:focus{
	text-decoration: none;
	outline:none!important;
}
.one-click-btn-close{
	display: block;
	color: #fff;
	margin: 30px auto;
}

/*AUTH RERGISTER*/
.auth-form-wrapper{
	background: #fff;
	padding: 20px 25px;
	display: inline-block;
	width: 420px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(30, 30, 30, 0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(30, 30, 30, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(30, 30, 30, 0.1);
}
.content .row .auth-form-wrapper h1{
	color: #fb4b10;
	font-size: 22px;
	margin: 0;
}
.auth-form-wrapper .reg-text{
	color: #1E1E1E;
	font-size: 12px;
	margin: 12px 0 15px;
	font-weight: 400;
		font-family: 'Roboto', sans-serif;
}
.auth-form-wrapper .reg-text a{
	color: #fb4b10;
	text-decoration: underline;
}
.reg-form-wrapper table{
	width: 100%;
}
.auth-form-wrapper table td{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.auth-form-wrapper input[type="text"],
.auth-form-wrapper input[type="password"]{
	font-size: 14px;
	width: 100%;
	background: #ececec;
	border: 1px solid #ececec;
	padding: 7px 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	font-weight: 400;
}
.auth-form-wrapper input[type="password"]{
	margin-bottom: 3px;
}
.reg-form-wrapper input[type="password"]{
	margin-bottom: 15px;
}
.auth-form-wrapper input[type="text"]:focus,
.auth-form-wrapper input[type="password"]:focus{
	background: #fff;
}
.auth-form-wrapper .reg-text a:hover{
	text-decoration: none;
}
.auth-form-wrapper input[type="submit"]{
	background: #F75A27;
	color: #FFF !important;
	margin: 0 !important;
	padding: 0 40px !important;
	height: 48px;
	border: none;
	font-size: 16px !important;
	font-weight: 400;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.auth-form-wrapper input[type="submit"]:hover {
    background: #e3541f;
}
.auth-form-wrapper .forgot-pass a{
	display: inline-block;
	/*color: #7a7a7a;*/
	color:#fb4b10;
	font-size: 12px;
	/*border-bottom: 1px dashed #7a7a7a;*/
	/*border-bottom: 1px dashed #fb4b10;*/
	text-decoration: underline;
	margin-bottom: 25px;
	/*text-decoration: none;*/
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.auth-form-wrapper .forgot-pass a:hover{
	/*border-bottom: 1px dashed transparent;*/
	text-decoration: none;
}
.reg-form-wrapper table td{
	display: block;
	position: relative;
}
.reg-form-aditt-text{
	font-size: 11px;
	color:#575757;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 500;
}
.reg-form-wrapper input[name="REGISTER[EMAIL]"],
.reg-form-wrapper input[name="REGISTER[PASSWORD]"]{
	margin-bottom: 3px;
}
.reg-form-required{
	display: inline-block;
	color: #7a7a7a;
	font-size: 11px;
	margin-top: 15px;
}
.reg-form-no-required{
	position: absolute;
	right: 15px;
	top: 16px;
	color: #909090;
	font-size: 11px;
	font-weight: 400;
}
.reg-form-wrapper .jq-checkbox{
	position: absolute!important;
	left: 0;
	top: 1px;
}
.reg-form-wrapper .main-user-consent-request{
	padding-left: 25px;
}
@media(max-width:767px){
	.auth-form-wrapper{
		padding: 5px 15px 15px;
		margin-top: 15px;
		width: 100%;
	}
	.auth-form-wrapper input[type="text"],
	.auth-form-wrapper input[type="password"]{
		width: 100%;
	}
}
.restore-pass-auth a{
	display: inline-block;
	color: #7a7a7a;
	font-size: 10px;
	border-bottom: 1px dotted #5b5b5b;
	margin-top: 10px;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.restore-pass-auth a:hover{
	border-bottom: 1px dotted transparent;
}
/*AUTH RERGISTER*/

header{
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.wrapper.fixed{
	margin-top: 140px;
}
.header-logo{
	overflow: hidden;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.wrapper.fixed header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 400;
	margin-bottom: 0;
	height: 65px;
} 
.wrapper.fixed .header-logo-name,
.wrapper.fixed .header-logo-title{
	width: 0;
}
.header-logo{
	position: relative;
}
.header-logo-name{
	width: 100%;
	position: absolute;
	top: 33px;
	left: 62px;
	font-size: 22px;
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1;
	overflow: hidden;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	white-space: nowrap;
}
.header-logo-title{
	width: 100%;
	position: absolute;
	top: 54px;
	left: 64px;
	font-size: 16px;
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1;
	overflow: hidden;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	white-space: nowrap;
}
.header-logo-name span{
	color: #f75a27;
}
.wrapper.fixed .header-logo img{
	height: 57px;
}
header .header_bottom_wrapper{
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.wrapper.fixed header .header_bottom_wrapper{
	margin-bottom: 0;
}
.wrapper.fixed.slim header .header_bottom_wrapper{
	height: 65px;
}
.header-top-wrapper{
	/*overflow:hidden*/
}
.wrapper.fixed header .header-top-wrapper{
	display:none;
}
.wrapper.fixed header .header_bottom_wrapper .header_user_block_search{
	margin: 9px 0;
}
.wrapper.fixed header .header_bottom_wrapper .header_menu {
    line-height: 65px;
}
.wrapper.fixed header .header_bottom_wrapper .header_user_block_cart .basket {
    margin: 9px 0;
}
.wrapper.fixed.slim header .header_bottom_wrapper .header-logo{
	line-height: 65px;
}

.wrapper.fixed.slim header .header_bottom_wrapper .header-logo img{
	height: 50px;
	margin-right:10px;
}
header .header_bottom_wrapper .header-logo img{
		-moz-transition: all 0.05s ease-out;
	-o-transition: all 0.05s ease-out;
	-webkit-transition: all 0.05s ease-out;
	transition: all 0.05s ease-out;
}
.header-logo-wrapper{
	margin-top: -2px;
	margin-bottom: -3px;
	overflow: hidden;
	position: relative;
}
.top_basket_count,
.top_basket_row,
.top-basket-text{
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.wrapper.fixed.slim header .header-logo-wrapper{
	height: 65px;
}
.wrapper.fixed.slim header .top_basket_row:before{
	background-size: 28px;
	left: -47px;
	top: 8px;
}
.wrapper.fixed.slim header .top_basket_count:before{
	width: 20px;
height: 20px;
}
.wrapper.fixed.slim header .top_basket_count{
		width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	left: -30px;
top: 0px;

}
.wrapper.fixed.slim header .top-basket-text a{
	font-size: 17px;
	
}
.wrapper.fixed.slim header .top-basket-text{
	line-height: 19px;
}
.wrapper.fixed.slim header .fixed-geo{
	visibility: visible;
	opacity: 1;
	width: auto!important;
}
.fixed-geo{
	line-height: 22px;
	padding: 12px 0;
}
.fixed-geo .geotargeting-mail a{
	color: #1e1e1e;
	margin-right: 30px;
}
.fixed-geo .geotargeting-mail{
	text-align: right;
	line-height: 18px;
}
.fixed-geo .geotargeting-phone{
	width: auto;
}

.fixed-geo #geotargeting a{
	color: #1e1e1e;
	font-size: 14px;
	margin-left: 0;
	line-height: 16px;
	font-weight: bold;
}
.header_user_block_cart{ 
	padding-left: 50px;
	cursor: pointer;
}
.fixed-contacts{
	position: absolute;
	top: 0;
	right: 0;
}
.wrapper.fixed header{
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
}
.wrapper.fixed.slim header .fixed-geo{
	width: 100%!important;
}
.fixed-geo .geotargeting-phone{
	font-weight: bold;
}
.fixed-geo .geotargeting-mail a{
	font-weight: bold;
	line-height: 18px;
	border-bottom: 1px solid #1e1e1e;
}
.fixed-geo .geotargeting-mail a:hover{
	color: #f75a27;
	border-bottom: 1px solid #f75a27!important;
}
.fixed-geo #geotargeting a:hover .geocity-triangle::after {
    border-top: 6px solid #939393;
}
.fixed-geo .geotargeting-phone{
	margin: 0;
}
@media (min-width: 1921px){
	.header-logo{
		width: calc(20vw - 15px);
	}
	.detail_page .sidebar .opened li{
		max-width: 100%!important;
	}
	.fixed-contacts{
		right: 10px;
	}
	.fixed-contacts{
		width: calc(100% - 60px)!important;
	}
	#geotargeting{
		width: calc(20vw + 15px)!important;
	}
}
@media (max-width: 1920px){
	.fixed-contacts{
		right: 10px;
	}	
	.fixed-geo #geotargeting {
		margin: 0;
	}
	.fixed-contacts{
		width: calc(100% - 60px)!important;
	}
	.fixed-geo #geotargeting a{
		font-size: 13px!important;
	}
	.fixed-geo .geotargeting-mail a{
		font-size: 13px;
	}
	.fixed-geo .geotargeting-phone{
		font-size: 15px;
	}
	.fixed-geo .geotargeting-phone{
		margin: 0!important;
	}
	.fixed-geo .geotargeting-phone{
		line-height: 28px;
	}
	.fixed-geo .geotargeting-mail{
		line-height: 24px;
	}
}
@media (max-width: 1799px){
	.header-logo{
		width: calc(23vw - 15px);
	}
}
@media (max-width: 1679px){
	.header_menu>div{
		    margin: 0 12px;
	}
	#geotargeting{
		width: calc(23vw + 15px)!important;
	}
}
@media (max-width: 1600px){
	.header_menu>div{
		    margin: 0 10px;
	}

}
@media (max-width: 1570px){
		.header_menu{
		margin: 0 0 0 30px;
	}
}
@media (max-width: 1520px){
	.header_menu a{
		font-size: 16px;
	}
	.top_basket_row:before{
		left: -47px;
	}
	.top_basket_count{
		left: -28px;
	}
	.header_user_block_cart {
		padding-left: 40px;
	}
	.top-basket-text a{
		font-size: 16px;
		margin-left: 2px;
	}
}
@media (max-width: 1479px){
	div.ya-site-form__input::before{
		width: 0px;
		overflow: hidden;
	}
	.header_user_block_search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
		padding-left: 0;
	}
	.header_user_block_search #ya-site-form0 .ya-site-form__submit{
		color: transparent!important;
		height: 45px;
		width: 15px;
		background-image: url(../images/searchg.png);
		background-repeat: no-repeat;
		width: 15px;
		height: 45px;
	}
	.header_user_block_search {
		width: 275px!important;
	}
}
@media (max-width: 1439px){
	.fixed-geo .geotargeting-phone{
		font-size: 14px;
		letter-spacing: -0.3px;
	}
	.fixed-geo .geotargeting-mail a {
		font-size: 12px;
		letter-spacing: -0.3px;
		line-height: 22px;
	}
	.fixed-geo #geotargeting a {
		font-size: 12px !important;
	}
}
	
@media (max-width: 1399px){
	.wrapper.fixed .header-logo {
		width: 23vw;
		margin-right: 10px;
	}
	.fixed-geo .geotargeting-mail a{
		margin-right: 15px;
	}
	#geotargeting{
		width: calc(23vw + 10px)!important;
	}
}
@media (max-width: 1365px){
	.header_user_block_search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
		width: 100%;
	}
	.header_user_block_search {
		 width: 235px!important;
	}
}
@media (max-width: 1339px){
	.fixed-geo .geotargeting-phone {
		font-size: 13px;
		letter-spacing: -0.5px;
		font-weight: normal;
	}
	.fixed-geo .geotargeting-mail a{
		font-weight: normal;
	}
}
@media (max-width: 1299px){
	.header_menu {
		margin: 0 0 0 25px;
	}
	.header_bottom_wrapper{
		height: 65px;
	}
	.header_user_block_search{
		margin: 9px 0;
	}
	.header_menu{
		line-height: 65px;
	}
	.header-logo{
		line-height: 65px;
	}
	.header-logo img{
		height: 50px;
	}
	.header-logo-name{
		top: 17px;
		left: 55px;
	}
	.header-logo-title{
		top: 38px;
		left: 55px;
	}
	.header_user_block_cart .basket {
		margin: 12px 0;
	}
	.container.content {
		margin-top: 20px!important;
	}
	.geotargeting-phone{
		margin-right: 10px!important;
	}
	.geotargeting-timetable{
		margin-right: 10px!important;
	}
	.header_user_block_search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
		font-size: 14px!important;
	}
	.top-basket-text{
		display: none;
	}
	.basket{
		width: auto!important;
	}
	.top_basket_row:before{
		width: 30px;
		height: 30px;
		background-size: 29px;
	}
	.fixed-geo .geotargeting-mail a{
		font-size: 13px;
	}
	.fixed-geo .geotargeting-mail {
		line-height: 24px;
	}
	.header-logo {
		width: calc(22vw - 15px);
	}
}
@media (max-width: 1279px){	
	.wrapper.fixed .header-logo {
		width: 26vw;
		margin-right: 10px;
	}
}
@media (max-width: 1229px){
	.header_menu>div {
		margin: 0 8px;
	}
	.header_user_block_search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
		font-size: 13px!important;
	}
}
@media (max-width: 1199px){
	.header_menu {
		margin: 0 0 0 20px;
	}
	.header_user_block_search {
		width: 210px!important;
	}
	.fixed-geo .geotargeting-phone {
		line-height: 28px;
	}
	.fixed-geo .geotargeting-phone {
		font-size: 13px;
	}
}
@media (max-width: 1139px){
	.fixed-geo .geotargeting-phone {
		font-size: 12px;
		letter-spacing: -0.5px;
	}
	.wrapper.fixed .header-logo {
		width: 27vw;
	}
}
@media (max-width: 1119px){
	.header_user_block_search {
		width: 190px!important;
	}
	.header_menu a {
		font-size: 15px;
	}
	.header-logo-name{
		left: 50px;
		font-size: 20px;
	}
	.header-logo-title{
		left: 55px;
		font-size: 16px;
	}
	.wrapper.fixed .header_menu a{
		letter-spacing: -0.5px;
		font-size: 14px;
	}
	.wrapper.fixed .fixed-contacts {
		width: calc(100% - 60px)!important;
	}
	.wrapper.fixed .header-logo {
		margin-right: 20px;
	}
}
@media (max-width: 1079px){
	.fixed-geo .geotargeting-mail a {
		margin-right: 8px;
	}
	.header-logo{
		margin-right: 15px;
	}
	.header-logo-name {
		font-size: 19px;
	}
	.header-logo-title {
		left: 52px;
	}
}
@media (max-width: 1009px){
	.wrapper.fixed .header_user_block_cart{
		display: none;
	}
	.wrapper.fixed .header-logo {
		width: 29vw;
	}
}
header{
	min-width: 990px;
}

footer{
	margin-top: 40px;
	padding: 50px 0;
	border-top: 1px solid #f6f6f6;
	background: #F4F4F4;
}
footer .main-footer {
	width: calc(77% + 30px);
}
footer .sidebar {
    width: calc(23% - 30px);
}
@media(min-width: 1800px){
	footer .main-footer {
		width: calc(77% + 30px);
	}
	footer .sidebar {
		width: calc(23% - 30px);
	}
}
.footer-block-header{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-block-header a{
	color: #1e1e1e;
	text-decoration: none;
}
.footer-block-header a:hover{
	color: #1e1e1e;
	text-decoration: none;
}
.nav.footer-nav > li > a{
	color: #1e1e1e;
	padding: 6px 0;
	display: inline-block;
	-moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.nav.footer-nav > li > a:hover{
	text-decoration: underline;
}
.nav.footer-nav.footer-block-nav > li > a{
	padding: 12px 20px;
	border: 1px solid #d6d6d6;
	width: 248px;
	margin-bottom: 15px;
}
.nav.footer-nav.footer-block-nav > li > a:hover{
	background: #ededed;
	text-decoration: none;
}
.footer-block-title{
	color: #787878;
	font-size: 12px;
	
}
.footer-block-header.normal{
	font-weight: 400;
}
.footer-logo{
	position: relative;
	display: inline-block;
	line-height: 50px;
	width: 250px;
	margin-bottom: 30px;
}
.footer-logo-name {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 54px;
    font-size: 22px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1;
    overflow: hidden;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    white-space: nowrap;
}
.footer-logo-name span {
    color: #f75a27;
}
.footer-logo-title {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 56px;
    font-size: 16px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    white-space: nowrap;
}
.footer_personal{
	margin-bottom: 25px;
}
.footer_personal a{
	color: #1e1e1e;
	text-decoration: underline;
	    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.footer_personal a:hover{
	color: #f75a27;
}
.footer_oferta,
.footer_personal,
.footer-error,
.footer-copyright{
	margin-left: 5px;
	font-size: 13px;
}
.footer-error {
	margin-bottom: 10px;
}
.footer-error a{
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
	color: #1e1e1e;
	text-decoration: underline;
}
.footer-error a:hover{
	color: #f75a27;
}
.container-fluid.footer{
	padding: 0 30px;
}
.fixed-contacts{
	display: none;
}
.wrapper.fixed .fixed-contacts{
	display: block;
}
@media(max-width: 1559px){
	.footer-logo{
		min-width: 250px;
	}
	footer .main-footer {
		width: 100%!important;
	}
	footer .sidebar{
		width: 100%!important;
		margin-top: 20px;
	}
	footer .main-footer>.row{
		margin: 0;
	}
	footer .sidebar > *{
		float: left;
		width: 30%;
	}
	footer .footer-logo{
		width: 25%!important;
	}
	footer .footer-error{
		width: 23%!important;
	}
	footer{
		padding: 50px 0 20px;
	}
	footer .sidebar{
		position: relative;
	}
	.footer-copyright{
		position: absolute;
		top: 60px;
	}
}
@media(max-width: 1279px){
	footer .sidebar > *{
		width: 35%;
	}
	.footer-logo{
		width: 25%!important;
	}
}
@media(max-width: 1099px){
	.main-footer .row>div{
		width: 23%;
	}
	.main-footer .row>div:first-child{
		width: 30%;
	}
	footer .sidebar > a{
		width: 30%!important;;
	}
	footer .sidebar > div{
		width: 40%;
	}
	footer .footer-error{
		width: 23%!important;
	}
}
.footer-block-header.email a{
	text-decoration: underline;
	    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.footer-block-header.email a:hover{
	color: #f75a27;
}
.nav.footer-nav > li > a{
	-moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.nav.footer-nav > li > a:hover{
	color: #f75a27;
}
.nav.footer-nav.footer-block-nav > li > a:hover{
	color: #1e1e1e;
}
footer .geotargeting-phone a{
	color: #1e1e1e;
}
.detail_page .detail_content .product .right_buy .price_str{
	max-width: 700px;
	width: 100%;
	float: right;
}
.detail_page .detail_content .product .right_buy .filter_elements.price_str{
	max-width: 100%;
	float: none;
}
.price-block{
	background-color: #f3f3f3;
	margin-bottom: 30px;
}
.price-block>div{
	float: left;
	padding: 28px;
}
.price-block-left{
	width: 100%;
}
.price-block-left.price-block-double{
	width: calc(100% - 240px);
	border-right: 1px solid #fff;
}
.price-block-right{
	font-family: 'Roboto', sans-serif;
	color: #1e1e1e;
	width: 240px;
}
@media(max-width:1919px){
	.price-block-right{
		width: 200px;
	}
	.price-block-left.price-block-double{
		width: calc(100% - 200px);
	}
}
.price-block-left .price>div{
	float: left;
	line-height: 24px;
	margin-right: 20px;
}
.price-block-left .price{
	line-height: 24px;
	margin-bottom: 10px;
	display: inline-block;
}
.price-block-info-title{
	font-size: 16px;
	line-height: 20px;
	opacity: 0.8;
}
.price-block-info-data{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.price_text{
	font-family: 'Roboto', sans-serif;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
	line-height: 24px;
	display: inline-block;
}
.avail_in_store{
	opacity: 0.8;
	color: #1e1e1e;
}
.price-block-success{
	width: 21px;
	height: 21px;
	background: url('/upload/icon-price-succes.png') 0 0 no-repeat;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.price-block-success-green{
	background: url('/upload/icon-price-succes-green.png') 0 0 no-repeat;
}
.price-block-success-orange{
	background: url('/upload/icon-price-succes-orange.png') 0 0 no-repeat;
}
.price-block-avaliblity{
	margin-bottom: 40px;
	line-height: 24px;
}
.price-block-avaliblity>div{
	float: left;
	margin-right: 15px;
}
.price-block-item-new{
	opacity: 1;
	font-size: 18px;
}
.price-rub{
	margin-left: 3px;
	font-family: 'Roboto', sans-serif!important;
	font-weight: 500!important;
}
.detail_page .detail_content .product .right_buy .price .base_price .price-rub{
	float: right;
	display:inline-block;
	width: 16px;
	height: 29px;
	background: url('../images/ruble_orange.svg') center center / contain no-repeat;
	margin-left: 3px;
	position: relative;
	top: -3px;
}
.fixed_product_price .base_price .price-rub{
	display:inline-block;
	width: 16px;
	height: 29px;
	background: url('../images/ruble_orange.svg') center center / contain no-repeat;
	margin-left: 3px;
	position: relative;
	top: 5px;
}
.detail_page .detail_content .product .right_buy .price .opt_price .price-rub{
	display:inline-block;
	width: 12px;
	height: 22px;
	background: url('../images/ruble_black.svg') center center / contain no-repeat;
	margin-left: 3px;
	position: relative;
	top: 5px;
}
.fixed_product_price .opt_price .price-rub{
	display:inline-block;
	width: 12px;
	height: 22px;
	background: url('../images/ruble_black.svg') center center / contain no-repeat;
	margin-left: 3px;
	position: relative;
	top: 5px;
}
.left_photo .list_article{
	display: none;
}
.main-user-consent-request{
	font-size: 12px;
}
.btn-orang.submit_btn{
	outline: none!important;
	font-weight: normal;
	line-height: 48px;
	border-radius: 2px;
	padding: 0 25px;
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.btn-orang.submit_btn:hover{
	background: #e3541f;
}
.btn-orang.submit_btn:hover,
.btn-orang.submit_btn:focus,
.btn-orang.submit_btn:active{
	outline: none!important;
}
.buy_steps .step {
    text-align: left;
}
.step-2{
	text-align: center;
}
.step-3{
	text-align: right;
}
.step-bg{
	background: url("../images/right_arrow.png");
	background-repeat: repeat-x;
	margin-top: 25px;
}
.content .row h1.product_title{
	margin-top: 10px;
}
.full-width .about_us{
	width: 100%!important;
}
.detail_content h1.h1_title{
	margin-left: 5px;
}
.confirm-reg-text{
	font-size:22px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #fb4b10;
	margin-bottom: 10px;
	width: 560px;
}
.confirm-reg-text-2{
	font-size:16px;
	color: #1e1e1e;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	width: 560px;
	margin-bottom: 40px;
}
.auth-form-wrapper-order{
	margin-top: 20px;
	display: block;
}
.content .row .catalog-new-list h1{
	margin-top: 20px;
	font-size: 26px;
	width: 50%;
	float: left;
}
.catalog-new-list .section_name{
	padding-right: 10px;
}
.catalog-section-list-block{
	width: 860px;
	float: left;
}
.catalog-section-list-item{
	display: table-row;
	background: #f4f4f4;
	margin-bottom: 20px;
	border: 2px solid #f4f4f4;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.catalog-section-list-delimiter{
	height: 15px;
	display: table;
}
.catalog-section-list-item a,
.catalog-section-list-item a:hover,
.catalog-section-list-item a:focus{
	text-decoration: none;
}
.catalog-section-list-item-wrapper{
	display: table;
	border: 2px solid transparent;
		-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.catalog-section-list-item-wrapper:hover{
	border: 2px solid #ef571f;
}
.catalog-section-list-item-img{
	width: 25%;
	background: #D4D4D4;
	display: table-cell;
	vertical-align: middle;
}
.catalog-section-list-item-data{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 20px 10px 20px 20px;
}
.catalog-section-list-item-name a{
	font-weight: 500;
	color: #1e1e1e;
	font-size: 18px;
	margin-bottom: 5px;
	display: inline-block;
	text-decoration: underline;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.catalog-section-list-item-name a:hover{
	color: #ef581f;
	text-decoration: underline;
}
.catalog-section-list-item-desc{
	color: #5f5f5f;
	font-size: 15px;
	margin-right: 15px;
}
.catalog-section-list-item-img img{
	max-width: 215px;
	height: auto;
}
.catalog-section-list-item-buttons{
	width: 25%;
	vertical-align: top;
	display: table-cell;
	padding: 20px 20px 20px 0;
}
.catalog-section-list-item-buttons>a{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	padding: 14px 0;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.catalog-section-list-item-buttons>a.btn-one-click{
	color: #fff;
	background: #ef581f;
}
.catalog-section-list-item-buttons>a.btn-one-click:hover{
	background: #e3541f;
}
.catalog-section-list-item-buttons>a.btn-add-cart{
	color: #1e1e1e;
	background: #d8d8d8;
}
.catalog-section-list-item-buttons>a.btn-add-cart:hover{
	background: #c8c8c8;
}
.catalog-section-list-item-price{
	margin-top: 8px;
	color: #1e1e1e;
	font-size: 16px;
}
.catalog-section-list-item-price .price-opt span{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.3px;
}
.catalog-section-list-item-price .price-base span{
	font-size: 24px;
	color: #ef581f;
	font-weight: 600;
	letter-spacing: -0.3px;
}
.catalog-section-list-item-price .sum{
	margin-left: 5px;
}
.catalog-section-list-item-props{
	margin-top: 15px;
}
.catalog-section-list-item-props:after{
	clear: both;
	display: table;
	content: ' ';
}
.catalog-section-list-item-prop-title{
	color: #7f7f7f;
	font-size: 16px;
	margin-right: 8px;
}
.catalog-section-list-item-prop-value{
	color: #4e4e4e;
	font-size: 16px;
	margin-right: 20px;
}
.catalog-section-list-item-props>div{
	float: left;
}
.list_new_pagination{
	margin-bottom: 30px;
}
.list_new_pagination ul{
	padding: 0;
	margin: 0;
}
.list_new_pagination a,
.list_new_pagination a:hover,
.list_new_pagination a:focus{
	text-decoration: none!important;
}
.list_new_pagination li{
	list-style: none;
	float: left;
	background: #f4f4f4;
	border-radius: 2px;
	text-align: center;
	font-size: 16px;
	color: #5e5e5e;
	margin: 0 1px; 
	height: 50px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.list_new_pagination li:hover{
	background: #d8d8d8;
	color: #343434;
}
.list_new_pagination li.list_new_pag_active span,
.list_new_pagination li a{
	padding: 0;
	width: 55px;
	line-height: 50px;
	display: inline-block;
}
.list_new_pagination li.disabled span,
.list_new_pagination li.disabled a{
	color: #9c9c9c;
	cursor: default;
}
.list_new_pagination li.disabled:hover{
	background: #f4f4f4;
}
.list_new_pagination li span,
.list_new_pagination li a{
	font-size: 16px;
	color: #5e5e5e;
}
.list_new_pagination li.list_new_pag_active{
	background: #ef581f;
	cursor: default;
}
.list_new_pagination li.list_new_pag_active span{
	cursor: default;
	color: #fff;
	font-weight: 500;
}
.list_new_pagination li.list_new_pag_first{
	float: left;
	margin-left: 0;
	margin-right: 25px;
	width: 120px;	
	line-height: 50px;
}
.list_new_pagination li.list_new_pag_first a{
	width: 120px;	
}
.list_new_pagination li.list_new_pag_last{
	float: right;
	margin-right: 0;
	margin-left: 25px;
	width: 120px;	
	line-height: 50px;
}
.list_new_pagination li.list_new_pag_last a{
	width: 120px;	
}
.list_new_pagination li.list_new_pag_separator{
	background: transparent;
	line-height: 50px;
	width: 35px;
	cursor: default;
}
#list_new_ajax_load_more{
	display: block;
	line-height: 50px;
	margin-bottom: 15px;
	background: #f4f4f4;
	text-align: center;
	color: #5e5e5e;
	font-size: 16px;
	border-radius: 2px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#list_new_ajax_load_more:hover{
	background: #d8d8d8;
	color: #343434;
}
#list_new_ajax_load_more,
#list_new_ajax_load_more:focus,
#list_new_ajax_load_more:hover{
	text-decoration: none;
}
.list_new_pagination_wrapper{
	position: relative;
}
.list_new_pagination_wrapper.loading #list_new_ajax_load_more{
	color: transparent;
}
.list_new_pagination_wrapper.loading:before{
	content: '';
	display: block;
	height: 50px;
	width: 100%;
	background: url('/images/ajax-loader.gif') 50% 50% no-repeat;
	position: absolute;
	left: 0;
}
.fixed_product_row{
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 200;
	top: 65px;
	z-index: 200;
	margin-bottom: 0;
	height: 100px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
}
.fixed_product_sidebar{
	width: 23%;
	float: left;
	min-height: 100px;
}
.fixed_product_content{
	padding-left: 30px;
    width: 77%;
	float: left;
	min-height: 100px;
}
@media(min-width: 1800px){
	.fixed_product_sidebar{
		width: 20%;
	}
	.fixed_product_content{
		width: 80%;
	}
}
.fixed_product_img img{
	max-width: 75px;
	max-height: 75px;
}
.fixed_product_content table{
	height: 100px;
	vertical-align: middle;
	width: 100%;
}
.fixed_product_title{
	padding-left: 20px;
}
.fixed_product_name{
	font-size: 18px;
	color: #1e1e1e;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	
}
.fixed_product_desc{
	color: #7f7f7f;
	font-size: 16px;
}
.fixed_product_buttons{
	text-align: right;
	width:400px;
}
.fixed_product_buttons .to_basket{
	float: left;
	border-radius: 2px;
	background: #d8d8d8;
	cursor: pointer;
	font-size: 16px;
	padding: 18px 0;
	color: #1e1e1e;
	cursor: pointer;
	width: 190px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.fixed_product_buttons .buy_one_click{
	float: left;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	background: #ef571f;
	padding: 18px 0;
	position: relative;
	cursor: pointer;
	margin-right: 15px;
	width: 190px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.fixed_product_buttons .buy_one_click:hover{
	background: #e3541f;
}
.fixed_product_buttons .to_basket:hover{
	background: #c8c8c8;
}
.fixed_product_price{
	padding: 20px;
	text-align: right;
	padding-right: 60px;
	min-width: 325px;
}
.fixed_product_price .price_text{
	font-family: 'Roboto', sans-serif;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
	white-space: nowrap;
}
.fixed_product_price .base_price {
    font-family: 'Roboto', sans-serif;
    color: #ef581f;
    font-size: 24px;
    font-weight: 500;
    position: relative;
	line-height: 24px;
	white-space: nowrap;
}
.fixed_product_price .opt_price {
	margin-right: 5px;
    font-size: 18px;
    color: #1e1e1e;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	white-space: nowrap;
}
.list_new_pag_pages{
	height: 50px;
	display: inline-block;
	width: 570px;
	text-align: center;
}
.list_new_pag_pages>li{
	float: none!important;
	display: inline-block!important;
}
.fixed_product_img{
	width: 75px;
}
@media(max-width: 1879px){
	.fixed_product_name{
		max-width: 540px;
		font-size: 17px;
	}
	.fixed_product_desc{
		max-width: 540px;
	}
}
@media(max-width: 1799px){
	.fixed_product_name{
		max-width: 420px;
		font-size: 16px;
	}
	.fixed_product_desc{
		max-width: 420px;
	}
}
@media(max-width: 1779px){
	.fixed_product_price{
		padding-right: 20px;
	}
	.fixed_product_buttons .buy_one_click{
		width: 160px;
	}
	.fixed_product_buttons .to_basket{
		width: 160px;
	}
	.fixed_product_buttons{
		width: 335px;
	}
}
@media(max-width: 1659px){
	.fixed_product_price{
		min-width: 235px;
	}
}
@media(max-width: 1509px){
	.fixed_product_name {
		max-width: 340px;
	}
}
@media(max-width: 1379px){
	.fixed_product_buttons .buy_one_click{
		width: 140px;
		font-size: 14px;
		line-height: 16px;
	}
	.fixed_product_buttons .to_basket{
		width: 140px;
		font-size: 14px;
		line-height: 16px;
	}
	.fixed_product_title {
		padding-left: 10px;
	}
}
@media(max-width: 1319px){
	.fixed_product_name {
		max-width: 260px;
	}
}
@media(max-width: 1299px){
	.fixed_product_name {
		max-width: 460px;
	}
	.fixed_product_price .price_text{
		font-size: 14px;
	}
	.fixed_product_price .base_price{
		font-size: 20px;
	}
	.fixed_product_row{
		height: 80px;
	}
	.fixed_product_content{
		height: 80px;
		padding-left: 25px;
	}
	.fixed_product_img img{
		max-width: 55px;
		max-height: 55px;
	}
	.fixed_product_img {
		width: 55px;
	}
	.fixed_product_content table{
		height: 80px;
	}
	.fixed_product_price{
		padding: 10px 10px 10px 0;
	}
	.fixed_product_name{
		font-size: 15px;
	}
	.fixed_product_desc{
		font-size: 14px;
	}
	.fixed_product_buttons{
		width: 295px;
	}
}
@media(max-width: 1199px){
	.fixed_product_content{
		padding-left: 40px;
		width: 100%;
	}
	.fixed_product_sidebar{
		display: none;
	}
}
.reg-success{
	margin-top: 30px;
	font-size: 16px;
}
a.reg-success-btn{
	background:#f75a27;outline:none;border:none;padding:0 25px;text-align:center;display:inline-block;color:#fff;text-decoration:none;margin-top: 20px; border-radius:3px;line-height: 48px;
}
.sale_order_full_table td{
	position: relative;
}
 input[type="text"]{
	width: 100%;
}
#order_form_content .form-group label{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.input_quantity{
	width: 60px!important;
	border: none;
	line-height: 28px;
	text-align: right;
	height: 36px;
}
#order_form_content textarea{
	font-size: 14px;
	background: #ececec;
	border: 1px solid #ececec;
	padding: 7px 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	font-weight: 400;
	height: 200px;
}
#order_form_content textarea:focus {
    background: #fff;
}
#LOCATION_ORDER_PROP_11 label,
#LOCATION_ORDER_PROP_19 label{
	line-height: 20px!important;
	
}
.action_textarea_bottom label{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.input_form_quantity{
	width: 60px!important;
	border: none;
	line-height: 28px;
	text-align: right;
	height: 24px;
}
.order-reg-form-aditt-text{
	line-height: 16px;
	display: inline-block;
	margin-top: -30px;
}
.catalog-section-list-select{
	margin-bottom: 15px;
}
.catalog-section-list-select{
	font-size: 15px;
}
.catalog-section-list-select .jq-selectbox__select{
	height: 42px;
	line-height: 42px;
	font-weight: 400;
	border-radius: 1px;
	box-shadow: none;
	background: #fff;
	color: #1e1e1e;
	border: 1px solid #e5e5e5;
	padding: 0 35px 0 10px;
}
.catalog-section-list-select span{
	margin-left: 25px;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
}
.catalog-section-list-select span:first-child{
	margin-left: 0;
}
.catalog-section-list-select #catalog_list_view_count-styler{
	width: 70px !important;
}
.catalog-section-list-select .jq-selectbox__select-text{
	font-size: 15px;
	font-weight: 400;
	line-height: 40px;
}
.catalog-section-list-select .jq-selectbox li{
	border-bottom: none;
	padding: 12px 10px;
	color: #1e1e1e;
	font-weight: normal;
}
.catalog-section-list-select .jq-selectbox__dropdown{
	border-radius: 1px;
	box-shadow: none;
}
.catalog-section-list-select .jq-selectbox li:hover {
    background-color: #F4F4F4;
	color: #1e1e1e;
	font-weight: normal;
}
.catalog-section-list-select .jq-selectbox__trigger-arrow{
	border: none;
	font-family: 'Glyphicons Halflings';
	top: 0;
	right: 25px;
}
.catalog-section-list-select .jq-selectbox__trigger-arrow:before{
	content: "\e259";
}	
.view_type_list,
.view_type_plate{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	background-repeat: no-repeat;
	background-image: url('../images/icon_catalog_view.png');
	background-size: 47px 16px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 2px;
	text-align: center;
	margin-left: 7px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.catalog-section-list-select .dropdown.opened .jq-selectbox__select .jq-selectbox__trigger-arrow{
	border: none;
	top: 0;
right: 25px;
}
.view_type_list.active,
.view_type_plate.active,
.view_type_list:hover,
.view_type_plate:hover{
	background-color: #e5e5e5;
}
.view_type_list{
	background-position: 13px 12px;
}
.view_type_plate{
	background-position: -19px 12px;
}
.catalog-section-list-item-buttons a.disabled {
    opacity: 0.5!important;
    cursor: default!important;
}
.catalog-section-list-item-buttons a.btn-one-click.disabled:hover{
	background: #ef581f!important;
}
.catalog-section-list-item-buttons a.btn-add-cart.disabled:hover{
	background: #d8d8d8!important;
}
.catalog_plate_section_name{
	width: calc(100% - 115px);
}
.view_type_changer_plate{
	margin-right: 8px;
}
.catalog-section-list-filter{
	background: #f4f4f4;
	float: left;
	width: calc(100% - 890px);
	margin-left: 30px
}
.catalog-section-list-filter-name{
	padding: 25px;
	font-size: 22px;
	line-height: 40px;
	border-bottom: 1px solid #e8e8e8;
}
.catalog-section-list-filter-block{
	padding: 10px 25px;
	border-bottom: 1px solid #e8e8e8;
}
.catalog-section-list-filter-name a{
	float: right;
	background: #d8d8d8;
	line-height: 24px;
	color: #434343;
	font-size: 14px;
	padding: 10px 14px;
	border-radius: 2px;
	letter-spacing: -0.3px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.catalog-section-list-filter-name a:hover{
	background: #c8c8c8;
}
.catalog-section-list-filter-name a,
.catalog-section-list-filter-name a:focus,
.catalog-section-list-filter-name a:hover{
	text-decoration: none;
}
.catalog-section-list-filter-block-name{
	font-size: 17px;
	margin-bottom: 5px;
}
.catalog-section-list-filter-block-values a{
	float: left;
	padding: 5px 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #4b4b4b;
	border-radius: 3px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.catalog-section-list-filter-block-values a:hover{
	border: 1px solid #ef581f;
	color: #ef581f;
}
.catalog-section-list-filter-block-values a.active{
	border: 1px solid #ef581f;
	background: #ef581f;
	color: #fff;
}
.catalog-section-list-filter-block-values a.active:before{
	content: '';
	background-position: -368px -4px;
	width: 15px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	background-size: 390px;
	position: relative;
	top: 1px;
}
.catalog-section-list-filter-block-values a.active:hover{
	border: 1px solid #ef581f;
	background: #ef581f;
	color: #fff;
}
.catalog-section-list-filter-block-values a,
.catalog-section-list-filter-block-values a:hover,
.catalog-section-list-filter-block-values a:focus{
	text-decoration: none;
}
.catalog-section-list-filter-block-values:after{
	display: table;
	content: ' ';
	clear: both;
}
#price-slider{
	height: 4px;
	background: #d7d7d7;
	margin: 15px 0;
}
#price-slider .ui-slider-handle{
	background: #ef581f;
	border-radius: 3px;
	width: 12px;
	height: 20px;
	margin-left: -6px;
	top: -8px;
	cursor: pointer;
}
#price-slider .ui-slider-range{
	background: #ef581f;
}
.catalog-section-list-filter-block:last-child{
	border-bottom: none;
}
.catalog-section-price-slider-min{
	width: 90px;
	margin: 0;
	margin-right: 15px;
	display: inline-block;
	float: left;
}
.catalog-section-price-slider-max{
	width: 90px;
	margin: 0;
	margin-left: 15px;
	display: inline-block;
	float: left;
}
.catalog-section-price-slider-min input,
.catalog-section-price-slider-max input{
	width: 90px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	padding: 4px 6px;
	text-align: right;
	color: #4b4b4b;
}
.catalog-section-price-slider-wrapper{
	width: calc(100% - 230px);
	display: inline-block;
	float: left;
}
#price-slider-link{
	display: none!important;
}
.catalog-section-list-filter-block-values a.disabled,
.catalog-section-list-filter-block-values a.disabled:focus
.catalog-section-list-filter-block-values a.disabled:hover{
	color: #898989!important;
	background: #f4f4f4!important;
	border: 1px solid #e5e5e5!important;
	cursor: default;
}
@media(max-width:1799px){
	.catalog-section-list-block{
		width: 760px;
	}
	.catalog-section-list-filter{
		    width: calc(100% - 790px);
	}
	.catalog-section-price-slider-min input, .catalog-section-price-slider-max input{
		width: 70px;
	}
	.catalog-section-price-slider-min ,
	.catalog-section-price-slider-max {
		width: 70px;
	}
	.catalog-section-price-slider-wrapper {
		width: calc(100% - 170px);
	}
	.list_new_pagination li.list_new_pag_first{
		margin-right: 0;
		width: 90px;
	}
	.list_new_pagination li.list_new_pag_first a {
		width: 90px;
	}
	.list_new_pagination li.list_new_pag_last{
		margin-left: 0;
		width: 90px;
	}
	.list_new_pagination li.list_new_pag_last a {
		width: 90px;
	}
	.catalog-section-list-item-price {
		margin-top: 0;
	}
	.catalog-section-list-item-props>div{
		line-height: 18px;
	}
}
@media(max-width: 1529px){
	.detail_page .detail_content {
		width: 77%;
		padding: 0 0 0 20px;
	}
	.catalog-section-list-filter{
		margin-left: 20px;
	}
	.catalog-section-list-filter-block {
		padding: 10px 15px;
	}
	.catalog-section-list-filter{
		width: calc(100% - 780px);
	}
	.catalog-section-list-item-prop-title{
		font-size: 15px;
	}
	.catalog-section-list-item-prop-value{
		font-size: 15px;
	}
}
@media(max-width: 1439px){
	.catalog-section-list-block {
		width: 690px;
	}
	.catalog-section-list-filter{
		    width: calc(100% - 710px);
	}
	.catalog-section-list-item-buttons>a{
		font-size: 14px;
		padding: 11px 0;
	}
	.list_new_pag_pages{
		width: 505px;
	}
	.list_new_pagination li.list_new_pag_active span, .list_new_pagination li a{
		    width: 50px;
	}
	.catalog-section-price-slider-min input, .catalog-section-price-slider-max input{
		width: 60px;
		font-size: 13px;
	}
	.catalog-section-price-slider-min ,
	.catalog-section-price-slider-max {
		width: 60px;
	}
	.catalog-section-price-slider-wrapper {
		width: calc(100% - 150px);
	}
	.catalog-section-list-filter-block-name {
		font-size: 15px;
	}
	.catalog-section-list-filter-block-values a{
		font-size: 13px;
		line-height: 18px;
	}
	.catalog-section-list-filter-block-values a.active:before{
		background-position: -367px -5px;
		width: 15px;
		height: 13px;
	}
}
@media(max-width: 1309px){
	.catalog-section-list-item-data{
		padding: 15px 5px 15px 15px;
	}
	.catalog-section-list-item-buttons{
		padding-left: 0;
	}
	.catalog-section-list-item-buttons>a{
		width: 100%;
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.catalog-section-list-item-prop-title{
		clear: both;
	}
	.catalog-section-list-block {
		width: 550px;
	}
	.catalog-section-list-filter{
		width: calc(100% - 570px);
	}
	.list_new_pag_pages {
		width: 365px;
		height: 30px;
		position: relative;
    top: -10px;
	}
	.list_new_pagination li.list_new_pag_active span, .list_new_pagination li a {
		width: 30px;
		line-height: 30px;
	}
	.list_new_pagination li{
		height: 30px;
	}
	.list_new_pagination li.list_new_pag_first,
	.list_new_pagination li.list_new_pag_last{
		line-height: 30px;
	}
	.catalog-section-list-item-prop-title,
	.catalog-section-list-item-price{
		font-size: 15px;
	}
	.catalog-section-list-item-buttons{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.catalog-section-list-item-data{
		width: 75%;
	}
	.catalog-section-list-item-buttons{
		position: absolute;
		display: block;
		right: 0;
		bottom: 0;
		width: 165px;
	}
	.catalog-section-list-item-buttons .btn-add-cart{
		margin-bottom: 0;
	}
	.catalog-section-list-item{
		position: relative;
		display: block;
		margin-bottom: 0;
	}
	.catalog-section-list-item-img img{
		max-width: 150px;
		height: auto;
	}
}
@media(max-width: 1129px){
	.catalog-section-list-block {
		width: 450px;
	}
	.catalog-section-list-filter{
		width: calc(100% - 470px);
	}
	.catalog-section-list-item-buttons {
		padding-left: 0;
	}
	.catalog-section-list-select:after{
		display: table;
		content: ' ';
		clear: both;
	}
	.catalog-section-list-select span{
		float: left;
		clear: both;
		margin-left: 0;
		line-height: 42px;
		display: inline-block;
		margin-bottom: 15px;
		font-size: 14px;
	}
	#catalog_list_view_sort-styler,
	#catalog_list_view_count-styler{
		float: left;
	}
	.list_new_pag_pages{
		width: 270px;
		height: 30px;
		position: relative;
		top: 0px;
		overflow: hidden;
	}
	.catalog-section-list-item-price b{
		display: block;
	}
	.catalog-section-list-item-img img{
		max-width: 120px;
		height: auto;
	}
}
#continue_shopping.btn-orang{
	margin: 0;
	padding: 16px 24px;
	width: auto;
	max-width: 100%;
	font-size: 16px;
	text-align: center;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#continue_shopping.btn-orang:hover {
    background: #e3541f;
}
.bascket_p{
	margin-top: -20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 25px;
}
.basket-col-name{
	width: 680px;
}
.basket-col-price{
	width: 160px;
}
.basket-col-count{
	width: 260px;
}
.button p.text-basket-total{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-left: 390px;
	margin-right: 0;
	opacity: 0.8;
}
.button p.text-basket-total span{
	font-size: 24px;
	font-weight: 500;
	margin-left: 40px;
	opacity: 1;
}
.basket-col-sum{
	width: 160px;
}
#not_order_msg{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: red;
}
@media(max-width: 1729px){
	.basket-col-name{
		width: auto;
	}
	.button p.text-basket-total{
		margin-left: 0;
		margin-right: 60px;
		text-align: right;
	}

}
@media(max-width: 1319px){	
	#basket_items td,
	#basket_items th{
		font-size: 14px;
	}
	.basket-col-sum,
	.basket-col-price{
		width: 120px;
	}
}
@media(max-width: 1099px){
	#basket_items td,
	#basket_items th{
		padding: 10px;
	}
}
#basket_items tbody tr td,
#basket_items tbody tr td input[type="text"]{
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#basket_items tbody tr:hover td,
#basket_items tbody tr:hover td input[type="text"]{
	background: #fcfcfc;
}
.basketcartcount{
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	display: inline-block;
	line-height: 36px;
	font-size: 14px !important;
}
.basketcartminus,
.basketcartplus{
	display: inline-block;
	width: 25px;
	text-align: center;
	color: #1e1e1e !important;
	font-size: 15px !important;
	position: relative;
	text-decoration: none;
}
.basketcartminus:hover,
.basketcartminus:focus,
.basketcartplus:hover,
.basketcartplus:focus{
	text-decoration: none;
}
.basketcartcount input[type="text"]{
	width: 25px !important;
	text-align: center;
	font-size: 14px !important;
	cursor: default;
	padding: 0;
	margin: 0;
}
.basketcartminus{
	font-size: 20px !important;
	line-height: 15px;
	position: relative;
	top: 1px;
}
.basketupdate{
	background: #d8d8d8 url('../images/basket_reload.png') 12px 10px no-repeat;
	line-height: 38px;
	border-radius: 3px;
	font-size: 14px !important;
	display: block;
	height: 38px;
	float: right;
	color: #6E6E6E!important;
	padding: 0 15px 0 40px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.basketupdate:hover,
.basketupdate:focus{
	text-decoration: none;
}
.basketupdate:hover{
    background-color: #c8c8c8;
	color: #1e1e1e!important;
}
.orderbasketupdate{
	background: #d8d8d8 url('../images/basket_reload.png') 12px 10px no-repeat;
	line-height: 38px;
	border-radius: 3px;
	font-size: 14px !important;
	display: block;
	height: 38px;
	float: right;
	color: #6E6E6E!important;
	padding: 0 15px 0 40px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.orderbasketupdate:hover,
.orderbasketupdate:focus{
	text-decoration: none;
}
.orderbasketupdate:hover{
    background-color: #c8c8c8;
	color: #1e1e1e!important;
}
.order-table-wrap h5{
	font-size: 22px;
}
.order-table-wrap table{
	font-family: 'Roboto', sans-serif;
	border: 1px solid #f4f4f4;
}
.order-table-wrap table thead th{
	background: #f4f4f4;
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 400;
	border: none;
	padding: 15px;
}
.order-table-wrap table tbody td{
	background: #fff!important;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	border: none;
	padding: 20px 15px;
}
.form_registr .action_textarea_bottom label{
	font-size: 22px;
	margin-bottom: 15px;
}
.basket_delete_item{
	font-size: 32px;
	font-weight: 400 !important;
	line-height: 24px;
	cursor: pointer;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	float: right;
}
.basket-col-name a{
	color: #1e1e1e;
	font-weight: 500;
}
.text-order-total{
	margin-left: 0!important;
	margin-right: 295px!important;
}
#order_btn{
	margin-top: 10px;
}
.order_hide_block{
	display: none;
}
.order-fields-block .form-group-start{
	width: calc(33% - 20px);
	max-width: 380px;
	clear: both;
}
.order-fields-block .form-group{
	width: calc(33% - 20px);
	max-width: 380px;
	float: left;
	clear: initial;
	margin-right: 15px;
}
.order_hide_block_show{
	clear: both;
	margin-top: 15px;
}
#order_hide_block_show{
	background: #d8d8d8;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	margin-right: 20px;
	border: none;
	width: calc(33% - 20px);
	max-width: 380px;
	text-align: center;
	display: block;
	color: #1e1e1e;
	font-size: 16px;
	line-height: 48px;
	border-radius: 2px;
	float: left;
}
#order_hide_block_show:hover{
	background: #c8c8c8;
}
.order-fields-block .form-group input.input_form.order_form{
	font-size: 14px;
	width: 100%;
	background: #ececec;
	border: 1px solid #ececec;
	padding: 7px 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	font-weight: 400;
}
.order-fields-block .form-group input.input_form.order_form:focus{
	background: #fff;
}
.rpt_fl label{
	cursor: pointer;
}
@media(max-width: 1490px){
	#order_hide_block_show{
		font-size: 14px;
		min-width: 300px;
	}
	.text-order-total{
		margin-right: 0!important;
	}
}
@media(max-width: 1190px){
	#order_hide_block_show{
		font-size: 13px;
	}
}
@media(max-width: 1024px){
	.username_head{
		font-size: 13px;
	}
}
#addToBasketWindow .addcartprice span.price-rub{
	display:inline-block;
	width: 25px;
	height: 18px;
	background: url('../images/ruble_black.svg') left center / contain no-repeat;
	margin-left: 3px;
	position: relative;
	top: 16px;
}
.order_hide_block .jq-selectbox__dropdown{
	top: 41px;
}
.order_hide_block .jq-selectbox__dropdown>ul{
	height: 300px;
}
.cancel_order_link_email{
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #1e1e1e!important;
	text-decoration: underline;
}
#cancel_order_phone{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #1e1e1e!important;
	text-decoration: none;
}
.catalog-section-list-item-price .price-base .price-rub{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/ruble_orange.svg') center center / contain no-repeat;
	top: 5px;
}
.catalog-section-list-item-price .price-opt .price-rub{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../images/ruble_black.svg') center center / contain no-repeat;
	top: 5px;
}
.catalog-section-list-item-price b{
	font-weight: 400;
}

.search_form_articles {
	float: right;
    margin-top: -20px;
    margin-right: -14px;
}
.search_form_articles form {
	position: relative;
}
.search_text_articles {
	float: left;
    background-image: url('../images/loupe_search.png');
    background-repeat: no-repeat;
    background-position: 5px;
    padding: 5px 0 5px 25px;
    border: 1px solid #D4D4D4;
	width: 390px!important;
	height: 48px;
    
}
.search_btn_articles {
	background: #F75A27;
    color: #FFF;
    border: 0;
    line-height: 48px;
	padding:0 10px;
	font-family: 'Roboto', sans-serif;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.search_btn_articles:hover {
	text-decoration: none;
	background: #e3541f;
}
.el-sect-id{
	font-size: 9px;
	opacity: .5;
	color: #000;
	padding: 5px;
}
/* users bots */
.ub-container {
    width: 550px;
    margin-top: 18px;
}

.ub-block-title {
    color: white; 
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 0;
    background-color: #ADADAD;
}

.ub-small-block-title {
    color: white;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 0;
    background-color: #ADADAD;
}

.ub-block-cont {
    margin: 0px;
    padding: 15px;
    border-top:2px solid white;
    background-color: #E7E7E7;
}

.ub-textarea {
    border: none;
    width: 100%;
    height: 200px;
    resize: vertical;
}

.ub-accept-btn {
    margin-top: 15px;
    float: left;
    width: 48%;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 48px;
    font-family: Roboto, sans-serif;
    background: rgb(247, 90, 39);
    border-radius: 2px;
    transition: all 0.15s ease-out 0s;
}

.ub-deny-btn {
    margin-top: 15px;
    position: relative;
    float: right;
    width: 48%;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    background: rgb(51, 51, 51);
    border-radius: 2px;
    transition: all 0.15s ease-out 0s;
}

.ub-kill-btn {
    margin-top: 15px;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 48px;
    font-family: Roboto, sans-serif;
    background: rgb(247, 90, 39);
    border-radius: 2px;
    transition: all 0.15s ease-out 0s;
}

.ub-kill-btn input[type="submit"],
.ub-deny-btn input[type="button"],
.ub-accept-btn input[type="submit"] {
    width: 100%;
}

.ub-bot-count {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.ub-container hr {
    width: 550px;
}

.ub-checkbox {
    font-weight: 100;
}


.price-block{
	display: flex;
}

.price-block-right{
	display: flex;
	justify-content: flex-start;
	border-left: 1px solid #fff;
}

@media (min-width:1429px){
	.price-block-right{
		flex-direction: column;
		justify-content: center;
	}
	
}

@media (max-width:1429px){
	.price-block{
		flex-direction: column;
	}
	
}


.partner_wrapper{
    display: flex;
    flex-wrap:wrap;
    
}

.restore-pass-auth a {
	font-size: 12px;
}


.alert-price-srv{
    display: flex;
    align-items: center;
}

.alert-price-srv .service_warning_wrapper{
	max-width:85%;
    margin-left:30px;
}

.addcartcountvalue{
	position: relative;
	left:-8px;
}
