@font-face {
    font-family: 'AGLettericaCondensed';
    src: url('../pulseup/fonts/AGLettericaCondensed-Roman.eot');
    src: url('../pulseup/fonts/AGLettericaCondensed-Roman.eot?#iefix') format('embedded-opentype'),
    url('../pulseup/fonts/AGLettericaCondensed-Roman.woff2') format('woff2'),
    url('../pulseup/fonts/AGLettericaCondensed-Roman.woff') format('woff'),
    url('../pulseup/fonts/AGLettericaCondensed-Roman.ttf') format('truetype'),
    url('../pulseup/fonts/AGLettericaCondensed-Roman.svg#AGLettericaCondensed-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AGLettericaCondensed';
    src: url('../pulseup/fonts/AGLettericaCondensed-Bold.eot');
    src: url('../pulseup/fonts/AGLettericaCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../pulseup/fonts/AGLettericaCondensed-Bold.woff2') format('woff2'),
    url('../pulseup/fonts/AGLettericaCondensed-Bold.woff') format('woff'),
    url('../pulseup/fonts/AGLettericaCondensed-Bold.ttf') format('truetype'),
    url('../pulseup/fonts/AGLettericaCondensed-Bold.svg#AGLettericaCondensed-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.sec-2 .left .item {
    display: block !important;
}
.sec-5 .box .item:nth-last-child(3) {
    margin: -324px 8px 0 auto;
    position: relative;
    left: 170px;
}



/* новости в 2 блока */               /*
.sec-2 .box .right {width: 100% !important;}
#sec-2 .left {display: none;}         */
/* новости в 2 блока */

.sec-2 {
    padding: 25px 0 0 0;
}

.sec-2 .box .right .scroll .box .item {width: 32.5%!important;}  #sec-2 .left {display: none;} .sec-2 .box .right {width: 100% !important;}  /* новости в 3 блока */
/*.sec-2 .box .right .scroll .box .item {width: 23.5%;} /* новости в 4 блока */


.sec-2 .box {
    position: relative;
}
span.hint-dot {
    position: absolute;
    top: 200px;
    display: none !important;
}

.hint {
    margin-top: -70px;
}

.item-hints .hint::after {
    /* //green glow */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
    animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
    0% {
        -webkit-box-shadow: 0 0 30px 5px #48aa48;
        box-shadow: 0 0 30px 5px #48aa48;
    }
    70% {
        -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    }
}
@keyframes home_hero_item_hints_glow {
    0% {
        -webkit-box-shadow: 0 0 30px 5px #48aa48;
        box-shadow: 0 0 30px 5px #48aa48;
    }
    70% {
        -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    }
}
.item-hints .hint-dot {
    display: none !important;
    z-index: 3;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    width: 160px;
    height: 360px;
    display: block;
    -webkit-transform: translate(-0%, -0%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
    -webkit-animation: home_hero_item_hints_border 2slinear infinite;
    animation: home_hero_item_hints_border 2slinear infinite;
    margin: auto;
}
@-webkit-keyframes home_hero_item_hints_border {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-0%, -0%) scale(0.95);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1);
    }
}
@keyframes home_hero_item_hints_border {
    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-0%, -0%) scale(0.95);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1);
    }
}
.item-hints .hint-radius {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
    transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, transform;
    transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
    top: 85px;
    left: 50%;
    margin-left: 56px;
}
.item-hints .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
}
.item-hints .hint:hover .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
}
.item-hints .hint-content::before {
    width: 0px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
    width: 180px;
    transition: width 0.4s;
}
.item-hints .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    bottom: 0;
    left: 0;
    width: 50px;
    content: "";
    background-color: #fff;
    height: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
    opacity: 1;
    visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
    bottom: 205px;
    left: 50%;
    margin-left: 56px;
}

.row.contact-block__list {display: flex;}
.col-md-6.contact {
    width: 25%;
}
.contact__name {
    color: #ffffffc4;
}
.popup .box .right .item .lf {
    text-align: center;
    display: flex;
    position: relative;
    left: 30px;
    justify-content: space-around;
}

.left .item {
    display: none !important;
}

@media (max-width: 1420px) {

    .sec-5 .box .item:nth-last-child(3) {
        left: 142px;
    }
}

.sec-1 {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(64 64 64);
    padding: 15px;
    z-index: 1;
}

.popup-wrapper {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-wrapper.active {
    display: flex;
}

.popup-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background: black;
}

.button-text {
    padding: 15px;
    background-color: #0243ff;
    text-align: center;
    width: 100%;
}

.sec-1 .title {
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.sec-1 .slider {
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow: hidden;
}

.sec-1 .slider .swiper-slide {
    transition: opacity 0.1s;
}

.sec-1 .slider .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide ~ .swiper-slide {
    opacity: 0;
}

.sec-1 .slider .item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 340px;
    margin: 0 auto;
    align-items: center;
}

.sec-1 .slider .item .zag {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.sec-1 .slider .item .zag span {
    transition: color 1s;
    display: block;
    color: #ffffff;
}

.light .sec-1 .slider .item .zag span {
    color: #1026A9;
}

.sec-1 .slider .item .img {
    width: 142px;
    transition: all 0.5s;
    margin-top: 50px;
}

.sec-1 .slider .item:hover .img {
    transform: scale(1.05);
}

.sec-1 .slider .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.sec-1 .slider .item:not(:hover) .img img {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) !important;
}

.sec-1 .slider {
    position: relative;
}

.sec-1 .swiper-slide {
    display: flex;
    justify-content: center;
}

.sec-1 .item {
    text-align: center;
    text-decoration: none;
}

.sec-1 .img {
    position: relative;
}

.menu-block li a {
    text-decoration: underline;
}

.menu-block li a:hover {
    color: #0243ff;
}

.menu-block {
    padding: 15px;
    max-height: 100%;
    overflow-y: auto;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    border: 1px solid rgb(64 64 64)
}

.menu-zastavka {
    max-height: 100%;
    display: none;
    border: 1px solid rgb(64 64 64)
}

.menu-block h3 {
    font-size: 22px;
    color: #0243ff;
}

.menu-block ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    justify-content: space-between;
    height: 100%;
}


@media (max-width: 1420px) {
    .sec-1 .slider .item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .sec-1 .wrapper {
        overflow: hidden;
    }

    .sec-1 .slider .item .zag {
        font-size: 22px;
        line-height: 27.98px;
    }

    .sec-1 .slider .item .img {
        width: 140px !important;
        height: 390px;
    }

    .sec-1 .slider .item .img img {
        height: 100%;
    }

    .sec-1 .slider {
        overflow: visible;
        height: auto;
    }
}

@media (max-width: 575px) {
    .sec-1 {
        padding: 45px 0 0 0;
    }
}

@media (max-width: 1199px) {
    .sec-5 .box .item:nth-last-child(3) {
        left: 122px;
    }
}

@media (max-width: 575px) {

    .sec-2 .box .right {
        width: 100% !important;
        position: relative;
        top: -38px;
    }

    .sec-2 .box .right .scroll .box .item {
        width: 99.9% !important;
    }

    .row.contact-block__list {
        position: relative;
        top: -20px;
    }

    footer .foot .right {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 40px;
        position: relative!important;
        left: 0px!important;
    }

    .col-md-6.contact {
        width: 100%; margin-bottom: 30px;
    }
    .row.contact-block__list {
        display: flex;
        flex-direction: column;
    }
    footer {
        text-align: center;
    }

    .sec-5 .box .item .info {
        overflow: visible !important;
        bottom: -1px !important;
        display: block !important;
        text-align: center;
        position: absolute !important;
        background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, rgba(11, 13, 14, 0.8) 83%)!important;
        height: 100px !important;
    }

    .sec-2 {
        padding: 0;
        margin-top: 15px!important;
    }

    .sec-4 .box .left {
        margin-bottom: -110px!important;
    }

    .popup-fade .popup .box .center {
        position: unset!important;
    }
    .popup-fade .right {
        order: 3;
    }
    .popup-fade .left {
        order: 2;
    }


    .sec-5 .box .item:hover .info {
        height: 33%;
        position: relative !important;
        /* top: 1122px; */
        bottom: 97px !important;
        background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, rgba(11, 13, 14, 0.8) 83%)!important;
    }

    .sec-5 .box .item .info .icon {
        width: 40px;
        height: 40px;
        margin-bottom: -15px!important;
        display: flex!important;
        position: relative!important;
        left: 160px!important;
    }

    .sec-5 .box .item .info .icon img {
        position: relative;
        top: -3px;
        width: 69%!important;
        height: 69%!important;
    }


}

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sub span {
    color: #a5a5a5;
}
body {
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgb(255, 255, 255);
    background: #000;
}

#wpadminbar {
    display: none !important;
}
.fixed .box .soc {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    border-radius: 26px;
}

body.light {
    color: #0A0E0A;
    background: #fff;
}

img {
    max-width: 100%;
    display: block;
}
.light .popup .box .left .item .doz span {color: #000000a3;}
#sec-2 .swiper-button-prev.slick-arrow.slick-prev {display: none;}
#sec-2 .swiper-button-next.slick-arrow.slick-next {display: none;}

.banner-doubler-up {
    background-color: #0A0E0A;
    position: fixed;
    height: 200px;
    width: 100%;
    top: -200px;
}

.banner-doubler-down {
    background-color: #0A0E0A;
    position: fixed;
    height: 200px;
    width: 100%;
    bottom: -200px;
}

.light .banner-doubler-up {
    background-color: #1026A9;
}

.light .banner-doubler-down {
    background-color: #1026A9;
}

.slogan-animated {
    animation: slideLeft 1s ease forwards;
}

a, button {
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;

    outline: 0;
    cursor: pointer;
    text-decoration: none;
}

.box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 100px;
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 19px 89px;
}

.light .btn {
    border: 1px solid #1026A9;
    background: transparent;
    color: #1026A9;
}

.btn:hover {
    background: #0243FF;
    border: 1px solid #0243ff;
    color: #fff;
}

.light .btn:hover {
    background: #0243FF;
    color: 0243FF;
}

.btn2 {
    border: 1px solid #FEEC01;
    background: transparent;
    border-radius: 100px;
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: center;
    color: #FEEC01;
    text-decoration: none;
    padding: 19px 89px;
}

.btn2:hover {
    background: #FEEC01;
    color: #1D1D1B;
}

.sj {
    background: linear-gradient(to bottom, #feec01 0%, #feec01 100%) !important;
    border: none !important;
    color: black !important;
    font-size: 20px !important;
    animation: pulse 1s infinite;
}

.sj:hover {
    background: linear-gradient(to bottom, #1026A9 0%, #0D208A 100%) !important;
    transition: 1s !important;
    border: none !important;
    color: #FFFFFF !important;
    animation: pulseh 1s infinite;
}

@keyframes pulse {

    0% {
        box-shadow: 0 0 0 0 rgb(254, 236, 1);
        transform: scale(1);
    }
    80% {
        box-shadow: 0 0 0 15px rgba(33, 150, 243, 0);
        transform: scale(1.1);
    }
}

@keyframes pulseh {

    0% {
        box-shadow: 0 0 0 0 rgb(16, 38, 169);
        transform: scale(1);
    }
    80% {
        box-shadow: 0 0 0 15px rgba(33, 150, 243, 0);
        transform: scale(1.1);
    }
}

.title {
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 60.63px;
    text-align: center;
    color: #0243ff;
    text-transform: uppercase;

}

.light .title {
    color: #0A0E0A;
}

.slick-arrow {
    position: absolute;
    top: -90px;
    bottom: 0;
    margin: auto;
    background: url("../pulseup/img/arrow.svg") 0 0 no-repeat;
    width: 60px;
    height: 60px;
    transition: all 0.5s;
    user-select: none;
    -webkit-user-select: none;
}

.light .slick-arrow {
    top: -90px;
    background: url("../pulseup/img/arrow_light.svg") 0 0 no-repeat;
}

.sec-2 .slick-arrow {
    top: -90px;
    background: url("../pulseup/img/arrow.svg") 0 0 no-repeat;
}

.sec-4 .slick-arrow {
    top: -90px;
    background: url("../pulseup/img/arrow.svg") 0 0 no-repeat;
}

.slick-arrow:hover {
    background: url("../pulseup/img/arrow1.svg") 0 0 no-repeat;
}


.light .slick-arrow:hover {
    background: url("../pulseup/img/arrow1_light.svg") 0 0 no-repeat;
}

.sec-2 .slick-arrow:hover {
    background: url("../pulseup/img/arrow1.svg") 0 0 no-repeat;
}

.sec-4 .slick-arrow:hover {
    background: url("../pulseup/img/arrow1.svg") 0 0 no-repeat;
}

.slick-arrow:after {
    display: none;
}

.slick-arrow.slick-prev {
    left: 15px;
    transform: rotate(180deg);
}

.slick-arrow.slick-next {
    right: 15px;
}

.wrapper {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 15px;
}

header .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 75%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0);
    z-index: 100;
    padding: 15px 0;
    backdrop-filter: blur(20px);
}

.light header .fixed {
    background: #1026A9;
}

header .banner {
    width: 100vw;
    height: 920px;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    cursor: pointer;

}

header .banner img,
header .banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
}

header .box {
    align-items: center;
}

header .box .logo a {
    width: 100%;
    display: block;
}

header .box .logo a img {
    width: 100%;
}

header .box .burger {
    display: none;
}

header .box .menu {
    width: 60%;
}

header .box .menu nav {
    width: 100%;
}

header .box .menu nav .logo {
    display: none;
}

header .box .menu nav .soc {
    display: none;
}

header .box .menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .box .menu nav ul li {}

header .box .menu nav ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    color: #fff;
    background: transparent;
    text-decoration: none;
    border-radius: 100px;
    padding: 6px 15px;
}

header .box .menu nav ul li a:hover,
header .box .menu nav ul li.active a {
    background: #0243ff;
}

.light header .box .menu nav ul li a:hover,
.light header .box .menu nav ul li.active a {
    background: white;
    color: #1026A9;
}

header .box .colors {
    margin: 0 92px 0 0;
}

header .box .colors input {
    display: none;
}

header .box .colors label {
    position: relative;
    cursor: pointer;
    background: #001176;
    border-radius: 100px;
    width: 72px;
    height: 35px;
    display: block;
    transition: all 0.5s;
}

.light header .box .colors label {
    background: white;
}

header .box .colors label:before {
    content: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='27' height='27' rx='13.5' fill='white'/%3E%3Cg clip-path='url(%23clip0_1455_1847)'%3E%3Cpath d='M13.4365 9.71045H13.5762L13.811 9.72314L14.0396 9.74854L14.23 9.78027L14.4331 9.82471L14.6299 9.88184L14.7822 9.93262L14.96 10.0024L15.144 10.085L15.271 10.1484L15.417 10.231L15.5693 10.3262L15.6709 10.396L15.7915 10.4849L15.855 10.5356L15.9565 10.6182L16.02 10.6753L16.0708 10.7197L16.1216 10.7705L16.1724 10.8149L16.2168 10.8594L16.2612 10.9102L16.3057 10.9546L16.3501 11.0054L16.4263 11.0942L16.5532 11.2593L16.6421 11.3862L16.7437 11.5449L16.8262 11.6846L16.877 11.7861L16.9658 11.9702L17.0483 12.1733L17.1245 12.4019L17.1816 12.605L17.2261 12.8145L17.2642 13.0811L17.2769 13.2144L17.2832 13.3223V13.6714L17.2705 13.8618L17.2451 14.0649L17.2197 14.2173L17.1753 14.4204L17.1118 14.6426L17.0483 14.8267L16.9912 14.9663L16.9087 15.1504L16.8389 15.29L16.75 15.4424L16.6802 15.5566L16.6104 15.6582L16.5278 15.7725L16.4453 15.8804L16.3628 15.9756L16.3057 16.0391L16.2612 16.0898L16.0581 16.293L16.0073 16.3374L15.9185 16.4136L15.8169 16.4961L15.728 16.5596L15.6582 16.6104L15.563 16.6738L15.4106 16.769L15.2583 16.8516L15.1631 16.9023L14.9536 16.9976L14.7695 17.0674L14.5537 17.1372L14.2998 17.2007L14.1348 17.2324L13.8999 17.2642L13.7539 17.2769L13.6396 17.2832H13.3477L13.1382 17.2705L12.9351 17.2451L12.6938 17.2007L12.4907 17.1499L12.3066 17.0928L12.1416 17.0356L11.9766 16.9658L11.8115 16.8896L11.6655 16.8135L11.5068 16.7183L11.3799 16.6357L11.272 16.5596L11.1069 16.4326L11.0435 16.3755L10.9736 16.3184L10.9292 16.2739L10.8784 16.2295L10.7261 16.0771L10.6816 16.0264L10.6245 15.9629L10.5674 15.8931L10.4849 15.7915L10.4023 15.6772L10.2881 15.5059L10.2119 15.3789L10.1357 15.2393L10.0532 15.0742L9.9707 14.8774L9.90088 14.687L9.84375 14.4966L9.78662 14.2554L9.74854 14.0332L9.72314 13.8047L9.7168 13.7158L9.71045 13.4556L9.7168 13.2715L9.73584 13.062L9.76123 12.8779L9.79932 12.6812L9.8501 12.478L9.92627 12.2368L10.0088 12.0273L10.104 11.8179L10.1802 11.6719L10.2817 11.5005L10.396 11.3291L10.4658 11.2339L10.5293 11.1514L10.6182 11.0435L10.6689 10.98H10.6816L10.6943 10.9546L10.7578 10.8911L10.8022 10.8403L10.8721 10.7705H10.8848V10.7578L10.9355 10.7134L11.0308 10.6245L11.1196 10.5547L11.2212 10.4722L11.3101 10.4087L11.4116 10.3389L11.5195 10.269L11.6719 10.1802L11.856 10.085L12.021 10.0088L12.2178 9.93262L12.4272 9.86279L12.624 9.81201L12.8018 9.77393L13.0049 9.74219L13.1826 9.72314L13.4365 9.71045Z' fill='%231026A9'/%3E%3Cpath d='M9.11377 8.79004H9.22803L9.3042 8.80908L9.61523 8.92334L10.1294 9.11377L10.6943 9.32324L10.9165 9.40576L11.0308 9.4502L11.1323 9.48828L11.2656 9.53906V9.55811L11.1387 9.62793L11.0752 9.67236L10.9736 9.73584L10.8657 9.81201L10.7642 9.88818L10.6816 9.95166L10.6118 10.0088L10.5293 10.0786L10.4468 10.1548L10.396 10.1992L10.1611 10.4341L10.1167 10.4849L10.0342 10.5801L9.97705 10.6499L9.90723 10.7388L9.83105 10.8403L9.76758 10.9292L9.69141 11.0435L9.60889 11.1768L9.5708 11.2466L9.54541 11.272L9.50732 11.1831L9.28516 10.5864L9.15186 10.2246L8.94873 9.67871L8.82178 9.33594L8.79004 9.22803V9.11377L8.80908 9.0376L8.85352 8.95508L8.89795 8.89795L8.96143 8.84717L9.0376 8.80908L9.11377 8.79004Z' fill='%231026A9'/%3E%3Cpath d='M17.7783 8.79004H17.8862L17.9624 8.80908L18.0449 8.85352L18.1211 8.92334L18.1655 8.98682L18.1973 9.06299L18.21 9.12012V9.21533L18.1846 9.31689L17.9688 9.90088L17.9243 10.0151L17.8862 10.123L17.8037 10.3452L17.6958 10.6372L17.4927 11.1831L17.4609 11.2656H17.4419L17.3911 11.1768L17.2959 11.0244L17.2324 10.9292L17.1689 10.8403L17.0801 10.7197L17.0229 10.6499L16.9531 10.5674L16.896 10.4976L16.8008 10.396L16.7119 10.3008L16.6421 10.231L16.5913 10.1865L16.5342 10.1294L16.4644 10.0723L16.3691 9.98975L16.2803 9.91992L16.1533 9.82471L16.0264 9.73584L15.8867 9.64697L15.7915 9.58984L15.7344 9.55811V9.53906L15.8994 9.47559L16.3247 9.31689L16.5977 9.21533L17.2134 8.98682L17.4038 8.91699L17.6577 8.82178L17.7339 8.79639L17.7783 8.79004Z' fill='%231026A9'/%3E%3Cpath d='M9.54541 15.728L9.5708 15.7534L9.63428 15.8677L9.7168 15.9946L9.78662 16.0962L9.8501 16.1851L9.93262 16.293L10.0469 16.4326L10.1294 16.5278L10.2246 16.6294L10.415 16.8198L10.4658 16.8643L10.5356 16.9277L10.6055 16.9849L10.707 17.0674L10.834 17.1626L10.9229 17.2261L11.0562 17.3149L11.1895 17.3975L11.2656 17.4419L11.2593 17.4609L11.145 17.5054L10.8721 17.6069L9.91357 17.9624L9.31055 18.1846L9.20264 18.21H9.13281L9.04395 18.1909L8.96777 18.1528L8.9043 18.1021L8.85352 18.0449L8.80908 17.9561L8.79004 17.8862V17.772L8.82812 17.645L8.88525 17.4927L9.10107 16.9087L9.20264 16.6357L9.31055 16.3438L9.49463 15.8486L9.53271 15.7407L9.54541 15.728Z' fill='%231026A9'/%3E%3Cpath d='M17.8672 12.2812L17.8989 12.2876L18.083 12.3701L18.9019 12.7446L19.3716 12.9604L19.5493 13.043L19.7588 13.1382L19.8286 13.1763L19.8984 13.2334L19.9492 13.3032L20 13.4048V13.6143L19.981 13.6333L19.9492 13.6968L19.8984 13.7666L19.835 13.8174L19.7144 13.8809L19.5874 13.938L19.3398 14.0522L19.1304 14.1475L18.9653 14.2236L18.8066 14.2935L18.7178 14.3379L18.5908 14.395L18.4194 14.4712L18.3306 14.5156L17.9116 14.7061L17.8672 14.7188L17.8926 14.6172L17.9497 14.3569L17.9878 14.1284L18.0132 13.8999L18.0259 13.7095V13.2969L18.0132 13.1128L17.9878 12.8779L17.9497 12.6431L17.8926 12.3828L17.8735 12.313L17.8672 12.2812Z' fill='%231026A9'/%3E%3Cpath d='M12.2812 17.8672L12.3828 17.8926L12.6177 17.9434L12.8335 17.9814L13.0366 18.0068L13.3159 18.0259H13.6841L13.8872 18.0132L14.1665 17.9814L14.4521 17.9307L14.668 17.8799L14.6997 17.8672H14.7188L14.7124 17.8989L14.6362 18.064L14.541 18.2734L14.4585 18.4512L14.2554 18.8955L14.103 19.2256L14.0078 19.4351L13.9062 19.6572L13.8301 19.8159L13.7666 19.8984L13.6841 19.9556L13.6143 19.9873L13.5889 20H13.4111L13.3223 19.9619L13.2524 19.9111L13.1953 19.854L13.1382 19.7588L13.043 19.5493L12.9287 19.3018L12.8271 19.0796L12.6113 18.6099L12.5161 18.4004L12.4336 18.2227L12.3193 17.9688L12.2812 17.8862V17.8672Z' fill='%231026A9'/%3E%3Cpath d='M17.4419 15.728L17.4609 15.7344L17.6133 16.1406L17.7085 16.4009L17.8101 16.6738L17.918 16.9658L18.083 17.4102L18.1909 17.7021L18.21 17.7847V17.8735L18.1909 17.9497L18.1401 18.0513L18.0703 18.1274L17.9814 18.1782L17.8926 18.2036L17.8608 18.21H17.791L17.6831 18.1846L17.499 18.1147L17.1372 17.9814L15.9248 17.5308L15.7344 17.4609V17.4419L15.7852 17.4102L15.874 17.3594L16.02 17.2642L16.147 17.1753L16.2231 17.1182L16.3057 17.0547L16.4072 16.9722L16.4961 16.896L16.5786 16.8198L16.6294 16.7754L16.8198 16.585L16.8643 16.5342L16.9214 16.4707L16.9785 16.4009L17.0483 16.3184L17.1309 16.2104L17.2007 16.1152L17.3149 15.9438L17.3975 15.8105L17.4419 15.728Z' fill='%231026A9'/%3E%3Cpath d='M9.10742 12.2812L9.13281 12.2876L9.11377 12.3447L9.06299 12.5669L9.0249 12.7827L8.99951 12.9668L8.98047 13.1572L8.96777 13.4556V13.5508L8.97412 13.7476L8.99316 13.9888L9.0249 14.2236L9.06299 14.4331L9.12012 14.6743L9.13281 14.7124L9.10742 14.7188L9.01221 14.668L8.85352 14.5981L8.67578 14.5156L8.45361 14.4141L8.00928 14.2109L7.20947 13.8428L7.13965 13.7983L7.07617 13.7349L7.03174 13.665L7 13.5889V13.3984H7.0127L7.01904 13.3604L7.06348 13.2778L7.12061 13.2144L7.17773 13.1699L7.34912 13.0874L7.55859 12.9922L7.73633 12.9097L7.9458 12.8145L8.20605 12.6938L8.56787 12.5288L9.09473 12.2876L9.10742 12.2812Z' fill='%231026A9'/%3E%3Cpath d='M13.3921 7H13.6079L13.6206 7.0127L13.7095 7.05713L13.7729 7.10791L13.8301 7.18408L13.8809 7.28564L13.9888 7.52051L14.103 7.76807L14.1982 7.97754L14.2998 8.19971L14.4141 8.44727L14.5537 8.75195L14.6553 8.97412L14.6997 9.07568L14.7188 9.11377V9.12646L14.668 9.12012L14.5474 9.08838L14.3696 9.05029L14.23 9.0249L14.0459 8.99951L13.8491 8.98047L13.7539 8.97412L13.5444 8.96777H13.4111L13.2207 8.97412L12.9985 8.99316L12.8018 9.01855L12.5605 9.06299L12.3384 9.11377L12.2812 9.12646L12.3003 9.06934L12.3828 8.8916L12.478 8.68213L12.6685 8.26953L12.7637 8.06006L12.8716 7.8252L12.9478 7.66016L13.043 7.45068L13.1572 7.20312L13.2017 7.1333L13.2651 7.06982L13.3413 7.02539L13.3921 7Z' fill='%231026A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1455_1847'%3E%3Crect width='13' height='13' fill='white' transform='translate(7 7)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background: #FFFFFF;
    width: 27px;
    height: 27px;
    border-radius: 100px;
    transition: all 0.5s;
    position: absolute;
    left: 4px;
    top: 4px;
}

.light header .box .colors label:before {
    content: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='27' height='27' rx='13.5' fill='%231026A9'/%3E%3Cpath d='M10.8377 7.1311C9.1344 7.94404 7.82825 9.46978 7.27813 11.2842C6.93982 12.4123 6.90746 13.7554 7.19576 14.8982C7.6841 16.8334 8.98143 18.4446 10.7553 19.3105C11.429 19.6404 11.9144 19.7995 12.6734 19.932C12.9882 19.988 13.1588 19.9998 13.7266 19.9998C14.4385 20.0027 14.6826 19.9791 15.2504 19.8525C16.2153 19.6404 17.2185 19.1544 18.0216 18.5153C18.5246 18.1147 19.0895 17.4814 19.4484 16.9247C19.6572 16.5978 19.969 15.991 19.9926 15.8585C20.0544 15.5256 19.719 15.2075 19.4013 15.3018C19.3542 15.3165 19.1983 15.3754 19.0512 15.4314C18.4364 15.667 17.6833 15.8054 17.0067 15.8054C14.3826 15.8054 12.0762 14.0293 11.3996 11.4904C11.2731 11.0132 11.2348 10.7393 11.2201 10.1737C11.1937 9.27833 11.3231 8.54197 11.6438 7.7791C11.7026 7.64361 11.7144 7.56703 11.7055 7.44037C11.6908 7.25186 11.629 7.14877 11.4731 7.06041C11.3025 6.96321 11.1495 6.98088 10.8377 7.1311Z' fill='white'/%3E%3C/svg%3E%0A");

    background: black;
}

header .box .colors input:checked+label {
    background: #1026A9;
}

.light header .box .colors input:checked+label {
    background: white;
}

header .box .colors input:checked+label:before {
    left: 41px;
}

header .box .leng {
    background: #1026A9;
    border-radius: 15px;
    width: 72px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    transition: all 0.5s;
    position: absolute;
    right: -85px;
    top: 0;
    padding: 10px 0 0 0;
    overflow: hidden;
}

.light header .box .leng {
    background: white;
    color: black;
}

header .box .leng:after {
    content: '';
    background: url("../pulseup/img/arrow2.svg") 0 0 no-repeat;
    width: 10px;
    height: 6px;
    transition: all 0.5s;
    transform: rotate(0deg);
    margin-top: 6px;
}

.light header .box .leng:after {
    background: url("../pulseup/img/arrow2_light.svg") 0 0 no-repeat;
}

header .box .leng.active:after {
    transform: rotate(180deg);
}

header .box .leng.active {
    height: 68px;
}

header .box .leng .lg {
    padding: 0 7px 0 0;
}

header .box .leng .lg a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.32px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 1s;
}

.light header .box .leng .lg a {
    color: black;
}

header .box .leng .lg a.active {
    display: block;
}

header .box .leng .lg a:hover {
    color: #FFDD04;
}

.light header .box .leng .lg a:hover {
    color: #1026A9;
}

header h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 93.28px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}

header h1 span {
    font-size: 189.5px;
    line-height: 220.96px;
}

header h1 div {
    overflow: hidden;
    height: 93px;
    width: 604px;
}

header h1 div span {
    animation: scrollUp 1s ease forwards;
    animation-delay: 0.5s;
    transform: translateY(100%);
    opacity: 0;
    font-size: 80px;
    line-height: 93.28px;
}

header h1 div span+span {
    animation-delay: 1s;
}

@keyframes scrollUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
img.logoba {
    display: none;
}
h1.faded_h1 {
    display: none;
}
.box.box_btns {
    display: none;
}

header .text {
    font-family: Myriad;
}

@font-face {
    font-family: 'Myriad';
    src: url('/Myriad.ttf');
}

header .text {
    font-size: 132px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    top: 100px;
    line-height: 1;
}

header .text+.box {
    width: fit-content;
    gap: 31px;
}

.faded_h1 {
    transition: opacity 0.1s;
}

.sec-2 {
    position: relative;
    overflow: hidden;
}

.sec-2 .box {}

.sec-2 .box .left {
    width: 49.3%;
}

.sec-2 .box .left .new {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sec-2 .box .left .new .item {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.sec-2 .box .left .new .item .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec-2 .box .left .new .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-2 .box .left .new .item .img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
}

.sec-2 .box .left .new .item .box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    align-items: center;
    padding: 0 30px;
}

.sec-2 .box .left .new .item .box .name {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.18px;
    text-align: left;
    color: #ffdd04;
    width: 68%;
}

.sec-2 .box .left .new .item .box .more {
    width: 154px;
}

.sec-2 .box .left .new .item .box .more .btn {
    width: 100%;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.66px;
    text-align: center;
    color: #fff;
    padding: 11px 0;
    display: block;
}

.sec-2 .box .left .new .item .box .more .btn:hover {
    border: 1px solid #0243ff;
    color: #FFFFFF;
}

.light .sec-2 .box .left .new .item .box .more .btn:hover {
    color: #0243ff;
    border: 1px solid #0243ff;
}

.sec-2 .box .left .new .slick-arrow {
    top: 0;
}

.sec-2 .box .left .new .slick-arrow.slick-prev {
    left: 30px;
}

.sec-2 .box .left .new .slick-arrow.slick-next {
    right: 30px;
}

.sec-2 .box .right {
    width: 49.3%;
}

.sec-2 .box .right .title {
    text-transform: uppercase;
    font-size: 52px;
    line-height: normal;
    padding-bottom: 25px;
}

.sec-2 .box .right .scroll {
    height: 689px;
    overflow: auto;
}

.sec-2 .box .right .scroll::-webkit-scrollbar {
    width: 0;
}

.sec-2 .box .right .scroll {
    -ms-overflow-style: none;
}

.sec-2 .box .right .scroll {
    overflow: -moz-scrollbars-none;
}

.sec-2 .box .right .scroll .box {}

.sec-2 .box .right .scroll .box .item {
    width: 48.5%;
    transition: border-bottom 0.3s;
}

.light .sec-2 .box .right .scroll .box .item {
    border-bottom: 1px solid rgba(10, 14, 10, 0.2);
}

.sec-2 .box .right .scroll .box .item .img {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}

.sec-2 .box .right .scroll .box .item .img:hover img {
    transform: scale(1.03);
}

.sec-2 .box .right .scroll .box .item .img img {
    width: 100%;
    height: 248px;
    object-fit: cover;
    transition: transform 0.6s;
}

.sec-2 .box .right .scroll .box .item .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 25px;
    transition: color 0.3s;
}

.light .sec-2 .box .right .scroll .box .item .date {
    color: #0A0E0A;
}

.sec-2 .box .right .scroll .box .item .name {
    padding-bottom: 15px;
}

.sec-2 .box .right .scroll .box .item .name a {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    transition: color 1s;
}

.light .sec-2 .box .right .scroll .box .item .name a {
    color: #0A0E0A;
}

.sec-2 .box .right .scroll .box .item:hover .name a {
    transition: color 1s;
    color: #FFDD04;
}

.light .sec-2 .box .right .scroll .box .item:hover .name a {

    color: #1026A9;
}

.sec-3 {

    position: relative;
    overflow: hidden;
    padding: 70px 0 0 0;
}

.sec-3 .title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 25px;
}

.sec-3 .search {
    position: relative;
    z-index: 1;
    width: 267px;
    margin-bottom: -90px;
}

.sec-3 .search form {
    width: 100%;
}

.sec-3 .search form .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    border: none;
    background: none;
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    padding: 11px 19px;
    width: 100%;
    height: 40px;
    margin: 0;
}

.select2-default {
    color: black !important;
}


.sec-3 .search form .select2-container--default .select2-selection--single {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: none;
    padding: 0;
    border-radius: 20px;
    height: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: none;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    outline: 0;
}

.sec-3 .search form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.sec-3 .search form select {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: none;
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    outline: 0;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 11px 19px;
    width: 100%;
    height: 42px;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.sec-3 .search form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field {
    display: block;
    border: none;
    background: none;
    font-family: 'AGLettericaCondensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    padding: 11px 19px;
    width: 100%;
    height: 40px;
    margin: 0;
    transition: color 1s;
}

.light .sec-3 .search form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.light .sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field {

    color: black;
}

.sec-3 .search form .select2-container--default.hide .select2-search--inline .select2-search__field {
    display: none;
}

.sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.light .sec-3 .search form .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.sec-3 .search form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 10px;
    top: 8px;
    left: auto;
    border: none;
    font-family: 'Arila', sans-serif;
    border-radius: 4px;
}

.select2-container .select2-dropdown {
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    overflow: hidden;
    transition: color 1s;
}

.light .select2-container .select2-dropdown {
    background-color: white;
}

.sec-3 .search form .select2-container--default .select2-selection--multiple {
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
    transition: color 1s;
}

.light .sec-3 .search form .select2-container--default .select2-selection--multiple {
    background-color: white;
    color: black;
    border: 1px solid rgba(255, 255, 255, 0.6);

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    transition: color 1s, background 1s;
    background-color: #FFDD04;
    color: #000;
}

.light .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.light .select2-container--default .select2-results__option--selected {

    background-color: #1026A9;
    color: white;
}

.select2-results__option:empty {
    display: none;
}

.sec-3 .map {
    width: 100%;
    margin: 0;
    position: relative;
}

.sec-3 .map svg {
    width: 100%;
    height: 765px;
}

.sec-3 .map path {
    transition: all 0.5s;
    fill: rgba(0, 0, 0, 0);
    stroke: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.light .sec-3 .map path {
    transition: all 0.5s;
    fill: rgba(0, 0, 0, 0);
    stroke: rgba(10, 14, 10, 0.6);
    cursor: pointer;
}

.sec-3 .map path:hover {
    fill: rgba(255, 221, 4, 1);
    stroke: #FFDD04;
}

.light .sec-3 .map path:hover {
    fill: rgba(16, 38, 169, 1);
    stroke: #1026A9;
}

.sec-3 .map .indicator {
    position: absolute;
    background: #fff;
    box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    display: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 32.65px;
    text-align: left;
    color: #000;
    padding: 21px;
    width: 381px;
}

.sec-3 .map .indicator:before {
    content: '';
    background: #FFFFFF;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: -15px;
    margin: auto;
    transform: rotate(-45deg);
}

.sec-3 .map .indicator.RU-CHU:before,
.sec-3 .map .indicator.RU-KAM:before,
.sec-3 .map .indicator.RU-SAK:before,
.sec-3 .map .indicator.RU-PRI:before,
.sec-3 .map .indicator.RU-KHA:before,
.sec-3 .map .indicator.RU-MAG:before,
.sec-3 .map .indicator.RU-YEV:before {
    left: auto;
    right: -12px;
}

.sec-3 .map .indicator .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    color: #000;
    float: none;
    margin: 16px 0 8px 0;
}

.sec-3 .map .indicator .brend {
    font-size: 22px;
    font-weight: 700;
    line-height: 25.65px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 21px;
    width: 100%;
    text-transform: uppercase;
}

.sec-3 .map .indicator .brend a {
    font-size: 22px;
    font-weight: 700;
    line-height: 25.65px;
}

.sec-3 .map .regs {
    columns: 5;
    padding: 10px;
    display: none;
}

.sec-3 .map .reg span {
    font-size: 10px;
}

.sec-3 .map .regs div {
    width: auto;
    font-size: 14px;
    cursor: pointer;
}

.sec-3 .magaz {
    margin: 25px auto 0 auto;
    overflow: hidden;
}

.sec-3 .magaz .items {
    display: flex;
    gap: 15px;
}

.sec-3 .magaz .items .item {
    flex-shrink: 0;
}

.sec-3 .magaz a {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.65px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: #1E1E1E;
    padding: 13px 25px;
    text-transform: uppercase;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
    height: 100%;
}

.sec-3 .magaz a:not(:hover) {
    background: #1E1E1E !important;
}

.light .sec-3 .magaz a:not(:hover) {
    color: black;
    background: #F9F8F8 !important;
}

.sec-4 {
    position: relative;
    overflow: hidden;
    padding: 25px 0 0 0;
}

.sec-4 .title {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align:  center;
}

.sec-4 .box {}

.sec-4 .box .left {
    width: 56.6%;
}

.sec-4 .box .left .slider-1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sec-4 .box .left .slider-1 .img {
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sec-4 .box .left .slider-1 .img video {
    max-width: 100%;
}

.sec-4 .box .left .slider-1 .img:before {
    content: '';
    background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, #0B0D0E 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}

.sec-4 .box .left .slider-1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-4 .box .left .slider-1 .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255);
    margin-bottom: 30px;
    transition: color 1s;
}

.light .sec-4 .box .left .slider-1 .text {

    color: #0A0E0A;
}

.sec-4 .box .left .slider-1 .btn {
    padding: 11px 62px;
    font-size: 16px;
    line-height: 18.66px;
    display: block;
    width: fit-content;
}

.sec-4 .box .left .slider-1:hover .img:before {
    opacity: 0.8;
}

.sec-4 .box .left .slider-1 .slick-arrow {
    top: 200px;
    bottom: auto;
    opacity: 0;
    transition: all 0.5s;
}

.sec-4 .box .left .slider-1 .slick-arrow.slick-prev {
    left: 15px;
}

.sec-4 .box .left .slider-1 .slick-arrow.slick-next {
    right: 15px;
}

.sec-4 .box .left .slider-1:hover .slick-arrow {
    opacity: 1;
}

.sec-4 .box .right {
    width: 41.4%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.sec-4 .box .right .more {
    border: 1px solid #FF6B00;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0a0e0a;
    padding: 39px;
    overflow: auto;
    display: none;
}

.light .sec-4 .box .right .more {
    background: white;
}

.sec-4 .box .right .more .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.light .sec-4 .box .right .more .text {
    color: #0a0e0a;
}

.light .sec-4 .box .right .more .text a {
    color: #1026a9;
}

.sec-4 .box .right .more .text:last-child {
    margin: 0;
}

.sec-4 .box .right .more .text p {}

.sec-4 .box .right .more .text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFDD04;
    text-decoration: underline;
}

.sec-4 .box .right .more .text a:hover {}

.sec-4 .box .right .img {
    width: 100%;
    margin: -74px 0 25px 0;
    height: 50px;
}

.sec-4 .box .right .img img {
    width: 132px;
    margin: 0 0 0 auto;
}

.sec-4 .box .right .img img.img__img--light {
    display: none;
}

.light .sec-4 .box .right .img img.img__img--light {
    display: block;
}

.light .sec-4 .box .right .img img.img__img--dark {
    display: none;
}

.sec-4 .box .right .item {
    width: 47.7%;
    border: 1px solid #FFDD04;
    box-shadow: 0 0 0 0 rgba(255, 221, 4, 0.4);
    border-radius: 8px;
    transition: all 0.5s;
    padding: 15px 0 13px 0;
    margin-bottom: 21px;
}

.sec-4 .box .right .item .num {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.light .sec-4 .box .right .item .num {

    color: #0A0E0A;
}

.sec-4 .box .right .item .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

.light .sec-4 .box .right .item .text {

    color: #0A0E0A;
}

.sec-4 .box .right .item:not(:hover) {
    background: transparent !important;
    box-shadow: 0 4px 40px 0 transparent !important;
}

.sec-4 .box .right .item:hover .num {
    color: #0A0E0A;
}

.sec-4 .box .right .item:hover .text {
    color: #0A0E0A;
}

.sec-4 .magaz {
    overflow: hidden;
    padding-bottom: 25px;
}

.sec-4 .magaz .items {
    display: flex;
    gap: 25px;
}

.sec-4 .magaz .items .item {
    flex-shrink: 0;
}

.sec-4 .magaz a {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background: #1E1E1E;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-4 .magaz a:not(:hover) {
    background: #1E1E1E !important;
}

.light .sec-4 .magaz a:not(:hover) {
    background: #F9F8F8 !important;
    color: black;
}

.sec-5 {
    position: relative;
    overflow: hidden;
    padding: 25px 0px;
}

.sec-5 .title {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sec-5 .box {}

.sec-5 .box .item {
    width: 24%;
    height: 325px;
    position: relative;
    overflow: hidden;
}

.sec-5 .box .item .img {
    width: 100%;
    height: 100%;
}

.sec-5 .box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-5 .box .item .info {
    background: linear-gradient(180deg, rgba(11, 13, 14, 0) 0%, rgba(11, 13, 14, 0.8) 100%);
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec-5 .box .item:hover .info {
    height: 100%;
}

.sec-5 .box .item .info .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
}

.sec-5 .box .item .info .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-5 .box .item .info .text {
    font-size: 24px;
    font-weight: 700;
    line-height: 27.98px;
    text-align: center;
    color: #FFDD04;
}

.sec-5 .box .item:first-child {
    height: 670px;
}

.sec-5 .box .item:nth-last-child(2) {
    margin: -324px 18px 0 auto;
}

.sec-5 .box .item:nth-last-child(1) {
    margin: -324px 0 0 0;
    width: 23.9%;
}

footer {
    transition: background 1s;
    background: #0A0E0A;
    padding: 29px 0 30px 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(30, 30, 30, 0.9);
}

footer .box {
    align-items: center;
}

footer .box .logo {
    width: 127px;
}

footer .box .logo img {
    width: 100%;
}

footer .box .address {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #FFFFFF;
    width: 100%;
}

footer .box .mail {}

footer .box .mail a {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.18px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: fit-content;
}

footer .box .mail a:hover {
    text-decoration: underline;
}

footer .box .phone {}

footer .box .phone a {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.18px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: fit-content;
}

footer .box .phone a:hover {
    text-decoration: underline;
}

footer .box .soc {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

footer .box .soc a {
    width: 30px;
    display: block;
}

footer .box .soc a img {
    width: 100%;
    height: auto;
}

footer .foot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0 0 0;
}

footer .foot .copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}

footer .foot .right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    left: -98px;
}

footer .foot .right a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.page404 {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1;
}

.page404 h1 {
    text-align: center;
    color: white;
    font-size: 400px;
}

.page404 p {
    font-size: 70px;
    font-weight: 700;
    line-height: 28.8px;
    color: #fff;
    margin-bottom: 70px;
    margin-top: -40px;
    filter: drop-shadow(0 0px 0px rgb(20, 132, 204));
}

.page404 img {
    margin-top: -80px;
    display: inline-block;
    filter: drop-shadow(0 4px 30px rgb(20, 132, 204));
}

.light .page404 h1 {
    color: #0A0E0A;
}

.light .page404 p {
    color: #0A0E0A;
}

footer .foot .right a:hover {
    text-decoration: none;
}

.light footer {

    background: #1026A9;
}

.popup .zag {
    display: none;
}

.popup-fade,
.popup-fade-more,
.popup-fade-info,
.popup-fade-usl {
    display: none;
    position: fixed;
    z-index: 999999999;
}

.popup-fade:before,
.popup-fade-more:before,
.popup-fade-info:before,
.popup-fade-usl:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1360px;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #000;
    z-index: 99999;
    opacity: 1;
    overflow: auto;
    box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.48);
}

.light .popup {
    background: white;
}

.popup::-webkit-scrollbar {
    width: 0;
}

.popup {
    -ms-overflow-style: none;
}

.popup {
    overflow: -moz-scrollbars-none;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.popup-close svg {
    transition: all 0.5s;
    transform: rotate(0);
}

.popup-close:hover svg {
    transform: rotate(360deg);
}

.popup .box {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 25px;
    height: 100vh;
    align-items: center;
}

@media (max-width: 1024px) {
    .popup .box {
        display: grid;
        grid-template-columns: 1fr ;
    }
}

.popup .box .left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.popup .box .left .title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: start;
    color: #0243ff;
}

.popup .box .left .title span {
    color: #FFDD00;
}

.light .popup .box .left .title span {
    color: #1026A9;
}

.popup .box .left .zag {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 20px;
}

.light .popup .box .left .zag {
    color: black;
}

.popup .box .left .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 21px;
}

.popup .box .left .item .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: left;
    color: #fff;
}

.light .popup .box .left .item .name {
    color: black;
}

.popup .box .left .item .doz {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: left;
    color: #1484CC;
}

.popup .box .left .item .doz span {
    color: rgba(255, 255, 255, 0.4);
    padding: 0 0 0 11px;
}

.popup .box .left .item .bar {
    background: #1484CC;
    width: 100%;
    height: 6px;
    border-radius: 100px;
    margin-top: 9px;
}

.popup .box .left .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.popup .box .center {

}

.popup .box .center img {
    width: 100%;
    height: 100%;
    max-height: 529px;
    object-fit: contain;
}

.popup .box .right {

}

.popup .box .right .zag {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 19px;
}

.light .popup .box .right .zag {
    color: black;
}

.popup .box .right .sub {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.light .popup .box .right .sub {
    color: black;
}

.popup .box .right .item {
    border: 1px solid hsla(203, 82%, 44%, 0.4);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
    padding: 19px 20px;
    margin-bottom: 20px;
}

.popup .box .right .item .icon {
    width: 60px;
}

.popup .box .right .item .icon img {
    width: 100%;
}

.popup .box .right .item .lf {
    width: 78.5%;
}

.popup .box .right .item .name {
    font-size: 32px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: left;
    color: #0243ff;
}

.light .popup .box .right .item .name {
    color: black;
}

.popup .box .right .item .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
    margin-top: 6px;
    width: 95%;
}

.light .popup .box .right .item .text {
    color: black;
}

.popup .box .right .btn {
    background: #125EFF;
    font-weight: 700;
    line-height: 23.32px;
    border: 1px solid #125EFF;
    color: #fff;
    display: block;
    padding: 13px 0;
    width: 100%;
}

.popup .box .right .btn:hover {
    background: #FEEC01;
    color: #1D1D1B;
    border: 1px solid #FEEC01;
}

.popup-fade-more .title,
.popup-fade-info .title,
.popup-fade-usl .title {
    font-size: 32px;
    line-height: normal;
}

.popup-fade-more .slider-popup {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.popup-fade-more .slider-popup .slick-arrow {
    top: 0;
}

.popup-fade-more .slider-popup .item {
    height: 768px;
    width: 100%;
    overflow: hidden;
}

.popup-fade-more .slider-popup .item video {
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.popup-fade-more .slider-popup .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .popup-fade-more .slider-popup .item {
        height: 575px;
    }
}

@media (max-width: 1024px) {
    .popup-fade-more .slider-popup .item {
        height: 475px;
    }
}

@media (max-width: 575px) {
    .popup-fade-more .slider-popup .item {
        height: 275px;
    }
}

.popup-fade-more .text,
.popup-fade-info .text,
.popup-fade-usl .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgb(255, 255, 255);
}

section {
    background: #000;
    transition: background 1s;
}

footer {
    background: #000;
    transition: background 1s;
}

.light section {
    background: #fff;
}

.light .popup-fade-more .text,
.light .popup-fade-info .text,
.light .popup-fade-usl .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.popup-fade-more .text p:last-child,
.popup-fade-info .text p:last-child,
.popup-fade-usl .text p:last-child {
    margin-bottom: 0;
    text-transform: uppercase;
}

.text {
    font-size: 18px;
}

.slider-nav {
    position: absolute;
    bottom: 250px;
    left: 15px;
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
    position: static;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.swiper-button-prev {
    color: white;
    display: none;
}

.swiper-button-next {
    color: white;
    display: none;
}

.swiper-button-prev-style1 {
    transform: rotate(180deg);
}

.swiper-button-next-style1 svg,
.swiper-button-prev-style1 svg {
    width: 8px;
    height: 12px;
    fill: #ffffff;
    transition: fill 0.3s;
}

.swiper-button-next-style1:after,
.swiper-button-prev-style1:after {
    display: none;
}

@media (min-width: 1000px) {
    .swiper-button-next-style1:hover,
    .swiper-button-prev-style1:hover {
        background-color: #0243FF;
    }

    .swiper-button-next-style1:hover svg,
    .swiper-button-prev-style1:hover svg {
        fill: #fff
    }
}


@media (max-width: 1420px) {

    header .box .menu {
        width: 70%;
    }

    header .text {
        width: 100%;
    }

    .sec-2 .box .right {
        width: 61%;
    }

    .sec-2 .box .left {
        width: 38%;
    }

    .sec-2 .box .left .new .item .box {
        padding: 0 15px;
    }

    .sec-2 .box .left .new .item .box .more {
        width: 115px;
    }

    .sec-2 .box .left .new .item .box .name {
        font-size: 20px;
        width: 70%;
    }

    .sec-3 .map .indicator.RU-CHU {
        left: 540px !important;
    }

    .sec-3 .map .indicator.RU-KAM {
        left: 570px !important;
    }

    .sec-3 .map .indicator.RU-SAK {
        top: 450px !important;
        left: 495px !important;
    }

    .sec-3 .map .indicator.RU-MAG {
        left: 460px !important;
    }

    .sec-3 .map .indicator.RU-KHA {
        left: 405px !important;
    }

    .sec-3 .map .indicator.RU-PRI {
        top: 540px !important;
        left: 445px !important;
    }

    .sec-3 .map .indicator.RU-MOW {
        top: 255px !important;
        left: 145px !important;
    }

    .sec-3 .map .indicator.RU-SPE {
        top: 175px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-NEN {
        top: 210px !important;
        left: 360px !important;
    }

    .sec-3 .map .indicator.RU-YAR {
        top: 240px !important;
        left: 180px !important;
    }

    .sec-3 .map .indicator.RU-CHE {
        top: 365px !important;
        left: 280px !important;
    }

    .sec-3 .map .indicator.RU-ULY {
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-TYU {
        top: 365px !important;
        left: 355px !important;
    }

    .sec-3 .map .indicator.RU-TUL {
        top: 275px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-SVE {
        left: 310px !important;
    }

    .sec-3 .map .indicator.RU-RYA {
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-ORL {
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-OMS {
        left: 375px !important;
    }

    .sec-3 .map .indicator.RU-NGR {
        top: 205px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-LIP {
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-KRS {
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-KGN {
        top: 380px !important;
        left: 315px !important;
    }

    .sec-3 .map .indicator.RU-KGD {
        top: 175px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-IVA {
        top: 265px !important;
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-BRY {
        top: 260px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-AST {
        top: 395px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-CE {
        top: 420px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-UD {
        left: 245px !important;
    }

    .sec-3 .map .indicator.RU-SE {
        top: 400px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-MO {
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-KR {
        top: 145px !important;
        left: 210px !important;
    }

    .sec-3 .map .indicator.RU-KL {
        top: 390px !important;
        left: 115px !important;
    }

    .sec-3 .map .indicator.RU-IN {
        top: 415px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-AL {
        top: 490px !important;
        left: 460px !important;
    }

    .sec-3 .map .indicator.RU-BA {
        left: 245px !important;
    }

    .sec-3 .map .indicator.RU-AD {
        top: 375px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-CR {
        left: 30px !important;
    }

    .sec-3 .map .indicator.RU-SEV {
        top: 330px !important;
        left: 20px !important;
    }

    .sec-3 .map .indicator.RU-AD {
        top: 370px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-KO {
        left: 305px !important;
    }

    .sec-3 .map .indicator.RU-KIR {
        left: 245px !important;
    }

    .sec-3 .map .indicator.RU-PNZ {
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-TAM {
        left: 140px !important;
    }

    .sec-3 .map .indicator.RU-MUR {
        top: 130px !important;
        left: 260px !important;
    }

    .sec-3 .map .indicator.RU-LEN {
        top: 195px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-VLG {
        left: 195px !important;
    }

    .sec-3 .map .indicator.RU-KOS {
        left: 205px !important;
    }

    .sec-3 .map .indicator.RU-PSK {
        top: 195px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-ARK {
        left: 260px !important;
    }

    .sec-3 .map .indicator.RU-YAN {
        top: 265px !important;
        left: 460px !important;
    }

    .sec-3 .map .indicator.RU-YEV {
        top: 485px !important;
        left: 410px !important;
    }

    .sec-3 .map .indicator.RU-TY {
        top: 490px !important;
        left: 535px !important;
    }

    .sec-3 .map .indicator.RU-AMU {
        left: 370px !important;
    }

    .sec-3 .map .indicator.RU-AMU:before {
        left: auto;
        right: -12px;
    }

    .sec-3 .map .indicator.RU-BU {
        left: 645px !important;
    }

    .sec-3 .map .indicator.RU-BU {
        top: 460px !important;
        left: 655px !important;
    }

    .sec-3 .map .indicator.RU-KK {
        top: 460px !important;
        left: 485px !important;
    }

    .sec-3 .map .indicator.RU-KEM {
        top: 440px !important;
        left: 470px !important;
    }

    .sec-3 .map .indicator.RU-NVS {
        top: 430px !important;
        left: 435px !important;
    }

    .sec-3 .map .indicator.RU-ALT {
        top: 460px !important;
        left: 430px !important;
    }

    .sec-3 .map .indicator.RU-DA {
        left: 95px !important;
    }

    .sec-3 .map .indicator.RU-STA {
        top: 390px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-KB {
        top: 390px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-KC {
        top: 375px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-KDA {
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-ROS {
        top: 355px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-SAM {
        top: 345px !important;
        left: 205px !important;
    }

    .sec-3 .map .indicator.RU-TA {
        top: 325px !important;
        left: 225px !important;
    }

    .sec-3 .map .indicator.RU-ME {
        left: 215px !important;
    }

    .sec-3 .map .indicator.RU-CU {
        left: 200px !important;
    }

    .sec-3 .map .indicator.RU-NIZ {
        left: 190px !important;
    }

    .sec-3 .map .indicator.RU-VLA {
        top: 270px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-MOS {
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-KLU {
        top: 255px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-BEL {
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-ZAB {
        top: 470px !important;
        left: 700px !important;
    }

    .sec-3 .map .indicator.RU-SA {
        left: 700px !important;
    }

    .sec-3 .map .indicator.RU-KYA {
        left: 550px !important;
    }

    .sec-3 .map .indicator.RU-ORE {
        left: 225px !important;
    }

    .sec-3 .map .indicator.RU-SAR {
        top: 350px !important;
        left: 175px !important;
    }

    .sec-3 .map .indicator.RU-VGG {
        left: 135px !important;
    }

    .sec-3 .map .indicator.RU-VOR {
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-SMO {
        top: 240px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-TVE {
        top: 225px !important;
        left: 155px !important;
    }

    .sec-3 .map .indicator.RU-PER {
        left: 280px !important;
    }

    .sec-3 .map .indicator.RU-KHM {
        top: 330px !important;
        left: 400px !important;
    }

    .sec-3 .map .indicator.RU-TOM {
        left: 465px !important;
    }

    .sec-3 .map .indicator.RU-IRK {
        top: 435px !important;
        left: 600px !important;
    }
}

@media (max-width: 1199px) {
    .logoba {
        margin-top: 10px;
        max-width: 60%;
    }

    header .box .menu {
        width: 67%;
    }

    header .box .menu nav ul li a {
        padding: 6px 10px;
        font-size: 14px;
    }

    header .text {
        width: 100%;
    }

    .sec-2 .box .left {
        width: 100%;
        margin: 100px 0 30px 0;
    }

    .sec-2 .box .right {
        width: 100%;
    }

    .sec-2 .box .right .title {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .sec-3 .map svg {
        height: auto;
    }

    .sec-3 .map .indicator.RU-MOW {
        top: 180px !important;
        left: 125px !important;
    }

    .sec-3 .map .indicator.RU-SPE {
        top: 120px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-NEN {
        top: 145px !important;
        left: 300px !important;
    }

    .sec-3 .map .indicator.RU-YAR {
        top: 175px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-CHE {
        top: 275px !important;
        left: 235px !important;
    }

    .sec-3 .map .indicator.RU-ULY {
        top: 245px !important;
        left: 165px !important;
    }

    .sec-3 .map .indicator.RU-TYU {
        top: 275px !important;
        left: 295px !important;
    }

    .sec-3 .map .indicator.RU-TYU {
        top: 275px !important;
        left: 295px !important;
    }

    .sec-3 .map .indicator.RU-TUL {
        top: 200px !important;
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-SVE {
        top: 240px !important;
        left: 270px !important;
    }

    .sec-3 .map .indicator.RU-RYA {
        top: 210px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-ORL {
        top: 200px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-OMS {
        top: 310px !important;
        left: 315px !important;
    }

    .sec-3 .map .indicator.RU-NGR {
        top: 145px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-LIP {
        top: 215px !important;
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-KRS {
        top: 205px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-KGN {
        top: 280px !important;
        left: 260px !important;
    }

    .sec-3 .map .indicator.RU-KGD {
        top: 115px !important;
        left: 50px !important;
    }

    .sec-3 .map .indicator.RU-IVA {
        top: 190px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-BRY {
        top: 185px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-AST {
        top: 295px !important;
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-KHA {
        top: 350px !important;
        left: 305px !important;
    }

    .sec-3 .map .indicator.RU-CE {
        top: 320px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-UD {
        top: 230px !important;
        left: 210px !important;
    }

    .sec-3 .map .indicator.RU-SE {
        top: 300px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-MO {
        top: 225px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-KR {
        top: 100px !important;
        left: 180px !important;
    }

    .sec-3 .map .indicator.RU-KL {
        top: 290px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-IN {
        top: 315px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-AL {
        top: 390px !important;
        left: 390px !important;
    }

    .sec-3 .map .indicator.RU-BA {
        top: 275px !important;
        left: 210px !important;
    }

    .sec-3 .map .indicator.RU-AD {
        top: 285px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-CR {
        top: 250px !important;
        left: 30px !important;
    }

    .sec-3 .map .indicator.RU-SEV {
        top: 250px !important;
        left: 20px !important;
    }

    .sec-3 .map .indicator.RU-KO {
        top: 180px !important;
        left: 265px !important;
    }

    .sec-3 .map .indicator.RU-KIR {
        top: 210px !important;
        left: 215px !important;
    }

    .sec-3 .map .indicator.RU-PNZ {
        top: 235px !important;
        left: 140px !important;
    }

    .sec-3 .map .indicator.RU-TAM {
        top: 225px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-MUR {
        top: 90px !important;
        left: 220px !important;
    }

    .sec-3 .map .indicator.RU-LEN {
        top: 130px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-VLG {
        top: 175px !important;
        left: 195px !important;
    }

    .sec-3 .map .indicator.RU-KOS {
        top: 190px !important;
        left: 180px !important;
    }

    .sec-3 .map .indicator.RU-PSK {
        top: 135px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-ARK {
        top: 135px !important;
        left: 230px !important;
    }

    .sec-3 .map .indicator.RU-YAN {
        top: 205px !important;
        left: 360px !important;
    }

    .sec-3 .map .indicator.RU-CHU {
        left: 355px !important;
    }

    .sec-3 .map .indicator.RU-YEV {
        top: 370px !important;
        left: 280px !important;
    }

    .sec-3 .map .indicator.RU-TY {
        top: 390px !important;
        left: 450px !important;
    }

    .sec-3 .map .indicator.RU-SAK {
        top: 340px !important;
        left: 345px !important;
    }

    .sec-3 .map .indicator.RU-AMU {
        top: 340px !important;
        left: 230px !important;
    }

    .sec-3 .map .indicator.RU-BU {
        top: 360px !important;
        left: 545px !important;
    }

    .sec-3 .map .indicator.RU-KK {
        top: 360px !important;
        left: 410px !important;
    }

    .sec-3 .map .indicator.RU-KEM {
        top: 340px !important;
        left: 395px !important;
    }

    .sec-3 .map .indicator.RU-NVS {
        top: 330px !important;
        left: 370px !important;
    }

    .sec-3 .map .indicator.RU-ALT {
        top: 360px !important;
        left: 365px !important;
    }

    .sec-3 .map .indicator.RU-DA {
        top: 335px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-STA {
        top: 295px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-KB {
        top: 295px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-KC {
        top: 280px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-KDA {
        top: 270px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-ROS {
        top: 270px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-SAM {
        top: 260px !important;
        left: 165px !important;
    }

    .sec-3 .map .indicator.RU-TA {
        top: 250px !important;
        left: 195px !important;
    }

    .sec-3 .map .indicator.RU-ME {
        top: 220px !important;
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-CU {
        top: 225px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-NIZ {
        top: 205px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-VLA {
        top: 200px !important;
        left: 145px !important;
    }

    .sec-3 .map .indicator.RU-MOS {
        top: 195px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-KLU {
        top: 185px !important;
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-BEL {
        top: 225px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-ZAB {
        top: 370px !important;
        left: 160px !important;
    }

    .sec-3 .map .indicator.RU-ZAB:before {
        left: auto;
        right: -12px;
    }

    .sec-3 .map .indicator.RU-PRI {
        top: 435px !important;
        left: 300px !important;
    }

    .sec-3 .map .indicator.RU-KAM {
        top: 225px !important;
        left: 400px !important;
    }

    .sec-3 .map .indicator.RU-MAG {
        top: 200px !important;
        left: 325px !important;
    }

    .sec-3 .map .indicator.RU-SA {
        left: 200px !important;
    }

    .sec-3 .map .indicator.RU-SA:before {
        left: auto;
        right: -12px;
    }

    .sec-3 .map .indicator.RU-KYA {
        left: 450px !important;
    }

    .sec-3 .map .indicator.RU-ORE {
        top: 285px !important;
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-SAR {
        top: 260px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-VGG {
        top: 260px !important;
        left: 115px !important;
    }

    .sec-3 .map .indicator.RU-VOR {
        top: 230px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-SMO {
        top: 170px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-TVE {
        top: 160px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-PER {
        top: 225px !important;
        left: 240px !important;
    }

    .sec-3 .map .indicator.RU-KHM {
        top: 250px !important;
        left: 375px !important;
    }

    .sec-3 .map .indicator.RU-TOM {
        top: 290px !important;
        left: 365px !important;
    }

    .sec-3 .map .indicator.RU-IRK {
        top: 335px !important;
        left: 500px !important;
    }

    .sec-4 .box .left {
        width: 55%;
    }

    .sec-4 .box .right {
        width: 43%;
    }

    .popup .box .left .item .name {
        font-size: 16px;
    }

    .popup .box .left .item .doz {
        font-size: 16px;
    }

    .popup .box .left .item .doz span {
        padding: 0;
    }

    .popup .box .right .item .icon {
        width: 40px;
    }

    .popup .box .right .item .name {
        font-size: 16px;
    }

    .popup .box .right .item .text {
        font-size: 14px;
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .fixed .box .soc {
        display: none;
    }

    .logoba {
        margin-top: 20px;
        max-width: 50%;
    }

    header .box .logo {
        order: 1;
    }

    header .box .colors {
        margin: 0 112px 0 auto;
        order: 2;
    }

    header .box .leng {
        order: 3;
        right: 97px;
    }

    header .box .burger {
        background: #0243ff;
        border-radius: 100px;
        width: 62px;
        height: 35px;
        border: none;
        margin: 0;
        padding: 0 20px 0 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        cursor: pointer;
        outline: 0;
        z-index: 100;
        order: 4;
    }

    .light header .box .burger {
        background: white;
    }

    header .box .burger span {
        background: #FFFFFF;
        width: 17px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
        transition: all 0.5s;
        transform: rotate(0);
        border-radius: 10px;
    }

    .light header .box .burger span {
        background: #1026A9;
    }

    header .box .burger span:nth-child(2) {
        width: 22px;
        opacity: 1;
    }

    header .box .burger span:last-child {
        width: 12px;
        margin-bottom: 0;
    }

    header .box .burger.active {
        padding: 0;
        align-items: center;
    }

    header .box .burger.active span {
        transform: rotate(45deg);
        width: 25px;
        margin-bottom: -2px;
    }

    header .box .burger.active span:nth-child(2) {
        opacity: 0;
    }

    header .box .burger.active span:last-child {
        transform: rotate(-45deg);
        margin-bottom: 0;
    }

    header .box .menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(10, 14, 10, 0.8);
        border-radius: 0;
        z-index: 10;
        padding: 0;
        margin: 0;
    }

    header .box .menu nav {
        background: #000;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        max-width: 654px;
        width: 100%;
        height: 100%;
        margin: 0 0 0 auto;
        border-radius: 0;
        padding: 25px;
        overflow: auto;
    }

    .light header .box .menu nav {
        background: #1026A9;
    }

    header .box .menu nav::-webkit-scrollbar {
        width: 0;
    }

    header .box .menu nav {
        -ms-overflow-style: none;
    }

    header .box .menu nav {
        overflow: -moz-scrollbars-none;
    }

    header .box .menu nav ul {
        flex-direction: column;
        margin: 64px 20px 100px 0;
    }

    header .box .menu nav ul li a:hover,
    header .box .menu nav ul li.active a {
        box-shadow: none;
    }

    header .box .menu nav ul li {
        margin-bottom: 40px;
        text-align: center;
    }

    header .box .menu nav ul li a {
        font-size: 34px;
        font-weight: 400;
        line-height: 39.92px;
        text-align: center;
        color: #fff;
        padding: 6px 20px;
    }

    header .box .menu nav .logo {
        width: 165px;
        display: block;
    }

    header .box .menu nav .logo img {
        width: 100%;
    }

    header .box .menu nav .soc {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    header .box .menu nav .soc a {
        width: 50px;
        height: 50px;
    }

    header .box .menu nav .soc a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    header h1 {
        font-size: 40px;
        line-height: 46.64px;
    }

    header h1 span {
        font-size: 100px;
        line-height: 116.6px;
    }

    header h1 div {
        width: 302px;
        margin-top: 11px;
    }

    header h1 div span {
        font-size: 40px;
        line-height: 46.64px;
    }

    header .text {
        width: 100%;
        margin: 0px;
        font-size: 68px;
        line-height: 24px;
        top: 65px;
    }

    .title {
        font-size: 46px;
        line-height: 53.64px;
    }

    .slick-arrow {
        top: -108px;
        bottom: auto;
        background-size: contain !important;
        width: 40px;
        height: 40px;
    }

    .slick-arrow.slick-prev {
        left: 20px;
    }

    .slick-arrow.slick-next {
        right: 20px;
    }

    .sec-2 {
        padding: 0;
    }

    .sec-2 .box .left {
        margin: 67px 0 19px 0;
    }

    .sec-2 .box .left .new {
        height: 650px;
    }

    .sec-2 .box .left .new .item .box {
        padding: 0 30px;
    }

    .sec-2 .box .left .new .item .box .more {
        width: 154px;
    }

    .sec-2 .box .left .new .item .box .name {
        font-size: 24px;
        width: 62%;
        line-height: 28.18px;
    }

    .sec-2 .box .left .new .slick-arrow {
        top: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
    }

    .sec-2 .box .right .title {
        font-size: 46px;
        line-height: 36.8px;
        margin: 0;
    }

    .sec-2 .box .right .scroll {
        overflow-y: scroll;

    }

    .sec-3 {
        padding: 52px 0 0 0;
    }

    .sec-3 .search {
        margin-bottom: -35px;
    }

    .sec-3 .map .indicator {
        font-size: 20px;
        line-height: 20px;
        padding: 15px;
        width: auto;
    }

    .sec-3 .map .indicator .brend {
        font-size: 16px;
        line-height: 20px;
        gap: 10px;
    }

    .sec-3 .map .indicator .brend a {
        font-size: 16px;
        line-height: 20px;
    }

    .sec-3 .map .indicator.RU-MOW {
        top: 145px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-SPE {
        top: 95px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-NEN {
        top: 110px !important;
        left: 255px !important;
    }

    .sec-3 .map .indicator.RU-YAR {
        top: 140px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-CHE {
        top: 225px !important;
        left: 190px !important;
    }

    .sec-3 .map .indicator.RU-ULY {
        top: 190px !important;
        left: 136px !important;
    }

    .sec-3 .map .indicator.RU-TYU {
        top: 220px !important;
        left: 240px !important;
    }

    .sec-3 .map .indicator.RU-TUL {
        top: 155px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-SVE {
        top: 195px !important;
        left: 210px !important;
    }

    .sec-3 .map .indicator.RU-RYA {
        top: 165px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-ORL {
        top: 160px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-OMS {
        top: 240px !important;
        left: 255px !important;
    }

    .sec-3 .map .indicator.RU-NGR {
        top: 110px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-LIP {
        top: 170px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-KRS {
        top: 165px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-KGN {
        top: 225px !important;
        left: 215px !important;
    }

    .sec-3 .map .indicator.RU-KGD {
        top: 90px !important;
        left: 45px !important;
    }

    .sec-3 .map .indicator.RU-IVA {
        top: 150px !important;
        left: 125px !important;
    }

    .sec-3 .map .indicator.RU-BRY {
        top: 150px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-AST {
        top: 240px !important;
        left: 95px !important;
    }

    .sec-3 .map .indicator.RU-KHA {
        top: 240px !important;
        left: 325px !important;
    }

    .sec-3 .map .indicator.RU-CE {
        top: 260px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-UD {
        top: 184px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-SE {
        top: 250px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-MO {
        top: 180px !important;
        left: 125px !important;
    }

    .sec-3 .map .indicator.RU-KR {
        top: 85px !important;
        left: 145px !important;
    }

    .sec-3 .map .indicator.RU-KL {
        top: 235px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-IN {
        top: 255px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-AL {
        top: 305px !important;
        left: 315px !important;
    }

    .sec-3 .map .indicator.RU-BA {
        top: 220px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-AD {
        top: 225px !important;
        left: 45px !important;
    }

    .sec-3 .map .indicator.RU-CR {
        top: 195px !important;
        left: 25px !important;
    }

    .sec-3 .map .indicator.RU-SEV {
        top: 199px !important;
        left: 17px !important;
    }

    .sec-3 .map .indicator.RU-KO {
        top: 130px !important;
        left: 230px !important;
    }

    .sec-3 .map .indicator.RU-KIR {
        top: 165px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-PNZ {
        top: 185px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-TAM {
        top: 180px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-MUR {
        top: 65px !important;
        left: 180px !important;
    }

    .sec-3 .map .indicator.RU-LEN {
        top: 105px !important;
        left: 125px !important;
    }

    .sec-3 .map .indicator.RU-VLG {
        top: 140px !important;
        left: 155px !important;
    }

    .sec-3 .map .indicator.RU-KOS {
        top: 150px !important;
        left: 145px !important;
    }

    .sec-3 .map .indicator.RU-PSK {
        top: 110px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-ARK {
        top: 115px !important;
        left: 190px !important;
    }

    .sec-3 .map .indicator.RU-YAN {
        top: 155px !important;
        left: 310px !important;
    }

    .sec-3 .map .indicator.RU-CHU {
        top: 85px !important;
        left: 425px !important;
    }

    .sec-3 .map .indicator.RU-YEV {
        top: 310px !important;
        left: 230px !important;
    }

    .sec-3 .map .indicator.RU-TY {
        top: 305px !important;
        left: 360px !important;
    }

    .sec-3 .map .indicator.RU-SAK {
        top: 260px !important;
        left: 360px !important;
    }

    .sec-3 .map .indicator.RU-AMU {
        top: 265px !important;
        left: 280px !important;
    }

    .sec-3 .map .indicator.RU-BU {
        top: 270px !important;
        left: 455px !important;
    }

    .sec-3 .map .indicator.RU-KK {
        top: 285px !important;
        left: 330px !important;
    }

    .sec-3 .map .indicator.RU-KEM {
        top: 265px !important;
        left: 320px !important;
    }

    .sec-3 .map .indicator.RU-NVS {
        top: 260px !important;
        left: 300px !important;
    }

    .sec-3 .map .indicator.RU-ALT {
        top: 280px !important;
        left: 305px !important;
    }

    .sec-3 .map .indicator.RU-DA {
        top: 255px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-STA {
        top: 235px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-KB {
        top: 245px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-KC {
        top: 235px !important;
        left: 50px !important;
    }

    .sec-3 .map .indicator.RU-KDA {
        top: 220px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-ROS {
        top: 205px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-SAM {
        top: 205px !important;
        left: 145px !important;
    }

    .sec-3 .map .indicator.RU-TA {
        top: 195px !important;
        left: 160px !important;
    }

    .sec-3 .map .indicator.RU-ME {
        top: 175px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-CU {
        top: 180px !important;
        left: 135px !important;
    }

    .sec-3 .map .indicator.RU-NIZ {
        top: 160px !important;
        left: 140px !important;
    }

    .sec-3 .map .indicator.RU-VLA {
        top: 160px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-MOS {
        top: 150px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-KLU {
        top: 145px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-BEL {
        top: 180px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-ZAB {
        top: 305px !important;
        left: 205px !important;
    }

    .sec-3 .map .indicator.RU-PRI {
        top: 320px !important;
        left: 365px !important;
    }

    .sec-3 .map .indicator.RU-KAM {
        top: 175px !important;
        left: 440px !important;
    }

    .sec-3 .map .indicator.RU-MAG {
        top: 160px !important;
        left: 335px !important;
    }

    .sec-3 .map .indicator.RU-SA {
        top: 170px !important;
        left: 215px !important;
    }

    .sec-3 .map .indicator.RU-KYA {
        top: 165px !important;
        left: 400px !important;
    }

    .sec-3 .map .indicator.RU-ORE {
        top: 245px !important;
        left: 170px !important;
    }

    .sec-3 .map .indicator.RU-SAR {
        top: 210px !important;
        left: 125px !important;
    }

    .sec-3 .map .indicator.RU-VGG {
        top: 210px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-VOR {
        top: 185px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-SMO {
        top: 135px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-TVE {
        top: 130px !important;
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-PER {
        top: 180px !important;
        left: 195px !important;
    }

    .sec-3 .map .indicator.RU-KHM {
        top: 205px !important;
        left: 315px !important;
    }

    .sec-3 .map .indicator.RU-TOM {
        top: 235px !important;
        left: 320px !important;
    }

    .sec-3 .map .indicator.RU-IRK {
        top: 240px !important;
        left: 455px !important;
    }

    .sec-3 .magaz {
        margin: -52px auto 0 auto;
    }

    .sec-3 .magaz a {
        font-size: 20px;
        line-height: 23.32px;
        padding: 13px 40px;
    }

    .sec-4 {
        padding: 68px 0 0 0;
    }

    .sec-4 .box .right .img {
        margin: 0;
        position: absolute;
        top: -788px;
        right: 0;
    }

    .sec-4 .box .left {
        width: 100%;
        padding-bottom: 25px;
    }

    .sec-4 .box .right {
        width: 100%;
    }

    .sec-4 .box .left .slider-1 .slick-arrow {
        top: 202px;
        width: 48px;
        height: 48px;
        opacity: 1;
    }

    .sec-4 .box .left .slider-1 .slick-arrow.slick-prev {
        left: 20px;
    }

    .sec-4 .box .left .slider-1 .slick-arrow.slick-next {
        right: 20px;
    }

    .sec-4 .box .right .item {
        width: 48.5%;
        padding: 15px 0 15px 0;
        margin-bottom: 20px;
    }

    .sec-4 .box .right .item:nth-child(9) {
        padding: 29px 0 28px 0;
        margin: 0;
    }

    .sec-4 .box .right .item:nth-child(9) .text {
        line-height: 33.6px;
        font-size: 28px;
        font-weight: 700;
    }

    .sec-4 .magaz {
        margin: 21px auto 0 auto;
    }

    .sec-4 .magaz a {
        font-size: 20px;
        line-height: 24px;
        padding: 15px;
    }

    .sec-2 .box .right .scroll .box .item .img {
        width: 100%;
        height: 200px;
    }

    .sec-5 {
        padding: 72px 0 69px 0;
    }

    .sec-5 .box .item {
        width: 31.5%;
        height: 230px;
    }

    .sec-5 .box .item:first-child {
        height: 480px;
    }

    .sec-5 .box .item:nth-last-child(2),
    .sec-5 .box .item:nth-last-child(3) {

    }

    .sec-5 .box .item:nth-last-child(2) {
        margin: 0;
    }

    .sec-5 .box .item:nth-last-child(3) {
        margin: 0 !important;
        position: relative;
        left: 0px !important;
    }

    .sec-5 .box .item:nth-last-child(1) {
        margin: -230px 0 0 auto;
        width: 65.6%;
    }

    footer {
        padding: 8px 0;
    }

    footer .box .logo {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .box .logo img {
        width: 127px;
        margin: 0 auto;
    }

    footer .foot {
        justify-content: center;
        padding: 40px 0 0 0;
    }

    footer .foot .copy {
        width: 100%;
        margin-bottom: 20px;
    }


    .popup .box .center img {
        max-height: 300px;
    }

    .popup-fade-more .slider-popup .slick-arrow {
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .page404 {
        margin-bottom: 60px;
    }

    .page404 h1 {
        font-size: 320px;
    }

    .page404 p {
        font-size: 40px;
    }

    .page404 img {
        margin-top: -80px;
    }

    .box_btns {
        margin-top: 30px;
    }

    .light .box_btns {
        margin-top: 70px;
    }

    .sec-3 .search {
        margin-bottom: 0;
        width: 100%;
    }

    .sec-3 .map .indicator.RU-MOW {
        top: 80px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-SPE {
        top: 45px !important;
        left: 78px !important;
    }

    .sec-3 .map .indicator.RU-NEN {
        top: 55px !important;
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-YAR {
        top: 75px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-CHE {
        top: 135px !important;
        left: 135px !important;
    }

    .sec-3 .map .indicator.RU-ULY {
        top: 115px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-TYU {
        top: 130px !important;
        left: 180px !important;
    }

    .sec-3 .map .indicator.RU-TUL {
        top: 90px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-SVE {
        top: 120px !important;
        left: 155px !important;
    }

    .sec-3 .map .indicator.RU-RYA {
        top: 95px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-ORL {
        top: 90px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-OMS {
        top: 145px !important;
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-NGR {
        top: 60px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-LIP {
        top: 100px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-KRS {
        top: 95px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-KGN {
        top: 140px !important;
        left: 155px !important;
    }

    .sec-3 .map .indicator.RU-KGD {
        top: 45px !important;
        left: 35px !important;
    }

    .sec-3 .map .indicator.RU-IVA {
        top: 85px !important;
        left: 95px !important;
    }

    .sec-3 .map .indicator.RU-BRY {
        top: 80px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-AST {
        top: 145px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-KHA {
        top: 140px !important;
        left: 160px !important;
    }

    .sec-3 .map .indicator.RU-CE {
        top: 160px !important;
        left: 50px !important;
    }

    .sec-3 .map .indicator.RU-UD {
        top: 110px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-SE {
        top: 155px !important;
        left: 45px !important;
    }

    .sec-3 .map .indicator.RU-MO {
        top: 105px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-KR {
        top: 40px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-KL {
        top: 140px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-IN {
        top: 155px !important;
        left: 47px !important;
    }

    .sec-3 .map .indicator.RU-AL {
        top: 190px !important;
        left: 220px !important;
    }

    .sec-3 .map .indicator.RU-BA {
        top: 125px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-AD {
        top: 135px !important;
        left: 37px !important;
    }

    .sec-3 .map .indicator.RU-CR {
        top: 120px !important;
        left: 25px !important;
    }

    .sec-3 .map .indicator.RU-SEV {
        top: 117px !important;
        left: 16px !important;
    }

    .sec-3 .map .indicator.RU-KO {
        top: 65px !important;
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-KIR {
        top: 95px !important;
        left: 125px !important;
    }

    .sec-3 .map .indicator.RU-PNZ {
        top: 110px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-TAM {
        top: 105px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-MUR {
        top: 25px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-LEN {
        top: 55px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-VLG {
        top: 75px !important;
        left: 115px !important;
    }

    .sec-3 .map .indicator.RU-KOS {
        top: 85px !important;
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-PSK {
        top: 60px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-ARK {
        top: 60px !important;
        left: 135px !important;
    }

    .sec-3 .map .indicator.RU-YAN {
        top: 85px !important;
        left: 220px !important;
    }

    .sec-3 .map .indicator.RU-CHU {
        top: 50px !important;
        left: 245px !important;
    }

    .sec-3 .map .indicator.RU-YEV {
        top: 195px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-TY {
        top: 190px !important;
        left: 255px !important;
    }

    .sec-3 .map .indicator.RU-SAK {
        top: 160px !important;
        left: 180px !important;
    }

    .sec-3 .map .indicator.RU-AMU {
        top: 160px !important;
        left: 130px !important;
    }

    .sec-3 .map .indicator.RU-BU {
        top: 155px !important;
        left: 320px !important;
    }

    .sec-3 .map .indicator.RU-KK {
        top: 170px !important;
        left: 230px !important;
    }

    .sec-3 .map .indicator.RU-KEM {
        top: 165px !important;
        left: 225px !important;
    }

    .sec-3 .map .indicator.RU-NVS {
        top: 160px !important;
        left: 210px !important;
    }

    .sec-3 .map .indicator.RU-ALT {
        top: 175px !important;
        left: 215px !important;
    }

    .sec-3 .map .indicator.RU-DA {
        top: 160px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-STA {
        top: 145px !important;
        left: 50px !important;
    }

    .sec-3 .map .indicator.RU-KB {
        top: 150px !important;
        left: 45px !important;
    }

    .sec-3 .map .indicator.RU-KC {
        top: 145px !important;
        left: 40px !important;
    }

    .sec-3 .map .indicator.RU-KDA {
        top: 130px !important;
        left: 40px !important;
    }

    .sec-3 .map .indicator.RU-ROS {
        top: 120px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-SAM {
        top: 120px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-TA {
        top: 115px !important;
        left: 115px !important;
    }

    .sec-3 .map .indicator.RU-ME {
        top: 100px !important;
        left: 110px !important;
    }

    .sec-3 .map .indicator.RU-CU {
        top: 105px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-NIZ {
        top: 90px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-VLA {
        top: 90px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-MOS {
        top: 80px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-KLU {
        top: 80px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-BEL {
        top: 100px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-ZAB {
        top: 195px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-PRI {
        top: 215px !important;
        left: 185px !important;
    }

    .sec-3 .map .indicator.RU-KAM {
        top: 65px !important;
        left: 240px !important;
    }

    .sec-3 .map .indicator.RU-MAG {
        top: 90px !important;
        left: 160px !important;
    }

    .sec-3 .map .indicator.RU-SA {
        top: 95px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-KYA {
        top: 65px !important;
        left: 295px !important;
    }

    .sec-3 .map .indicator.RU-ORE {
        top: 150px !important;
        left: 120px !important;
    }

    .sec-3 .map .indicator.RU-SAR {
        top: 125px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-SAR {
        top: 125px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-VOR {
        top: 110px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-SMO {
        top: 75px !important;
        left: 65px !important;
    }

    .sec-3 .map .indicator.RU-TVE {
        top: 70px !important;
        left: 80px !important;
    }

    .sec-3 .map .indicator.RU-PER {
        top: 95px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-KHM {
        top: 120px !important;
        left: 215px !important;
    }

    .sec-3 .map .indicator.RU-TOM {
        top: 145px !important;
        left: 225px !important;
    }

    .sec-3 .map .indicator.RU-IRK {
        top: 140px !important;
        left: 325px !important;
    }

    .sec-3 .map .indicator.RU-VGG {
        top: 125px !important;
        left: 75px !important;
    }

    .sec-3 .magaz {
        margin: 0 auto;
    }

    .sec-4 .box .right .img {
        top: -830px;
    }

    .sec-5 .box {
        gap: 15px;
    }

    .sec-5 .box .item {
        width: 100%;
    }

    .sec-5 .box .item:nth-last-child(1) {
        margin: 0;
        width: 100%;
    }

    footer .box .address {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    footer .box .mail {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .box .mail a {
        text-align: center;
        width: 100%;
    }

    footer .box .phone {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .box .phone a {
        text-align: center;
        width: 100%;
    }

    footer .box .soc {
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
    }

    footer .foot .copy {
        text-align: center;
    }

    .popup .box .center img {
        height: 81%;
        object-fit: cover;
        position: relative;
        top: 20px;
    }

    .popup-fade-more .title,
    .popup-fade-info .title,
    .popup-fade-usl .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .wrapper {
        max-width: 100%;
    }

    .light .btn2 {
        border: 1px solid #1026A9;
        background: transparent;
        color: #1026A9;
    }

    .page404 {
        margin-bottom: 60px;
    }

    .page404 h1 {
        font-size: 200px;
    }

    .page404 p {
        font-size: 30px;
    }

    .page404 img {
        margin-top: -80px;
    }

    .light .btn2:hover {
        background: #1026A9;
        color: white;
    }

    .logoba {
        max-width: 70%;
    }

    .faded_h1 {
        position: absolute;
        top: -230px;
    }

    .slogan {
        margin-top: 20px !important;
    }

    .light .slogan {
        color: #0A0E0A !important;
    }

    header h1 div {
        margin-top: 0;
    }

    header .fixed {
        padding: 15px 0;
    }

    header .box .logo {
        width: 103px;
    }

    header .box .colors {
        display: none;
    }

    header .box .leng {
        top: 14px;
    }

    header {
        padding: 0;
        height: auto;
    }

    .slider-nav {
        bottom: 253px;
        width: auto;
        right: 15px;
        /* display: none; */
    }

    .swiper-button-prev-style1 svg {
        fill: #ffffff;
    }

    .swiper-button-prev-style1 {
        border: 1px solid #ffffff;
    }

    .swiper-button-next-style1 svg {
        fill: #ffffff;
    }

    .swiper-button-next-style1 {
        border: 1px solid #ffffff;
    }

    .light .swiper-button-next-style1,
    .light .swiper-button-prev-style1 {
        border: 1px solid #ffffff;
    }

    .light .swiper-button-next-style1 svg,
    .light .swiper-button-prev-style1 svg {
        fill: #ffffff;
    }

    header .banner {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    header .banner:after {
        content: '';
        background: linear-gradient(180deg, rgba(11, 13, 14, 0) 46.27%, #0B0D0E 75.19%), linear-gradient(180deg, rgba(11, 13, 14, 0) 50.64%, #0B0D0E 78.14%), linear-gradient(180deg, rgba(11, 13, 14, 0) 56.55%, #0B0D0E 85.44%);
        width: 100%;
        height: 360px;
        position: absolute;
        left: 0;
        bottom: -80px;
    }

    #container {
        position: relative;
        height: 575px;
    }

    header .banner img {

    }
    header .text {
        width: 100%;
        line-height: 1;
        font-size: 48px;
        top: -20px;
        font-weight: bold;
    }

    header .box .menu nav {
        padding-bottom: 100px;
    }

    .btn {
        width: 100%;
    }

    .btn2 {
        width: 100%;
        position: relative;
        top: 5px;
    }

    .title {
        font-size: 40px;
        line-height: 46.64px;
    }

    .slick-arrow {
        top: -105px;
    }

    .sec-2 .box .right .title {
        font-size: 40px;
        line-height: 32px;
        margin: 0;
    }

    .sec-2 .box .left .new {
        height: 450px;
    }

    .sec-2 .box .left {
        margin: 62px 0 33px 0;
    }

    .sec-2 .box .left .new .slick-arrow {
        width: 48px;
        height: 48px;
    }

    .sec-2 .box .left .new .slick-arrow.slick-next {
        right: 10px;
    }

    .sec-2 .box .left .new .slick-arrow.slick-prev {
        left: 10px;
    }

    .sec-2 .box .left .new .item .box {
        padding: 0 10px;
        bottom: 10px;
    }

    .sec-2 .box .left .new .item .box .name {
        font-size: 20px;
        width: 100%;
        line-height: 23.48px;
        text-align: center;
        margin-bottom: 19px;
    }

    .sec-2 .box .left .new .item .box .more {
        width: 100%;
    }

    .sec-2 .box .right .scroll .box .item .img {
        height: 275px;
    }

    .sec-2 .box .right .scroll .box .item .name a {
        font-size: 20px;
        line-height: 23.32px;
    }

    .sec-2 .box .right .scroll .box .item {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .sec-3 {
        padding: 44px 0 0 0;
    }

    .sec-3 .select2-container {
        width: 100% !important;
    }

    .sec-3 .map .indicator {
        width: 200px;
        font-size: 16px;
        line-height: 16px;
        padding: 10px;
    }

    .sec-3 .map .indicator .name {
        font-size: 14px;
        margin: 8px 0;
        position: relative;
        z-index: 1;
    }

    .sec-3 .map .indicator .brend {
        font-size: 14px;
        line-height: 16px;
        gap: 5px;
        position: relative;
        z-index: 1;
    }

    .sec-3 .map .indicator .brend a {
        font-size: 14px;
        line-height: 16px;
    }

    .sec-3 .map {
        width: 330px;
        margin: 0 auto;
    }

    .sec-3 .map .indicator.RU-MOW {
        top: 40px !important;
        left: 53px !important;
    }

    .sec-3 .map .indicator.RU-SPE {
        top: 20px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-NEN {
        top: 25px !important;
        left: 123px !important;
    }

    .sec-3 .map .indicator.RU-YAR {
        top: 36px !important;
        left: 64px !important;
    }

    .sec-3 .map .indicator.RU-CHE {
        top: 75px !important;
        left: 95px !important;
    }

    .sec-3 .map .indicator.RU-ULY {
        top: 62px !important;
        left: 69px !important;
    }

    .sec-3 .map .indicator.RU-TYU {
        top: 70px !important;
        left: 122px !important;
    }

    .sec-3 .map .indicator.RU-TUL {
        top: 46px !important;
        left: 50px !important;
    }

    .sec-3 .map .indicator.RU-SVE {
        top: 56px !important;
        left: 105px !important;
    }

    .sec-3 .map .indicator.RU-RYA {
        top: 50px !important;
        left: 57px !important;
    }

    .sec-3 .map .indicator.RU-ORL {
        top: 49px !important;
        left: 45px !important;
    }

    .sec-3 .map .indicator.RU-OMS {
        top: 79px !important;
        left: 125px !important;
    }

    .sec-3 .map .indicator.RU-NGR {
        top: 27px !important;
        left: 56px !important;
    }

    .sec-3 .map .indicator.RU-LIP {
        top: 52px !important;
        left: 50px !important;
    }

    .sec-3 .map .indicator.RU-KRS {
        top: 50px !important;
        left: 41px !important;
    }

    .sec-3 .map .indicator.RU-KGN {
        top: 79px !important;
        left: 106px !important;
    }

    .sec-3 .map .indicator.RU-KGD {
        top: 17px !important;
        left: 28px !important;
    }

    .sec-3 .map .indicator.RU-IVA {
        top: 45px !important;
        left: 66px !important;
    }

    .sec-3 .map .indicator.RU-BRY {
        top: 40px !important;
        left: 40px !important;
    }

    .sec-3 .map .indicator.RU-AST {
        top: 77px !important;
        left: 50px !important;
    }

    .sec-3 .map .indicator.RU-KHA {
        top: 75px !important;
        left: 18px !important;
    }

    .sec-3 .map .indicator.RU-CE {
        top: 91px !important;
        left: 38px !important;
    }

    .sec-3 .map .indicator.RU-UD {
        top: 56px !important;
        left: 84px !important;
    }

    .sec-3 .map .indicator.RU-SE {
        top: 81px !important;
        left: 34px !important;
    }

    .sec-3 .map .indicator.RU-MO {
        top: 57px !important;
        left: 64px !important;
    }

    .sec-3 .map .indicator.RU-KR {
        top: 5px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-KL {
        top: 80px !important;
        left: 47px !important;
    }

    .sec-3 .map .indicator.RU-IN {
        top: 89px !important;
        left: 35px !important;
    }

    .sec-3 .map .indicator.RU-AL {
        top: 110px !important;
        left: 147px !important;
    }

    .sec-3 .map .indicator.RU-BA {
        top: 71px !important;
        left: 90px !important;
    }

    .sec-3 .map .indicator.RU-AD {
        top: 76px !important;
        left: 29px !important;
    }

    .sec-3 .map .indicator.RU-CR {
        top: 65px !important;
        left: 20px !important;
    }

    .sec-3 .map .indicator.RU-SEV {
        top: 65px !important;
        left: 16px !important;
    }

    .sec-3 .map .indicator.RU-KO {
        top: 31px !important;
        left: 124px !important;
    }

    .sec-3 .map .indicator.RU-KIR {
        top: 49px !important;
        left: 87px !important;
    }

    .sec-3 .map .indicator.RU-PNZ {
        top: 59px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-TAM {
        top: 54px !important;
        left: 53px !important;
    }

    .sec-3 .map .indicator.RU-MUR {
        top: 0px !important;
        left: 89px !important;
    }

    .sec-3 .map .indicator.RU-LEN {
        top: 21px !important;
        left: 63px !important;
    }

    .sec-3 .map .indicator.RU-VLG {
        top: 39px !important;
        left: 78px !important;
    }

    .sec-3 .map .indicator.RU-KOS {
        top: 44px !important;
        left: 76px !important;
    }

    .sec-3 .map .indicator.RU-PSK {
        top: 20px !important;
        left: 47px !important;
    }

    .sec-3 .map .indicator.RU-ARK {
        top: 23px !important;
        left: 93px !important;
    }

    .sec-3 .map .indicator.RU-YAN {
        top: 40px !important;
        left: 142px !important;
    }

    .sec-3 .map .indicator.RU-CHU {
        top: 15px !important;
        left: 46px !important;
    }

    .sec-3 .map .indicator.RU-YEV {
        top: 106px !important;
        left: 27px !important;
    }

    .sec-3 .map .indicator.RU-TY {
        top: 114px !important;
        left: 170px !important;
        width: 165px;
    }

    .sec-3 .map .indicator.RU-SAK {
        top: 101px !important;
        left: 49px !important;
    }

    .sec-3 .map .indicator.RU-AMU {
        top: 97px !important;
        left: 0px !important;
    }

    .sec-3 .map .indicator.RU-BU {
        top: 97px !important;
        left: 208px !important;
        width: 135px;
    }

    .sec-3 .map .indicator.RU-KK {
        top: 105px !important;
        left: 155px !important;
        width: 165px;
    }

    .sec-3 .map .indicator.RU-KEM {
        top: 100px !important;
        left: 150px !important;
        width: 180px;
    }

    .sec-3 .map .indicator.RU-NVS {
        top: 95px !important;
        left: 140px !important;
    }

    .sec-3 .map .indicator.RU-ALT {
        top: 103px !important;
        left: 145px !important;
        width: 180px;
    }

    .sec-3 .map .indicator.RU-DA {
        top: 96px !important;
        left: 38px !important;
    }

    .sec-3 .map .indicator.RU-STA {
        top: 85px !important;
        left: 38px !important;
    }

    .sec-3 .map .indicator.RU-KB {
        top: 80px !important;
        left: 34px !important;
    }

    .sec-3 .map .indicator.RU-KC {
        top: 76px !important;
        left: 30px !important;
    }

    .sec-3 .map .indicator.RU-KDA {
        top: 76px !important;
        left: 32px !important;
    }

    .sec-3 .map .indicator.RU-ROS {
        top: 74px !important;
        left: 40px !important;
    }

    .sec-3 .map .indicator.RU-SAM {
        top: 68px !important;
        left: 73px !important;
    }

    .sec-3 .map .indicator.RU-TA {
        top: 65px !important;
        left: 79px !important;
    }

    .sec-3 .map .indicator.RU-ME {
        top: 53px !important;
        left: 75px !important;
    }

    .sec-3 .map .indicator.RU-CU {
        top: 57px !important;
        left: 70px !important;
    }

    .sec-3 .map .indicator.RU-NIZ {
        top: 50px !important;
        left: 72px !important;
    }

    .sec-3 .map .indicator.RU-VLA {
        top: 48px !important;
        left: 61px !important;
    }

    .sec-3 .map .indicator.RU-MOS {
        top: 44px !important;
        left: 55px !important;
    }

    .sec-3 .map .indicator.RU-KLU {
        top: 43px !important;
        left: 49px !important;
    }

    .sec-3 .map .indicator.RU-BEL {
        top: 58px !important;
        left: 41px !important;
    }

    .sec-3 .map .indicator.RU-ZAB {
        top: 116px !important;
        left: -8px !important;
        width: 180px;
    }

    .sec-3 .map .indicator.RU-PRI {
        top: 122px !important;
        left: 35px !important;
    }

    .sec-3 .map .indicator.RU-KAM {
        top: 50px !important;
        left: 68px !important;
    }

    .sec-3 .map .indicator.RU-MAG {
        top: 50px !important;
        left: 38px !important;
    }

    .sec-3 .map .indicator.RU-SA {
        top: 53px !important;
        left: -8px !important;
        width: 180px;
    }

    .sec-3 .map .indicator.RU-KYA {
        top: 54px !important;
        left: 185px !important;
        width: 155px;
    }

    .sec-3 .map .indicator.RU-ORE {
        top: 84px !important;
        left: 85px !important;
    }

    .sec-3 .map .indicator.RU-SAR {
        top: 67px !important;
        left: 62px !important;
    }

    .sec-3 .map .indicator.RU-VGG {
        top: 72px !important;
        left: 53px !important;
    }

    .sec-3 .map .indicator.RU-VOR {
        top: 60px !important;
        left: 48px !important;
    }

    .sec-3 .map .indicator.RU-SMO {
        top: 38px !important;
        left: 48px !important;
    }

    .sec-3 .map .indicator.RU-TVE {
        top: 35px !important;
        left: 60px !important;
    }

    .sec-3 .map .indicator.RU-PER {
        top: 55px !important;
        left: 100px !important;
    }

    .sec-3 .map .indicator.RU-KHM {
        top: 65px !important;
        left: 145px !important;
    }

    .sec-3 .map .indicator.RU-TOM {
        top: 80px !important;
        left: 150px !important;
    }

    .sec-3 .map .indicator.RU-IRK {
        top: 85px !important;
        left: 190px !important;
        width: 145px;
    }

    .sec-3 .map .indicator.RU-TUL {
        top: 50px !important;
        left: 49px !important;
    }

    .sec-3 .magaz {
        margin: -10px auto 0 auto;
    }

    .sec-3 .magaz a {
        font-size: 16px;
        line-height: 18.66px;
        padding: 12px 51px;
    }

    .sec-4 {
        padding: 7px 0 0 0;
    }

    .sec-4 .box .left .slider-1 .slick-arrow {
        top: 145px;
    }

    .sec-4 .box .left .slider-1 .slick-arrow.slick-prev {
        left: 10px;
    }

    .sec-4 .box .left .slider-1 .slick-arrow.slick-next {
        right: 10px;
    }

    .sec-4 .box .left .slider-1 .text {
        margin-bottom: 25px;
    }

    .sec-4 .box .left .slider-1 .btn {
        width: 100%;
    }

    .sec-4 .box .right .item {
        width: 100%;
    }

    .sec-4 .magaz a {
        font-size: 16px;
        line-height: 19.2px;
        padding: 14px 0;
    }

    .sec-4 .box .right .more {
        padding: 10px;
    }

    .sec-4 .box .right .more .text {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sec-5 {
        padding: 40px 0;
    }

    .sec-5 .box {
        gap: 20px;
    }

    .sec-5 .box .item:first-child {
        height: 680px;
    }

    .sec-5 .box .item {
        height: 327px;
    }

    .sec-5 .box .item:nth-last-child(1) {
        height: 270px;
    }

    .sec-5 .box .item .info {
        display: none;
    }

    footer .box .address {
        width: 195px;
        margin: 9px auto 30px auto;
    }

    footer .box .mail {
        margin-bottom: 31px;
    }

    footer .box .phone {
        margin-bottom: 30px;
    }

    footer .box .soc {
        gap: 12px;
    }

    footer .box .soc a {
        width: 50px;
    }

    footer .foot {
        padding: 24px 0 0 0;
    }

    footer .foot .copy {
        margin-bottom: 30px;
    }

    footer .foot .right a {
        text-align: center;
        margin: 0 auto;
    }

    footer .foot .right {
        gap: 30px;
    }

    .popup .box .left .title {
        text-align: center;
    }

    .popup-fade-more .title,
    .popup-fade-info .title,
    .popup-fade-usl .title {
        font-size: 24px;
        line-height: 28px;
    }

    header .text+.box {
        width: 100%;
    }
}

.error404 {
    position: relative;
}

.error404:after {
    content: '';
    background: #1D1D1B url("../pulseup/img/bg8.png") 51% 24% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-blend-mode: lighten;
}

.error404 header:after {
    display: none;
}

.error404 header {
    padding-bottom: 0;
    height: 100px;
}

.error404 section {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.error404 section h1 {
    font-size: 400px;
    font-weight: 700;
    line-height: 466.4px;
    text-align: center;
    margin: -12px 0 -143px 0;
}

.error404 section img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.error404 section p {
    font-size: 70px;
    font-weight: 700;
    line-height: 81.62px;
    text-align: center;
    text-transform: uppercase;
    margin: -63px 0 50px 0;
}

.error404 section .btn {
    font-family: 'AGLettericaCondensed', sans-serif;
    background: #FEEC01;
    border-radius: 8px;
    display: block;
    width: 100%;
    max-width: 306px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.32px;
    text-align: center;
    color: #1D1D1B;
    transition: all 0.5s;
    margin: 0 auto;
    padding: 19px 0;
    border: none;
    cursor: pointer;
}

.error404 section .btn:hover {
    color: #fff;
    background: #000;
}

.error404 footer {
    background: #1D1D1B;
    position: relative;
    z-index: 1;
    padding: 22px 0 50px 0;
}

.error404 footer .foot {
    padding: 21px 0 0 0;
}

/* NEW */

body.no-scroll {
    overflow: hidden;
}

.hidden-slide {
    display: none !important;
}

/* Основные стили */
.custom-banners-wrapper {
    margin: 0 auto;
}

.custom-swiper {
    width: 100%;
    overflow: hidden;
}

.custom-swiper-slide img {
    width: 100%;
    height: 88vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.banner-slogan {
    font-size: 132px;
    text-align: center;
    color: #ffffff;
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.age-popup-buttons {
    display: flex;
    flex-direction: row;
    gap: 25px;
    font-size: 16px;
}

.modal_but_yes {
    display: inline-block;
    padding: 15px 20px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.modal_but_yes:hover {
    background-color: #e0e0e0;
}

.modal_but_no {
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    background: none;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.modal_but_no:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.no-banners {
    text-align: center;
    color: #666;
    font-size: 1rem;
}

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #0243ff;
    opacity: 1;
}

/* Стили для попапа */
.modal_title {
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
    color: white;
}

.age-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
}

.age-popup.fade-out {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.age-popup-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #0243ff;
    padding: 40px;
    border-radius: 40px;
    text-align: center;
    max-width: 90%;
    width: 395px;
    animation: scaleIn 0.3s ease-in-out;
}

.age-popup-content.fade-out {
    animation: scaleOut 0.3s ease-in-out forwards;
}

.age-popup-content p {
    font-size: 1.125rem;
    color: #ffffff;
}

/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleOut {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.8);
        opacity: 0;
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .banner-slogan {
        font-size: 48px;
        padding-bottom: 35px;
    }
}

/* Section 1 */

.zag-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-around;
}
.sp {
    background: transparent;
    padding: 0;
    border-radius: 8px;
    font-size: 16px;
    line-height: normal;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.6);
}
.url-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.url-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.url-item {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}
@media (max-width: 991px) {
    .sp {
        font-size: 16px;
    }
    .zag-container {
        gap: 15px;
    }
}

/* Section 2 */
.slider-popup .swiper-slide {
    width: 100% !important; /* Горизонтальные слайды по умолчанию */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: width 0.3s ease;
}

.slider-popup .swiper-slide.vertical {
    width: 50% !important; /* Вертикальные слайды показываются по 2 */
}

@media (max-width: 1024px) {
    .slider-popup .swiper-slide,
    .slider-popup .swiper-slide.vertical {
        width: 100% !important; /* На мобильных все слайды 100% */
    }
}

.slider-popup .swiper-slide img,
.slider-popup .swiper-slide video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.popup-content {
    display: flex;
    flex-direction: column;
}

.slider-popup .swiper-wrapper {
    transition: transform 0.5s ease;
}

.popup-content.vertical-layout .slider-popup .item.swiper-slide-active.video-vertical {
    height: 100vh !important;
}

.popup-content.horizontal-layout {
    flex-direction: column;
}

.popup-content.vertical-layout {
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .popup-content.vertical-layout {
        flex-direction: column;
    }

    .popup-content.vertical-layout .info1 {
        max-width: 100% !important;
    }
}

.popup-content.vertical-layout .info1 {
    flex: 0 0 50%;
}

.popup-content.vertical-layout .info,
.popup-content.vertical-layout .info2 {
    flex: 0 0 50%;
}

.popup-content .info1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-fade-more .slider-popup .item video {
    height: inherit !important;
}

.popup-content .info1 img,
.popup-content .info1 video {
    width: 100%;
    object-fit: contain;
}

.popup-content .info,
.popup-content .info2 {
    width: 100%;
}

.new .swiper-pagination {
    position: static;
    text-align: center;
    margin: 10px 0;
}

.new .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    outline: none;
    border: 1px solid white;
}

.new .swiper-pagination-bullet-active {
    background: #fd8011;
    opacity: 1;
}

.slider-popup .swiper-pagination {
    position: static;
    text-align: center;
    margin-top: 5px;
}

.slider-popup .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    outline: none;
}

.slider-popup .swiper-pagination-bullet-active {
    background: #0243ff;
    opacity: 1;
}

.swiper-pagination {
    height: auto;
}

/* Section 4 */

.marquee-container {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 25px;
}

.marquee-track .item {
    padding: 15px 25px;
    white-space: nowrap;
    flex-shrink: 0;
    border-radius: 8px;
    background: #1E1E1E;
}

.marquee-track .item a {
    font-size: 22px;
}