@import "./reset.css";
@import "./fonts.css";
@import "./global.css";
@import "./header.css";
@import "./slider.css";
@import "./footer.css";
/* ================================== MAIN =================================== */
.main__selection {
    margin-bottom: 200px;
}

.selection__inner {
    display: flex;
    flex-direction: column;
}

.selection__main {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 65px 0 73px;
    margin-bottom: 151px;
    
    position: relative;
}

.selection__main-line {
    position: absolute;
    top: 0;

    z-index: -2;
}

.selection__background-text {
    display: inline-block;

    position: absolute;
    top: 130px;
    left: -7px;
    bottom: 0;

    font-family: "Futura-Black", sans-serif;
    font-size: 128px;
    font-weight: 1000;
    line-height: 128px;
    
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    z-index: -3;
}

/* --------------3d-shoes----------------- */
.selection__main-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding-left: 50px;

    position: relative;
}

.selection__main-line-3d {
    width: 100%;
    height: 100%;
    max-width: 360px;
    max-height: 36.22px;
}

.selection__main-icon-3d {
    width: 33.33px;
    height: 21.67px;
}

.selection__main-shoes {
    margin-top: 84.5px;
    width: 548px;
    height: 416px;
}

.selection__main-shoes img {
    /* display: none; */
}

spline-viewer {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* ----------------------------------------- */
.selection__main-details {
    margin: 53px 47px 0 90px;
}

.selection__main-title {
    font-family: "Futura Md BT";
    font-style: italic;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 6px;
}

.selection__main-shoes-size {
    display: flex;
    justify-content: start;
    gap: 164px;

    padding-top: 32px;
}

.selection__main-price {
    font-family: 'Futura Hv BT';
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0%;
}

.selection__main-size {
    display: flex;
    align-items: center;
    gap: 10px;

    line-height: 19px;
}

.selection__main-size .bag-button {
    margin-left: 32px;
}

.selection__main-size select {
    background: transparent;
    color: var(--general-text);
    font-family: Futura Hv BT;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    cursor: pointer;
}

.selection__main-size select option {
    appearance: none;
    background-color: var(--general-text);
    color: #333;
}

.selection__main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-size: 12px;
    margin-top: 24px;
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    max-width: 131px;
    max-height: 36px;
}
/* ---------------------- */
.selection__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;

    height: 270px;

    position: relative;
}

.selection__bottom-inner {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

    position: absolute;
    top: -60px;
    left: 0;

    margin-right: 10px;
    width: 100%;
}

.selection__bottom-nav {
    display: flex;
    justify-content: space-between;
    justify-self: start;
    gap: 44px;

    width: fit-content;
    height: fit-content;
    margin: 61.5px 80px 40px 65px;
}

.selection__bottom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    cursor: pointer;
}

.selection__bottom-button img {
    transition: var(--transition);
    scale: 1;
    margin: 9px 11.85px;
}

.selection__bottom-button:hover img {
    scale: 1.5;
}

.selection__bottom-list {
    display: flex;
    gap: 40px;

    padding-top: 20px;
}

.selection__bottom-item {
    border: 2px solid var(--general-text);
    max-width: 320px;
    max-height: 200px;

    position: relative;
}

.selection__bottom-link {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;

    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 195px;

    transition: var(--transition);
    cursor: pointer;
    padding: 0 75px 0 15px;
}

.selection__bottom-link:hover {
    scale: var(--scale);
}

.selection__bottom-link img {
    width: 100%;
    height: 100%;
    max-width: 229px;
    max-height: 134px;
}

.selection__bottom-link h3 {
    display: flex;
    flex-shrink: 1;

    padding-top: 6px;
    padding-left: 16px;
    margin-bottom: 50px;
    
    font-family: "Futura LtCn BT";
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

.selection__black,
.selection__red {
    display: flex;
    align-items: center;

    position: absolute;
    bottom: 20px;
    left: 50%;

    width: 1506px;
    height: 80px;

    font-family: "Futura Md BT", sans-serif;
    letter-spacing: 30px;
    font-style: italic;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}

.selection__black {
    gap: 207px;

    padding: 0 5px 0 55px;
    background: #000000;
    transform: translateX(-50%) rotate(2.92deg);
    z-index: 2;
}

.selection__red {
    justify-content: space-between;

    padding: 0 20px 0 50px;
    background: var(--red);
    transform: translateX(-50%) rotate(-1.91deg);
    z-index: 1;
}
/* ------------------- */
.main__line-wrapper {
    position: relative;
}

.main__line-left {
    position: absolute;
    top: 15vh;
    left: -15vw;
    z-index: -2;
}

.main__shoes-left {
    position: absolute;
    top: 35vh;
    left: -20.5vw;
    z-index: -1;
}

.main__line-right {
    position: absolute;
    top: -243vh;
    right: -28vw;
    z-index: -2;
}
/* ---------------------------------- */
.main__essence {
    margin-bottom: 231px;
}

.essence__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.essence__title {
    display: flex;
    flex-direction: column;

    max-width: 611px;

    font-style: "Futura";
    font-weight: 400;
    line-height: 100px;
    text-align: center;

    position: relative;
}

.essence__title span:first-child {
    display: flex;
    align-items: end;
    align-self: self-end;
    justify-self: end;
    gap: 28px;
}

.essence__title span:nth-child(2) {
    display: inline-block;

    background: linear-gradient(10deg, white 0%,
            white 60.4%, #ff8080 60.7%,
            var(--red) 61%, var(--red) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.essence__title span:last-child {
    display: flex;
    align-items: center;
    gap: 21px;
}

.essence__img {
    width: 72px;
    height: 72px;
}

.essence__text {
    font-family: "Futura Bk BT";
    text-align: center;
    line-height: 50px;

    max-width: 1064px;
}

.essence__button {
    padding: 10px 24px;
}

/* --------------------------------------- */
.main__best-sellers {
    margin-bottom: 175px;
}

.best-sellers__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.best-sellers__title {
    margin-bottom: 107px;
}

.best-sellers__title span {
    display: inline-block;

    background: linear-gradient(10deg, white 0%,
            white 35.4%, #ff8080 35.7%,
            var(--red) 36%, var(--red) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.best-sellers__list {
    display: flex;
    gap: 16px;

    padding: 0 20px;
}

.best-sellers__item {
    transition: all 0.4s;
}

.best-sellers__item:hover {
    scale: var(--scale);
}

.best-sellers__link {
    display: block;

    position: relative;
}

.best-sellers__link p {
    position: absolute;
    right: 1vw;
    bottom: 1vh;

    font-family: "Futura Md BT";
    font-style: Italic;
    font-size: 64px;
    line-height: 64px;
    color: transparent;
    -webkit-text-stroke: 1px var(--general-text);
    text-transform: uppercase;
}

.best-sellers__link img {
    width: 100%;
    height: 100%;
    max-width: 416px;
    max-height: 560px;
}

/* ----------------------------------------------------- */
.main__sports-time {
    margin-bottom: 240px;
}

.sports-time__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.sports-time__title {
    font-family: "Futura XBlkCnIt BT", sans-serif;
    font-style: Italic;
    font-size: 96px;
    font-weight: 1000;
    line-height: 115px;

    margin-left: -180px;

    position: relative;
}

.sports-time__title span:first-child {
    display: inline-block;
    overflow: hidden;

    color: #fff;
    padding: 30px;
    rotate: -10.67deg;
    background: #000;
    isolation: isolate;
    z-index: 1;
    
    position: relative;
}

.sports-time__title span:first-child::before {
    content: "";
    position: absolute;
    top: -28px;
    left: -95px;

    width: 100%;
    height: 100%;
    background: url(../img/decor/title-decor.png) no-repeat;
    background-size: 450px 200px;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}

.sports-time__title span:last-child {
    display: inline-block;

    position: absolute;
    top: 18px;
    left: 319px;

    color: #fff;
    padding: 30px;
    rotate: -10.67deg;
    z-index: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--general-text);
}

.sports-time__grid {
    display: flex;

    margin: 60px 0;
}

.sports-time__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px 147px;
}

.sports-time__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: var(--transition);
    cursor: pointer;
}

.sports-time__link:hover {
    scale: var(--scale);
}

.sports-time__link h3 {
    margin-top: 20px;
    width: max-content;

    font-family: "Futura LtCn BT";
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    text-align: left;
    text-transform: capitalize;
}

.sports-time__sell-desk {
    width: 320px;
    height: 184px;

    position: relative;
}

.sports-time__sell-desk::after {
    content: "";
    position: absolute;
    top: 123px;
    left: 50%;
    transform: translateX(-50%);

    background: url("../img/content/shoes/desk.png") center / contain no-repeat;
    width: 400px;
    height: 60.83px;
    z-index: -1;
}

.sports-time__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;

    width: 320px;
    height: auto;
}

.sports-time__img img {
    width: 100%;
    height: 100%;
}

.sports-time__button {
    padding: 10px 24px;
}

/* ----------------------------------------------------- */
.main__modern-shoes {
    margin-bottom: 250px;
}

.modern-shoes__top {
    display: flex;
    align-items: center;
    gap: 115px;

    padding: 0 145px 0 102px;
    margin-bottom: 240px;
}

.modern-shoes__img {
    position: relative;
}

.modern-shoes__img::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 35px;
    
    width: 300px;
    height: 300px;
    border-radius: 111px;
    background: rgb(186, 0, 0, 0.2);
    border-radius: 10px;
    z-index: -2;
}

.modern-shoes__img::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 35px;
    
    width: 300px;
    height: 300px;
    box-shadow: 0 0 500px 40px rgb(186, 0, 0, 0.5),
    inset 0 0 500px 400px rgb(186, 0, 0, 0.5);
    filter: blur(25px);
    border-radius: 10px;
    z-index: -1;

}

.modern-shoes__img img {
    max-width: 410px;
    max-height: 261px;
}

.modern-shoes__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 77px;
    letter-spacing: 0px;

    margin-bottom: 30px;
}

.modern-shoes__text {
    font-family: "Futura Bk BT";
    font-size: 24px;
    line-height: 29px;

    margin-bottom: 40px;
}

.modern-shoes__button {
    align-items: center;
    justify-content: center;

    padding: 10px 24px;
    line-height: 16px;
}
/* ------------------- */
.modern-shoes__bottom {
    display: flex;
    flex-direction: column;
    gap: 144px;
    margin-left: 76px;
}

.modern-shoes__title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
}

.modern-shoes__title span {
    color: var(--red);
}

.modern-shoes__title span:first-child {
    font-weight: 400;
    color: var(--red);

    position: relative;
}

.modern-shoes__title span:first-child::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 15px;

    width: 140px;
    height: 32px;
    background: radial-gradient(50.00% 50.00% at 50% 50%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 100%);
}

.modern-shoes__list {
    display: flex;
    align-items: start;
    justify-content: end;
    gap: 150px;
}

.modern-shoes__item {
    position: relative;

}

.modern-shoes__item::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -50px;
    z-index: -1;

    width: 292px;
    height: 292px;
    border-radius: 50%;
    filter: blur(90px);
    background: conic-gradient(from 180deg at 50% 50%, rgba(255, 0, 0, 0) 0deg, rgba(255, 0, 0, 1) 0deg, rgba(255, 0, 0, 0) 360deg, rgba(255, 0, 0, 1) 360deg);
}

.modern-shoes__link {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    gap: 14px;

    font-family: "Futura XBlkCnIt BT", sans-serif;
    font-style: Italic;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;

    margin-right: 10px;
    cursor: pointer;
    transition: var(--transition);
}

.modern-shoes__link:hover {
    scale: var(--scale);
}

.modern-shoes__img-wrapper {
    display: flex;
    gap: 10px;
}

.modern-shoes__img-wrapper img {
    width: 240.1px;
    height: auto;
}

.modern-shoes__img-wrapper p {
    color: var(--red);
}
/* ----------------------------------------------------- */
.main__trademarks {
    margin-bottom: 380px;
}

.trademarks__list {
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: space-between;

    width: 100%;
}

.trademarks__item {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}

.trademarks__item img {
    width: 100px;
    height: auto;
}
/* ----------------------------------------------------- */
.main__best-shoes {
    margin-bottom: 280px;
}

.best-shoes__inner {
    display: flex;
    align-items: center;
    gap: 21px;

    margin-left: 80px;
    margin-right: 81px;
}

.best-shoes__details {
    max-width: 618px;
}

.best-shoes__title {
    font-size: 64px;
    font-weight: 500;
    line-height: 77px;

    margin-bottom: 32px;
}

.best-shoes__text {
    font-family: "Futura Bk BT";
    font-style: Book;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;

    margin-bottom: 40px;
}

.best-shoes__button {
    align-items: center;
    justify-content: center;

    padding: 10px 24px;
    line-height: 16px;
}

.best-shoes__gallery {
    display: flex;
    justify-content: start;
    gap: 40px;

    width: 100%;
    height: 100%;
    max-height: 508px;

    position: relative;
}

.best-shoes__gallery::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -60px;
    
    width: 100%;
    height: 100%;
    
    border-radius: 419px;
    filter: blur(110px);
    background: conic-gradient(from 271deg at 50% 50%, rgba(186, 0, 0, 0.28) 0deg, rgba(186, 0, 0, 0.6) 0deg, rgba(186, 0, 0, 0.28) 360deg, rgba(186, 0, 0, 1) 360deg);
    z-index: -1;
}

.best-shoes__item-wrapper {
    display: flex;
    justify-content: end;

    width: 100%;
    height: auto;
}

.best-shoes__items-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 28px;

    width: 100%;
    height: 100%;
    max-width: 359px;
}

.best-shoes__item-1 {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    max-width: 240px;
    max-height: 400px;
    padding-bottom: 100%;
    margin-right: 30px;

    position: relative;
}

.best-shoes__item-1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
    border-radius: 13px;
    object-fit: cover;
    object-position: center center;
}

.best-shoes__item-2 {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 160px;
    padding-right: 110.3%;
    padding-bottom: 55.2%;
    position: relative;
}

.best-shoes__item-2 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
    border-radius: 13px;
    object-fit: cover;
    object-position: center center;
}

.best-shoes__item-3 {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    max-width: 240px;
    max-height: 320px;
    margin-right: 20px;
    padding-bottom: 110%;

    position: relative;
}

.best-shoes__item-3 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
    border-radius: 13px;
    object-fit: cover;
    object-position: center center;
}
/* ----------------------------------------------------- */
.visionairies__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: 0 85px 290px;
}

.visionairies__img img {
    width: 100%;
    height: 100%;
    max-width: 416px;
    max-height: 416px;

    object-fit: cover;
    object-position: center center;
}

.visionairies__details {
    display: flex;
    flex-direction: column;
    gap: 32px;

    max-width: 621px;
}

.visionairies__title-wrapper {
    max-width: 522px;
}

.visionairies__details p {
    font-family: "Futura Bk BT";
    line-height: 19px;
    text-transform: capitalize;
}

.visionairies__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    text-transform: uppercase;

    margin-bottom: 32px;
}

.visionairies__title span {
    color: var(--red);
}

.visionairies__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.visionairies__text span {
    font-weight: bold;
}

.visionairies__button {
    align-items: center;
    justify-content: center;

    padding: 10px 24px;
    line-height: 16px;
}

/* ----------------------------------------------------- */
.main__nikeclub {
    margin-bottom: 300px;
}

.nikeclub__inner {
    display: flex;
    justify-self: center;

    max-width: 1200px;
    border: 1px solid var(--general-text);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    margin: 0 50px;

    position: relative;
}

.nikeclub__inner>img {
    position: absolute;
    right: -345px;
    bottom: -197px;
    
    max-width: 798px;
    max-height: 376px;
    z-index: 1;
}

.nikeclub__main {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 65px 40px;
    width: 100%;
}

.nikeclub__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nikeclub__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;

    margin-bottom: 16px;
}

.nikeclub__text {
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;

    margin-bottom: 32px;
}

.visionairies__button {
    line-height: 12px;
    padding: 7px 24px;
}

.nikeclub__logo img {
    width: 227px;
    height: 90px;
}
/* =========================================================================== */
/* ================================== RESPONSIVE ============================= */
/* =========================================================================== */
@media (max-width: 1400px) {
    .sports-time__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 100px;
    }
    /* ---------------------- */
    .modern-shoes__top {
        gap: 80px;

        padding: 0 50px;
    }
    /* ---------------------- */
    .modern-shoes__bottom {
        gap: 120px;

        margin: 0 30px;
    }

    .modern-shoes__title {
        text-align: center;
    }

    .modern-shoes__list {
        gap: 0;
        justify-content: space-between;
    }
    /* ---------------------- */
    .best-shoes__item-3 {
        margin-right: 0;
    }
    /* ---------------------- */
}

@media (max-width: 1250px) {
    .selection__background-text {
        font-size: 100px;
    }

    .selection__main-shoes-size {
        gap: 50px;
    }
    /* -------------------------------- */
    .main__line-left {
        display: none;
    }

    .main__shoes-left {
        top: 46vh;

        width: 50%;
    }

    .main__line-right {
        display: none;
    }
    /* -------------------------------- */
    .selection__bottom-nav {
        margin: 61.5px 40px 40px;
    }
    /* -------------------------------- */
    .essence__text {
        max-width: 782px;
    }
    /* -------------------------------- */
    .best-sellers__link p {
        font-size: 45px;
    }
    /* -------------------------------- */
    .modern-shoes__title {
        margin-bottom: 25px;
    }
    .modern-shoes__text {
        margin-bottom: 25px;
    }

    .modern-shoes__list {
        display: grid;
        grid-template: repeat(3, 1fr)/repeat(3, 1fr);
    }

    .modern-shoes__item:nth-child(2) {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .modern-shoes__item:nth-child(3) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 3;
        grid-column-end: 4;
    }

    .modern-shoes__link {
        margin-right: 0;
    }
    /* -------------------------------- */
    .best-shoes__title {
        margin-bottom: 30px;
    }

    .best-shoes__text {
        margin-bottom: 20px;
    }

    .best-shoes__gallery {
        gap: 10px
    }

    .best-shoes__items-wrapper {
        gap: 13px
    }
    /* -------------------------------- */
    .visionairies__inner {
        justify-content: space-between;
        gap: 20px;

        margin: 0 65px 290px;
    }

    .visionairies__details {
        max-width: 530px;
        gap: 15px;
    }

    .visionairies__title {
        margin-bottom: 15px;
    }

    .visionairies__text {
        gap: 15px;
    }
    /* ----------------- footer--------------- */
    .footer__main {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 70px;
    }

    .form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        height: 100%;
    }

    .form label {
        font-size: 45px;
        line-height: 45px;
    }

    .form input {
        width: 100%;
    }

    .footer__grid {
        gap: 55px 15px;
    }
}

@media (max-width: 1050px) {
    .selection__main-details {
        margin: 0;
    }

    .selection__main-img {
        padding-left: 0;
    }
    /* -------------------------------- */
    .main__shoes-left {
        top: 54vh;

        width: 40%;
    }

    /* -------------------------------- */
    .modern-shoes__top {
        gap: 20px;

        padding: 0 20px
    }

    .modern-shoes__bottom {
        gap: 60px;
    }
    /* -------------------------------- */
    .best-shoes__inner {
        margin: 0 30px;
    }
    /* -------------------------------- */
    .visionairies__inner {
        justify-content: space-between;
        gap: 20px;

        margin: 0 25px 290px;
    }
    /* ---------------- footer ------------- */
    .footer__inner {
        padding: 0 40px
    }
}

@media (max-width: 1000px) {
    .selection__bottom-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .selection__bottom-nav {
        order: 2;
    }

    .selection__black,
    .selection__red {
        display: none;
    }
    /* -------------------------------- */
    .modern-shoes__img::before {
        width: 270px;
        height: 270px;
    }

    .modern-shoes__img::after {
        width: 270px;
        height: 270px;
    }

    .modern-shoes__img img {
        max-width: 380px;
    }
    /* -------------------------------- */
    .modern-shoes__bottom {
        gap: 20px;
    }

    .modern-shoes__img-wrapper img {
        width: 190px;
    }

    .modern-shoes__item::before {
        width: 240px;
        height: 240px
    }
    /* -------------------------------- */
    .trademarks__list {
        display: grid;
        grid-template: repeat(2, 1fr)/repeat(4, 1fr);
    }
}

@media (max-width: 950px) {
    .header__inner {
        padding: 46px 20px;
    }

    .header__red-line {
        display: none;
    }

    .burger-icon {
        display: flex;
    }

    .nav__list {
        display: none;
    }

    .user-instruments__list li:nth-child(2) {
        display: none;
    }

    .sidebar {
        display: flex;
    }
    /* -------------- main ----------------- */
    .selection__main {
        margin: 0 10px 150px;
    }

    .selection__main-title {
        font-size: 36px;
        line-height: 36px;
    }

    .selection__main-shoes-size {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    /* -------------------------------- */
    .best-sellers__link p {
        font-size: 35px;
    }
    /* -------------------------------- */
    .best-shoes__title {
        font-size: 55px;
        line-height: 65px;
    }

    .best-shoes__text {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    /* -------------------------------- */
    .visionairies__inner {
        justify-content: center;
    }

    .visionairies__img {
        display: none;
    }

    .visionairies__title-wrapper {
        display: flex;
        flex-direction: column;
    }

    .visionairies__title {
        align-self: center;
    }

    .visionairies__button {
        align-self: center;
    }
}

@media (max-width:900px) {
    .essence__inner {
        gap: 30px;
    }

    .essence__title {
        line-height: 85px;
    }

    .essence__text {
        max-width: 550px;
        line-height: 37px;
    }
    /* ---------------------- */
    .sports-time__list {
        gap: 50px
    }

    .sports-time__sell-desk::after {
        width: 325px;
    }

    .sports-time__img {
        width: 275px;
    }
    /* ---------------------- */
    .modern-shoes__title {
        margin-bottom: 15px;
    }

    .modern-shoes__text {
        margin-bottom: 15px;
    }
    /* ---------------------- */
    .modern-shoes__img-wrapper img {
        width: 150px;
    }

    .modern-shoes__item::before {
        width: 200px;
        height: 200px
    }
    /* --------- footer ---------- */
    .footer__top-list {
        display: grid;
        grid-template: repeat(2, 1fr)/ repeat(2, 1fr);
        justify-self: center;
        gap: 30px;
    }

    .footer__top-item {
        justify-items: center;
        justify-content: center;
        gap: 8px;

        width: fit-content;
    }

    .footer__top-text p {
        width: max-content;
    }
}

@media (max-width: 800px) {
    .selection__main-title {
        font-size: 25px;
        line-height: 30px;
    }

    .selection__main-price {
        font-size: 25px;
        line-height: 30px;
    }

    .selection__main-size select {
        font-size: 25px;
        line-height: 30px;
    }

    .selection__main {
        padding-top: 50px;
        gap: 30px;
    }

    .selection__background-text {
        font-size: 75px;
    }

    .selection__main-img {
        display: flex;
        align-self: center;
    }

    spline-viewer {
        display: none;
    }

    .selection__main-shoes {
        display: flex;
        align-items: center;
        justify-content: start;

        margin-top: 10px;
        width: 100%;
    }

    .selection__main-shoes img {
        display: block;

        width: 400px;
        height: 290px;
    }

    .selection__main-line-3d {
        display: none;
    }

    .selection__main-icon-3d {
        display: none;
    }
    /* ----------------------------- */
    .main__shoes-left {
        display: none;
    }
    /* ----------------------------- */
    .best-sellers__link p {
        position: absolute;
        right: 1vw;
        bottom: -1vh;
    }
    /* ----------------------------- */
    .sports-time__inner {
        gap: 0;
    }

    .sports-time__grid {
        margin: 10px 0 60px;
    }

    .sports-time__title {
        font-size: 60px;
        margin-left: -100px;
    }

    .sports-time__title span:first-child::before {
        top: -5px;
        left: -79px;

        background-size: 348px 170px;
    }

    .sports-time__title span:last-child {
        position: absolute;
        top: 11px;
        left: 198px;
    }

    .sports-time__list {
        display: flex;
    }
    /* ----------------------------- */
    .modern-shoes__img::before {
        width: 210px;
        height: 210px;
    }

    .modern-shoes__img::after {
        width: 210px;
        height: 210px;
    }

    .modern-shoes__img img {
        max-width: 310px;
    }

    .modern-shoes__title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 55px;
        line-height: 48px;
    }

    .modern-shoes__text {
        font-size: 19px;
    }

    .modern-shoes__list {
        display: grid;
        grid-template-columns: repeat(2, 210px);
        grid-template-rows: repeat(3, 1fr);
        column-gap: 50px;
        justify-content: space-evenly;
    }

    .modern-shoes__item:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .modern-shoes__link {
        text-align: right;
    }
    /* ----------------------------- */
    .best-shoes__inner {
        flex-direction: column;

        margin: 0 60px;
    }

    .best-shoes__details {
        max-width: 100%;
    }

    .best-shoes__gallery {
        gap: 0;
    }

    .best-shoes__item-wrapper {
        justify-content: start;

        margin-right: 20px;
    }

    .best-shoes__items-wrapper {
        margin-left: 20px;
    }

    .best-shoes__item-1 {
        margin-right: 0;
    }
    /* ----------------------------- */
    .nikeclub__main {
        padding: 30px;
    }

    .nikeclub__title {
        line-height: 55px;
        margin-bottom: 10px;
    }

    .nikeclub__text {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .nikeclub__inner>img {
        bottom: -175px;
        max-width: 736px;
    }

    .nikeclub__logo img {
        width: 200px;
    }
}

@media (max-width: 650px) {
    .user-instruments__list {
        gap: 25px;
    }
    /* ----------------- main ------------------- */
    .selection__main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        margin: 0 65px 0 73px;
        margin-bottom: 151px;
        
        position: relative;
    }

    .selection__main-shoes {
        display: flex;
        align-items: start;

        margin-top: 0;
        height: 100%;
    }

    .selection__main-shoes img {
        width: 275px;
        height: 200px;
    }

    .selection__main-details {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .selection__main-title {
        font-size: 36px;
        line-height: 36px;
        text-align: center;
    }

    .selection__main-shoes-size {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 55px;
    }

    .selection__main-size {
        gap: 0;
    }
    /* ------------------------------------ */
    .best-sellers__title {
        margin-bottom: 50px;
    }

    .best-sellers__link p {

        bottom: -2vh;
        font-size: 25px;
    }
    /* ------------------------------------ */
    .modern-shoes__img {
        display: none;
    }

    .modern-shoes__details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;

        text-align: center;
    }
    /* ------------------------------------ */
    .nikeclub__inner {
        margin: 0 20px;
    }

    .nikeclub__main {
        padding: 20px;
    }

    .nikeclub__title {
        line-height: 55px;
        font-size: 45px;
    }
}

@media (max-width: 600px) {
    .essence__title {
        text-align: left;
        font-size: 50px;
        line-height: 65px;
    }

    .essence__text {
        text-align: left;
        max-width: 400px;
    }

    .essence__title span:first-child {
        align-self: unset;
    }

    .essence__img {
        display: none;
    }
    /* --------------------- */
    .best-sellers__list {
        display: flex;
        flex-direction: column;
    }

    .best-sellers__link p {
        right: 2vh;
        bottom: 0vh;

        font-size: 49px;
    }

    .best-sellers__link img {
        max-width: 350px;
    }
    /* --------------------- */
    .modern-shoes__title {
        font-size: 45px;
        line-height: 45px;
    }

    .modern-shoes__list {
        grid-template-columns: repeat(2, 190px);
    }

    .modern-shoes__list {
        column-gap: 0;
        row-gap: 30px;
    }
    /* --------------------- */
    .trademarks__list {
        display: grid;
        grid-template: repeat(4, 1fr)/repeat(2, 1fr);
        gap: 40px 0;

        padding: 0 60px;
    }
    /* --------------------- */
    .best-shoes__title {
        font-size: 45px;
        line-height: 45px;
    }

    .best-shoes__text {
        font-size: 21px;
    }
    /* --------------------- */
    .nikeclub__inner>img {
        display: none;
    }

    .nikeclub__main {
        flex-direction: column;
        gap: 40px;

        padding: 20px 40px;
    }

    .nikeclub__details {
        order: 2;
    }

    .visionairies__title {
        font-size: 45px;
        line-height: 45px;
    }

    .nikeclub__text {
        margin-bottom: 40px;
    }
    /* ----------------------- footer----------------------- */
    .footer__top-list {
        gap: 30px 15px;
    }

    .footer__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 164px);
        gap: 65px 50px;

        margin: 0 50px;
    }

    .footer__grid ul {
        gap: 5px;
    }

    .footer__grid p {
        height: 58px;
    }

    .grid__help {
        grid-row-start: unset;
        grid-row-end: unset;
        grid-column: unset;
        grid-column-start: 1;
        grid-column-end: 3;

        order: 5;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
    }

    .grid__help ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        align-items: start;
        justify-items: center;

        text-align: center;
    }

    .footer__bottom-list {
        gap: 30px;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 50px;
    }

    .footer__bottom-copy {
        order: 2;
    }
}

@media (max-width: 450px) {
    .header__inner {
        padding: 30px 20px;
    }
    /* ------------- main ---------------- */
    .essence__title {
        font-size: 45px;
        line-height: 45px;
    }

    .essence__text {
        max-width: 300px;
    }
    /* --------------------- */
    .best-sellers__title {
        font-size: 45px;
    }

    .best-sellers__list {
        padding: 0 40px;
    }

    .best-sellers__link img {
        max-width: 280px;
    }

    .best-sellers__link p {
        right: 1.5vh;
        bottom: -1vh;
    }

    .modern-shoes__title {
        text-align: start;
    }

    .modern-shoes__bottom {
        gap: 80px;
    }

    .modern-shoes__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 130px;
    }
    /* --------------------- */
    .trademarks__list {
        padding: 0 20px;
    }
    /* --------------------- */
    .best-shoes__items-wrapper {
        margin-left: 0;
    }
    /* --------------------- */
    .nikeclub__main {
        padding: 20px 50px;
    }

    .nikeclub__title {
        margin-bottom: 30px;
    }
    /* ----------------------- footer----------------------- */
    .footer__top-list {
        grid-template-columns: 1fr;
        gap: 75px;
    }

    .footer__grid {
        margin: 0;
    }

    .form button {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .essence__title {
        padding: 0 5px;
    }

    .essence__text {
        padding: 0 10px;
    }
    /* ----------------------------------- */
    .sports-time__title {
        font-size: 45px;
        margin-left: -75px;
    }

    .sports-time__title span:first-child::before {
        top: -5px;
        left: -79px;

        background-size: 348px 170px;
    }

    .sports-time__title span:last-child {
        top: 9px;
        left: 149px;
    }

    .sports-time__grid {
        margin: 0;
    }

    .sports-time__sell-desk::after {
        width: 290px;
    }

    .sports-time__img {
        width: 230px;
    }

    .sports-time__link h3 {
        font-size: 22px;
    }
    /* ------------footer-------------- */
    .footer__inner {
        padding: 0 25px;
    }

    .footer__bottom {
        margin-top: 30px;
    }
}