@charset "utf-8";
@import url(right-side-lang.css);

/* ------------------------------------------------------------ */

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;
    border-collapse: collapse;
}

hr {
    margin: 28px 0;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 0 0 1px 0;
}

/* ------------------------------------------------------------ */

@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: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    background: #f5f5f5;
}

body._index_page {
    background: #fff;
}

@media (max-width: 480px) {
    body {
        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: #0675b2;
    border-bottom: 1px solid transparent;
}

a:hover {
    border-bottom-color: rgba(6, 117, 178, 0.3);
}

/* -------------------------------------------------------------- */

h1, .h1 {
    margin: 0 0 24px 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h2, .h2 {
    margin: 24px 0 20px 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 4.85px;
    text-transform: uppercase;
}

h3 {
    margin: 24px 0 20px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 4.65px;
    text-transform: uppercase;
}

h4 {
    margin: 24px 0 12px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    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, h2, .h2, h3 {
        margin: 24px 0 12px 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.15;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: normal;
    }
}

/* -------------------------------------------------------------- */

.static_text a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
}

.static_text p {
    margin: 10px 0;
}

.static_text ol,
.static_text ul {
    margin: 10px 0 20px 0;
}

.static_text p:first-child,
.static_text > ol:first-child,
.static_text > ul:first-child { margin-top: 0; }

.static_text p:last-child,
.static_text > ol:last-child,
.static_text > ul:last-child { margin-bottom: 0; }

.static_text ol {
    padding-left: 0;
    counter-reset: 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: #0675b2;
}

.static_text ul > li {
    margin-bottom: 10px;
    padding-left: 28px;
}

.static_text ul > li:before {
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 1px;
    margin: 1.4ex 0 0 -28px;
    background: #000;
}

.static_text img {
    max-width: 100%;
    height: auto;
}

.static_text .ba-slider img {
    max-width: none;
}

/* ------------------------ */

.wrap_static_table {
    overflow: auto;
    display: block;
}

.static_table {
    margin: 30px 0;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 480px) {
    .static_table {
        min-width: 520px;
    }
}

.static_table td,
.static_table th {
    padding: 11px 11px;
}

.static_table td {
    border-bottom: 1px solid #ededed;
}

.static_table th,
.static_table thead td {
    padding-top: 0;
    font-weight: 600;
    border-style: solid;
    border-color: #0675b2;
    border-width: 0 0 3px 0;
}

.text_subtle {
    font-size: 13px;
    line-height: 1.7;
}

.text_gray {
    color: #9b9b9b;
}

.text_quote {
    padding: 0 0 0 20px;
    border-left: 3px solid #0675b2;
}

.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;
}

/* -------------------------------------------------------------- */
.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;
}

.index_wrapper {
    min-width: 1000px;
    max-width: 1600px;
    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 {
        width: auto;
        min-width: 320px;
        max-width: 100%;
    }
    
    .index_wrapper {
        width: auto;
        min-width: 320px;
        max-width: 100%;
    }
    
    .content_wrapper,
    .mobile_padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .content_wrapper._mobile_snap {
        padding-left: 0;
        padding-right: 0;
    }
    
    .mobile_wrapper_break {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    
    .only_desktop {
        display: none !important;
    }
}

/* -------------------------------------------------------------- */

.column_layout {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.column_layout_main {
    display: table-cell;
    vertical-align: top;
}

.column_layout_side {
    display: table-cell;
    vertical-align: top;
    width: 225px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .column_layout {
        display: flex;
        flex-direction: column;
        width: auto;
    }
    
    .column_layout_main,
    .column_layout_side {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .column_layout_main {
        order: 1;
    }
    
    .column_layout_side {
        order: 2;
        margin: 20px 0 0 0;
    }
    
    .column_layout._mobile_side_first .column_layout_main {
        order: 2;
    }
    
    .column_layout._mobile_side_first .column_layout_side {
        order: 1;
        margin: 0 0 20px 0;
    }
}

/* -------------------------------------------------------------- */

.custom_input,
.custom_textarea {
    width: 100%;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background: #f5f5f5;
    border: none;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.custom_input {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.custom_textarea {
    padding: 10px 10px;
}

.custom_input:focus,
.custom_textarea:focus {
    border-color: #6f7477;
}

/* -------------------------------------------------------------- */

.custom_button {
    display: inline-block;
    height: 45px;
    padding: 0 40px;
    font-size: 11px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #fff;
    background: #000;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: 
        transform 120ms ease-out, 
        background-color 120ms ease-out, 
        box-shadow 120ms ease-out;
}

.custom_button:hover,
a:hover .custom_button {
    background: #0675b2;
}

.custom_button:active {
    transform: translateY(2px);
}

.custom_button._outline {
    color: #000;
    background: #fff;
    box-shadow: 0 0 0 1px #d5d5d5;
}

.custom_button._outline:hover {
    background: #fff;
    box-shadow: 0 0 0 1px #000;
}

.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;
    min-width: 150px;
}

.custom_select_current {
    display: block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_select_current._default {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 10px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    background: #f5f5f5;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.custom_select_container._full_width {
    width: 100%;
}

.custom_select_current:hover {
    cursor: pointer;
}

.custom_select_current._default:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: translateY(-3px) rotate(135deg);
    transition: transform 180ms ease-out;
}

.custom_select_container._open .custom_select_current._default {
    border-color: #dedede;
}

.custom_select_current._default:focus {
    outline: none;
    border-color: #dedede;
}

.custom_select_container._open .custom_select_current._default:after {
    transform: rotate(-45deg);
}

/* ----------------------------- */

.custom_select_list {
    z-index: 100;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

.custom_select_list._reverse {
    left: auto;
    right: 0;
}

.custom_select_container._open .custom_select_list {
    display: block;
}

.custom_select_option {
    display: block;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    color: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_select_option[data-value=""]:first-child {
    color: #9b9b9b;
}

.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: #f9f2d1;
}

.custom_select_option._selected {
    background: #f9f2d1;
}

.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: #0675b2;
    background-color: #0675b2;
}

.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 18px 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: color 120ms ease-out;
}

.mini_select_current:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: border-color 120ms ease-out;
}

.mini_select_current:hover {
    color: #0675b2;
}

.mini_select_current:hover:after {
    border-color: #0675b2;
}

.mini_select_list {
    display: none;
    position: absolute;
    top: -16px;
    left: -16px;
    min-width: 100px;
    padding: 12px 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    z-index: 1;
}

.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: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mini_select_option:hover {
    color: #0675b2;
}

/* -------------------------------------------------------------- */

.custom_form_row {  
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
}

.custom_form_row:last-child {
    margin-bottom: 0;
}

.custom_form_row_title {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    padding: 10px 10px 10px 0;
}

.custom_form_row_title._empty {
    padding: 0;
}

.custom_form_row_field {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}

@media (max-width: 480px) {
    .custom_form_row {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
    }
    
    .custom_form_row._error,
    .custom_form_row._submit {
        text-align: center;
    }
    
    .custom_form_submit {
        min-width: 220px;
    }
    
    .custom_form_row_title {
        display: block;
        width: auto;
        margin: 0 0 5px 0;
        padding: 0;
    }
    
    .custom_form_row_field {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
}

/* -------------------------------------------------------------- */

.custom_form_error {
    margin: 10px 0;
    color: #e72b22;
    font-size: 15px;
    line-height: 1.6;
}

/* -------------------------------------------------------------- */

.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: #0675b2;
    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: #0675b2;
}

.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: #0675b2;
}

.add_file_button_prompt {
    margin-left: 8px;
    color: #6f7477;
}

/* -------------------------------------------------------------- */

.custom_tab_header {
    margin: -10px 0;
}

.custom_tab_header._fixed {
    position: fixed;
    top: 20px;
    margin: 0;
}

.custom_tab_header._fixed._bottom {
    position: absolute;
    top: auto;
    bottom: 20px;
}

.custom_tab_title {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    color: #000;
    transition: transform 150ms ease-out, color 100ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_tab_title:hover {
    color: #0675b2;
}

.custom_tab_title._selected {
    color: #9b9b9b;
}

.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 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dedede;
    -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: #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 300ms;
}

.custom_tab_mobile_title._selected:after {
    transform: translateY(4px) rotate(-45deg);
}

.custom_tab_mobile_title:hover {
    color: #0675b2;
}

.custom_tab_mobile_title:hover:after {
    border-color: #0675b2;
}

@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;
    }
}

/* -------------------------------------------------------------- */

.filter_container {
    padding: 12px 56px;
    background: #fff;
}

.filter_list {
    display: inline-block;
    margin: 0 0 0 -20px;
}

.filter_item {
    display: inline-block;
    position: relative;
}

.filter_item:last-child {
    border-bottom: none;
}

.filter_item_title {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    cursor: pointer;
    transition: color 90ms ease-out, background-color 90ms ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_item_title_text:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 6px;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: translateY(-3px) rotate(135deg);
    transition: border-color 90ms ease-out;
}

.filter_option_list {
    display: none;
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 400px;
    margin: 0 0 0 0;
    padding: 20px 20px 10px 10px;
    font-size: 0;
    color: #fff;
    background: #0675b2;
    transform: scale(0.85);
    transform-origin: left top;
    transition: transform 90ms ease-out, opacity 90ms ease-out, visibility 90ms;
}

.filter_option_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

.filter_option {
    display: block;
    padding: 0 0 0 30px;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: color 90ms ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_option:hover,
.filter_option._disabled {
    color: rgba(255, 255, 255, 0.5);
}

.filter_option_checkbox {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 1px 10px 0 -30px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 90ms linear, border-color 90ms ease-out;
}

.filter_option:hover .filter_option_checkbox,
.filter_option._disabled .filter_option_checkbox {
    border-color: rgba(255, 255, 255, 0.5);
}

.filter_option:active .filter_option_checkbox {
    transform: scale(0.8);
}

.filter_option_checkbox:before {
    content: '';
    opacity: 0;
    display: block;
    width: 9px;
    height: 6px;
    margin: 5px 0 0 5px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    transition: opacity 90ms ease-out;
}

.filter_option:hover .filter_option_checkbox:before {
    opacity: 0.5;
}

.filter_option._selected {
    color: #fff;
}

.filter_option._selected .filter_option_checkbox {
    background: #fff;
    border-color: #fff;
}

.filter_option._selected .filter_option_checkbox:before {
    opacity: 1;
    border-color: #0675b2;
}

.filter_option_title {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    white-space: normal;
}

.filter_reset {
    display: inline-block;
    float: right;
    margin: 8px 0 0 0;
}

.filter_reset._hidden {
    display: none;
}

.filter_mobile_toggle {
    position: relative;
    width: 100%;
    padding: 0 40px 0 20px;
    font-weight: 600;
    text-align: left;
}

.filter_mobile_toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    margin: -9px 0 0 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 150ms ease-out;
}

.filter_container._mobile_open .filter_mobile_toggle:after {
    transform: translateY(6px) rotate(-45deg);
}

@media (min-width: 481px) {
    .filter_item._open .filter_item_title {
        color: #fff;
        background: #0675b2;
    }

    .filter_item._open .filter_item_title_text:after {
        border-color: #fff;
        transform: rotate(-45deg);
    }
    
    .filter_item._animated .filter_option_list {
        display: block;
    }

    .filter_item._open .filter_option_list {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

@media (max-width: 480px) {
    .filter_container {
        padding: 0;
        background: none;
    }
    
    .filter_content {
        display: none;
        padding: 10px 0;
    }
    
    .filter_container._mobile_display .filter_content {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scaleY(0.85);
        transform-origin: center top;
        transition: transform 120ms ease-out, opacity 120ms ease-out, visibility 120ms;
    }
    
    .filter_container._mobile_open .filter_content {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    
    .filter_list {
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .filter_item {
        display: block;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    
    .filter_item_title {
        display: block;
        position: relative;
        padding: 15px 0;
    }
    
    .filter_item_title_mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .filter_option_list._mobile_open {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    
    .filter_option_list {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 0 -10px;
        padding: 0 0 10px 0;
        color: #000;
        background: #fff;
    }
    
    .filter_item._mobile_display .filter_option_list {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scaleY(0.85);
        transform-origin: center top;
        transition: transform 120ms ease-out, opacity 120ms ease-out, visibility 120ms;
    }
    
    .filter_item._mobile_open .filter_option_list {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    
    .filter_option._selected {
        color: #000;
    }
    
    .filter_option:hover {
        color: #0675b2;
    }
    
    .filter_option._disabled {
        color: rgba(0, 0, 0, 0.3);
    }
    
    .filter_option_checkbox,
    .filter_option:hover .filter_option_checkbox,
    .filter_option._disabled .filter_option_checkbox {
        border-color: #e1e1e1;
    }
    
    .filter_option_checkbox:before {
        border-color: #000;
    }
    
    .filter_option:hover .filter_option_checkbox:before {
        opacity: 0.2;
    }
    
    .filter_option._selected .filter_option_checkbox {
        background: #0675b2;
        border-color: #0675b2;
    }

    .filter_option._selected .filter_option_checkbox:before {
        opacity: 1;
        border-color: #fff;
    }
    
    .filter_reset {
        display: block;
        float: none;
        margin: 10px 0 20px 0;
        padding: 0;
    }
}

/* -------------------------------------------------------------- */

.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_header {
    display: block;
    margin: 60px 0 30px 0;
}

.block_header:first-child {
    margin-top: 30px;
}

.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.6;
}

@supports (display: flex) {
    .block_header {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
}

/* -------------------------------------------------------------- */

.search_show_all {
    margin: 20px 0 0 0;
}

/* -------------------------------------------------------------- */

.list_load_more {
    margin: 60px 0 0 0;
}

.list_load_more .custom_button {
    width: 100%;
}

@media (max-width: 480px) {
    .list_load_more {
        margin: 20px 0 0 0;
        text-align: center;
    }
    
    .list_load_more .custom_button {
        max-width: 220px;
    }
}

/* -------------------------------------------------------------- */

.social_link_list {
    margin: -10px 0 30px -30px;
    font-size: 0;
}

.social_link {
    display: inline-block;
    position: relative;
    margin: 20px 0 0 30px;
    padding: 13px 0 13px 55px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    border: none;
}

.social_link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('../img/social_links.svg') no-repeat 40px 40px;
    transition: transform 150ms ease-out;
    background-size: cover;
}

.social_link._facebook:before {
    background-position: 0 0;
}

.social_link._instagram:before {
    background-position: 0 -50px;
}

.social_link._twitter:before {
    background-position: 0 -150px;
}

.social_link._youtube:before {
    background-position: 0 -100px;
}

.social_link:hover:before {
    transform: scale(1.15);
}

@media (max-width: 480px) {
    .social_link_list {
        margin: 20px 0 30px 0;
    }
    
    .social_link {
        display: block;
        margin: 0 0 20px 0;
    }
}

/* -------------------------------------------------------------- */

.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: #000;
    background: #f7f7f7;
    border: none;
}

a.more_header:hover {
    color: #0675b2;
}

@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;
    color: #fff;
    background: #000;
}

.page_header_inner {
    position: relative;
}

@media (min-width: 481px) {
    .page_header {
        min-width: 980px;
    }
}

@media (max-width: 480px) {
    .page_header {
        height: 50px;
        background: #000;
    }
    
    .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;
    float: left;
    margin: 26px 0 0 0;
    font-size: 0;
    white-space: nowrap;
    color: #fff;
    border: none;
    transition: opacity 150ms ease-out;
}

.header_logo:hover {
    opacity: 0.8;
}

.header_logo_img {
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    height: 43px;
    background: url('../img/header_logo.svg') no-repeat 0 0;
    background-size: contain;
}

.header_logo_text {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    line-height: 48px;
    margin: 0 0 0 30px;
    font-size: 15px;
}

@media (max-width: 480px) {
    .header_logo {
        z-index: 10;
        position: relative;
        float: none;
        width: 66px;
        margin: 7px auto 0 auto;
    }
    
    .header_logo_img {
        width: 110px;
        height: 43px;
        margin: 5px 0 0 -26px;
    }
    
    .header_logo_text {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.header_nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
}

@media (max-width: 480px) {
    .header_nav {
        width: 100%;
        height: 50px;
    }
}

/* -------------------------------------------------------------- */

.header_menu {
    float: right;
    font-size: 0;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .header_menu {
        display: none;
    }
}

.header_menu_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}

.header_menu_item_link {
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.header_menu_item_link_text {
    display: inline-block;
    line-height: 2;
    border-bottom: 2px solid transparent;
    transition: border-color 150ms ease-out;
}

.header_menu_item._hover .header_menu_item_link_text,
.header_menu_item._selected .header_menu_item_link_text,
.header_menu_item_link:hover .header_menu_item_link_text {
    border-bottom-color: #0675b2;
}

@media (max-width: 1200px) {
    .header_menu_item_link {
        padding: 0 20px;
    }
}

@media (max-width: 1100px) {
    .header_menu_item_link {
        padding: 0 18px;
    }
}

@media (max-width: 1050px) {
    .header_menu_item_link {
        padding: 0 16px;
    }
}

/* ------------------------- */

.header_submenu {
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 100%;
    left: -28px;
    transform: scale(0.85);
    transform-origin: left top;
    transition: transform 120ms ease-out, opacity 90ms ease-out, visibility 90ms;
}

.header_menu_item._hover .header_submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header_submenu_inner {
    z-index: 2;
    position: relative;
    padding: 28px;
    background: #0675b2;
}

.header_submenu._catalog .header_submenu_inner {
    float: left;
    width: 280px;
}

.header_submenu_table {
    max-width: 600px;
    font-size: 0;
    white-space: nowrap;
}

.header_submenu_column {
    display: inline-block;
    vertical-align: top;
    width: max-content;
    white-space: normal;
}

.header_submenu_column_title {
    margin: 0 30px 7px 18px;
    padding: 0 0 7px 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header_submenu_item {
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    padding: 5px 30px 5px 18px;
    color: #fff;
    border: none;
    transition: color 100ms ease-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.header_submenu_item:hover,
.header_submenu_item._open {
    color: rgba(255, 255, 255, 0.5);
}

/* -------------------------------------------------------------- */

.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: #000;
    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: #222;
}

.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_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: #222;
}

.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); }

@media (max-width: 480px) {
    .header_search {
        position: absolute;
        float: none;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
    
    .header_search._open {
        width: 100%;
    }
    
    .header_search_toggle {
        width: 50px;
        height: 50px;
    }
    
    .header_search._open .header_search_toggle {
        transform: translateX(-50px);
    }
    
    .header_search_close {
        width: 50px;
        height: 50px;
    }
    
    .header_search_input {
        height: 50px;
        padding: 0 100px 0 15px;
    }
}

/* -------------------------------------------------------------- */

.header_mobile_nav {
    display: none;
}

@media (max-width: 480px) {
    .header_mobile_nav {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        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;
        transition: transform 150ms ease-out;
    }
    
    .header_mobile_nav_icon:before {
        top: -6px;
    }
    
    .header_mobile_nav_icon:after {
        bottom: -6px;
        width: 10px;
    }
    
    .header_mobile_nav:active .header_mobile_nav_icon {
        transform: scale(0.8);
    }
}

/* -------------------------------------------------------------- */

.vertical_nav {
    overflow: hidden;
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    padding: 100px 0 0 0;
    transition: transform 300ms ease-out, visibility 300ms;
}

@media (max-width: 1260px) {
    .vertical_nav {
        visibility: hidden;
        transform: translateX(-100%);
    }
}

/* ------------------------------ */

.vertical_nav_wrap_menu {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

body._index_page .vertical_nav_wrap_menu {
    background: none;
}

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_menu {
    position: absolute;
    top: -22px;
    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: #9b9b9b;
    border: none;
    transition: color 150ms ease-out;
}

.vertical_nav_menu_link:hover {
    color: #000;
}

body._index_page .vertical_nav_menu_link {
    color: rgba(255, 255, 255, 1);
}

body._index_page .vertical_nav_menu_link:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* -------------------------------------------------------------- */

.mobile_menu {
    z-index: 1001;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 180ms ease-out;
}

.mobile_menu._display {
    display: block;
}

.mobile_menu._open {
    opacity: 1;
}

.mobile_menu:not(._open) {
    pointer-events: none;
}

.mobile_menu_overlay {
    z-index: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu_inner {
    z-index: 2;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    color: #000;
    background: #fff;
    transform: translateX(-30px);
    transition: transform 180ms ease-out;
}

.mobile_menu._open .mobile_menu_inner {
    transform: none;
}

/* -------------------------- */

.mobile_menu_content {
    padding: 60px 20px;
}

.mobile_menu_item {
    border-bottom: 1px solid #eee;
}

.mobile_menu_item:last-child {
    border-bottom: none;
}

.mobile_menu_item_link {
    display: block;
    position: relative;
    padding: 10px 20px 10px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu_item._has_submenu .mobile_menu_item_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 9px;
    height: 9px;
    margin: -9px 0 0 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 150ms ease-out;
}

.mobile_menu_item._has_submenu._open .mobile_menu_item_link:after {
    transform: translateY(4px) rotate(-45deg);
}

.mobile_submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0 0 15px 0;
    transform: translateY(-10px) scaleY(0.85);
    transform-origin: center top;
    transition: transform 180ms ease-in-out, opacity 180ms ease-out, visibility 180ms;
}

.mobile_menu_item._animated .mobile_submenu {
    display: block;
}

.mobile_menu_item._open .mobile_submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.mobile_submenu_item_link {
    display: block;
    padding: 4px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* -------------------------- */

.mobile_submenu_catalog {
    margin: 0 0 0 -15px;
    font-size: 0;
}

.mobile_submenu_group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 0 15px;
    font-size: 15px;
}

.mobile_submenu_group_title {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

/* -------------------------- */

.mobile_menu_close {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu_close_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background: #000;
    border-radius: 100%;
    transition: transform 100ms linear;
}

.mobile_menu_close_icon:before,
.mobile_menu_close_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
}
.mobile_menu_close_icon:before { transform: rotate(45deg); }
.mobile_menu_close_icon:after { transform: rotate(-45deg); }

.mobile_menu_close:active .mobile_menu_close_icon {
    transform: scale(0.8);
}

/* -------------------------------------------------------------- */

.side_menu {
    margin: -10px 0;
}

.side_menu_item {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.side_menu_item:hover {
    color: #0675b2;
}

.side_menu_item._selected {
    color: #9b9b9b;
}

@media (max-width: 480px) {
    .side_menu {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.page_content {
    padding: 120px 0 120px 0;
}

.page_content.without_margin {
    padding: 100px 0 120px 0;
}

body._index_page .page_content,
body._promo_page .page_content {
    padding-top: 100px;
}

@media (max-width: 480px) {
    .page_content,
    body._index_page .page_content,
    body._promo_page .page_content {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

/* -------------------------------------------------------------- */

.page_title {
    margin: 0 0 10px 0;
    padding: 26px 56px;
    background: #fff;
}

.page_title:after {
    content: "";
    display: block;
    clear: both;
}

.page_title_left {
    float: left;
}

.page_title_right {
    float: right;
}

.page_title_gray {
    font-weight: normal;
    color: #9b9b9b;
}

@media (max-width: 480px) {
    .page_title {
        margin: 0 -15px 20px -15px;
        padding: 15px;
        text-align: center;
        background: #f5f5f5;
    }
    
    .page_title_left {
        float: none;
        max-width: none;
    }
    
    .page_title_right {
        float: none;
        max-width: none;
        margin: 20px 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.content_block_main {
    padding: 40px 56px 56px 56px;
    background: #fff;
}

.break_block_main {
    margin-left: -56px !important;
    margin-right: -56px !important;
}

.content_block_side {
    padding: 34px 44px 44px 44px;
    background: #fff;
}

.content_block_side + .content_block_side {
    margin-top: 10px;
}

.break_block_side {
    margin-left: -44px !important;
    margin-right: -44px !important;
}

.content_block_main._no_bg,
.content_block_side._no_bg {
    background: none;
}

@media (max-width: 480px) {
    .content_block_main {
        padding: 0;
        background: none;
    }
    
    .break_block_main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .content_block_side {
        padding: 0;
        background: none;
    }
    
    .break_block_side {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* -------------------------------------------------------------- */

.empty_message {
    margin: 20px 0;
    color: #9b9b9b;
}

/* -------------------------------------------------------------- */

.product_group {
    margin: 50px 0 0 0;
}

.product_group:first-child {
    margin-top: 20px;
}

.product_group_title {
    margin: 0 0 15px 0;
}

.product_group_title_text {
    display: inline-block;
    padding: 0 0 4px 0;
    border-bottom: 3px solid #0675b2;
}

.product_list {
    margin: 0 0 -10px -10px;
    font-size: 0;
}

.product_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    font-size: 15px;
}

.product_item {
    display: block;
    position: relative;
}

.product_item + .product_item {
    margin-top: 10px;
}

.product_item_link {
    display: block;
    padding: 32px 36px 32px 0;
    font-size: 0;
    text-decoration: none;
    color: #000;
    background: #fff;
    border: none;
}

.product_item_wrap_img {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: -10px 0;
}

.product_item_img {
    display: block;
    width: auto;
    height: 130px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
}

.product_item_wrap_text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding: 0 0 0 4%;
    font-size: 0;
}

.product_item_wrap_info {
    display: block;
}

.product_item_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.product_item_title_new {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 6px;
    padding: 0 6px;
    text-transform: uppercase;
    color: #fff;
    background: #0675b2;
}

.product_item_link:hover .product_item_title {
    color: #0675b2;
}

.product_item_anot {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
}

.product_item_wrap_property {
    display: block;
    margin: 10px 0 0 0;
}

/* --------------------------- */

.product_item_property {
    margin: 0 0 5px 0;
    font-size: 0;
}

.product_item_property:last-child {
    margin-bottom: 0;
}

.product_item_property_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
}

.product_item_property_icon._size {
    background: url('../img/icon_size.svg') no-repeat 50% 50%;
    background-size: contain;
}

.product_item_property_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

/* --------------------------- */

.product_item_compare {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #f9f2d1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.product_item_compare_text {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 7px;
    right: 40px;
    height: 20px;
    margin: 0 0 0 12px;
    padding: 0 20px 0 20px;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    color: #bcad67;
    transform: translateX(-10px);
    transition: transform 100ms ease-out, opacity 100ms ease-out, visibility 100ms;
}

.product_item_compare_text a {
    color: #bcad67;
    border-bottom: 1px solid rgba(195, 184, 130, 0.3);
}

.product_item_compare_text a:hover {
    border-bottom-color: transparent;
}

.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: 40px;
    height: 40px;
}

.product_item_compare_icon:before,
.product_item_compare_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #dbd09e;
    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: #c3b882;
}

.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_list {
        margin: 0;
    }
    
    .product_list_cell {
        display: block;
        width: auto;
        margin: 2px 0 0 0;
        padding: 0;
        border-bottom: 1px solid #dedede;
    }
    
    .product_list_cell:last-child {
        border-bottom: none;
    }
    
    .product_item + .product_item {
        margin-top: 2px;
    }
    
    .product_item_wrap_img {
        width: 40%;
    }
    
    .product_item_img {
        height: 90px;
        background-position: 50% 50%;
        background-size: contain;
    }
    
    .product_item_wrap_text {
        width: 60%;
        padding: 0 20px 0 20px;
    }
    
    .product_item_wrap_info {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .product_item_wrap_property {
        display: block;
        width: auto;
        margin: 8px 0 0 0;
        padding: 0;
    }
    
    .product_item_anot {
        display: none;
    }
    
    .product_item_compare {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.product_view_top {
    position: relative;
    min-height: 520px;
    margin: 0 0 10px 0;
    padding-right: 0;
}

.product_view_top_line {
    display: block;
    width: 206px;
    height: 3px;
    margin: 20px 0;
    background: #0675b2;
}

/* ------------------------------ */

.product_view_wrap_info {
    position: relative;
    padding: 0 58% 0 0;
}

.product_wrap_main_img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    padding: 0 0 0 20px;
}

.product_main_img_container {
    width: 120%;
}

.product_main_img {
    display: block;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}

.product_gallery_wrap_preview {
    margin: 20px 0 0 -10px;
    font-size: 0;
}

.product_gallery_preview {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    margin: 10px 0 0 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: 1px solid #e1e1e1;
    transition: border-color 150ms ease-out;
}

.product_gallery_preview:hover {
    border-color: #0675b2;
}

@media (max-width: 480px) {
    .product_view_top {
        min-height: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }
    
    .product_view_wrap_info {
        display: block;
        width: auto;
        margin: 16px 0 0 0;
        padding: 0;
    }
    
    .product_wrap_main_img {
        position: static;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .product_main_img_container {
        width: auto;
    }
    
    .product_main_img {
        width: auto;
        height: auto;
        padding: 60% 0 0 0;
        background-position: 50% 50%;
        background-size: contain;
    }
    
    .product_gallery_wrap_preview._single {
        display: none;
    }
    
    .product_view_wrap_back {
        display: none;
    }
    
    .product_gallery_preview {
        width: 50px;
        height: 50px;
    }
}

/* -------------------------------------------------------------- */

.buy_button{
    margin-top: 38px;
    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;
}
/* -------------------------------------------------------------- */

.fancybox-container._product_gallery .fancybox-bg {
    background: #fff;
    transition: opacity 300ms ease-out;
}

.fancybox-container._product_gallery.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

/* ------------------------------ */

.fancybox-container._form .fancybox-content {
    min-width: 530px;
    padding: 44px;
}

@media (max-width: 480px) {
    .fancybox-container._form .fancybox-content {
        min-width: 0;
        padding: 44px 20px 20px 20px;
    }
}

/* ------------------------------ */

.product_view_type {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
}

.product_view_wrap_title {
    font-size: 0;
}

.product_view_title {
    display: inline;
    margin: 0 10px 0 0;
}

.product_view_title_new {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 0;
    padding: 0 7px;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #0675b2;
}

.product_view_anot {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
}

.product_view_special_property {
    margin: 28px 0 0 0;
}

.product_view_compare {
    margin: 28px 0 0 0;
}

@media (max-width: 480px) {
    .product_view_title {
        text-align: left;
    }
    
    .product_view_title_new {
        vertical-align: baseline;
        margin: 0;
    }
    
    .product_view_compare {
        display: none;
    }
}

/* ------------------------------ */

.special_property_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.special_property_content {
    font-size: 0;
}

.special_property_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .special_property_title {
        margin: 0 0 0 0;
    }
}

/* ------------------------------ */

.product_view_download {
    margin: 60px 0 0 0;
}

.product_view_download_item {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #9b9b9b;
}

.product_view_download_item:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .product_view_download {
        margin: 30px 0;
    }
}

/* -------------------------------------------------------------- */

@media (max-width: 480px) {
    @supports (display: flex) {
        .product_view_wrap_info {
            display: flex;
            flex-direction: column;
        }
        
        .product_view_wrap_title {
            order: 2;
        }
        
        .publication_header_back {
            order: 1;
        }
        
        .product_wrap_main_img {
            order: 3;
        }
        
        .product_gallery_wrap_preview {
            order: 4;
            text-align: center;
        }
        
        .product_view_anot {
            order: 5;
        }
        
        .product_view_top_line {
            order: 6
        }
        
        .product_view_special_property {
            order: 7;
            margin: 0;
        }
    }
}


/* -------------------------------------------------------------- */

.product_view_promo {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 75vw;
    margin: 0 0 20px 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.product_view_promo_inner {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_view_promo_content {
    display: table-cell;
    vertical-align: middle;
}

.product_view_promo_title {
    max-width: 800px;
    margin: 0 auto;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.11;
    text-transform: uppercase;
}

.product_view_promo_text {
    max-width: 800px;
    margin: 10px auto 0 auto;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 480px) {
    .product_view_promo {
        min-height: 0;
    }
    
    .product_view_promo_title {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .product_view_promo_text {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }
}

/* -------------------------------------------------------------- */

@media (max-width: 480px) {
    .product_view_side {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.property_list {
    margin: 0 0 30px 0;
}

.property_list:last-child {
    margin-bottom: 0;
}

.property_list_title {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.property_list_row {
    font-size: 0;
    white-space: nowrap;
    border-top: 1px solid #ededed;
}

.property_list_row:first-child {
    border-top: none;
}

.property_list_cell {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 11px;
    font-size: 15px;
    line-height: 1.6;
    white-space: normal;
}

.property_list_cell._title {
    width: 35%;
    padding-left: 0;
}

.property_list_cell._value {
    width: 65%;
    padding-right: 0;
}

@media (max-width: 480px) {
    .property_list_row {
        margin: 12px 0 0 0;
        white-space: normal;
        border: none;
    }
    
    .property_list_row:first-child {
        margin-top: 0;
    }
    
    .property_list_cell,
    .property_list_cell._title,
    .property_list_cell._value {
        display: block;
        width: auto;
        padding: 0;
    }
    
    .property_list_cell._title {
        color: #9b9b9b;
    }
}

/* -------------------------------------------------------------- */

.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: #fff;
    background: #0675b2;
    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: #000;
    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: 40px;
    height: 40px;
    background: #f9f2d1;
    border: none;
}

.compare_button_icon:before,
.compare_button_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #dbd09e;
    transform-origin: center center;
    transition: transform 150ms ease-out;
}

.compare_button_icon:before {
    transform: rotate(90deg);
    transform-origin: center;
}

.compare_button:hover .compare_button_icon:before,
.compare_button:hover .compare_button_icon:after,
.compare_button._active .compare_button_icon:before,
.compare_button._active .compare_button_icon:after {
    background: #c3b882;
}

.compare_button._active .compare_button_icon:before,
.compare_button._active .compare_button_icon:after {
    width: 22px;
    margin-left: -11px;
}

.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 16px;
    font-size: 13px;
    color: #bcad67;
}

.compare_button_text a {
    color: #bcad67;
    border-bottom: 1px solid rgba(195, 184, 130, 0.3);
}

.compare_button_text a:hover {
    border-bottom-color: transparent;
}

.compare_button .compare_toggle_open {
    display: none;
}

.compare_button._active .compare_toggle_add {
    display: none;
}

.compare_button._active .compare_toggle_open {
    display: inline-block;
}

/* -------------------------------------------------------------- */

.compare_container {
    margin: -20px 0 0 0;
}

.compare_part._head {
    overflow: hidden;
    float: left;
    width: 310px;
}

.compare_part._body {
    overflow-x: auto;
    position: relative;
    margin-left: 310px;
}

.compare_part._body._overflow {
    overflow: hidden;
}

.compare_list_wrapper {
    display: table;
    width: 100%;
}

.compare_list {
    table-layout: fixed;
}

.compare_part._body .compare_list {
    margin-left: -310px;
}

.compare_list tr._hidden {
    display: none;
}

.compare_list td {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ededed;
}

.compare_list_row._product td {
    padding-bottom: 45px;
}

.compare_list_col._control {
    padding-top: 45px;
    vertical-align: top;
}

.compare_list_row._property {
    font-size: 15px;
    line-height: 1.6;
}

.compare_list_col._property_title {
    font-weight: 600;
}

@media (max-width: 480px) {
    .compare_part._head {
        display: none;
    }
    
    .compare_part._body {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------- */

.compare_container .iScrollIndicator {
    height: 100%;
    cursor: pointer;
    background: #0675b2;
    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: #0675b2;
}

.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:before,
.compare_product_remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #000;
    transform-origin: center;
}

.compare_product_remove:before {
    transform: rotate(45deg);
}

.compare_product_remove:after {
    transform: rotate(135deg);
}

.compare_product_remove:hover:before,
.compare_product_remove:hover:after {
    background: #0675b2;
}

/* -------------------------------------------------------------- */

.promo_horizontal_list {
    font-size: 0;
}

.promo_horizontal_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 15px;
}

.promo_horizontal {
    display: block;
    padding: 40% 0 0 0;
    cursor: default;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
    transition: opacity 150ms ease-out;
}

.promo_horizontal:not([href='#']):hover {
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width: 480px) {
    .promo_horizontal_list_cell {
        display: block;
        width: auto;
    }
    
    .promo_horizontal {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.promo_product {
    display: block;
    position: relative;
    padding: 40% 0 0 0;
    color: #000;
    background: #f5f5f5;
    border: none;
    transition: opacity 150ms ease-out;
}

.promo_product:hover {
    opacity: 0.8;
}

.promo_product_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 7.5% 48% 7.5% 7.5%;
}

.promo_product_img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}

.promo_product_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.promo_product_anot {
    margin: 10px 0 0 0;
}

.promo_product_wrap_button {
    margin: 40px 0 0 0;
}

@media (max-width: 1440px) {
    .promo_product_wrap_button {
        margin: 20px 0 0 0;
    }
}

@media (min-width: 481px) and (max-width: 1280px) {
    .promo_product_inner {
        padding: 6.5% 32% 6.5% 6.5%;
    }
    
    @supports (display: flex) {
        .promo_product_inner {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }
    
    .promo_product_img {
        width: 30%;
    }
    
    .promo_product_wrap_button {
        display: none;
    }
}

@media (max-width: 480px) {
    .promo_product {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }
    
    .promo_product_inner {
        position: relative;
        width: auto;
        height: auto;
        max-width: 360px;
        margin: 0 auto;
        padding: 150px 15px 30px 15px;
        text-align: center;
    }
    
    .promo_product_img {
        position: absolute;
        top: 0;
        right: 0;
        width: 85%;
        height: 150px;
        background-position: 0% 100%;
        background-size: auto 300px;
    }
    
    .promo_product_wrap_button {
        margin: 20px 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.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: #000;
    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 {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.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: #000;
}

/* -------------------------------------------------------------- */

.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;
}

@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;
    }
}


.example_copyright {
    color: #9b9b9b;
}

/* -------------------------------------------------------------- */

.publication_header {
    margin: 0 0 40px 0;
}

.publication_header_back {
    margin: 0 0 10px 0;
}

.publication_header_back_link {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: uppercase;
    color: #000;
    border: none;
}

.publication_header_back_link:hover {
    color: #0675b2;
}

.publication_header_back_link:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    margin: -4px 0 0 0;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
}

.publication_header_back_link:hover:before {
    border-color: #0675b2;
}

.publication_title {
    margin: 0;
}

.publication_date {
    margin: 12px 0 0 0;
    font-size: 13px;
    color: #7d8284;
}

.publication_share {
    margin: 30px 0 0 0;
}

@media (max-width: 480px) {
    .publication_header {
        margin: 16px 0 30px 0;
    }
    
    .publication_title {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.35;
        text-align: left;
    }
    
    .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;
}

/* -------------------------------------------------------------- */

.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 200ms ease-out;
}

.video_item_cover:hover:before {
    opacity: 0.6;
}

.video_item_play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #0675b2;
    border-radius: 100%;
    transition: transform 200ms 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;
}

/* -------------------------------------------------------------- */

.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 #dedede;
}

.news_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news_item_link {
    display: block;
    position: relative;
    color: #000;
    border: none;
}

.news_item_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.news_item_link:hover .news_item_title {
    color: #0675b2;
}

.news_item_date {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.7;
    color: #9b9b9b;
}

.news_item_wrap_img {
    display: table-cell;
    vertical-align: top;
    width: 208px;
    padding: 0 28px 0 0;
}

.news_item_img {
    display: block;
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.news_item_anot {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .news_item {
        margin: 0 0 20px 0;
        padding: 0 0 19px 0;
    }
    
    .news_item_title {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .news_item_date {
        margin: 0;
    }
    
    .news_item_wrap_img {
        display: none;
    }
    
    .news_item_anot {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.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 #dedede;
}

.review_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.review_item_link {
    display: block;
    position: relative;
    color: #000;
    border: none;
}

.review_item_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.review_item_link:hover .review_item_title {
    color: #0675b2;
}

.review_item_date {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.7;
    color: #9b9b9b;
}

.review_item_wrap_img {
    display: table-cell;
    vertical-align: top;
    width: 208px;
    padding: 0 28px 0 0;
}

.review_item_img {
    display: block;
    width: 100%;
    padding: 80% 0 0 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.review_item_anot {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .review_item {
        margin: 0 0 20px 0;
        padding: 0 0 19px 0;
    }
    
    .review_item_title {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .review_item_date {
        margin: 0;
    }
    
    .review_item_wrap_img {
        display: none;
    }
    
    .review_item_anot {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.article_menu {
    margin: -6px 0 40px -10px;
    font-size: 0;
}

.article_menu._promo {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;
    text-align: center;
}

@media (max-width: 1440px) {
    .article_menu._promo {
        padding: 20px 0;
    }
}

.article_menu_group {
    display: inline-block;
    white-space: nowrap;
}

.article_menu_item {
    display: inline-block;
    height: 35px;
    margin: 6px 0 0 10px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    background: #f5f5f5;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.article_menu._promo .article_menu_item {
    background: none;
}

.article_menu_item:hover {
    color: #0675b2;
}

.article_menu_item._selected {
    color: #9b9b9b;
}

.article_wrap_comparison {
    margin: 0 0 60px 0;
}

@media (max-width: 480px) {
    .article_menu {
        display: none;
    }
    
    .article_wrap_comparison {
        margin: 0 0 30px 0;
    }
}

/* -------------------------------------------------------------- */

.read_more_item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}

.read_more_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.read_more_item_link {
    display: inline-block;
    color: #000;
    border: none;
    white-space: nowrap;
}

.read_more_item_link:hover {
    color: #0675b2;
}

.read_more_item_link:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: translate(6px, -1px) rotate(45deg)
}

.read_more_item_link:hover:after {
    border-color: #0675b2;
}

.read_more_item_title {
    font-weight: 600;
    white-space: normal;
}

/* -------------------------------------------------------------- */

.person_list {
    margin: -10px 0 10px -10px;
    font-size: 0;
}

.person_list_cell {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 10px 0 0 10px;
    font-size: 15px;
}

.person_item {
    margin: 0 0 10px 0;
}

.person_item:last-child {
    margin-bottom: 0;
}

.person_item_link {
    display: block;
    position: relative;
    padding: 10px 20px 10px 10px;
    font-size: 0;
    color: #000;
    background: #fff;
    border: none;
}

.person_item_wrap_img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 0 20px 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: 60%;
}

.person_item_name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
}

.person_item_link:hover .person_item_name {
    color: #0675b2;
}

.person_item_anot {
    margin: 5px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .person_list {
        display: block;
        width: auto;
        margin-left: 0;
        padding: 0;
    }
    
    .person_list_cell {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .person_item {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #dedede;
    }
    
    .person_list_cell:last-child .person_item {
        border-bottom: none;
    }
    
    .person_item_link {
        padding: 10px 0;
    }

    .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_view_wrap_img {
    float: right;
    width: 170px;
}

.person_view_img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.person_link_list {
    display: flex;
    margin: 20px 0 0 0;
}

.person_link_list_title {
    flex-shrink: 0;
    padding: 0 20px 0 0;
    font-weight: 600;
}

.person_link_item {
    margin: 0 20px 0 0;
}

.person_view_wrap_info {
    max-width: 800px;
    margin-right: 220px;
}

.person_view_header {
    margin: 0 0 20px 0;
}

.person_view_title {
    margin: 10px 0 20px 0;
}

.person_view_anot {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.person_view_title_separator {
    margin: 18px 0;
    font-size: 0;
}

.person_view_title_separator:before {
    content: '';
    display: inline-block;
    width: 210px;
    max-width: 100%;
    height: 3px;
    background: #0675b2;
}

.person_view_text {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
}

.person_view_gallery {
    margin: 10px 0 60px 0;
}

@media (max-width: 480px) {
    .person_view_wrap_img {
        display: block;
        float: none;
        width: auto;
        margin: 20px 0 20px 0;
        padding: 0;
        text-align: center;
    }
    
    .person_view_wrap_info {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .person_view_header {
        text-align: center;
    }
    
    .person_view_gallery {
        margin: 20px 0;
    }
}

/* -------------------------------------------------------------- */

.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;
    width: 100%;
    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_container{
    margin-left: 100px;
}

.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: -16px 0 0 6px;
    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_wrap_filter {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#distributor_map {
    height: 500px;
    margin: 0 0 45px 0;
}

#distributor_login_container {
    width: 530px;
    max-width: 100%;
    padding: 38px;
    background: #f7f7f7;
}

@media (max-width: 480px) {
    .distributor_map_wrap_filter {
        display: block;
        margin: 20px 0 0 0;
    }
    
    .distributor_show_login {
        width: 26px;
        height: 26px;
    }
    
    #distributor_map {
        height: 300px;
    }

    .page_content.without_margin
    {
        padding: 50px 0 120px 0;
    }
    .page_content.without_margin .page_title
    {
        margin: 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;
}

@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;
}

/* -------------------------------------------------------------- */

.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: #0675b2;
}

.storage_item:hover .storage_item_title {
    color: #000;
}

.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.25;
    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 {
    
}

.history_item_inner {
    position: relative;
    margin: 0 auto;
    padding: 15px 0 15px 0;
}

.history_item:first-child .history_item_inner {
    padding-top: 0;
}

.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;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.history_item_year:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -56px;
    width: 28px;
    height: 3px;
    margin: -2px 0 0 0;
    background: #0675b2;
}

.history_item_text {
    margin: 18px 0 0 0;
}

.history_item_wrap_img {
    
}

.history_item_img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .history_item_year:before {
        display: inline-block;
        position: static;
        vertical-align: middle;
    }
}

@media (max-width: 1260px) {
    #distributor_map_container {
        margin-left: 0px;
    }
}
/* -------------------------------------------------------------- */

.document_item {
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 0 0 1px 0;
}

.document_item:last-child {
    border-bottom-width: 0;
}

.document_item_link {
    display: block;
    position: relative;
    padding: 20px 0 20px 40px;
    color: #000;
    border: none;
}

.document_item_link:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 15px;
    height: 32px;
    margin: 2px 0 0 0;
    background: url('../img/download.svg') no-repeat 0 0;
    background-size: contain;
}

.document_item_link._folder:before {
    width: 28px;
    height: 18px;
    margin: 0;
    background: url('../img/folder.svg') no-repeat 0 0;
    background-size: contain;
}

.document_item_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

.document_item_link:hover .document_item_title {
    color: #0675b2;
}

.document_item_info {
    font-size: 13px;
    line-height: 1.7;
    color: #9b9b9b;
}

/* -------------------------------------------------------------- */

.faq_list {
    margin: -20px 0 0 0;
}

.faq_item {
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 0 0 1px 0;
}

.faq_item:last-child {
    border-bottom: none;
}

.faq_item_toggle {
    display: block;
    position: relative;
    padding: 20px 40px 20px 0;
    font-weight: 600;
    cursor: pointer;
}

.faq_item_toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 9px;
    height: 9px;
    margin: -9px 0 0 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 150ms ease-out;
}

.faq_item_toggle._open:after {
    transform: translateY(4px) rotate(-45deg);
}

.faq_item_toggle:hover {
    color: #0675b2;
}

.faq_item_toggle:hover:after {
    border-color: #0675b2;
}

.faq_item_content {
    display: none;
    padding: 0 0 40px 0;
}

.faq_item:last-child .faq_item_content {
    padding-bottom: 0;
}

@media (max-width: 480px) {
    .faq_list {
        margin: -20px 0 0 0;
    }
    
    .faq_item_toggle {
        padding: 20px 35px 20px 0;
    }
    
    .faq_item_toggle:after {
        right: 8px;
    }
    
    .faq_item_content {
        margin: -10px 0 0 0;
        padding: 0 0 35px 0;
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ------------------------------- */

#become_ambassador_toggle {
    margin-bottom: -16px;
}

#become_ambassador_toggle._open {
    margin-bottom: 0;
}

/* -------------------------------------------------------------- */

.inline_image_slider .swiper-slide {
    display: block;
    padding: 0 0 40px;
    text-align: center;
}

.inline_image_slider .swiper-slide img, .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: #9b9b9b;
    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;
}

/* -------------------------------------------------------------- */

.promo_slider {
    display: block;
    min-width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.promo_slider_item {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_slider_item:before {
    content: '';
    display: block;
    padding: 35% 0 0 0;
}

.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%;
    text-align: center;
    color: #fff;
    border: none;
}

.promo_slider_item_inner {
    display: table;
    width: 100%;
    height: 100%;
}

.promo_slider_item_content {
    display: table-cell;
    vertical-align: middle;
    max-width: 50%;
    margin: 0 auto;
}

.promo_slider_item_title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.11;
}

.promo_slider_item_anot {
    margin: 10px 0 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.promo_slider_item_button {
    margin: 40px 0 0 0;
}

.promo_slider .swiper-pagination {
    padding: 0 40px 0 0;
    font-size: 0;
    text-align: right;
}

.promo_slider .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    margin: 0 !important;
    padding: 20px 5px;
    background: none;
    border-radius: 0;
}

.promo_slider .swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    opacity: 0.5;
    background: #fff;
    transition: opacity 150ms ease-out;
}

.promo_slider .swiper-pagination-bullet-active:after {
    opacity: 1;
}

@media (max-width: 480px) {
    .promo_slider {
        min-width: 0;
        margin-bottom: 30px;
    }
    
    .promo_slider .swiper-wrapper {
        padding-bottom: 50px;
    }
    
    .promo_slider .swiper-pagination {
        bottom: 0;
        padding: 0;
        text-align: center;
    }
    
    .promo_slider .swiper-pagination-bullet {
        width: 50px;
    }
    
    .promo_slider .swiper-pagination-bullet:after {
        width: 40px;
        background: #0675b2;
    }
    
    .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: 35% 0 0 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        transition: opacity 450ms ease;
    }
    
    .promo_slider_item_link {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        padding: 20px 0 0 0;
        text-align: center;
        color: #000;
    }
    
    .promo_slider_item_title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .promo_slider_item_anot {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }
    
    .promo_slider_item_button {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.index_wrap_article {
    margin: 0 0 60px 0;
}

.article_promo {
    display: table;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    background: #f5f5f5;
}

.article_promo_wrap_img {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 50%;
    font-size: 15px;
    white-space: normal;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.article_promo_wrap_img:before {
    content: '';
    display: block;
    padding: 75% 0 0 0;
}

.article_promo_wrap_info {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
    font-size: 15px;
    white-space: normal;
}

.article_promo_info {
    padding: 7% 10% 10% 10%;
}

.article_promo_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.article_promo_comparison {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article_promo_comparison img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms ease-out;
}

.article_promo_comparison._ready img {
    opacity: 1;
}

.article_promo_img_type {
    display: block;
    position: absolute;
    bottom: 10px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    color: #000;
    background: #fff;
}
.article_promo_img_type._before { left: 10px; }
.article_promo_img_type._after { right: 10px; }

.article_promo_category {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: uppercase;
}

.article_promo_title {
    margin: 5px 0 0 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_promo_title_separator {
    display: block;
    width: 206px;
    max-width: 100%;
    height: 3px;
    margin: 20px 0;
    background: #0675b2;
}

.article_promo_description {
    font-size: 14px;
    line-height: 1.42;
}

.article_promo_wrap_button {
    margin: 30px 0 0 0;
}

@media (max-width: 480px) {
    .index_wrap_article {
        margin: 20px 0 40px 0;
    }
    
    .article_slider {
        margin: 20px 0 0 0;
    }
    
    .article_promo_wrap_img {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .article_promo_wrap_info {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .article_promo_info {
        padding: 30px 15px;
        text-align: center;
    }
    
    .article_promo_category {
        display: none;
    }
    
    .article_promo_title {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.15;
    }
    
    .article_promo_title_separator {
        display: none;
    }
    
    .article_promo_description {
        margin: 10px 0;
    }
    
    .article_promo_wrap_button {
        margin: 20px 0 0 0;
    }
    
    .article_promo_button {
        min-width: 220px;
    }
}

/* -------------------------------------------------------------- */

.shotback_item {
    display: table;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    background: #f5f5f5;
}

.shotback_item_wrap_img {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
    font-size: 15px;
    white-space: normal;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.shotback_item_wrap_img:before {
    content: '';
    display: block;
    padding: 66.66% 0 0 0;
}

.shotback_item_wrap_text {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
    padding: 2.5% 4% 4% 4%;
    font-size: 15px;
    white-space: normal;
}

.shotback_item_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.shotback_item_comparison {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shotback_item_img.swiper-lazy {
    opacity: 0.3;
    transition: opacity 300ms ease-out;
}

.shotback_item_img.swiper-lazy.swiper-lazy-loaded {
    opacity: 1;
}

.shotback_item_hashtag {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: uppercase;
}

.shotback_item_author {
    margin: 5px 0 0 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shotback_item_author_separator {
    display: block;
    width: 206px;
    max-width: 100%;
    height: 3px;
    margin: 20px 0;
    background: #0675b2;
}

.shotback_item_description {
    font-size: 14px;
    line-height: 1.42;
}

.shotback_item_description br + br {
    display: block;
    margin: 3px 0;
}

.shotback_item_wrap_button {
    margin: 30px 0 0 0;
}

/* --------------------------- */

.shotback_item_pager {
    position: absolute;
    top: 6.8%;
    right: 4%;
    font-size: 0;
    white-space: nowrap;
}

.shotback_item_page {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.shotback_item_page:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    margin: 6px 0 0 6px;
    background: #dfdfdf;
    border-radius: 100%;
    transition: background-color 120ms ease-out;
}

.shotback_item_page:hover:before,
.shotback_item_page._selected:before {
    background: #1f1e20;
}

@media (max-width: 480px) {
    .shotback_item {
        background: #fff;
    }
    
    .shotback_item_wrap_img {
        display: block;
        width: auto;
    }
    
    .shotback_item_wrap_text {
        display: block;
        width: auto;
        margin: 0;
        padding: 55px 15px 40px 15px;
        text-align: center;
    }
    
    .shotback_item_hashtag {
        display: none;
    }
    
    .shotback_item_author {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.15;
    }
    
    .shotback_item_author_separator {
        display: none;
    }
    
    .shotback_item_description {
        margin: 10px 0;
    }
    
    .shotback_item_wrap_button {
        margin: 10px 0 0 0;
        font-size: 0;
    }
    
    .shotback_item_wrap_button .custom_button {
        width: 220px;
        margin: 10px 0 0 0;
    }
    
    .shotback_item_pager {
        position: absolute;
        top: 20px;
        bottom: auto;
        left: 0;
        width: 100%;
        margin: 0;
    }
}

/* -------------------------------------------------------------- */

.index_wrap_news {
    margin: 60px 0;
}

.index_news_list {
    margin: 0 0 0 -60px;
    font-size: 0;
}

.index_news_list_row {
    display: table;
    width: 100%;
    margin: 0 0 40px 0;
}

.index_news_list_row:last-child {
    margin-bottom: 0;
}

.index_news_list_cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 33.33%;
    padding: 0 0 40px 60px;
    font-size: 15px;
}

.index_news {
    display: block;
    color: #000;
    border: none;
}

.index_news_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.index_news:hover .index_news_title {
    color: #0675b2;
}

.index_news_date {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .index_wrap_news {
        margin: 40px 0;
    }
    
    .index_news_list {
        margin: 0;
    }
    
    .index_news_list_row {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
    }

    .index_news_list_row:last-child {
        margin-bottom: 0;
    }

    .index_news_list_cell {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #dedede;
    }
    
    .index_news_list_row:last-child .index_news_list_cell:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .index_news_title {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.6;
    }
    
    .index_news_date {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.6;
    }
}

/* -------------------------------------------------------------- */

.index_wrap_review {
    margin: 60px 0;
}

@media (max-width: 480px) {
    .index_wrap_review {
        margin: 40px 0;
    }
}

/* -------------------------------------------------------------- */

.promo_review_list {
    margin: 30px 0 30px -36px;
    font-size: 0;
}

.promo_review {
    display: inline-block;
    vertical-align: top;
    width: 20.75%;
    padding: 0 0 0 36px;
}

.promo_review._main {
    width: 37.75%;
}

.promo_review_link {
    display: block;
    color: #000;
    border: none;
}

.promo_review_img {
    display: block;
    position: relative;
    width: 100%;
    padding: 80% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: opacity 150ms ease-out;
}

.promo_review_link:hover .promo_review_img {
    opacity: 0.85;
}

.promo_review._main .promo_review_img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.promo_review_img_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    color: #fff;
}

.promo_review_img:not([style*="background-image"]) {
    background-color: #fff;
    background-image: url('../img/no_img.svg');
    background-size: 65%;
}

.promo_review_title {
    margin: 20px 0 0 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    white-space: nowrap;
}

.promo_review_title_text {
    white-space: normal;
}

.promo_review_title:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: translateY(-1px) rotate(45deg)
}

.promo_review_link:hover .promo_review_title {
    color: #0675b2;
}

.promo_review_link:hover .promo_review_title:after {
    border-color: #0675b2;
}

@media (max-width: 480px) {
    .promo_review_list {
        margin: 20px 0 0 0;
    }
    
    .promo_review {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #dedede;
    }
    
    .promo_review._main {
        display: block;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        border-bottom: none;
    }
    
    .promo_review_img {
        display: none;
    }
    
    .promo_review._main .promo_review_img {
        display: block;
    }
    
    .promo_review_title {
        margin: 0;
    }
}

/* -------------------------------------------------------------- */

.error_404 {
    padding: 160px 0;
    text-align: center;
}

.error_404_code {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.error_404_text {
    margin: 10px 0 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.error_404_wrap_button {
    margin: 40px 0 0 0;
}

.error_404_button {
    max-width: 100%;
}

@media (max-width: 480px) {
    .error_404 {
        padding: 20px 0 130px 0;
        text-align: left;
    }
    
    .error_404_code {
        font-size: 22px;
        line-height: 1.15;
    }
    
    .error_404_text {
        margin: 20px 0 40px 0;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.6;
    }
    
    .error_404_wrap_button {
        margin: 40px 0 0 0;
        text-align: center;
    }
}

/* -------------------------------------------------------------- */

.page_footer {
    padding: 25px 0;
    color: #fff;
    background: #1f1e20;
}

/* -------------------------------------------------------------- */

.footer_wrap_menu {
    float: left;
    width: 44%;
}

.footer_menu {
    display: inline-block;
    margin: -4px 0 0 0;
    padding: 0 0 20px 0;
    font-size: 0;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_menu_item {
    display: inline-block;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.footer_menu_item_hover {
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    transition: border-color 120ms ease-out;
}

.footer_menu_item:hover .footer_menu_item_hover {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 481px) {
    .footer_menu_item:first-child {
        padding-left: 0;
    }

    .footer_menu_item:last-child {
        padding-right: 0;
    }
}

/* ---------------------------------- */

.footer_wrap_copyright {
    display: block;
    margin: 34px 0 0 0;
    font-size: 0;
}

.footer_copyright {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    margin-right: 10px;
}

/* ---------------------------------- */

.footer_other_menu {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 0;
}

.footer_other_menu_item {
    display: inline-block;
    margin: 0 0 0 24px;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
    border-bottom: 1px solid transparent;
    transition: border-color 120ms ease-out;
}

.footer_other_menu_item:first-child {
    margin-left: 0;
}

.footer_other_menu_item:hover {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

/* -------------------------------------------------------------- */

.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: #fff;
}

.footer_distributor_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/footer_map.png') no-repeat 50% 50%;
    background-size: contain;
    opacity: 0.1;
    transition: opacity 200ms ease-out;
}

.footer_distributor:hover .footer_distributor_bg {
    opacity: 0.2;
}

.footer_distributor_text {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.footer_distributor_button {
    display: inline-block;
    padding: 16px 30px;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 2px;
    white-space: nowrap;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 200ms ease-out;
}

.footer_distributor:hover .footer_distributor_button {
    border-color: rgba(255, 255, 255, 0.8);
}

/* -------------------------------------------------------------- */

.footer_wrap_other {
    float: right;
    width: 26%;
    font-size: 0;
    text-align: right;
}

.footer_website_select {
    display: inline-block;
    vertical-align: middle;
}

/* ---------------------------------- */

.footer_wrap_logo {
    display: block;
    margin: 25px 0 0 0;
    text-align: right;
}

.footer_logo {
    display: inline-block;
    width: 66px;
    height: 36px;
    margin: 0 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_social {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -10px 0 40px;
    font-size: 0;
    text-align: right;
}

.footer_social_item {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 0 0 24px;
    border: none;
    background: rgba(255, 255, 255, 0);
    border-radius: 100%;
    transition: background-color 150ms ease-out;
}

.footer_social_item svg {
    width: 100%;
}


.footer_social_item:nth-of-type(1) {
    margin: 0;
}


.footer_social_item:nth-of-type(1) svg {
    fill: #4867AA;
}

.footer_social_item:nth-of-type(1):hover svg {
    opacity: 0.8;
}

.footer_social_item:nth-of-type(2) svg {
    fill: #FF011D;
}

.footer_social_item:nth-of-type(2):hover svg {
    opacity: 0.8;
}

.footer_social_item:nth-of-type(3) svg {
    fill: #C70058;
}

.footer_social_item:nth-of-type(3):hover svg {
    opacity: 0.8;
}

.footer_social_item:nth-of-type(4) svg {
    fill: #3FA6DA;
}

.footer_social_item:nth-of-type(4):hover svg {
    opacity: 0.8;
}


/* ---------------------------------- */


@media (max-width: 1393px) {
    .footer_social {
        margin-top: 24px;
    }
    .footer_wrap_menu {
        width: 50%;
    }
    .footer_wrap_other {
        width: 24%;
    }
}

@media (max-width: 480px) {
    .page_footer {
        position: relative;
        padding: 20px 0 90px 0;
    }
    
    .page_footer_wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .footer_wrap_menu {
        order: 2;
        display: block;
        float: none;
        width: auto;
        margin: 12px 0 0 0;
        padding: 0;
    }
    
    .footer_menu {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 0;
        white-space: normal;
        border: none;
    }
    
    .footer_menu_item {
        display: inline-block;
        width: 50%;
        padding: 11px 8px;
        text-align: center;
    }
    
    .footer_wrap_distributor {
        order: 3;
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        margin: 0 0 15px 0;
    }
    
    .footer_distributor {
        padding: 40% 0 0 0;
    }
    
    .footer_wrap_other {
        order: 1;
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 20px 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer_website_select {
        width: 50%;
    }
    
    .footer_social {
        width: 100%;
        margin: 20px 0;
        order: 3;
        text-align: center;
    }
    
    .footer_wrap_logo {
        display: none;
    }
    
    .footer_wrap_copyright {
        display: block;
        position: absolute;
        left: 0;
        bottom: 23px;
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    
    .footer_copyright {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .footer_other_menu {
        display: block;
        float: none;
        width: auto;
        margin: 10px 0 0 0;
        padding: 0;
    }
}

/* -------------------------------------------------------------- */

.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%;
}


/* -------------------------------------------------------------- */

.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: #0675b2;
    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: 24px 39px 0 39px;
}

.video_index_content_separator {
    display: block;
    width: 206px;
    max-width: 100%;
    height: 3px;
    margin: 20px 0;
    background: #0675b2;
}

.video_index_content .title {
    margin: 5px 0 0 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
}

.video_index_content .description {
    font-size: 14px;
    line-height: 1.42;
}

@media (max-width: 480px) {
    .video_index {
        display: block;
    }

    .video_index_content {
        width: 100%;
        padding: 30px 15px 30px 15px;
        padding: 10px;
        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 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: uppercase;
}
/* -------------------------------------------------------------- */

.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;
    }
}

/* -------------------------------------------------------------- */

@media (max-width: 1348px) {
    .header_logo {
        position: relative;
    }

    .header_logo_text {
        position: absolute;
        left: 10px;
        top: 30px;
        margin: 0;
    }
}