.contacts{
    height: 580px;
    background-image: url(/img/pages/fon_contacts.webp);
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
}
.contacts_box{
    display: flex;
    width: 450px;
    flex-direction: column;
    align-items: flex-start;
}
.contacts_text{
    width: 471px;
    height: 94px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
    padding-bottom: 40px;
}

.contacts .form_contacts .contacts_text, .contacts .form_contacts .contacts_note{
    text-align: center;
    margin-bottom: 20px;
}

.contacts .form_contacts {
    align-items: center;
}

.contacts .form_contacts .contacts_button {
    margin: 20px 0;
}


.contacts_input{
    width: 450px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50px;
    padding-left: 25px;
    margin-bottom: 25px;
    border: none;
}
.contacts_button{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 30px;
    gap: 10px;
    width: 167px;
    height: 51px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #0068AF;
    border-radius: 55px;
    transition: 0.3s;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
}
.contacts_button:hover{
    background: #0068AF;
    color:rgb(252, 252, 252);
}
.contacts_note{
    width: 360px;
    height: 36px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #111111;
    opacity: 0.5;
    padding-top: 10px;
}
.good2{
    display: none;
}
.errorMessage{
    display: none;
    color:red;
    padding: 10px;
}
.err{
    display: block;
}
.errImput{
    border: 2px solid red;
}
.good_activ2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
    align-items: center;
}
.good_in{
    display: none;
}
.modal_title_good{
    width: 535px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
}
.modal_decoration_god {
    width: 789.59px;
    height: 463.32000000000005px;
}
iframe{
    width: 100%;
    height: 100%;
}