.photo_wallpaper_banner{
    margin-top: 70px;
}
.banner {
    position: relative;
}
.banner_photo {
    width: 50%;
    background-image: url("/local/templates/fresco/images/banners/Rectangle-247.webp");
    -webkit-background-size: cover;
    background-size: cover;
}
.red-button__v2.d-flex{
    position: absolute;
    top: 204px;
    left: 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 30px;
    width: 554px;
    height: 50px;
    backdrop-filter: blur(4px)
}
.red-button__v2.d-flex p{
    font-family: Gudea, sans-serif;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}
.banner_photo_text {
    background: #F5F5F5;
    width: 50%;
    padding: 40px 33px;
}

.banner_photo_text h4 {
    font-size: 36px;
    font-weight: 700;
}

.banner_photo_text p {
    font-size: 20px;
    margin-top: 14px;
}

.banner_photo_text p span {
    font-weight: 700;
}

.banner_photo_text form {
    display: block;
}

.banner_photo_text form input[type="text"], .banner_photo_text form input[type="email"], select {
    width: 100%;
    margin-bottom: 12px;
    height: 38px;
    border: 1px solid rgba(172, 172, 172, 1) !important;
    text-align: center;
    -webkit-appearance: none; /* Отключает стандартные стили iOS */
    -moz-appearance: none;
    appearance: none;
    color: #000;
    text-align-last: center;
}

.select {
    position: relative;
}

.select img {
    position: absolute;
    left: 94%;
    top: 35%;
}

.banner_photo_text form input[type="checkbox"] {
    width: 17px;
    height: 17px;
}
.checkBox {
    display: flex;
    margin-top: 12px;
}

.checkBox p {
    font-size: 14px;
    color: #ACACAC;
    margin: 0 8px;
}

.checkBox p a {
    font-size: 14px;
    color: #ACACAC;
    text-decoration: underline 1px;
    text-underline-offset: 1px;
}

.photo_wallpaper form button{
    font-family: 'Gudea', sans-serif;
    font-size: 18px;
    background-color: #7D0808;
    border-radius: 10px;
    color: white;
    border: none;
    padding: 10px 30px;
    line-height: 22px;
    margin: 30px auto 0;
    display: flex;
}
.photo_wallpaper form button:hover {
    background: #650808;
}
.green_catalog {
    width: 100%;
    background-color: #C0C7A0;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green_catalog h4 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: white;
}

.green_catalog:hover {
    cursor: pointer;
    background-color: #8d9373;
}
@media screen and (max-width: 990px) {
    .banner_photo_text form input[type="text"], .banner_photo_text form input[type="text"],.select select{
        font-size: 14px;
    }
    .banner_photo_text{
        width: 100%;
    }
    .photo_wallpaper .d-flex{
        flex-direction: column;
    }
    .banner_photo, .d-flex .banner_photo_sotr{
        width: 100%;
        height: 370px;
    }
    .blue_catalog h4, .green_catalog h4{
        font-size: 18px;
        font-weight: 700;
        margin: auto;
    }
    .photo_wallpaper_banner{
        width: 100%;
    }
    .photo_wallpaper_banner .container-lg{
        margin: 0;
        padding: 0;
    }
}