@font-face {
    font-family: 'Bodoni';
    src: url('../fonts/a_bodoninovanr bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Bodoni';
    src: url('../fonts/abodoninovanr.ttf') format('truetype');
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    color: #1c1d1f;
}

a, a:visited {
    text-decoration: none;
    color: #1c1d1f;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

button {
    border: none;
    font-family: 'Montserrat';
    cursor: pointer;
    background-color: #fff;
    padding: 0;
}

input[type=text], textarea {
    font-family: 'Montserrat';
}

input[type=text] {
    border: none;
    padding-left: 40px;
}

    input[type=text]:focus {
        outline: none;
    }

    input[type=text]::placeholder {
        color: #ffffff88;
    }

.content_width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.uppercase {
    text-transform: uppercase;
}

.dashed_back {
    background-image: url(/images/mask.png);
}

.menu_button {
    display: none;
}

.header {
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 150px;
}

.header_logo {
    height: 50px;
}

    .header_logo > img {
        max-height: 100%;
    }

.header_nav {
    display: flex;
    align-items: center;
}

.header_nav_link {
    text-transform: uppercase;
    color: #1c1d1f;
    font-weight: bold;
    margin: 0 15px;
    transition: .2s;
}

    .header_nav_link:hover, .header_nav_link:focus {
        color: #1d4b40;
    }

.header_right_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_phone {
    font-size: 22px;
    font-weight: bold;
    color: #1c1d1f;
}

.header_right_bottom_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_mail {
    font-size: 18px;
    font-weight: bold;
    color: #1c1d1f;
}

.search_button {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

    .search_button > img {
        max-width: 100%;
    }

/* footer */

.footer_top_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer_top_block_link {
    width: 150px;
}

.footer_top_block_link_image {
    margin-bottom: 20px;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
}

    .footer_top_block_link_image > img {
        max-width: 100%;
    }

.footer_top_block_link_big_text {
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #1c1d1f;
}

.footer_top_block_link_small_text {
    font-weight: 500;
    text-align: center;
    color: #1c1d1f;
}

.footer_bottom_block {
    padding: 40px 0;
    background-color: #1d4b40;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
}

.footer_bottom_left_block {
    display: flex;
}

.footer_bottom_left_info {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.footer_bottom_left_company_name {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_bottom_left_schedule {
    flex-grow: 1;
}

.footer_bottom_left_mail {
    display: flex;
    align-items: center;
    font-weight: 700;
}

    .footer_bottom_left_mail > img {
        width: 15px;
        margin-right: 5px;
    }

.footer_bottom_left_nav {
    display: flex;
    flex-direction: column;
}

.footer_bottom_left_nav_link, .footer_bottom_left_nav_link:visited {
    margin-bottom: 15px;
    color: #fff;
}

    .footer_bottom_left_nav_link:last-child {
        margin-bottom: 0;
    }

.footer_bottom_left_mail {
    color: #fff;
}

.footer_center_block {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
}

.footer_right_block {
    display: flex;
}

.footer_right_contact {
    margin-left: 25px;
}

.footer_right_contact_metro {
    font-weight: 700;
    margin-bottom: 15px;
}

    .footer_right_contact_metro > img {
        width: 15px;
        margin-right: 5px;
    }

.footer_right_contact_address {
    margin-bottom: 15px;
}

.footer_right_contact_phone {
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
}

    .footer_right_contact_phone > img {
        width: 15px;
        margin-right: 5px;
    }

.footer_mobile_mail_block {
    display: none;
}
/* main page */

.main_page_slide_block {
    height: 470px;
    background-image: url(/images/main_back.jpg);
    background-position: center;
    background-size: cover;
}

.main_page_slide_text {
    color: #fff;
    font-family: 'Bodoni';
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    padding-top: 90px;
    line-height: 32px;
    letter-spacing: 2px;
}

.main_page_slide_big_text {
    font-size: 55px;
    line-height: 80px;
}

.main_page_request_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.main_page_request_text {
    width: calc(100% - 590px);
    padding-top: 60px;
    padding-right: 30px;
}

.main_page_request_text_first_block {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main_page_request_text_second_block {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.main_page_request_text_second_block_emphasis {
    font-weight: 700;
    letter-spacing: 2px;
    color: #1d4b40;
}

.main_page_request_form {
    width: 590px;
    padding: 40px;
    margin-top: -115px;
    background-color: #1d4b40;
}

.main_page_request_form_header {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    background-color: #232726;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.main_page_request_form_header_icon {
    height: 55px;
    width: 50px;
    margin-right: 20px;
}

    .main_page_request_form_header_icon > img {
        max-width: 100%;
    }

.main_page_request_form_body {
    padding-left: 90px;
    margin-top: -35px;
}

input.main_page_form_text_input {
    width: 100%;
    height: 38px;
    background-color: #728885;
    color: #fff;
    border-bottom: 3px solid #1c1d1f;
    margin-bottom: 8px;
}

.main_page_form_submit_line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.main_page_form_file_input {
    display: flex;
    align-items: center;
}

.main_page_form_file_input_icon {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
}

    .main_page_form_file_input_icon > img {
        max-height: 100%;
    }

.main_page_form_file_input_label {
    color: #fff;
    font-size: 14px;
    border-bottom: dotted 1px #ffffffaa;
}

    .main_page_form_file_input_label.grey {
        color: #728885;
        font-size: 12px;
        font-weight: 500;
    }

.main_page_form_submit {
    height: 38px;
    background-color: #728885;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 30px;
    border-bottom: 3px solid #1c1d1f;
}

    .main_page_form_submit.bright {
        background-color: #3d7268;
        width: 300px;
    }

.main_page_form_checkbox_line {
    display: flex;
    align-items: center;
}

.main_page_form_checkbox {
    width: 20px;
    height: 20px;
    background-color: #728885;
    margin-right: 15px;
}

.main_page_form_checkbox_label {
    width: calc(100% - 35px);
    color: #728885;
    font-size: 12px;
    font-weight: 500;
    max-width: 385px;
}

.features_block {
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
}

.feature_item {
    width: 25%;
    border: 1px solid #1d4b40;
    background-color: #fff;
    padding: 0 20px 30px;
}

.feature_icon {
    width: 80px;
    height: 80px;
    margin: -40px auto 20px;
}

    .feature_icon > img {
        max-width: 100%;
    }

.feature_caption {
    font-family: 'Georgia';
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #1d4b40;
    margin-bottom: 25px;
}

.feature_big_text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.feature_text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.main_page_about_block {
    display: flex;
    margin-bottom: 90px;
}

.main_page_about_logo {
    width: 235px;
}

    .main_page_about_logo > img {
        max-width: 100%;
    }

.main_page_about_content {
    width: calc(100% - 235px);
    padding-left: 45px;
}

.main_page_about_header {
    font-family: 'Bodoni';
    font-size: 40px;
    font-weight: 700;
    color: #1d4b40;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main_page_about_text {
    margin-bottom: 30px;
}

    .main_page_about_text > p {
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 15px;
    }

.main_page_products_block {
    margin-bottom: 90px;
    padding: 80px 0;
}

.page_block_about_link {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px dotted #728885;
}

.products_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 40px;
}

    .products_header h2 {
        margin-bottom: 0;
    }

.products_link {
    height: 50px;
    padding: 0 15px;
    font-size: 30px;
    font-weight: 600;
    color: #1d4b40;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #1d4b40;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
}

.products_block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.product_item {
    width: calc(50% - 10px);
}

.product_image {
    width: 100%;
}

    .product_image img {
        width: 100%;
        display: block;
    }

.product_name {
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #1d4b40;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_page_text_block {
    margin-bottom: 90px;
}

.page_text_list {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 0;
}

    .page_text_list li {
        list-style: none;
        margin-bottom: 15px;
        padding-left: 0 !important;
    }

        .page_text_list li img {
            max-width: 30px;
            margin-right: 15px;
        }

.client_image {
    height: 190px;
    border: 1px solid #1d4b40;
    background-color: #fff;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .client_image > img {
        max-height: 100%;
        max-width: 100%;
    }

.slider_container {
    margin: 45px 0 0;
}

.clients_slider .left_arrow, .clients_slider .right_arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #728885;
    left: -20px;
    cursor: pointer;
}

.clients_slider .right_arrow {
    left: auto;
    right: -20px;
    border-right-color: transparent;
    border-left-color: #728885;
}

.page_block {
    margin-bottom: 90px;
}

    .page_block.dashed_back {
        padding: 45px 0;
    }

.page_block_header {
    font-family: 'Bodoni';
    font-weight: bold;
    font-size: 36px;
    font-weight: 700;
    color: #1d4b40;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page_block_header_2 {
    font-family: 'Bodoni';
    font-size: 30px;
    font-weight: 400;
    color: #1d4b40;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page_block_header_3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}

.page_block_text p {
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 25px;
}

.page_block_text ul {
    padding-left: 15px;
}

.page_block_text li {
    padding-left: 30px;
    font-weight: 500;
    line-height: 25px;
}

.page_block_content {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}

.page_block_image {
    width: 235px;
}

    .page_block_image img {
        max-width: 100%;
        display: block;
        border-radius: 50%;
        background-color: #fff;
    }

.page_block_info {
    width: calc(100% - 235px);
}

.main_page_block {
    margin-bottom: 90px;
}

    .main_page_block.dashed_back {
        padding: 80px 0;
    }

.main_page_content {
    display: flex;
    justify-content: space-between;
}

.main_page_block_image {
    width: 235px;
}

    .main_page_block_image img {
        max-width: 100%;
    }

.main_page_block_info {
    width: calc(100% - 285px);
}

.main_page_block_text {
    margin-bottom: 30px;
}

    .main_page_block_text p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        margin: 0 0 15px;
    }

.main_page_block_header {
    font-family: 'Bodoni';
    font-size: 36px;
    font-weight: 700;
    color: #1d4b40;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.make_order_form {
    padding: 40px 70px;
    margin-bottom: 70px;
}

    .make_order_form.no_padding {
        padding: 0;
    }

.make_order_links {
    display: flex;
    justify-content: space-around;
}

.make_order_link_image {
    width: 175px;
    margin-bottom: 20px;
}

    .make_order_link_image img {
        max-width: 100%;
        border-radius: 50%;
        display: block;
        background-color: #fff;
    }

.make_order_link_text {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.tile_gallery {
    display: flex;
    margin-top: 90px;
}

.products_tile_gallery {
    margin: 45px 0;
}

.gallery_big_tile {
    position: relative;
    width: 50%;
}

    .gallery_big_tile img {
        display: block;
        max-width: 100%;
    }

.gallery_small_tiles {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.gallery_small_tile {
    position: relative;
    width: 50%;
}

    .gallery_small_tile > img {
        display: block;
        max-width: 100%;
    }

.tile_name {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: 45px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #1d4b40;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.delivery_type {
    margin-bottom: 30px;
}

.delivery_type_header {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.delivery_type_metro {
    font-size: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .delivery_type_metro img {
        max-width: 30px;
        margin-right: 10px;
    }

/* contacts page */
.contacts_top_block {
    background-image: url(/images/main_back.jpg);
    background-position: center;
    background-size: cover;
}

.contacts_top {
    position: relative;
    min-height: 145px;
    padding-top: 25px;
    font-family: 'Bodoni';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
}

.contacts_top_big_text {
    font-size: 28px;
    letter-spacing: 0px;
}

.contacts_feedback_block {
    position: absolute;
    width: 590px;
    padding: 35px 40px;
    right: 0;
    bottom: -35px;
    background-color: #1d4b40;
}

.contacts_feedback {
    display: flex;
    align-items: center;
    background-color: #1c1d1f;
    padding: 7px 25px 5px;
    font-family: 'Montserrat';
}

.contacts_feedback_icon {
    width: 35px;
    margin-right: 30px;
}

    .contacts_feedback_icon img {
        max-width: 100%;
    }

.breadcrumbs {
    margin-top: 30px;
    margin-bottom: 60px;
    font-weight: 500;
}

.breadcrumb_link {
    transition: .2s;
}

    .breadcrumb_link:hover, .breadcrumb_link:focus {
        color: #1d4b40;
    }

.contacts_body {
    margin-top: 30px;
}

.contacts_about {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
}

.contacts_requsites {
    margin-bottom: 60px;
}

.contacts_header {
    font-family: 'Bodoni';
    font-size: 40px;
    font-weight: 700;
    color: #1d4b40;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contacts_requisites_block {
    margin-bottom: 90px;
}

.contacts_requsites_text {
    font-size: 20px;
    font-weight: 500;
}

.contacts_main_block {
    padding: 30px 0 50px;
    margin-bottom: 90px;
}

.contacts_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.contacts_main_item {
    width: calc(50% - 7.5px);
    background-color: #fff;
    border: 1px solid #1d4b40;
    padding: 30px 50px 25px;
}

.contacts_main_item_header {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contacts_main_item_metro {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contacts_main_item_metro_icon {
    width: 24px;
    margin-right: 10px;
}

    .contacts_main_item_metro_icon > img {
        max-width: 100%;
    }

.contacts_main_item_address {
    margin-bottom: 15px;
}

.contacts_main_item_phone {
    display: flex;
    margin-bottom: 15px;
}

    .contacts_main_item_phone:last-child {
        margin-bottom: 0;
    }

.contact_main_item_phone_name {
    width: 120px;
}

.contact_main_item_phone_number {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
}

    .contact_main_item_phone_number > a:hover, .contact_main_item_phone_number > a:focus {
        color: #1d4b40;
    }

.contacts_main_print_button_line {
    display: flex;
    justify-content: flex-end;
}

.contacts_main_print_button {
    display: flex;
    padding: 15px 20px;
    border: 1px solid #1d4b40;
}

.contacts_main_print_button_icon {
    width: 60px;
}

    .contacts_main_print_button_icon > img {
        max-width: 100%;
    }

.contacts_main_print_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 60px);
    padding-left: 30px;
    text-align: left;
}

.contacts_main_print_button_big_text {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    color: #1d4b40;
}

.contacts_main_print_button_small_text {
    font-size: 16px;
}

.contacts_map_block {
    margin-bottom: 90px;
}

.contacts_map_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts_map {
    width: calc(50% - 7.5px);
}

.contacts_map_header {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contacts_map_container {
    position: relative;
    padding-top: 66.6667%;
    border: 1px solid #1d4b40;
    overflow: hidden;
}

    .contacts_map_container > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.payment_contacts_block {
}

.payment_contacts_header {
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0;
}

.contact_line {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 10px;
}

    .contact_line img {
        width: 20px;
        margin-right: 10px;
    }


.price_table {
    margin-bottom: 30px;
}

.price_table_header {
    display: flex;
    font-weight: bold;
    border-top: 2px solid #1d4b40;
    border-bottom: 2px solid #1d4b40;
    min-height: 80px;
}

.price_table_description {
    width: calc(100% - 600px);
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: 500;
}

.price_table_value {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.price_table_row {
    display: flex;
    border-bottom: 1px solid #1d4b40;
    min-height: 80px;
}

    .price_table_row:last-child {
        border-bottom: 2px solid #1d4b40;
    }

.price_table_value_caption {
    display: none;
}

.faq_list {
    margin-top: 30px;
}

.faq_item {
    margin-bottom: 30px;
}

.faq_question {
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

    .faq_question:before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 1px solid #1c1d1f;
        border-bottom: 1px solid #1c1d1f;
        border-left: 1px solid transparent;
        border-top: 1px solid transparent;
        margin-right: 20px;
        transform: rotate(-45deg);
        transition: .2s;
    }

.faq_item.open .faq_question:before {
    transform: rotate(45deg);
}

.faq_answer {
    display: none;
    padding: 15px 0 15px 30px;
}

.uppercase_emphasis {
    text-transform: uppercase;
    font-style: italic;
}

.big_image_link {
    position: relative;
}

.big_image_link_text {
    position: absolute;
    color: #fff;
    bottom: 30px;
    left: 30px;
    width: 200px;
    margin-bottom: 0;
}

@media (max-width: 1260px) {
    .content_width {
        width: 100%;
        padding: 0 20px;
    }

    .header_nav_link {
        font-size: 14px;
    }

    .header_phone {
        font-size: 20px;
    }

    .header_mail {
        font-size: 16px;
    }

    .feature_caption {
        font-size: 16px;
    }

    .tile_name {
        width: 180px;
        font-size: 18px;
    }

    .make_order_link_image {
        width: 150px;
    }

    .main_page_slider_container {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .header_nav {
        display: none;
    }

    .header_content {
        min-height: 100px;
    }

    .menu_button {
        display: block;
        position: absolute;
        right: 0;
        height: 30px;
        width: 40px;
    }

    .menu_button_line_1, .menu_button_line_2, .menu_button_line_3 {
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        background-color: #1d4b40;
    }

    .menu_button_line_1 {
        top: 0;
    }

    .menu_button_line_2 {
        top: 14px;
    }

    .menu_button_line_3 {
        bottom: 0;
    }

    .header_right_block {
        position: relative;
        padding-right: 60px;
    }

    .main_page_request_form {
        width: 520px;
    }

    .main_page_request_text {
        width: calc(100% - 520px);
    }

    .feature_item {
        width: calc(50% - 20px);
    }

    .features_block {
        flex-wrap: wrap;
        row-gap: 80px;
    }

    .tile_name {
        width: 120px;
        font-size: 14px;
        height: 30px;
        padding-right: 5px;
    }

    .footer_top_block {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
    }

    .footer_top_block_link {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer_top_block_link_big_text {
        font-size: 14px;
    }

    .footer_top_block_link_small_text {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .main_page_request_block {
        flex-wrap: wrap;
    }

    .main_page_request_form {
        width: 100%;
        order: 1;
    }

    .main_page_request_text {
        width: 100%;
        order: 2;
    }

    .make_order_link_image {
        max-width: 100px;
    }

    .make_order_link_text {
        font-size: 16px;
    }

    .product_name {
        height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .page_block_content {
        flex-wrap: wrap;
    }

    .page_block_image {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    .page_block_info {
        width: 100%;
        order: 2;
    }

    .page_block_image img {
        width: 150px;
    }

    .page_block_header_2 {
        font-size: 25px;
    }

    .products_link {
        font-size: 22px;
        height: 40px;
    }

    .page_block_header {
        text-align: center;
    }

    .footer_bottom {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .footer_bottom_left_block {
        order: 1;
    }

    .footer_center_block {
        justify-content: flex-start;
        width: 100%;
        order: 3;
    }

    .footer_right_block {
        order: 2;
    }

    .footer_center_copyright > br {
        display: none;
    }
}

@media (max-width: 700px) {
    .product_name {
        font-size: 14px;
        height: 30px;
    }

    .page_block_image img {
        width: 120px;
    }

    .page_block_header {
        font-size: 28px;
    }

    .tile_gallery {
        flex-wrap: wrap;
    }

    .gallery_big_tile {
        width: 100%;
    }

    .gallery_small_tiles {
        width: 100%;
    }

    .main_page_request_block {
        margin-bottom: 40px;
    }

    .page_block {
        margin-bottom: 40px;
    }

    .tile_gallery {
        margin-top: 40px;
    }

    .make_order_link_image {
        width: 80px;
    }

    .make_order_link_text {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .footer_bottom_left_block {
        flex-direction: column;
        row-gap: 30px;
    }

    .footer_right_block {
        flex-direction: column;
        row-gap: 30px;
    }

    .footer_right_contact {
        margin-left: 0;
        width: 135px;
    }

    .footer_bottom_left_info {
        width: 135px;
    }

    .footer_bottom_left_nav {
        width: 135px;
    }

    .footer_bottom_left_info {
        margin-right: 0;
        order: 2;
    }

    .footer_top_block_link_image {
        width: 60px;
    }

    .footer_top_block_link {
        width: 120px;
    }

    .footer_top_block_link_small_text {
        font-size: 12px;
    }

    .footer_top_block_link_big_text {
        margin-bottom: 5px;
    }

    .make_order_links {
        flex-wrap: wrap;
    }

    .product_name {
        font-size: 12px;
    }

    .feature_caption {
        font-size: 13px;
    }

    .main_page_request_form_body {
        padding-left: 0;
        margin-top: 0;
    }

    .main_page_request_form_header_icon {
        width: 30px;
        height: 35px;
    }

    .main_page_request_form_header {
        align-items: center;
    }
}

@media (max-width: 500px) {
    .header_right_block {
        width: 100%;
        position: unset;
        padding-right: 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .header_content {
        flex-wrap: wrap;
        position: relative;
    }

    .search_button {
        position: absolute;
        top: 15px;
        right: 80px;
        width: 30px;
        height: 30px;
    }

    .menu_button {
        top: 15px;
        right: 20px;
    }

    .make_order_link_image {
        width: 120px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .make_order_links {
        justify-content: center;
        row-gap: 30px;
    }

    .footer_top_block_link {
        width: 33.3333%;
        margin: 0;
    }

    .page_block_header_2 {
        font-size: 20px;
    }

    .product_name {
        height: 32px;
        padding: 0 2px;
    }

    .header_logo {
        height: 40px;
    }

    .feature_item {
        width: 100%;
    }

    .page_block_image {
        justify-content: flex-start;
    }

    .page_block_header {
        text-align: start;
    }

    .main_page_slide_text {
        padding-top: 40px;
        font-size: 22px;
    }

    .main_page_slide_big_text {
        font-size: 40px;
        line-height: 50px;
    }

    .main_page_request_form {
        margin-top: -230px;
        padding: 20px;
    }

    .page_text_list {
        font-size: 14px;
        line-height: 20px;
    }

    .products_link {
        font-size: 16px;
    }

    .header_phone {
        font-size: 16px;
    }

    .header_mail {
        font-size: 13px;
    }

    .main_page_form_file_input_label {
        font-size: 12px;
    }

    .make_order_link_image {
        width: 80px;
    }

    .footer_bottom_left_block {
        width: 100%;
    }

    .footer_right_block {
        width: 100%;
    }

    .footer_bottom_left_info {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .footer_bottom_left_nav {
        order: 2;
    }

    .footer_bottom_left_mail {
        display: none;
    }

    .footer_bottom_left_nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 280px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer_bottom_left_nav_link {
        width: 135px;
        font-size: 14px;
        font-weight: 500;
    }

    .footer_right_block {
        width: 280px;
        flex-direction: row;
        justify-content: space-between;
        margin-right: auto;
        margin-left: auto;
    }

    .footer_center_block {
        justify-content: center;
        order: 4;
    }

    .footer_mobile_mail_block {
        display: block;
        width: 100%;
        order: 3;
        text-align: center;
    }

    .footer_mobile_mail {
        align-items: center;
        font-weight: 700;
        color: #fff;
    }

        .footer_mobile_mail > img {
            width: 15px;
            margin-right: 5px;
        }
}

@media (max-width: 400px) {
    .footer_top_block_link {
        width: 50%;
        margin: 0;
    }

    .product_item {
        width: 100%;
    }

    .main_page_slide_big_text {
        font-size: 32px;
    }

    .main_page_slide_text {
        font-size: 18px;
    }

    .main_page_form_submit {
        padding: 0 15px;
    }

    .main_page_form_file_input_label {
        border-bottom: none;
    }

    .make_order_link_image {
        width: 60px;
        margin-bottom: 10px;
    }

    .make_order_link_text {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .header_phone {
        font-size: 14px;
    }

    .products_link {
        padding: 5px 10px;
        height: 35px;
    }

    .main_page_form_submit {
        font-size: 14px;
        padding: 0 10px;
    }
}
