html .site_header_in {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 1260px) {
  html .site_header_in {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  html .site_header_in {
    gap: 10px !important;
  }
}
html .site_header_in .site_l_block {
  max-width: 340px !important;
}
@media (max-width: 640px) {
  html .site_header_in .site_l_block {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
html .site_header_in .site_l_block .site_logo_wr {
  margin-right: 16px;
}
@media (max-width: 480px) {
  html .site_header_in .site_l_block .site_logo_wr .site_logo span img {
    max-width: 90px !important;
  }
}
html .site_header_in .site_l_block .site_l_wrap_in .site_name {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
html .site_header_in .site_l_block .site_l_wrap_in .site_name a {
  display: flex;
  align-items: center;
}
html .site_header_in .site_l_block .site_l_wrap_in .site_name span {
  font-size: 41px;
  color: #47273c;
  line-height: normal;
  margin-right: 5px;
  font-family: "fsb";
}
@media (max-width: 480px) {
  html .site_header_in .site_l_block .site_l_wrap_in .site_name span {
    font-size: 34px;
  }
}
html .site_header_in .site_l_block .site_l_wrap_in .site_name .text {
  font-size: 15px;
  color: #54493b;
  line-height: normal;
  font-family: "fsr";
}
html .site_header_in .site_l_block .site_l_wrap_in .site_desc {
  font-size: 14px !important;
  color: #8c8171 !important;
  font-family: "fsl";
}
html .site_header_in .site_r_block {
  justify-content: flex-end;
  flex-wrap: unset !important;
  gap: 0 !important;
}
@media (max-width: 1326px) {
  html .site_header_in .site_r_block {
    align-items: center !important;
    flex-direction: unset !important;
  }
}
@media (max-width: 1260px) {
  html .site_header_in .site_r_block {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 768px) {
  html .site_header_in .site_r_block {
    justify-content: space-around;
  }
}
html .site_header_in .site_r_block .wrp_cnt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 0 auto;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  html .site_header_in .site_r_block .wrp_cnt {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  html .site_header_in .site_r_block .wrp_cnt {
    justify-content: space-around;
    flex: unset;
  }
}
html .site_header_in .site_r_block .wrp_cnt .top_ed_bl {
  max-width: 310px;
}
html .site_header_in .site_r_block .wrp_cnt .top_ed_bl .top_bl_item {
  margin-bottom: 5px;
  margin-left: 20px !important;
}
html .site_header_in .site_r_block .wrp_cnt .top_ed_bl .top_bl_item:first-child {
  margin-left: 0 !important;
}
html .site_header_in .site_r_block .wrp_cnt .top_ed_bl .top_bl_item:first-child a {
  padding-left: 41px !important;
}
html .site_header_in .site_r_block .wrp_cnt .top_ed_bl .top_bl_item a {
  padding-left: 32px !important;
  text-decoration: none !important;
  font-size: 15px !important;
}
html .site_header_in .site_r_block .wrp_cnt .top_ed_bl .top_bl_item a span {
  border: none !important;
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl {
  margin-left: 5.8% !important;
}
@media (max-width: 744px) {
  html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl {
    margin-left: 0 !important;
  }
}
@media (max-width: 744px) {
  html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in {
    width: auto;
    justify-content: space-around;
  }
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn {
    margin-bottom: 5px;
  }
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item {
  margin-right: 7px;
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container {
  display: flex;
  align-items: center;
}
@media (max-width: 415px) {
  html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container {
    text-align: left;
  }
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-left {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-left .site-contacts__link {
  margin-right: 5px;
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 480px) {
  html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-left .site-contacts__link {
    width: 30px;
    height: 30px;
  }
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-left .site-contacts__link:hover img {
  transform: scale(1.1);
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-left .site-contacts__link:last-child {
  margin-right: 0;
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-left .site-contacts__link img {
  transition: transform 0.3s ease;
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-right {
  display: flex;
  flex-direction: column;
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-right .site-contacts__work {
  font-size: 15px;
  line-height: normal;
  color: #54493b;
  margin-bottom: 2px;
  font-family: "fsr";
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-right .site-contacts__number a {
  font-size: 25px;
  line-height: normal;
  color: #54493b;
  text-decoration: none;
  font-family: "fsb";
  display: block;
  width: 194px;
}
@media (max-width: 480px) {
  html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-right .site-contacts__number a {
    font-size: 22px;
    width: auto;
  }
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__item .site-contacts__container .site-contacts__container-right .site-contacts__note {
  font-size: 15px;
  line-height: normal;
  color: #54493b;
  margin-top: 4px;
  font-family: "fsr";
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__icon {
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: #775f51;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
@media (max-width: 480px) {
  html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__icon {
    width: 25px;
    height: 25px;
  }
}
html .site_header_in .site_r_block .wrp_cnt .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9px' height='6px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255%2C255%2C255)' d='M0.000%2C0.971 C0.000%2C1.221 0.093%2C1.470 0.279%2C1.660 L4.500%2C6.000 L8.722%2C1.660 C9.091%2C1.282 9.093%2C0.668 8.727%2C0.287 C8.359%2C-0.093 7.762%2C-0.096 7.393%2C0.282 L4.500%2C3.263 L1.607%2C0.282 C1.238%2C-0.096 0.641%2C-0.093 0.274%2C0.287 C0.091%2C0.477 0.000%2C0.724 0.000%2C0.971 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
html .site_header_in .site_r_block .header_btn {
  margin-left: 1.6%;
}
html .site_header_in .site_r_block .header_btn .moreWr .sldblBtn1 {
  font-size: 15px;
  padding: 15px 18px;
  border: 2px solid #c3a884;
  border-radius: 6px;
  color: #54493b;
  line-height: normal;
  text-decoration: none;
  display: block;
  font-family: "fsr";
  transition: all 0.3s;
}
@media (max-width: 480px) {
  html .site_header_in .site_r_block .header_btn .moreWr .sldblBtn1 {
    padding: 10px 15px;
  }
}
html .site_header_in .site_r_block .header_btn .moreWr .sldblBtn1:hover {
  background: #775f51;
  color: #fff;
  border-color: #775f51;
}
html .fixed_panel_wrapper .fixed_panel_wrap .cat_bl_wrap .cat_bl_title span {
  left: 18px;
  top: 18px;
  width: 20px;
  height: 20px;
  background: url(../images/111burger.svg) 0 0 no-repeat;
}
html .fixed_panel_wrapper .fixed_panel_wrap .cat_bl_wrap .cat_bl_title span:before, html .fixed_panel_wrapper .fixed_panel_wrap .cat_bl_wrap .cat_bl_title span:after {
  display: none;
}
@media (max-width: 1260px) {
  html .fixed_panel_wrapper .fixed_panel_wrap .cat_bl_wrap .cat_bl_title span {
    left: 16px;
    top: 20px;
  }
}
html .fixed_panel_wrapper .fixed_panel_wrap .cat_bl_wrap .cat_bl_title:after {
  top: 24px;
  width: 11px;
  height: 7px;
  background: url(../images/mnu_arrow.svg) 0 0 no-repeat;
}
html .fixed_panel_wrapper .search_bl_wrap {
  margin-right: 10px !important;
}
@media (min-width: 640px) {
  html .fixed_panel_wrapper .search_bl_wrap .search-form .search-button {
    top: 0 !important;
    right: 0 !important;
    width: 52px !important;
    height: 52px !important;
    background: url(../images/search.svg) 50% no-repeat !important;
    background-color: #775f51 !important;
    border-radius: 0 5px 5px 0 !important;
  }
  html .fixed_panel_wrapper .search_bl_wrap .search-form .search-button:hover {
    background-color: #c3a884 !important;
  }
  html .fixed_panel_wrapper .search_bl_wrap .search-form .search2_icon {
    right: 56px !important;
  }
}
html .fixed_panel_wrapper .gr-cart-preview {
  flex: unset;
  width: auto;
}
html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn.pointer_events_none {
  min-width: 50px;
  width: fit-content;
  padding: 13px 13px 13px 42px;
  background: #775f51 !important;
}
html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn.pointer_events_none .gr-cart-empty, html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn.pointer_events_none .gr-cart-total-amount {
  display: none;
}
html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn {
  background: #c3a884 !important;
  width: auto;
  display: flex;
  align-items: center;
  padding: 12px 13px 13px 50px;
}
html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn:after {
  display: none;
}
html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn:before {
  left: 14px;
  top: 14px;
  width: 25px;
  height: 24px;
  background: url(../images/basket2.svg) 0 0 no-repeat !important;
}
html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn .gr-cart-total-amount {
  position: unset;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9c8b1;
  background: transparent;
  font-size: 16px;
  font-family: "fsl";
  line-height: normal;
  padding: 2px;
}
html .fixed_panel_wrapper .gr-cart-preview #shop2-cart-preview .gr-cart-popup-btn .gr-cart-total-sum {
  display: none;
}
html .top_slider_bl .owl-prev {
  position: relative;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  transform: unset !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -20px !important;
}
html .top_slider_bl .owl-prev:hover {
  background: #c3a884 !important;
}
html .top_slider_bl .owl-prev:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 11px;
  background: url(../images/l_arrow.svg) 0 0 no-repeat !important;
}
html .top_slider_bl .owl-next {
  right: -20px !important;
  position: relative;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .top_slider_bl .owl-next:hover {
  background: #c3a884 !important;
}
html .top_slider_bl .owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 11px;
  background: url(../images/r_arrow.svg) 0 0 no-repeat !important;
}
html .top_slider_bl .top_slider .top_slider_item {
  padding: 0 !important;
  height: auto;
}
@media (max-width: 1260px) {
  html .top_slider_bl .top_slider .top_slider_item {
    padding: 0 !important;
    height: auto;
  }
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic {
  padding: 83px 83px 100px 80px;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 485px;
}
@media (max-width: 768px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic {
    padding: 50px 20px 50px 40px;
    min-height: 360px;
  }
}
@media (max-width: 480px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic {
    padding: 45px 20px 30px 20px;
  }
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic:before {
  display: none;
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in {
  max-width: 525px;
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_title {
  font-size: 40px;
  color: #ffffff;
  line-height: normal;
  font-family: "fsb";
}
@media (max-width: 768px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_title {
    font-size: 34px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_title {
    font-size: 28px;
  }
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_subtitle {
  font-size: 25px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 14px;
  font-family: "fsr";
}
@media (max-width: 768px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_subtitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_subtitle {
    font-size: 18px;
  }
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_text1 {
  font-size: 17px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 14px;
  font-family: "fsr";
  padding-left: 15px;
  border-left: 3px solid #c3a884;
}
@media (max-width: 768px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .slider_text1 {
    font-size: 15px;
  }
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .wrapp_btn .moreWr .sldblBtn {
  background: #c3a884;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 20px 32px;
  border-radius: 4px;
  position: relative;
  font-family: "fsr";
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .wrapp_btn .moreWr .sldblBtn:hover {
  background: #c3a884;
  box-shadow: 0px 7px 15px 0px rgba(119, 95, 81, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .wrapp_btn .moreWr .sldblBtn {
    padding: 10px 15px;
  }
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .wrapp_btn .moreWr .note {
  font-size: 15px;
  color: #ffffff;
  line-height: normal;
  padding-left: 35px;
  font-family: "fsr";
  position: relative;
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .wrapp_btn .moreWr .note:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 41px;
  background: url(../images/hand.svg);
  left: 0;
}
@media (max-width: 768px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .wrapp_btn .moreWr .note:before {
    width: 20px;
    height: 32px;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  html .top_slider_bl .top_slider .top_slider_item .slider_pic .slider_in .wrapp_btn .moreWr .note {
    font-size: 13px;
  }
}
html .top_slider_bl .top_slider .top_slider_item .slider_pic.blac:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0.05098) 100%);
  border-radius: 5px;
}
/*.remodal-is-locked{
	.site_header_in .site_r_block .top_contacts_bl .top_contacts_in .site-contacts.has_popup_btn .site-contacts__icon {
		transform: rotate(-180deg);
	}
}*/
.remodal.cnt-remodal {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
  max-width: 475px;
  padding: 40px 50px 50px;
}
@media (max-width: 639px) {
  .remodal.cnt-remodal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    max-width: 100%;
    padding: 30px 20px 40px;
  }
}
.remodal.cnt-remodal .remodal-close-btn {
  position: absolute;
  right: 11px;
  top: 14px;
  width: 41px;
  height: 41px;
  cursor: pointer;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2013%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2354493b%22%20d%3D%22M7.944%2C6.483%20L12.689%2C11.228%20C13.092%2C11.631%2013.092%2C12.285%2012.689%2C12.688%20C12.286%2C13.091%2011.633%2C13.091%2011.230%2C12.688%20L6.485%2C7.943%20L1.740%2C12.688%20C1.337%2C13.091%200.683%2C13.091%200.280%2C12.688%20C-0.123%2C12.285%20-0.123%2C11.631%200.280%2C11.228%20L5.025%2C6.483%20L0.281%2C1.739%20C-0.122%2C1.336%20-0.122%2C0.683%200.281%2C0.279%20C0.684%2C-0.124%201.337%2C-0.124%201.741%2C0.279%20L6.485%2C5.023%20L11.229%2C0.279%20C11.632%2C-0.124%2012.285%2C-0.124%2012.688%2C0.279%20C13.092%2C0.683%2013.092%2C1.336%2012.688%2C1.739%20L7.944%2C6.483%20Z%22%2F%3E%3C%2Fsvg%3E) 50% no-repeat;
  box-shadow: none;
  border: none;
  font-size: 0;
  outline: none;
}
.remodal.cnt-remodal .remodal-close-btn svg {
  display: none;
}
.wrap-advantages {
  background-color: #faf9f7;
  z-index: 1;
  position: relative;
}
.wrap-advantages .advan-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 51px 20px 30px 20px;
}
@media (max-width: 480px) {
  .wrap-advantages .advan-in {
    padding-top: 30px;
  }
}
.wrap-advantages .advan-in .adv-bl {
  box-sizing: border-box;
  width: 31%;
  max-width: 31%;
  display: flex;
  align-items: flex-start;
  z-index: 9;
  position: relative;
}
.wrap-advantages .advan-in .adv-bl .image {
  width: 60px;
  height: 60px;
  flex: none;
  margin-bottom: 13px;
  position: relative;
  margin-right: 15px;
  position: relative;
  top: -10px;
}
.wrap-advantages .advan-in .adv-bl .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 9;
}
.wrap-advantages .advan-in .adv-bl .text-wrap {
  position: relative;
  z-index: 9;
}
.wrap-advantages .advan-in .adv-bl .text-wrap .title {
  font-family: "fsb";
  font-size: 20px;
  color: #54493b;
  margin-bottom: 6px;
}
.wrap-advantages .advan-in .adv-bl .text-wrap .text {
  font-family: "fsr";
  font-size: 15px;
  color: #54493b;
}
@media (max-width: 1024px) {
  .wrap-advantages .advan-in {
    justify-content: space-around;
  }
  .wrap-advantages .advan-in .adv-bl {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 1460px) {
  .wrap-advantages .advan-in {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1460px) and (max-width: 960px) {
  .wrap-advantages .advan-in {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1240px) {
  .wrap-advantages .advan-in {
    margin-top: 0;
  }
  .wrap-advantages .advan-in .adv-bl {
    padding: 20px 20px 25px 20px;
  }
  .wrap-advantages .advan-in {
    padding-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .wrap-advantages .advan-in {
    padding-bottom: 30px;
  }
  .wrap-advantages .advan-in .adv-bl {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .banner-text_wr .title {
    font-size: 32px;
  }
  .banner-text_wr .title br {
    display: none;
  }
}
@media (max-width: 640px) {
  .wrap-advantages .advan-in .adv-bl {
    padding-left: 0;
    padding-right: 0;
  }
}
.site_header .fixed_panel_wrapper .fixed_panel_in:before {
  display: none;
}
.cnt-remodal .form_bl_title {
  color: #54493b;
  font: 25px "fsb", Arial, Helvetica, sans-serif;
  padding: 0 0 20px;
}
@media screen and (max-width: 499px) {
  .cnt-remodal .form_bl_title {
    font-size: 23px;
  }
}
.cnt-remodal .tpl-anketa .field-title {
  margin: 0 0 7px;
}
.cnt-remodal .tpl-anketa .tpl-field {
  display: block;
  margin: 0 0 10px;
  text-align: left;
}
.cnt-remodal .tpl-anketa .tpl-field.field-error input[type="text"], .cnt-remodal .tpl-anketa .tpl-field.field-error input[type="email"], .cnt-remodal .tpl-anketa .tpl-field.field-error input[type="phone"], .cnt-remodal .tpl-anketa .tpl-field.field-error textarea, .cnt-remodal .tpl-anketa .tpl-field.field-error .jq-selectbox__select {
  -moz-box-shadow: inset 0 0 0 1px #f5441a !important;
  -webkit-box-shadow: inset 0 0 0 1px #f5441a !important;
  box-shadow: inset 0 0 0 1px #f5441a !important;
}
.cnt-remodal .tpl-anketa .tpl-field:last-child {
  margin-bottom: 0;
  padding-top: 10px;
}
.cnt-remodal .tpl-anketa .tpl-field.type-calendar_interval .field-title {
  display: none;
}
.cnt-remodal .tpl-anketa .tpl-field.type-calendar_interval .field-value {
  font-size: 0;
}
.cnt-remodal .tpl-anketa .tpl-field.type-calendar_interval .calendar-label {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
@media screen and (max-width: 499px) {
  .cnt-remodal .tpl-anketa .tpl-field.type-calendar_interval .calendar-label {
    display: block;
    width: auto;
  }
}
.cnt-remodal .tpl-anketa .tpl-field.type-calendar_interval .calendar-label.firstLabel {
  margin-right: 2%;
}
@media screen and (max-width: 499px) {
  .cnt-remodal .tpl-anketa .tpl-field.type-calendar_interval .calendar-label.firstLabel {
    margin: 0 0 10px;
  }
}
.cnt-remodal .tpl-anketa .tpl-field.type-multi_select select {
  background: #faf9f7;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  color: #8c8171;
  height: auto;
  padding: 16px 25px 16px 25px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul li {
  margin-bottom: 6px;
  font-size: 0;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul li span {
  display: inline-block;
  vertical-align: top;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul li span:hover .jq-radio {
  -moz-box-shadow: inset 0 0 0 1px #775f51;
  -webkit-box-shadow: inset 0 0 0 1px #775f51;
  box-shadow: inset 0 0 0 1px #775f51;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul li span:hover .jq-radio.checked {
  -moz-box-shadow: inset 0 0 0 7px #775f51;
  -webkit-box-shadow: inset 0 0 0 7px #775f51;
  box-shadow: inset 0 0 0 7px #775f51;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul li .jq-radio {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: inset 0 0 0 1px #e1ddd3;
  -webkit-box-shadow: inset 0 0 0 1px #e1ddd3;
  box-shadow: inset 0 0 0 1px #e1ddd3;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul li .jq-radio.checked {
  -moz-box-shadow: inset 0 0 0 7px #775f51;
  -webkit-box-shadow: inset 0 0 0 7px #775f51;
  box-shadow: inset 0 0 0 7px #775f51;
}
.cnt-remodal .tpl-anketa .tpl-field.type-radio_group ul li label {
  display: inline-block;
  vertical-align: top;
  font: 16px "fsr", Arial, Helvetica, sans-serif;
  padding: 4px 0 0 10px;
}
.cnt-remodal .tpl-anketa .tpl-field .field_error {
  font-size: 14px;
  color: #f5441a;
  padding: 0 0 10px;
}
.cnt-remodal .tpl-anketa .tpl-field.type-upload {
  font-size: 14px;
}
.cnt-remodal .tpl-anketa .tpl-field.type-checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cnt-remodal .tpl-anketa .tpl-field.type-checkbox ul li {
  margin-bottom: 6px;
}
.cnt-remodal .tpl-anketa .tpl-field.type-checkbox label {
  display: inline-block;
  vertical-align: middle;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  margin: 0 0 0 10px;
}
.cnt-remodal .tpl-anketa .tpl-field.type-multi_checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cnt-remodal .tpl-anketa .tpl-field.type-multi_checkbox ul li {
  margin-bottom: 6px;
}
.cnt-remodal .tpl-anketa .tpl-field.type-multi_checkbox label {
  display: inline-block;
  vertical-align: middle;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  margin: 0 0 0 10px;
}
.cnt-remodal .tpl-anketa .tpl-field input[type="text"], .cnt-remodal .tpl-anketa .tpl-field input[type="email"], .cnt-remodal .tpl-anketa .tpl-field input[type="phone"] {
  background: #faf9f7;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  color: #8c8171;
  height: 53px;
  padding: 16px 25px 16px 25px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt-remodal .tpl-anketa .tpl-field input[type="text"]:focus, .cnt-remodal .tpl-anketa .tpl-field input[type="email"]:focus, .cnt-remodal .tpl-anketa .tpl-field input[type="phone"]:focus {
  background: #fff;
  -moz-box-shadow: inset 0 0 0 1px #775f51 !important;
  -webkit-box-shadow: inset 0 0 0 1px #775f51 !important;
  box-shadow: inset 0 0 0 1px #775f51 !important;
}
.cnt-remodal .tpl-anketa .tpl-field textarea {
  background: #faf9f7;
  font: 17px "fsl", Arial, Helvetica, sans-serif;
  color: #8c8171;
  height: 130px;
  padding: 16px 25px 16px 25px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt-remodal .tpl-anketa .tpl-field textarea:focus {
  background: #fff;
  -moz-box-shadow: inset 0 0 0 1px #775f51 !important;
  -webkit-box-shadow: inset 0 0 0 1px #775f51 !important;
  box-shadow: inset 0 0 0 1px #775f51 !important;
}
.cnt-remodal .tpl-anketa .tpl-field .jq-checkbox {
  width: 26px;
  height: 26px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: inset 0 0 0 1px #e1ddd3;
  -webkit-box-shadow: inset 0 0 0 1px #e1ddd3;
  box-shadow: inset 0 0 0 1px #e1ddd3;
}
.cnt-remodal .tpl-anketa .tpl-field .jq-checkbox:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2012%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M11.619%2C2.013%20L5.785%2C7.603%20C5.448%2C7.927%204.966%2C8.011%204.540%2C7.882%20C4.091%2C8.062%203.554%2C7.979%203.188%2C7.628%20L0.355%2C5.038%20C-0.128%2C4.575%20-0.128%2C3.823%200.355%2C3.359%20C0.838%2C2.896%201.622%2C2.896%202.105%2C3.359%20L4.463%2C5.515%20L9.868%2C0.335%20C10.352%2C-0.129%2011.136%2C-0.129%2011.619%2C0.335%20C12.102%2C0.798%2012.102%2C1.550%2011.619%2C2.013%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cnt-remodal .tpl-anketa .tpl-field .jq-checkbox.checked {
  background: #775f51;
  -moz-box-shadow: inset 0 0 0 1px #775f51 !important;
  -webkit-box-shadow: inset 0 0 0 1px #775f51 !important;
  box-shadow: inset 0 0 0 1px #775f51 !important;
}
.cnt-remodal .tpl-anketa .tpl-field .jq-checkbox.checked:before {
  opacity: 1;
  visibility: visible;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect {
  display: block !important;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect.dropup .jq-selectbox__select {
  z-index: 1;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 13px;
  height: 7px;
  z-index: 1;
  margin-top: -3px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2013%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d4cbc0%22%20d%3D%22M12.619%2C2.013%20L7.785%2C6.603%20C7.448%2C6.927%206.966%2C7.011%206.540%2C6.882%20C6.091%2C7.062%205.554%2C6.979%205.188%2C6.628%20L0.355%2C2.038%20C-0.128%2C1.575%20-0.128%2C0.823%200.355%2C0.359%20C0.838%2C-0.104%201.622%2C-0.104%202.105%2C0.359%20L6.474%2C4.508%20L10.868%2C0.335%20C11.352%2C-0.129%2012.135%2C-0.129%2012.619%2C0.335%20C13.102%2C0.798%2013.102%2C1.550%2012.619%2C2.013%20Z%22%20%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect.opened:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect.opened .jq-selectbox__select {
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0);
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect .jq-selectbox__select {
  background: #f9f6f1;
  font: 17px "fsr", Arial, Helvetica, sans-serif;
  color: #746b5f;
  height: 47px;
  padding: 13px 20px 14px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown {
  background: #fff;
  width: 100%;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul li {
  color: #746b5f;
  font: 17px "fsr", Arial, Helvetica, sans-serif;
  padding: 15px 0 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #faf9f8;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul li:first-child {
  border: none;
}
.cnt-remodal .tpl-anketa .tpl-field .jqselect .jq-selectbox__dropdown ul li:hover {
  color: #775f51;
}
.cnt-remodal .tpl-anketa .tpl-form-button {
  display: block;
  width: 100%;
  color: #fff;
  font: 20px "fsm", Arial, Helvetica, sans-serif;
  padding: 14px 25px 15px 25px;
  text-align: center;
  outline: none;
  border: none;
  background: #775f51;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cnt-remodal .tpl-anketa .tpl-form-button:hover {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(119, 95, 81, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 7px 15px 0px rgba(119, 95, 81, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 7px 15px 0px rgba(119, 95, 81, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0px 7px 15px 0px rgba(119, 95, 81, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 7px 15px 0px rgba(119, 95, 81, 0.27), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.18);
}
.cnt-remodal .tpl-anketa .tpl-field.type-checkbox label {
  display: inline;
}
.contacts-popup {
  font-family: "fsr";
  color: #222;
  padding: 20px;
  max-width: 500px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 480px) {
  .contacts-popup {
    padding: 0;
  }
}
.contacts-popup__headline {
  font-family: "fsm";
  font-size: 24px;
  margin-bottom: 20px;
  color: #111;
}
.contacts-popup__item {
  margin-bottom: 15px;
}
.contacts-popup .site-address__title {
  font-family: "fsb";
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}
.contacts-popup .site-address span {
  font-family: "fsr";
  font-size: 15px;
  color: #444;
}
.contacts-popup .site-contacts__item {
  margin-bottom: 10px;
}
.contacts-popup .site-contacts__note {
  font-family: "fsli";
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
  display: none;
}
.contacts-popup .site-contacts__container {
  display: flex;
  align-items: center;
}
.contacts-popup .site-contacts__container-left {
  display: flex;
  gap: 5px;
  margin-right: 10px;
}
.contacts-popup .site-contacts__container-right .site-contacts__number {
  font-family: "fssb";
  font-size: 16px;
}
.contacts-popup .site-contacts__container-right .site-contacts__number a {
  color: #000;
  text-decoration: none;
}
.contacts-popup .site-contacts__container-right .site-contacts__number a:hover {
  text-decoration: underline;
}
.contacts-popup .site-contacts__link {
  display: block;
  font-size: 0;
}
.contacts-popup .site-contacts__link img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.contacts-popup .site-contacts__link img:hover {
  transform: scale(1.1);
}
.contacts-popup .site-mail__title {
  font-family: "fsb";
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}
.contacts-popup .site-mail a {
  font-family: "fsr";
  font-size: 15px;
  color: #444;
  text-decoration: none;
}
.contacts-popup .site-mail a:hover {
  text-decoration: underline;
}
.contacts-popup .site-work__title {
  font-family: "fsb";
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}
.contacts-popup .site-work__body {
  font-family: "fsr";
  font-size: 15px;
  color: #444;
}
.contacts-popup .site-social__title {
  font-family: "fsb";
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}
.contacts-popup .site-social__items {
  display: flex;
  gap: 10px;
}
.contacts-popup .site-social__item a {
  display: inline-block;
}
.contacts-popup .site-social__item a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.contacts-popup .site-social__item a img:hover {
  transform: scale(1.1);
}
.fixed_menu_mobile .mobile_menu_title span:before, .fixed_menu_mobile .mobile_menu_title span:after {
  display: none !important;
}
.fixed_menu_mobile.opened .mobile_menu_title span {
  top: 20px;
  width: 20px !important;
  height: 20px !important;
  background: url(../images/111burger.svg) 0 0 no-repeat !important;
}
.fixed_menu_mobile.opened .mobile_menu_title span:before, .fixed_menu_mobile.opened .mobile_menu_title span:after {
  display: none !important;
}
.msgrs {
  position: fixed;
  right: 10px;
  top: 60px;
  display: flex;
  flex-direction: row;
  z-index: 8;
}
@media (max-width: 960px) {
  .msgrs {
    bottom: 70px;
    top: initial;
  }
}
.msgrs .msgrs_item {
  margin-bottom: 5px;
}
.msgrs_list {
  list-style: none;
}
.msgrs_list li {
  width: 40px;
  height: 40px;
}
@media (max-width: 960px) {
  .msgrs_list {
    bottom: 25px;
    top: initial;
  }
}
@media (max-width: 960px) {
  .msgrs:not(.real-mobile) {
    bottom: 15px;
  }
}
.lpc-block[data-block-layout] .lp-form-tpl__field-checkbox input, .lpc-block[data-block-layout] .lp-form-tpl__field-radio input {
  display: block !important;
  position: absolute;
  opacity: 0;
}
