@charset "utf-8";
@import url(right-side-lang.css);

/* ------------------------------------------------------------ */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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{display:inline-block;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-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

ul li { 
    list-style: none;
}

table,
table td {
    padding: 0;
    margin: 0;
    border: 0 none;
}

*:not(.static_text) > table,
*:not(.static_text) > table td {
    border-collapse: collapse;
}

/* ------------------------------------------------------------ */

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
		url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
		url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
		url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

/* -------------------------------------------------------------- */

html, body {
    position: relative;
    height: auto;
    min-height: 100vh;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.75;
    color: #1f1e20;
    background: #fff;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.f-incorrect {
    border: 2px solid red !important;
}

/* -------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #d8232e;
    border-bottom: 3px solid transparent;
}

a:hover {
    border-bottom-color: rgba(216, 35, 46, 0.3);
}

/* -------------------------------------------------------------- */

h1, .h1 {
    margin: 0 0 24px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.125;
    text-transform: uppercase;
}

h1._big, .h1._big {
    font-size: 74px;
    font-weight: 600;
    line-height: 0.82;
    text-transform: uppercase;
}

h2, .h2 {
    margin: 24px 0 20px 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

h3 {
    margin: 24px 0 20px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
}

h4 {
    margin: 24px 0 12px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    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, h1._big, .h1._big {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.15;
    }
    
    h2, .h2, h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
    }
}

/* -------------------------------------------------------------- */

.static_text a {
    text-decoration: none;
    color: #1f1e20;
    border-bottom: 3px solid rgba(216, 35, 46, 0.3);
}

.static_text a:hover {
    color: #d8232e;
}

.static_text p {
    margin: 14px 0;
}

.static_text ol,
.static_text ul {
    margin: 14px 0 28px 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: ol_counter;
}

.static_text ol > li {
    margin-bottom: 10px;
    padding-left: 36px;
    list-style-type: none;
}

.static_text ol > li:before {
    content: counter(ol_counter) '. ';
    counter-increment: ol_counter;
    float: left;
    margin: 0 0 0 -36px;
    color: #d8232e;
}

.static_text ul > li {
    margin-bottom: 10px;
    padding-left: 30px;
}

.static_text ul > li:before {
    content: '';
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    margin: 0.6em 0 0 -18px;
    background: #d8232e;
    border-radius: 100%;
}

.static_text img {
    max-width: 100%;
    height: auto;
}

.static_text .ba-slider img {
    max-width: none;
}

.static_table td,
.static_table th {
    padding: 14px 20px;
}

.static_table tr:nth-child(odd) {
    background: #f7f7f7;
}

.static_table tr:first-child:last-child {
    background: none;
}

.static_table th,
.static_table thead td {
    font-weight: 600;
}

.text_subtle {
    font-size: 15px;
    line-height: 1.65;
}

.text_gray {
    color: #6f7477;
}

.text_quote {
    padding: 0 0 0 20px;
    border-left: 3px solid #d8232e;
}

.static_text .text_quote {
    margin: 20px 0;
}

/* -------------------------------------------------------------- */

.hidden_text_expand_link {
    border-bottom: 1px dashed;
}
.hidden_text_expand_link:hover {
    border-bottom-color: transparent;
}

.hidden_text_content {
    display: none;
}

/* -------------------------------------------------------------- */

.promo_slider {
    display: block;
    min-width: 1000px;
    max-width: calc(100% - 100px);
    margin: 0 auto 0 100px;
}

.promo_slider_item {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #2a3e92;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_slider_item:before {
    content: '';
    display: block;
    padding: 35.5% 0 0 0;
}

/* Only show one slide until slider is ready to prevent jumping content */
.promo_slider > .promo_slider_item:not(:first-child) {
    display: none;
}

.promo_slider_item_bg {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
    transition: opacity 450ms ease;
}

.promo_slider_item_bg.swiper-lazy:not(._first) {
    opacity: 0;
}

.promo_slider_item_bg.swiper-lazy.swiper-lazy-loaded {
    opacity: 1;
}

.promo_slider_item_link {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0 0 0;
    color: #fff;
    border: none;
}

.promo_slider_item_title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.promo_slider_item_anot {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

.promo_slider_item_button {
    margin: 32px 0 0 0;
}

.promo_slider .swiper-pagination {
    margin: 0 auto;
    font-size: 0;
    position: absolute;
    bottom: 81px;
    text-align: left;
    min-width: 1000px;
    max-width: 1480px;
    display: block;
}

.promo_slider .swiper-pagination-bullet {
    width: 60px;
    height: 64px;
    margin: 0 !important;
    padding: 20px 5px;
    background: none;
    border-radius: 0;
}

.promo_slider .swiper-pagination-bullet:first-child {
    width: 60px;
    height: 64px;
    margin: 0 !important;
    padding: 20px 5px 20px 0;
    background: none;
    border-radius: 0;
}


.promo_slider .swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 52px;
    height: 5px;
    opacity: 0.5;
    background: #fff;
    transition: opacity 150ms ease-out;
}

.promo_slider .swiper-pagination-bullet-active:after {
    opacity: 1;
}

@media (max-width: 1260px) {
    .promo_slider{
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .promo_slider {
        min-width: 0;
    }
    
    .promo_slider .swiper-wrapper {
        padding-bottom: 60px;
    }
    
    .promo_slider .swiper-pagination {
        top: 22%;
        padding: 0;
        text-align: center;
        min-width: 100%;
        left: 0;
    }
    
    .promo_slider .swiper-pagination-bullet {
        width: 50px;
        height: 55px;
    }

    .promo_slider .swiper-pagination-bullet:first-child {
        width: 50px;
        height: 55px;
    }

    .promo_slider .swiper-pagination-bullet:after {
        width: 48px;
        height: 4px;
    }    
    
    .promo_slider_item {
        background: #fff !important;
    }
    
    .promo_slider_item:before {
        display: none;
        padding: 0;
    }
    
    .promo_slider_item_bg {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100% 0 0 0;
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        transition: opacity 450ms ease;
    }
    
    .promo_slider_item_link {
        color: rgb(255, 255, 255);
    }
    
    .promo_slider_item_title {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        color: rgb(255, 255, 255);

    }
    
    .promo_slider_item_anot {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.65;
        color: rgb(255, 255, 255);

    }
    
    .promo_slider_item_button {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.image_comparison {
    max-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.image_comparison_container td {
    width: 50%;
}

.image_comparison_container img {
    max-width: 100%;
}

.image_comparison_type {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #000;
    background: #fff;
    padding-inline-start: 6px;
    writing-mode: horizontal-tb;
    padding: 6px;
}


.ba_text_wrapper {
    position: absolute;
    width: 300px;
    padding: 0;
    left: 0;
    bottom: 0;
    margin: 6px;
}

.ba_text_wrapper._after {
    right: 0;
    text-align: right;
    bottom: 0;
    left: auto;
}

.ba_text_wrapper._after span.image_comparison_type{
    text-align: left;
}

/* -------------------------------------------------------------- */

a.custom_image_popup {
    border-bottom: none;
}

/* -------------------------------------------------------------- */

.content_wrapper {
    min-width: 1000px;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 140px;
}

.narrow_wrapper {
    width: 800px;
    margin: 0 auto;
}

@media (max-width: 1260px) {
    .content_wrapper {
        max-width: 1000px;
        padding: 0 10px;
    }
}

@media (min-width: 481px) {
    .only_mobile {
        display: none;
    }
}

@media (max-width: 480px) {
    .content_wrapper,
    .narrow_wrapper {
        width: auto;
        min-width: 320px;
        max-width: 100%;
    }
    
    .content_wrapper,
    .narrow_wrapper,
    .mobile_padding {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .content_wrapper._mobile_snap,
    .narrow_wrapper._mobile_snap {
        padding-left: 0;
        padding-right: 0;
    }
    
    .only_desktop {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.custom_input,
.custom_textarea {
    width: 100%;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.custom_input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.custom_textarea {
    padding: 14px 10px;
}

.custom_input:focus,
.custom_textarea:focus {
    border-color: #6f7477;
}

/* -------------------------------------------------------------- */

.custom_button {
    display: inline-block;
    height: 50px;
    padding: 0 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #d8232e;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_button:hover {
    background: #000;
}

.custom_button:active {
    color: #fff;
    background: #1f1e20;
    box-shadow: none;
}

.custom_button._gray {
    color: #1f1e20;
    background: #f7f7f7;
    box-shadow: inset 0 0 0 1px #e7e7e7;
}

.custom_button._gray:hover {
    box-shadow: inset 0 0 0 4px #e7e7e7;
}

.custom_button._gray:active {
    color: #fff;
    background: #1f1e20;
    box-shadow: none;
}

.custom_button._smaller {
    padding: 0 25px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
}

.custom_button._disabled,
.custom_button._disabled:hover {
    color: #6f7477;
    background: #f7f7f7;
}

.custom_button._gray._disabled,
.custom_button._gray._disabled:hover {
    color: #6f7477;
}

/* -------------------------------------------------------------- */

.custom_select_container {
    display: inline-block;
    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 55px 0 30px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1e20;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.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: 16px;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #d8232e transparent transparent transparent;
}

.custom_select_container._open .custom_select_current._default {
    border-color: #d8232e;
}

.custom_select_current._default:focus {
    outline: none;
    border-color: #6f7477;
}

.custom_select_container._open .custom_select_current._default:after {
    transform: rotate(-180deg);
}

/* ----------------------------- */

.custom_select_list {
    z-index: 100;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: fit-content;
}

.custom_select_list._reverse {
    left: auto;
    right: 0;
}

.custom_select_container._open .custom_select_list {
    display: block;
}

.custom_select_option {
    display: block;
    padding: 5px 16px;
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
    color: #1f1e20;
    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: #f7f7f7;
}

.custom_select_option._selected {
    background: #f7f7f7;
}

.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: #d8232e;
    background-color: #d8232e;
}

.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;
}

/* -------------------------------------------------------------- */

.mini_select {
    display: inline-block;
    position: relative;
}

.mini_select_current {
    display: block;
    position: relative;
    padding: 0 16px 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6f7477;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mini_select_current:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #d8232e transparent transparent transparent;
}

.mini_select_current:hover {
    color: #d8232e;
}

.mini_select_list {
    display: none;
    position: absolute;
    top: -16px;
    left: -16px;
    min-width: 100%;
    padding: 12px 0;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.mini_select._open .mini_select_list {
    display: block;
}

.mini_select_option {
    display: block;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    color: #1f1e20;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mini_select_option:hover {
    color: #d8232e;
}

/* -------------------------------------------------------------- */

.custom_form_container {
    padding: 30px 30px 40px 30px;
    background: #f7f7f7;
}

.custom_form_row {
    margin: 0 0 20px 0;
}

.custom_form_row:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .custom_form_container {
        padding: 20px 20px 40px 20px;
    }
}

/* -------------------------------------------------------------- */

.custom_form_error {
    margin: 15px 0;
    color: #e72b22;
    font-size: 15px;
    line-height: 1.5;
}

/* -------------------------------------------------------------- */

.custom_popup {
    width: 530px;
    padding: 30px;
    background: #f7f7f7;
}

.custom_popup_success {
    position: relative;
    padding: 0 0 0 120px;
}

.custom_popup_success:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 80px;
    height: 38px;
    border-style: solid;
    border-color: #87ce5f;
    border-width: 9px 9px 0 0;
    transform: rotate(135deg);
}

.custom_popup_success_control {
    text-align: right;
}

@media (max-width: 480px) {
    .custom_popup {
        width: 100%;
    }
    
    .custom_popup_success {
        padding: 100px 0 0 0;
        text-align: center;
    }
    
    .custom_popup_success:before {
        left: 50%;
        margin-left: -28px;
    }
    
    .custom_popup_success_control {
        text-align: center;
    }
}

/* -------------------------------------------------------------- */

.custom_form_file {
    display: block;
    padding: 6px 0;
}

.custom_form_file_title {
    display: block;
    margin: 0 0 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    font-size: 17px;
    line-height: 30px;
}

.custom_form_file_remove {
    display: block;
    position: relative;
    float: left;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.custom_form_file_remove:hover {
    opacity: 0.6;
}

.custom_form_file_remove:before,
.custom_form_file_remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #000;
}
.custom_form_file_remove:before { transform: rotate(45deg); }
.custom_form_file_remove:after { transform: rotate(-45deg); }

/* -------------------------------------------------------------- */

.add_file_button {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
}

.add_file_button_icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.add_file_button_icon:before,
.add_file_button_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #d8232e;
    transition: transform 150ms ease-out;
}

.add_file_button_icon:before {
    transform: rotate(90deg);
    transform-origin: center;
}

.add_file_button:hover .add_file_button_icon {
    background: #d8232e;
}

.add_file_button:hover .add_file_button_icon:before,
.add_file_button:hover .add_file_button_icon:after {
    background: #fff;
}

.add_file_button_text {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #d8232e;
}

.add_file_button_prompt {
    margin-left: 8px;
    color: #6f7477;
}

/* -------------------------------------------------------------- */

.custom_tab_header {
    margin: 20px 0 40px 0;
    text-align: center;
}

.custom_tab_header_inner {
    margin: -20px 0 0 0;
    font-size: 0;
    background: #f7f7f7;
}

.custom_tab_header_cell {
    display: inline-block;
    vertical-align: middle;
}

.custom_tab_title {
    display: block;
    position: relative;
    padding: 0 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    color: #1f1e20;
    transition: transform 150ms ease-out;
}

.custom_tab_title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #d8232e;
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 150ms ease-out, transform 150ms ease-out;
    transform-origin: center center;
}

.custom_tab_header._compact .custom_tab_title {
    padding-left: 22px;
    padding-right: 22px;
}

.custom_tab_title:hover {
    color: #d8232e;
}

.custom_tab_title._selected:after {
    opacity: 1;
    transform: none;
}

.custom_tab._ready .custom_tab_content {
    display: none;
}

.custom_tab .custom_tab_content._selected {
    display: block;
}

.custom_tab_mobile_title {
    display: none;
    cursor: pointer;
    position: relative;
    padding: 14px 35px 14px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1f1e20;
    background: #f7f7f7;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dbdbdb;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_tab_mobile_title:first-child {
    border-top-width: 1px;
}

.custom_tab_mobile_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
    border-style: solid;
    border-color: #d8232e;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 300ms;
}

.custom_tab_mobile_title._selected:after {
    transform: rotate(-45deg) translateY(4px);
}

.custom_tab_mobile_title:hover {
    color: #c11a1c;
}

@media (max-width: 480px) {
    .custom_tab_header {
        display: none;
    }
    
    .custom_tab_content {
        padding: 20px 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;
    }
}

/* -------------------------------------------------------------- */

.external_link {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.external_link:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
    margin: 0 0 0 4px;
    background: url('../img/external.svg') no-repeat 0 0;
    background-size: contain;
}

/* -------------------------------------------------------------- */

.block_link {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 17px 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    text-transform: uppercase;
    background: #e7e7e7;
    border: none;
}

.block_link:last-child {
    margin-bottom: 0;
}

.block_link:hover {
    opacity: 0.8;
}

.block_link._icon {
    padding-left: 100px;
}

.block_link._icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 23px;
    width: 20px;
    height: 20px;
    margin: -11px 0 0 0;
}

.block_link._icon_facebook {
    color: #fff;
    background: #4267b1;
}

.block_link._icon_facebook:before {
    background: url('../img/social_icons.svg') no-repeat 6px 1px;
    background-size: 20px;
}

.block_link._icon_youtube {
    color: #fff;
    background: #f00;
}

.block_link._icon_youtube:before {
    background: url('../img/social_icons.svg') no-repeat 0 -23px;
    background-size: 20px;
}

.block_link._icon_instagram {
    color: #fff;
    background: #000;
}

.block_link._icon_instagram:before {
    background: url('../img/social_icons.svg') no-repeat 1px -48px;
    background-size: 20px;
}

.block_link._icon_twitter {
    color: #fff;
    background: #3FA6DA;
}

.block_link._icon_twitter:before {
    background: url('../img/social_icons.svg') no-repeat 1px -67px;
    background-size: 20px;
}

@media (max-width: 480px) {
    .block_link._icon {
        padding-left: 70px;
    }
}

/* -------------------------------------------------------------- */

.block_header {
    display: block;
    margin: 60px 0 30px 0;
}

.block_header_title {
    display: inline-block;
    margin: 0;
}

.block_header_more {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.65;
}

@supports (display: flex) {
    .block_header {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
}

/* -------------------------------------------------------------- */

.more_header {
    display: block;
    margin: 60px 0 30px 0;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #1f1e20;
    background: #f7f7f7;
    border: none;
}

a.more_header:hover {
    color: #d8232e;
}

@media (max-width: 480px) {
    .more_header {
        margin: 40px 0 20px 0;
    }
}

/* -------------------------------------------------------------- */

.page_header {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #1F1E20;
}

.page_header_inner {
    position: relative;
}

@media (min-width: 481px) {
    .page_header {
        min-width: 980px;
    }

    body._promo_page .page_header {
        border-bottom-color: rgba(0, 0, 0, 0);
    }

    body._index_page .page_header {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 480px) {
    .page_header {
        height: 50px;
        background: #1f1e20;
    }
    
    .page_header._fixed {
        z-index: 1000;
        position: fixed;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        transform: translateY(-100%);
    }
    
    .page_header._animated {
        transition: transform 300ms ease-out;
    }
    
    .page_header._visible {
        transform: none;
    }
}

/* -------------------------------------------------------------- */

.header_logo {
    display: block;
    position: absolute;
    top: 26px;
    left: 0;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 0;
    white-space: nowrap;
    transition: opacity 150ms ease-out;
}

.header_logo:hover {
    opacity: 0.8;
}

.header_logo_img {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    height: 48px;
    background: url('../img/header_logo.svg') no-repeat 0 0;
    background-position: bottom;
    background-size: 94px auto;
}

.header_logo_text {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    line-height: 48px;
    margin: 0 0 0 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 0 0 0;
}

@media (max-width: 1320px) {
    .header_logo_text {
        display: none;
    }
}

@media (min-width: 481px) {
    body._promo_page .header_logo,
    body._index_page .header_logo {
        color: #fff;
    }

    body._promo_page .header_logo_img,
    body._index_page .header_logo_img {
        background-position: 0 -56px;
    }
}

@media (max-width: 480px) {
    .header_logo {
        top: 10px;
    }
    
    .header_logo_img {
        top: 0;
        left: 0;
        width: 58px;
        height: 30px;
        background-position: 0 -34px;
        background-size: 58px auto;
    }
    
    .header_logo_text {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.header_nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    background: rgba(31, 30, 32, 1);
    transition: background-color 100ms ease-out, border-color 100ms ease-out;
}

.header_nav:hover {
    border-left-color: rgba(216, 35, 46, 0.9);
    background: rgba(31, 30, 32, 0.9);
}

@media (max-width: 480px) {
    .header_nav {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.header_menu {
    float: right;
    font-size: 0;
    white-space: nowrap;
}

.header_menu_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}

.header_menu_item._catalog {
    position: static;
}

.header_menu_item_link {
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.header_nav:hover .header_menu_item_link,
.header_menu_item_link,
body._index_page .header_menu_item_link {
    color: #fff;
}

.header_menu_item:first-child .header_menu_item_link {
    padding-left: 45px;
}

.header_menu_item_link_text {
    position: relative;
}

.header_menu_item_link_text:before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 17px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #d8232e transparent transparent transparent;
    transition: transform 150ms ease-out, opacity 150ms, visibility 150ms;
}

.header_menu_item._hover .header_menu_item_link_text:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

/* ------------------------- */

.header_submenu {
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 100%;
    left: -28px;
    transition: opacity 100ms ease-out, visibility 100ms;
}

.header_menu_item._hover .header_submenu {
    opacity: 1;
    visibility: visible;
}

.header_menu_item:last-child .header_submenu {
    left: auto;
    right: -100px;
}

.header_submenu._catalog {
    left: 0;
    width: 100%;
}

.header_submenu_inner {
    z-index: 2;
    position: relative;
    width: 240px;
    padding: 25px 0;
    background: #1f1e20;
}

.header_submenu._catalog .header_submenu_inner {
    float: left;
    width: 280px;
}

.header_submenu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -4px;
    width: 4px;
    height: 100%;
    background: #d8232e;
}

.header_submenu_item {
    display: block;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    padding: 5px 46px 5px 46px;
    color: #9b9b9b;
    border: none;
}

.header_submenu_item:hover,
.header_submenu_item._open {
    color: #fff;
}

/* ------------------------- */

.header_catalog {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 280px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease-out, visibility 150ms;
}

.header_catalog._open {
    opacity: 1;
    visibility: visible;
}

.header_catalog_item {
    display: none;
    position: relative;
    min-height: 100%;
    padding: 30px 46px 46px 46px;
    color: #fff;
}

.header_catalog_item._background {
    background: #171718;
}

.header_catalog_item._open {
    display: block;
}

.header_catalog_group {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.header_catalog_group._single {
    width: 100%;
}

.header_catalog_group_title {
    display: block;
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.header_catalog_group_content {
    display: block;
}

.header_catalog_group_content._2cols {
    column-count: 2;
    column-gap: 30px;
}

.header_catalog_subitem {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.65;
    color: #9b9b9b;
    border: none;
}

.header_catalog_subitem:hover {
    color: #fff;
}

.header_catalog_all {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 20px;
    padding: 0 15px 0 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.header_catalog_all:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin: -4.5px 0 0 0;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

/* -------------------------------------------------------------- */

@supports (display: flex) {
    .header_submenu._catalog {
        display: flex;
        align-items: stretch;
    }
    
    .header_catalog {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
    }
}

/* -------------------------------------------------------------- */

.header_search {
    display: block;
    float: right;
    width: 100px;
    height: 100px;
}

/* -------------------------------- */

.header_search_wrap_input {
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #1f1e20;
    transition: opacity 150ms ease-out, visibility 150ms;
}

.header_search._open .header_search_wrap_input {
    opacity: 1;
    visibility: visible;
}

.header_search_input {
    width: 100%;
    height: 100px;
    padding: 0 200px 0 50px;
    font-size: 17px;
    line-height: 1;
    border: none;
    color: #fff;
    background: transparent;
}

/* -------------------------------- */

.header_search_toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 100px;
    height: 100px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: background-color 100ms ease-out, transform 150ms ease-out;
}

.header_search_toggle:hover {
    background: #0f1012;
}

.header_search._open .header_search_toggle {
    transform: translateX(-100px);
}

.header_search_toggle_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: url('../img/search.svg') no-repeat 0 0;
    background-size: 16px;
}

.header_nav:hover .header_search_toggle_icon,
.header_search._open .header_search_toggle_icon,
.header_search_toggle_icon,
body._index_page .header_search_toggle_icon {
    background-position: 0 -22px;
}

/* -------------------------------- */

.header_search_close {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    width: 100px;
    height: 100px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: background-color 100ms ease-out, opacity 150ms ease-out;
}

.header_search_close:hover {
    background: #0f1012;
}

.header_search._open .header_search_close {
    opacity: 1;
}

.header_search_close_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    transition: transform 150ms linear;
    transform: scale(0.5);
}

.header_search._open .header_search_close_icon {
    transform: scale(1);
}

.header_search_close_icon:before,
.header_search_close_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 24px;
    height: 2px;
    background: #fff;
}
.header_search_close_icon:before { transform: rotate(45deg); }
.header_search_close_icon:after { transform: rotate(-45deg); }

/* -------------------------------------------------------------- */

.header_mobile_site {
    display: none;
}

.header_mobile_nav {
    display: none;
}

@media (max-width: 480px) {
    .header_mobile_site {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 48px;
        line-height: 48px;
        padding: 0 16px;
        cursor: pointer;
    }
    
    .header_mobile_site_icon {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url('../img/globe.svg') no-repeat 0 0;
        background-size: contain;
    }
    
    body._promo_page .header_mobile_site_icon {
        filter: brightness(0) invert(1);
    }
    
    .header_mobile_site:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -3px;
        width: 7px;
        height: 7px;
        margin: 0 0 0 5px;
        border-style: solid;
        border-color: #d8232e;
        border-width: 1px 1px 0 0;
        transform: rotate(135deg);
    }
    
    body._promo_page .header_mobile_site:after {
        border-color: #fff;
    }

    .header_mobile_nav {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 48px;
        cursor: pointer;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }
    
    .header_mobile_nav_icon,
    .header_mobile_nav_icon:before,
    .header_mobile_nav_icon:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background: #fff;
    }
    
    .header_mobile_nav_icon {
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -10px;
    }
    
    .header_mobile_nav_icon:before {
        top: -6px;
    }
    
    .header_mobile_nav_icon:after {
        bottom: -6px;
    }
    
    body._promo_page .header_mobile_nav_icon {
        filter: brightness(0) invert(1);
    }
}

/* -------------------------------------------------------------- */

.vertical_nav {
    overflow: hidden;
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    transition: transform 300ms ease-out, visibility 300ms;
}

@media (max-width: 1260px) {
    .vertical_nav {
        visibility: hidden;
        transform: translateX(-100%);
    }
}

/* ------------------------------ */

.nav_button {
    position: relative;
    width: 99px;
    height: 100px;
    cursor: pointer;
    background: #1f1e20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: background-color 150ms ease-out;
}

.nav_button:hover {
    background-color: #0f1012;
}

.nav_button_icon {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}

.nav_button_icon_row,
.nav_button_icon_row:before,
.nav_button_icon_row:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    width: 2px;
    height: 2px;
    background: #fff;
    transition: transform 150ms linear;
}
.nav_button_icon_row:before { left: -6px; }
.nav_button_icon_row:after { left: 6px; }

.nav_button_icon_row { top: 6px; }
.nav_button_icon_row:first-child { top: 0; }
.nav_button_icon_row:last-child { top: 12px; }

.nav_button:hover .nav_button_icon_row:before { transform: translate(-3px, 0); }
.nav_button:hover .nav_button_icon_row:after { transform: translate(3px, 0); }
.nav_button:hover .nav_button_icon_row:first-child { transform: translate(0, -3px); }
.nav_button:hover .nav_button_icon_row:first-child:before { transform: translate(-3px, 0); }
.nav_button:hover .nav_button_icon_row:first-child:after { transform: translate(3px, 0); }
.nav_button:hover .nav_button_icon_row:last-child { transform: translate(0, 3px); }
.nav_button:hover .nav_button_icon_row:last-child:before { transform: translate(-3px, 0); }
.nav_button:hover .nav_button_icon_row:last-child:after { transform: translate(3px, 0); }

/* ------------------------------ */

body._promo_page .vertical_nav_wrap_menu {
    opacity: 0;
}

body._promo_page .vertical_nav_wrap_menu._promo {
    opacity: 1;
    transition: transform 250ms ease-out;
}

.vertical_nav_wrap_menu {
    position: relative;
    width: 100%;
    height: 100%;
    background: #1f1e20;
}

.vertical_nav_menu {
    position: absolute;
    top: 60px;
    right: 22px;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    white-space: nowrap;
    font-size: 0;
}

.vertical_nav_menu_item {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
}

.vertical_nav_menu_link {
    display: inline-block;
    padding: 20px 20px;
    color: #bec0c1;
    border: none;
}

.vertical_nav_menu_link:hover {
    color: #fff;
}

/* -------------------------------------------------------------- */

.nav_menu {
    z-index: 1001;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    color: #fff;
    background: #1f1e20;
    transition: opacity 150ms ease-out;
}

.nav_menu._display {
    display: block;
}

.nav_menu._open {
    opacity: 1;
}

.nav_menu:not(._open) {
    pointer-events: none;
}

/* -------------------------- */

.nav_menu_close {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: #0f1012;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.nav_menu_close_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    transition: transform 100ms linear;
}

.nav_menu_close_icon:before,
.nav_menu_close_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 24px;
    height: 2px;
    background: #fff;
}
.nav_menu_close_icon:before { transform: rotate(45deg); }
.nav_menu_close_icon:after { transform: rotate(-45deg); }

.nav_menu_close:active .nav_menu_close_icon {
    transform: scale(0.8);
}

/* -------------------------- */

.nav_menu_logo {
    display: block;
    position: relative;
    float: left;
    margin: 26px 0 0 0;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    font-size: 0;
    white-space: nowrap;
    transition: opacity 150ms ease-out;
}

.nav_menu_logo:hover {
    opacity: 0.8;
}

.nav_menu_logo_img {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    height: 48px;
    background: url('../img/header_logo.svg') no-repeat 0 -56px;
    background-size: 94px auto;
}

.nav_menu_logo_text {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    line-height: 48px;
    margin: 0 0 0 24px;
    font-size: 13px;
    text-transform: uppercase;
}


/* -------------------------- */

.nav_menu_content {
    display: flex;
    align-items: stretch;
    margin: 80px 0 0 0;
    font-size: 0;
}

.nav_menu_group {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 15px;
    border-right: 1px solid #313032;
}

.nav_menu_group:last-child {
    border-right: 0;
}

.nav_menu_group_title {
    margin: 0 0 22px 0;
    padding: 0 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    text-transform: uppercase;
}

.nav_menu_item {
    display: block;
    padding: 6px 40px;
    font-size: 15px;
    line-height: 1;
    color: #9b9b9b;
    border: none;
}

.nav_menu_item:hover {
    color: #fff;
}

@media (max-width: 480px) {
    .nav_menu_logo {
        top: 10px;
        margin: 0;
    }
    
    .nav_menu_logo_img {
        top: 0;
        left: 0;
        width: 58px;
        height: 30px;
        background-position: 0 -34px;
        background-size: 58px auto;
    }
    
    .nav_menu_logo_text {
        display: none;
    }
    
    .nav_menu_close {
        top: 0;
        left: auto;
        right: 0;
        width: 50px;
        height: 50px;
    }
    
    .nav_menu_content {
        display: block;
        margin: 40px 0 0 -16px;
        padding: 0 0 20px 0;
    }
    
    .nav_menu_group {
        display: block;
        float: left;
        width: 50%;
        margin: 0 0 30px 0;
        padding: 0 0 0 16px;
        border: none;
    }
    
    .nav_menu_group_title {
        margin: 0 0 10px 0;
        padding: 0;
    }
    
    .nav_menu_item {
        padding: 8px 0;
    }
}

/* -------------------------------------------------------------- */

.page_content {
    padding: 100px 0 120px 0;
}

@media (max-width: 480px) {
    .page_content {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

/* -------------------------------------------------------------- */

.page_title {
    margin: 40px 0;
}

.page_title:after {
    content: "";
    display: block;
    clear: both;
}

.page_title_left {
    float: left;
    max-width: 65%;
}

.page_title_right {
    float: right;
    max-width: 35%;
}

.page_title_wrap {
    padding-left: 26px;
    border-left: 4px solid #d8232f;
}

.page_title_description {
    margin: 30px 0 0 0;
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 480px) {
    .page_title {
        margin: 25px 0;
    }
    
    .page_title_left {
        float: none;
        max-width: none;
    }
    
    .page_title_right {
        float: none;
        max-width: none;
        margin: 20px 0 0 0;
    }
    
    .page_title_description {
        margin: 0;
        padding: 0;
    }
    
    .page_title_wrap {
        /*margin-left: -16px;*/
        padding-left: 12px;
        border-left: 4px solid #d8232f;
    }
}

/* -------------------------------------------------------------- */

.breadcrumbs {
    font-size: 13px;
    line-height: 1.3;
}

.breadcrumbs_link {
    border: none;
}

.breadcrumbs,
.breadcrumbs_link {
    color: #7d8284;
}

.breadcrumbs_link:hover {
    color: #d8232f;
}

/* -------------------------------------------------------------- */

.category_list_breadcrumbs {
    margin: 0 0 10px 0;
}

.category_list_inner {
    margin: 0 0 -20px -20px;
    font-size: 0;
}

.category_item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 20px 20px;
}

.category_item_link {
    display: block;
    position: relative;
    padding: 20px 50px 20px 20px;
    color: #1f1e20;
    background: #f7f7f7;
    border: none;
}

.category_item_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-color: #d8232e;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.category_item_wrap_img {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.category_item_img {
    display: block;
    padding: 80% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.category_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.svg');
    background-size: 70%;
}

.category_item_wrap_info {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding: 0 0 0 20px;
    font-size: 16px;
}

.category_item_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.category_item_link:hover .category_item_title {
    color: #d8232f;
}

.category_item_anot {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .category_list_inner {
        margin: 0 0 -10px 0;
    }
    
    .category_item {
        display: block;
        width: auto;
        padding: 0 0 10px 0;
    }
    
    .category_item_anot {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.product_list {
    margin: 40px 0 60px 0;
    font-size: 0;
}

.product_list:first-child {
    margin-top: 0;
}

.product_list:last-child {
    margin-bottom: 0;
}

/* -------------------------------------------------------------- */

.product_item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 25%;
    height: 510px;
    font-size: 16px;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 0 1px 1px 0;
}

@media (min-width: 481px) {
    .product_item:nth-child(-n+4) {
        border-top-width: 1px;
    }

    .product_item:nth-child(4n+1) {
        border-left-width: 1px;
    }
}

.product_item_link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 30px 20px 30px;
    color: #1f1e20;
    border: none;
}

.product_item_link_inner {
    overflow-y: hidden;
    height: 100%;
}

.product_item_link_inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* --------------------------- */

.product_item_img {
    display: block;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.product_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.svg');
    background-size: 60%;
}

.product_item_title {
    margin: 40px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.product_item:hover .product_item_title {
    color: #d8232f;
}

.product_item_anot {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #7d8284;
}

/* --------------------------- */

.product_item_flag {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 0 6px;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    background: #d8232f;
}

.product_item_flag._archive {
    background: #000;
}

/* --------------------------- */

.product_item_compare {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.product_item_compare:hover,
.product_item_compare._active {
    background: #d8232f;
}

.product_item_compare_text {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    margin: 0 0 0 12px;
    padding: 0 20px 0 20px;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    color: #d8232f;
    transform: translateX(-10px);
    transition: transform 100ms ease-out, opacity 100ms ease-out, visibility 100ms;
}

.product_item_compare:hover .product_item_compare_text,
.product_item_compare._active .product_item_compare_text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.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 {
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
}

.product_item_compare:hover .product_item_compare_icon,
.product_item_compare._active .product_item_compare_icon {
    background: #d8232f;
    border-color: #d8232f;
}

.product_item_compare_icon:before,
.product_item_compare_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: #e7e7e7;
    transform-origin: center center;
    transition: transform 150ms ease-out;
}

.product_item_compare_icon:before {
    transform: rotate(90deg);
}

.product_item_compare:hover .product_item_compare_icon:before,
.product_item_compare:hover .product_item_compare_icon:after,
.product_item_compare._active .product_item_compare_icon:before,
.product_item_compare._active .product_item_compare_icon:after {
    background: #fff;
}

.product_item_compare._active .product_item_compare_icon:before {
    transform: rotate(135deg);
}

.product_item_compare._active .product_item_compare_icon:after {
    transform: rotate(45deg);
}

/* --------------------------- */

@media (max-width: 480px) {
    .product_item {
        width: 50%;
        height: 260px;
        border-width: 0 1px 1px 0;
    }
    
    .product_item:nth-child(-n+2) {
        border-top-width: 1px;
    }

    .product_item:nth-child(2n+2) {
        border-right-width: 0;
    }
    
    .product_item_link {
        padding: 20px 15px 15px 15px;
    }
    
    .product_item_link_inner:after {
        bottom: 15px;
    }
    
    .product_item_img {
        height: 136px;
    }
    
    .product_item_title {
        margin: 15px 0 0 0;
        font-size: 16px;
    }
    
    .product_item_anot {
        display: none;
    }
    
    .product_item_compare {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.filter_container {
    margin: 0 0 30px 0;
    font-size: 0;
    text-align: left;
}

.filter_container_inner {
    position: relative;
    padding: 0 0 0 15px;
    background: #f7f7f7;
}

@media (max-width: 480px) {
    .filter_container {
        opacity: 0;
        visibility: hidden;
        z-index: 1001;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #f7f7f7;
        transition: opacity 300ms ease-out, visibility 300ms;
    }
    
    .filter_container._mobile_open {
        opacity: 1;
        visibility: visible;
    }
    
    .filter_container_inner {
        padding: 0 0 65px 0;
    }
}

/* ----------------------------- */

.filter_list {
    display: inline-block;
}

.filter_item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_item_title {
    display: block;
    position: relative;
    line-height: 60px;
    padding: 0 30px 0 15px;
    font-size: 15px;
    color: #1f1e20;
    border: none;
    cursor: default;
}

.filter_item_title_icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin: -1px 0 0 0;
    border-style: solid;
    border-width: 4px 5px 0 5px;
    border-color: #d8232f transparent transparent transparent;
}

.filter_item_title_mobile {
    display: none;
}

@media (min-width: 481px) {
    .filter_item._open .filter_item_title {
        color: #fff;
        background: #1f1e20;
    }
}

@media (max-width: 480px) {
    .filter_item_title {
        line-height: 55px;
        padding: 0 45px 0 20px;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .filter_item_title_mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* ----------------------------- */

.filter_option_list {
    z-index: 990;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: -5px 0 0 0;
    padding: 5px 0 0 0;
    text-align: left;
}

.filter_option_list_inner {
    padding: 10px 30px 15px 15px;
    color: #fff;
    background: #1f1e20;
}

/* ----------------------------- */

.filter_option {
    position: relative;
    padding: 4px 0;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_option:hover {
    color: #fff;
}

.filter_option_checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #6f7477;
    background: #171718;
    transition: transform 100ms linear;
}

.filter_option_checkbox:before {
    content: '';
    display: block;
    opacity: 0;
    width: 12px;
    height: 8px;
    margin: 3px 0 0 3px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
}

.filter_option:active .filter_option_checkbox {
    transform: scale(0.8);
}

.filter_option._selected .filter_option_checkbox {
    background: #d8232e;
    border-color: transparent;
}

.filter_option:hover:not(._selected) .filter_option_checkbox:before {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.3);
}

.filter_option._selected .filter_option_checkbox:before {
    opacity: 1;
}

.filter_option_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.65;
    text-transform: uppercase;
}

.filter_option._disabled .filter_option_title {
    opacity: 0.35;
}

@media (min-width: 481px) {
    .filter_item._open .filter_option_list {
        display: block;
    }
    
    .filter_option_list_inner._2col {
        column-count: 2;
        column-gap: 30px;
    }

    .filter_option_list_inner._3col {
        column-count: 3;
        column-gap: 30px;
    }
}

@media (max-width: 480px) {
    .filter_list {
        display: block;
    }
    
    .filter_item {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    .filter_option_list {
        display: none;
        position: static;
        top: auto;
        left: auto;
        margin: 0;
        padding: 0;
    }
    
    .filter_option_list._mobile_open {
        display: block;
    }
    
    .filter_option_list_inner {
        padding: 8px 16px 24px 16px;
        border: none;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .filter_option {
        padding: 8px 0;
    }
}

/* ----------------------------- */


@media (min-width: 481px) {
    .filter_control {
        display: block;
        float: right;
    }
}

@media (max-width: 480px) {
    .filter_control {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        justify-content: space-between;
        padding: 8px 20px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
}

/* ----------------------------- */

.filter_reset {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 60px;
    height: 60px;
    background: #e7e7e7;
    border: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 150ms ease-out, visibility 150ms;
}

.filter_reset_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.filter_reset_icon:before,
.filter_reset_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: 0 0 0 -9px;
    background: #6f7477;
}
.filter_reset_icon:before { transform: rotate(45deg); }
.filter_reset_icon:after { transform: rotate(-45deg); }

@media (min-width: 481px) {
    .filter_reset._hidden {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 480px) {
    .filter_reset {
        width: auto;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
        text-transform: uppercase;
        color: #7d8284;
        background: #e7e7e7;
    }
    
    .filter_reset_icon {
        display: none;
    }
}

/* ----------------------------- */

.filter_submit {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 60px;
    padding: 0 50px 0 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    background: #d8232e;
    border: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 150ms ease-out, visibility 150ms;
}

.filter_submit:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

@media (min-width: 481px) {
    .filter_submit._hidden {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 480px) {
    .filter_submit {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
    
    .filter_submit:after {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.filter_active_list {
    padding: 15px 25px 7px 25px;
    font-size: 0;
    background: #e7e7e7;
}

.filter_active_item {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0 12px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1f1e20;
    background: #fff;
    border: none;
    border-radius: 40px;
    transition: opacity 150ms ease-out;
}

.filter_active_item:hover {
    opacity: 0.5;
}

.filter_active_item_remove {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin: -2px 0 0 5px;
}

.filter_active_item_remove:before,
.filter_active_item_remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    margin: 0 0 0 -4px;
    background: #1f1e20;
}
.filter_active_item_remove:before { transform: rotate(45deg); }
.filter_active_item_remove:after { transform: rotate(-45deg); }

@media (max-width: 480px) {
    .filter_active_list {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.mobile_filter_open {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    background: #d8232e;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_filter_open:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    margin: -8px 0 0 0;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
}

/* -------------------------------------------------------------- */

.product_view {
    padding: 40px 0;
}

.product_view_breadcrumbs {
    margin: 0 0 15px 0;
}

.product_view_flag {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    margin: -8px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #d8232e;
}

.product_view_flag._archive {
    background: #000;
}

.product_view_wrap_info,
.product_view_wrap_title {
    float: left;
    clear: left;
    width: 42%;
    padding: 0 40px 0 0;
}

.product_view_wrap_gallery {
    float: right;
    width: 58%;
}

@media (max-width: 480px) {
    .product_view_breadcrumbs {
        display: none;
    }
    
    .product_view_wrap_info,
    .product_view_wrap_title,
    .product_view_wrap_gallery {
        display: block;
        float: none;
        clear: none;
        width: 100%;
        padding: 0;
    }
}

/* ------------------------------ */

.product_gallery_wrap_main {
    display: block;
}

.product_gallery_main {
    display: block;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.product_gallery_wrap_preview {
    display: block;
    margin: 28px 0 0 0;
}

.product_gallery_wrap_preview._mobile {
    display: none;
}

.product_gallery_preview {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin: 0 0 5px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: 1px solid #e7e7e7;
    transition: border-color 150ms ease-out;
}

.product_gallery_preview:hover {
    border-color: #d8232e;
}

.product_gallery_preview:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .product_gallery_wrap_main {
        margin: 0 0 20px 0;
    }
    
    .product_gallery_wrap_preview._mobile {
        display: block;
        margin: 20px 0;
        text-align: center;
    }
    
    .product_gallery_wrap_preview._desktop {
        display: none;
    }
    
    .product_gallery_preview {
        width: 60px;
        height: 60px;
        margin: 0 3px;
    }
}

/* ------------------------------ */

.fancybox-container._product_gallery .fancybox-bg {
    background: #fff;
    transition: opacity 300ms ease-out;
}

.fancybox-container._product_gallery.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

/* ------------------------------ */

.product_view_title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.product_view_title_text {
    display: inline;
}

.product_view_anot {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.product_view_special_property {
    margin: 28px 0 0 0;
}

.product_view_compare {
    margin: 28px 0 0 0;
}

.product_view_wrap_brand {
    margin: 28px 0 0 0;
}

.product_view_brand {
    display: block;
    max-width: 160px;
    max-height: 80px;
}

@media (max-width: 480px) {
    .product_view_title {
        padding: 0 0 0 12px;
        font-size: 30px;
        line-height: 1.2;
        text-transform: uppercase;
        border-left: 4px solid #d8232e;
    }
    
    .product_view_special_property {
        margin: 20px 0 0 0;
    }
    
    .product_view_compare {
        display: none;
    }
}

/* ------------------------------ */

.special_property_title {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.65;
}

.special_property_content {
    font-size: 0;
}

.special_property_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 38px;
    font-size: 15px;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 1px 1px 1px 0;
}

.special_property_item:first-child {
    border-left-width: 1px;
}

@media (max-width: 480px) {
    .special_property_title {
        margin: 0 0 5px 0;
    }
}

/* ------------------------------ */

.product_view_download {
    margin: 80px 0 0 0;
}

.product_view_download_item {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.65;
    color: #7d8284;
}

.product_view_download_item:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .product_view_download {
        margin: 20px 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.product_view_promo {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 75vw;
    margin: -100px 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.product_view_promo_content {
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
    color: #fff;
}

.product_view_promo_info {
    padding: 0 0 0 24px;
    border-left: 4px solid #d8232e;
}

.product_view_promo_title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.product_view_promo_text {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .product_view_promo_content {
        padding: 0;
    }
    
    .product_view_promo_info {
        padding: 0 16px;
        border: none;
    }
    
    .product_view_promo_title {
        font-size: 30px;
        line-height: 1.35;
    }
}

/* -------------------------------------------------------------- */

.property_list {
    margin: 0 0 40px 0;
}

.property_list:last-child {
    margin-bottom: 0;
}

.property_list_title {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.property_list_row {
    font-size: 0;
    white-space: nowrap;
}

.property_list_cell {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 1.5;
    white-space: normal;
}

.property_list_cell._title {
    width: 35%;
    color: #7d8284;
}

.property_list_cell._value {
    width: 65%;
}

@media (min-width: 481px) {
    .property_list_row:nth-child(odd) {
        background: #f7f7f7;
    }
}

@media (max-width: 480px) {
    .property_list_title {
        margin: 0 0 20px 0;
    }
    
    .property_list_row {
        margin: 0 0 12px 0;
    }
    
    .property_list_cell._title,
    .property_list_cell._value {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    .property_list_cell._title {
        margin: 0 0 2px 0;
    }
}

/* -------------------------------------------------------------- */

.property_tooltip {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #d8232e;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    cursor: pointer;
}

.property_tooltip._loading {
    opacity: 0.5;
}

/* -------------------------------------------------------------- */

.tooltip_window {
    z-index: 100;
    position: absolute;
    width: 400px;
    padding: 20px 30px 20px 20px;
    color: #fff;
    background: #1f1e20;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
    .tooltip_window {
        left: 50%;
        width: 300px;
        margin-left: -150px;
    }
}

.tooltip_window_content {
    font-size: 13px;
    line-height: 1.5;
}

.tooltip_window_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.tooltip_window_close:hover {
    opacity: 0.6;
}

.tooltip_window_close:before,
.tooltip_window_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    margin: 0 0 0 -7px;
    background: #fff;
}
.tooltip_window_close:before { transform: rotate(45deg); }
.tooltip_window_close:after { transform: rotate(-45deg); }

/* -------------------------------------------------------------- */

.compare_button {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
}

.compare_button_icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.compare_button_icon:before,
.compare_button_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #e7e7e7;
    transition: transform 150ms ease-out;
}

.compare_button_icon:before {
    transform: rotate(90deg);
    transform-origin: center;
}

.compare_button:hover .compare_button_icon,
.compare_button._active .compare_button_icon {
    background: #d8232e;
}

.compare_button:hover .compare_button_icon:before,
.compare_button:hover .compare_button_icon:after {
    background: #fff;
}

.compare_button._active .compare_button_icon:before,
.compare_button._active .compare_button_icon:after {
    width: 22px;
    margin-left: -11px;
    background: #fff;
}

.compare_button._active .compare_button_icon:before {
    transform: rotate(135deg);
}

.compare_button._active .compare_button_icon:after {
    transform: rotate(45deg);
}

.compare_button_text {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #d8232e;
}

.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_part._head {
    overflow: hidden;
    float: left;
    width: 310px;
}

.compare_part._body {
    overflow: hidden;
    position: relative;
    margin-left: 310px;
}

.compare_list_wrapper {
    display: table;
    width: 100%;
}

.compare_list {
    table-layout: fixed;
}

.compare_part._body .compare_list {
    margin-left: -310px;
}

.compare_list tr._hidden {
    display: none;
}

.compare_list tr:nth-child(even) {
    background: #f7f7f7;
}

.compare_list td {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    padding: 10px 10px;
    vertical-align: middle;
}

.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.65;
}

.compare_list_col._property_title {
    color: #6f7477;
}

@media (max-width: 480px) {
    .compare_part._head {
        display: none;
    }
    
    .compare_part._body {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------- */

.compare_container .iScrollIndicator {
    height: 100%;
    cursor: pointer;
    background: #d8232e;
    border-radius: 4px;
}

.compare_container .iScrollHorizontalScrollbar {
    overflow: hidden;
    position: absolute;
    top: 320px;
    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;
    color: #000;
    border: none;
}

.compare_product_wrap_img {
    display: block;
    width: 270px;
    height: 180px;
}

.compare_product_img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.compare_product_img._empty {
    width: 100%;
    padding: 100% 0 0 0;
    background: url('../img/no_img.png') no-repeat 50% 50%;
    background-size: 50px;
    border: 1px solid #ededed;
}

.compare_product_title {
    overflow: hidden;
    height: 3em;
    margin: 12px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.compare_product_link:hover .compare_product_title_hover {
    color: #d8232e;
}

.compare_product_remove {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.compare_product_remove:hover {
    opacity: 0.7;
}

.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: #d8232e;
    transform-origin: center;
}

.compare_product_remove:before {
    transform: rotate(45deg);
}

.compare_product_remove:after {
    transform: rotate(135deg);
}

/* -------------------------------------------------------------- */

.promo_horizontal {
    display: block;
    padding: 50% 0 0 0;
    margin: 0 0 25px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: none;
    transition: opacity 150ms ease-out;
}

.promo_horizontal:last-child {
    margin-bottom: 0;
}

.promo_horizontal:hover {
    opacity: 0.8;
}

/* -------------------------------------------------------------- */

.promo_shotback {
    display: block;
    padding: 55px 0;
    text-align: center;
    color: #fff;
    background: #1f1e20 url('../img/shotback_bg.jpg') no-repeat 50% 50%;
    background-size: cover;
    border: none;
}

.promo_shotback_img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url('../img/shotback_icon.svg') no-repeat 50% 50%;
    background-size: contain;
}

.promo_shotback_text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9% 0 35px;
    padding: 0 0 0 35px;
    font-size: 21px;
    line-height: 50px;
    white-space: nowrap;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.promo_shotback_button {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #d8232e;
}

@media (max-width: 480px) {
    .promo_shotback {
        width: 100%;
    }

    .promo_shotback_img {
        margin: 0 auto;
        margin-bottom: 25px;
        display: block;
    }

    .promo_shotback_text {
        width: 100%;
        display: block;
        margin: 0;
        padding: 7px 7px;
        white-space: normal;
        line-height: 25px;
        padding-bottom: 30px;
    }
}

/* -------------------------------------------------------------- */

.shotback_list {
    font-size: 0;
}

.shotback_item {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
}

.shotback_item_img {
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.shotback_item_img:hover {
    opacity: 0.85;
}

@media (max-width: 1280px) {
    .shotback_item {
        width: 20%;
    }
    
    .shotback_item:nth-child(5) {
        display: none;
    }
}

@media (max-width: 480px) {
    .shotback_item {
        width: 33.3%;
    }

    .shotback_item:nth-child(5) {
        display: inline-block;
    }
}

/* -------------------------------------------------------------- */

.fancybox-custom-arrow {
    z-index: 99997;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 0;
    cursor: pointer;
    background: #f7f7f7;
}
.fancybox-custom-arrow._prev { left: 0; }
.fancybox-custom-arrow._next { right: 0; }

.fancybox-custom-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-style: solid;
    border-color: #1f1e20;
    border-width: 2px 2px 0 0;
    
}
.fancybox-custom-arrow._prev:before { transform: rotate(-135deg); }
.fancybox-custom-arrow._next:before { transform: rotate(45deg); }

/* -------------------------------------------------------------- */

.fancybox-custom-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
}

.fancybox-custom-close:hover {
    opacity: 0.8;
}

.fancybox-custom-close:before,
.fancybox-custom-close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    margin: 0 0 0 -13px;
    background: #fff;
}
.fancybox-custom-close:before { transform: rotate(45deg); }
.fancybox-custom-close:after { transform: rotate(-45deg); }

.fancybox-custom-close._black {
    background: #f7f7f7;
}
.fancybox-custom-close._black:before,
.fancybox-custom-close._black:after {
    background: #1f1e20;
}

/* -------------------------------------------------------------- */

.fancybox-container._example_gallery .fancybox-slide > * {
    margin: 0 0 60px 0;
    padding: 0 20px 40px 20px;
}

.example_container {
    width: 100%;
    color: #fff;
    background: #000;
}

.example_container a {
    color: #fff;
}

/* --------------------------------- */

.example_wrap_gallery {
    position: relative;
    height: 100vh;
    min-height: 500px;
    max-height: 1225px;
    padding: 0 0 110px 0;
}

/* --------------------------------- */

.example_gallery {
    width: 100%;
    height: 100%;
}

.example_gallery_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 15px 0 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.example_gallery_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 65px 0 0 0;
}

.example_gallery_wrap_img {
    height: 100%;
}

.example_gallery_img {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.example_gallery_img_source {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #000;
    border: none;
}

/* --------------------------------- */

.example_gallery .swiper-button-prev,
.example_gallery .swiper-button-next {
    top: 50%;
    width: 60px;
    height: 120px;
    margin: 0;
    background-image: none;
}
.example_gallery .swiper-button-prev { left: 0; }
.example_gallery .swiper-button-next { right: 0; }

.example_gallery .swiper-button-prev:hover,
.example_gallery .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.2);
}

.example_gallery .swiper-button-prev:before,
.example_gallery .swiper-button-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.7);
    border-width: 1px 1px 0 0;
}
.example_gallery .swiper-button-prev:before {
    margin-left: -5px;
    transform: rotate(-135deg);
}
.example_gallery .swiper-button-next:before {
    margin-left: -16px;
    transform: rotate(45deg);
}

/* --------------------------------- */

.example_preview {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.example_preview .swiper-slide {
    width: 140px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.example_preview .swiper-slide-active {
    border: 3px solid #7d8284;
}

/* --------------------------------- */

.example_description {
    margin: 30px 0 0 0;
}

.example_description_item {
    display: flex;
    justify-content: space-between;
}

.example_description_text {
    display: inline-block;
    vertical-align: top;
    max-width: 620px;
    font-size: 15px;
    line-height: 1.65;
}

.example_description_info {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    max-width: 220px;
    font-size: 15px;
    line-height: 1.65;
    color: #9b9b9b;
}

.example_description_info_row {
    display: flex;
    justify-content: space-between;
}

.example_description_info_copyright {
    margin: 10px 0 0 0;
    color: #9b9b9b;
}

.example_description_info_copyright a {
    color: #9b9b9b;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.example_description_info_copyright a:hover {
    border-bottom-color: transparent;
}

.example_copyright {
    color: #9b9b9b;
}

@media (max-width: 480px) {
    .fancybox-container._example_gallery .fancybox-slide > * {
        padding: 0 0 20px 0;
    }
    
    .example_wrap_gallery {
        padding: 0 0 84px 0;
        height: auto;
        min-height: 0;
        max-height: 100%;
    }
    
    .example_gallery_slide {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
    }
    
    .example_gallery_title {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
    }
    
    .example_gallery_wrap_img {
        height: auto;
    }

    .example_gallery_img {
        display: block;
        width: auto;
        height: auto;
        padding: 66% 0 0 0;
    }
    
    .example_preview .swiper-slide {
        width: 100px;
        height: 64px;
    }
    
    .example_gallery .swiper-button-prev,
    .example_gallery .swiper-button-next {
        margin: -30px 0 0 0;
    }
    
    .example_description_item {
        flex-direction: column;
        padding: 0 16px;
    }
    
    .example_description_info {
        order: 1;
        width: 100%;
        max-width: none;
    }
    
    .example_description_text {
        order: 2;
        width: 100%;
        max-width: none;
        margin: 20px 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.publication_header {
    margin: 0 0 40px 0;
}

.publication_title {
    margin: 0;
}

.publication_date {
    margin: 12px 0 0 0;
    font-size: 13px;
    color: #7d8284;
}

.publication_share {
    margin: 60px 0 0 0;
}

@media (max-width: 480px) {
    .publication_title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .publication_share {
        margin: 40px 0 0 0;
    }
}

.a2a_default_style a {
    padding: 0 6px !important;
    border: none !important;
}

.a2a_default_style a:first-child {
    padding-left: 0 !important;
}

.a2a_default_style a .a2a_svg {
    opacity: 0.7 !important;
    transition: opacity 150ms ease-out;
}

.a2a_default_style a:hover .a2a_svg {
    opacity: 1 !important;
}

/* -------------------------------------------------------------- */

.category_video_list {
    margin: 0 0 0 -20px;
    font-size: 0;
}

.category_video_item {
    display: inline-block; 
    vertical-align: top;
    width: 50%;
    padding: 0 0 20px 20px;
    font-size: 17px;
}

@media (max-width: 480px) {
    .category_video_list {
        margin: 0;
    }
    
    .category_video_item {
        display: block;
        width: auto;
        padding: 0;
        margin: 0 0 20px 0;
    }
}

/* -------------------------------------------------------------- */

.video_item {
    margin: 0 0 40px 0;
}

.video_item:last-child {
    margin-bottom: 0;
}

.video_item_cover {
    display: block;
    position: relative;
    padding: 56% 0 0 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.video_item_cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    transition: opacity 300ms ease-out;
}

.video_item_cover:hover:before {
    opacity: 0.5;
}

.video_item_play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #d8232e;
    border-radius: 100%;
    transition: transform 150ms ease-out;
}

.video_item_play:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    margin: -12px 0 0 -6px;
}

.video_item_cover:hover .video_item_play {
    transform: scale(1.1);
}

.video_item_cover:active .video_item_play {
    transform: scale(0.9);
}

.video_item_title {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.3;
    color: #1f1e20;
}

/* -------------------------------------------------------------- */

.news_list {
    margin: 30px 0 60px 0;
}

.news_list:first-child {
    margin-top: 0;
}

.news_list:last-child {
    margin-bottom: 0;
}

.news_item {
    margin: 0 0 30px 0;
    padding: 0 0 29px 0;
    border-bottom: 1px solid #e7e7e7;
}

.news_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news_item_link {
    display: block;
    position: relative;
    padding: 0 70px 0 0;
    color: #1f1e20;
    border: none;
}

.news_item_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-color: #d8232e;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.news_item_wrap_img {
    float: left;
    width: 250px;
}

.news_item_img {
    display: block;
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.news_item_no_img {
    display: block;
    width: 100%;
    padding: 68% 0 0 0;
    background: #f7f7f7 url('../img/no_img.svg') no-repeat 50% 50%;
    background-size: 60%;
}

.news_item_wrap_text {
    max-width: 650px;
    margin: 0 0 0 280px;
}

.news_item_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.news_item_link:hover .news_item_title {
    color: #d8232e;
}

.news_item_anot {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.news_item_date {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: #9b9b9b;
}

@media (max-width: 480px) {
    ._index_page .news_list {
        display: none;
    }

    .news_item {
        margin: 0 0 20px 0;
        padding: 0 0 19px 0;
    }
    
    .news_item_link {
        padding: 0 32px 0 16px;
    }
    
    .news_item_link:after {
        right: 16px;
    }
    
    .news_item_wrap_img {
        display: none;
    }
    
    .news_item_wrap_text {
        margin: 0;
        padding: 0 20px 0 0;
    }
    
    .news_item_title {
        font-size: 14px;
        line-height: 1.45;
    }
    
    .news_item_anot {
        display: none;
    }
    
    .news_item_date {
        margin: 0;
    }
}

/* -------------------------------------------------------------- */

.review_list {
    margin: 30px 0 60px 0;
}

.review_list:first-child {
    margin-top: 0;
}

.review_list:last-child {
    margin-bottom: 0;
}

.review_item {
    margin: 0 0 30px 0;
    padding: 0 0 29px 0;
    border-bottom: 1px solid #e7e7e7;
}

.review_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.review_item_link {
    display: block;
    position: relative;
    padding: 0 70px 0 0;
    color: #1f1e20;
    border: none;
}

.review_item_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-color: #d8232e;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.review_item_wrap_img {
    float: left;
    width: 250px;
}

.review_item_img {
    display: block;
    width: 100%;
    padding: 75% 0 0 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.review_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.svg');
    background-size: 60%;
}

.review_item_wrap_text {
    max-width: 650px;
    margin: 0 0 0 280px;
}

.review_item_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.review_item_link:hover .review_item_title {
    color: #d8232e;
}

.review_item_anot {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.review_item_date {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: #9b9b9b;
}

@media (max-width: 480px) {
    .review_item {
        margin: 0 0 20px 0;
        padding: 0 0 19px 0;
    }
    
    .review_item_link {
        padding: 0 32px 0 16px;
    }
    
    .review_item_link:after {
        right: 16px;
    }
    
    .review_item_wrap_img {
        display: none;
    }
    
    .review_item_wrap_text {
        margin: 0;
        padding: 0 20px 0 0;
    }
    
    .review_item_title {
        font-size: 14px;
        line-height: 1.45;
    }
    
    .review_item_anot {
        display: none;
    }
    
    .review_item_date {
        margin: 0;
    }
}

/* -------------------------------------------------------------- */

.person_item_link {
    display: block;
    position: relative;
    padding: 30px 70px 30px 0;
    font-size: 0;
    color: #1f1e20;
}

.person_item_link,
.person_item_link:hover {
    border-color: #e7e7e7;
    border-style: solid;
    border-width: 0 0 1px 0;
}
.person_item:first-child .person_item_link {
    border-top-width: 1px;
}

.person_item_link:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 -2px;
    border-style: solid;
    border-color: #d8232e;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.person_item_wrap_img {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    max-width: 200px;
    padding: 0 30px 0 0;
}

.person_item_img {
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.person_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.svg');
    background-size: 70%;
}

.person_item_wrap_info {
    display: inline-block;
    vertical-align: middle;
    width: 41%;
    padding: 0 0 0 30px;
    border-left: 4px solid #d8232e;
}

.person_item_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.person_item_link:hover .person_item_name {
    color: #d8232e;
}

.person_item_anot {
    font-size: 15px;
    line-height: 1.65;
    color: #6f7477;
}

.person_item_wrap_product {
    display: inline-block;
    vertical-align: middle;
    width: 41%;
    padding: 0 0 0 30px;
    font-size: 0;
}

.person_item_product {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    background: #f7f7f7;
    border-radius: 40px;
}

@media (max-width: 480px) {
    .person_item_link {
        padding: 20px 40px 20px 15px;
    }
    
    .person_item_link:before {
        right: 20px;
    }

    .person_item_wrap_img {
        display: inline-block;
        vertical-align: middle;
        width: 32%;
        padding: 0 10px 0 0;
    }

    .person_item_wrap_info {
        width: 68%;
        padding: 0 0 0 10px;
        border-left: none;
    }

    .person_item_name {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .person_item_anot {
        display: none;
    }

    .person_item_wrap_product {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.person_view_wrap_img {
    float: left;
    width: 170px;
}

.person_view_img {
    display: block;
    max-width: 100%;
    height: auto;
}

.person_view_social {
    margin: 20px 0 0 0;
}

.person_view_social_title {
    margin: 0 20px 0 0;
    font-weight: 600;
}

.person_view_social_link {
    margin: 0 20px 0 0;
}

.person_view_wrap_info {
    max-width: 800px;
    margin-left: 220px;
}

.person_view_anot {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.person_view_text {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 480px) {
    .person_view_wrap_img {
        float: none;
        width: 160px;
    }
    
    .person_view_wrap_info {
        margin: 20px 0 0 0;
    }
    
    .person_view_text {
        font-size: 15px;
        line-height: 1.65;
    }
}

/* -------------------------------------------------------------- */

.grid_gallery_inner {
    margin: 0 0 0 -10px;
    font-size: 0;
}

.grid_gallery_column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 0 10px;
}

.grid_gallery_cell {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
}

.grid_gallery_link {
    display: block;
    border: none;
}

.grid_gallery_img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .grid_gallery_inner {
        margin: 0;
    }
    
    .grid_gallery_column {
        display: block;
        width: auto;
        padding: 0;
    }
}

/* -------------------------------------------------------------- */

.distributor_map_title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.distributor_map_wrap_login {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}

.distributor_show_login {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 40px;
    margin: -18px 0 0 6px;
    cursor: pointer;
    border: none;
}

.distributor_show_login:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -7px;
    width: 14px;
    height: 18px;
    background: url('../img/lock.svg') no-repeat 0 0;
    background-size: auto auto;
    background-size: 14px;
}

.distributor_show_login:hover:before {
    background-position: 0 -25px;
}

#distributor_map {
    height: 570px;
    margin: 0 0 40px 0;
}

#distributor_map_container {
    padding-left: 100px;
}

#distributor_login_container {
    width: 530px;
    max-width: 100%;
    padding: 38px;
    background: #f7f7f7;
}

@media (max-width: 1260px) {
    #distributor_map_container {
        padding-left: 0;
    }
}

/* -------------------------------------------------------------- */

.company_group {
    margin: 0 0 40px 0;
}

.company_group:last-child {
    margin-bottom: 0;
}

.company_group_title {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.company_list_row {
    font-size: 0;
    width: 100%;
}

.company_list_row:nth-child(odd) {
    background: #f7f7f7;
}

.company_list_cell {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.65;
}

.company_list_cell._country {
    width: 12%;
}

.company_list_cell._title {
    width: 20%;
    /* font-weight: bold; */
}

.company_list_cell._address {
    width: 28%;
}

.company_list_cell._contacts {
    width: 28%;
}

.company_list_cell._contacts a {
    display: block;
    width: max-content;
}

.company_list_cell._show_on_map {
    width: 12%;
}

.company_list_cell._show_on_map {
    display: none;
    padding: 12px 20px 12px 10px;
    font-size: 14px;
}

.company_list_cell._show_on_map a:hover {
    border-bottom: 1px dotted rgba(42, 62, 146, 0.3);
}

.company_list_row:hover .company_list_cell._show_on_map {
    display: inline-block;
    text-align: center;
}

@media (max-width: 480px) {
    .company_group_title {
        margin: 0;
        padding: 20px 16px;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        background: #f7f7f7;
    }
    
    .company_list_row {
        padding: 20px 16px;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .company_list_row:nth-child(odd) {
        background: transparent;
    }
    
    .company_list_cell,
    .company_list_cell._country,
    .company_list_cell._title,
    .company_list_cell._address,
    .company_list_cell._contacts,
    .company_list_cell._show_on_map {
        width: 100%;
        padding: 0;
    }
    
    .company_list_cell._contacts {
        margin: 12px 0;
    }

    .company_list_cell._show_on_map {
        display: inline-block;
    }
}

/* -------------------------------- */

.company_map {
    max-width: 400px;
    padding: 10px 5px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.company_map_title {
    font-weight: 600;
}

.company_map_address {
    font-size: 13px;
    line-height: 1.7;
    text-transform: uppercase;
    color: #9b9b9b;
}

.company_map_contacts {
    margin: 10px 0 0 0;
}

/* -------------------------------------------------------------- */

.company_type {
    font-size: 11px;
    font-weight: bold;
    background: #888;
    padding: 0px 6px;
    color: #fff;
    display: inline-block;
}
.company_type._distributor {
    background: #2a3e92;
}
.company_type._service {
    background: #e60000;
}
.company_type._dealer {
    background: #339933;
}

.custom_checkbox_container {
  display: inline-block;
  vertical-align: top;
  margin: 11px 0;
}

.custom_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 14px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom_checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.custom_checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.custom_checkbox input:checked ~ .checkmark {
    background-color: #2a3e92;
    border: 1px solid #e5e5e5;
}
.custom_checkbox input:checked ~ .checkmark.service {
    background-color: #e60000;
    border: 1px solid #e5e5e5;
}
.custom_checkbox input:checked ~ .checkmark.dealer {
    background-color: #339933;
    border: 1px solid #e5e5e5;
}
.custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom_checkbox input ~ .checkmark:after {
    display: block;
}
.custom_checkbox:hover input ~ .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #e5e5e5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom_checkbox input:checked ~ .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 480px) {
    .custom_checkbox_container {
        margin: 12px 0;
    }
    .custom_checkbox {
        font-size: 14px;
    }
}

/* -------------------------------------------------------------- */

.storage_breadcrumb_list {
    margin: 0 0 20px 0;
    font-size: 0;
}

.storage_breadcrumb {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 15px;
}

.storage_breadcrumb:last-child {
    margin-right: 0;
}

.storage_breadcrumb:after {
    display: inline;
    content: '/';
    margin: 0 0 0 6px;
}

/* -------------------------------------------------------------- */

.storage_list {
    max-width: 900px;
}

.storage_item {
    display: block;
    font-size: 0;
}

.storage_item,
.storage_item:hover {
    color: #000;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 0 0 1px 0;
}

.storage_item_col {
    display: inline-block;
    vertical-align: top;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42;
}
.storage_item_col:first-child { padding-left: 0; }
.storage_item_col:last-child { padding-right: 0; }

.storage_item_col._title {
    width: 40%;
}

.storage_item_col._type {
    width: 20%;
}

.storage_item_col._size {
    width: 20%;
}

.storage_item_col._date {
    width: 20%;
}

.storage_item._head .storage_item_col {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
}

.storage_item_title {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    color: #d8232e;
}

.storage_item:hover .storage_item_title {
    color: #1f1e20;
}

.storage_item_title._folder {
    padding-left: 26px;
}

.storage_item_title._folder:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 14px;
    margin: -8px 0 0 0;
    opacity: 0.6;
    background: url('../img/folder.svg') no-repeat 0 0;
    background-size: contain;
}

@media (max-width: 480px) {
    .storage_item {
        padding: 10px 0;
    }
    
    .storage_item._head {
        display: none;
    }
    
    .storage_item_col._title {
        display: block;
        width: auto;
        padding: 0;
    }
    
    .storage_item_col._size,
    .storage_item_col._type,
    .storage_item_col._date {
        width: auto;
        margin: 0 20px 0 0;
        padding: 0;
    }
    
    .storage_item_col:last-child {
        margin-right: 0;
    }
}

/* -------------------------------------------------------------- */

.storage_message {
    margin: 40px 0;
    font-weight: 600;
    color: #9b9b9b;
}

/* -------------------------------------------------------------- */

.history_list {
    margin: 60px 0 0 0;
}

.history_item_inner {
    position: relative;
    margin: 0 auto;
    padding: 25px 0 25px 50px;
    border-left: 4px solid #d8232e;
}

.history_item_inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: -4px;
    width: 15px;
    height: 4px;
    background: #d8232e;
}

.history_item:first-child .history_item_inner {
    padding-top: 2px;
}

.history_item:first-child .history_item_inner:before {
    top: 0;
}

.history_item:last-child .history_item_inner {
    padding-top: 0;
    border-left-color: transparent;
}

.history_item:last-child .history_item_inner:before {
    top: 12px;
}

.history_item._has_img + .history_item .history_item_inner {
    padding-top: 50px;
}

.history_item._has_img + .history_item .history_item_inner:before {
    top: 50px;
}

.history_item_year {
    position: relative;
    margin: -12px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.history_item:first-child .history_item_year {
    margin-top: -0.65em;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33;
}

.history_item_text {
    margin: 20px 0 0 0;
    font-size: 17px;
    line-height: 1.75;
}

.history_item_img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* -------------------------------------------------------------- */

.file_item {
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 0 0 1px 0;
}

.file_item:last-child {
    border-bottom-width: 0;
}

.file_item_link {
    display: block;
    position: relative;
    padding: 28px 60px 28px 0;
    color: #1f1e20;
    border: none;
}

.file_item_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 0;
    background: url('../img/download.svg') no-repeat 0 0;
    background-size: contain;
}

.file_item_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.file_item_link:hover .file_item_title {
    color: #d8232e;
}

.file_item_info {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

@media (max-width: 480px) {
    .file_item:first-child {
        border-top-width: 1px;
    }
    
    .file_item:last-child {
        border-bottom-width: 1px;
    }
    
    .file_item_link {
        padding: 14px 50px 14px 0;
    }
    
    .file_item_link:after {
        right: 0;
    }
    
    .file_item_title {
        font-size: 14px;
        line-height: 1.45;
    }
    
    .file_item_info {
        display: block;
        margin: 0;
    }
}
/* -------------------------------------------------------------- */

.buy_button{
    margin-top: 56px;
    display: flex;
    align-items:center;
}

.buy_button .custom_button{
    margin-right: 18px;
}

.buy_button .price{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.30;
}

.buy_button .price p{
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

/* -------------------------------------------------------------- */

.faq_item {
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 0 0 1px 0;
}

.faq_item:first-child {
    border-top-width: 1px;
}

.faq_item_question {
    display: block;
    position: relative;
    padding: 28px 60px 28px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    cursor: pointer;
}

.faq_item_question:hover {
    color: #d8232e;
}

.faq_item_question:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 -2px;
    border-style: solid;
    border-color: #d8232e;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
}

.faq_item_question._open:after {
    transform: rotate(-45deg) translateY(4px);
}

.faq_item_answer {
    display: none;
    padding-bottom: 56px;
}

@media (min-width: 481px) {
    .faq_item_question {
        transition: font-size 150ms ease-out;
    }
    
    .faq_item_question._open {
        font-size: 30px;
        line-height: 1.15;
    }
}

@media (max-width: 480px) {
    .faq_item_question {
        padding: 20px 34px 20px 0;
        font-size: 14px;
        line-height: 1.45;
    }
    
    .faq_item_question:after {
        right: 8px;
    }
    
    .faq_item_answer {
        padding-bottom: 36px;
        font-size: 15px;
        line-height: 1.65;
    }
}

/* -------------------------------------------------------------- */
.inline_image_slider.swiper-container {
    margin-bottom: 40px;
}

.inline_image_slider .swiper-slide {
    display: block;
    padding: 0 0 40px 0;
    text-align: center;
}

.inline_image_slider_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 800px;
    margin: 0 auto;
}

.inline_image_slider_text {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6f7477;
    text-align: center;
}

.inline_image_slider .swiper-pagination-bullets {
    left: 50%;
    bottom: 0;
    width: auto;
    /*height: 30px;*/
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    transform: translateX(-50%);
}

.inline_image_slider .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    opacity: 1;
    background: none;
}

.inline_image_slider .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    opacity: 0.5;
    background: #fff;
    border-radius: 100%;
}

.inline_image_slider .swiper-pagination-bullet:hover:before {
    opacity: 0.7;
}

.inline_image_slider .swiper-pagination-bullet-active:before {
    opacity: 1 !important;
    background: #fff;
}

/* -------------------------------------------------------------- */

.embed_video_container {
    max-width: 100%;
}

.embed_video {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.embed_video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------- */

.index_bg {
    display: block;
    position: relative;
    min-width: 100%;
    margin: -100px 0 60px 0;
    padding: 55% 0 0 0;
    background-color: #1f1e20;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1480px) {
    .index_bg {
        height: 800px;
        padding: 0;
    }
}

@media (max-width: 980px) {
    .index_bg {
        height: 540px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .index_bg {
        margin-bottom: 0;
    }
}

/* -------------------------------------------------------------- */

.index_news {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 110px;
}

.index_news_list {
    position: absolute;
    top: -80px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.index_news_more {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 32px 14px 32px;
}

.index_news_list_inner {
    display: flex;
    background-color: #fff;
    padding: 24px 32px 0 32px;
}

/* -------------------------------- */

.index_news_item {
    width: 430px;
    margin: 0 0 32px 100px;
    padding: 0 0 0 15px;
    border-left: 4px solid #d8232e;
}

.index_news_item:first-child {
    margin: 0 0 32px 0;
}

.index_news_item_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.index_news_item_link {
    color: #1f1e20;
    border: none;
}

.index_news_item_link:hover {
    color: #6f7477;
}

.index_news_item_date {
    margin: 6px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6f7477;
}

@media (max-width: 480px) {
    .index_news {
        height: 1px;
    }
    .index_news_item {
        max-width: 100%;
        margin: 0 0 32px 0;
    }

    .index_news_list_inner {
        flex-direction: column;
        padding: 12px
    }    

    .index_news_list {
        top: -300px;
        position: absolute;
    }

    .index_news_item_title {
        font-size: 16px;
    }

    .index_news_more {
        font-size: 12px;
        padding: 0 0 0 12px;
    }
}

/* -------------------------------------------------------------- */

.promo_review_list {
    margin: 0 0 0 -40px;
}

.promo_review_col {
    display: block;
    float: left;
    padding: 0 0 0 40px;
}

.promo_review_col._1_3 {
    width: 33.33%;
}

.promo_review_col._1_2 {
    width: 50%;
}

.promo_review._side {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #e7e7e7;
}

.promo_review._side:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.promo_review_link {
    display: block;
    color: #1f1e20;
    border: none;
}

.promo_review_img {
    margin: 0 0 18px 0;
    padding: 75% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_review_img:not([style*="background-image"]) {
    background-color: #f7f7f7;
    background-image: url('../img/no_img.svg');
    background-size: 60%;
}

.promo_review_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.promo_review._main .promo_review_title {
    font-size: 30px;
    line-height: 1.15;
}

.promo_review_link:hover .promo_review_title {
    color: #d8232e;
}

.promo_review_date {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: #9b9b9b;
}

/* -------------------------------------------------------------- */

.index_group {
    margin: 60px 0 0 0;
}

.index_group_review {
    float: left;
    width: 65%;
    padding-right: 40px;
}

.index_group_promo {
    float: right;
    width: 35%;
}

@media (max-width: 480px) {
    .index_group {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.index_shotback {
    margin: 80px 0 0 0;
}

@media (max-width: 480px) {
    .index_shotback .content_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

/* -------------------------------------------------------------- */

.search_more {
    display: block;
    margin: -30px 0 0 0;
}

@media (max-width: 480px) {
    .search_more {
        text-align: center;
    }
}

/* -------------------------------------------------------------- */

.error_404 {
    padding: 160px 0;
    text-align: center;
}

.error_404_code {
    font-size: 270px;
    font-weight: 600;
    line-height: 0.8;
}

.error_404_text {
    margin: 4px 0 0 0;
    font-size: 18px;
    line-height: 1.65;
}

@media (max-width: 480px) {
    .error_404 {
        padding: 25px 0;
        text-align: left;
    }
    
    .error_404_code {
        padding: 0 0 0 12px;
        font-size: 30px;
        line-height: 1.15;
        border-left: 4px solid #d8232e;
    }
    
    .error_404_text {
        margin: 18px 0 0 0;
        font-size: 15px;
        line-height: 1.65;
    }
}

/* -------------------------------------------------------------- */

.page_footer {
    padding: 30px 0;
    background: #f7f7f7;
}

/* -------------------------------------------------------------- */

.footer_wrap_menu {
    float: left;
    width: 52%;
}

.footer_menu {
    font-size: 0;
    white-space: nowrap;
}

.footer_menu_column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 20px 0 0;
}

.footer_menu_column._catalog {
    width: 50%;
}

.footer_menu_group {
    display: block;
    margin: 0 0 20px 0;
    font-size: 14px;
}

.footer_menu_group:last-child {
    margin-bottom: 0;
}

.footer_menu_group_title {
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #6f7477;
}

.footer_menu_list {
    margin: 0 0 0 -16px;
    font-size: 0;
}

.footer_menu_list_col {
    display: inline-block;
    vertical-align: top;
}

.footer_menu_column._catalog .footer_menu_list_col {
    width: 50%;
}

.footer_menu_item {
    font-size: 13px;
    line-height: 1;
}

.footer_menu_item:last-child {
    margin-bottom: 0;
}

.footer_menu_item_link {
    display: inline-block;
    padding: 8px 16px;
    color: #6f7477;
    border: none;
}

.footer_menu_item_link:hover {
    color: #1f1e20;
}

/* -------------------------------------------------------------- */

.footer_wrap_distributor {
    float: left;
    width: 26%;
}

.footer_distributor {
    display: block;
    position: relative;
    width: 100%;
    padding: 46% 0 0 0;
    border: none;
}

.footer_distributor,
.footer_distributor:hover {
    color: #1f1e20;
}

.footer_distributor_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/footer_map.png') no-repeat 0 0;
    background-size: contain;
    transition: filter 150ms ease-out;
}

.footer_distributor:hover .footer_distributor_bg {
    filter: brightness(0.94);
}

.footer_distributor_text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    white-space: nowrap;
}

/* -------------------------------------------------------------- */

.footer_wrap_other {
    float: right;
    width: 22%;
    padding: 0 0 0 20px;
    text-align: right;
}

.footer_website_select {
    float: right;
    margin: -10px 0 0 0;
}

.footer_logo {
    display: block;
    float: right;
    width: 98px;
    height: 48px;
    margin: -10px 0 0 35px;
    background: url('../img/footer_logo.svg') no-repeat 50% 50%;
    background-size: contain;
    border: none;
    transition: opacity 150ms ease-out;
}

.footer_logo:hover {
    opacity: 0.8;
}

.footer_wrap_copyright {
    margin: 70px 0 0 0;
}

/* ---------------------------------- */

.footer_social_menu {
    font-size: 0;
    text-align: right;
}

.footer_social_menu_item {
    display: inline-block;
    margin: 0 0 0 24px;
    font-size: 13px;
    line-height: 1.5;
    color: #1f1e20;
    border: none;
}

.footer_social_menu_item {
    max-width: 30px;
}

.footer_social_menu_item svg{
    width: 100%;
}


.footer_social_menu_item:nth-of-type(1){
    margin: 0;
}


.footer_social_menu_item:nth-of-type(1) svg{
    fill: #4867AA;
}

.footer_social_menu_item:nth-of-type(1):hover svg{
    opacity: 0.8;
}

.footer_social_menu_item:nth-of-type(2) svg{
    fill: #FF011D;
}

.footer_social_menu_item:nth-of-type(2):hover svg{
    opacity: 0.8;
}

.footer_social_menu_item:nth-of-type(3) svg{
    fill: #C70058;
}

.footer_social_menu_item:nth-of-type(3):hover svg{
    opacity: 0.8;
}

.footer_social_menu_item:nth-of-type(4) svg{
    fill: #3FA6DA;
}

.footer_social_menu_item:nth-of-type(4):hover svg{
    opacity: 0.8;
}

/* ---------------------------------- */

.footer_other_menu {
    margin: 20px 0 0 0;
    font-size: 0;
    text-align: right;
}

.footer_other_menu_item {
    display: inline-block;
    margin: 0 0 0 24px;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
    border: none;
}

.footer_other_menu_item:first-child {
    margin-left: 0;
}

.footer_other_menu_item:hover {
    color: #d8232e;
}

/* ---------------------------------- */

.footer_copyright {
    font-size: 13px;
    line-height: 1.5;
}

/* ---------------------------------- */

@media (min-width: 481px) and (max-width: 1280px) {
    .footer_wrap_menu {
        width: 70%;
    }
    
    .footer_wrap_distributor {
        float: right;
        clear: right;
        width: 30%;
        margin: -10px 0 20px 0;
    }
    
    .footer_logo {
        display: none;
    }
    
    .footer_wrap_other {
        width: 30%;
    }
    
    .footer_wrap_copyright {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 480px) {
    .footer_wrap_menu {
        display: none;
    }
    
    .footer_wrap_distributor {
        float: none;
        width: auto;
        margin: 15px 0 10px 0;
        padding: 0;
        text-align: center;
    }
    
    .footer_logo {
        display: none;
    }
    
    .footer_wrap_copyright {
        margin: 0;
        text-align: center;
    }
    
    .footer_wrap_other {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    
    .footer_website_select {
        display: none;
    }
    
    .footer_logo {
        display: none;
    }
    
    .footer_social_menu {
        text-align: center;
    }
    
    .footer_other_menu {
        margin: 12px 0 0 0;
        text-align: center;
    }
    
    .footer_social_menu_item {
        font-size: 15px;
    }
    
    .footer_other_menu_item {
        font-size: 15px;
    }
    
    .footer_copyright {
        margin: 12px 0 0 0;
        font-size: 15px;
    }
}

/* -------------------------------------------------------------- */

.video_wrapper {
    margin: 90px 0 0 0;
    display: block;
    position: relative;
    font-size: 0;
    color: #000;
    background: #f7f7f7;
    border: none;
}

.video_index_cover {
    display: block;
    position: relative;
    padding: 30% 0 0 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 450px;
    border: none;
}

.video_index {
    display: flex;
}

.video_index_cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    transition: opacity 300ms ease-out;
}

.video_index_cover:hover:before {
    opacity: 0.5;
}

.video_index_play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #d8232e;
    border-radius: 100%;
    transition: transform 150ms ease-out;
}

.video_index_play:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    margin: -12px 0 0 -6px;
}

.video_index_play:hover .video_index_play {
    transform: scale(1.1);
}

.video_index_play:active .video_index_play {
    transform: scale(0.9);
}

.video_index_content {
    display: flex;
    flex-direction: column;
    width: 35%;
    padding: 20px 30px 20px 30px;
}

.video_index_content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    border-left: 4px solid #d8232e;
    padding: 0 0 0 15px;
    /* border-left: 3px solid #2a3e92;
    padding-left: 10px; */
}

.video_index_content .description {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #7d8284;
}

@media (max-width: 480px) {
    .video_index {
        display: block;
    }

    .video_index_content {
        width: 100%;
        padding: 0;
        padding: 40px 30px 30px 30px;
        max-width: 100%;
    }

    .video_wrapper {
        padding: 0;
    }

    .video_index_cover {
        padding: 38% 50%;
        width: 100%;
        height: 100%;
    }

    .video_index iframe {
        max-width: 100%;
        max-height: 100%;
    }
}

.video_item_hashtag {
    line-height: 30px;
    white-space: nowrap;
    font-size: 18px;
    margin-bottom: 30px;
}

/* -------------------------------------------------------------- */

.page_title_right.distributors {
    max-width: 100%;
}

@media (max-width: 480px) {
    .page_title_right.distributors {
        margin: 10px 0 25px 0;
        float: none;
        text-align: center;
    }    
}