@charset "utf-8";
@import url(right-side-lang.css);

/* ------------------------------------------------------------ */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

ul li { 
    list-style: none;
}

hr {
    margin: 28px 0;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 0 0 1px 0;
}

table.reset_table,
table.reset_table td {
    padding: 0;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
}

/* ------------------------------------------------------------ */

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
		url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
		url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
		url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* -------------------------------------------------------------- */

html, body {
    position: relative;
    height: auto;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.75;
    color: #000;
    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: #2a3e92;
    border-bottom: 1px solid transparent;
}

a:hover {
    border-bottom-color: rgba(42, 62, 146, 0.3);
}

/* -------------------------------------------------------------- */

h1, .h1 {
    margin: 0 0 24px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

h2, .h2 {
    margin: 24px 0 20px 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.15;
}

h3 {
    margin: 24px 0 20px 0;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.35;
}

h4 {
    margin: 24px 0 12px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

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 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
    }
}

/* -------------------------------------------------------------- */

.block_header {
    display: block;
    margin: 60px 0 40px 0;
    padding: 0 0 20px 0;
    border-bottom: 4px solid #2a3e92;
}

.block_header._no_top {
    margin-top: 0;
}

.block_header_title {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.block_header_more {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 15px;
    line-height: 1.65;
}

@supports (display: flex) {
    .block_header {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
}

/* -------------------------------------------------------------- */

.static_text a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
}

.static_text p {
    margin: 14px 0;
}

.static_text ol,
.static_text ul {
    margin: 14px 0 28px 0;
}

.static_text p:first-child,
.static_text > ol:first-child,
.static_text > ul:first-child { margin-top: 0; }

.static_text p:last-child,
.static_text > ol:last-child,
.static_text > ul:last-child { margin-bottom: 0; }

.static_text ol {
    padding-left: 0;
    counter-reset: ol_counter;
}

.static_text ol > li {
    margin-bottom: 10px;
    padding-left: 36px;
    list-style-type: none;
}

.static_text ol > li:before {
    content: counter(ol_counter) '. ';
    counter-increment: ol_counter;
    float: left;
    margin: 0 0 0 -36px;
    color: #2a3e92;
}

.static_text ul > li {
    margin-bottom: 10px;
    padding-left: 36px;
}

.static_text ul > li:before {
    content: '';
    display: block;
    float: left;
    width: 20px;
    height: 2px;
    margin: 1.4ex 0 0 -36px;
    background: #2a3e92;
}

.static_text img {
    max-width: 100%;
    height: auto;
}

.static_text .ba-slider img {
    max-width: none;
}

.static_text p iframe {
    width: calc(50% + 160px);
}

.static_table,
.static_table td,
.static_table th {
    padding: 0;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
}

.static_table td,
.static_table th {
    padding: 14px 20px;
}

.static_table tr:nth-child(odd) {
    background: #f7f7f7;
}

.static_table tr:first-child:last-child {
    background: none;
}

.static_table th,
.static_table thead td {
    font-weight: bold;
}

.text_subtle {
    font-size: 15px;
    line-height: 1.65;
    color: #6e777b;
}

.text_quote {
    padding: 0 0 0 20px;
    border-left: 3px solid #2a3e92;
}

.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;
}

.narrow_wrapper {
    width: 800px;
    margin: 0 auto;
}

@media (max-width: 1260px) {
    .content_wrapper {
        max-width: 1000px;
        padding: 0 10px;
    }
}

@media (min-width: 481px) {
    .only_mobile {
        display: none;
    }
}

@media (max-width: 480px) {
    .content_wrapper,
    .narrow_wrapper {
        width: auto;
        min-width: 320px;
        max-width: 100%;
    }
    
    .content_wrapper,
    .narrow_wrapper,
    .mobile_padding {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .content_wrapper._mobile_snap,
    .narrow_wrapper._mobile_snap {
        padding-left: 0;
        padding-right: 0;
    }
    
    .only_desktop {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.custom_input,
.custom_textarea {
    width: 100%;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.custom_input {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.custom_textarea {
    padding: 14px 10px;
}

.custom_input:focus,
.custom_textarea:focus {
    border-color: #2a3e92;
}

/* -------------------------------------------------------------- */

.custom_button {
    display: inline-block;
    height: 50px;
    padding: 0 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #2a3e92;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_button:hover {
    background: #000;
}

.custom_button._outline {
    color: #202b7f;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.custom_button._outline:hover {
    color: #fff;
    background: #2a3e92;
    border-color: #2a3e92;
}

.custom_button._smaller {
    padding: 0 25px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
}

.custom_button._disabled,
.custom_button._disabled:hover {
    color: #6a6f71;
    background: #e2e2e2;
}

.custom_button._outline._disabled,
.custom_button._outline._disabled:hover {
    color: #6a6f71;
    background: #fff;
    border-color: #dbdbdb;
}

/* -------------------------------------------------------------- */

.custom_select_container {
    display: inline-block;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
}

.custom_select_current {
    display: block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_select_current._default {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 16px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.custom_select_container._full_width {
    width: 100%;
}

.custom_select_current:hover {
    cursor: pointer;
}

.custom_select_current._default:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    margin: -6px 0 0 0;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.custom_select_container._open .custom_select_current._default {
    border-color: #2a3e92;
}

.custom_select_current._default:focus {
    outline: none;
    border-color: #2a3e92;
}

.custom_select_container._open .custom_select_current._default:after {
    margin-top: -2px;
    transform: rotate(-135deg);
}

/* ----------------------------- */

.custom_select_list {
    z-index: 100;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 300px;
    overflow-y: auto;
    padding: 1px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.custom_select_list._reverse {
    left: auto;
    right: 0;
}

.custom_select_container._open .custom_select_list {
    display: block;
}

.custom_select_option {
    display: block;
    padding: 5px 16px;
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
    color: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_select_option:first-child { padding-top: 6px; }
.custom_select_option:last-child { padding-bottom: 6px; }

.custom_select_option:hover,
.custom_select_option:focus {
    outline: none;
    cursor: pointer;
    background: #f7f7f7;
}

.custom_select_option._selected {
    background: #f7f7f7;
}

.custom_select_option._disabled {
    opacity: 0.5;
}

.custom_select_container._multiple .custom_select_option {
    padding-left: 11px;
}

.custom_select_checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px -4px 0;
    background-color: #fff;
    border: 1px solid #ededed;
}

.custom_select_option._selected .custom_select_checkbox {
    border-color: #2a3e92;
    background-color: #2a3e92;
}

.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 14px 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mini_select_current:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    margin: -7px 0 0 0;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
}

.mini_select_current:hover {
    color: #2a3e92;
}

.mini_select_list {
    display: none;
    position: absolute;
    bottom: -147px;
    left: -16px;
    min-width: 100%;
    padding: 12px 0;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.mini_select._open .mini_select_list {
    display: block;
}

.mini_select_option {
    display: block;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    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: #2a3e92;
}

/* -------------------------------------------------------------- */

.custom_form_container {
    padding: 30px 30px 40px 30px;
    background: #f7f7f7;
}

.custom_form_row {
    margin: 0 0 20px 0;
}

.custom_form_row:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .custom_form_container {
        padding: 20px 20px 40px 20px;
    }
}

/* -------------------------------------------------------------- */

.custom_form_error {
    margin: 15px 0;
    color: #e72b22;
    font-size: 15px;
    line-height: 1.5;
}

/* -------------------------------------------------------------- */

.custom_popup {
    width: 530px;
    padding: 30px;
    background: #f7f7f7;
}

.custom_popup_success {
    position: relative;
    padding: 0 0 0 120px;
}

.custom_popup_success:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 80px;
    height: 38px;
    border-style: solid;
    border-color: #87ce5f;
    border-width: 9px 9px 0 0;
    transform: rotate(135deg);
}

.custom_popup_success_control {
    text-align: right;
}

@media (max-width: 480px) {
    .custom_popup {
        width: 100%;
    }
    
    .custom_popup_success {
        padding: 100px 0 0 0;
        text-align: center;
    }
    
    .custom_popup_success:before {
        left: 50%;
        margin-left: -28px;
    }
    
    .custom_popup_success_control {
        text-align: center;
    }
}

/* -------------------------------------------------------------- */

.custom_form_file {
    display: block;
    padding: 6px 0;
}

.custom_form_file_title {
    display: block;
    margin: 0 0 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    font-size: 17px;
    line-height: 30px;
}

.custom_form_file_remove {
    display: block;
    position: relative;
    float: left;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.custom_form_file_remove:hover {
    opacity: 0.6;
}

.custom_form_file_remove:before,
.custom_form_file_remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: 0 0 0 -8px;
    background: #000;
}
.custom_form_file_remove:before { transform: rotate(45deg); }
.custom_form_file_remove:after { transform: rotate(-45deg); }

/* -------------------------------------------------------------- */

.add_file_button {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
}

.add_file_button_icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.add_file_button_icon:before,
.add_file_button_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #2a3e92;
    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: #2a3e92;
}

.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: #2a3e92;
}

.add_file_button_prompt {
    margin-left: 8px;
    color: #6e777b;
}

/* -------------------------------------------------------------- */

.custom_tab_header {
    margin: 20px 0 40px 0;
    text-align: center;
}

.custom_tab_header_inner {
    margin: -20px 0 0 0;
    font-size: 0;
}

.custom_tab_header_cell {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px 0 10px;
}

.custom_tab_header._compact .custom_tab_header_cell {
    padding-left: 8px;
    padding-right: 8px;
}

.custom_tab_title {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    color: #000;
    transition: transform 150ms ease-out;
}

.custom_tab_header._compact .custom_tab_title {
    padding-left: 18px;
    padding-right: 18px;
}

.custom_tab_title:active {
    transform: translateY(4px);
}

.custom_tab_title:hover,
.custom_tab_title._selected {
    color: #fff;
    background: #000;
}

.custom_tab._ready .custom_tab_content {
    display: none;
}

.custom_tab .custom_tab_content._selected {
    display: block;
}

.custom_tab_mobile_title {
    display: none;
    cursor: pointer;
    position: relative;
    padding: 14px 35px 14px 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    background: #f7f7f7;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dbdbdb;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.custom_tab_mobile_title:first-child {
    border-top-width: 1px;
}

.custom_tab_mobile_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    transition: transform 300ms;
}

.custom_tab_mobile_title._selected:after {
    transform: rotate(-45deg) translateY(4px);
}

.custom_tab_mobile_title:hover {
    color: #c11a1c;
}

@media (max-width: 480px) {
    .custom_tab_header {
        display: none;
    }
    
    .custom_tab_content {
        padding: 20px 0;
    }
    
    .custom_tab .custom_tab_content._selected {
        display: none;
    }
    
    .custom_tab .custom_tab_content._mobile_hide {
        display: none;
    }
    
    .custom_tab .custom_tab_content._mobile_show {
        display: block;
    }
    
    .custom_tab_mobile_title {
        display: block;
    }
}

/* -------------------------------------------------------------- */

.external_link {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.external_link:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 13px;
    margin: 0 0 0 4px;
    background: url('../img/external.svg') no-repeat 0 0;
    background-size: contain;
}

/* -------------------------------------------------------------- */

.block_link,
.block_link:hover {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    padding: 15px 25px;
    font-size: 17px;
    line-height: 1.75;
    border: 1px solid #dbdbdb;
}

.block_link:last-child {
    margin-bottom: 0;
}

.block_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.block_link._icon {
    padding-left: 70px;
}

.block_link._icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 23px;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 0;
}

.block_link._icon_facebook:before {
    background: url('../img/social_icons.svg') no-repeat 6px 1px;
    background-size: cover;
}

.block_link._icon_youtube:before {
    background: url('../img/social_icons.svg') no-repeat 0 -30px;
    background-size: cover;
}

.block_link._icon_instagram:before {
    background: url('../img/social_icons.svg') no-repeat 1px -62px;
    background-size: cover;
}

.block_link._icon_twitter:before {
    background: url('../img/social_icons.svg') no-repeat 1px -93px;
    background-size: cover;
}

/* -------------------------------------------------------------- */

.social_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 6px;
    background: url('../img/social_icons_blue.svg') no-repeat 20px 20px;
    background-size: 20px;
    border: none;
}

.social_icon:hover {
    opacity: 0.8;
}

.social_icon._facebook {
    width: 12px;
    background-position: 1px 0;
}

.social_icon._youtube {
    background-position: 0 -24px;
}

.social_icon._instagram {
    background-position: 1px -48px;
}

.social_icon._twitter {
    width: 18px;
    background-position: 0 -72px;
}

.social_icon._personal {
    background-position: 2px -97px;
}

/* -------------------------------------------------------------- */

.footer_social_menu {
    margin-top: 20px;
    font-size: 0;
    text-align: right;
}

.footer_social_menu_item {
    display: inline-block;
    margin: 0 0 0 24px;
    font-size: 13px;
    line-height: 1.5;
    color: #1f1e20;
    border: none;
}

.footer_social_menu_item {
    max-width: 30px;
}

.footer_social_menu_item svg{
    width: 100%;
}


.footer_social_menu_item:nth-of-type(1){
    margin: 0;
}


.footer_social_menu_item:nth-of-type(1) svg{
    fill: #4867AA;
}

.footer_social_menu_item:nth-of-type(1):hover svg{
    opacity: 0.8;
}

.footer_social_menu_item:nth-of-type(2) svg{
    fill: #FF011D;
}

.footer_social_menu_item:nth-of-type(2):hover svg{
    opacity: 0.8;
}

.footer_social_menu_item:nth-of-type(3) svg{
    fill: #C70058;
}

.footer_social_menu_item:nth-of-type(3):hover svg{
    opacity: 0.8;
}

.footer_social_menu_item:nth-of-type(4) svg{
    fill: #3FA6DA;
}

.footer_social_menu_item:nth-of-type(4):hover svg{
    opacity: 0.8;
}

/* -------------------------------------------------------------- */

.page_header {
    z-index: 10;
    position: relative;
    height: 100px;
    background: #fff;
}

.page_header_inner {
    position: relative;
}

body._promo_page .page_header {
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
    .footer_social_menu {
        text-align: center;
    }
    
    .page_header {
        height: 48px;
    }
    
    .page_header._fixed .page_header_wrapper {
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        transform: translateY(-100%);
    }
    
    body._promo_page .page_header._fixed .page_header_wrapper {
        background: rgba(0, 0, 0, 0.7);
    }
    
    .page_header._animated .page_header_wrapper {
        transition: transform 300ms ease-out;
    }
    
    .page_header._visible .page_header_wrapper {
        transform: none;
    }
}

/* -------------------------------------------------------------- */

.header_logo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 260px;
    height: 100px;
    margin: 0 0 0 -130px;
    background: url('../img/header_logo.svg') no-repeat 50% 50%;
    background-size: auto 34px;
    border: none;
    transition: opacity 150ms ease-out;
}

.header_logo:hover {
    opacity: 0.8;
}

body._promo_page .header_logo {
    filter: brightness(0) invert(1);
}

@media (max-width: 480px) {
    .header_logo {
        top: 0;
        width: 120px;
        height: 48px;
        margin: 0 0 0 -60px;
        background: url('../img/header_logo.svg') no-repeat 50% 50%;
        background-size: auto 16px;
    }
}

/* -------------------------------------------------------------- */

.header_menu {
    font-size: 0;
    white-space: nowrap;
}

.header_menu._left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 0 143px 0 0;
    text-align: right;
}

.header_menu._right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 0 0 0 143px;
    text-align: left;
}

.header_menu_item {
    display: inline-block;
    padding: 0 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 92px;
    text-transform: uppercase;
    color: #000;
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body._promo_page .header_menu_item {
    color: #fff;
}

.header_menu_item_title {
    position: relative;
    padding: 4px 0;
}

.header_menu_item_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2a3e92;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 150ms ease-out;
}

.header_menu_item._hover .header_menu_item_title:after,
.header_menu_item._selected .header_menu_item_title:after {
    transform: scaleX(1);
}

body._promo_page .header_menu_item_title:after,
body._promo_page .header_menu_item_title:after {
    background: #fff;
}

@media (min-width: 481px) {
    .header_menu_item {
        transition: padding 150ms ease-out;
    }
}

@media (max-width: 1400px) {
    .header_menu_item {
        padding: 0 25px;
    }
}

@media (max-width: 1280px) {
    .header_menu_item {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .header_menu {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.page_header_submenu {
    position: relative;
}

.header_submenu {
    z-index: 980;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 40px 0;*/
    background: #f7f7f7;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 1px 0 1px 0;
}

.header_submenu._visible {
    display: block;
}

.header_submenu_inner {
    display: flex;
    align-items: stretch;
    margin: 0 0 0 -40px;
    font-size: 0;
}

.header_submenu_group {
    display: flex;
    align-items: stretch;
    vertical-align: top;
    font-size: 15px;
    padding: 40px 0 40px 40px;
    color: #000;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    border: none;
}

.header_submenu_group:last-child {
    padding-right: 0;
}
.header_submenu_group_outer {
    margin-left: -30px;
    padding-left: 40px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}

.header_submenu_group_outer a {
    color: #000;
    font-weight: 600;
    line-height: 13px;
    font-size: 18px;
    position: relative;
    margin-right: 42px;
    cursor: pointer;
}

.header_submenu_group_outer a:hover {
    border-bottom: none;
}

.header_submenu_group_outer a:hover::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2a3e92;
    position: absolute;
    bottom: -10px;
}

.header_submenu_group_outer a.active::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2a3e92;
    position: absolute;
    bottom: -10px;
}

.header_submenu_group_inner {
    width: 100%;
    padding-right: 40px;
    border-right: 1px solid #e7e7e7;
}

.header_submenu_group:last-child .header_submenu_group_inner {
    border-right: none;
}

.header_submenu_group_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}

.header_submenu_group_link {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    color: #000;
}

.header_submenu_group:hover .header_submenu_group_link {
    color: #2a3e92;
}

.header_submenu_group_link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    width: 5px;
    height: 5px;
    margin: -1px 0 0 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.header_submenu_group_text {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
}

/* ------------------------------- */

.header_submenu_group._catalog_list {
    width: 60%;
    flex-direction: column;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.header_submenu_group._catalog_info {
    width: 40%;
}

.header_submenu_group._catalog_list .header_submenu_group_inner {
    margin-left: -30px;
}

.catalog_menu_col {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-left: 30px;
}

.catalog_menu_col_title {
    padding: 8px 10px;
    font-weight: bold;
}

/* ------------------------------- */

.catalog_menu_info_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.catalog_menu_info_text {
    font-size: 15px;
    line-height: 1.65;
}

.catalog_menu_info_img {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.catalog_menu_info_img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
}

/* ------------------------------- */

.header_submenu_item {
    display: block;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.65;
    color: #000;
}

.header_submenu_item,
.header_submenu_item:hover {
    border: none;
    border-top: 1px solid #e7e7e7;
}

.header_submenu_item:hover {
    color: #2a3e92;
    background: #fff;
}

/* -------------------------------------------------------------- */

.header_mobile_site {
    display: none;
}

.header_mobile_nav {
    display: none;
}

@media (max-width: 480px) {
    .page_header_wrapper {
        padding: 0;
    }
    
    .header_mobile_site {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 48px;
        line-height: 48px;
        padding: 0 16px;
        cursor: pointer;
    }
    
    .header_mobile_site_icon {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url('../img/globe.svg') no-repeat 0 0;
        background-size: contain;
    }
    
    body._promo_page .header_mobile_site_icon {
        filter: brightness(0) invert(1);
    }
    
    .header_mobile_site:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -3px;
        width: 7px;
        height: 7px;
        margin: 0 0 0 5px;
        border-style: solid;
        border-color: #2a3e92;
        border-width: 1px 1px 0 0;
        transform: rotate(135deg);
    }
    
    body._promo_page .header_mobile_site:after {
        border-color: #fff;
    }

    .header_mobile_nav {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 48px;
        cursor: pointer;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }
    
    .header_mobile_nav_icon,
    .header_mobile_nav_icon:before,
    .header_mobile_nav_icon:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background: #2a3e92;
    }
    
    .header_mobile_nav_icon {
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -10px;
    }
    
    .header_mobile_nav_icon:before {
        top: -6px;
    }
    
    .header_mobile_nav_icon:after {
        bottom: -6px;
    }
    
    body._promo_page .header_mobile_nav_icon {
        filter: brightness(0) invert(1);
    }
}

/* -------------------------------------------------------------- */

.mobile_menu {
    z-index: 999;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile_menu._open {
    visibility: visible;
}

/* -------------------------------- */

.mobile_menu_overlay {
    z-index: 997;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: visibility 300ms, opacity 300ms;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu._open .mobile_menu_overlay {
    opacity: 0.5;
    visibility: visible;
}

/* -------------------------------- */

.mobile_menu_content {
    visibility: hidden;
    z-index: 999;
    position: relative;
    transform: translateX(100%);
    transition: transform 300ms, visibility 300ms;
}

.mobile_menu._open .mobile_menu_content {
    visibility: visible;
    transform: translateX(0);
}

/* -------------------------------- */

.mobile_menu_slider {
    white-space: nowrap;
    font-size: 0;
}

.mobile_menu_slider._changing {
    transition: transform 300ms;
}

.mobile_menu._open .mobile_menu_slider {
    transform: translateX(0);
}

/* -------------------------------- */

.mobile_menu_level {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    white-space: normal;
}

/* -------------------------------- */

.mobile_menu_item {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 35px 0 12px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    background: #f7f7f7;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu_item,
.mobile_menu_item:hover {
    color: #000;
    border-bottom: 1px solid #e7e7e7;
}

a.mobile_menu_item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 0;
    border-style: solid;
    border-color: #9b9b9b;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

/* -------------------------------- */

.mobile_menu_control {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}

/* -------------------------------- */

.mobile_menu_back {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 55px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_menu_back:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.mobile_menu_back:after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    left: 23px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 1px 1px 0 0;
    transform: rotate(-135deg);
}

/* -------------------------------- */

.mobile_menu_close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.mobile_menu_close:before,
.mobile_menu_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #2a3e92;
}
.mobile_menu_close:before { transform: rotate(-45deg); }
.mobile_menu_close:after { transform: rotate(45deg); }

/* -------------------------------------------------------------- */

.vertical_nav {
    overflow: hidden;
    z-index: 990;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    transition: transform 300ms ease-out, visibility 300ms;
}

@media (max-width: 1260px) {
    .vertical_nav {
        visibility: hidden;
        transform: translateX(-100%);
    }
}

/* ------------------------------ */

.vertical_nav_search_button {
    position: relative;
    width: 99px;
    height: 100px;
    cursor: pointer;
    background: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.vertical_nav_search_button:before {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    background: url('../img/search.svg') no-repeat 0 0;
    background-size: contain;
}

/* ------------------------------ */

.header_search {
    opacity: 0;
    visibility: hidden;
    z-index: 995;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    transition: opacity 150ms ease-out, visibility 150ms;
}

.header_search._open {
    opacity: 1;
    visibility: visible;
}

.header_search_close {
    display: block;
    visibility: hidden;
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: background-color 150ms ease-out;
}

.header_search._open .header_search_close {
    visibility: visible;
    background: #f7f7f7;
}

.header_search_close:before,
.header_search_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #2a3e92;
}
.header_search_close:before { transform: rotate(45deg); }
.header_search_close:after { transform: rotate(135deg); }

.header_search_wrap_input {
    margin: 0 100px;
}

.header_search_input {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0 30px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 30px;
    line-height: 100px;
    border: none;
    border-radius: 0;
}

.header_search_submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.header_search_submit_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #2a3e92;
}

.header_search_submit_icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 0;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

/* ------------------------------ */

body._promo_page .vertical_nav_wrap_menu {
    opacity: 0;
}

body._promo_page .vertical_nav_wrap_menu._promo {
    opacity: 1;
    transition: transform 250ms ease-out;
}

.vertical_nav_wrap_menu {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-right: 1px solid #dbdbdb;
}

.vertical_nav_menu {
    position: absolute;
    top: 60px;
    right: 22px;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    white-space: nowrap;
    font-size: 0;
}

.vertical_nav_menu_item {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
}

.vertical_nav_menu_link {
    display: inline-block;
    padding: 20px 20px;
    color: #bec0c1;
    border: none;
}

.vertical_nav_menu_link:hover {
    color: #000;
}

/* -------------------------------------------------------------- */

.page_content {
    padding: 0 0 120px 0;
}

@media (max-width: 480px) {
    .page_content {
        padding-bottom: 60px;
    }
}

/* -------------------------------------------------------------- */

.page_title {
    margin: 0 0 50px 0;
    padding: 25px 0;
    background: #f7f7f7;
}

.page_title:after {
    content: "";
    display: block;
    clear: both;
}

.page_title_left {
    float: left;
}

.page_title_right {
    float: right;
}

@media (max-width: 480px) {
    .page_title {
        margin: 0 0 30px 0;
        padding: 10px 0;
        text-align: center;
    }
    
    .page_title_text {
        text-transform: uppercase;
    }
    
    .page_title_left {
        float: none;
    }
    
    .page_title_right {
        margin: 10px 0 0 0;
        float: none;
    }
}

/* -------------------------------------------------------------- */

.product_group {
    margin: 0 0 60px 0;
    padding: 20px 0 0 0;
    border-top: 4px solid #2a3e92;
}

.product_group:last-child {
    margin-bottom: 0;
}

.product_group_header {
    margin: 0 0 20px 0;
    font-size: 0;
}

.product_group_title {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.35;
}

.product_group_text {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    font-size: 16px;
}

.product_group_text_inner {
    padding-left: 25px;
}

@media (max-width: 480px) {
    .product_group {
        margin: 0 0 20px 0;
        padding: 0;
        border: none;
    }
    
    .product_group_title {
        display: block;
        width: auto;
        margin: 0;
        padding: 10px;
        text-align: center;
        background: #f7f7f7;
    }
    
    .product_group_text {
        display: block;
        width: auto;
        margin: 20px 0;
        font-size: 15px;
        line-height: 1.65;
    }
    
    .product_group_text_inner {
        padding: 0;
    }
}

/* -------------------------------------------------------------- */

.product_list_inner {
    margin: 0 0 0 -22px;
    font-size: 0;
}

.product_list_item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 10px 22px;
    font-size: 16px;
}

.product_list_item:last-child {
    padding-bottom: 0;
}

@media (max-width: 480px) {
    .product_list_item {
        width: 100%;
    }
}

/* -------------------------------------------------------------- */

.product_item {
    position: relative;
    background: #f7f7f7;
}

.product_item_link {
    display: block;
    border: none;
    color: #000;
    font-size: 0;
}

/* --------------------------- */

.product_item_wrap_img {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 31%;
    padding: 10px;
}

.product_item_img {
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.product_item_img:not([style*="background-image"]) {
    background-image: url('../img/no_img.svg');
    background-size: 80%;
}

.product_item_flag {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    background: #2a3e92;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
}

/* --------------------------- */

.product_item_wrap_info {
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    margin: 30px 0;
    padding: 0 20px 0 10px;
    border-right: 1px solid #e7e7e7;
}

.product_item._simple .product_item_wrap_info {
    width: 66.66%;
    border-right: none;
}

.product_item_tech {
    margin: 0 0 13px 0;
    font-size: 13px;
    line-height: 1;
}

.product_item_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.product_item_title_hover {
    border-bottom: 1px solid transparent;
}

.product_item_link:hover .product_item_title_hover {
    color: #202b7f;
    border-bottom-color: rgba(42, 62, 146, 0.3);
}

.product_item_subtitle {
    font-size: 15px;
    line-height: 1.65;
    text-transform: uppercase;
}

/* --------------------------- */

.product_item_wrap_property {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    margin: 30px 0 30px -1px;
    padding: 10px 20px 10px 30px;
    border-left: 1px solid #e7e7e7;
}

.product_item_property {
    margin: 0 0 15px 0;
}

.product_item_property:last-child {
    margin-bottom: 0;
}

.product_item_property_value {
    font-size: 15px;
    line-height: 1.65;
}

.product_item_property_title {
    margin: 0 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

/* --------------------------- */

.product_item_compare {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.product_item_compare:hover,
.product_item_compare._active {
    background: #2a3e92;
}

.product_item_compare_text {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    margin: 0 40px 0 0;
    padding: 0 20px 0 20px;
    font-size: 13px;
    line-height: 40px;
    white-space: nowrap;
    color: #2a3e92;
    transform: translateX(-15px);
    transition: transform 100ms ease-out, opacity 100ms ease-out, visibility 100ms;
}

.product_item_compare:hover .product_item_compare_text,
.product_item_compare._active .product_item_compare_text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.product_item_compare .compare_toggle_open {
    display: none;
}

.product_item_compare._active .compare_toggle_add {
    display: none;
}

.product_item_compare._active .compare_toggle_open {
    display: block;
}

.product_item_compare_icon {
    width: 40px;
    height: 40px;
}

.product_item_compare_icon:before,
.product_item_compare_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #2a3e92;
    transition: transform 150ms ease-out;
}

.product_item_compare_icon:before {
    transform: rotate(90deg);
    transform-origin: center;
}

.product_item_compare:hover .product_item_compare_icon:before,
.product_item_compare:hover .product_item_compare_icon:after {
    background: #fff;
}

.product_item_compare._active .product_item_compare_icon:before,
.product_item_compare._active .product_item_compare_icon:after {
    width: 22px;
    margin-left: -11px;
    background: #fff;
}

.product_item_compare._active .product_item_compare_icon:before {
    transform: rotate(135deg);
}

.product_item_compare._active .product_item_compare_icon:after {
    transform: rotate(45deg);
}

/* --------------------------- */

@media (max-width: 480px) {
    .product_item_wrap_property {
        display: none;
    }
    
    .product_item_wrap_info {
        width: 66.66%;
        border-right: none;
    }
    
    .product_item_compare {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.filter_container {
    margin: 0 0 60px 0;
    font-size: 0;
    text-align: center;
    background: #f7f7f7;
}

.filter_container_inner {
    position: relative;
}

@media (max-width: 480px) {
    .filter_container_inner {
        padding-bottom: 65px;
    }
}

/* ----------------------------- */

.filter_list {
    display: inline-block;
}

.filter_item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_item_title {
    display: block;
    position: relative;
    line-height: 65px;
    padding: 0 45px 0 20px;
    font-size: 15px;
    color: #000;
    border: none;
    cursor: default;
}

.filter_item_title_icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 25px;
    margin: -12px 0 0 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
}

.filter_item_title_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 -3.5px;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
}

.filter_item_title_mobile {
    display: none;
}

@media (min-width: 481px) {
    .filter_item_title_text {
        position: relative;
    }
    
    .filter_item_title_text:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #2a3e92;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 150ms ease-out;
    }

    .filter_item._open .filter_item_title_text:after {
        transform: scaleX(1);
    }
}

@media (max-width: 480px) {
    .filter_item_title {
        line-height: 55px;
        padding: 0 45px 0 20px;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .filter_item_title_mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* ----------------------------- */

.filter_option_list {
    z-index: 990;
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    margin: -5px 0 0 0;
    padding: 5px 0 0 0;
    text-align: left;
}

.filter_option_list_inner {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #dbdbdb;
}

/* ----------------------------- */

.filter_option {
    position: relative;
    padding: 10px 0;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_option:last-child {
    border-bottom: none;
}

.filter_option:hover {
    color: #2a3e92;
}

.filter_option_checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #dbdbdb;
    transition: transform 100ms linear;
}

.filter_option_checkbox:before {
    content: '';
    display: block;
    opacity: 0;
    width: 12px;
    height: 8px;
    margin: 3px 0 0 3px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
}

.filter_option:active .filter_option_checkbox {
    transform: scale(0.8);
}

.filter_option._selected .filter_option_checkbox {
    background: #2a3e92;
    border-color: transparent;
}

.filter_option:hover:not(._selected) .filter_option_checkbox:before {
    opacity: 1;
    border-color: #e5e5e5;
}

.filter_option._selected .filter_option_checkbox:before {
    opacity: 1;
}

.filter_option_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.65;
}

.filter_option._disabled .filter_option_title {
    opacity: 0.35;
}

@media (min-width: 481px) {
    .filter_item._open .filter_option_list {
        display: block;
    }
}

@media (max-width: 480px) {
    .filter_container {
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #fff;
        transition: opacity 300ms ease-out, visibility 300ms;
    }
    
    .filter_container._mobile_open {
        opacity: 1;
        visibility: visible;
    }
    
    .filter_list {
        display: block;
    }
    
    .filter_item {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    
    .filter_option_list {
        display: none;
        position: static;
        top: auto;
        left: auto;
        margin: 0;
        padding: 0;
    }
    
    .filter_option_list._mobile_open {
        display: block;
    }
    
    .filter_option_list_inner {
        padding: 8px 16px 24px 16px;
        border: none;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .filter_option {
        padding: 8px 0;
    }
}

/* ----------------------------- */


@media (min-width: 481px) {
    .filter_control {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 480px) {
    .filter_control {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        justify-content: space-between;
        padding: 8px 20px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
}

/* ----------------------------- */

.filter_done {
    display: none;
}

@media (max-width: 480px) {
    .filter_done {
        display: inline-block;
    }
}

/* ----------------------------- */

.filter_reset {
    display: inline-block;
    position: relative;
    padding: 0 32px 0 0;
    font-size: 15px;
    line-height: 65px;
    color: #7d8284;
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.filter_reset:hover {
    color: #000;
}

.filter_reset._hidden {
    visibility: hidden;
}

.filter_reset_icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 0;
    background: #ccc;
    border-radius: 100%;
}

.filter_reset_icon:before,
.filter_reset_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
}
.filter_reset_icon:before { transform: rotate(45deg); }
.filter_reset_icon:after { transform: rotate(-45deg); }

.filter_reset:hover .filter_reset_icon {
    background: #000;
}

@media (max-width: 480px) {
    .filter_reset {
        line-height: 40px;
    }
}

/* -------------------------------------------------------------- */

.mobile_filter_open {
    position: relative;
    height: 48px;
    line-height: 48px;
    margin: 0 0 10px 0;
    padding: 0 16px;
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    background: #2a3e92;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.mobile_filter_open:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    margin: -8px 0 0 0;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
}

/* -------------------------------------------------------------- */

.product_view {
    position: relative;
    padding: 40px 0;
    background: #f7f7f7;
}

.product_view_flag {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: #2a3e92;
    transform: rotate(-90deg);
    transform-origin: bottom right;
}

.product_view_wrap_left {
    float: left;
    width: 25%;
    padding: 60px 0 0 0;
}

.product_view_wrap_center {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.product_view_wrap_right {
    float: left;
    width: 25%;
    padding: 60px 0 0 0;
}

@supports (display: flex) {
    .product_view_wrapper {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    
    .product_view_wrap_left {
        display: flex;
        flex-direction: column;
    }
    
    .product_view_wrap_right {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .product_view {
        padding: 28px 0;
    }
    
    .product_view_wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .product_view_wrap_left {
        order: 1;
        float: none;
        width: auto;
        padding: 0 34px;
    }
    
    .product_view_wrap_center {
        order: 2;
        width: auto;
        margin: 20px 0 0 0;
        padding: 0;
    }
    
    .product_view_wrap_right {
        order: 3;
        float: none;
        width: auto;
        padding: 0;
    }
}

/* ------------------------------ */

.product_gallery_preview {
    margin: 25px 0 0 0;
    font-size: 0;
}

.product_gallery_preview_item {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    margin: 0 10px 10px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    transition: border-color 150ms ease-out;
}

.product_gallery_preview_item:hover,
.product_gallery_preview_item._selected {
    border-color: #2a3e92;
}

@media (min-width: 481px) {
    @supports (display: flex) {
        .product_gallery {
            display: flex;
            height: 100%;
            align-items: center;
        }
    }
}

@media (max-width: 480px) {
    .product_gallery_preview {
        text-align: center;
    }
    
    .product_gallery_preview_item {
        margin: 0 5px 10px 5px;
    }
}

/* ------------------------------ */

.product_gallery_img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.fancybox-container._product_gallery .fancybox-bg {
    background: #fff;
    transition: opacity 300ms ease-out;
}

.fancybox-container._product_gallery.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

/* ------------------------------ */

.product_view_title {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.product_view_subtitle {
    margin: 2px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}

.product_view_tech {
    margin: 26px 0 0 0;
    font-size: 15px;
    line-height: 1.3;
}

.product_view_mount {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.product_view_compare {
    margin: 20px 0 30px 0;
}

@media (max-width: 480px) {
    .product_view_title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }
    
    .product_view_subtitle {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.65;
        text-align: center;
    }
    
    .product_view_tech {
        margin: 14px 0 0 0;
        text-align: center;
    }
    
    .product_view_mount {
        margin: 4px 0 0 0;
        text-align: center;
    }
    
    .product_view_compare {
        display: none;
    }
}

/* ------------------------------ */

.product_view_download {
    margin: auto 0 0 0;
}

.product_view_mobile_download {
    display: none;
}

.product_view_download_item {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.65;
    color: #7d8284;
}

.product_view_download_item:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .product_view_download {
        display: none;
    }
    
    .product_view_mobile_download {
        display: block;
        margin: 20px 0 0 0;
    }
}

/* ------------------------------ */

.product_view_property {
    margin: 0 0 20px 0;
}

.product_view_property:last-child {
    margin-bottom: 0;
}

.product_view_property_value {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.35;
}

.product_view_property_title {
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

@media (max-width: 480px) {
    .product_view_wrap_property {
        margin: 20px 0 0 0;
        font-size: 0;
    }
    
    .product_view_property {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 0 10px 0;
    }
    
    .product_view_property_value {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.65;
    }
    
    .product_view_property_title {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* -------------------------------------------------------------- */

.buy_button{
    margin-top: 26px;
    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;
}

/* ------------------------------ */

.product_view_wrap_accessory {
    margin: 30px 0 20px 0;
}

.accessory_list_title {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.65;
}

.accessory_list_inner {
    margin: 0 0 0 -10px;
    font-size: 0;
}

.accessory_item {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    margin: 0 0 10px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: none;
    transition: opacity 150ms ease-out;
}

.accessory_item:hover {
    opacity: 0.75;
}

@media (max-width: 480px) {
    .product_view_wrap_accessory {
        margin: 20px 0 0 0;
    }
}

/* ------------------------------ */

.product_feature {
    margin: auto 0 0 0;
    font-size: 0;
}

.product_feature_item {
    display: inline-block;
    vertical-align: top;
    max-width: 60px;
    height: auto;
    margin: 0 10px 10px 0;
}

.product_feature_item._has_text {
    cursor: pointer;
}

.product_feature_item._has_text:hover {
    opacity: 0.8;
}

.product_feature_item._has_text._loading {
    opacity: 0.5;
}

@media (max-width: 480px) {
    .product_feature {
        margin: 20px 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.product_view_promo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    max-height: 75vw;
    margin: -100px 0 0 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.product_view_promo_content {
    max-width: 700px;
}

.product_view_promo_title {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.15;
}

.product_view_promo_text {
    margin: 10px 0 0 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .product_view_promo_content {
        padding: 0 16px;
    }
    
    .product_view_promo_title {
        font-size: 30px;
        line-height: 1.35;
    }
}

/* -------------------------------------------------------------- */

.property_list {
    margin: 0 0 40px 0;
}

.property_list:last-child {
    margin-bottom: 0;
}

.property_list_title {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.property_list_row {
    font-size: 0;
    white-space: nowrap;
}

.property_list_cell {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 1.5;
    white-space: normal;
}

.property_list_cell._title {
    width: 35%;
    color: #7d8284;
}

.property_list_cell._value {
    width: 65%;
}

@media (min-width: 481px) {
    .property_list_row:nth-child(odd) {
        background: #f7f7f7;
    }
}

@media (max-width: 480px) {
    .property_list_title {
        margin: 0 0 20px 0;
    }
    
    .property_list_row {
        margin: 0 0 12px 0;
    }
    
    .property_list_cell._title,
    .property_list_cell._value {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    .property_list_cell._title {
        margin: 0 0 2px 0;
    }
}

/* -------------------------------------------------------------- */

.property_tooltip {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #2a3e92;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    cursor: pointer;
}

.property_tooltip._loading {
    opacity: 0.5;
}

/* -------------------------------------------------------------- */

.tooltip_window {
    z-index: 100;
    position: absolute;
    width: 400px;
    padding: 20px 30px 20px 20px;
    background: #fff;
    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: #000;
}
.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: #fff;
    border: 1px solid #dbdbdb;
}

.compare_button_icon:before,
.compare_button_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background: #2a3e92;
    transition: transform 150ms ease-out;
}

.compare_button_icon:before {
    transform: rotate(90deg);
    transform-origin: center;
}

.compare_button:hover .compare_button_icon,
.compare_button._active .compare_button_icon {
    background: #2a3e92;
}

.compare_button:hover .compare_button_icon:before,
.compare_button:hover .compare_button_icon:after {
    background: #fff;
}

.compare_button._active .compare_button_icon:before,
.compare_button._active .compare_button_icon:after {
    width: 22px;
    margin-left: -11px;
    background: #fff;
}

.compare_button._active .compare_button_icon:before {
    transform: rotate(135deg);
}

.compare_button._active .compare_button_icon:after {
    transform: rotate(45deg);
}

.compare_button_text {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #2a3e92;
}

.compare_button .compare_toggle_open {
    display: none;
}

.compare_button._active .compare_toggle_add {
    display: none;
}

.compare_button._active .compare_toggle_open {
    display: inline-block;
}

/* -------------------------------------------------------------- */

.compare_part._head {
    overflow: hidden;
    float: left;
    width: 310px;
}

.compare_part._body {
    overflow: hidden;
    position: relative;
    margin-left: 310px;
}

.compare_list_wrapper {
    display: table;
    width: 100%;
}

.compare_list {
    table-layout: fixed;
}

.compare_part._body .compare_list {
    margin-left: -310px;
}

.compare_list tr._hidden {
    display: none;
}

.compare_list tr:nth-child(even) {
    background: #f7f7f7;
}

.compare_list td {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    padding: 10px 10px;
    vertical-align: middle;
}

.compare_list_row._product td {
    padding-bottom: 45px;
}

.compare_list_col._control {
    padding-top: 45px;
    vertical-align: top;
}

.compare_list_row._property {
    font-size: 15px;
    line-height: 1.65;
}

.compare_list_col._property_title {
    color: #6e777b;
}

@media (max-width: 480px) {
    .compare_part._head {
        display: none;
    }
    
    .compare_part._body {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------- */

.compare_container .iScrollIndicator {
    height: 100%;
    cursor: pointer;
    background: #2a3e92;
    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: bold;
    line-height: 1.5;
}

.compare_product_link:hover .compare_product_title_hover {
    color: #2a3e92;
}

.compare_product_remove {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.compare_product_remove:hover {
    opacity: 0.7;
}

.compare_product_remove:before,
.compare_product_remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #2a3e92;
    transform-origin: center;
}

.compare_product_remove:before {
    transform: rotate(45deg);
}

.compare_product_remove:after {
    transform: rotate(135deg);
}

/* -------------------------------------------------------------- */

.promo_product {
    display: block;
    position: relative;
    padding: 100% 0 0 0;
}

.promo_product_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 82%;
    height: 100%;
    color: #000;
    background: #f7f7f7;
    border: none;
}

.promo_product_wrap_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8%;
}

.promo_product_title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.promo_product_property {
    margin: 0 0 12px 0;
}

.promo_product_property:last-child {
    margin-bottom: 0;
}

@media (min-width: 481px) and (max-width: 1380px) {
    .promo_product_property:nth-child(n+3) {
        display: none;
    }
}

.promo_product_property_value {
    font-size: 15px;
    line-height: 1.65;
}

.promo_product_property_title {
    margin: 0 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

.promo_product_wrap_feature {
    position: absolute;
    left: 8%;
    bottom: 8%;
    width: 140px;
    margin: 0 0 -7px -10px;
    font-size: 0;
}

.promo_product_feature {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 10px;
    max-width: 48px;
    height: auto;
}

.promo_product_more {
    display: none;
    position: absolute;
    left: 8%;
    bottom: 8%;
}

.promo_product_wrap_img {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: -7.5%;
    width: 60%;
}

.promo_product_img {
    width: 100%;
    padding: 130% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.promo_product_flag {
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    background: #2a3e92;
    transform: rotate(-90deg);
    transform-origin: bottom right;
}

@media (max-width: 480px) {
    .promo_product {
        padding: 0;
    }
    
    .promo_product_link {
        position: static;
        width: auto;
        height: auto;
    }
    
    .promo_product_wrap_text {
        position: static;
        width: auto;
        height: auto;
        padding: 40px;
    }
    
    .promo_product_wrap_img {
        overflow: hidden;
        width: 50%;
    }
    
    .promo_product_img {
        overflow: hidden;
        width: 300px;
        height: 300px;
        padding: 0;
    }
    
    .promo_product_wrap_feature {
        display: none;
    }
    
    .promo_product_more {
        display: block;
        position: static;
        margin: 70px 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.shotback_list {
    font-size: 0;
}

.shotback_item {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
}

.shotback_item_img {
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.shotback_item_img:hover {
    opacity: 0.85;
}

.shotback_item_promo {
    display: block;
    position: relative;
    width: 100%;
    padding: 100% 0 0 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background: #2a3e92;
    border: none;
}

.shotback_item_promo_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

@media (max-width: 1280px) {
    .shotback_item {
        width: 20%;
    }
    
    .shotback_item.img:nth-child(5) {
        display: none;
    }
}

@media (max-width: 480px) {
    .shotback_item {
        width: 50%;
    }
    
    .shotback_item.img:nth-child(5) {
        display: none;
    }
    
    .shotback_item.txt:nth-child(6) {
        width: 100%;
    }
    
    .shotback_item_promo {
        padding: 50% 0 0 0;
    }
}

/* -------------------------------------------------------------- */

.fancybox-container {
    font-family: inherit;
}

/* -------------------------------------------------------------- */

.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: 99997;
    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_title {
    margin: 0;
}

.publication_date {
    margin: 12px 0 0 0;
    font-size: 13px;
    color: #7d8284;
}

.publication_image {
    margin: 0 0 40px 0;
}

.publication_image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.publication_share {
    margin: 60px 0 0 0;
}

@media (max-width: 480px) {
    .publication_title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
    }
    
    .publication_share {
        margin: 40px 0 0 0;
    }
}

.a2a_default_style a {
    padding: 0 6px !important;
    border: none !important;
}

.a2a_default_style a:first-child {
    padding-left: 0 !important;
}

.a2a_default_style a .a2a_svg {
    opacity: 0.7 !important;
    transition: opacity 150ms ease-out;
}

.a2a_default_style a:hover .a2a_svg {
    opacity: 1 !important;
}

/* -------------------------------------------------------------- */

.video_item {
    margin: 0 0 40px 0;
}

.video_item:last-child {
    margin-bottom: 0;
}

.video_item_cover {
    display: block;
    position: relative;
    padding: 56% 0 0 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
}

.video_item_cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    transition: opacity 300ms ease-out;
}

.video_item_cover:hover:before {
    opacity: 0.5;
}

.video_item_play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #2a3e92;
    border-radius: 100%;
    transition: transform 150ms ease-out;
}

.video_item_play:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    margin: -12px 0 0 -6px;
}

.video_item_cover:hover .video_item_play {
    transform: scale(1.1);
}

.video_item_cover:active .video_item_play {
    transform: scale(0.9);
}

.video_item_title {
    margin: 20px 0 0 0;
    font-size: 15px;
    line-height: 1.3;
    color: #7d8284;
}

/* -------------------------------------------------------------- */

.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: #2a3e92;
    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: 29px 29px 0 29px;
}

.video_index_content .title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.video_index_content .description {
    font-size: 15px;
    line-height: 1.65;
    font-family: 'Proxima Nova', sans-serif;
}

@media (max-width: 480px) {
    .video_index {
        display: block;
    }

    .video_index_content {
        width: 100%;
        padding: 0;
        padding: 40px 40px 40px 40px;
        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%;
    }
}

/* -------------------------------------------------------------- */

.news_item {
    margin: 0 0 40px 0;
    padding: 0 0 45px 0;
    border-bottom: 1px solid #dbdbdb;
}

.news_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.news_item_link {
    display: block;
    color: #000;
    border: none;
}

.news_item_wrap_info {
    margin: 0 280px 0 0;
}

.news_item_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
}

.news_item_title_hover {
    color: #2a3e92;
    border-bottom: 1px solid transparent;
}

.news_item_link:hover .news_item_title_hover {
    border-bottom-color: rgba(42, 62, 146, 0.3);
}

.news_item_date {
    margin: 6px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

.news_item_anot {
    margin: 20px 0 0 0;
    font-size: 17px;
    line-height: 1.75;
}

.news_item_wrap_img {
    float: right;
    width: 250px;
}

.news_item_img {
    display: block;
    max-width: 100%;
    max-height: 220px;
    margin: 0 auto;
}

.news_item_no_img {
    display: block;
    width: 100%;
    padding: 68% 0 0 0;
    background: #f7f7f7 url('../img/no_img.svg') no-repeat 50% 50%;
    background-size: 60%;
}

@media (max-width: 480px) {
    .news_item {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }
    
    .news_item_wrap_info {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    
    .news_item_date {
        order: -1;
        margin: 0 0 12px 0;
    }
    
    .news_item_title {
        order: 0;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.65;
    }
    
    .news_item_wrap_img {
        display: none;
    }
    
    .news_item_anot {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.review_list_inner {
    margin: 0 0 0 -32px;
    font-size: 0;
}

.review_list_item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 0 130px 32px;
    font-size: 16px;
}

@media (min-width: 481px) {
    .review_list_2col .review_list_item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .review_list_item {
        width: 100%;
    }
}

/* -------------------------------------------------------------- */

.review_item {
    display: block;
    position: relative;
    width: 100%;
    padding: 56% 0 0 0;
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    border: none;
}

.review_item:not([style*="background-image"]) {
    background-color: #f7f7f7;
    background-image: url('../img/no_img.svg');
    background-size: 50%;
}

.review_item_info {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 90%;
    margin: -24px 0 0 -45%;
    padding: 12px 12px 12px 12px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.review_item_title {
    overflow: hidden;
    height: 3em;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

.review_item_title_hover {
    border-bottom: 1px solid transparent;
}

.review_item:hover .review_item_title_hover {
    color: #2a3e92;
    border-bottom-color: rgba(42, 62, 146, 0.3);
}

.review_item_date {
    margin: 8px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

.review_item_external {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #2a3e92;
}

.review_item_external:before,
.review_item_external:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 13px;
    border: 1px solid #fff;
}

.review_item_external:before {
    margin: -8px 0 0 -9px;
}

.review_item_external:after {
    margin: -4px 0 0 -12px;
    background: inherit;
}

/* --------------------------------- */

@media (min-width: 481px) {
    .review_list_item._main_first {
        width: 66.66%;
    }

    .review_list_item._main_first {
        padding-bottom: 90px;
    }

    .review_list_item._main_first .review_item_title {
        max-height: 2.6em;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.3;
    }

    .review_list_item._main_first .review_item_info {
        margin-top: -120px;
    }

    .review_list_item._main_second .review_item_title {
        max-height: 4.2em;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.4;
    }
}

/* -------------------------------------------------------------- */

.person_item {
    margin: 0 0 10px 0;
}

.person_item:last-child {
    margin-bottom: 0;
}

.person_item_link {
    display: block;
    position: relative;
    padding: 12px 10px 12px 30px;
    font-size: 0;
    color: #000;
    background: #f7f7f7;
    border: none;
}

.person_item_link:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -2px;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.person_item_wrap_img {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    padding: 0 30px 0 0;
    position: relative;
}

.person_item_wrap_img:after {
    content: "";
    position: absolute;
    height: 75%;
    width: 1px;
    background: #e7e7e7;
    top: 13%;
    right: 0;
    bottom: 0;
}

.person_item_img {
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.person_item_wrap_info {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    padding: 0 0 0 30px;
}

.person_item_examples {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
}

.person_item_example_item._first {
    margin-top: 0;
}

.person_item_example_item {
    display: inline-block;
    padding: 0 3px;
    margin-top: 6px;
}

.person_item_example_item._last {
    width: 69px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: right;
    border: 1px solid #e7e7e7;
    color: #282828;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    text-transform: lowercase;
}

@media (max-width: 480px) {
    .person_item_examples {
        display: none;
    }
}

.person_item_example_item._last:hover {
    border-color: #282828;
}

.person_item_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.person_item_name_hover {
    border-bottom: 1px solid transparent;
}

.person_item_link:hover .person_item_name_hover {
    color: #2a3e92;
    border-bottom-color: rgba(42, 62, 146, 0.3);
}

.person_item_anot {
    font-size: 15px;
    line-height: 1.65;
    color: #6e777b;
}

.person_item_product_list {
    margin: 12px 0 0 0;
    font-size: 0;
}

.person_item_product_item {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    font-size: 13px;
    line-height: 1.5;
    border: 1px solid #e7e7e7;
}

@media (min-width: 481px) {
    .person_item_link:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .person_item {
        margin-bottom: 8px;
    }
    
    .person_item_link {
        padding: 20px 36px 20px 20px;
    }

    .person_item_link:before {
        right: 18px;
    }
    
    .person_item_wrap_img {
        width: 30%;
        padding: 0;
        border: none;
    }
    
    .person_item_wrap_info {
        width: 70%;
        padding: 0 0 0 15px;
    }
    
    .person_item_name {
        font-size: 15px;
        line-height: 1.65;
    }
    
    .person_item_product_list {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.person_view_wrap_img {
    float: left;
    width: 160px;
}

.person_view_img {
    display: block;
    max-width: 100%;
    height: auto;
}

.person_view_social {
    margin: 20px 0 0 0;
    font-size: 0;
    text-align: center;
}

.person_view_wrap_info {
    max-width: 800px;
    margin-left: 200px;
}

.person_view_title_name {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.15;
}

.person_view_title_anot {
    display: inline-block;
    margin: 0 0 0 16px;
    font-size: 15px;
    line-height: 1.65;
    color: #6e777b;
}

.person_view_text {
    margin: 30px 0 0 0;
    font-size: 17px;
    line-height: 1.75;
}

@media (max-width: 480px) {
    .person_view_wrap_img {
        float: none;
        width: 160px;
        margin: 0 auto;
    }
    
    .person_view_wrap_info {
        margin: 0;
    }
    
    .person_view_title {
        margin: 40px 0 0 0;
    }
    
    .person_view_title_name {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }
    
    .person_view_title_anot {
        display: block;
        margin: 10px 0 0 0;
        text-align: center;
    }
    
    .person_view_text {
        margin: 30px 0 0 0;
        font-size: 15px;
        line-height: 1.65;
    }
}

/* -------------------------------------------------------------- */

.grid_gallery_inner {
    margin: 0 0 0 -10px;
    font-size: 0;
}

.grid_gallery_column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 0 10px;
}

.grid_gallery_cell {
    display: inline-block;
    vertical-align: top;
    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;
    opacity: 0;
    transition: opacity 150ms ease-out;
}

.grid_gallery_img._ready {
    opacity: 1;
}

@media (max-width: 480px) {
    .grid_gallery_inner {
        margin: 0;
    }
    
    .grid_gallery_column {
        display: block;
        width: auto;
        padding: 0;
    }
}

/* -------------------------------------------------------------- */

.distributor_show_login {
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin: 0 0 0 18px;
    background: url('../img/lock.svg') no-repeat 0 0;
    background-size: 14px;
    border: none;
}

.distributor_show_login:hover {
    background-position: 0 -25px;
}

#distributor_login_container {
    width: 530px;
    max-width: 100%;
    padding: 38px;
    background: #f7f7f7;
}

/* -------------------------------------------------------------- */

#distributor_map {
    height: 570px;
    margin: 0 0 40px 0;
}

#distributor_map_container {
    padding-left: 100px;
}

@media (max-width: 1260px) {
    #distributor_map_container {
        padding-left: 0;
    }
}

/* -------------------------------------------------------------- */

.company_group {
    margin: 0 0 40px 0;
}

.company_group:last-child {
    margin-bottom: 0;
}

.company_group_title {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.company_list_row {
    font-size: 0;
    width: 100%;
}

.company_list_row:nth-child(odd) {
    background: #f7f7f7;
}

.company_list_cell {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.65;
}

.company_list_cell._country {
    width: 12%;
}

.company_list_cell._title {
    width: 20%;
    /* font-weight: bold; */
}

.company_list_cell._address {
    width: 28%;
}

.company_list_cell._contacts {
    width: 28%;
}

.company_list_cell._contacts a{
    display: block;
    width: max-content;
}

.company_list_cell._show_on_map {
    width: 12%;
}

.company_list_cell._show_on_map {
    display: none;
    padding: 12px 20px 12px 10px;
    font-size: 14px;
}

.company_list_cell._show_on_map a:hover {
    border-bottom: 1px dotted rgba(42, 62, 146, 0.3);
}

.company_list_row:hover .company_list_cell._show_on_map {
    display: inline-block;
}

@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.65;
}

.company_map_title {
    font-weight: bold;
}

.company_map_contacts {
    margin: 10px 0 0 0;
}

/* -------------------------------------------------------------- */

.storage_breadcrumb_list {
    margin: 0 0 40px 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: #2a3e92;
}

.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_item_inner {
    position: relative;
    margin: 0 auto;
    padding: 25px 0 25px 50px;
    border-left: 4px solid #2a3e92;
}

.history_item_inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: -4px;
    width: 15px;
    height: 4px;
    background: #2a3e92;
}

.history_item:first-child .history_item_inner {
    padding-top: 2px;
}

.history_item:first-child .history_item_inner:before {
    top: 0;
}

.history_item:last-child .history_item_inner {
    padding-top: 0;
    border-left-color: transparent;
}

.history_item:last-child .history_item_inner:before {
    top: 12px;
}

.history_item._has_img + .history_item .history_item_inner {
    padding-top: 50px;
}

.history_item._has_img + .history_item .history_item_inner:before {
    top: 50px;
}

.history_item_year {
    position: relative;
    margin: -12px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.history_item:first-child .history_item_year {
    margin-top: -0.65em;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
}

.history_item_text {
    margin: 20px 0 0 0;
    font-size: 17px;
    line-height: 1.75;
}

.history_item_img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* -------------------------------------------------------------- */

.document_item {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #dbdbdb;
}

.document_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.document_item_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

.document_item_info {
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

@media (max-width: 480px) {
    .document_item {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }
    
    .document_item_title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
    }
}

.document_item_folder_icon {
    display: inline-block;
    width: 29px;
    height: 22px;
    margin: 0 4px 0 0;
    background: url('../img/folder.svg') no-repeat 0 0;
    background-size: 29px;
}

/* -------------------------------------------------------------- */

.inline_image_slider .swiper-slide {
    display: block;
    padding: 0 0 40px 0;
    text-align: center;
}

.inline_image_slider_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 800px;
    margin: 0 auto;
}

.inline_image_slider_text {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6f7477;
    text-align: center;
}

.inline_image_slider .swiper-pagination-bullets {
    left: 50%;
    bottom: 0;
    width: auto;
    height: 30px;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    transform: translateX(-50%);
}

.inline_image_slider .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    opacity: 1;
    background: none;
}

.inline_image_slider .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    opacity: 0.5;
    background: #fff;
    border-radius: 100%;
}

.inline_image_slider .swiper-pagination-bullet:hover:before {
    opacity: 0.7;
}

.inline_image_slider .swiper-pagination-bullet-active:before {
    opacity: 1 !important;
    background: #fff;
}

.inline_image_slider_prev,
.inline_image_slider_next {
    z-index: 10;
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 0;
    cursor: pointer;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 150ms ease-out;
}

.inline_image_slider_prev { left: 0; }
.inline_image_slider_next { right: 0; }

.inline_image_slider_prev:before,
.inline_image_slider_next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
}
.inline_image_slider_prev:before {
    margin-left: -5px;
    transform: rotate(-135deg);
}
.inline_image_slider_next:before {
    margin-left: -15px;
    transform: rotate(45deg);
}

.inline_image_slider:hover .inline_image_slider_prev,
.inline_image_slider:hover .inline_image_slider_next {
    opacity: 1;
}

/* -------------------------------------------------------------- */

.promo_slider {
    display: block;
    min-width: 1000px;
    max-width: calc(100% - 100px);
    margin: 0 0 0 auto;
}

.promo_slider_item {
    z-index: 1;
    display: block;
    position: relative;
    background-color: #2a3e92;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo_slider_item:before {
    content: '';
    display: block;
    padding: 35.5% 0 0 0;
}

/* Only show one slide until slider is ready to prevent jumping content */
.promo_slider > .promo_slider_item:not(:first-child) {
    display: none;
}

.promo_slider_item_bg {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: none;
    transition: opacity 450ms ease;
}

.promo_slider_item_bg.swiper-lazy:not(._first) {
    opacity: 0;
}

.promo_slider_item_bg.swiper-lazy.swiper-lazy-loaded {
    opacity: 1;
}

.promo_slider_item_link {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0 0 0;
    color: #fff;
    border: none;
}

.promo_slider_item_title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
}

.promo_slider_item_anot {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 480px) {
	.promo_slider_item_title,
	.promo_slider_item_anot {
		color: #000000 !important;
	}

    .promo_slider_item_link .content_wrapper {
        min-width: auto;
    }
}

.promo_slider_item_button {
    margin: 32px 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;
        padding: 20px 0;
        margin: 0;
        max-width: 100%;
    }
    
    .promo_slider .swiper-wrapper {
        padding-bottom: 60px;
    }
    
    .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: #2a3e92;
    }
    
    .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.5% 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: 20px 0 0 0;
        padding: 0 16px;
        text-align: center;
        color: #000;
    }
    
    .promo_slider_item_title {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
    }
    
    .promo_slider_item_anot {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.65;
    }
    
    .promo_slider_item_button {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.promo_group {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
}

.promo_group_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: left;
    width: 60%;
}

.promo_group_left_item {
    margin-bottom: 3%;
}

.promo_group_left_item:last-child {
    margin-bottom: 0;
}

.promo_group_right {
    float: right;
    width: 37%;
}

@media (max-width: 480px) {
    .promo_group {
        display: block;
    }
    
    .promo_group_left {
        display: none;
    }
    
    .promo_group_right {
        float: none;
        width: auto;
    }
}

/* --------------------------------- */

.promo_block {
    display: block;
}

.promo_block_img {
    display: block;
    width: 100%;
    height: auto;
}

/* -------------------------------------------------------------- */

.info_link {
    display: block;
    position: relative;
    padding: 24px 30px 74px 30px;
    color: #fff;
    background: #2a3e92;
    border: none;
}

.info_link_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
}

.info_link_text {
    font-size: 15px;
    line-height: 1.65;
}

.info_link_button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #213484;
    transition: background-color 100ms ease-out;
}

.info_link_button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -7px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.info_link:hover .info_link_button {
    background: #5464a7;
}

@media (max-width: 480px) {
    .info_link_text {
        display: none;
    }
}

/* -------------------------------------------------------------- */

.index_news_list {
    z-index: 2;
    pointer-events: none;
    position: relative;
    background-image: linear-gradient(to right, #fff 50%, transparent 50%);
    background-repeat: repeat-x;
}

.index_news_list_inner {
    pointer-events: auto;
    position: relative;
    width: 80%;
    margin: -60px 0 0 -30px;
    font-size: 0;
    background: #fff;
}

.index_news_item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 30px;
}

.index_news_item_date {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

.index_news_item_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}

.index_news_item_link {
    color: #000;
}

.index_news_item_link:hover {
    color: #2a3e92;
}

@media (max-width: 480px) {
    .index_news_list_inner {
        width: auto;
        margin: 40px 0;
    }
    
    .index_news_item {
        display: block;
        width: auto;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .index_news_item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .index_news_item_title {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.65;
    }
    
    .index_news_item_link {
        color: #2a3e92;
    }
}

/* -------------------------------------------------------------- */
.faq_into {
    padding-bottom: 35px;
}

.faq_item:first-child {
    border-width: 2px 0 2px 0;
}

.faq_item {
    border-style: solid;
    border-color: #dcdcdc;
    border-width: 0 0 2px 0;
}

.faq_item_question {
    display: block;
    margin: 15px 0 15px 0;
    padding: 10px 50px 10px 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}

.faq_item_question:hover {
    color: #2a3e92;
}

.faq_item_question._open:after {
    transform: rotate(-45deg) translateY(4px);
}

.faq_item_question:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 -2px;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
}

.faq_item_answer {
    display: none;
    padding-bottom: 56px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .faq_item_question {
        font-size: 14px;
        line-height: 1.45;
        padding-right: 45px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (min-width: 481px) {
    .faq_item_question {
        transition: font-size 150ms ease-out;
    }

    .faq_item_question._open {
        font-size: 30px;
        line-height: 1.15;
    }
}

/* -------------------------------------------------------------- */

.page_footer {
    padding: 30px 0;
    background: #f7f7f7;
    border-bottom: 4px solid #2a3e92;
}

@media (max-width: 480px) {
    .page_footer {
        border-bottom: none;
    }
}

/* -------------------------------------------------------------- */

.footer_wrap_menu {
    float: left;
    width: 34%;
    padding: 0 20px 0 0;
}

.footer_menu {
    font-size: 0;
    white-space: nowrap;
}

.footer_menu_group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.footer_menu_group_title {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.footer_menu_list {
    margin: 0 0 0 -16px;
    font-size: 0;
}

.footer_menu_item {
    font-size: 13px;
    line-height: 1;
}

.footer_menu_item:last-child {
    margin-bottom: 0;
}

.footer_menu_item_link {
    display: inline-block;
    padding: 8px 16px;
    color: #000;
    border: none;
}

.footer_menu_item_link:hover {
    color: #2a3e92;
}

@media (max-width: 480px) {
    .footer_wrap_menu {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .footer_menu {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        white-space: normal;
    }
    
    .footer_menu_group {
        width: 50%;
        padding: 0;
        margin: 0;
    }
    
    .footer_menu_group_title {
        display: none;
    }
    
    .footer_menu_list {
        margin: 0;
    }
    
    .footer_menu_item {
        font-size: 15px;
        line-height: 1.13;
    }
    
    .footer_menu_item_link {
        color: #9b9b9b;
    }
    
    /* ------------------------------ */
    
    .footer_menu_group._social {
        order: -1;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        text-align: center;
        border-bottom: 1px solid #dbdbdb;
    }
    
    .footer_menu_group._social .footer_menu_item {
        display: inline-block;
        
    }
    
    .footer_menu_group._social .footer_menu_item:first-child {
        margin-left: 0;
    }
}

/* -------------------------------------------------------------- */

.footer_wrap_distributor {
    float: left;
    width: 27%;
}

.footer_distributor {
    display: block;
    position: relative;
    width: 100%;
    padding: 46% 0 0 0;
    border: none;
}

.footer_distributor_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/footer_map.png') no-repeat 0 0;
    background-size: contain;
    filter: grayscale(1) brightness(1.09);
    transition: filter 150ms ease-out;
}

.footer_distributor:hover .footer_distributor_bg {
    filter: none;
}

.footer_distributor_button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    font-size: 14px;
    line-height: 38px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #dbdbdb;
}

@media (max-width: 480px) {
    .footer_wrap_distributor {
        float: none;
        width: auto;
        margin: 30px 0;
        text-align: center;
    }
    
    .footer_distributor {
        display: inline-block;
        width: auto;
        padding: 0;
    }
    
    .footer_distributor_bg {
        display: none;
    }
    
    .footer_distributor_button {
        position: static;
        transform: none;
    }
}

/* -------------------------------------------------------------- */

.footer_wrap_other {
    float: right;
    width: 33%;
    padding: 0 0 0 20px;
    text-align: right;
}

.footer_website_select {
    float: left;
    margin: -4px 0 0 0;
}

.footer_logo {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 19px;
    background: url('../img/footer_logo.svg') no-repeat 50% 50%;
    background-size: auto 19px;
    border: none;
    transition: opacity 150ms ease-out;
}

.footer_logo:hover {
    opacity: 0.8;
}

.footer_wrap_copyright {
    margin: 25px 0 0 0;
}

.footer_other_menu {
    font-size: 0;
    text-align: right;
}

.footer_other_menu_item {
    display: inline-block;
    margin: 0 0 0 24px;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
    border: none;
}

.footer_other_menu_item:first-child {
    margin-left: 0;
}

.footer_other_menu_item:hover {
    color: #2a3e92;
}

.footer_copyright {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #7d8284;
}

@media (max-width: 480px) {
    .footer_wrap_other {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    
    .footer_website_select {
        display: none;
    }
    
    .footer_logo {
        display: none;
    }
    
    .footer_wrap_copyright {
        display: flex;
        flex-direction: column;
        margin: 30px 0 0 0;
    }
    
    .footer_other_menu {
        order: 0;
        text-align: center;
    }
    
    .footer_copyright {
        order: -1;
        margin: 0 0 10px 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%;
}


/* -------------------------------------------------------------- */

.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;
    }
}

.video_item_hashtag {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* -------------------------------------------------------------- */


.firmware_header {
    margin: 60px 0 60px 0;
    padding: 20px 0 0 0;
    border-top: 4px solid #2a3e92;
}

.firmware_header .firmware_title {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.35;
}

.firmware_header .firmware_text {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    font-size: 16px;
}


.firmware_item:first-child {
    border-width: 2px 0 2px 0;
}

.firmware_item {
    border-style: solid;
    border-color: #dcdcdc;
    border-width: 0 0 2px 0;
}

.firmware_item_question {
    display: block;
    margin: 15px 0 15px 0;
    padding: 10px 50px 10px 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}

.firmware_item_question:hover {
    color: #2a3e92;
}

.firmware_item_question:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 -2px;
    border-style: solid;
    border-color: #2a3e92;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
}
.firmware_item_question._open:after {
    transform: rotate(315deg);
}
.firmware_item_answer {
    display: none;
    padding-bottom: 56px;
    padding-left: 10px;
}

.firmware_content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 28px;
}

.firmware_content div div:first-child{
    font-size: 14px;
    color: #6e777b;
}

.firmware_content div div:last-child{
    font-weight: 600;
}   

.firmware_content .version {
    width: 25%;
}

.firmware_content .date {
    width: 25%;
}

.firmware_content .download_button {
    width: 50%;
}
.download_button div{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.download_button input {
    margin-right: 10px;
}
.firmware_content label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin: auto 0 auto 15px;
}
@media (max-width: 480px) {
    .firmware_item_question {
        font-size: 14px;
        line-height: 1.45;
        padding-right: 45px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .firmware_content {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        margin-top: 8px;
    }
    .firmware_content .version, 
    .firmware_content .date, 
    .firmware_content .download_button {
        width: 100%;
    }

    .download_button div{
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .download_button button {
        order: 1;
    }
    .download_button label {
        margin: 15px 0 15px 0;
    }
}

@media (min-width: 481px) {
    .firmware_item_question {
        transition: font-size 150ms ease-out;
    }
}

.timer { 
    text-shadow: 1px 2px 4px #2f2f2f;
}

.timer .timer_items {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    font-size: 100px;
}

.timer .timer_items .timer_item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
}

.timer .timer_title {
    font-size: 73px;
    line-height: 78px;
    letter-spacing: 0.97px;
    font-weight: 700;
}

.timer .timer_items .timer_item::after {
    content: attr(data-title);
    display: block;
    margin-left: 10px;
    font-size: 50px;
    margin-top: 30px;
}

@media (max-width: 1500px) {
    .timer .timer_items {
        font-size: 60px;
    }

    .timer .timer_items .timer_item::after {
        font-size: 30px;
        margin-top: 20px;
    }

    .timer .timer_title {
        line-height: 58px;
        font-size: 59px;
        font-weight: 800;
        letter-spacing: 1.03px;
    }
}
 
@media (max-width: 481px) {
    .timer {
        color: #000 !important;
        text-shadow: none;
    }

    .timer .timer_items {
        font-size: 20px;
        justify-content: center;
    }

    .timer .timer_items .timer_item {
        padding-bottom: 0;
        margin-left: 4px;
        margin-right: 4px;
    }

    .timer .timer_items .timer_item::after {
        font-size: 16px;
        margin-left: 4px;
        margin-top: 3px;
    }

    .timer .timer_title {
        font-size: 35px;
        line-height: 36px;
        letter-spacing: 0.8px;
        font-weight: 800;
    }
}