@media (max-width: 1400px) {

    .nav__logo {
        gap:60px;
    }

    .nav__logo_s2 {
        display: none;
    }
}

@media (max-width: 1150px) {

    .nav__list {
        display: none;
    }

    .nav__m {
        display: block;
        padding: 0 10px;
        cursor: pointer;
    }

    .mains {
        background: 
            linear-gradient(to bottom, #003E91, #002063),
            url(../images/bg-top.jpg) center/cover;
        background-blend-mode: multiply;
    }

    .main__path {
        margin-bottom: 100px;
    }

    .main__path-title {
        flex-wrap: wrap;
    }

    .main__path-title p span {
        color: #fff;
    }

    .main__title {
        max-width: 100%;
    }

    .main__title h1 {
        font-size: 60px;
        line-height: 1.3;
    }

    .main__title h1 span {
        font-size: 100px;
        color: #fff;
        background: none;
        -webkit-text-fill-color: unset;
    }

    .main__title h4, .triggers__item p {
        color: #fff;
    }

    .triggers__item::before {
        background-image: url('../icons/logo-tr-w.png');
        width: 35px;
        height: 35px;
        margin-top: 5px;
    }

    /* my__hero */

    .my__hero {
        margin-top: 100px;
    }

    .my__hero-card {
        padding: 5% 10%;
        flex-wrap: wrap;
        justify-content: center;
        background-size: cover;
    }

    .my__hero-title h1 {
        font-size: 80px;
    }

    .my__hero-title h2 {
        font-size: 36px;
    }

    /* win */

    .win__main {
        margin-top:30px;
    }

    .win__title h1 {
        font-size: 70px;
    }

    .win__cards {
        flex-wrap: wrap;
    }

    .win__card {
        width: 100%;
    }

    .win__extra {
        padding-top: 40px;
    }

    .my__hero-extra {
        padding: 50px 0;
    }

    .my__hero-extra-paginate, .my__hero-extra-paginate1 {
        margin: 0 auto;
    }

    .win__extra-slide, .my__hero-extra-slide1 {
        display: none;
    }

    /* connect */

    .connects {
        width: 100%;
    }

    .connect__main {
        width: 100%;
        border-radius: 0;
        margin-top: 50px;
    }

    .connect__main-img {
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0;
    }

    .connect__title {
        text-align: center;
    }

    .connect__item-text {
        margin-bottom: 30px;
    }

    .connect__item-text h3 {
        font-size: 28px;
    }

    .connect__item-text h5 {
        font-size: 24px;
    }

    .connect__item {
        flex-direction: column;
    }

    .connect__links {
        flex-direction: column;
        gap: 20px;
    }

    .connect__item-idea {
        margin-right: 20px;
    }

    /* footer */

    footer {
        border-radius: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
        margin-top: 0;
    }

    .footer__main {
        flex-direction: column;
        gap: 30px;
    }

    .footer__number {
        align-items: center;
        justify-content: center;
    }

    .footer__number h2 {
        font-size: 24px;
    }

    .footer__number a {
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
    }

    .footer__mail {
        align-items: center;
        justify-content: center;
        gap: 10px;

    }

    .footer__connect {
        gap: 50px;
    }

    .footer span {
        border: 1px solid rgba(235, 234, 232, 0.4);
        display: flex;
        width: 100%;
        height: 2px;
    }

}

@media (max-width: 700px) {
    .main__title h1 span {
        font-size: 70px;
    }
}

@media (max-width: 500px) {

    .nav__logo {
        gap:20px;
    }

    .nav__logo_w {
        width: 50%;
    }

    .nav__link {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .mains {
        background: 
            linear-gradient(to bottom, #003E91, #002063),
            url(../images/bg-m.jpg) center/cover;
        background-blend-mode: multiply;
    }

    .main__title h1 {
        font-size: 40px;
        line-height: 1.3;
    }

    .main__title h1 span {
        font-size: 50px;
    }

    .main__title h4 {
        font-size: 34px;
        margin-top: 60px;
    }

    .main__title h4 span {
        font-size: 34px;
        width: auto;
    }

    .main__title {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .triggers__item {
        padding-top: 50px;
    }

    .triggers__item p {
        font-size: 20px;
        line-height: 1.5;
    }

    .main__info {
        width: 500px;
        height: 100%;
        flex-direction: column;
    }

    .flags .hotspot {
        width: 20px;
        height: 20px;
    }

    .popup__content {
        padding: 15px;
    }

    .info__item {
        flex-direction: column;
    }

    .main__path-title h1 {
        font-size: 44px;
        padding-bottom: 20px;
    }

    .main__path-title p {
        font-size: 20px;
    }

    .main__extra-first {
        display: block;
    }

    .main__extra-span-first {
        width: 150px;
        height: 100px;
    }

    .main__extra-span-first h2 {
        padding-top: 10px;
        font-size: 20px;
    }

    .main__extra-second {
        display: none;
    }

    .main__extra-third {
        display: none;
    }

    /* my__hero */

    .my__hero {
        margin-top: 50px;
    }

    .my__hero h1 {
        font-size: 60px;
    }

    .my__hero h2 {
        font-size: 25px;
    }

    .my__hero-card {
        padding: 15% 5%;
    }

    .my__hero-card-content h1 {
        font-size: 30px;
    }

    .my__hero-card-content h3 {
        font-size: 20px;
    }

    .my__hero-card-content p {
        font-size: 18px;
    }

    /* win */

    .my__hero-card {
        padding: 10% 5%;
    }

    .win__title h1 {
        font-size: 60px;
    }

    .win__title h1 span {
        font-size: 25px;
    }

    .win__card {
        padding: 20px;
        gap: 30px;
    }

    .win__card-time p {
        font-size: 18px;
        line-height: 1.5;
    }

    .win__card-title h4 {
        font-size: 20px;
    }

    .win__card-title h6 {
        font-size: 16px;
    }

    .win__card-title {
        gap: 20px;
    }

    .win__card-link a {
        font-size: 16px;
    }

    /* connect */

    .connect__main-img {
        padding: 20px;
    }

    .connect__title h1 {
        font-size: 40px;
        width: 100%;
    }

    .connect__title h1 span {
        font-size: 76px;
    }

}