:root {
    --yellow-color: #FFD53F;
    --black-color: #060606;
    --grey-color: #404040;
    --white-color: #ffff;
    --color-frame: #6f664a;
    --color-frame-border: #f8f8f8;
    --border-radius: 43px;
    --font-size: 8px;
    --border-radius-s: 15px;
    --border-radius-frame: 50px;
}
/* Medium */
@font-face {
font-family: 'Gilroy Medium';
src: url("assets/fonts/gilroy-medium.ttf");
}
/* Regular */
@font-face {
    font-family: 'Gilroy Regular';
    src: url("assets/fonts/Gilroy-Regular.ttf");
}
/* Semibold */
@font-face {
    font-family: 'Gilroy Semibold';
    src: url("assets/fonts/gilroy-semibold.ttf");
}
/* Thin */
@font-face {
    font-family: 'Gilroy Thin';
    src: url("assets/fonts/Gilroy-Thin.ttf");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    body, html {
        overflow-x: hidden;
    }
}
a {
    text-decoration: none;
    cursor: pointer;
}
button {
    outline: none;
    border: 0;
    cursor: pointer;
}
li {
    list-style: none;
}
.container {
    max-width: 1722px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 130px;
    position: relative;
}
.fa {
    color: var(--black-color);
}
/* Main Block */
.main {
    background: url("assets/main.jpg") no-repeat center;
    background-size: cover;
    height: 1036px;
    width: 100%;
    padding: 25px;
    position: relative;
}
.main_gradient {
    display: none;
}
.main__logo {
    display: flex;
    justify-content: left;
    width: 250px;
}
.main__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 3;
}
.link__app {
    padding: 15px 25px;
    border-radius: 30px;
    background: var(--yellow-color);
    font-family: 'Gilroy Semibold', sans-serif;
    color: var(--black-color);
    font-size: 18px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.link__app:hover {
    background: var(--grey-color);
    color: var(--white-color);
}
.title {
    color: #ffffff;
    font-family: 'Gilroy Medium', sans-serif;
}
.title h1 {
    font-size: calc(32px + 27 * (100vw / 1926));
}
.title h1 span {
    color: var(--yellow-color);
}
.title h2 {
    font-size: calc(22px + 14 * (100vw / 1926));
    font-weight: 400;
    opacity: 0.65;
    font-family: 'Gilroy', sans-serif;
}
.sale__logo {
    background: url("./assets/icons/sale-logo.svg") no-repeat;
    background-size: contain;
    width: 363px;
    height: 100%;
    position: absolute;
    top: 15%;
    left: 25%;
}
@media (max-width: 1220px) {
    .sale__logo {
        width: 280px;
        left: 30%;
    }
}
@media (max-width: 685px) {
    .flex {
        gap: 60px;
    }
    .main {
        height: 1085px;
        background: url("assets/main_page_mobile.png") no-repeat bottom;
        background-size: contain;
    }
    .main_gradient {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 31%, #000000 51%);
    }
    .main__logo,
    .main__wrapper {
        z-index: 2;
    }
    .main__logo {
        justify-content: center;
        width: 100%;
    }
    .main__logo img {
        width: 126px;
    }
    .main__wrapper {
        justify-content: normal;
        gap: 30px;
    }
    .title {
        text-align: center;
    }
    .title h1 {
        font-size: 35px;
    }
    .title h2 {
        font-size: 18px;
    }
    .link__app {
        font-size: 14px;
    }
    .sale__logo {
        top: 50%;
        left: 30%;
        width: 194px;
        height: 85px;
        z-index: 2;
    }
}
@media (max-width: 380px) {
    .main_gradient {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 31%, #000000 45%);
    }
    .link__app {
        padding: 10px 20px;
        font-size: 11px;
    }
}
.btn {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    width: 298px;
    height: 78px;
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + 15 * (100vw / 1926));
    font-family: 'Gilroy', sans-serif;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    background: var(--yellow-color);
}
.btn__wrapper {
    color: var(--white-color);
    font-weight: 500;
    font-size: calc(15px + 15 * (100vw / 1926));
    font-family: 'Gilroy', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.btn__block {
    display: flex;
    gap: 16px;
}
@media (max-width: 1350px) {
    .btn {
        font-size: calc(13px + 15 * (100vw / 1926));
    }
}
@media (max-width: 1280px) {
    .btn {
        font-size: calc(13px + 18 * (100vw / 1926));
    }
}
@media (max-width: 685px) {
    .btn__wrapper {
        align-items: center;
    }
    .btn__wrapper h2 {
        font-size: 20px;
        text-align: center;
    }
    .btn {
        width: 172px;
        height: 45px;
    }
}
@media (max-width: 420px) {
    .btn {
        width: 140px;
        font-size: 15px;
    }
}
/* Partners Block */
.partners {
    padding: 100px 0;
}
.partners__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 80px 10px 0;
    gap: 65px;
    background: var(--color-frame-border);
    border-radius: var(--border-radius-frame);
}
@media (max-width: 1800px) {
    .partners {
        padding: 80px;
    }
}
@media (max-width: 1250px){
    .partners {
        padding: 40px;
    }
    .partners__wrapper {
        flex-direction: column;
        padding: 40px;
        align-items: center;
    }
}
@media (max-width: 1070px) {
    .partners {
        padding: 0;
    }
    .partners__wrapper {
        padding: 0;
        background: var(--white-color);
        border-radius: 0;
    }
}
.partners__block {
    background: url("assets/phone.png") no-repeat center bottom;
    background-size: cover;
    height: 921px;
    width: 100%;
    display: block;
    position: relative;
}
@media (max-width: 1600px) {
    .partners__block {
        height: 750px;
    }
}
@media (max-width: 1320px) {
    .partners__block {
        height: 650px;
    }
}
@media (max-width: 1250px) {
    .partners__block {
        height: 550px;
        background-size: contain;
        order: 2;
        width: 600px;
    }
}
.item:nth-child(1) {
    display: inline-block;
    background: url("assets/вкусвилл.png") no-repeat;
    background-size: contain;
    width: 154px;
    height: 154px;
    position: absolute;
    left: 7%;
    top: 23.5%;
}
.item:nth-child(2) {
    display: inline-block;
    background: url("assets/farfor.png") no-repeat;
    background-size: contain;
    width: 244px;
    height: 244px;
    position: absolute;
    left: 73%;
    top: 6%;
}
.item:nth-child(3) {
    display: inline-block;
    background: url("assets/папа_джонс.png") no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 57%;
    left: 0;
}
.item:nth-child(4) {
    display: inline-block;
    background: url("assets/муму.png") no-repeat;
    background-size: contain;
    width: 220px;
    height: 220px;
    position: absolute;
    left: 70%;
    top: 45%;
}
@media (max-width: 1320px) {
    .item:nth-child(1) {
        height: 120px;
    }
    .item:nth-child(2) {
        height: 180px;
    }
    .item:nth-child(3) {
        height: 140px;
    }
    .item:nth-child(4) {
        height: 150px;
    }
    .partners__text img {
        width: 170px;
    }
}
@media (max-width: 800px) {
    .item:nth-child(2) {
        left: 65%;
    }
}
@media (max-width: 750px) {
    .item:nth-child(1) {
        width: 81px;
        height: 81px;
        top: 36%;
        left: 10%;
    }
    .item:nth-child(2) {
        width: 121px;
        height: 121px;
        left: 68%;
        top: 18%;
    }
    .item:nth-child(3) {
        width: 101px;
        height: 101px;
        left: 5%;
        top: 68%;
    }
    .item:nth-child(4) {
        width: 110px;
        height: 110px;
        left: 65%;
        top: 57%;
    }
    .partners__block {
        width: 480px;
        height: 470px;
    }
    .partners {
        gap: 30px;
    }
}
.partners__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Gilroy Medium', sans-serif;
    margin-left: 80px;
}
@media (max-width: 1250px) {
    .partners__text {
        align-items: center;
        margin-left: 0;
    }
}
.partners__text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: calc(23px + 47 * (100vw / 1926));
    margin-top: 134px;
}
.partners__text h3 {
    font-weight: 400;
    font-size: calc(13px + 16 * (100vw / 1926));
    margin-top: 25px;
}
.partners__text img {
    margin-top: 38px;
}
.qr__block {
    display: flex;
    align-items: center;
    gap: 50px;
}
.qr__block p {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #000;
}
@media (max-width: 1250px) {
    .partners__text h2 {
        margin-top: 25px;
        text-align: center;
    }
    .partners__text h3 {
        text-align: center;
        width: 480px;
    }
    .qr__block p {
        display: none;
    }
}
@media (max-width: 550px) {
    .partners__text h2 {
        font-size: calc(23px + 78 * (100vw / 1926));
    }
    .partners__text h3 {
        width: 335px;
        margin-top: 9px;
    }
    .partners__block {
        width: 360px;
        height: 377px;
        background-size: cover;
    }
    .partners__text img {
        margin-top: 20px;
        width: 136px;
    }
    .item:nth-child(1) {
        width: 67px;
        height: 81px;
        top: 36%;
        left: 6%;
    }
    .item:nth-child(2) {
        width: 102px;
        left: 72%;
    }
    .item:nth-child(3) {
        width: 85px;
        left: 0;
        top: 70%;
    }
    .item:nth-child(4) {
        width: 94px;
        left: 68%;
        top: 58%;
    }
}
@media (max-width: 380px) {
    .partners__text h3 {
        width: 300px;
        margin-top: 9px;
    }
    .item:nth-child(2) {
        left: 65%;
    }
    .item:nth-child(3) {
        left: 5%;
    }
}
/* Promotion */
.promotion__wrapper {
    background: url("assets/1.jpg") no-repeat center;
    background-size: cover;
    height: 1078px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    font-family: 'Gilroy Regular', sans-serif;
    position: relative;
    border-radius: var(--border-radius-frame);
}
@media (min-width: 1950px) {
    .promotion__wrapper {
        height: 1420px;
    }
}
@media (max-width: 1800px) {
    .promotion {
        padding: 0 90px;
    }
}
@media (max-width: 1250px) {
    .promotion {
        padding: 0 40px;
    }
    .promotion__wrapper {
        height: 495px;
        background-position: center;
        background-size: cover;
    }
}
.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180.11deg, rgba(0, 0, 0, 0) 67.87%, #000000 99.91%);
    border-radius: var(--border-radius-frame);
}
@media (max-width: 1070px) {
    .promotion {
        padding: 0;
    }
    .promotion__wrapper,
    .gradient {
        border-radius: 0;
    }
}
.promotion__desc {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    z-index: 2;
}
.promotion__desc h2 {
    font-weight: 600;
    white-space: nowrap;
    font-size: calc(15px + 48 * (100vw / 1926));
    margin-bottom: 12px;
}
.promotion__desc h3 {
    font-weight: 400;
    font-size: calc(10px + 23 * (100vw / 1926));
    margin-bottom: 13px;
}
.promotion__desc h4 {
    font-weight: 400;
    font-size: calc(10px + 14 * (100vw / 1926));
}

@media (max-width: 450px) {
    .promotion__wrapper {
        height: 378px;
        background: url("assets/1_mobile.png") no-repeat;
        background-size: cover;
    }
    .promotion__desc {
        padding: 0 10px 15px;
    }
    .promotion__desc h2 {
        margin-bottom: 0;
    }
    .promotion__desc h3 {
        margin-bottom: 9px;
    }
    .promotion__desc h4 {
        font-size: calc(10px + 10 * (100vw / 1926));
    }
}
/* instruction */
.instruction {
    font-family: 'Gilroy Regular', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
}
.instruction__wrapper {
    background: var(--color-frame-border);
    border-radius: var(--border-radius-frame);
    padding: 100px 20px;
}
@media (max-width: 1800px) {
    .instruction {
        padding: 90px;
    }
}
@media (max-width: 1250px) {
    .instruction {
        padding: 40px;
    }
}
@media (max-width: 1070px) {
    .instruction {
        padding: 0;
    }
    .instruction__wrapper {
        background: var(--white-color);
        border-radius: 0;
    }
}
.instruction__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.instruction__title h2 {
    font-weight: 600;
    font-size: calc(17px + 50 * (100vw / 1926));
}
.instruction__title a {
    font-weight: 500;
    font-size: calc(17px + 13 * (100vw / 1926));
    color: var(--yellow-color);
    margin-top: 10px;
}
.instruction__title a .fa {
    color: var(--yellow-color);
}
.instruction__items {
    display: grid;
    grid-template: 1fr / repeat(2,1fr);
    grid-row-gap: 85px;
    margin-top: 60px;
}
.instruction__item {
    display: flex;
    gap: 30px;
    align-items: center;
}
.instruction__item:nth-child(1),
.instruction__item:nth-child(3) {
    margin-left: 60px;
    width: 650px;
}
@media (max-width: 1425px) {
    .instruction__items {
        grid-row-gap: 25px;
    }
    .instruction__item:nth-child(1),
    .instruction__item:nth-child(3) {
        margin-left: 0;
    }
}
.instruction__item p {
    font-weight: 400;
    font-size: calc(15px + 16 * (100vw / 1926));
    white-space: break-spaces;
}
@media (max-width: 1250px) {
    .instruction__items {
        grid-column-gap: 25px;
    }
    .instruction__item {
        flex-direction: column;
    }
    .instruction__item p {
        text-align: center;
    }
    .instruction__item:nth-child(1),
    .instruction__item:nth-child(3) {
        width: auto;
    }
}
@media (max-width: 768px) {
    .instruction__items {
        grid-template-columns: none;
    }
    .instruction__item p {
        width: 420px;
    }
    .instruction__title h2 {
        text-align: center;
    }
}
@media (max-width: 580px) {
    .instruction {
        padding: 50px 18px 33px;
    }
    .instruction__title h2 {
        font-size: calc(17px + 40 * (100vw / 1926));
    }
    .instruction__title a {
        font-size: calc(17px + 0 * (100vw / 1926));
        margin-top: 0;
    }
    .instruction__items {
        margin-top: 25px;
    }
    .instruction__item {
        gap: 5px;
    }
    .instruction__item:nth-child(1) {
        order: 1;
    }
    .instruction__item:nth-child(2) {
        order: 3;
    }
    .instruction__item:nth-child(3) {
        order: 2;
    }
    .instruction__item:nth-child(4) {
        order: 4;
    }
    .instruction__item img {
        width: 30px;
    }
    .instruction__item .img_train {
        width: 38px;
    }
    .instruction__item .img_plane {
        width: 49px;
    }
    .instruction__item p {
        width: 320px;
    }
}
/* Footer */
footer {
    background: var(--black-color);
    padding-top: 30px;
    background-image: url("./assets/footer-img.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer__block {
    margin: 0 40px;
    padding: 58px 0 37px;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Gilroy Regular';
}
.footer_shadow {
    display: none;
}
.footer p {
    font-weight: 400;
    font-size: calc(13px + 8 * (100vw / 1926));
    white-space: nowrap;
    color: var(--white-color);
    line-height: 24px;
    letter-spacing: 1.6px;
}
.footer__wrapper {
    display: flex;
    gap: 65px;
    position: relative;
    justify-content: space-between;
}
.footer__socials {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 40px);
    gap: 50px;
    column-gap: 75px;
    padding-left: 50px;
}
.footer_menu li:nth-child(12) {
    grid-column: 2;
    grid-row: 5/8;
    align-items: baseline;
}
.footer_menu li:nth-child(1) {
    order: 1;
}
.footer_menu li:nth-child(2) {
    order: 2;
}
.footer_menu li:nth-child(3) {
    order: 3;
}
.footer_menu li:nth-child(4) {
    order: 4;
}
.footer_menu li:nth-child(5) {
    order: 5;
}
.footer_menu li:nth-child(6) {
    order: 8;
}
.footer_menu li:nth-child(7) {
    order: 7;
}
.footer_menu li:nth-child(8) {
    order: 9;
}
.footer_menu li:nth-child(9) {
    order: 10;
}
.footer_menu li:nth-child(10) {
    order: 6;
}
.footer_menu li:nth-child(11) {
    order: 11;
}
.footer_menu li:nth-child(12) {
    order: 12;
}
.footer_menu-item {
    display: flex;
    gap: 36px;
}
.footer_menu-item div {
    display: flex;
    gap: 20px;
    color: var(--white-color);
    align-items: center;
    font-size: 30px;
}
.footer_menu li {
    display: flex;
    align-items: center;
}
.footer_menu li a {
    font-weight: 400;
    font-size: calc(18px + 12 * (100vw / 1926));
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
}
.footer_contacts {
    position: absolute;
    right: 0;
    bottom: -70px;
}
.footer_contacts a {
    color: #ffffff;
    font-weight: 400;
    font-size: calc(15px + 12 * (100vw / 1926));
    white-space: nowrap;
}
.footer_contacts ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contacts {
    display: flex;
    align-items: center;
    gap: 40px;
}
.contacts .contacts_tel {
    font-weight: 400;
    font-size: calc(20px + 12 * (100vw / 1926));
    color: var(--yellow-color);
    white-space: nowrap;
}
.social_contacts {
    display: flex;
    gap: 20px;
}
.social_contacts a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--yellow-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black-color);
    font-weight: bold;
}
.footer_menu-lastItem p {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
}
@media (max-width: 1640px) {
    .footer_menu {
        padding-left: 30px;
    }
}

@media (max-width: 1050px) {
    .footer__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer_menu {
        grid-template: 1fr 1fr 1fr / repeat(2, 1fr);
        grid-template-columns: none;
        grid-auto-flow: row;
        align-items: center;
        justify-items: center;
    }
    .footer_contacts {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .footer_contacts ul {
        align-items: center;
    }
    .contacts {
        flex-direction: column;
    }
}
@media (max-width: 550px) {
    footer {
        background-image: url("./assets/footer-img-mobile.png");
        background-repeat: no-repeat;
        background-position: center 1150px;
        position: relative;
        overflow: hidden;
    }
    .footer_shadow {
        display: block;
        position: absolute;
        bottom: -35px;
        left: -18%;
        width: 150%;
        height: 245px;
        filter: blur(36px);
        background: #484746;
    }
    .footer__block {
        margin: 0 15px;
    }
    .footer_logo img {
        width: 128px;
    }
    .footer__wrapper {
        gap: 24px;
    }
    .footer_menu {
        gap: 26px;
    }
    .footer_menu-item {
        gap: 15px;
    }
    .footer_contacts ul {
        gap: 25px;
    }
    .social_contacts {
        gap: 14px;
    }
    .footer p {
        margin-top: 15px;
    }
    .footer_menu li:nth-child(11) {
        order: 12 !important;
    }
    .footer_menu li:nth-child(12) {
        order: 11 !important;
    }
    .footer_menu-lastItem {
        margin-right: 125px;
    }
    .footer_menu-lastItem img {
        height: 150px;
    }
}
@media (max-width: 1480px) {
    .footer__wrapper {
        gap: 20px;
    }
}
@media (max-width: 1350px) {
    .footer_menu {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-left: 0;
    }
    .footer__wrapper {
        gap: 40px;
    }
    .footer_menu li:nth-child(1) {
        order: 1;
    }
    .footer_menu li:nth-child(2) {
        order: 10;
    }
    .footer_menu li:nth-child(3) {
        order: 2;
    }
    .footer_menu li:nth-child(4) {
        order: 9;
    }
    .footer_menu li:nth-child(5) {
        order: 3;
    }
    .footer_menu li:nth-child(6) {
        order: 10;
    }
    .footer_menu li:nth-child(7) {
        order: 4;
    }
    .footer_menu li:nth-child(8) {
        order: 5;
    }
    .footer_menu li:nth-child(9) {
        order: 6;
    }
    .footer_menu li:nth-child(10) {
        order: 8;
    }
    .footer_menu li:nth-child(11) {
        order: 11;
    }
    .footer_menu li:nth-child(12) {
        order: 12;
    }
    .footer p {
        margin-top: 30px;
    }
}
@media (max-width: 800px) {
    .footer_menu-lastItem p {
        font-size: 20px;
        line-height: 24px;
    }
    .footer p {
        margin-top: 20px;
        z-index: 2;
    }
    .item-logo {
        width: 120px;
    }
    .footer_menu-item span {
        font-size: 20px;
    }
    .footer_menu li:nth-child(10) {
        margin: 0;
        padding: 0 10px;
    }
    .footer__socials {
        align-items: center;
    }
    .footer_socials a {
        text-decoration: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 395px) {
    footer {
        background-position: center 1170px;
    }
    .footer_menu {
        display: flex;
        flex-direction: column;
        column-gap: 130px;
        margin-top: 30px;
    }

    .footer_menu li a {
        font-size: 18px;
        font-weight: 400;
        line-height: 19.86px;
        text-align: left;
    }
    .footer p {
        font-size: 16px;
        letter-spacing: 0;
    }
    .footer_menu-item {
        gap: 8px;
    }
    .item-logo {
        width: 105px;
    }
    .footer_menu li:nth-child(10) {
        margin: 0;
        padding: 0 10px;
    }
}
@media (max-width: 360px) {
    footer {
        background-position: center 1170px;
    }
}