body{
    /*font Inter*/
    font-family: 'Inter', sans-serif;
    font-size: 20px;

}

.header{
    height: 140px;
    padding: 40px 80px;
    @media (max-width: 500px) {
        padding: 10px 20px;
        height: 60px;

    }
}

.headerBackground{
    /*background-color: #606060;*/
    background-image: url("../assets/img/img.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 604px;
    position: relative;
}
.pc{
    display: block;
    @media (max-width: 500px) {
        display: none;
    }
}
.pc-i{
    display: inline-block;
    @media (max-width: 500px) {
        display: none;
    }
}

.mobile{
    display: none;
    @media (max-width: 500px) {
        display: block;
    }
}

.blockForHead{
    padding: 24px;
    position: absolute;
    background: white;
    margin-top: 270px;
    min-width: 330px;
    width: 33%;
    min-height: 150px;
    @media (max-width: 500px) {
        position: relative;
        width: 100%;
        margin-top: 0px;
    }
}

.blockForHead h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.blockForHead p{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.rehauStyleButton{
    background: #4FC7B5;
    border-radius: 0px;
    color: white;
    font-weight: 600;
    padding: 12px 20px;
}
.image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

li{
    margin-bottom: 15px;
}
.container-cs{
    width: 1500px;
    margin: 0 auto;
    /* Если экран меньше 1500px */
    @media (max-width: 1499px) {
        max-width: 1300px;
    }

    /* Если экран меньше 1300px */
    @media (max-width: 1299px) {
        max-width: 1100px;
    }

    /* Если экран меньше 1100px */
    @media (max-width: 1099px) {
        max-width: 900px;
    }

    /* Если экран меньше 900px */
    @media (max-width: 899px) {
        max-width: 100%; /* Занимает всю ширину */
        padding: 0 15px; /* Добавляем внутренние отступы для мобильных */
    }
}

.gradient-block{
    background: linear-gradient(90deg, #EEEEEE 0%, #FFFFFF 100%);
    padding: 24px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.rightNumber{
    color: #00000026;
    position: absolute;
    font-size: 110px;
    font-weight: 700;
    line-height: 120px;
    right: 20px;
    top: 0;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h2{
    font-size: 28px;
    font-weight: 700;
    line-height: 33.89px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 60px;
    margin-top: 30px;
    @media (max-width: 500px) {
        margin-bottom: 30px;
        margin-top: 15px;

    }
}
.center{
    text-align: center;
}
.check-block{

}
.check{
    height: 82px;
    width: 82px;
    border-radius: 50%;
    background: #4FC7B580;
;
    padding-top: 21px;
    margin: 0 auto 20px;
}
.check-block h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    @media (max-width: 500px) {
        text-align: left;
    }
}

.check-block p{
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    @media (max-width: 500px) {
        text-align: left;
    }
}

.footerBackground2{
    /*background-color: #606060;*/
    background-image: url("../assets/img/img_2.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 600px;
    position: relative;
    @media (max-width: 1499px) {
        min-height: 700px;
    }

    /* Если экран меньше 1300px */
    @media (max-width: 1299px) {
        min-height: 750px;
    }

}
.form-in-footer{
    position: absolute;
    min-width: 330px;
    width: 33%;
    background: white;
    padding: 32px;
    margin-top: 42px;
    @media (max-width: 500px) {
        top: 45%; /* Сдвиг вниз на 50% от высоты родителя */
        left: 50%; /* Сдвиг вправо на 50% от ширины родителя */
        transform: translate(-50%, -50%); /* Возвращаем элемент к центру */
    }
}
.form-in-footer h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.input-rehau{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #00000026;
    box-sizing: border-box;
    border-radius: 0px;
}
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    height: 24px;
}

.checkbox-container input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.checkbox-container label {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #80cbc4; /* Цвет фона */
    border-radius: 4px; /* Скругление */
    position: relative;
    cursor: pointer;
}

.checkbox-container label::after {
    content: '';
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.checkbox-container input:checked + label::after {
    opacity: 1;
}
.approve{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0; /* Убираем отступы для текста */
    cursor: pointer;
    line-height: 24px; /* Выравниваем текст по высоте чекбокса */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.rehauStyleButton:disabled{
    background: #D9D9D9;
    color: white;
    border: none;
}
.rsb2x{
    width: 270px;
    font-size: 20px;
}
.textToTG{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.footerLogo{
    align-content: end;
    text-align: right;
}
a{
    text-decoration: none;
    color: black;
}
.listOfCools{
    @media (max-width: 500px) {
        background: #F4F4F4;
        font-size: 16px;
    }
}
.reverse-gradient-on-mobile{
    @media (max-width: 500px) {
        background: linear-gradient(270deg, #EEEEEE 0%, #FFFFFF 100%);
    }
}

.mobileStep{
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.align-text-left{
    text-align: left!important;
}
.align-text-right{
    text-align: right!important;
}

.logo{
    @media (max-width: 500px) {
        height: 25px;
    }
}
.modal{
    backdrop-filter: blur(8px); /* Эффект размытия */
    background-color: rgba(0, 0, 0, 0.7); /* Затемнение */
}
.bigFont{
    font-size: 28px;
    font-weight: 700;
    line-height: 33.89px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.modal-content{
    padding: 30px;
}