@charset "UTF-8";
/*
Theme Name: broker2022
Version: 1.0.1
Description: Broker Top
Text Domain: brokertop
Author: dfox
Author URI: https://topbroker.ru/
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Arsenica-Regular";
  src: url("/wp-content/themes/broker2022/fonts/Arsenica-Regular.eot");
  src: url("/wp-content/themes/broker2022/fonts/Arsenica-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/broker2022/fonts/Arsenica-Regular.woff2") format("woff2"), url("/wp-content/themes/broker2022/fonts/Arsenica-Regular.woff") format("woff"), url("/wp-content/themes/broker2022/fonts/Arsenica-Regular.ttf") format("truetype");
}
@keyframes loading {
  0% {
    left: 45%;
  }
  50% {
    left: 55%;
  }
  100% {
    left: 45%;
  }
}
* {
  border: 0 none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

ul {
  list-style: none;
}

.hidden {
  display: none;
}

.no-js .fa {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.text-center {
  text-align: center;
  text-indent: 0;
}

.text-justify {
  text-align: justify;
  text-indent: 0;
}

.text-left {
  text-align: left;
  text-indent: 0;
}

.text-right {
  text-align: right;
  text-indent: 0;
}

.uppercase {
  text-transform: uppercase;
}

.about_h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0;
}

.about_examples {
  background-color: #2b2b33;
  color: #fff;
  margin: 0 -27px;
  padding: 40px 63px 15px;
}
.about_examples .wp-block-group__inner-container h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 0 80px;
}
@media only screen and (max-width: 1023px) {
  .about_examples .wp-block-group__inner-container h2 {
    font-size: 22px;
    padding: 0;
  }
}

.about_list {
  background: url(/wp-content/themes/broker2022/i/about_list_bg.png) center no-repeat scroll transparent;
  background-size: cover;
  border-left: 27px solid #fff;
  border-right: 27px solid #fff;
}
.about_list h3 {
  color: #2c2c2c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 25px;
}
.about_list > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 30px;
  margin: 0 auto;
  max-width: 1182px;
  padding: 15px 0;
  width: 100%;
}
.about_list > .wp-block-group__inner-container > .wp-block-group {
  max-width: 510px;
  padding: 0 0 16px 20px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .about_list > .wp-block-group__inner-container > .wp-block-group {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .about_list > .wp-block-group__inner-container {
    grid-template-columns: 100%;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .about_list {
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

.about_objects_desc {
  background: #fff;
  bottom: 0;
  color: #2b2b33;
  font-size: 15px;
  font-weight: 600;
  left: 0;
  min-height: 150px;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 5;
}

.about_quote {
  background-color: #2b2a30;
  color: #fff;
  margin: 30px 0;
  position: relative;
}
.about_quote::after, .about_quote::before {
  background-color: #2b2a30;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about_quote::before {
  left: auto;
  right: 100%;
}
.about_quote > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .about_quote {
    padding: 0 0 60px;
  }
}

.about_quote_desc_wrap {
  max-width: 786px;
  padding: 14px 15px 40px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .about_quote_desc_wrap blockquote {
    display: grid;
    font-size: 16px;
    line-height: 1.78;
    margin: 10px 0 0;
    padding: 35px 6px 10px;
  }
  .about_quote_desc_wrap blockquote h2:nth-child(1) {
    order: 3;
  }
  .about_quote_desc_wrap blockquote h2:nth-child(4) {
    order: 1;
  }
  .about_quote_desc_wrap blockquote h3:nth-child(2) {
    margin: 0 0 4em;
    order: 3;
  }
  .about_quote_desc_wrap blockquote p:nth-child(3) {
    order: 3;
  }
  .about_quote_desc_wrap blockquote p:last-child {
    order: 2;
    min-height: 520px;
    padding: 0 0 0 27%;
    text-align: right;
  }
}
.about_quote_desc_wrap h2 {
  color: #fff;
  line-height: 1.35;
  margin: 18px 0 25px;
  max-width: 530px;
}
@media only screen and (max-width: 767px) {
  .about_quote_desc_wrap h2 {
    font-size: 24px !important;
    margin: 6px 0 20px;
  }
}
.about_quote_desc_wrap h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: -10px 0 0;
}
@media only screen and (max-width: 767px) {
  .about_quote_desc_wrap h3 {
    line-height: 1.7;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .about_quote_desc_wrap .wp-block-group__inner-container {
    display: grid;
  }
  .about_quote_desc_wrap .wp-block-group__inner-container > h2 {
    order: 2;
  }
  .about_quote_desc_wrap .wp-block-group__inner-container > h3 {
    order: 3;
  }
}
@media only screen and (max-width: 1400px) {
  .about_quote_desc_wrap {
    max-width: 65%;
  }
}
@media only screen and (max-width: 1023px) {
  .about_quote_desc_wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .about_quote_desc_wrap {
    padding: 25px;
    max-width: 100%;
  }
}

.about_quote_img.wp-block-image {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.about_quote_img.wp-block-image img {
  display: block;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1400px) {
  .about_quote_img.wp-block-image {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .about_quote_img.wp-block-image {
    bottom: -40px;
    left: -146px;
    width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .about_quote_img.wp-block-image {
    bottom: auto;
    left: -146px;
    top: 0;
    width: 540px;
  }
}

.about_quote_sign {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
  margin: 23px 0 0;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .about_quote_sign {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about_quote_sign {
    float: right;
    font-size: 12px;
    max-width: 150px;
  }
}

.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn__animated {
  animation: slidetounlock 5s infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddd), color-stop(0.4, #ddd), color-stop(0.5, #ddb472), color-stop(0.6, #ddd), color-stop(1, #ddd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-size-adjust: none;
  transition: all 0.3s ease-in-out;
}
.btn__animated:hover {
  background: #ddb472;
  -webkit-text-fill-color: #fff;
}

.btn_close {
  height: 50px;
  width: 50px;
}
.btn_close:hover::after, .btn_close:hover::before {
  height: 3px;
}
.btn_close::after, .btn_close::before {
  background-color: #ddb472;
  content: "";
  height: 1px;
  left: 4px;
  position: absolute;
  top: 22px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.btn_close::after {
  transform: rotate(45deg);
}
.btn_close::before {
  transform: rotate(-45deg);
}

.btn_more {
  border: 1px solid #ddb472;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 0.8em 3.8em;
}
.btn_more:hover {
  background-color: #ddb472;
}

.btn_primary {
  border: 1px solid #ddb472;
  color: #2c2c2c;
  margin: 25px 0 0;
  max-width: 210px;
  padding: 12px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.btn_primary:hover {
  background-color: #ddb472;
}

.btn_submit {
  background: none;
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
.btn_submit input {
  left: -9999px;
  position: absolute;
}
.btn_submit--dark {
  background-color: #2c2c2c;
}
.btn_submit--dark .wpcf7-spinner {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn_submit__title {
  border: 1px solid #ddb472;
  display: block;
  max-width: 260px;
  padding: 14px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.btn_submit:hover .btn_submit__title {
  background: #ddb472;
  color: #000;
  -webkit-text-fill-color: #000;
}

.contacts_consult {
  background-color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  color: #2c2c2c;
  margin: 0 0 -30px;
  padding: 43px 20px;
}
.contacts_consult h2 {
  color: #2c2c2c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0 auto;
  max-width: 1172px;
  width: 100%;
}
.contacts_consult input[type=email], .contacts_consult input[type=text] {
  background-color: #fff;
  border-bottom: 1px solid #2b2b33;
  color: #2c2c2c;
  padding: 0 0.3em 0.3em;
}
.contacts_consult .btn_submit {
  color: #2c2c2c;
  width: 100%;
}
.contacts_consult .btn_submit__title {
  padding: 12px;
}
.contacts_consult .contacts_form__label {
  margin: 0;
  width: 100%;
}
.contacts_consult .contacts_form__label_title {
  color: #2c2c2c;
}
.contacts_consult .wpcf7-acceptance {
  color: #2c2c2c;
}
.contacts_consult .wpcf7-acceptance a {
  color: #2c2c2c;
}
.contacts_consult .wpcf7-form {
  margin: 0 auto;
  max-width: 1172px;
  width: 100%;
}
.contacts_consult .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contacts_consult .wpcf7-form-control-wrap input {
  max-width: 100%;
  width: 100%;
}
.contacts_consult .wpcf7-not-valid-tip {
  left: 0;
  margin: 4px 0 0;
  position: absolute;
  top: 100%;
}
.contacts_consult--about {
  background-color: #2b2b33;
  border-bottom: 27px solid #fff;
  border-left: 27px solid #fff;
  border-right: 27px solid #fff;
  color: #fff;
}
.contacts_consult--about h2 {
  color: #fff;
}
.contacts_consult--about input[type=email], .contacts_consult--about input[type=text] {
  background-color: #2b2b33;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 0 0.3em 0.3em;
}
.contacts_consult--about .btn_submit {
  max-width: 210px;
}
.contacts_consult--about .contacts_form__label_title {
  color: #fff;
}
.contacts_consult--about .wpcf7-acceptance {
  color: #fff;
}
.contacts_consult--about .wpcf7-acceptance a {
  color: #fff;
}
.contacts_consult--dark {
  background-color: #2b2b33;
}
.contacts_consult--dark h2 {
  color: #ddb472;
  font-family: "Arsenica-Regular", Arial, Helvetica, sans-serif;
}
.contacts_consult--dark h3 {
  color: #fff;
}
.contacts_consult--dark .btn_submit {
  color: #fff;
}
.contacts_consult--dark .contacts_form__label_title {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contacts_consult {
    margin: 0;
  }
}

.contacts_consult_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
.contacts_consult_list__group {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .contacts_consult_list__group {
    justify-content: center;
  }
}
.contacts_consult_list__item {
  align-items: flex-end;
  display: flex;
  margin: 0 45px 25px 0;
  max-width: 260px;
  min-height: 44px;
  width: 100%;
}
.contacts_consult_list__item--submit {
  margin: 0 17px 28px 0;
  max-width: 210px;
}
@media only screen and (max-width: 1023px) {
  .contacts_consult_list {
    justify-content: center;
  }
}

.contacts_info {
  background: url(/wp-content/themes/broker2022/i/contacts_bg.png) no-repeat center scroll #7c757a;
  background-size: cover;
  color: #fff;
  margin: 0 0 0 6px;
  padding: 28px 100px 102px;
  width: 52%;
}
.contacts_info a {
  color: #fff;
  text-decoration: none;
}
.contacts_info a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1279px) {
  .contacts_info {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .contacts_info {
    padding: 30px 20px 55px;
  }
  .contacts_info h3:first-child {
    margin-top: 0;
  }
}

.contacts_form {
  background-color: #2b2b33;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  min-height: calc(100% + 25px);
  position: absolute;
  left: 50%;
  margin: 0 0 0 12px;
  padding: 32px 132px 32px 72px;
  top: 30px;
  width: calc(50% + 10px);
}
.contacts_form input:focus {
  outline: none;
}
.contacts_form input[type=checkbox] {
  left: -9999px;
  position: absolute;
}
.contacts_form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  display: block;
}
.contacts_form input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
}
.contacts_form input[type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid #ddb472;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.contacts_form input[type=email], .contacts_form input[type=text] {
  background: none;
  border: 0 none;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 2px 0;
  width: 100%;
}
.contacts_form input[type=email].error, .contacts_form input[type=text].error {
  border-bottom-color: #de68ca;
}
.contacts_form label {
  display: block;
  position: relative;
  width: 100%;
}
.contacts_form textarea {
  display: block;
  height: 125px;
  width: 100%;
}
.contacts_form textarea:focus {
  outline: none;
}
.contacts_form__error {
  align-items: center;
  background-color: #ddb472;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 7;
}
.contacts_form__error.active {
  display: flex;
}
.contacts_form__error::after, .contacts_form__error::before {
  background-color: #fff;
  border-radius: 4px;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 40px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.contacts_form__error::before {
  transform: rotate(-45deg);
}
.contacts_form__label {
  display: block;
  margin: 40px 0 0;
  position: relative;
}
.contacts_form__label.active .contacts_form__label_title {
  margin: -24px 0 0;
}
.contacts_form__label.contacts_form__label--textarea {
  margin: 30px 0 0;
}
.contacts_form__label.error .contacts_form__label_title {
  color: #de68ca;
  opacity: 1;
}
.contacts_form__label_title {
  color: #fff;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.contacts_form__label_title--textarea {
  color: #2b2b33;
  left: 10px;
  top: 4px;
}
.contacts_form__accept_desc {
  color: #ddb472;
  display: none;
  font-size: 12px;
  margin: 1em 0;
  text-align: center;
}
.contacts_form__accept_desc.active {
  display: block;
}
.contacts_form .wpcf7 form.invalid .wpcf7-response-output, .contacts_form .wpcf7 form.sent .wpcf7-response-output {
  display: flex;
}
.contacts_form .wpcf7 form .wpcf7-response-output {
  align-items: center;
  background-color: #ddb472;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 7;
}
.contacts_form .wpcf7 form .wpcf7-response-output:hover::after, .contacts_form .wpcf7 form .wpcf7-response-output:hover::before {
  height: 4px;
}
.contacts_form .wpcf7 form .wpcf7-response-output::after, .contacts_form .wpcf7 form .wpcf7-response-output::before {
  background-color: #fff;
  border-radius: 4px;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 40px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.contacts_form .wpcf7 form .wpcf7-response-output::after {
  transform: rotate(45deg);
}
.contacts_form .wpcf7 form .wpcf7-response-output::before {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .contacts_form .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    padding: 20px;
  }
}
.contacts_form .wpcf7-acceptance {
  color: #fff;
  font-size: 14px;
  margin: 18px 0 40px;
}
.contacts_form .wpcf7-acceptance a {
  color: #fff;
  text-decoration: underline;
}
.contacts_form .wpcf7-acceptance a:hover {
  color: #ddb472;
}
@media only screen and (max-width: 767px) {
  .contacts_form .wpcf7-acceptance {
    margin-bottom: 22px;
  }
}
.contacts_form .wpcf7-form {
  margin: 0 auto;
  max-width: 510px;
}
.contacts_form .wpcf7-form-control {
  display: block;
  width: 100%;
}
.contacts_form .wpcf7-form-control.btn {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .contacts_form .wpcf7-form-control.btn {
    width: 100%;
  }
}
.contacts_form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contacts_form .wpcf7-list-item {
  margin: 0;
}
.contacts_form .wpcf7-not-valid-tip {
  background-color: #2b2b33;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 1279px) {
  .contacts_form {
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contacts_form {
    padding: 30px 20px;
  }
  .contacts_form h2 {
    margin: 0 -5px;
  }
}

.contacts_map {
  height: 100%;
  min-height: 350px;
  width: 100%;
}

.contact_panel {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  gap: 14px;
  left: 18px;
  max-width: 340px;
  padding: 14px 18px 14px 14px;
  position: fixed;
  z-index: 6;
}
.contact_panel.is-hidden {
  display: none;
}
.contact_panel__close {
  background: transparent;
  border: 0;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  opacity: 0.5;
  padding: 4px 8px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.contact_panel__close:hover {
  opacity: 1;
}
.contact_panel__photo {
  flex: 0 0 60px;
}
.contact_panel__photo img {
  border-radius: 50%;
  display: block;
  height: 60px;
  object-fit: cover;
  width: 60px;
}
.contact_panel__body {
  flex: 1 1 auto;
  min-width: 0;
}
.contact_panel__name {
  color: #ddb472;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 2px;
}
.contact_panel__cta {
  color: #2c2c2c;
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 6px;
}
.contact_panel__phone {
  color: #ddb472;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.contact_panel__phone:hover {
  text-decoration: underline;
}
.contact_panel__note {
  color: rgb(107.75, 107.75, 107.75);
  font-size: 11px;
  margin: 2px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact_panel {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 12px 38px 12px 12px;
  }
  .contact_panel__photo {
    flex: 0 0 48px;
  }
  .contact_panel__photo img {
    height: 48px;
    width: 48px;
  }
  .contact_panel__cta {
    font-size: 11px;
  }
  .contact_panel__phone {
    font-size: 15px;
  }
}

.contact_pill {
  bottom: 24px;
  position: fixed;
  right: 24px;
  z-index: 7;
}
@media only screen and (max-width: 767px) {
  .contact_pill {
    bottom: 16px;
    right: 16px;
  }
}
.contact_pill__bubble {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  display: inline-flex;
  gap: 12px;
  padding: 6px 22px 6px 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact_pill__bubble:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .contact_pill__bubble {
    padding: 4px 18px 4px 4px;
  }
}
.contact_pill__photo {
  display: inline-block;
  flex: 0 0 auto;
  height: 56px;
  position: relative;
  width: 56px;
}
.contact_pill__photo img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.contact_pill__photo--lg {
  height: 104px;
  margin: 0 auto 14px;
  width: 104px;
}
@media only screen and (max-width: 767px) {
  .contact_pill__photo {
    height: 52px;
    width: 52px;
  }
}
.contact_pill__dot {
  background: #2bd14b;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 2px;
  height: 14px;
  position: absolute;
  right: 2px;
  width: 14px;
}
.contact_pill__dot--lg {
  bottom: 6px;
  height: 18px;
  right: 6px;
  width: 18px;
}
.contact_pill__label {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.contact_pill__panel {
  background: #fff;
  border-radius: 16px;
  bottom: 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  display: none;
  padding: 24px 22px 22px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .contact_pill__panel {
    bottom: 0;
    right: 0;
    width: calc(100vw - 32px);
    max-width: 320px;
  }
}
.contact_pill.is-open .contact_pill__panel {
  display: block;
}
.contact_pill.is-open .contact_pill__bubble {
  display: none;
}
.contact_pill__close {
  background: transparent;
  border: 0;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  opacity: 0.5;
  padding: 6px 10px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.contact_pill__close:hover {
  opacity: 1;
}
.contact_pill__name {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
}
.contact_pill__role {
  color: rgb(120.5, 120.5, 120.5);
  font-size: 12px;
  margin: 0 0 18px;
}
.contact_pill__btn {
  align-items: center;
  border: 1.5px solid #ddb472;
  border-radius: 8px;
  color: #2c2c2c;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 10px;
  margin: 0 0 10px;
  padding: 10px 14px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.contact_pill__btn:last-child {
  margin-bottom: 0;
}
.contact_pill__btn:hover {
  background-color: #ddb472;
  color: #fff;
}
.contact_pill__btn:hover .contact_pill__btn_icon {
  color: #fff;
}
.contact_pill__btn_icon {
  align-items: center;
  color: #ddb472;
  display: inline-flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  transition: color 0.15s ease;
  width: 24px;
}
.contact_pill__btn_icon--max {
  background: #ddb472;
  border-radius: 50%;
  color: #fff;
  font-family: "Arsenica-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.contact_pill__btn_text {
  flex: 1 1 auto;
  text-align: left;
}

.contacts_page {
  margin: 30px auto 0;
  max-width: 1100px;
  padding: 0 20px;
}
.contacts_page > h1 {
  color: #ddb472;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 28px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .contacts_page > h1 {
    font-size: 26px;
  }
}
.contacts_page__grid {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .contacts_page__grid {
    grid-template-columns: 1fr;
  }
}
.contacts_page__col {
  min-width: 0;
}
.contacts_page__block {
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px;
  margin: 0 0 18px;
}
.contacts_page__block h2 {
  color: #ddb472;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.contacts_page__block p {
  line-height: 1.5;
  margin: 0 0 6px;
}
.contacts_page__block a {
  color: #2c2c2c;
}
.contacts_page__block a:hover {
  color: #ddb472;
}
.contacts_page__block:last-child {
  border-bottom: 0;
}
.contacts_page__phones {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}
.contacts_page__phones li {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 12px;
  margin: 0 0 6px;
}
.contacts_page__max-badge {
  background: #ddb472;
  border-radius: 3px;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.contacts_page__max-badge:hover {
  opacity: 0.85;
}
.contacts_page__hours {
  color: #5f5f5f;
  font-size: 13px;
}
.contacts_page__address {
  font-style: normal;
}
.contacts_page__entity {
  font-weight: 600;
}
.contacts_page__reqs {
  color: rgb(82.25, 82.25, 82.25);
  font-size: 13px;
}
.contacts_page__social {
  margin-top: 8px;
}
.contacts_page__form_card {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 26px 28px;
}
.contacts_page__form_card h2 {
  color: #ddb472;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}
.contacts_page__form_card .contacts_form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #2c2c2c;
  padding: 8px 0;
  resize: vertical;
}
.contacts_page__form_card .contacts_form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.contacts_page__form_card .contacts_form__label_title--textarea {
  color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 8px;
}
.contacts_page__form_sub {
  color: rgb(74.6, 74.6, 74.6);
  line-height: 1.5;
  margin: 0 0 18px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.footer {
  background: url(/wp-content/themes/broker2022/i/footer_bg.png) center no-repeat scroll #2b2b33;
  background-size: cover;
  margin: 30px 0 0;
  padding: 30px 0 60px;
}
.footer--home {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .footer--home {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    background: #fff;
    padding: 0 10px 35px;
  }
}

.footer_agree {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.footer_agree:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .footer_agree {
    color: #2b2b33;
    font-size: 14px;
    letter-spacing: -0.07em;
    margin: 30px 0;
    max-width: 230px;
  }
}

.footer_bottom {
  border-top: 1px solid #cbcbcb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 31px 0 0;
  padding: 19px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    align-items: center;
    border: 0 none;
    flex-direction: column;
    margin-top: 17px;
    padding: 5px 0 0;
    text-align: center;
  }
}

.footer_menu {
  display: flex;
  font-size: 12px;
}
.footer_menu a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer_menu a:hover {
  color: #ddb472;
}
.footer_menu > li {
  margin: 0 44px 0 0;
}
.footer_menu > li:last-child {
  margin: 0;
}
.footer_menu > li > a {
  text-transform: uppercase;
}
.footer_menu .sub-menu {
  margin: 18px 0 0;
}
.footer_menu .sub-menu li {
  margin: 0 0 9px;
}
.footer_menu .sub-menu li:last-child {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .footer_menu {
    display: none;
  }
}

.footer_phone {
  display: none;
}
.footer_phone .phone {
  color: #2b2b33;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer_phone {
    display: block;
  }
}

.footer_social {
  display: none;
  margin: 15px 0 21px;
}
@media only screen and (max-width: 767px) {
  .footer_social {
    display: block;
  }
}

.footer_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer_wrap {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 22px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer_wrap2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.footer_legal {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  display: grid;
  font-size: 13px;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
  line-height: 1.55;
  margin: 30px 0 0;
  padding: 26px 0 0;
}
.footer_legal a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer_legal a:hover {
  opacity: 0.75;
}
.footer_legal__links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer_legal__col {
  min-width: 0;
}
.footer_legal__col p,
.footer_legal__col address,
.footer_legal__col ul {
  margin: 0 0 8px;
}
.footer_legal__hours {
  font-weight: 600;
}
.footer_legal__phones {
  list-style: none;
  padding: 0;
}
.footer_legal__phones li {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0 0 4px;
}
.footer_legal__max {
  background: #ddb472;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  text-transform: uppercase;
}
.footer_legal__email a {
  text-decoration: underline;
}
.footer_legal__address {
  font-style: normal;
}
.footer_legal__entity {
  font-weight: 600;
}
.footer_legal__links {
  font-size: 12px;
}
.footer_legal__links a {
  text-decoration: underline;
}
.footer_legal__links span {
  margin: 0 6px;
  opacity: 0.5;
}
.footer_legal__disclaimer {
  font-size: 11px;
  opacity: 0.65;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .footer_legal {
    border-top-color: rgba(43, 43, 51, 0.15);
    color: #2b2b33;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .footer_legal a {
    color: #2b2b33;
  }
  .footer_legal__max {
    color: #fff;
  }
}

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1368px;
  padding: 28px 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 28px 19px;
  }
}

.header_menu {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 500;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.header_menu a {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header_menu a:hover::after {
  width: 100%;
}
.header_menu a::after, .header_menu a::before {
  background-color: #ddb472;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.header_menu a::after {
  height: 1px;
  left: 0;
  margin: 4px 0 0;
  top: 100%;
}
@media only screen and (max-width: 1400px) {
  .header_menu a::after, .header_menu a::before {
    height: 2px;
    top: 50%;
    width: 0;
  }
  .header_menu a::after {
    left: 100%;
    margin: 0 0 0 21px;
  }
  .header_menu a::before {
    right: 100%;
    margin: 0 21px 0 0;
  }
  .header_menu a:hover {
    color: #ddb472;
  }
  .header_menu a:hover::after, .header_menu a:hover::before {
    width: 700px;
  }
}
.header_menu li {
  padding: 0 1rem;
  position: relative;
}
.header_menu li.current-menu-item a::after, .header_menu li.current-menu-item a::before,
.header_menu li.current-menu-item a:visited::after,
.header_menu li.current-menu-item a:visited::before {
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .header_menu li.current-menu-item a::after, .header_menu li.current-menu-item a::before,
  .header_menu li.current-menu-item a:visited::after,
  .header_menu li.current-menu-item a:visited::before {
    width: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu li {
    margin: 0 0 54px;
  }
}
.header_menu .sub-menu {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .header_menu {
    flex-direction: column;
    font-size: 24px;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu {
    font-size: 16px;
    justify-content: center;
    padding: 28px 0;
  }
}

.header_menu_active .header_menu_wrap {
  background-color: #2b2b33;
  display: flex;
}

.header_menu_tip {
  background-color: #000;
  border: 1px solid #ddb472;
  color: #fff;
  left: 50%;
  margin: 15px 0 0;
  padding: 0.5em 1em;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.header_menu_toggle {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 10px;
  line-height: 14px;
  padding: 0 0 0 34px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.header_menu_toggle:hover {
  color: #ddb472;
}
.header_menu_toggle:hover::after, .header_menu_toggle:hover::before,
.header_menu_toggle:hover span {
  background-color: #ddb472;
  width: 22px;
}
.header_menu_toggle::after, .header_menu_toggle::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 22px;
}
.header_menu_toggle::after {
  top: 0;
}
.header_menu_toggle::before {
  top: 12px;
  width: 19px;
}
.header_menu_toggle span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: all 0.3s ease-in-out;
  width: 15px;
}
@media only screen and (max-width: 1400px) {
  .header_menu_toggle {
    display: block;
  }
}

.header_menu_wrap {
  align-items: center;
  display: block;
  flex-direction: column;
  height: auto;
  left: auto;
  padding: 0;
  position: relative;
  top: auto;
  width: auto;
  z-index: 9;
}
.header_menu_wrap .btn_close {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .header_menu_wrap .btn_close {
    display: inline-block;
  }
}
@media only screen and (max-width: 1400px) {
  .header_menu_wrap {
    align-items: center;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 50px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .header_menu_wrap {
    padding: 14px 0;
  }
  .header_menu_wrap .btn_close {
    display: inline-block;
  }
}

.header_left {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header_left {
    justify-content: space-between;
    width: 100%;
  }
}

.header_right {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header_right {
    display: none;
  }
}

.header_wrap {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.hero_block {
  background: url(/wp-content/themes/broker2022/i/hero_bg.png) center no-repeat scroll #7c757a;
  background-size: cover;
  min-height: 244px;
  overflow: hidden;
  padding: 120px 0 0;
  position: relative;
}
.hero_block__content {
  position: relative;
  z-index: 3;
}
.hero_block__footer {
  bottom: 46px;
  color: #fff;
  font-size: 10px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.hero_block__footer .copyright {
  color: #fff;
  font-size: 10px;
}
@media only screen and (max-width: 1400px) {
  .hero_block__footer {
    display: none;
  }
}

.hero_block_slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 3;
}
.hero_block_slide::after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero_block_slide--light {
  background-color: #fff;
}
.hero_block_slide--light::after {
  display: none;
}
.hero_block_slide__address {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 1em auto;
}
.hero_block_slide__address span {
  background: url(/wp-content/themes/broker2022/i/icons/map.svg) left top no-repeat scroll transparent;
  display: inline-block;
  min-height: 26px;
  padding: 5px 0 0 36px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hero_block_slide__address {
    line-height: 1.2;
    margin: 12px auto;
    max-width: 240px;
    padding: 0;
    text-align: center;
  }
}
.hero_block_slide__content {
  margin: 0 auto;
  max-width: 1238px;
  padding: 170px 30px 120px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .hero_block_slide__content {
    padding: 0;
  }
}
.hero_block_slide__developer {
  bottom: 50px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
}
@media only screen and (max-width: 1400px) {
  .hero_block_slide__developer {
    display: none;
  }
}
.hero_block_slide__developer_link {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.hero_block_slide__developer_link:hover {
  color: #ddb472;
}
.hero_block_slide__developer_link::after {
  background-color: #ddb472;
  content: "";
  height: 1px;
  left: 0;
  margin: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .hero_block_slide__developer_link {
    display: none;
  }
}
.hero_block_slide__desc {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 120px 0 0;
}
@media only screen and (max-width: 767px) {
  .hero_block_slide__desc {
    font-size: 14px;
    padding: 0;
    text-align: center;
  }
}
.hero_block_slide__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.hero_block_slide__more {
  margin: 34px 0 0;
}
@media only screen and (max-width: 767px) {
  .hero_block_slide__more {
    text-align: center;
  }
}
.hero_block_slide__title {
  color: #ddb472;
  font-family: "Arsenica-Regular", Arial, Helvetica, sans-serif;
  font-size: 96px;
  letter-spacing: -0.04em;
  line-height: 0.8;
  margin: 0 0 15px;
  max-width: 850px;
}
@media only screen and (max-width: 1023px) {
  .hero_block_slide__title {
    font-size: 70px;
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_slide__title {
    font-size: 54px;
    max-width: none;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .hero_block_slide__title {
    font-size: 40px;
  }
}
.hero_block_slide__thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 3;
}
.hero_block_slide__thumb:hover {
  filter: grayscale(0%);
}
.hero_block_slide__thumb_wrap {
  height: 247px;
  margin: -20px 0 0;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 247px;
}
.hero_block_slide__thumb_wrap::after {
  background-color: #7c757a;
  content: "";
  height: 100%;
  left: 22px;
  position: absolute;
  top: 22px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .hero_block_slide__thumb_wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_slide {
    padding: 90px 10px;
  }
}

.hero_block_slider {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.hero_block_slider .splide {
  height: 100%;
  width: 100%;
}
.hero_block_slider .splide__arrow {
  background: none;
  border-radius: 0;
  height: 50px;
  width: 600px;
}
.hero_block_slider .splide__arrow::after, .hero_block_slider .splide__arrow::before {
  content: "";
  position: absolute;
  top: 48%;
}
.hero_block_slider .splide__arrow::after {
  background-color: #ddb472;
  height: 2px;
  margin: 4px 0 0;
  width: 500px;
}
.hero_block_slider .splide__arrow::before {
  border-left: 2px solid #ddb472;
  border-top: 2px solid #ddb472;
  height: 20px;
  margin: -4px 0 0;
  width: 20px;
}
.hero_block_slider .splide__arrow svg {
  display: none;
}
.hero_block_slider .splide__arrow--next {
  left: 50%;
  margin: -77px 0 0 495px;
  right: auto;
}
.hero_block_slider .splide__arrow--next::after {
  left: 41px;
}
.hero_block_slider .splide__arrow--next::before {
  left: 7px;
  transform: rotate(135deg);
}
.hero_block_slider .splide__arrow--prev {
  left: auto;
  margin: -77px 600px 0 0;
  right: 50%;
}
.hero_block_slider .splide__arrow--prev::after {
  right: 41px;
}
.hero_block_slider .splide__arrow--prev::before {
  right: 7px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1400px) {
  .hero_block_slider .splide__arrow {
    width: 60px;
  }
  .hero_block_slider .splide__arrow::after {
    display: none;
  }
  .hero_block_slider .splide__arrow--next {
    margin: 0;
  }
  .hero_block_slider .splide__arrow--prev {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_slider .splide__arrow--next::before {
    left: 50%;
    margin-left: -15px;
  }
  .hero_block_slider .splide__arrow--prev::before {
    margin-right: -12px;
    right: 50%;
  }
}
@media only screen and (max-width: 1400px) {
  .hero_block_slider .splide__arrows {
    bottom: 34px;
    height: 50px;
    position: absolute;
    right: 30px;
    width: 120px;
    z-index: 7;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_slider .splide__arrows {
    bottom: 48px;
    right: 0;
  }
}
.hero_block_slider .splide__pagination {
  bottom: 34px;
  justify-content: flex-start;
  left: 50%;
  max-width: 1238px;
  padding: 0 30px;
  transform: translateX(-50%);
  width: 100%;
}
.hero_block_slider .splide__pagination li {
  align-items: flex-end;
  display: flex;
  height: 28px;
}
.hero_block_slider .splide__pagination__page {
  background: none;
  border-radius: 0;
  height: 16px;
  margin: 0;
  position: relative;
  width: 9px;
}
.hero_block_slider .splide__pagination__page::after {
  background-color: #ddb472;
  bottom: 0;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 2px;
}
.hero_block_slider .splide__pagination__page:hover, .hero_block_slider .splide__pagination__page.is-active {
  background: none;
  transform: none;
}
.hero_block_slider .splide__pagination__page:hover::after, .hero_block_slider .splide__pagination__page.is-active::after {
  height: 28px;
}
@media only screen and (max-width: 1023px) {
  .hero_block_slider .splide__pagination {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_slider .splide__pagination {
    bottom: 54px;
    padding: 0 15px;
  }
}
.hero_block_slider .splide__slide {
  align-items: center;
  display: flex;
  height: 100%;
}
.hero_block_slider .splide__track {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .hero_block_slider .splide__track {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_slider .splide {
    height: auto;
  }
}
.hero_block_slider .owl-carousel {
  height: 100%;
}
.hero_block_slider .owl-stage {
  height: 100%;
}
.hero_block_slider .owl-stage-outer {
  height: 100%;
  width: 100%;
}
.hero_block_slider .owl-nav button {
  background: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 50px;
  margin-top: -42px;
  position: absolute;
  top: 50%;
  width: 600px;
  z-index: 5;
}
.hero_block_slider .owl-nav button::after, .hero_block_slider .owl-nav button::before {
  content: "";
  position: absolute;
  top: 48%;
}
.hero_block_slider .owl-nav button::after {
  background-color: #ddb472;
  height: 2px;
  margin: 4px 0 0;
  width: 500px;
}
.hero_block_slider .owl-nav button::before {
  border-left: 2px solid #ddb472;
  border-top: 2px solid #ddb472;
  height: 20px;
  margin: -4px 0 0;
  width: 20px;
}
.hero_block_slider .owl-nav button.owl-next {
  left: 50%;
  margin-left: 495px;
  right: auto;
}
.hero_block_slider .owl-nav button.owl-next::after {
  left: 41px;
}
.hero_block_slider .owl-nav button.owl-next::before {
  left: 7px;
  transform: rotate(135deg);
}
.hero_block_slider .owl-nav button.owl-prev {
  left: auto;
  margin-right: 600px;
  right: 50%;
}
.hero_block_slider .owl-nav button.owl-prev::after {
  right: 41px;
}
.hero_block_slider .owl-nav button.owl-prev::before {
  right: 7px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1400px) {
  .hero_block_slider .owl-nav button {
    bottom: 34px;
    top: auto;
    width: 60px;
    z-index: 7;
  }
  .hero_block_slider .owl-nav button::after {
    display: none;
  }
  .hero_block_slider .owl-nav button.owl-next {
    left: auto;
    margin: 0;
    right: 30px;
  }
  .hero_block_slider .owl-nav button.owl-prev {
    margin: 0;
    right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_slider .owl-nav button.owl-next::before {
    left: 50%;
    margin-left: -15px;
  }
  .hero_block_slider .owl-nav button.owl-prev::before {
    margin-right: -12px;
    right: 50%;
  }
}

.hero_block_wrap {
  padding: 0;
}
.hero_block_wrap--about h1 {
  font-size: 96px;
  margin: -20px 0 0 66px;
}
@media only screen and (max-width: 1023px) {
  .hero_block_wrap--about h1 {
    font-size: 70px;
    margin: 1em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_wrap--about h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 400px) {
  .hero_block_wrap--about h1 {
    font-size: 40px;
  }
}
.hero_block_wrap--about .hero_block {
  background: url(/wp-content/themes/broker2022/i/about_header_bg.png) center no-repeat scroll #7c757a;
  background-size: cover;
}
.hero_block_wrap--category .hero_block {
  min-height: 110px;
  padding: 0;
}
.hero_block_wrap--contacts .hero_block {
  background: url(/wp-content/themes/broker2022/i/contacts_header_bg.png) left top no-repeat scroll #7c757a;
  background-size: 100% 120px;
}
.hero_block_wrap--home {
  padding-bottom: 27px;
}
.hero_block_wrap--home .owl-item {
  height: 100%;
}
.hero_block_wrap--new_buildings .header_wrap {
  background-color: rgba(43, 43, 51, 0.8);
}
.hero_block_wrap--new_buildings .hero_block {
  background: #2b2b33;
  padding: 0;
}
.hero_block_wrap--new_buildings .hero_block_slide {
  align-items: flex-end;
  padding: 100px 0;
}
.hero_block_wrap--new_buildings .hero_block_slide__content {
  padding: 62px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .hero_block_wrap--new_buildings .hero_block_slide__content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_wrap--new_buildings .hero_block_slide__content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_wrap--new_buildings .hero_block_slide {
    align-items: flex-start;
    padding: 140px 10px 100px;
  }
}
.hero_block_wrap--new_buildings .hero_block_slider .owl-nav button {
  margin-top: 0;
  top: 69%;
}
@media only screen and (max-width: 1400px) {
  .hero_block_wrap--new_buildings .hero_block_slider .owl-nav button {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_wrap--new_buildings .hero_block_slider {
    height: auto;
  }
}
.hero_block_wrap--foreign .header_wrap {
  background-color: rgba(43, 43, 51, 0.8);
}
.hero_block_wrap--foreign .hero_block {
  background: #2b2b33;
  padding: 0;
}
.hero_block_wrap--foreign .hero_block_slide {
  align-items: flex-end;
  min-height: 747px;
}
.hero_block_wrap--foreign .hero_block_slide__content {
  padding: 62px 30px;
}
@media only screen and (max-width: 1023px) {
  .hero_block_wrap--foreign .hero_block_slide__content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_wrap--foreign .hero_block_slide__content {
    padding: 0;
  }
}
.hero_block_wrap--foreign .hero_block_slide__desc {
  font-size: 16px;
  max-width: 800px;
}
.hero_block_wrap--foreign .hero_block_slider .owl-nav button {
  margin-top: 0;
  top: 69%;
}
@media only screen and (max-width: 1400px) {
  .hero_block_wrap--foreign .hero_block_slider .owl-nav button {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero_block_wrap--foreign .hero_block_slider {
    height: auto;
  }
}
.hero_block_wrap--product .hero_block::after {
  background-color: #2b2b33;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero_block_wrap {
    padding: 0;
  }
}

.hero_slider_arrow {
  background: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 50px;
  margin-top: -42px;
  position: absolute;
  top: 50%;
  width: 600px;
  z-index: 5;
}
.hero_slider_arrow::after, .hero_slider_arrow::before {
  content: "";
  position: absolute;
  top: 48%;
}
.hero_slider_arrow::after {
  background-color: #ddb472;
  height: 2px;
  margin: 4px 0 0;
  width: 500px;
}
.hero_slider_arrow::before {
  border-left: 2px solid #ddb472;
  border-top: 2px solid #ddb472;
  height: 20px;
  margin: -4px 0 0;
  width: 20px;
}
.hero_slider_arrow__next {
  left: 50%;
  margin-left: 495px;
  right: auto;
}
.hero_slider_arrow__next::after {
  left: 41px;
}
.hero_slider_arrow__next::before {
  left: 7px;
  transform: rotate(135deg);
}
.hero_slider_arrow__prev {
  left: auto;
  margin-right: 600px;
  right: 50%;
}
.hero_slider_arrow__prev::after {
  right: 41px;
}
.hero_slider_arrow__prev::before {
  right: 7px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1400px) {
  .hero_slider_arrow {
    bottom: 34px;
    top: auto;
    width: 60px;
    z-index: 7;
  }
  .hero_slider_arrow::after {
    display: none;
  }
  .hero_slider_arrow__next {
    left: auto;
    margin: 0;
    right: 30px;
  }
  .hero_slider_arrow__prev {
    margin: 0;
    right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_slider_arrow__next::before {
    left: 50%;
    margin-left: -15px;
  }
  .hero_slider_arrow__prev::before {
    margin-right: -12px;
    right: 50%;
  }
}

.hero_slider_pagination {
  bottom: 34px;
  display: flex;
  justify-content: flex-start;
  left: 50%;
  max-width: 1238px;
  padding: 0 30px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}
.hero_slider_pagination .cs3-pagination-switch {
  height: 16px;
  margin: 0;
  position: relative;
  width: 9px;
}
.hero_slider_pagination .cs3-pagination-switch::after {
  background-color: #ddb472;
  bottom: 0;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 2px;
}
.hero_slider_pagination .cs3-pagination-switch:hover, .hero_slider_pagination .cs3-pagination-switch.cs3-active-switch {
  background: none;
  transform: none;
}
.hero_slider_pagination .cs3-pagination-switch:hover::after, .hero_slider_pagination .cs3-pagination-switch.cs3-active-switch::after {
  height: 28px;
}
@media only screen and (max-width: 1023px) {
  .hero_slider_pagination {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_slider_pagination {
    bottom: 54px;
    padding: 0 15px;
  }
}

.home .hero_block {
  background: #7c757a;
  height: 100%;
  padding: 0;
  width: 100%;
}
.home .hero_block_wrap {
  display: flex;
  height: 100vh;
  min-height: 650px;
}
@media only screen and (max-width: 767px) {
  .home .hero_block_wrap {
    min-height: 450px;
  }
}
.home .site-main {
  display: none;
}

.legal_doc {
  color: #2c2c2c;
  margin: 30px auto;
  max-width: 880px;
  padding: 0 20px;
}
.legal_doc h1 {
  color: #ddb472;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .legal_doc h1 {
    font-size: 24px;
  }
}
.legal_doc h2 {
  color: #ddb472;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 28px 0 10px;
}
@media only screen and (max-width: 767px) {
  .legal_doc h2 {
    font-size: 17px;
  }
}
.legal_doc p {
  line-height: 1.65;
  margin: 0 0 12px;
}
.legal_doc ul {
  list-style: disc;
  margin: 0 0 14px;
  padding-left: 22px;
}
.legal_doc ul li {
  line-height: 1.6;
  margin-bottom: 4px;
}
.legal_doc a {
  color: #ddb472;
}
.legal_doc__entity {
  background: #fafafa;
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 24px;
}

.page-template-page-foreign .main_content > .wrap2,
.page-id-12 .main_content > .wrap2 {
  color: #2c2c2c;
  margin: 30px auto;
  max-width: 1100px;
  padding: 0 24px;
}
.page-template-page-foreign .main_content > .wrap2 > h1,
.page-id-12 .main_content > .wrap2 > h1 {
  color: #ddb472;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .page-template-page-foreign .main_content > .wrap2 > h1,
  .page-id-12 .main_content > .wrap2 > h1 {
    font-size: 26px;
  }
}
.page-template-page-foreign .main_content > .wrap2 h2,
.page-id-12 .main_content > .wrap2 h2 {
  color: #ddb472;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 32px 0 14px;
}
@media only screen and (max-width: 767px) {
  .page-template-page-foreign .main_content > .wrap2 h2,
  .page-id-12 .main_content > .wrap2 h2 {
    font-size: 20px;
  }
}
.page-template-page-foreign .main_content > .wrap2 h3,
.page-id-12 .main_content > .wrap2 h3 {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 10px;
}
.page-template-page-foreign .main_content > .wrap2 p,
.page-id-12 .main_content > .wrap2 p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}
.page-template-page-foreign .main_content > .wrap2 ul,
.page-template-page-foreign .main_content > .wrap2 ol,
.page-id-12 .main_content > .wrap2 ul,
.page-id-12 .main_content > .wrap2 ol {
  margin: 0 0 18px;
  padding-left: 24px;
}
.page-template-page-foreign .main_content > .wrap2 ul li,
.page-template-page-foreign .main_content > .wrap2 ol li,
.page-id-12 .main_content > .wrap2 ul li,
.page-id-12 .main_content > .wrap2 ol li {
  line-height: 1.65;
  margin-bottom: 6px;
}
.page-template-page-foreign .main_content > .wrap2 ol,
.page-id-12 .main_content > .wrap2 ol {
  list-style: decimal;
}
.page-template-page-foreign .main_content > .wrap2 ul,
.page-id-12 .main_content > .wrap2 ul {
  list-style: disc;
}

.look_form h2 {
  color: #2c2c2c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .look_form h2 {
    font-size: 30px;
  }
}
.look_form h3 {
  color: #2c2c2c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 25px 0;
  max-width: 700px;
}
.look_form input {
  background: transparent;
  border-bottom: 1px solid #2c2c2c;
  width: 100%;
}
.look_form__agree {
  text-transform: none;
}
.look_form__agree a {
  color: #2c2c2c;
}
.look_form .btn_submit {
  background-color: #2c2c2c;
  letter-spacing: 0.03em;
  margin: 40px 0 0;
  max-width: none;
  white-space: nowrap;
}
.look_form .btn_submit__title {
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  .look_form .btn_submit {
    white-space: normal;
  }
}
.look_form .contacts_consult_list__item {
  max-width: 430px;
}
.look_form .contacts_form__label {
  margin: 20px 0 0;
  width: 100%;
}
.look_form .contacts_form__label_title {
  color: rgba(44, 44, 44, 0.8);
  top: -5px;
}
.look_form .wpcf7-form-control-wrap {
  width: 100%;
}
.look_form .wpcf7-list-item {
  margin: 0;
}

.new_buildings_catalog {
  margin: 48px 0 32px;
}
@media only screen and (max-width: 767px) {
  .new_buildings_catalog {
    margin: 32px 0 20px;
  }
}
.new_buildings_catalog__title {
  color: #ddb472;
  font-family: "Arsenica-Regular", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .new_buildings_catalog__title {
    font-size: 28px;
    margin: 0 0 18px;
  }
}
.new_buildings_catalog__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1023px) {
  .new_buildings_catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .new_buildings_catalog__grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.new_buildings_catalog__card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.new_buildings_catalog__card:hover {
  border-color: #ddb472;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.new_buildings_catalog__card_link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}
.new_buildings_catalog__card_img {
  aspect-ratio: 4/3;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.new_buildings_catalog__card_img img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.new_buildings_catalog__card:hover .new_buildings_catalog__card_img img {
  transform: scale(1.04);
}
.new_buildings_catalog__card_body {
  padding: 18px 20px 22px;
}
.new_buildings_catalog__card_title {
  color: #2c2c2c;
  font-family: "Arsenica-Regular", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 8px;
}
.new_buildings_catalog__card_desc {
  color: rgb(82.25, 82.25, 82.25);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 14px;
  min-height: 42px;
}
.new_buildings_catalog__card_more {
  color: #ddb472;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: gap 0.2s ease;
}

.news_list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto auto auto auto;
  list-style: none;
}
.news_list li {
  cursor: pointer;
  display: block;
  float: none;
  height: auto;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.news_list li::after {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.news_list li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.1, 1.1);
}
.news_list li:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .news_list li:first-child {
    grid-column: 1;
    grid-row: 1;
  }
}
.news_list__item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .news_list__item:first-child {
    grid-column: 1;
    grid-row: 1;
  }
}
.news_list__link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
.news_list__link::after {
  content: "";
  display: block;
  padding: 100% 0 0;
  position: relative;
  width: 100%;
}
.news_list .wp-block-latest-posts__featured-image {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.news_list .wp-block-latest-posts__featured-image img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.news_list .wp-block-latest-posts__post-date {
  background-color: #000;
  color: #fff;
  left: 0;
  opacity: 0.5;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 0;
  z-index: 5;
}
.news_list .wp-block-latest-posts__post-title {
  background-color: rgba(0, 0, 0, 0.81);
  border: 10px solid rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: block;
  max-height: 100px;
  left: 0;
  line-height: 1.4;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .news_list {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .news_list {
    grid-gap: 28px;
    grid-template-columns: auto auto;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 400px) {
  .news_list {
    grid-template-columns: auto;
  }
}

.news_blog {
  margin: 30px auto 0;
  max-width: 1100px;
  padding: 0 20px;
}
.news_blog > h1 {
  color: #ddb472;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .news_blog > h1 {
    font-size: 26px;
  }
}
.news_blog__vk_card {
  align-items: center;
  background: #2b2b33;
  border-radius: 14px;
  color: #fff;
  display: flex;
  gap: 24px;
  margin: 32px auto 60px;
  max-width: 720px;
  padding: 28px 32px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news_blog__vk_card:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}
.news_blog__vk_card:hover .news_blog__vk_card_btn {
  background: #ddb472;
  color: #2b2b33;
}
@media only screen and (max-width: 767px) {
  .news_blog__vk_card {
    flex-direction: column;
    gap: 16px;
    padding: 22px 20px;
    text-align: center;
  }
}
.news_blog__vk_card_icon {
  align-items: center;
  background: #ddb472;
  border-radius: 50%;
  color: #2b2b33;
  display: flex;
  flex: 0 0 56px;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  letter-spacing: 1px;
  width: 56px;
}
.news_blog__vk_card_icon::before {
  content: "VK";
}
.news_blog__vk_card_text {
  flex: 1 1 auto;
  min-width: 0;
}
.news_blog__vk_card_title {
  color: #ddb472;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 6px;
}
.news_blog__vk_card_sub {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.news_blog__vk_card_btn {
  background: transparent;
  border: 1px solid #ddb472;
  border-radius: 8px;
  color: #ddb472;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .news_blog__vk_card_btn {
    width: 100%;
  }
}
.news_blog__placeholder {
  background: #fafafa;
  border: 1px dashed #ccc;
  border-radius: 8px;
  color: rgb(69.5, 69.5, 69.5);
  margin: 24px 0;
  padding: 28px 24px;
  text-align: center;
}
.news_blog__placeholder p {
  margin: 0 0 8px;
}
.news_blog__placeholder_hint {
  color: rgb(107.75, 107.75, 107.75);
  font-size: 13px;
}

.vk_feed {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0 24px;
}
@media only screen and (max-width: 1023px) {
  .vk_feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .vk_feed {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.vk_feed__card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.vk_feed__card:hover {
  border-color: #ddb472;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.vk_feed__card:focus-visible {
  outline: 2px solid #ddb472;
  outline-offset: 2px;
}
.vk_feed__photo {
  aspect-ratio: 16/10;
  background: #f5f5f5;
  display: block;
  overflow: hidden;
  position: relative;
}
.vk_feed__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.vk_feed__count {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  bottom: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  min-width: 22px;
  padding: 4px 9px;
  position: absolute;
  right: 10px;
  text-align: center;
}
.vk_feed__play {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  height: 54px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
}
.vk_feed__play::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  content: "";
  left: 52%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vk_feed__loader {
  display: flex;
  justify-content: center;
  padding: 8px 0 24px;
}
.vk_feed__loader[hidden] {
  display: none;
}
.vk_feed__spinner {
  animation: vk_spin 0.7s linear infinite;
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  border-top-color: #ddb472;
  height: 34px;
  width: 34px;
}
.vk_feed__sentinel {
  height: 1px;
  width: 100%;
}
.vk_feed__photo--empty {
  align-items: center;
  background: linear-gradient(135deg, #2f2f37 0%, #1d1d22 100%);
  display: flex;
  justify-content: center;
  position: relative;
}
.vk_feed__photo--empty::after {
  border: 1px solid rgba(221, 180, 114, 0.25);
  border-radius: 6px;
  content: "";
  inset: 14px;
  position: absolute;
}
.vk_feed__brand {
  color: #ddb472;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}
.vk_feed__brand small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.32em;
  margin-top: 4px;
  opacity: 0.85;
}
.vk_feed__card:hover .vk_feed__photo img {
  transform: scale(1.04);
}
.vk_feed__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 14px 16px 16px;
}
.vk_feed__date {
  color: rgb(120.5, 120.5, 120.5);
  font-size: 12px;
  margin: 0 0 7px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.vk_feed__text {
  color: #2c2c2c;
  display: -webkit-box;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.vk_feed__more {
  align-self: flex-start;
  color: #ddb472;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.vk_feed__footer {
  margin: 8px 0 60px;
  text-align: center;
}
.vk_feed__follow {
  background: #ddb472;
  border-radius: 8px;
  color: #2b2b33;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 28px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.vk_feed__follow:hover {
  opacity: 0.85;
}

@keyframes vk_spin {
  to {
    transform: rotate(360deg);
  }
}
.vk_modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 32px;
  position: fixed;
  z-index: 1000;
}
.vk_modal.is-open {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .vk_modal {
    padding: 16px;
  }
}
.vk_modal__overlay {
  background: rgba(0, 0, 0, 0.8);
  inset: 0;
  position: absolute;
}
.vk_modal__dialog {
  background: #2b2b33;
  border-radius: 14px;
  display: flex;
  max-height: calc(100vh - 64px);
  max-width: 1040px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .vk_modal__dialog {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .vk_modal__dialog {
    max-height: calc(100vh - 32px);
  }
}
.vk_modal__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  transition: background 0.2s ease;
  width: 40px;
  z-index: 3;
}
.vk_modal__close:hover {
  background: #ddb472;
  color: #2b2b33;
}
.vk_modal__gallery {
  align-items: center;
  background: #000;
  display: flex;
  flex: 1 1 58%;
  justify-content: center;
  min-height: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .vk_modal__gallery {
    flex-basis: auto;
    min-height: 46vh;
  }
}
.vk_modal__gallery.is-loading::after {
  animation: vk_spin 0.7s linear infinite;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  border-top-color: #ddb472;
  content: "";
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}
.vk_modal__stage {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.vk_modal__stage img {
  display: block;
  max-height: calc(100vh - 64px);
  max-width: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  .vk_modal__stage img {
    max-height: 46vh;
  }
}
.vk_modal__stage img.is-hidden {
  opacity: 0;
}
.vk_modal__video {
  aspect-ratio: 16/9;
  max-height: 100%;
  width: 100%;
}
.vk_modal__video iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.vk_modal__nav {
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease;
  width: 44px;
  z-index: 2;
}
.vk_modal__nav:hover {
  background: #ddb472;
  color: #2b2b33;
}
.vk_modal__nav--prev {
  left: 12px;
}
.vk_modal__nav--next {
  right: 12px;
}
.vk_modal__counter {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  bottom: 14px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  padding: 4px 12px;
  position: absolute;
  transform: translateX(-50%);
}
.vk_modal__side {
  display: flex;
  flex: 1 1 42%;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
  padding: 48px 32px 32px;
}
@media only screen and (max-width: 767px) {
  .vk_modal__side {
    padding: 24px 16px;
  }
}
.vk_modal__date {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.04em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.vk_modal__text {
  color: rgba(255, 255, 255, 0.92);
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vk_modal__watch {
  align-self: flex-start;
  border: 1.5px solid #ddb472;
  border-radius: 8px;
  color: #ddb472;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 11px 18px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.vk_modal__watch:hover {
  background: #ddb472;
  color: #1a1a1a;
}
.vk_modal__watch[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-item {
  float: left;
  min-height: 1px;
  position: relative;
}
.owl-item img {
  display: block;
  width: 100%;
}

.owl-stage {
  position: relative;
  touch-action: manipulation;
}
.owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.owl-dot {
  position: relative;
}
.owl-dot.active .owl-dot-number {
  display: block;
}

.owl-dot-number {
  bottom: 100%;
  color: #ddb472;
  display: none;
  font-size: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0 !important;
  user-select: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-animated-in {
  z-index: 0;
}

.owl-animated-out {
  z-index: 1;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-lazy[src^=""],
.owl-lazy:not([src]) {
  max-height: 0;
}

img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}

.owl-video-play-icon {
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: transform 100ms ease;
  width: 80px;
  z-index: 1;
}
.owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-video-playing .owl-video-tn,
.owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-next,
.owl-prev {
  background-color: #000;
  border-radius: 0;
  height: 56px;
  margin-top: -28px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 56px;
}
.owl-next::after, .owl-next::before,
.owl-prev::after,
.owl-prev::before {
  content: "";
  position: absolute;
  top: 48%;
  transition: all 0.3s ease-in-out;
}
.owl-next::after,
.owl-prev::after {
  background-color: #ddb472;
  height: 2px;
  margin: 0;
  width: 0;
}
.owl-next::before,
.owl-prev::before {
  border-left: 2px solid #ddb472;
  border-top: 2px solid #ddb472;
  height: 20px;
  margin: -9px 0 0;
  width: 20px;
}
.owl-next:hover::after,
.owl-prev:hover::after {
  width: 200px;
}
@media only screen and (max-width: 1400px) {
  .owl-next,
  .owl-prev {
    bottom: -20px;
    margin: 0;
    top: auto;
    transform: none;
  }
  .owl-next::after,
  .owl-prev::after {
    display: none;
  }
  .owl-next--next::before,
  .owl-prev--next::before {
    margin: -5px 0 0;
  }
  .owl-next--prev::before,
  .owl-prev--prev::before {
    margin: -5px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .owl-next,
  .owl-prev {
    height: 36px;
    width: 36px;
  }
  .owl-next::before,
  .owl-prev::before {
    height: 12px;
    margin-top: -6px;
    width: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-next,
  .owl-prev {
    bottom: -43px;
  }
}

.owl-next {
  left: auto;
  right: -20px;
}
.owl-next::after {
  left: 46px;
}
.owl-next::before {
  left: 14px;
  transform: rotate(135deg);
}
@media only screen and (max-width: 1023px) {
  .owl-next::before {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-next {
    right: -8px;
  }
}

.owl-prev {
  left: -20px;
  right: auto;
}
.owl-prev::after {
  right: 46px;
}
.owl-prev::before {
  right: 14px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .owl-prev::before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-prev {
    left: -8px;
  }
}

@keyframes slidetounlock {
  0% {
    background-position: -320px 0;
  }
  100% {
    background-position: 320px 0;
  }
}
.pew-filter-block {
  margin: -72px 0 0;
  position: relative;
  z-index: 2;
}
.pew-filter-block .chosen-container .chosen-results li {
  background: transparent;
  color: #2c2c2c;
  line-height: 30px;
  padding: 0 10px;
}
.pew-filter-block .chosen-container .chosen-results li.active-result:hover, .pew-filter-block .chosen-container .chosen-results li.active-result.result-selected {
  background-color: #2c2c2c;
  color: #fff;
}
.pew-filter-block .chosen-container .chosen-results li.disabled-result {
  display: none;
  opacity: 0.5;
}
.pew-filter-block .chosen-container-single.chosen-container-active .chosen-drop {
  display: block;
}
.pew-filter-block .chosen-container-single .chosen-single {
  background: none;
  border-radius: 0 !important;
  border: none;
  box-shadow: none !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0;
}
.pew-filter-block .chosen-container-single .chosen-single div {
  align-items: center;
  display: flex;
  justify-content: center;
  top: -2px;
  right: 11px;
}
.pew-filter-block .chosen-container-single .chosen-single div b {
  background-size: 12px !important;
  background: url(/wp-content/themes/broker2022/i/icons/dropdown.svg) no-repeat 0 0 scroll transparent !important;
  height: 7px;
  width: 12px;
}
.pew-filter-block .chosen-container-single .chosen-single span {
  font-size: 14px;
  margin: 0;
}
.pew-filter-block .chosen-container-single .chosen-drop {
  border-color: #2c2c2c;
  border-top: 1px solid #2c2c2c;
  display: none;
  margin-top: 0;
}
.pew-filter-block .chosen-container-single .chosen-search {
  height: 31px;
  margin: 0;
  padding: 0;
}
.pew-filter-block .chosen-container-single .chosen-search input[type=text] {
  border: none;
  border-bottom: 1px solid #2c2c2c;
  height: 31px;
  padding: 0 10px;
}
.pew-filter-block .chosen-container-single .chosen-results {
  padding: 0;
  margin: 0;
}
.pew-filter-block .pew-range-fields {
  display: flex;
  justify-content: space-between;
}
.pew-filter-block .pew-range-fields input {
  border-bottom: 1px solid #2c2c2c;
  height: 25px;
  outline: none;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .pew-filter-block .pew-range-fields input {
    margin: 0 25px 0 0;
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .pew-range-fields input {
    font-size: 16px;
  }
}
.pew-filter-block .pew-range-fields .pew-range-from,
.pew-filter-block .pew-range-fields .pew-range-to {
  width: 45%;
}
.pew-filter-block .woof {
  background: linear-gradient(0deg, #fff, #fff), #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  padding: 30px 0 30px 51px;
  position: relative;
}
.pew-filter-block .woof .woof_container {
  margin: 0 35px 0 0;
  max-width: 278px;
  padding: 0;
  position: relative;
  width: 100%;
}
.pew-filter-block .woof .woof_container::after {
  background-color: #2c2c2c;
  content: "";
  height: 36px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
}
.pew-filter-block .woof .woof_container.woof_container_pa_kolichestvo-komnat {
  margin-right: 0;
  max-width: 258px;
}
.pew-filter-block .woof .woof_container.woof_container_pa_kolichestvo-komnat::after {
  display: none;
}
.pew-filter-block .woof .woof_container.woof_container_pa_kolichestvo-komnat li:first-child .woof_checkbox_label {
  margin: 0 6px 0 0;
}
@media only screen and (max-width: 1400px) {
  .pew-filter-block .woof .woof_container.woof_container_pa_kolichestvo-komnat {
    margin-right: 50px;
  }
  .pew-filter-block .woof .woof_container.woof_container_pa_kolichestvo-komnat::after {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_pa_kolichestvo-komnat {
    max-width: none;
  }
  .pew-filter-block .woof .woof_container.woof_container_pa_kolichestvo-komnat::after {
    display: none;
  }
}
.pew-filter-block .woof .woof_container.woof_container_pa_obshhaya-ploshhad {
  padding: 0 24px 0 0;
}
.pew-filter-block .woof .woof_container.woof_container_pa_obshhaya-ploshhad .woof_block_html_items {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_pa_obshhaya-ploshhad {
    max-width: none;
  }
}
.pew-filter-block .woof .woof_container.woof_container_pa_rajony {
  max-width: 284px;
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_pa_rajony {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_pa_remont {
    max-width: none;
  }
}
.pew-filter-block .woof .woof_container.woof_container_product_cat {
  bottom: 100%;
  left: 0;
  max-width: none;
  padding: 0 15px;
  position: absolute;
  width: 100%;
}
.pew-filter-block .woof .woof_container.woof_container_product_cat::after {
  display: none;
}
.pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list.woof_list_radio {
  display: flex;
  flex-wrap: wrap;
}
.pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list input:checked + label {
  -webkit-text-fill-color: #515151;
  animation: none;
  background: #fff !important;
  color: #515151 !important;
  opacity: 1;
}
.pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list label {
  padding: 0 38px;
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list label {
    padding: 0 10px;
  }
}
.pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list li {
  height: 40px;
}
.pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list li label {
  animation: slidetounlock 5s infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddd), color-stop(0.4, #ddd), color-stop(0.5, #ddb472), color-stop(0.6, #ddd), color-stop(1, #ddd));
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-size-adjust: none;
}
.pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list li label .woof_radio_count {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list li label {
    border-radius: 8px;
  }
}
.pew-filter-block .woof .woof_container.woof_container_product_cat .woof_list .woof_radio_term_reset_visible {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_product_cat {
    margin: 0;
  }
}
.pew-filter-block .woof .woof_container.woof_container_product_tag {
  margin-right: 0;
  max-width: 370px;
}
.pew-filter-block .woof .woof_container.woof_container_product_tag::after {
  display: none;
}
.pew-filter-block .woof .woof_container.woof_container_product_tag .woof_block_html_items {
  max-width: none;
}
.pew-filter-block .woof .woof_container.woof_container_product_tag .woof_checkbox_label {
  border: 1px solid #2b2b33;
  height: 28px;
  line-height: 1.2;
  padding: 2px 4px;
  min-width: 77px;
}
.pew-filter-block .woof .woof_container.woof_container_product_tag .woof_list input:checked + label {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container.woof_container_product_tag {
    max-width: none;
  }
}
.pew-filter-block .woof .woof_container h4 {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 4px;
}
.pew-filter-block .woof .woof_container ul.woof_list_checkbox {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1400px) {
  .pew-filter-block .woof .woof_container {
    margin: 0 25px 0 0;
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof .woof_container {
    margin: 0 0 24px;
    max-width: none;
  }
  .pew-filter-block .woof .woof_container::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pew-filter-block .woof {
    padding: 20px;
  }
}
.pew-filter-block .woof_checkbox_label_selected {
  font-weight: 400;
}
.pew-filter-block .woof_list input {
  display: none;
}
.pew-filter-block .woof_list input:checked + label {
  background-color: #2b2b33;
  color: #fff;
  font-weight: 700;
}
.pew-filter-block .woof_list label {
  align-items: center;
  background: transparent;
  border-radius: 7px;
  display: flex !important;
  height: 24px;
  justify-content: center;
  line-height: 1;
  margin: 0 4px 5px 0;
  min-width: 24px;
  padding: 0 7px;
}
.pew-filter-block .woof_list label .woof_checkbox_count {
  display: none;
  margin-left: 0;
}
.pew-filter-block .woof_list li {
  margin: 0 !important;
  padding: 0 !important;
}
.pew-filter-block .woof_list .woof_term_20 input:disabled + label {
  display: block !important;
  opacity: 1;
}
.pew-filter-block .woof_radio_label {
  margin: 0;
}
.pew-filter-block .woof_submit_search_form_container {
  border-radius: 4px;
  flex: none;
  justify-content: center;
  margin: 35px auto 0;
  text-align: center;
  width: 100%;
}
.pew-filter-block .woof_submit_search_form_container button {
  background: transparent;
  border: 2px solid #2c2c2c;
  font-size: 0;
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  width: 160px;
}
.pew-filter-block .woof_submit_search_form_container button::after {
  content: "Сбросить фильтр";
  font-size: 14px;
}
.pew-filter-block .woof_submit_search_form_container button:hover {
  background-color: #2c2c2c;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .woof_container_pa_metro .chosen-container .chosen-drop,
  .woof_container_pa_rajon .chosen-container .chosen-drop {
    bottom: 100%;
    top: auto;
  }
}

.popup {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 36px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .popup {
    align-items: flex-start;
    padding: 16px;
  }
}
.popup.active {
  display: flex;
}
.popup::after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.popup .btn_submit__title {
  max-width: none;
}
.popup .look_form h2 {
  color: #ddb472;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .popup .look_form h2 {
    font-size: 30px;
  }
}
.popup .look_form h3 {
  color: #ddb472;
  font-size: 16px;
  letter-spacing: 0;
  margin: 40px 0 25px;
}
@media only screen and (max-width: 767px) {
  .popup .look_form h3 {
    margin: 1em 0;
  }
}
.popup .look_form .btn_submit {
  color: #fff;
  margin: 0 auto;
  white-space: normal;
}
.popup .look_form .btn_submit:hover {
  background-color: #ddb472;
}
.popup .look_form .contacts_form__label_title {
  color: #fff;
  top: 0;
}
.popup--content .popup__content {
  max-width: 600px;
  width: 100%;
}
.popup--dark h3 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 40px 0 5px;
}
.popup--dark input[type=text] {
  background-color: #2b2b33;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.popup--dark .btn__agree {
  color: #fff;
  margin: 40px 0 80px;
  text-transform: none;
}
.popup--dark .btn__agree a {
  color: #fff;
}
.popup--dark .btn_submit {
  margin: 0 auto;
}
.popup--dark .contacts_consult_list {
  padding: 0;
}
.popup--dark .contacts_consult_list__item {
  margin: 0;
  max-width: none;
}
.popup--dark .contacts_form__label {
  width: 100%;
}
.popup--dark .popup__content_wrap {
  background-color: #2b2b33;
  max-width: 570px;
  padding: 36px 70px;
  width: 100%;
}
.popup--dark .wpcf7-list-item {
  margin: 0;
}
.popup--feedback .popup__content {
  background-color: #2b2b33;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 72px);
  max-width: 560px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .popup--feedback .popup__content {
    max-height: calc(100vh - 32px);
  }
}
.popup--feedback .popup__content_wrap {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  overflow-y: auto;
  padding: 36px 40px;
}
@media only screen and (max-width: 767px) {
  .popup--feedback .popup__content_wrap {
    padding: 24px 16px;
  }
}
.popup--feedback h2 {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .popup--feedback h2 {
    font-size: 30px;
  }
}
.popup--feedback .contacts_form {
  background: transparent;
  box-shadow: none;
  left: auto;
  margin: 0 auto;
  min-height: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  top: auto;
  width: 100%;
}
.popup--feedback .contacts_form input[type=text],
.popup--feedback .contacts_form input[type=email],
.popup--feedback .contacts_form input[type=tel],
.popup--feedback .contacts_form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.popup--feedback .contacts_form__label_title {
  color: rgba(255, 255, 255, 0.6);
}
.popup--feedback .contacts_form h3 {
  display: none;
}
.popup--feedback .btn__agree {
  color: rgba(255, 255, 255, 0.85);
}
.popup--feedback .btn__agree a {
  color: #ddb472;
}
.popup--product .popup__content {
  height: 100%;
  max-height: 800px;
  max-width: 1200px;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .popup--product .popup__content {
    max-height: 600px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .popup--product .popup__content {
    max-height: 270px;
    max-width: 400px;
    padding: 7px;
  }
}
.popup--success h3 {
  color: #000;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 40px 0 45px;
  text-align: left;
}
.popup--welcome h2 {
  text-align: left;
}
.popup--welcome h3 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 40px 0 45px;
  text-align: left;
}
.popup--welcome .contacts_consult {
  box-shadow: none;
  margin: 0;
  padding: 5px 40px;
}
.popup--welcome .contacts_consult_list {
  padding: 0;
  margin-top: 24px;
}
.popup--welcome .contacts_consult_list__agree {
  display: block;
  margin: -20px 0 40px;
  text-align: left;
  width: 100%;
}
.popup--welcome .contacts_consult_list__item {
  margin: 0 auto 20px;
  max-width: none;
}
.popup--welcome .contacts_consult_list__item:last-child {
  margin-bottom: 0;
}
.popup--welcome .contacts_form {
  box-shadow: none;
  left: auto;
  margin: 0;
  min-height: 300px;
  max-width: 435px;
  padding: 0;
  position: relative;
  top: auto;
  width: 100%;
}
.popup--welcome .popup__content {
  background-color: #2b2b33;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 72px);
  max-width: 560px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .popup--welcome .popup__content {
    max-height: calc(100vh - 32px);
    max-width: 100%;
  }
}
.popup--welcome .popup__content_wrap {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  overflow-y: auto;
  padding: 36px 40px;
}
@media only screen and (max-width: 1023px) {
  .popup--welcome .popup__content_wrap {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup--welcome .popup__content_wrap {
    padding: 20px 16px;
  }
}
.popup__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.popup__close {
  background-color: #000;
  cursor: pointer;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 5;
}
.popup__close:hover::after, .popup__close:hover::before {
  height: 3px;
}
.popup__close::after, .popup__close::before {
  background-color: #ddb472;
  content: "";
  height: 1px;
  left: 14px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 28px;
  width: 30px;
}
.popup__close::after {
  transform: rotate(45deg);
}
.popup__close::before {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .popup__close {
    height: 40px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 10;
  }
  .popup__close::after, .popup__close::before {
    left: 9px;
    top: 20px;
    width: 22px;
  }
}
.popup__content {
  background-color: #fff;
  max-height: 100%;
  position: relative;
  z-index: 3;
}
.popup__content .product_slider {
  width: 100%;
}
.popup__content .product_slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.popup__content .product_slider .owl-item {
  position: relative;
}
.popup__content .product_slider .owl-item::after {
  content: "";
  padding-top: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .popup__content {
    padding: 10px;
  }
}
@media (max-height: 800px) {
  .popup__content {
    height: 100%;
  }
}
.popup__content_wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popup {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.popup_active {
  overflow: hidden;
}

.popup_form_intro {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 0 0 24px;
}
.popup_form_intro__photo {
  flex: 0 0 72px;
}
.popup_form_intro__photo img {
  border: 2px solid rgba(221, 180, 114, 0.4);
  border-radius: 50%;
  display: block;
  height: 72px;
  object-fit: cover;
  object-position: top center;
  width: 72px;
}
.popup_form_intro__text {
  flex: 1 1 auto;
}
.popup_form_intro__title {
  color: #ddb472;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 6px;
}
.popup_form_intro__sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .popup_form_intro {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .popup_form_intro__title {
    font-size: 18px;
  }
}

.popup_form_disclaimer {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  line-height: 1.55;
  margin: 18px 0 0;
}
.popup_form_disclaimer a {
  color: #ddb472;
  text-decoration: underline;
}

.product_address {
  color: #fff;
  font-size: 16px;
}
.product_address span {
  background: url(/wp-content/themes/broker2022/i/icons/map.svg) left top no-repeat scroll transparent;
  display: inline-block;
  min-height: 26px;
  padding: 4px 0 30px 40px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .product_address {
    padding: 0 15px;
    text-align: center;
  }
}

.product_apt_info {
  max-width: 880px;
  padding: 0 0 0 28px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .product_apt_info {
    padding: 0 20px;
  }
}

.product_attr_list {
  align-items: flex-start;
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: calc(33% - 20px) calc(33% - 20px) calc(33% - 20px);
}
@media only screen and (max-width: 1279px) {
  .product_attr_list {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .product_attr_list {
    grid-template-columns: 100%;
    padding: 0 20px;
  }
}

.product_attr_item {
  display: flex;
  margin: 0 0 1em;
  position: relative;
  justify-content: space-between;
}
.product_attr_item::after {
  border-bottom: 1px dotted #000;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 16px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product_attr_item::after {
    top: 13px;
  }
}
.product_attr_item__name {
  background-color: #f8f8f8;
  padding: 2px 4px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .product_attr_item__name {
    color: rgba(0, 0, 0, 0.5);
  }
}
.product_attr_item__val {
  background-color: #f8f8f8;
  margin: 0 0 0 10px;
  padding: 2px 4px;
  position: relative;
  text-align: right;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .product_attr_item {
    font-size: 10px;
  }
}

.product_attribute__pa_adres {
  font-size: 10px;
  margin: 0.5em 0;
  opacity: 0.5;
}
.product_attributes {
  display: block;
  color: #2c2c2c;
}
.product_attributes__item {
  display: block;
}
.product_attributes__item.product_attribute__pa_tip-nedvizhimosti {
  display: none;
}

.product_cat__title {
  color: #2c2c2c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.product_desc {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 740px;
  padding: 36px 0 30px;
}
.product_desc p {
  margin: 0 0 2.4em;
}
@media only screen and (max-width: 767px) {
  .product_desc {
    padding: 0;
  }
}

.product_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
}
.product_gallery__img {
  cursor: pointer;
  display: block;
  height: 100% !important;
  object-fit: cover;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 3;
}
.product_gallery__img:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  opacity: 0.7;
}
.product_gallery__item {
  height: 261px;
  max-width: 334px;
  padding: 12px;
  width: 100%;
}
.product_gallery__link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.product_gallery__link::after, .product_gallery__link::before {
  animation: 3s loading infinite;
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 50%;
  margin: -6px 0 0;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 1;
}
.product_gallery__link::before {
  animation-delay: 1.5s;
}

.product_info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.product_info--start {
  align-items: flex-start;
}
.product_info__class {
  padding: 0 0 0 30px;
}
.product_info__item {
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  margin: 0 30px 0 0;
  min-height: 50px;
  padding: 0 37px 0 0;
  position: relative;
}
.product_info__item--cols {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.product_info__item--cols .product_info__value {
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 1023px) {
  .product_info__item--cols .product_info__value {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .product_info__item--full-width-mobile {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .product_info__item--full-width-mobile::after {
    display: none;
  }
}
.product_info__item--start {
  align-items: flex-start;
}
.product_info__item::after {
  background-color: #2c2c2c;
  content: "";
  height: 63px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media only screen and (max-width: 1023px) {
  .product_info__item::after {
    height: 48px;
  }
}
.product_info__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.product_info__item:last-child::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .product_info__item {
    margin: 0 17px 30px 0;
    padding: 0 17px 0 0;
  }
}
.product_info__title {
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.5;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.product_info__title--short {
  max-width: 130px;
}
.product_info__title:last-child {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .product_info__title {
    font-size: 11px;
  }
}
.product_info__value {
  font-size: 20px;
  font-weight: 600;
}
.product_info__value--bold {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .product_info__value--bold {
    font-size: 14px;
    font-weight: 600;
  }
}
.product_info__value--xl {
  font-size: 64px;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .product_info__value--xl {
    font-size: 40px !important;
  }
}
.product_info__value small {
  text-transform: lowercase;
}
@media only screen and (max-width: 1023px) {
  .product_info__value {
    font-size: 14px;
  }
}

.product_info_floor__from {
  color: #ddb472;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .product_info_floor__from {
    font-size: 16px;
  }
}

.product_info_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0;
}
@media only screen and (max-width: 1279px) {
  .product_info_wrap {
    align-items: center;
    flex-direction: column;
  }
}

.product_link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  display: block;
  min-height: 340px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.product_link:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.25));
  opacity: 0.7;
}
.product_link__content {
  background-color: #fff;
  bottom: 0;
  min-height: 154px;
  padding: 20px 20px 40px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 3;
}
.product_link__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  max-height: 186px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.product_map {
  height: 340px;
  margin: 30px 0;
  width: 100%;
}

.product_realtor {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 14px 0 0;
  text-align: center;
}
.product_realtor__img {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 126px !important;
  margin: 20px 0 0;
  object-fit: cover;
  overflow: hidden;
  width: 126px;
}
.product_realtor__img_default {
  border: 4px solid #fff;
}
.product_realtor__name {
  font-size: 24px;
  font-weight: 600;
  margin: -4px 0 0;
}
.product_realtor__phone {
  border: 1px solid #ddb472;
  color: #2c2c2c;
  margin: 25px 0 0;
  max-width: 210px;
  padding: 12px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.product_realtor__phone:hover {
  background-color: #ddb472;
}
.product_realtor__presentation {
  color: #2c2c2c;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 68px 0 0;
  min-height: 35px;
  padding: 3px 0 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.product_realtor__presentation:hover {
  opacity: 0.7;
}
.product_realtor__presentation:hover::after {
  height: 5px;
}
.product_realtor__presentation::after {
  background-color: #ddb472;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.product_realtor__presentation::before {
  background: url(/wp-content/themes/broker2022/i/icons/download.svg) 0 0 no-repeat scroll transparent;
  content: "";
  height: 35px;
  left: -46px;
  position: absolute;
  top: 0;
  width: 27px;
}
@media only screen and (max-width: 767px) {
  .product_realtor__presentation {
    margin: 30px 0 0 30px;
  }
}
@media only screen and (max-width: 1279px) {
  .product_realtor {
    padding: 100px 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .product_realtor {
    padding: 30px 0;
  }
}

.product_slider {
  height: 100%;
}
.product_slider.tip_active .owl-next::after {
  width: 200px;
}
.product_slider.tip_active .owl-next span {
  opacity: 1;
}
.product_slider__img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
  position: absolute;
}
.product_slider .splide {
  height: 100%;
}
.product_slider .splide__arrow {
  background-color: #000;
  border-radius: 0;
  height: 56px;
  opacity: 1;
  width: 56px;
}
.product_slider .splide__arrow::after, .product_slider .splide__arrow::before {
  content: "";
  position: absolute;
  top: 48%;
  transition: all 0.3s ease-in-out;
}
.product_slider .splide__arrow::after {
  background-color: #ddb472;
  height: 2px;
  margin: 0;
  width: 0;
}
.product_slider .splide__arrow::before {
  border-left: 2px solid #ddb472;
  border-top: 2px solid #ddb472;
  height: 20px;
  margin: -9px 0 0;
  width: 20px;
}
.product_slider .splide__arrow:hover::after {
  width: 200px;
}
.product_slider .splide__arrow svg {
  display: none;
}
.product_slider .splide__arrow--next {
  left: auto;
  right: -20px;
}
.product_slider .splide__arrow--next::after {
  left: 46px;
}
.product_slider .splide__arrow--next::before {
  left: 14px;
  transform: rotate(135deg);
}
.product_slider .splide__arrow--prev {
  left: -20px;
  right: auto;
}
.product_slider .splide__arrow--prev::after {
  right: 46px;
}
.product_slider .splide__arrow--prev::before {
  right: 14px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1400px) {
  .product_slider .splide__arrow {
    height: 36px;
    margin: 0;
    top: auto;
    transform: none;
    width: 36px;
  }
  .product_slider .splide__arrow::after {
    display: none;
  }
  .product_slider .splide__arrow::before {
    margin-left: -15px;
  }
  .product_slider .splide__arrow--next::before {
    margin: -5px 0 0;
  }
  .product_slider .splide__arrow--prev::before {
    margin: -5px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .product_slider .splide__arrow::before {
    height: 12px;
    width: 12px;
  }
  .product_slider .splide__arrow--next::before {
    left: 10px;
  }
  .product_slider .splide__arrow--prev::before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product_slider .splide__arrow {
    bottom: -43px;
  }
  .product_slider .splide__arrow--next {
    right: -8px;
  }
  .product_slider .splide__arrow--prev {
    left: -8px;
  }
}
.product_slider .splide__list {
  align-items: center;
}
.product_slider .splide__pagination {
  bottom: -30px;
  display: none;
  justify-content: center;
  left: 50%;
  max-width: 1238px;
  transform: translateX(-50%);
  width: 100%;
}
.product_slider .splide__pagination li {
  align-items: flex-end;
  display: flex;
  height: 28px;
}
.product_slider .splide__pagination__page {
  background: none;
  border-radius: 0;
  height: 16px;
  margin: 0;
  position: relative;
  width: 9px;
}
.product_slider .splide__pagination__page::after {
  background-color: #ddb472;
  bottom: 0;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 2px;
}
.product_slider .splide__pagination__page:hover, .product_slider .splide__pagination__page.is-active {
  background: none;
  transform: none;
}
.product_slider .splide__pagination__page:hover::after, .product_slider .splide__pagination__page.is-active::after {
  height: 28px;
}
@media only screen and (max-width: 1023px) {
  .product_slider .splide__pagination {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product_slider .splide__pagination {
    padding: 0 15px;
  }
}
.product_slider .splide__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.product_slider .splide__track {
  height: 100%;
}
.product_slider .owl-carousel {
  height: 100%;
}
.product_slider .owl-item {
  height: 100%;
}
.product_slider .owl-item img {
  height: 100%;
}
.product_slider .owl-next span {
  display: block;
  left: 100%;
  margin: 0.3rem 0 0 0.5rem;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.product_slider .owl-next span::after {
  color: #ddb472;
  content: "Следующее фото";
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  .product_slider .owl-next span {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 30%, #000 100%);
    left: auto;
    margin: 0;
    padding: 0.5rem;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.product_slider .owl-stage {
  height: 100%;
}
.product_slider .owl-stage-outer {
  height: 100%;
}

.product_video {
  border: 4px solid #ddb472;
  display: block;
  height: 450px;
  margin: 2rem auto;
  max-width: 700px;
  width: 100%;
}

.product_video_link {
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: #fff;
  margin: 0 0 30px;
  padding: 0.5em 2em;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.product_video_link:hover {
  background-color: #fff;
  color: #000;
}

.projects_gallery {
  margin: 34px 0;
  position: relative;
  width: 100%;
}
.projects_gallery__alt {
  align-items: center;
  background: url(/wp-content/themes/broker2022/i/icons/map.svg) no-repeat left center scroll transparent;
  color: rgba(43, 43, 51, 0.5);
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin: 17px 0 0;
  min-height: 30px;
  padding: 0 0 0 36px;
}
.projects_gallery .owl-dot {
  background-color: #ddb472;
  height: 13px;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
  width: 2px;
}
.projects_gallery .owl-dot.active {
  height: 28px;
}
.projects_gallery .owl-dots {
  align-items: flex-end;
  display: flex;
  height: 28px;
  justify-content: center;
  margin: 30px 0 0;
  position: relative;
  width: 100%;
}
.projects_gallery .owl-next,
.projects_gallery .owl-prev {
  margin: -28px 0 0;
  top: 25%;
}
@media only screen and (max-width: 1279px) {
  .projects_gallery .owl-next,
  .projects_gallery .owl-prev {
    top: 33%;
  }
}
@media only screen and (max-width: 1023px) {
  .projects_gallery .owl-next,
  .projects_gallery .owl-prev {
    top: 29%;
  }
}
.projects_gallery .owl-next {
  right: -27px;
}
.projects_gallery .owl-prev {
  left: -27px;
}
.projects_gallery.wp-block-gallery.has-nested-images figure.wp-block-image {
  width: 100% !important;
}
.projects_gallery.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: #fff;
  bottom: 0;
  color: #2b2b33;
  font-size: 15px;
  font-weight: 600;
  left: 0;
  min-height: 150px;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 5;
}
.projects_gallery .wp-block-image {
  display: flex;
  flex-direction: column;
}
.projects_gallery .wp-block-image > img {
  display: block;
  height: 234px;
  object-fit: cover;
}

.services_deals {
  color: #000;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  .services_deals {
    padding: 18px 0 12px;
  }
}

.sd_intro {
  align-items: center;
  display: flex;
  gap: 36px;
  margin: 0 0 28px;
}
.sd_intro__photo {
  flex: 0 0 280px;
}
.sd_intro__photo img {
  border-radius: 50%;
  display: block;
  height: 280px;
  object-fit: cover;
  object-position: top center;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .sd_intro__photo {
    flex: 0 0 200px;
  }
  .sd_intro__photo img {
    height: 200px;
    width: 200px;
  }
}
.sd_intro__text {
  flex: 1 1 auto;
}
.sd_intro__lead {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 16px;
}
.sd_intro__sign {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sd_intro {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
  .sd_intro__lead {
    font-size: 17px;
  }
}

.sd_accordion {
  border-bottom: 1px solid #e3e3e3;
}
.sd_accordion__head {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: #ddb472;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  padding: 16px 4px;
  text-align: left;
  width: 100%;
}
.sd_accordion__head:hover {
  opacity: 0.8;
}
.sd_accordion__title {
  flex: 1 1 auto;
  padding-right: 16px;
}
.sd_accordion__icon {
  flex: 0 0 22px;
  height: 22px;
  position: relative;
  width: 22px;
}
.sd_accordion__icon::before, .sd_accordion__icon::after {
  background-color: currentColor;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sd_accordion__icon::before {
  height: 2px;
  width: 14px;
}
.sd_accordion__icon::after {
  height: 14px;
  transition: transform 0.2s ease;
  width: 2px;
}
.sd_accordion__body {
  color: #000;
  display: none;
  padding: 0 4px 22px;
}
.sd_accordion__body h3 {
  color: #ddb472;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.sd_accordion__body p {
  color: #000;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 12px;
}
.sd_accordion.is-open .sd_accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sd_accordion.is-open .sd_accordion__body {
  display: block;
}

.sd_list {
  list-style: disc;
  margin: 0 0 16px;
  padding-left: 22px;
}
.sd_list li {
  line-height: 1.6;
  margin: 0 0 6px;
}

.sd_cta_inline {
  background: #fafafa;
  border-radius: 8px;
  margin: 16px 0 22px;
  padding: 18px 22px;
}
.sd_cta_inline__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}
.sd_cta_inline__sub {
  color: rgb(82.25, 82.25, 82.25);
  margin: 0 0 12px;
}

@keyframes sd_btn_shine {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.sd_btn {
  background: linear-gradient(90deg, #c89d57 0%, #f0d8a8 50%, #c89d57 100%);
  background-size: 200% 100%;
  border: 0;
  border-radius: 4px;
  color: #2b2b33;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 12px 28px;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: sd_btn_shine 4s linear infinite;
}
.sd_btn:hover {
  box-shadow: 0 4px 14px rgba(221, 180, 114, 0.35);
  transform: translateY(-1px);
}
.sd_btn--lg {
  font-size: 15px;
  padding: 16px 38px;
}

.sd_proof {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin: 18px 0 0;
}
.sd_proof__item {
  appearance: none;
  background: #fff;
  border: 1.5px solid #ddb472;
  border-radius: 8px;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: inherit;
  padding: 18px 20px;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}
.sd_proof__item:hover {
  box-shadow: 0 6px 18px rgba(221, 180, 114, 0.25);
  transform: translateY(-2px);
}
.sd_proof__item--placeholder {
  cursor: default;
  opacity: 0.55;
}
.sd_proof__item--placeholder:hover {
  box-shadow: none;
  transform: none;
}
.sd_proof__title {
  color: #ddb472;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.sd_proof__sub {
  color: #555;
  display: block;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .sd_proof {
    grid-template-columns: 1fr;
  }
}

.sd_cta_final {
  background: #2b2b33;
  border-radius: 10px;
  color: #fff;
  margin: 24px 0 16px;
  padding: 28px 24px;
  text-align: center;
}
.sd_cta_final__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .sd_cta_final {
    margin: 18px 0 12px;
    padding: 22px 16px;
  }
  .sd_cta_final__title {
    font-size: 18px;
  }
}

#sb_instagram #sbi_images {
  display: grid;
  float: none;
  grid-gap: 30px;
  grid-template-columns: auto auto auto auto;
  padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_item {
  float: none;
  height: auto;
  padding: 0;
  width: 100% !important;
}
#sb_instagram #sbi_images .sbi_item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item:first-child {
    grid-column: 1;
    grid-row: 1;
  }
}
@media only screen and (max-width: 1023px) {
  #sb_instagram #sbi_images {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    grid-gap: 28px;
    grid-template-columns: auto auto;
    padding: 0 4px !important;
  }
}
@media only screen and (max-width: 400px) {
  #sb_instagram #sbi_images {
    grid-template-columns: auto;
  }
}
#sb_instagram #sbi_load .sbi_load_btn {
  background: none;
  border-radius: 0;
  border: 1px solid #ddb472 !important;
  color: #2c2c2c;
  font-size: 14px;
  margin: 20px 0;
  padding: 14px 40px;
  text-transform: uppercase;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
  background-color: #ddb472;
  opacity: 1;
}
#sb_instagram .sbi_follow_btn {
  display: none;
}
#sb_instagram .sbi_inner_wrap {
  height: 100%;
}
#sb_instagram .sbi_photo {
  display: block;
  height: 100% !important;
  position: relative;
}
#sb_instagram .sbi_photo_wrap {
  height: 100%;
  position: relative;
}
#sb_instagram .sbi_photo_wrap::after {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.sb_instagram_header {
  display: none;
}

.social_list {
  display: flex;
  padding: 0 5px 6px 0;
  position: relative;
  z-index: 3;
}
.social_list__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 27px;
  position: relative;
  width: 27px;
}
.social_list__icon:hover::after {
  height: 150%;
  opacity: 1;
  width: 150%;
}
.social_list__icon::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: -1;
}
.social_list__icon--dark::after {
  background-color: #2b2b33;
}
.social_list__icon--instagram {
  background-image: url(/wp-content/themes/broker2022/i/icons/instagram.svg);
}
.social_list__icon--telegram {
  background-image: url(/wp-content/themes/broker2022/i/icons/telegram.svg);
}
.social_list__icon--vk {
  background-image: url(/wp-content/themes/broker2022/i/icons/vk.svg);
}
.social_list__icon--whatsapp {
  background-image: url(/wp-content/themes/broker2022/i/icons/whatsapp.svg);
}
.social_list__icon--youtube {
  background-image: url(/wp-content/themes/broker2022/i/icons/youtube.svg);
}
.social_list__icon--rutube {
  background-image: url(/wp-content/themes/broker2022/i/icons/rutube.svg);
}
.social_list__icon--max {
  background-image: url(/wp-content/themes/broker2022/i/icons/max.svg);
}
.social_list__item {
  margin: 0 14px 0 0;
}
.social_list__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .social_list {
    padding: 0;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@keyframes dots {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.welcome {
  align-items: center;
  background-color: #313131;
  display: flex;
  flex-direction: column;
  font-size: 50px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}
.welcome__bg {
  background: url(/wp-content/themes/broker2022/i/welcome/bg.png) 0 0 repeat scroll transparent;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 2s ease-in-out;
  width: 100%;
  z-index: 5;
}
.welcome__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7;
}
.welcome .logo {
  height: 51px;
  left: 64px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 55px;
  transition: all 2s ease-in-out;
  width: 143px;
}
@media only screen and (max-width: 767px) {
  .welcome .logo {
    left: 10px;
    top: 10px;
  }
}

.welcome_active {
  overflow: hidden;
}
.welcome_active.welcome_part_2 .welcome {
  opacity: 0;
}
.welcome_active.welcome_part_2 .welcome .logo {
  opacity: 0;
  transition-delay: 0s;
}
.welcome_active.welcome_part_2 .welcome_animation__1 {
  left: -50%;
  opacity: 0.5;
  top: -50%;
  transform: rotate(-45deg);
  transition-delay: 1.5s;
}
.welcome_active.welcome_part_2 .welcome_animation__2 {
  opacity: 0.3;
  bottom: 100%;
  right: 0;
  transition-delay: 1.5s;
}
.welcome_active.welcome_part_2 .welcome_animation__3 {
  bottom: -100%;
  opacity: 0.5;
  right: 0;
  transition-delay: 1.5s;
  z-index: 3;
}
.welcome_active.welcome_part_2 .welcome_animation__4 {
  left: -30%;
  top: 0;
  transform: rotate(90deg);
  transition-delay: 1.5s;
}
.welcome_active.welcome_part_2 .welcome_copyright {
  opacity: 0;
  transition-delay: 0.5s;
}
.welcome_active.welcome_part_2 .welcome_slogan::after {
  opacity: 0;
  transition-delay: 0s;
}
.welcome_active.welcome_part_2 .welcome_slogan__row {
  opacity: 0;
  transition-delay: 0s;
}
.welcome_active.welcome_part_2 .welcome_slogan_en {
  opacity: 0;
  transition-delay: 0.5s;
}
.welcome_active .welcome {
  transition: all 4s ease-in-out;
  transition-delay: 1s;
}
.welcome_active .welcome__bg {
  opacity: 0.55;
}
.welcome_active .welcome .logo {
  opacity: 1;
}
.welcome_active .welcome_animation__1 {
  opacity: 1;
  top: 0;
}
.welcome_active .welcome_animation__2 {
  opacity: 1;
  right: 0;
}
.welcome_active .welcome_animation__3 {
  bottom: 0;
}
.welcome_active .welcome_animation__4 {
  left: 0;
  opacity: 1;
}
.welcome_active .welcome_preload {
  display: none;
}
.welcome_active .welcome_slogan::after {
  opacity: 1;
}
.welcome_active .welcome_slogan__row {
  opacity: 1;
}
.welcome_active .welcome_slogan_en {
  opacity: 1;
}

.welcome_animation {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transition: all 2s ease-in-out;
  width: 50%;
  z-index: 1;
}
.welcome_animation img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.welcome_animation__1 {
  height: 50%;
  left: 0;
  opacity: 0.5;
  top: 100%;
  z-index: 3;
}
.welcome_animation__2 {
  opacity: 0.3;
  bottom: 0;
  height: 50%;
  right: -100%;
  z-index: 2;
}
.welcome_animation__3 {
  bottom: -100%;
  height: 100%;
  right: 0;
  transition-delay: 0.3s;
  z-index: 3;
}
.welcome_animation__4 {
  bottom: 0;
  height: 100%;
  left: -50%;
  transition-delay: 0.5s;
}

.welcome_copyright {
  bottom: 74px;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.welcome_copyright .copyright {
  font-size: 10px;
  font-weight: 500;
}
@media (max-height: 550px) {
  .welcome_copyright {
    bottom: 20px;
  }
}

.welcome_preload {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}
.welcome_preload span {
  animation: 1s dots infinite;
  background-color: #ddb472;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.welcome_preload span:nth-child(2) {
  animation-delay: 0.3s;
}
.welcome_preload span:nth-child(3) {
  animation-delay: 0.6s;
}

.welcome_slogan {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 30px 0 0;
  min-height: 230px;
  max-width: 1200px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.welcome_slogan::after {
  border-right: 10px solid #ddb472;
  border-top: 10px solid #ddb472;
  content: "";
  height: 74px;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: -27px;
  transition: all 1s ease-in-out;
  transition-delay: 2s;
  width: 68px;
}
@media only screen and (max-width: 1279px) {
  .welcome_slogan::after {
    border-right-width: 5px;
    border-top-width: 5px;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_slogan::after {
    height: 25px;
    width: 25px;
  }
}
@media (max-height: 800px) {
  .welcome_slogan::after {
    border-right-width: 5px;
    border-top-width: 5px;
    height: 50px;
    width: 50px;
  }
}
@media (max-height: 550px) {
  .welcome_slogan::after {
    height: 25px;
    width: 25px;
  }
}
.welcome_slogan__row {
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition-delay: 3s;
  transition: all 1s ease-in-out;
  white-space: nowrap;
}
.welcome_slogan__row:nth-child(1) {
  top: 0;
  transition-delay: 1s;
}
.welcome_slogan__row:nth-child(2) {
  top: 1.2em;
  transition-delay: 1.3s;
}
.welcome_slogan__row:nth-child(3) {
  top: 2.4em;
  transition-delay: 1.6s;
}
@media only screen and (max-width: 1279px), (max-height: 800px) {
  .welcome_slogan {
    font-size: 40px;
    max-width: 820px;
    min-height: 150px;
  }
}
@media only screen and (max-width: 1023px), (max-height: 550px) {
  .welcome_slogan {
    font-size: 30px;
    margin: 0;
    max-width: 620px;
    min-height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_slogan {
    font-size: 18px;
    max-width: 380px;
    min-height: 70px;
  }
}
@media only screen and (max-width: 400px) {
  .welcome_slogan {
    font-size: 14px;
  }
}

.welcome_slogan_en {
  color: #ddb472;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 10vh 0 77px;
  max-width: 635px;
  opacity: 0;
  position: relative;
  text-align: right;
  transition: all 1s ease-in-out;
  transition-delay: 2s;
}
.welcome_slogan_en::after {
  border-bottom: 10px solid #ddb472;
  border-left: 10px solid #ddb472;
  bottom: -35px;
  content: "";
  height: 74px;
  left: -51px;
  position: absolute;
  width: 68px;
}
@media only screen and (max-width: 1279px) {
  .welcome_slogan_en::after {
    border-bottom-width: 5px;
    border-left-width: 5px;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_slogan_en::after {
    height: 25px;
    width: 25px;
  }
}
@media (max-height: 800px) {
  .welcome_slogan_en::after {
    border-bottom-width: 5px;
    border-left-width: 5px;
    height: 50px;
    width: 50px;
  }
}
@media (max-height: 550px) {
  .welcome_slogan_en::after {
    height: 25px;
    width: 25px;
  }
}
.welcome_slogan_en__row {
  position: relative;
  right: 0;
}
@media only screen and (max-width: 1279px), (max-height: 800px) {
  .welcome_slogan_en {
    font-size: 30px;
    margin-top: 5vh;
  }
}
@media only screen and (max-width: 1023px), (max-height: 550px) {
  .welcome_slogan_en {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome_slogan_en {
    font-size: 14px;
    margin: 25px 0 0 30px;
  }
}

.woocommerce ul.products {
  padding: 0 0 30px;
}
.woocommerce ul.products li.product a img {
  display: none;
}
.woocommerce ul.products li.product .button {
  display: none;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price_new {
  bottom: 22px;
  color: #2b2b33;
  font-size: 20px;
  font-weight: 700;
  left: 20px;
  margin: 0;
  position: absolute;
}
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .price_new .woocommerce-Price-currencySymbol {
  font-size: 12px;
}
.woocommerce nav.woocommerce-pagination {
  padding: 32px 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0 none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0 none;
  display: flex;
  float: none;
}
.woocommerce nav.woocommerce-pagination ul li a {
  display: block;
  font-size: 0;
  height: 100%;
  min-width: 2px;
  padding: 0 4px;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: none;
}
.woocommerce nav.woocommerce-pagination ul li a::after {
  background-color: #ddb472;
  bottom: 0;
  content: "";
  height: 13px;
  left: 50%;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next, .woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev {
  display: flex;
  align-items: flex-end;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next::after, .woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev::after {
  background: none;
  color: #ddb472;
  font-size: 14px;
  left: 0;
  position: relative;
  width: auto;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next {
  padding: 0 0 0 20px;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next::after {
  content: "далее →";
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev {
  padding: 0 20px 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev::after {
  content: "← назад";
}
.woocommerce nav.woocommerce-pagination ul li span {
  color: #ddb472;
  display: block;
  font-size: 14px;
  min-width: 8px;
  padding: 0 0 35px;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li span.dots {
  padding: 35px 0 0;
}
.woocommerce nav.woocommerce-pagination ul li span.dots::after {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #ddb472;
}
.woocommerce nav.woocommerce-pagination ul li span::after {
  background-color: #ddb472;
  bottom: 0;
  content: "";
  height: 28px;
  left: 50%;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 2px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d9d9d9;
  margin: 15px 10px 10px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ddb472;
  height: 2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: none;
  height: 22px;
  top: -10px;
  width: 22px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::after {
  background-color: #ddb472;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 12px;
  margin: 0 auto -80px;
  max-width: 1373px;
  padding: 30px;
  width: 100%;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #ddb472;
}
@media only screen and (max-width: 1023px) {
  .woocommerce .woocommerce-breadcrumb {
    display: none;
  }
}

.woocommerce-info {
  background-color: #fff;
  border: 0 none;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 1373px;
  min-height: 80px;
  padding: 15px 30px 100px 120px;
  width: 100%;
}
.woocommerce-info::before {
  background: url(/wp-content/themes/broker2022/i/icons/search_error.svg) 0 0 no-repeat scroll transparent;
  background-size: cover;
  content: "";
  height: 60px;
  left: 30px;
  top: 0;
  width: 60px;
}

.woocommerce-loop-product__title {
  color: #2c2c2c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-products-header__title {
  display: none;
}

.woocommerce-result-count {
  display: none;
}

.woof_cat_selected__20 .woof_container_pa_kolichestvo-komnat,
.woof_cat_selected__20 .woof_container_pa_kolichestvo-komnat-filtr {
  display: none !important;
}

.woof_container_pa_kolichestvo-komnat .woof_block_html_items {
  max-width: none;
}

.woof_container_pa_obshhaya-ploshhad h4 {
  display: inline-block;
  position: relative;
}
.woof_container_pa_obshhaya-ploshhad h4::after {
  content: "2";
  font-size: 10px;
  position: absolute;
  right: -6px;
  top: 0;
}

.woof_list .woof_checkbox_term[disabled] + .woof_checkbox_label {
  display: none !important;
}

.woof_more {
  display: none;
  text-align: center;
}
.woof_more span {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.woof_more span:hover {
  opacity: 0.7;
}
.woof_more span::after, .woof_more span::before {
  background-color: #ddb472;
  content: "";
  height: 2px;
  position: absolute;
  top: 8px;
  width: 12px;
}
.woof_more span::after {
  left: -24px;
  transform: rotate(45deg);
}
.woof_more span::before {
  left: -32px;
  transform: rotate(-45deg);
}
.woof_more span.woof_more__show::after {
  left: -32px;
}
.woof_more span.woof_more__show::before {
  left: -24px;
}
.woof_more__active .woof_more__hide {
  display: inline-block;
}
.woof_more__active .woof_more__show {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .woof_more__active .woof_redraw_zone {
    height: auto;
    overflow-y: auto;
  }
}
.woof_more__hide {
  display: none;
}
.woof_more__show::after {
  left: -32px;
}
.woof_more__show::before {
  left: -24px;
}
@media only screen and (max-width: 1279px) {
  .woof_more {
    display: block;
  }
}

.woof_products_top_panel {
  display: none !important;
  z-index: 4;
}
.woof_products_top_panel li a {
  display: block;
  min-height: 30px;
}
.woof_products_top_panel li span {
  background: none;
  margin: 0 4px 0 0;
  padding: 0 24px 0 0;
  position: relative;
}
.woof_products_top_panel li span::after, .woof_products_top_panel li span::before {
  background-color: #ddb472;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 22px;
}
.woof_products_top_panel li span::after {
  transform: rotate(45deg);
}
.woof_products_top_panel li span::before {
  transform: rotate(-45deg);
}

.woof_redraw_zone {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 1279px) {
  .woof_redraw_zone {
    height: 0;
    overflow: hidden;
  }
}

.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .woof_search_is_going nav.woocommerce-breadcrumb {
    display: none;
  }
}

.woof_shortcode_output {
  background-color: #f8f8f8;
  margin: 0 auto;
  max-width: 1373px;
  padding: 30px 30px 0;
  width: 100%;
}
.woof_shortcode_output ul.products {
  column-gap: 24px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: 0;
  position: relative;
  row-gap: 24px;
  z-index: 1;
}
.woof_shortcode_output ul.products li.product {
  margin: 0 !important;
  width: 100% !important;
}
.woof_shortcode_output ul.products li.product:first-child {
  grid-column-end: 3;
  grid-column-start: 1;
}
.woof_shortcode_output ul.products li.product:first-child .price_new {
  font-size: 24px;
  left: 37px;
}
.woof_shortcode_output ul.products li.product:first-child .product_attribute__pa_adres {
  background: url(/wp-content/themes/broker2022/i/icons/map.svg) no-repeat left top scroll transparent;
  font-size: 12px;
  min-height: 26px;
  opacity: 1;
  padding: 0 0 0 30px;
}
.woof_shortcode_output ul.products li.product:first-child .product_attribute__pa_tip-nedvizhimosti {
  margin: 0 0 25px;
  opacity: 0.3;
  text-transform: uppercase;
}
.woof_shortcode_output ul.products li.product:first-child .product_cat__title {
  font-size: 20px;
}
.woof_shortcode_output ul.products li.product:first-child .product_link__content {
  bottom: 13px;
  max-width: 292px;
  min-width: 230px;
  padding: 16px 10px 50px 37px;
  position: absolute;
  right: 19px;
  width: auto;
}
.woof_shortcode_output ul.products li.product:first-child .product_link__img {
  max-height: none;
}
@media only screen and (max-width: 767px) {
  .woof_shortcode_output ul.products li.product:first-child {
    grid-column-end: 1;
    grid-column-start: 1;
  }
  .woof_shortcode_output ul.products li.product:first-child .price {
    bottom: 22px;
    color: #2b2b33;
    font-size: 20px;
    font-weight: 700;
    left: 20px;
    margin: 0;
    position: absolute;
  }
  .woof_shortcode_output ul.products li.product:first-child .product_attribute__pa_adres {
    background: none;
    min-height: 0;
    padding: 0;
    font-size: 10px;
    margin: 0.5em 0;
    opacity: 0.5;
  }
  .woof_shortcode_output ul.products li.product:first-child .product_attribute__pa_tip-nedvizhimosti {
    display: none;
  }
  .woof_shortcode_output ul.products li.product:first-child .product_cat__title {
    font-size: 20px;
  }
  .woof_shortcode_output ul.products li.product:first-child .product_link__content {
    bottom: 0;
    max-width: none;
    padding: 20px 20px 40px;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.woof_shortcode_output ul.products li.product .price {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .woof_shortcode_output ul.products {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 1023px) {
  .woof_shortcode_output ul.products {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .woof_shortcode_output ul.products {
    grid-template-columns: auto;
  }
}
.woof_shortcode_output .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.woof_shortcode_output .btn-group .dropdown-toggle {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .woof_shortcode_output .btn-group {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .woof_shortcode_output {
    padding: 30px 0 0;
  }
}

.woof_submit_search_form_container {
  display: none;
}

@keyframes scale {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
blockquote {
  font-size: 18px;
  line-height: 1.8;
  margin: 35px 0 0;
  padding: 0 60px 0 0;
  position: relative;
}
blockquote p {
  margin: 0 0 1em;
}
blockquote::after, blockquote::before {
  color: #ddb472;
  content: "";
  font-size: 100px;
  height: 27px;
  line-height: 1;
  position: absolute;
  width: 37px;
  z-index: 1;
}
blockquote::after {
  background: url(/wp-content/themes/broker2022/i/icons/quotes_close.png) center no-repeat scroll transparent;
  bottom: 0;
  right: 31px;
}
@media only screen and (max-width: 1400px) {
  blockquote::after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  blockquote::after {
    bottom: 0;
  }
}
blockquote::before {
  background: url(/wp-content/themes/broker2022/i/icons/quotes_open.png) center no-repeat scroll transparent;
  left: -85px;
  top: 6px;
}
@media only screen and (max-width: 767px) {
  blockquote::before {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  blockquote {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 15px;
    padding: 40px 0;
  }
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

h1 {
  color: #ddb472;
  font-family: "Arsenica-Regular", Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 0 0 0.1em;
}
@media only screen and (max-width: 1279px) {
  h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    margin: 0 0 15px;
  }
}

h2 {
  color: #ddb472;
  font-family: "Arsenica-Regular", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  color: #ddb472;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin: 40px 0 11px;
}
@media only screen and (max-width: 767px) {
  h3 {
    margin-top: 20px;
  }
}

input:focus {
  outline: none;
}

img {
  border: 0 none;
}

.bold {
  font-weight: 700;
}

.brokers_list {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 30px;
  margin: 45px 0 0;
  text-align: center;
}
.brokers_list__desc {
  color: #2c2c2c;
  display: inline-block;
  opacity: 0.5;
  max-width: 240px;
}
.brokers_list__img {
  border-radius: 50%;
  display: block;
  height: 174px;
  margin: 0 auto 10px;
  width: 174px;
}
.brokers_list__item {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .brokers_list__item {
    padding: 0 0 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .brokers_list__item {
    width: 100%;
  }
}
.brokers_list__name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin: 0.5em 0;
}
@media only screen and (max-width: 1023px) {
  .brokers_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    justify-content: center;
  }
}

.brokers_wrap > .wp-block-group__inner-container {
  padding: 27px 0 0;
}

.chosen-container-single .chosen-search input[type=text] {
  font-size: 16px;
}

.chosen-search {
  display: none;
}

.copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .copyright {
    color: #2b2b33;
    margin: 14px 0 0;
  }
}

.hidden {
  display: none !important;
}

.ig_copyright {
  font-size: 0.8rem;
  opacity: 0.7;
  text-align: center;
}

.ig_wrap {
  position: relative;
}
.ig_wrap .es-widget {
  position: relative;
  z-index: 3;
}
.ig_wrap::after {
  background-color: #f8f8f8;
  bottom: 0;
  content: "";
  height: 56px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.input_tip {
  background-color: #000;
  border: 1px solid #ddb472;
  color: #fff;
  left: 0;
  margin: 0;
  padding: 0.5em 1em;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 5;
}

.instagram_caption {
  background-color: rgba(0, 0, 0, 0.81);
  border: 10px solid rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: block;
  max-height: 100px;
  left: 0;
  line-height: 1.4;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 3;
}

.list_type_1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin: 1em 0 2em;
}
.list_type_1 li {
  padding: 0 0 10px 22px;
  position: relative;
}
.list_type_1 li::before {
  background-color: #ddb472;
  content: "";
  height: 1px;
  left: -9px;
  position: absolute;
  top: 6px;
  width: 18px;
}

.logo {
  background: url(/wp-content/themes/broker2022/i/logo.svg) center no-repeat scroll transparent;
  background-size: contain;
  display: inline-block;
  height: 51px;
  margin: 0 1rem 0 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 143px;
}
.logo:hover {
  transform: scale(1.1, 1.1);
}

.main_content {
  background-color: #f8f8f8;
  padding: 30px 0 140px;
  position: relative;
}
.main_content .wrap2 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main_content {
    padding: 18px 0 0;
  }
}

.main_content_wrap {
  padding: 0 27px;
}
@media only screen and (max-width: 767px) {
  .main_content_wrap {
    padding: 0;
  }
}

.mgo-mcw-widget {
  bottom: 10px !important;
  left: 10px !important;
  right: auto !important;
  top: auto !important;
}

.mgo-mcw-widget_position-right .mgo-mcw__button {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

.nobr {
  white-space: nowrap;
}

.order_filter {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.order_filter__item {
  border-radius: 7px;
  padding: 4px 6px;
}
.order_filter__item.active {
  background-color: #2b2b33;
  color: #fff;
  text-decoration: none;
}
.order_filter__item.active .order_filter__link {
  color: #fff;
  text-decoration: none;
}
.order_filter__link {
  color: #2c2c2c;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.order_filter__link:hover {
  color: #ddb472;
}
@media only screen and (max-width: 1023px) {
  .order_filter {
    justify-content: center;
    padding: 0 20px;
  }
}

.page.page-id-14 .hero_block {
  min-height: 440px;
}
@media only screen and (max-width: 1023px) {
  .page.page-id-14 .hero_block {
    min-height: 0;
  }
}
.page.page-id-16 .hero_block, .page.page-id-3772 .hero_block {
  min-height: 108px;
  padding: 0;
}
.page .hero_block_wrap--home .hero_block, .page .hero_block_wrap--new_buildings .hero_block {
  min-height: 0;
}
.page .hero_block {
  min-height: 466px;
}

.page-id-14 h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page-id-14 h2 {
    font-size: 18px;
  }
}
.page-id-14 .contacts_consult h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 26px;
}
@media only screen and (max-width: 767px) {
  .page-id-14 .contacts_consult h2 {
    font-size: 22px;
  }
}
.page-id-14 .main_content {
  padding: 59px 0 0;
}

.page-id-16 h1 {
  text-align: left;
}

.pagination_result {
  display: none;
}

.pagination_wrap {
  text-align: center;
}
.pagination_wrap a {
  border: 1px solid #ddb472;
  color: #2c2c2c;
  display: inline-block;
  margin: 21px 0;
  padding: 0.5em 3em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.pagination_wrap a:hover {
  background-color: #ddb472;
}

.phone {
  background: url(/wp-content/themes/broker2022/i/icons/phone.svg) left center no-repeat scroll transparent;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 19px;
  margin: 0 30px 0 0;
  padding: 0 0 0 18px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.phone:hover {
  color: #ddb472;
}

.powered_by {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.powered_by:hover {
  opacity: 1;
}
.powered_by img {
  display: block;
  height: 30px;
  margin: 12px 0 0;
  width: 92px;
}
@media only screen and (max-width: 767px) {
  .powered_by {
    color: #9d9da1;
    letter-spacing: -0.07em;
    opacity: 1;
  }
}

.price_slider_wrapper {
  padding: 0 15px 0 0;
}

.sbi_photo_wrap:hover .instagram_caption {
  display: none;
}

.single-product h1 {
  font-size: 96px;
}
@media only screen and (max-width: 1023px) {
  .single-product h1 {
    font-size: 54px;
  }
}
.single-product .main_content {
  padding: 30px 0;
}

.thumb_img {
  display: block;
  margin: 0 auto 15px;
}

.whatsapp_link {
  animation: scale 3s ease-in-out infinite;
  bottom: 24px;
  color: #ddb472;
  display: block;
  height: 48px;
  opacity: 0.85;
  position: fixed;
  right: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: 48px;
  z-index: 7;
}
.whatsapp_link:hover {
  opacity: 1;
}
.whatsapp_link__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 48px !important;
  width: 48px;
}
.whatsapp_link--max {
  animation: none;
  bottom: 28px;
  right: 18px;
}
.whatsapp_link--max .whatsapp_link__img {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.wp-block-button__link, .wp-block-button__link:visited {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddb472;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 43px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.wp-block-button__link:hover, .wp-block-button__link:visited:hover {
  background-color: #ddb472;
  color: #fff;
}

.wp-block-buttons > .wp-block-button {
  margin: 12px 0;
}

.wp-block-columns {
  margin: 0;
}

.wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  cursor: pointer;
  padding: 0 0 0 33px;
  position: relative;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after, .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::after {
  background-color: #ddb472;
  display: none;
  height: 10px;
  left: 4px;
  top: 4px;
  width: 10px;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid #ddb472;
  display: block;
  height: 18px;
  left: 0;
  top: 0;
  width: 18px;
}

.wrap,
.wrap2,
.wrap3,
.wrap4,
.wrap5 {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap,
  .wrap2,
  .wrap3,
  .wrap4,
  .wrap5 {
    padding: 0;
  }
}

.wrap {
  max-width: 1373px;
}

.wrap2 {
  max-width: 1248px;
}

.wrap3 {
  max-width: 1277px;
}

.wrap4 {
  max-width: 1600px;
}

.wrap5 {
  max-width: 1460px;
}

@media only screen and (max-width: 767px) {
  .wrap2,
  .wrap3,
  .wrap5 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wrap_bg {
  background-color: #f8f8f8;
  padding: 30px 0;
}

.yandex_badge {
  border: 0 none;
  height: 50px;
  width: 150px;
}

.yandex_badge_wrap {
  display: inline-block;
}

.new_buildings_quote {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .new_buildings_quote {
    margin-bottom: 40px;
  }
}
.new_buildings_quote figure.wp-block-image {
  margin: 32px auto 0;
  max-width: 360px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .new_buildings_quote figure.wp-block-image {
    max-width: 280px;
  }
}
.new_buildings_quote figure.wp-block-image img {
  border-radius: 12px;
  display: block;
  height: auto;
  width: 100%;
}

.popup--video .popup__content {
  max-width: 880px;
  width: 100%;
}
.sd_video__player {
  background: #000;
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

/* Формы на тёмных панелях: видимость лейбла и текста textarea.
   Базовое .contacts_form__label_title--textarea (styles.css:747) красит лейбл
   в #2b2b33 — это цвет самой тёмной панели, текст сливается с фоном.
   Фикс светлой карточки (:1290) красит в rgba(0,0,0,.4) — на тёмном фоне так
   же невидим, и он выигрывает по порядку. Правило ниже стоит последним,
   поэтому выигрывает ничью по специфичности (0,2,0).
   Дублируется в css/custom.scss — styles.css собирается вручную, gulp мёртв. */
.contacts_consult--dark .contacts_form__label_title--textarea,
.contacts_consult--about .contacts_form__label_title--textarea,
.popup__content .contacts_form__label_title--textarea {
  color: #fff;
}
.contacts_consult--dark .contacts_form textarea,
.contacts_consult--about .contacts_form textarea,
.popup__content .contacts_form textarea {
  color: #fff;
}

/* Видимость текста в формах.
   .contacts_form имеет background-color #2b2b33 (styles.css:625) — она тёмная
   в ЛЮБОМ контексте: и в попапах, и в карточке на /kontakty/.
   Три правила красят текст внутри неё в расчёте на светлый фон, которого нет:
     :747   .contacts_form__label_title--textarea            → #2b2b33 (= цвет фона)
     :1290  .contacts_page__form_card ...__label_title--textarea → rgba(0,0,0,.4)
     :1283  .contacts_page__form_card .contacts_form textarea    → #2c2c2c (вводимый текст!)
   Итог: и подпись, и то что печатает пользователь, сливались с фоном.
   Правило стоит последним, поэтому выигрывает ничьи по специфичности.
   Дублируется в css/custom.scss — gulp мёртв, styles.css правится вручную. */
.contacts_page__form_card .contacts_form__label_title--textarea,
.contacts_consult--dark .contacts_form__label_title--textarea,
.contacts_consult--about .contacts_form__label_title--textarea,
.popup__content .contacts_form__label_title--textarea,
.contacts_form .contacts_form__label_title--textarea {
  color: #fff;
}
.contacts_page__form_card .contacts_form textarea,
.contacts_consult--dark .contacts_form textarea,
.contacts_consult--about .contacts_form textarea,
.popup__content .contacts_form textarea,
.contacts_form textarea {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.contacts_page__form_card .contacts_form textarea::placeholder,
.contacts_form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Дисклеймер под формой написан под тёмный попап: color rgba(255,255,255,.55).
   В попапах верно (фон #2b2b33), но на /kontakty/ тот же блок лежит на светлой
   карточке #fafafa — белым по белому. Ссылки золотые, потому видны только они.
   Инвертируем только для карточки. Дублируется в css/custom.scss — gulp мёртв. */
.contacts_page__form_card .popup_form_disclaimer {
  color: rgba(0, 0, 0, 0.55);
}
