@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Applying the custom font to an HTML element */
body {
    font-family: "Muller", sans-serif;
    color: #3A2921;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.border-wh {
    border: 1px solid #fff;
}

.bg-wh {
    background: #fff;;
}

.bg-red {
    background: #D12F23;
}

.color-regular {
    color: #3A2921;
}

.color-wh {
    color: #fff;
}

.color-red {
    color: #D12F23;
}

.text-uppercase {
    text-transform: uppercase;
}

.fs-20 {
    font-size: 20px;
}

.fs-48 {
    font-size: 48px;
}

.fwm {
   font-weight: 500;
}

.mt-12 {
    margin-top: 12px;
}

.ci-input {
    position: relative;
    height: 62px;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 4px;
}

.ci-input__label {
    position: absolute;
    font-size: 12px;
    opacity: 0.5;
}

.ci-input__input {
    position: absolute;
    bottom: 8px;
    width: 90%;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 18px;
    line-height: 1.4;
    outline: none;
}

input:is(:-webkit-autofill, :autofill) {
    background-color: transparent !important;
}

.main-button {
    padding: 20px 24px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    background: #D12F23;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.main-button-wh {
    padding: 20px 24px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    background: #fff;
    color: #3A2921;
    border: none;
    cursor: pointer;
}

.main-button-lg {
    padding: 20px 100px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 38px 80px;
}

.header .header-nav {
    display: flex;
    gap: 8px;
    padding: 0;
    list-style: none;
    font-weight: 500;
}

.header-nav {

}

.header-nav .header-nav__item {
    padding: 16px 24px;
    background: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
}

.main-section {
    background: url("../media/main-section.png") 50% 50% no-repeat;
    background-size: cover;
    min-height: 1080px;
}

.main-section__content {
    max-width: 685px;
    /*margin-left: 180px;*/
    margin-left: 10%;
    padding-top: 35px;
}

.main-section__content-text {
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
}

.stats-section {
    display: flex;
    flex-wrap: wrap;
    padding: 10%;
}

.stats-section__left {
    width: 50%;
    padding-right: 150px;
}

.stats-section__left-title {
    font-size: 48px;
    color: #3A2921;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.stats-section__left-desc {
    font-size: 20px;
    color: #3A2921;
    line-height: 150%;
}

.stats-section__right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 50px;
}

.stats-section__right-block {
    width: calc(50% - 25px);
    padding-bottom: 50px;
}

.stats-section__right-block__title {
    font-size: 52px;
    color: #D12F23;
}

.stats-section__right-block__title-1 {
    display: inline-flex;
    width: 90px;
}

.stats-section__right-block__sub-1 {
    margin-top: -25px !important;
}

.stats-section__right-block__num {
    font-size: 90px;
    font-weight: 500;
}

.stats-section__right-block__desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 25px;
}

.brands-section {
    padding: 0 0 160px 0;
}

.brands-section>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brands-section>ul li {
    width: calc(100% / 7);
    list-style: none;
    text-align: center;
}

.brands-section img {
    width: 65%;
}

.business-section {
    min-height: 1046px;
    background: url("../media/business-section.png") 50% 50% no-repeat;
    background-size: cover;
}

.business-section {
    /*padding: 180px;*/
    padding: 10%;
    box-sizing: border-box;
    position: relative;;
}

.business-section__blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.business-section__blocks-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 380px;
    height: 335px;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 14px;
    border-radius: 8px;
}

.business-section__blocks-block.business-section__blocks-block__less {
    padding: 0;
    justify-content: end;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
}

.business-section__blocks-block__title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.business-section__blocks-block__desc {
    font-size: 16px;
    line-height: 1.3;
}

.business-section__slogan {
    position: absolute;
    font-size: 114px;
    top: 145px;
    right: 53px;
    font-weight: 500;
}

.business-section__slogan p {
    backdrop-filter: blur(4.407479763031006px);
    color: #D3C9C04D;
}

.catalog-section {
    /*padding: 180px;*/
    padding: 10%;
}

.catalog-section__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 190px;
}

.catalog-section__row-left__title {
    max-width: 350px;
    margin-top: 26px;
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
}

.catalog-section__card {
    width: 70%;
    max-height: 600px;
    display: flex;
    margin-bottom: 190px;
}

.catalog-section__card:last-child {
    margin-bottom: 0;
}

.catalog-section__card img {
    width: 50%;
}

.catalog-section__card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.catalog-section__card-content__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
}

.catalog-section__card-content__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    padding: 24px 0;
}

.catalog-section__card-content__characteristics {
    display: flex;
    flex-wrap: wrap;
}

.catalog-section__card-content__characteristics>div {
    width: 50%;
    margin-bottom: 20px;
}

.catalog-section__card-content__characteristics-block-info {
    font-weight: 500;
}

.catalog-section__card-content__characteristics-block-info p:first-child {
    font-size: 48px;
    line-height: 1.3;
}

.catalog-section__card-content__characteristics-block-info p:last-child {
    font-size: 16px;
    line-height: 1.3;
}

.catalog-section__card-content__characteristics-block-simple {
    display: flex;
    align-items: end;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.service-section {
    background: #ECECED;
    /*padding: 180px;*/
    padding: 10%;
}

.service-section__title {
    width: 70%;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 130px;
}

.service-section__content-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    padding-right: 80px;
}

.service-section__content-text {
    font-size: 24px;
    line-height: 1.3;
}

.service-section__content-slogan {
    font-size: 105px;
    font-weight: 500;
    color: rgba(211, 201, 192, 0.3);
    text-transform: uppercase;
    margin-left: -130px;
}

.service-section__content {
    display: flex;
    flex-wrap: wrap;
}

.service-section__content-blocks {
    width: 60%;
}

.service-section__content-block {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.service-section__content-block:last-child {
    margin-bottom: 0;
}

.service-section__content-block img {
    width: 45%;
}

.service-section__content-block__content {
    background: #fff;
    padding: 38px 42px;
    border-radius: 15px;
}

.service-section__content-block__content-title {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
}

.service-section__content-block__content-desc {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 24px;
}

.feedback-section {
    display: flex;
    flex-wrap: wrap;
    background: #D12F23;
    padding-top: 60px;
    color: #fff;
}

.feedback-section__image {
    width: 50%;
    text-align: center;
}

.feedback-section__image img {
    width: 60%;
}

.feedback-section__form {
    width: 40%;
}

.feedback-section__form form {
    width: 380px;
    margin-top: 40px;
}

.feedback-section__form form button {
    width: 100%;
    margin-top: 30px;
}

.feedback-section__form-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.feedback-section__form-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.feedback-section__form-privacy {
    margin-top: 30px;
    line-height: 1.2;
    opacity: 0.6;
}



.footer {
    padding: 70px 80px;
    background: #3A2921;
    color: #fff;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-top .footer-nav {
    display: flex;
    list-style: none;
}

.footer-top .footer-nav li {
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 500;
}

.footer-top__mp {
    font-size: 18px;
    line-height: 1.2;
    width: 240px;
    text-align: right;
    opacity: 0.6;
    margin-top: auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.footer-bottom_company {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.footer-bottom_privacy {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.6;
    margin-top: 8px;
}

.feedback-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.5);
}

@media (min-width: 320px) and (max-width: 1023px) {
    .header {
        padding: 20px;
    }

    .main-button, .main-button-wh {
        font-size: 16px;
        padding: 16px 20px;
    }

    .header .header-nav {
        display: none;
    }

    .main-section__content {
        margin-left: 0;
        padding: 20px;
        background: rgba(255, 255, 255, 0.3);
    }

    .main-section__content-text {
        font-size: 28px;
    }

    .business-section__blocks-block.business-section__blocks-block__less {
        font-size: 32px;
        height: auto;
        padding: 30px 0;
    }

    .stats-section {
        flex-direction: column;
        padding: 12px;
    }

    .stats-section__left {
        width: 100%;
        padding: 12px;
    }

    .stats-section__left-title {
        font-size: 25px;
    }

    .stats-section__left-desc {
        font-size: 16px;
    }

    .stats-section__right {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .stats-section__right-block {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .stats-section__right-block__title {
        font-size: 36px;
    }

    .stats-section__right-block__num {
        font-size: 60px;
    }

    .brands-section {
        padding: 40px 0;
    }

    .brands-section>ul {
        flex-wrap: wrap;
    }

    .brands-section>ul li {
        width: calc(100% / 2);
        padding: 20px 0;
    }

    .business-section__slogan {
        display: none;
    }

    .catalog-section {
        padding: 10px;
    }

    .catalog-section__row {
        width: 100%;
        flex-direction: column;
    }

    .catalog-section__row-left__title {
        font-size: 25px;
        width: 100%;
    }

    .catalog-section__card, .catalog-section__card:last-child, .catalog-section__row {
        width: 100%;
        margin-bottom: 40px;
    }

    .catalog-section__card {
        flex-direction: column;
        max-height: none;
    }

    .catalog-section__card img {
        width: 100%;
    }

    .catalog-section__card-content {
        padding: 10px;
    }

    .catalog-section__card, .catalog-section__card:last-child, .catalog-section__row {
        margin-bottom: 20px;
    }

    .catalog-section__card-content__title {
        font-size: 30px;
    }

    .catalog-section__card-content__characteristics-block-info p:first-child {
        font-size: 30px;
    }

    .catalog-section__card-content__characteristics-block-info p:last-child, .catalog-section__card-content__characteristics-block-simple {
        font-size: 14px;
        max-width: 60%;
    }

    .catalog-section__card-content__characteristics-block-simple {
        align-items: center;
    }

    .service-section {
        padding: 20px;
    }

    .service-section__title {
        width: 100%;
        font-size: 25px;
        text-align: left;
        margin-bottom: 20px;
    }

    .service-section__content {
        flex-direction: column;
    }

    .service-section__content-info {
        width: 100%;
        padding: 0;
    }

    .service-section__content-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .service-section__content-slogan {
        display: none;
    }

    .service-section__content-blocks {
        width: 100%;
    }

    .service-section__content-block {
        flex-direction: column;
    }

    .service-section__content-block img {
        width: 100%;
    }

    .service-section__content-block__content-title {
        font-size: 25px;
    }

    .feedback-section {
        flex-direction: column;
    }

    .feedback-section__image {
        display: none;
    }

    .feedback-section__form {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .feedback-section__form-title {
        font-size: 30px;
    }

    .feedback-section__form-subtitle {
        font-size: 16px;
    }

    .feedback-section__form form {
        width: 100%;
    }

    .footer {
        padding: 20px;
    }

    .footer-top .footer-nav {
        display: none;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .footer-bottom_company {
        font-size: 16px;
    }

    .footer-bottom_privacy {
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1676px){
    .catalog-section__row {
        width: 100%;
        flex-direction: column;
    }

    .catalog-section__card, .catalog-section__card:last-child, .catalog-section__row {
        width: 100%;
        margin-bottom: 40px;
    }

    .catalog-section__card-content {
        padding: 20px;
    }

    .catalog-section__row-left__title {
        width: 100%;
        margin-bottom: 30px;
        font-size: 30px;
        max-width: 100%;
    }

    .service-section__title {
        width: 100%;
        font-size: 36px;
        margin-bottom: 40px;
    }

    .service-section__content-slogan {
        display: none;
    }

    .service-section__content {
        flex-direction: column;
    }

    .service-section__content-info {
        width: 100%;
        padding-right: 0;
    }

    .service-section__content-blocks {
        width: 100%;
        margin-top: 40px;
    }

    .feedback-section__form-title {
        font-size: 30px;
    }

    .feedback-section__form-subtitle {
        font-size: 16px;
    }

    .feedback-section__form-privacy {
        font-size: 14px;
    }

    .feedback-section__form {
        padding-bottom: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1919px){
    .main-section__content-text {
        font-size: 40px;
        max-width: 70%;
    }

    .stats-section__left-title, .stats-section__right-block__title {
        font-size: 36px;
    }

    .business-section__slogan {
        display: none;
    }

    .catalog-section__card-content__title {
        font-size: 30px;
    }

    .catalog-section__card-content__characteristics-block-info p:first-child {
        font-size: 30px;
    }
}
