.contacts_wrapper{padding-bottom: 35px; margin-top: 168px;}

@media only screen and (max-width: 1000px) {
    .contacts_wrapper{padding-bottom: 0;}
}

@media only screen and (max-width: 800px) {
    .contacts_wrapper{margin-top: 158px;}
}

@media only screen and (max-width: 480px) {
    .contacts_wrapper{margin-top: 101px;}
}

.contacts_container { max-width: 1440px; width: 100%; padding: 0 20px; margin-left: auto; margin-right: auto; }
.contacts_container > h1 { margin: 24px 0; font-weight: 600; font-size: 24px; line-height: 130%;}
.product_path { height: 52px;display: flex;align-items: center;border-bottom: 1px solid rgba(204, 207, 212, 0.4); }
.product_path a {color: #0052CC; font-size: 14px; text-decoration: none; border-bottom: 1px dotted #0052CC;}
.contacts_content { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 24px; }
.contacts_info_block { padding: 24px 0 32px 32px; background: #F4F5F7; border-radius: 8px; width: 49%;}
.contacts_info_block > h6, .contacts_feedback_block > h6 { color: #002033; font-weight: 600; font-size: 16px; line-height: 130%; letter-spacing: 0.15px; margin-bottom: 24px; }
.contacts_info_list { display: flex; flex-direction: column }
.contacts_info_list > div { display: flex; }
.contacts_info_list .address_p {width: 75%;}
.contacts_info_list > div:not(:last-child) { display: flex; margin-bottom: 24px; }
.contacts_info_list > div > div { display:flex; flex-direction: column; }
.contacts_info_list > div > img { margin-right: 22.2px; width: 42px; height: 42px; min-width: 42px; min-height: 42px; }
.contacts_info_list > div > div > span { color: #929BAD; font-weight: 500;font-size: 13px; line-height: 20px; font-weight: 500 }
.contacts_info_list > div > div > a:hover { text-decoration: underline; }
.contacts_info_list > div > div > a { font-style: normal; font-weight: 600; font-size: 16px; color: #082167; text-decoration-style: dotted; text-underline-offset: 4px; margin-bottom: 4px; }
.contacts_info_list > div > div > p { color: #002033; letter-spacing: 0.15px; font-weight: 500; font-size: 16px; line-height: 130%; }
.contacts_info_list > div > .requisites_block { margin-left: 64.2px; }

.contacts_feedback_block { padding: 24px 32px 32px 32px; background: transparent; border-radius: 8px; width: 49%; border: 1px solid #E1E4EB; max-height: 500px }
.contacts_feedback_block > .input_section { display: flex; flex-wrap: wrap; justify-content: space-between}
.contacts_feedback_block > .input_section > .label_block { width: 49%; margin-bottom: 10px}
#feedback_message { width: 100%; border: 1px solid #E1E4EB; resize: none; border-radius: 4px; padding: 18px 16px 18px 16px; font-size: 14px;}
#feedback_message::placeholder { font-size: 14px; color: #929BAD; position: absolute; }
.contacts_conf_agree  {width: 100%; position: relative; height: 100px; margin-top: 12px;}
#i_agree_with_contacts { width: 12px; opacity: 0; z-index: -1; position: absolute; }
.contacts_feedback_block > .input_section input {height: 56px; font-size: 14px !important; }
.contacts_feedback_block > .input_section .label_block label { font-size: 14px; top: 18px;}
.contacts_feedback_block > .input_section .label_block label.label_top { top: 3px;}
.contacts_conf_agree label {left: 0;}
.contacts_feedback_block .checkbox + label::before {margin-right: 16px;align-self: flex-start;}
.contacts_feedback_block > .input_section > .lbl_callback_phone:before { top: 20px; }
.contacts_feedback_block > .input_section > .lbl_callback_phone:after { top: 18px; }
.contacts_feedback_block .checkbox + label > span {font-style: normal;font-weight: normal;font-size: 14px;line-height: 150%;color: #11131F;padding-right: 30%;}
.checkbox.light_blue+label::before { width: 16px; height: 16px; margin-top:2px;}
.contacts_conf_agree .checkbox + label > span {font-style: normal;font-weight: normal;font-size: 14px;line-height: 150%;color: #11131F;padding-right: 15%;}
.contacts_conf_agree > .checkbox + label > span > a { color: #46A6FF;text-decoration: none; }
#contacts_send_feedback:hover {cursor: pointer; background: #138EFF; }
#contacts_send_feedback { background: #46A6FF; color: #ffffff; font-style: normal; font-weight: 600; font-size: 16px; letter-spacing: 0.5px;  height: 52px; line-height: 52px;
    display: flex; justify-content: center; align-items: center; border-radius: 4px; padding: 0 10px; min-height: 40px; min-width: 160px; margin-left: auto; margin-right: 0 }

#contacts_send_feedback:disabled{ background: #E1E4EB; }

.contacts_map_container { width: 100%; height: 280px;  background: transparent; margin-top: 16px; }


@media only screen and (max-width: 1000px) {
    .contacts_info_block { border-radius: unset }
    .contacts_conf_agree .checkbox + label > span { padding-right: 0 }
    .contacts_container.contacts_inner { padding: 0px }
    .contacts_content { flex-direction: column; margin-bottom: 24px; }
    .contacts_info_block{ width: 100%; }
    .contacts_feedback_block { order: 3}
    .contacts_feedback_block { border: unset; width: 100%; max-height: unset}
    .contacts_map_container { order: 2; margin-top: 0; }
    .contacts_feedback_block > .input_section { padding-bottom: 32px}
}

@media only screen and (max-width: 800px) {
    .contacts_feedback_block > .input_section > .label_block { width: 100%; }
    #contacts_send_feedback { width: 100%; }
    .contacts_conf_agree  {height: 98px; margin-top: 2px;}
}

/*regional info contacts*/
.contacts_region_info_block { width: 49%; }
.region_notice_info_block { background: #082167; border-radius: 4px; color: #FFFFFF; padding: 16px 48px 16px 16px;}
.region_notice_info_block > p { line-height: 20px;}

@media only screen and (max-width: 1000px) {
    .contacts_region_info_block { width: 100%;}
}

.region_producer_slot { background: #F4F5F7; border-radius: 4px; margin-top: 8px; overflow: hidden}
.region_producer_slot.open_slot { background: #EDF6FF; }
.region_producer_slot .producer_slot_title {display: flex; align-items: center; justify-content: space-between; padding: 12px 16px;}
.region_producer_slot .producer_slot_title > span { display: flex; align-items: center; }
.region_producer_slot .producer_slot_title > span > h6 { font-weight: 600; font-size: 16px; color: #002033; letter-spacing: 0.15px; }
.region_producer_slot .producer_slot_title > .icon.icon_filter_arrow_up { font-size: 8px; color: #929BAD; padding: 8px; cursor: pointer; transform: rotate(180deg) }
.region_producer_slot .producer_slot_content { padding: 0 16px; max-height: 0; transition: max-height .25s ease-in; }
.region_producer_slot .producer_slot_content > .contacts_info_list > div > img { width: 24px; height: 24px; min-height: 24px; min-width: 24px; }
.region_producer_slot .producer_slot_content > .contacts_info_list > div > .requisites_block { margin-left: 45px; }
.region_producer_slot.open_slot >.producer_slot_title > .icon.icon_filter_arrow_up { transform: rotate(0deg) }
.region_producer_slot.open_slot .producer_slot_title > .icon.icon_filter_arrow_up { color: #46A6FF; }
.region_producer_slot.open_slot > .producer_slot_content { max-height: 100%; }
.contacts_map_subdomain_container { width: 100%; height: 280px;  background: transparent; }
.region_producer_slot .producer_slot_content > .contacts_info_list { padding: 16px 0 32px 0}
.contacts_region_info_block .contacts_info_list  div.phones_block > strong { font-size: 16px;}
.contacts_region_info_block .contacts_info_list  div.phones_block > a:not(:first-child), .contacts_region_info_block .contacts_info_list  div.phones_block > :not(:first-child) { margin-top: 8px; }