/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a {
    text-decoration: none;
    transition: all .5s;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
/* ==========  ========== */
* {
    box-sizing: border-box;
}
body, html {
    font-family: var(--main-fonts);
    color: var(--main-color);
    background: var(--body-bg);
    min-width: 320px;
    letter-spacing: 0;
    position: relative;
}
.container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 100%;
    width: 100%;
    position: relative;
}
/* ==========  ========== */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* ========== sec1 ========== */
.sec1 {

}
.sec1_item {
    display: flex;
    align-items: center;
    padding: 68px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 440px;
    /*max-height: 100vh;*/
}
.sec1_item_contetnt {
    color: var(--white-color);
    max-width: 682px;
    letter-spacing: -0.03em;
}
.sec1_item_h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 12px;
}
.sec1_item_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
/**/
.swiper_sec1_next, .swiper_sec1_prev {
    width: 44px;
    height: 44px;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    z-index: 1;
    transition: all .5s;
    cursor: pointer;
}
.swiper_sec1_next.swiper-button-disabled,
.swiper_sec1_prev.swiper-button-disabled {
    opacity: .65 !important;
    cursor: inherit;
}
.swiper_sec1_next:hover,
.swiper_sec1_prev:hover {
    opacity: .65;
}
.swiper_sec1_next {
    left: 64px;
}
.swiper_sec1_prev {
    left: 16px;
}
/* ========== sec2 ========== */
.sec2 {
    padding:  40px 0 0 0;
}
.sec2_block {
    padding: 20px 20px;
    background: var(--white-color);
}
.main_title {
    color: var(--red-color);
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
}
.sec2 .main_title {
    margin-bottom: 20px;
}
.sec2_block_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.03em;
}
.sec2_block_txt p:not(:last-child) {
    margin-bottom: 12px;
}
.sec2_block_txt p span {
    color: var(--red-color);
}
/**/
.sec2_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}
.sec2_item {
    width: 100%;
    position: relative;
}
.sec2_item_num {
    color: var(--red-color);
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 4px;
}
.sec2_item_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
}
/* ========== sec3 ========== */
.sec3 {
    padding: 0 0 220px 0;
    display: none;
}
.sec3_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1312px;
    margin: -52px auto 0 auto;
}
.sec3_item {
    width: calc(50% - 52px/2);
    position: relative;
}
.sec3_item_img {
    height: 412px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08),0 0 4px 0 rgba(0, 0, 0, 0.04);
}
.sec3_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec3_item_bott {
    background: var(--white-color);
    padding: 24px 24px;
    display: flex;
    align-items: center;
    width: 410px;
    height: 120px;
    position: absolute;
    left: 24px;
    bottom: -60px;
    z-index: 1;
}
.sec3_item_bott img {
    margin-left: 8px;
    margin-right: 28px;
    width: 48px;
    height: auto;
}
.sec3_item_bott p {
    width: calc(100% - 48px - 8px - 28px);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
/* ========== sec4 ========== */
.sec4 {
    padding: 0 0 0 0;
}
.sec4 .main_title {
    position: relative;
    z-index: 2;
}
.sec4_map {
    position: relative;
    font-size: 0;
    max-width: 1142px;
    width: 100%;
}
.sec4_map img {
    width: 100%;
    height: auto;
}
/**/
.sec4_map_circle {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--red-color);
    border-radius: 100%;
    position: absolute;
    z-index: 2;
}
.sec4_map_circle:before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    top: -7px;
    left: -7px;
    background: rgba(216, 3, 14, 0.34);
    opacity: 0.2;
    animation: pulseEarthItem 2s linear infinite;
}
@keyframes pulseEarthItem {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;

    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.sec4_map_circle_1 {
    top: 80.7%;
    left: 5.5%;
}
.sec4_map_circle_2 {
    top: 86.5%;
    left: 11.5%;
}
.sec4_map_circle_3 {
    top: 52.5%;
    left: 21.4%;
}
.sec4_map_circle_4 {
    top: 63%;
    left: 23.5%;
}
.sec4_map_circle_5 {
    top: 57%;
    left: 36.5%;
}
.sec4_map_circle_6 {
    top: 45%;
    left: 46.5%;
}
.sec4_map_circle_7 {
    top: 77.7%;
    left: 38.6%;
}
.sec4_map_circle_8 {
    top: 78.5%;
    left: 55.3%;
}
/**/
.sec4_item_num {
    color: var(--red-color);
    font-weight: 600;
}
.sec4_item_txt {
    font-weight: 400;
}
/* ========== sec5 ========== */
.sec5 {
    padding: 52px 0 0 0;
}
.sec5_wrp {
    position: relative;
    margin-top: 20px;
}
.sec5_item {
    height: 180px;
}
.sec5_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.swiper_sec5 .swiper-slide {
    width: 80%;
}
.swiper_sec5_next, .swiper_sec5_prev {
    width: 44px;
    height: 44px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    transition: all .5s;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.swiper_sec5_next.swiper-button-disabled,
.swiper_sec5_prev.swiper-button-disabled {
    opacity: .65 !important;
    cursor: inherit;
}
.swiper_sec5_next:hover,
.swiper_sec5_prev:hover {
    opacity: .65;
}
.swiper_sec5_next {
    right: 30px;
}
.swiper_sec5_prev {
    left: 30px;
}
/* ========== sec6 ========== */
.sec6 {
    padding: 68px 0 0 0;
}
.sec6_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.sec6_item {
    height: 220px;
    background: var(--white-color);
    padding: 24px 24px;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all .5s;
    cursor: pointer;
}
.sec6_item_wrp {
    position: relative;
    z-index: 2;
    height: 100%;
}
.sec6_item_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    transition: all .5s;
}
.sec6_item_img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.sec6_item_right {
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec6_item_logo {
    height: 232px;
    width: 257px;
    background: url('../img/sec6/logo.png') no-repeat center;
    background-size: contain;
    position: absolute;
    top: -7px;
    right: -40px;
    transition: all .5s;
    opacity: 0;
}
/**/
.sec6_item:hover {
    background: var(--red-color);
}
.sec6_item:hover .sec6_item_logo {
    opacity: 1;
}
.sec6_item:hover .sec6_item_title {
    color: var(--white-color);
}
/* ========== sec7 ========== */
.sec7 {
    /*height: 288px;*/
}
.sec7 .container {
    z-index: 2;
    /*pointer-events: none !important;*/
}
.sec7_cont {
    background: var(--body-bg);
    padding: 56px 0 8px;
    width: 328px;
    max-width: 100%;
}
.sec7_cont_h {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 22px;
}
.sec7_cont_title {
    color: var(--main-color);
    opacity: 0.55;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}
.sec7_cont_list {
    margin-bottom: 20px;
}
.sec7_cont_list li {
    display: block;
}
.sec7_cont_list a {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    transition: all .5s;
}
.sec7_cont_list a:hover {
    color: var(--red-color);
}
.sec7_cont_adr {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
/* ========== sec_foot ========== */
.sec_foot {
    padding: 151px 0 30px;
}
.sec_foot_bot {
    margin-top: 28px;
}
.sec_foot_bot p {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.sec_foot_bot p span {
    display: inline-block;
}
.sec_foot_x2 {
    font-size: 0;
}
/* ========== sec_head ========== */
.sec_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: var(--body-bg);
    padding: 16px 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08),0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
.sec_head > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec_head_logo {
    font-size: 0;
}
.sec_head_logo img {
    max-width: 100%;
    height: auto;
}
/**/
.sec_head_centr {

}
.sec_head_menu {
    margin-top: 70px;
    margin-bottom: 80px;
}
.sec_head_menu li {
    display: block;
    margin-bottom: 36px;
}
.sec_head_menu li:last-child {
    margin-bottom: 0;
}
.sec_head_menu a {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    color: var(--main-color);
    transition: all .5s;
    white-space: nowrap;
}
/**/
.sec_head_right {
    width: 374px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec_head_cont {
    margin-top: 20px;
}
.sec_head_cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.03em;
    opacity: 0.55;
    margin-bottom: 4px;
}
.sec_head_cont ul {

}
.sec_head_cont li {
    display: block;
}
.sec_head_cont a {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--main-color);
    transition: all .5s;
}
.sec_head_menu a:hover,
.sec_head_cont a:hover {
    color: var(--red-color);
}
/**/
.sec_head_mob {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.sec_head_mob_ico {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mob-ico-bg);
}
.sec_head_mob_ico:not(:last-child) {
    margin-right: 6px;
}
/**/
.mob_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--body-bg);
    padding: 16px 0;
    height: 100vh;
    overflow: auto;
    display: none;
}
.mob_menu_closer {
    display: flex;
    justify-content: end;
}
.mob_menu_closer a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**/
/* Сам скроллбар */
::-webkit-scrollbar {
    width: 6px; /* вертикальный */
    height: 6px; /* горизонтальный */
}

/* Ползунок (бегунок) */
::-webkit-scrollbar-thumb {
    background-color: var(--red-color);
    border-radius: 10px;
    border: 1px solid transparent;
    background-clip: padding-box;
}

/* Трек (фон скроллбара) */
::-webkit-scrollbar-track {
    background-color: rgba(23, 27, 30, 0.1);
    border-radius: 10px;
}
/* ========== modal_big ========== */
.modal_big {
    padding: 72px 24px;
    position: relative;
    height: 100vh;
    overflow: auto;
}
.modal_top_h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    color: #606060;
}
.modal_top_h1 span {
    color: var(--red-color);
}
.modal_top_h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    opacity: .5;
}
.modal_top_img {
    margin: 24px 0;
    width: 100%;
    height: auto;
    display: block;
}
.modal_top_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}
.modal_top_right {
    font-size: 0;
    width: 342px;
    height: 342px;
}
.modal_top_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**/
.modal_center {
    position: relative;
    padding: 30px 0;
}
.modal_center_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 0;
    width: 100%;
    overflow-x: auto;
    position: relative;
}
.modal_center:after {
    content: '';
    display: block;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right,  rgba(255,255,255,0.51) 0%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 100%);
}
.modal_center_list a {
    border: 1px solid rgb(241, 241, 241);
    height: 48px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    transition: all .5s;
    white-space: nowrap;
    outline: none !important;
}
.modal_center_list a:last-child {
    /*margin-right: 60px;*/
}
.modal_center_list a:hover {
    background: var(--red-color);
    color: var(--white-color);
}
/**/
.modal_bottom {
    /*margin-top: 36px;*/
}
.modal_bottom_h {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
.modal_bottom p:not(.modal_bottom_h) {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 24px;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

/*
--main-color
--red-color
--white-color

letter-spacing: -0.03em;

1866

*/














