/* .contacts {
} */
.cotacts_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
}
.contacts_map {
    width: 660px;
    height: 400px;
}
.contacts_map div {
    height: inherit;
}
.contacts_map iframe {
    width: 100%;
}
.contacts_about {
    max-width: 460px;
}
.contacts_about p {
    margin-bottom: 25px;
    line-height: 1.55;
}
.contacts_about p:last-child {
    margin-bottom: 0;
}
.contacts_about p,
.contacts_about a {
    font-size: 18px;
    font-weight: 400;
    color: #407d87;
}
.contacts_about a {
    text-decoration: none;
    transition: 0.3s linear;
}
.contacts_about a:hover {
    text-decoration: underline;
}
/*
.contacts-form {}
*/
.contacts-form h2 {
    color: #407d87;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 60px;
}
.contacts-form form {
    width: 475px;
}
.contacts-form form label {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.contacts-form form input,
.contacts-form form textarea {
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border-radius: 15px;
    font-size: 16px;
    color: #407d87;
    border: 1px solid #becfd0;
    display: block;
    box-sizing: border-box;
}
.contacts-form form label span,
.contacts-form form label #flag {
    font-family: "TildaSans", "Arial", sans-serif;
    color: #407d87;
    transition: 0.1s linear;
    position: absolute;
    left: 20px;
}
.contacts-form form label #flag {
    display: flex !important;
    align-items: center;
    top: 17px;
}
.contacts-form form label #number {
    padding-left: 15%;
}
.contacts-form form label #flag mark {
    font-family: "TildaSans", "Arial", sans-serif;
    margin-left: 30px;
    background-color: transparent;
    font-size: 16px;
    color: #407d87;
}
.contacts-form form label span {
    font-size: 14px;
    top: 35%;
    opacity: 0.5;
}
.contacts-form form .comments span {
    top: 10px;
}
.contacts-form form label span.focus {
    font-size: 12px;
    top: 10px;
}
.contacts-form form label span.focus ~ input,
.contacts-form form label span.focus ~ textarea {
    padding-top: 30px;
}
.contacts-form form input:focus-visible,
.contacts-form form textarea:focus-visible {
    outline: none;
}
.contacts-form form input::placeholder,
.contacts-form form textarea::placeholder {
    font-family: "TildaSans", "Arial", sans-serif;
    color: #407d87;
    opacity: 0.5;
}
.contacts-form form tel span {
    position: absolute;
}
.contacts-form_wrapper {
    display: flex;
    justify-content: space-between;
}
.contacts-form_img {
    width: 660px;
    height: 440px;
    border-radius: 30px;
    overflow: hidden;
}

.contacts-form input[type="submit"] {
    width: 210px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #ffffff;
    background-color: #407d87;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s linear;
    margin-bottom: 20px;
}

.contacts-form input[type="submit"]:hover {
    background-color: #36c0c8;
}

.contacts-form .privacy-policy {
    max-width: 300px;
    font-size: 13px;
    font-weight: 400;
    color: #407d87;
    line-height: 1.5;
}

.contacts-form .privacy-policy a {
    color: #36c0c8;
    text-decoration: none;
}

.contacts-form .contacts-form_wrapper-mod form {
    width: 560px;
}

.contacts-form .contacts-form_wrapper-mod form input[type="text"],
.contacts-form .contacts-form_wrapper-mod form textarea {
    background: #fff;
}

.contacts-form .contacts-form_wrapper-mod form textarea {
    margin-bottom: 26px;
}

.contacts-form .contacts-form_wrapper-mod .comments {
    margin-bottom: 5px;
}

.contacts-form .contacts-form_wrapper-mod input[type="submit"] {
    margin: 0 auto 30px;
}

.contacts-form .contacts-form_wrapper-mod .phone {
    padding-left: 70px;
}

.contacts-form .privacy-policy {
    max-width: 100%;
}

.agree-box {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #407d87;
    line-height: 1.5;
    margin-bottom: 10px;
}

.agree-box a {
    color: #36c0c8;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.agree-box > input[type="checkbox"] {
    width: fit-content;
    margin-right: 15px;
}

.agree-box .form-required {
    color: #407d87;
}
