/*
Theme Name: <strong>New Mountain Capital</strong>
Author: <a href="https://dariengroup.com" style="cursor: pointer;">Darien Group</a>
Version: 1.0362
Text Domain: newmountaincapital.com
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Fonts
# Normalize
# Common
# Custom Styles
# Navbars - ver 1 (horizontal sub-menu)
# Navbars - ver 2
# Pageheader
# Footer
# Columns
# Contacts / Map / Forms
# Quick Links
# Portfolio
# News
# Team
# Filters
# Complex Block
# Complex List
# Infoblocks
# Job creation
# Organizations
# Key terms
# Logo banner
# Timeline
# Articles - News & Team
# Articles - portfolio
# MQ

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Geometria-Regular';
    src: url(fonts/Geometria/woff/Geometria.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Geometria-Bold';
    src: url(fonts/Geometria/woff/Geometria-Bold.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Geometria-Medium';
    src: url(fonts/Geometria/woff/Geometria-Medium.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Geometria-Italic';
    src: url(fonts/Geometria/woff/Geometria-Italic.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Geometria-BoldItalic';
    src: url(fonts/Geometria/woff/Geometria-BoldItalic.woff);
    font-display: swap;
}

@font-face {
    font-family: 'Garamond-Regular';
    src: url(fonts/Garamond/woff/Garamond-Pro-Regular.woff);
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond-Regular';
    src: url(fonts/Garamond/woff/EBGaramond-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garamond-Semibold';
    src: url(fonts/Garamond/woff/EBGaramond-SemiBold.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Garamond-Bold';
    src: url(fonts/Garamond/woff/AGaramondPro-Bold.woff);
    font-display: swap;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.wp-block-image figcaption {
    margin: 0;
    text-align: left;
}

a {
    color: inherit;
    text-decoration: none;
}

p, ul, td, h1, h2, h3, h4, h5, h6, span {
    cursor: default;
}


body {
    background-color: #141F27;
    color: #1C2B35;
    font-size: 62.5%;
    font-family: 'Geometria-Regular';
}

main {
    background-color: #FFFFFF;
    display: block;
}

main.noph {
    padding-top: 210px;
}

#wpadminbar {
    top: -100% !important;
}

.plaintext figure.wp-block-image,
.plaintext .wp-block-image figure {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 40px 0;
    flex-wrap: wrap;
}

figure {
    margin: 0;
    position: relative;
    border-top: 2px solid #1C2B35;
}

figure figcaption {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    padding: 50px 40px;
    text-align: left;
    width: 100%;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    z-index: 100;
}

figure figcaption.single {
    padding: 40px;
}

figure img {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 90;
    margin-bottom: -3px;
}

figure.alignright.wp-block-image img,
figure.alignleft.wp-block-image img,
figure.aligncenter.wp-block-image img,
.wp-block-image figure.alignright img,
.wp-block-image figure.alignleft img,
.wp-block-image figure.aligncenter img {
    width: auto;
}

figure.alignright.wp-block-image,
.wp-block-image figure.alignright {
    justify-content: flex-end;
}

figure.aligncenter.wp-block-image,
.wp-block-image figure.aligncenter {
    justify-content: center;
}

figure.alignright.wp-block-image figcaption,
.wp-block-image figure.alignright figcaption {
    text-align: right;
}

figure.aligncenter.wp-block-image figcaption,
.wp-block-image figure.aligncenter figcaption {
    text-align: center;
}

ul.wp-block-gallery {
    margin-left: 0;
}

ul.wp-block-gallery li:before,
.spam_detect {
    display: none;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin-bottom: 0;
}

.grecaptcha-badge,
#gtx-trans {
    transform: translatex(100%);
    -webkit-transform: translatex(100%);
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

#gtx-trans {
    display: none !important;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {

}

noscript {
    font: 2em/1.5em 'Geometria-Bold';
    color: #FF2C2C;
    position: fixed;
    left: 40px;
    top: 40px;
    z-index: 10000;
}

.flex {
    display: flex;
    position: relative;
}

.flex.justifysb {
    justify-content: space-between;
}

.flex.justifyc {
    justify-content: center;
}

.flex.justifyend {
    justify-content: flex-end;
}

.flex > * {
    width: 100%;
}

.fauto > * {
    width: auto;
}

.wrap {
    flex-wrap: wrap;
}

.img_box > *,
.plaintext img.size-full,
.plaintext img.alignnone {
    display: block;
    width: 100%;
    height: auto;
}

.cont {
    margin: 0 auto;
    position: relative;
}

.cont.simple {
    width: 1574px;
}

.cont.simple .cont_middle {
    width: 61.25%;
    margin-left: auto;
    margin-right: auto;
}

.cont_left,
.cont_middle,
.cont_right {
    position: relative;
}

.cont_left,
.cont_shift.complex.right .cont_sh_left {
    width: 224px;
    padding-left: calc(50% - 787px);
    padding-right: 80px;
}

html.edge .cont_left,
html.edge .cont_shift.complex.right .cont_sh_left {
    padding-left: calc(49.99% - 787px);
}

.displacement .cont_left {
    width: 484px;
    padding-right: 0;
}

.cont_middle {
    width: 1080px;
}

.displacement .cont_middle {
    width: 900px;
}

.cont_right,
.cont_shift.complex.left .cont_sh_right {
    width: 110px;
    padding-right: calc(50% - 787px);
    padding-left: 80px;
}

html.edge .cont_right,
html.edge .cont_shift.complex.left .cont_sh_right {
    padding-right: calc(49.99% - 787px);
}

.cont_shift.complex.right .cont_sh_right {
    width: 1190px;
    padding: 60px calc(50% - 787px) 60px 80px;
}

html.edge .cont_shift.complex.right .cont_sh_right {
    padding: 60px calc(49.99% - 787px) 60px 80px;
}

.cont_shift.complex.left .cont_sh_left {
    width: 1304px;
    padding: 60px 80px 60px calc(50% - 787px);
}

html.edge .cont_shift.complex.left .cont_sh_left {
    padding: 60px 80px 60px calc(49.99% - 787px);
}

.upper {
    text-transform: uppercase;
}

.mheight {
    min-height: 25vw;
}

.cursor *,
.cursor {
    cursor: pointer;
}

.cursor_def *,
.cursor_def {
    cursor: default;
}

.overhead,
#primary-menu nav a {
    font: 1.4em/1.5em 'Geometria-Medium';
    letter-spacing: 0.4px;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.stretch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.b_cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button_box {
    display: block;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
}

h1 {
    font: 8em/1.125em 'Garamond-Regular';
    letter-spacing: 0.1px;
}

h1.p404 {
    font-size: 16em;
}

h2 {
    font: 6em/1.2em 'Garamond-Regular';
    letter-spacing: 0.1px;
}

h3 {
    font: 4.5em/1.3em 'Garamond-Regular';
    letter-spacing: 0.1px;
}

h4 {
    font: 3.5em/1.3em 'Garamond-Regular';
    letter-spacing: 0.1px;
}

h5 {
    font: 2.5em/1.3em 'Garamond-Regular';
    letter-spacing: 0.1px;
}

h6 {
    font: 2.3em/1.3em 'Garamond-Regular';
    letter-spacing: 0.1px;
}

.margin_b.mxxxl > * {
    margin-bottom: 120px;
}

.margin_b.mxxl > * {
    margin-bottom: 100px;
}

.margin_b.mxl > * {
    margin-bottom: 80px;
}

.margin_b.ml > * {
    margin-bottom: 60px;
}

.margin_b.mm > * {
    margin-bottom: 40px;
}

.margin_b.ms > * {
    margin-bottom: 30px;
}

.margin_b.mxs > *,
.text ul > li {
    margin-bottom: 15px;
}

.margin_b.mxxs > * {
    margin-bottom: 8px;
}

.margin_b.mxxxs > * {
    margin-bottom: 5px;
}

.margin_r.mrxl > * {
    margin-right: 100px;
}

.margin_r.mrl > * {
    margin-right: 80px;
}

.margin_r.mrm > * {
    margin-right: 60px;
}

.margin_r.mrs > * {
    margin-right: 30px;
}

.margin_r.mrxs > * {
    margin-right: 15px;
}

.margin_r.mrxxxs > * {
    margin-right: 8px;
}

.margin_r.mrxxxxs > * {
    margin-right: 5px;
}

.margin_b:not(.columns) > *:last-child,
script,
.margin_b:not(.columns) > .notes:last-child {
    margin-bottom: 0 !important;
}

.margin_r > *:last-child {
    margin-right: 0 !important;
    border-right: none;
}

.plaintext,
article.text li,
article.text p:not(.button) {
    font: 1.6em/1.6875em 'Geometria-Regular';
    color: #1C2B35;
}

.wp-block-file {
    font: 1.8em/1em 'Geometria-Regular' !important;
}

.wp-block-file .wp-block-file__button {
    background-color: #141F27 !important;
    font-size: 0.9em !important;
    border-radius: 0 !important;
    transition: 0.4s ease !important;
    text-transform: uppercase;
    vertical-align: super;
    margin-left: 15px;
    display: inline-block;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: #63A8CF !important;
}

.ar_link {
    font: 1.5em/1em 'Geometria-Regular';
    white-space: nowrap;
    color: #FFFFFF;
    display: inline-block;
}

.ar_link.big_font {
    font-size: 2em;
}

.ar_link > * {
    display: inline-block;
    vertical-align: middle;
}

.ar_link .link_title {
    transition: 0.5s ease;
}

.ar_link.blue .link_title {
    color: #1C5A81;
}

.ar_link.dark .link_title {
    color: #1C2B35;
}

.ar_link:hover .link_title,
section.news .news_item.hov .link_title {
    color: #63A8CF;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 1px;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: 0.4s ease;
}

.arrow:after,
.arrow:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 1px;
    right: 0;
    top: 0px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    background-color: #FFFFFF;
    transform-origin: right;
    -webkit-transform-origin: right;
    cursor: pointer;
    transition: 0.4s ease;
}

.arrow:after {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}

.ar_link.blue .arrow,
.ar_link.blue .arrow:after,
.ar_link.blue .arrow:before {
    background-color: #1C5A81;
}

.ar_link.dark .arrow,
.ar_link.dark .arrow:after,
.ar_link.dark .arrow:before {
    background-color: #1C2B35;
}

.ar_link:hover .arrow,
#back_to_top:hover .arrow {
    background-color: #63A8CF;
}

.ar_link:hover .arrow:after,
.ar_link:hover .arrow:before,
#back_to_top:hover .arrow:after,
#back_to_top:hover .arrow:before,
.jс_slider .statistics .nav_box a:hover .arrow,
.jс_slider .statistics .nav_box a:hover .arrow:after,
.jс_slider .statistics .nav_box a:hover .arrow:before {
    background-color: #63A8CF;
}

.jс_slider .cont_left .nav_box a .arrow,
.jс_slider .cont_left .nav_box a .arrow:after,
.jс_slider .cont_left .nav_box a .arrow:before {
    background-color: #63A8CF;
}


.jс_slider .cont_left .nav_box a:not(.disabled):hover .arrow,
.jс_slider .cont_left .nav_box a:not(.disabled):hover .arrow:after,
.jс_slider .cont_left .nav_box a:not(.disabled):hover .arrow:before {
    background-color: #1C5A81;
}

.vert_al > * {
    display: block;
}

hr {
    border: none;
    height: 1px;
    background-color: #707070;
    opacity: 0.3;
    margin: 40px 0 !important;
}

.plaintext em,
article.text em {
    font-family: 'Geometria-Italic';
}

.plaintext strong,
article strong {
    font-family: 'Geometria-Bold';
}

.plaintext em strong,
.plaintext strong em,
.notes strong,
article strong em,
article em strong {
    font-family: 'Geometria-BoldItalic';
}

.plaintext h1,
.plaintext h2,
article.text h1,
article.text h2 {
    margin-bottom: 30px !important;
}

.plaintext h3,
.plaintext h4,
.plaintext h5,
.plaintext h6,
article.text h3,
article.text h4,
article.text h5,
article.text h6 {
    margin-bottom: 20px !important;
}

article.text p.notes,
.plaintext .notes {
    font-size: 1.1em;
    color: #989898;
}

.plaintext .notes {
    font-size: 0.6875em;
}

article.text .notes + .notes,
.plaintext .notes + .notes {
    margin-bottom: 10px !important;
}

section.complex_block .notes,
section.infoblock_3 .notes {
    font: 1.1em/1.6875em 'Geometria-Italic';
    opacity: 0.25;
}

.plaintext a,
.subtitle a,
article a {
    text-decoration: underline;
    transition: 0.4s ease;
}

.plaintext a:hover,
.subtitle a:hover,
article a:hover {
    color: #63A8CF;
}

.subtitle {
    font: 2.5em/1.6em 'Garamond-Regular';
    color: #1C2B35;
}

.subtitle em {
    font-style: italic;
}

.subtitle strong {
    font-family: 'Garamond-Bold';
}

.text ul,
.text ol {
    margin-left: 30px;
}

.notes.text ul,
.notes.text ol {
    margin-left: 12px;
}

.text ul li {
    padding-left: 0;
    list-style-type: none;
    position: relative;
}

.text ol li {
    padding-left: 0;
    margin-bottom: 10px;
}

.text ul li:before {
    content: "▪";
    position: absolute;
    left: -30px;
    top: 0.5rem;
    display: inline-block;
    line-height: 1em;
    font-size: 1em;
}

section:first-of-type {
    padding-top: 120px;
    padding-bottom: 120px;
}

section + section,
main > section:last-child {
    padding-bottom: 120px;
}

.user_sel,
.user_sel * {
    user-select: none;
    -webkit-user-select: none;
}

#select_bar {
    background-color: #1C2B35;
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    z-index: 3500;
}

.big_num {
    font: 19em/0.7em 'Garamond-Bold';
    opacity: 0.05;
    writing-mode: tb-rl;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.big_num.cont_num {
    align-self: flex-start;
    margin-top: -2rem;
}

.hidden {
    display: none;
}

.dark_back {
    background-color: #1C5A81;
}

.scroll_box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    z-index: 350;
    overflow: hidden;
}

.scroll_bar {
    background-color: #7196AE;
    position: absolute;
    left: 0;
    width: 100%;
    transition: 0.5s ease transform, 0.5s ease background-color;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: center;
    -webkit-transform-origin: center;
}

.scroll_bar.show {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}

.scroll_bar.show.pressed {
    background-color: #1C5A81;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    transition: 0.25s ease transform, 0.25s ease background-color;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/

.margin_t_none {
    margin-top: 0 !important;
}

.margin_b_none {
    margin-bottom: 0 !important;
}

.padding_b_none {
    padding-bottom: 0 !important;
}

.padding_b_60 {
    padding-bottom: 60px !important;
}

.padding_t_none {
    padding-top: 0 !important;
}

.padding_t_60 {
    padding-top: 60px !important;
}

.padding_t_120 {
    padding-top: 120px;
}

/*--------------------------------------------------------------
# Navbars
--------------------------------------------------------------*/

#primary-menu {
    position: fixed;
    z-index: 4000;
    left: 0;
    top: 0;
    width: 100%;
    color: #1C5A81;
    background-color: #FFFFFF;
    padding-left: calc(50% - 787px);
    box-sizing: border-box;
    opacity: 0;
    transition: 0.15s ease background-color 0.15s, 0.15s ease opacity 0.15s;
}

html.edge #primary-menu {
    padding-left: calc(49.99% - 787px);
}

#primary-menu.init {
    opacity: 1;
}

#primary-menu:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #E4E4E4;
}

#primary-menu.homepage {
    background-color: transparent;
}

#primary-menu.homepage:after {
    transition: 0.15s ease 0.15s;
    background-color: transparent;
}

#primary-menu.homepage.scrolled {
    background-color: #FFFFFF;
    color: #1C5A81;
    transition: 0.4s ease;
}

#primary-menu.homepage.scrolled:after {
    background-color: #E4E4E4;
    transition: 0.15s ease;
}

#primary-menu nav {
    align-items: stretch;
}

#primary-menu .logo {
    flex: 1 1 180px;
    align-self: flex-start;
    display: table;
    width: 180px;
}

#primary-menu.homepage .logo a {
    transition: 0.5s ease 0.2s;
    opacity: 0;
}

#primary-menu.homepage .logo {
    display: none;
}

#primary-menu.homepage.scrolled .logo,
#primary-menu.homepage.scrolled1 .logo {
    display: block;
}

#primary-menu.homepage.scrolled .logo a {
    opacity: 1;
    transition: 0.4s ease 0s;
}

#primary-menu .logo a,
#primary-menu .logo a img {
    width: 180px;
    display: block;
}

#primary-menu .logo a {
    padding: 10px 0;
}

#primary-menu nav ul
#primary-menu li {
    height: 100%;
}

#primary-menu li,
.legal_menu li,
.footer_menu li {
    list-style: none;
    width: auto;
    display: flex;
    position: relative;
}

.legal_menu li,
.footer_menu li {
    display: block;
}

.footer_menu li {
    flex-wrap: wrap;
}

nav li a {
    padding: 18px 35px;
    display: flex;
    align-items: center;
    transition: 0.5s ease color;
    position: relative;
}

#primary-menu.homepage nav li a {
    padding: 35px;
    color: #FFFFFF;
    transition: 0.4s ease color 0s;
}

#primary-menu nav li a span {
    position: relative;
    z-index: 4500;
}

#primary-menu.homepage.scrolled nav li a {
    color: #1C5A81;
    transition: 0.4s ease 0s;
}

#primary-menu.homepage.scrolled nav li .sub-menu a {
    color: #FFFFFF;
}

.hide_sub .sub-menu,
.cont_load,
.sub-menu .sub-menu sub-menu {
    display: none !important;
}

#primary-menu .button_style a {
    background-color: #1C5A81;
    color: #FFFFFF;
    padding: 18px 50px;
}

#primary-menu.homepage.scrolled .button_style a {
    color: #FFFFFF;
}

.cont_load {
    overflow: hidden;
    z-index: -5 !important;
    width: 0 !important;
    height: 0 !important;
}

footer .sub-menu {
    position: relative;
    text-transform: capitalize;
    width: 100%;
    margin-top: 30px;
}

nav.footer_menu li .sub-menu li {
    margin-top: 5px;
}

nav.footer_menu li .sub-menu a {
    padding: 0;
}

#mobile_trigger {
    height: 20px;
    width: 30px;
    z-index: 50000;
    align-items: center;
    justify-content: center;
    display: none;
}

#mobile_trigger span {
    height: 1px;
    display: inline-block;
    width: 100%;
    position: relative;
}

#mobile_trigger span:after {
    top: 0px;
}

#mobile_trigger:before,
#mobile_trigger:after,
#mobile_trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}

#mobile_trigger:before,
#mobile_trigger:after,
#mobile_trigger span:after {
    background-color: #1C5A81;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    transition: 0.4s ease;
    opacity: 1;
}

#mobile_trigger:after {
    bottom: 0;
}

#mobile_trigger:before {
    top: 0;
}

/* sub-menu */

#primary-menu nav > ul {
    width: auto;
    padding-right: 40px;
}

#primary-menu nav > ul > li > a {
    color: #1C5A81;
    overflow: hidden;
}

#primary-menu nav > ul > li a.front span.front span.back {
    display: inline-block;
}

#primary-menu nav > ul > li:hover > a,
#primary-menu nav > ul > li.current-menu-item > a,
#primary-menu nav > ul > li.current-page-ancestor > a {
    color: #141F27 !important;
    transition: 0.4s ease;
}

#primary-menu nav > ul > li > .sub-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    transition: 0.4s ease;
    opacity: 0;
    z-index: 5000;
    flex-direction: column;
}

@media screen and (min-width: 1239px) {
    #primary-menu nav > ul > li > .sub-menu {
        width: auto;
    }
}

html.ie #primary-menu nav > ul > li > .sub-menu {
    top: 100%;
}

#primary-menu nav > ul > li > .sub-menu li {
    width: auto;
    background-color: #1C5A81;
    transition: 0.4s ease background-color;
    color: #FFFFFF;
    border-bottom: 1px solid #63A8CF;
}

#primary-menu nav > ul > li .sub-menu > li:last-child {
    border-bottom: none;
}

#primary-menu nav > ul > li .sub-menu li > a {
    box-sizing: border-box;
    padding: 25px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}


#primary-menu nav > ul > li:hover .sub-menu li:hover {
    background-color: rgba(20, 70, 101, 1);
}

#primary-menu nav > ul > li > .sub-menu > li > .sub-menu {
    box-sizing: border-box;
    position: absolute;
    left: 100%;
    width: auto;
    top: 0;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 5000;
    flex-direction: column;
    border-left: 1px solid #63A8CF;
}

#primary-menu nav > ul > li .sub-menu.show {
    opacity: 1 !important;
}

#primary-menu nav > ul > li > .sub-menu a {
    transition: 0.4s ease;
}

#primary-menu nav > ul > li > .sub-menu a:hover,
#primary-menu nav > ul > li > .sub-menu li.current-menu-item > a {
    color: #63A8CF !important;
}

/*html.touch #primary-menu .sub-menu {*/
/*    display: none !important;*/
/*}*/

/*--------------------------------------------------------------
# Pageheader
--------------------------------------------------------------*/

.pageheader {
    background-color: #1C2B35;
    color: #FFFFFF;
}

.pageheader.simple .back_ph {
    opacity: 0.5;
}

.pageheader.simple .ph_wrapper, .review-hero {
    z-index: 100;
    align-items: center;
    margin-top: 90px;
}

.pageheader .ph_body {
    width: 90%;
}

.pageheader.simple .ph_body {
    padding: 140px 0 164px;
}

.pageheader.noback .ph_body {
    width: 100%;
}

.nmc_breadcrumbs,
.nmc_breadcrumbs * {
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

.nmc_breadcrumbs a {
    cursor: pointer;
}

.nmc_breadcrumbs a span:not(.kb_sep) {
    opacity: 0.6;
    cursor: pointer;
    transition: 0.6s ease;
}

.nmc_breadcrumbs a span:not(.kb_sep):hover {
    opacity: 1;
}

.nmc_breadcrumbs > * {
    display: inline-block;
}

.nmc_breadcrumbs > .kb_sep {
    margin: 0 1px 0 6px;
}

.pageheader.noback {
    background-color: #D9E7F7;
    color: #1C2B35;
}

.pageheader.single_post.news_team .back_ph {
    opacity: 1;
}

.pageheader.single_post .nmc_breadcrumbs span {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.pageheader.single_post.news_team .ph_wrapper {
    align-items: flex-end;
}

.pageheader.single_post.news_team .ph_body {
    padding-bottom: 0;
    width: 100%;
}

.pageheader.single_post.news_team .cont_middle {
    background-color: #FFFFFF;
    padding: 60px 80px 40px 80px;
    box-sizing: border-box;
}

.pageheader.single_post.news_team .cont_middle:after,
.pageheader.single_post.news_team .cont_right:after {
    content: '';
    position: absolute;
    z-index: 100;
    left: 80px;
    width: calc(100% - 80px);
    height: 1px;
    bottom: 0;
    background-color: #1C2B35;
}

.pageheader.single_post.news_team .cont_right:after {
    width: 190px;
    left: 0;
}

.pageheader.single_post.news_team h1 {
    color: #1C2B35;
    font-size: 4.5em;
}

.pageheader.single_post.news_team.mheight,
.pageheader.simple.mheight.noback {
    min-height: inherit;
}

.date {
    color: #1C5A81;
    font-size: 1.5em;
}

.pageheader.single_post.news_team .cont_right {
    margin-top: 120px;
    align-items: flex-end;
}

.pageheader .nav_box {
    width: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.pageheader .nav_box > * {
    display: block;
    padding: 5px 0;
}

.pageheader .nav_box > *:first-child {
    margin-top: -11px;
}

.pageheader .nav_box .arrow,
.jс_slider .statistics .nav_box .arrow {
    width: 70px;
}

.pageheader .nav_box .prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.pageheader.single_post.news_team .position {
    color: #989898;
}

.pageheader.single_post.news_team .position em {
    color: #1C2B35;
    font-family: 'Geometria-Italic';
    letter-spacing: 0px;
}

.pageheader.back_exists .subtitle {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

/* Homepage */

.pageheader.homepage {
    height: 100vh;
    overflow: hidden;
}

.pageheader .ph_wrapper {
    z-index: 100;
    align-items: flex-start;
}

.pageheader.homepage .back_ph {
    background-size: cover;
    z-index: 50;
    transition: 1s ease 0.6s;
    background-color: rgba(28, 90, 129, 0);
    background-blend-mode: hard-light;
}

.pageheader.homepage.init .back_ph {
    background-color: rgba(28, 90, 129, 0.23);
    transition: 0.8s ease 0.4s;
}

.pageheader.homepage .back_ph.back_img {
    background-position: center 100%;
}

.pageheader.homepage .back_ph.back_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(99, 168, 207, 0.5) 0, transparent 100%);
    z-index: 95;
}

.pageheader.homepage .ph_body {
    padding-top: 120px;
    z-index: 80;
}

.pageheader.homepage .main_logo {
    width: 300px;
    margin-bottom: 100px;
    opacity: 0;
    transition: 0.6s ease 0s;
}

.pageheader.homepage.init .main_logo {
    opacity: 1;
    transition: 0.6s ease 1.2s;
}

.pageheader.homepage h1 {
    font-size: 16em;
    line-height: 0.92em;
    margin-left: 150px;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    opacity: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: 1s ease-in-out 0.1s;
}

.pageheader.homepage.init h1 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.pageheader.homepage .ph_wrapper:before {
    content: '';
    z-index: 70;
    position: absolute;
    top: 0;
    left: -50px;
    width: 400px;
    height: 0;
    background: linear-gradient(to bottom, rgba(28, 90, 129, 1) 0, rgba(28, 90, 129, 0.8) 50%, transparent 100%);
    transition: 1s ease;
}

.pageheader.homepage.init .ph_wrapper:before {
    height: 60%;
}

.pageheader.homepage .ql_wrapper {
    position: absolute;
    bottom: -240px;
    z-index: 300;
    width: 100%;
    height: 240px;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(28, 90, 129, 0.81) 0, transparent 100%);
}

.pageheader.homepage.init .ql_wrapper {
    bottom: 0;
    left: 0;
    transition: 1.2s ease-out;
}

.pageheader.homepage .ql_box .q_link {
    padding: 0 80px;
    border-left: 1px solid #FFFFFF;
    padding-bottom: 50px;
    opacity: 0;
}

.pageheader.homepage .ql_box .q_link:last-child {
    border-right: 1px solid #FFFFFF;
}

.pageheader.homepage.init .ql_box .q_link {
    transition: 0.6s ease 1.2s;
    opacity: 1;
}

.header_buttons {
    width: fit-content;
    align-self: stretch;
}

.header_button {
    box-sizing: border-box;
    display: block;
    height: 100%;
    color: #fff;
    background-color: #1C5A81;
    padding: 18px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease-in-out;
}

.header_button:hover,
.header_button:focus {
    background-color: #1e4664;
}

@media screen and (min-width: 1239px) {
    .header_buttons {
        margin-left: -20px;
    }
}

@media screen and (max-width: 1239px) {
    #primary-menu nav {
        flex-direction: column;
    }

    .header_buttons {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    background-color: #141F27;
    color: #FFFFFF;
    position: relative;
    padding: 10px 0;
}

footer .logo {
    flex: 1 1 190px;
}

footer .logo > * {
    display: inline-block;
    width: 190px;
}

footer .text {
    color: #FFFFFF;
    font-size: 1.5em;
}

footer .text span,
footer .text a {
    opacity: 0.3;
}

footer .legal_row .text span,
footer .legal_row .text a {
    opacity: 0.2;
}

footer .text.plaintext a,
nav li a {
    transition: 0.5s ease;
}

footer .text.plaintext a:hover,
nav.legal_menu li a:hover {
    opacity: 1;
}

.footer_row {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    align-items: center;
}

nav.footer_menu li a {
    padding: 0;
}

nav.footer_menu ul {
    align-items: flex-start;
}

.footer_legal_wrapper {
    align-items: center;
}

.footer_row:last-of-type {
    border-bottom: none;
}

.footer_row.address_row {
    align-items: flex-end;
}

footer nav li a {
    font-size: 1.5em;
}

nav.footer_menu li a:hover,
footer nav li.current-menu-item > a {
    color: #63A8CF;
}

nav.legal_menu li a {
    padding: 0;
    opacity: 0.2;
    font-family: 'Geometria-Regular';
    text-decoration: underline;
    letter-spacing: 0;
}

nav.legal_menu li.current-menu-item a {
    opacity: 1;
    color: #FFFFFF;
}

#back_to_top {
    position: absolute;
    top: 35px;
    right: calc(25% - 393.5px);
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    padding-top: 35px;
}

#back_to_top .arrow {
    transform: rotateZ(-90deg) translateX(0px);
    -webkit-transform: rotateZ(-90deg) translateX(0px);
}

#back_to_top p {
    margin-top: 35px;
    transition: 0.5s ease;
}

#back_to_top:hover .arrow {
    width: 46px;
}

#back_to_top:hover p {
    color: #63A8CF;
}

footer .developer a:hover,
footer .email a:hover {
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

.columns {
    width: calc(100% + 50px);
    margin-right: -50px;
    margin-bottom: -50px;
}

.columns > .c_block {
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 50px;
    align-content: space-between;
}

.columns.c-1,
.columns.c-1 > .c_block {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.columns.c-2 > .c_block {
    max-width: calc(50% - 50px);
}

html.edge .columns.c-2 > .c_block {
    max-width: calc(49.99% - 50px);
}

.columns.c-3 > .c_block {
    max-width: calc(33.33% - 50px);
}

html.edge .columns.c-3 > .c_block {
    max-width: calc(33.329% - 50px);
}

.columns.c-4 > .c_block {
    max-width: calc(25% - 50px);
}

html.edge .columns.c-4 > .c_block {
    max-width: calc(24.99% - 60px);
}

.columns.c-5 > .c_block {
    /* max-width: calc(20% - 50px); */
	max-width: calc(16.667% - 50px);
}

html.edge .columns.c-5 > .c_block {
   /* max-width: calc(19.99% - 50px); */
	max-width: calc(16.66% - 50px);
}

.columns.c-6 > .c_block {
    max-width: calc(16.667% - 60px);
}

html.edge .columns.c-6 > .c_block {
	max-width: calc(16.66% - 60px);
}
/*--------------------------------------------------------------
# Contacts / Map / Forms
--------------------------------------------------------------*/

section.contacts_map {
    padding-top: 80px;
}

.google_map .gm-style-cc,
.google_map [target=_blank] {
    display: none !important;
}

.map_with_markers_title_wrap {
    padding: 25px 30px 22px;
    border: 1px solid #B2B2B2;
    border-bottom: none;
}

.map_with_markers_title {
    text-align: center;
    line-height: 1;
}

.map_with_markers_main_part {
    border: 1px solid #B2B2B2;
    background-color: #FFFFFF;
}

.offices_info {
    width: 352px;
    flex-shrink: 0;
}

.office_group {

}

.office_group_title {
    font-family: 'Geometria-Bold';
    text-transform: uppercase;
    font-size: 1.4em;
    background-color: #1C2B35;
    color: #fff;
    line-height: 1;
    padding: 20px 34px;
}

.office_item {
    padding: 34px 35px;
    position: relative;
    transition: background-color .3s ease;
}

.office_item.active {
    background-color: #D9E7F7;
}

.office_item:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: 0;
    width: calc(100% - 35px * 2);
    height: 1px;
    background-color: #D9E7F7;
    opacity: 0.5;
}

.office_item:last-of-type:before {
    display: none;
}

.office_item .office_title_box {
    margin-bottom: 25px;
}

.office_item:first-of-type .office_title_box {
    margin-bottom: 8px;
}

.office_item .office_location,
.office_item .office_description {
    font-family: 'Garamond-Bold', serif;
    font-size: 2em;
    line-height: 1.2;
    transition: color .3s ease;
}

.office_item .office_location {
    margin-bottom: 20px;
}

.office_item .office_description {
    margin-bottom: 10px;
}


.office_item .office_address_and_phones {
    font-family: 'Geometria-Regular', serif;
    font-size: 1.5em;
    line-height: 1.55;
    transition: color .3s ease;
}


.office_item:not(.active):hover {
    background-color: #1C5A81;
}

.office_item:not(.active):hover .office_location,
.office_item:not(.active):hover .office_description,
.office_item:not(.active):hover .office_address_and_phones {
    color: #FFFFFF;
}

.side_link,
section.news .load_more_news {
    width: auto;
    white-space: normal;
    margin-right: 80px;
    max-width: calc(100% - 80px);
}

.side_link,
.infoblock_1 .list_block .list_item .ar_link {
    margin-top: 0.5em;
}

.side_link .ar_link {
    white-space: normal;
    line-height: 1.4em;
    display: inline-block;
}

.side_link .ar_link .arrow {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.contacts_map .side_link .ar_link .arrow,
section.news .side_link .ar_link .arrow {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

.contacts_map .form_section_block {
    padding: 180px 0 40px 0;
    margin-top: -180px;
}

.form_box * {
    outline: none !important;
}

.form_box .wpforms-container .wpforms-submit-container,
.form_box .wpforms-container .wpforms-field {
    position: static;
}

.form_box .custom_display {
    display: inline-block;
    width: 100%;
}

.form_box form.wpforms-form textarea,
.form_box form.wpforms-form input,
.form_box form.wpforms-form select {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 15px 30px;
    transition: 0.4s ease-in-out;
    font: 1.6em/1.7em 'Geometria-Regular';
    border-radius: 0px;
    height: auto;
    background-color: transparent;
}

.form_box form.wpforms-form textarea {
    padding: 20px 30px;
}

.form_box .wpforms-container .wpforms-field {
    padding: 0;
    margin-bottom: 30px;
}

.form_box textarea[placeholder],
::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: #FFFFFF;
    font: 1em/1em 'Geometria-Regular';
    transition: 0.4s ease-in-out;
}

.form_box textarea {
    min-height: 200px;
    width: 100%;
}

.form_box .wpforms-field-textarea {
    width: 100%;
}

.form_box textarea:focus::-webkit-input-placeholder,
.form_box input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form_box .wpforms-field,
.form_box .wpforms-form .wpforms-field-row,
.form_box .wpforms-field-html {
    margin-bottom: 10px;
}

.form_box .wpforms-form label.wpforms-error,
.form_box p.error,
.form_box .wpforms-form .wpforms-error-container {
    display: none !important;
}

.form_box .wpforms-container .wpforms-field input.wpforms-error,
.form_box .wpforms-container .wpforms-field textarea.wpforms-error,
.form_box .wpforms-container .wpforms-field select.wpforms-error {
    border-color: #FFFFFF;
}

.form_box .wpforms-container .wpforms-field input.wpforms-error::-webkit-input-placeholder,
.form_box .wpforms-container .wpforms-field input.wpforms-error,
.form_box .wpforms-container .wpforms-field textarea.wpforms-error::-webkit-input-placeholder,
.form_box .wpforms-container .wpforms-field textarea.wpforms-error,
.form_box .wpforms-container .wpforms-field select.wpforms-error,
.form_box .wpforms-container .wpforms-field select.wpforms-error::-webkit-input-placeholder {
    color: #FF2C2C;
}

.form_box p.error {
    display: block;
    margin-top: 15px;
}

.form_box .wpforms-form .button_box {
    width: 100%;
}

.form_box .wpforms-form [type="submit"] {
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: auto;
}

.form_box .wpforms-form [type="submit"] p {
    color: #FFFFFF;
    transition: 0.5s ease;
}

.form_box .wpforms-form [type="submit"]:hover p {
    color: #63A8CF;
}

.form_box .wpforms-form [type="submit"].ar_link:hover .arrow {
    width: 46px;
}

.form_box .wpforms-confirmation-container {
    text-transform: uppercase;
    color: #FFFFFF;
    font: 1.8em/1.5em 'Geometria-Medium';
    padding: 60px 0 0 0;
}

.form_box .wpforms-submit-container {
    display: flex;
    justify-content: center;
}

.form_box .wpforms-container .wpforms-submit-container {
    padding: 20px 0 0 0;
}

/*--------------------------------------------------------------
# Quick Links
--------------------------------------------------------------*/

main section.quick_links:last-child {
    padding-bottom: 0;
}

section.quick_links .ql_wrapper,
section.quick_links header {
    position: relative;
    z-index: 400;
}

section.quick_links .ql_wrapper .q_link {
    padding: 0 50px;
    border-left: 1px solid #1C2B35;
}

section.quick_links.simple .ql_wrapper .q_link {
    border-color: #1C5A81;
    padding-bottom: 44px;
    width: auto;
    display: inline-block;
}


section.quick_links.simple .ql_wrapper .q_link .arrow {
    display: block;
    margin-top: 20px;
}

section.quick_links.simple .ql_wrapper .q_link:hover .arrow {
}

section.quick_links.simple .ql_wrapper .q_link .arrow::before {

}

section.quick_links.simple .ql_wrapper .q_link .arrow::after {

}

section.quick_links.simple .ql_wrapper .q_link .arrow,
section.quick_links.simple .ql_wrapper .q_link .arrow::before,
section.quick_links.simple .ql_wrapper .q_link .arrow::after {
    background-color: currentColor;
    transition: background-color 0.4s ease;
}

section.quick_links .ql_wrapper .q_link h4 {
    color: #1C2B35;
}

section.quick_links.simple .ql_wrapper .q_link h4 {
    color: #1C5A81;
}

.pageheader.homepage .ql_wrapper .q_link h3 {
    color: #FFFFFF;
}

.ql_wrapper .q_link h3,
.ql_wrapper .q_link h4 {
    white-space: nowrap;
    transition: color 0.4s ease;
}

.cont_shift.complex.left .cont_sh_left {
    padding-bottom: 20vw;
    background-size: cover;
    background-position: bottom;
    padding-top: 120px;
    background-repeat: no-repeat;
}

.cont_shift.complex.left .cont_sh_right {
    padding-top: 120px;
}

.ql_wrapper .q_link:hover h4 {
    color: #63A8CF !important;
}

.pageheader.homepage .ql_wrapper .q_link:hover h3 {
    color: #141F27;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

section.portfolio .portfolio_wrapper.columns {
    margin-right: 0 !important;
    width: 100% !important;
    margin-top: 50px;
}

section.portfolio .columns.portfolio_wrapper .c_block {
    margin-right: 0;
    margin-bottom: 0;
    padding: 100px 40px;
    align-items: center;
    max-width: 16.66%;
}

section.portfolio .columns.portfolio_wrapper .c_block .invest_logo {
    height: 75px;
    align-items: center;
}

section.portfolio .columns.portfolio_wrapper .c_block .invest_logo img {
    height: 50px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    object-fit: contain;
    object-position: center;
}

html.ie section.portfolio .columns.portfolio_wrapper .c_block .invest_logo img {
    width: 100%;
}

section.portfolio .columns.portfolio_wrapper .c_block .invest_logo img.vert {
    height: 75px;
}

section.portfolio .columns.portfolio_wrapper .c_block .lines,
section.portfolio .columns.portfolio_wrapper .c_block .icon {
    position: absolute;
    z-index: 50;
    right: 0;
    bottom: 0;
}

section.portfolio .columns.portfolio_wrapper .c_block .icon {
    width: 60px;
    height: 60px;
    align-items: center;
    transition: 0.2s ease;
    opacity: 0;
}

section.portfolio .columns.portfolio_wrapper .c_block:hover .icon {
    opacity: 1;
}

section.portfolio .columns.portfolio_wrapper .c_block .icon .arrow {
    width: 25px;
}

section.portfolio .columns.portfolio_wrapper .c_block .lines {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s ease;
}

section.portfolio .columns.portfolio_wrapper .c_block:hover .lines,
section.portfolio .columns.portfolio_wrapper .c_block:hover:before,
section.portfolio .columns.portfolio_wrapper .c_block:hover:after {
    opacity: 1;
}

section.portfolio .columns.portfolio_wrapper .c_block .lines:before,
section.portfolio .columns.portfolio_wrapper .c_block .lines:after,
section.portfolio .columns.portfolio_wrapper .c_block:before,
section.portfolio .columns.portfolio_wrapper .c_block:after {
    content: '';
    position: absolute;
    z-index: 80;
    background-color: #1C5A81;
}

section.portfolio .columns.portfolio_wrapper .c_block .lines:before,
section.portfolio .columns.portfolio_wrapper .c_block:before {
    width: 1px;
    bottom: 0;
    height: 0;
}

section.portfolio .columns.portfolio_wrapper .c_block .lines:after,
section.portfolio .columns.portfolio_wrapper .c_block:after {
    height: 1px;
    right: 0;
    width: 0;
}

section.portfolio .columns.portfolio_wrapper .c_block .lines:before {
    right: 0;
    height: 100%;
}

section.portfolio .columns.portfolio_wrapper .c_block:before {
    left: 0;
    height: 100%;
    transition: 0.2s ease;
    opacity: 0;
}

section.portfolio .columns.portfolio_wrapper .c_block .lines:after {
    bottom: 0;
    width: 100%;
}

section.portfolio .columns.portfolio_wrapper .c_block:after {
    top: 0;
    width: 100%;
    transition: 0.2s ease;
    opacity: 0;
}

section.portfolio nav.status {
    width: 50%;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

section.news .cont_middle {
    box-sizing: border-box;
}

section.news .cont_left {
    padding-bottom: 87px;
    overflow: hidden;
}

section.news .cont_left,
section.news .cont_right {
    padding-top: 60px;
}

section.news .cont_right {
    background-color: #D9E7F7;
}

section.news .cont_right.full {
    background-color: #1C2B35;
    color: #FFFFFF;
    padding-bottom: 60px;
}

section.news .cont_middle header {
    padding: 60px 80px;
    border: 1px solid #D4D5D6;
    border-right: none;
}

section.news .cont_middle .news_wrapper {
    padding: 60px 80px 0 80px;
    border-left: 1px solid #D4D5D6;
    border-bottom: 1px solid #D4D5D6;
    box-sizing: border-box;
}

section.news.full_style .cont_middle .news_wrapper {
    min-height: 100%;
}

section.news .cont_right .filters.news {
    display: inline-block;
}

section.news .cont_right .filters > *,
section.timeline .cont_right .filters > * {
    display: block;
    font: 2em/1em 'Geometria-Bold';
    opacity: 0.5;
    transition: 0.4s ease-in-out;
    letter-spacing: 0.1px;
}

section.news .cont_right .filters > *.active,
section.news .cont_right .filters > *:hover,
section.timeline .cont_right .filters > *.active,
section.timeline .cont_right .filters > *:hover {
    opacity: 1;
}

section.news .cont_left .button_box {
    align-items: flex-end;
    display: flex;
}

section.news .load_more_news {
    display: inline-block;
    white-space: nowrap;
}

section.news .news_item {
    padding-left: 70px;
    box-sizing: border-box;
}

section.news .news_item .desc {
    position: relative;
}

section.news .news_item .link_box {
    display: none;
}

section.news .news_item i {
    position: absolute;
    left: -70px;
    top: 50%;
    color: #D4D5D6;
    font-size: 0.6em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

section.news .news_item h4,
section.news .news_item i {
    transition: 0.4s ease;
}

section.news.short_style .news_item h4 {
    margin-bottom: 0;
}

section.news .margin_b:not(.columns) > .news_item:last-child {
    margin-bottom: 80px !important;
}

section.news .news_item.hov h4 {
    color: #63A8CF;
}

section.news .news_item.hov i {
    color: #989898;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team_wrapper {
    padding-top: 50px;
    border: 1px solid #D4D5D6;
    border-top: none;
    padding-bottom: 40px;
    transition: 0.8s ease;
    width: 100%;
    column-count: 5;
    box-sizing: border-box;
}

.team_wrapper.filled {
    background-color: #D9E7F7;
    border-color: #D9E7F7;
}

h3.team_member {
    font: 1.8em/1.5em 'Geometria-Regular';
    margin-bottom: 25px;
}

html.safari h3.team_member {
    margin-bottom: 0px;
}

h3.team_member a {
    display: inline-block;
    transition: 0.4s ease;
    position: relative;
    padding-bottom: 25px;
}

html.safari h3.team_member a {
    padding-bottom: 50px;
}

h3.team_member span.pos {
    opacity: 0.5;
    font-size: 0.85em;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    white-space: nowrap;
}

html.safari h3.team_member span.pos {
    bottom: 25px;
}

h3.team_member a:hover {
    color: #63A8CF;
}

h3.team_member.c_block {
    padding-left: 40px;
    padding-right: 15px;
    box-sizing: border-box;
    break-inside: avoid-column;
}

.filters_title_mp {
    margin: 100px 0 50px 0;
}

.filters_title_mp,
.filters.position {
    transition: 0.4s ease opacity;
    opacity: 1;
}

.filters_title_mp.hide,
.filters.position.hide {
    opacity: 0;
}

h3.team_member.c_block .company_title {
    font: 0.8em/1.2em 'Geometria-Bold';
    display: inline-block;
    width: 100%;
}

h3.team_member[data-partners="Management Partners"] {
    max-height: 50px;
}

/*--------------------------------------------------------------
# Filters
--------------------------------------------------------------*/

.filters.position {
    border-left: 1px solid #D4D5D6;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
    margin-top: 50px;
    border-bottom: 1px solid #D4D5D6;
}

.filters.position .c_block {
    align-items: center;
    border-top: 1px solid #D4D5D6;
    border-right: 1px solid #D4D5D6;
    margin-right: 0;
    max-width: 16.66%;
    box-sizing: border-box;
    padding: 10px 50px;
    transition: 0.4s ease;
    margin-bottom: 0;
}

.filters.position h5 {
    display: inline-block;
    line-height: 1.1em;
    font: 1.4em/1.2em 'Geometria-Bold' !important;
    text-transform: uppercase;
}

.filters.position .c_block.active,
.filters.position .c_block:hover {
    background-color: #D9E7F7;
}

.filters_group p {
    font: 1.4em/1.2em 'Geometria-Bold';
    padding: 20px 40px;
    border: 1px solid #D4D5D6;
    transition: 0.4s ease;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.filters_group p:not(:last-child) {
    border-right: none;
}

.filters.partners {
    width: auto;
}

.filters.partners p {
    padding: 20px 50px;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #1C2B35;
    border-color: #1C2B35;
}

.filters_group p.active,
.filters_group p:hover {
    background-color: #1C5A81;
    border-color: #1C5A81;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Complex Block
--------------------------------------------------------------*/

.complex_block.light_blue .cont_middle {
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 100px;
}

@media screen and (min-width: 1023px) {
    .complex_block.light_blue .cont_middle .plaintext {
        padding-right: 39px;
    }
}

@media screen and (max-width: 1800px) {
    .complex_block.light_blue .cont_middle {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1239px) {
    .complex_block.light_blue.cont.wide {
        --cont-r-w: 364px;
    }
}

.complex_block.light_blue.cont.wide .cont_middle {
}

.complex_block.light_blue.cont.wide .cont_left {
}

.complex_block.light_blue.cont.wide .cont_right {

}

.complex_block.light_blue hr {
    background-color: #1C5A81;
}

.complex_block.light_blue .plaintext > p:not(.button) {
    font-size: 18px;
}

.complex_block.light_blue .plaintext h3 {
    font-size: 45px;
}


.complex_block.light_blue .metrics_section {
    background-color: #D9E7F7;

}

.complex_block.light_blue .metrics_section .title {
    color: #fff;
}

.complex_block.light_blue .cont_middle,
.complex_block.light_blue:not(.swap_sides) .cont_right,
.complex_block.light_blue.swap_sides .cont_right {
    background-color: #D9E7F7;
}

.complex_block.light_blue .img_box {
    background-size: 100% auto;
    background-position: top center;
}

.complex_block.light_blue.padding_b_none .cont_left {
    background: linear-gradient(180deg, transparent calc(100% - 100px), #1C5A81 100px);
}

/*------------------------------------------------*/

.complex_block.Dark .cont_middle,
.complex_block.Dark:not(.swap_sides) .cont_right,
.complex_block.Dark.swap_sides .cont_left,
.metrics_section {
    background-color: #1C5A81;
}

.complex_block.Black .cont_middle,
.complex_block.Black:not(.swap_sides) .cont_right,
.complex_block.Black.swap_sides .cont_left {
    background-color: #1C2B35;
}

.complex_block.Dark .cont_middle > *,
.complex_block.Black .cont_middle > * {
    color: #FFFFFF;
}

.complex_block.Dark .cont_middle,
.complex_block.Black .cont_middle,
.infoblock_3 .cont_middle {
    padding: 60px 0 60px 80px;
    box-sizing: border-box;
}

.complex_block.Dark.swap_sides .cont_middle,
.complex_block.Black.swap_sides .cont_middle {
    padding: 60px 80px 60px 0;
}

.complex_block .cont_middle h2:not(:first-child),
.infoblock_3 .cont_middle h2:not(:first-child),
.complex_block .cont_middle h3:not(:first-child),
.infoblock_3 .cont_middle h3:not(:first-child) {
    margin-top: 60px;
}

section.cont_num .big_num.cont_num {
    width: fit-content;
    margin-left: auto;
    margin-top: 0;
    line-height: 0.81;
}

section.cont_num .cont_sh_right .big_num.cont_num,
section.cont_num .cont_right .big_num.cont_num {
    line-height: 0.71;
    text-align: right;
    height: auto;
    margin-left: unset;
    margin-right: auto;
}

.complex_block.cont_num .cont_left,
.complex_block.cont_num .cont_right {
    padding-top: 60px;
}

.complex_block.dark_h {
    overflow: hidden;
}

.complex_block.dark_h .cont_middle {
    padding-top: 0 !important;
}

.complex_block.dark_h .cont_middle > .dh_title_wrapper h2 {
    font-size: 5em;
    color: #FFFFFF;
    z-index: 10;
}

.complex_block.dark_h .dh_title_wrapper {
    padding: 39px 20px 35px 80px;
    box-sizing: border-box;
    margin-left: -80px;
    width: calc(100% + 160px);
    position: relative;
}

.complex_block.dark_h .dh_title_wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background-color: #1C2B35;
    z-index: 5;
}

.complex_block.dark_h.underline_h .dh_title_wrapper:after {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.complex_block.dark_h.swap_sides .dh_title_wrapper:after {
    left: -30vw;
}

.complex_block.dark_h.swap_sides .cont_right {
    z-index: 50;
    background-color: #FFFFFF;
}

/* Key Numbers */

.key_numbers_wrapper.table {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.key_numbers_wrapper.table.width_75 {
    width: 75%;
}

.key_numbers_wrapper header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.key_numbers_wrapper.table .key_numbers_box {
    padding: 40px 0;
}

.key_numbers_wrapper header {
    padding: 40px 80px;
}

.key_numbers_wrapper .plaintext {
    font-size: 1.5em;
}

.key_numbers_box.columns {
    box-sizing: border-box;
}

.key_numbers_wrapper .columns {
    width: 100%;
}

.key_numbers_wrapper.table .key_numbers_item .number,
.infoblock_2 .key_numbers_item .number {
    font: 6.5em/1em 'Garamond-Regular';
    white-space: nowrap;
}

.key_numbers_wrapper.list .key_numbers_item .number {
    font: 4.5em/1em 'Garamond-Regular';
}

.key_numbers_wrapper .key_numbers_item {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 80px;
    box-sizing: border-box;
    min-height: 80px;
    flex-direction: column;
    margin-right: 0;
    align-content: flex-end;
}

.key_numbers_wrapper .columns.c-1 .key_numbers_item {
    max-width: 100%;
}

.key_numbers_wrapper .columns.c-2 .key_numbers_item {
    max-width: 50%;
}

.key_numbers_wrapper .columns.c-3 .key_numbers_item {
    max-width: 33.33%;
    padding: 0 40px;
}

.key_numbers_wrapper .columns.c-3 .key_numbers_item:nth-of-type(3n) {
    padding-right: 80px;
}

.key_numbers_wrapper .columns.c-3 .key_numbers_item:nth-of-type(3n + 1) {
    padding-left: 80px;
}

.key_numbers_item > * {
    color: #1C2B35;
}

.complex_block.Dark .key_numbers_item > *,
.complex_block.Dark .simple_list_item > *,
section.complex.Dark .dd_content .title,
.complex_block.Black .key_numbers_item > *,
.complex_block.Black .simple_list_item > *,
section.complex.Black .dd_content .title,
.kt_box .c_block > * {
    color: #FFFFFF;
}

.key_numbers_box.columns.c-1 .key_numbers_item {
    border-left: none;
}

.key_numbers_box.columns.c-2 .key_numbers_item:nth-of-type(2n+1) {
    border-left: none;
}

.key_numbers_box.columns.c-3 .key_numbers_item:nth-of-type(1) {
    border-left: none;
}

.key_numbers_wrapper.list .key_numbers_item {
    padding: 0 80px;
}

.key_numbers_wrapper.list .key_numbers_item:first-child,
.key_numbers_wrapper.list .key_numbers_box.columns.c-2 .key_numbers_item:nth-of-type(2n+1) {
    padding-left: 0;
}

.key_numbers_wrapper.list .key_numbers_box.columns.c-3 .key_numbers_item:last-child,
.key_numbers_wrapper.list .key_numbers_box.columns.c-2 .key_numbers_item:nth-of-type(2n) {
    padding-right: 0;
}

.complex_block.Light .key_numbers_wrapper.table,
.complex_block.Light .key_numbers_wrapper header,
.complex_block.Light .key_numbers_wrapper .key_numbers_item {
    border-color: #B2B2B2;
}

.complex_block.Light .notes {
    opacity: 0.5;
}

/* Simple list */

.complex_block .simple_list_box {
    margin-bottom: 0;
}

.simple_list_item {
    padding: 10px 0 10px 30px;
    box-sizing: border-box;
    border-left: 1px solid #B2B2B2;
    flex-direction: column;
    min-height: 50px;
}

.complex_block.Dark .simple_list_item,
.complex_block.Black .simple_list_item {
    border-left-color: rgba(255, 255, 255, 0.3);
}

/* Metrics */

.metrics_wrapper_outer {
    overflow: hidden;
    border-top: 1px solid #1C5A81;
    border-bottom: 1px solid #1C5A81;
    border-left: 1px solid #1C5A81;
    border-right: 1px solid #1C5A81;
}

.metrics_wrapper_inner {
    width: auto;
}


.metrics_wrapper_outer {

}

.metrics_section {
    min-width: 100%;
    transition: 0.5s ease-in-out;
}

.metrics_section .title {
    background-color: #1C2B35;
    width: 72px;
    white-space: nowrap;
    writing-mode: tb-rl;
    align-items: center;
    padding-bottom: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.5s ease-in-out;
}

.metrics_section .title:hover,
.metrics_section.active .title {
    background-color: #141F27;
}

.metrics_section.sec_item-0 .title {
    border-left: 1px solid rgba(255, 255, 255, 0);
}

.metrics_section .title h4 {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

html.edge .metrics_section .title h4,
html.ie .metrics_section .title h4 {
    height: 38px;
}

.metrics_section.back_block {
    opacity: 0;
    z-index: 0;
}

.metrics_section.front_block {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.complex_block .metrics_box.simple_list_box {
    padding-top: 50px;
    padding-left: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(100% - 50px - 210px);
}

.metrics_section .metrics_box .simple_list_item {
    border: none;
    padding: 0;
}

.metrics_wrapper_outer .metrics_section.front_block:not(.sec_item-0) {
    left: 100%;
}

.metrics_wrapper_outer .metrics_section.front_block.sec_item-1 {
    transform: translateX(-144px);
    -webkit-transform: translateX(-144px);
}

.metrics_wrapper_outer .metrics_section.front_block.sec_item-2 {
    transform: translateX(-72px);
    -webkit-transform: translateX(-72px);
}

.metrics_wrapper_outer.active-1 .metrics_section.front_block.sec_item-1,
.metrics_wrapper_outer.active-2 .metrics_section.front_block.sec_item-1,
.metrics_wrapper_outer.active-2 .metrics_section.front_block.sec_item-2 {
    left: 216px;
}

/*--------------------------------------------------------------
# Complex List
--------------------------------------------------------------*/

section.complex_list {
    position: relative;
}

section.complex_list,
section.complex_list .dd_content .cont_middle,
section.complex_list .dd_content .cont_right {
    background-color: #D9E7F7;
}

section.complex_list .cont_left {
    background-color: #FFFFFF;
}

section.complex_list .cont_middle {
    padding: 60px 80px;
    box-sizing: border-box;
}

section.complex_list .cont_middle,
section.complex_list .cont_right {
    background-color: #1C5A81;
    transition: 0.4s ease;
}

section.complex_list .header.l_hov .cont_middle,
section.complex_list .header.l_hov .cont_right,
section.complex_list .header.open .cont_middle,
section.complex_list .header.open .cont_right {
    background-color: #141F27;
}

section.complex_list .header .cont_middle > * {
    color: #FFFFFF;
}

section.complex_list .header .cont_middle,
section.complex_list .header .cont_right {
    border-bottom: 1px solid #D9E7F7;
    align-items: center;
}

section.complex_list a.header,
section.complex_list a.header .cont_left {
    cursor: default;
}

section.complex_list .dd_content .cont_middle .ar_link {
    color: #1C5A81;
    display: inline-block;
}

section.complex_list .dd_content .key_numbers_wrapper {
    overflow: hidden;
    border: 1px solid rgba(99, 168, 207, 0.3);
}

section.complex_list .dd_content .key_numbers_wrapper .columns {
    padding: 40px 0;
}

section.complex_list .dd_content .key_numbers_wrapper header,
section.complex_list .dd_content .key_numbers_wrapper .key_numbers_item {
    border-color: rgba(99, 168, 207, 0.3);
}

section.complex_list .dd_content .title,
section.complex .dd_content .title {
    font: 1.5em/1.53em 'Geometria-Regular';
    color: #1C5A81;
}

section.complex_list .dd_content .key_numbers_box.columns.c-2 .key_numbers_item {
    max-width: calc(60% - 50px);
}

section.complex_list .dd_content .key_numbers_box.columns.c-2 .key_numbers_item:nth-of-type(2n) {
    max-width: 40%;
}

section.complex_list .dd_content .key_numbers_box.columns + .key_numbers_box.columns {
    border-top: 1px solid rgba(99, 168, 207, 0.3);
}

section.complex_list .back_pattern {
    position: absolute;
    background-color: #D9E7F7;
    bottom: 120px;
    left: 0;
    z-index: 200;
}

section.complex_list.single_item header {
    display: none !important;
}

section.complex_list.single_item .cont_right {
    background-color: #1C5A81;
}

/*--------------------------------------------------------------
# Infoblocks
--------------------------------------------------------------*/

/* Infoblock - style 1 */

/* List */

:root {

}

section.infoblock_1 {
    padding: 0 0 120px 0;
    position: relative;
}

.infoblock_1.Image {
    --cont-m: 1260px;
    --cont-l: 372px;
    --cont-r: 288px;

    padding-bottom: 80px;
}

.infoblock_1.Image .content_part {
    max-width: 1233px;
    width: 100%;
    padding: 80px 90px 80px max(calc(50% - 791px), 50px);
}

@media screen and (min-width: 1440px) {
    .infoblock_1.Image .content_part {
        max-width: 64.15%;
    }
}

@media screen and (max-width: 1365px) {
    .infoblock_1.Image {
        padding-top: 0 !important;

    }
}

.infoblock_1.Image .back_part {
    top: 80px;
    height: calc(100% - 80px);
}

.infoblock_1.Image * {
    /*box-sizing: border-box;*/
}

.infoblock_1.Image .cont {
    /*display: grid;*/
    /*grid-template-columns: minmax(100px, 372px) minmax(500px, 1260px) minmax(100px, 288px);*/
}


.infoblock_1.List {
    background-color: #D9E7F7;
}

.infoblock_1 .front_part {
    z-index: 100;
}

.infoblock_1 .front_part,
.infoblock_1 .list_block .list_item a {
    align-items: flex-start;
}

.infoblock_1 .front_part > div {
    box-sizing: border-box;
}

.infoblock_1 .content_part {
    width: calc(100% - 80px - calc(50% - 787px));
    padding: 120px 80px 120px calc(50% - 787px);
    background-color: #FFFFFF;
}

html.edge .infoblock_1 .content_part {
    width: calc(100% - 80px - calc(49.99% - 787px));
    padding: 120px 80px 120px calc(49.99% - 787px);
}

.infoblock_1 .list_block {
    width: 170%;
    padding: 120px 0;
    overflow: hidden;
}

.infoblock_1.Video .list_block {
    width: calc(170% - 2 * calc(50% - 597px));
}

html.edge .infoblock_1.Video .list_block {
    width: calc(170% - 2 * calc(49.99% - 597px));
}

.infoblock_1 .list_block .list_item {
    position: relative;
}

.infoblock_1 .list_block .list_item .back {
    padding: 60px calc(50vw - 787px - 10px) 60px 80px;
    align-items: center;
}

.infoblock_1 .list_block .list_item .ar_link {
    width: auto;
    margin-top: 0;
}

.infoblock_1 .list_block .list_item .back {
    position: relative;
    z-index: 50;
    background-color: #1C5A81;
    transition: 0.4s ease;
    color: #FFFFFF;
}

.infoblock_1 .list_block .list_item .back * {
    color: #FFFFFF;
}

.infoblock_1 .list_block .list_item .back:hover {
    background-color: #141F27;
    transition: 0.4s ease;
}

.infoblock_1 .list_block .list_item .back .ar_link,
.infoblock_1 .content_part .ar_link {
    color: #1C5A81;
}

.infoblock_1 .list_block .list_item .front > a .margin_b > *,
.infoblock_1 .list_block .list_item .front > a .ar_link {
    color: #FFFFFF;
}

.infoblock_1 .list_block .list_item:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
}

/* Image */

.infoblock_1 .back_part {
    z-index: 50;
    top: 120px;
    height: calc(100% - 120px);
}

.infoblock_1 .img_box {
    z-index: 50;
    background-color: rgba(28, 43, 53, 0);
    background-blend-mode: hard-light;
    transition: 0.5s ease-in-out;
}

.infoblock_1.vid_hov .img_box {
    background-color: rgba(28, 43, 53, 0.4);
}

.infoblock_1 .back_part .cont_left {
    background-color: #D9E7F7;
}

.infoblock_1.Image .back_part .cont_right {
    background: linear-gradient(to bottom, #FFFFFF 50%, #1C5A81 50%);
}

/* Video */

.infoblock_1.Video video {
    z-index: 10;
}

.infoblock_1.Video .cont_left {
    height: calc(100% - 120px);
}

.infoblock_1 .play_icon {
    align-items: center;
    background-color: #FFFFFF;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 150;
}

.infoblock_1 .play_icon:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 22px solid #1C2B35;
    z-index: 200;
    transition: 0.5s ease;
}

.infoblock_1.vid_hov .play_icon:after {
    border-left-color: #63A8CF;
}

.infoblock_1.Video .front_part {
    align-items: stretch;
    margin-bottom: 120px;
}

.infoblock_1.Video .list_block {
    padding: 120px calc(50% - 597px) 0 0;
}

html.edge .infoblock_1.Video .list_block {
    padding: 120px calc(49.99% - 597px) 0 0;
}

.infoblock_1.Video .list_block .video_trigger {
    height: 100%;
}

.infoblock_1.Video:not(.dis_dark_back) .cont_right {
    background: linear-gradient(to bottom, #FFFFFF 50%, #1C5A81 50%);
}

.infoblock_1.Video .cont_right .video_trigger_box {
    height: 120px;
    align-self: flex-end;
    align-items: center;
    justify-content: flex-end;
}

.infoblock_1.Video .cont_right .video_trigger {
    color: #FFFFFF;
    font: 1.5em/1.53em 'Geometria-Regular';
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: 0.5s ease;
}

.infoblock_1.Video.dis_dark_back .cont_right .video_trigger {
    color: #1C5A81;
}

.infoblock_1.Video.vid_hov .cont_right .video_trigger {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    color: #63A8CF;
}

section.infoblock_1 .cont_num {
    height: 50%;
}

/* Popup */

.popup {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #000000;
    align-items: center;
    transition: 0.5s ease-in transform 0.4s;
    align-items: flex-start;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: center;
    -webkit-transform-origin: center;
    overflow: hidden;
    padding: 100px 0;
    box-sizing: border-box;
}

.popup.active1 {
    height: 100%;
}

.popup.active2 {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: 0.7s ease transform;
}

.popup .popup_wrapper {
    height: 100%;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    z-index: 5100;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.popup.active2 .popup_wrapper {
    transition: 2.5s ease-in-out 0.7s;
    opacity: 1;
}

.popup .popup_wrapper::-webkit-scrollbar {
    display: none;
}

@-moz-document url-prefix() {
    .popup .popup_wrapper::-webkit-scrollbar {
        display: none;
    }
}

.popup .popup_wrapper.video {
    padding-bottom: 50px;
    background-color: transparent;
}

.popup .popup_wrapper.video video {
    min-width: 100%;
    max-width: 100%;
    min-height: 60vh;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

html.ie .popup.active2 .popup_wrapper > * {
    height: 80vh;
}

.popup i.fa-times {
    font-size: 2.3em;
    position: fixed;
    z-index: 6000;
    top: 30px;
    right: 30px;
    width: auto;
    display: inline-block;
    transition: 0.3s ease-in-out 0s transform, 0.5s ease-in-out 0s color, 0.3s ease-in-out 0s opacity;
    color: #FFFFFF;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: center;
    -webkit-transform-origin: center;
}

.popup.active2 i.fa-times {
    transition: 0.5s ease 0.7s transform, 0.5s ease-in-out 0s color, 0.4s ease-in-out 0.4s opacity;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.popup i.fa-times:hover {
    color: #63A8CF;
}

/* Infoblock - style 2 */

.infoblock_2 .light_block .cont_sh_right {
    z-index: 250;
}

.infoblock_2 .light_block,
.infoblock_2 .footer_block .cont_right,
.infoblock_2 .footer_block .cont_middle,
.infoblock_2 .dark_block .cont_right {
    background-color: #D9E7F7;
}

.infoblock_2 .dark_block > * {
    padding-top: 120px;
    padding-bottom: 120px;
}

.infoblock_2 .light_block {
    padding-top: 120px;
}

.infoblock_2 .light_block.db_exists {
    padding-bottom: 120px;
}

.infoblock_2 .light_block .cont_sh_right {
    background-color: #FFFFFF;
}

.infoblock_2 .cont .simple_list_box {
    margin-bottom: -10px;
}

.infoblock_2 .cont .simple_list_box:last-child {
    margin-bottom: -50px !important;
}

.infoblock_2 .light_block .simple_list_item {
    border-color: rgba(28, 90, 129, 0.3);
}

.infoblock_2 .dark_block {
    background-color: #1C5A81;
    z-index: 200;
}

.infoblock_2 .dark_block * {
    color: #FFFFFF;
}

.infoblock_2 .dark_block .cont_middle {
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
}

.light_block + .dark_block {
    padding-top: 120px;
    margin-top: -240px;
}

.infoblock_2 .footer_block * {
    color: #1C2B35;
}

.infoblock_2 .footer_block .cont_middle {
    padding: 60px 80px;
    box-sizing: border-box;
}

.infoblock_2 .footer_block .notes {
    font-family: 'Geometria-Italic';
}

.infoblock_2 .footer_block .cont_right {
    align-items: center;
}

.left_side_ens .text {
    letter-spacing: 0.2px;
}

/* Infoblock - style 3 */

.infoblock_3.wide_content {

}

.infoblock_3.wide .cont_left {

}

.infoblock_3 .cont_middle {
    background-color: #1C5A81;
}

.infoblock_3 .cont_left *,
.infoblock_3 .cont_middle * {
    color: #FFFFFF;
}


.infoblock_3 .cont_middle {
    padding-right: 80px;
}

.infoblock_3.wide_content .cont_left {
    padding-top: 120px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1023px) {
    .infoblock_3.wide_content .cont_left {
        padding-top: 50px;
    }
}

.infoblock_3.wide_content .cont_left .cont {
    margin-bottom: 0;
}


.infoblock_3.wide_content .cont_middle {
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1023px) {
    .infoblock_3.wide_content .cont_middle {
        padding-top: 0;
    }
}

.infoblock_3.wide_content .cont_middle > *:not(blockquote) {
    padding-left: 50px;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.blockquote {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 50px;
    font-family: 'Garamond-Regular';
    font-size: 24px;
    overflow: auto;
}

@media screen and (max-width: 460px) {
    .blockquote {
        font-size: 20px;
        padding: 40px 20px;
    }

}

.blockquote + blockquote {
    margin-top: -40px;
    border-top: none;
}

blockquote small {
    font-family: 'Geometria-Regular';
    font-size: 15px;
    margin-top: 24px;
    float: right;
}

.infoblock_3 .cont_left,
.infoblock_3 .cont_right {
    padding-top: 60px;
}

@media screen and (max-width: 1023px) {
    .infoblock_3.wide .cont_right {
        padding: 0;
    }


    .infoblock_3.cont > .cont_left .wrap {
        margin-bottom: 0;
    }
}

.infoblock_3 .cont_right .big_num {
    margin-top: 0;
}

.infoblock_3 .cont_left {
    flex-direction: column;
}

.infoblock_3.next-block-style-light.padding_b_none .cont_right {
    background: linear-gradient(0deg, #D9E7F7 50%, #fff 50%, #fff 100%);
}


@media screen and (min-width: 1023px) {
    .infoblock_3.cont.wide {
        --cont-l-w: 475px;

    }

    .infoblock_3.cont.wide > .cont_left {
        --cont-p: 140px !important;
        padding-left: 0;
        padding-right: 0;
        width: fit-content;
    }

    .infoblock_3.cont.wide > .cont_left > .wrap {
        box-sizing: content-box;
        width: calc(var(--cont-side-w) - var(--cont-p) - var(--cont-p-opposite));
        padding-left: var(--cont-p-dynamic);
        padding-right: var(--cont-p-opposite);
        margin-bottom: 76px;
    }

    .infoblock_3.cont.wide > .cont_left .cont {
        padding-left: 30px;
    }
}


.infoblock_3 .cont_left .img_box {
    position: relative;
    background-size: cover;
    background-position: center right;
    height: 100%;
}

/* Infoblock - style 4 */

.infoblock_4 .cont_sh_left {
    padding-top: 60px;
    padding-bottom: 360px;
}

.infoblock_4 .cont_sh_left:after {
    content: '';
    background-color: #1C5A81;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
}

.infoblock_4 .cont_sh_right {
    background-color: #D9E7F7;
}

.infoblock_4 .cover_image_box {
    height: 420px;
    position: relative;
    overflow: hidden;
}

.infoblock_4 .columns.c-3 {
    width: calc(100% + 80px);
    margin-right: -80px;
    margin-bottom: -40px !important;
}

.infoblock_4 .columns.c-3 > .c_block {
    max-width: calc(33.33% - 80px);
    margin-right: 80px;
}

html.edge .infoblock_4 .columns.c-3 > .c_block {
    max-width: calc(33.329% - 80px);
}

.infoblock_4 .c_block .cover_image {
    z-index: 300;
    background-size: 400%;
    background-blend-mode: hard-light;
    background-color: rgba(28, 90, 129, 0);
    transition: 0.5s ease;
    background-repeat: no-repeat;
    background-position-y: center;
}

.infoblock_4 .c_block.hov .cover_image {
    background-color: rgba(28, 90, 129, 0.25);
}

.infoblock_4 .c_block.hov:hover .cover_image {
    background-color: rgba(28, 90, 129, 0);
}

.infoblock_4 .c_block:nth-of-type(1) .cover_image {
    background-position-x: 0;
}

.infoblock_4 .c_block:nth-of-type(2) .cover_image {
    background-position-x: 50%;
}

.infoblock_4 .c_block:nth-of-type(3) .cover_image {
    background-position-x: 75%;
}

.infoblock_4 .c_block:nth-of-type(4) .cover_image {
    background-position-x: 100%;
}

.infoblock_4 .c_block .cover_image_box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, #1C5A81 100%);
    z-index: 350;
    transition: 0.5s ease;
    opacity: 0;
}

.infoblock_4 .c_block:hover .cover_image_box:after {
    opacity: 0.6;
}

.infoblock_4 .c_block h4 {
    transition: 0.5s ease;
}

.infoblock_4 .c_block:hover h4 {
    color: #63A8CF;
}

.infoblock_4 .cont_sh_left .arrow {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

.infoblock_4 .cont_sh_left .side_link {
    align-self: flex-end;
}


/*--------------------------------------------------------------
# Info block 5
--------------------------------------------------------------*/
.infoblock_5 {
    --footer-bg: #1C2B35;
}

.infoblock_5 .cont_left {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 244px;
}

.infoblock_5 .cont_middle {
    color: #fff;
    background-color: #1c5a81;
    position: relative;
}


.infoblock_5 .cont_right {
    background: linear-gradient(180deg, transparent 50%, var(--footer-bg) 50%);
}

.infoblock_5 header {
    padding: 50px 50px 50px 100px;
}

@media screen and (max-width: 1239px) {
    .infoblock_5 header {
        padding: 50px 50px;
    }
}

.infoblock_5 footer {
    width: 100%;
    background-color: var(--footer-bg);
}

@media screen and (max-width: 420px) {
    .infoblock_5 footer {
        padding: 20px !important;
        font-size: 20px;
    }

    .infoblock_5 footer.content_row_text h4 {
        font-size: 24px;
    }
}

.infoblock_5 footer p:first-child {

}

.infoblock_5 .content_rows {
    position: relative;
    box-sizing: border-box;

    & * {
        box-sizing: inherit;
    }
}

.infoblock_5 .content_rows .image_box {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 100%;
    width: var(--cont-l-w);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.infoblock_5 .content_row {
    display: flex;
    margin-top: -1px;
}


.infoblock_5 .content_row_title {
    position: relative;
    min-width: 166px;

    color: #1C2B35;
    font-size: 30px;
    padding: 60px 44px 22px;
    background-color: #D9E7F7;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .infoblock_5 .content_row_title {
        min-width: 120px;
        padding: 60px 22px 22px;
    }
}

@media screen and (max-width: 540px) {
    .infoblock_5 .content_row_title {
        font-size: 20px;
        min-width: 60px;
        padding: 60px 4px 22px;
    }
}


.infoblock_5 .content_row:first-child .content_row_title::after,
.infoblock_5 .content_row:first-child .content_row_title::before {
    display: none;
}

.infoblock_5 .content_row_title_inner {
    display: block;
    position: relative;
    text-align: center;
    writing-mode: vertical-lr;
    transform: scale(-1);
}

.infoblock_5 .content_row_title::after,
.infoblock_5 .content_row_title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    clip-path: polygon(50% 34px, 0 0, 100% 0);
}

.infoblock_5 .content_row_title::before {
    top: 1px;
    background-color: #1C2B35;
}

.infoblock_5 .content_row_title::after {
    background-color: #D9E7F7;
}


.infoblock_5 .content_row_text {
    width: 100%;
    padding: 40px 57px 40px 100px;
    font-size: 1.6em;
}

@media screen and (max-width: 1239px) {
    .infoblock_5 .content_row_text {
        padding: 40px 57px 40px 50px;
    }
}

@media screen and (max-width: 600px) {
    .infoblock_5 .content_row_text {
        padding: 40px;
    }

}

@media screen and (max-width: 460px) {
    .infoblock_5 .content_row_title {
        padding: 60px 4px 22px;
    }

    .infoblock_5 .content_row_text {
        padding: 20px;
    }
}

.infoblock_5 .content_row:not(:last-child) .content_row_text:not(footer) {
    border-top: 1px solid #fff;
}

.infoblock_5 .content_row_text h4 {
    font-size: 45px;
    margin-bottom: 40px;
    line-height: 1;
}

@media screen and (max-width: 460px) {
    .infoblock_5 .content_row_text h4 {
        font-size: 30px;
    }
}


.infoblock_5 .content_row_text ul {
    margin-left: 1.6em;
    list-style-position: outside;
    columns: 2;
    column-gap: 50px;
}


@media screen and (max-width: 720px) {
    .infoblock_5 .content_row_text ul {
        columns: 1;
    }
}

.infoblock_5 .content_row_text li {
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Job creation 
--------------------------------------------------------------*/

.jс_slider .cont_left {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}

.jс_slider .cont_left:before {
    content: '';
    position: absolute;
    right: 484px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(65, 123, 171, 0.5);
    z-index: 50;
}

.jс_slider .cont_left .scroll_box {
    right: 482px;
    top: 50px;
    height: calc(100% - 38px);
}

.jс_slider .cont_middle {
    background-color: #D9E7F7;
}

.jс_slider .cont_right {
    background-color: #1C2B35;
    padding-top: 60px;
}

.jс_slider .jс_slider_wrapper {
    overflow: auto;
    position: absolute;
    top: 60px;
    left: calc(50vw - 797px);
    width: calc(100% - calc(50vw - 797px));
    height: calc(100% - 68px);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.jс_slider .jс_slider_wrapper::-webkit-scrollbar {
    display: none;
}

@-moz-document url-prefix() {
    .jс_slider .jс_slider_wrapper::-webkit-scrollbar {
        display: none;
    }
}

.jс_slider_box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 60px;
}

.jс_slider_wrapper li {
    font-size: 1.5em;
    vertical-align: middle;
    letter-spacing: 0.2px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #1C5A81;
    margin-bottom: 14px !important;
}

.jс_slider_wrapper li .title_back {
    position: relative;
    z-index: 10;
    transition: 0.4s ease;
    opacity: 0.5;
}

.jс_slider_wrapper li:hover .title_back,
.jс_slider_wrapper li.active .title_back {
    color: #141F27;
    opacity: 1;
}

.jс_slider .statistics {
    width: 100%;
    border-collapse: collapse;
}

.jс_slider .statistics td,
.jс_slider .statistics th {
    padding: 60px 40px;
}

.jс_slider .statistics th {
    position: relative;
    border-bottom: 1px solid #1C5A81;
    text-align: left;
    padding-left: 80px;
}

.jс_slider .statistics th h3 {
    padding-right: 115px;
    opacity: 1;
    transition: 0.5s ease;
}

.jс_slider .statistics th.hide h3 {
    opacity: 0;
}

.jс_slider .counter {
    bottom: 65px;
    right: 40px;
    position: absolute;
    opacity: 0.5;
    color: #1C5A81;
}

.jс_slider .counter > * {
    vertical-align: middle;
    margin-left: 3px;
}

.jс_slider .statistics .stat_body td {
    border-right: 1px solid rgba(65, 123, 171, 0.3);
    vertical-align: baseline;
    width: 25%;
}

.jс_slider .statistics .stat_amount td {
    padding: 40px;
    border-top: 1px solid rgba(65, 123, 171, 0.3);
}

.jс_slider .statistics .stat_amount td > * {
    display: inline-block;
}

.jс_slider .statistics td .plaintext {
    font-size: 1.5em;
}

.jс_slider .statistics .stat_amount td .plaintext {
    font-family: 'Geometria-Bold';
}

.jс_slider .statistics .num {
    font: 3.5em/1em 'Garamond-Regular';
    white-space: nowrap;
    letter-spacing: 0.1px;
}

.jс_slider .statistics .stat_amount td .num {
    font-size: 4.5em;
    min-width: 130px;
}

.jс_slider .num {
    transition: 0.4s ease color;
    color: #1C2B35;
}

.jс_slider.lock .num {
    color: #556068;
    transition: 0.15s linear color;
}

.jс_slider .cur_stat_item {
    opacity: 1;
    transition: 0.5s ease;
}

.jс_slider th.hide .cur_stat_item {
    opacity: 0;
}

.jс_slider .statistics .nav_box {
    position: absolute;
    right: -190px;
    bottom: 4px;
    width: 70px;
    z-index: 300;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.jс_slider .statistics .nav_box {
    display: none;
}

.jс_slider .statistics .nav_box > * {
    display: block;
    padding: 5px 0;
}

.jс_slider .nav_box .arrow.prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.jс_slider .statistics th {
    position: relative;
}

/*
.jс_slider .statistics th:after {
    content: '';
    position: absolute;
    right: -190px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #1C5A81;
    z-index: 300;
}
*/
.jс_slider .cont_right .nav_box {
    display: none;
}

.jс_slider .cont_left .nav_box {
    position: absolute;
    position: absolute;
    right: 25px;
    top: 70px;
    height: calc(100% - 110px);
    width: 13px;
    z-index: 200;
}

.jс_slider .cont_left .nav_box > * {
    position: absolute;
    right: -20px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}

.jс_slider .cont_left .nav_box a.prev {
    top: 0;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    right: -14px;
    top: 14px;
}

.jс_slider .cont_left .nav_box a.next {
    bottom: 0;
}

.jс_slider .cont_left .nav_box a.disabled {
    opacity: 0.25;
    cursor: default !important;
}

.jс_slider .cont_left .nav_box a.disabled *,
.jс_slider .cont_left .nav_box a.disabled *:before,
.jс_slider .cont_left .nav_box a.disabled *:after {
    cursor: default !important;
}

/*--------------------------------------------------------------
# Organizations
--------------------------------------------------------------*/


.organizations {
    padding-top: 80px;
    --bg-gradient-color: #fff;
    background: linear-gradient(to top, #fff 50%, var(--bg-gradient-color) 50%, var(--bg-gradient-color) 100%);
}

.numbered_columns.light + .organizations.padding_t_none {
    --bg-gradient-color: #D9E7F7;
}

.numbered_columns.dark + .organizations.padding_t_none {
    --bg-gradient-color: #1C5A81;
}

.organizations_inner {
}

.organizations_title {
    font-size: 35px;
    margin-bottom: 50px;
}

.organizations_subtitle {
    font-size: 16px;
    margin-bottom: 50px;
}

.organizations_list {
    display: flex;
    flex-wrap: wrap;
}

.organizations_disclosure {
    font-size: 16px;
    margin-top: 50px;
}

.organizations_disclosure a {
    color: #1C5A81;
    text-decoration: underline;
    transition: color .2s ease-in-out;
}

.organizations_disclosure a:hover,
.organizations_disclosure a:focus {
    color: #1C2B35;
}

.organizations_disclosure em {
    font-family: 'Geometria-Italic';
    font-style: italic;
}

.org {
    --border-color: #6992AC;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

@media screen and (max-width: 1023px) {
    .org {
        border-left: 1px solid var(--border-color);

    }

    .org:not(:last-child) {
        border-bottom: none;
    }
}

@media screen and (min-width: 1023px) {
    .org {
        width: calc(100% / 3);
    }

    .org:nth-child(3n + 1) {
        border-left: 1px solid var(--border-color);
    }
}

.org_logo_wrap {
    box-sizing: border-box;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}

.org_descr {
    font-size: 16px;
    padding: 50px 40px 77px;
}

/*.organizations .cont_left {*/
/*    padding-top: 60px;*/
/*}*/

/*.organizations .cont_right,*/
/*.organizations .cont_middle {*/
/*    border-top: 1px solid #B2B2B2;*/
/*    border-bottom: 1px solid #B2B2B2;*/
/*}*/

/*.organizations .cont_middle:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    width: 1px;*/
/*    background-color: #B2B2B2;*/
/*    z-index: 300;*/
/*}*/

/*.organizations .cont_middle header {*/
/*    padding: 60px 80px;*/
/*}*/

/*.organizations .cont_right .img_box {*/
/*    background-size: cover;*/
/*    background-position: center bottom;*/
/*    height: calc(100% + 1px);*/
/*}*/

/*.org_item {*/
/*    border-top: 1px solid rgba(28, 90, 129, 0.3);*/
/*}*/

/*.org_item > .img_box {*/
/*    background-color: #D9E7F7;*/
/*    width: 224px;*/
/*    padding: 80px;*/
/*    transition: 0.4s ease;*/
/*}*/

/*.organizations .org_item > a.img_box:hover {*/
/*    background-color: rgba(217, 231, 247, 0.5);*/
/*}*/

/*html.ie .org_item > .img_box {*/
/*    align-items: center;*/
/*}*/

/*html.ie .org_item > .img_box img {*/
/*    width: 224px;*/
/*    height: 60px;*/
/*}*/

/*.org_item .description {*/
/*    width: calc(100% - 384px);*/
/*    padding: 60px 80px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.organizations .cont_right {*/
/*    background-color: #D9E7F7;*/
/*}*/

/*--------------------------------------------------------------
# Key terms
--------------------------------------------------------------*/

.kt_wrapper {
    background-color: #D9E7F7;
    padding-left: calc(50% - 787px + 304px);
}

html.edge .kt_wrapper {
    padding-left: calc(49.99% - 787px + 304px);
}

.kt_box .plaintext.number,
.simple_list_item .number {
    font-size: 1.5em;
    opacity: 0.5;
}

.kt_box {
    padding: 60px calc(50vw - 787px - 10px) 10px 80px;
    box-sizing: border-box;
    border-top: 1px solid #FFFFFF;
    margin-bottom: 0;
}

.kt_box .c_block {
    padding-left: 50px;
    box-sizing: border-box;
}

.kt_box .c_block:first-child {
    padding-left: 0;
}

.kt_box .c_block:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/*--------------------------------------------------------------
# Logo banner
--------------------------------------------------------------*/

.logo_banner_wrapper {
    position: relative;
}

.logo_banner_wrapper .back_image_mobile {
    z-index: 50;
    opacity: 0.6;
    display: none;
}

.logo_banner_box {
    z-index: 100;
}

.logo_banner_box .invest_logo img.main {
    filter: brightness(500) grayscale(1);
    -webkit-filter: brightness(500) grayscale(1);
}

section.logo_banner .columns.logo_banner_box {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
}

section.logo_banner .columns.logo_banner_box .c_block {
    max-width: 33.33%;
    padding: 60px 80px;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
}

html.edge section.logo_banner .columns.logo_banner_box .c_block {
    max-width: 33.329%;
}

section.logo_banner .columns.logo_banner_box .c_block .invest_logo {
    height: 75px;
    align-items: center;
    position: relative;
    z-index: 200;
}

section.logo_banner .columns.logo_banner_box .c_block .invest_logo img {
    height: 50px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    opacity: 1;
    transition: 0.6s ease opacity;
}

section.logo_banner.lock .columns.logo_banner_box .c_block .invest_logo img {
    opacity: 0;
}

section.logo_banner .columns.logo_banner_box .c_block .invest_logo img.vert {
    height: 75px;
}

section.logo_banner .columns.logo_banner_box .c_block .back_img {
    opacity: 0.6;
    z-index: 150;
    width: 300%;
    height: 300%;
    background-color: transparent;
    background-blend-mode: multiply;
    transition: 0.5s ease-in-out 0.1s;
}

section.logo_banner .columns.logo_banner_box:hover .c_block .back_img {
    background-color: rgba(28, 90, 129, 0.8);
}

section.logo_banner .columns.logo_banner_box:hover .c_block:hover .back_img {
    background-color: rgba(28, 90, 129, 0);
    transition: 0.5s ease-in-out 0s;
    opacity: 0.8;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(2) .back_img {
    margin-left: -100%;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(3) .back_img {
    margin-left: -200%;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(4) .back_img {
    margin-top: -54%;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(5) .back_img {
    margin-top: -54%;
    margin-left: -100%;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(6) .back_img {
    margin-top: -54%;
    margin-left: -200%;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(7) .back_img {
    margin-top: -108%;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(8) .back_img {
    margin-top: -108%;
    margin-left: -100%;
}

section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(9) .back_img {
    margin-top: -108%;
    margin-left: -200%;
}

section.logo_banner .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    z-index: 250;
    transition: 0.5s ease-in opacity;
    opacity: 1;
}

section.logo_banner.lock .indicator {
    opacity: 0;
}

section.logo_banner .cont_right {
    background: linear-gradient(to bottom, #FFFFFF 50%, #1C5A81 50%);
    align-items: flex-end;
}

section.logo_banner .cont_right .button_box {
    width: auto;
    height: 50%;
    max-width: inherit;
    margin-right: 0;
    align-items: center;
    display: flex;
}

section.logo_banner .cont_right .ar_link.vert_al {
    color: #FFFFFF;
}

section.logo_banner .side_link .ar_link .arrow,
.infoblock_2 .footer_block .ar_link .arrow {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

section.timeline {
    background-size: cover;
    background-position-x: 0;
    background-position-y: top;
    background-repeat: no-repeat;
}

section.timeline.horizontal {
    padding-bottom: 80px;
}

html.ie section.timeline {
    background-position-x: 0 !important;
}

section.timeline .cont_middle,
section.timeline .cont_right {
    background-color: #1C2B35;
}

section.timeline .cont_middle {
    padding-bottom: 80px;
    flex-direction: column;
    box-sizing: border-box;
}

section.timeline.horizontal .cont_middle {
    padding-bottom: 0;
    padding-left: 30px;
}

@media screen and (min-width: 420px) {
    section.timeline.horizontal .cont_middle {
        padding-left: 50px;
    }

}

@media screen and (min-width: 1800px) {
    section.timeline.horizontal .cont_middle {
        padding-left: 100px;
    }
}


section.timeline .cont_middle header {
    color: #FFFFFF;
    padding: 60px 80px;
    box-sizing: border-box;
}

section.timeline.horizontal .cont_middle header {
    padding: 90px 0 50px;
}


section.timeline .timeline_content {
    background-color: #FFFFFF;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    min-height: 244px;
    padding: 20px 40px 20px 60px;
}

section.timeline .timeline_content .year {
    width: auto;

    letter-spacing: 0.1px;
    font: 4.5em/1em 'Garamond-Regular';
    white-space: nowrap;
}

section.timeline .timeline_content .description .subtitle {
    transition: 0.3s ease opacity;
    opacity: 1;
}

section.timeline .timeline_content .description .subtitle.hide {
    opacity: 0;
}

section.timeline .timeline_subtitle {
    font-family: 'Garamond-Regular', serif;
    font-size: 25px;
    margin-bottom: 60px;
    color: #fff;
}


/*---------------------------------*/

section.timeline .timeline_box {


}

section.timeline .timeline_list {
    padding: 42px 70px 23px;
    margin: 0;
    color: #fff;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1365px) {
    section.timeline .timeline_list {
        padding: 42px 20px 23px;
    }
}

section.timeline .timeline_list:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

section.timeline .timeline_item {
    position: relative;
    font-family: 'Geometria-Bold';
    text-align: center;
    padding-bottom: 50px;
}

section.timeline .timeline_item .year {
    font-size: 2em;
    position: relative;
    transition: transform .1s ease-in-out;
    transform-origin: center;
    min-height: 25px;
    width: 100%;
    display: block;
}

section.timeline .timeline_item .year.active,
section.timeline .timeline_item .year:hover,
section.timeline .timeline_item .year:focus-within {
    transform: scale(1.5);
}

@media screen and (max-width: 1365px) {
    section.timeline .timeline_item .year {
        font-size: 1.5em;
    }
}

section.timeline .timeline_item .year_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

section.timeline .timeline_item.active .year_inner,
section.timeline .timeline_item:hover .year_inner,
section.timeline .timeline_item:focus-within .year_inner {

}

section.timeline .timeline_item::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    transition: background-color .3s ease-in-out;
}

section.timeline .timeline_item.active::before,
section.timeline .timeline_item:hover::before,
section.timeline .timeline_item:has(.year.active)::before,
section.timeline .timeline_item.focus-within::before {
    background-color: rgba(255, 255, 255, 1);
}

.timeline_panels {
    font-family: 'Garamond-Regular';
    font-size: 3em;
    padding: 40px 80px 40px 60px;
    min-height: 244px;
    background-color: #1C2B35;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.timeline_panel {
    box-sizing: border-box;
    display: none;
}

.timeline_panel.active {
    display: flex;
    align-items: center;
    column-gap: 65px;
    row-gap: 40px
}

.timeline_panel .year {
    font-family: 'Garamond-Regular';
    font-size: 45px;
    width: auto;
}

.timeline_panel_inner {
    flex: 1;
}

.timeline_panel_inner ul {
    list-style-type: square;
    margin-left: 1em;
}

@media screen and (max-width: 860px) {
    section.timeline .timeline_list {
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        column-gap: 25px;
    }

    section.timeline .timeline_list:before,
    section.timeline .timeline_item::before {
        display: none;
    }


    section.timeline .timeline_item {
        width: auto;
        min-width: 40px;
    }

    section.timeline .timeline_item:not(:first-child) {

    }

    section.timeline .timeline_item .year_inner {
        position: relative;
        left: 0;
        bottom: 0;
    }

    section.timeline .timeline_item .year.active,
    section.timeline .timeline_item .year:hover,
    section.timeline .timeline_item .year:focus-within {
        transform: scale(1.2);
    }

    .timeline_panels {
        padding: 30px;
        font-size: 2.4em;
        align-items: stretch;
        justify-content: center;
    }

    .timeline_panel {
        flex-direction: column;
        justify-content: space-between;
    }

    .timeline_panel .year {
        font-size: 30px;
        margin-bottom: auto;
    }
}

/*-------------------------------------*/

section.timeline .cont_right {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.timeline:not(.horizontal) .cont_right:before {
    content: '';
    position: absolute;
    left: 70px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #556068;
}

section.timeline .cont_right .filters {
    display: inline-block;
    align-items: center;
}

section.timeline .cont_right .filters > * {
    cursor: pointer;
    color: #FFFFFF;
    width: auto;
    transition: 0.3s ease;
}

section.timeline .indicator {
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 67px;
    top: 58px;
    height: calc(100% - 120px);
}

section.timeline .indicator p {
    font-size: 2em;
    line-height: 1em;
    position: relative;
}

section.timeline span.dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-color: #556068;
    transition: 0.3s ease;
}

section.timeline .active span.dot {
    background-color: rgba(255, 255, 255, 1);
}

/*--------------------------------------------------------------
# Articles - News & Team
--------------------------------------------------------------*/

.article-single.news_team .cont_middle article,
.article-single .cont_middle .go_back_box {
    padding: 40px 80px;
    box-sizing: border-box;
}

.article-single .cont_middle .go_back_box .arrow {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.article-single .cont_middle .go_back_box a {
    color: #FFFFFF;
}

.article-single .ext_link {
    color: #1C5A81;
}

/*--------------------------------------------------------------
# Articles - portfolio
--------------------------------------------------------------*/

.article-single.portfolio .go_back,
.article-single .visit_www {
    display: inline-block;
}

.article-single.portfolio .go_back .arrow,
.article-single.portfolio .cont_middle .nav_box .prev .arrow {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.article-single.portfolio .cont_middle .nav_box {
    padding: 40px 80px;
}

.article-single.portfolio .cont_middle .vert_al {
    color: #FFFFFF;
}

.article-single.portfolio .next .vert_al {
    text-align: right;
}

.article-single.portfolio .cont_left,
.article-single.portfolio .cont_right {
    padding-top: 40px;
    padding-bottom: 120px;
}

.article-single.portfolio .cont_middle article {
    padding: 80px 60px 120px 80px;
}

.article-single.portfolio .cont_left {
    padding-top: 60px;
}

.article-single.portfolio .cont_left:after {
    content: '';
    position: absolute;
    z-index: 50;
    right: 0;
    top: 0;
    background-color: #1C5A81;
    opacity: 0.5;
    height: 100%;
    width: 1px;
}

.article-single.portfolio .cont_left .invest_logo {
    height: 97px;
    margin-bottom: 60px;
}

.article-single.portfolio .cont_left .invest_logo img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: center;
}

html.ie .article-single.portfolio .cont_left .invest_logo img {
    width: 100%;
}

.article-single.portfolio .cont_left .title {
    font: 1.4em/1.2em 'Geometria-Bold';
}

/*--------------------------------------------------------------
# Partnerships
--------------------------------------------------------------*/

.partnerships {

}

.partnerships .top_part {
    align-items: stretch;
}

.partnerships .top_part .cont_middle {
    display: flex;
    align-items: stretch;

}

.partnerships header {
    width: 100%;
    color: #fff;
    padding: 50px 50px 50px 100px;
    display: flex;
    align-items: center;
}

.partnerships_list {
    padding: 0 60px 30px 50px;
	background-color: white;
}

.partnerships .bottom_part.cont.wide {
    --cont-l-w: 0;
    --cont-r-w: 167px;
}

.partnerships .bottom_part .cont_middle {
    --cont-p: 120px;
    padding-left: var(--cont-p-dynamic);
    background-color: #fff;
}

.partnerships .bottom_part .cont_right {
    position: relative;
    background: linear-gradient(0deg, #fff 50%, #D9E7F7 50%, #D9E7F7 100%);
}

.partnerships .bottom_part .cont_right .image_box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 791px;
}

.cont_middle.dark_back {
	background-color:#D9E7F7 !important; 
	margin-top:25px;
	color: black;
}

.partnerships h2 {
	color: black;
}

.cont_right.dark_back {
	background-color:#D9E7F7 !important;
	margin-top:25px;
}

.partnerships.big_num.cont_num.tcenter.upper {
	margin-top:25px !important;
}

.big_num.cont_num.tcenter.upper {
	margin-top:25px;
}

.partnership {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
    gap: 30px;
}

.partnership:not(:last-child) {
    border-bottom: 1px solid #1C2B35;
}

.partnership_logo_box {
    width: 100%;
    max-width: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnership_logo {

}

.partnership_inner {
    width: 100%;
    max-width: 1188px;
    padding-right: 30px;
}

.partnership_name {
    font-size: 30px;
    margin-bottom: 30px;
}

.partnership_descr {
    font-size: 16px;
}


@media screen and (max-width: 1800px) {
    .partnerships header {
        padding: 50px;
    }

    .partnerships_list {
        padding: 0 50px 30px;
    }
}

@media screen and (max-width: 1023px) {
    .partnerships .bottom_part .cont_right {
        display: none;
    }

    .partnerships_list {
        padding: 0 0 30px;
    }

    .partnership_inner {
        padding-right: 0;
    }
}

@media screen and (max-width: 860px) {
    .partnerships header {
        padding: 30px;
    }
}

@media screen and (max-width: 640px) {
    .partnership {
        flex-direction: column;
    }

    .partnership_logo_box {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Numbered columns
--------------------------------------------------------------*/

.static-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1650px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.numbered_columns {
    --color-light: #D9E7F7;
    --color-dark: #1C5A81;

    --text-color: inherit;
    --text-accent-color: var(--color-dark);
    --bg-color: var(--color-light);

    background-color: var(--bg-color);
    color: var(--text-color);
    padding-top: 80px;
    padding-bottom: 50px;

    counter-reset: numbered-columns;
}

.numbered_columns.white {
    --bg-color: #fff;
}

.numbered_columns.light {
    --bg-color: var(--color-light);
}

.numbered_columns.dark {
    --text-color: #fff;
    --text-accent-color: var(--color-light);
    --bg-color: var(--color-dark);
}

.numbered_columns_title {
    font-size: 35px;
    margin-bottom: 50px;
}

.numbered_columns_inner {
}

.numbered_columns_list {
    display: flex;
    flex-wrap: wrap;
}

.numbered_column {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(100% / 5);
    border-left: 1px solid var(--text-accent-color);
    padding-left: 25px;
    padding-right: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1239px) {
    .numbered_column {
        max-width: calc(100% / 3);
    }
}

@media screen and (max-width: 860px) {
    .numbered_column {
        max-width: calc(100% / 2);
    }
}

@media screen and (max-width: 540px) {
    .numbered_column {
        max-width: 100%;
    }
}

.numbered_column::before {
    counter-increment: numbered-columns;
    content: "0" counter(numbered-columns);
    display: block;
    font-size: 15px;
    color: var(--text-accent-color);
    margin-bottom: 28px;
    opacity: .5;
}

.numbered_column:nth-child(n+10)::before {
    content: counter(numbered-columns);
}

.numbered_column h3 {
    font-size: 25px;
    color: var(--text-accent-color);
    margin-bottom: 30px;
}

.numbered_column_text > p {
    font-size: 1.6em !important;
    line-height: 1.6875;
}

/*--------------------------------------------------------------
# MQ
--------------------------------------------------------------*/

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

    .margin_b.mxxxl > *,
    .infoblock_1.Video .front_part {
        margin-bottom: 100px;
    }

    section:first-of-type,
    .infoblock_1 .content_part,
    .infoblock_2 .dark_block > * {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    section + section,
    main > section:last-child,
    .infoblock_2 .light_block.db_exists,
    .article-single.portfolio .cont_left,
    .article-single.portfolio .cont_right,
    .article-single.portfolio .cont_middle article {
        padding-bottom: 100px;
    }

    .padding_t_120,
    .pageheader.homepage .ph_body,
    .cont_shift.complex.left .cont_sh_left,
    .cont_shift.complex.left .cont_sh_right,
    .infoblock_1.Video .list_block,
    .infoblock_2 .light_block,
    .light_block + .dark_block {
        padding-top: 100px;
    }

    .pageheader.simple .ph_body,
    .infoblock_1 .list_block {
        padding: 100px 0;
    }

    .pageheader.simple .ph_body {
        padding: 140px 0 164px;
    }

    .pageheader.single_post.news_team .cont_right {
        margin-top: 100px;
    }

    section.complex_list .back_pattern {
        bottom: 100px;
    }

    .infoblock_1 .back_part {
        top: 100px;
    }

    section.infoblock_1 {
        padding: 0 0 100px 0;
    }

    .infoblock_1 .back_part,
    .infoblock_1.Video .cont_left,
    section.timeline .indicator {
        height: calc(100% - 100px);
    }

    .infoblock_1 .play_icon {
        width: 100px;
        height: 100px;
    }

    .infoblock_1.Video .cont_right .video_trigger_box {
        height: 100px;
    }

    .pageheader.homepage .ql_wrapper {
        bottom: -200px;
        height: 200px;
    }

    .infoblock_4 .cont_sh_left:after {
        height: 200px;
    }

    .light_block + .dark_block {
        margin-top: -200px;
    }

    .infoblock_4 .cont_sh_left {
        padding-bottom: 300px;
    }

    .infoblock_1 .play_icon:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 19px solid #1C2B35;
    }

    .contacts_map .form_section_block {
        padding: 150px 0 40px 0;
        margin-top: -150px;
    }

}

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

    .review-hero {
        margin-top: 80px;
    }

    body {
        font-size: 55%;
    }

    .plaintext,
    article.text li,
    article.text p:not(.button) {
        font-size: 1.75em;
    }

    section.complex_block .notes,
    section.infoblock_3 .notes {
        font-size: 1.3em;
    }

    .dd_content .key_numbers_wrapper .plaintext,
    .kt_box .plaintext {
        font-size: 1.5em;
    }

    .cont.simple {
       /* width: 1170px; */
		width:1200px;
    }

    .cont_left,
    .cont_shift.complex.right .cont_sh_left {
        width: 190px;
        padding-left: calc(50% - 585px);
        padding-right: 40px;
    }

    html.edge .cont_left,
    html.edge .cont_shift.complex.right .cont_sh_left {
        padding-left: calc(49.99% - 585px);
    }

    .displacement .cont_left {
        width: 365px;
    }

    .cont_middle {
        width: 800px;
    }

    .displacement .cont_middle {
        width: 665px;
    }

    .cont_right,
    .cont_shift.complex.left .cont_sh_right {
        width: 100px;
        padding-right: calc(50% - 585px);
        padding-left: 40px;
    }

    html.edge .cont_right,
    html.edge .cont_shift.complex.left .cont_sh_right {
        padding-right: calc(49.99% - 585px);
    }

    .cont_shift.complex.right .cont_sh_right {
        width: 900px;
        padding: 60px calc(50% - 585px) 60px 40px;
    }

    html.edge .cont_shift.complex.right .cont_sh_right {
        padding: 60px calc(49.99% - 585px) 60px 40px;
    }

    .cont_shift.complex.left .cont_sh_left {
        width: 990px;
        padding: 60px 40px 60px calc(50% - 585px);
    }

    html.edge .cont_shift.complex.left .cont_sh_left {
        padding: 60px 40px 60px calc(49.99% - 585px);
    }

    #primary-menu {
        padding-left: calc(50% - 585px);
    }

    html.edge #primary-menu {
        padding-left: calc(49.99% - 585px);
    }

    .pageheader .ph_body {
        width: 100%;
    }

    .pageheader.single_post.news_team .cont_middle {
        padding: 40px;
    }

    .pageheader.single_post.news_team .cont_middle:after {
        left: 40px;
        width: calc(100% - 40px);
    }

    .pageheader.single_post.news_team .cont_right:after {
        left: 0;
        width: 140px;
    }

    .pageheader.homepage .main_logo {
        width: 240px;
        margin-bottom: 80px;
    }

    .pageheader.homepage h1 {
        font-size: 14em;
        margin-left: 120px;
    }

    .pageheader.homepage .ph_wrapper:before {
        left: -40px;
        width: 320px;
    }

    .pageheader.homepage .ql_box .q_link {
        padding: 0 40px;
        padding-bottom: 40px;
    }

    footer .logo {
        flex: 1 1 120px;
    }

    footer .logo > * {
        width: 120px;
    }

    #back_to_top {
        right: calc(25% - 292.50px);
    }

    .columns {
        width: calc(100% + 40px);
        margin-right: -40px;
        margin-bottom: -40px;
    }

    .columns > .c_block {
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .columns.c-1,
    .columns.c-1 > .c_block {
        width: 100%;
        margin-right: 0;
    }

    .columns.c-2 > .c_block {
        max-width: calc(50% - 40px);
    }

    html.edge .columns.c-2 > .c_block {
        max-width: calc(49.99% - 40px);
    }

    .columns.c-3 > .c_block {
        max-width: calc(33.33% - 40px);
    }

    html.edge .columns.c-3 > .c_block {
        max-width: calc(33.329% - 40px);
    }

    .columns.c-4 > .c_block {
        max-width: calc(25% - 40px);
    }

    html.edge .columns.c-4 > .c_block {
        max-width: calc(24.99% - 40px);
    }

    .columns.c-5 > .c_block {
        max-width: calc(16.667% - 40px);
    }

    html.edge .columns.c-5 > .c_block {
        max-width: calc(16.66% - 40px);
    }

    .columns.c-6 > .c_block {
        max-width: calc(16.667% - 40px);
    }

	html.edge .columns.c-6 > .c_block {
        max-width: calc(16.66% - 40px);
    }
	
    .contacts_map .contacts {
        padding: 40px;
    }

    .side_link,
    section.news .load_more_news {
        margin-right: 40px;
        max-width: calc(100% - 40px);
    }

    section.quick_links .ql_wrapper .q_link {
        padding: 0 40px;
    }

    section.quick_links.simple .ql_wrapper .q_link {
        padding-bottom: 40px;
    }

    .cont_shift.complex.left .cont_sh_left {
        padding-bottom: 21vw;
        padding-top: 100px;
        background-position-x: right;
    }

    section.portfolio .columns.portfolio_wrapper .c_block {
        padding: 80px 40px;
        max-width: 20%;
    }

    html.edge section.portfolio .columns.portfolio_wrapper .c_block {
        max-width: 19.99%;
    }

    section.news .cont_left,
    section.news .cont_right {
        padding-top: 40px;
    }

    section.news .cont_middle header {
        padding: 40px;
    }

    section.news .cont_middle .news_wrapper {
        padding: 40px 40px 0 40px;
    }

    section.news .cont_right.full {
        padding-bottom: 40px;
    }

    section.news .news_item {
        padding-left: 50px;
        box-sizing: border-box;
    }

    section.news .news_item i {
        left: -50px;
    }

    .margin_b.mxl > *,
    section.news .margin_b:not(.columns) > .news_item:last-child {
        margin-bottom: 50px;
    }

    section.news .cont_left {
        padding-bottom: 57px;
    }

    h3.team_member.c_block {
        padding-left: 40px;
    }

    .filters_title_mp {
        margin: 80px 0 50px 0;
    }

    .team_wrapper {
        width: 100%;
        column-count: 4;
    }

    .columns.c-5 > .c_block.team_member {
        max-width: calc(25% - 40px);
    }

    html.edge .columns.c-5 > .c_block.team_member {
        max-width: calc(24.99% - 40px);
    }

    .filters_group p,
    .filters.partners p {
        padding: 16px 30px;
        letter-spacing: 0.3px;
    }

    .complex_block.Dark .cont_middle,
    .complex_block.Black .cont_middle,
    .infoblock_3 .cont_middle {
        padding: 60px 0 60px 40px;
    }

    .complex_block.Dark.swap_sides .cont_middle,
    .complex_block.Black.swap_sides .cont_middle {
        padding: 60px 40px 60px 0;
    }

    .complex_block .cont_middle h2:not(:first-child),
    .infoblock_3 .cont_middle h2:not(:first-child),
    .complex_block .cont_middle h3:not(:first-child),
    .infoblock_3 .cont_middle h3:not(:first-child) {
        margin-top: 40px;
    }

    .key_numbers_wrapper header {
        padding: 40px;
    }

    .key_numbers_wrapper .key_numbers_item {
        padding: 0 40px;
        min-height: 60px;
    }

    .key_numbers_wrapper .columns.c-3 .key_numbers_item:nth-of-type(3n) {
        padding-right: 40px;
    }

    .key_numbers_wrapper .columns.c-3 .key_numbers_item:nth-of-type(3n + 1) {
        padding-left: 40px;
    }

    .key_numbers_wrapper.list .key_numbers_item {
        padding: 0 40px;
    }

    .complex_block .metrics_box.simple_list_box {
        padding-top: 40px;
        padding-left: 40px;
        width: calc(100% - 40px - 210px);
    }

    .metrics_wrapper_outer.active-1 .metrics_section.front_block.sec_item-1,
    .metrics_wrapper_outer.active-2 .metrics_section.front_block.sec_item-1,
    .metrics_wrapper_outer.active-2 .metrics_section.front_block.sec_item-2 {
        left: 216px;
    }

    section.complex_list .cont_middle {
        padding: 40px;
    }

    .infoblock_1 .content_part {
        width: calc(100% - 40px - calc(50% - 585px));
        padding: 100px 40px 100px calc(50% - 585px);
    }

    html.edge .infoblock_1 .content_part {
        width: calc(100% - 40px - calc(49.99% - 585px));
        padding: 100px 40px 100px calc(49.99% - 585px);
    }

    .infoblock_1.Video .list_block {
        width: calc(170% - 2 * calc(50% - 585px));
    }

    html.edge .infoblock_1.Video .list_block {
        width: calc(170% - 2 * calc(49.99% - 585px));
    }

    .infoblock_1 .list_block .list_item .back,
    .infoblock_1 .list_block .list_item .front > a {
        padding: 40px calc(50vw - 585px - 10px) 40px 40px;
    }

    .infoblock_1.Video .list_block {
        padding: 100px calc(50% - 445px) 0 0;
    }

    html.edge .infoblock_1.Video .list_block {
        padding: 100px calc(49.99% - 585px) 0 0;
    }

    .infoblock_2 .cont .simple_list_box:last-child {
        margin-bottom: -40px !important;
    }

    .infoblock_2 .dark_block .cont_middle {
        padding-left: 40px;
        padding-right: 40px;
    }

    .infoblock_2 .footer_block .cont_middle {
        padding: 40px;
    }

    .infoblock_3 .cont_middle {
        padding-right: 40px;
    }

    .infoblock_4 .columns.c-3 {
        width: calc(100% + 40px);
        margin-right: -40px;
    }

    .infoblock_4 .columns.c-3 > .c_block {
        max-width: calc(33.33% - 40px);
        margin-right: 40px;
    }

    html.edge .infoblock_4 .columns.c-3 > .c_block {
        max-width: calc(33.329% - 40px);
    }

    .jс_slider .cont_left:before {
        right: 364px;
    }

    .jс_slider .cont_left .scroll_box {
        right: 362px;
        top: 40px;
        height: calc(100% - 38px);
    }

    .jс_slider .jс_slider_wrapper {
        top: 50px;
        left: calc(50vw - 585px);
        width: calc(100% - calc(50vw - 585px));
        height: calc(100% - 58px);
    }

    .jс_slider_box {
        padding: 0 60px 0 40px;
    }

    .jс_slider .statistics td,
    .jс_slider .statistics th,
    .organizations .cont_middle header {
        padding: 40px;
    }

    .jс_slider .statistics th {
        padding-left: 40px;
    }

    .jс_slider .statistics .nav_box {
        right: -140px;
    }

    .jс_slider .statistics th:after {
        right: -140px;
        width: 140px;
    }

    .jс_slider .cont_left {
        padding-top: 50px;
    }

    .org_item > .img_box {
        width: 224px;
        padding: 40px;
    }

    .org_item .description {
        width: calc(100% - 304px);
        padding: 40px;
    }

    .kt_wrapper {
        padding-left: calc(50% - 585px + 230px);
    }

    html.edge .kt_wrapper {
        padding-left: calc(49.99% - 585px + 230px);
    }

    .kt_box {
        padding: 40px calc(50vw - 585px - 10px) 10px 40px;
        box-sizing: border-box;
        border-top: 1px solid #FFFFFF;
        margin-bottom: 0;
    }

    .kt_box .c_block {
        padding-left: 40px;
    }

    section.logo_banner .columns.logo_banner_box .c_block {
        padding: 40px 60px;
    }

    section.timeline .cont_middle {
        padding-bottom: 60px;
    }

    section.timeline .cont_middle header {
        padding: 40px;
    }

    section.timeline .timeline_content {
        min-height: 244px;
        padding: 20px 60px 40px 20px;
    }

    section.timeline .cont_right {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .article-single.news_team .cont_middle article,
    .article-single .cont_middle .go_back_box,
    .article-single.portfolio .cont_middle .nav_box {
        padding: 40px;
    }

    .article-single.portfolio .cont_middle article {
        padding: 40px 40px 80px 40px;
    }

    .article-single.portfolio .cont_left {
        padding-top: 40px;
    }

    #primary-menu {
        height: 80px;
    }

    #primary-menu nav li a,
    #primary-menu.homepage nav li a {
        padding: 31px;
    }

    #primary-menu .logo {
        flex: 1 1 154px;
        width: 154px;
    }

    #primary-menu .logo a,
    #primary-menu .logo a img {
        width: 150px;
        height: 59px;
    }

    .big_num {
        font-size: 15em;
        line-height: 0.9em;
    }

    section.cont_num .cont_sh_right .big_num.cont_num,
    section.cont_num .cont_right .big_num.cont_num {
        line-height: 1em;
    }

    .infoblock_4 .cover_image_box {
        height: 333px;
    }

    .key_numbers_wrapper .key_numbers_item {
        margin-right: 0;
    }

    .key_numbers_wrapper .plaintext {
        font-size: 1.2em;
    }

    .infoblock_1.Video .cont_left {
        height: 100%;
    }

    section.timeline .indicator {
        height: calc(100% - 80px);
        top: 38px;
    }

    section.logo_banner .columns.logo_banner_box .c_block .invest_logo img.vert {
        height: 60px;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(4) .back_img {
        margin-top: -58%;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(5) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(6) .back_img {
        margin-top: -58%;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(7) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(8) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(9) .back_img {
        margin-top: -116%;
    }

    .text ul,
    .text ol {
        margin-left: 20px;
    }

    .text ul li:before {
        top: 0.3rem;
        left: -20px;
    }

    .contacts_map .geo_section_block .cont_middle .contacts > .text {
        width: auto;
        white-space: nowrap;
    }

    .contacts_map .geo_section_block .cont_middle .contacts address {
        margin-right: 60px;
    }

    .infoblock_1.Video .front_part {
        margin-bottom: 0;
    }

    .filters.position {
        width: 100%;
    }
/* original
    .filters.position .c_block {
        margin-right: 0;
        max-width: 16.667%;
        padding: 10px 25px;
    }
*/
	
	.filters.position .c_block {
        margin-right: 0;
        max-width: 16.66%;
        padding: 10px 25px;
    }
	
    .footer_row.address_row {
        flex-wrap: wrap;
    }

    footer .logo {
        margin-bottom: 30px;
    }

    .footer_row.address_row > * {
        width: 100%;
        margin-right: 0;
    }

    .footer_row.address_row > div.plaintext {
        justify-content: space-between;
    }

    .complex_block.dark_h .dh_title_wrapper {
        padding: 39px 20px 35px 40px;
        margin-left: -40px;
        width: calc(100% + 40px);
    }

}

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

    .pageheader.homepage h1 {
        font-size: 13em;
        margin-left: 80px;
    }

    .pageheader.homepage .main_logo {
        width: 180px;
        margin-bottom: 80px;
    }

    .pageheader.homepage .ph_wrapper:before {
        width: 260px;
    }

    .pageheader.simple .ph_body {
        padding: 60px 0;
    }
}

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

    .cont.simple {
        width: 920px;
    }

    .cont_left,
    .cont_shift.complex.right .cont_sh_left {
        width: 140px;
        padding-left: calc(50% - 460px);
    }

    html.edge .cont_left,
    html.edge .cont_shift.complex.right .cont_sh_left {
        padding-left: calc(49.99% - 460px);
    }

    .displacement .cont_left {
        width: 310px;
    }

    .cont_middle {
        width: 630px;
    }

    .displacement .cont_middle {
        width: 500px;
    }

    .cont_right,
    .cont_shift.complex.left .cont_sh_right {
        width: 70px;
        padding-right: calc(50% - 460px);
    }

    html.edge .cont_right,
    html.edge .cont_shift.complex.left .cont_sh_right {
        padding-right: calc(49.99% - 460px);
    }

    .cont_shift.complex.right .cont_sh_right {
        width: 700px;
        padding: 60px calc(50% - 460px) 60px 40px;
    }

    html.edge .cont_shift.complex.right .cont_sh_right {
        padding: 60px calc(49.99% - 460px) 60px 40px;
    }

    .cont_shift.complex.left .cont_sh_left {
        width: 770px;
        padding-left: calc(50% - 460px);
    }

    html.edge .cont_shift.complex.left .cont_sh_left {
        padding: 60px 40px 60px calc(49.99% - 460px);
    }

    .metrics_wrapper_outer {

        /*margin-right: -109px;*/
    }

    .metrics_wrapper_outer .metrics_section.front_block.sec_item-1 {
        transform: translateX(-145px);
        -webkit-transform: translateX(-145px);
    }

    .metrics_wrapper_outer .metrics_section.front_block.sec_item-2 {
        transform: translateX(-74px);
        -webkit-transform: translateX(-74px);
    }

    .complex_block .metrics_box.simple_list_box {
        font-size: 0.7em;
        width: calc(100% - 40px - 218px);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .infoblock_1 .content_part {
        width: calc(100% - 40px - calc(50% - 460px));
        padding: 100px 40px 100px calc(50% - 460px);
    }

    html.edge .infoblock_1 .content_part {
        width: calc(100% - 40px - calc(49.99% - 460px));
        padding: 100px 40px 100px calc(49.99% - 460px);
    }

    .infoblock_1.Video .list_block {
        width: calc(170% - 2 * calc(50% - 460px));
    }

    html.edge .infoblock_1.Video .list_block {
        width: calc(170% - 2 * calc(49.99% - 460px));
    }

    .infoblock_1 .list_block .list_item .back,
    .infoblock_1 .list_block .list_item .front > a {
        padding: 40px calc(50vw - 460px - 10px) 40px 40px;
    }

    .infoblock_1.Video .list_block {
        padding: 100px calc(50% - 445px) 0 0;
    }

    html.edge .infoblock_1.Video .list_block {
        padding: 100px calc(49.99% - 460px) 0 0;
    }

    .jс_slider .jс_slider_wrapper {
        left: calc(50vw - 460px);
        width: calc(100% - calc(50vw - 460px));
    }

    .kt_box {
        padding-right: calc(50vw - 460px);
    }

    .kt_box.columns.c-4 > .c_block {
        max-width: calc(50% - 40px);
    }

    .jс_slider .statistics .nav_box {
        right: -110px;
    }

    .jс_slider .statistics th:after {
        right: -110px;
        width: 110px;
    }

    .org_item > .img_box {
        width: 224px;
    }

    .org_item .description {
        width: calc(100% - 304px);
    }

    .kt_wrapper {
        padding-left: calc(50% - 460px + 180px);
    }

    html.edge .kt_wrapper {
        padding-left: calc(49.99% - 460px + 180px);
    }

    #back_to_top {
        right: calc(25% - 230px);
        top: inherit;
        bottom: 50px;
    }

    .footer_row.menu_row {
        display: none;
    }

    .footer_row.address_row > * {
        width: 100%;
        justify-content: space-between;
    }

    .footer_row.address_row .logo {
        margin-bottom: 40px;
    }

    #primary-menu {
        padding-left: calc(50% - 460px);
    }

    html.edge #primary-menu {
        padding-left: calc(49.99% - 460px);
    }

    #primary-menu nav > ul > li > a,
    #primary-menu.homepage nav > ul > li > a {
        padding: 32px 25px;
    }

    #primary-menu .button_style a {
        padding: 18px 25px;
    }

    #primary-menu nav {
        font-size: 0.8em;
    }

    .pageheader.homepage .ph_wrapper:before {
        width: 240px;
    }

    .pageheader.homepage .main_logo {
        width: 160px;
        margin-bottom: 60px;
    }

    .pageheader.homepage h1 {
        font-size: 10em;
    }

    .pageheader.homepage .ph_body {
        padding-top: 80px;
    }

    .side_link, section.news .load_more_news {
        margin-right: 0;
        max-width: calc(100% + 40px);
    }

    .infoblock_4 .cover_image_box {
        height: 300px;
    }

    h1 {
        font-size: 6.5em;
    }

    h1.p404 {
        font-size: 10em;
    }

    h2 {
        font-size: 5em;
    }

    h3 {
        font-size: 4em;
    }

    h4 {
        font-size: 3em;
    }

    h6 {
        font-size: 2.2em;
    }

    .key_numbers_wrapper.table .key_numbers_item .number,
    .infoblock_2 .key_numbers_item .number {
        font-size: 5em;
    }

    section.quick_links .ql_wrapper .q_link {
        padding: 0 30px;
    }

    .mheight {
        min-height: 35vw;
    }

    .contacts_map .map_with_markers_block .cont_left,
    .contacts_map .map_with_markers_block .cont_right {
        display: none;
    }

    .contacts_map .map_with_markers_block .cont_middle {
        width: 100%;
        margin: 0 100px;
    }

    .pageheader.single_post.news_team .cont_right:after {
        width: 110px;
    }

    section.timeline .cont_right:before {
        left: 32px;
    }

    section.timeline .indicator {
        left: 29px;
    }

    section.timeline .timeline_content {
        padding-right: 40px;
    }

    section.timeline .timeline_content .year {
        margin-right: 60px;
    }

    section.cont_num .cont_sh_right .big_num.cont_num,
    section.cont_num .cont_right .big_num.cont_num {
        line-height: 0.6em;
    }

    .organizations .cont_right {
        display: none;
    }

    .organizations .cont_middle {
        width: calc(100% - calc(50% - 460px) - 180px);
    }

    .stat_body > tr {
        display: flex;
        flex-wrap: wrap;
    }

    .jс_slider .statistics .stat_body td {
        width: 50%;
        box-sizing: border-box;
    }

    .jс_slider .statistics .stat_body td:nth-of-type(1),
    .jс_slider .statistics .stat_body td:nth-of-type(2) {
        border-bottom: 1px solid rgba(65, 123, 171, 0.3);
    }

    .jс_slider .statistics th h3 {
        font-size: 3.2em;
    }

    section.portfolio .columns.portfolio_wrapper .c_block {
        max-width: 25%;
    }

    section.team .filters_group {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    section.team .filters_group .filters.sector {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .filters.position h5 {
        font-size: 2.2em;
    }

    .infoblock_4 .desc {
        font-size: 0.9em;
    }

    .jс_slider_box {
        padding: 0 60px 0 0;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(4) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(5) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(6) .back_img {
        margin-top: -73.6%;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(7) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(8) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(9) .back_img {
        margin-top: -147.5%;
    }

    .footer_row.address_row > div.plaintext > * {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .footer_row {
        padding-bottom: 10px;
    }

    section + section, main > section:last-child,
    .infoblock_2 .light_block.db_exists,
    .article-single.portfolio .cont_left,
    .article-single.portfolio .cont_right,
    .article-single.portfolio .cont_middle article {
        padding-bottom: 70px;
    }

    section:first-of-type,
    .infoblock_1 .content_part,
    .infoblock_2 .dark_block > * {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .padding_t_120,
    .pageheader.homepage .ph_body,
    .cont_shift.complex.left .cont_sh_left,
    .cont_shift.complex.left .cont_sh_right,
    .infoblock_1.Video .list_block,
    .infoblock_2 .light_block,
    .light_block + .dark_block {
        padding-top: 70px;
    }

    footer {
        padding-bottom: 40px;
    }

    .team_wrapper {
        column-count: 3;
    }
}

@media screen and (max-height: 651px) {
    .pageheader.homepage .back_ph.back_img {
        background-position: center 0;
    }
}

@media screen and (max-height: 560px) {
    .pageheader.homepage.init .ql_wrapper {
        display: none;
    }
}

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

    .pageheader.homepage {
        height: calc(100vh - 65px);
    }

    #primary-menu {
        border-bottom: 1px solid #E4E4E4;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    #primary-menu > .flex {
        align-items: center;
        justify-content: space-between;
    }

    #primary-menu.homepage .logo,
    #primary-menu .logo {
        display: block !important;
    }

    #primary-menu.homepage .logo a {
        opacity: 1;
    }

    #primary-menu.homepage {
        background-color: #FFFFFF;
    }

    #primary-menu.homepage nav li a {
        color: #1C5A81;
    }

    #primary-menu.homepage nav li.button_style a {
        color: #FFFFFF;
    }

    .pageheader.homepage.init .main_logo,
    #primary-menu.homepage.scrolled:after,
    #back_to_top {
        display: none;
    }

    .pageheader.homepage .ph_wrapper {
        align-items: center;
    }

    .pageheader.homepage .ph_body {
        padding-top: 0;
        margin-top: -120px;
    }

    #primary-menu nav {
        position: fixed;
        top: 80px;
        left: 0;
        background-color: #FFFFFF;
        width: auto;
        z-index: 5000;
        padding: 30px 40px;
        box-sizing: border-box;
        border-right: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
        max-height: calc(100% - 80px);
        cursor: default;
        transition: 0.4s ease;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        overflow: auto;
    }

    #primary-menu.mobile_show nav {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    #primary-menu nav * {
        cursor: default !important;
    }

    #primary-menu nav > ul {
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
        padding-bottom: 30px;
        box-sizing: border-box;
        padding-right: 0;
    }
    @media screen and (min-width: 1023px) {
        #primary-menu nav > ul > li > a,
        #primary-menu.homepage nav > ul > li > a {
            padding: 10px 6px 10px 0;
        }
    }

    #primary-menu nav > ul > li > a,
    #primary-menu.homepage nav > ul > li > a {
        padding: 25px 40px 25px 0;
    }

    #primary-menu nav > ul > li.button_style > a,
    #primary-menu.homepage nav > ul > li.button_style > a {
        padding-left: 40px;
        margin-top: 25px;
        padding-right: 40px;
    }

    #primary-menu nav > ul > li {
        flex-wrap: wrap;
    }

    #primary-menu nav > ul > li > .sub-menu {
        position: relative;
        display: block !important;
        opacity: 1 !important;
        top: inherit;
        left: inherit;
        margin-bottom: 30px;
    }
    @media screen and (min-width: 1023px) {
        #primary-menu nav > ul > li > .sub-menu {
            margin-bottom: 15px;
        }
    }
    #primary-menu nav > ul > li > .sub-menu > li,
    #primary-menu nav > ul > li > .sub-menu {
        background: none;
        padding-left: 0;
        background-color: transparent !important;
    }

    #primary-menu nav > ul > li > .sub-menu {
        border-bottom: 1px solid #E4E4E4;
        border-top: 1px solid #E4E4E4;
    }

    #primary-menu.homepage nav > ul > li.button_style > a {
        color: #FFFFFF !important;
    }

    #primary-menu.mobile_show #mobile_trigger:after {
        width: 70%;
    }

    #primary-menu.mobile_show #mobile_trigger:before,
    #primary-menu.mobile_show #mobile_trigger:after,
    #primary-menu.mobile_show #mobile_trigger span:after {
        opacity: 0.5;
    }

    #mobile_trigger {
        display: flex;
    }

    #primary-menu nav > ul > li > .sub-menu > li {
        border-right: none;
    }

    #primary-menu nav > ul > li > .sub-menu > li > .sub-menu li a,
    #primary-menu nav > ul > li > .sub-menu > li > a {
        color: #1C5A81 !important;
    }

    #primary-menu nav > ul > li.current-menu-item > a,
    #primary-menu nav > ul > li.current-page-ancestor > a {
        color: #141F27 !important;
    }

    .side_link {
        font-size: 0.75em;
    }

    .article-single.portfolio .cont_right {
        width: 100%;
        border-top: 1px solid rgba(28, 90, 129, 0.5);
    }

    .text ul li:before {
        content: "";
        left: -20px;
        top: 0.6em;
        height: 5px;
        width: 5px;
        background-color: #141F27;
    }

    #primary-menu nav > ul > li > .sub-menu > li {
        border-bottom: none;
    }

    #primary-menu nav > ul > li > .sub-menu > li a {
        text-align: left;
    }

    #primary-menu nav > ul > li > .sub-menu > li > * {
        display: flex;
        position: relative;
    }

    #primary-menu nav > ul > li > .sub-menu > li > .sub-menu {
        position: relative;
        opacity: 1 !important;
        display: flex !important;
        left: 0;
        border: none;
    }

    #primary-menu nav > ul > li > .sub-menu li {
        background-color: #FFFFFF !important;
        color: #1C5A81 !important;
        display: flex;
        flex-direction: column;
    }

    #primary-menu nav > ul > li > .sub-menu li li {
        border: none;
    }

    #primary-menu nav > ul > li > .sub-menu .sub-menu {
        margin-left: 30px;
    }

    .pageheader.homepage .ph_wrapper:before {
        left: -50px;
    }

}

@media screen and (max-width: 1023px) {
    .jс_slider_box {
        padding-right: 110px;
    }

    footer .text span, footer .text a {
        opacity: 0.5;
    }

    footer .legal_row .text span,
    footer .legal_row .text a {
        opacity: 0.4;
    }

    .big_num,
    .infoblock_1.Image .list_block.simple,
    .infoblock_1.Video .list_block,
    .pageheader.homepage.init .ph_wrapper:before,
    .pageheader.homepage.init .ql_wrapper,
    .infoblock_4 .cont_sh_left:after,
    section.news.short_style .cont_right,
    section.quick_links .cont_sh_right,
    section.quick_links,
    .footer_row.address_row .logo,
    section.complex .cont_left.empty,
    section.timeline .cont_right:before,
    section.timeline .indicator,
    section.timeline .cont_left,
    .infoblock_2 .dark_block .cont_right,
    section.complex_list .back_pattern,
    .infoblock_3 .cont_left .img_box,
    .metrics_section.back_block,
    section.news.full_style .cont_left,
    .jс_slider .statistics th:after,
    .jс_slider .statistics .nav_box,
    .organizations .cont_left,
    .organizations .cont_middle:after,
    .nmc_breadcrumbs,
    .pageheader.single_post.news_team .cont_middle:after,
    .pageheader.single_post .cont.simple {
        display: none;
    }

    .infoblock_1 .back_part {
        position: relative;
        top: 0;
        height: auto;
    }

    .infoblock_1 .back_image,
    .contacts_map .geo_section_block .map {
        height: 400px;
        position: relative;
    }

    .cont_left,
    .cont_middle,
    .cont_right,
    #primary-menu,
    .infoblock_1 .content_part,
    .cont_sh_left,
    .cont_sh_right,
    .cont.simple,
    section.timeline .cont_left,
    section.infoblock_1.List .front_part .content_part {
        width: 100% !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        box-sizing: border-box;
    }

    .article-single .cont_middle {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .kt_box {
        width: calc(100% + 40px);
        padding-right: 50px;
    }

    section.infoblock_1.List .front_part .content_part {
        min-height: inherit !important;
    }

    .infoblock_1 .cont_right {
        background: transparent !important;
    }

    .infoblock_1.Video .cont_right .video_trigger {
        color: #1C5A81;
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }

    .infoblock_1.Video .cont_right .video_trigger_box {
        height: auto;
    }

    .infoblock_1.Video .cont_right .video_trigger_box p {
        padding: 30px 0 0 0;
        text-align: right;
    }

    .infoblock_1 .content_part,
    section.complex .cont_left {
        padding-bottom: 40px;
    }

    .pageheader.homepage {
        height: auto;
    }

    .pageheader.homepage .ph_body {
        margin-top: 0;
        padding: 200px 0 300px 0;
    }

    section.infoblock_1.List .front_part {
        flex-wrap: wrap;
    }

    section.infoblock_4,
    section.news.short_style .cont.complex,
    section.news.full_style .cont.complex {
        flex-wrap: wrap-reverse;
    }

    .side_link {
        font-size: 1em;
    }

    .vert_al > * {
        display: inline-block;
    }

    .ar_link.blue .link_title {
        margin-bottom: 0;
        margin-right: 15px;
    }

    section.infoblock_4 .cont_sh_left {
        padding: 30px 50px 100px 50px;
    }

    .complex_block .cont_right,
    section.timeline .cont_right,
    .infoblock_1.List .list_block {
        padding-top: 0 !important;
    }

    section.news .cont_middle header,
    section.news .cont_middle .news_wrapper {
        border-right: 1px solid #D4D5D6;
    }

    section.news .cont_left {
        padding-bottom: 0;
    }

    .infoblock_3 .cont_left {
        padding-bottom: 0 !important;
    }

    .cont_shift.complex.left .cont_sh_left {
        padding-bottom: 320px;
    }

    footer,
    section.news.full_style .cont_middle .news_wrapper {
        padding: 0;
    }

    footer address {
        width: 100% !important;
        margin-bottom: 20px;
    }

    section.timeline .cont_right .filter_group,
    section.news .cont_right .filters.news {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
    }

    section.timeline .cont_right .filter_group > *,
    section.news .cont_right .filters.news > * {
        margin-right: 30px !important;
        margin-bottom: 30px !important;
    }

    section.timeline .cont_middle header {
        padding-left: 0;
        padding-right: 0;
    }

    .ar_link.big_font {
        font-size: 2em;
    }

    .infoblock_2 .dark_block .cont_left {
        padding: 60px 0 40px 0;
    }

    .infoblock_2 .dark_block .cont_middle {
        padding: 0 0 60px 0;
    }

    .infoblock_2 .footer_block .cont_middle,
    .infoblock_2 .footer_block .cont_right {
        background-color: #FFFFFF;
    }

    .kt_wrapper {
        padding-left: 0
    }

    .team_wrapper {
        column-count: 2;
    }

    section.portfolio .columns.portfolio_wrapper .c_block {
        max-width: 33.33%;
    }

    .columns.c-5 > .c_block.team_member {
        max-width: calc(33.33% - 40px);
    }

    .filters.position .c_block {
        max-width: 100%;
        margin-bottom: 0;
        padding: 25px;
    }

    .filters.position,
    .infoblock_3 .cont_left h2 {
        margin-bottom: 0;
    }

    .metrics_section.front_block {
        position: relative;
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        left: 0 !important;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .metrics_wrapper_outer,
    .complex_block .metrics_box.simple_list_box {
        width: 100%;
        margin-right: 0;
    }

    .metrics_wrapper_inner {
        flex-wrap: wrap;
    }

    .complex_block .metrics_box.simple_list_box {
        font-size: 1em;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .metrics_wrapper_outer {
        border-right: none;
    }

    .metrics_section .title {
        width: 100%;
        writing-mode: inherit;
        padding: 20px 40px;
        justify-content: flex-start;
        cursor: default;
    }

    .metrics_section .title h4 {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    .contacts_map .geo_section_block .cont_left {
        padding-bottom: 40px;
    }

    section.news.full_style .cont_middle .news_wrapper {
        border: none;
        padding: 40px 0 0 0;
        margin-bottom: -40px;
    }

    section.news .cont_right.full {
        padding-bottom: 20px;
    }

    .jс_slider .cont_left,
    .jс_slider .cont_right {
        height: 400px;
    }

    .jс_slider .cont_left {
        height: 400px;
        order: 0;
    }

    .jс_slider .cont_right {
        order: 1;
    }

    .jс_slider .cont_middle {
        order: 2;
    }

    .jс_slider .statistics .stat_body td:nth-of-type(1),
    .jс_slider .statistics .stat_body td:nth-of-type(3) {
        border-left: 1px solid rgba(65, 123, 171, 0.3);
    }

    .jс_slider .cont_left:before,
    .jс_slider .cont_left .scroll_box {
        right: 50px;
    }

    .jс_slider .cont_left .scroll_box {
        right: 48px;
    }

    .jс_slider .cont_right {
        align-items: center;
        justify-content: center;
        display: flex;
        padding-top: 0;
        display: none;
    }

    .jс_slider .cont_right .nav_box {
        position: relative;
        display: block;
        right: inherit;
        top: inherit;
        width: auto;
        bottom: inherit;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .jс_slider .jс_slider_wrapper {
        left: 50px;
        width: 100%;
        top: 0;
    }

    .org_item .description {
        padding-right: 0;
    }

    .pageheader.single_post.news_team .cont_right {
        margin-top: 0;
        justify-content: flex-start;
    }

    .pageheader .nav_box {
        display: flex;
        flex-wrap: wrap-reverse;
        padding: 30px 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .pageheader .nav_box > * {
        width: auto;
        margin-left: 50px;
        margin-bottom: 0;
    }

    .pageheader .nav_box > *:first-child {
        margin-top: 0;
        order: 1;
    }

    .pageheader .nav_box > *:last-child {
        margin-left: 0;
    }

    .article-single.news_team .cont_middle article,
    .article-single.portfolio .cont_middle article {
        padding: 50px 100px;
    }

    .pageheader.single_post.news_team .cont_middle {
        padding: 80px 50px 40px 50px;
    }

    .pageheader.single_post.news_team .back_ph {
        background-image: none !important;
    }

    .pageheader.single_post.news_team .ph_body {
        padding-top: 0;
    }

    .pageheader.simple .ph_wrapper,.review-hero {
        margin-top: 80px;
    }

    .article-single.portfolio .go_back {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }

    .article-single.portfolio .go_back .link_title {
        margin-right: 0;
        margin-left: 15px;
    }

    .article-single.portfolio aside {
        display: flex;
        flex-wrap: wrap;
    }

    .article-single.portfolio aside.margin_b > * {
        margin-right: 60px;
        width: calc(50% - 60px);
        margin-bottom: 60px !important;
    }

    .article-single.portfolio aside > *:last-child {
        margin-right: 0;
    }

    .article-single.portfolio .cont_left .invest_logo img {
        max-width: 40%;
    }

    .article-single.portfolio .cont_left {
        padding-bottom: 0;
    }

    .article-single.portfolio .cont_middle .nav_box {
        justify-content: flex-start;
        padding-left: 50px;
        padding-right: 50px;
        align-items: center;
    }

    .article-single.portfolio .cont_middle .vert_al > * {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .article-single.portfolio .cont_middle .prev .vert_al {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .key_numbers_wrapper.table.width_75 {
        width: 100%;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(4) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(5) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(6) .back_img {
        margin-top: -51.3%;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(7) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(8) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(9) .back_img {
        margin-top: -102.5%;
    }

    section.logo_banner .cont_left,
    section.logo_banner .columns.logo_banner_box .c_block .back_img {
        display: none;
    }

    section.logo_banner .cont_right {
        background: #1C5A81;
    }

    section.logo_banner .cont_right .button_box {
        margin-top: 50px;
        height: auto;
    }

    section.logo_banner .cont_right .button_box .ar_link .link_title {
        margin-bottom: 0;
        margin-right: 15px;
    }

    section.logo_banner .columns.logo_banner_box .c_block {
        overflow: visible;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(1) .back_img {
        display: block;
    }

    footer {
        padding-bottom: 30px;
    }

    .complex_block.dark_h .dh_title_wrapper {
        padding: 39px 20px 35px 50px;
        margin-left: -50px;
        width: calc(100% + 100px);
    }

    section.timeline {
        background: none !important;
        background-color: #1C2B35;
    }

    section.timeline .cont_right .filters > *,
    section.news .cont_right .filters > * {
        width: 45px;
        overflow: visible;
    }

    .contacts_map .map_with_markers_block .cont_middle {
        width: 100%;
        margin: 0;
    }

    .offices_info {
        width: 310px;
    }
}


@media screen and (max-width: 1023px) {
    #primary-menu nav > ul {
        padding-bottom: 0;
    }
    #primary-menu nav > ul > li .sub-menu li > a {
        padding: 6px;
    }

    #primary-menu nav > ul > li > a,
    #primary-menu.homepage nav > ul > li > a {
        padding: 10px 6px 10px 0;
    }

    .footer_row.legal_row {
        flex-wrap: wrap;
    }

    .footer_legal_wrapper {
        width: 100%;
        margin-bottom: 30px;
    }

    .pageheader.homepage h1 {
        font-size: 8em;
        line-height: 1em;
        margin-left: 0;
    }

    .infoblock_1 .list_block .list_item .back {
        padding: 40px 50px;
    }

    .infoblock_1 .list_block .list_item .back > * {
        margin-right: 0 !important;
    }

    .side_link .ar_link .arrow {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    section.portfolio nav.status {
        flex-wrap: wrap;
    }

    section.portfolio nav.status > * {
        border-right: 1px solid #D4D5D6;
        border-bottom: none;
        border-top: none;
    }

    section.portfolio nav.status > *:first-child {
        border-top: 1px solid #D4D5D6;
    }

    section.portfolio nav.status > * {
        border-bottom: 1px solid #D4D5D6;
    }

    .complex_block.dark_h.swap_sides .dh_title_wrapper:after {
        left: 0;
    }

    .jс_slider .cont_left .nav_box {
        top: 7px;
        height: calc(100% - 45px);
    }

    .jс_slider .cont_left .scroll_box {
        top: 0px;
        height: calc(100% - 0px);
    }

    .organizations .cont_middle header {
        padding: 40px 0;
    }

    .infoblock_1 .front_part > div {
        padding-top: 0;
    }
}

@media screen and (min-width: 1023px) {
    :root {
        --design-w: 2041px;
        --cont-l-w: 372px;
        --cont-r-w: 288px;

        --cont-side-w: var(--cont-l-w);
        --cont-p: 170px;
        --cont-p-opposite: 40px;
    }

    .cont.wide {
        --cont-center-w: calc(var(--design-w) - var(--cont-l-w) - var(--cont-r-w));
    }

    .cont.wide .cont_middle,
    .cont.wide .cont_left,
    .cont.wide .cont_right {
        --cont-p-dynamic: calc(50vw - (var(--design-w) / 2 - var(--cont-p)));
    }

    .cont.wide .cont_middle {
        box-sizing: border-box;
        flex: 1 1 0;
        width: var(--cont-center-w);
    }

    .cont.wide .cont_left,
    .cont.wide .cont_right {
        width: calc(var(--cont-side-w) - var(--cont-p) - var(--cont-p-opposite));
    }

    .cont.wide .cont_left {
        --cont-side-w: var(--cont-l-w);
        --cont-p: 170px;

        padding-left: var(--cont-p-dynamic);
        padding-right: var(--cont-p-opposite);
    }

    .cont.wide .cont_right {
        --cont-side-w: var(--cont-r-w);
        --cont-p: 110px;

        padding-right: var(--cont-p-dynamic);
        padding-left: var(--cont-p-opposite);
    }
}

@media screen and (max-width: 920px) {
    .columns.c-4 > .c_block {
        max-width: calc(50% - 40px);
    }

    section.portfolio .columns.portfolio_wrapper .c_block {
        max-width: 50%;
    }

    .infoblock_4 .desc {
        font-size: 1em;
    }

}

@media screen and (max-width: 860px) {
    .columns.c-4 > .c_block {
        max-width: calc(50% - 40px);
    }


    section.team .filters_group .filters.sector {
        flex-wrap: wrap;
    }

    .filters.partners {
        width: 100%;
    }

    section.team .filters_group .filters.sector:not(:last-child) {
        border-right: 1px solid #D4D5D6;
    }

    section.team .filters_group .filters.sector > *:not(:last-child) {
        border-bottom: none !important
    }

    .columns.c-5 > .c_block.team_member {
        max-width: calc(50% - 40px);
    }

    .org_item {
        display: flex;
        flex-wrap: wrap;
        border: none !important;
        margin-bottom: 60px;
    }

    .org_item .description {
        width: 100%;
        padding-left: 0;
    }


    .map_with_markers_main_part {
        flex-flow: row wrap;
    }

    .offices_info {
        width: 100%;
        display: flex;
    }

    .google_map {
        min-height: 65vw;
    }

    .office_item {
        padding: 25px 20px;
        flex-basis: 100%;
    }

    .office_item:before {
        width: 1px;
        height: calc(100% - 30px * 2);
        right: 0;
        top: 30px;
        left: unset;
    }

    .office_item .office_description,
    .office_item .office_address_and_phones {
        font-size: 1.6em;
    }

}

@media screen and (max-width: 767px) {
    section.logo_banner .columns.logo_banner_box .c_block {
        max-width: 50%;
    }

    .logo_banner_wrapper .back_image_mobile {
        display: block;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(1) .back_img,
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(7),
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(8),
    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(9) {
        display: none;
    }
}

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

    .infoblock_4 .columns.c-4 > .c_block {
        max-width: calc(50% - 40px);
    }

    .infoblock_4 .columns.c-4 {
        margin-bottom: -80px;
    }

    .infoblock_4 .columns.c-4 > .c_block {
        margin-bottom: 80px;
    }

    h1 {
        font-size: 5em;
    }

    h1.p404 {
        font-size: 6em;
    }

    h2 {
        font-size: 4em;
    }

    h3 {
        font-size: 3.2em;
    }

    h4 {
        font-size: 2.8em;
    }

    section.timeline .timeline_content {
        width: calc(100% + 100px);
        margin-left: -50px;
        margin-right: -50px;
    }

    section.timeline .timeline_content {
        padding-left: 50px;
        padding-right: 50px;
    }

    section.portfolio nav.status {
        width: 100%;
    }

    .offices_info {
		/* flex-flow: row wrap; */
		flex-direction:column;
    }

    .office_item {
        text-align: center;
    }

    .office_item:before {
        width: 200px;
        height: 1px;
        left: calc(50% - 200px / 2);
        bottom: 0;
        right: unset;
        top: unset;
    }

}

@media screen and (max-width: 640px) {
    .key_numbers_wrapper.table .key_numbers_box,
    .contacts_map .geo_section_block .cont_middle .contacts > .text {
        width: 100%;
        margin-right: 0;
    }

    .team_wrapper {
        column-count: 1;
    }

    .key_numbers_wrapper .columns.c-3 .key_numbers_item {
        max-width: 100%;
        border-left: none !important;
        text-align: center;
    }

    .columns.c-5 > .c_block.team_member {
        max-width: calc(100% - 40px);
    }

    .contacts_map .geo_section_block .cont_middle .contacts > .text {
        text-align: left;
        margin-bottom: 30px;
    }

    .contacts_map .geo_section_block .cont_middle .contacts > .text:last-child {
        margin-bottom: 0;
    }

}

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

    .footer_legal_wrapper {
        flex-wrap: wrap-reverse;
    }

    .footer_legal_wrapper > * {
        margin-bottom: 30px;
        width: 100%;
    }

    .footer_legal_wrapper > *:first-child,
    .footer_row.address_row .text > *:last-child {
        margin-bottom: 0;
    }

    .footer_row.address_row .text > * {
        width: 100% !important;
        margin-bottom: 20px;
    }

    section.news {
        overflow: hidden;
    }

    section.news .cont_middle {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section.news .cont_middle header,
    section.news .cont_middle .news_wrapper {
        border-right: none;
        border-left: none;
        padding-left: 50px;
        padding-right: 50px;
    }

    section.news.full_style .cont_middle .news_wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }

    .two_columns_block.columns.c-2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .two_columns_block.columns.c-2 > .c_block {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .footer_row {
        padding-bottom: 40px;
    }

    .infoblock_4 .columns.c-3 > .c_block {
        max-width: calc(50% - 40px);
    }

    .infoblock_4 .columns.c-3 {
        margin-bottom: -80px;
    }

    .infoblock_4 .columns.c-3 > .c_block {
        margin-bottom: 80px;
    }

}

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

    .pageheader.homepage h1 {
        font-size: 7em;
        line-height: 1.1em;
    }

    .pageheader.homepage .ph_body {
        padding: 150px 0 250px 0;
    }

    section.timeline .timeline_content {
        flex-wrap: wrap;
    }

    section.timeline .timeline_content .year {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .ar_link {
        white-space: normal;
        line-height: 1.4em;
    }

    .ar_link .link_title {
        text-decoration: underline;
    }

    .ar_link .arrow {
        display: none;
    }

    .simple_list_box.columns.c-2,
    .simple_list_box.columns.c-4,
    .kt_box.columns.c-4 {
        width: 100%;
        margin-right: 0;
    }

    .simple_list_box.columns.c-2 > .c_block,
    .simple_list_box.columns.c-4 > .c_block,
    .kt_box.columns.c-4 > .c_block,
    section.complex_list .dd_content .key_numbers_box.columns.c-2 .key_numbers_item {
        max-width: 100% !important;
        margin-right: 0;
    }

    section.complex_list .dd_content .key_numbers_wrapper .key_numbers_item {
        border: none !important;
    }

    .jс_slider .statistics .stat_body td {
        width: 100%;
    }

    .jс_slider .statistics .stat_body td {
        border-left: 1px solid rgba(65, 123, 171, 0.3);
    }

    .jс_slider .statistics .stat_body td:not(:last-child) {
        border-bottom: 1px solid rgba(65, 123, 171, 0.3);
    }

    .jс_slider .statistics .stat_amount td {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .jс_slider .statistics .stat_amount td > *:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .wpforms-container .wpforms-one-half {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .article-single.news_team .cont_middle article,
    .article-single.portfolio .cont_middle article {
        padding: 40px 50px;
    }

    section.portfolio .portfolio_wrapper.columns {
        justify-content: center;
    }

    section.portfolio .columns.portfolio_wrapper .c_block {
        max-width: 75%;
    }

    .article-single.portfolio .cont_left .invest_logo img {
        max-width: 60%;
    }

    .article-single.portfolio aside.margin_b > * {
        margin-right: 0;
        width: 100%;
    }

    section.logo_banner .columns.logo_banner_box .c_block {
        max-width: 100%;
    }

    section.logo_banner .columns.logo_banner_box .c_block:nth-of-type(6) {
        display: none;
    }

    .complex_block .metrics_box.simple_list_box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .google_map {
        min-height: 90vw;
    }

}

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

    section.news .news_item i {
        display: none;
    }

    .pageheader.homepage h1 {
        font-size: 5em;
    }

    .pageheader.homepage .ph_body {
        padding: 150px 0 200px 0;
    }

    .infoblock_4 .columns.c-4,
    .infoblock_4 .columns.c-3 {
        width: 100%;
        margin-right: 0;
    }

    .infoblock_4 .columns.c-4 > .c_block,
    .infoblock_4 .columns.c-3 > .c_block {
        max-width: 100%;
        margin-right: 0;
    }

    .key_numbers_wrapper.table,
    section.complex_list .dd_content .key_numbers_wrapper,
    .contacts_map .contacts,
    .contacts_map .geo_section_block .map {
        border-left: none;
        border-right: none;
        width: calc(100% + 100px);
        margin-left: -50px;
        margin-right: -50px;
    }

    .key_numbers_wrapper header {
        padding: 40px 50px;
    }

    section.news .news_item {
        padding-left: 0;
    }

    .contacts_map .contacts,
    .contacts_map .geo_section_block .map {
        border-left: none !important;
        border-right: none !important;
    }

    .footer_legal_wrapper > *,
    .footer_legal_wrapper {
        margin-right: 0 !important;
    }

    .jс_slider .statistics {
        table-layout: fixed;
    }

    .jс_slider .statistics th {
        padding: 40px 0;
    }

    .stat_body > tr {
        display: table-row !important;
    }

    .stat_body > tr > td {
        display: block;
        width: calc(100vw - 100px) !important;
    }
}


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


    .stat_body > tr > td {
        width: calc(100vw - 60px) !important;
    }

    footer {
        padding: 0 !important;
    }

    .cont_left,
    .cont_middle,
    .cont_right,
    #primary-menu,
    .infoblock_1 .content_part,
    .cont_sh_left,
    .cont_sh_right,
    .cont.simple,
    section.timeline .cont_left,
    section.infoblock_1.List .front_part .content_part {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    section.news .cont_middle header,
    section.news .cont_middle .news_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .key_numbers_wrapper.table,
    .infoblock_1 .back_image,
    .contacts_map .geo_section_block .map,
    section.timeline .timeline_content,
    .contacts_map .contacts {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }

    section.complex_list .dd_content .key_numbers_wrapper {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #primary-menu nav {
        padding-left: 30px;
    }

    .key_numbers_wrapper .columns.c-2 .key_numbers_item {
        max-width: 100%;
        text-align: center;
    }

    section.complex_list .dd_content .key_numbers_box.columns.c-2 .key_numbers_item {
        text-align: left;
    }

    section.timeline .timeline_content,
    .key_numbers_wrapper.table {
        padding-left: 30px;
        padding-right: 30px;
    }

    .key_numbers_wrapper.table {
        box-sizing: border-box;
    }

    .key_numbers_wrapper .key_numbers_item {
        border: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer, section.news.full_style .cont_middle .news_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .article-single.news_team .cont_middle article,
    .article-single.portfolio .cont_middle article {
        padding: 40px 30px;
    }

    section.portfolio .columns.portfolio_wrapper .c_block {
        max-width: 100%;
    }

    .complex_block.dark_h .dh_title_wrapper {
        padding: 35px 30px 31px 30px;
        margin-left: -30px;
        width: calc(100% + 60px);
    }

    .key_numbers_wrapper header {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
        text-align: center;
        padding: 40px 0;
    }
}
