.container {
    margin: 0 auto;
    max-width: 1239px;
}

.content__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 60px 0px 0px 0px;
}
.content__row_block {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content__block_text {
    max-width: 607px;
}
.content__block_text p {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.75px;
}
.content__block_text nav li {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.75px;
}
.content__block_text ol {
    margin-left: 20px;
}
.content__block_text ol li {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 24px */
    letter-spacing: 0.75px;
}
.contacts__header_title {
    margin: 60px 0px 40px 0px;
}
.contacts__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contacts__row_telephone {
    margin-bottom: 49px;
}
.contacts__row_telephone a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.75px;
}
.contacts__row_dates p {
    margin-bottom: 20px;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
}
.contacts__row_form {
    max-width: 527px;
}
.contacts__row_form form button {
    width: 100%;
    padding: 12px 0px;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    border: 1px solid #000;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.contacts__row_form form button:hover {
    border: 1px solid #000;
    background: #000;
    color: white;
}
.contacts__row_form h3 {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 40px 0px 24px 0px;
}
.contacts__row_form p {
    margin: 14px 0px 55px 0px;
    color: #7c7c7e;
    font-family: IBM Plex Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.contacts__row_form a {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}
.contacts__row_map {
    width: 632px;
}
.contacts__row_map iframe {
    width: 100%;
    height: 100%;
}
.contacts__content_adress {
    margin-bottom: 34px;
}
.contacts__content_adress a {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
}
.contacts__form_little-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
}
.contacts__form_little-items input {
    width: 242px;
    padding: 14px 17px;
    border: 1px solid #e3e3e4;
    background: #fff;
    color: #000000;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__form_little-items input::-webkit-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input::-moz-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input:-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input::-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_little-items input::placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input {
    width: 100%;
    border: 1px solid #e3e3e4;
    background: #fff;
    padding: 14px 17px;
    color: #000000;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contacts__form_long-item input::-webkit-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input::-moz-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input:-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input::-ms-input-placeholder {
    color: #e5e9eb;
}
.contacts__form_long-item input::placeholder {
    color: #e5e9eb;
}

.contacts-mobile {
    display: none;
}

.content__block_img {
    display: block;
}

.content__block_img-mobile {
    display: none;
}

.contacts__row_map-mobile {
    display: none;
}

.contacts__row_map {
    display: block;
}

.content__block_text nav {
    margin-left: 10px;
}

.footer {
    padding-top: 60px;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .container {
        max-width: 355px;
    }
    .reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .content__block_img {
        display: none;
    }
    .content__block_img-mobile {
        display: block;
        margin-bottom: 25px;
    }
    .contacts__row_map-mobile {
        display: block;
    }
    .contacts__row_map-mobile iframe {
        margin-top: 51px;
        width: 100%;
        height: 572px;
    }
    .contacts__row_map {
        display: none;
    }
    .contacts {
        text-align: center;
    }
    .contacts__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__row h3 {
        margin-top: 85px;
    }
    .contacts__row_map {
        width: 100%;
    }
    .contacts__form_little-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts__form_little-items input {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts__form_little-items input:last-child {
        margin-bottom: 0;
    }
    .breadcrumb {
        display: none;
    }
    .content__header_title {
        margin-top: 128px;
    }
    .content__header_title h2 {
        text-align: center;
    }
    .contacts__header_title {
        margin: 40px 0px 40px 0px;
    }
    .contacts {
        display: none;
    }
    .contacts-mobile {
        display: block;
        text-align: center;
    }
    .contacts__form_btns {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contacts__form_btns p {
        color: #7c7c7e;
        text-align: center;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .contacts__form_btns p a {
        color: #000;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration-line: underline;
    }
}