/* Main section */
h1{
    margin: 170px 0 52px 0;
    font-size: 32px;
    font-family: 'Kharkiw Tone';
    font-weight: 400;
}

p{
    font-family: 'Montserrat';
    line-height: 18px;    
    color: #141313;
}

.colarData{
    display: flex;
}

.left-side{
    margin: 0 99px 45px 0;
}

.topLine{
    margin-bottom: 35px;
}

.bond{
    font-weight: 500;
    margin-right: 1.3em;
}

.map{
    height: 294px;
}



.feedbackForm{
    padding: 30px;
    margin-top: 170px;
    width: 367px;
    height: 456px;
    border: #141313 0.5px solid;
    position: relative;
}
h2{
    margin-bottom: 39px;
    font-family: 'Kharkiv Tone';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.feedback .input, .Comment{
    width: 367px;
    border-bottom: #141313 1px solid;
    padding: 15px 0;
    font-family: 'Montserrat';
    line-height: 18px;
    resize: none;
}
.name, .surname{
    margin-bottom: 10px;
}
.comment{
    margin-top: 60px;
}


.checkboxWrapper{
    display: flex;
    margin-top: 19px;
}
input[type="checkbox"] {
    transform: scale(1.2);
    border-radius: none;
}
.checkBoxText{
    font-size: 12px;
    font-family: 'Montserrat';
    margin-left: 15px;
}

.sent-button{
    border: #141313 1px solid;
    position: absolute;
    bottom: 30px;
    left: 30px;
    transition: all 300ms;
}
.sent-button:hover{
    background-color: #CEBEB8;
    color: rgb(20, 19, 19, 50);
}