.white-logo{
    filter: invert();
}
.cart .cart-number{
    border: 1px solid black;
    background-color: rgba(0,0,0,0.2);
}

.cart p{
    color: black;
}

.contatti-first{
    background-color: var(--gray-light);
}

.contatti-first .container-1920{
    padding-top: 160px;
}

.contatti-first h2{
    font-size: 96px;
    letter-spacing: 0;
    line-height: 104px;
    margin-bottom: 80px;
}

.contatti-address{
    margin-bottom: 30px;
}

.contatti-address h1{
    margin-bottom: 0;
}

.contatti-address p,
.contatti-address h1,
.contatti-type p{
    font-family: 'playfair';
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

.contatti-info{
    margin-bottom: 60px;
}

.contatti-icons{
    display: flex;
    margin-bottom: 60px;
}

.contatti-icons i{
    margin-right: 30px;
    font-size: 22px;
}

.contatti-first-img img{
    border-radius: 50% 50% 0 0;
}

.contatti-type{
    display: flex;
    margin-bottom: 40px;
}

.contatti-select-type{
    display: flex;
    align-items: flex-end;
}

.contatti-select-type p{
    font-family: 'roboto';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 0.5;
    margin: 0 15px;
    cursor: pointer;
}

.contatti-select-type p.selected{
    opacity: 1;
    text-decoration: underline;
}

.contatti-form input,
.contatti-form textarea{
    font-family: 'roboto';
    font-size: 80px;
    color: #757575;
    letter-spacing: 0;
    line-height: 88px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BBB79D;
    margin-bottom: 70px;
    width: 100%;
}

.contatti-form textarea{
    height: 315px;
    margin-bottom: 15px;
}

.contatti-form .company_name_input_container{
    display: none;
}

.contatti-form .news-privacy input{
    margin-bottom: 0;
}

.contatti-form .news-privacy button{
    border: none;
}
@media (max-width: 1400px){
    .contatti-first h2 {
        font-size: 66px;
        line-height: 64px;
    }

    .contatti-form input, .contatti-form textarea {
        font-size: 60px;
        line-height: 68px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1200px){
    .contatti-first h2 {
        font-size: 66px;
        line-height: 64px;
        margin-bottom: 50px;
    }

    .contatti-form input, .contatti-form textarea {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px){
    .contatti-info{
        margin-bottom: 40px;
    }

    .contatti-first .container-1920 {
        padding-top: 130px;
    }

    .contatti-first-img{
        text-align: center;
    }

    .contatti-info .col-12:first-child{
        margin-bottom: 20px;
    }

    .contatti-first h2{
        margin-bottom: 30px;
    }

    .contatti-left{
        margin-bottom: 40px;
    }

    .news-privacy button{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .contatti-form textarea {
        height: 200px;
    }
    .contacts-section.login{
        padding-right: 12px;
        margin-bottom: 50px;
    }
    .contacts-section.register{
        padding-left: 12px;
    }
    .form-button{
        text-align: center;
    }
    .form-button button{
        width: 60%;
    }
    .check-accont{
        text-align: center;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px){
    .contatti-first h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .contatti-address p,
    .contatti-address h1,
    .contatti-type p {
        font-size: 22px;
    }

    .contatti-form input, .contatti-form textarea {
        font-size: 36px;
        line-height: 40px;
    }

    .contatti-select-type p {
        font-size: 16px;
    }
}









