* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.admin-table {
    overflow-x: auto !important;
}

.admin-table::-webkit-scrollbar {
    display: none;
}

.admin-table table {
    border: 1px solid #000 !important;

}

.admin-table table td {
    border: 1px solid #000 !important;
    padding: 10px;
}


body {
    position: relative;
    font: 14px/1.4 'r', Arial, sans-serif;
    z-index: 0;
    overflow-x: hidden;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    font-size: 2.4em;
}


h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

a {
    color: #00AEEF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

input[type="text"], select, button {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'r';
}

input:focus {
    outline: none;
}

b {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

textarea {
    outline: none !important;
    -webkit-appearance: none !important;
   /*moz-appearance: none !important; */
    appearance: none !important;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clear {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clear {
    zoom: 1;
}

/* IE7 */


@font-face {
    font-family: 'r';
    src: url('../fonts/FiraSans-Light.woff2') format('woff2'),
    url('../fonts/FiraSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 's';
    src: url('../fonts/FiraSans-SemiBold.woff2') format('woff2'),
    url('../fonts/FiraSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'b';
    src: url('../fonts/FreightBigProLight-Regular-.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* New fonts begin */
@font-face {
    font-family: 'HarmoniaSansProCyr';
    src: url('../fonts/HarmoniaSansProCyr-Bold.woff2') format('woff2'),
    url('../fonts/HarmoniaSansProCyr-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HarmoniaSansProCyr';
    src: url('../fonts/HarmoniaSansProCyr-BoldIt.woff2') format('woff2'),
    url('../fonts/HarmoniaSansProCyr-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'HarmoniaSansProCyr';
    src: url('../fonts/HarmoniaSansProCyr-Italic.woff2') format('woff2'),
    url('../fonts/HarmoniaSansProCyr-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'HarmoniaSansProCyr';
    src: url('../fonts/HarmoniaSansProCyr-Regular.woff2') format('woff2'),
    url('../fonts/HarmoniaSansProCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* New fonts end */


.inner_page {
    background: #EBEBEB;
}

.page_header.lit_header:empty {
    display: none;
}

header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.fake_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 5;
}

.h_wrap {
    padding: 30px 50px;
    position: relative;
}


.mob_it .additional_info {
display: none;
}  

.logo_side {
    float: left;
    margin: 0 35px 0 0;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}


.logo {
    width: 200px;
    height: 60px;
    background: url() no-repeat;
    display: block;
    background-size: contain;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.nav {
    float: left;
    padding: 5px 0 0 0;
}

.sec_menu li {
    float: left;
    margin: 0 20px 0 0;
}

.sec_menu li a {
    font-size: 15px;
    color: rgba(216, 239, 203, 0.6);
}

.sec_menu li a:hover, .sec_menu li a.active {
    text-decoration: underline;
}

.sec_menu {
    margin: 0 0 8px 0;
}

.sec_menu li:last-child {
    margin: 0 0 0 0px;
    padding: 0 0 0 20px;
    position: relative;
}

.sec_menu li:last-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.819);
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
}

.sec_menu li:last-child a {
    display: inline-block;
    padding: 0 0 0 40px;
    color: #fff;
    position: relative;
}

.sec_menu li:last-child a::before {
    content: "";
    display: block;
    width: 26px;
    height: 22px;
    background: url(../images/corporate_white_icon.svg) no-repeat 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
}

.dark_page .sec_menu li:last-child a {
    color: #c4c5c2;
}

.dark_page .sec_menu li:last-child a::before {
    background: url(../images/corporate_white_icon.svg) no-repeat 50%;
}

.dark_page .sec_menu li:last-child::before {
    background: rgb(250, 250, 250);
}

.main_nav_li {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    perspective: 1000px;
}

.main_nav_link {
    font-size: 17px;
    color: rgb(255, 255, 255);
    position: relative;
}

.inner_page .main_nav_link {
    color: #fcfdfd;

}

.main_nav_link.active:after {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: rgb(255, 255, 255);
    opacity: 0.3;
    display: block;
    content: '';
}

.dark_page .main_nav_link.active:after {
    background: #165e46;
}

.sub_menu {
    position: absolute;
    top: 170%;
    left: 0px;
    transform: rotateX(-20deg);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.sub_menu ul, .fake_sub_menu ul {
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 0 20px 20px rgba(95, 94, 68, 0.1);
    position: relative;
    z-index: 2;
    background: rgb(120, 151, 121);
}

.sub_menu li, .fake_sub_menu li {
    width: 100%;
}

.sub_menu a, .fake_sub_menu a {
    display: block;
    font-size: 17px;
    color: #357ebd;
    white-space: nowrap;
    padding: 8px 30px;
    text-align: left;
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sub_menu a:hover, .sub_menu a.active, .fake_sub_menu a:hover {
    background: #888383;
}

.sub_menu:after {
    width: 100%;
    height: 40px;
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    background: none;
}


@media screen and (min-width: 1100px) {

    .web_it .main_nav_li:hover .sub_menu {
        transform: rotateX(0deg);
        opacity: 1;
        visibility: visible;
    }

}

.search_side {
    float: right;
}

.search_self {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    left: 0px;
    top: 0px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.serch_active .search_self {
    visibility: visible;
    opacity: 1;
}

.search_self input {
    font-family: 'b';
    font-size: 2em;
    display: block;
    width: 100%;
    padding: 43px 50px;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.fixed_h .search_self input {
    padding: 33px 50px;
}

.fixed_h .main_nav_link.active:after {
    background: #519a9a;
}

.fixed_h .all_langs a {
    box-shadow: 0 0 0 1px #737575;
    color: #979595
}


.open_search {
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/open_search.svg) no-repeat center;
    position: relative;
    z-index: 3;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.serch_active .open_search {
    background: url(../images/close_search.svg) no-repeat center !important;
}


.mp_scroller {
    height: 100vh;
}

.mps_self {
    height: 100vh;
    position: fixed;
    white-space: nowrap;
}

.mps_item {
    height: 100vh;
    position: relative;
    float: left;
    overflow: hidden;
}

.cloud {
    height: 50vh;
    width: 100%;
    position: absolute;
    right: 0px;
    top: -10vh;
}


@-webkit-keyframes cloud {
    0% {
        right: 0px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        right: 50%;
        opacity: 0;
    }
}

@keyframes cloud {
 0% {
     right: 0px;
     opacity: 0;
 }

 50% {
     opacity: 1;
 }

 100% {
     right: 50%;
     opacity: 0;
 }
}


.mi_1 {
/*      background: url(../images/h_glow.png) no-repeat bottom left #608AC4; */
    background: url(../images/main.jpg);
    background-repeat: no-repeat;
    /* background-size: 100px 200px    ; */
    /* background-size: contain; */
    background-size: cover;   
    background-position: center;
    /* z-index: 20;    */
    /*height: 100vh;
        /* Устанавливает высоту body равной 100% высоты области просмотра (viewport height) */
    /* width: 100vw;
        /* Устанавливает ширину body равной 100% ширины области просмотра */
}

.mp_home {
    width: 100vw;
    height: 100vh;
    display: inline-block;
    white-space: normal;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin: 0 50vw 0 0;
}

.mph_left {
    width: 60%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
   align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    float: left;
}

.mph_t {
    width: 600px;
}

.mph_t h1 {
    font-family: 'b';
    font-size: 95px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1em;
}

.mph_desc {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 23px;
    display: block;
    margin: 20px 0 50px 0;
}

.line_bttn {
    display: inline-block;
    font-family: 's';
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 10px;
    position: relative;
    padding: 0 210px 0 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.line_bttn:hover {
    letter-spacing: 11px;
}

.line_bttn:after {
    width: 200px;
    right: 0%;
    position: absolute;
    top: 50%;
    margin: -0.5px 0 0 0;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    content: '';
    display: block;
}

.mph_right {
    position: absolute;
    right: 0px;
    height: calc(100vh - 110px);
    bottom: 0px;
    width: 60%;
    background: url(../images/bld.png) mi_1no-repeat bottom center;
    background-size: contain;
}


.mp_h_desc {
    display: inline-block;
    vertical-align: middle;
    padding: 0 50vw 0 5vw;
    opacity: 0;
    visibility: hidden;
}


.mph_wrap {
    width: 520px;
    white-space: normal;
}

.mp_h_desc h4 {
    font-family: 'b';
    font-size: 46px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1em;
}

.pad_full .stat_info {
    text-align: center;
}

.pad_full h2.title {
    padding: 0 0 25px;
    font-family: 'b';
    font-size: 35px;
}


.stat_info {
    margin: 35px 0 55px;
}

.stat_info li {
    display: inline-block;
    margin: 0 70px 0 0;
}

.stat_info li:last-child {
    margin: 0px;
}

.mp_h_desc .stat_info li {
    width: 180px;
}

.stat_info b {
    font-family: 'b';
    font-size: 55px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.stat_info p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0;
}

footer {
    width: 100%;
    position: relative;
    z-index: 1;
}

.home_page footer {
    position: fixed;
    bottom: 0px;
}


.f_left {
    float: left;
    font-size: 14px;
    display: flex;
}

.f_left p {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
}

.all_langs {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0px;
    padding: 18px 8px 0 0;
}

.all_langs a {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 25px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.15s cubic-bezier(.52, .01, .16, 1);
}

.all_langs a:hover {
    color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.95);
}

.all_langs a p {
    text-decoration: none !important;
}


.all_langs a p {
    text-decoration: underline;
}

.all_langs a:hover p {
    text-decoration: none;
}

.f_right {
    float: right;
}
/*
.by_jis {
    margin: 0 0 0 30px;
    position: relative;
    z-index: 1;
}

.jis {
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 15px 0 0;
}

.jis strong {
    background: url(../images/jis_n.svg) left center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    padding: 0 0 0 30px;
}
*/
.dark_page .all_langs a {
    box-shadow: 0 0 0 1px rgba(0, 122, 91, 0.6);
    color: #007A5B;
}

.dark_page .all_langs a:hover {
    box-shadow: 0 0 0 1px rgba(0, 122, 91, 0.95);
}

/*
.dark_page .jis strong {
    background: url(../images/jis_d.svg) left center no-repeat;
    background-size: contain;
}                

.dark_page .f_right .jis {
    color: rgba(0, 121, 91, 0.6);
}
*/

.follow_s {
    display: inline-block;
    vertical-align: middle;
}

.follow_s a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.follow_s a:hover {
    opacity: 0.5;
}

.follow_s p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    vertical-align: middle;
}

.follow_s ul {
    display: inline-block;
    vertical-align: middle;
}

.f_right li {
    display: inline-block;
    vertical-align: middle;
}

.f {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/f.svg) no-repeat center;
}

.t {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/t.svg) no-repeat center;
}

.i {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/in.svg) no-repeat center;
}

.home_page_nav {
    position: absolute;
    width: 70%;
    left: 15%;
    text-align: center;
}

.home_page_nav ul {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(222, 222, 222, 0);
    border-radius: 20px;
}

.dark_page .home_page_nav ul {
    background: rgba(222, 222, 222, 0);
}

.dark_page .home_page_nav strong::before {
    background: #1b7a57;
}


.home_page_nav li {
    float: left;
    width: calc(100% / 7);
    cursor: pointer;
    height: 20px;
}

.home_page_nav span {
    width: 6px;
    height: 6px;
    display: block;
    background: white;
    margin: 8px auto;
    border-radius: 100%;
    box-shadow: 0 0 2px 0 rgba(178, 174, 174, 0.3);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}

.dark_page .home_page_nav strong {
    color: #fcfdfd1e;
}

.home_page_nav strong {
    color: #ffffff76;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.home_page_nav strong::before {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: #fff;
    transform: translate(-50%, 0);

}

.home_page_nav li {
    position: relative;
}

.home_page_nav li:hover strong {
    opacity: 1;
    visibility: visible;
}

.mi_1 .fake_footer li:nth-child(1) span {
    transform: scale(2);
}

.mi_2 .fake_footer li:nth-child(2) span {
    transform: scale(2);
}

.mi_3 .fake_footer li:nth-child(3) span {
    transform: scale(2);
}

.mi_4 .fake_footer li:nth-child(4) span {
    transform: scale(2);
}

.mi_5 .fake_footer li:nth-child(5) span {
    transform: scale(2);
}

.mi_6 .fake_footer li:nth-child(6) span {
    transform: scale(2);
}

.mi_7 .fake_footer li:nth-child(7) span {
    transform: scale(2);
}

.fake_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    z-index: 5;
}

.home_page footer {
    display: none;
}

.dark_page .home_page_nav span {
    background: rgb(252, 252, 252);
}


/*  ----------------  M_2  ----------------  */

.mi_2 {
    background: #d0c2b5;
    z-index: 19;
    padding: 0 100vh;
    margin: 0 0 0 -100vh;
}

.mi_2 .sec_menu a, .mi_4 .sec_menu a, .mi_6 .sec_menu a {
    color: #93c1c1;
    opacity: 0.6;
}

.mi_2 .main_nav_link, .mi_4 .main_nav_link, .mi_6 .main_nav_link {
    color: #bcdeb5;
}

.mi_2 .logo, .mi_4 .logo, .mi_6 .logo {
    background: url();
    background-size: contain;
}


.mi_2 .open_search, .mi_4 .open_search, .mi_6 .open_search {
    background: url(home/images/open_search_d.svg) no-repeat center;
}

.mpw_self {
    width: 100vw;
    position: relative;
    z-index: 4;
}

.mp_wrap {
    max-width: 1100px;
    margin: 0 auto;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    white-space: normal;
}

.mp_mid {
    width: 100%;
}

.mp_left {
    width: 48%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}

.mp_subtitle {
    font-family: 's';
    font-family: 'Helvetica';
    font-size: 14px;
    color: rgb(255, 255, 255);
    letter-spacing: 10px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.mp_left h3 {
    font-family: 'b';
    font-size: 77px;
    color: #000000;
    letter-spacing: 0;
    display: block;
    line-height: 1em;
    margin: 25px 0;
}

.mi_2 .mph_desc {
    color: rgba(0, 0, 0, 0.7);
}

.mp_right {
    float: right;
    width: 50%;
    position: relative;
}

.mp_right li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 12.5px 25px;
}

.mp_right a {
    border-radius: 10px;
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.mp_right a:after {
    padding-top: 100%;
    content: '';
    display: block;
}

.c_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0.4);
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mp_right a:hover .c_logo {
    filter: brightness(1);
    opacity: 1;
}

.mi_2 .c_logo {
    background-size: 100% 100%;
}

/*  ----------------  M_3  ----------------  */

.mi_3 {
    background: #BEB3A9;
    z-index: 18;
    padding: 0 100vh;
    background: black;
    margin: 0 0 0 -100vh;
}

.mps_bg {
    width: 130%;
    height: 100vh;
    left: 0%;
    background-size: cover;
    background-position: center top;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mps_bg_upper {
    width: 100%;
    height: 100vh;
    left: -30%;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
    z-index: 2;
}

.before_move {
    position: absolute;
    bottom: -10%;
    width: 12%;
    left: 0%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 40px 50px rgba(0, 122, 91, 0.35);
}

.before_after {
    position: absolute;
    top: -10%;
    width: 12%;
    right: -10%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 40px 50px rgba(0, 122, 91, 0.35);
}

.mi_4 .before_move {
    bottom: auto;
    top: 12%;
    width: 10%;
}

.mi_4 .before_after {
    width: 10%;
    top: 60%;
}

.before_move:after, .before_after:after {
    padding-top: 100%;
    display: block;
    content: '';
}

/*
.mi_3 .mp_left {

}  
*/

.mi_3 .mp_subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.mi_3 h3 {
    color: white;
}


.mi_5 .stat_info {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 35px 0 0 0;
}

.mi_5 .stat_info li {
    width: 50%;
    margin: 0px;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
}

.mi_5 .stat_info ul {
    margin: 0 -30px;
}


/*  ----------------  M_4  ----------------  */

.mi_4 {
    background: #BEB3A9;
    z-index: 17;
    padding: 0 100vh;
    margin: 0 0 0 -100vh;
}

a.full_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mt_t_l li {
    width: 50%;
    float: left;
    padding: 0 45px;
    box-sizing: border-box;
    position: relative;
}

.mp_left .mt_t_l li:hover .mtl_logo {
    opacity: 1;
}

.mp_left .mt_t_l li:hover p {
    color: rgba(0, 0, 0, 0.99);
}

.mt_t_l li p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.mtl_logo {
    height: 72px;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    filter: brightness(0.4);
    opacity: 0.3;
    margin: 0 0 10px 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mt_t_l ul {
    margin: 0 -45px;
}

.mp_r_1 {
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    float: right;
    background-size: cover;
    background-position: center;
}

.mp_r_1:after, .mp_r_2:after {
    padding-top: 100%;
    content: '';
    display: block;
}

.mp_r_2 {
    width: 40%;
    position: absolute;
    background-size: cover;
    background-position: center;
    bottom: -30px;
    right: -30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


.mi_4 .mph_desc {
    color: rgba(0, 0, 0, 0.7);
}

.mi_4 .mps_bg_upper {
    top: auto;
    bottom: 0px;
    height: calc(100vh - 150px)
}

/*  ----------------  M_5  ----------------  */

.mi_5 {
    background: black;
    z-index: 16;
    padding: 0 100vh;
    margin: 0 0 0 -100vh;
}

.mi_5 h3 {
    color: white;
}

.mi_5 .mp_subtitle {
    color: rgba(255, 255, 255, 0.3);
}


/*  ----------------  M_6  ----------------  */

.mi_6 {
    background: white;
    z-index: 15;
    padding: 0 100vh;
    margin: 0 0 0 -100vh;
}

.mi_6 .mph_desc {
    color: rgba(0, 0, 0, 0.7);
}

/*  ----------------  M_7  ----------------  */

.mi_7 {
    background: #608AC4;
    z-index: 14;
    padding: 0 0 0 100vh;
    margin: 0 0 0 -100vh;
}

.mi_7 h3 {
    color: white;
}

.mi_7 .mp_subtitle {
    color: rgba(255, 255, 255, 0.3);
}


/*  ----------------  inner pages  ----------------  */


.inner_page .h_wrap, .inner_page header, .inner_page logo, .inner_page .sec_menu a, .inner_page .main_nav_link, .inner_page .sec_menu, .inner_page .open_search {
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.inner_page header {
    background: transparent;
    box-shadow: 0 15px 65px 0 rgba(0, 0, 0, 0);
}

.fixed_h header .h_wrap {
    padding: 10px 50px;
}

.fixed_h .logo {
    width: 120px;
    height: 45px;
}

.fixed_h .logo_side {
    padding-top: 7px;
}

.fixed_h header {
    box-shadow: 0 15px 65px 0 rgba(0, 0, 0, 0.15);
    background: white;
}

.fixed_h .logo {
    background: url();
    background-size: contain;
}

.fixed_h .sec_menu a {
    color: #3e98bc;
    opacity: 0.6;
}

.fixed_h .main_nav_link {
    color: #54a98c;
}

.fixed_h .open_search {
    background: url(../images/open_search_d.svg) no-repeat center;
}


.page_inside {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 0 0 0;
    min-height: calc(100vh - 210px);
}

.page_header {
    width: 100%;
    min-height: 320px;
    padding: 0 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page_header img {
    height: 130px;
    max-width: 40%;

}

.page_header.hide_me {
    min-height: 20px;
    height: 20px;
}

.page_header.compact {
    min-height: 1px;
    padding: 20px 0 40px;
}

.page_header h1 {
    font-family: 'b';
    font-size: 96px;
    color: #007A5B;
    letter-spacing: 0;
    text-align: center;
    max-width: 70%;
    line-height: 1em;
}

.page_header h2 {
    color: #007A5B;
}

.lit_header {
    min-height: 100px;
}

.pad_full {
    background: white;
    border-radius: 20px;
    box-sizing: border-box;
    width: 100%;
    padding: 85px 90px;
}

.pad_full .mi_image.with_padding {
    padding: 60px 0 0;
}

.pad_full > p:first-child {
    text-align: justify;
}

.pad_colls {
    position: relative;
}

.pad_colls h3 {
    font-family: 'b';
    font-size: 45px;
    color: #000000;
    line-height: 1.2em;
    margin: 0 0 45px 0;
}

.pad_colls h3.small_padding {
    margin: 0 0 5px;
}

.pad_colls .text h3 {
    font-size: 36px;
    margin: 0 0 30px;
}

.pad_colls h4 {
    font-family: 'b';
    font-size: 35px;
    color: #000000;
    line-height: 1.1em;
    margin: 0 0 25px 0;
}

.pad_colls h4.little {
    font-size: 24px;
}

.pad_colls p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 20px 0;
}

.pc_lines {
    padding: 35px 0 0 0;
}

.pc_line {
    border-top: 1px solid #ECECEC;
    padding: 55px 0;
    text-align: center;
}

.pc_line ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pc_line li {
    float: left;
    width: 33.33%;
}

.pc_line li p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.pc_line li b {
    font-family: 'b';
    font-size: 45px;
    color: #000000;
}

.pc_line h4, .to_next_page span {
    font-family: 's';
    font-size: 12px;
    color: #000000;
    letter-spacing: 10.71px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 0 35px 0;
}

.inner_page .page_wrap {
    position: relative;
    z-index: 2;
}

.page_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.image_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.to_next_page {
    display: block;
    background: #F8F8F8;
    text-align: center;
    margin: 0 -90px -85px;
    padding: 60px 0;
    border-radius: 0 0 20px 20px;
}

.to_next_page b {
    font-size: 36px;
    color: #608AC4;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
    margin: -20px 0 0 0;
    display: block;
    font-family: 'b';
}

.to_next_page:hover b {
    text-decoration: none;
}

.pad_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 315px;
    background: white;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 35px 40px;
}

.pad_left b {
    font-family: "b";
    font-size: 36px;
    color: #007A5B;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0 0 20px 0;
    display: block;
}

.pad_left ul {
    margin: 0 -40px;
}

.pad_left li {
    width: 100%;
}

.pad_left a:hover, .pad_left a.active {
    background: #eaeaea;
}

.pad_left a {
    display: block;
    font-size: 17px;
    color: #007A5B;
    white-space: nowrap;
    padding: 8px 40px;
    text-align: left;
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pad_right {
    padding: 50px 65px;
    background: white;
    border-radius: 20px;
    margin: 0 0 0 350px;
    position: relative;
}

.csr_cols.clear {
    text-align: center;
    position: relative;
}

.csr_c_i {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    height: 280px;
    float: none;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
}

.csr_c_i {
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    margin-top: -1px;
}

.csr_c_i:last-child {
    border-right: none;
}

.csr_c_i:last-child::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    left: 0;
    margin: -41px 0 0;
}

.csr_c_i:nth-child(3n):nth-last-child(3) {
    border-bottom: 1px solid #E5E5E5;
}

.csr_c_i:nth-child(3n) {
    border-right: none;
}

.csr_c_i:first-child {
    border-top: none;
}

.csr_c_i:first-child + .csr_c_i {
    border-top: none;
}

.csr_c_i:first-child + .csr_c_i + .csr_c_i {
    border-top: none;
}


.csr_c_i span {
    display: block;
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.csr_c_i b {
    font-family: 'b';
    font-size: 55px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 1em;
}

.csr_c_i u {
    font-size: 30px;
    text-decoration: none;
}

.csr_1 {
    background-image: url(../images/csr_1.svg);
}

.csr_2 {
    background-image: url(../images/csr_2.svg);
}

.csr_3 {
    background-image: url(../images/csr_3.svg);
}

.csr_4 {
    background-image: url(../images/csr_4.svg);
}

.dark_page .logo {
    background: url();
/*    background-size: contain;   */
    background-size: auto;  
}


.home_page .dark_page .logo {
    background: url() !important;
/*    background-size: contain !important;   */
    background-size: auto;
}

html:lang(az) .home_page .dark_page .logo {
    background-image: url() !important;
}

html:lang(az) .dark_page .logo {
    background-image: url() !important;
}

.dark_page .sub_menu a, .dark_page .fake_sub_menu a {
    color: #007A5B;
}

.fake_sub_menu_holder.dark .fake_sub_menu a {
    color: #007A5B;

}


.dark_page .sec_menu a {
    color: #007A5B;
    opacity: 0.6;
}

.dark_page .open_search {
    background: url(../images/open_search_d.svg) no-repeat center;
}

.dark_page .f_left p {
    color: rgb(252, 253, 253);
}


.dark_page .f_left a {
    color: rgba(242, 244, 244, 0.989);
}

.dark_page .f_right p {
    color: rgb(248, 250, 249);
}

.dark_page .f {
    background: url(../images/f_d.svg) no-repeat center;
}

.dark_page .t {
    background: url(../images/t_d.svg) no-repeat center;
}

.dark_page .i {
    background: url(../images/in_d.svg) no-repeat center;
}

.ceo_message {
    min-height: calc(100vh - 210px);
    position: relative;
}

.cm_left {
    width: 50%;
    padding: 40px 0;
}

.cm_left h3 {
    font-family: 'b';
    font-size: 76px;
    color: #007A5B;
    letter-spacing: 0;
}

.ceo_desc {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.ceo_sign {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    text-align: center;
}

.ceo_sign b {
    font-weight: bold;
}

.ceo_sign {
    margin: 15px 0 0 0;
}

.sign_self {
    width: 155px;
    height: 100px;
    background: url(../images/) no-repeat center;
    background-size: contain;
    position: relative;
    top: -25px;
    left: 0px;
    margin: 0 auto;
}

.cm_right {
    width: 46%;
    position: absolute;
    right: 0px;
    height: calc(100% + 90px);
    background: url(../images/ceo1.png) no-repeat center top;
    top: 0px;
    background-size: cover;
}

.pad_full .stat_info b {
    color: black;
}

.pad_full .stat_info li {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin: 0px;
}

.pad_full .stat_info b {
    font-size: 45px;
}

.pad_full .mp_right {
    width: 100%;
    position: relative;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #DFDFDF;
}

.pad_full .mp_right ul {
    margin: 0 -15px;
}

.pad_full .mp_right li {
    width: 25%;
}

.mp_right li.multi > div {
    border-radius: 10px;
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.mp_right li.multi > div::after {
    padding-top: 100%;
    content: '';
    display: block;
}


.mp_right li.multi > div:hover .additional_info {
    opacity: 1;
    visibility: visible;
}

.additional_info {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    font-size: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    border-radius: 9px;
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);

    border: 1px solid #DFDFDF;

}

.additional_info a {
    margin: 0 0 12px;
    border: none;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    position: relative;
}

.additional_info a:hover strong::before {
    width: 100%;
}

.additional_info a::after {
    display: none;
}

.additional_info a strong::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.additional_info a strong {
    margin: 0 0 0 8px;
    font-size: 15px;
    position: relative;
}

.additional_info a img {
    width: 12px;
}

.structure_self {
    width: 100%;
    /*height: 720px;*/
    background: url(../images/structure.png) no-repeat center;
    background-size: contain;
    margin: 60px 0 0 0;
}

.structure_self img {
    display: block;
    width: 100%;
}

.management > li {
    width: 100%;
    padding: 0 20px 60px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

.to_mid_man {
    width: 100% !important;
}

.management .link {
    padding: 20px 0 0;
}

.management .link a {
    display: inline-block;
    text-transform: uppercase;
    font-family: 's';
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 10.7px;
    background: #a27e5f;
    background: linear-gradient(to right, #74b6a5 0%, #007a5b 100%);
    display: inline-block;
    height: 45px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 14px 40px;
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.management .link a:hover {
    opacity: 0.8;
}




.management {
    margin: 0 -20px -40px;
}

.man_image {
    height: 380px;
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    overflow: hidden;
}

.management b {
    font-family: 'b';
    font-size: 25px;
    color: black;
    display: block;
    margin: 10px 0 0 0;
}

.image_side {
    width: 310px;
    float: left;
}

.info_side {
    width: calc(100% - 310px);
    float: right;
    padding: 40px 0 0;
}

.abad_header {
    padding: 0 0 25px;
}

.abad_header h2 {
    padding: 0 0 15px;
    font-family: 'b';
    font-size: 35px;
    color: #000000;
    line-height: 1.1em;
}

.management .head p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.management .man_image {
    width: 280px;
    margin: 0 0 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.management .text strong {
    font-family: 's';
}

.management .text ul li {
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    position: relative;
}

.management .text ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.pad_colls li {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.mi_desc {
    width: 65%;
    float: left;
}

.mi_desc .text_just {
    line-height: 32px;
}

.mi_image {
    width: 30%;
    float: right;
}

.mi_image .man_image {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2)
}

.mb_ul {
    border-bottom: 1px solid #DFDFDF;
    padding: 0 0 60px 0;
    margin: 0 0 60px 0;
}

.aspirations_list {
    padding: 10px 0 0;
}

.aspirations_list ul {
    padding: 0 30px;
}

.mb_ul h3, .vb_ul h3 {
    text-align: center;
    width: 100%;
}

.aspirations_list li {
    width: 50%;
    float: left;
    padding: 0px 0 0px 70px;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: relative;
    margin: 0 0 30px 0;
}

.aspirations_list li:after {
    position: absolute;
    height: 60px;
    width: 70px;
    background: url(../images/bullet.svg) no-repeat 20px 10px;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
}

.aspirations_list li span {
    width: 100%;
}

.values_list {
    padding: 10px 0 0;
    font-size: 0;
    text-align: center;
}

.values_list li {
    display: inline-block;
    width: 33.3333%;
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px 0;
    vertical-align: top;
    position: relative;
}

.values_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.values_list li:hover span {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.values_list span {
    display: block;
    height: 75px;
    width: 100%;
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.v1 {
    background: url(../images/v1.svg) no-repeat center;
}

.v2 {
    background: url(../images/v2.svg) no-repeat center;
}

.v3 {
    background: url(../images/v3.svg) no-repeat center;
}

.v4 {
    background: url(../images/v4.svg) no-repeat center;
}

.v5 {
    background: url(../images/v4.svg) no-repeat center;
}

.vision_block {
    position: relative;
    min-height: auto;
    margin: 0px 0 90px 0;
    padding: 60px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.vis_image {
    width: 50%;
    position: absolute;
    height: 320px;
    border-radius: 10px;
    box-shadow: 0 40px 50px rgba(0, 122, 91, 0.35);
    top: 0px;
    left: -140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.vid_desc {
    padding: 0;
    text-align: justify;
}

.vid_desc strong {
    display: block;
    font-family: 'b';
    font-size: 45px;
    color: #000000;
    letter-spacing: 0;
    font-weight: normal;
    text-align: center;
}

.news_li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0 20px 0;
    margin: 0 0 40px 0;
    display: block;
    min-height: 120px;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.pad_right .news_li {
    padding: 20px 20px 20px 20px;
    background: #fff !important;
}

.pad_right .news_li .news_image {
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.pad_right .news_li:hover .news_image {
    transform: scale(1.05);
}

.news_li:hover {
    background: #f0f0f0;
}

.news_li:hover h4 {
    color: #007A5B;
}

.news_li:hover p {
    color: rgba(0, 0, 0, 1);
}

.news_li:hover .news_date {
    background: #007A5B;
}

.news_li:hover .news_date b {
    color: #fff;
}

.news_li:hover .news_date span {
    color: #fff;
    background: #02644b;
}

.news_li:last-child {
    margin: 0;
    border-bottom: none;
}

.news_date {
    position: absolute;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    margin-left: 10px;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.news_date b {
    font-family: 'b';
    font-size: 65px;
    color: #000000;
    letter-spacing: 0;
    display: block;
    line-height: 0.8em;
    padding: 15px 0 12px;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.news_date span {
    background: #F0F0F0;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    padding: 5px 0px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    width: 110px;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
}

.news_desc {
    padding: 0 0 0 140px;
}

.news_li h4 {
    margin: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.news_li p {
    margin: 10px 0 0 0;
}

.news_title {
    padding: 0 150px 0 0;
}

.inner_news_date {
    left: auto;
    right: 0px;
    top: 0px;
    right: 45px;
    background: #F0F0F0;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px 10px;
}

.csr_news_item {
    min-height: 210px;
}

.csr_news_item .news_image {
    width: 50%;
    position: absolute;
    height: 210px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    top: 0px;
    right: -120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.csr_news_item .news_desc {
    padding: 0px 230px 0 0;
}

.news_desc span {
    opacity: 0.3;
    font-size: 16px;
    color: #000000;
    display: block;
    margin: 25px 0 0 0;
}

.eh_cover {
    margin: -50px -65px 50px;
    padding: 90px 65px 100px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    background: url(../images/eh_cover.png) no-repeat bottom center;
    background-size: cover;
}

.eh_cover h4 {
    color: white;
    font-size: 25px;
    margin: 0px;
}

.eh_cover h3 {
    color: white;
    font-size: 55px;
    margin: 0 0 35px 0;
}

.count_down {
    padding: 0 0 20px;
    text-align: center;
    background: rgba(21, 52, 78, 0.4);
    border-radius: 12px;
}

.countdown-section {
    width: calc(25% - 35px);
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    color: white;
    margin: 0 12.5px;
    position: relative;
}

.countdown-section::before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: absolute;
    left: -6px;
    top: calc(50% - 20px);
}

.countdown-section:first-child::before {
    display: none;
}

.countdown-amount {
    width: 100%;
    display: block;
    font-family: 'b';
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 0 0;
}

.countdown-period {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0 0 5px 0;
    text-transform: lowercase;
}

.map {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.cbg {
    position: fixed !important;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.cbg:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/cbg.png) repeat-y -30vw top;
    content: '';
    display: block;
    background-size: 80%;
    pointer-events: none;
    opacity: 0.8;
}

.co_left {
    position: relative;
    z-index: 2;
}

.inf_block {
    display: none;
}

#map > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div {
    display: none;
}

.contacts {
    min-height: calc(100vh - 210px);
    box-sizing: border-box;
    padding: 40px 0;
}

.contacts h3 {
    font-family: 'b';
    font-size: 75px;
    color: #007A5B;
}

.contacts li {
    cursor: pointer;
    padding: 5px 0;
    display: inline-block;
}

.contacts li p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    margin: 0 0 10px 0;
}

.contacts li p a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}

.contacts li b {
    font-family: 'b';
    font-size: 35px;
    color: #000000;
    letter-spacing: 0;
}

.co_item {
    position: relative;
}


.co_desc {
    padding: 20px 35px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    /*
    background: #fff;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0, 0.15);
    */
}

.co_item.active .co_desc {
    background: white;
}

.faq_search {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 60px;
    width: 100%;
}

.faq_search input {
    width: 100%;
    padding: 21px 60px 20px 30px;
    background: url(../images/fs.svg) no-repeat 96%;
    font-size: 16px;
}

.faq_item {
    padding: 15px 0;
}

.question {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 45px 0 0;
    font-family: 'b';
    font-size: 25px;
    color: #000000;
}

.question span {
    background: url(../images/f_a.png) no-repeat center center;
    background-size: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    -webkit-transition: .3s cubic-bezier(.52, .01, .16, 1);
    -moz-transition: .3s cubic-bezier(.52, .01, .16, 1);
    transition: .3s cubic-bezier(.52, .01, .16, 1);
    transform: rotate(0deg);
}

.question.open span {
    transform: rotate(-180deg);
}

.question u {
    text-decoration: none;
    border-bottom: 1px dashed black;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.question:hover u, .question.open u {
    color: #007A5B;
    border-bottom: 1px solid #007A5B;
}


.question.open u {
    border-bottom: 1px dashed white;
}

.answer {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    display: none;
}

.faq_list {
    padding: 30px 0 0 0;
    text-align: left;
}

.feedback_form {
    width: 100%;
}

.f_line {
    width: 100%;
    margin: 0 0 35px 0;
    text-align: center;
}

.fl_cols {
    margin: 0 -17.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .fl_cols .f_line {
        padding: 0 17.5px;
        box-sizing: border-box;
        position: relative;
        /*-ms-flex-preferred-size: 0; */
        flex-basis: 0;
        /*-ms-flex-positive: 1; */
        flex-grow: 1;
        max-width: 100%;
    }

.f_line label.error {
    position: absolute;
    bottom: -11px;
    right: 30px;
    color: white;
    background: #ff8484;
    border-radius: 30px;
    padding: 3px 10px;
    display: none !important;
}

.f_line.check_it_nos label.error + input + label {
    color: #f00;
}

.f_line.check_it_nos label.error:empty + input + label {
    color: #000;
}


.f_line input.error {
    border: 1px solid #fd7171 !important;
}

.f_line textarea.error {
    border: 1px solid #fd7171 !important;
}

.align_left {
    text-align: left !important;
}

.f_line input[type='text'] {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    height: 55px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding: 0 25px;
}

.f_line input[type='text'].short {
    width: 320px;
    max-width: calc(100% - 55px);
}

span.azn {
    padding: 0 0 0 15px;
    font-size: 18px;
    font-weight: bold;
}

.f_line textarea {
    resize: none;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-family: 'r';
    padding: 20px 25px;
    height: 200px;
}

.m_bttn {
    text-transform: uppercase;
    font-family: 's';
    font-size: 12px;
    color: black;
    letter-spacing: 10.7px;
    background: #4e4f4e;
    background: linear-gradient(to right, #d5d5d5 0%, #BEB3A9 100%);
    display: inline-block;
    height: 45px;
    border-radius: 30px;
    padding: 0 35px 0 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 14px 40px;
    text-align: center;
}

.m_bttn::after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: white;
    display: block;
    content: '';
    transition: all 0.2s ease-out;
    position: absolute;
    opacity: 0;
}

.m_bttn:hover:after {
    opacity: 0.2;
}

.m_text {
    margin: 0 0 0 15px;
    font-size: 16px;
    line-height: 45px;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}

.m_text:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);

}

.swtch {
    width: 100%;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .swtch label {
        margin: 0;
        cursor: pointer;
        border-right: 1px solid #D9D9D9;
        box-sizing: border-box;
        height: 55px;
        /*-ms-flex-preferred-size: 0; */
        flex-basis: 0;
        /*-ms-flex-positive: 1; */
        flex-grow: 1;
        max-width: 100%;
    }

.form_lable {
    display: block;
    margin: 0 0 15px 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
}

.form_lable.cursive {
    font-style: italic;
}

.swtch label:last-child {
    border-right: none;
}

.swtch input[type="radio"] {
    display: none;
}

.swtch input[type="text"] {
    box-sizing: border-box;
    border: none;
    text-align: center;
    border-radius: 0px;
}

.swtch input[type="text"]:focus {
    background: #F0F0F0;
}

/*
.swtch input[type="text"]:focus {
}
*/

.swtch input[type="text"]:focus::-webkit-input-placeholder {
    font-style: italic;
}

.swtch input[type="text"]:focus::-moz-placeholder {
    font-style: italic;
}

.swtch input[type="text"]:focus:-moz-placeholder {
    font-style: italic;
}

.swtch input[type="text"]:focus:-ms-input-placeholder {
    font-style: italic;
}

.swtch input[type=radio]:checked ~ input[type="text"] {
    background: #F0F0F0;
}

.swtch input[type=radio]:checked ~ span {
    background: #F0F0F0;
}

.swtch span {
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
}

.vac_title h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.vac_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    margin: 0 0 0 10px;
}

.vac_title {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.vac_title .dates span {
    display: block;
    text-align: right;
    white-space: nowrap;

}

.vac_item {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.vac_item:last-child {
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}

.vac_item:hover .vac_link h4 {
    color: #75694fec;
}

.vac_link {
    display: block;
}

.vac_link:hover h4 {
    text-decoration: underline;
}

.vac_link:hover span {
    color: rgba(0, 0, 0, 0.8);
}

.vac_item .m_bttn {
    position: absolute;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    padding: 14px 25px 14px 30px;
}


/* ---------- back to home ---------- */

.home_page header {
    display: none;
}

.web_it .home_page .main_nav_li:hover .sub_menu {
    display: none;
}

.fake_sub_menu_holder {
    position: fixed;
    z-index: 999;
    perspective: 1000px;
}

.fake_sub_menu {
    transform: rotateX(-20deg);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
}

.fake_section_holder {
    position: fixed;
    z-index: 999;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
}

.fake_section_holder span {
    background: white;
    border-radius: 20px;
    text-align: center;
    padding: 7px 12px;
    white-space: nowrap;
    color: #007A5B;
    position: relative;
    top: 15px;
    transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
    opacity: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.fake_section_holder.show span {
    top: 5px;
    opacity: 1;
}

.fake_sub_menu_holder .show {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}


.ch_page {
    background: #EBEBEB;
}

.ch_page .ch_item b {
    font-family: 'b';
    font-size: 45px;
    color: #007A5B;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1em;
}

.ch_page .ch_item span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    display: block;
}

.ch_page .ch_item p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.ch_page footer {
    position: fixed;
    bottom: 0px;
    z-index: 5;
}


.ch_self {
    float: left;
    height: 100vh;
    position: fixed;
    white-space: nowrap;
    z-index: 3;
}

.ch_self {
    white-space: nowrap;
}

.ch_item {
    width: 460px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: normal;
    position: relative;
    height: 100vh;
}


.ch_mid {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 0 50px;
    text-align: center;
    position: relative;
}

.ch_mid:after {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #CECECE;
}

.ch_title {
    position: fixed;
    top: 150px;
    left: 0px;
    width: 100%;
    font-family: 'b';
    font-size: 76px;
    color: #007A5B;
    letter-spacing: 0;
    text-align: center;
    z-index: 2;
}

.ch_n {
    position: relative;
    width: 100%;
    z-index: 2;
}

.ch_image {
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0%;
    background-size: auto 100%;
    background-position: center;
    border-radius: 0;
    background-repeat: no-repeat;
    height: 70px;
}


.year_holder {
    display: block;
    width: 120px;
    height: 120px;
    background: white;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 22px 24px 0 rgba(0, 122, 91, 0.20);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
}


.ch_text_info {
    position: absolute;
    top: 150px;
    width: 100%;
}

.ch_item:nth-child(even) .ch_image {
    top: 150px;
}

.ch_item:nth-child(even) .ch_text_info {
    top: auto;
    bottom: 150px;
}

@media screen and (min-width: 1100px) {
    .id_1185 {
     background-size: 54% !important;   
    }
}


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

    .id_1185 {
        width: 140px !important;
    }

}

.ph_ch {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    left: 30%;
    background: url(../images/ph_ch.svg) no-repeat center center;
}

.content_here strong {
    font-family: 's';
}

.content_here ul {
    margin: 0 0 20px 0;
}

.content_here li {
    position: relative;
    padding: 0 0 5px 25px;
}

.content_here li:after {
    position: absolute;
    width: 12px;
    height: 1px;
    top: 8px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
}


.contacts .co_left {
    pointer-events: none !important;
}

.contacts li {
    width: 60%;
    pointer-events: auto !important;
}

.contacts .co_left a {
    pointer-events: auto !important;
}

.contacts ul {
    margin: 0 0 20px 0;
}

.search_result_tiem {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}

.search_result_tiem p {
    margin: 0px;
}

.search_result_tiem a {
    font-family: 'b';
    font-size: 35px;
    color: #000000;
    line-height: 1.1em;
    display: block;
    margin: 0 0 5px 0;
}

.search_result_tiem a:hover {
    text-decoration: underline;
}

.search_line_in input {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    height: 67px;
    padding: 15px 60px 15px 30px;
    background: url(../images/open_search_d.svg) no-repeat 98%;
}

.search_line_in {
    margin: 0 0 40px 0;
}

.no_result_here {
    padding: 50px 0;
    text-align: center;
    font-family: 'b';
    display: block;
    width: 100%;
    font-size: 35px;
}

.video_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.video_bg video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
}

.back_to_news {
    color: black;
    background: url(../images/back_to_news.svg) no-repeat 10px transparent;
    background-size: 15px;
    padding: 7px 15px 7px 35px;
    margin: -10px 0 35px 0;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.back_to_news:hover {
    background: url(../images/back_to_news.svg) no-repeat 10px #F0F0F0;
    background-size: 15px;
}

.mobile_menu {
    display: none;
}


.main_nav_li:last-child {
    margin: 0px;
}

.error_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table-cell;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center;
}

.error_body {
    background: url(../images/ph_ch.svg) no-repeat center bottom #EBEBEB;
    background-size: cover;
}


.error_page h1 {
    width: 100%;
    font-family: 'b';
    font-size: 76px;
    color: #007A5B;
    letter-spacing: 0;
    text-align: center;
    z-index: 2;
}

.error_page p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 20px 0;
}

.text_just {
    text-align: justify;
}

.pad_right_vacs {
    margin: 50px 0 0 350px;
}

.pad_right_vacs .mp_right {
    width: 100%;
    position: relative;
    float: none;
}

.pad_right_vacs .mp_right li {
    width: 33.333%;
}

.pad_right_vacs .additional_info a strong {
    font-size: 12px;
}

.pad_right_vacs h3 {
    font-size: 25px;
}

.pad_right_vacs ul {
    margin: 0 -12.5px;
}

.link_to_vac {
    margin: 15px 0 0 0;
}

.inner_page .c_logo {
    background-size: auto 45px;
    box-shadow: inset 0 0 0 1px #e3e3e3;
    border-radius: 6px;
}

.inner_page .sub_menu a, .inner_page .fake_sub_menu a {
    color: #007A5B;
}

.dark_page .sub_menu a, .dark_page .fake_sub_menu a {
    color: #007A5B;
}

.pad_full .mp_right li:nth-child(2) .c_logo {
    background-size: auto 25px;
}

.steps {
    display: none;
}

.steps_form .content {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    padding: 40px 0;
}

.actions {
    border-top: 1px solid #dedede;
    padding: 30px 40px;
}

.actions:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.content h3 {
    display: none;
}

.steps_form section {
    float: left;
    position: absolute;
    width: 100%;
    padding: 0 70px;
    box-sizing: border-box;
}

.steps_form section .cli_mr {
    margin: 0;
}


.full_width {
    width: 100% !important;
}

.photo_upload {
    margin: 0 0 35px 0;
}

.photo_upload.error .pu_slef {
    border-color: #f00;
}


.pu_slef {
    width: 250px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
}

.pu_holder {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #D9D9D9;
    background: url(../images/pu_holder.svg) no-repeat center;
    background-size: 30%;
    transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.select_cover {
    background-size: cover;
    height: 200px;
}

.pu_bttn {
    display: block;
    height: 55px;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    padding: 16px 0 0 0;
}

.pu_slef input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.vac_form {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin: 40px 0 0 0;
}

.steps_counter {
    float: right;
    padding: 10px 0;
}

.sf_title {
    border-bottom: 1px solid #D9D9D9;
    padding: 25px 30px;
    background: rgba(0, 0, 0, 0.02);
}

.sf_title h4 {
    float: left;
    margin: 0px;
    font-size: 30px;
    padding: 3px 0;
}

.steps_counter u {
    text-decoration: none;
}

.nm {
    margin: 0px !important;
}

.disabled {
    display: none;
}

.disabled.day {
    display: table-cell
}

.actions li:nth-child(2), .actions li:nth-child(3) {
    float: right;
}

.actions li:nth-child(2) a, .actions li:nth-child(3) a {
    text-transform: uppercase;
    font-family: 's';
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 10.7px;
    background: #74b6a5;
    background: linear-gradient(to right, #74b6a5 0%, #007a5b 100%);
    display: inline-block;
    height: 45px;
    border-radius: 30px;
    padding: 15px 35px 15px 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.actions li:nth-child(2) a::after, .actions li:nth-child(3) a::after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: white;
    display: block;
    content: '';
    transition: all 0.2s ease-out;
    position: absolute;
    opacity: 0;
}

.actions li:nth-child(2) a:hover:after, .actions li:nth-child(3) a:hover:after {
    opacity: 0.2;
}

.actions li:nth-child(1) {
    float: left;
}

.actions li:nth-child(1) a {
    text-transform: uppercase;
    font-family: 's';
    font-size: 12px;
    letter-spacing: 10.7px;
    height: 45px;
    border-radius: 30px;
    padding: 15px 35px 15px 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    border: 1px solid #D9D9D9;
    color: rgba(0, 0, 0, 0.7);
}

.cl_item {
    position: relative;
    margin: 0 0 20px 0;
}

.cl_list .cl_item + .cl_item {
    margin: 40px 0 20px;
}

.cl_list .cl_item + .cl_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: -20px;
}

.cl_list.hide_input .other_type + .cli_li.m_top {
    display: none;
}

span.hidden_warning {
    display: none;
    text-align: left;
    position: absolute;
    color: #f00;
    font-weight: bold;
    padding: 3px 0 0;
}

.f_line input.error + span.hidden_warning {
    display: block;
}

.cli_li {
    border: 1px solid #D9D9D9;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cli_mr {
    margin: 0 75px 0 0;
}

.cli_li .fi {
    margin: 0;
    cursor: pointer;
    border-right: 1px solid #D9D9D9;
    box-sizing: border-box;
    height: 55px;
    /*-ms-flex-preferred-size: 0; */
    flex-basis: 0;
    /*-ms-flex-positive: 1;  */
    flex-grow: 1;
    max-width: 100%;
}

.cli_li .fi label.error {
    display: none !important;
}

.cli_li .fi input.error::-webkit-input-placeholder {
    color: #f00;
}

.cli_li .fi input.error::-moz-placeholder {
    color: #f00;
}

/* Firefox 19+ */
.cli_li .fi input.error:-moz-placeholder {
    color: #f00;
}

/* Firefox 18- */
.cli_li .fi input.error:-ms-input-placeholder {
    color: #f00;
}

.cli_li .fi textarea.error::-webkit-input-placeholder {
    color: #f00;
}

    /*.cli_li .fi textarea.error::-moz-input-placeholder {
    color: #f00;
}
    */
    /*.cli_li .fi textarea.error:-moz-input-placeholder {
    color: #f00;
}
    */
.cli_li .fi textarea.error:-ms-input-placeholder {
    color: #f00;
}

.cli_li .fi select.error {
    color: #f00;
}


.cli_li.long {
    height: auto;
}

.cli_li.long .fi {
    height: auto;
}

.fi.large {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.cli_li .fi:last-child {
    border-right: none;
}

.cli_li .fi input, .cli_li .fi select {
    font-size: 16px;
    padding: 17px 25px;
    box-sizing: border-box;
    width: 100%;
}

.cli_li .fi textarea {
    height: 120px;
    font-size: 16px;
    padding: 17px 25px;
    box-sizing: border-box;
    width: 100%;
    /*height: outline: none;
    */
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'r';
}

.cli_li .fi select {
    background: url(../images/f_a.png) no-repeat calc(100% - 24px);
    background-size: 10px;
}

.cli_li .fi select option:disabled {
    color: #555;
}

.cl_item:first-child .remove_item {
    display: none;
}

.remove_item {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 10px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: url(../images/trash.svg) no-repeat center center;
    background-size: 20px;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-sizing: border-box;
}

.steps_form section .remove_item {
    right: -60px;
}

.cl_mul {
    margin: 0 0 35px 0;
}

.add_bttn {
    letter-spacing: normal;
}

.fotorama__stage {
    border-radius: 20px;
}

.gallery {
    margin: 30px 0 0 0;
}

#lightSlider {
    width: 100%;
}

#lightSlider li {
    width: 100%;
}

#lightSlider li img {
    width: 100%;
}

.pad_colls .content_here img {
    width: 100%;
    margin: 20px 0;
}

.m_top {
    margin: 20px 0 0 0;
}

.check_it_nos {
    position: relative;
}

.check_it_nos input {
    position: absolute;
    left: 20px;
    top: 5px;
}

.check_it_nos label {
    margin: 0 0 0 30px;
    text-align: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    display: block;
}

.news_nav {
    background: #F8F8F8;
    border-radius: 0 0 20px 20px;
    margin: 70px -90px -85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 90px;
}

    .news_nav a {
        /*-ms-flex-preferred-size: 0; */
        flex-basis: 0;
        /*-ms-flex-positive: 1; */
        flex-grow: 1;
        box-sizing: border-box;
    }

.news_nav a:only-child {
    width: 100%;
    padding: 0;
    border: none;
}

.prev_n {
    text-align: right;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.next_n {
    padding: 0 0 0 50px;
}

.news_nav a span {
    font-family: 's';
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 10.71px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px 0;
}

.news_nav b {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 0;
    display: block;
    font-family: 'b';
    line-height: 1.1em;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.news_nav a:hover b {
    color: #33a0a0;
}

.fw_se select {
    background: url(../images/f_a.png) no-repeat calc(100% - 18px) !important;
    background-size: 10px !important;
}

.web_it .home_page {
    overflow: hidden;
}

.pad_right_vacs .mp_right li:nth-child(2) .c_logo {
    background-size: auto 32px;
}

.to_next_dates {
    position: fixed;
    right: 0px;
    background: white;
    top: 50%;
}

.scroll_button {
    width: 48px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
}

.scroll_button a {
    position: absolute;
    right: 10px;
    top: calc(50% - 24px);
    height: 48px;
    width: 48px;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 22px 24px 0 rgba(0, 122, 91, 0.20);
}

.scroll_button a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/scroll_arrow.svg) no-repeat 50%;
}

.scroll_button.prev {
    left: 0;
}

.scroll_button.prev a {
    left: 10px;
}

.scroll_button.prev a::before {
    transform: rotate(180deg);
}


.scroll_it {
    display: none;
    position: fixed;
    z-index: 20;
    width: 200px;
    text-align: center;
    left: 50%;
    margin: 0 0 0 -100px;
    bottom: 27px;
}

.sc_slef {
    width: 13px;
    height: 23px;
    border: 3px solid #007A5B;
    border-radius: 11px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.sc_slef:after {
    width: 3px;
    height: 4px;
    background: #007A5B;
    position: absolute;
    top: 4px;
    left: 50%;
    margin: 0 0 0 -1.5px;
    content: '';
    border-radius: 10px;
    animation: fade 1s ease;
        -webkit-animation: fade 1s ease;
        -moz-animation: fade 1s ease;
}

@keyframes scroll {
    from {
        top: 4px;
        opacity: 1;
    }

    to {
        top: 14px;
        opacity: 0;
    }
}

@-webkit-keyframes scroll {
    from {
        top: 4px;
        opacity: 1;
    }
    to {
        top: 14px;
        opacity: 0;
    }
}

.scroll_it p {
    display: inline-block;
    vertical-align: middle;
    color: #007A5B;
    margin: 0 0 0 10px;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.datepicker {
    font-family: 'r' !important;
}

.datepicker table tr th {
    font-family: 's' !important;
}

.datepicker table tr td, .datepicker table tr th {
    vertical-align: middle;
}


input.smart_input.error + .select_tim {
    border-color: #f00;
}


.home_page .mp_wrap {
    max-width: 1300px;
}

.home_page .mp_mid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mi_4 .mp_left {
    width: 50%;
}


.u_preloader {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0);
}

    .u_preloader::before {
        content: "";
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 32px !important;
        height: 32px !important;
        margin: 0 auto;
        border: 3px solid #fff;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        background: none !important;
        position: absolute;
        top: calc(50% - 16px) !important;
        left: calc(50% - 16px) !important;
        animation: cssload-spin 575ms infinite linear;
        -o-animation: cssload-spin 575ms infinite linear;
        /*-ms-animation: cssload-spin 575ms infinite linear;     */
        -webkit-animation: cssload-spin 575ms infinite linear;
        -moz-animation: cssload-spin 575ms infinite linear;
    }


@keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media screen and (max-height: 900px) {
    .ch_item {
        height: 80vh;
        top: 20vh;
    }

    .scroll_button {
        height: 80vh;
        top: 20vh;
    }
}

@media screen and (max-height: 750px) {
    .ch_item {
        height: 70vh;
        top: 25vh;
    }

    .ch_title {
        top: 120px;
        font-size: 50px;
    }

    .ch_page .ch_item span {
        font-size: 12px;
    }

    .ch_page .ch_item b {
        font-size: 30px;
    }

    .ch_item:nth-child(even) .ch_text_info {
        top: auto;
        bottom: 115px;
    }

    .ch_item:nth-child(even) .ch_image {
        top: 110px;
    }

    .ch_image {
        background-size: auto 65%;
        top: -80px;
    }

    .ch_text_info {
        top: 120px;
    }

    .year_holder {
        height: 100px;
        width: 100px;
    }

}


@media screen and (max-width: 1550px) {
    .mph_right {
        width: 50%;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .man_image {
        background-size: contain !important;
    }

    .main_menu, .sec_menu {
        max-width: 50%;
        margin: 30px auto !important;
    }

}

@media screen and (max-width: 1450px) {
    .mp_h_desc {
        padding: 0 60vw 0 220px;
    }
}

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


    .mp_left h3 {
        font-size: 50px;
        margin: 15px 0;
    }

    .mi_2 .mph_desc {
        margin: 0px;
    }

    .mp_right li {
        width: 49%;
    }

    .mp_mid {
        width: 100%;
        position: relative;
        top: 20px;
    }

    .mi_2 .mp_mid {
        top: 40px;
    }

    .mi_5 .stat_info {
        margin: 15px 0 0;
        padding: 15px 0 0 0;
    }

    .mi_5 .stat_info b {
        font-size: 40px;
    }

    .before_move {
        left: -4%;
    }


    .mi_5 .mps_bg_upper {
        left: -35%;
        top: 90px;
    }

    .mt_t_l li {
        padding: 0 25px;
    }

    .mt_t_l ul {
        margin: 0 -25px;
    }

    .mp_r_1 {
        width: 96%;
        float: left;
    }

    .mp_r_2 {
        width: 45%;
        right: 0;
    }

    .mph_t h1 {
        font-size: 80px;
    }

    .mph_desc {
        font-size: 15px;
    }


    .mp_right {
        width: 44%;
    }

    .mp_left {
        width: 55%;
    }

    .mps_bg_upper {
        left: -24%;
    }
    
  /*  .mi_3 .mp_left {
    }          
*/

    .mi_5 .mps_bg_upper {
        left: -28%;
        top: 0;
        background-size: 122%;
        background-position: 53%;
    }

    .home_page .mp_wrap {
        max-width: 930px;
    }

}

@media screen and (max-width: 1310px) {
    .h_wrap {
        padding: 30px 30px;
    }
}

@media screen and (max-width: 1600px) {
    .main_nav_link {
        font-size: 15px;
    }

    .sec_menu li a {
        font-size: 14px;
    }

    .mp_left h3 {
        font-size: 55px;
    }

    .mp_right {
        width: 35%;
    }

    .mp_left {
        width: 65%;
    }


    .mph_desc, .mt_t_l li p {
        font-size: 14px;
        line-height: 20px;
    }

    .mp_right li:nth-child(3), .mp_right li:nth-child(4) {
        padding: 0 12.5px;
    }

    .pad_right_vacs .mp_right li, .pad_full .mp_right li {
        padding: 0 12.5px 25px;
    }

    .mp_mid {
        display: flex;
        align-items: center;
    }

    .mi_2 .mp_mid {
        top: 20px;
    }
}

@media screen and (max-width: 1265px) {
    .open_search {
        display: none;
    }

    .all_langs {
        position: absolute;
        right: 30px;
        margin: 0px;
        padding: 0px;
    }

    .page_inside {
        padding: 120px 20px 0 20px;
    }
}

@media screen and (max-width: 1260px) {
    .main_nav_li {
        margin: 0 20px 0 0;
    }

    .search_side {
        display: none;
    }

    .mph_right {
        width: 44%;
    }
}

@media screen and (max-width: 1150px) {
    .logo_side {
        margin: 0 25px 0 0;
    }


}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {

    .mph_left, .mp_left {
        width: 70% !important;
        margin: 0 auto;
    }

    .mp_right {
        width: 70% !important;
        margin: 0 auto;
    }

    .mi_2 .mp_right {
        margin: 0 auto 50px;
    }

    .mp_r_2 {
        bottom: 0%;
    }
}

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

    .mi_4 .mp_left {
        width: 100%;
    }

    .home_page .mp_mid {
        display: block;
    }


    .mp_mid {
        display: block;
        align-items: center;
    }

    .steps_counter {
        float: left;
        clear: left;
    }

    .page_header img {
        max-height: 80px;
        max-width: 70vw;
    }

    .sec_menu li:last-child {
        margin: 0;
        padding: 0;
        position: static;
    }

    .sec_menu li:last-child::before {
        display: none;
    }

    .sec_menu li:last-child a {
        display: inline-block;
        opacity: 1;
    }

    .sec_menu li:last-child a::before {
        background: url(../images/corporate_green_icon.svg) no-repeat 50%
    }


    .fixed_h .logo_side {
        padding-top: 0px;
    }

    .scroll_it {
        display: none;
    }

    .ch_item {
        top: 0px;
    }

    .inner_page .c_logo {
        background-size: auto 30px;
    }

    .pad_full .mp_right li:nth-child(2) .c_logo {
        background-size: auto 15px;
    }

    .pad_right_vacs .mp_right li:nth-child(2) .c_logo {
        background-size: auto 13px;
    }


    .all_langs {
        padding: 8px 8px 0 0;
        position: relative;
        right: 0px;
    }

    .pad_full.clear .mi_image {
        padding: 60px 0 0;
    }   
    

    .sign_self {
        display: none;
    }

    .ceo_sign {
        width: 100%;
        text-align: center;
        /*position: absolute;
		top: 0;
		left: 0;*/
    }

    .search_side {
        display: block;
    }

    .search_self input {
        font-size: 20px;
        padding: 30px 115px 30px 25px;
    }

    .serch_active .search_self {
        z-index: 3;
    }

    .mobile_menu {
        float: right;
        height: 41px;
        width: 35px;
        display: block;
        background: url(../images/mobile_menu.svg) no-repeat center center;
        background-size: 80%;
        margin: 0 0 0 9px;
        position: relative;
        z-index: 4;
    }

    .mobile_menu.active {
        background: url(../images/close_search.svg) no-repeat center !important;
        background-size: 60% !important;
    }

    .nav {
        position: absolute;
        background: url(../images/menu_bg.svg) no-repeat bottom right rgb(3, 38, 23);
        padding: 0px;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        box-sizing: border-box;
        padding: 100px 50px 0;
        overflow-x: hidden;
        display: none;
    }

    .open_menu .nav {
        display: block;
    }

    .open_menu .open_search {
        background: url(../images/open_search_d.svg) no-repeat center;
    }

    .open_menu .logo {
        background: url();
    }

    .open_menu .page_wrap, .open_menu .page_bg {
        display: none;
    }


    .sub_menu a, .fake_sub_menu a {
        padding: 5px;
        border-radius: 5px;
        color: #007A5B;
    }

    .sub_menu ul, .fake_sub_menu ul {
        padding: 10px 0 20px;
        box-shadow: none;
        background: none;
    }

    .sub_menu li {
        margin: 0 -5px;
    }

    .logo_side {
        position: relative;
        z-index: 3;
    }

    .sec_menu {
        margin: 30px 0 60px 0;
    }

    .sub_menu {
        position: relative;
        top: 0;
        left: 0px;
        transform: rotateX(0deg);
        transform-origin: top center;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        transition: none;
    }

    header .h_wrap:before {
        width: 100%;
        height: 85px;
        position: absolute;
        top: 0px;
        background: rgb(218, 233, 211);
        left: 0px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s cubic-bezier(.52, .01, .16, 1);
        z-index: 2;
        box-shadow: 0 15px 65px 0 rgba(0, 0, 0, 0.15);
        content: '';
    }

    .fixed_h_menu header .h_wrap:before {
        visibility: visible;
        opacity: 1;
    }

    .main_nav_li .sub_menu {
        display: none !important;
    }

    .main_nav_li.active .sub_menu {
        display: block !important;
    }

    .main_nav_li.active > a {
        z-index: 1;
    }

    .fake_sub_menu_holder {
        display: none;
    }

    .mobile_bg_hide {
        background: #b18484 !important;
    }


    .sec_menu li {
        margin: 0 20px 12px 0;
    }


    .sec_menu a {
        color: #007A5B !important;
        opacity: 0.6;
    }

    .main_nav_link {
        color: #4a4b3b !important;
        font-size: 27px;
    }

    .main_nav_link.active:after {
        bottom: -3px;
    }

    .main_nav_li {
        float: none;
        margin: 0px 0 10px 0;
    }


    .dark_page .mobile_menu {
        background: url(../images/mobile_menu_dark.svg) no-repeat center center;
        background-size: 80%;
    }

    .fixed_h .mobile_menu {
        background: url(../images/mobile_menu_dark.svg) no-repeat center center;
        background-size: 80%;
    }

    .serch_active .mobile_menu {
        background: url(../images/mobile_menu_dark.svg) no-repeat center center;
        background-size: 80%;
    }

    .page_header h1 {
        font-size: 2.5em;
    }

    .page_header {
        min-height: 180px;
    }

    .pad_full, .pad_right {
        padding: 35px 25px 10px;
        border-radius: 0px 0px 0 0;
        box-sizing: border-box;
        /*min-height: calc(100vh - 105px - 20vh - 148px);*/
    }

    .mi_image {
        width: 100%;
        float: none;
    }

    .man_image {
        height: 300px;
        background-size: contain;
    }

    .message_flex {
        display: block;
    }

    .message_flex .mi_image {
        padding: 30px 0 0;
        margin: 0 0 -30px 0px;
    }


    .pad_full h2.title {
        padding: 0;
    }

    .mi_desc {
        width: 100%;
        float: none;
        margin: 30px 0 0 0;
    }

    .pad_colls h3 {
        font-size: 2em;
    }

    .video_bg {
        display: none;
    }

    .pc_line li {
        width: 100%;
    }

    .pc_line h4, .to_next_page span {
        line-height: 1.6em;
    }

    .pc_line li b {
        font-size: 2em;
    }

    .page_header {
        min-height: 20vh;
        padding: 0 0 20px 0;
    }

    .to_next_page b {
        font-size: 1.8em;
        margin: -35px 0 0 0;
    }

    .page_bg {
        height: 40vh;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
    }

    .logo {
        width: 122px;
        height: 45px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .h_wrap {
        padding: 20px 25px;
    }

    .open_search {
        height: 41px;
        width: 35px;
    }

    .fixed_h header .h_wrap {
        padding: 20px 25px;
    }

    footer {
        text-align: center;
    }

    .inner_page footer {
        background: white;
        border-top: 1px solid rgba(208, 208, 208, 0.7);
    }

    .page_inside {
        padding: 85px 0 0 0;
        min-height: auto;
    }

    .pad_right {
        margin: 0px;
    }

    .mp_scroller {
        height: auto !important;
    }

    .mps_self {
        transform: none !important;
        width: 100vw !important;
    }

    .mps_self {
        height: auto;
        position: relative;
    }


    .mps_item {
        width: 100vw;
        padding: 0px;
        margin: 0px;
        float: none;
        /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);  */
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: auto;
        clip-path: none !important;
        /*-webkit-clip-path: none !important;   */
    }

    .mph_left, .mp_left {
        width: 100%;
        box-sizing: border-box;
        display: block;
        float: none;
    }

    .mph_left {
        padding: 150px 40px 0;
    }


    .mp_left {
        padding: 60px 40px 0;
    }

    .mi_2 .mp_mid {
        top: 0px;
    }

    .mi_3 .mp_left {
        width: auto;
    }


    .mph_t {
        width: 100%;
        position: relative;
        z-index: 2;
    }


    .mph_t h1 {
        font-size: 40px;
    }


    .mp_left h3 {
        font-size: 35px;
    }

    .mph_desc {
        font-size: 14px;
        line-height: 20px;
    }

    .pad_full .stat_info li {
        width: 100%;
    }

    .pad_full .mp_right li {
        width: 50%;
        padding: 0 5px 10px;
    }

    .structure_self {
        /*height: 310px;*/
        margin: 20px 0 30px 0;
    }

    .man_image {
        height: 190px;
        background-size: contain;
        background-position: top center;
    }

    .management .man_image {
        height: 380px;
    }


    .management li {
        width: 100%;
    }

    .values_list li {
        width: 50%;
    }

    .values_list li p {
        height: 50px;
    }

    .aspirations_list li {
        width: 100%;
    }

    .vid_desc {
        padding: 0;
    }

    .vis_image {
        width: 100%;
        position: relative;
        height: 220px;
        border-radius: 10px;
        box-shadow: 0 40px 50px rgba(0, 122, 91, 0.35);
        top: 0px;
        left: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #f9f9f9;
        margin: 0 0 40px 0;
    }

    .to_next_page {
        margin: 0 -25px -35px;
        padding: 60px 0;
        border-radius: 0px;
    }


    .news_desc {
        padding: 0px;
    }


    .news_date {
        right: 0px;
    }

    .inner_news_date {
        right: 20px;
        padding: 15px 5px;
    }

    .news_li h4 {
        margin: 0 130px 0 0;
        font-size: 28px;
        min-height: 120px;
        /*color: #000 !important;*/
    }


    .home_html, .home_page {
        /*
	overflow: hidden;
	height: 100%;
	*/
        position: relative;
    }


    .fake_header {
        position: fixed;
    }

    .fake_footer {
        position: fixed;
    }

    .mp_wrap {
        display: block;
        height: auto;
    }

    .line_bttn {
        font-size: 11px;
        letter-spacing: 9px;
        padding: 0 100px 0 0;
    }

    .line_bttn:hover {
        letter-spacing: 10px;
    }

    .line_bttn:after {
        width: 95px;
    }

    .mph_right {
        position: absolute;
        right: 0px;
        height: 45vh;
        width: 100%;
        transform: none !important;
    }

    .mi_1 {
        background-size: 250%;
    }


    .home_page.open_menu, .home_here_html.open_menu_html {
        overflow: hidden;
        height: 100%;
        position: relative;
    }

    .main_menu {
        white-space: normal;
    }


    .mi_3 .mps_bg {
        width: 100%;
        background-position: 0 0;
        background-size: 700%;
        background-repeat: no-repeat;
    }

    .mps_bg_upper {
        width: 100%;
        height: 100vh;
        left: 0;
        background-size: cover;
        background-position: 70% 250px;
        position: absolute;
        background-repeat: no-repeat;
        top: 0px;
        z-index: 2;
        transform: none !important;
    }

    .fake_header, .fake_footer {
        display: none;
    }

    .home_page header {
        display: block;
        transition: all 0.2s cubic-bezier(.52, .01, .16, 1);
    }

    .mps_item {
        height: auto;
        min-height: auto;
    }

    .mp_mid {
        top: 0px;
    }

    .mp_right {
        float: none;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 30px 40px;
    }

    .mp_right:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .mp_right li {
        width: 50%;
    }

    .pad_right_vacs .mp_right {
        padding: 30px 0px;
    }

    .pad_right_vacs .mp_right li {
        width: 50%;
        padding: 0 5px 10px;
    }

    .mp_right ul {
        margin: 0 -12.5px;
    }

    .cloud {
        height: 50vh;
        background: url(../images/cloud.png) no-repeat 50%;
        width: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        background-size: cover;
        pointer-events: none;
    }
    .cloud_animation {
        animation: slideRightToLeft 3s infinite alternate;
    }
    @keyframes slideRightToLeft {
        from {
            transform: translateX(0); /* Initial position: no horizontal translation */
        }

        to {
            transform: translateX(-100%); /* Final position: move completely to the left */
        }
    }    .cloud svg {
        display: none !important;
    }

    .mps_bg {
        height: 100%;
    }

    .mi_5 p {
        font-size: 12px;
        line-height: 15px;
    }

    .mt_t_l li {
        width: 100%;
        padding: 0 25px 30px;
    }

    .mt_t_l li p {
        font-size: 14px;
        line-height: 20px;
    }

    .mp_subtitle {
        font-size: 10px;
    }

    .vac_title span {
        margin: 5px 0 0 0;
        font-size: 15px;
    }

    .vac_item p {
        display: none;
    }

    .lit_header {
        min-height: 50px !important;
    }

    .m_bttn {
        white-space: nowrap;
        font-size: 10px;
        letter-spacing: 6px;
        padding: 16px 30px;
    }

    .link_to_vac {
        margin: 15px 0 20px;
    }

    .pad_right.aos-init.aos-animate h3 {
        text-align: center;
    }

    .pad_right.aos-init.aos-animate .content_here {
        text-align: left;
    }

    .cli_li {
        display: block;
        height: auto;
    }

    .cli_li .fi {
        border: none;
        border-bottom: 1px solid #D9D9D9;
        flex: 0 0 0%;
        max-width: 100%;
    }

    .cli_li .fi:last-child {
        border-bottom: none;
    }

    .cli_mr {
        margin: 0;
    }

    .f_left {
        float: none;
        font-size: 14px;
        display: inline-block;
        border-bottom: 1px solid rgba(208, 208, 208, 0.7);
        padding: 0 20px 15px;
        margin: 0 0 15px 0;
    }

    .f_right {
        float: none;
        width: 100%;
    }

    .f_right:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }


    footer .h_wrap {
        padding: 35px 25px 40px;
    }

    .pad_left {
        display: none;
    }

    .fake_m_head {
        position: relative;
    }

    .fake_m_head ul {
        border-radius: 10px;
        padding: 15px 0;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
        z-index: 2;
        background: white;
        position: absolute;
        top: 125%;
        width: 220px;
        left: 50%;
        margin: 0 0 0 -110px;
        display: none;
    }

    .fake_m_head li {
        width: 100%;
    }

    .fake_m_head li a {
        display: block;
        font-size: 17px;
        color: #007A5B;
        white-space: nowrap;
        padding: 8px 30px;
        text-align: left;
        background: transparent;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-align: center;
    }

    .fake_m_head li a:hover, .fake_m_head li a.active {
        background: #F7F7F7;
    }

    .fake_title {
        font-family: 'b';
        font-size: 2.5em;
        color: #007A5B;
        letter-spacing: 0;
        text-align: center;
        width: 100%;
        line-height: 1em;
        text-align: center;
        display: block;
    }

    .fake_title b {
        display: inline;
        vertical-align: middle;
    }

    .open_header_menu {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        display: inline-block;
        background: url(../images/mobile_menu_dark.svg) no-repeat center center rgb(134, 132, 132);
        background-size: 42%;
        vertical-align: middle;
        margin: 0 0 0 10px;
    }

    .open_header_menu.active {
        background: url(../images/close_search.svg) no-repeat center white;
        background-size: 35%;
    }

    .csr_news_item .news_desc {
        padding: 0;
        text-align: left;
    }

    .inner_page .page_wrap {
        width: 100vw;
        overflow: hidden;
    }

    .eh_cover h4, .eh_cover h3 {
        text-align: center;
    }

    .countdown-amount {
        font-size: 36px;
    }

    .countdown-period {
        font-size: 14px;
    }

    .abad_header + a.news_li.csr_news_item {
        padding: 0;
    }

    a.news_li.csr_news_item {
        padding: 0;
        border: none;
    }

    .csr_news_item .news_desc h4 {
        margin: 0 calc(50% - 30px) 0 0;
        font-size: 24px;
    }

    .co_item .co_desc {
        padding: 0px;
    }

    .co_item.active .co_desc {
        background: none;
    }

    .csr_news_item .news_image {
        height: 115px;
        right: -50px;
    }

    .m_text {
        text-align: center;
        margin: 0px;
    }

    .mi_3 .mps_bg_upper {
        display: none;
        position: relative;
        height: 40vh;
        background-position: 71% -130px;
        background-size: 200vh;
    }

    .mi_4 .mps_bg_upper {
        position: relative;
        height: 40vh;
        background-position: 68% 10px;
        background-size: 140vh;
    }

    .mi_5 .mps_bg_upper {
        position: relative;
        height: 40vh;
        background-position: 76% 10px;
        background-size: 140vh;
        left: 0;
        top: 0px;
    }


    .f_left p {
        color: rgba(0, 121, 91, 0.6);
    }

    /*
    .f_right .jis {
        color: rgba(0, 121, 91, 0.6);
    }

    .by_jis {
        padding: 10px 0 0;
    }
*/
    .f_right p {
        color: rgba(0, 121, 91, 0.6);
    }

    .f {
        background: url(../images/f_d.svg) no-repeat center;
    }

    .t {
        background: url(../images/t_d.svg) no-repeat center;
    }

    .i {
        background: url(../images/in_d.svg) no-repeat center;
    }

    .mp_r_1 {
        width: 85%;
        float: none;
        margin: 0 auto;
    }

    .mp_r_2 {
        width: 39%;
        right: 9%;
        bottom: 6%;
    }

    .mi_6 {
        padding: 0 0 60px 0;
    }

    .mi_7 {
        padding: 0 0 160px 0;
    }


    .home_page footer {
        display: block;
        position: relative;
        margin: -148px 0 0 0;
        z-index: 30;
    }

    .home_page_nav {
        display: none;
    }

    .home_page footer p {
        color: white;
    }
/*
    .home_page footer .jis {
        color: white;
    }
*/
    .home_page footer .f {
        background: url(../images/f.svg) no-repeat center;
    }

    .home_page footer .t {
        background: url(../images/t.svg) no-repeat center;
    }

    .home_page footer .i {
        background: url(../images/in.svg) no-repeat center;
    }

    .contacts h3 {
        font-size: 2.5em;
        line-height: 1em;
        padding: 0 0 30px 0;
    }

    .contacts .co_left {
        pointer-events: auto !important;
    }

    .contacts li b {
        font-size: 24px;
    }

    .contacts li p {
        font-size: 14px;
        line-height: 1.5;
    }

    .fl_cols.clear .f_line {
        padding: 0 17.5px 0 17.5px;
    }

    /*
    .fl_cols.clear .f_line:first-child {
    }    /*padding: 0 8px 0 17.5px;*/
    

    .feedback_form #feedback_form .fl_cols.clear .f_line:first-child {
        padding: 0 8px 0 17.5px;
    }

    .feedback_form #feedback_form .fl_cols.clear .f_line:last-child {
        padding: 0 17.5px 0 8px;
    }

    .abad_header h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .co_left {
        padding: 0 40px;
    }

    /*
    .contacts .co_left a {
   }   /*display: block;*/
    

    .contacts li {
        padding: 0 0 20px 0;
        width: 100%;
    }

    .cbg {
        display: none;
    }

    .co_item.active:after {
        display: none;
    }

    .mtl_logo {
        width: 220px;
    }

    .swtch {
        display: block;
        flex-wrap: unset;
        height: auto;
    }

    .swtch label {
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
        flex-basis: unset;
        flex-grow: unset;
        display: block;
    }

    .swtch label:last-child {
        border-bottom: none;
    }

    .error_page h1 {
        font-size: 45px;
    }

    .error_page {
        min-height: calc(100vh - 234px) !important;
        padding: 85px 40px 0 !important;
    }

    .additional_info a strong {
        font-size: 10.5px !important;
    }

    .additional_info {
        padding: 0 10px;
    }

    .ch_title {
        position: relative;
        top: auto;
        font-size: 40px;
        margin: 0 0 70px 0;
    }

    .ch_self {
        width: auto !important;
        transform: none !important;
        position: relative;
        height: auto;
        float: none;
        padding: 0 0 80px;
        white-space: normal;
    }

    .ph_ch {
        display: none;
    }

    .scroll_button {
        display: none;
    }

    .ch_item {
        width: auto;
        display: block;
/*
        vertical-align: middle;
*/        
        box-sizing: border-box;
        white-space: normal;
        position: relative;
        height: auto;
        margin: 0 0 50px 0;
        padding: 0 0 50px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        min-height: 160px;
    }

    .ch_item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }

    .ch_text_info {
        position: static;
        padding: 20px 0 0;
    }

    .ch_mid {
        position: relative;
        display: block;
        padding: 0px;
    }

    .ch_n {
        top: 0px;
    }

    .ch_image {
        position: relative;
        top: 5px !important;
        float: right;
        width: 110px;
        height: 110px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #ebebeb;
        margin: 0px 0 0px 30px;
        border-left: 5px solid #ebebeb;
    }

    .ch_mid:after {
        top: 60px;
    }

    .year_holder {
        margin: 0;
    }

    .ch_scroller {
        height: auto !important;
        padding: 135px 25px 0px;
    }

    .ch_page .ch_item b {
        font-size: 30px;
    }

    .ch_page footer {
        position: relative;
    }

    .ch_page .page_bg {
        height: 100vh;
        /*display: none;*/
    }

    .search_line_in input {
        height: 50px;
        padding: 15px 60px 15px 20px;
        background: url(../images/open_search_d.svg) no-repeat 94%;
        background-size: 13px;
    }

    .vid_desc strong {
        font-size: 2em;
    }

    .pad_colls h3 {
        font-size: 27px;
    }

    .inner_man_item {
        height: 280px;
        background-size: contain;
    }

    .full_width_ttl {
        padding: 0px;
    }

    .bttn_wrap {
        text-align: center;
    }


}

@media screen and (max-width: 768px) {
    .values_list p {
        text-anchor: middle;
    }

    .pad_colls .text h3 {
        text-align: center;
    }

    .pad_colls .text p {
        text-align: justify;
    }

    .pad_full .stat_info b {
        font-size: 32px;
    }

    .csr_c_i b {
        font-size: 36px;
    }

    .pad_colls h4.little {
        font-size: 20px;
        text-align: center;
    }

    /*
    .steps_form section .cli_mr {
        /*margin: 0 50px 0 0;*/
    /* }    */      

    .steps_form section .remove_item {
        right: 0;
        top: -5px;
    }

    .cl_list .cl_item + .cl_item {
        padding: 60px 0 0;
    }

    .management > li {
        padding: 0 0 60px;
    }

    .management .man_image {
        height: 280px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .image_side {
        width: 100%;
        float: left;
    }

    .info_side {
        width: 100%;
        float: none;
        padding: 0;
    }

    /*
    .vac_title {
        
    }   /*display: block;*/

    .vac_title span {
        display: block;
    }

    .steps_form section {
        padding: 0 20px;
    }

    .steps_form section .fl_cols {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
    }

    .steps_form section .f_line {
        margin: 0 0 20px;
    }

    .actions li {
        width: 100%;
    }

    .actions li a {
        width: 100%;
        text-align: center;
    }

    .actions li:nth-child(1) a {
        border-radius: 30px 30px 0 0;
    }

    .actions li:nth-child(2) a, .actions li:nth-child(3) a {
        border-radius: 0 0 30px 30px;
    }

    .actions li:first-child.disabled + li a {
        border-radius: 30px;
    }

    .csr_c_i {
        width: 50%;
    }

    .csr_c_i:nth-child(3n) {
        border-right: 1px solid #E5E5E5;
    }

    .csr_c_i:nth-child(2n) {
        border-right: none;
    }

    .csr_c_i:first-child + .csr_c_i + .csr_c_i {
        border-top: 1px solid #E5E5E5;
    }

    .csr_c_i:nth-child(3n):nth-last-child(3) {
        border-bottom: none;
    }

    .news_nav {
        margin: 0;
        padding: 20px 20px;
    }

    .news_nav a {
        width: 50%;
    }

    .prev_n {
        padding: 0 25px 0 0;
    }

    .next_n {
        padding: 0 0 0 25px;
    }

    .news_nav b {
        padding: 7px 0;
        font-size: 18px;
    }
}

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

    .mp_right ul {
        margin: 0 -10px;
    }

    .mp_right li {
        padding: 0 5px 10px;
    }

    .mph_t h1 {
        font-size: 38px;
    }

    .mph_left, .mp_left {
        padding: 130px 40px 0;
    }

    .mph_left {
        height: auto;
    }

    .mph_right {
        position: relative;
        margin: 20px 0 0 0;
    }

    .line_bttn {
        padding: 0 50px 0 0;
    }

    .line_bttn:after {
        width: 40px;
    }

    .mph_desc {
        margin: 15px 0 30px 0;
    }

    .mp_home {
        height: auto;
    }

    .mi_3 .mps_bg_upper {
        background-position: 71% -120px;
    }

    .mi_5 .stat_info b {
        font-size: 30px;
    }

    .main_nav_li {
        margin: 0px 0 5px 0;
    }

    .main_nav_link {
        font-size: 23px;
    }

    .nav {
        padding: 120px 40px;
    }

    .sec_menu li {
        margin: 0 10px 5px 0;
    }


}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page_header {
        display: table;
    }

    .page_header h1 {
        display: table-cell;
        vertical-align: middle;
    }

    .video_bg {
        display: none;
    }

}

@media screen and (min-width: 1601px) {
    .h_wrap {
        padding: 20px 40px;
    }

    .logo {
        width: 180px;
        height: 68px;
    }

    .sec_menu li a {
        font-size: 18px;
    }

    .main_nav_link {
        font-size: 20px;
    }

    .fixed_h .logo {
        width: 160px;
        height: 60px;
    }
}


@media screen and (max-width: 480px) and (max-height: 670px) {
    .main_nav_link {
        font-size: 24px;
    }

    .main_nav_li {
        margin: 0px 0 4px 0;
    }

    .mph_left {
        padding: 130px 40px 0
    }

    .mph_t h1 {
        font-size: 36px;
    }

    .mph_desc {
        margin: 20px 0 30px 0;
    }
}

.new-leadership_content h1 {

    color: #FFF;

    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 96px
}

.new-leadership_content h1 {

    color: #FFF;
    font-family: 'b';
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 96px
}

.new_header .text h2 span {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    font-family: 'b';
}

.new_header .text p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.70);


    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 4.8px;
}

.new_header .text p span {
    width: 60px;
    background: rgba(0, 0, 0, 0.70);
    height: 1px;

}

.new_header .content_here li {
    color: rgba(0, 0, 0, 0.70);

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.new_header .line {
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #F1F1F1;

}

.new_header .text {
    padding-top: 32px;
}

.new_header .pad_full {

    padding: 53px 90px;
}

.new_header .modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);

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

.new_header .modal-content {
    background-color: #fff;
    padding: 40px;
    width: 80%;
    border-radius: 24px;
    max-width: 1040px;
    position: relative;
    height: 600px;
    overflow: auto;
    margin: 0;
}

.new_header #modal-body p strong {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    padding: 0 0 5px 15px;

}

.new_header #modal-body ul {
    margin: 12px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.new_header #modal-body ul li {
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    padding: 0 0 5px 15px;
}

.new_header #modal-body ul li::after {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 8px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    border-radius: 50%;
    display: block;
}

.new_header #modal-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    font-family: 'b';
    margin-bottom: 24px;
}


.new_header .close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

.new_header .modal-body {
    overflow: auto;
}

.inner_page.new_header .main_nav_link {
    color: rgba(152, 67, 67, 0.74);
}

.inner_page.new_header.fixed_h header {
    background: #3cb1b1 !important;
}

.inner_page.new_header.fixed_h .sec_menu a {
    color: rgb(122, 199, 127);
}

.inner_page.new_header.fixed_h .logo {
    background: url();
    background-size: contain;
}

.inner_page.new_header.fixed_h .all_langs a {
    box-shadow: 0 0 0 1px white;
    color: white;
}



.structure_new h1 {
    color: #000;

    font-family: "b";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
}

.structure_new p {
    color: #000;
    margin-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    opacity: 0.8;
}

.structure_body h2 {
    color: #000;
    font-family: "b";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin: 48px 0px 32px;
}

.structure_tab {
    display: grid;
    grid-template-columns: 644px auto;
    gap: 24px;
}
.structure_new{
    padding: 85px 24px !important;
}

.structure_tab .st_img_tab {
    border-radius: 12px;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 40px 0;
}

.structure_tab .st_img_tab img {
    width: 147px;
    height: 54px;
}

.structure_tab .st_img_tab p {
    color: #007658;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px
}

.structure_tab .st_card {
    border-radius: 12px;
    border: 1px solid #E5E8E9;
    padding: 24px;
}

.structure_tab .st_card h4 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.structure_tab .st_card p {
    display: flex;
    align-items: center;
    color: #000;
    gap: 12px;
    opacity: 1;
    margin: 0;
}
.st_card_sub_grid_dis{
    display: flex;
flex-direction: column;

    gap: 12px;
}

.structure_tab .st_card p span {

    /*color: #000;*/
/*cursor: pointer;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.st_card_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.st_left_tab {
    border-radius: 12px;
    border: 1px solid #007658;
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;

}

.st_left_tab h3 {
    color: #007658;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}

.st_left_grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.st_left_grid > *:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
}

.st_card_sub_grid {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/

    /*justify-content: space-between;*/
    gap: 26px;
}
.st_info_section{
    border-radius: 12px;
    background: #F9F9F9;
    padding: 20px;
    margin-top: 20px;
}
.st_info_section p{
    color: rgba(0, 0, 0, 0.50);

margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
}

.st_info_section p .st_green_color{
    color: #007658;
}
.st_info_section p .st_black_color{
    color: #000
}
.st_card .clickable_green{
    color: #007658;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}


.custom-modal-content {
    background-color: white;
    margin:  auto;
    padding: 35px 30px;
    border-radius: 8px;

    position: relative;
}

.custom-modal-content {
    color: #000;

    font-family: "b";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 580px;
    width: 100%;
}

.custom-modal-content .st_title_img{
    position: absolute;
    top: -19px;
}
.custom-modal-close {
    right: 12px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;

    top: 10px;
}

.custom-tabs {
    display: flex;
    gap: 22px;
    margin-top: 18px;
}

.tab-button {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: 0.2s;
    padding-bottom: 8px;
}

.tab-button.active {
    color: #007658;
    padding-bottom: 8px;
    border-bottom: 1px solid #007658;

}

.tab-content {
    display: none;
    margin-top: 15px;
    text-align: center;
}

    .tab-content div ul {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(5, auto);
        gap: 12px;
        text-align: left;
        margin-top: 40px;
    }
.tab-content div ul li{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding: 0 0 5px 15px;
}
.tab-content div ul li::after {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 8px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    border-radius: 50%;
    display: block;
}

.tab-content.active {
    display: block;
}

.st_sub_card h6{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 32px  0 18px;
}
.clickable_green{
    cursor: pointer;
}
.st_card_sub_grid_dis p img{
    width: 40px;
    height: 40px;
}
@media (max-width: 768px) {
    .new-leadership_content h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .new_header .text h2 span {
        font-size: 24px;
        line-height: 30px;
    }

    .new_header .text p {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 2px;
    }

    .new_header .content_here li {
        font-size: 14px;
        line-height: 20px;
    }

    .new_header .pad_full {
        padding: 32px 20px;
    }

    .new_header .modal-content {
        margin: 30% auto;
        padding: 24px;
    }

    .new_header .modal-content {
        margin: 0;
        padding: 24px;
    }

    .new_header .modal {
        padding-top: 40px;
    }

    .new_header .close {
        font-size: 24px;
        right: 10px;
        top: 10px;
    }

    .structure_tab{
        display: flex;
        flex-direction: column;
    }
    .st_left_grid{
        grid-template-columns: auto;
    }


}


@media (min-width: 769px) and (max-width: 1024px) {
    .new-leadership_content h1 {
        font-size: 72px;
        line-height: 80px;
    }

    .new_header .text h2 span {
        font-size: 30px;
        line-height: 36px;
    }

    .new_header .pad_full {
        padding: 40px 40px;
    }

    .new_header .modal-content {

        padding: 32px;
    }
}

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

    .st_left_tab{
        padding: 16px;
    }
    .st_left_grid {
        grid-template-columns: 1fr;
    }

    .structure_tab .st_img_tab {
        padding: 30px 0;
    }

    .structure_tab .st_img_tab img {
        width: 120px;
        height: auto;
    }

    .structure_tab .st_card h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .structure_tab .st_card p,
    .structure_tab .st_img_tab p {
        font-size: 15px;
        line-height: 22px;
    }

    .st_left_tab h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .st_card_sub_grid{
        flex-wrap: wrap;
    }
    .tab-content div ul{
        grid-template-rows: repeat(4, auto);
        gap: 10px;
        margin-top: 30px;
    }
    .tab-content div ul li {

        font-size: 14px;
        line-height: 21px;
        padding: 0 0 5px 12px;
    }
}

@media screen and (max-width: 768px) {
    .structure_new h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .structure_tab .st_card{
        padding: 16px;
    }
    .structure_body h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 32px 0 24px;
    }
    custom-modal-close{
        top: 6px;
        right: 8px;
    }
    .custom-modal-content {
        font-size: 24px;
        line-height: 32px;
        padding: 35px 20px;
        width: auto;
    }

    .tab-button {
        font-size: 16px;
    }

    .tab-content .multi-column ul {
        grid-auto-flow: row;
        grid-template-rows: none;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .structure_tab .st_img_tab img {

        height: auto;
    }
}

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


    .structure_new p {
        font-size: 14px;
        line-height: 20px;
    }

    .structure_tab .st_card h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .structure_tab .st_card p span {
        font-size: 14px;
    }

    .custom-tabs {
        gap: 10px;
        align-items: center;
    }

    .tab-button {
        font-size: 14px;
    }

    .st_card_grid,
    .st_card_sub_grid_dis {
        gap: 8px;
    }

    .st_left_tab h3 {
        font-size: 24px;
    }

    .st_info_section p {
        font-size: 13px;
        line-height: 18px;
    }

    .custom-modal-content {
        font-size: 20px;
        line-height: 28px;
        padding: 33px 15px;
    }
}
