.accordion {
  border-bottom: 1px solid rgba(43, 27, 53, 0.1);
  margin: 0 0 46px;
  padding: 0 13px 16px;
}
@media (min-width: 768px) {
  .accordion {
    margin: 0 0 64px;
    padding: 0 30px 24px;
  }
}
@media (min-width: 1024px) {
  .accordion {
    padding: 0 190px 24px;
  }
}
@media (min-width: 1360px) {
  .accordion {
    padding: 0 265px 24px;
  }
}
.accordion .container {
  max-width: 950px;
  padding: 0;
}
@media (min-width: 560px) {
  .accordion .container {
    padding: 0 15px;
  }
}
.accordion .container h2, .accordion .container .h2 {
  font-weight: 700;
}
@media (min-width: 1360px) {
  .accordion .container h2, .accordion .container .h2 {
    font-weight: 800;
    margin: 0 0 31px;
  }
}
.accordion-item {
  border-top: 1px solid #E9E9E9;
}
.accordion-item.current .h2.accordion-title, .accordion-item.current h2.accordion-title {
  color: #2B1B35;
  padding: 32px 30px 25px 0;
}
@media (min-width: 768px) {
  .accordion-item.current .h2.accordion-title, .accordion-item.current h2.accordion-title {
    padding: 40px 80px 32px 0;
  }
}
.accordion-item.current .h2.accordion-title::after, .accordion-item.current h2.accordion-title::after {
  top: calc(50% - 4px);
  transform: rotate(180deg);
}
.accordion-item.current .h2.accordion-title:hover, .accordion-item.current h2.accordion-title:hover {
  opacity: 1;
}
.accordion .h2.accordion-title, .accordion h2.accordion-title {
  color: #1248B2;
  cursor: pointer;
  font: 700 18px/24px var(--font-family-rg), sans-serif;
  margin: 0;
  padding: 32px 30px 32px 0;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .accordion .h2.accordion-title, .accordion h2.accordion-title {
    font-size: 20px;
    line-height: 26px;
    padding: 40px 80px 40px 0;
  }
}
@media (min-width: 1360px) {
  .accordion .h2.accordion-title, .accordion h2.accordion-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.accordion .h2.accordion-title::after, .accordion h2.accordion-title::after {
  background: url("/resources/house/img/icon-arrow.svg") no-repeat center;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
}
@media (min-width: 1600px) {
  .accordion .h2.accordion-title::after, .accordion h2.accordion-title::after {
    right: 23px;
  }
}
.accordion .h2.accordion-title:hover, .accordion h2.accordion-title:hover {
  opacity: 0.5;
}
.accordion-description {
  display: none;
  transition: 0s;
}
.accordion-description p {
  color: #2B1B35;
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .accordion-description p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
.accordion-description p a {
  color: #1248B2;
}
.accordion-description p a:hover {
  opacity: 0.5;
}
.accordion-product {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 12px 0 32px;
}
@media (min-width: 560px) {
  .accordion-product {
    padding: 0 28px 18px 66px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .accordion-product {
    padding: 16px 0 40px 66px;
  }
}
@media (min-width: 1360px) {
  .accordion-product {
    padding: 16px 25px 40px 66px;
  }
}
@media (min-width: 1600px) {
  .accordion-product {
    padding: 16px 54px 40px 66px;
  }
}
.accordion-product-img {
  align-items: center;
  display: flex;
  margin: 13px 0 14px;
  min-width: 108px;
}
@media (min-width: 768px) {
  .accordion-product-img {
    margin: 0;
    min-width: 194px;
  }
}
@media (min-width: 1024px) {
  .accordion-product-img {
    min-width: 160px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-img {
    min-width: 250px;
  }
}
@media (min-width: 1600px) {
  .accordion-product-img {
    min-width: 313px;
  }
}
.accordion-product-img img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 168px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .accordion-product-img img {
    max-height: 240px;
  }
}
@media (min-width: 1024px) {
  .accordion-product-img img {
    max-height: 200px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-img img {
    max-height: 240px;
  }
}
@media (min-width: 1600px) {
  .accordion-product-img img {
    max-height: inherit;
  }
}
.accordion-product-description {
  width: 100%;
}
@media (min-width: 560px) {
  .accordion-product-description {
    padding: 0 0 0 88px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .accordion-product-description {
    padding: 0 0 0 92px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-description {
    padding: 0 0 0 100px;
  }
}
.accordion-product-description h3, .accordion-product-description .h3 {
  color: #2B1B35;
  font: 700 18px/24px var(--font-family-rg), sans-serif;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .accordion-product-description h3, .accordion-product-description .h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1360px) {
  .accordion-product-description h3, .accordion-product-description .h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.accordion-product-description .btn {
  width: 100%;
}
@media (min-width: 560px) {
  .accordion-product-description .btn {
    width: auto;
  }
}

.btn {
  align-items: center;
  background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2;
  border: none;
  border-radius: 40px;
  box-shadow: 0 5px 10px rgba(0, 56, 166, 0.4);
  color: #fff;
  display: inline-flex;
  font-family: var(--font-family-rg), sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 1.35px;
  padding: 0 32px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn:hover {
  background: #073FAB;
  color: #fff;
}
.btn:active {
  background: #003499;
  box-shadow: 0 2px 5px rgba(0, 56, 166, 0.4);
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn[disabled] {
  background: linear-gradient(180deg, #2960CC 0%, rgba(18, 72, 178, 0) 100%), #1248B2 !important;
  color: rgba(255, 255, 255, 0.5);
  cursor: no-drop;
  opacity: 0.5;
}
.btn-large {
  border-radius: 48px;
  font-size: 14px;
  height: 48px;
}
.btn-small {
  border-radius: 32px;
  font-size: 12px;
  height: 32px;
  padding: 0 24px;
}
.btn.loading {
  color: transparent;
}
.btn.loading:hover {
  color: transparent;
}
.btn.loading.btn-large::before {
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
}
.btn.loading.btn-small::before {
  height: 24px;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
}
.btn.loading::before {
  animation: loading 2s infinite ease;
  background: url("/resources/house/img/icon-loading.svg") no-repeat center;
  background-size: cover;
  content: "";
  height: 32px;
  left: calc(50% - 16px);
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.btn-white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B3C4E6 100%), #FFFFFF;
  box-shadow: 0 5px 10px rgba(43, 27, 53, 0.15);
  color: #073FAB;
}
.btn-white:hover {
  background: #FFF;
}
.btn-white:active {
  background: #FFF;
  opacity: 0.85;
  box-shadow: 0 2px 5px rgba(43, 27, 53, 0.15);
}
.btn-white[disabled] {
  background: linear-gradient(180deg, rgba(241, 246, 255, 0) 0%, #B3C4E6 100%), #FFFFFF !important;
  color: #073FAB;
}
.btn-white.loading {
  background: #FFF;
}
.btn-white.loading::before {
  background-image: url("/resources/house/img/icon-loading-blue.svg");
}
.btn-pink {
  background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A;
  box-shadow: 0 5px 10px rgba(238, 0, 90, 0.4);
  color: #fff;
}
.btn-pink:hover {
  background: #DB0053;
  box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
  color: #fff;
}
.btn-pink:active {
  background: #B80045;
  box-shadow: 0px 2px 5px rgba(204, 0, 77, 0.4);
  color: #fff;
}
.btn-pink[disabled] {
  background: linear-gradient(180deg, #EB4785 0%, rgba(238, 0, 90, 0) 100%), #EE005A !important;
  color: rgba(18, 72, 178, 0.5);
}
.btn-pink.loading {
  background: #fff;
}
.btn-pink.loading::before {
  background-image: url("/resources/house/img/icon-loading.svg");
}
.btn-secondary {
  background: #F1F6FF;
  box-shadow: none;
  color: #1248B2;
}
.btn-secondary:hover {
  background: #F1F6FF;
  box-shadow: none;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary:active {
  background: #E6EFFF;
  box-shadow: none;
}
.btn-secondary[disabled] {
  background: #F1F6FF !important;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary.loading {
  background: #F1F6FF;
}
.btn-secondary.loading::before {
  background-image: url("/resources/house/img/icon-loading-blue.svg");
}
.btn-secondary-light {
  background: #fff;
  color: #1248B2;
}
.btn-secondary-light:hover {
  background: #fff;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary-light:active {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary-light[disabled] {
  background: #fff !important;
  color: rgba(18, 72, 178, 0.5);
}
.btn-secondary-light.loading {
  background: #fff;
}
.btn-secondary-light.loading::before {
  background-image: url("/resources/house/img/icon-loading-blue.svg");
}
.btn-secondary-dark {
  background: rgba(241, 246, 255, 0.2);
  color: #fff;
}
.btn-secondary-dark:hover {
  background: rgba(241, 246, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.btn-secondary-dark:active {
  background: rgba(255, 255, 255, 0.15);
}
.btn-secondary-dark[disabled] {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.5);
}
.btn-secondary-dark.loading {
  background: rgba(241, 246, 255, 0.2);
}
.btn-secondary-dark.loading::before {
  background-image: url("/resources/house/img/icon-loading.svg");
}
.btn-outline {
  background: transparent;
  border: 2px solid #F1F6FF;
  box-shadow: none;
  color: #1248B2;
}
.btn-outline:hover {
  background: #F1F6FF;
  box-shadow: none;
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline:active {
  background: #E6EFFF;
  box-shadow: none;
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline[disabled] {
  background: transparent !important;
  color: rgba(18, 72, 178, 0.25);
  opacity: 1;
}
.btn-outline.loading {
  background: transparent;
}
.btn-outline.loading::before {
  background-image: url("/resources/house/img/icon-loading-blue.svg");
}
.btn-outline-light {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #1248B2;
}
.btn-outline-light:hover {
  background: #fff;
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline-light:active {
  background: rgba(255, 255, 255, 0.85);
  color: rgba(18, 72, 178, 0.5);
}
.btn-outline-light[disabled] {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent !important;
  color: rgba(18, 72, 178, 0.25);
}
.btn-outline-light.loading {
  background: transparent;
}
.btn-outline-light.loading::before {
  background-image: url("/resources/house/img/icon-loading-blue.svg");
}
.btn-outline-dark {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-outline-dark:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: #fff;
}
.btn-outline-dark:active {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.btn-outline-dark[disabled] {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.25);
}
.btn-outline-dark.loading {
  background: transparent;
  color: transparent;
}
.btn-outline-dark.loading:hover, .btn-outline-dark.loading:active {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: transparent;
}
.btn-outline-dark.loading::before {
  background-image: url("/resources/house/img/icon-loading.svg");
}

.checkbox {
  cursor: pointer;
  display: block;
  margin: 0 0 32px;
  position: relative;
}
.checkbox.blue .checkbox-title {
  color: #2B1B35;
  margin-bottom: 12px;
}
.checkbox.blue .checkbox-title:hover::before {
  border: 1px solid rgba(18, 72, 178, 0.5);
}
.checkbox.blue .checkbox-title::before {
  background: #fff;
  border: 1px solid #C0BBC3;
}
.checkbox.light .checkbox-title {
  color: #fff;
}
.checkbox.light .checkbox-title:hover::before {
  border-color: #fff;
}
.checkbox.light .checkbox-title::before {
  border-color: rgba(255, 255, 255, 0.5);
}
.checkbox.light.disabled input[type=checkbox]:checked + .checkbox-title::before {
  border-color: transparent;
  background: rgba(192, 187, 195, 0.5);
}
.checkbox.light.disabled .checkbox-title {
  color: rgba(255, 255, 255, 0.25);
}
.checkbox.light.disabled .checkbox-title::before {
  border: 1px solid rgba(192, 187, 195, 0.5);
}
.checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + .checkbox-title::before {
  border-color: #164CB5;
  background: #164CB5;
}
.checkbox input[type=checkbox]:checked + .checkbox-title::after {
  opacity: 1;
}
.checkbox.disabled {
  cursor: no-drop;
}
.checkbox.disabled .checkbox-title {
  color: rgba(43, 27, 53, 0.25);
}
.checkbox.disabled .checkbox-title::before {
  border-color: #C0BBC3;
}
.checkbox.disabled input[type=checkbox]:checked + .checkbox-title::before {
  border-color: #C0BBC3;
  background: #C0BBC3;
}
.checkbox.all-checked .checkbox-title::after {
  background: url("/resources/house/img/all-checked.svg") no-repeat center;
}
.checkbox-title {
  color: #2B1B35;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 2px 0 0 36px;
  position: relative;
}
@media (min-width: 560px) {
  .checkbox-title {
    padding: 2px 30px 0 36px;
  }
}
@media (min-width: 768px) {
  .checkbox-title {
    padding: 2px 0 0 36px;
  }
}
@media (min-width: 1024px) {
  .checkbox-title {
    line-height: 24px;
    padding: 0 0 0 36px;
  }
}
.checkbox-title:hover::before {
  border-color: rgba(18, 72, 178, 0.5);
}
.checkbox-title.error::before {
  border-color: #EE005A;
  background: rgba(238, 0, 90, 0.05);
}
.checkbox-title::before {
  border: 1px solid #C0BBC3;
  border-radius: 5px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.25s ease;
  width: 24px;
}
.checkbox-title::after {
  background: url("/resources/house/img/icon-checkbox.svg") no-repeat center;
  border-radius: 50%;
  content: "";
  left: 0;
  height: 24px;
  position: absolute;
  top: 0;
  transition: all 0.25s ease;
  width: 24px;
}
.checkbox.small .checkbox-title {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 24px;
}
.checkbox.small .checkbox-title::before {
  height: 16px;
  width: 16px;
}
.checkbox.small .checkbox-title::after {
  background: url("/resources/house/img/icon-checkbox-small.svg") no-repeat center;
  height: 18px;
  width: 18px;
}
.checkbox.small.all-checked .checkbox-title::after {
  background: url("/resources/house/img/all-checked.svg") no-repeat center;
  background-size: 8px auto;
}

.form-wrapper {
  font-family: var(--font-family-rg), sans-serif;
  margin: auto;
  max-width: 449px;
  padding: 64px 12px;
  width: 100%;
  transition: opacity 0.2s ease;
  opacity: 1;
}
@media (min-width: 768px) {
  .form-wrapper {
    max-width: 584px;
  }
}
.form-wrapper-header {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .form-wrapper-header {
    margin: 0 0 32px;
  }
}
.form-wrapper-header .h2, .form-wrapper-header h2 {
  color: #2B1B35;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-wrapper-header .h2, .form-wrapper-header h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 auto 24px;
  }
}
@media (min-width: 1360px) {
  .form-wrapper-header .h2, .form-wrapper-header h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.form-wrapper-header p {
  color: #2B1B35;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .form-wrapper-header p {
    font-size: 18px;
    line-height: 24px;
  }
}
.form-wrapper a {
  color: #164CB5;
  text-decoration: none;
  transition: color 0.25s ease;
}
.form-wrapper a:hover {
  color: rgba(22, 76, 181, 0.5);
}
.form-wrapper label:not([class]) {
  color: rgba(43, 27, 53, 0.5);
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
}
.form-wrapper label:not([class]) span:not([class]) {
  color: #EE005A;
}
.form-wrapper h3, .form-wrapper .h3 {
  color: #2B1B35;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .form-wrapper h3, .form-wrapper .h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 32px;
  }
}
.form-wrapper h3 span, .form-wrapper .h3 span {
  color: #2B1B35;
  font: 14px/18px var(--font-family-rg), sans-serif;
  opacity: 0.5;
  padding-left: 12px;
}
.form-wrapper .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .form-wrapper .btn {
    width: auto;
  }
}

.input-field {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  width: 100%;
}
.input-field.last {
  margin: 8px 0 8px 0;
  padding: 0;
}
.input-field.last.checkbox-error .input-message {
  width: 100%;
  margin-top: -16px;
}
.input-field.light label {
  color: rgba(255, 255, 255, 0.5);
}
.input-field.light .input-message {
  color: rgba(255, 255, 255, 0.5);
}
.input-field + .h3, .input-field + h3 {
  margin-top: 16px;
}
.input-field .input-message {
  color: rgba(43, 27, 53, 0.5);
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  opacity: 0;
  height: 0;
  transition: opacity 0.25s, padding 0.25s ease;
}
.small .input-field .input-message {
  font-size: 14px;
}
.input-field .input-message.success {
  color: #61CB56;
  padding: 0 0 32px;
  opacity: 1;
}
.input-field .input-message.error {
  color: #EE005A;
  padding: 0 0 32px;
  opacity: 1;
}
.input-field .input-message.warning {
  color: #FF7F05;
  padding: 0 0 32px;
  opacity: 1;
}

.form-thx {
  background: url("/resources/house/img/icon-thx.svg") no-repeat center 0;
  padding: 176px 0 24px;
  text-align: center;
  transition: opacity 0.2s ease;
  opacity: 0;
  display: none;
}
.form-thx .h2, .form-thx h2 {
  color: #2B1B35;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-thx .h2, .form-thx h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1360px) {
  .form-thx .h2, .form-thx h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.form-thx p {
  color: #2B1B35;
  font: 18px/24px var(--font-family-rg), sans-serif;
}
.form-thx hr {
  background: rgba(43, 27, 53, 0.1);
  border: none;
  height: 1px;
  margin: 40px auto;
  max-width: 680px;
  padding: 0;
  width: 100%;
}
.form-thx-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 0 0;
}
.form-thx-btns a {
  margin: 0 8px 16px;
  min-width: 220px;
  padding: 0 24px;
}
.form-thx-btns a.btn-270 {
  min-width: 270px;
}

.modal {
  padding: 15px;
  width: 100%;
}
.modal .fancybox-close-small {
  display: none;
}
.modal.success .form-wrapper {
  opacity: 0;
}
.modal input[type=tel] {
  max-width: 200px;
}

button.fancybox-button--zoom {
  display: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: none;
}

.inputfile + label {
  align-items: center;
  background-color: #F1F6FF;
  border-radius: 40px;
  color: #0049BC;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 32px 0 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}
.inputfile + label:hover .file-title {
  color: rgba(18, 72, 178, 0.5);
}
.inputfile + label:active {
  background: #E6EFFF;
}
.inputfile + label .file-title {
  font: 700 12px var(--font-family-rg), sans-serif;
  letter-spacing: 1.35px;
}
.inputfile + label .file-title.error {
  margin-right: 24px;
}

.inputfile-bottom {
  color: #2B1B35;
  display: block;
  font: 14px/17px var(--font-family-rg), sans-serif;
  margin: 0 0 48px;
  opacity: 0.5;
}
.inputfile-bottom.success {
  color: #61CB56;
  opacity: 1;
}
.inputfile-bottom.error {
  color: #EE005A;
  opacity: 1;
}

.file-remove {
  color: #EE005A;
  cursor: pointer;
  display: none;
  font: 700 12px/16px var(--font-family-rg), sans-serif;
  letter-spacing: 1.35px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: calc(50% - 8px);
  z-index: 9;
}
.file-remove.show {
  display: block;
}

.file-name {
  color: #2B1B35;
  display: none;
  font: 16px/24px var(--font-family-rg), sans-serif;
  margin: 0 24px 0 24px;
  text-transform: none;
}
.file-name.show {
  display: inline-block;
  max-width: calc(100% - 125px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.file-wrapper {
  position: relative;
}
.file-wrapper.current .inputfile + label {
  background: none;
}
.file-wrapper.current .inputfile-label {
  justify-content: space-between;
}

.bar {
  background: #61CB56;
  border-radius: 40px;
  height: 40px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 0%;
}
.bar.error {
  background: #EE005A;
}

/**
 * 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 - Core
 */
.owl-carousel > .owl-slide {
  display: none;
}

.owl-carousel > .owl-slide:first-child {
  display: flex;
}

.owl-carousel.owl-loaded > .owl-slide {
  display: flex;
}

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 4;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

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

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

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

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

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

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/resources/house/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

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

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

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

.become-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 47px;
  position: relative;
  padding: 0 0 49px;
}
@media (min-width: 560px) {
  .become-block {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .become-block {
    margin: 0 auto 64px;
    padding: 0 0 64px;
    max-width: 1412px;
  }
}
.become-block::before {
  background: rgba(43, 27, 53, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: -500px;
  position: absolute;
  right: -500px;
}

@media (min-width: 560px) {
  .become-block .block {
    width: calc(50% - 15px);
  }
}

.become-block .block .centered {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 560px) {
  .become-block .block .centered {
    width: 219px;
  }
}
.become-block .block .centered .btn {
  width: 100%;
}
@media (min-width: 560px) {
  .become-block .block .centered .btn {
    width: auto;
  }
}

.become-block .block .icon {
  width: 128px;
  height: 128px;
  margin: 0 auto;
}
@media (min-width: 1360px) {
  .become-block .block .icon {
    width: 152px;
    height: 152px;
  }
}

.become-block .block .icon.ico-1 {
  background: url(/resources/house/img/dealer-icon-1.svg) center center no-repeat;
  background-size: contain;
}

.become-block .block .icon.ico-2 {
  background: url(/resources/house/img/dealer-icon-2.svg) center center no-repeat;
  background-size: contain;
}

.become-block .block .type {
  font: 700 20px/26px var(--font-family-rg), sans-serif;
  margin: 22px 16px 16px;
}

.become-block .block .phone {
  font: 700 24px/40px var(--font-family-rg), sans-serif;
}
.become-block .block .phone a {
  color: #2B1B35;
}

.become-block .line {
  font: 18px/24px var(--font-family-rg), sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 560px) {
  .become-block .line {
    justify-content: flex-start;
  }
}

.become-block .line:after {
  content: "";
  width: 100%;
  left: 0;
  top: calc(50% - 0.5px);
  bottom: 0;
  height: 1px;
  background: #2B1B35;
  opacity: 0.1;
  display: block;
  position: absolute;
}
@media (min-width: 560px) {
  .become-block .line:after {
    height: 100%;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
    width: 1px;
  }
}

.become-block .line span {
  position: relative;
  z-index: 1;
  padding: 0 38px;
  display: block;
  background: #fff;
  margin: 24px 0;
}
@media (min-width: 560px) {
  .become-block .line span {
    margin: 0;
    padding: 24px 0;
  }
}

.popup-run-new .text ul li {
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  position: relative;
}
.popup-run-new .text ul li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}

.popup-run-new {
  display: none;
  padding: 0 !important;
  overflow: initial !important;
  width: 100%;
}

.popup-wrapper {
  min-height: initial;
}

.popup-wrapper.full-width .flex-block .image {
  height: 240px;
  position: relative;
}
@media (min-width: 560px) {
  .popup-wrapper.full-width .flex-block .image {
    display: block;
    height: 360px;
  }
}
@media (min-width: 768px) {
  .popup-wrapper.full-width .flex-block .image {
    height: 504px;
  }
}
@media (min-width: 1024px) {
  .popup-wrapper.full-width .flex-block .image {
    height: 424px;
  }
}
@media (min-width: 1360px) {
  .popup-wrapper.full-width .flex-block .image {
    height: 512px;
  }
}
@media (min-width: 1400px) {
  .popup-wrapper.full-width .flex-block .image {
    height: 600px;
  }
}
.popup-wrapper.full-width .flex-block .image.image-clear {
  background: none;
}
.popup-wrapper.full-width .flex-block .image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .popup-wrapper.full-width .flex-block .image img {
    max-width: 1012px;
    position: absolute;
    right: 0;
    width: 50vw;
  }
}
@media (min-width: 1600px) {
  .popup-wrapper.full-width .flex-block .image img {
    width: 50vw;
  }
}

.popup-wrapper-column {
  flex-direction: column;
}

.modal-room-item {
  padding: 44px 12px !important;
}
@media (min-width: 560px) {
  .modal-room-item {
    padding: 44px 25px !important;
  }
}
@media (min-width: 1024px) {
  .modal-room-item {
    padding: 44px !important;
  }
}
@media (min-width: 1360px) {
  .modal-room-item {
    padding: 44px 25px !important;
  }
}
.modal-room-item .popup-wrapper.full-width {
  align-items: center;
  display: flex;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .modal-room-item .popup-wrapper.full-width {
    padding-top: 60px;
    max-width: 1350px;
  }
}
.modal-room-item .popup-wrapper .flex-block {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .modal-room-item .popup-wrapper .flex-block {
    flex-direction: row;
  }
}
.modal-room-item .popup-wrapper .flex-block .text {
  margin: -18px 0 32px;
  padding: 0;
}
@media (min-width: 560px) {
  .modal-room-item .popup-wrapper .flex-block .text {
    margin: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item .popup-wrapper .flex-block .text {
    margin: 0;
    padding: 0 0 0 60px;
  }
}
.modal-room-item .popup-wrapper .flex-block .text .title {
  border: none;
  display: block;
  height: auto;
  padding: 0;
  position: static;
}
.modal-room-item .popup-wrapper .flex-block .image {
  margin: 0 -24px;
  width: auto;
}
@media (min-width: 1024px) {
  .modal-room-item .popup-wrapper .flex-block .image {
    margin: 0;
    width: 50%;
  }
}
.modal-room-item .popup-wrapper .flex-block + .modal-room-item-tabs-wrapper {
  padding: 48px 0 0;
  position: relative;
}
@media (min-width: 1360px) {
  .modal-room-item .popup-wrapper .flex-block + .modal-room-item-tabs-wrapper {
    padding: 65px 0 0;
  }
}
.modal-room-item .popup-wrapper .flex-block + .modal-room-item-tabs-wrapper::after {
  background: #E4E7EB;
  content: "";
  left: -24px;
  height: 1px;
  position: absolute;
  right: -24px;
  top: 0;
}
@media (min-width: 1024px) {
  .modal-room-item .popup-wrapper .flex-block + .modal-room-item-tabs-wrapper::after {
    left: 50%;
    right: 0;
    max-width: 1400px;
    transform: translateX(-50%);
    width: 100%;
  }
}
.modal-room-item .popup-wrapper .flex-block .text .title {
  font: 800 24px/32px var(--font-family-rg), sans-serif;
  margin: 0 0 24px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-room-item .popup-wrapper .flex-block .text .title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 32px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item .popup-wrapper .flex-block .text .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
    text-align: left;
  }
}
@media (min-width: 1360px) {
  .modal-room-item .popup-wrapper .flex-block .text .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.modal-room-item .popup-wrapper .flex-block .text p {
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 auto 16px;
  max-width: 504px;
}
@media (min-width: 768px) {
  .modal-room-item .popup-wrapper .flex-block .text p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item .popup-wrapper .flex-block .text p {
    margin: 0 0 16px;
    max-width: 100%;
  }
}
.modal-room-item .popup-wrapper .flex-block .text p:last-child {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .modal-room-item .popup-wrapper .flex-block .text p:last-child {
    margin: 0;
  }
}
.modal-room-item .popup-wrapper .flex-block .text p strong {
  font: 700 16px/20px var(--font-family-rg), sans-serif;
}
@media (min-width: 560px) {
  .modal-room-item .popup-wrapper .flex-block .text p strong {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .modal-room-item .popup-wrapper .flex-block .text p strong {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item .popup-wrapper .flex-block .text p strong {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal-room-item-description {
  padding: 24px 0 40px;
  position: relative;
  width: 100%;
}
.modal-room-item-description::after {
  background: #E4E7EB;
  bottom: 0;
  content: "";
  left: -24px;
  height: 1px;
  position: absolute;
  right: -24px;
}
@media (min-width: 1024px) {
  .modal-room-item-description::after {
    left: 50%;
    right: 0;
    max-width: 1400px;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .modal-room-item-description {
    padding: 32px 0 48px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-description {
    padding: 48px 0 64px;
  }
}
.modal-room-item-description + .modal-room-item-tabs-wrapper {
  padding: 48px 0 0;
}
@media (min-width: 1360px) {
  .modal-room-item-description + .modal-room-item-tabs-wrapper {
    padding: 64px 0 0;
  }
}
.modal-room-item-description ul {
  margin: 0 auto 16px;
}
@media (min-width: 560px) {
  .modal-room-item-description ul {
    max-width: 504px;
  }
}
@media (min-width: 560px) {
  .modal-room-item-description ul {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-description ul {
    max-width: 616px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-description ul {
    max-width: 800px;
  }
}
@media (min-width: 1600px) {
  .modal-room-item-description ul {
    max-width: 920px;
  }
}
.modal-room-item-description ul:last-child {
  margin-bottom: 0;
}
.modal-room-item-description ul li {
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  position: relative;
}
.modal-room-item-description ul li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
.modal-room-item-description p {
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 auto 16px;
}
@media (min-width: 560px) {
  .modal-room-item-description p {
    max-width: 504px;
  }
}
@media (min-width: 768px) {
  .modal-room-item-description p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-description p {
    max-width: 616px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-description p {
    max-width: 800px;
  }
}
@media (min-width: 1600px) {
  .modal-room-item-description p {
    max-width: 920px;
  }
}
.modal-room-item-description p:last-child {
  margin-bottom: 0;
}
.modal-room-item-tabs {
  border-bottom: 1px solid #E4E7EB;
  display: flex;
  justify-content: center;
  margin: 40px 0 24px;
}
@media (min-width: 768px) {
  .modal-room-item-tabs {
    margin: 48px 0 32px;
  }
}
.modal-room-item-tabs li {
  color: #164CB5;
  cursor: pointer;
  font: 700 12px/15px var(--font-family-rg), sans-serif;
  letter-spacing: 1.35px;
  margin: 0 20px 32px;
  position: relative;
  text-transform: uppercase;
}
.modal-room-item-tabs li::after {
  background: #164CB5;
  bottom: -33px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease;
  width: 0;
}
.modal-room-item-tabs li a:focus {
  outline: none;
}
.modal-room-item-tabs li.current, .modal-room-item-tabs li:hover {
  color: #2B1B35;
}
.modal-room-item-tabs li.current::after, .modal-room-item-tabs li:hover::after {
  width: 100%;
}
.modal-room-item-tabs li:first-child {
  margin-left: 0;
}
.modal-room-item-tabs li:last-child {
  margin-right: 0;
}
.modal-room-item-tabs-wrapper {
  width: 100%;
}
.modal-room-item-tabs-content {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .modal-room-item-tabs-content {
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-tabs-content {
    padding-bottom: 64px;
  }
}
.modal-room-item-tabs-content:first-child {
  display: block;
}
.modal-room-item-tabs-content:last-child {
  padding-bottom: 0;
}
.modal-room-item-tabs-content-info {
  margin: auto;
  padding: 0 0 36px;
}
@media (min-width: 560px) {
  .modal-room-item-tabs-content-info {
    max-width: 504px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-tabs-content-info {
    max-width: 616px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-tabs-content-info {
    max-width: 800px;
  }
}
@media (min-width: 1600px) {
  .modal-room-item-tabs-content-info {
    max-width: 920px;
  }
}
.modal-room-item-tabs-content h2, .modal-room-item-tabs-content .title-product {
  font: 800 18px/24px var(--font-family-rg), sans-serif;
  margin: 0 0 24px;
  text-align: center;
}
@media (min-width: 560px) {
  .modal-room-item-tabs-content h2, .modal-room-item-tabs-content .title-product {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .modal-room-item-tabs-content h2, .modal-room-item-tabs-content .title-product {
    font-size: 20px;
    margin: 0 0 32px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-tabs-content h2, .modal-room-item-tabs-content .title-product {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-tabs-content h2, .modal-room-item-tabs-content .title-product {
    font-size: 32px;
    line-height: 40px;
  }
}
.modal-room-item-tabs-content p {
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .modal-room-item-tabs-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.modal-room-item-tabs-content ul li {
  align-items: center;
  display: flex;
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  position: relative;
}
.modal-room-item-tabs-content ul li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
@media (min-width: 1360px) {
  .modal-room-item-tabs-content ul li {
    display: block;
  }
}
.modal-room-item-tabs-content ul li .tooltip-modal {
  float: right;
}
.modal-room-item-tabs-content ul li .tooltip-modal-icon {
  background-size: 40px 40px;
  height: 40px;
  margin: -2px 0 0 5px;
  width: 40px;
}
@media (min-width: 768px) {
  .modal-room-item-tabs-content ul li .tooltip-modal-icon {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
  }
}
.modal-room-item-tabs-content ul li .tooltip-modal-icon::before {
  display: none;
}
@media (min-width: 560px) {
  .modal-room-item-tabs-content ul li .tooltip-modal-icon::before {
    display: block;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-tabs-content ul li .tooltip-modal {
    float: none;
  }
}
.modal-room-item-product {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-room-item-product {
    flex-direction: row;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product {
    max-width: 1046px;
  }
}
@media (min-width: 1600px) {
  .modal-room-item-product {
    max-width: 1200px;
  }
}
@media (min-width: 768px) {
  .modal-room-item-product-gallery {
    padding: 0 20px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-product-gallery {
    padding: 0 20px;
    width: 496px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product-gallery {
    width: 50%;
  }
}
.modal-room-item-product-gallery-main {
  align-items: center;
  display: none;
  justify-content: center;
  margin: -8px 0 32px;
}
@media (min-width: 768px) {
  .modal-room-item-product-gallery-main {
    margin: 0 0 40px;
  }
}
.modal-room-item-product-gallery-main:focus {
  outline: none;
}
.modal-room-item-product-gallery-main.current {
  display: flex;
}
.modal-room-item-product-gallery-main img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 168px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .modal-room-item-product-gallery-main img {
    max-height: 232px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-product-gallery-main img {
    max-height: 200px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product-gallery-main img {
    max-height: 240px;
  }
}
@media (min-width: 1600px) {
  .modal-room-item-product-gallery-main img {
    max-height: 280px;
  }
}
@media (min-width: 768px) {
  .modal-room-item-product-gallery-main img.lazy {
    min-height: 232px;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-product-gallery-main img.lazy {
    min-height: 200px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product-gallery-main img.lazy {
    min-height: 240px;
  }
}
@media (min-width: 1600px) {
  .modal-room-item-product-gallery-main img.lazy {
    min-height: 280px;
  }
}
.modal-room-item-product-gallery-items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.modal-room-item-product-gallery-items::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.modal-room-item-product-gallery-item {
  align-items: center;
  border-bottom: 1px solid #E4E7EB;
  border-right: 1px solid #E4E7EB;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 80px;
  position: relative;
  width: 50%;
}
.modal-room-item-product-gallery-item:nth-child(2n) {
  border-right: none;
}
@media (min-width: 560px) {
  .modal-room-item-product-gallery-item {
    border-bottom: none;
    width: 25%;
  }
  .modal-room-item-product-gallery-item:nth-child(2n) {
    border-right: 1px solid #E4E7EB;
  }
  .modal-room-item-product-gallery-item:nth-child(4n) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .modal-room-item-product-gallery-item {
    border-bottom: 1px solid #E4E7EB;
    width: 50%;
  }
  .modal-room-item-product-gallery-item:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-product-gallery-item {
    border-bottom: none;
    width: 25%;
  }
  .modal-room-item-product-gallery-item:nth-child(2n) {
    border-right: 1px solid #E4E7EB;
  }
  .modal-room-item-product-gallery-item:nth-child(4n) {
    border-right: none;
  }
}
.modal-room-item-product-gallery-item::before {
  border: 2px solid #1248B2;
  bottom: 0;
  content: "";
  left: -1px;
  position: absolute;
  opacity: 0;
  right: -1px;
  top: 0;
  transition: 0.25s ease;
  z-index: 9;
}
.modal-room-item-product-gallery-item.current::before, .modal-room-item-product-gallery-item:hover::before {
  opacity: 1;
}
.modal-room-item-product-gallery-item.current img, .modal-room-item-product-gallery-item:hover img {
  opacity: 1;
}
.modal-room-item-product-gallery-item img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 45px;
  max-width: 100%;
  opacity: 0.5;
  width: auto;
}
.modal-room-item-product-description {
  width: 100%;
  padding: 32px 0 0;
}
@media (min-width: 768px) {
  .modal-room-item-product-description {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .modal-room-item-product-description {
    padding: 0 20px 0 4px;
    width: calc(100% - 496px);
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product-description {
    padding: 0 20px;
    width: 50%;
  }
}
.modal-room-item-product-labels {
  display: flex;
  padding: 0 0 16px;
}
.modal-room-item-product-label {
  align-items: center;
  color: #fff;
  display: flex;
  font: 12px var(--font-family-rg), sans-serif;
  justify-content: center;
  height: 24px;
  margin: 0 4px 0 0;
  padding: 0 13px;
}
.modal-room-item-product-label.new {
  background: #164CB5;
}
.modal-room-item-product-label.hit {
  background: #FF7F05;
}
.modal-room-item-product-label.sale {
  background: #EE005A;
}
.modal-room-item-product-tags {
  font: 14px/17px var(--font-family-rg), sans-serif;
  opacity: 0.5;
  padding: 0 0 20px;
}
@media (min-width: 560px) {
  .modal-room-item-product-tags {
    padding: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .modal-room-item-product-tags {
    padding: 0 0 24px;
  }
}
.modal-room-item-product-tags span {
  margin: 0 40px 0 0;
}
.modal-room-item-product-prices {
  font: 20px/26px var(--font-family-rg), sans-serif;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .modal-room-item-product-prices {
    padding: 0 0 24px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product-prices {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal-room-item-product-prices-new {
  margin: 0 16px 0 0;
}
.modal-room-item-product-prices-old {
  color: rgba(43, 27, 53, 0.5);
}
.modal-room-item-product-prices-old span {
  position: relative;
}
.modal-room-item-product-prices-old span::before {
  background: #EE005A;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(-15deg);
}
.modal-room-item-product-links {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1360px) {
  .modal-room-item-product-links {
    padding: 0 0 8px;
  }
}
.modal-room-item-product-link {
  align-items: center;
  color: #2B1B35;
  display: flex;
  font: 700 16px/19px var(--font-family-rg), sans-serif;
  margin: 0 32px 20px 0;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .modal-room-item-product-link {
    margin: 0 32px 24px 0;
  }
}
.modal-room-item-product-link:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 560px) {
  .modal-room-item-product-link:nth-child(2n) {
    margin-right: 32px;
  }
}
.modal-room-item-product-link:last-child {
  margin-right: 0;
}
.modal-room-item-product-link:focus {
  outline: none;
}
.modal-room-item-product-link img {
  display: block;
  margin: 0 16px 0 0;
}
.modal-room-item-product-link:hover {
  opacity: 0.5;
}
.modal-room-item-product-columns {
  border-bottom: 1px solid #E4E7EB;
  border-top: 1px solid #E4E7EB;
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
  padding: 23px 0;
  position: relative;
}
@media (min-width: 560px) {
  .modal-room-item-product-columns {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .modal-room-item-product-columns {
    margin: 0 0 32px;
    padding: 32px 0;
  }
}
.modal-room-item-product-columns::before {
  background: #E4E7EB;
  content: "";
  height: 1px;
  left: calc(50% - 68px);
  position: absolute;
  top: calc(50% - .5px);
  width: 136px;
}
@media (min-width: 560px) {
  .modal-room-item-product-columns::before {
    bottom: 32px;
    left: calc(50% - .5px);
    height: auto;
    top: 32px;
    width: 1px;
  }
}
.modal-room-item-product-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
  text-align: center;
}
@media (min-width: 560px) {
  .modal-room-item-product-column {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product-column {
    padding: 0 24px 0 0;
  }
  .modal-room-item-product-column:nth-child(2) {
    padding: 0 0 0 24px;
  }
}
.modal-room-item-product-column:last-child {
  margin: 0;
}
.modal-room-item-product-column-title {
  font: 800 18px/24px var(--font-family-rg), sans-serif;
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .modal-room-item-product-column-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1360px) {
  .modal-room-item-product-column-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal-room-item-product-column-description {
  font: 16px/20px var(--font-family-rg), sans-serif;
}
.modal-room-item-product h2, .modal-room-item-product .modal-room-item-product-labels-title {
  font: 700 20px/26px var(--font-family-rg), sans-serif;
  margin: 0 0 8px;
  text-align: left;
}
@media (min-width: 1360px) {
  .modal-room-item-product h2, .modal-room-item-product .modal-room-item-product-labels-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 6px;
  }
}
.modal-room-item-product a.btn {
  width: 100%;
}
@media (min-width: 560px) {
  .modal-room-item-product a.btn {
    width: auto;
  }
}

@media (min-width: 1360px) {
  .popup-wrapper .flex-block .text {
    padding-right: 0;
  }
}

@media (max-width: 375px) {
  .modal-payment {
    padding: 44px 0 44px 0 !important;
  }
  .modal-payment .container {
    padding: 0 12px;
  }
}
.modal-payment-close {
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  left: 14px;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 5;
}
@media (min-width: 560px) {
  .modal-payment-close {
    top: 25px;
  }
}
@media (min-width: 1024px) {
  .modal-payment-close {
    left: 100px;
    top: 39px;
  }
}
.modal-payment-close:hover {
  opacity: 0.5;
}
.modal-payment .container {
  max-width: 950px;
}
.modal-payment h2, .modal-payment-h2 {
  color: #2B1B35;
  font-family: var(--font-family-rg), sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin: 0 0 33px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-payment h2, .modal-payment-h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 38px;
  }
}
@media (min-width: 1360px) {
  .modal-payment h2, .modal-payment-h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 40px;
  }
}
.modal-payment h3, .modal-payment-h3 {
  color: #2B1B35;
  font-family: var(--font-family-rg), sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-payment h3, .modal-payment-h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 40px 32px;
  }
}
@media (min-width: 1360px) {
  .modal-payment h3, .modal-payment-h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 32px;
  }
}
.modal-payment h4, .modal-payment-h4 {
  color: #2B1B35;
  font-family: var(--font-family-rg), sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}
.modal-payment p {
  line-height: 24px;
  margin: 0 0 24px;
}
.modal-payment p:last-child {
  margin: 0;
}
.modal-payment span {
  display: inline-block;
}

.modal-house-close {
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  left: 13px;
  position: fixed;
  top: 25px;
  width: 40px;
  z-index: 9;
}
.modal-house-close:hover {
  opacity: 0.5;
}

.modal-house-img-nav.fancybox-content {
  margin: -44px 0 !important;
  min-height: 667px;
  padding: 0;
  overflow: auto;
}
.modal-house-img-nav.fancybox-content img {
  display: block;
  max-width: initial;
  min-height: 600px;
  width: auto;
}
.modal-house-img-nav.fancybox-content h2,
.modal-house-img-nav.fancybox-content .modal-house-img-nav-h2 {
  font: 700 24px/32px var(--font-family-rg), sans-serif;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 98px;
  z-index: 9;
}
.modal-house-img-nav.fancybox-content .filters-cottages-house-main-labels {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-house-img-nav-wrapper {
  position: relative;
  width: 1779px;
}
.modal-house.fancybox-content {
  padding: 50px 0;
}
.modal-house .popup-wrapper .flex-block h2.title {
  font-family: var(--font-family-rg), sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}
@media (min-width: 560px) {
  .modal-house .popup-wrapper .flex-block h2.title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1360px) {
  .modal-house .popup-wrapper .flex-block h2.title {
    font-size: 32px;
    line-height: 40px;
  }
}
.modal-house .popup-wrapper p {
  font-family: var(--font-family-rg), sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .modal-house .popup-wrapper p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
.modal-house .popup-wrapper p + ul {
  margin: -8px 0 24px;
}
.modal-house .popup-wrapper ul {
  margin: 0 0 20px;
}
.modal-house .popup-wrapper li {
  font: 16px/20px var(--font-family-rg), sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 18px;
  position: relative;
}
.modal-house .popup-wrapper li::before {
  background: #1248B2;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}
.modal-house .popup-wrapper a:not([class]) {
  color: #0049BC;
  display: inline-block;
  font: 700 12px/15px var(--font-family-rg), sans-serif;
  letter-spacing: 1.35px;
  margin: 8px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
}
.modal-house .popup-wrapper a:not([class]):hover {
  color: rgba(0, 73, 188, 0.5);
}
.modal-house .popup-wrapper a:not([class]):focus {
  outline: none;
}
@media (max-width: 1023px) {
  .modal-house .popup-wrapper .flex-block .text .title {
    border: none;
    display: block;
    font-family: var(--font-family-b), sans-serif;
    font-size: 24px;
    line-height: 32px;
    height: auto;
    margin: 0 0 24px;
    max-width: 100%;
    padding: 0;
    position: static;
    text-align: left;
  }
  .modal-house .popup-wrapper .flex-block .text {
    padding: 0 44px;
  }
  .modal-house .popup-wrapper .flex-block .text p {
    margin: 0 0 23px;
  }
  .modal-house .popup-wrapper .flex-block .text p:last-child {
    margin-bottom: 0;
  }
  .modal-house .popup-wrapper .flex-block .image {
    height: 504px;
    margin: 0 0 32px;
  }
}
@media (max-width: 1025px) {
  .modal-house .popup-wrapper.full-width {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .modal-house .popup-wrapper.full-width {
    padding: 0;
  }
}
@media (max-width: 559px) {
  .modal-house .popup-wrapper .flex-block .text {
    padding: 0 28px;
  }
}
@media (max-width: 375px) {
  .modal-house .popup-wrapper .flex-block .image {
    display: block;
    height: 240px;
  }
  .modal-house .popup-wrapper .flex-block .text {
    padding: 0 12px;
  }
}
@media (min-width: 560px) and (max-width: 759px) {
  .modal-house .popup-wrapper .flex-block .image {
    display: none;
  }
}

#garage-modal.modal-house-img-nav.fancybox-content img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
#garage-modal .modal-house-img-nav-wrapper {
  max-width: 1320px;
  overflow: hidden;
  left: calc(50% - 660px);
}

#bath-modal.modal-house-img-nav.fancybox-content img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: -375px;
}
#bath-modal .modal-house-img-nav-wrapper {
  max-width: 954px;
  overflow: hidden;
}

#hoz-modal.modal-house-img-nav.fancybox-content img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: -212px;
}
#hoz-modal .modal-house-img-nav-wrapper {
  max-width: 725px;
  overflow: hidden;
}

#bedroom-modal.modal-house-img-nav.fancybox-content img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: -230px;
}
#bedroom-modal .modal-house-img-nav-wrapper {
  max-width: 1096px;
  overflow: hidden;
}

#kitchen-modal.modal-house-img-nav.fancybox-content img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: -318px;
}
#kitchen-modal .modal-house-img-nav-wrapper {
  max-width: 939px;
  overflow: hidden;
}

#filters-cottages-house-main-img-modal.modal-house-img-nav.fancybox-content img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: -680px;
}
#filters-cottages-house-main-img-modal .modal-house-img-nav-wrapper {
  max-width: 778px;
  overflow: hidden;
}

.fancybox-container.gallery .fancybox-navigation {
  display: block !important;
}

.fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_left:after, .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right:after {
  background: url(/resources/house/img/arrow-white.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  padding: 0;
}

.fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_left, .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right {
  left: 1em;
  width: 62px;
  height: 62px;
  background: #0049bc;
  border-radius: 100px;
}
@media (min-width: 560px) {
  .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_left, .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right {
    left: 5em;
  }
}

.fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right {
  right: 1em;
  left: auto;
}
@media (min-width: 560px) {
  .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right {
    right: 5em;
  }
}

.fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right.disabled, .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_left.disabled, .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_left:hover, .fancybox-container.gallery .fancybox-navigation .fancybox-button--arrow_right:hover {
  opacity: 0.5;
}

.fancybox-navigation .fancybox-button--arrow_left svg, .fancybox-navigation .fancybox-button--arrow_right svg, .fancybox-button svg, .fancybox-thumbs > ul > li:before, .fancybox-close-small svg {
  display: none;
}

.fancybox-container.gallery .fancybox-is-open .fancybox-stage {
  background: #fff;
}

.fancybox-container.gallery .fancybox-slide {
  transition: none;
}

/*# sourceMappingURL=style.css.map */
