:root {
    --yellow-color: #FFD53F;
    --black-color: #060606;
    --grey-color: #404040;
    --white-color: #ffff;
    --color-frame: #6f664a;
    --border-radius: 43px;
    --font-size: 8px;
    --border-radius-s: 15px;
}
/* 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%;
    margin: 0 auto;
}
/* Main Block */
.orders__main {
    background: url("../assets/orders_main_page.jpg") no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 712px;
    position: relative;
    padding: 25px;
}
.orders__gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 98.67%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.logo {
    display: flex;
    justify-content: center;
    position: relative;
}
.title {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-family: 'Gilroy Medium', sans-serif;
    position: relative;
    text-align: center;
    max-width: 960px;
    width: 100%;
}
.orders__main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.orders__main-wrapper .container {
    display: contents;
}
.title h1 {
    font-weight: 700;
    font-size: calc(32px + 27 * (100vw / 1926));
}
.title a {
    color: var(--yellow-color);
}
@media (max-width: 500px) {
    .orders__main {
        background: url("../assets/orders_main_page_mobile.png") no-repeat center bottom;
        background-size: cover;
        height: 644px;
    }
    .orders__gradient {
        background: radial-gradient(100% 100% at 50% 0%, rgba(5, 5, 5, 0.45) 0%, rgba(5, 5, 5, 0.315) 100%);
        mix-blend-mode: multiply;
    }
    .logo {
        justify-content: flex-start;
    }
    .orders__main-wrapper {
        align-items: flex-start;
        margin-top: 50px;
    }
    .title h1 {
        text-align: left;
    }
}

/* Partners */
.partners {
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 113px;
    gap: 65px;
    color: var(--black-color);
}
.partners__block {
    position: relative;
    max-width: 740px;
    width: 100%;
}
@media (max-width: 1250px) {
    .partners {
        flex-direction: column;
        align-items: center;
    }
}
.item:nth-child(1) {
    display: inline-block;
    background: url("../assets/orders_photo_1.png") no-repeat;
    background-size: contain;
    width: 206px;
    height: 211px;
    position: absolute;
    left: 30%;
    top: -30.5%;
    transform: rotate(13deg);
}
.item:nth-child(2) {
    display: inline-block;
    background: url("../assets/orders_photo_2.png") no-repeat;
    background-size: contain;
    width: 174px;
    height: 178px;
    position: absolute;
    left: 60%;
    top: -21%;
    transform: rotate(-11deg);
}
.item:nth-child(3) {
    display: inline-block;
    background: url("../assets/orders_photo_3.png") no-repeat;
    background-size: contain;
    width: 266px;
    height: 272px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-5deg);
}
.item:nth-child(4) {
    display: inline-block;
    background: url("../assets/orders_photo_4.png") no-repeat;
    background-size: contain;
    width: 222px;
    height: 227px;
    position: absolute;
    left: 36%;
    top: 19%;
    transform: rotate(3deg);
}
.item:nth-child(5) {
    display: inline-block;
    background: url("../assets/orders_photo_5.png") no-repeat;
    background-size: contain;
    width: 316px;
    height: 323px;
    position: absolute;
    left: -1.5%;
    top: 52%;
    transform: rotate(-9deg);
}
.item:nth-child(6) {
    display: inline-block;
    background: url("../assets/orders_photo_6.png") no-repeat;
    background-size: contain;
    width: 337px;
    height: 344px;
    position: absolute;
    left: 41%;
    top: 64%;
    transform: rotate(8deg);
    z-index: 1;
}
.item:nth-child(7) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fecb32;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -1%;
    right: -2%;
    width: 243px;
    height: 243px;
    z-index: 3;
}
.item:nth-child(8) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fecb32;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 36%;
    right: 6%;
    width: 257px;
    height: 257px;
    z-index: 2;
}
@media (min-width: 2000px) {
    .item:nth-child(1) {
        left: 26%;
        top: -20.5%;
    }
}
@media (max-width: 1250px) {
    .partners__block {
        height: 680px;
    }
    .item:nth-child(1) {
        left: 20%;
        top: -20.5%;
    }
    .item:nth-child(2) {
        left: 53%;
        top: -10%;
    }
    .item:nth-child(3) {
        top: 5%;
    }
    .item:nth-child(4) {
        top: 18%;
    }
    .item:nth-child(5) {
        top: 46%;
    }
    .item:nth-child(6) {
        top: 52%;
    }
    .item:nth-child(7) {
        top: 2%;
        right: 2%;
    }
    .item:nth-child(8) {
        top: 30%;
    }
}
@media (max-width: 840px) {
    .partners__block {
        height: 510px;
    }
    .item:nth-child(1) {
        width: 170px;
        height: 185px;
    }
    .item:nth-child(2) {
        width: 140px;
        height: 142px;
    }
    .item:nth-child(3) {
        width: 206px;
        height: 208px;
    }
    .item:nth-child(4) {
        width: 180px;
        height: 182px;
    }
    .item:nth-child(5) {
        width: 240px;
        height: 243px;
    }
    .item:nth-child(6) {
        width: 220px;
        height: 223px;
    }
    .item:nth-child(7) {
        width: 170px;
        height: 170px;
    }
    .item:nth-child(7) svg {
        width: 130px;
    }
    .item:nth-child(8) {
        width: 190px;
        height: 190px;
    }
    .item:nth-child(8) svg {
        width: 150px;
    }
}
@media (max-width: 650px) {
    .partners__block {
        height: 380px;
    }
    .item:nth-child(1) {
        width: 108px;
        height: 110px;
    }
    .item:nth-child(2) {
        width: 92px;
        height: 94px;
    }
    .item:nth-child(3) {
        width: 130px;
        height: 133px;
    }
    .item:nth-child(4) {
        width: 116px;
        height: 118px;
    }
    .item:nth-child(5) {
        width: 162px;
        height: 166px;
    }
    .item:nth-child(6) {
        width: 173px;
        height: 176px;
    }
    .item:nth-child(7) {
        width: 120px;
        height: 120px;
    }
    .item:nth-child(7) svg {
        width: 95px;
    }
    .item:nth-child(8) {
        width: 135px;
        height: 135px;
    }
    .item:nth-child(8) svg {
        width: 115px;
    }
}
.partners__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Gilroy Medium', sans-serif;
    margin-left: 80px;
    color: black;
}
.partners__text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: calc(23px + 33 * (100vw / 1926));
    margin-top: 85px;
    max-width: 825px;
    width: 100%;
}
.partners__text h3 {
    font-weight: 400;
    font-size: calc(13px + 13 * (100vw / 1926));
    margin-top: 25px;
    max-width: 800px;
    width: 100%;
}
@media (max-width: 1440px) {
    .partners {
        gap: 0;
    }
    .partners__text h2 {
        font-size: calc(23px + 28 * (100vw / 1926));
    }
}
@media (max-width: 1320px) {
    .partners__text h2 {
        margin-top: 55px;
    }
}
@media (max-width: 1250px) {
    .partners {
        padding-bottom: 60px;
    }
    .partners__text {
        align-items: center;
        margin-left: 0;
    }
    .partners__text h2 {
        margin-top: 25px;
        text-align: center;
    }
    .partners__text h3 {
        text-align: center;
        width: 480px;
    }
}
@media (max-width: 550px) {
    .partners__text {
        align-items: flex-start;
    }
    .partners__text h2 {
        font-size: calc(23px + 78 * (100vw / 1926));
        text-align: left;
    }
    .partners__text h3 {
        width: 335px;
        margin-top: 9px;
        text-align: left;
    }
    .item:nth-child(1) {
        left: 23%;
        top: -24.5%;
    }
    .item:nth-child(2) {
        left: 58%;
        top: -19%;
    }
    .item:nth-child(3) {
        top: -3%;
        left: -10%;
    }
    .item:nth-child(4) {
        top: 9%;
        left: 28%;
    }
    .item:nth-child(5) {
        top: 35%;
        left: -13%;
    }
    .item:nth-child(6) {
        top: 43%;
        left: 34%;
    }
    .item:nth-child(7) {
        top: -3%;
        right: -3%;
    }
    .item:nth-child(8) {
        top: 21%;
    }
}
@media (max-width: 380px) {
    .partners__text h3 {
        width: 300px;
        margin-top: 9px;
    }
}
/* Description Orders */
.desc__orders {
    background: var(--black-color);
    color: white;
    position: relative;
    height: 585px;
    display: flex;
}
.desc__orders_wrapper {
    display: flex;
    justify-content: space-between;
}
.desc__orders img {
    max-width: 100%;
    width: 638px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.img_block {
    width: 35%;
}
.desc__orders_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    padding: 40px;
    width: 65%;
}
.desc__orders_item {
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: calc(8px + 18 * (100vw / 1926));
}
.desc__orders_item p {
    max-width: 1030px;
    width: 100%;
}
@media (max-width: 1725px) {
    .desc__orders_item p {
        max-width: 750px;
    }
}
@media (max-width: 1550px) {
    .img_block {
        width: 50%;
    }
}
@media (max-width: 1470px) {
    .desc__orders {
        height: 468px;
    }
    .desc__orders img {
        width: 510px;
    }
}
@media (max-width: 1220px) {
    .desc__orders {
        height: 395px;
    }
    .desc__orders img {
        width: 420px;
    }
    .desc__orders_block {
        gap: 18px;
    }
    .desc__orders_item {
        font-size: calc(8px + 14 * (100vw / 1926));
    }
}
@media (max-width: 930px) {
    .desc__orders {
        height: auto;
    }
    .desc__orders_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .desc__orders img {
        position: relative;
        order: 1;
    }
    .desc__orders_block {
        order: 2;
        padding: 30px;
        width: 100%;
    }
    .img_block {
        display: none;
    }
    .desc__orders_item {
        flex-direction: column;
        gap: 10px;
    }
    .desc__orders_item span svg {
        width: 51px;
        height: 51px;
    }
    .desc__orders_item p {
        text-align: center;
    }
}
@media (max-width: 550px) {
    .desc__orders img {
        width: 100%;
    }
    .desc__orders_item {
        font-size: calc(10px + 18 * (100vw / 1926));
    }
}
/* Orders Form */
.orders__form {
    position: relative;
    height: 1192px;
}
.form__wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.form__photo {
    width: 1022px;
}
.form__photo img {
    max-width: 100%;
    width: 1022px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.form {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 660px;
    font-family: 'Gilroy Regular', sans-serif;
    padding-top: 95px;
}
.form input {
    border: 0;
    outline: none;
    text-align: center;
    border-bottom: 2px solid black;
    font-size: calc(16px + 12 * (100vw / 1926));
    font-weight: 400;
    padding: 0 0 18px;
    transition: all 0.3s ease-in-out;
}
.form input::placeholder {
    color: var(--black-color);
}
.form input:focus {
    border-bottom: 2px solid var(--yellow-color);
}
.form input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form__btn {
    padding: 34px;
    font-size: calc(16px + 12 * (100vw / 1926));
    background: var(--black-color);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.form__btn:hover {
    background: var(--yellow-color);
    color: var(--black-color);
}
.form__text h2 {
    font-size: calc(18px + 33 * (100vw / 1926));
    text-align: center;
}
.form__text h3 {
    font-size: calc(14px + 15 * (100vw / 1926));
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
}
.form__contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.form__contacts .tel a {
    color: var(--black-color);
    font-size: calc(18px + 14 * (100vw / 1926));
    font-weight: 600;
}
.form__social_contacts {
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 1750px) {
    .orders__form {
        height: 1072px;
    }
    .form__photo,
    .form__photo img {
        width: 920px;
    }
    .form {
        padding-top: 65px;
    }
}
@media (max-width: 1610px) {
    .orders__form {
        height: 933px;
    }
    .form__photo,
    .form__photo img {
        width: 800px;
    }
    .form {
        width: 540px;
        padding-top: 20px;
        gap: 40px;
    }
}
@media (max-width: 1380px) {
    .orders__form {
        height: 782px;
    }
    .form__photo,
    .form__photo img {
        width: 670px;
    }
    .form {
        width: 490px;
        gap: 30px;
    }
    .form__btn {
        padding: 24px;
    }
    .form__social_contacts a svg {
        width: 47px;
    }
}
@media (max-width: 1200px) {
    .orders__form {
        height: 642px;
    }
    .form__photo,
    .form__photo img {
        width: 550px;
    }
    .form {
        width: 400px;
        gap: 20px;
    }
    .form input {
        font-size: calc(12px + 12 * (100vw / 1926));
    }
    .form__btn {
        padding: 20px;
    }
    .form__social_contacts a svg {
        width: 37px;
    }
    .form__text h2 {
        font-size: calc(18px + 23 * (100vw / 1926));
    }
    .form__text h3 {
        font-size: calc(14px + 10 * (100vw / 1926));
    }
}
@media (max-width: 1000px) {
    .orders__form {
        height: auto;
    }
    .form__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .form {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .form__photo,
    .form__photo img {
        width: 100%;
        position: relative;
        height: 450px;
        object-fit: cover;
    }
}
@media (max-width: 550px) {
    .form__photo,
    .form__photo img {
        width: 100%;
        position: relative;
        height: 318px;
        object-fit: cover;
    }
    .form {
        gap: 30px;
    }
    .form__text h2 {
        font-size: 39px;
    }
    .form__text h3 {
        font-size: 17px;
    }
    .form__btn {
        font-size: 24px;
    }
}
/* 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;
    }
}