#logo_image.logo_verical {
    width: 7vw;
    transform: translateY(40%) translateX(20%);
}

#logo_image {
    transition: 0.3s;
}

.sofa,
.sofa_text {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.sofa {
    height: calc(100vh - 9vw);
    position: relative;
    max-height: 60vw;
    min-height: 33vw;
}

#block1 {
    height: 100%;
    width: 72%;
    z-index: -1;
}

#block1 img {
    height: 100%;
    object-fit: cover;
}

.sofa .lucazii_vertical {
    width: 11vw;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(20vh);
    left: 21%;
}

.sofa_text {
    align-items: center;
    z-index: 3;
    justify-content: space-between;
    text-align: center;
}

.sofa_text picture {
    width: 50%;
}

.sofa_text .content_text {
    padding: 0 6vw 0 7.5vw;
    margin-top: -4vw;
    width: 50%;
}

.sofa_text .title {
    color: #A8610A;
    font-size: 4.1vw;
    font-family: "PlayfairDisplay-R";
}

.sofa_text .title.black {
    color: #000;
}

.sofa_text .description {
    text-align: center;
    margin: 2.7vw 0 5vw;
    line-height: 1.5;
    font-family: "BwAletaNo10-L";
    font-size: 1.23vw;
    color: #301A00;
}

.materials {
    background: url('../images/block3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    color: #fff;
    align-items: center;
    font-family: "BwAletaNo10-R";
    padding: 6vw 0;
    z-index: 1;
    text-align: center;
}

.materials>.title {
    font-size: 4.1vw;
    font-family: "PlayfairDisplay-R";
    color: #BA9E7F;
}

.materials>.description {
    margin-top: 1.4vw;
    font-size: 1.3vw;
}

.how_makes {
    position: relative;
    margin: -0.5vw 0;
}

.how_makes picture {
    width: 100%;
    max-width: 100vw;
}

.how_makes .text_part {
    position: absolute;
    right: 10%;
    top: 35%;
    text-align:right;
    color: #fff;
    font-size: 3.5vw;
    font-family: "PlayfairDisplay-R";
    transform: translateY(-50%);
}

.how_makes .btn {
    position: absolute;
    right: 10%;
    bottom: 35%;
    transform: translateY(50%);
    color: #A8610A;
    border-color: #FAF7F2;
    padding: 0.8vw;
}

.how_makes .btn::after {
    background: #A8610A;
}

.how_makes .btn:hover {
    color: #FAF7F2;
}

.how_makes .btn::before {
    background: #FAF7F2;
}

.items_row,
.buttons_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.buttons_row {
    margin: 5vw 0;
    display: none;
}

.buttons_row button {
    background: transparent;
    color: #fff;
    font-family: "BwAletaNo10-R";
    border: none;
    outline: none;
    border-radius: 0;
    margin: 0 2vw;
    font-size: 1.3vw;
}

.buttons_row button.active,
.buttons_row button:hover {
    color: #BA9E7F;
}

.items_row .item {
    width: 18%;
    margin: 0 1.2%;
}

.items_row .item img {
    width: 100%;
    height: auto;
}

.items_row .item .title {
    margin-top: 1.1vw;
    transition: 0.4s;
    font-size: 1.3vw;
    color: #fff;
}

.items_row .item:hover .title {
    color: #BA9E7F;
}

.generations {
    background: url('../images/block6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.generations .items_row {
    margin-top: 6vw;
}

.generations .item,
.generations .items_row .item:hover .title{
    color: #fff;
}

.contact {
    padding: 6vw 0;
    color: #301A00;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.contact .center_image img {
    width: 100%;
}

.contact a {
    color: #301A00;
    font-family: "BwAletaNo10-R";
    font-size: 1.3vw;
    margin: 1.4vw 0;
}

.contact .brown_line {
    height: 0.15vw;
    width: 30%;
    background: #301A00;
    margin: 0vw 0 2vw;
}

.contact .phone {
    color: #a8610a;
    font-family: "BwAletaNo10-R";
    font-size: 1.3vw;
    font-weight: bold;
    text-align: center;
}

.contact .phone:hover {
    color: #301A00;
}

.contact .mail {
    margin-top: 1vw;
}

.contact .address {
    margin-bottom: 3vw;
    line-height: 1.7;
    margin-top: 0.5vw;
    font-size: 1.3vw;
    font-weight: bold;
    text-align: center;
}

.contact .address_web {
    margin-bottom: 3vw;
    line-height: 1.7;
    margin-top: -2.5vw;
    font-weight: bold;
    font-size: 1.3vw;
    text-align: center;
}

.contact .title {
    font-size: 3.7vw;
    font-family: "PlayfairDisplay-R";
}

.contact .description {
    margin: 1vw 0 3.5vw;
    text-align: center;
    font-size: 1.2vw;
    font-weight: bold;
    font-family: "BwAletaNo10-L";
}

.contact form {
    width: 75%;
}

.contact form input {
    width: 100%;
    height: 4.2vw;
    border: none;
    outline: none;
    border-radius: none;
    margin: 1vw 0;
}

.contact form input {
    background: transparent;
    border: 0.15vw solid #301A00;
    color: #301A00;
    padding-left: 1.3vw;
    font-size: 1.1vw;
}

.contact form input::placeholder {
    font-size: 1.3vw;
    font-family: "PlayfairDisplay-R";
    font-weight: bold;
    color: #301A00;
}

.contact form button {
    width: 100%;
    font-size: 1.3vw;
    height: 4.2vw;
    margin: 1vw 0;
}

.follow_us {
    background: url('../images/block7.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-family: "BwAletaNo10-R";
    padding: 4vw 0;
    text-align: center;
}

.follow_us .title {
    font-family: "BwAletaNo10-R";
    font-weight: bold;
    font-size: 1.2vw;
}

.follow_us .inst {
    font-size: 3.5vw;
    font-family: "PlayfairDisplay-R";
    margin-top: 0vw;
    color: #fff;
    letter-spacing: 0.3vw;
}

.follow_us .inst:hover {
    color: #BA9E7F;
}

@media(max-width:600px) {
    #logo_preview svg {
        width: 35vw;
    }

    .sofa,
    .sofa_text {
        height: auto;
        position: relative;
        max-height: 150vh;
    }

    #block1 {
        width: 100%;
        height: 100%;
    }

    .sofa .lucazii_vertical {
        width: 28vw;
        height: auto;
        top: 50%;
        z-index: 3;
        transform: translate(-50%, 20vh);
        left: 50%;
    }

    .sofa .lucazii_vertical img {
        filter: invert(1) brightness(2);
    }

    .sofa .lucazii_vertical::before {
        content: '';
        position: absolute;
        width: 38vw;
        z-index: -1;
        top: 45%;
        transform: translate(-50%, -50%);
        left: 50%;
        height: 115%;
        background: #a8610a8f;
    }

    .sofa_text {
        margin-top: -1.3vw;
    }

    .sofa_text picture {
        width: 100%;
    }

    .sofa_text .content_text {
        position: absolute;
        padding: 0;
        margin-top: 0;
        left: 50%;
        top: 3%;
        transform: translateX(-50%);
        width: 85%;
    }

    .sofa_text .title {
        color: #fff;
        font-size: 9vw;
    }

    .sofa_text .title.black,
    #block4 .description {
        color: #000;
    }

    .sofa_text .description {
        margin: 3vw 0 6vw;
        line-height: 1.3;
        font-size: 3.9vw;
        font-weight: 200;
        color: rgba(255, 255, 255, 0.8);
    }


    section.text {
        padding: 6vw 3vw 8vw;
        color: #381F00;
        position: relative;
        font-size: 3.7vw;
        font-family: "BwAletaNo10-R";
        text-align: center;
        line-height: 1.5;
    }

    section.text::after {
        content: '';
        width: 40%;
        height: 0.3vw;
        position: absolute;
        left: 50%;
        bottom: 19%;
        transform: translateX(-50%);
        background: #A8610A
    }

    .materials {
        padding: 6vw 4vw;
    }

    .materials>.title {
        font-size: 11vw;
    }

    .materials>.description {
        margin: 3vw 0 6vw;
        line-height: 1.3;
        font-size: 3.9vw;
    }

    .materials>.description br {
        display: none;
    }

    .items_row {
        flex-wrap: wrap;
        margin-top: 0;
        padding: 0;
    }

    .items_row .item {
        width: 45%;
        position: relative;
        margin: 2.5%;
    }

    .items_row .item .title {
        margin-top: 0;
        font-size: 4vw;
        padding: 1vw 4vw;
        background: #a8610ad0;
        color: #fff;
        top: 50%;
        left: 50%;
        white-space: nowrap;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .how_makes .text_part {
        right: 50%;
        top: 5%;
        font-size: 9vw;
        letter-spacing: 0.2vw;
        width: 80%;
        font-weight: 300;
        text-align: center;
        transform: translate(50%, 0%);
    }

    .how_makes .text_part br {
        display: none;
    }

    .how_makes .btn {
        right: 50%;
        bottom: 15%;
        transform: translate(50%, 0);
        padding: 1.5vw 2.5vw;
        border-radius: 0.3vw;
    }

    .generations {
        margin-top: -2vw;
    }

    .generations .items_row {
        margin-top: 0;
    }


    .contact {
        padding: 0;
        position: relative;
    }

    .contact>img {
        width: 100%;
    }

    .contact .text {
        position: absolute;
        top: 50%;
        background: rgba(255, 255, 255, 0.7);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 87%;
        height: 90%;
    }

    .contact .title {
        font-size: 10vw;
        margin-top: 3vw;
    }

    .contact .description {
        margin: 1vw 0 3.5vw;
        font-size: 3.8vw;
        font-family: "BwAletaNo10-R";
    }

    .contact form {
        width: 85%;
    }

    .contact form input {
        width: 100%;
        height: auto;
        margin: 1vw 0;
        padding-left: 1.3vw;
        padding: 3vw 4vw;
        font-size: 4vw;
    }

    .contact form input::placeholder {
        font-size: 4vw;
    }

    .contact form button {
        width: 100%;
        padding: 3vw 4vw;
        font-size: 4vw;
        height: auto;
        margin: 3vw 0 3vw;
    }

    .contact .brown_line {
        height: 0.3vw;
    }

    .contact .row {
        display: flex;
        margin-top: 3vw;
        width: 90%;
        justify-content: space-between;
    }

    .contact .phone {
        font-size: 3.9vw;
    }

    .contact .address {
        margin-bottom: 0;
        margin-top: 2vw;
        font-size: 4vw;
    }

    .follow_us {
        margin-top: -2vw;
        padding: 7vw 0;
    }

    .follow_us .title {
        font-size: 2.5vw;
        margin-bottom: 3vw;
    }

    .follow_us .inst {
        font-size: 6.5vw;
    }
}