@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-family: "Inter", sans-serif;
    --second-family: "Soyuz Grotesk", sans-serif;
    --third-family: "Gilroy", sans-serif;
    --font3: "Intro Script R", sans-serif;
}

.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.container-d {
    width: 90%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

#main,
#path,
#hero,
#wins,
#connect,
#contact {
    scroll-margin-top: 120px;
}

/* Меню */

.nav {
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg,
            #003e91 0%,
            #002063 100%);
    padding: 20px 0 20px 0;
    position: fixed;
    z-index: 100;
}

.nav__logo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.nav__logo a img {
    max-width: 55px;
}

.nav__logo_s2 {
    padding-right: 20px;
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.nav__m {
    display: none;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: colum;
}

.menu-content {
    background: white;
    padding: 40px;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 48px;
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
}

.menu-links  {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    text-align: right;
}

.nav__link {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 156%;
    color: #fff;
    transition: all 0.3s ease;
}

.menu-links .nav__link {
    color: #000;
    font-size: 26px;
}

.nav__link:hover, .menu-links .nav__link:hover {
    font-family: var(--font-family);
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #ff5b04;
}

.nav__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/**/

.mains {
    background: url(../images/bg-top.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.main {
    position: relative;
    display: flex;
    gap: 5%;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main__title {
    padding-top: 163px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 45%;
}

.main__title h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 70px;
    line-height: 171%;
    letter-spacing: 0em;
    color: #fff;
    max-width: 776px;
}

.main__title h1 span {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 100px;
    background: linear-gradient(180deg,
            #003e91 45.19%,
            #002063 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main__title h4 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #000;
    max-width: 650px;
}

.main__title h4 span {
    font-weight: 500;
}

.main__triggers {
    max-width: 500px;
}

.triggers__item {
    display: flex;
    gap: 15px;
    padding: 70px 0 0 0;
    align-items: flex-start;
}

.triggers__item::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../icons/logo-tr.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.triggers__item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    color: #000;
    line-height: 1.4;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.triggers__item p b {
    font-weight: 600;
}


.info__item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    color: #000;
}

.info__item img {
    width: 44px;
    height: 41px;
}

.info__item {
    display: flex;
    align-items: start;
    gap: 15px;
}

.main__path {
    padding-top: 136px;
    border: 1px solid #c2c2c2;
    border-radius: 30px;
    width: 100%;
    min-height: 197px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    margin-top: 109px;
}

.main__path-title {
    display: flex;
    gap: 50px;
}

.main__path-title h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #fff;
}

.main__path-title p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 160%;
    color: #fff;
}

.main__path-title p span {
    font-weight: 600;
    color: #003E91;
}

.main__extra-span-first {
    border-radius: 30px 30px 30px 0;
    width: 283px;
    height: 100px;
    background: #ff5b04;
    position: absolute;
    top: 1240px;
    left: 399px;
}

.extra__box-first p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    color: #fff;
    padding-top: 10px;
}

.extra__box-first img {
    width: 26px;
    height: 24px;
}

.extra__box-first {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
}

.main__extra-span-first h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 38px;
    line-height: 67%;
    color: #fff;
    text-align: end;
    padding-right: 10px;
}

.main__extra-img-first {
    position: absolute;
    top: 1340px;
    left: 68px;
}

.main__extra-span-first2 {
    border-radius: 30px 30px 30px 0;
    width: 90px;
    height: 60px;
    background: #ff5b04;
    position: absolute;
    top: 1879px;
    left: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__extra-span-first2 span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: #fff;
}

.main__extra-span-second {
    border-radius: 30px 30px 30px 0;
    width: 283px;
    height: 100px;
    background: #003e91;
    position: absolute;
    top: 1120px;
    left: 940px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extra__box-second p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    color: #fff;
    padding-top: 10px;
}

.extra__box-second img {
    width: 26px;
    height: 24px;
}

.extra__box-second {
    position: absolute;
    top: 10px;
    left: 180px;

    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    padding-right: 10px;
}

.main__extra-span-second h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 38px;
    line-height: 67%;
    color: #fff;
    text-align: start;
    padding-right: 10px;
    width: 236px;
}

.main__extra-img-second {
    position: absolute;
    top: 1220px;
    left: 616px;
}

.main__extra-span-second2 {
    border-radius: 30px 30px 30px 0;
    width: 90px;
    height: 60px;
    background: #003e91;
    position: absolute;
    top: 1869px;
    left: 609px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__extra-span-second2 span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: #fff;
}

.main__extra-span-third {
    border-radius: 30px 30px 30px 0;
    width: 188px;
    height: 100px;
    background: #087602;
    position: absolute;
    top: 1180px;
    left: 1310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.extra__box-third p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    color: #fff;
    padding-top: 10px;
}

.extra__box-third img {
    width: 26px;
    height: 24px;
}

.extra__box-third {
    position: absolute;
    top: 0px;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    padding-right: 10px;
}

.main__extra-span-third h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 38px;
    line-height: 67%;
    color: #fff;
    text-align: start;
    padding-right: 10px;
    padding-top: 30px;
}

.main__extra-img-third {
    position: absolute;
    top: 1280px;
    left: 1160px;
}

.main__extra-span-third2 {
    border-radius: 30px 30px 30px 0;
    width: 90px;
    height: 60px;
    background: #087602;
    position: absolute;
    top: 1589px;
    left: 1149px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__extra-span-third2 span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: #fff;
}

/* flags */

.flags {
    position: relative;
    display: inline-block;
    width: 100%;
}

.flags img {
    width: 100%;
}

.flags .hotspot {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: rgba(255, 0, 0, 0.5); 
    transition: transform 0.2s ease;
}


/* hero */

.my__hero-title h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 90px;
    line-height: 100%;
    color: #000;
}

.my__hero-title h2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    color: #ff5b04;
}

.my__hero-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.my__hero-card {
    border-radius: 30px;
    width: 100%;
    min-height: 405px;
    background: linear-gradient(to bottom, #003E91, #002063), url(../images/bg-m.jpg);
    background-blend-mode: multiply;
    background: #003E91 url(../images/hero-bg.jpg) top / 100% auto no-repeat;
    padding: 57px 150px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    background-repeat: no-repeat;
    background-position: top;
}

.my__hero {
    margin-top: 200px;
    display: flex;
    justify-content: flex-start;
    gap: 42px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.my__hero-card-content h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 113%;
    color: #fff;
}

.my__hero-card-content h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    color: #FF5B04;
    line-height: 1.5;
}

.my__hero-card-content p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

.my__hero-card-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.my__hero-card img {
    width: 290px;
    height: 290px;
}

.my__hero-extra-paginate img, .my__hero-extra-paginate1 img {
    width: 12px;
    height: 12px;
}

.my__hero-extra-paginate, .my__hero-extra-paginate1 {
    display: flex;
    margin-right: 80px;
    gap: 12px;
    cursor: pointer;
}

.my__hero-extra {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 70px;
}

.my__hero-slider {
    padding: 10px;
    margin: -10px;
    overflow: hidden;
}

.my__hero-slider .swiper-wrapper {
    align-items: stretch;
    padding: 10px 0;
}

.my__hero-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* win */

.win__title h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 90px;
    line-height: 100%;
    color: #000;
}

.win__title h1 span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 45px;
    line-height: 75%;
    color: #ff5b04;
}

.win__main {
    margin-top: 200px;
}

.win__card {
    border-radius: 30px;
    width: 49%;
    min-height: 420px;
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
}

.win__card-time p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #8f8f8f;
}

.win__card-title h6 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #000;
}

.win__card-title h4 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #000;
}

.win__card-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.win__card-link a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #002063;
}

.win__card-link a:hover {
    color: #ff5b04;
}

.win__card-link {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 46px;
}

.win__cards {
    margin-top: 50px;
    display: flex;
    gap: 27px;
    overflow: hidden;
}

.win__extra {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 80px;
}

.win__extra-slide, .my__hero-extra-slide1 {
    position: absolute;
    top: 60px;
    right: 30px;
    display: flex;
    gap: 20px;
}

.win__extra-navigation {
    display: flex;
    gap: 15px;
    align-items: center;
}

.win__extra-arrow, .my__hero-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #9D9B9B;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}


.win__extra-arrow:hover svg, .my__hero-arrow:hover svg {
    stroke: white;
}

.win__extra-arrow svg, .my__hero-arrow svg {
    stroke: #9D9B9B;
    transition: all 0.3s ease;
}

.swiper {
    padding: 10px;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    padding: 10px 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
}

.swiper-pagination-bullet {
    background-color: #003E91;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #FF5B04;
}

/* connects */

.connects {
    width: 90%;
    margin: 0 auto;
}

.connect__main {
    margin-top: 200px;
    border-radius: 30px;
    width: 100%;
    background: linear-gradient(227deg,
            #003e91 0%,
            #002063 100%);
}

.connect__main-img {
    border-radius: 30px;
    width: 100%;
    min-height: 781px;
    background-image: url(../images/connect__main-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    box-sizing: border-box;
}

.connect__title h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 80px;
    line-height: 150%;
    color: #fff;
}

.connect__title h1 span {
    font-size: 120px;
    line-height: 108%;
    color: #ff5b04;
}

.connect__item-text h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 50px;
    line-height: 130%;
    color: #fff;
}

.connect__item-text h5 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #fff;
}

.connect__item-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.connect__item-idea {
    border-radius: 30px;
    padding: 30px 0px 30px 30px;
    min-width: 348px;
    height: 20px;
    background: #ff5b04;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 20px;
}

.connect__item-idea:hover {
    background: linear-gradient(180deg, #003E91 0%, #002063 100%);
}

.connect__item-idea p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.connect__item-span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(180deg,
            #003e91 0%,
            #002063 100%);
}

.connect__item-span img {
    width: 30px;
    height: 30px;
}

.connect__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.connect__link {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 20px;
    width: 300px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.connect__link a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.connect__link:hover {
    cursor: pointer;
    background-color: #fff;
}

.connect__link:hover a {
    cursor: pointer;
    color: #000;
    background-color: #fff;
}

.connect__links {
    display: flex;
    align-items: center;
    gap: 55px;
    margin-top: 50px;
}

footer {
    margin-top: 159px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    background: #302e2e;
    padding-top: 36px;
}

.footer__number a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}

.footer__number a:hover {
    text-decoration: none;
}

.footer__number .footer__number_a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.footer__number {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.footer__main-span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.connect__item-span img {
    width: 30px;
    height: 30px;
}

.footer__main-title p, .footer__main-title p a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    gap: 10px;
    border-bottom: 1px solid transparent;
}

.footer__main-title p a:hover {
    border-bottom: 1px solid #fff;
}

.footer__mail {
    display: flex;
    gap: 43px;
}

.footer__connect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.footer__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.refakt {
    font-family: var(--third-family);
    border-top: 1px solid #EBEAE8;
    text-align: center;
    padding: 20px;
    max-width: 94.8125rem;
    margin: 30px auto 0 auto;
    color: #fff;
}

.refakt a {
    font-family: var(--third-family);
    color: #fff;
    border-bottom: 1px solid transparent;
}

.refakt a:hover {
    border-bottom: 1px solid #fff;
}

/* popup */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__content {
    position: relative;
    background: #FEFFF0;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
}

.popup__close {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    color: #000;
    background-color: inherit;
    border: none;
}

.popup__close::after, .popup__close::before {
    content: "";
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
    width: 100%;
    height: .125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #000;
}

.popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-feedback__title:not(:last-child) {
    margin: 3.125rem auto;
}
.popup-feedback__title {
    font-family: var(--font-family);
    font-size: 1.875rem;
    line-height: 1.3;
    text-align: center;
}

.popup-feedback__input-wrapper {
    position: relative;
}

.popup-feedback__input-wrapper:not(:last-child) {
    margin-bottom: 1.875rem;
}

input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    border-radius: .625rem !important;
    height: 3.125rem;
    width: 100%;
    display: block;
    padding: 0 1.5rem;
    border: .0625rem solid;
    background: 0 0;
    font-size: 1rem;
    color: #fff;
}

textarea.input {
    resize: none;
    padding: .75rem 1.5rem;
    height: 8.4375rem;
}

.popup-feedback__input, textarea.input {
    color: #929090;
    border: .0625rem solid #929090;
}

.popup-feedback__inputs:not(:last-child) {
    margin-bottom: 3rem;
}


.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem;
    border-radius: 0 1.875rem;
    min-height: 4.0625rem;
    padding: 1.25rem 1.875rem;
    background-color: #FF5B04;
    color: #fff;
    border: none;
}

.btn:hover {
    background-color: #003E91;
}

.btn svg path {
    fill: currentColor;
}

.popup-feedback__btn {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
}

.popup_flag {
    transition: opacity 0.2s ease;
}

.popup_flag p {
    font-family: var(--font-family);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap:10px;
}

.popup_flag p b {
    font-family: var(--font-family);
    font-size: 30px;
    font-weight: 500;
}