
.content{
    
    width:auto;
    max-width: 640px;
    margin:auto;
    padding: 10px 20px;
    font-family: "Montserrat";
    color:#413834;

}

.feedback-input{
  display:none;  
}

.logo{
    display:block;
    margin: auto;
    width:100%;
    max-width: 300px;
}

.adress{
    text-align:center;
    font-size:24px;
    font-weight:600;
    margin-bottom:40px;
    margin-top:-5px;    
} 



.mark-body{
display:flex;
justify-content: center;
}

.mark-item{
    filter: grayscale(100%);
    opacity: 0.6;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}

.mark-item img{
    width:100px;
}

.mark-item.active{
    filter: grayscale(0%);
    opacity:1;
}

.mark-item:hover{
    filter: grayscale(0%);
    opacity:1;
}


.form{
    margin-bottom:50px;
}

.form p strong{
    font-weight:600;
}

.form h3{
    text-align:center;
}

.form h4{
    text-align:center;
}


.form-message{
    box-shadow:none;
    border-radius:10px;
    border: solid 1px #e2e2e2;
    width: 100%;
    height:100px;
}

.form-submit{
    box-shadow:none;display: block;
    background: #ee741d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border: 0;
    border-radius:10px;
    width: 100%;
    font-weight:500;
}
        