.accordion-hidden ul li::before,
.form__checkbox input[type="checkbox"] + label::before,
.form__checkbox input[type="checkbox"]:checked + label::after,
.full-link .full-link__line::before,
.hovered::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.way-link::before {
    content: "";
    position: absolute;
}
@font-face {
    font-family: bravelight;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/bravelight/bravelight.eot);
    src: url(../fonts/bravelight/bravelight.eot?#iefix) format("embedded-opentype"), url(../fonts/bravelight/bravelight.woff) format("woff"), url(../fonts/bravelight/bravelight.ttf) format("truetype");
}
@font-face {
    font-family: braveregular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/braveregular/braveregular.eot);
    src: url(../fonts/braveregular/braveregular.eot?#iefix) format("embedded-opentype"), url(../fonts/braveregular/braveregular.woff) format("woff"), url(../fonts/braveregular/braveregular.ttf) format("truetype");
}
@font-face {
    font-family: bravemedium;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/bravemedium/bravemedium.eot);
    src: url(../fonts/bravemedium/bravemedium.eot?#iefix) format("embedded-opentype"), url(../fonts/bravemedium/bravemedium.woff) format("woff"), url(../fonts/bravemedium/bravemedium.ttf) format("truetype");
}
@font-face {
    font-family: bravebold;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/bravebold/bravebold.eot);
    src: url(../fonts/bravebold/bravebold.eot?#iefix) format("embedded-opentype"), url(../fonts/bravebold/bravebold.woff) format("woff"), url(../fonts/bravebold/bravebold.ttf) format("truetype");
}
body,
html {
    height: 100%;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
path {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
body {
    font-size: 16px;
    line-height: 1.4;
    min-width: 320px;
    position: relative;
    font-family: braveregular, sans-serif;
    color: #000;
    margin: 0;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::placeholder {
    color: #666;
    opacity: 1;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
.image img {
    display: block;
    width: 100%;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
}
button {
    cursor: pointer;
    background: 0 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
body.hidden {
    overflow: hidden;
}
.header {
    padding: 25px 0;
}
.header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-list li + li {
    margin-left: 25px;
}
.main-list a {
    display: inline-block;
    position: relative;
}
.hamburger {
    display: none;
    cursor: pointer;
}
.hamburger-inner {
    background-color: #333;
}
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #333;
}
.footer {
    padding: 25px 25px 15px 25px;
}
.footer-box {
    margin-bottom: 10.5vw;
}
.footer-box:last-child {
    margin-bottom: 0;
}
.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-row--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-row--end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-item {
    width: calc(51.1vw - 25px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-item:last-child {
    width: calc(48.5vw - 25px);
}
.footer-item--inner {
    width: auto !important;
    -webkit-flex-shrink: initial !important;
    -ms-flex-negative: initial !important;
    flex-shrink: initial !important;
}
.footer-logo {
    max-width: 20vw;
}
.footer-logo svg {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer-head {
    font-size: 3vw;
    line-height: 1.125;
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    color: #fff;
    max-width: 560px;
}
@media (max-width: 833px) {
    .footer-head {
        font-size: 25px;
    }
}
@media (min-width: 1333px) {
    .footer-head {
        font-size: 40px;
    }
}
.footer-head svg {
    max-width: 3.9vw;
    max-height: 2.9vw;
}
.footer-link {
    color: #f4e800;
    line-height: 1.125;
    font-size: 3vw;
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    padding-bottom: 3px;
}
@media (max-width: 833px) {
    .footer-link {
        font-size: 25px;
    }
}
@media (min-width: 1333px) {
    .footer-link {
        font-size: 40px;
    }
}
.footer-link svg {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.footer-link:hover svg {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.footer-link::before {
    height: 3px;
    background: #f4e800;
}
.footer-back__text {
    text-transform: uppercase;
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    color: #fff;
}
@media (max-width: 866.66667px) {
    .footer-back__text {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .footer-back__text {
        font-size: 18px;
    }
}
.footer-back__link::before {
    height: 2px;
    background: #fff;
}
.footer__link {
    text-transform: uppercase;
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    color: #fff;
}
@media (max-width: 866.66667px) {
    .footer__link {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .footer__link {
        font-size: 18px;
    }
}
.footer__link::before {
    height: 2px;
    background: #fff;
}
.footer--inner {
    display: none;
}
.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.socials a {
    text-transform: uppercase;
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    color: #fff;
}
@media (max-width: 867px) {
    .socials a {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .socials a {
        font-size: 18px;
    }
}
.socials a::before {
    height: 2px;
    background: #fff;
}
.socials a + a {
    margin-left: 16px;
}
.soc {
    position: fixed;
    z-index: 20;
    bottom: 25px;
    left: 25px;
}
.soc-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.soc-head {
    text-transform: uppercase;
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    color: #fff;
    margin-bottom: 11px;
}
@media (max-width: 866.66667px) {
    .soc-head {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .soc-head {
        font-size: 18px;
    }
}
.soc-link {
    text-transform: uppercase;
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    color: #fff;
}
@media (max-width: 867px) {
    .soc-link {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .soc-link {
        font-size: 18px;
    }
}
.soc-link + .soc-link {
    margin-top: 8px;
}
.soc-link::before {
    height: 2px;
    background: #fff;
}
.show-mobile {
    display: none;
}
.form__input,
.form__textarea {
    display: block;
    width: 100%;
    font-family: braveregular, sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    font-size: 16px;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
    font-size: 16px;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
    font-size: 16px;
}
.form__input::placeholder,
.form__textarea::placeholder {
    font-size: 16px;
}
.form__textarea {
    min-height: 140px;
}
.form__row {
    margin-bottom: 15px;
}
.form__checkbox input[type="checkbox"] {
    display: none;
}
.form__checkbox input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
}
.form__checkbox input[type="checkbox"] + label::before {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    border: 1px solid #333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.form__checkbox input[type="checkbox"]:checked + label::after {
    width: 5px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
}
.select2 {
    display: block;
}
.select2.select2-container {
    width: 100% !important;
}
.select2-results__option {
    padding: 9px 20px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    height: 40px;
    font-size: 14px;
}
.select2-dropdown {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.select2-container {
    z-index: 1100;
}
.select2-container--open .select2-selection__arrow::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(180deg) !important;
    transform: translate(-50%, -50%) rotate(180deg) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f7f6;
    color: #000;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f0f7f6;
    color: #000;
}
.select2-container--default .select2-selection {
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.select2-container--default .select2-selection:hover {
    border-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    border-left: 1px solid rgba(217, 217, 217, 0.05);
    width: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    width: 12px;
    height: 8px;
    /*background: url(../icon/select-arrow.svg) no-repeat center center;*/
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 12px;
    color: #000;
    font-size: 14px;
}
.select2-container .select2-selection--single {
    height: auto;
}
.select2-selection {
    outline: 0 !important;
}
.select2-selection__rendered {
    padding: 8px 12px;
}
.select2-search {
    display: none;
}
.btn {
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 16px;
    font-family: braveregular, sans-serif;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn--flex span {
    margin-left: 10px;
}
.btn--blue:hover {
    background-color: #000;
}
.hovered {
    position: relative;
}
.hovered::before {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.hovered:hover::before {
    width: 0;
}
.modal {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 550px;
    padding: 30px 30px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-90 {
    margin-bottom: 90px;
}
.h1 {
    font-size: 3vw;
    color: #020002;
    line-height: 1.1;
    font-family: bravemedium, sans-serif;
    text-transform: uppercase;
    max-width: 510px;
    text-align: right;
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: 49px;
    margin-top: 60px;
}
@media (max-width: 833.33333px) {
    .h1 {
        font-size: 25px;
    }
}
@media (min-width: 1500px) {
    .h1 {
        font-size: 45px;
    }
}
.h1 svg {
    margin-right: 6px;
    max-width: 3vw;
    max-height: 2.2vw;
}
.h2 {
    font-size: 3vw;
    color: #020002;
    line-height: 1.125;
    font-family: bravemedium, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (max-width: 833.33333px) {
    .h2 {
        font-size: 25px;
    }
}
@media (min-width: 1333.33333px) {
    .h2 {
        font-size: 40px;
    }
}
.h3 {
    font-size: 1.5vw;
    color: #020002;
    line-height: 1.125;
    font-family: bravemedium, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (max-width: 866.66667px) {
    .h3 {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .h3 {
        font-size: 18px;
    }
}
.bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}
.logo {
    max-width: 11vw;
    min-width: 105px;
}
.logo svg {
    display: block;
    max-width: 100%;
    height: 100%;
}
.language {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 3vw;
    color: #fff;
    font-family: bravebold, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}
@media (max-width: 600px) {
    .language {
        font-size: 18px;
    }
}
@media (min-width: 1166.66667px) {
    .language {
        font-size: 35px;
    }
}
.language a {
    padding: 0 2px;
}
.language a.active {
    background: #fff;
    color: #000;
}
#glcanvas,
.iframe-anim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
#glcanvas.show,
.iframe-anim.show {
    opacity: 1;
    visibility: visible;
}
.logo {
    left: 0;
    top: 0;
    z-index: 100;
    position: fixed;
}
.logo-home {
    display: none;
}
.logo.hide {
    display: block;
}
.home {
    position: relative;
    height: 100vh;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*background: url(../img/eqs.png) no-repeat center center;*/
    -webkit-background-size: cover;
    background-size: cover;
}
.home-logo {
    position: absolute;
    left: 90px;
    bottom: 5vh;
    max-width: 12vw;
    min-width: 111px;
}
.home-logo svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.home-content {
    width: 100%;
    max-width: 861px;
    position: relative;
    height: 70vh;
    margin-top: auto;
}
.home-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.home-header {
    position: fixed;
    z-index: 100321;
    width: 100%;
}
.home-header__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.home-link {
    padding: 15px 28px;
    background-color: #fff;
    mix-blend-mode: difference;
    color: #000;
    font-size: 3vw;
    font-family: bravebold, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
@media (max-width: 600px) {
    .home-link {
        font-size: 18px;
    }
}
@media (min-width: 1167px) {
    .home-link {
        font-size: 35px;
    }
}
.home-link.static {
    position: static;
    margin-left: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.home-link:hover {
    background: #f4e800;
}
.home-content p {
    color: #000;
    font-family: bravemedium, sans-serif;
    font-size: 1.5vw;
    text-transform: uppercase;
    line-height: 1.27;
    max-width: 365px;
    margin: 0 auto !important;
}
@media (max-width: 867px) {
    .home-content p {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .home-content p {
        font-size: 18px;
    }
}
.lined-link {
    font-size: 1.5vw;
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    line-height: 1.222;
}
@media (max-width: 867px) {
    .lined-link {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .lined-link {
        font-size: 18px;
    }
}
.lined-link::before {
    height: 2px;
    background: #000;
}
.label {
    font-size: 1.5vw;
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    line-height: 1.222;
    padding: 9px 20px;
    background: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 867px) {
    .label {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .label {
        font-size: 18px;
    }
}
.full-link {
    background: #f4e800;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    height: 4.8vw;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    line-height: 1.27;
    min-height: 55px;
    max-height: 85px;
}
@media (max-width: 867px) {
    .full-link {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .full-link {
        font-size: 18px;
    }
}
.full-link .full-link__line {
    position: relative;
}
.full-link .full-link__line::before {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    height: 2px;
    background: #000;
}
.full-link:hover .full-link__line::before {
    width: 0;
}
.full-link:hover svg {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.full-link svg {
    position: relative;
    top: -1px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    margin-right: 1px;
}
.claster {
    position: relative;
    overflow: hidden;
}
.claster-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.claster-item {
    width: 50vw;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.claster-video {
    max-width: 70vw;
    left: 0;
    position: absolute;
    top: -14px;
    -o-object-fit: contain;
    object-fit: contain;
}
.claster-video video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-border-radius: 1px;
    -o-object-fit: cover;
    object-fit: cover;
}
.claster-content {
    position: relative;
    z-index: 10;
}
.claster-wrap {
    padding: 25px 25px;
}
.claster-wrap .h2,
.claster-wrap .h3 {
    color: #fff;
}
.claster-wrap p {
    color: #fff;
    max-width: 653px;
    font-size: 1.5vw;
    line-height: 1.38;
    margin-bottom: 25px;
}
@media (max-width: 867px) {
    .claster-wrap p {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .claster-wrap p {
        font-size: 18px;
    }
}
.company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px;
}
.company-item {
    width: 33.333%;
    margin-bottom: 40px;
    padding: 0 12px;
}
.company-item img {
    display: block;
}
.accordion {
    background: #fff;
}
.accordion-hidden {
    display: none;
    padding: 0 25px 50px;
    background: #f4e800;
}
.accordion-hidden ul li {
    position: relative;
    padding-left: 15px;
    font-size: 1.5vw;
    line-height: 1;
    font-family: bravemedium, sans-serif;
}
@media (max-width: 867px) {
    .accordion-hidden ul li {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .accordion-hidden ul li {
        font-size: 18px;
    }
}
.accordion-hidden ul li + li {
    margin-top: 15px;
}
.accordion-hidden ul li::before {
    width: 4px;
    height: 4px;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.accordion-toggler {
    background: #fff;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    padding: 20px 25px;
    display: block;
    height: 4.8vw;
    min-height: 55px;
    max-height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 867px) {
    .accordion-toggler {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .accordion-toggler {
        font-size: 18px;
    }
}
.accordion-toggler::before {
    content: "";
    font-family: bravemedium, sans-serif;
    font-size: 3vw;
    position: absolute;
    right: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    width: 16px;
    height: 17px;
    /*background: url(../img/ + .svg) no-repeat center center;*/
    -webkit-background-size: contain;
    background-size: contain;
}
@media (max-width: 667px) {
    .accordion-toggler::before {
        font-size: 20px;
    }
}
@media (min-width: 1167px) {
    .accordion-toggler::before {
        font-size: 35px;
    }
}
.accordion-toggler.active {
    background-color: #f4e800;
}
.accordion-toggler.active::before {
    background: url(../img/-.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}
.accordion-toggler:hover {
    background-color: #f4e800;
}
.look {
    position: relative;
    height: 70vw;
    overflow: hidden;
    z-index: 2;
    max-height: 975px;
    /*background: url(../img/drone.png) no-repeat center center;*/
    -webkit-background-size: cover;
    background-size: cover;
}
.look-item {
    width: 50vw;
}
.look-content {
    padding: 25px 25px 46px 25px;
    background: #000;
}
.look-content .h2 {
    color: #fff;
    max-width: 610px;
}
.look-content ol {
    list-style-type: decimal;
    padding: 0;
    margin: 0;
    padding-left: 24px;
}
.look-content ol li {
    color: #fff;
    list-style-type: decimal;
    line-height: 1;
    font-family: bravemedium, sans-serif;
    font-size: 1.5vw;
}
@media (max-width: 866.66667px) {
    .look-content ol li {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .look-content ol li {
        font-size: 18px;
    }
}
.look-content ol li + li {
    margin-top: 18px;
}
.way {
    position: relative;
    background: #fff;
}
.way-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.way-item {
    width: 50vw;
}
.way-link {
    display: block;
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    font-size: 1.5vw;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px 0 43px;
}
@media (max-width: 867px) {
    .way-link {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .way-link {
        font-size: 18px;
    }
}
.way-link::before {
    width: 4px;
    height: 4px;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 26px;
}
.way-link:hover {
    background-color: #f4e800;
}
.way .full-link {
    display: block;
    padding: 20px 25px;
    height: 85px;
}
.way .full-link > span:first-child {
    display: block;
}
.expert {
    padding-top: 33vw;
    position: relative;
    overflow: hidden;
}
.expert-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}
.expert-item {
    width: 50vw;
}
.expert-item:last-child {
    position: relative;
    z-index: 10;
}
.expert-video {
    position: absolute;
    left: 0;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50vw;
}
.expert-video video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.expert-content {
    background: #fff;
    padding: 19px 25px 45px;
}
.expert-content p {
    font-size: 1.5vw;
    margin-bottom: 20px;
    line-height: 1.38;
    font-family: bravemedium, sans-serif;
    max-width: 653px;
}
@media (max-width: 867px) {
    .expert-content p {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .expert-content p {
        font-size: 18px;
    }
}
.expert-content p:last-child {
    margin-bottom: 0;
}
.square-list {
    list-style-type: square;
    padding-left: 20px;
    margin-bottom: 20px;
}
.square-list:last-child {
    margin-bottom: 0;
}
.square-list li {
    list-style-type: square;
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    line-height: 1.22;
    max-width: 774px;
}
@media (max-width: 867px) {
    .square-list li {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .square-list li {
        font-size: 18px;
    }
}
.square-list li + li {
    margin-top: 15px;
}
.news {
    background: #fff;
    padding-bottom: 150px;
    position: relative;
}
.news-box {
    margin-bottom: 24px;
}
.news-label {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 2;
}
.news-load__item {
    margin-left: auto;
    width: 73.5vw;
    padding-left: 25px;
}
.news-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-row:hover .news-content__date,
.news-row:hover .news-content__head,
.news-row:hover .news-content__info {
    color: #2d59d5;
}
.news-img {
    width: 26.5vw;
}
.news-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-content {
    padding: 20px 25px;
    width: 73.5vw;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news-content__head {
    font-size: 3vw;
    color: #000;
    font-family: bravemedium, sans-serif;
    text-transform: uppercase;
    line-height: 1.125;
    display: block;
    max-width: 1243px;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
@media (max-width: 833px) {
    .news-content__head {
        font-size: 25px;
    }
}
@media (min-width: 1333px) {
    .news-content__head {
        font-size: 40px;
    }
}
.news-content__date,
.news-content__info {
    font-size: 1.5vw;
    text-transform: uppercase;
    color: #000;
    font-family: bravemedium, sans-serif;
    margin-bottom: 15px;
    line-height: 1.222;
    display: block;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
@media (max-width: 866.66667px) {
    .news-content__date,
    .news-content__info {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .news-content__date,
    .news-content__info {
        font-size: 18px;
    }
}
.news-content__info {
    margin-top: 8px;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.bg-image {
    display: none;
}
.list {
    padding-left: 26px;
    margin-bottom: 45px;
}
.list-head {
    text-transform: uppercase;
    font-family: bravemedium, sans-serif;
    font-size: 1.5vw;
}
@media (max-width: 866.66667px) {
    .list-head {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .list-head {
        font-size: 18px;
    }
}
.inner-back {
    position: fixed;
    right: calc(58vw + 26px);
}
.inner-back:hover path {
    fill: #f4e800;
}
.inner-back.fade {
    opacity: 0;
}
.inner-content {
    background: #fff;
    width: 58vw;
    margin-left: auto;
    position: relative;
    padding-bottom: 100px;
}
.inner-content__img img {
    display: block;
    width: 100%;
}
.inner-content__full .inner-content__imgdescr {
    padding-left: 45px;
}
.inner-content__imgdescr {
    font-family: bravemedium, sans-serif;
    font-size: 1vw;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 1.21;
    margin-top: 5px;
}
@media (max-width: 1100px) {
    .inner-content__imgdescr {
        font-size: 11px;
    }
}
@media (min-width: 1400px) {
    .inner-content__imgdescr {
        font-size: 14px;
    }
}
.inner-content__box {
    max-width: 730px;
    padding: 0 45px;
}
.inner-content__header {
    padding: 43px 45px;
}
.inner-content__70 {
    margin-bottom: 70px;
}
.inner-content__50 {
    margin-bottom: 44px;
}
.inner-content__25 {
    margin-bottom: 25px;
}
.inner-content li a,
.inner-content p a {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) left bottom no-repeat;
    background: -webkit-linear-gradient(#000, #000) left bottom no-repeat;
    background: -o-linear-gradient(#000, #000) left bottom no-repeat;
    background: linear-gradient(#000, #000) left bottom no-repeat;
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
    -webkit-transition: all 0.5;
    -o-transition: all 0.5;
    transition: all 0.5;
    position: relative;
}
.inner-content li a:hover,
.inner-content p a:hover {
    -webkit-background-size: 0 2px;
    background-size: 0 2px;
    color: #2d59d5;
}
.inner-content p {
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    line-height: 1.38;
    margin-bottom: 26px;
}
@media (max-width: 867px) {
    .inner-content p {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .inner-content p {
        font-size: 18px;
    }
}
.inner-content p:last-child {
    margin-bottom: 0;
}
.inner-content ul {
    margin-bottom: 25px;
    list-style-type: square;
    padding-left: 20px;
}
.inner-content ul li {
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    line-height: 1.38;
    list-style-type: square;
}
@media (max-width: 866.66667px) {
    .inner-content ul li {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .inner-content ul li {
        font-size: 18px;
    }
}
.inner-content ul li + li {
    margin-top: 1px;
}
.inner-content h1 {
    font-size: 3vw;
    color: #020002;
    line-height: 1.1;
    font-family: bravemedium, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (max-width: 833.33333px) {
    .inner-content h1 {
        font-size: 25px;
    }
}
@media (min-width: 1500px) {
    .inner-content h1 {
        font-size: 45px;
    }
}
.inner-content h2 {
    font-size: 3vw;
    color: #020002;
    line-height: 1.125;
    font-family: bravemedium, sans-serif;
    margin-bottom: 15px;
}
@media (max-width: 833px) {
    .inner-content h2 {
        font-size: 25px;
    }
}
@media (min-width: 1500px) {
    .inner-content h2 {
        font-size: 45px;
    }
}
.inner-content .full-link {
    padding-left: 45px;
    max-width: 685px;
}
.inner-home {
    display: none;
}
.post-date {
    margin-bottom: 8px;
    font-size: 1.5vw;
    font-family: bravemedium, sans-serif;
    line-height: 1.38;
}
@media (max-width: 867px) {
    .post-date {
        font-size: 13px;
    }
}
@media (min-width: 1200px) {
    .post-date {
        font-size: 18px;
    }
}
@media only screen and (max-width: 2000px) {
    .claster-video {
        top: 119px;
    }
    .home-content p {
        margin-right: 10vw;
    }
}
@media only screen and (max-width: 1650px) {
    .claster-video {
        top: 140px;
    }
    .home-logo {
        left: 100px;
    }
}
@media only screen and (max-width: 1440px) {
    .claster-video {
        top: 180px;
    }
    .h1 {
        margin-bottom: 5vw;
    }
    .home-logo {
        left: 110px;
    }
    .home-content p {
        margin-right: 14vw;
    }
    .home-link {
        padding: 8px 12px;
    }
}
@media only screen and (max-width: 1300px) {
    .claster-video {
        top: 240px;
    }
}
@media only screen and (max-width: 1200px) {
    .expert-video {
        height: 80%;
    }
    .home-content {
        max-width: 780px;
    }
    .home-content p {
        position: relative;
        left: 40px;
    }
}
@media only screen and (max-width: 1023px) {
    .iframe-anim {
        display: none;
    }
    .bg-image {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .mb-45 {
        margin-bottom: 30px !important;
    }
    .inner-content {
        padding-bottom: 50px;
    }
    .inner-content .full-link {
        padding-left: 25px;
    }
    .inner-content__box,
    .inner-content__header {
        padding-left: 25px;
        padding-right: 25px;
    }
    .inner-content__header {
        padding: 25px;
    }
    .inner-content__full .inner-content__imgdescr {
        padding-left: 25px;
    }
    .inner-content__70 {
        margin-bottom: 50px;
    }
    .inner-content__50 {
        margin-bottom: 30px;
    }
    .expert-video {
        height: 75%;
    }
    .company {
        margin-bottom: 45px;
    }
    .footer-link svg {
        width: 20px;
        height: 18px;
    }
    .footer-back__link svg {
        width: 14px;
        height: 12px;
    }
    .home {
        overflow: hidden;
    }
    .home-content {
        height: 85vh;
        max-height: 475px;
        max-width: 700px;
    }
    .home-content p {
        max-width: 320px;
    }
    .home-logo {
        bottom: 30px;
        left: 90px;
    }
    .language {
        right: 25px;
        bottom: 25px;
    }
    .look {
        background: 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .bg-image--2 {
        height: calc(100% - 344px);
        top: auto;
        bottom: 0;
    }
    .soc {
        display: none;
    }
    .post-date {
        margin-bottom: 4px;
    }
    .list {
        padding-left: 10px;
        margin-bottom: 30px;
    }
    .inner-home {
        display: block;
        padding: 24px 10px;
    }
    .inner-home svg {
        width: 16px;
        height: 14px;
        display: block;
    }
    .inner-content {
        padding-bottom: 45px;
        width: 100%;
    }
    .inner-content .full-link {
        padding-left: 10px;
        max-width: 100%;
    }
    .inner-content__full .inner-content__imgdescr {
        padding-left: 10px;
        line-height: 1.18;
    }
    .inner-content__header {
        padding: 13px 10px 30px;
    }
    .inner-content__box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .inner-content__70 {
        margin-bottom: 44px;
    }
    .inner-content__50 {
        margin-bottom: 41px;
    }
    .inner-content h1 {
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .inner-content p {
        margin-bottom: 18px;
    }
    .inner-back {
        display: none;
    }
    .h2 {
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .look {
        height: auto;
        padding: 0 0 472px;
    }
    .look-content {
        padding: 50px 10px 35px;
    }
    .look-content ol li {
        line-height: 1.3;
    }
    .look-content ol li + li {
        margin-top: 16px;
    }
    .look-item {
        width: 100%;
    }
    .full-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .full-link svg {
        width: 9px;
        height: 9px;
        top: 0;
    }
    .full-link__line::before {
        height: 1px !important;
    }
    .expert {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .expert-row {
        display: block;
    }
    .expert-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .expert-item:last-child {
        margin-bottom: 0;
    }
    .expert-content {
        padding: 21px 10px 27px;
    }
    .expert-content .h2 {
        margin-bottom: 4px;
    }
    .expert-video {
        position: static;
        width: 100%;
        height: 1px;
        min-height: 446px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .expert-video video {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .way-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .way-item {
        width: 100%;
    }
    .way-link {
        height: 55px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .way-link::before {
        left: 10px;
        width: 3px;
        height: 3px;
    }
    .way .full-link {
        padding: 15px 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .way .full-link span:first-child {
        max-width: 240px;
    }
    .socials a::before {
        height: 1px;
    }
    .socials a + a {
        margin-left: 10px;
    }
    .footer {
        padding: 10px 10px 15px;
    }
    .footer__link::before {
        height: 1px;
    }
    .footer-back__link::before {
        height: 1px;
    }
    .footer-back__link svg {
        width: 12px;
        height: 12px;
    }
    .footer-box {
        margin-bottom: 70px;
    }
    .footer-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-row--inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-logo {
        margin-bottom: 45px;
        width: 177px;
        max-width: none;
    }
    .footer-link::before {
        height: 2px;
    }
    .footer-link svg {
        width: 16px;
        height: 16px;
    }
    .footer-head svg {
        width: 23px;
        height: 17px;
        max-width: none;
        max-height: none;
    }
    .footer-item {
        width: 100%;
    }
    .footer-item--inner:first-child {
        margin-bottom: 70px;
        width: 100% !important;
    }
    .footer-item:last-child {
        width: 100%;
    }
    .footer-home {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 25px;
        font-family: bravemedium, sans-serif;
        color: #fff;
        text-transform: uppercase;
    }
    .footer-home svg {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 8px;
    }
    .footer--inner {
        display: block;
        padding: 10px 10px 15px;
    }
    .footer--inner .soc {
        display: block;
        position: static;
        margin-bottom: 80px;
    }
    .footer--inner .soc-head {
        margin-bottom: 5px;
    }
    .footer--inner .soc-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer--inner .soc-links a + a {
        margin-left: 10px;
        margin-top: 0;
    }
    .hide-desktop {
        display: none;
    }
    .show-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .news {
        padding-bottom: 30px;
    }
    .news-label {
        top: -30px;
    }
    .news-box {
        margin-bottom: 26px;
    }
    .news-row {
        display: block;
    }
    .news-img {
        width: 100%;
    }
    .news-content {
        width: 100%;
        padding: 5px 10px 25px;
    }
    .news-content__info {
        margin-bottom: 0;
        margin-top: 2px;
    }
    .news-content__head {
        line-height: 1.2;
    }
    .news-content__date {
        margin-bottom: 5px;
    }
    .news-load__item {
        width: 100%;
        padding-left: 10px;
    }
    .label {
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
    }
    .accordion-hidden {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
    }
    .accordion-hidden ul li {
        line-height: 1.23;
    }
    .accordion-hidden ul li + li {
        margin-top: 16px;
    }
    .accordion-hidden ul li::before {
        width: 3px;
        height: 3px;
    }
    .accordion-toggler {
        padding-left: 10px;
        padding-right: 10px;
    }
    .accordion-toggler br {
        display: none;
    }
    .accordion-toggler::before {
        right: 10px;
        width: 10px;
        height: 10px;
    }
    .h1 {
        margin-right: 10px;
        margin-top: 40px;
        margin-bottom: 26px;
        line-height: 1.04;
    }
    .h1 svg {
        width: 22px;
        height: 17px;
        max-width: none;
        max-height: none;
    }
    .company {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 44px;
    }
    .company-item {
        width: 50%;
        margin-bottom: 23px;
    }
    .company-item:nth-child(1) img {
        max-width: 168px;
    }
    .company-item:nth-child(2) img {
        max-width: 132px;
    }
    .company-item:nth-child(3) img {
        max-width: 138px;
    }
    .company-item:nth-child(4) img {
        max-width: 125px;
    }
    .company-item:nth-child(5) img {
        max-width: 125px;
    }
    .h3 {
        margin-bottom: 15px;
    }
    .claster {
        padding-top: 60px;
    }
    .claster .h2 {
        margin-bottom: 10px;
    }
    .claster-row {
        display: block;
    }
    .claster-item {
        width: 100%;
    }
    .claster-video {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .claster-wrap {
        padding: 10px;
    }
    .claster-wrap p {
        line-height: 1.3;
        max-width: 90vw;
        margin-bottom: 35px;
    }
    .home-logo {
        bottom: 15px;
        left: 28px;
    }
    .home-content {
        width: 100vw;
        max-height: 325px;
        max-width: 375px;
    }
    .home-content p {
        max-width: 254px;
        left: 0;
        line-height: 1.3;
    }
    .home-link {
        padding: 8px 10px;
    }
    .language {
        right: 10px;
        bottom: 10px;
    }
}
@media only screen and (max-width: 374px) {
    .h1 {
        font-size: 22px;
    }
    .home-logo {
        left: 18px;
    }
    .home-content p {
        font-size: 12px;
        max-width: 230px;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 767px) and (max-height: 520px) {
    .home-content p {
        margin-right: 21vw;
    }
}
.language li{
    display: inline-block;
}
.language li.current-lang a {
    background: #fff;
    color: #000;
}
.accordion-hidden p, .look-content p{
    font-size: 1.5vw;
    line-height: 1;
    font-family: bravemedium,sans-serif;
}
@media (min-width: 1200px){
    .accordion-hidden p, .look-content p {
        font-size: 18px;
    }
}
@media (max-width: 866.66667px){
    .accordion-hidden p, .look-content p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px){
    .accordion-hidden p, .look-content p {
        line-height: 1.23;
    }
}
.link-block{
    margin-top: 25px;
}
figure{
    margin: 0 0 50PX;
}
.wp-element-caption {
    font-family: bravemedium,sans-serif;
    font-size: 1vw;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
    line-height: 1.21;
    margin-top: 5px;
}
@media (min-width: 1400px){
    .wp-element-caption {
        font-size: 14px;
    }
}
@media (max-width: 1100px){
    .wp-element-caption {
        font-size: 11px;
    }
}

.expert-content h2 {
    font-size: 3vw;
    color: #020002;
    line-height: 1.125;
    font-family: bravemedium,sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (min-width: 1333px){
    .expert-content h2 {
        font-size: 40px;
    }
}
@media (max-width: 833px){
    .expert-content h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px){
    .expert-content h2 {
        margin-bottom: 4px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 767px){
    .claster h2 {
        margin-bottom: 10px;
    }
}

.expert-content ul {
    list-style-type: square;
    padding-left: 20px;
    margin-bottom: 20px;
}
.expert-content ul:last-child {
    margin-bottom: 0;
}
.expert-content ul li {
    list-style-type: square;
    font-size: 1.5vw;
    font-family: bravemedium,sans-serif;
    line-height: 1.22;
    max-width: 774px;
}
.expert-content ul li+li {
    margin-top: 15px;
}
@media (min-width: 1200px){
    .expert-content ul li {
        font-size: 18px;
    }
}
@media (max-width: 867px){
    .expert-content ul li {
        font-size: 13px;
    }
}
/*.home{*/
/*	z-index: 101 !important;*/
/*}*/
/*.home-link{*/
/*	z-index: 102 !important;*/
/*}*/
.footer-item .language{
    position: relative;
    bottom: auto;
    right: auto;
}

.site-footer{
    padding: 150px 0 200px;
    /* background: url('../img/bg.png') no-repeat; */
    background-position: center;
    background-size: cover;
    position: relative;
}
.site-footer::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: -30px;
    height: 60px;
    filter: blur(10px);
    background: black;
}
.site-footer__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.claster{
    padding-bottom: 30px;
    position: relative;
}
.step-block{
    width: 540px;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.step-block .step {
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 10px;
    padding: 15px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    font-family: bravemedium, sans-serif;
}

.step-block .step:nth-child(1){
    width: 420px;
    height: 75px;
    margin-left: auto;
}
.step-block .step:nth-child(2){
    width: 450px;
    height: 120px;
    margin-left: auto;

}
.step-block .step:nth-child(3){
    width: 400px;
    height: 90px;
    margin-left: 60px;
}
.step-block .step:nth-child(4){
    width: 360px;
    height: 65px;
    margin-left: 30px;
}
.step-block .step:nth-child(5){
    width: 250px;
    height: 90px;
}
@media (max-width: 540px){
    .claster{
        padding-bottom: 0;
    }
    .site-footer{
        padding-bottom: 0;
    }
    .site-footer::before{
        content: none;
    }
    .step-block{
        position: relative;
        width: 100%;
        margin-top: 40px;
        pointer-events: initial;
    }
    .step-block .step {
        padding: 10px;
        font-size: 14px;
        line-height: 15px;
    }

    .step-block .step:nth-child(1){
        width: 60%;
        height: 45px;
        margin-left: auto;
    }
    .step-block .step:nth-child(2){
        width: 65%;
        height: 65px;
        margin-left: auto;

    }
    .step-block .step:nth-child(3){
        width: 50%;
        height: 55px;
        margin-left: auto;
        margin-right: 20%;

    }
    .step-block .step:nth-child(4){
        width: 40%;
        height: 45px;
        margin-left: auto;
        margin-right: 34%;

    }
    .step-block .step:nth-child(5){
        width: 30%;
        height: 55px;
        margin-left: auto;
        margin-right: 50%;
    }
    .step-logo, .step-logo svg{
        width: 100%;
    }
    .step-flag{
        height: 25px;
        width: auto;
    }
}
@media (max-width: 370px){


    .step-block .step:nth-child(1){
        width: 70%;
        height: 45px;
        margin-left: auto;
    }
    .step-block .step:nth-child(2){
        width: 75%;
        height: 65px;
        margin-left: auto;

    }
    .step-block .step:nth-child(3){
        width: 60%;
        height: 55px;
        margin-left: auto;
        margin-right: 20%;

    }
    .step-block .step:nth-child(4){
        width: 50%;
        height: 45px;
        margin-left: auto;
        margin-right: 34%;

    }
    .step-block .step:nth-child(5){
        width: 40%;
        height: 55px;
        margin-left: auto;
        margin-right: 50%;
    }
    .step-logo, .step-logo svg{
        width: 100%;
    }
    .step-flag{
        height: 25px;
        width: auto;
    }
}
.footer-item__link-new{
    margin-top: 60px;
}
