@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy/Gilroy-Regular.eot) format("embedded-opentype"), url(../fonts/Gilroy/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy/Gilroy-Medium.eot) format("embedded-opentype"), url(../fonts/Gilroy/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy/Gilroy-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy/Gilroy-SemiBold.eot) format("embedded-opentype"), url(../fonts/Gilroy/Gilroy-SemiBold.woff) format("woff"), url(../fonts/Gilroy/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy/Gilroy-Bold.eot) format("embedded-opentype"), url(../fonts/Gilroy/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy/Gilroy-ExtraBold.eot) format("embedded-opentype"), url(../fonts/Gilroy/Gilroy-ExtraBold.woff) format("woff"), url(../fonts/Gilroy/Gilroy-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy/Gilroy-Black.eot) format("embedded-opentype"), url(../fonts/Gilroy/Gilroy-Black.woff) format("woff"), url(../fonts/Gilroy/Gilroy-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    font-display: swap;
    src: url(../fonts/Muller/MullerMedium.eot) format("embedded-opentype"), url(../fonts/Muller/MullerMedium.woff2) format("woff2"), url(../fonts/Muller/MullerMedium.woff) format("woff"),
        url(../fonts/Muller/MullerMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    display: inline-block;
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
:-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
::placeholder {
    color: #6a6a6a;
    opacity: 1;
}
body {
    line-height: 1.2;
    font-size: 18px;
    color: #262626;
    position: relative;
    font-family: Gilroy, sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: inherit;
}
h1 {
    font-size: 4em;
}
h2 {
    font-size: 3.5em;
}
h3 {
    font-size: 3em;
}
h4 {
    font-size: 2.5em;
}
h5 {
    font-size: 2em;
}
h6 {
    font-size: 1.5em;
}
p {
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section ul,
.section--light ul {
    font-size: 0.88em;
    color: #8a94a7;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.section ul li:before,
.section--light ul li:before {
    content: "-";
    text-indent: 0;
    margin-right: 10px;
}
ul.check {
    list-style: none;
}
ul.check li:before {
    content: "✓";
}
img {
    vertical-align: middle;
}
a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #0e8e49;
}
li.current-menu-item a {
    color: #0e8e49;
}
li.current-menu-item a:hover {
    text-decoration: underline;
}
,
button,
input,
textarea {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.swiper-button,
button,
input,
textarea {
    outline: 0;
    border: 0;
}
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1600px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 2.25em;
    }
    h4 {
        font-size: 2em;
    }
    h5 {
        font-size: 1.5em;
    }
    h6 {
        font-size: 1.25em;
    }
    .container {
        max-width: 1000px;
    }
}
@media (max-width: 1400px) {
    body {
        font-size: 16px;
    }
    .container {
        max-width: 940px;
    }
}
@media (max-width: 575px) {
    .container {
        max-width: 320px;
    }
    .category-news .container {
        max-width: 90%;
    }
    footer .container {
        margin-left: 25px;
    }
}
#fp-nav {
    position: fixed;
    top: 50%;
    right: 55px;
    z-index: 8;
}
#fp-nav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 10px 5px;
    position: relative;
}
#fp-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: 0 0;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 2px solid #8a94a7;
    opacity: 0.3;
}
.cn-text > ol,
.cn-text > ul {
    text-align: left;
    margin-left: 20px;
    line-height: 2em;
    color: #8a94a7;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.deactivated {
    opacity: 0.3;
    pointer-events: none;
    cursor: normal;
}
#fp-nav ul li a.active span {
    height: 14px;
    width: 14px;
    margin: -2px 0 0 -2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    border-color: #fff;
    opacity: 1;
}
#fp-nav.white ul li a span {
    border-color: rgba(255, 255, 255, 0.2);
}
#fp-nav.white ul li a.active span {
    background: #fff;
    border-color: #fff;
}
@media (max-width: 1500px) {
    #fp-nav {
        right: 30px;
    }
}
@media (max-width: 1200px) {
    #fp-nav {
        right: 15px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.25em;
    }
    h4 {
        font-size: 1em;
    }
    h5 {
        font-size: 1em;
    }
    h6 {
        font-size: 0.85em;
    }
    #fp-nav > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    #fp-nav > ul > li {
        margin: 2px;
    }
    #fp-nav {
        bottom: 18px;
        right: 25px;
        top: auto;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}
.gm-style-iw {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.wrap {
    overflow: hidden;
}
.img-fluid {
    max-width: 100%;
}
.img-full {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    display: block;
}
.relative {
    position: relative;
}
.nice-select {
    float: none;
    line-height: 1.2;
    height: auto;
}
.hide {
    display: none;
}
.tabs-body {
    display: none;
}
.blocker {
    z-index: 10;
}
.modal a.close-modal {
    background-image: url(../img/icons/close.svg);
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    top: -0.4em;
    right: -2.3em;
}
.section {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.section-fullpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;

}
.section-image video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
ol.number {
    list-style: decimal;
}
table.tg.table-text {
    text-align: center;
    border: 2px solid #eee;
}
table.tg.table-text th {
    padding: 20px;
}
.section--image {
    color: #fff;
    background-color: #000;
}
.section--gray {
    background-color: #333;
    color: #fff;
}
.section--green {
    background-color: #0e8e49;
    color: #fff;
}
.section--image.section--green {
    background-color: #0a331d;
}
.section--image.section--gray {
    background-color: #000;
}
.s-about.section--image.section--white .section-image {
    opacity: 1;
}
.section--image .container {
    position: relative;
}
.section--light {
    background-color: #f6f8f7;
}
.section--blue {
    background-color: #fbfcfc;
}
.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}
.mobile-over {
    display: none;
}
.mobile-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #ddd;
    min-height: 100px;
}
.mobile-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.typo-interim {
    color: #8a94a7;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4;
}
.typo-name {
    color: #0e8e49;
    font-size: 3.13em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.typo-given {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}
.typo-floor {
    color: #8a94a7;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.typo-caption {
    color: #0e8e49;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.typo-speech {
    color: #8a94a7;
    font-size: 0.88em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.typo-mild {
    color: #8a94a7;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4;
}
.typo-heading {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
}
.typo-lead {
    color: #8a94a7;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0;
}
.typo-word {
    color: #8a94a7;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.typo-into {
    font-weight: 600;
    font-family: Gilroy, sans-serif;
    color: #8a94a7;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.style__center {
    text-align: center;
}
.page .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .section,
.page .section-fullpage {
    width: 100%;
}
.line-height__12 {
    line-height: 1.2;
}
.line-height__14 {
    line-height: 1.4;
}
.line-height__16 {
    line-height: 1.6;
}
.line-height__18 {
    line-height: 1.8;
}
.line-height__20 {
    line-height: 2;
}
.btn {
    cursor: pointer;
    display: inline-block;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 0 none #ddd;
    background-color: transparent;
    text-align: center;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-hook {
    color: #fff;
    font-size: 0.75em;
    font-family: Gilroy;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background-color: #0e8e49;
    -webkit-border-radius: 7.94em;
    -moz-border-radius: 7.94em;
    border-radius: 7.94em;
    -webkit-box-shadow: 0 10px 50px #186039;
    -moz-box-shadow: 0 10px 50px #186039;
    box-shadow: 0 10px 50px #186039;
    display: inline-block;
    padding-top: 1.82em;
    padding-bottom: 1.82em;
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.btn--rect {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border: 1px solid #ddd;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    width: 100%;
}
.form-group {
    margin-bottom: 0.6em;
}
.form-label {
    display: block;
    font-weight: 400;
}
.form-checkbox {
    position: relative;
    vertical-align: middle;
    padding-left: 1.7em;
}
.modal {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.95))), #8a94a7;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #8a94a7;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #8a94a7;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #8a94a7;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #8a94a7;
    max-width: 550px;
}
.modal__success {
    text-align: center;
}
.swiper-outside {
    position: relative;
}
.swiper-button {
    background-image: url(../img/icons/arr-w.svg);
}
.swiper-button-prev {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.swiper-pagination-bullet {
    background-color: #8a94a7;
    width: 6px;
    height: 6px;
}
img.pdf {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
    position: relative;
    top: 0;
    transition: 0.3s;
}
img.pdf:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    top: -10px;
    opacity: 0.9;
}
.legality p.first {
    margin-top: 20px;
}
.section--light a {
    color: #0e8e49;
    text-decoration: underline;
}
.s-head {
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-top: 1.2em;
    color: #fff;
    z-index: 20;
    position: relative;
}
.s-head--fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
}
.page-template-contacts .s-head--fixed {
    position: relative;
}
.s-head--absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
}
.s-head--white {
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    padding-bottom: 1.2em;
    color: #000;
    background-color: #fff;
}
.s-head--stik {
    z-index: 20 !important;
}
.s-head--dark {
    color: #fff;
    background-color: #191a1a;
    padding-bottom: 1.2em;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.s-foot {
    background-color: #333;
    color: #fff;
}
.s-foot__speech {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75em;
    font-family: Muller;
    font-weight: 500;
    margin-top: 2em;
}
.s-foot__exile {
    color: #fff;
    font-size: 0.88em;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
    display: inline-block;
    border-bottom: 2px solid #0e8e49;
    margin-bottom: 1.14em;
    padding-bottom: 0.44em;
}
.s-foot__menu {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
}
.s-logging {
    background-color: #000;
    height: 100vh;
}
.s-logging__headline {
    color: #fff;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0.4em;
}
.s-logging__gossip {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 3.86em;
}
.s-logging__swiper {
    height: 100vh;

}
.s-logging__swiper .swiper-slide {
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.s-logging__swiper .swiper-slide .container {
    position: relative;
    z-index: 3;
}
.s-logging__swiper .swiper-slide:after {
    content: "";
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.s-about.section--image .section-image {
    opacity: 0.2;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.s-page {
    padding-top: 2.89em;
    padding-bottom: 2.6em;
}
.s-heading {
    background-color: #000;
    padding-top: 3em;
    padding-bottom: 3em;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.s-heading__lead {
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 1.4em;
}
.s-heading__word {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.63em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}
.s-heading__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.35;
}
.s-heading__back {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    opacity: 0.49;
}
.s-heading__back:after {
    content: url(../img/icons/back.svg);
}
.s-heading__back:hover {
    opacity: 1;
}
.s-contacts {
    height: calc(100vh - 85px);
    background-color: #3e3e3e;
}
.b-steps {
    position: fixed;
    left: 0;
    bottom: 2.1875rem;
    right: 0;
    z-index: 3;
}
.b-steps__utter {
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.4;
    opacity: 0.25;
    cursor: pointer;
}
.b-steps__shebang {
    margin-left: 1.3em;
    margin-right: 1.3em;
    height: 2px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0.21;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
}
.b-steps__shebang.active,
.b-steps__utter.active {
    opacity: 1;
}
.b-about__given {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4;
}
.b-about__title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}
.b-about__utter {
    font-size: 0.88em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.b-about__utter > li {
    position: relative;
}
.b-about__utter > li + li {
    margin-top: 1.9em;
}
.b-about__utter > li:before {
    width: 6px;
    height: 6px;
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    left: -2.2em;
    top: 0.52em;
    opacity: 0.24;
}
.s-about.section--gray .b-about__utter > li:before,
.s-about.section--green .b-about__utter > li:before,
.s-about.section--image .b-about__utter > li:before {
    background-color: #fff;
}
.b-scroll {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
}
.b-scroll__btn {
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 0.8em;
    cursor: pointer;
    opacity: 0.48;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
}
.b-scroll--invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.b-scroll__btn:after {
    content: url(../img/icons/scroll.svg);
}
.b-scroll__btn:hover {
    opacity: 1;
}
.b-info__caption {
    color: #0e8e49;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.b-info__say {
    color: #8a94a7;
    font-size: 0.88em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.b-images {
    position: relative;
}
.b-images__img {
    height: 20em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.b-images .swiper-container {
    -webkit-box-shadow: 0 0 63px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 63px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 63px 0 rgba(0, 0, 0, 0.25);
}
.b-images .swiper-pagination {
    bottom: -1.7em;
    right: 0;
    left: 0;
    position: absolute;
}
.b-images .swiper-pagination .swiper-pagination-bullet {
    margin-left: 0.3em;
    margin-right: 0.3em;
}
.b-clients__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}
.b-clients__img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.48;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
}
.b-clients__img:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    opacity: 1;
}
.b-team {
    position: relative;
}
.b-mision__heading {
    font-size: 4em;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}
.b-mision__lecture {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.b-projects__head {
    position: relative;
    margin-bottom: 2.6em;
}
.b-projects__floor {
    color: #8a94a7;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
    letter-spacing: 0;
    position: absolute;
    top: 0.4em;
    right: 0;
}
.b-srtategy__speech {
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    background-color: #0e8e49;
    -webkit-box-shadow: 0 10px 50px #186039;
    -moz-box-shadow: 0 10px 50px #186039;
    box-shadow: 0 10px 50px #186039;
    text-align: center;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}
.b-srtategy__subject {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    padding-left: 1.9em;
    padding-right: 1.9em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 4.8em;
}
.b-srtategy__talk {
    color: #8a94a7;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.b-srtategy__line:after {
    content: "";
    display: block;
    border-left: 2px dashed #0e8e49;
    height: 3.3em;
    margin-left: auto;
    margin-right: auto;
    width: 0;
}
.b-srtategy__talk span {
    opacity: 0.52;
}
.b-target__term {
    color: #8a94a7;
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    position: relative;
}
.b-target__point {
    color: #0e8e49;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.1;
}
.b-target__mean {
    margin-left: -2.5em;
    margin-top: -2.8em;
}
.b-target__average {
    margin-left: -3.1em;
    margin-top: -7.5em;
}
.b-target__suit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6.7em;
    margin-right: -6.7em;
    padding-top: 0.6em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.b-target__stride {
    margin-left: -7.6em;
    margin-right: -5.6em;
}
.b-target__point span {
    color: #c5cad2;
    font-size: 0.86em;
}
.b-target__suit > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #8a94a7;
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
}
.b-target__suit > li:nth-child(4) {
    color: #272727;
    font-size: 1.63em;
    font-weight: 800;
}
.b-target__suit > li:nth-child(5) {
    color: #0e8e49;
    font-size: 1.88em;
    font-weight: 800;
}

.b-post {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.b-post + .b-post {
    padding-top: 0;
    margin-top: -30px;
}
.b-mmenu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 19;
    padding-top: 5.5em;
    background-color: #fff;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
    -webkit-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
    max-height: 100vh;
    overflow: auto;min-height: 500px;
}
.b-mmenu__case {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
}
.b-mmenu__shell {
    overflow: auto;
}
.b-mmenu__pack {
    border-top: 1px solid #ddd;
    margin-top: 2.3em;
    padding-top: 2.2em;
    padding-bottom: 1.9em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.b-mmenu__object {
    color: rgba(138, 148, 167, 0.5);
    font-size: 0.75em;
    font-family: Muller;
    font-weight: 500;
}
.b-mmenu__headline {
    color: #363636;
    font-size: 1.25em;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
    display: inline-block;
    border-bottom: 3px solid #0e8e49;
    padding-bottom: 0.9em;
    margin-bottom: 1.2em;
    position: relative;
}
.b-mmenu__guide {
    color: #8a94a7;
    font-size: 0.88em;
    font-weight: 500;
    letter-spacing: 0;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 1.3em;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.b-mmenu__guide > li {
    width: 100%;
}
.b-mmenu.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.25);
}
.b-mproject {
    color: #000;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.b-mproject__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.b-mproject__line > div {
    width: 50%;
}
.max-height-logo {
    max-height: 168px;
    width: auto;
}
.margin-left-20 {
    margin-left: 20px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.b-mproject__line > div:first-child {
    color: #8a94a7;
}
.b-mproject__line > div:last-child {
    text-align: right;
}
.b-mproject__line > div span {
    opacity: 0.51;
}
.b-mproject__line + .b-mproject__line {
    margin-top: 1.5em;
}
.b-marker {
    font-size: 16px;
    max-width: 28.5em;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.e-toggle {
    width: 1.4em;
    height: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}
.e-lang {
    font-size: 0.75em;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
}
.e-lang span {
    opacity: 0.51;
}
.e-lang > * + * {
    margin-left: 1.1em;
}
img.e-preload__logo {
    max-width: 10em;
}
.e-logo {
    display: inline-block;
    background-image: url(../img/logo-white.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 10em;
    height: 2.3em;    background-size: cover;
}
.e-page-title {
    font-size: 1.63em;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}
.e-page-title--fixed {
    position: fixed;
    left: 50%;
    top: 0.85em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 21;
}
.e-page-title--white {
    color: #fff;
}
.e-page-title > span {
    border-bottom: 3px solid #0e8e49;
    padding-left: 0.3em;
    padding-right: 0.3em;
}
.e-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.e-video embed,
.e-video iframe,
.e-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.e-social__link {
    opacity: 0.24;
}
footer .cn-mb-35 {
    max-width: 160px;
}
.cn-cols-row.e-social a {
    flex: 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.cn-cols-row.e-social img {
    max-height: 50px;
}
.e-social__link + .e-social__link {
    margin-left: 0.68em;
}
.e-social__link:hover {
    opacity: 1;
}
.e-subscribe__lead {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1.8em;
}
.e-subscribe__query {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.e-subscribe__prime {
    color: #fff;
    font-size: 0.75em;
    font-family: Gilroy;
    font-weight: 800;
    text-transform: uppercase;
    flex: 1;
    letter-spacing: 0.1em;
    background-color: #0e8e49;
    -webkit-box-shadow: 0 4px 25px rgba(138, 148, 167, 0.26);
    -moz-box-shadow: 0 4px 25px rgba(138, 148, 167, 0.26);
    box-shadow: 0 4px 25px rgba(138, 148, 167, 0.26);
    line-height: 1.2;
    display: inline-block;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    white-space: nowrap;
}
.e-subscribe__enter {
    color: #fff;
    font-size: 0.75em;
    font-family: Gilroy;
    flex: 2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2em;
    line-height: 1.2;
    display: block;
    background-color: #222;
}
.e-subscribe__enter:focus,
.e-subscribe__enter:hover {
    -webkit-box-shadow: inset 0 0 0 1px #0e8e49;
    -moz-box-shadow: inset 0 0 0 1px #0e8e49;
    box-shadow: inset 0 0 0 1px #0e8e49;
}
.e-speedbar {
    color: #8a94a7;
    font-size: 0.75em;
    display: none;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.1em;
}
.e-speedbar > * + :before {
    content: "/";
    margin-left: 0.3em;
    margin-right: 0.3em;
}
.e-speedbar > * + * {
    position: relative;
}
.e-speedbar span {
    opacity: 0.46;
}
.e-speedbar a {
    text-decoration: underline;
}
.e-news {
    background-color: #fff;
    -webkit-box-shadow: 0 3.1525423526764px 19.70339012146px rgba(138, 148, 167, 0.26);
    -moz-box-shadow: 0 3.1525423526764px 19.70339012146px rgba(138, 148, 167, 0.26);
    box-shadow: 0 3.1525423526764px 19.70339012146px rgba(138, 148, 167, 0.26);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.e-news__station {
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.e-news__spar {
    background-color: #3e3e3e;
    height: 15.08em;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.e-news__lead {
    font-size: 0.88em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 1em;
}
.e-news__speech {
    color: #8a94a7;
    text-transform: uppercase;
    font-size: 0.63em;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: auto;
}
.e-news__temp {
    overflow: hidden;
}
.e-news:after {
    content: url(../img/icons/arr.svg);
    position: absolute;
    bottom: 0.9em;
    right: 0.8em;
}
.e-news__spar:hover {
    -webkit-transform: scaleX(1.06) scaleY(1.06);
    -moz-transform: scaleX(1.06) scaleY(1.06);
    -ms-transform: scaleX(1.06) scaleY(1.06);
    -o-transform: scaleX(1.06) scaleY(1.06);
    transform: scaleX(1.06) scaleY(1.06);
}
.e-team-part {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.e-team-part__faith {
    font-size: 0.81em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0.24em;
}
.e-team-part__note {
    color: #8a94a7;
    font-size: 0.63em;
    font-weight: 500;
    letter-spacing: 0;
}
.e-team-part__make {
    margin-top: auto;
    padding-top: 1.7em;
}
.e-table--basic {
    font-size: 0.88em;
}
.e-table--basic > tbody > tr > td,
.e-table--basic > thead > tr > th {
    padding-left: 0.9em;
    padding-right: 0.9em;
    padding-top: 0.96em;
    padding-bottom: 0.96em;
}
.e-table--basic > thead > tr > th {
    text-align: left;
    color: #8a94a7;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    vertical-align: top;
}
.e-table--basic > tbody > tr > td > span,
.e-table--basic > thead > tr > th span {
    opacity: 0.46;
}
.e-table--basic > tbody > tr > td:last-child,
.e-table--basic > thead > tr > th:last-child {
    text-align: right;
}
.e-table--basic > tbody > tr > td {
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    vertical-align: top;
}
.e-table--basic > tbody > tr:nth-child(2n) {
    background-color: #f5f6f7;
}
.e-stride {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.e-stride > li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    padding-left: 1.4em;
}
.e-stride > li:after,
.e-stride > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    right: -1.2em;
    height: 50%;
    background-color: #f5f6f7;
}
.e-stride > li:after {
    bottom: 0;
    -webkit-transform: skewX(-44deg);
    -moz-transform: skewX(-44deg);
    -ms-transform: skewX(-44deg);
    -o-transform: skewX(-44deg);
    transform: skewX(-44deg);
}
.e-stride > li:before {
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(44deg);
    -moz-transform: skewX(44deg);
    -ms-transform: skewX(44deg);
    -o-transform: skewX(44deg);
    transform: skewX(44deg);
}
.e-stride > li span {
    position: relative;
    z-index: 1;
    color: rgba(138, 148, 167, 0.25);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
}
.e-stride > li:first-child {
    -webkit-box-shadow: -0.8em 0 0 0 #f5f6f7;
    -moz-box-shadow: -0.8em 0 0 0 #f5f6f7;
    box-shadow: -0.8em 0 0 0 #f5f6f7;
    background-color: #f5f6f7;
}
.e-stride > li:not(.active) {
    -webkit-filter: drop-shadow(2px 0 50px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 0 50px rgba(0, 0, 0, 0.2));
}
.e-stride > li:nth-child(1) {
    z-index: 8;
}
.e-stride > li:nth-child(2) {
    z-index: 7;
}
.e-stride > li:nth-child(3) {
    z-index: 6;
}
.e-stride > li:nth-child(4) {
    z-index: 5;
}
.e-stride > li:nth-child(5) {
    z-index: 4;
}
.e-stride > li.active,
.e-stride > li.active:after,
.e-stride > li.active:before {
    background-color: #0e8e49;
}
.e-stride > li.active span {
    color: #fff;
}
.e-stride > li.gray span {
    color: rgba(138, 148, 167, 0.75);
}
.e-preload {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #191a1a;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.e-preload__progress {
    background-color: rgba(0, 0, 0, 0.3);
    width: 8.85em;
    border-radius: 100px;
    margin-top: 1em;
}
.e-preload__progress > div {
    height: 0.35em;
    background-color: #0e8e49;
    width: 0%;
    border-radius: 100px;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.e-preload.loaded {
    opacity: 0;
}
.text > * {
    margin-bottom: 2.4em;
}
.text > h1 {
    font-size: 4em;
    color: #000;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 0.42em;
}
.text > h2 {
    font-size: 3.13em;
    color: #000;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 0.42em;
}
.text > h3 {
    font-size: 2.25em;
    color: #000;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 0.64em;
}
.text > h4 {
    font-size: 1.5em;
    color: #000;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 1.02em;
}
.text > h5 {
    font-size: 1.5em;
    color: #8a94a7;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 1.1em;
}
.text > h6 {
    font-size: 1em;
}
.text > p {
    font-size: 0.88em;
    color: #8a94a7;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.input__push {
    color: #000;
    font-size: 1em;
    font-family: Gilroy;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.26);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.26);
    padding-top: 0.69em;
    padding-bottom: 0.69em;
    padding-left: 1.04em;
    padding-right: 1.04em;
    display: block;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.input__stripe {
    color: #000;
    font-size: 0.88em;
    font-family: Gilroy;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(138, 148, 167, 0.13);
    -moz-box-shadow: 0 4px 10px rgba(138, 148, 167, 0.13);
    box-shadow: 0 4px 10px rgba(138, 148, 167, 0.13);
    padding-top: 1.07em;
    padding-bottom: 1.07em;
    padding-left: 2.27em;
    padding-right: 2.27em;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
}
.btn-hook.btn--more {
    position: relative;
    padding-right: 5.3em;
}
.btn-hook.btn--more:after {
    content: url(../img/icons/more.svg);
    position: absolute;
    right: 2.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-hook:focus,
.btn-hook:hover,
.e-subscribe__prime:focus,
.e-subscribe__prime:hover {
    color: #fff;
    -webkit-filter: brightness(112%);
    filter: brightness(112%);
}
.nice-select .current {
    line-height: 1.2;
    height: auto;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.nice-select .list {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nice-select .option {
    height: auto;
    min-height: auto;
    line-height: 1.2;
    padding-top: 0.51em;
    padding-bottom: 0.51em;
    padding-left: 0.73em;
    padding-right: 0.73em;
}
.nice-select .option.focus,
.nice-select .option.selected,
.nice-select .option.selected.focus {
    background-color: rgba(14, 142, 73, 0.05);
}
.nice-select.cn-fa-center .list,
.nice-select.cn-fa-center .list > li {
    text-align: center;
}
.input__stripe:focus,
.input__stripe:hover {
    border: 1px solid #0e8e49;
}
.form-checkbox > input:checked ~ .check:after {
    opacity: 1;
}
.form-checkbox > input,
.form-checkbox > span.check {
    width: 1em;
    height: 1em;
}
.form-checkbox > input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}
.form-checkbox > span.check {
    border: 1px solid #ddd;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.form-checkbox > span.check:after {
    position: absolute;
    left: 0.32em;
    top: 0;
    content: "";
    width: 0.4em;
    height: 0.7em;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-color: #000;
    border-right-style: solid;
    border-bottom-style: solid;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
    opacity: 0;
}
.e-toggle div {
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
}
.e-toggle div:nth-child(2) {
    margin-left: 0.5em;
}
.e-toggle div:nth-child(3) {
    margin-right: 0.5em;
}
.e-toggle:hover div {
    margin-left: 0;
    margin-right: 0;
}
.s-head.open .e-toggle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s-head.open .e-toggle div:nth-child(3) {
    opacity: 0;
}
.s-head.open .e-toggle div:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin-bottom: -1px;
    background-color: #0e8e49;
}
.s-head.open .e-toggle div:nth-child(2) {
    margin-left: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    margin-top: -1px;
    background-color: #0e8e49;
}
.s-head--white .e-logo,
.s-head.open .e-logo {
    background-image: url(../img/logo.svg);
}
.s-head--dark .e-lang a,
.s-head--white .e-lang a,
.s-head.open .e-lang a {
    color: #0e8e49;
}
.s-head--white .e-toggle > div {
    background-color: #000;
}
.s-head.open {
    background-color: #fff;
    color: #000;
}
.s-head.open + .b-mmenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.s-head.open.s-head--dark,
.s-head.open.s-head--white {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.s-head.open.s-head--dark ~ .e-page-title--white {
    color: #000;
}
.s-foot__menu > li {
    margin-bottom: 0.84em;
}
.swiper-pagination--green .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    vertical-align: middle;
}
.swiper-pagination--green .swiper-pagination-bullet-active {
    background-color: #0e8e49;
    border: 1px solid #0e8e49;
    width: 8px;
    height: 8px;
}
.b-post .swiper-images.b-images {
    max-width: 580px;
    margin: auto;
}
@media screen and (max-width: 1500px) {
    .b-mmenu__pack {
        margin-top: 1.25em;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }
    .cn-cols-row.e-social a {
        zoom: 0.75;
    }
    .b-mmenu__headline {
        padding-bottom: 0.4em;
        margin-bottom: 0.6em;
    }
    .b-mmenu__guide {
        grid-row-gap: 1em;
        font-size: 1em;
    }
}
/* Landscape 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}
*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}
*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}
*/
/* Landscape 
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}
*/
/* Landscape
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) { 
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}
 */
/* Landscape 
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}
*/
/* Landscape 
@media screen 
  and (device-width: 1536px) 
  and (device-height: 2048px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
.section-fullpage {min-height: calc(100vh - 60px);max-height: calc(100vh - 60px);height: calc(100vh - 60px);}
.s-logging {height: calc(100vh - 60px);}
}
*/
@media screen and (max-width: 1199px) {
    .b-post .swiper-images.b-images {
        max-width: 580px;
        margin: auto;
    }
    .b-post .b-images__img {
        height: 20em;
    }
    .b-target__mean {
        width: 100%;
        margin-left: 0;
    }
    .b-target__average {
        margin-left: 0;
        width: 100%;
    }
    .b-target__suit {
        margin-left: -3.7em;
        margin-right: -0.6em;
        font-size: 0.82em;
    }
    .b-target__stride {
        font-size: 0.68em;
        margin-right: 0;
        margin-left: -5.7em;
    }
    .b-post {
        max-width: 768px;
    }
    .img-full {
        max-width: 768px;
    }
}
@media all and (min-width: 992px) {
    .b-srtategy__line.v:after {
        border-top: 2px dashed #0e8e49;
        border-left: 0;
        width: 3.3em;
        height: 0;
    }
}
@media screen and (max-width: 991px) {
    .s-foot__menu {
        margin-bottom: 2.3em;
    }
    .b-mision {
        font-size: 0.8em;
    }
    .b-target__mean {
        margin-top: 0;
    }
    .b-target__average {
        margin-top: -3.6em;
    }
    .e-page-title {
        font-size: 1em;
        top: 1.5em;
    }
}
table.responsive td:first-child {
    padding-right: 20px;
}
.cn-w-6_12:first-child .b-images {
    padding-right: 2em;
}
.cn-w-6_12:last-child .b-images {
    padding-left: 2em;
}
.page .section.image_side {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: calc(100% - 0px);
}
.page .section.image_side .container,
.page .section.image_side .height_50 {
    flex:9;
    flex-shrink: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.page .section.image_side .height_50 {
    flex: 6;
    align-items: start;
}

 

@media screen and (max-width: 767px) {


    .e-subscribe__query {
        flex-direction: column;
    }
    .e-subscribe__enter {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 0;
        text-align: center;
    }
    .page .section.image_side .container,
    .page .section.image_side .height_50 {
        flex: 10;
    }
    .page .section.image_side .container {
    
    }
    .page .section.image_side .height_50 {
  flex:4;
 max-height: fit-content;
    max-height: max-content;
    }
    .cn-w-6_12:first-child .b-images {
        padding-right: 0;
    }
    .margin-left-20 {
        margin-left: 0;
        margin-top: 20px;
    }
    .float-left {
        float: none;
    }
    .float-right {
        float: none;
    }
    .s-contacts {
        width: 100%;
        max-height: 50vh;
    }
    .responsive.rtl tr {
        display: flex;
        flex-direction: column;
    }
    .responsive.rtl td:first-child {
        order: 2;
        padding-bottom: 0;
    }
    .responsive.rtl td:last-child {
        order: 1;
        padding-bottom: 20px;
    }
    table.responsive td {
        width: 100% !important;
        display: block;
        padding-bottom: 20px;
    }
    table.responsive td:first-child {
        padding-right: 0;
    }
    table.responsive td:last-child {
        padding-bottom: 0;
    }
    .text > * {
        margin-bottom: 1.4em;
        text-align: left;
    }
    .s-page.section--light {
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-image video {
        height: 100%;
        width: auto;
    }
    .page .strategy .fp-tableCell {
        align-items: start;
        overflow: hidden;
        overflow-y: scroll;
    }
    .page .strategy .fp-tableCell .s-page {
        padding-top: 110px;
    }
    .b-steps {
        position: fixed;
        margin-bottom: 0;bottom: 0;
    }
    .b-steps__sensit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .b-steps__utter {
        display: none;
    }
    .b-steps__shebang {
        width: 5px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        height: 2.03em;
    }
    .b-steps__shebang.active {
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scaleY(1.35);
        -moz-transform: scaleY(1.35);
        -ms-transform: scaleY(1.35);
        -o-transform: scaleY(1.35);
        transform: scaleY(1.35);
    }
    .b-about__given {
        font-size: 1.22em;
    }
    .b-about__title {
        font-size: 1.26em;
    }
    .b-images__img,
    .b-post .b-images__img {
        height: 50vw;
    }
    .b-mision {
        font-size: 0.64em;
    }
    .b-mision__lecture {
        text-align: justify;
    }
    .b-projects__head {
        margin-bottom: 1.7em;
    }
    .b-projects__floor span {
        display: none;
    }
    .b-projects__floor:after {
        content: url(../img/icons/location.svg);
    }
    .b-target__suit {
        font-size: 1em !important;
    }
    .b-target__suit * {
        font-size: 1em !important;
    }
    .b-target__stride {
        margin-left: -3.7em;
    }
    .b-mmenu__pack {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
    .b-mmenu__headline {
        display: block;
        border-bottom: 3px solid transparent;
        padding-bottom: 0.3em;
        margin-bottom: 0;
    }
    .b-mmenu__guide {
        grid-template-columns: 1fr 1fr;
        color: #000;
    }
    .b-mmenu__drop {
        display: none;
    }
    .b-mmenu__headline:after {
        content: url(../img/icons/drop.svg);
        position: absolute;
        top: -0.14em;
        right: 0;
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }
    .b-mmenu__chest.active .b-mmenu__headline {
        border-bottom: 3px solid #0e8e49;
    }
    .b-mmenu__chest.active .b-mmenu__headline:after {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
        top: 0.1em;
    }
    .e-page-title {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 4.49em;
    }
    .e-page-title > span {
        padding-left: 0;
        padding-right: 0;
    }
    .e-news__spar {
        height: 8.9em;
    }
    .text > h1 {
        font-size: 2.5em;
    }
    .text > h2 {
        font-size: 2.14em;
    }
    .text > h3 {
        font-size: 1.68em;
    }
    .text > h4 {
        font-size: 1em;
    }
    .text > h5 {
        font-size: 1.1em;
    }
    .e-logo{ max-width: 9.2em;
    background-size: contain;}
    .s-head--white .e-logo,
    .s-head.open .e-logo {
        background-image: url(../img/logo-short.svg);
       max-width: 2.2em;

    }
    .s-head--dark .e-logo {
        background-image: url(../img/logo-short_w.svg);
        max-width: 2.2em;
  
    }
}
@media all and (min-width: 576px) {
    .b-scroll--center .b-scroll__btn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 575px) {
    .blocker {
        padding-left: 0;
        padding-right: 0;
    }
    .modal a.close-modal {
        right: -0.4em;
        top: -2em;
    }
    .s-head {
        padding-left: 1.3em;
        padding-right: 1.3em;
        padding-top: 0.9em;
        padding-bottom: 0.9em;
    }
    .s-logging__headline {
        font-size: 2.4em;
    }
    .s-logging__gossip {
        font-size: 0.72em;
    }
    .s-heading {
        padding-top: 1.7em;
        padding-bottom: 1.7em;
    }
    .s-heading__lead {
        font-size: 0.9em;
    }
    .b-steps__shebang {
        height: 1.53em;
        margin-left: 1.02em;
        margin-right: 1.02em;
    }
    .b-about__given {
        font-size: 1.02em;
    }
    .b-about__title {
        font-size: 1em;
    }
    .b-about__utter {
        font-size: 0.78em;
    }
    .b-about__utter > li {
        padding-left: 2.3em;
        opacity: 0.55;
    }
    .b-about__utter > li:before {
        left: 0;
    }
    .b-scroll {
        padding-left: 15px;
        padding-right: 15px;
    }
    .b-scroll__btn {
        padding-left: 0.3em;
        padding-right: 0.3em;
        padding-bottom: 0;
        -webkit-transform: scaleX(0.83) scaleY(0.83);
        -moz-transform: scaleX(0.83) scaleY(0.83);
        -ms-transform: scaleX(0.83) scaleY(0.83);
        -o-transform: scaleX(0.83) scaleY(0.83);
        transform: scaleX(0.83) scaleY(0.83);
    }
    .b-scroll .container {
        max-width: none;
    }
    .b-info__caption {
        font-size: 1.1em;
    }
    .b-mision__heading,
    .page-template-about h3 {
        font-size: 3em;
    }
    .b-target__term {
        font-size: 1em;
    }
    .b-target__point {
        font-size: 1em;
    }
    .b-target__mean {
        margin-top: 0.4em;
        display: none;
    }
    .b-target__average {
        margin-top: -1.4em;
        display: none;
    }
    .b-target__suit {
        font-size: 0.32em;
    }
    .b-target__stride {
        font-size: 1em !important;
    }
    .b-target__stride * {
        font-size: 1em !important;
    }
    .b-post {
        display: flex;
        padding-left: 25px;
        padding-right: 25px;
    }
    .b-mmenu__case {
        padding-left: 22px;
        padding-right: 22px;
    }
    .b-mmenu__guide {
        padding-top: 1.5em;
        padding-bottom: 0.5em;
    }
    .b-marker {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .e-page-title {
        left: 4.58em;
    }
    .e-subscribe__prime {
        padding-left: 1.35em;
        padding-right: 1.35em;
    }
    .text > h5 {
        font-size: 1em;
    }
}
@media screen and (max-width: 380px) {
    .modal {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
.s-logging {
    background-image: url(../img/frame-1.jpg);
}

.gmnoprint,
.gmnoscreen,
.gm-style-cc {
    display: none;
}
