@media screen and (max-width: 1081px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .catalog .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .catalog-items {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .order .container {
        flex-direction: column;
        justify-content: center;
        padding-left: 60px;
        padding-right: 60px;
    }

    .order-image {
        order: 1;
        width: calc(100% + 120px);
        border: 0;
        margin: 0 -60px;
    }

    .order-main {
        order: 2;
        margin: 60px auto;
    }

    .order-title {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .order-info {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .order-description, .order-input, .order-btn, .error-input, .error-description {
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 1025px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .hero .container {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-image {
        order: 1;
        width: calc(100% + 120px);
        border: 0;
    }

    .hero-title {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-info {
        margin: 60px 0;
        order: 2;
        text-align: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 769px) {
    .btn:active {
        background-color: transparent;
    }

    .btn.product-btn:active {
        background-color: #3A4F64;
    }

    .currency-button:hover {
        background: rgba(253, 254, 248, 0.5);

    }
}

@media screen and (max-width: 751px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .header .logo {
        margin-right: 0;
    }

    .header .currency-button {
        margin-left: 0;
    }

    .order .container {
        padding: 0 30px;
    }

    .order-image {
        margin: 0 -30px;
        width: calc(100% + 60px);
    }
}

@media screen and (max-width: 651px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .burger {
        display: block;
        order: 3;
    }

    .logo {
        order: 2;
    }

    .currency-button {
        order: 1;
    }

    .menu-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .menu {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #FDFEF8;
        padding: 20px 20px 5px 20px;
        border-bottom-left-radius: 10px;
    }

    .close {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 20px;
    }

    .menu-items {
        display: block;
    }

    .menu-item {
        margin-bottom: 15px;
    }

    .menu-item a {
        color: #11223C;
    }

    .menu-item:hover a {
        border-bottom: 1px solid #11223C;
    }

    .footer .container {
        justify-content: center;
    }

    .footer .logo {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 616px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .hero-title {
        width: 430px;
    }

    .hero-title .title-text {
        font-family: 'HeliosExtLight', sans-serif;
        font-size: 30px;
    }
}

@media screen and (max-width: 541px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .hero-title {
        width: 360px;
    }
    .hero-title .title-text {
        font-family: 'HeliosExtLight', sans-serif;
        font-size: 25px;
    }

    .hero-description {
        width: 360px;
    }

    .catalog-title {
        font-size: 25px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .product {
        flex-direction: column;
        justify-content: center;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-info {
        gap: 15px;
    }

    .product-title {
        margin-bottom: 0;
    }

    .product-description {
        flex: 0;
    }

   .product-action {
        margin-top: 0;
    }
}

@media screen and (max-width: 501px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .header .container {
        flex-wrap: wrap;
    }

    .header .logo {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .burger {
        order: 2;
        margin-left: calc((100% - 265px) / 2);
    }

    .currency-button {
        order: 3;
        margin-right: calc((100% - 265px) / 2);
    }

}

@media screen and (max-width: 426px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .hero-title {
        width: 300px;
    }

    .hero-title .title-text {
        font-family: 'HeliosExtLight', sans-serif;
        font-size: 21px;
        margin: 3px 0 3px 0;
    }


    .hero-info {
        margin: 30px 0 31px 0;
    }
}

@media screen and (max-width: 386px) {


    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .header .container, .footer .container {
        padding-left: calc((100% - 265px) / 2);
        padding-right: calc((100% - 265px) / 2);
    }

    .header .divider::before, .footer .divider::after {
        width: 265px;
    }
}

@media screen and (max-width: 351px) {

    body {
        font-family: 'HeliosExtLight', sans-serif;
    }

    .order .container {
        padding: 0 15px;
    }

    .order-image {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
}
