@media (min-width: 1250px){
    .contacts-container{
        width: 1240px;           
        flex-direction: row;     
        justify-content: space-between;
    }    
    .title{
        width: 1240px;
        font-size: 26px;
    }    
}
@media (min-width: 1024px) and (max-width:1250px){
    .contacts-container{
        width: 90%;
        flex-direction: column;
    }    
    .title{
        width: 90%;
        font-size: 26px;
    }
}
@media (max-width: 1024px){
    .contacts-container{
        width: 90%;
        flex-direction: column;
    }    
    .title{
        width: 90%;
        font-size: 22px;
    }
}
.contacts-container{
    display: flex;    
}
.title{
    font-weight: 500;    
    line-height: 130%;
    color: #232F4F;
    margin: 50px 0 30px 0;
}
@media (min-width: 1250px){    
    .col-1{
        width: 75%;
    }
    .col-2{
        width: 20%;
    }
}
@media (max-width: 1249px){
    .col-1{
        width: 100%;
    }
    .col-2{
        width: 100%;
        margin-top: 60px;
    }
}
.radio-buttons{
    display: flex;
    gap: 30px;
}
.radio > label input{
    margin-right: 10px;
}
.fields{
    display: flex;
}
.fields{
    margin-top: 30px;
}
@media (max-width: 800px){
    .radio-buttons{
        flex-direction: column;
    }
    .fields{
        flex-direction: column;
    }
    .field{
        width: 100%;
        margin-top: 30px;
    }
    .field:first-child{
        margin-top: 0;
    }
}
@media(min-width: 800px){
    .field{
        margin-bottom: 30px;
    }
    .fields{        
        flex-wrap: wrap; 
        justify-content: space-between;       
    }
    .field:nth-child(1), .field:nth-child(3), .field:nth-child(5){
        margin-right: 60px;
    }
}
@media (min-width: 800px) and (max-width: 1240px){
    .field{
        width: 44%;
    }    
    .fields{
        justify-content: space-between;
    }
}
@media (min-width: 1240px){
    .field{
        width: 45%;
    }   
}
.field-label{
    margin-bottom: 8px;
    font-family: 'LatoItalic';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #788093;
    white-space: nowrap
}
.text-field{
    width: 100%;
    padding: 10px;
    border: 1px solid #788093;
    border-radius: 3px;
    outline: none;
}
.topic-field{
    width: 100%;
    margin-right: 0 !important;
}
.message-field{
    width: 100%;
}
.textarea-field{
    width: 100%;
    outline: none;
    resize: none;
    padding: 10px;
}
#attachments{
    padding: 5px;
}
.send-wrapper{
    display: flex;
    width: 100%;  
    justify-content: center;  
}
.send-wrapper p{
    display: flex;
    align-items: center;    
}
@media (min-width: 800px){
    .send-wrapper{
        justify-content: space-between;
    }
    .send-wrapper p {
        max-width: 500px;
    }
    .send-wrapper button{
        height: fit-content;
    }
}
@media (max-width: 800px){
    .send-wrapper{       
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
        align-items: center;
    }
}
#btn-feedback{
    display: flex;
    background-color: #3A8EF8;    
    border: 0;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 800px){
    #btn-feedback{
        width: 100%;
    }
}
#btn-feedback p{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-right: 14px;
}
#btn-feedback img{
    margin: 12px 15px 12px 15px;
}
.error-msg{
    font-family: 'LatoItalic';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #F61C1C;
    margin-top: 8px;
}
.info-block p{
    margin-bottom: 30px;
}
.italic{
    font-family: 'LatoItalic';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #788093;
}
.col-2-link{
    font-family: 'LatoItalic';
    color: #3A8EF8;
}
@media(min-width: 1240px){
    .info-block-mobile{
        display: none;
    }
    .info-block-tablet{
        display: none;
    }
    .info-block-desktop{
        display: block;
    }
}
@media (min-width: 800px) and (max-width: 1240px){
    .info-block-mobile{
        display: none;
    }
    .info-block-tablet{
        display: flex;
    }
    .info-block-desktop{
        display: none;
    }
}
@media(max-width: 800px){
    .info-block-mobile{
        display: flex;
    }
    .info-block-tablet{
        display: none;
    }
    .info-block-desktop{
        display: none;
    }
}
.info-block-tablet{
    margin-bottom: 20px;
    justify-content: space-between;
}
.info-block-tablet > *{
    width: 44%;
}
.info-block-mobile{
    flex-direction: column;
    gap: 30px;
}
.success-wrapper{
    display: flex;
    gap: 33px;
    margin-top: 20px;
}
.success-wrapper:nth-child(1) img{
    width: 124px;
}
.success-text-1{
    font-size: 22px;
    line-height: 130%;
    color: #232F4F;
}
.success-text-2{
    font-size: 22px;
    line-height: 130%;
    color: #232F4F;
    font-size: 16px;
    line-height: 140%;
    color: #232F4F;
}