@charset "utf-8";

/* ------------------------------------------------------------ */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* ------------------------------------------------------------ */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
         url('../fonts/BebasNeueBold.woff') format('woff'),
         url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Arial';
	src: url('../fonts/Arial-Ruble.eot');
	src: url('../fonts/Arial-Ruble.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial-Ruble.woff2') format('woff2'),
		url('../fonts/Arial-Ruble.woff') format('woff'),
		url('../fonts/Arial-Ruble.ttf') format('truetype'),
		url('../fonts/Arial-Ruble.svg#Arial-Ruble') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url('../fonts/Arial-Bold-Ruble.eot');
	src: url('../fonts/Arial-Bold-Ruble.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial-Bold-Ruble.woff2') format('woff2'),
		url('../fonts/Arial-Bold-Ruble.woff') format('woff'),
		url('../fonts/Arial-Bold-Ruble.ttf') format('truetype'),
		url('../fonts/Arial-Bold-Ruble.svg#Arial-Bold-Ruble') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* ------------------------------------------------------------ */

html, body {
    position: relative;
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.45;
    color: #282828;
    background: #f8f5f2;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* ------------------------------------------------------------ */

a {
    text-decoration: none;
    color: #b32825;
}

a:hover {
    color: #282828;
}

/* ------------------------------------------------------------ */

table,
table td {
    padding: 0;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
}

/* ------------------------------------------------------------ */

h1, .h1 {
    margin: 24px 0 20px 0;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

h2, .h2 {
    margin: 24px 0 20px 0;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

h3 {
    margin: 24px 0 12px 0;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}

h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, h4:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 1;
    }
    
    h2, .h2 {
        font-size: 24px;
        line-height: 1.05;
    }
}

/* ------------------------------------------------------------ */

.static_text img {
    max-width: 100%;
    height: auto;
}

.static_text p {
    margin: 10px 0;
}

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

.static_text p:first-child,
.static_text > ol:first-child,
.static_text > ul:first-child { margin-top: 0; }

.static_text p:last-child,
.static_text > ol:last-child,
.static_text > ul:last-child { margin-bottom: 0; }

.static_text ol {
    padding-left: 0;
    counter-reset: item;
}

.static_text ol > li {
    margin-bottom: 6px;
    padding-left: 28px;
    list-style-type: none;
}

.static_text ol > li:before {
	content: counter(item) '. ';
	float: left;
	counter-increment: item;
	margin-left: -22px;
	color: #b32825;
}

.static_text ul {
    padding-left: 0;
}

.static_text ul > li {
    margin-bottom: 6px;
    padding-left: 28px;
    list-style-type: none;
}

.static_text ul > li:before {
	content: '';
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin: 0.9ex 0 0 -18px;
	border: 1px solid #b32825;
	border-radius: 100%;
}

hr {
    margin: 28px 0;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 0 0 1px 0;
}

.text_important {
    font-size: 17px;
    line-height: 1.47;
    color: #b32825;
}

/* ------------------------------------------------------------ */

.property_text table {
    width: 100%;
    font-size: 15px;
    line-height: 1.33;
}

.property_text table,
.property_text table td,
.property_text table th,
.property_text table tbody th {
    padding: 10px;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 0 0 1px 0;
}

.property_text table th,
.property_text table thead td {
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #b32825;
}

@media (max-width: 480px) {
    .property_text {
        width: 100%;
        overflow: scroll;
    }
    
    .property_text_content {
        min-width: 640px;
    }
}

/* ------------------------------------------------------------ */

.display_none {
    display: none !important;
}

/* ------------------- Snake242 strainer ---------------------- */
.strainer {
	padding: 0px;
		margin-top: 15px; 
}
.strainer a {
		border: 1px solid #b32825;
		padding: 7px;
		border-radius: 3px;
		margin-right: 4px;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
}

.strainer a:hover {
	color: #fff;
	background: #b32825;
}

a.actived {
	color: #fff;
	background: #b32825;
}

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */

.custom_button {
    display: inline-block;
	margin-top: 5px;
    height: 50px;
    padding: 0 40px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #b32825;
    outline: none;
    border: 1px solid rgba(220, 220, 220, 0.25);
    border-radius: 0;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: 
        transform 120ms ease-out, 
        background-color 60ms ease-out, 
        box-shadow 120ms ease-out;
}
.custom_button_mobail {
	display: none;
    margin-top: 15px;
	height: 50px;
    padding: 0 20px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #b32825;
    outline: none;
    border: 1px solid rgba(220, 220, 220, 0.25);
    border-radius: 0;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: 
        transform 120ms ease-out, 
        background-color 60ms ease-out, 
        box-shadow 120ms ease-out;
}
.custom_button:hover,
a:hover .custom_button {
    color: #fff;
    background: #282828;
    border-color: #282828;
}

.custom_button:active {
    transform: translateY(2px);
}

.custom_button._outline {
    color: #b32825;
    background: #fff;
    box-shadow: 0 0 0 1px #dcdcdc;
}

.custom_button._outline:hover {
    color: #282828;
    background: #fff;
    box-shadow: 0 0 0 1px #282828;
}

.custom_button._disabled,
.custom_button._disabled:hover {
    color: #909090;
    background: #dbdbdb;
}

.custom_button._outline._disabled,
.custom_button._outline._disabled:hover {
    color: #909090;
    background: #fff;
    box-shadow: 0 0 0 1px #dcdcdc;
}

/* ------------------------------------------------------------ */

.custom_input,
.custom_textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    color: #282828;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
}

.custom_input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.custom_textarea {
    padding: 10px;
}

.custom_input:focus,
.custom_textarea:focus {
    border-color: #909090;
}

.custom_input.f-incorrect,
.custom_textarea.f-incorrect {
    border-color: #b32825 !important;
}

/* ------------------------------------------------------------ */

.custom_select_container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
}

.custom_select_current {
    display: block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_select_current._default {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 32px 0 10px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #282828;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
}

.custom_select_container._full_width {
    width: 100%;
}

.custom_select_current:hover {
    cursor: pointer;
}

.custom_select_current._default:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #b32825;
    border-width: 1px 1px 0 0;
    transform: translateY(-5px) rotate(135deg);
    transition: transform 180ms ease-out;
}

.custom_select_container._open .custom_select_current._default {
    border-color: #909090;
}

.custom_select_current._default:focus {
    outline: none;
    border-color: #909090;
}

.custom_select_container._open .custom_select_current._default:after {
    transform: translateY(-2px) rotate(-45deg);
}

/* ----------------------------- */

.custom_select_list {
    z-index: 100;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin: -1px 0 0 0;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
}

.custom_select_list._reverse {
    left: auto;
    right: 0;
}

.custom_select_container._open .custom_select_list {
    display: block;
}

.custom_select_option {
    display: block;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    color: #282828;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_select_option:first-child { padding-top: 6px; }
.custom_select_option:last-child { padding-bottom: 6px; }

.custom_select_option:hover,
.custom_select_option:focus {
    outline: none;
    cursor: pointer;
    background: #f0e6d2;
}

.custom_select_option._selected {
    background: #f0e6d2;
}

.custom_select_option._disabled {
    opacity: 0.5;
}

.custom_select_container._multiple .custom_select_option {
    padding-left: 11px;
}

.custom_select_checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px -4px 0;
    background-color: #fff;
    border: 1px solid #ededed;
}

.custom_select_option._selected .custom_select_checkbox {
    border-color: #b32825;
    background-color: #b32825;
}

.custom_select_option._disabled._selected .custom_select_checkbox {
    border-color: #ededed;
    background-color: #ededed;
}

.custom_select_option._selected .custom_select_checkbox:before {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    margin: 2px 0 0 6px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    transform: rotate(45deg);
}

.custom_select_option._disabled._selected .custom_select_checkbox:before {
    border-color: #ccc;
}

/* ------------------------------------------------------------ */

.custom_count {
    font-size: 0;
    white-space: nowrap;
}

.custom_count_input {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    text-align: center;
    color: #282828;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    transition: border-color 120ms ease-out;
}

.custom_count_input:focus {
    border-color: #909090;
}

.custom_count_button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    transition: border-color 120ms ease-out;
}

.custom_count_button:hover {
    border-color: #909090;
}

.custom_count_button._minus:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    margin: -1px 0 0 -4px;
    background: #b32825;
}

.custom_count_button._plus:before,
.custom_count_button._plus:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    margin: -1px 0 0 -4px;
    background: #b32825;
    transform-origin: center center;
}

.custom_count_button._plus:after {
    transform: rotate(90deg);
}

/* ------------------------------------------------------------ */

.custom_tab_header {
    margin: 0 0 6px -8px;
    font-size: 0;
}

.custom_tab_title {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 8px;
    padding: 0 40px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: #282828;
    background: #fff;
    border-bottom: 3px solid transparent;
    transition: border-color 120ms ease-out;
}

.custom_tab_title:hover {
    color: #b32825;
}

.custom_tab_title._selected {
    border-bottom-color: #b32825;
}

.custom_tab_content {
    display: none;
}

.custom_tab_content._selected {
    display: block;
}

.custom_tab_mobile_title {
    display: none;
    cursor: pointer;
    position: relative;
    padding: 14px 25px 14px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ededed;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_tab_mobile_title:first-child {
    border-top: none;
}

.custom_tab_mobile_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 0;
    border-style: solid;
    border-color: #282828;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 300ms;
}

.custom_tab_mobile_title._selected:after {
    transform: rotate(-45deg) translateY(2px);
}

.custom_tab_mobile_title:hover {
    color: #c11a1c;
}

@media (max-width: 480px) {
    .custom_tab_header {
        display: none;
    }
    
    .custom_tab_content {
        padding: 10px 0 40px 0;
    }
    
    .custom_tab .custom_tab_content._selected {
        display: none;
    }
    
    .custom_tab .custom_tab_content._mobile_hide {
        display: none;
    }
    
    .custom_tab .custom_tab_content._mobile_show {
        display: block;
    }
    
    .custom_tab_mobile_title {
        display: block;
    }
}

/* ------------------------------------------------------------ */

.custom_form {
    transition: opacity 180ms ease-out;
}

.custom_form._disabled {
    opacity: 0.5;
}

.custom_form_row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 20px 0;
}
.custom_form_row:empty {
    margin: 0;
}
.custom_form_row:empty + .custom_form_row {
    margin-top: 0;
}
.custom_form_row:last-child {
    margin-bottom: 0;
}

.custom_form_row_title {
    display: table-cell;
    vertical-align: top;
    width: 160px;
    padding: 15px 20px 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
}

.custom_form_row_title._empty {
    font-size: 0;
}

.custom_form_row_field {
    display: table-cell;
    vertical-align: top;
}

.custom_form_prompt {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.custom_form_prompt_field {
    display: table-cell;
    vertical-align: middle;
}

.custom_form_prompt_text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
}

.custom_form_success {
    font-size: 13px;
    line-height: 1.15;
    color: #3d8900;
}

.custom_form_error {
    font-size: 13px;
    line-height: 1.15;
    color: #b32825;
}

#ajax-catalog .custom_form_error {
	margin-top: 40px;
	font-size: 1.2em;
}

.custom_form_remind {
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.15;
    text-align: right;
    color: #909090;
}

.custom_form_remind a {
    color: #909090;
}

.custom_form_remind a:hover {
    color: #b32825;
}

@media (max-width: 480px) {
    .custom_form_row {
        display: block;
        width: auto;
        margin: 20px 0;
    }
    
    .custom_form_row_title {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.15;
    }
    
    .custom_form_row_field {
        display: block;
        width: auto;
        margin: 5px 0 0 0;
        padding: 0;
    }
    
    .custom_form_prompt {
        display: block;
        width: auto;
    }
    
    .custom_form_prompt_field {
        display: block;
        width: auto !important;
        margin: 0;
        padding: 0;
    }

    .custom_form_prompt_text {
        display: block;
        width: auto;
        margin: 10px 0 0 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.custom_popup {
    width: 480px;
    padding: 40px;
    margin: 0 auto;
}

.custom_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #b32825;
    transition: background-color 60ms ease-out;
}

.custom_popup_close:hover {
    background: #282828;
}

.custom_popup_close:before,
.custom_popup_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
}

.custom_popup_close:before {
    transform: rotate(-45deg);
}

.custom_popup_close:after {
    transform: rotate(45deg);
}

@media (max-width: 480px) {
    .custom_popup {
        width: 100%;
        padding: 30px;
    }
    
    .custom_popup_close {
        width: 30px;
        height: 30px;
    }
}

/* ------------------------------------------------------------ */

.link_back {
    font-size: 15px;
    line-height: 1.33;
    color: #b32825;
}

.link_back:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    margin: 0 6px 0 0;
    border-style: solid;
    border-color: #b32825;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
}

.link_back:hover {
    color: #282828;
}

.link_back:hover:before {
    border-color: #282828;
}

/* ------------------------------------------------------------ */

.content_wrapper {
    min-width: 980px;
    max-width: 1340px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}

@media (max-width: 480px) {
    .content_wrapper {
        width: auto;
        min-width: 360px;
        max-width: 100%;
    }
    
    .content_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .content_wrapper._mobile_snap {
        padding-left: 0;
        padding-right: 0;
    }
    
    .mobile_break_wrapper {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

/* ------------------------------------------------------------ */

@media (min-width: 481px) {
    .only_mobile {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .only_desktop {
        display: none !important;
    }
}

/* ------------------------------------------------------------ */

.page_header {
    display: block;
}

.page_header_top {
    background: #f6f6f6;
    border-bottom: 1px solid #dcdcdc;
}

.page_header_top_left {
    float: left;
}

.page_header_top_right {
    float: right;
}

.mobile_header_top_wrapper {
    display: none;
    position: relative;
    padding: 0 40px;
}

@media (max-width: 480px) {
	a.header_menu_social_item{
		display: none;
	}
	.page_header_top_wrapper {
        display: none;
    }
    
    .mobile_header_top_wrapper {
        display: block;
    }
}

/* ------------------------------------------------------------ */

.header_menu_nav {
    font-size: 0;
    white-space: nowrap;
}

.header_menu_nav_item {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 15px;
    color: #282828;
}

.header_menu_nav_item:first-child {
    padding-left: 0;
}

.header_menu_nav_item:hover {
    color: #b32825;
}

/* ------------------------------------------------------------ */

.header_menu_other {
    font-size: 0;
    white-space: nowrap;
}

.header_menu_other_item {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 15px;
    color: #282828;
    border-left: 1px solid #dcdcdc;
	vertical-align: top;
	text-align: center;
}
/* -------------------------S242------------------------------- */
.header_menu_social_item {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 15px;
    color: #282828;
	text-align: center;
}

.header_menu_social_item_temp {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 15px;
    color: #282828;
	text-align: center;
}
.custom_button_mobail{
		display: none;
}
.header_menu_other_item:hover {
    color: #b32825;
}
.header_menu_other_item_mob {
    display: inline-block;
    height: 40px;
    /* padding-right: 5px; */
    width: 28px;
    line-height: 40px;
    font-size: 15px;
    color: #282828;
    /* border-right: 1px solid #dcdcdc; */
    vertical-align: top;
    text-align: center;
}


.header_menu_other_item:first-child {
    border-left: none;
}

.header_menu_other_item:last-child {
    padding-right: 0;
}

.header_menu_other_item._phone {
    font-weight: bold;
}

@media (max-width: 480px) {
    .page_header_top_right {
        display: none;
    }
	.custom_button_mobail {
        display: inline-block;
    }
	.header_menu_social_item_temp{
    display: none;
}
}

/* ------------------------------------------------------------ */

.mobile_header_top_right {
    display: none;
}
.mobile_header_top_left {
    display: none;
}

@media (max-width: 480px) {
	.mobile_header_top_left {
        float: left;
		display: block;
    }
    .mobile_header_top_right {
        display: block;
        float: right;
        height: 40px;
        line-height: 40px;
        padding-right: 18px;
        border-right: 1px solid #dcdcdc;
    }
    
    .mobile_header_phone {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.33;
        text-decoration: none;
        color: #282828;
        border: none;
    }
}

/* ------------------------------------------------------------ */

.page_header_main {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 0;
    white-space: nowrap;
    background: #fff;
}

.page_header_main_left {
    float: left;
}

.page_header_main_right {
    float: right;
}

@media (max-width: 480px) {
    .page_header_main {
        height: 80px;
        line-height: 80px;
    }
}

/* ------------------------------------------------------------ */

.header_logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
    transition: opacity 120ms ease-out;
}

.header_logo:hover {
    opacity: 0.7;
}

.header_logo_img {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 68px;
    background: url('../img/header_logo_new.svg') no-repeat 50% 50%;
    background-size: contain;
}

.header_logo_text {
    display: none;
}

@media (max-width: 480px) {
    .header_logo {
        margin: 0 0 0 5px;
    }
    
    .header_logo_img {
        width: 48px;
        height: 48px;
    }
    
    .header_logo_text {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 16px;
        padding: 4px 0 4px 18px;
        font-size: 13px;
        line-height: 1.15;
        color: #909090;
        border-left: 1px solid #ececec;
    }
}

/* ------------------------------------------------------------ */

.header_menu {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .header_menu {
        display: none;
    }
}

.header_menu_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
}

.header_menu_item_link {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    line-height: 100px;
    padding: 0 13px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
}

.header_menu_item_hover {
    display: inline-block;
    box-shadow: inset 0 0 0 transparent;
    transition: color 120ms ease-out, box-shadow 60ms ease-out;
}

.header_menu_item_link:hover .header_menu_item_hover {
    color: #b32825;
}

.header_menu_item_link:hover .header_menu_item_hover,
.header_menu_item._selected .header_menu_item_hover {
    box-shadow: inset 0 -3px 0 #b32825;
}

.header_submenu {
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: -22px 0 0 -15px;
    padding: 30px;
    background: #fff;
    border-top: 3px solid #b32825;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) scale(0.95);
    transform-origin: left top;
    transition: transform 90ms ease-out, opacity 90ms ease-out, visibility 90ms;
    transition-delay: 180ms;
}

.header_menu_item:hover .header_submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header_submenu_inner {
    margin: 0 0 -30px -30px;
    font-size: 0;
    min-width: 900px;
    display: flex;
    flex-wrap: wrap;
}

.header_submenu_group {
    vertical-align: top;
    width: 30%;
    min-width: 300px;
    padding: 0 0 30px 30px;
    font-size: 16px;
    white-space: normal;
}

.header_submenu_group_title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
    color: #282828;
}

.header_submenu_group_title:hover {
    color: #b32825;
}

.header_submenu_group_content {
    margin: 13px 0 0 0;
}

.header_submenu_group_content:before {
    content: '';
    display: block;
    width: 46px;
    height: 3px;
    margin: 0 0 6px 0;
    background: #b32825;
}

.header_submenu_item {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.33;
    color: #282828;
}

.header_submenu_item:hover {
    color: #b32825;
}

/* ------------------------------------------------------------ */
div.nav-fixed {
	position: fixed;
    max-width: none;
	top: 0;
	z-index: 100;
	box-shadow: 0px 2px 2px 0px rgb(50 50 50 / 30%);
}
.header_search_s {
    text-align: center;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    transition: 1s all;
	top: -100px;
}
.header_search {
    display: inline-block;
    vertical-align: middle;
    /* position: relative; */
    /*overflow: ;*/
    hidden: ;
    width: 87%;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
}

.header_search._open {
    #overflow: visible;
}

.header_search_toggle {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.header_search_toggle_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -11px 0 0 -9px;
    background: url('../img/search.svg') no-repeat 0 0;
    background-size: 18px;
}

.header_search_toggle:hover .header_search_toggle_icon {
    background-position: 0 -28px;
}

.header_search_content {
    display: inline-block;
    /* position: absolute; */
    top: 0;
    /* right: 100px; */
    width: 87%;
    padding: 0 0 0 30px;
    /* opacity: 0;*/
    /* background: #fff; */
    /* border-left: 3px solid #b32825; */
    /* transition: opacity 120ms ease-out;*/
}

.header_search._open .header_search_content {
    opacity: 1;
}

.header_search_input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #282828;
    background: #fff;
    border-style: solid;
    border-color: #909090;
    border-width: 0 0 1px 0;
}

.header_search_input,
.header_search_input:focus {
    outline: none;
}

@media (max-width: 1080px) {
    .header_search_toggle {
        width: 75px;
    }
}

@media (max-width: 480px) {
    .header_search {
        display: none;
    }
}

/* ------------------------------------------------------------ */

.header_cart {
    display: inline-block;
    vertical-align: middle;
    /*height: 100px;*/
    font-size: 16px;
    white-space: nowrap;
}

.header_cart_link {
    display: inline-block;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
}

.header_cart_link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 14px 0 0;
    background: url('../img/header_cart.svg') no-repeat 0 0;
    background-size: contain;
}

.header_cart_link:hover {
    color: #b32825;
}

.header_cart_count {
    color: #b32825;
}

.header_cart._empty .header_cart_count {
    display: none;
}

@media (min-width: 481px) and (max-width: 1080px) {
    .header_cart_title {
        display: none;
    }
    
    .header_cart_link:before {
        margin-right: 8px;
    }
}

@media (max-width: 480px) {
    .header_cart_link:before {
        margin-right: 8px;
    }
}

/* ------------------------------------------------------------ */

.mobile_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.mobile_menu._open {
    z-index: 999;
}

.mobile_menu_toggle {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #f6f6f6;
    border-right: 1px solid #dcdcdc;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu_toggle_icon,
.mobile_menu_toggle_icon:before,
.mobile_menu_toggle_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #282828;
    transform-origin: center center;
    transition: transform 120ms ease-out;
}

.mobile_menu_toggle_icon:before {
    transform: translateY(-6px);
}

.mobile_menu_toggle_icon:after {
    transform: translateY(6px);
}

.mobile_menu._open .mobile_menu_toggle {
    background: #b32825;
    border-right-color: transparent;
}

.mobile_menu._open .mobile_menu_toggle_icon {
    background: none;
}

.mobile_menu._open .mobile_menu_toggle_icon:before,
.mobile_menu._open .mobile_menu_toggle_icon:after {
    margin-left: -7px;
    width: 14px;
    background: #fff;
}

.mobile_menu._open .mobile_menu_toggle_icon:before {
    transform: rotate(-45deg);
}

.mobile_menu._open .mobile_menu_toggle_icon:after {
    transform: rotate(45deg);
}

.mobile_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu_content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    padding: 20px 20px 35px 20px;
    background: #fff;
}

.mobile_menu_group {
    margin: 0 0 15px 0;
}

.mobile_menu_group:last-child {
    margin-bottom: 0;
}

.mobile_menu_group_title {
    position: relative;
    margin: 0 0 8px 0;
    padding: 0 0 14px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
}

.mobile_menu_group_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 46px;
    height: 3px;
    background: #b32825;
}

.mobile_menu_item {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.33;
    color: #282828;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

@media (max-width: 480px) {
    .mobile_menu {
        display: block;
    }
    
    .mobile_menu_overlay {
        z-index: 1;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms ease-out, visibility 300ms;
    }
    
    .mobile_menu._open .mobile_menu_overlay {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile_menu_toggle {
        z-index: 2;
    }
    
    .mobile_menu_content {
        z-index: 2;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50px);
        transition: transform 180ms ease-out, opacity 180ms ease-out, visibility 180ms;
    }
    
    .mobile_menu._open .mobile_menu_content {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

/* ------------------------------------------------------------ */

.mobile_search {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #f6f6f6;
}

.mobile_search._open {
    z-index: 999;
    width: 100%;
}

.mobile_search_toggle {
    display: block;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #f6f6f6;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_search_toggle_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    background: url('../img/search.svg') no-repeat 0 0;
    background-size: 18px;
}

.mobile_search._open .mobile_search_toggle {
    float: left;
}

.mobile_search_close {
    display: none;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #b32825;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_search_close_icon:before,
.mobile_search_close_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
}
.mobile_search_close_icon:before {
    transform: rotate(-45deg);
}
.mobile_search_close_icon:after {
    transform: rotate(45deg);
}

.mobile_search._open .mobile_search_close {
    display: block;
}

.mobile_search_form {
    margin: 0 40px;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 120ms ease-out, transform 120ms ease-out;
}

.mobile_search._open .mobile_search_form {
    opacity: 1;
    transform: none;
}

.mobile_search_input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #282828;
    background: none;
    border: none;
}

.mobile_search_input,
.mobile_search_input:focus {
    outline: none;
}

.mobile_search_submit {
    float: left;
}

@media (max-width: 480px) {
    .mobile_search {
        display: block;
    }
}

/* ------------------------------------------------------------ */

.mobile_catalog {
    display: none;
    z-index: 998;
    position: relative;
}

.mobile_catalog_toggle {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 54px 0 10px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background: #b32825;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_catalog_toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 9px;
    height: 9px;
    margin: -6px 0 0 -5px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    transition: transform 180ms ease-out;
}

.mobile_catalog._open .mobile_catalog_toggle:after {
    transform: translateY(4px) rotate(-45deg);
}

.mobile_catalog_content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    background: #921816;
}

.mobile_catalog_item {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.33;
    color: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_catalog_item:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 480px) {
    .mobile_catalog {
        display: block;
    }
    
    .mobile_catalog_content {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scaleY(0.95);
        transform-origin: center top;
        transition: transform 180ms, opacity 180ms ease-out, visibility 180ms;
    }
    
    .mobile_catalog._open .mobile_catalog_content {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

/* ------------------------------------------------------------ */

.page_content {
    padding: 20px 0 60px 0;
}

.page_content._no_top {
    padding-top: 0;
}

@media (max-width: 480px) {
    .page_content {
        padding: 10px 0;
    }
}

/* ------------------------------------------------------------ */

.page_title {
    margin: 0 0 10px 0;
}

.page_title_inline {
    display: inline;
    vertical-align: baseline;
    margin: 0;
}

.page_title_inline:not(:last-child) {
    margin-right: 15px;
}

.page_title_subtle {
    display: inline;
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.15;
}

.page_title_important {
    color: #b32825;
}

@media (max-width: 480px) {
    .page_title {
        margin: 10px 0;
    }
}

/* ------------------------------------------------------------ */

.column_layout {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.column_layout_side {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 0 20px 0 0;
}

.column_layout_main {
	display: table-cell;
	vertical-align: top;
	width: 75%;
}

.column_layout_main + .column_layout_side {
    padding: 0 0 0 20px;
}

@media (max-width: 480px) {
    .column_layout {
        display: block;
        width: auto;
    }

    .column_layout_side {
        display: block;
        width: auto;
        padding: 0;
    }

    .column_layout_main {
        display: block;
        width: auto;
        padding: 0;
    }

    .column_layout_main + .column_layout_side {
        margin: 10px 0 0 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.content_block_main {
    padding: 30px 40px 40px 40px;
    background: #fff;
}

.content_block_main + .content_block_main { margin-top: 60px; }

.gallery_slider { margin-top: 40px; }

@media (max-width: 480px) {
    .content_block_main {
        padding: 10px 10px 30px 10px;
    }

	.content_block_main + .content_block_main { margin-top: 20px; }

	.gallery_slider { margin-top: 20px; }
}

/* ------------------------------------------------------------ */

.side_menu {
    padding: 20px 30px;
    background: #fff;
    border: 3px solid #b32825;
}

@media (max-width: 1140px) {
    .side_menu {
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .side_menu {
        display: none;
    }
}

.side_menu_item {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.15;
    text-decoration: none;
    color: #282828;
    border: none;
}
.side_menu_item._subitem {
    padding-left: 16px;
    font-size: 12px;
    padding-top: 0;
    font-weight: 400;
}
.side_menu_item:last-child {
    margin-bottom: 0;
}

.side_menu_item:hover {
    color: #b32825;
}

.side_menu_item_title {
    padding: 2px 0 3px 0;
}

.side_menu_item._selected .side_menu_item_title {
    color: #fff;
    background: #b32825;
}

.side_menu-element {
    position: relative;
}
.side_menu .sub_menu {
    display: none;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 2;
    left: 96%;
    top: -10px;
    width: 300px;
    border: 3px solid #b32825;
}
.side_menu .sub_menu:before {
    display: block;
    content: '';
    position: absolute;
    left: -22px;
    top: 10px;
    border: 10px solid transparent;
    border-right: 10px solid #b32825;
}
.side_menu .side_menu_item:hover + .sub_menu,
.side_menu .sub_menu:hover {
    display: block;
}
.sub_menu-item {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.15;
    text-decoration: none;
    color: #282828;
}
.sub_menu-item:hover {
    color: #b32825;
}

@supports (box-decoration-break: clone) or (-webkit-box-decoration-break: clone) {
    .side_menu_item._selected .side_menu_item_title {
        margin-left: -2px;
        padding-left: 2px;
        padding-right: 2px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }
}

/* ------------------------------------------------------------ */

.breadcrumbs {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
}

@media (max-width: 480px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs_link {
    color: #909090;
    text-decoration: none;
    border: none;
}

.breadcrumbs_link:hover {
    color: #b32825;
}

.breadcrumbs_separator {
    margin: 0 5px;
}

.breadcrumbs_separator:last-child {
    margin-right: 0;
}

/* ------------------------------------------------------------ */

.pager {
    margin: 30px 0 0 0;
    font-size: 0;
    text-align: center;
}

.pager_prev,
.pager_next {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 30px;
    line-height: 30px;
}

.pager_prev:before,
.pager_next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-color: #b32825;
    border-width: 2px 2px 0 0;
}

.pager_prev:before {
    transform: translateX(2px) rotate(-135deg);
}

.pager_next:before {
    transform: translateX(-2px) rotate(45deg);
}

.pager_prev:hover:before,
.pager_next:hover:before {
    border-color: #282828;
}

.pager_item,
.pager_separator {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    font-size: 15px;
    font-weight: bold;
}

.pager_separator {
    padding: 0 5px;
}

@media (max-width: 480px) {
    .pager {
        margin: 20px 0 10px 0;
    }
    
    .pager_prev,
    .pager_next {
        width: 30px;
    }
    
    .pager_item {
        padding: 0 6px;
    }
    
    .pager_separator {
        padding: 0 2px;
    }
}

/* ------------------------------------------------------------ */

.publication_header {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
}

.publication_header_wrap_img {
    float: left;
    width: 42%;
    padding: 0 4% 0 0;
}

.publication_header_wrap_info {
    float: right;
    width: 58%;
}

.publication_header_img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    margin: 0 auto;
}

.publication_header_title {
    margin: 0;
}

.publication_header_date {
    margin: 12px 0 0 0;
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
}

.publication_header_date:before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 0 0 20px 0;
    background: #b32825;
}

@media (max-width: 480px) {
    .publication_header_wrap_img {
        display: block;
        float: none;
        width: auto;
        margin: 20px 0 0 0;
        padding: 0;
    }
    
    .publication_header_wrap_info {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0;
    }
    
    .publication_header_date:before {
        margin-bottom: 12px;
    }
}

/* ------------------------------------------------------------ */

.index_wrap_promo_slider {
    
}

.index_wrap_promo_nav {
    margin: 20px 0 0 0;
}

.index_wrap_news {
    margin: 20px 0 0 0;
}

.index_wrap_popular {
    margin: 30px 0 0 0;
}

.index_popular_title {
    margin: 30px 0;
    text-align: center;
}

.category_list._popular .category_list_cell:nth-child(n+7) {
    display: none;
}

@media (max-width: 1340px) {
    .category_list._popular .category_list_cell:nth-child(n+6) {
        display: none;
    }
}

@media (max-width: 1100px) {
    .category_list._popular .category_list_cell:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 480px) {
    .index_wrap_promo_slider {
        margin-top: -20px;
    }
    
    .index_wrap_promo_nav {
        margin-top: 0;
    }
    
    .index_wrap_popular {
        display: none;
    }
}

/* ------------------------------------------------------------ */

.promo_slider {
    width: 100%;
    height: 430px;
    background: #fff;
}

.promo_slide {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 430px;
    text-decoration: none;
    color: #282828;
    border: none;
}

.promo_slide_img {
    z-index: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_slide_wrap_text {
    z-index: 2;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 440px;
    padding: 45px 40px 80px 40px;
}

.promo_slide_img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 120ms ease-out;
}

.promo_slide:hover .promo_slide_img:after {
    background: rgba(255, 255, 255, 0.2);
}

.promo_slide_title {
    /*margin: 0 0 0 -150px;*/
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 50px;
    font-weight: bold;
    /*line-height: 1.17;*/
    line-height: 1;
}

/*.promo_slide_title_text {
    padding: 6px 0 2px 0;
    color: #fff;
    background: #b92425;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@supports (box-decoration-break: clone) or (-webkit-box-decoration-break: clone) {
    .promo_slide_title_text {
        padding-left: 20px;
        padding-right: 20px;
    }
}*/

.promo_slide_anot {
    margin: 40px 0 0 0;
}

.promo_slide_anot_text {
    overflow: hidden;
    height: 120px;
    font-size: 15px;
    line-height: 20px;
}

.promo_slider .swiper-pagination {
    left: auto;
    right: 40px;
    bottom: 40px;
    width: auto;
}

.promo_slider .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 6px;
    background: #dbdbdb;
}

.promo_slider .swiper-pagination-bullet-active {
    background: #b32825;
}

@media (max-width: 480px) {
    .promo_slider {
        display: block;
        height: auto;
        padding: 0 0 70px 0;
    }
    
    .promo_slide {
        display: block;
        height: auto;
    }
    
    .promo_slide_img {
        display: block;
        width: auto;
        margin: 0;
        padding: 65% 0 0 0;
        background-size: contain;
    }
    
    .promo_slide_wrap_text {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0 10px;
    }
    
    .promo_slide_title {
        margin: 17px 0 0 0;
        font-size: 30px;
        line-height: 1;
        text-shadow: none;
    }
    
    .promo_slide_anot {
        margin: 11px 0 0 0;
    }
    
    .promo_slide_anot_text {
        height: auto;
    }

    .promo_slide_anot:before {
        margin: 0 0 11px 0;
    }
    
    .promo_slider .swiper-pagination {
        left: 10px;
        right: auto;
        bottom: 20px;
    }
}

/* ------------------------------------------------------------ */

.promo_nav_list {
    margin: 0 0 -20px -20px;
    font-size: 0;
}

.promo_nav_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 0 20px 20px;
    font-size: 16px;
    position: relative;
}

.promo_nav {
    display: block;
    position: relative;
    text-decoration: none;
    color: #282828;
    border: none;
    background-color: #fff;
}

.promo_nav:before {
    content: '';
    display: block;
    padding: 71.5% 0 0 0;
}

.promo_nav._bg {
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_nav._samohod {
    background-image: url('../img/index/promo_samohod.jpg');
}

.promo_nav._pricep {
    background-image: url('../img/index/promo_pricep.jpg');
}

.promo_nav._parts {
    background-image: url('../img/index/promo_parts.jpg');
}

.promo_nav._text:after {
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 32px;
    height: 22px;
    background: url('../img/arrow_right.svg') no-repeat 0 0;
    background-size: contain;
}

.promo_nav_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9%;
}

.promo_nav._bg .promo_nav_inner {
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 120ms ease-out;
}

.promo_nav._bg:hover .promo_nav_inner {
    background-color: rgba(0, 0, 0, 0.2);
}

.promo_nav_title {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    transition: color 120ms ease-out;
}

.promo_nav._text:hover .promo_nav_title {
    color: #b32825;
}

.promo_nav_anot {
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

.promo_nav_wrap_search {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 0 42px;
    background: #fff;
}

.promo_nav_search_submit {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: none;
}

.promo_nav_search_submit:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    background: url('../img/search.svg') no-repeat 0 0;
    background-size: 18px;
}

.promo_nav_search_submit:hover:before {
    background-position: 0 -28px;
}

.promo_nav_search_input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px 0 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    background: #fff;
    border: none;
}

.promo_nav-submenu {
	position: absolute;
    top: 112px;
    left: 20px;
    display: none;
    width: calc(100% - 20px);
    padding: 0 9%;
    flex-direction: column;
}
.promo_nav_list_cell:hover .promo_nav-submenu { display:flex; }
.promo_nav-submenu--item {
	color: #fff;
    line-height: 1.1em;
	margin-bottom: 10px;
}
.promo_nav-submenu--item._all { font-weight: 700; }
.promo_nav-submenu--item:hover {
	color: #fff;
	opacity: .85;
}

@media (max-width: 1140px) {
    .promo_nav._text:after {
        display: none;
    }
	.promo_nav-submenu--item { display: none; }
}

@media (max-width: 480px) {
    .promo_nav_list {
        margin: 0;
    }
    
    .promo_nav_list_cell {
        width: 50%;
        padding: 0;
    }
    
    .promo_nav {
        height: 136px;
        line-height: 136px;
        text-align: center;
    }
    
    .promo_nav:before {
        display: none;
    }
    
    .promo_nav._text {
        border-style: solid;
        border-color: #dbdbdb;
        border-width: 1px 0 0 1px;
    }
    
    .promo_nav_list_cell:nth-child(-n+2) .promo_nav._text {
        border-top: none;
    }
    
    .promo_nav_list_cell:nth-child(2n-3) .promo_nav._text {
        border-left: none;
    }
    
    .promo_nav_inner {
        padding: 0 20px;
    }
    
    .promo_nav_title {
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        line-height: 1.05;
    }
    
    .promo_nav_anot {
        display: none;
    }
    
    .promo_nav_wrap_search {
        display: none;
    }
}

/* ------------------------------------------------------------ */

.category_list {
    margin: 0 auto;
    font-size: 0;
}

.category_list_inner {
    margin: 0 0 -20px -20px;
}

.category_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    padding: 0 0 20px 20px;
    font-size: 16px;
}

@media (min-width: 1340px) {
    .category_list_cell {
        width: 16.66%;
    }
}

@media (max-width: 1339px) {
    .category_list_cell {
        width: 20%;
    }
}

@media (max-width: 1100px) {
    .category_list_cell {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .category_list_inner {
        margin: 0 0 -2px -2px;
    }
    
    .category_list_cell {
        width: 50%;
        padding: 0 0 2px 2px;
    }
}

.category_item {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    height: 280px;
    padding: 20px;
    text-decoration: none;
    color: #282828;
    background: #fff;
    border: none;
    transition: box-shadow 120ms ease-out;
}

.category_item:hover {
    color: #b32825;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.category_item_img {
    display: block;
    height: 140px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.category_item_title {
    overflow: hidden;
    max-height: 5.3em;
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

@media (max-width: 480px) {
    .category_item {
        height: 280px;
        line-height: 280px;
        padding: 0 20px;
    }
    
    .category_item_inner {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
}

/* ------------------------------------------------------------ */

.product_list_cell {
    position: relative;
    margin: 0 0 20px 0;
}

.product_item {
    display: block;
    padding: 30px 70px 30px 30px;
    text-decoration: none;
    color: #282828;
    background: #fff;
    border: none;
    transition: box-shadow 120ms ease-out;
}

.product_item:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.product_item_wrap_img {
    float: left;
    width: 140px;
}

.product_item_img {
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.product_item_img:not([style*="background-image"]) {
    background: url('../img/no_img.svg') no-repeat 50% 50%;
    background-size: 70px;
    border: 1px solid #f1f1f1;
}

.product_item_wrap_text {
    max-width: 600px;
    margin: 0 0 0 190px;
}

.product_item_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
}

.product_item_anot {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
    color: #909090;
}

.product_item:hover .product_item_title {
    color: #b32825;
}

/* ----------------------------- */

.product_item_compare {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdcdc;
    transition: border-color 90ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

@media (max-width: 480px) {
    .product_item_compare {
        display: none;
    }
}

.product_item_compare._active {
    border-color: #b32825;
}

.product_item_compare_text {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    right: 29px;
    height: 30px;
    line-height: 30px;
    padding: 0 17px 0 10px;
    font-size: 13px;
    white-space: nowrap;
    background: #fff;
    transition: opacity 100ms ease-out, visibility 100ms;
}

.product_item_compare_text a {
    color: #b32825;
}

.product_item_compare:hover .product_item_compare_text {
    opacity: 1;
    visibility: visible;
}

.product_item_compare .compare_toggle_open {
    display: none;
}

.product_item_compare._active .compare_toggle_add {
    display: none;
}

.product_item_compare._active .compare_toggle_open {
    display: block;
}

.product_item_compare_icon {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 12px;
    margin: -6px 0 0 -8px;
    background: url('../img/compare.svg') no-repeat 0 0;
    background-size: 17px;
}

.product_item_compare._active .product_item_compare_icon {
    background-position: 0 -22px;
}

@media (max-width: 480px) {
    .product_list {
        margin: -2px 0 0 -2px;
        font-size: 0;
    }
    
    .product_list_cell {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0;
        padding: 2px 0 0 2px;
        font-size: 16px;
    }
    
    .product_item {
        display: block;
        height: 260px;
        padding: 20px;
    }

    .product_item_wrap_img {
        float: none;
        width: 140px;
        max-width: 100%;
        margin: 0 auto;
    }

    .product_item_wrap_text {
        margin: 0;
    }
    
    .product_item_img:not([style*="background-image"]) {
        border: none;
    }
    
    .product_item_title {
        overflow: hidden;
        height: 4em;
        text-align: center;
    }
    
    .product_item_anot {
        display: none;
    }
}

/* ------------------------------------------------------------ */

.filter_list {
    margin: 20px 0;
    padding: 10px 30px;
    background: #fff;
}

@media (max-width: 1100px) {
    .filter_list {
        padding: 5px 20px;
    }
}

@media (max-width: 480px) {
    .filter_list {
        display: none;
    }
    
    .filter_list._mobile_open {
        display: block;
        margin: 10px 0 10px 0;
        padding: 5px 10px;
    }
}

.filter_list:first-child {
    margin-top: 0;
}

.filter_item {
    border-bottom: 1px solid #f1f1f1;
}

.filter_item:last-child {
    border-bottom: none;
}

.filter_item_toggle {
    display: block;
    position: relative;
    padding: 20px 30px 20px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.15;
    color: #282828;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_item_toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-style: solid;
    border-color: #b32825;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 180ms ease-out;
}

.filter_item._open .filter_item_toggle:after {
    transform: rotate(-45deg);
}

.filter_item_toggle:hover {
    color: #b32825;
}

.filter_item_content {
    display: none;
    margin: -10px 0 0 0;
    padding: 0 0 20px 0;
}

.filter_item._open .filter_item_content {
    display: block;
}

.filter_item_option_list {
    padding: 0;
}

.filter_option {
    display: block;
    position: relative;
    min-height: 20px;
    padding: 4px 0 6px 30px;
    font-size: 13px;
    line-height: 1.15;
    text-decoration: none;
    color: #282828;
    border: none;
}

.filter_option_checkbox {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
}

.filter_option:hover {
    color: #b32825;
}

.filter_option._selected .filter_option_checkbox {
    background: #b32825;
    border-color: #b32825;
}

.filter_option._selected .filter_option_checkbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 8px;
    margin: -6px 0 0 -5px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
}

.filter_option._hidden {
    display: none;
}

/* ------------------------------- */

.filter_item_show_all {
    display: block;
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.15;
    text-decoration: none;
    border: none;
}

/* ------------------------------- */

.filter_list_wrap_reset {
    margin: 10px 0 10px 0;
    text-align: right;
}

.filter_list_reset {
    display: inline-block;
    position: relative;
    padding: 0 0 0 16px;
    font-size: 13px;
    line-height: 1.15;
    white-space: nowrap;
    color: #b32825;
}

.filter_list_reset:hover {
    color: #282828;
}

.filter_list_reset:before,
.filter_list_reset:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    margin: 1px 0 0 0;
    background: #b32825;
}
.filter_list_reset:before { transform: rotate(-45deg); }
.filter_list_reset:after { transform: rotate(45deg); }

.filter_list_reset:hover:before,
.filter_list_reset:hover:after {
    background: #282828;
}

/* ------------------------------------------------------------ */

.mobile_filter_toggle {
    display: none;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    padding: 0 44px 0 10px;
    font-size: 15px;
    white-space: nowrap;
    cursor: pointer;
    color: #282828;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_filter_toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-style: solid;
    border-color: #b32825;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 180ms ease-out;
}

.mobile_filter_toggle._open:after {
    transform: rotate(-45deg);
}

@media (max-width: 480px) {
    .mobile_filter_toggle {
        display: block;
    }
}

/* ------------------------------------------------------------ */

.price_item {
    padding: 11px 0;
    border-bottom: 1px solid #f1f1f1;
}

.price_item_wrap_title {

    vertical-align: top;

    padding: 6px 26px 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
    white-space: nowrap;
}

.price_item_title {
    white-space: normal;
}

.price_item_wrap_img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: normal;
}

.price_item_img {
    display: inline-block;
    width: 18px;
    height: 14px;
    margin: -5px 0 0 4px;
    background: url('../img/img.svg') no-repeat 50% 50%;
    background-size: contain;
}

.price_item_wrap_img:hover .price_item_img {
    filter: brightness(0);
}

.price_item_popup {
    display: none;
    z-index: 999;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 320px;
    height: 320px;
    margin: 8px 0 0 -160px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.price_item_popup:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -12px;
    border-style: solid;
    border-width: 0 14px 10px 14px;
    border-color: transparent transparent #fff transparent;
}

.price_item_popup_img {
    display: block;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.price_item_wrap_img:hover .price_item_popup {
    display: block;
}

.price_item_wrap_img._up .price_item_popup {
    top: auto;
    bottom: 100%;
}

.price_item_wrap_img._up .price_item_popup:before {
    top: auto;
    bottom: -10px;
    border-width: 10px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
}

.price_item_wrap_brand {

    vertical-align: top;
    
    padding: 8px 0 0 0;
    line-height: 1.15;
    text-align: right;
}

.price_item_wrap_button {
   # display: table-cell;
   # vertical-align: top;
   # width: 135px;
   # padding-left: 30px;
   # text-align: right;
}
.price_item_wrap_button {
   display: table-cell;
    vertical-align: middle;
    width: 135px;
    padding-left: 30px;
    border: 1px solid #ccc;
    font-size: 0.9em;
    font-weight: bold;
    color: #b32825;
}

.price_item_button {
    display: inline-block;
    vertical-align: top;
    min-width: 105px;
    height: 30px;
    line-height: 28px;
    padding: 0 7px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    transition: opacity 120ms ease-out;
}

.price_item_button._disabled {
    opacity: 0.5;
}

.price_item_button._add {
    text-align: right;
    color: #b32825;
    background: #fff;
    border: 1px solid #b32825;
}

.price_item_button._add:before {
    content: '';
    display: block;
    float: left;
    width: 18px;
    height: 16px;
    margin: 6px 4px 0 0;
    background: url('../img/list_cart.svg') no-repeat 50% 50%;
    background-size: contain;
}

.price_item_button._in_cart {
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #b32825;
}

.price_item_button_currency {
    font-size: 13px;
}

@media (max-width: 480px) {
    .price_item {
        display: block;
        width: auto;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .price_item:after {
        content: "";
        display: block;
        clear: both;
    }

    .price_item_wrap_title {
        display: block;
        width: auto;
        margin: 0 0 8px 0;
        padding: 0 26px 0 0;
    }
    
    .price_item_wrap_brand {
        display: block;
        float: left;
        width: auto;
        margin: 9px 0 0 0;
        padding: 0;
    }
    
    .price_item_wrap_button {
        display: block;
        float: right;
        width: auto;
        padding: 0;
    }
    
    /* --------------------------- */
    
    .price_item_wrap_img {
        position: static;
    }
    
    .price_item_wrap_img._up .price_item_popup:before {
        display: none;
    }
    
    .price_item_popup {
        top: auto !important;
        bottom: auto !important;
    }
}

/* ------------------------------------------------------------ */

.list_control {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 0 -10px;
}

.list_control_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

.list_control_cell._search {
    width: 50%;
}

.list_control_cell._select {
    width: 25%;
}

.list_control_input {
    width: 100%;
}

@media (max-width: 480px) {
    .list_control {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
    }
    
    .list_control_cell {
        display: block;
        width: auto !important;
        margin: 0 0 10px 0;
        padding: 0;
    }
    
    .list_control_cell:last-child {
        margin-bottom: 0;
    }
}

/* ------------------------------------------------------------ */

.alphabet_list {
    margin: 10px 0 0 0;
    padding: 12px 0;
    font-size: 0;
    text-align: center;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 1px 0 1px 0;
}

.alphabet_list_group {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.alphabet_item {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-size: 13px;
    line-height: 1.15;
    text-decoration: none;
    color: #282828;
    border: none;
}

.alphabet_item:hover {
    color: #b32825;
}

@media (max-width: 480px) {
    .alphabet_list {
        display: none;
    }
}

/* ------------------------------------------------------------ */

.product_view_main {
    margin: 0 0 20px 0;
}

.product_view_wrap_img {
    float: left;
    width: 45%;
    max-width: 400px;
}

.product_view_wrap_info {
    float: right;
    width: 55%;
    padding: 0 0 0 30px;
}

.product_view_img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ececec;
}

.product_view_title {
    margin: 0 0 12px 0;
}

.product_view_anot {
    margin: 12px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

.product_view_anot:before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 0 0 18px 0;
    background: #b32825;
}

.product_view_all_property {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

.product_view_control {
    margin: 30px 0 0 0;
}

.product_view_wrap_popular {
    margin: 30px 0 0 0;
}

.product_view_popular_title {
    margin: 30px 0;
    text-align: center;
}

@media (max-width: 1200px) {
    .product_view_wrap_img {
        width: 40%;
    }
    
    .product_view_wrap_info {
        width: 60%;
    }
    
    .product_view_img {
        border: none;
    }
    
    .product_view_title {
        font-size: 40px;
        line-height: 1;
    }
}

@media (max-width: 480px) {
    .product_view_main {
        margin: 0 0 10px 0;
    }
    
    .product_view_wrap_img {
        float: none;
        width: auto;
        max-width: 400px;
        margin: 0 auto 20px auto;
        padding: 0;
    }

    .product_view_wrap_info {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.file_list {
    margin: 20px 0 0 0;
}

.file_list:first-child {
    margin-top: 0;
}

.file_list_cell {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.file_list_cell:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.file_item {
    display: inline-block;
    position: relative;
    min-height: 53px;
    padding: 10px 0 0 60px;
    background: url('../img/file.png') no-repeat 0 0;
    background-size: auto 53px;
}

.file_item_format {
    display: block;
    position: absolute;
    top: 27px;
    left: 0;
    width: 30px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.file_item_title {
    font-size: 15px;
    line-height: 1.33;
}

.file_item_info {
    margin: 4px 0 0 0;
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
}

/* ------------------------------------------------------------ */

.widget_brand {
    display: block;
    margin: 20px 0;
    padding: 30px;
    text-decoration: none;
    background: #fff;
    border: none;
}
.widget_brand:first-child { margin-top: 0; }
.widget_brand:last-child { margin-bottom: 0; }

.widget_brand_logo {
    display: block;
    width: 100%;
    height: auto;
    /*max-width: 150px;*/
    /*max-height: 150px;*/
    margin: 0 auto;
    transition: opacity 120ms ease-out;
}

.widget_brand:hover .widget_brand_logo {
    opacity: 0.7;
}

/* ------------------------------------------------------------ */

.widget_promo {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 30px;
    color: #fff;
  /*  background: #fff url('../img/widget/promo04.gif') no-repeat 50% 50%;*/
    background-size: cover;
    border: none;
	height: 420px;
}
.widget_promo:first-child { margin-top: 0; }
.widget_promo:last-child { margin-bottom: 0; }

.widget_promo:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    #background: #282828; //затемняет фон
}

.widget_promo:hover {
    color: #fff;
}

.widget_promo_inner {
    position: relative;
}

.widget_promo_title {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.widget_promo_text {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

.widget_promo_wrap_button {
    margin: 120px 0 0 0;
}

.widget_promo_button {
    width: 100%;
    padding: 0;
}

.widget_warehouse {
	display: block;
    position: relative;
    margin: 20px 0;
    padding: 30px;
    background: #fff;
    border: none;
}
.widget_warehouse_inner {
	position: relative;
}
.widget_warehouse_title {
	font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}
.widget_warehouse_text {
	margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}
#warehouse_map
{
    margin: 20px -30px -30px;
    width: calc(100% + 60px);
    height: 305px;
}
#warehouse_marker {
	background: url('http://agrotambov.ru/local/templates/agrotambov/img/placemark.jpg') no-repeat;
	width: 106px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 11px 54px;
	margin-top: 20px;
	box-shadow: 1px 1px 4px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1140px) {
    .widget_promo {
        padding: 20px;
    }
    
    .widget_promo_wrap_button {
        margin: 50px 0 0 0;
    }
}

/* ------------------------------------------------------------ */
.widget_promo_link {
   margin: 15px 0px;
	}
.widget_question {
    padding: 30px;
    color: #fff;
    background: #b32825 url('../img/mail.svg') no-repeat 100% 60%;
}

.widget_question_title {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.widget_question_text {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

.widget_question_wrap_button {
    margin: 30px 0 0 0;
}

.widget_phone {
    display: block;
    margin: 10px 0 0;
    font-size: 1.2em;
    font-weight: bold;
}

/* ------------------------------------------------------------ */

.substance_group {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #f1f1f1;
}

.substance_group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.substance_group_wrap_img {
    float: left;
    width: 24%;
    padding: 0 4.5% 0 0;
}

.substance_group_title, 
.substance_group_text {
    margin: 0 0 0 24%;
}

.substance_group_img {
    display: block;
    width: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.substance_group_title {
    margin: 0 0 10px 0;
}

@media (max-width: 480px) {
    .substance_group {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }
    
    .substance_group_wrap_img {
        width: 30%;
    }
    
    .substance_group_title {
        margin-left: 30%;
    }
    
    .substance_group_text {
        clear: left;
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
    }
}

/* ------------------------------------------------------------ */

.product_view_compare {
    display: inline-block;
}

@media (max-width: 480px) {
    .product_view_compare {
        display: none;
    }
}

.compare_button {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
}

.compare_button_icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 17px;
    height: 12px;
    background: url('../img/compare.svg') no-repeat 0 -44px;
    background-size: 17px;
}

.compare_button:hover .compare_button_icon,
.compare_button._active .compare_button_icon {
    background-position: 0 -22px;
}

.compare_button_text {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 8px;
    font-size: 15px;
    color: #282828;
}

.compare_button:hover .compare_button_text {
    color: #b32825;
}

.compare_button_text a {
    color: #b32825;
}

.compare_button .compare_toggle_open {
    display: none;
}

.compare_button._active .compare_toggle_add {
    display: none;
}

.compare_button._active .compare_toggle_open {
    display: inline-block;
}

/* ------------------------------------------------------------ */

.compare_container {
    margin: -20px 0 0 0;
}

.compare_part._head {
    overflow: hidden;
    float: left;
    width: 246px;
}

.compare_part._body {
    overflow-x: auto;
    position: relative;
    margin-left: 246px;
}

.compare_part._body._overflow {
    overflow: hidden;
}

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

.compare_list {
    table-layout: fixed;
}

.compare_part._body .compare_list {
    margin-left: -246px;
}

.compare_list tr._hidden {
    display: none;
}

.compare_list td {
    min-width: 236px;
    max-width: 236px;
    width: 236px;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f1f1;
}

.compare_list_row._product td {
    padding-bottom: 45px;
}

.compare_list_col._control {
    padding-top: 45px;
    vertical-align: top;
}

.compare_list_row._property {
    font-size: 15px;
    line-height: 1.6;
}

.compare_list_col._property_title {
    font-weight: 600;
}

@media (max-width: 480px) {
    .compare_part._head {
        display: none;
    }
    
    .compare_part._body {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------- */

.compare_container .iScrollIndicator {
    height: 100%;
    cursor: pointer;
    background: #b32825;
    border-radius: 4px;
}

.compare_container .iScrollHorizontalScrollbar {
    overflow: hidden;
    position: absolute;
    top: 265px;
    left: 0;
    width: 100%;
    height: 9px;
    background: #dcdcdc;
    border-radius: 4px;
}

/* -------------------------------------------------------------- */

.compare_product {
    position: relative;
    padding: 40px 0 0 0;
}

.compare_product_link {
    display: block;
    text-decoration: none;
    color: #282828;
    border: none;
}

.compare_product_wrap_img {
    display: block;
    width: 140px;
}

.compare_product_img {
    display: block;
    width: auto;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.compare_product_img:not([style*="background-image"]) {
    background: url('../img/no_img.svg') no-repeat 50% 50%;
    background-size: 70px;
    border: 1px solid #f1f1f1;
}

.compare_product_title {
    overflow: hidden;
    height: 3em;
    margin: 12px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45;
}

.compare_product_link:hover .compare_product_title {
    color: #b32825;
}

.compare_product_remove {
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.compare_product_remove:before,
.compare_product_remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #282828;
    transform-origin: center;
}

.compare_product_remove:before {
    transform: rotate(45deg);
}

.compare_product_remove:after {
    transform: rotate(135deg);
}

.compare_product_remove:hover:before,
.compare_product_remove:hover:after {
    background: #b32825;
}

/* ------------------------------------------------------------ */

.partner_list {
    margin: 0 0 -20px -20px;
    font-size: 0;
}

.partner_list_cell {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 20px 20px;
    font-size: 16px;
}

.partner_item {
    display: block;
    position: relative;
    width: 178px;
    height: 178px;
    line-height: 178px;
    padding: 0 20px;
    text-align: center;
    background-color: #fff;
}

.partner_item_img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 110px;
}

.partner_item_overlay {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    background: #b32825;
    transition: opacity 120ms ease-out, visibility 120ms;
}

.partner_item:hover .partner_item_overlay {
    opacity: 1;
    visibility: visible;
}

.partner_item_overlay_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.33;
}

.partner_item_overlay_link {
    display: inline-block;
    margin: -1px 0 0 0;
    padding: 10px 0;
    color: #fff;
    border-style: solid;
    border-color: #ca6967;
    border-width: 1px 0 1px 0;
}

.partner_item_overlay_link:first-child {
    border-top: none;
}

.partner_item_overlay_link:last-child {
    border-bottom: none;
}

.partner_item_overlay_link:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 480px) {
    .partner_list {
        margin: 0 0 -2px -2px;
        text-align: center;
    }
    
    .partner_list_cell {
        padding: 0 0 2px 2px;
    }
}

/* ------------------------------------------------------------ */

.partner_view {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.partner_view_wrap_img {
    display: table-cell;
    vertical-align: top;
    width: 210px;
    padding: 0 30px 0 0;
}

.partner_view_img_container {
    display: block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    padding: 0 20px;
    font-size: 0;
    border: 1px solid #ececec;
}

.partner_view_img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 110px;
}

.partner_view_wrap_text {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 481px) and (max-width: 1140px) {
    .partner_view_wrap_img {
        width: 190px;
    }
    
    .partner_view_img_container {
        width: 160px;
        height: 160px;
        line-height: 160px;
    }
    
    .partner_view_wrap_text {
        margin-left: 190px;
    }
}

@media (max-width: 480px) {
    .partner_view {
        display: block;
        width: auto;
    }
    
    .partner_view_wrap_img {
        display: block;
        width: auto;
        margin: 10px 0 20px 0;
        padding: 0;
    }
    
    .partner_view_img_container {
        margin: 0 auto;
    }
    
    .partner_view_wrap_text {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.news_list_cell {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
}
.news_list_cell_mk {
    margin: 0 30px 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    width: 45%;
}

.news_list_cell:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news_item {
    display: block;
    color: #282828;
    text-decoration: none;
    border: none;
}

.news_item_wrap_img {
    display: block;
    float: left;
    width: 180px;
}

.news_item._promo .news_item_wrap_img {
    width: 380px;
}

.news_item_img {
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}

.news_item._promo .news_item_img {
    padding: 75% 0 0 0;
}

.news_item_wrap_text {
    margin: 0 0 0 210px;
}

.news_item._promo .news_item_wrap_text {
    margin: 0 0 0 420px;
}

.news_item_date {
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
}

.news_item_title {
    margin: 10px 0 0 0;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.news_item:hover .news_item_title {
    color: #b32825;
}

.news_item._promo .news_item_title {
    font-size: 30px;
    line-height: 1;
}

.news_item_anot {
    position: relative;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

.news_item_anot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #b32825;
}

@media (max-width: 480px) {
    .news_list_cell {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }
    
    .news_item_wrap_img,
    .news_item._promo .news_item_wrap_img {
        width: 65px;
    }
    
    .news_item_img,
    .news_item._promo .news_item_img {
        padding: 100% 0 0 0;
		background-size: cover;
    }
    
    .news_item_wrap_text,
    .news_item._promo .news_item_wrap_text {
        margin: 0 0 0 75px;
    }
    
    .news_item_title,
    .news_item._promo .news_item_title {
        margin: 10px 0 0 0;
        font-family: Arial, sans-serif;
        font-size: 15px;
        line-height: 1.33;
        text-transform: none;
    }
    
    .news_item_anot {
        display: none;
    }
}

/* ------------------------------------------------------------ */

.index_news_list {
    margin: 0 0 0 -50px;
    font-size: 0;
}

.index_news_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 0 50px;
    font-size: 16px;
}

.index_news_item {
    display: block;
    text-decoration: none;
    color: #282828;
    border: none;
}

.index_news_wrap_img {
    display: none;
}

.index_news_item_date {
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
}

.index_news_item_title {
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
}

.index_news_item:hover .index_news_item_title {
    color: #b32825;
}

@media (max-width: 480px) {
    .index_news_list {
        margin: 0;
    }

    .index_news_list_cell {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #dcdcdc;
    }
    
    .index_news_list_cell:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    
    .index_news_wrap_img {
        display: block;
        float: left;
        width: 64px;
    }
    
    .index_news_img {
        display: block;
        padding: 100% 0 0 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
    
    .index_news_wrap_text {
        margin: 0 0 0 76px;
    }
}

/* ------------------------------------------------------------ */

#cart_content {
    transition: opacity 120ms ease-out;
}

#cart_content._disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* ------------------------------------------------------------ */

.cart_product_list {
    
}

.cart_product_list_row {
    padding: 20px 10px 10px 10px;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 0 0 1px 0;
}

.cart_product_list_row:first-child {
    border-top-width: 1px;
}

.cart_product {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cart_product_wrap_info {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 7px 20px 0 0;
}

.cart_product_wrap_price {
    display: table-cell;
    vertical-align: top;
    width: 330px;
    font-size: 0;
    text-align: right;
    white-space: nowrap;
}

.cart_product_wrap_title {
    margin: 0;
}

.cart_product_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
}

.cart_product_wrap_delete {
    margin: 0;
}

.cart_product_delete {
    font-size: 11px;
    line-height: 1.1;
    color: #909090;
}

.cart_product_price {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    padding: 7px 0 0 0;
    font-size: 17px;
    white-space: nowrap;
}

.cart_product_price_number {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.17;
}

.cart_product_price_currency {
    font-size: 13px;
    line-height: 1.55;
}

.cart_product_times {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
}

.cart_product_count {
    display: inline-block;
    vertical-align: top;
}

.cart_product_subtotal {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    padding: 7px 0 0 20px;
    font-size: 17px;
    white-space: nowrap;
}

.cart_product_error {
    display: block;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    color: #b32825;
}

@media (max-width: 480px) {
    .cart_product_list_row {
        padding: 18px 0 10px 0;
    }
    
    .cart_product {
        display: block;
        position: relative;
        width: auto;
        padding: 0 0 20px 0;
    }

    .cart_product_wrap_info {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .cart_product_wrap_price {
        display: block;
        width: auto;
        margin: 18px 0 0 0;
        padding: 0;
    }
    
    .cart_product_wrap_delete {
        position: absolute;
        left: 0;
        bottom: -4px;
        margin: 0;
        padding: 0;
    }
    
    .cart_product_subtotal {
        width: 80px;
        padding-left: 10px;
    }
    
    .cart_product_error {
        padding: 0 80px 0 0;
        text-align: right;
    }
}

/* ------------------------------------------------------------ */

.cart_wrap_total {
    margin: 20px 0 0 0;
}

.cart_wrap_total_left {
    float: left;
}

.cart_wrap_total_right {
    float: right;
    text-align: right;
}

.cart_total {
    white-space: nowrap;
}

.cart_total_price {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.cart_total_currency {
    font-size: 13px;
    line-height: 1.55;
}

.cart_wrap_submit {
    margin: 30px 0 0 0;
}

/* ------------------------------------------------------------ */

.order_list {
    
}

.order_list_row {
    display: block;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 0 0 1px 0;
}

.order_list_row:first-child {
    border-top-width: 1px;
}

.order_item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px 0;
    margin: 0 0 0 -20px;
    font-size: 0;
    text-decoration: none;
    color: #282828;
    border: none;
}

.order_item:hover {
    color: #b32825;
}

.order_item_cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.33;
}

.order_item_cell._number {
    width: 130px;
    font-weight: bold;
}

.order_item_cell._date {
    width: 170px;
}

.order_item_cell._status {
    width: auto;
}

.order_item_cell._status._complete {
    color: #8baa66;
}

.order_item_cell._total {
    width: 120px;
    text-align: right;
}

.order_item_price {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
}

.order_item_currency {
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 480px) {
    .order_list_row:last-child {
        border-bottom: 0;
    }
    
    .order_item {
        display: block;
        width: auto;
        margin: 0;
    }
    
    .order_item_cell {
        display: block;
        width: auto !important;
        margin: 0;
        padding: 0;
    }
    
    .order_item {
        position: relative;
        padding: 20px 90px 20px 0;
    }
    
    .order_item_cell._total {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -11px 0 0 0;
    }
}

/* ------------------------------------------------------------ */

.order_product {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px 0;
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 0 0 1px 0;
}

.order_product:first-child {
    border-top-width: 1px;
}

.order_product_wrap_title {
    display: table-cell;
    width: 60%;
}

.order_product_wrap_price {
    display: table-cell;
    width: 40%;
    text-align: right;
}

.order_product_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
}

.order_product_price {
    white-space: nowrap;
}

.order_product_price_number {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
}

.order_product_price_currency {
    font-size: 13px;
    line-height: 1.55;
}

.order_product_times {
    margin: 0 5px;
    font-size: 15px;
}

.order_product_count {
    font-size: 15px;
    line-height: 1.33;
}

.order_product_total {
    margin: 20px 0 0 0;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-align: right;
}

@media (max-width: 480px) {
    .order_product {
        display: block;
        width: auto;
        padding: 20px 0;
    }
    
    .order_product_wrap_title {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .order_product_wrap_price {
        display: block;
        width: auto;
        margin: 20px 0 0 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.order_view_title {
    margin: 0;
}

.order_view_attention {
    margin: 8px 0;
}

.order_view_wrap_info {
    margin: 8px 0 30px 0;
}

.order_view_info {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.33;
}

.order_view_info:last-child {
    margin-bottom: 0;
}

.order_view_info_title {
    font-weight: bold;
}

.order_view_wrap_payment {
    margin: 30px 0;
}

.order_view_wrap_product {
    margin: 30px 0 0 0;
}

/* ------------------------------------------------------------ */

.video_item {
    margin: 40px 0;
}
.video_item:first-child { margin-top: 0; }
.video_item:last-child { margin-bottom: 0; }

.video_item_title {
    margin: 0 0 20px 0;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
}

.video_item iframe {
    width: 640px;
    max-width: 100%;
    height: 360px;
    
}

@media (max-width: 480px) {
    .video_item iframe {
        width: 100%;
        height: 240px;
    }
}

/* ------------------------------------------------------------ */

.gallery_slider_main {
    padding: 0 40px;
}

.gallery_slider_item {
    display: block;
    padding: 65% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.gallery_slider_button {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background: #fff;
}

.gallery_slider_button._prev {
    left: 0;
}

.gallery_slider_button._next {
    right: 0;
}

.gallery_slider_button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border-style: solid;
    border-color: #b32825;
    border-width: 2px 2px 0 0;
    transition: border-color 120ms ease-out;
}

.gallery_slider_button:hover:before {
    border-color: #282828;
}

.gallery_slider_button._prev:before {
    transform: translateX(4px) rotate(-135deg);
}

.gallery_slider_button._next:before {
    transform: translateX(-4px) rotate(45deg);
}

.gallery_slider_button.swiper-button-disabled:before {
    border-color: #dcdcdc;
}

/* ------------------------------- */

.gallery_slider_preview {
    margin: 10px 0 0 0;
    padding: 0 40px;
}

.gallery_slider_preview .swiper-slide {
    width: 140px;
    height: 90px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: opacity 150ms ease-out;
}

.gallery_slider_preview .swiper-slide:hover {
    opacity: 0.7;
}

.gallery_slider_preview .swiper-slide-active {
    box-shadow: inset 0 0 0 3px #b32825;
}

/* ------------------------------------------------------------ */

.page_footer_partner_slider {
    padding: 30px 0;
    background: #fff;
}

@media (max-width: 480px) {
    .page_footer_partner_slider {
        display: none;
    }
}

.partner_slider {
    padding: 0 70px;
}

.partner_slider_wrapper {
    align-items: center;
}

.partner_slider_prev,
.partner_slider_next {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    background: #fff;
}

.partner_slider_prev {
    left: 0;
}

.partner_slider_next {
    right: 0;
}

.partner_slider_prev:before,
.partner_slider_next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    border-style: solid;
    border-color: #909090;
    border-width: 2px 2px 0 0;
}

.partner_slider_prev:before {
    margin-left: -4px;
    transform: rotate(-135deg);
}

.partner_slider_next:before {
    margin-left: -10px;
    transform: rotate(45deg);
}

.partner_slider_prev:hover:before,
.partner_slider_next:hover:before {
    border-color: #333;
}

.partner_slider_item {
    display: block;
    border: none;
    transition: opacity 90ms ease-out;
}

.partner_slider_item:hover {
    /*opacity: 0.7;*/
}

.partner_slider_item_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 64px;
    margin: 0 auto;
}

/* ------------------------------------------------------------ */

.promo_bg {
    display: block;
    height: 660px;
    margin: -20px 0 -220px 0;
    padding: 95px 0 0 0;
    background-color: #282828;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_bg_info {
    float: left;
    width: 500px;
    color: #fff;
}

.promo_bg_info_title {
    margin: 0;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.promo_bg_info_text {
    font-size: 15px;
    line-height: 1.33;
}

.promo_bg_info_text:before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 18px 0;
    background: #b32825;
}

@media (max-width: 480px) {
    .promo_bg {
        display: none;
    }
}

/* ------------------------------------------------------------ */
.lang_page_block {
    padding: 0px 40px;
    border-top: 1px solid #f1f1f1;
}
.lang_page_block .static_text h2 {
   text-align: center;
    color: #b32825;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0px;
}
.lang_page_block .static_text strong {
	border-bottom: 3px solid #b32825;
}
/* ------------------------------------------------------------ */

.service_page_block {
    margin: 40px 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #f1f1f1;
}

.service_page_block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

@media (max-width: 480px) {
    .service_page_block {
        margin: 30px 0;
        padding: 30px 0 0 0;
    }
}

/* ------------------------------------------------------------ */

.service_list {
    margin: 0 0 -30px -30px;
    font-size: 0;
}

.service_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 30px 30px;
    font-size: 16px;
}

.service_item_header {
    line-height: 70px;
}

.service_item_img {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: url('../img/service.png') no-repeat 70px 70px;
    background-size: 70px;
}
.service_item_img._kpp { background-position: 0 0; }
.service_item_img._dvs { background-position: 0 -80px; }
.service_item_img._toplivo { background-position: 0 -160px; }
.service_item_img._shini { background-position: 0 -240px; }
.service_item_img._moyka { background-position: 0 -320px; }
.service_item_img._svarka { background-position: 0 -400px; }
.service_item_img._cond { background-position: 0 -480px; }
.service_item_img._ss { background-position: 0 -560px; }
.service_item_img._npt { background-position: 0 -640px; }
.service_item_img._tutm { background-position: 0 -720px; }
.service_item_img._prg { background-position: 0 -800px; }
.service_item_img._prsu { background-position: 0 -880px; }
.service_item_img._ppop{ background-position: 0 -960px; }

.service_item_title {
    min-height: 70px;
    line-height: 70px;
    margin: 0 0 0 90px;
}
.service_item_title_rain {
    min-height: 70px;
    line-height: 70px;
    margin: 0 0 0 10px;
}

.service_item_title_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
}

.service_item_anot {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

@media (max-width: 480px) {
    .service_list {
        margin: 0;
    }

    .service_list_cell {
        display: block;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.service_page_map {
    width: 100%;
    height: 360px;
    margin: 30px 0 0 0;
}

/* ------------------------------------------------------------ */

.feature_list {
    margin: 0 0 -30px -30px;
    font-size: 0;
}

.feature_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 30px 30px;
    font-size: 16px;
}

.feature_item_title {
    max-width: 400px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.feature_item_anot {
    max-width: 400px;
    margin: 15px 0 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: #909090;
}

.feature_item_anot:before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 0 0 7px 0;
    background: #b32825;
}

@media (max-width: 480px) {
    .feature_list {
        margin: 0;
    }

    .feature_list_cell {
        display: block;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.fact_list {
    margin: 40px 0 0 -40px;
    font-size: 0;
}

.fact_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 40px 0;
    padding: 0 0 0 40px;
}

.fact_item {
    font-size: 15px;
}

.fact_item_title {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.fact_item_anot {
    margin: 16px 0 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: #909090;
}

.fact_item_anot:before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 0 0 7px 0;
    background: #b32825;
}

@media (max-width: 480px) {
    .fact_list {
        margin: 30px 0 0 0;
    }
    
    .fact_list_cell {
        display: block;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }
}

/* ------------------------------------------------------------ */

.feedback_list_row {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
}

.feedback_list_row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.feedback_item_wrap_img {
    display: block;
    float: left;
    width: 180px;
}

.feedback_item_wrap_info {
    margin: 0 0 0 210px;
}

.feedback_item_link {
    display: block;
    border: none;
    border: 1px solid #ececec;
    transition: box-shadow 120ms ease-out;
}

.feedback_item_link:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.feedback_item_img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 250px;
}

.feedback_item_company {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.feedback_item_text {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.33;
}

.feedback_item_wrap_person {
    margin: 15px 0 0 0;
    font-size: 0;
}

.feedback_item_person_img {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.feedback_item_person_title {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
}

.feedback_item_mobile_img {
    display: none;
}

@media (max-width: 480px) {
    .feedback_list_row {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .feedback_item_wrap_img {
        display: none;
    }
    
    .feedback_item_wrap_info {
        margin: 0;
    }
    
    .feedback_item_mobile_img {
        display: block;
        margin: 15px 0 0 0;
        font-size: 15px;
        line-height: 1.33;
    }

    .btn.btn-default.btn-buy.btn-md {
        white-space: pre-wrap;
        max-width: 426px;
        width: 100%;
        height: auto;
        line-height: 1.8em;
        padding: 8px 40px;
    }
}

/* ------------------------------------------------------------ */

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

@media screen and (max-width: 481px) {
    .contacts_map {
        height: 180px;
    }
}

/* ------------------------------------------------------------ */

.contacts_group {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
}

.contacts_group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ------------------------------------------------------------ */

.person_list {
    margin: 30px 0 -30px -30px;
    font-size: 0;
}

.person_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}

.person_item {
    font-size: 0;
}

.person_item_wrap_img {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 20px 0 0;
}

.person_item_wrap_info {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    font-size: 16px;
}

.person_item_img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 109px;
    height: 165px;
}

.person_item_name {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
}

.person_item_job {
    font-size: 15px;
    line-height: 1.33;
}

.person_item_contacts {
    margin: 8px 0 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: #909090;
}

.person_item_contacts:before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 0 0 8px 0;
    background: #b32825;
}

@media (max-width: 480px) {
    .person_list {
        margin: 20px 0;
    }

    .person_list_cell {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .person_item_wrap_info {
        width: 65%;
        margin-left: 3%;
    }
}

/* ------------------------------------------------------------ */

.error_404 {
    margin: 50px 0 80px 0;
    text-align: center;
}

.error_404_code {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.error_404_title {
    font-size: 16px;
    font-weight: bold;
}

.error_404_wrap_button {
    margin: 30px 0 0 0;
}

/* ------------------------------------------------------------ */

.page_footer_main {
    padding: 40px 0;
    background: #f6f6f6;
}

.footer_menu {
    display: flex;
    margin: 0 0 0 -20px;
    font-size: 0;
    white-space: nowrap;
}

.footer_menu_group {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    padding: 0 0 0 20px;
    font-size: 16px;
    white-space: normal;
}

.footer_menu_group_title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.15;
    color: #282828;
}

.footer_menu_group_title:hover {
    color: #b32825;
}

.footer_menu_group_content {
    margin: 12px 0 0 0;
}
.footer_menu_group-dummy {
    margin-bottom: 16px;
}
.footer_menu_group_content:before {
    content: '';
    display: block;
    width: 46px;
    height: 3px;
    margin: 0 0 9px 0;
    background: #b32825;
}

.footer_menu_item {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.15;
    color: #282828;
}

.footer_menu_item:hover {
    color: #b32825;
}

@media (max-width: 480px) {
    .page_footer_main {
        padding: 25px 0;
        background: #fff;
    }
    
    .footer_menu {
        white-space: normal;
		display: block;
    }
    
    .footer_menu_group {
        width: 50%;
        text-align: center;
    }
    
    .footer_menu_group_title {
        padding: 7px 0;
        font-weight: normal;
    }
    
    .footer_menu_group_content {
        display: none;
    }
}

/* ------------------------------------------------------------ */

.page_footer_bottom {
    padding: 22px 0;
    font-size: 13px;
    line-height: 1.15;
    color: #909090;
    background: #ececec;
}

.page_footer_bottom a {
    color: #282828;
}

.page_footer_bottom a:hover {
    color: #b32825;
}

/* ------------------------------------------------------------ */

.footer_copyright {

}

.footer_copyright_bock {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 13px;
    line-height: 1.15;
}

.footer_copyright_bock:first-child {
    margin-left: 0;
}

/* ------------------------------------------------------------ */

.footer {
    display: flex;
    justify-content: space-between;
}

.footer_contacts {

}

.footer_contacts_bock {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 13px;
    line-height: 1.15;
}

@media (min-width: 481px) {
    .footer_contacts_bock._address {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_copyright {
        display: block;
        float: none;
        margin: 0 0 20px;
    }

    .footer_contacts {
        display: block;
        float: none;
        margin: 0 0 20px;
    }

    .footer_confidential {
        margin: 0 0 20px;
    }

    .footer_contacts_bock {
        margin: 10px 0 0;
    }
    
    .footer_contacts_bock._address {
        display: block;
    }
}

/* ------------------------------------------------------------ */
.partner_slider_item {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.partner_slider_item:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* ------------------------------------------------------------ */
._upper { text-transform: uppercase; }
.yamaps_link-ext { padding-left: 20px; position:relative; }
.yamaps_link-ext:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
}
.block_private { font-size: 10px; }
/* ----------------------Mr.Snaka--------------------------- */
.stzBlok {
	text-align: left;
}
.stzBlokItem {
	display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0px 5px 10px 5px;
}
.stzBlokItem:hover {
    border: 1px solid #b32825;
    cursor: pointer;
}
.stzBlokItemText {
	text-align: center;
}
.alx_cont_popup .mobile_break_wrapper {
	display: none;
}
.alx-feedb-error .mobile_break_wrapper {
	display: none;
}
.widget_promo_button {
	padding: 120% 0% 0% 0%;
}
/* ----------------------Mr.Snaka faqServis--------------------------- */
.faqServis .index_news_list_cell {
	width: 100%;
}
.faqServis .content_block_main {
	background: #b32825;
}
.faqServis h2 {
	color: #fff;
}
.faqServis .index_news_item_date {
	color: #fff;
}
.faqServis .index_news_item {
	color: #fff;
	border-bottom: 1px solid;
    padding: 5px 0px;
}
.faqServis .index_news_item:hover .index_news_item_title {
	color: #000;
}
/* ----------------------Mr.Snaka оформление обновление прайса--------------------------- */
.product_update_price {
	font-size: 0.8em;
    color: #b32825;
    border-bottom: 1px solid;
    padding-bottom: 6px;
}
.product_view_shipping {
	padding: 10px 0px;
    margin: 10px 0px 20px 0px;
    border-bottom: 1px solid #909090;
    color: #909090;
	font-size: 18px;
}

/* ----------------------Mr.Snaka оформление статей--------------------------- */

.text-left {}
.img-center {
	text-align: center;
}
.img-center img {
	border-radius: 5px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.dl-horizontal dt {
	display: inline-block;
    width: 15%;
    vertical-align: top;
	text-align: right;
}
.dl-horizontal dd {
	display: inline-block;
    width: 70%;
    border-left: 1px solid #b32825;
    padding-left: 5px;
}
/* ----------------------Mr.Snaka кнопка звонок на мобильной версии--------------------------- */
.pulse_cm {
  position: fixed;
  bottom: 0px;
  right: 0px;
  transform: translate(-50%, -50%);
  background: #b32825;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  line-height: 85px;
  font-size: 50px;
	z-index: 50;
}
.pulse_cm a {
	color: #fff;
}
.pulse_cm:before,
.pulse_cm:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #b32825;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse_cm:after{
	animation-delay: .5s;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}
/* ----------------------Mr.Snaka ТАБЫ--------------------------- */
.tabs {
  font-size: 0;
}

.tabs>input[type="radio"] {
  display: none;
}

.tabs>div {
  /* скрыть контент по умолчанию */
  display: none;
  padding: 10px 15px;
  font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}

.tabs>label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
	font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.05;
    text-transform: uppercase;
}

.tabs>label:not(:first-of-type) {
  border-left: none;
}

.tabs>input[type="radio"]:checked+label {
  background-color: #fff;
  border-bottom: 1px solid #b32825;
}