.cont_slider {
    width: 100%;
    margin-bottom: 35px;
}

.pre_footer_form_wrap, .bx-breadcrumb {
    width: 1460px;
    margin: auto;
}

.main-content .contact_padding {
    padding: unset;
    margin-top: 61px;
    width: 1460px;
    margin-left: auto;
    margin-right: auto;
}

.bx-breadcrumb-item .bx-breadcrumb-item-text {
    font-family: Graphik LCG;
    font-size: 16px;
    line-height: 150%;
    color: #98A1C3;
}

.bx-breadcrumb-item-link .bx-breadcrumb-item-text {
    color: #586181;
}

.bx-breadcrumb-item-angle.fa{
    font-size: 16px;
    color: #586181;
}

.contact_header .Useful_materials_head h1{
    font-family: Graphik LCG;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
    color: #232942;
}

/* ------------------ Последний блок с формой ----------------------- */

.pre_footer_form_wrap {
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pre_footer_form_info {
  height: 489px;
  display: flex;
  flex-direction: column;
  width: 1460px;
  position: relative;
  align-items: center;
}

.form_prefooter_title {
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
  font-family: Graphik LCG;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: -0.018em;
  text-align: center;
}

.pre_footer_image {
  width: 1460px;
  height: 489px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pre_footer_form_info .first_to_know_form {
  gap: 20px;
  display: flex;
  justify-content: center;
}

.pre_footer_form_info .first_to_know_form button {
  max-width: 340px;
  width: 340px;
  border-radius: 24px;
  background-color: #f44697;
}

.prefooter-button .button-text {
  margin: unset !important;
}

.pre_footer_form_action form {
  max-width: 1064px;
}

.pre_footer_form_action .modal_telephone-content_inputs .form-item input {
  border: none;
  padding: 16px 0px 16px 32px;
  height: 58px;
  border-radius: 53px;
}

.pre_footer_form_action .modal_telephone-content {
  height: 58px;
  max-width: unset;
  border: 0;
  padding: 0;
  background-color: unset;
}

.pre_footer_form_action .modal_telephone-content_inputs {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.pre_footer_form_action .modal_telephone-content_inputs .form-item {
  height: 58px;
  width: 342px;
}

.pre_footer_form_action .modal_telephone-content_inputs .form-item label {
  font-size: 16px;
}

.btn_hover.prefooter-button {
  width: 340px;
  height: 58px;
  border-radius: 53px;
  background: #ff3291;
}

.pre_footer_form_action .modal_telephone-conten_oferta {
  z-index: 1;
}

.pre_footer_form_action .modal_telephone-conten_oferta .inp_chk_52 {
  height: 22px;
  width: 22px;
  background-color: #052289;
  border-radius: 2px;
}

/*------------------------------------------------ Адаптив ---------------------------------*/

@media (max-width: 1460px) {
    .main-content .contact_padding{
        width: auto;
        padding: 0 40px;
    }

    .bx-breadcrumb{
        width: auto;
        padding: 0 40px;
    }

    .contact_header .Useful_materials_head {
        grid-template-columns: 2fr 1fr;
    }

    .pre_footer_form_wrap {
        width: auto;
        margin: 120px 0;
    }

    .pre_footer_form_info {
        width: 944px;
    }

    .pre_footer_form_action form {
        max-width: 704px;
        height: 138px;
    }
    .pre_footer_form_info .first_to_know_form {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .pre_footer_form_info .first_to_know_form button {
        height: 58px;
    }

    .pre_footer_form_action .Leave_a_request_btn_text {
        position: absolute;
        width: 342px;
        line-height: 19px;
        right: 125px;
        bottom: 60px;
    }

    .pre_footer_image {
        width: 944px;
    }

    .form_prefooter_title {
        font-size: 62px;
    }

    .pre_footer_form_action .modal_telephone-conten_oferta {
        width: 340px;
    }
}

@media (max-width: 950px) {
    .bx-breadcrumb, .main-content .contact_padding{
        width: 92vw;
        padding: unset;
    }

    .pre_footer_form_wrap {
        width: 92vw;
        margin: 120px auto;
    }

    .pre_footer_form_info {
        width: 100%;
    }

    .pre_footer_image {
        width: 92vw;
    }

}

@media (max-width: 750px) {

    .contact_header .Useful_materials_head h1{
        font-size: 28px;
        line-height: 120%;
    }

    .pre_footer_form_wrap {
        margin-top: 100px;
        margin-bottom: 100px;
        height: 580px;
    }

    .pre_footer_form_info {
        width: 91vw;
        border-radius: 32px;
        overflow: hidden;
        height: 580px;
    }

    .form_prefooter_title {
        font-size: 36px;
        line-height: 39px;
        width: 73vw;
        margin-top: 43px;
    }

    .pre_footer_image {
        width: 91vw;
        height: 580px;
    }

    .pre_footer_form_info .first_to_know_form {
        justify-content: center;
        width: 73vw;
    }

    .pre_footer_form_info .first_to_know_form button {
        max-width: unset !important;
        width: 73vw;
        position: absolute;
        bottom: 43px;
    }

    .pre_footer_form_info .first_to_know_form button .button-text {
        color: white !important;
    }

    .pre_footer_form_action .form-item {
        height: 58px;
    }
    .pre_footer_form_info .first_to_know_form input {
        padding: 15px;
    }

    .pre_footer_form_action .Leave_a_request_btn_text {
        width: 73vw;
        right: unset;
        bottom: 121px;
    }

    .pre_footer_form_action .modal_telephone-content_inputs {
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .pre_footer_form_action .modal_telephone-content {
        max-width: 300px;
    }
}