@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

* {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', Tahoma;
}

body {
    /*overflow-x: hidden*/
    background-image: url(/upload/image/bg.jpg);
    background-size: cover;
    background-attachment: fixed   	
}

html {
    /*overflow-x: hidden*/
}

strong {
    font-weight: 900;
}

h1 {
	font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: left;
    display: block;
}

h1 div {
    font-weight: 700;
    color: #0a140c;
    font-size: 23px;
    margin-bottom: 25px;
    display: inline-block;
}

h1 span {
	font-weight: 400;
    color: #7f929a;
    font-size: 13px;
    text-align: left;
    display: inline-block;
    margin-left: 10px;
}

h2 {
    font-weight: 700;
    color: #0a140c;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    padding: 3px 15px 3px 0px;
}

h2.big_text {
    font-size: 35px;  
    margin-top: 5px;  
}

h2.white {
    font-size: 40px;
    color: #FFFFFF;
    margin-left: 64px;
    margin-top: 47px;
    margin-bottom: -150px;
    line-height: 42px;
}

h2.partners {
    font-size: 35px;
    margin-left: 40px;
    margin-top: 47px;
    line-height: 42px;
}

h3 {
    font-weight: 800;
    color: #5f7b89;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: -0.2px;
    text-align: left;
    display: inline-block;
    padding: 3px 15px 3px 1px;
    /* background: #5f7b89; */
}

h4 {
    font-size: 16px;
    margin: 15px 0px 8px 0px;
    font-weight: 600;
    color: #5f7b89;  
}

.clear {
	clear: both;
}

table {
	border-spacing: 0px;
}

table.full_width {
	width: 100%;
}

table.a_center td {
	text-align: center;
}

table.a_left td {
	text-align: left;
}

table.v_top td {
	vertical-align: top;
}

table.v_middle td {
	vertical-align: middle;
}

.content {
	width: 1100px;
	margin: 0px auto;
}

.button {
    border: 2px solid #0fefda;
    color: #0fefda;
    font-size: 28px;
    font-weight: 300;
    width: 600px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 60px auto;
    text-decoration: none;
    transition: all 0.7s;
    background-image: url(../image/button_hover.png);
    background-repeat: no-repeat;
    background-position: -700px 0px;
    overflow: hidden;
    position: relative;
}

.button:hover {
	color: rgba(0,0,0,0.8);
	text-decoration: none;
	transition: all 0.7s;
	opacity: 0.9;
	background-position: 0px 0px;
}

input.input_text {
	width: 265px;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
    font-size: 15px;
    border: 2px solid #dedede;
    transition: All 0.2s;
}

input.input_text:focus {
	outline: none;
    border: 2px solid #69b33e;
}

.alert_error {
    margin: 25px 25px;
    color: #B0B7B8
}

.alert_error2 {
    margin: 50px 0px;
    color: #08120a;
}

.alert_error3 {
    margin: 30px 0px;
    color: #08120a;
}

.red {
    color: #E64848 !important;
}

p.radio {
    margin-bottom: 5px;   
}

p.radio input{
    margin-right: 5px;
    position: relative;
    top: 2px;   
}

/* CONTENT */

.address_td {
    width: 170px;
}

.phone {
    font-size: 20px;
    font-weight: 600;
    color: #0a140c;
    margin-bottom: 5px;
}

.top_menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 35px;
    z-index: 200;
    background: linear-gradient(#2f2f2f, #464646);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    clear: both;
    padding-left: 0px;
}

.sub_menu {
    display: none;
}

.sub_menu.active {
    display: block !important;
}

.city_button {
    float: left;
    height: 45px;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    margin-right: 30px;    
}

.city_button i {
    font-size: 22px;
    color: #43555d;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 2px;       
}

.city_button a {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    border-bottom: 1px dotted;
    height: 30px;
    text-decoration: none;    
}

.top_menu ul {
    float: none;
    list-style: none;
    height: 35px;
    display: block;
    position: relative;
    width: 525px;
    left: 50%;
    margin-left: 135px;
}

.top_menu ul li {
    float: left;
    display: block;
    list-style: none;
    height: 35px;
    line-height: 35px;
    border-left: 1px solid #545454;
}

.top_menu ul li a {
    display: block;
    padding: 0px 30px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.top_menu ul li a:hover {
    background: linear-gradient(#434343, #5d5c5c);;   
}

.top_menu ul li a i {
    color: #a0a0a0;
    font-size: 17px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 1px;
}

.top_menu ul li a span.counter {
    background: #757575;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    top: 0px;
    border-radius: 15px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 0px 8px;
    transition: All 0.2s;   
}

.top_menu ul li a span.counter.active {
    transition: All 0.2s;
    background: #e4312c;
    color: #ffffff;   
}

.top_menu ul li.cart a {
    display: inline-block
}

.top_menu a.line_button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    /*background: linear-gradient(#5c7179, #607D8B);*/
    text-align: center;
    text-decoration: none;
    padding: 0px 15px;
    margin: 0px;
    border-left: 1px solid #545454;
    font-weight: 600;
}

.top_menu a.line_button_order {
    background: linear-gradient(#861d1a, #a92420);
}

.top_menu a.line_button_order:hover {
    background: linear-gradient(#94221f, #c32e29);
}


.left_menu {
    width: 250px;
    background: #FFFFFF;
    z-index: 20;
    position: relative
}

.left_menu ul {
    list-style: none;
    display: block;
    margin-top: 45px;
}

.left_menu ul li {
    list-style: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #981d1a;
    position: relative;
    z-index: 100;
}

.left_menu ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    clear: both;
    padding: 8px 0px 8px 40px;
    background: #a92420;
}

.left_menu ul li a:hover {
    color: #FFFFFF;
    background: #bf2b26;
}

.left_menu ul li a i {
    display: block;
    font-size: 13px;
    margin: 2px 15px 0px 0px;
    float: right;
    font-weight: 900;
}

.left_menu ul li ul {
    display: none;
    position: absolute;
    left: 250px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.09);
    padding: 25px;
    width: 800px;
    z-index: 500;
    margin-top: 0px;
    border-top: 0px;
}

.left_menu ul li:hover > ul {
    display: block;
}

.left_menu ul li ul li {
    margin-top: 0px;
    float: left;
    width: 380px;
    height: auto;
    line-height: normal;
    border: none;
    margin-bottom: 7px;
    padding-right: 15px;
    cursor: pointer;
}

.left_menu ul li ul li a {
    font-size: 14px;
    padding: 2px 0px;
    height: auto;
    line-height: normal;
    background: none;
    color: #0a140c;
    font-weight: 700;
}

.left_menu ul li ul li a:hover {
    background: none;
    text-decoration: underline;
    color: #000000
}

.left_menu ul li ul li a table td:nth-child(1) {
    width: 40px;
    height: 40px;
    vertical-align: top;
}

.left_menu ul li ul li a table td:nth-child(1) img {
    width: 40px;
    height: 40px;
}

.left_menu ul li ul li a table td:nth-child(2){
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: 700;
}

.left_menu ul li ul li a table td i {
    display: inline-block;
    font-size: 14px;
    margin: 2px 0px 0px 5px;
    position: absolute;
    float: none;
    text-decoration: none;
}

.left_menu ul li ul li ul {
    position: relative;
    display: none;
    left: 15px;
    top: 0px;
    width: 200px;
    box-shadow: none;
    margin-top: 0px;
    clear: both;
    padding: 0px;
}

.left_menu ul li ul li ul li {
    margin: 0px;
    float: none;
}

.left_menu ul li ul li ul li:before {
    content: '·';
    display: block;
    position: absolute;
    margin-left: -10px;
    top: 0px;
}

.left_menu ul li ul li ul li a {
    color: #43555d;
    font-weight: 400;
    font-size: 12px;
}

.sub_menu_id5 {
    padding-top: 30px;
}

.menu_image {
    width: 100px;
    height: 80px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.main_menu {
    height: 45px;
    line-height: 45px;
    background: #383838;
    z-index: 2;
    margin-left: 12px;
}

.main_menu ul {
    list-style: none;
    display: block;
    height: 40px;
    line-height: 40px;
}

.main_menu ul:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    border: 9px solid transparent;
    border-right: 3px solid #383838;
    border-bottom: 35px solid #383838;
    margin-left: -12px;
    margin-top: 1px;
}

.main_menu ul li {
    list-style: none;
    display: block;
    float: left;
    border-right: 1px solid #272727;
    height: 45px;
    line-height: 45px;
}

.main_menu ul li a {
    display: block;
    padding: 0px 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    clear: both;
}

.main_menu ul li a:hover, .main_menu ul li a.active, .main_menu ul li a.active:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main_menu ul li a i {
    float: right;
    display: block;
}

.body_content {
    position: relative;
    top: 45px;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    padding-left: 0px;
    width: 1280px;
}

.logo_box {
    padding: 0px 0px;   
}

.logo_box a {
    text-decoration: none   
}

.logo_box table td:nth-last-child(1){
    text-align: right;
    padding-right: 25px;     
}

.logo_box table td {
    padding: 10px 0px;     
}

.logo_box table td:nth-child(1){
    width: 238px;
    height: 93px; 
    padding-left: 25px;  
}

.logo_box table td:nth-child(2){
    text-align: left;
    padding-left: 0px;
    color: #000000;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    width: 250px;
}

.logo_box table td:nth-child(2) p {
    color: #000000;
    font-weight: 900;
    font-size: 25px;
}

.logo_box table td:nth-child(2) p span {
    color: #e4312c;
    font-weight: 900;
    font-size: 25px;
}

.logo_box table td:nth-child(3){
    width: 25%;
    padding-left: 25px;      
}

.logo_box img.logo {
    width: 225px; 
    margin-top: 0px;  
}

.logo_text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5e727a;
    padding: 12px 0px 0px 5px;
    height: 50px;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: -40px;
    z-index: 30;
}

.logo_text p {
    font-weight: 600;
}

.logo_text span {
    color: #e95f12;
    font-weight: 600;
}

.address {
    font-size: 13px;
    color: #292942;
    font-weight: 400;
}

.address p {
    margin: 5px 0px;
    padding: 0px 0px 0px 30px;
}

.address p span {
    font-weight: 600;
}

.address p i {
    display: block;
    width: 25px;
    text-align: center;
    position: absolute;
    margin-left: -23px;
    margin-top: 3px;
}



.main_slider {
    width: 100%;
    height: 360px;
    display: block;
}

.main_slider .slide {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center center;
}

.main_slider .slide[onClick] {
    cursor: pointer;
}


/* TABS */

.ui-tabs {
    padding: 0px;
    border: 0px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0px;
}

.ui-widget.ui-widget-content {
    border: 0px;
}

.ui-widget-header {
    border: 0px;
    border-bottom: 2px solid #888888;
    border-radius: 0px;
    background: none
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 10px 0px;
    background: none;
}

.ui-widget-content {
    background: none;
}

.ui-widget-content.ui-autocomplete {
    background: #ffffff;
    box-shadow: 1px 6px 10px rgba(0,0,0,0.5);
    border-radius: 4px;
}

.ui-widget-content.ui-autocomplete.ui-menu .ui-menu-item {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
}

.ui-widget-content.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
    border: 1px solid #c3c3c3;
    background: #c3c3c3;
}

.tabs_white .ui-widget-content {
    background: #FFFFFF;
    padding: 25px;
    border: 2px solid #888888;
    border-radius: 0px;
    border-top: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 2px solid #888888;
    background: #dcdcdc;
    font-weight: 600;
    color: #4e4e4e;
    font-size: 14px;
    border-radius: 0px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #f3f3f3;
}

.ui-state-hover a {
    color: #000 !important;
}

.tabs_white.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #FFFFFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -2px;
    padding-bottom: 2px;
}

.ui-tabs .ui-tabs-nav li a:focus {
    outline: none
}

.tabs_white * {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.tabs_white strong {
    font-weight: 800;
}

.tabs_white ul {
    margin: 15px 0px 15px 20px;
}

.tabs_white h4 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;   
}

.descr_values td {
    padding: 5px 15px 5px 8px ;   
}

.descr_values tr:nth-child(even) {
    background: #f3f3f3   
}

.item_descr_box {
    float: left;
    margin: 20px 30px 20px 0px;
}

.rating_big {
    display: block !important;
    margin-left: 0px !important;
    font-size: 17px !important;
}

.rating_big i {
    font-size: 17px !important;
}



/* REVIEWS */

.review_box {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED    
}

.review_box table td {
    vertical-align: top;    
}

.review_box table td:nth-child(1) {
    width: 200px;    
}

.review_title {
    font-weight: 700;
    font-size: 16px;
}

.review_date {
    font-weight: 300;
    font-size: 12px;
    color: #7e878a;
    margin: 5px 0px;
}

.review_rate {
    font-weight: 300;
    font-size: 12px;
    color: #7e878a;
    margin: 15px 0px 0px 0px;
    font-style: italic
}


.review_cat {
    font-weight: 700;
    margin: 5px 0px;
}

.review_text {
    margin-bottom: 15px;
}

.rating_medium {
    margin-left: 0px !important;
    margin-top: 0px !important;
}





/* BUTTONS, INPUTS */

a.link_dotted {
    display: inline-block;
    height: 18px;
    line-height: 17px;
    border-bottom: 1px dotted;
    font-size: 12px;
    text-decoration: none;
    margin-right: 0px;
    color: #4c5f67;
    font-weight: 600;
}

input[type="text"] {
    border-radius: 0px;
    padding: 0px 7px; 
    height: 35px;    
}

input[type="text"]:focus {
    outline: none;      
}

input[type="text"].search {
    width: 60%;
    float: left;  
    border: 2px solid #505050; 
    border: 2px solid #505050;
    height: 35px;
    line-height: 35px;
    padding: 0px 8px;  
}

input[type="text"].search:focus {
    border: 2px solid #000000;
}

textarea {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    height: 50px;
    line-height: 20px;
    box-shadow: inset -1px -3px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 8px;      
}

textarea:focus {
    outline: none;
    border: 1px solid #59707a;      
}

.example {
    position: absolute;
    font-size: 10px;
    font-style: italic;
    color: #404142;
    margin-top: 42px;
    margin-left: 1px;
}

button.search {
    width: 40px;
    min-width: 40px;
    height: 39px;
    line-height: 39px;
    color: #FFFFFF;
    background: #505050;
    text-align: center;
    font-weight: 600;
    float: left;
    border: 0px;
    margin-left: -4px;
    border-radius: 0px;
    box-shadow: -2px 0px 3px rgba(0,0,0,0.2);
    transition: All 0.2s;     
}

button.search:hover {
    background: #000000;     
}

.button_border {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    width: 170px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #0a140c;
    color: #0a140c;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 7px;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px;
}

.button_border span {
    transition: All 0.3s;
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.button_border:before {
    display: block;
    content: '';
    width: 0px;
    height: 30px;
    line-height: 30px;
    background: #0a140c;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: All 0.4s;
    z-index: 1;
}

.button_border:hover span {
    color: #FFFFFF;
}

.button_border:hover:before {
    width: 100%;
}

.button_border_height {
    height: 40px;
    line-height: 40px;
}

.button_border_height:before {
    height: 40px;
}

.button_border i {
    display: inline-block;
    margin-left: 5px;  
}

.button_border_white {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;   
}

.button_border_white:before {
    background: #FFFFFF;   
}

.button_border_white:hover span {
    color: #292942;
}

#order_dynamic_form input[type="text"] {
    width: 250px;
}

#order_dynamic_form table td {
    padding: 5px 20px 5px 0px;
}

#service_dynamic_form input[type="text"] {
    width: 250px;
}

#service_dynamic_form table td {
    padding: 5px 20px 5px 0px;
}

#service_dynamic_form button {
    width: 400px;
}








.main_text_content {
    position: relative;
}


.text_content {
    border-radius: 0px;
    line-height: normal;
    font-weight: 400;
    color: #1f2223;
    font-size: 13px;
}

.text_content2 {
    border-radius: 0px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.09);
    background: #FFFFFF;
    padding: 40px;
    line-height: normal;
    font-weight: 400;
    color: #1f2223;
    font-size: 13px;
}

.text_content h2 {
    display: block;
    font-size: 20px;
}

.text_content ul, .text_content ol {
    padding: 20px 30px;
    font-weight: 400;
}

.text_content ul a, .text_content ol a {
    font-weight: 400;
}

.text_content ul li, .text_content ol li {
    margin-bottom: 15px;
    font-weight: 400;
}

.text_content i.iexample {
    color: #9cb3bd;
    margin: 0px 5px;
}

.send_button {
    border: none;
    display: inline-block;
    text-align: center;
    padding: 0px 15px;
    background: #505050;
    color: #FFFFFF;
    font-size: 15px !important;
    font-weight: 500;
    height: 35px;
    border-radius: 0px;
    line-height: 35px;
    transition: All 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.send_button:hover {
    background: #000000;
}

.send_button.one_click, .send_button.from_order {
    margin-top: 10px;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0px 14px 0px 15px;   
}

.send_button i {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    top: -1px;
}

.send_button:disabled, .send_button:disabled:hover {
    cursor: default !important;
    background: #687374 !important;
    color: #B1B1B1 !important
}

.send_button.green {
    background: #e4312c;
    margin-left: 15px;
}

.send_button.green:hover {
    background: #fd3d38;
}


.user_form {
    font-size: 11px;
    color: #5d727a;
}

.user_form p {
    font-size: 17px;
    color: #000000;
}

.user_form div {
    margin-bottom: 12px;
}

.user_form input, .user_form textarea {
    display: block;
    margin-bottom: 3px;
    width: 280px;
}

#rating_review {
    margin-top: 12px;
}

#call_dynamic_form {
    padding: 25px;
}

#call_dynamic_form input {
    width: 250px;
    display: block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    margin-left: 60px;
}

#call_dynamic_form .send_button {
    margin-left: 61px;
    width: 266px;
    height: 40px;
    line-height: 40px;
}

.conf_text {
    font-size: 11px;
    line-height: 13px;
    padding: 15px 62px 0px 62px;
    letter-spacing: -0.2px;
}

.conf_text a {
    color: #5d727a
}




/* SLIDERS */

.slider_box {
    position: relative;
}

.brands_slider_box {
    height: 85px;
    margin-top: -23px;
}

.dynamic_width_slider {
    width: 1000px;   
}

#brands_slider {
    height: 85px;   
}

#brands_slider .slick-track {
    height: 85px;   
}

.brands_slider_box #brands_slider div.line_slide {
    background: #FFFFFF;
    display: block;
    margin: 10px;
    height: 50px;
    padding: 5px;
    clear: none !important;
    float: left;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.09);
}

.after_slide_link {
    float: right;
    margin-top: -14px;
    font-size: 14px;
    color: #5c7179;
    text-decoration: underline;
    position: relative;
    z-index: 10;
    
}

.items_slider_box {
    height: 320px;   
}

.item_slide {
    height: 320px;
    width: 220px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.09);
    clear: none !important;
    float: left;
    margin: 10px 20px 10px 0px;
    display: block;
    transition: All 0.2s;
    color: #000000;
    position: relative;
}

.item_slide:nth-child(4n) {
    margin-right: 0px;
}

.item_slide:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.39); 
}

.item_slide a {
    text-decoration: none; 
    color: #000000;
}

.item_slide .item_image {
    height: 150px;
    width: 220px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center; 
    background-size: cover;
    background-position: center center;
}

.item_slide .item_image img {
    max-height: 150px;
    max-width: 220px;
    margin: 0px auto;
    opacity: 0; 
}

.item_slide .item_name {
    height: 75px;
    padding: 5px 15px;
    font-size: 13px;
    color: #09140c;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
    overflow: hidden; 
}

.item_slide .item_price {
    height: 75px;
    background: #f1f1f1;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 400;
}

.old_price {
    font-size: 18px;
    color: #8a0400;
    margin-bottom: -3px;
}

.old_price i {
    font-size: 16px;
    font-weight: 300;
}

.item_slide .item_price p {
    font-weight: 400;
    margin-top: 5px;
    color: #000000;
}

.item_slide .item_price p.sum {
    position: relative;
    margin-top: -26px;
    padding-left: 40px;
    height: 24px;
}

.item_slide .item_price p.no_sum {
    font-size: 10px;
    position: relative;
    display: inline-block;
    margin-left: 55px;
    margin-top: -24px;
    margin-bottom: 20px;
    padding: 0px 5px;
    border-radius: 5px;
    color: #5c7179;
    background: #dce8ec;
}

.item_slide .item_price p.sum span {
    font-size: 17px;
    font-weight: 700;
}

.item_slide .item_price p.sum del {
    font-size: 11px;
    font-weight: 400;
    display: block;
    margin-bottom: -19px;
    top: -8px;
    position: relative;
}

.item_slide button.cart, .red_button {
    text-align: center;
    height: 33px;
    line-height: 33px;
    width: 100px;
    display: block;
    float: left;
    margin: 0px;
    margin-top: 8px;
    background: #e4312c;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border: 0px;
    border-radius: 0px;
    cursor: pointer;
    transition: All 0.2s;
}

.item_slide button.cart:hover, .red_button:hover {
    background: #ff3833;
}

.red_button {
    font-size: 15px;
    text-decoration: none;
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-left: 42px;
}

.item_slide button.cart i {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 15px;
}

.item_slide button.favourite, .item_slide button.compare {
    text-align: center;
    float: right;
    height: 28px;
    line-height: 29px;
    width: 27px;
    display: block;
    background: none;
    color: #cccccc;
    font-size: 18px;
    font-weight: 900;
    border: none;
    margin-top: 10px;
    border-radius: 3px;
    margin-left: 0px;
    transition: all 0.2s;
    cursor: pointer;
}

.item_slide button.favourite:hover, .item_slide button.compare:hover {
    background: none;
    color: #969696;   
}

.items_dots.dot_box {
    position: relative;
    margin-top: 40px;
}

#items_slider .slide_left, #items_slider .slide_right {
    top: 46%;
}

.item_slide.item_compare {
    height: auto;
    float: left;
    display: block;
}

.field_value {
    display: block;
    padding: 5px 10px;
    height: 50px;
    line-height: 15px;
    font-size: 13px;
    color: #7a858a;
    border-bottom: 1px dashed #d2d2d2;
}

.field_value:nth-child(odd) {
    background: #f7f7f7;
}

.field_value:nth-last-child(1) {
    border-bottom: none;
}

.field_value_item {
    color: #000000;
    font-weight: 600;
}




.inner_content {
    padding: 30px 39px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.news_feed_item_date {
    color: #a7a7a7;
    font-weight: 400;
    display: inline-block;
    font-size: 12px;
}

.news_feed_descr {
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
}

.news_feed_descr a {
    font-size: 15px;
    font-weight: 400;
}

.news_feed_descr ul, .news_feed_descr ol {
    margin: 10px 20px;
}

#news_slider .news_slide_box {
	clear: none !important
}

.news_slide_box {
    display: block;
    width: 180px;
    height: 230px;
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
    margin: 0px 10px;
}

.news_slide_box .image_box {
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.news_slide_box .image_box img {
    width: 180px;
}

.news_slide_box a {
    font-weight: 900;
    display: block;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0px;
    color: #303152;
    line-height: 22px;
}

.news_slide_box a:hover {
    color: #525382;
}

.slick-track {
	height: 280px
}

.slide_left {
    position: absolute;
    left: -27px;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.6;
    top: 30%;
    color: #607b89;
}

.slide_right {
    position: absolute;
    right: -27px;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.6;
    top: 30%;
    color: #607b89;
}

.slide_left:hover, .slide_right:hover {
    opacity: 1;
}

.slick-dots {
    bottom: -3px;
    text-align: left;
    left: -4px;
}

.slick-dots li button:before {
    content: '';
}

.dot_box {
    position: relative;
    margin-top: 15px;    
}

.dot_box li {
    background: #9cb3bd;
    width: 7px;
    height: 7px;
    border-radius: 30%;
    margin-right: 14px;   
}

.dot_box li.slick-active {
    background: #f27047;    
}


/* NEWS */

.new_box {
    display: block;
    margin-bottom: 25px;
}

.new_box table {
    width: 100%;
}

.new_box table td {
    vertical-align: top;
}

.new_box table td:nth-child(1){
    width: 155px;
}

.news_image {
    width: 140px;
    height: auto;
    margin-right: 15px;
}

.news_image img {
    width: 140px;
}

.news_title {
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline;
    color: #5c7179;
}

.news_descr {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-top: 7px;
}

.news_date {
    font-size: 12px;
    color: #9cb3bd;
    margin-bottom: 3px;
}

.icon_orange {
    width: 100px;
    height: 105px;
    background: #f37148;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 15px auto;
}

.icon_orange img {
    display: block;
    position: relative;
    width: 70px;
    margin: 0px auto;
    top: 18px;
}

.icon_orange_text {
    margin-top: 15px;
    font-size: 12px;
    padding: 0px 30px;
    line-height: normal;
    font-weight: 400;
    color: #4b5358;
}


.left_banner {
    border: 1px solid #e1e1e1;
    display: block;
    width: 220px;
    margin: 10px auto;
    margin-top: 20px;
    height: 298px;
}

.left_banner img {
    width: 220px;
}

.left_content {
    padding: 20px;   
}

.left_banner .item_slide {
    height: auto;
    width: 230px;
    background: #FFFFFF;
    border: 0px;
    box-shadow: 0px;
    clear: none !important;
    float: none;
    margin: 0px;
    display: block;
    transition: All 0.3s;
    color: #000000;
    position: relative;
}

.left_banner .item_slide:hover {
    border: 0px;
    box-shadow: 0px;

}

.left_banner .item_slide .item_price {
    padding: 10px 15px 5px 15px;
}

.left_banner .item_slide img {
    width: auto;
}

.left_banner .item_slide .sum del {
    display: none !important;
}

.left_banner .item_slide p.sum {
    height: 30px;
}


.vendors p {
    float: left;
    width: 50%;
}

.vendors a {
    font-size: 11px;
    font-weight: 400;
    color: #5c7179
}

.social {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    color: #5c7179
}

.deadline_box {
    position: absolute;
    z-index: 10;
    background: #505050;
    width: 310px;
    height: 360px;
    margin-top: -360px;
    left: 50%;
    margin-left: 330px;
    color: #FFFFFF;
    text-align: center
}

.deadline_box p.size1 {
    font-size: 14px;
    color: #FFFFFF;
    margin: 10px 10px;
    text-align: center
}

.deadline_box p.size2 {
    font-size: 17px;
    color: #FFFFFF;
    margin: 5px 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}

.deadline_box p.size3 {
    font-size: 22px;
    color: #FFFFFF;
    margin: 3px 20px;
    text-align: center;
    font-weight: 600;
}

.deadline_box .image {
    width: 140px;
    height: 100px;
    display: block;
    margin: 10px auto;
    border-radius: 0%;
    background-size: cover;
    background-position:  center center;
}

/* SHOP PAGE */

.top_nav {
    margin-bottom: 15px;
    color: #505050
}

.top_nav a {
    font-weight: 400;
    font-size: 13px;
    color: #505050
}

.top_nav i {
    display: inline-block;
    margin: 0px 5px;
}

.item_image_sub {
    display: block;
    width: 74px;
    height: 66px;
    margin: 0px 0px 5px 0px;
    border: 2px solid #FFFFFF;
    padding: 2px;
}

.item_image_sub_conteiner {
    display: block;
    width: 74px;
    height: 66px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.item_image_sub img {
    width: 74px;
    opacity: 0;
}

.item_image_sub.active, .item_image_sub.active:hover {
    border: 2px solid #e4312c;
}

.shop_item_img {
    width: 450px;
    border: 1px solid #EDEDED;
    height: auto;
    text-align: center;
    margin-right: 10px;
}

.shop_item_img img {
    max-width: 450px;
    width: 450px;
}


.item_max_price {
    font-weight: 400;
    font-size: 15px;
    color: #000000;   
}

.item_max_price span {
    font-weight: 700; 
    font-size: 25px;
    color: #000000;  
}

.item_max_price span i {
    font-weight: 400; 
    font-size: 23px;
    color: #000000;  
}

.rating {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
}

.rating i {
    font-size: 17px;
    color: #e4312c
}

.rating a {
    color: #505050;
    display: inline-block;
    border-bottom: 1px dotted;
    text-decoration: none;
    position: relative;
    top: -2px;
}

button:focus {
    outline: none;
}

button.cart.item_max {
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 180px;
    display: block;
    margin: 0px;
    margin-top: 15px;
    background: #e4312c;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    border-radius: 0px;
    cursor: pointer;
    transition: All 0.2s;
}

button.cart.item_max:hover {
    background: #ff4540;
}

button.cart.item_max i {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

button.favourite.item_max, button.compare.item_max {
    text-align: center;
    height: 35px;
    line-height: 31px;
    width: 150px;
    display: block;
    background: none;
    color: #505050;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #505050;
    margin-top: 10px;
    border-radius: 0px;
    transition: all 0.2s;
    cursor: pointer;
}

button.favourite.item_max i , button.compare.item_max i {
    display: inline-block;
    margin-left: -10px;
    margin-right: 5px;
    width: 20px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

button.favourite.item_max:hover, button.compare.item_max:hover {
    background: #505050;
    color: #FFFFFF;
    border: 2px solid #505050;
}

button.cart.in_active, button.cart.in_active:hover,
button.favourite.in_active, button.favourite.in_active:hover,
button.compare.in_active, button.compare.in_active:hover {
    background: none;
    color: #e4312c;
}

.prop {
    margin: 5px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #5c7179
}

.prop i {
    font-size: 17px;
    font-weight: 400;
    color: #f37148;
    position: relative;
    margin-right: 3px;
    top: 1px;
}

.prop span {
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    border-bottom: 1px dotted;
    cursor: pointer
}

.top_nav_box {
    display: block;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page_box {
    display: block;
    float: left;
    text-align: left;
    margin-left: 10px;
}

.page_box a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 17px;
    background: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    border: 1px solid #909090;
    transition: All 0.2s;
    text-decoration: none;
    margin-left: 4px;
}

.page_box a.active {
    background: #a92420;
    border: 1px solid #a92420;
    color: #FFFFFF;
}

.page_box a i {
    position: relative;
    top: 6px;
}

.sort_box {
    display: block;
    float: left;
    text-align: left; 
    margin-left: 0px;
    margin-right: 15px;
    font-size: 12px;
    color: #505050;
    font-weight: 500;  
}

.sort_box select {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    border: 1px solid #505050;
    transition: All 0.2s;
    text-decoration: none;
    margin-left: 4px;
    padding: 0px 4px; 
    font-weight: 500;
}

.sort_box select:focus {
    outline: none;
}

.clear_filter {
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    margin-left: 12px;
    color: #777d80;
}

.clear_filter:hover {
    text-decoration: underline;
}

.filter_cat {
    font-size: 13px;
    font-weight: 600;
    color: #505050;
    margin: 0px 0px 5px 0px;
}

.filter_box {
    padding: 10px 30px;
    border-right: 1px solid #EDEDED;
    float: left;
    min-width: 130px;
}

.filter_box.price_box {
    min-width: 250px;
}

.filter_box label {
    font-weight: 600;
}

.filter_cat input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.filter_cat a span {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px dotted;
    color: #43555d
}

.filter_cat span {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #43555d
}

.filter_cat a i {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-right: 8px;
    top: -1px;
    font-size: 11px;
    font-weight: 700;
    border-bottom: none;
    color: #43555d
}

.filter_val {
    float: left;
    width: 84px;
    font-size: 11px;
    font-weight: 400;
    overflow: hidden;
}

.filter_val:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 17px;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    margin-top: -17px;
    margin-left: 64px;
    z-index: 10;
}

.filter_val span {
    display: block;
    width: 400px;
}

.filter_val_max {
    float: none;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.filter_val input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 0px;
}

.filter_box ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0px;
}

.filter_box ul li {
    list-style: none;
    display: block;
    line-height: normal;
    padding: 3px 0px;
    border-bottom: 1px solid #EDEDED;
    margin: 0px;
}

.filter_box ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #5c7179;
    line-height: normal;
    line-height: 15px;
    text-decoration: none;
}

.filter_box ul li a:hover {
    text-decoration: underline;
}

.inline_cat ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0px;
}

.inline_cat ul li {
    list-style: none;
    display: inline-block;
    line-height: normal;
    padding: 8px 15px;
    background: #FFFFFF;
    margin: 0px 10px 10px 0px;
}

.inline_cat ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #5c7179;
    line-height: normal;
    line-height: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.inline_cat ul li a .image {
    display: block;
    margin: 5px auto;
    width: 90px;
    height: 70px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.inline_cat ul li a:hover {
    text-decoration: underline;
}

.stickers {
    position: absolute;
    left: -5px;
    top: 10px;
    z-index: 5;
}

.sticker {
    position: relative;
    margin-bottom: 1px;
    display: block;
    height: 17px;
    line-height: 17px;
    color: #FFFFFF;
    background: green;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 6px;
}

.sticker.red {
    background: #f13325;
    color: #FFFFFF !important;
}

.sticker.orange {
    background: #fbbe63;
}

.sticker.green {
    background: #65bf69;
}


/****** Range Slider ******/
.irs {
  position: relative;
  display: block;
  height: 40px;
  outline: none;
}

.irs *{
  outline: none !important;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 6px;
    top: 28px;
    background: #c5c5c5;
    border-radius: 0px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
  height: 8px;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 10%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
	height: 3px;
    top: 28px;
    background: #f16f46;
}
.irs-slider {
    position: absolute;
    display: block;
    left: 0px;
    border: 5px solid transparent;
    border-right: 5px solid #000000;
    border-bottom: 5px solid #000000;
    top: 28px;
    margin-left: -10px;
    box-shadow: none;
    cursor: pointer;  
}

.irs-slider.to {
    position: absolute;
    display: block;
    left: 0px;
    border: 5px solid transparent;
    border-left: 5px solid #000000;
    border-bottom: 5px solid #000000;
    top: 28px;
    margin-left: 10px;
    box-shadow: none;
    cursor: pointer;   
}


.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  right: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 1.333;
  top: 4px;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #595959;
  font-size: 13px;
  line-height: 1.333;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid {
  height: 60px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #b3b3b3;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #808080;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: #000;
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.category-sidebar-white .irs-from,
.category-sidebar-white .irs-to,
.category-sidebar-white .irs-single {
  color: #595959;
}
.category-sidebar-white .irs-min,
.category-sidebar-white .irs-max {
  color: #8b8b8b;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    height: 6px;
    margin-top: -12px;
    margin-left: -7px;
    padding-right: 13px;
    background: #e4312c;
}
.irs-bar-edge {
    position: absolute; display: block;
    top: 0; left: 0;
}
/****** End of Range Slider ******/

.shop_order_table {
	width: 100%;
	border-spacing: 0px;
    font-weight: 500;
}

.shop_order_table tr:nth-child(odd) {
	background: rgba(187, 187, 187, 0.07);
}

.shop_order_table td {
	padding: 7px 3px;
}

.shop_order_table td .shop_item_img img {
	max-width: 100px;
	max-height: 220px;
}

.shop_order_table tr td:nth-child(1) {
	width: 100px;
	text-align: center;
}

.shop_order_table tr td:nth-child(2) {
	text-align: left;
}

.shop_order_table tr td:nth-child(3) {
	width: 150px;
	text-align: left;
}

.shop_order_table tr td:nth-child(4) {
	text-align: left;
	width: 90px;
}

.shop_order_table tr td:nth-child(5) {
	text-align: left;
    width: 120px;
}

.shop_order_table tr:nth-child(1) {
    background: rgba(169, 169, 169, 0.43);
}

.shop_order_table tr:nth-child(1) td {
	font-weight: bold;
	padding: 8px 3px;
	font-size: 12px;
}

.shop_order_table tr:nth-child(1) td:nth-child(3) {
	text-align: left;
}

.count_item_left, .count_item_right, .count_item_box, .order_item_removed, .order_item_refresh {
	display: block;
    border-radius: 0px;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    background-color: none;
    font-weight: 600;
    border: 2px solid;
    background-image: url(../image/count_minus.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

.count_item_left, .count_item_right, .order_item_removed {
	opacity: 0.8
}

.count_item_left:hover, .count_item_right:hover, .order_item_removed:hover {
	opacity: 1
}

.count_item_right, .count_item_left {
	border-radius: 50%;
    width: 22px;
    line-height: 22px;
    height: 22px;
    background-size: 45%;
    background-color: #FFFFFF;
    border: 1px solid #CCB8B5;
    margin-top: 1px;
}

.count_item_right {
	background-image: url(../image/count_plus.png);
}

.count_item_box {
	background-image: none;
	opacity: 1;
    background: none;
    color: #494949;
    font-size: 14px;
    width: 30px;
    cursor: default;
    border: 0px;
}

.order_item_removed {
    background-image: none;
    color: #505050;
    font-size: 13px;
    width: 100px;
    float: right;
    margin-top: 1px;
}

.order_item_refresh {
	background-image: none;
	background-color: #399B4D;
	color: #FFF;
	font-size: 14px;
    width: 120px;
    float: none;
    display: inline-block;
}

.order_item_refresh:hover {
	background-image: none;
	background-color: #2E8840;
	color: #FFF;
	text-decoration: none;
}

.order_item_refresh_noactive, .order_item_refresh_noactive:hover {
	background-color: #CECFCD;
	cursor: default;
}

.item_price_min {
	font-size: 16px;
}

#result_order {
	display: inline-block;
    padding-top: 5px;
    margin-right: 15px;
}

.order_sub_line_sum {
    margin-top: 30px;
    border-top: 5px solid rgb(202, 202, 202);;
    padding: 15px;
    text-align: center;
    display: block;
    float: none;
    width: 80%;
    font-weight: 600;
    text-align: left;
    padding: 20px 35px;
}

#result_order, #result_order * {
    font-weight: 300;
    font-size: 14px;
}

#result_order #all_items, #result_order #all_sum {
    font-size: 18px;
    font-weight: 600;
}

.order_button {
	display: inline-block;
	text-decoration: none;
	margin-top: 8px;
	padding: 7px 10px;
	background: #3ABA44;
	color: #FFF;
	font-size: 14px;
	transition: All 0.2s;
	border: 0px;
}

.order_button:hover {
	text-decoration: none;
	background: #33A43C;
	color: #FFF;
	font-size: 14px;
}

.cart_title {
    font-weight: 600;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    line-height: normal;    
}

.full_item_article {
    font-size: 11px;
    
}





#thumbs_box {
    height: 397px; 
    overflow: hidden;    
}

#thumbs_inner {
    height: auto; 
    display: block;
    position: relative
}

.nav_top, .nav_bottom {
    text-align: left;
    height: 15px;
    display: block;
    font-size: 25px;
    padding: 10px 0px 10px 33px;
    color: #505050;
    width: 47px;
}

.nav_top {
    margin-top: -25px;
}

.nav_top:hover, .nav_bottom:hover, .nav_top:active, .nav_bottom:active {
    color: #000000
}

.placemark {
    position: absolute;
    text-align: center;
    width: 100px;
    left: 50px;
    top: -10px;
    transition: All 0.3s;
    opacity: 0;
}

.placemark.visible {
    top: 0px;
    opacity: 1;   
}

.placemark i {
    font-size: 22px;
    margin-top: 5px;
    color: #adaee6;
}

.placemark p {
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.8)   
}

.placemark.pm_tumen {
    margin-left: 125px;
    margin-top: 313px
}
.placemark.pm_krasnodar {
    margin-left: -73px;
    margin-top: 346px;
}
.placemark.pm_sp {
    margin-left: -25px;
    margin-top: 205px;
}
.placemark.pm_moscow {
    margin-left: -20px;
    margin-top: 259px;
}
.placemark.pm_samara {
    margin-left: 31px;
    margin-top: 312px;
}
.placemark.pm_kazan {
    margin-left: 39px;
    margin-top: 298px;
}
.placemark.pm_perm {
    margin-left: 78px;
    margin-top: 285px;
    z-index: 2;
}
.placemark.pm_ekb {
    margin-left: 102px;
    margin-top: 300px;
    z-index: 3;
}
.placemark.pm_vla {
    margin-left: 527px;
    margin-top: 347px;
}
.placemark.pm_haba {
    margin-left: 515px;
    margin-top: 295px;
}
.placemark.pm_ufa {
    margin-left: 63px;
    margin-top: 310px;
}
.placemark.pm_krym {
    margin-left: -97px;
    margin-top: 336px;
}
.placemark.pm_yamal {
    margin-left: 169px;
    margin-top: 179px;
}
.placemark.pm_saratov {
    margin-left: -1px;
    margin-top: 322px;
}

.geo_content {
    background: #3e3f69;
    padding: 1px 0px;
    float: left;
    width: 70%;
    min-width: 720px;
}

.geo_box {
    display: block; 
    margin: 50px auto; 
    width: 702px; 
    height: 438px; 
    background:url(../image/russia.png);
    position: relative;
    margin-bottom: 30px;
}

.partners_content {
    float: left;
    width: 30%;
}

.images_partners {
    padding-left: 30px;  
}

.images_partners img {
    margin: 0px 10px 10px 10px;
    display: block; 
    float: left;  
}

.products_content {
    float: left;
    width: 70%; 
    background: #e3e4ec;
    height: 600px;  
}

.products_descr_content {
    float: left;
    width: 30%;
    background: #3c3c46;
    height: 600px;   
}

.products_descr_content table {
    margin-left: 60px;
    margin-top: -20px;   
}

.products_descr_content table tr td {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF; 
    padding: 15px 0px;  
}

.products_descr_content table tr img {
    width: 45px;  
}

.products_descr_content table tr td:nth-child(1){
    width: 75px;   
}

.products_slider_box {
    margin: 0px 65px;
    margin-top: -20px;
}

#products_dots {
    margin-left: 63px;
}

#products_dots .slick-dots {
    bottom: -14px;
    text-align: right;
    left: -50px;
}

#products_slider .product_slide_box {
	clear: none !important
}

.product_slide_box {
    display: block;
    width: 180px;
    height: 230px;
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
    margin: 0px 10px;
    text-decoration: none;
    transition: All 0.3s;
}

.product_slide_box:hover {
    box-shadow: 1px 2px 15px rgba(0,0,0,0.3);
}

.product_slide_box .image_box {
    width: 180px;
    height: 170px;
    overflow: hidden;
    text-align: center;
}

.product_slide_box .image_box img {
    max-height: 150px;
    display: block; 
    margin: 0px auto;
}

.product_slide_box p {
    font-weight: 900;
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin: 15px 0px;
    color: #303152;
    line-height: 18px;
}

.sert_content {
    float: left;
    width: 35%;
    background: #FFFFFF;
    position: relative;
    height: 460px;
}

.sert_content:nth-child(2) {
    float: left;
    width: 35%;
    background: #68707d
}

.sert_content:nth-last-child(1) {
    float: left;
    width: 30%;
    background: #e3e4ec;
    overflow: hidden
}

.sert_content video {
    width: auto;
    min-width: 100%;
    height: 460px;
    position: absolute;
    z-index: 1;   
}

.sert_content:nth-last-child(1) .inner_content {
    position: relative;
    z-index: 2;   
}

.sert_content:nth-last-child(1) h2 {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 35px;
}

.sert_container {
    width: 180px;
    height: 245px;
    overflow: hidden;
    margin: 0px 5px;
    border: 3px solid #E9EAED;
    transition: All 0.2s;
}

.sert_container:hover {
    border: 3px solid #D0DBDC;
}

.sert_container img {
    width: 160px;
    height: auto;
    margin: 10px;
}

.sert_container {
    clear: none !important;
}

#sert_slider {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

#sert_dots {
    margin-top: -7px;
    margin-left: 0px;
    margin-right: -40px;
}
  
.red_alert {
    border: 1px solid #ee6c44;
    padding: 20px;
    background: #fde8e2;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    color: #ce380a;
}

.red_alert p {
    font-weight: 600;
    font-size: 14px;
    color: #ce380a;
}

.red_alert p span {
    font-weight: 600;
    font-size: 17px;
    color: #ce380a;
}

.red_alert a {
    font-weight: 600;
    color: #ec3800
}

.red_alert p {
    margin-bottom: 12px;
}   
  
.circle_icon {
    background:#FFFFFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    margin: 15px auto;
}

.circle_icon img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.circle_text {
    font-size: 19px;
    font-weight: 600;
}

table.payinfo td {
    padding: 8px; 
    font-size: 15px;
    vertical-align: top; 
}

table.payinfo td:nth-child(1) {
    padding-left: 40px;  
}

table.payinfo tr:nth-child(even) td {
    background: #E3E8E9  
}

.module_box {
    margin-bottom: 0px;
    padding: 15px 0px;
    border-bottom: 2px solid #e3e4ec;
    height: 280px;
    width: 48%;
    float: left;
}

.module_box:nth-child(odd) {
    border-right: 2px solid #e3e4ec;
}

.module_box_title {
    margin: 15px 20px;
    font-weight: 600;
    color: #3e3f69
}

.module_box img {
    max-width: 710px;
    width: 95%;
}

.module_box:nth-last-child(4), .module_box:nth-last-child(3) {
    height: 340px;
}

.module_box:nth-last-child(2), .module_box:nth-last-child(1) {
    height: 410px;
}

.module_box_full {
    width: 90%;
}

.module_box_r {
    background: #FFFFFF;
    border: none !important;
} 

.preim_box {
    font-size: 15px;  
}

.preim_box td:nth-child(1) div {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    background: #c32429;  
}

.p_title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 600;
}

.widget_box {
    display: block;
    width: 500px;
    background: #c32429;
    color: #FFFFFF;
    padding: 20px; 
    text-align: center;
    margin: 20px auto;
    font-size: 15px;
    font-weight: 400;  
}

.widget_box h4 {
    font-size: 30px;
    color: #FFFFFF;  
}

.widget_box table {
    width: 100%; 
}

.widget_box input[type="text"] {
    width: 300px;
    margin-top: 12px;
}

.widget_box button {
    width: 316px;
    margin-top: 12px;
    background: #710b0e;
}

.widget_box .conf_text a {
    color: #adaeaf;
}




.footer_box {
    background: #585858;
    color: #FFFFFF;
    margin-bottom: 0px;
    line-height: normal;
}

.footer_box ul {
    list-style: none;
}

.footer_box ul li {
    height: 19px;
}

.footer_box a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
}

.footer_box a:hover {
    text-decoration: underline;
}

.footer_box p.title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px;
}

.footer_box p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: normal;
}

.footer_box i {
    display: inline-block;
    width: 25px;
    text-align: center;
    margin-left: -5px;
}

.footer_box .logo {
    width: 200px;
}

.left_box {
    padding: 10px 10px 20px 20px
}

.review_left_box {
    margin-bottom: 20px;
    font-size: 12px;
}

.review_left_box table {
    width: 100%;
}

.review_left_box table td {
    vertical-align: middle
}

.review_left_box table td:nth-child(1) {
    width: 50px;
}

.review_left_box table td .review_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.review_left_box table td .review_text {
    font-style: italic;
    margin-bottom: 8px;
    margin-top: 12px;
}

.review_left_box table td .review_author {
    font-weight: 600;
    margin-top: 0px;
    text-align: left;
}

.review_left_box table td .review_author span {
    font-weight: 400;
}



/* pGallery */

.pGallery {
	cursor: pointer;
}

.pGallery_bg {
	display: block;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99995;
}

.pGallery_container {
	background: rgba(255,255,255,0.8);
	position: absolute;
	z-index: 99996;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	top: 50%;
	border-radius: 4px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	overflow: hidden
}

.pGallery_load {
	margin: 10px auto;
    display: block;
}

.pGallery_img {
    display: none;
}

.pGallery_close {
	opacity: 0.6;
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	background-image: url(../image/pGallery_close.png);
	background-repeat: no-repeat;
	cursor: pointer;
	transition: All 0.2s;
	top: 50%;
}

.pGallery_close:hover {
	opacity: 0.8;
	cursor: pointer;
}

.pGallery_prev, .pGallery_next {
	opacity: 0.6;
	width: 28px;
	height: 50px;
	display: none;
	position: absolute;
	background-image: url(../image/pGallery_prev.png);
	background-repeat: no-repeat;
	cursor: pointer;
	transition: All 0.2s;
	top: 50%;
    margin-top: -14px;
}

.pGallery_prev {
	background-image: url(../image/pGallery_prev.png);
}

.pGallery_next {
	background-image: url(../image/pGallery_next.png);
}

.pGallery_prev:hover, .pGallery_next:hover {
	opacity: 1;
}

.atom_modal_bg {
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	transition: all 0.15s;
	z-index: 9998;
}

.atom_modal_bg_full {
	background: rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	transition: all 0.15s;
	z-index: 9998;
	overflow-y: scroll;
}

.atom_modal {
	background: rgb(234, 234, 234);
	position: fixed;
	top: 4%;
	left: 50%;
	margin-left: -225px;
	width: 450px;
	min-height: 50px;
	opacity: 0;
	transition: all 0.3s;
	display: none;
	z-index: 9999;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	border-radius: 3px;
}

.atom_modal_max {
	top: 1%;
	margin-left: -510px;
	width: 1020px;
	position: relative;
}

.atom_modal_active {
	top: 7% !important;
	opacity: 1 !important;
}

.atom_modal_max.atom_modal_active {
	top: 7% !important;
}

.atom_modal_bg_active {
	opacity: 1 !important;
}

.atom_modal_close {
	width: 30px;
	margin-left: 400px;
}

.atom_modal_max .atom_modal_close {
	width: 30px;
	margin-left: 1028px;
}

.atom_modal_close {
	margin-left: 460px;
	margin-top: 0px;
	position: absolute;
	opacity: 0.7;
	transition: all 0.15s;
	cursor: pointer;
	width: 30px;
}

.atom_modal_close:hover {
	opacity: 1;
}

.modal_icon {
    padding: 10px;
    font-size: 30px;
    color: #eaeaea;
    margin: -5px 10px -10px -16px;
    top: 5px;
    left: 16px;
    background: #828282;
    width: 43px;
    height: 43px;
    line-height: 43px;
    position: absolute;
    display: inline-block;
    text-align: center;
}

.modal_sett_content {
	font-size: 14px;
	color: #303030
}

.city_container {
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: left;
}

.city_container a {
    text-decoration: none;
    color: #30343A;
    font-weight: 400;
}

.city_container a:hover {
    text-decoration: underline;
}

.photo_container {
    height: 200px;
    width: auto;
    border: 2px solid rgba(0,0,0,0.1);
    text-align: center;
    display: inline-block;
    margin: 10px 10px 10px 10px;
}

.photo_container img {
    height: 200px;
}

.number_circle {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    background: #5f7b89;
    margin: 10px;
}

.how_buy_table td:nth-child(2){
    padding-top: 17px;
}

.left_menu_td {
    width: 250px; 
    min-width: 250px; 
    max-width: 250px; 
}

.mobile_menu, .mobile_logo_text, .address_mobile {
    display: none;
}

.footer_margin {
    margin-top: 25px;
}

.catalog_item_photo_preview {
    width: 120px; 
    text-align: left;
}

.catalog_item_photo_image {
    width: 450px;
}

.catalog_item_text {
    padding-left: 40px;
}

.review_button {
    margin-top: -27px; 
    margin-left: 199px;
}

.footer_tab_first {
    width: 25%
}

.footer_tab_box {
    width: 20%
}

.footer_tab_box_last {
    width: 15%
}

.atom_title {
    text-align: left;
    font-size: 24px;
    padding: 15px 35px 15px 85px;
    color: #FFFFFF;
    background: #828282;
    margin-bottom: 30px;
}

.cart_popup_buttons {
    margin: 20px 0px;
}

.mobile_text {
    display: none;
}

.catalog_filter_td {
    width: 210px;
}

.catalog_content_td {
    padding-left: 0px; 
}

.catalog_filter { 
    padding: 0px;
    margin-top: -20px;
}

.filter_box_sub_cat {
    margin-top: 25px; 
    border-top: 1px solid #EDEDED; 
    border-bottom: 0px;
}

.filter_button_mobile {
    display: none;
}

#countdown {
    transform: scale(0.5);
    width: 525px;
    height: 77px;
    position: relative;
    left: -107px;
}

.timer {
	display: inline-block;
	margin: 0 auto;
    width: 310px;
    margin-top: -25px;
}
.cntSeparator {
	font-size: 50px;
	line-height: 70px;
	margin: 0 10px;
}

.timer .d {
	margin-top: -20px;
}

.timer .d div {
    float: none;
    text-align: center;
    width: 35px;
    font-weight: bold;
    display: inline-block;
    font-size: 8px;
    text-transform: uppercase;
    margin: 0px 0 0 30px;
}
.timer .d div:first-child {
	margin-left: 1px;
}
.clear {
	clear: both;
}

#totop {
	display: none;
    height: 100%;
    width: 55px;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 200;
    background: rgba(255, 255, 255, 0.1);
}

#totop:hover{
	opacity: 1;
	text-decoration: none;
}

.totop, .todown {
	display: none;
	font-size: 12px;
    color: #2E3138;
    text-align: center;
    top: 100%;
    margin-top: -79px;
    margin-left: 7px;
    position: absolute;
}

#totop .totop {
	display: block;
}

.totop img, .todown img {
	display: block;
	margin: 0px auto;
	width: 40px;
}

.scroll-to-back .totop {
	display: none !important;
}

.scroll-to-back .todown {
	display: block !important;
}