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

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy-Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy-Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro";
    src: local("GothamPro"), local("GothamPro"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Gotham Pro";
    src: local("GothamPro-Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

section {
    max-width: 2800px;
    width: 100%;
    margin: 0 auto
}

body {
    font-family: "Gilroy";
    background-color: #000
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1690px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.title {
    color: #000;
    font-size: 72px;
    font-weight: 700;
    line-height: 105%;
    text-transform: uppercase
}

.title--white {
    color: #fff
}

.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 1.3px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    padding: 20px 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn:hover {
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.btn--red {
    background-color: #dc0037
}

.btn--img {
    border: 1px solid #fff
}

.btn--img img {
    margin: 0 10px 0 0
}

.intro {
    padding: 60px 0 0;
    background-color: #001c44;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: pulseBackground 20s infinite ease-in-out;
    animation: pulseBackground 20s infinite ease-in-out;
    overflow: hidden
}

.container {
    padding: 0 55px
}

@-webkit-keyframes pulseBackground {
    0% {
        background-size: 115%
    }
    50% {
        background-size: 118%
    }
    100% {
        background-size: 115%
    }
}

@keyframes pulseBackground {
    0% {
        background-size: 115%
    }
    50% {
        background-size: 118%
    }
    100% {
        background-size: 115%
    }
}

.intro__logo {
    margin: 0 0 65px 0;
    display: block;
    max-width: 330px;
    width: 100%
}

.intro__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.intro h1 {
    margin: 0 0 15px 0;
    max-width: 700px;
    color: #fff;
    font-size: 84px;
    font-weight: 400;
    line-height: 105%;
    text-transform: uppercase
}

.intro h1 span {
    font-weight: 700
}

.intro p {
    margin: 0 0 45px 0;
    max-width: 850px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 105%
}

.intro strong {
    display: block;
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 110%
}

.intro__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px 0
}

.intro .btn {
    margin: 0 20px 0 0
}

.marquee {
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite
}

.reverce {
    animation-direction: reverse
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

.items-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 20px;
    -webkit-box-shadow: 0px 0px 14.2px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 14.2px 0px rgba(0, 0, 0, .25);
    background: #dc0037
}

.items-wrap--transparent {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

.items-wrap--transparent .item {
    font-size: 64.77px;
    font-weight: 700;
    line-height: 80px;
    color: rgba(220, 0, 55, .5)
}

.items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    counter-reset: item;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%
}

.item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
    counter-increment: item;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    line-height: 105%;
    margin: 10px 0;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.item img {
    margin: 0 15px
}

.items-wrap-rotate {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.g-progect {
    background-color: #fff;
    padding: 100px 0 50px;
    background-image: url("../images/icons/g-progectbg.svg");
    background-repeat: no-repeat;
    background-position: 10% 20%;
    background-size: 150%
}

.g-progect .title {
    margin: 0 0 130px 0
}

.g-progect .title br {
    display: none
}

.g-progect .item {
    text-transform: uppercase
}

.g-progect__list {
    margin: 0 0 150px -90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.g-progect__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(33% - 90px);
    margin: 0 0 30px 90px
}

.g-progect__list li img {
    width: 42px;
    display: block;
    margin: 0 15px 0 0
}

.g-progect__list li:nth-child(2) {
    width: calc(33% - 90px)
}

.g-progect__list p {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    margin: 0 0 20px 0
}

.g-progect__text {
    padding: 60px 40px;
    height: 100%;
    border: 2px solid #000;
    border-radius: 29px
}

.g-program {
    padding: 75px 0 0 0;
    background-image: url("../images/content/g-programbg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center
}

.g-program .title {
    text-align: center;
    margin: 0 0 45px 0
}

.g-program__inner {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto
}

.g-program ol {
    padding: 0
}

.g-program ol li {
    position: relative;
    counter-increment: counter;
    margin: 0 0 90px 0;
    padding: 0 0 0 105px;
    color: #fff;
    font-size: 22px;
    font-weight: 400
}

.g-program ol li span {
    font-weight: 700
}

.g-program ol li::before {
    content: counter(counter) "";
    color: #000;
    position: absolute;
    left: 0;
    top: -30px;
    color: #fff;
    font-size: 84px;
    font-weight: 700;
    line-height: 140%
}

.g-program ol li:nth-child(3) {
    font-size: 32px
}

.faq {
    max-width: 1920px;
    margin: 0 auto
}

.accordeon dl:first-child {
    border-top: 1px solid #fff
}

.accordeon dl {
    margin: 0;
    border-bottom: 1px solid #fff
}

.accordeon dt {
    position: relative;
    padding: 30px 200px 30px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 105%;
    text-transform: uppercase;
    cursor: pointer
}

.accordeon dt::after,
.accordeon dt::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 4px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.accordeon dt::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordeon dt img {
    margin: 0 50px 0 0;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.accordeon dt.active::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordeon dt.active img {
    margin: 0 50px 0 0;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-animation: rotateAndPulse 12s infinite linear;
    animation: rotateAndPulse 12s infinite linear
}

@-webkit-keyframes rotateAndPulse {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.6);
        transform: rotate(180deg) scale(1.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotateAndPulse {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.6);
        transform: rotate(180deg) scale(1.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.accordeon dd {
    margin: 0;
    padding: 30px 100px 30px 300px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 102%
}

.accordeon dd li {
    position: relative;
    padding: 0 0 0 70px;
    margin: 0 0 25px 0;
    font-weight: 600
}

.accordeon dd li::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url("../images/icons/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.accordeon dl:nth-child(1) dd {
    background: #fba008
}

.accordeon dl:nth-child(1) dd li::after {
    background-image: url("../images/icons/d-program-1.svg")
}

.accordeon dl:nth-child(2) dd {
    background: #01a0d2
}

.accordeon dl:nth-child(2) dd li::after {
    background-image: url("../images/icons/d-program-2.svg")
}

.accordeon dl:nth-child(10) dd {
    background: #01a0d2
}

.accordeon dl:nth-child(10) dd li::after {
    background-image: url("../images/icons/d-program-2.svg")
}

.accordeon dl:nth-child(3) dd {
    background: #019c3f
}

.accordeon dl:nth-child(3) dd li::after {
    background-image: url("../images/icons/d-program-3.svg")
}

.accordeon dl:nth-child(4) dd {
    background: #61189d
}

.accordeon dl:nth-child(4) dd li::after {
    background-image: url("../images/icons/d-program-4.svg")
}

.accordeon dl:nth-child(5) dd {
    background: #024ef3
}

.accordeon dl:nth-child(5) dd li::after {
    background-image: url("../images/icons/d-program-5.svg")
}

.accordeon dl:nth-child(6) dd {
    background: #fd9801
}

.accordeon dl:nth-child(6) dd li::after {
    background-image: url("../images/icons/d-program-6.svg")
}

.accordeon dl:nth-child(7) dd {
    background: #8a0165
}

.accordeon dl:nth-child(7) dd li::after {
    background-image: url("../images/icons/d-program-7.svg")
}

.accordeon dl:nth-child(8) dd {
    background: #1d9263
}

.accordeon dl:nth-child(8) dd li::after {
    background-image: url("../images/icons/d-program-8.svg")
}

.accordeon dl:nth-child(9) dd {
    background: #c43030
}

.accordeon dl:nth-child(9) dd li::after {
    background-image: url("../images/icons/d-program-9.svg")
}

.g-content {
    position: relative;
    padding: 280px 0 50px;
    background-image: url("../images/content/g-contentbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.g-content::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    width: 400px;
    height: 400px;
    background-image: url("../images/icons/g-content-decor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1
}

.g-content::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 225px;
    height: 600px;
    background-image: url("../images/icons/g-content-decor2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1
}

.g-content__inner {
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto
}

.g-content .title {
    margin: 0 0 115px 0
}

.g-content p {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 40px 0
}

.g-content span {
    display: block;
    max-width: 800px;
    margin: 105px auto 75px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 105%
}

.g-content .btn {
    margin: 0 auto;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%
}

.d-program {
    padding: 170px 0 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 100px
}

.d-program .marquee {
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite
}

.d-program .items-wrap {
    margin: 0 0 120px 0
}

.d-program .item {
    margin: 0;
    height: 100px
}

.d-program .item img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.d-program .title {
    margin: 0 0 75px 0
}

.d-program__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -40px
}

.d-program__btn {
    padding: 45px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .19);
    width: calc(20% - 40px);
    margin: 0 0 40px 40px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    opacity: .8
}

.d-program__btn img {
    width: 52px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 20px 0 0
}

.d-program__btn:hover {
    background: -o-linear-gradient(283.17deg, rgb(4, 216, 237) -30.134%, rgb(9, 85, 207) 106.369%);
    background: linear-gradient(166.83deg, rgb(4, 216, 237) -30.134%, rgb(9, 85, 207) 106.369%);
    opacity: 1
}

.d-program__btn:hover img {
    -webkit-animation: rotateAndPulse-two 12s infinite linear;
    animation: rotateAndPulse-two 12s infinite linear
}

@-webkit-keyframes rotateAndPulse-two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.6);
        transform: rotate(180deg) scale(1.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes rotateAndPulse-two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.6);
        transform: rotate(180deg) scale(1.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.d-program .btn {
    margin: 85px auto 0
}

.modal__parallax-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal__parallax {
    position: absolute;
    z-index: -1;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.j-block .container {
    padding: 0 55px
}

.j-block {
    padding: 0 0 50px;
    overflow: hidden
}

.j-block h3 {
    margin: 0 0 150px 0
}

.j-block__slider {
    position: relative
}

.j-block__slider-img {
    margin: 0 0 100px 0;
    width: 100%;
    position: relative
}

.j-block__slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%
}

.j-block .swiper-slide {
    text-align: center;
    color: #fff;
    font-family: "Gotham Pro"
}

.j-block .swiper-button-next,
.j-block .swiper-button-prev {
    position: absolute;
    top: -200px
}

.j-block .swiper-button-next::after,
.j-block .swiper-button-prev::after {
    display: none
}

.j-block .swiper-button-next {
    left: calc(50% + 100px)
}

.j-block .swiper-button-prev {
    left: calc(50% - 100px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.j-block h6 {
    margin: 0 0 50px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 46px
}

.j-block p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

.j-block .modal__parallax-one {
    width: 52%;
    height: 55%;
    top: -18%;
    right: -7%
}

.j-block .modal__parallax-twoo {
    width: 32%;
    height: 32%;
    top: -2%;
    left: -5%
}

.j-block .modal__parallax-three {
    width: 42%;
    height: 42%;
    bottom: 12%;
    right: -10%
}

.j-block .modal__parallax-four {
    top: -15%;
    left: -23%;
    width: 50%;
    height: 51%
}

.j-block .modal__parallax-five {
    bottom: 5%;
    left: 9%;
    width: 15%;
    height: 15%;
    z-index: 1
}

.footer {
    padding: 50px 0 0 0;
    overflow: hidden;
    position: relative
}

.footer::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(220, 0, 55, 0.33), rgba(220, 0, 55, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(220, 0, 55, 0.33), rgba(220, 0, 55, 0) 100%);
    z-index: -1
}

.footer--second::after {
    display: none
}

.footer--second .title {
    margin: 0 0 45px 0
}

.footer__inner {
    margin: 0 0 30px 0;
    padding: 75px 0 0 0;
    background-size: 93%;
    background-position: top center;
    background-repeat: no-repeat
}

.footer__box {
    display: block;
    max-width: 620px;
    margin: 0 auto
}

.footer__box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px
}

.footer p span {
    display: block;
    margin: 0 0 15px 0
}

.footer p span {
    color: #dc0037
}

.footer .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 670px;
    width: 100%;
    margin: 60px auto 145px
}

.footer .soc li {
    margin: 0 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer .soc li:hover {
    opacity: .8
}

.footer .soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.footer .soc a img {
    margin: 0 15px 0 0
}

.footer .soc a span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    -webkit-text-decoration: solid underline #fff 1px;
    text-decoration: solid underline #fff 1px;
    text-underline-offset: 10px
}

.footer__top {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 auto 70px;
    border-left: 20px solid #dc0037;
    border-right: 20px solid #dc0037;
}

.footer__top strong {
    font-weight: 700;
    text-transform: uppercase
}

.footer__top::after,
.footer__top::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100vw;
    background-color: #dc0037;
    height: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer__top::after {
    left: -102vw
}

.footer__top::before {
    right: -102vw
}

.partners {
    padding: 130px 0 100px;
    background-image: url("../images/content/partnersbg.png");
    background-size: 70%;
    background-position: bottom right;
    background-repeat: no-repeat
}

.partners .container {
    overflow: hidden
}

.partners .partners__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.partners .partners__slider .swiper-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.partners .partners__slider .swiper-wrapper .swiper-slide {
    height: auto !important
}

.partners .title {
    margin: 0 0 130px 0
}

.partners ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 100px -60px
}

.partners .container>ul li {
    width: calc(16.66666% - 60px);
    height: 120px;
    margin: 0 0 40px 60px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.partners .container>ul li:hover {
    opacity: .8
}

.partners .container>ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.partners ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.partners .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 215px 0 0 0
}

.partners .soc li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.partners .soc li:hover {
    opacity: .8
}

.partners .soc a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff
}

.partners .soc a img {
    width: 34px;
    height: 34px
}

.partners__left p {
    margin: 0 0 25px 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 57px;
    color: #fff
}

.partners__left p span {
    color: #dc0037
}

.partners__left .soc li {
    margin: 0 0 45px 0
}

.partners__left .soc li:last-child {
    margin: 0
}

.partners .soc span {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.partners .soc span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: #fff
}

.partners__inner {
    padding: 75px 0 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.footer--second {
    padding: 70px 0 50px 0
}

.footer--second .footer__right>a img {
    -webkit-animation: button 1s ease infinite;
    animation: button 1s ease infinite
}

.footer--second .footer__right {
    margin: 0 0 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer--second .footer__right-wrap p {
    margin: 0 0 -28px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none
}

.footer__second-bottom {
    text-align: right;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__second-bottom a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 25px 10px;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__second-bottom a:hover {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0)
}

.footer__links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__second-bottom span {
    text-transform: uppercase;
    font-weight: 700
}

.footer__right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none
}

.footer__right a img {
    margin: 0 15px 0 0;
    width: 38px;
    height: auto
}

.footer__right ul {
    margin: 0;
    padding: 0
}

.footer__right li {
    margin: 0 0 25px 0
}

.footer__second-bottom {
    margin: 160px 0 0 0
}

.partners .soc {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.partners .soc li {
    margin: 0 20px 0 0
}

.partners .soc li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners .soc li a span {
    margin: 0 0 0 10px;
    display: block
}

.footer__right ul {
    margin: 50px 0 0 0
}

body.hiden .modal-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-before {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .8)
}

.modal-before__inner {
    background: #fff;
    padding: 50px;
    max-width: 560px;
    margin: 0 auto
}

.modal-before p {
    font-size: 16px;
    line-height: 120%;
    color: #000;
    font-weight: 400
}

.modal-before a {
    color: #ff8562
}

.modal-before button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: red;
    border-radius: 30px;
    padding: 20px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
    border: none;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.modal-before button:hover {
    background-color: rgba(255, 0, 0, .7411764706)
}

body.hiden {
    overflow: hidden
}

@media(max-width: 1550px) {
    .d-program__btn {
        font-size: 26px
    }
    .container {
        overflow: hidden
    }
}

@media(max-width: 1400px) {
    .g-progect__list {
        margin: 0 0 150px -40px
    }
    .g-progect__list li {
        width: calc(30% - 40px);
        margin: 0 0 30px 40px
    }
    .g-progect__text {
        padding: 30px 15px
    }
    .g-progect__list p {
        font-size: 18px
    }
    .intro h1 {
        font-size: 48px
    }
    .intro__logo {
        margin: 0 0 65px 0;
        max-width: 300px
    }
    .intro p {
        margin: 0 0 45px 0;
        max-width: 650px
    }
    .intro strong {
        font-size: 36px
    }
    .btn {
        font-size: 28px;
        font-weight: 700;
        line-height: 120%;
        padding: 10px 20px
    }
    .btn--img img {
        width: 20px
    }
    .title {
        font-size: 52px
    }
    .container>.title {
        margin: 0 0 70px 0 !important
    }
    .j-block .swiper-button-next,
    .j-block .swiper-button-prev {
        position: absolute;
        top: -100px
    }
    .d-program__btn {
        padding: 25px 15px;
        font-size: 22px
    }
    .d-program__btn img {
        width: 25px;
        height: 25px
    }
}

@media(max-width: 1200px) {
    .g-progect__list li {
        width: calc(100% - 40px) !important;
        margin: 0 0 30px 40px
    }
    .g-progect__text {
        height: auto
    }
    .g-progect__list li img {
        width: 22px
    }
    .g-program ol li::before {
        font-size: 54px;
        top: -15px
    }
    .g-program ol li {
        padding: 0 0 0 65px
    }
    .accordeon dt {
        position: relative;
        padding: 20px 200px 20px 35px;
        font-size: 34px
    }
    .accordeon dd {
        margin: 0;
        padding: 30px 100px 30px 35px
    }
    .accordeon dt::after,
    .accordeon dt::before {
        width: 35px
    }
    .intro h1 {
        font-size: 48px;
        max-width: 500px
    }
    .intro p,
    .g-program ol li {
        font-size: 18px
    }
    .intro__logo {
        max-width: 180px
    }
    .item {
        font-size: 28px
    }
    .title {
        font-size: 48px
    }
    .g-program ol li:nth-child(3),
    .g-content p {
        font-size: 22px
    }
    .g-program ol li {
        margin: 0 0 50px 0
    }
    .accordeon dt {
        padding: 20px 200px 20px 35px;
        font-size: 28px
    }
    .g-content::before {
        width: 90px;
        height: 300px
    }
    .g-content::after {
        width: 150px;
        height: 150px
    }
    .g-content .title {
        margin: 0 0 40px 0
    }
    .g-content {
        padding: 150px 0 50px
    }
    .g-content span {
        margin: 70px auto 65px;
        font-size: 22px
    }
    .g-content .btn {
        font-size: 26px
    }
    .j-block h6 {
        margin: 0 0 20px 0;
        font-size: 28px;
        line-height: 110%
    }
    .j-block p {
        font-size: 16px
    }
    .footer__top {
        font-size: 30px;
        line-height: 110%;
        margin: 0 auto 50px
    }
    .footer p {
        font-size: 18px;
        line-height: 110%
    }
    .footer--second .footer__right-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    .footer--second .footer__right-wrap p {
        font-size: 22px
    }
    .footer--second .footer__right {
        margin: 55px 0 35px 0
    }
    .footer__right a {
        font-size: 22px
    }
    .footer__right a img {
        margin: 0 15px 0 0;
        width: 20px
    }
    .footer__second-bottom {
        margin: 80px 0 0 0
    }
    .footer__second-bottom {
        font-size: 16px
    }
    .partners__left p {
        font-size: 20px;
        line-height: 120%
    }
    .partners .soc span {
        font-size: 18px
    }
    .partners .container>ul li {
        width: calc(20% - 60px)
    }
    .partners ul {
        margin: 0 0 50px -60px
    }
    .partners__inner {
        padding: 75px 0 60px
    }
    .d-program__btn {
        text-align: center
    }
    .d-program__btn {
        font-size: 18px
    }
    .d-program__btns {
        margin: 0 0 0 -15px
    }
    .d-program__btn {
        width: calc(20% - 15px);
        margin: 0 0 15px 15px
    }
    .d-program__btn img {
        margin: 0 10px 0 0
    }
    .footer__right ul {
        margin: 0
    }
}

@media(max-width: 992px) {
    .partners .partners__slider .swiper-wrapper .swiper-slide {
        height: 400px
    }
    .intro {
        padding: 20px 0 0 0;
        background-size: cover !important;
        background-position: center -100px
    }
    .item {
        margin: 2px 0;
        font-size: 20px !important
    }
    .item img {
        width: 20px
    }
    .container>.title {
        margin: 0 0 40px 0 !important
    }
    .g-progect__list {
        margin: 0 0 80px -40px
    }
    .j-block .swiper-button-next,
    .j-block .swiper-button-prev {
        width: 70px;
        top: auto;
        bottom: -50px
    }
    .j-block .swiper-button-next img,
    .j-block .swiper-button-prev img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .j-block .swiper-button-next {
        left: calc(50% + 50px)
    }
    .j-block .swiper-button-prev {
        left: calc(50% - 100px)
    }
    .g-progect {
        background-position: 50% 0%;
        background-size: 300%
    }
    .g-progect .item {
        font-size: 40px !important
    }
    .d-program {
        padding: 100px 0 100px
    }
    .footer__links-wrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__links-wrap a {
        display: block;
        width: 100%;
        text-align: center !important
    }
    .footer__second-bottom {
        text-align: center
    }
}

@media(max-width: 768px) {
    .intro__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .intro .btn {
        margin: 0 0 15px 0
    }
    .intro strong {
        font-size: 20px
    }
    .intro p {
        margin: 0 0 25px 0
    }
    .accordeon dt img {
        margin: 0 20px 0 0 !important;
        width: 50px
    }
    .accordeon dt {
        padding: 20px 80px 20px 15px;
        font-size: 22px
    }
    .accordeon dt::after,
    .accordeon dt::before {
        right: 15px
    }
    .accordeon dd li {
        padding: 0 0 0 50px;
        margin: 0 0 15px 0;
        font-weight: 600;
        font-size: 18px;
        font-weight: 500
    }
    .accordeon dd {
        padding: 30px 15px 30px 15px
    }
    .accordeon dt.active img {
        width: 60px
    }
    .accordeon dt::after,
    .accordeon dt::before {
        width: 20px;
        height: 2px
    }
    .d-program {
        padding: 100px 0 100px;
        background-position: center 20px
    }
    .j-block__slider-img {
        margin: 0 0 40px 0
    }
    .footer .soc {
        margin: 45px auto 80px
    }
    .footer .soc li {
        margin: 15px 0
    }
    .footer .soc a span {
        font-size: 18px
    }
    .footer .soc a img {
        zoom: .7
    }
    .partners {
        padding: 75px 0 75px
    }
    .partners .container>ul li {
        width: calc(33.33333% - 60px)
    }
    .footer__second-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .footer__second-bottom div {
        margin: 0 0 15px 0
    }
    .d-program__btn {
        width: calc(33.33333% - 15px)
    }
    .intro {
        position: relative
    }
    .intro::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .2)
    }
    .intro .container,
    .intro .wrap {
        position: relative;
        z-index: 1
    }
    .g-progect__list li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .g-program ol li {
        padding: 0 0 0 40px
    }
    .g-content .btn {
        font-size: 20px
    }
    .container {
        padding: 0 15px
    }
    .g-progect .title br {
        display: block
    }

}

@media(max-width: 576px) {
    .intro .btn {
        width: 100%
    }
    .btn {
        font-size: 20px;
        padding: 10px 15px
    }
    .d-program__btn {
        width: calc(50% - 15px)
    }
    .partners .container>ul li {
        margin: 0 0 20px 60px;
        width: calc(50% - 60px)
    }
    .footer .soc a span {
        font-size: 14px
    }
}
