@import url("reset.css");
//@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,700,700italic,500italic&subset=latin,cyrillic);

/* @group ÐžÐ±Ñ‰Ð¸Ð¹ ÑÑ‚Ð¸Ð»ÑŒ */
html,
body {
	width: 100%;
	height: 100%;
    font-size: 14px;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
    color: #323232;
    min-width:  320px;
}
.h2 {
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: 300;
}
.h1 {
	    display: block;
    color: #000;
    font-size: 36px;
    font-weight: 300;
    background: white;
    padding: 20px;
}           
a { 
    color:  #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}        
a:hover { 
    color: #ffb000;
}
.container {
    
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.container.post_page {
    background: white;
    padding: 40px;
}

#main {
    padding-bottom: 20px;
	padding-top: 15px;
    BACKGROUND: #2a332a36;
} 
.home #main {
    padding-bottom: 0;
}
.text_block {
	    color: #0a0a0a;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    word-break: break-word;
} 
.table {
	clear: both;
}
table.table td,
table.table th{
	border: 1px solid #ccc;
	padding: 5px;
}      
/* @group Ð’ÐµÑ€Ñ…Ð½ÑÑ ÑÑ‚Ñ€Ð¾ÐºÐ° */
header {
    position: relative;
}          
#top{
	background-color: #323232;
}
#top_wrap {
    float: left;
    /* padding-top: 13px; */
}
#top .icon_wish {
    color: #ff8509;
    width: 20px;
    vertical-align: middle;
}
#top a {
    color: #fff;
}
#account {
    float: left;
    margin: 10px;
    position: relative;
}
#account .username {
    max-width: 130px;
    max-height: 27px;
    overflow: hidden;
    vertical-align: top;
}
.user_reg {
    margin-right: 50px;
}
#account a {
    display: inline-block;
    padding: 7px 0 2px;
    border-bottom: 1px solid #ff8509;
    margin-right: 15px;
}
#account a:hover {
    border-bottom-color: transparent;
    color: #ff8509;
}
#user_icon {
    display: none;
}
.icon {
    position: relative;
    cursor: pointer; 
}
.icon::after {
    content: "";
    display: block;
    position:  absolute;
    background-image: url(../images/sprite.png);
    background-repeat:  no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#user_icon {
    display: none;
    width: 40px;
    height: 100%;
}
#user_icon::after {
    background-position: 0px -63px;
    width: 20px;
    height: 20px; 
}            
#menu{
	float: left;
	margin-top: 5px;
}          
#menu li{
	float: left;
	list-style: none;
	margin-right: 5px;
}
#menu a{
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
#menu .selected a, 
#menu a:hover{
	border-color: #ff8509;
}
#menu_icon {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}
#menu_icon::after {
    background-position: 0px -90px;
    width: 30px;
    height: 25px;  
}
#cart_informer{
    float: right;
}
.cart_info {
    display: block;
    padding: 18px 15px 16px 15px;
    font-size: 18px;
    background-color: #ff8509;
    position: relative;
    color: #fff;
}
#cart_informer a.cart_info:hover {
    color: #323232;
}
.icon_cart {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#cart_informer .icon_cart {
    margin-right: 7px;
}
.cart_info span {
    color: #363636;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}
#cart_informer a.cart_info:hover span {
    border-bottom-color: #323232;
}
#cart_informer .cart_count {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ed1c24;
    top: 13px;
    left: 40px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    color: #fff;
}
#header_container  {
        background: linear-gradient(to top, #ffffff, #323232);
}
.home #header_container {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: none;
    z-index: 1;
}
#header {
    padding: 20px 0 30px;
}
#logo {
    float: left;
}
#top_contacts {
    float: right;
    color:  #fff;
}
.phones_container {
    display: inline-block;
    padding: 5px 0 0 28px;
    position: relative;
}
.phones_container::after {
    content: "";
    display: block;
    position:  absolute;
    width:  23px;
    height: 28px;
    top:13px;
    left: 0;
    background: url(../images/sprite.png) 0px 0px no-repeat;
}
.phone {
    display: block;
    line-height: 40px;
    font-size: 30px
}
.phone span {
    font-weight: bold;
    font-size: 30px;
    color: #ff8509;
}
.call_me a{
    display: inline-block;
    color: #fff;
    border-bottom: 1px dashed #ff8509;
}
.call_me a:hover {
    border-color:  transparent;
}
/*ÐŸÐ¾Ð¸ÑÐº*/
#search {
	position:relative;
    width:515px;
    float: left;
    border:2px solid #fff;
	border-radius:4px;
}
#search .button_search {
    position: absolute;
    right: 0;
    top: 0;
	width:35px;
	height:31px;
    background: url(../images/sprite.png) repeat-x 7px -300px;
    cursor:  pointer;
}
#search .button_search:hover {
	background-position: 7px -331px;
}
#search .input_search {
	font-size: 13px;
	height:31px;
	width: 100%;
    max-width: 100%;
	margin:0;
	padding: 0 40px 0 15px;
	background-color:transparent;
	border: none;
    color: #fff;
}
* ::-webkit-input-placeholder {color: #fff;}
* ::-moz-placeholder          {color: #fff;}
* :-moz-placeholder           {color: #fff;}
* :-ms-input-placeholder      {color: #fff;}
            
/*ÐœÐµÐ½ÑŽ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð°*/
 #nav_container {
    background-color: #ff8509;
}
.home #nav_container {
    background-color: transparent;
    margin-bottom: 30px;
   
}  
#catalog_menu {
    background-color: #ff8509;
    border-radius: 4px;
    position: relative;
    border: 1px solid white;
    /* text-align: center; */
}
#catalog_menu ul {
    list-style: none;
}
#catalog_menu > ul > li {
  float: left;
    
}
#catalog_menu li {
    /* position: relative; */
}
#catalog_menu > ul > li > a {
        padding: 15px 12px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    position: relative;
    border-left: 1px solid #8080801f;
    text-align: right;
}
#catalog_menu .switch {
    display: none;
}
#catalog_menu .submenu li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #ff8509;
    margin-right: 10px;
    vertical-align: middle;
}
#menu_heading {
    display: none;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    position:  relative;
    cursor:  pointer;
}
#menu_heading::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #2b2b2b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active #menu_heading::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#menu_heading span {
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    color: #2b2b2b;
    text-transform: uppercase;
}
/*Ð“Ð»Ð°Ð²Ð½Ñ‹Ð¹ Ð±Ð°Ð½Ð½ÐµÑ€*/
#main_banner {
    position: relative;
    background: linear-gradient(to top, #d2d3d2, #323232);
}
#main_banner::after {
    display: block;
    content: "";
    position: absolute;
    left:  0;
    top: 0;
    width:  100%;
    height: 266px;
    background: url(../images/ban_bg.png) repeat-x;
}
#main_banner .banner_text .container {
    position: relative;
    height: 100%;
}
.banner_text {
    position: absolute;
    top: 225px;
    left: 0;
    bottom: 0;  
    width: 100%;       
}
.banner_details {
    position: absolute;
    left: 15px;
    bottom: 45px;
    font-weight:  500;
    font-size: 18px;
    text-transform: uppercase;
    width: 195px;
    height: 49px;
    background: #ff8509 url(../images/sprite.png) 144px -393px no-repeat;
    border: 2px solid #fff;
    border-radius: 3px;
    text-align: left;
    padding-left: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main_banner a {
    display: block;
}
.banner_details:hover {
    background: #fff url(../images/sprite.png) 144px -393px no-repeat;
    border-color: #181818;
}
.banner_header {
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    margin-bottom: 8px;
}
.banner_text p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    max-width: 480px;
}
#main_banner  .bx-controls {
    position: relative;
    
}
/*#main_banner .bx-pager {
    position: absolute;
    width: auto;    
        right: -75px;
    bottom: 25px;     
}*/
#main_banner .bx-pager a {
    background:  transparent;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 0;
}
#main_banner .bx-pager a:hover,
#main_banner .bx-pager a.active {
    background: #fff;
}
/*ÐšÐ°Ñ‚Ð°Ð»Ð¾Ð³*/
.look a {
    display: inline-block;
    border-bottom: 2px solid #ff8509;
    font-size: 18px;
    color: #000;
    line-height: normal;
}
.block_name {
    display: block;
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
    line-height: normal;
	font-weight: 300;
}
.products .product {
    position: relative;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    background: white;
    margin: 5px;
}
.product .image img {
    max-height:  100%;
}
.product_name {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin-bottom: 5px;
}
.price_container {
    font-size: 18px;
    color: #000;
    overflow: hidden;
    margin-bottom: 10px;
}
.price {
	white-space: nowrap;
}
.cost{
    font-weight: bold;
    font-size:28px;
    color: #282827;
    white-space: nowrap;
}
.compare_price {
    font-size: 18px;  
    white-space: nowrap;
    color: #eb3952;
	margin-right: 10px;	
}
.products .compare_price {
    float: left;
    padding-top: 9px;
}
.old_price  {
    font-size: 18px;
    text-decoration: line-through;
}
.products .compare_price .currency {
	font-size: 16px;
}
.button {
    border-radius: 4px;
    background-color: #ff8509;
    border: 2px solid #ff8509;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:  pointer;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
}
.button:hover {
    border: 2px solid #181818;
    color: #323232;
}
.product button.button {
    height: 55px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.product button.button span {
    letter-spacing: .5px;
    color: #323232;
    vertical-align: middle;
}
.product .icon_cart {
    margin-right: 4px;
}
/*Ð“Ð»Ð°Ð²Ð½Ð°Ñ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ð°*/
#home_bottom {
    padding-top: 30px;
}
#home_body {
    float: left;
    width: 58.5%;
    padding-right:  15px;
    line-height: 24px;
    margin-bottom: 25px;
    word-break: break-word;
}
#home_body a {
    font-weight: bold;
}

span.mail {
    margin-top: 10px;
    display: block;
    color: #ff8509;
    font-size: 22px;
    font-weight: 400;
}
#blog_menu {
    float: right;
    width: 41.5%;
    padding-left: 15px;
    line-height: 18px;
}
#blog_menu li {
    list-style: none;
    margin-bottom: 25px;
}
#blog_menu li a {
    color: #1f1f1f;
    border-bottom: 1px solid #ff8509;
    font-weight: bold;
}
#blog_menu a:hover {
    border-color: transparent;
}
.blog_date span{
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #a4a4a4;
    border-bottom: 1px dotted #a4a4a4;
            }
/* Ñ„ÑƒÑ‚ÐµÑ€ */  
#foot_contacts {
    float: right;
    color: #fff;
    position: relative;
    z-index: 5;
}
#foot_menu {
    position: relative;
    z-index: 5;
}
#foot_menu li {
    display:  inline-block;
    list-style: none;
}
#foot_menu a:hover,
#foot_menu .selected a {
	text-decoration: none;
}
#foot_menu a {
	color:#363636;
    display: block;
    padding: 5px 10px;
    text-decoration: underline;
}
.vk a::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius:  100%;
    background: #fff url(../images/sprite.svg) no-repeat 0px -100px;
    margin-left: 10px;
    vertical-align: middle;
}
.vk  {
	float: right;
	padding-top: 1px;
	margin-right: 170px;
	margin-left: 10px;
}
.vk a {
	text-decoration: underline;
}
.vk a:hover {
    text-decoration: none;
    color: #363636;
}
#copyright {
    float: left;
    line-height: 18px;
    padding-top: 4px;
}
#copyright span {
    display: block;
}
#copyright a {
	color:#363636;
}
#copyright a:hover {
	color:#fff;
}                                                                   
/* @group Ð¡Ð¾Ñ€Ñ‚Ð¸Ñ€Ð¾Ð²ÐºÐ° */
.cat_toolbar {
    overflow: hidden;
    margin: 17px 0;
}
.sort{
    float: right;
}
.sort a {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 34px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #efefef;
    color: #242424;
    margin-left: 12px;
    margin-bottom: 10px;
    text-align: center;
}
.sort a.selected,
.sort a:hover {
    border-color: #ff8509;
    background-color: #ff8509;
}  
/*Ð¤Ð¸Ð»ÑŒÑ‚Ñ€Ñ‹*/  
#filters {
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 15px 0;
    width: 100%;
    border-collapse: separate;
    line-height: 1.5;
}
#filters td {
    padding: 6px 8px;
} 
#filters a {
    border-bottom: 1px dotted;
    white-space: nowrap;
    margin-right: 8px;
}
#filters a.selected {
    color: #ffb000;
    border-color:  #ffb000; 
    
}
/*ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ñ‚Ð¾Ð²Ð°Ñ€Ð°*/
#gallery {
    float: left;
    padding-right: 20px;
    margin-bottom:30px;
}
#product_info {
    width: 710px;
    float: left;
    margin-bottom:30px;
}                                 
#gallery .image {
	background-color:#fff;
    text-align: center;
    padding: 10px;
} 
.images {
    max-height: 105px;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
	text-align: left;
}
.tall .images {
    max-height: 400px;
}
.images a {  
    vertical-align: bottom;
    display: inline-block;
    height: 95px;
    margin-bottom: 10px;
}
.all_photos {
    float: right;
    border-bottom: 1px dotted #ff8509;
    cursor: pointer;
}
.stock { 
    color: #ababab;
    padding: 17px 0;
    line-height: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; 
    overflow: hidden; 
    margin-top: 15px;
    margin-bottom: 35px;
}                  
.stock .available {
    float: right;
    color: #050505;
}
.sklad {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/sprite.png) no-repeat 0 -443px;
}
.no_sklad {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/sprite.png) no-repeat 0 -471px;
}
#single .price_container {
    float: left;
}
#single .cost{
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
    line-height: 54px;
    color: #1e1e1e;  
}
#single .compare_price {
    display: block;
    margin-top: 10px;
}
.btn_count {
    float: right;
    width: 423px;
}
#single .variant {
    margin-bottom: 20px;
}
#single .select_variant {
    float: right;
	width: 285px;
    margin-bottom: 20px;
}
#single button.button {
    width: 285px;
    float: right;
    vertical-align: top;
    color: #fff;
}
#product_amount {
    float: left;
    vertical-align: top;
    width: 118px;
    background-color: #efefef;
    line-height: 52px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align:  center;
    overflow: hidden;
    margin-right: 20px;
}
#product_amount input[type="text"] {
    display: block;
    float: left;
    text-align: center;
    height: 52px;
    width: 54px;
    background-color:  #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-bottom: none;
    border-radius: 4px;
    margin: 0;
    padding: 0;
	font-size: 30px;
	color: #000;
}
#product_amount .plus,
#product_amount .minus  {
    display: block;
    float: left;
    width: 31px;
	font-size: 34px;
	color: #a1a1a1;
	cursor: pointer;
} 
#product_amount .plus:hover,
#product_amount .minus:hover {
    color: #000;
}
#single .select_variant  select {
    width: 100%;
    height: 48px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
} 
#info_left {  
    clear: both;
    width: 405px;
    float: left;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #f3f3f3;
    padding: 8px 20px 20px 20px;
}
.brend {
	height: 40px;
	line-height: 40px;
    margin-bottom: 5px;
} 
.brend span a {
    border-bottom: 1px dotted #323232;
    margin-left:  3px;
}
.brend_img{
	float: right;
} 
.brend img {
	max-height: 100%;
	max-width: 150px;
	vertical-align: middle;
} 
.annotation{ 
    line-height: 22px;
    max-height: 155px;
    margin-bottom: 17px;
    overflow:  hidden;
} 
.social_block > div {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}     
#info_right {
    width: 285px!important;
    float: right!important;
}    
#info_right ul {
    list-style: none;
}
.info_right_content {
    padding: 0 20px 12px 20px;
    overflow: hidden;
    border: 2px dotted #000;
    border-top:  none;
    border-radius: 4px;
    background-color: #fafafa;
    display: none;
}
.info_right_content span {
    display: block;
    padding-left: 45px;
    background: url(../images/sprite.png) no-repeat 4px -623px;
    color: #5f5f5f;
    line-height: 20px;
    margin-top: 18px;
}
.info_right_content a {
    display: block;
    float: right;
    margin-top: 7px;
    border-bottom: 1px dotted #000;
}
.info_right_content a:hover {
    border-color: transparent;
}
#info_right h2.resp-accordion {
    cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	color: #323232;
	height: 55px;
	line-height: 51px;
	text-align:  center;
	border: 2px dotted #000;
	background-color: #fafafa;
	border-radius: 4px;
}
#info_right h2.resp-accordion ~ h2.resp-accordion {
	margin-top: 20px;
}
#info_right h2.resp-tab-active,
#info_right h2.resp-accordion:hover {
    background-color: #323232!important;
    color: #fff;
}
#delivery_title   {
	display: inline-block;
    background: url(../images/sprite.png) no-repeat 0px -519px;
    padding-left: 50px;
    padding-right: 30px;
}
#payment_title {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat 1px -569px;
    padding-right: 20px;
    padding-left: 40px;
}
#info_right .resp-jfit {
    width: 100%;
    margin: 0px;
}
#info_right .resp-tab-content-active {
    display: block;
}
/* Ð¥Ð»ÐµÐ±Ð½Ñ‹Ðµ ÐºÑ€Ð¾ÑˆÐºÐ¸ */
#path{
   display: inline-block;
   margin-bottom: 20px;
}
#path > span {
    display: block;
    float: left;
    font-size:  12px;
    color: #c1c1c1;
    position: relative;
}
#path span a {
    display: block;
    font-size:  12px;
    color: #000000;
    padding: 7px 5px 7px 8px;
}
#path #bread_home {
    padding: 4px 2px 1px 6px;
}
#bread_home span {
    font-size: 0;
    display: inline-block;
}

/* @group ÐŸÐ¾ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ‡Ð½Ð°Ñ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ */
.pagination {
	width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.pagination a {
	display: inline-block;
    width: 38px;
    height: 38px;
    line-height:  36px;
    border-radius: 50%;
	text-align: center;
    color: #242424;
    background-color: #efefef;
    border: 1px solid #ccc;
    margin-right: 17px;
}
.pagination a:hover,
.pagination a.selected {
	background-color: #ff8509;
    border-color: #ff8509;
}
/* Ð¡Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ðµ Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ¾Ð¹ */
.message_error{
	clear: both;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
} 
.register_form  .message_error,
.user_form  .message_error,
.login_form  .message_error {
    width: 100%;
    max-width: 460px;
}          
.cart_form .button {
  padding: 5px 8px;
}                                          
.change_pass {
    display: inline-block;
    margin-bottom:  15px;
    border-bottom: 1px dotted;
}
/* ÐšÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¸ */          
#comment_form .comment_textarea {
    width: 320px;
    max-width: 100%;
    height: 100px;
    margin-bottom: 15px;
}
#comment_form input[type="text"]{
    width: 320px;
    max-width: 100%;
    height: 44px;
    margin-bottom:  15px;
}
#comment_form .captcha {
    display: block;
    margin: 0 0 10px;
}
#comment_form .captcha img {
    margin-bottom: 10px;
}
#comment_form input.input_captcha {
    width: 225px;
    height: 45px;
    margin-bottom: 10px;
    vertical-align: middle;
}
#comment_form .button{
    width: 100%;
    border: 2px solid #ff8509;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    background-color: #ff8509;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px 0;
    margin: 5px auto 0;
    display: block;
}
#comments_container .button {
    display: block;
    width: 343px;
    max-width: 100%;
    padding: 10px 0;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
}
#comments_container .button span {
    display: inline-block;
    padding: 5px 35px 5px 60px;
    text-align: left;
    line-height: 24px;
    background: url(../images/sprite.png) no-repeat 1px -29px;
}           
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_post {
    margin-top: 10px;
}         
/*ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹*/
#contact_info {
	width: 50%;
	float: left;
	padding-right: 15px;
}
#contact_info .h1 {
	margin-bottom: 15px;
}
#contact_form {
	width: 50%;
	float: left;
	padding: 0 0 0 15px;
} 
.contact_group {
    margin-bottom: 20px;
	overflow: hidden;
}
.contact_group i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.contact_group .icon_tel {
    background-position: 0px -128px;
}
.contact_group .icon_mail {
    background-position: 0px -170px;
}
.contact_group .icon_work {
    background-position: 1px -252px;
}
.contact_group .icon_address {
    background-position: 0px -214px;
}
.contact_label {
	display: inline-block;
	vertical-align: top;
    width: 110px;
    line-height: 40px;
}
.contact_data {
    display: inline-block;
    vertical-align: top;
	margin-top: 10px;
}
.contact_data.two_lines {
	margin-top: 3px;
}
.two_lines span {
	display: block;
}
#contact_form .form {
	margin-top: 20px;
}
#contact_form .button {
    padding: 11px 55px;
    font-size: 16px;
} 
#map {
	clear: both;
	width: 100%;
	height: 400px;
	margin: 25px 0;
} 
#contact_body  {
    margin: 15px 0;
}          
/* @group ÐšÐ¾Ñ€Ð·Ð¸Ð½Ð° */
#cart_form {
        margin-bottom: 25px;
    background: white;
    padding: 10px;
    border-radius: 5px;
}           
.marked {
    display: inline-block;
    position: relative;
}
.marked::after {
    display: inline-block;
    content: "*";
    color: #ff8509;
}
.form_subhead {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
ul#deliveries{
	margin-bottom: 10px;
	list-style: none;
    overflow: hidden;
}
ul#deliveries li{
    width: 49.5%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}
ul#deliveries li:nth-child(even) {
    padding-left: 20px;
}
:root ul#deliveries input {
    position: absolute;
    left: -1000em;
}
ul#deliveries label::before {
    content: "";
    display: inline-block;
    width  : 12px;
    height : 12px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    margin : 0 3px 0 0;
    vertical-align: -1px;
    position: relative;
}
ul#deliveries input:checked + label::before{
    box-shadow: inset 0 0 0 2px #fff;
    background-color: #ff8509;
}
#deliveries .description {
    padding: 10px 17px;
}
#deliveries  .h3 {
    font-weight: bold;
}
#purchases{
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-top: 20px;
} 
#purchases td {
    padding: 10px;
    text-align: center;
}
#purchases tr + tr {
    border-top: 1px solid #d6d6d6;
}                            
#purchases .image{
	width: 120px;
    text-align: center;
}
#purchases td.name {
    text-align: left;
}
#purchases .name a{
	font-size: 16px;
    text-decoration: underline;
}
#purchases .name a:hover {
    text-decoration: none;
}
#cart_counter {
    display: inline-block;
    width: 78px;
    background-color: #efefef;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align:  center;
    overflow: hidden;
}
#cart_counter input {
    display: block;
    float: left;
    text-align: center;
    height: 30px;
    width: 28px;
    background-color:  #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-bottom: none;
    padding: 0;
	font-size: 16px;
}
.plus,
.minus  {
    display: block;
    float: left;
    width: 24px;
	font-size: 20px;
	color: #a1a1a1;
	cursor: pointer;
} 
.plus:hover,
.minus:hover {
    color: #323232;
}
#purchases .price{
	white-space: nowrap;
    font-size: 16px;
    line-height: 32px;
}
#purchases .remove {
    padding-top: 5px;
    text-align:  center;
}
#purchases .total th {
    padding: 15px;
    text-align:  right;
    font-weight: bold;
    font-size: 16px;
}
#cart_form .button {
    font-weight: 600;
    font-size: 16px;
    padding: 12px 35px 11px;
    margin-bottom: 10px;
}
.coupon {
	margin: 20px 0;
}
#coupon_link {
    text-decoration: underline;
    cursor: pointer;
} 
#coupon_link:hover {
    text-decoration: none;
}                              
.drop_coupon{
	display: none;
}
.drop_coupon input.coupon_code{
	float: left;
	margin: 4px 7px 5px 0;	
}
.drop_coupon  input[type="button"] {
	outline: none;
    cursor: pointer;
    margin-top: 4px;
    background-color: #efefef;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    padding: 0 10px;
    color: #a1a1a1;
}
.drop_coupon input[type="button"]:hover {
    color: #000; 
}  
.coupon_result {
	margin: 10px 0;
	padding: 10px 20px;
	color: #f00;
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
}
.pay_del {
    margin-bottom: 10px;
} 
.pay_del  > div{
    float: left;
    width: 50%;
} 
/* @group ÐšÐ°Ð±Ð¸Ð½ÐµÑ‚ */
.order_cart {
    margin-bottom: 25px;
}
#orders_history {
	list-style: none;
}
#orders_history li {
	margin-bottom: 10px;
}
.h1.margined {
    margin: 15px 0;
}
/* @group Ð”ÐµÑ‚Ð°Ð»Ð¸ Ð·Ð°ÐºÐ°Ð·Ð° */
form[action="payment/Receipt/callback.php"] label {
    display: block;
    margin: 5px 0 0;
}
table.order_info{
    margin: 20px 0 25px;
	background-color: #fafafa;
}
table.order_info td{
	padding: 10px;
	border: 1px dotted #ccc;
}
.checkout_button{
	padding: 10px 25px;
	background-color: #ff8509;
    border: 2px solid #ff8509;
    border-radius: 4px;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.checkout_button:hover {
    border-color: #181818;
}
/*Ð¤Ð¾Ñ€Ð¼Ñ‹*/
input[type="text"],
input[type="password"] {   
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 33px;
    padding: 0 7px;
    font-size: 14px;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
textarea {   
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 83px;
    padding: 7px;
    margin: 0px; 
    font-size: 14px!important;
    font-weight: 300!important;
	font-family: 'Roboto', sans-serif!important;
} 
.form_group label {
    width: 95px;
    display: inline-block;
    vertical-align: middle;
}
.form_group .textarea_label {
    vertical-align: top;
    margin-top: 10px;
}
.form_group input[type="text"],
.form_group input[type="password"],
.form_group textarea {
    width: 360px;
	max-width: 100%;
}
.form_group {
    margin-bottom: 20px;
}
.captcha {
    display: inline-block;
    vertical-align: bottom;
    margin-right:  5px;
    margin-bottom: 10px;
} 
.captcha_label {
    display: block;
    margin-bottom: 5px;
}
.captcha .input_captcha {
    margin: 0;
    width: 150px;
    height: 44px;
}  
#contact_form .button {
    font-weight: 600;
    font-size: 16px;
    padding: 12px 58px 11px;
    margin-bottom: 10px;
}
.password_remind label {
    display: block;
    margin-bottom: 5px;
}
.password_remind input[type="text"] {
    width: 360px;
    max-width: 100%;
}
.button_submit {
    margin-top: 15px;
}
/*ÐšÐ½Ð¾Ð¿ÐºÐ° Ð²Ð²ÐµÑ€Ñ…*/
.scrollUp {
    width: 42px;
    height: 26px;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9999;  
    display: block;
    margin-bottom: 7px;
    background: url(../images/up-arrow.png) no-repeat left 0px;
    cursor: pointer;
}
.scrollUp:hover {
    background-position: left bottom;
}                        
/*Ð‘Ð»Ð¾Ð³*/   
#blog {
    margin-top: 20px;
}              
#blog li{
        list-style: none;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    overflow: hidden;
}
.blog_headings {
    margin-bottom: 5px;
}
.blog_headings a{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #1f1f1f;
    border-bottom: 1px solid #ff8509;
}
.blog_headings a:hover {
    border-color: transparent;
    color: #1f1f1f;
}
.blog_date {
    margin-bottom: 6px;
}  
.post_page #comments {
    padding: 25px;
    border: 2px solid #ff8509;
    margin: 0 0 30px 0;
} 
#comment_form {
    display: none;
}
#comments_heading {
    margin: 25px 0 0 0;
}
#comments_heading span{
    display: inline-block;
    padding: 12px 35px 12px 60px;
    border-radius: 4px 4px 0 0;
    color: #ff8509;
    font-weight: 500;
    font-size: 16px;
    background: #323232 url(../images/sprite.png) no-repeat 15px -1000px;
}  
.post_page p {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
}              
/*Ð¡ÐµÐ»ÐµÐºÑ‚ Ð² ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐµ Ñ‚Ð¾Ð²Ð°Ñ€Ð°*/
.dropdown .selected::after,
.dropdown.scrollable div::after{
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}
.dropdown,
.dropdown div,
.dropdown .carat {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.dropdown .old,
.products select.dropdown,
#single select.dropdown{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch .old{
	width: 100%;
	height: 100%;
}
.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}
.dropdown{
    cursor: pointer;
    position: relative;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.products div.dropdown {
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    max-width: 225px;
}
.dropdown.open {
    z-index: 2;
}
.dropdown:hover,
.dropdown.focus{
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.dropdown .carat{
	position: absolute;
	top: 50%;
	right: 9px;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/sprite.png) no-repeat 0px -497px;
}
#single .dropdown .carat {
    right: 14px;
}
.dropdown.open .carat{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown .selected,
.dropdown li{
	display: block;
	line-height: 20px;
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
}
#single .dropdown .selected,
#single .dropdown li{
	padding: 16px 10px;
}
.dropdown .selected::after{
    content: '';
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dfdfdf;
    background-color: #efefef;
    border-radius: 0 2px 2px 0;
}
#single .dropdown .selected::after{
    width: 50px;
}
.dropdown div{
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -3px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	opacity: 0;
}
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.dropdown.scrollable.open ul{
    overflow-y: auto;
}
.dropdown li:hover {
    background-color: #fafafa;
}
.dropdown li.active{
    background-color: #efefef;
}
/*Ð’ÐºÐ»Ð°Ð´ÐºÐ¸ Ð² ÐºÐ°Ñ‚Ñ€Ð¾Ñ‡ÐºÐµ Ñ‚Ð¾Ð²Ð°Ñ€Ð°*/
#tabs {
    clear: both;
    background: white;
}
#tabs .resp-tabs-list li {
    display: inline-block;
    padding: 9px 35px;
    margin: 0 1px 0 0;
    list-style: none;
    cursor: pointer;
    background-color: #323232;
    border-radius: 4px 4px 0 0;
    color: #ff8509;
    font-weight: 500;
    font-size: 16px;
}
#tabs li.resp-tab-active {
	background-color: #ff8509;
    color: #323232;
}
#tabs .resp-content-active, 
#tabs .resp-accordion-active {
    display: block;
}
#tabs .resp-tabs-list span,
#tabs h2.resp-accordion span {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 5px;
}
.t_desc {
    padding-left: 35px;
    background: url(../images/sprite.png) no-repeat -2px -646px;
}
.t_comment {
    padding-left: 42px;
    background: url(../images/sprite.png) no-repeat 1px -689px;
}
.t_features {
    padding-left: 34px;
    background: url(../images/sprite.png) no-repeat 0 -729px;
}
#tabs h2.resp-accordion {
    cursor: pointer;
    padding: 10px;
    display: none;
    background-color: #323232;
    color: #ff8509;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 2px solid #ffcc00;
}
#tabs h2.resp-tab-active {
    background-color: #ff8509!important;
    color: #323232;
}
#tabs .resp-tabs-container {
    padding: 0px;
    clear: left;
}
#tabs .resp-tab-content {
    display: none;
    padding: 30px;
    border: 2px solid #ff8509;
    overflow: hidden;
}
#tabs .resp-tab-content p {
    margin-bottom: 15px;
}
#tabs .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #ff8509;
    padding: 0!important;
}
#tabs h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #323232;
}
#tabs .resp-easy-accordion h2.resp-accordion {
    display: block;
}

#tabs .resp-easy-accordion .resp-tab-content {
    border: 2px solid #ff8509;
}

#tabs .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 2px solid #ff8509;/* !important;*/
}
#tabs .resp-jfit {
    width: 100%;
    margin: 0px;
}
#tabs .resp-tab-content-active {
    display: block;
}
#tabs h2.resp-accordion:first-child {
    border-top: 2px solid #ff8509;/* !important;*/
}
.features li {
    list-style: none;
    padding: 8px 5px 8px 5px;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}
.features label {
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 30%;
    float: left;
    font-size: 12px;
    line-height: 18px;
}
.features span {
    float: left;
    display: block;
    width: 70%;
    padding-left: 15px;
    line-height: 18px;
}
#related_products{
    margin: 25px 0;
}
#related_products .h1 {
    margin-bottom: 15px;
}
#related_products ul {
    list-style: none;
}
#call_bottom {
    margin-top: 30px;
    margin-bottom: 20px;
}
#call_bottom .form {
    width: 100%;
    border-radius: 4px;
    background-color: #dededc;
    padding: 20px 25px 25px;
    overflow: hidden; 
}
#call_bottom .call_group {
    float: left;
    padding-right: 15px;
	width: 33.333333%;
}
#call_bottom label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #323232;
    margin-bottom: 15px;
}
#call_bottom input[type="text"] {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    height: 48px;
    padding: 0 7px;
    margin-bottom: 15px;
}
#call_bottom .button {
    display: block;
	float: right;
    vertical-align: bottom;
    width: 28%;
    height: 48px;
    border: 2px solid #ff8509;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    background-color: #ff8509;
    text-align:  center;
    cursor: pointer;
    margin-top: 39px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#call_bottom .button:hover {
    border-color: #181818;
}
#callback_form input[type="text"] {
    width: 220px;
	max-width: 100%;
    margin-bottom: 15px;
}
#callback_form label,
#comment_form label {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #323232;
    margin-bottom: 3px;
}
#callback_form .button{
    border: 2px solid #ff8509;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    background-color: #ff8509;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5px 30px;
    margin: 5px auto 0;
    display: block;
}
#callback_form .button:hover,
#comment_form .button:hover {
    border-color: #181818;
}          
#callback_form,
#comment_form,
#callback_notice {
    background-color: #dededc;
    border: 1px solid #ccc;
    border-radius: 5px;
	padding: 20px;
	overflow: hidden;
}
#callback_notice {
    height: 100px;
}
.form_title{
	display: block;
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.form_title a {
	margin-left: 30px;
    border-bottom: 1px dotted #323232;
}
.form_title a:hover{
	color: #323232;
    border-bottom-color: transparent;
}
#show_password_remind {
	display: block;
	margin-bottom: 10px;
}
#show_password_remind  span {
	color: #323232;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px dotted #323232;
}
#show_password_remind:hover  span {
	color: #323232;
	border-color: transparent;
}
#brand_catalog {
    margin: 20px 0 30px;
} 
#brand_catalog li {
    list-style: none;
    margin-bottom: 15px;
}
/*Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹*/
.page {
   
    background: white;
    padding: 55px;
    border-radius: 4px;
}
.page p {
    margin-bottom: 15px;
}
.remind_pass {
    display: block;
    margin-bottom:  15px;
}
.remind_pass span {
    text-decoration: underline;
    color: #edbe00;
}
.remind_pass:hover span {
    text-decoration: none;
}
.login_form ,
.register_form,
.user_form{
    margin-bottom: 15px;
	margin-top: 15px;
}
.register_form .button {
    padding: 11px 25px;
    margin-bottom: 10px;
}
#tabs iframe,
#tabs #player {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}
#tabs .video {
    position: relative;
    padding-top: 0px;
    padding-bottom: 53.5%;
    height: 0;
    overflow: hidden;
}
#tabs .video iframe,
#tabs .video object,
#tabs .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#baloon #baloonBody {
    width: 187px!important;
}
.callback_title {
    text-align: center;
    font-size:  16px;
    font-weight: 500;
    margin-bottom: 10px;
}            
.hidden,
#single .hidden {
	display: none;
}            

.item {
    background: #f7f7f7;
    text-transform: uppercase;
    overflow: hidden;
    margin: 5px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    float: none;
    border-radius: 6px;
    border: 1px solid #d4c6c6;
    width: 98%;
}

#block_menu {
    overflow: hidden;
}

img.block {
    width: 35%;
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    
}

.item .btn {
    background: #171717;
    width: 155px;
    height: 60px;
    line-height: 60px;
    color: #ff8509;
    text-align: center;
    padding: 0;
    /* border-radius: 0; */
    /* font-family: RobotoBold; */
    font-size: 15px;
    /* position: absolute; */
    /* bottom: 20px; */
    margin-top: 70px;
    border-radius: 10px;
    display: block;
    float: left;
}



div#left-menu {
    display: none;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1500px;
}


a.btn4 {
    background: #ff8509;
    height: 45px;
    line-height: 40px;
    color: #080808;
    text-align: center;
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 4px;
    display: block;
    border: 2px solid white;
    font-weight: 490;
}


span.name {
    font-size: 20px;
    color: #000000;
    display: block;
    font-weight: 500;
   
}

div#contactpage {
    background: white;
    padding: 20px;
    font-size: 18px;
}
