 
.btn, .checkbox, .glide__slides--dragging {
  -ms-user-select: none;
  -webkit-user-select: none
}
.btn-primary svg, .btn-secondary svg {
  fill: #fff
}
.btn-primary--processing:before, .contact-box__option--with-border::before, .heart__added::before, .tooltip:after {
  content: ""
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  color: #000;
  background: #FFF;
  font-family: 'Geometria';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -moz-user-select: none;
  user-select: none;
  transition: .3s;
  outline: 0
}
.btn--xs {
  height: 40px;
  padding: 0 24px;
  font-size: 14px
}
.btn--xs svg {
  transform: scale(.9);
  transform-origin: right;
  margin-right: 8px !important
}
.btn--lg {
  height: 64px;
  padding: 0 44px;
  font-size: 20px
}
.btn--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.btn--square {
  border-radius: 0
}
.btn--centered {
  margin: 0 auto
}
.btn--icon {
  padding: 0 5px !important
}
.btn--iconLeft img, .btn--iconLeft svg {
  margin-right: 10px
}
.btn--iconRight img, .btn--iconRight svg {
  margin-left: 10px;
  order: 2
}
.btn--text {
  position: static;
  padding: 0;
  background: 0 0
}
.btn--disabled {
  opacity: .3;
  pointer-events: none
}
.btn__content {
  align-items: center;
  display: flex
}
.btn-primary {
  background: #3f3f3f !important;
  border-color: #3f3f3f !important;
  color: #fff
}
.btn-primary--processing:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L4' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23fff' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'/%3E%3C/circle%3E%3Ccircle fill='%23fff' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'/%3E%3C/circle%3E%3Ccircle fill='%23fff' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'/%3E%3C/circle%3E%3C/svg%3E");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  height: 16px;
  padding-right: 47px;
  margin-right: 12px
}
.btn-primary:hover {
  background: #ef4357 !important;
  border-color: #ef4357 !important;
  color: #fff !important
}
.btn-primary:active {
  background: #bc1024;
  border-color: #bc1024
}
.btn-primary:focus {
  border-color: #f9b8c0
}
.btn-secondary {
  background: #3D4753;
  border-color: #3D4753;
  color: #fff
}
.btn-secondary:hover {
  background: #617184;
  border-color: #617184
}
.btn-secondary:active {
  background: #3D4753;
  border-color: #3D4753
}
.btn-secondary:focus {
  border-color: #3D4753;
  box-shadow: inset 0 0 0 1px #3D4753
}
.btn-outline-primary {
  background: #fff !important;
  border-color: #3f3f3f !important;
  color: #3f3f3f !important
}
.btn-outline-primary svg {
  fill: #3f3f3f !important
}
.btn-outline-primary:hover {
  border-color: #ef4357 !important;
  color: #ef4357 !important
}
.btn-outline-primary:active {
  border-color: #bc1024 !important;
  color: #bc1024 !important
}
.btn-outline-primary:focus {
  border-color: #f9b8c0 !important;
  box-shadow: inset 0 0 0 1px #f9b8c0 !important
}
.btn-outline-secondary {
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #333 !important
}
.btn-outline-secondary svg {
  fill: #333 !important
}
.btn-outline-secondary:hover {
  border-color: #333 !important
}
.btn-outline-secondary:active, .btn-outline-secondary:focus {
  border-color: #222 !important
}
.checkbox {
  margin: 8px 0;
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none
}
.checkbox:hover .checkbox__checkmark {
  border-color: #717171
}
.checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer
}
.checkbox input:focus ~ .checkbox__checkmark, .checkbox input:hover ~ .checkbox__checkmark {
  border: 1px solid #222
}
.checkbox input:checked ~ .checkbox__checkmark {
  background: #222;
  border-color: #222
}
.checkbox__checkmark, .dropdown, .dropdown__list {
  border: 1px solid #c4c4c4
}
.checkbox input:checked ~ .checkbox__checkmark::after {
  display: block
}
.checkbox__terms-description {
  position: relative
}
.checkbox__terms-description--with-asterix::after {
  content: ' *';
  color: #3f3f3f
}
.checkbox__terms-description, .checkbox__terms-description > a, .checkbox__terms-description > p {
  position: relative;
  color: #646464;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  z-index: 10;
  cursor: pointer
}
.checkbox__terms-description > a {
  text-decoration: underline
}
.checkbox__terms-description > a:hover {
  color: #000
}
.checkbox__terms-link {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
  z-index: 10
}
.checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #fff
}
.checkbox__checkmark:hover {
  border-color: #717171
}
.checkbox__checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg)
}
.checkbox__checkbox-info {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #222
}
.checkbox__error .checkbox__checkmark {
  color: #3f3f3f;
  border: 2px solid #3f3f3f
}
.checkbox__error .checkbox__checkmark::after {
  margin-top: -1px;
  margin-left: -1px
}
.checkbox__error .checkbox__checkmark::-webkit-input-placeholder {
  color: #3f3f3f
}
.checkbox__error .checkbox__checkmark::-moz-placeholder {
  color: #3f3f3f
}
.checkbox__error .checkbox__checkmark:-ms-input-placeholder {
  color: #3f3f3f
}
.checkbox__error .checkbox__checkmark:-moz-placeholder {
  color: #3f3f3f
}
.checkbox__error-message {
  font-size: 12px;
  line-height: 16px;
  color: #3f3f3f
}
.checkbox--big {
  padding: 13px 13px 13px 48px;
  border-radius: 6px
}
.checkbox--big .checkbox__checkmark {
  height: 24px;
  width: 24px;
  margin-top: 11px;
  margin-left: 13px
}
.checkbox--big .checkbox__checkmark::after {
  border-width: 0 2px 2px 0;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px
}
.checkbox--big .checkbox__terms-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #222
}
.checkbox--background {
  margin-left: -13px;
  background-color: #ECF0F9
}
.checkbox--radio {
  margin: 16px 0
}
.checkbox--radio .checkbox__check {
  margin-top: -2px
}
.checkbox--radio .checkbox__checkmark {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-top: -4px
}
.checkbox--radio .checkbox__checkmark::after {
  border-width: 0 3px 3px 0;
  left: 7px;
  top: 4px;
  width: 8px;
  height: 11px
}
.checkbox--radio .checkbox__terms-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-left: 8px
}
.checkbox--reverse {
  padding-left: 0;
  padding-right: 25px
}
.checkbox--reverse .checkbox__checkmark {
  left: auto;
  right: 0
}
.checkbox--reverse .checkbox__terms-description {
  margin-left: 0;
  margin-right: 8px
}
.checkbox--required .checkbox__terms-description span:last-of-type::after {
  content: ' *';
  display: inline
}
.ui-slider {
  position: relative;
  margin: 0 -16px
}
.ui-slider__slides {
  display: flex;
  overflow-x: auto;
  margin: -12px 0 0;
  padding: 12px 0 12px 16px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 16px;
  -webkit-overflow-scrolling: touch
}
.order-free__icon--consultant-addons::before, .order-free__lg {
  display: none
}
.ui-slider__ghost, .ui-slider__slide {
  margin-right: 16px;
  scroll-snap-align: center
}
.ui-slider__slides::-webkit-scrollbar {
  display: none
}
.ui-slider__slide {
  position: relative;
  scroll-snap-stop: always;
  flex-shrink: 0;
  margin-bottom: 16px;
  transition: transform .5s
}
.ui-slider__ghost {
  width: 16px;
  flex-shrink: 0
}
.boxad--home, .dropdown {
  width: 100%
}
.ui-slider--gallery .ui-slider__slides {
  margin: 0;
  padding: 0;
  scroll-padding-left: 0;
  touch-action: auto
}
.boxad {
  text-align: center
}
.boxad--home iframe {
  margin-top: 16px;
  margin-bottom: 32px
}
.order-free {
  font-family: 'Geometria';
  box-sizing: border-box;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  border-radius: 16px;
  margin: 0 0 56px;
  padding: 36px 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: .3s
}
.order-free--mortgage {
  margin-bottom: 124px;
  margin-top: 56px
}
.order-free__icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
.order-free__icon--small {
  width: 52px;
  height: 45px;
  margin: 0 12px
}
.order-free__icon--extradom {
  margin: 0 auto 32px;
  width: 96px;
  height: 16px
}
.order-free__icon--top {
  position: absolute;
  top: 14px;
  left: 16px;
  width: calc(100% - 32px)
}
.order-free__icon--consultant {
  background-position: center 38%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: -76px auto 0;
  position: relative
}
.order-free__icon--consultant::before {
  content: '';
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(#fff, #fff 46%, #f5f5f5 52%, #f5f5f5);
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1
}
.dropdown, .dropdown__current, .order-free__thanks .order-free__ornaments {
  position: relative
}
.order-free__icon--consultant-addons {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  margin: 0 auto
}
.order-free__header {
  max-width: 280px;
  text-align: center
}
.order-free__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #222;
  margin-top: 24px;
  margin-bottom: 0
}
.order-free__subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  margin-top: 16px;
  margin-bottom: 16px
}
.order-free__clock svg {
  fill: #119da4;
  margin-right: 8px;
  margin-bottom: 1px
}
.order-free__cart svg {
  fill: #119da4;
  margin-right: 8px;
  margin-bottom: 2px
}
.order-free__thanks .order-free__ornaments::before {
  top: -10px;
  left: 10px
}
.order-free__thanks .order-free__ornaments::after {
  bottom: -20px
}
.order-free__thanks .order-free__subtitle {
  font-size: 14px;
  margin: 16px 0
}
.order-free__call .order-free__title {
  font-size: 18px;
  line-height: 18px;
  color: #01161e
}
.order-free__call .order-free__order {
  color: #3f3f3f;
  border-color: #3f3f3f;
  min-width: 224px
}
.order-free__call .order-free__order:hover {
  background-color: rgba(214, 18, 41, .025)
}
.order-free__call .order-free__call svg, .order-free__call .order-free__cart svg, .order-free__call .order-free__clock svg, .order-free__call .order-free__day svg, .order-free__call .order-free__email svg, .order-free__call .order-free__phone svg {
  fill: #3f3f3f
}
.order-free__call .order-free__input:focus {
  border-color: #646464
}
.order-free__divider {
  text-align: center
}
.order-free__options {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center
}
.order-free__options .order-free__phone {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #3f3f3f;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  border-radius: 6px
}
.order-free__options .order-free__phone svg {
  fill: #fff;
  min-width: 14px;
  min-height: 14px;
  margin-right: 8px
}
.order-free__options .order-free__phone--clean {
  margin-top: 8px;
  border: none;
  box-shadow: none
}
.advice__box, .community__group, .community__item, .modal__order-button, .order-free__consultant-box .order-free__phone {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1)
}
.order-free__consultant-box {
  margin-top: 96px
}
.order-free__consultant-box .order-free__options {
  align-items: center
}
.order-free__consultant-box .order-free__header {
  max-width: 100%
}
.order-free__consultant-box .order-free__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #01161e
}
.order-free__consultant-box .order-free__subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #01161e;
  margin-bottom: 24px
}
.order-free__consultant-box .order-free__order {
  max-width: 224px
}
.order-free__consultant-box .order-free__phone {
  background: #119da4;
  margin-bottom: 16px
}
.order-free__consultant-box .order-free__clock {
  color: #119da4;
  border: 1px solid #119da4;
  margin: 16px 0 0;
  transition: .3s
}
.order-free__consultant-box .order-free__clock svg {
  fill: #119da4
}
.order-free__consultant-box .order-free__clock:hover {
  color: #0e858b;
  border-color: #0e858b;
  background-color: #effafb
}
.order-free__consultant-box .order-free__clock:hover svg {
  fill: #0e858b
}
.order-free__consultant-box--addons {
  box-shadow: none;
  margin: 0;
  padding: 0 48px
}
.order-free__modal--green svg {
  fill: #119da4 !important
}
.modal__error svg, .order-free__modal--green .modal__error svg {
  fill: #3f3f3f !important
}
.order-free__modal--green .order-free__order {
  border-color: #119da4;
  color: #119da4
}
.order-free__modal--chat .order-free__order--fill svg path, .order-free__modal--green .order-free__phone--clean svg {
  fill: #fff !important
}
.order-free__modal--green .order-free__phone--clean {
  color: #fff;
  background: #119da4
}
.order-free__modal--chat .order-free__order--fill {
  font-weight: 800 !important
}
.order-free__modal--chat .order-free__order:hover {
  background-color: #effafb
}
.order-free--inside {
  margin: 40px 0 56px
}
.dropdown {
  display: block;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin: 0 0 16px
}
.dropdown__current {
  cursor: pointer;
  outline: 0
}
.dropdown__current:focus + .dropdown__list {
  opacity: 1;
  z-index: 100;
  -webkit-animation-name: none;
  animation-name: none
}
.dropdown__current:focus + .dropdown__list .dropdown__option {
  cursor: pointer
}
.dropdown__current:focus .dropdown__arrow {
  transform: translateY(1px) rotate(-45deg)
}
.dropdown__arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  display: inline-block;
  transform: translateY(-3px) rotate(135deg);
  margin: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  transition: .3s ease
}
.dropdown__value {
  display: flex
}
.dropdown__input {
  display: none
}
.dropdown__input:checked + .dropdown__input-text {
  display: block
}
.dropdown__input-text, .modal__with-image .modal__side-image--lg, .modal__with-image--contact .modal__side-image::before {
  display: none
}
.dropdown__input-text {
  width: 100%;
  margin: 0;
  padding: 13px 32px 13px 16px;
  background-color: #fff;
  border-radius: 6px
}
.dropdown__list {
  background: #fff;
  border-radius: 6px;
  width: calc(100% + 2px);
  padding: 0;
  list-style: none;
  z-index: 100;
  opacity: 0;
  position: absolute;
  top: 47px;
  left: -1px;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  max-height: 241px;
  overflow-x: hidden;
  overflow-y: scroll
}
.dropdown__list li:last-of-type {
  border: transparent
}
.dropdown__list li:last-of-type .dropdown__option {
  border-color: transparent
}
.dropdown__option {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 32px 10px 16px;
  font-size: 14px;
  line-height: 19px;
  color: #222;
  border-bottom: 1px solid #eee;
  position: relative
}
.dropdown__option:focus, .dropdown__option:hover {
  background: #f2f2f2;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #ddd;
  margin-top: -1px
}
.dropdown__option--checked::after, .dropdown__option:focus::after, .dropdown__option:hover::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 15px;
  right: 12px
}
@-webkit-keyframes HideList {
  from {
    transform: scaleY(1)
  }
  to {
    transform: scaleY(0)
  }
}
@keyframes HideList {
  from {
    transform: scaleY(1)
  }
  to {
    transform: scaleY(0)
  }
}
.modal__loader {
  width: 100px;
  height: 100px;
  position: fixed;
  transform-origin: 50% 50%;
  -webkit-animation: modalLoaderSpin 1.4s linear infinite;
  animation: modalLoaderSpin 1.4s linear infinite
}
.modal__loader--absolute {
  position: absolute !important
}
.modal__loader .modal__loader-spinner {
  transform-origin: 50% 50%;
  -webkit-animation: modalLoaderDashSpin 1.4s ease-in-out infinite;
  animation: modalLoaderDashSpin 1.4s ease-in-out infinite
}
.modal__loader circle {
  -webkit-animation: modalLoaderDash 1.4s ease-in-out infinite;
  animation: modalLoaderDash 1.4s ease-in-out infinite;
  stroke-dasharray: 1570;
  stroke-dashoffset: 392.5;
  stroke: #3f3f3f;
  stroke-width: 19;
  fill: none
}
.modal__loader-letters path, .modal__phone-number svg path, .modal__phone-number--contact svg path {
  fill: #fff
}
@-webkit-keyframes modalLoaderSpin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(270deg)
  }
}
@keyframes modalLoaderSpin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(270deg)
  }
}
@-webkit-keyframes modalLoaderDash {
  0%, 100% {
    stroke-dashoffset: 1413
  }
  50% {
    stroke-dashoffset: 392.5
  }
}
@keyframes modalLoaderDash {
  0%, 100% {
    stroke-dashoffset: 1413
  }
  50% {
    stroke-dashoffset: 392.5
  }
}
@-webkit-keyframes modalLoaderDashSpin {
  50% {
    transform: rotate(135deg)
  }
  100% {
    transform: rotate(450deg)
  }
}
@keyframes modalLoaderDashSpin {
  50% {
    transform: rotate(135deg)
  }
  100% {
    transform: rotate(450deg)
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: rgba(0, 0, 0, .8)
}
.modal--buy .modal__inner {
  height: auto;
  border-radius: 12px 12px 0 0
}
.modal--center {
  align-items: flex-end
}
.modal__inner {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden
}
.modal__inner::before {
  top: 52px
}
.modal--large .modal__inputs, .modal--medium .modal__inputs {
  flex-direction: column;
  margin: 0 16px
}
.modal--scrollable .modal__inner {
  height: auto;
  max-height: 100%
}
.modal--scrollable .modal__container {
  margin: 0;
  max-height: 100vh;
  padding: 16px 0 0;
  overflow: auto
}
.modal__with-image--low .modal__inner {
  height: auto;
  padding-top: 51px;
  border-radius: 12px 12px 0 0
}
.modal__with-image .modal__inner {
  width: 100%;
  max-width: 100%;
  font-family: 'Geometria';
  color: #222;
  position: relative;
  overflow: unset
}
.modal__with-image .modal__side-image {
  border-radius: 3px;
  max-width: 81px;
  height: 59px;
  position: static;
  background-repeat: no-repeat;
  margin: 16px 20px 16px 16px;
  overflow: hidden
}
.modal__with-image .modal__side-image--low {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-position: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0 7px 30px rgba(0, 0, 0, .1));
  position: absolute;
  top: -51px;
  left: calc(50% - 56px)
}
.modal__with-image .modal__project-name {
  font-size: 14px;
  line-height: 19px;
  color: #222;
  text-align: left
}
.modal__with-image .modal__project-name--buy {
  margin: 0 32px 22px
}
.modal__with-image .modal__project-code {
  font-size: 14px;
  line-height: 21px;
  color: #222;
  text-align: left
}
.modal__with-image .modal__project-code--buy {
  font-size: 20px;
  line-height: 18px;
  margin: 0 32px 38px
}
.modal__with-image .modal__legal-notice, .modal__with-image .modal__legal-notice > a {
  color: #c4c4c4;
  font-size: 11px;
  line-height: 13px
}
.modal__with-image .modal__legal-notice {
  position: relative;
  margin: 16px 20px 0;
  padding-bottom: 10px
}
.modal__with-image .modal__legal-notice::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 4px;
  width: 36px;
  height: 1px;
  background-color: #fff
}
.modal__with-image .modal__legal-notice > a, .modal__with-image .modal__legal-notice > p > a {
  position: relative;
  padding-bottom: 10px;
  text-decoration: underline
}
.modal__with-image .modal__legal-notice > a:hover {
  color: #fff
}
.modal__with-image .modal__legal-notice > p, .modal__with-image .modal__legal-notice > p > a {
  color: #c4c4c4;
  font-size: 11px;
  line-height: 13px
}
.modal__with-image .modal__legal-notice > p > a:hover {
  color: #fff
}
.modal__with-image--contact .modal__side-image {
  height: 86px;
  width: 86px;
  max-width: 86px;
  top: -59px;
  filter: drop-shadow(0 7px 30px rgba(0, 0, 0, .1))
}
.modal__with-image--contact .modal__header {
  margin-bottom: 0
}
.modal__with-image--contact .modal__main-text {
  max-width: 270px;
  margin: 0 auto 16px
}
.modal__with-image--contact .modal__phone-number {
  max-width: 300px;
  width: 100%;
  margin: 4px auto 0
}
.modal__with-image--contact .modal__phone-number--top {
  margin: 0 auto 4px
}
.modal__partial-mobile .modal__inner {
  height: auto;
  border-radius: 12px 12px 0 0
}
.modal__chat, .modal__order-call {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2px;
  color: #3f3f3f;
  width: 100%;
  max-width: 300px;
  padding: 13px;
  outline: 0;
  background: #fff;
  border: 1px solid #3f3f3f;
  box-sizing: border-box;
  border-radius: 6px
}
.modal__chat {
  margin: 8px auto
}
.modal__order-call {
  margin: 12px auto 0
}
.contact-box__text, .modal--available .modal__content {
  margin-bottom: 12px
}
.modal--available .modal__chat-link::before, .modal--available .modal__chat::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #06A84F;
  margin-right: 8px;
  border-radius: 50%
}
.modal--available .modal__button-underline {
  color: #222
}
.modal__main-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  max-width: 222px;
  margin: auto
}
.modal__call-info {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin: 12px 0
}
.modal__line-after {
  margin: 16px auto
}
.modal__button-underline {
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border: 0;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  margin-top: 11px;
  margin-bottom: 14px
}
.modal__phone-number {
  color: #fff;
  background: #3f3f3f;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 14px 13px;
  max-width: 300px;
  margin: auto
}
.modal__phone-number svg {
  height: 16px;
  width: 16px;
  margin-right: 8px
}
.modal__phone-number--contact {
  font-size: 16px;
  text-align: center
}
.modal__phone-number--contact svg {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0
}
.modal__phone-number--top {
  margin-top: 16px
}
.modal__buy-project {
  color: #3f3f3f;
  background: #fff;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -11px auto 0;
  padding: 13px 86.5px
}
.modal__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  max-height: 100%;
  margin: 16px 0 0
}
.modal__container--center {
  align-self: center
}
.modal__container--centered {
  justify-content: center
}
.modal__close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  transition: .3s;
  cursor: pointer;
  z-index: 99999
}
.modal__close::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  transition: filter .3s;
  box-sizing: content-box;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  padding: 15px
}
.modal__close:hover {
  background: #eee
}
.modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal__icon {
  margin: 4px auto 16px;
  width: 52px;
  height: 45px
}
.modal__header {
  max-width: none;
  text-align: center;
  margin: 0 32px 16px
}
.modal__header--mobile {
  background-color: #fbfbfb;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  margin: 16px 0 4px
}
.modal__header--desktop {
  display: none
}
.modal__header--low {
  margin-bottom: 0
}
.modal__header--top-space {
  margin-top: 24px
}
.modal__header--universal {
  margin: 0
}
.modal__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin: 8px 70px 0 16px;
  text-align: left
}
.modal__title--center {
  margin: 8px 0 16px
}
.modal__subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #717171;
  margin: 16px;
  text-align: left
}
.modal__text-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='41' viewBox='0 0 28 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.9999 1C17.0005 7 8.49854 25 8.49902 38' stroke='%233f3f3f' stroke-width='2'/%3E%3Cpath d='M1 26.5L9.5 39L19 29.5' stroke='%233f3f3f' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center bottom 14px;
  background-repeat: no-repeat;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  padding-bottom: 62px;
  text-align: center
}
.modal__subheading {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin: 24px 0 0
}
.modal__text-info {
  color: #646464;
  font-size: 16px;
  margin-bottom: 16px
}
.modal__text-email {
  color: #222;
  font-size: 16px;
  margin: 20px 0 24px;
  width: 100%
}
.modal__warning {
  margin-bottom: 14px;
  padding: 13px 17px;
  border: 1px dashed #c4c4c4;
  border-radius: 12px;
  font-size: 16px
}
.modal__day, .modal__input {
  border: 1px solid #c4c4c4;
  outline: 0
}
.modal__form {
  overflow-x: hidden;
  overflow-y: auto;
  color: #646464
}
.modal__input {
  font-family: 'Geometria';
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  width: 100%;
  padding: 13px 16px;
  border-radius: 6px;
  color: #646464;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.modal__input:focus {
  border: 2px solid #717171;
  margin: -1px
}
.modal__input:focus + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input:not(:-moz-placeholder-shown) + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input:not(:-ms-input-placeholder) + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input:not(:placeholder-shown) + .modal__input-label {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__input--phone {
  width: 100%;
  margin: 0;
  padding-left: 50px
}
.modal__input-label {
  color: #646464;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 14px;
  left: 13px;
  transition: .3s;
  pointer-events: none;
  padding: 0 4px;
  border-radius: 4px;
  background: 0 0
}
.modal__input-container--required, .modal__input-container--show-prefix {
  position: relative
}
.modal__input-label--up {
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__asterix {
  color: #3f3f3f
}
.modal__input-container {
  width: 100%
}
.modal__input-container--full {
  margin-bottom: 16px
}
.modal__input-container--show-prefix::before {
  content: '+375';
  font-family: 'Geometria';
  font-size: 16px;
  line-height: 22px;
  color: #646464;
  position: absolute;
  left: 16px;
  top: 14px
}
.modal__input-arrow {
  margin: 14px
}
.modal__input-arrow path {
  fill: none
}
.modal__phone-info {
  font-size: 12px;
  line-height: 16px;
  color: #717171;
  width: 170px;
  flex-grow: 1;
  margin: 12px 0;
  font-style: italic
}
.modal__phone-info--wide {
  width: 100%;
  margin: 0 0 12px
}
.modal__day-select {
  display: flex
}
.modal__day {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #222;
  width: 50%;
  background: #fff;
  padding: 13px 52px;
  margin-bottom: 19px;
  position: relative;
  cursor: pointer;
  transition: .3s
}
.modal__info, .modal__message, .modal__message--error {
  font-size: 12px;
  line-height: 16px
}
.modal__day:focus, .modal__day:hover {
  background: #f2f2f2
}
.modal__day::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 13px;
  border: 1px solid #c4c4c4;
  background: #fff
}
.modal__day::after {
  content: '';
  border-radius: 50%;
  transition: .3s
}
.modal__day--selected {
  border: 1px solid #222;
  z-index: 2
}
.modal__day--selected::before {
  border: 2px solid #222
}
.modal__day--selected::after {
  width: 12px;
  height: 12px;
  background-color: #222;
  position: absolute;
  left: 23px;
  top: 18px
}
.modal__day--today {
  border-radius: 6px 0 0 6px
}
.modal__day--tomorrow {
  border-radius: 0 6px 6px 0;
  margin-left: -1px
}
.modal__day--disabled {
  cursor: not-allowed;
  color: #717171;
  opacity: .2
}
.modal__day--disabled:focus, .modal__day--disabled:hover {
  background: #fff
}
.modal__link {
  color: #646464;
  outline: 0;
  text-decoration: underline;
  transition: color .3s
}
.modal__link:hover {
  color: #222
}
.modal__link--on-image {
  color: #c4c4c4
}
.modal__link--on-image:hover {
  color: #fff
}
.modal__info {
  margin-top: 10px
}
.modal__message {
  transition: color .3s
}
.modal__message--error {
  color: #3f3f3f;
  margin-top: 4px
}
.modal__message--neutral {
  color: #717171
}
.modal__email {
  position: relative;
  flex-grow: 1
}
.modal__email svg {
  position: absolute;
  top: 23px;
  left: 16px;
  fill: #44c2c9
}
.modal__phone {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.modal__error::before {
  color: #3f3f3f
}
.modal__error .modal__message--error::before {
  content: 'i';
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #3f3f3f;
  display: inline-block;
  position: relative;
  top: -1px
}
.modal__checkmark::after, .modal__divider::after, .modal__divider::before, .modal__full-divider:before, .modal__valid::after {
  content: ''
}
.modal__error .checkbox__checkmark {
  border: 2px solid #3f3f3f !important;
  margin-top: -1px;
  margin-bottom: -1px
}
.modal__error .modal__input + .modal__input-label {
  color: #3f3f3f;
  background: #fff;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px
}
.modal__error .modal__checkmark, .modal__error .modal__input, .modal__error .modal__input:focus {
  color: #3f3f3f;
  border: 2px solid #3f3f3f;
  margin-top: -1px;
  margin-bottom: -1px
}
.modal__error .modal__checkmark::-webkit-input-placeholder, .modal__error .modal__input::-webkit-input-placeholder, .modal__error .modal__input:focus::-webkit-input-placeholder {
  color: #3f3f3f
}
.modal__error .modal__checkmark::-moz-placeholder, .modal__error .modal__input::-moz-placeholder, .modal__error .modal__input:focus::-moz-placeholder {
  color: #3f3f3f
}
.modal__error .modal__checkmark:-ms-input-placeholder, .modal__error .modal__input:-ms-input-placeholder, .modal__error .modal__input:focus:-ms-input-placeholder {
  color: #3f3f3f
}
.modal__error .modal__checkmark:-moz-placeholder, .modal__error .modal__input:-moz-placeholder, .modal__error .modal__input:focus:-moz-placeholder {
  color: #3f3f3f
}
.modal__error .modal__link, .modal__error .modal__message, .modal__error .modal__required > p > a, .modal__error .modal__terms-description {
  color: #3f3f3f
}
.modal__valid {
  position: relative
}
.modal__valid::after {
  width: 10px;
  height: 15px;
  border-right: 2px solid #06A84F;
  border-bottom: 2px solid #06A84F;
  background-origin: 1px;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 14px
}
.modal__terms {
  position: relative;
  display: none;
  margin: 0 25px
}
.modal__terms--show {
  display: block
}
.modal__terms--old {
  display: block !important
}
.modal__collapsible--mt, .modal__collapsible > p, .modal__more, .modal__terms-description {
  display: inline-block;
  font-size: 12px;
  line-height: 16px
}
.modal__collapsible--mt {
  margin-top: 8px
}
.modal__collapsible > p {
  margin-top: 8px;
  color: #646464
}
.modal__collapsible > p > a {
  color: #646464;
  outline: 0;
  text-decoration: underline;
  transition: color .3s
}
.modal__collapsible > p > a:hover {
  color: #222
}
.modal__collapsible > a {
  color: #646464;
  outline: 0;
  text-decoration: underline;
  transition: color .3s
}
.modal__collapsible > a:hover {
  color: #222
}
.modal__terms-description {
  cursor: pointer
}
.modal__terms-description--with-asterix::before {
  content: '* ';
  color: #3f3f3f
}
.modal__more {
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
  position: relative
}
.modal__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background: #fff;
  transition: .3s
}
.modal__checkmark:hover {
  border-color: #717171
}
.modal__checkmark::after {
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 6px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg)
}
.modal__checkbox-info {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #222
}
.modal__dropdowns {
  display: flex;
  justify-content: space-between
}
.modal__divider {
  font-size: 14px;
  text-align: center;
  color: #646464;
  position: relative;
  height: 60px;
  line-height: 60px
}
.modal__divider div {
  padding: 50% 0
}
.modal__divider::after, .modal__divider::before {
  background-color: #ddd;
  width: 28%;
  height: 1px;
  position: absolute;
  top: 50%
}
.modal__divider::before {
  left: 50px
}
.modal__divider::after {
  right: 50px
}
.modal__full-divider {
  font-size: 14px;
  height: 16px;
  margin: 32px 0 24px;
  position: relative;
  text-align: left
}
.modal__full-divider:before {
  background: #ddd;
  height: 1px;
  position: absolute;
  top: 8px;
  width: 100%
}
.modal__full-divider:after {
  background-color: #fff;
  color: #717171;
  content: 'ale zanim to zrobisz';
  font-size: 14px;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  top: -1px;
  transform: translate(-50%);
  white-space: nowrap
}
.modal__order-button {
  font-family: 'Geometria';
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 15px 0;
  margin: 10px 16px 12px;
  background: #3f3f3f;
  border-radius: 6px;
  display: block;
  width: calc(100% - 32px);
  border: none;
  outline: 0;
  transition: .3s;
  cursor: pointer
}
.modal__order-button:hover {
  background: #e83c50
}
.modal__order-loader {
  height: 100px;
  width: 100px;
  margin: -45px 0
}
.modal__button-container {
  width: 100vw;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .2);
  padding: 12px 16px
}
.modal .modal__button {
  margin: 24px auto 8px;
  flex-shrink: 0;
  filter: none;
  transition: filter .3s
}
.modal .modal__button:focus {
  filter: brightness(120%)
}
.modal .modal__button:disabled {
  cursor: not-allowed;
  filter: saturate(0)
}
.modal .modal__button--low {
  margin: 8px auto
}
.modal .modal__button--last {
  margin: 8px auto 24px
}
.modal__favourites .modal__header, .modal__thanks .modal__header {
  margin: auto;
  width: 85%;
  max-width: 360px
}
.modal__favourites .modal__header--wide, .modal__thanks .modal__header--wide {
  max-width: 410px
}
.modal__thanks .modal__inner {
  height: auto;
  border-radius: 12px 12px 0 0;
  align-self: flex-end
}
.modal__thanks .modal__title {
  color: #222;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin: auto
}
.modal__thanks .modal__title--large {
  font-size: 24px;
  line-height: 30px
}
.modal__thanks .modal__subtitle {
  color: #717171;
  margin: 14px 0 18px
}
.modal__thanks .modal__subtitle--normal {
  font-size: 16px;
  line-height: 22px
}
.modal__thanks .modal__list {
  counter-reset: section;
  margin-bottom: 32px
}
.modal__thanks .modal__list-item {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin: 18px 0;
  padding-left: 46px;
  position: relative;
  text-align: left
}
.modal__thanks .modal__list-item:before {
  background-color: #CDEEDC;
  border-radius: 50%;
  color: #06A84F;
  content: counter(section);
  counter-increment: section;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 32px
}
.modal__success-icon {
  height: auto;
  width: 100%;
  margin-top: 48px
}
.modal__checkmark-icon {
  margin-bottom: 18px;
  margin-top: 36px
}
.modal__error-icon {
  width: 100%;
  margin-top: 48px
}
.modal__success-button {
  font-family: 'Geometria';
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #01161e;
  margin: 15px 0 30px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 13px 19px;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
  transition: .3s
}
.modal__success-button:hover {
  border-color: #222
}
.modal__success-button--icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px auto;
  padding: 15px 32px;
  width: 100%
}
.modal__opinions {
  margin-right: 8px;
  margin-left: 8px;
  max-width: none
}
.modal__loader-container {
  display: flex;
  justify-content: center;
  padding: 16px
}
.modal__loader-container--hidden, .modal__project-container {
  display: none
}
.modal__project-container--show {
  display: block
}
.modal--estimate .modal__container {
  justify-content: flex-start
}
.modal--estimate .modal__form {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll
}
.modal--estimate .modal__form::-webkit-scrollbar {
  display: none
}
.modal--estimate .modal__header {
  margin: 0
}
.modal--estimate .modal__subtitle, .modal--estimate .modal__title {
  text-align: left;
  margin: 0
}
.modal--estimate .modal__title {
  font-size: 20px;
  line-height: 28px;
  margin: 8px 70px 16px 16px
}
.modal--estimate .modal__subtitle {
  margin-left: 16px;
  margin-bottom: 24px;
  padding-right: 16px
}
.modal--estimate .modal__phone-info {
  margin: 8px 0 16px
}
.modal--estimate .modal__button-container {
  box-shadow: none
}
.modal--estimate .modal__additional-info {
  display: none
}
.modal--estimate .info__buttons {
  text-align: left;
  padding: 0 16px
}
.modal--estimate .info__buttons span {
  margin: 0 8px
}
.modal--estimate .info__buttons-divider {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px
}
.modal--estimate .info__buttons-divider::after {
  content: 'lub';
  position: absolute;
  top: -13px;
  left: 44%;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 10px;
  background: #fff;
  color: #717171
}
.modal--estimate .info__buttons-wrapper {
  display: flex;
  margin: 12px 0 29px
}
.modal--estimate .info__buttons-wrapper a:first-child {
  margin-right: 8px
}
.tooltip {
  position: relative
}
.tooltip:before {
  background: #333;
  border-radius: 4px;
  bottom: 16px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  height: 28px;
  left: 50%;
  line-height: 20px;
  padding: 4px 8px;
  position: absolute;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  transition: visibility .1s .5s ease-in-out;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.tooltip:after {
  border: 6px solid #333;
  border-color: #333 transparent transparent;
  bottom: 12px;
  left: 50%;
  position: absolute;
  transition: visibility .1s .5s ease-in-out;
  transform: translateY(-50%) translateX(-50%);
  visibility: hidden
}
.glide, .glide__slides {
  position: relative;
  width: 100%
}
.tooltip--permanent:after, .tooltip--permanent:before, .tooltip:hover:after, .tooltip:hover:before {
  visibility: visible
}
.tooltip--capslock:before {
  bottom: 34px
}
.tooltip--capslock:after {
  bottom: 30px
}
.glide {
  box-sizing: border-box
}
.glide * {
  box-sizing: inherit
}
.glide__track {
  overflow: hidden;
  height: 100%
}
.glide__track--similar {
  margin: 0 0 0 -8px
}
.glide__track--similar > div {
  padding-left: 8px;
  padding-top: 1px
}
.glide__slides {
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}
.glide__slides--visible {
  overflow: visible
}
.glide__slides--dragging {
  -moz-user-select: none;
  user-select: none
}
.glide__arrows, .glide__slide {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.glide__arrows {
  -webkit-user-select: none;
  user-select: none
}
.glide__arrows--under {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center
}
.glide__arr {
  width: 40px;
  height: 40px;
  cursor: pointer
}
.glide__arr--left {
  margin-right: 4px;
  background: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTk5NzYgMTguNTkxNUM5Ljk5NDU3IDE4LjM2MzkgOS45MDI4MyAxOC4xNDc3IDkuNzQ0NTIgMTcuOTg5OUwyLjAwOTI1IDkuOTcyNzRMOS43NDQ1MyAxLjk1NTU3QzkuODI0MjYgMS44NzUxOCA5Ljg4NzY1IDEuNzc5MDMgOS45MzA5MyAxLjY3MjgyQzkuOTc0MjEgMS41NjY2MSA5Ljk5NjUxIDEuNDUyNDggOS45OTY1MiAxLjMzNzE4QzkuOTk2NDcgMS4xNjU1NiA5Ljk0NzA1IDAuOTk3ODUxIDkuODU0NTYgMC44NTU0OTVDOS43NjIwNyAwLjcxMzEzOSA5LjYzMDcyIDAuNjAyNjA1IDkuNDc3MyAwLjUzODAyNUM5LjMyMzg5IDAuNDczNDQ1IDkuMTU1MzcgMC40NTc3NTIgOC45OTMzIDAuNDkyOTU0QzguODMxMjQgMC41MjgxNTYgOC42ODI5OCAwLjYxMjY1MyA4LjU2NzQ5IDAuNzM1NjQyTDAuMjQzNyA5LjM2Mjc4QzAuMDg3NjU3OSA5LjUyNDU3IC0xLjA3MjY3ZS0wNiA5Ljc0Mzk4IC0xLjEyMjY4ZS0wNiA5Ljk3Mjc0Qy0xLjE3MjY5ZS0wNiAxMC4yMDE1IDAuMDg3NjU3NyAxMC40MjA5IDAuMjQzNyAxMC41ODI3TDguNTY3NDkgMTkuMjA5OEM4LjY4MzczIDE5LjMzNTEgOC44MzM3OCAxOS40MjExIDguOTk3OTcgMTkuNDU2NUM5LjE2MjE2IDE5LjQ5MTkgOS4zMzI4NCAxOS40NzUxIDkuNDg3NjUgMTkuNDA4M0M5LjY0MjQ2IDE5LjM0MTQgOS43NzQxOCAxOS4yMjc3IDkuODY1NTcgMTkuMDgxOUM5Ljk1Njk1IDE4LjkzNjIgMTAuMDAzNyAxOC43NjUyIDkuOTk5NzYgMTguNTkxNVoiIGZpbGw9IiM2NDY0NjQiLz4KPC9zdmc+Cg==") center no-repeat
}
.glide__arr--right {
  margin-left: 4px;
  background: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgLjg4M2EuODc4Ljg3OCAwIDAwLjI1NS42MDJsNy43MzYgOC4wMTctNy43MzYgOC4wMTdhLjg2NS44NjUgMCAwMC0uMjUyLjYxOGMwIC4xNzIuMDUuMzQuMTQyLjQ4MmEuODQuODQgMCAwMC4zNzguMzE4LjgwNS44MDUgMCAwMC45MS0uMTk4bDguMzIzLTguNjI3YS44NzkuODc5IDAgMDAuMjQ0LS42MS44NzkuODc5IDAgMDAtLjI0NC0uNjFMMS40MzMuMjY1YS44MDUuODA1IDAgMDAtLjkyLS4xOTguODQuODQgMCAwMC0uMzc5LjMyNi44ODYuODg2IDAgMDAtLjEzNC40OXoiIGZpbGw9IiM2NDY0NjQiLz48L3N2Zz4=") center no-repeat
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  margin-top: 16px
}
.glide__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  background: #222;
  opacity: .3
}
.glide__bullet--active {
  opacity: 1 !important
}
.glide--rtl {
  direction: rtl
}
.glide-widget {
  margin-top: 32px
}
.glide-widget__arrows {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  align-items: center
}
.glide-widget__arrow {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid #c4c4c4;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiBmaWxsPSJub25lIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMzU0LjY0NmEuNS41IDAgMCAxIDAgLjcwN0wxLjcwNyA1bDMuNjQ2IDMuNjQ2YS41LjUgMCAwIDEtLjcwNy43MDdsLTQtNGEuNS41IDAgMCAxIDAtLjcwN2w0LTRhLjUuNSAwIDAgMSAuNzA3IDB6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center center no-repeat #fff;
  border-radius: 50px;
  cursor: pointer
}
.glide-widget__arrow--left {
  margin: 0 8px
}
.glide-widget__arrow--right {
  transform: scaleX(-1)
}
.glide-widget__numbers {
  font-size: 16px;
  line-height: 22px;
  color: #FFF
}
.contact {
  background: #3D4753
}
.contact-box {
  margin-top: 33px;
  padding: 24px 16px;
  border-radius: 6px
}
.contact-box--gray {
  background: #F9F9F9
}
.contact-box--sg {
  margin: 0 -16px;
  border-radius: 0
}
.contact-box--sg .contact-box__title {
  width: 78%;
  font-size: 28px;
  line-height: 32px
}
.contact-box--sg .contact-box__lead {
  font-size: 18px;
  line-height: 24px
}
.contact-box--with-consultant {
  position: relative;
  padding: 58px 8px 24px;
  margin-top: 54px
}
.contact-box--with-consultant .contact-box__avatar {
  position: absolute;
  top: -25px;
  left: 6px;
  width: 122px
}
.contact-box--with-consultant .contact-box__title {
  padding-left: 138px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
  min-height: 85px
}
.contact-box--with-consultant .contact-box__subtitle {
  font-size: 22px;
  line-height: 28px;
  color: #FFF
}
.contact-box--with-consultant .contact-box__subtitle a {
  color: #FFF
}
.contact-box--with-consultant .contact-box__lead {
  margin-bottom: 44px;
  font-size: 18px;
  line-height: 28px;
  color: #c4c4c4
}
.contact-box--with-consultant .contact-box__text {
  color: #c4c4c4
}
.contact-box--with-consultant .contact-box__option {
  margin-bottom: 32px
}
.contact-box--with-consultant .contact-box__chat, .contact-box--with-consultant .contact-box__email {
  background: 0 0;
  color: #FFF;
  border: 1px solid #c4c4c4
}
.contact-box__option {
  position: relative;
  padding-left: 36px
}
.contact-box__option--with-border {
  margin-top: 41px
}
.contact-box__option--with-border::before {
  display: block;
  position: absolute;
  left: -16px;
  right: -16px;
  top: -20px;
  background: #DDD;
  height: 1px
}
.contact-box__title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700
}
.contact-box__lead {
  margin-bottom: 24px;
  line-height: 19px;
  color: #717171
}
.contact-box__subtitle {
  position: relative;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700
}
.contact-box__subtitle img, .contact-box__subtitle svg {
  position: absolute;
  left: -36px;
  top: -2px
}
.contact-box__text {
  font-size: 14px;
  line-height: 19px;
  color: #717171
}
.contact-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #222;
  cursor: pointer
}
.advice__hidden-content, .advice__hidden-content::before, .categories__other, .categories__other::before, .copy, .heart__added::before {
  border-top: 1px solid #ddd
}
.contact-box__btn svg {
  margin-right: 8px
}
.copy {
  margin-top: 34px;
  margin-bottom: 56px;
  padding-top: 34px;
  color: #717171
}
.copy--black-week {
  margin-bottom: 0
}
.copy--hidden {
  overflow: hidden;
  position: relative;
  height: 486px
}
.copy--hidden .copy__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 50%;
  background: linear-gradient(359.38deg, #fff 20%, rgba(255, 255, 255, 0) 89.35%)
}
.copy--hidden .copy__show-btn {
  position: absolute;
  bottom: 0;
  background: 0 0;
  cursor: pointer
}
.copy a, .copy li, .copy p, .copy ul > span {
  font-size: 1rem;
    line-height: 20px;
    color: #424242;
}
.copy p {
  margin-bottom: 16px
}
.copy a {
  color: #457AB2;
  text-decoration: underline
}
.copy ul > span {
  margin-bottom: 8px
}
.copy li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px
}
.copy li::before {
  content: "\A";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #717171;
  position: absolute;
  left: 11px;
  top: 8px
}
.copy strong {
  font-weight: 700
}
.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #717171
}
.copy table {
  margin: 16px 0;
  border-collapse: collapse
}
.copy table td, .copy table th {
  padding: 0 8px;
  border: 1px solid #717171
}
.copy--mortgage {
  color: #c4c4c4
}
.copy--mortgage a, .copy--mortgage h1, .copy--mortgage h2, .copy--mortgage h3, .copy--mortgage h4, .copy--mortgage h5, .copy--mortgage h6, .copy--mortgage li, .copy--mortgage p, .copy--mortgage ul > span {
  color: #BBB
}
.heart__added, .recommended__icon p, .slider__bullet-text {
  color: #717171;
  text-align: center
}
.copy__overlay {
  display: none
}
.heart {
  position: relative;
  top: -33px;
  right: 32px;
  z-index: 97;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  cursor: pointer
}
.heart:hover {
  background: #f2f2f2;
  border-radius: 50%
}
.heart:hover path {
  stroke: #717171;
  fill: #f2f2f2;
  transition: none
}
.heart--static {
  top: 0;
  right: 0;
  margin-left: 12px
}
.heart svg {
  width: 20px;
  height: 20px
}
.heart path {
  stroke: #717171;
  fill: #fff;
  transition: 250ms
}
.heart .active path {
  stroke: #3f3f3f;
  fill: #3f3f3f
}
.heart__added {
  position: absolute;
  left: -21px;
  top: -32px;
  z-index: 10;
  padding: 2px 11px;
  font-size: 14px;
  line-height: 19px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 16px 16px rgba(0, 0, 0, .08);
  border-radius: 4px;
  opacity: 0
}
.categories__box, .community__group, .community__item, .slider__image--with-radius {
  border-radius: 8px
}
.heart__added::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 4px);
  height: 10px;
  width: 10px;
  border-right: 1px solid #ddd;
  background: #fff;
  transform: rotate(135deg)
}
.heart__added.press {
  -webkit-animation: fade 2s;
  animation: fade 2s
}
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 0
  }
  25%, 75% {
    opacity: 1
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0
  }
  25%, 75% {
    opacity: 1
  }
}
.categories__title {
  margin-bottom: 16px
}
.categories__wrapper {
  margin: -12px -16px 0
}
.categories__slide {
  width: 308px
}
.categories__box {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  transition: 340ms
}
.categories__box--new::before {
  content: 'NOWOŚĆ';
  position: absolute;
  right: 16px;
  top: 42%;
  font-size: 10px;
  line-height: 14px;
  color: #3f3f3f;
  font-weight: 700
}
.categories__box:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, .16)
}
.categories__box-image {
  max-width: 82px;
  height: 64px
}
.categories__box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.categories__box-content {
  display: flex;
  align-items: center;
  padding-left: 16px
}
.categories__link span {
  display: block;
  font-size: 16px
}
.categories__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.categories__developers {
  margin-top: 24px
}
.categories__developers--top {
  margin-top: -16px
}
.categories__developers-btn {
  margin-top: -10px
}
.categories__developers-wrapper {
  margin-top: 12px
}
.categories__more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 32px;
  cursor: pointer
}
.categories__more::before {
  content: 'Посмотреть все категории';
  display: inline-block
}
.categories__more.active::before {
  content: 'Свернуть';
  display: inline-block
}
.categories__more.active svg {
  transform: rotate(180deg)
}
.categories__more svg {
  margin-left: 8px
}
.categories__other {
  width: 100vw;
  margin: 0 -16px;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
  background: #fafafa
}
.categories__other::before {
  content: '';
  position: absolute;
  top: -9px;
  left: calc(50% - 8px);
  display: block;
  height: 16px;
  width: 16px;
  border-right: 1px solid #ddd;
  transform: rotate(-45deg);
  background: #FAFAFA
}
.categories__other-link {
  display: block;
  margin-bottom: 16px
}
.categories__other-link:hover {
  text-decoration: underline
}
.categories__all {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  font-size: 16px
}
.categories__sup {
  font-size: 12px
}
.slider {
  margin-top: 36px
}
.slider__image {
  display: block;
  width: 100%;
  height: auto
}
.slider__bullet-text {
  display: none;
  font-size: 16px;
  line-height: 21px
}
.top-slider {
  border-bottom: 8px solid #F2F2F2;
  margin-top: 0
}
.top-slider__wrapper {
  height: calc(100vw * .558);
  transform: none !important;
  transition: none !important
}
.top-slider__image {
  display: block;
  height: auto;
  width: 100%
}
.top-slider__item {
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .5s ease-in-out;
  visibility: hidden
}
.top-slider__item.glide__slide--active {
  opacity: 1;
  visibility: visible
}
.top-slider__bullets {
  align-items: center;
  height: 24px;
  margin-top: 0
}
.recommended {
  margin-top: 32px
}
.recommended__title {
  margin-bottom: 16px
}
.recommended__icons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 32px
}
.recommended__icon {
  display: flex;
  flex-direction: column;
  align-items: center
}
.recommended__icon img {
  width: 16px;
  margin-bottom: 10px
}
.recommended__icon p {
  line-height: 18px
}
.recommended__header {
  display: flex;
  justify-content: space-between
}
.offer, .presentation {
  flex-direction: column
}
.recommended__offers {
  padding-top: 22px
}
.recommended__offer {
  width: 292px
}
.presentation {
  position: relative;
  display: flex;
  height: 338px;
  margin: 30px -16px;
  padding: 31px 24px 24px
}
.presentation__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 83%;
  object-position: 83%
}
.presentation__text {
  margin-bottom: auto;
  font-size: 20px;
  line-height: 27px;
  color: #333
}
.presentation__text span {
  display: block
}
.community {
  margin-bottom: 65px
}
.community__title {
  margin-bottom: 16px
}
.community__subtitle {
  margin-top: 32px;
  margin-bottom: 16px
}
.community__groups {
  display: grid;
  grid-gap: 16px
}
.community__group {
  background: #fff
}
.community__group-content {
  padding: 16px 21px
}
.community__group-name {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 24px
}
.community__group-desc, .community__group-list-item {
  margin-bottom: 20px;
  line-height: 20px;
  color: #717171
}
.community__group-list-item::before {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  margin-right: 10px
}
.advice__more-trigger.active svg, .footer__section input[type=checkbox]:checked ~ .footer__section-label:after {
  transform: rotate(180deg)
}
.community__group-list-item:first-child {
  margin-bottom: 4px
}
.community__group-hint {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #717171
}
.community__image {
  width: 100%;
  height: auto
}
.advice__item-image, .community__item-image {
  height: 164px
}
.community__item {
  position: relative;
  overflow: hidden;
  width: 230px;
  transition: 350ms
}
.community__item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.community__item-content {
  padding: 20px 16px
}
.community__item-name::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.community__item-name span {
  display: block;
  font-size: 18px
}
.advice {
  margin-bottom: 36px
}
.advice__subtitle, .advice__title {
  margin-bottom: 16px
}
.advice__image {
  display: flex;
  justify-content: center;
  align-items: center
}
.advice__title {
  margin-top: 24px
}
.advice__text {
  font-size: 16px;
  line-height: 24px;
  color: #717171
}
.advice__text-list {
  list-style-type: disc;
  margin-left: 20px
}
.advice__text-link {
  text-decoration: underline
}
.advice__row {
  margin-bottom: 24px
}
.advice__more {
  margin-top: 22px
}
.advice__more-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 12px;
  cursor: pointer
}
.advice__more-trigger::before {
  content: 'Показать';
  display: inline-block
}
.advice__more-trigger.active::before {
  content: 'Свернуть';
  display: inline-block
}
.advice__more-trigger svg {
  margin-left: 8px
}
.advice__hidden-content {
  position: relative;
  margin: 32px 0;
  padding: 24px 0;
  border-bottom: 1px solid #ddd
}
.advice__hidden-content::before {
  content: '';
  position: absolute;
  top: -11px;
  left: calc(50% - 16px);
  display: block;
  height: 20px;
  width: 20px;
  border-right: 1px solid #ddd;
  transform: rotate(-45deg);
  background: #fff
}
.advice__box-link::after, .advice__item-title a::after {
  content: "";
  bottom: 0;
  right: 0
}
.advice__help {
  margin: 52px 0 32px
}
.advice__boxes {
  display: grid;
  grid-gap: 16px
}
.advice__box {
  position: relative;
  padding: 22px 22px 12px;
  border-radius: 16px;
  transition: 350ms
}
.advice__box:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16)
}
.advice__item, .footer__partner {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1)
}
.advice__box-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  margin-bottom: 16px
}
.advice__box-image img {
  max-height: 100%;
  width: auto
}
.advice__box-title {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 26px
}
.advice__box-desc {
  line-height: 20px;
  color: #717171
}
.advice__box-link::after {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0
}
.advice__item {
  overflow: hidden;
  position: relative;
  width: 292px;
  border-radius: 8px;
  background: #fff;
  transition: 350ms
}
.advice__item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16)
}
.advice__item-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  padding: 5px 10px 3px;
  background: rgba(255, 255, 255, .9);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222
}
.advice__item-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover
}
.advice__item-content {
  padding: 11px 16px 16px;
  white-space: normal
}
.advice__item-details {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 21px;
  color: #717171
}
.advice__item-date {
  position: relative;
  margin-right: 16px
}
.advice__item-date::after {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #717171;
  left: 107%;
  top: 9px;
  position: absolute
}
.advice__item-title {
  margin-bottom: 8px
}
.advice__item-title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #222
}
.advice__item-title a::after {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0
}
.advice__item-lead {
  font-size: 14px;
  line-height: 20px;
  color: #717171
}
.advice__glide {
  margin-bottom: 16px
}
.advice img {
  max-width: 100%;
  height: auto
}
.advice--producers .advice__item {
  width: 100%;
  margin-bottom: 16px
}
.advice--producers .advice__item-image {
  aspect-ratio: 328/165;
  height: auto
}
.offer {
  position: relative;
  display: flex;
  height: auto;
  margin-bottom: 28px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  background: #fff;
  transition: .2s;
  cursor: pointer
}
.offer--no-margin {
  margin-bottom: 0
}
.offer--test-icon .offer__parameter {
  display: none !important
}
.offer--test-icon .offer__data {
  display: flex !important
}
.offer__special {
  position: absolute;
  top: -16px;
  left: 0;
  font-size: 9px;
  line-height: 12px;
  color: #8c8c8c;
  text-transform: uppercase
}
.offer__image {
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 180px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden
}
.offer__image::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 72px;
  background: linear-gradient(182.68deg, rgba(0, 0, 0, .256) -20.75%, rgba(255, 255, 255, 0) 82.65%)
}
.offer__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.offer__img--bad-quality {
  width: 100%;
  height: 100%
}
.offer__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 16px 0
}
.offer__data, .offer__header {
  justify-content: space-between
}
.offer__header {
  display: flex
}
.offer__title {
  min-width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #222;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.offer__title:not(.offer__title--listing)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.offer__text-normal {
  font-weight: 400
}
.offer__parameter {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  color: #4d4d4d
}
.offer__parameter:last-child {
  margin-bottom: 0
}
.offer__data {
  display: flex
}
.offer__data--modular {
  gap: 16px;
  justify-content: flex-start
}
.offer__data-item {
  align-items: center;
  background-position: left;
  background-repeat: no-repeat;
  color: #4d4d4d;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  padding-left: 22px;
  z-index: 98
}
.offer__badges, .offer__icon {
  z-index: 3;
  position: absolute
}
.offer__data-item--area {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.625 2.02246C0.625 1.53921 1.01675 1.14746 1.5 1.14746H4.68178C4.91385 1.14746 5.13641 1.23965 5.3005 1.40374L6.82072 2.92396C6.96717 3.07041 6.96717 3.30785 6.82072 3.45429C6.67427 3.60074 6.43684 3.60074 6.29039 3.45429L4.77017 1.93407C4.74673 1.91063 4.71493 1.89746 4.68178 1.89746H1.5C1.43096 1.89746 1.375 1.95343 1.375 2.02246V11.0225C1.375 11.0915 1.43096 11.1475 1.5 11.1475H10.5C10.569 11.1475 10.625 11.0915 10.625 11.0225V2.02246C10.625 1.95343 10.569 1.89746 10.5 1.89746H8.22222C8.01512 1.89746 7.84722 1.72957 7.84722 1.52246C7.84722 1.31535 8.01512 1.14746 8.22222 1.14746H10.5C10.9832 1.14746 11.375 1.53921 11.375 2.02246V11.0225C11.375 11.5057 10.9832 11.8975 10.5 11.8975H1.5C1.01675 11.8975 0.625 11.5057 0.625 11.0225V2.02246Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 6.14746C5.70711 6.14746 5.875 6.31535 5.875 6.52246L5.875 11.5225C5.875 11.7296 5.70711 11.8975 5.5 11.8975C5.29289 11.8975 5.125 11.7296 5.125 11.5225L5.125 6.52246C5.125 6.31535 5.29289 6.14746 5.5 6.14746Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.625 6.52246C2.625 6.31535 2.79289 6.14746 3 6.14746L6.99951 6.14746L7 6.52246L6.99997 6.89746L3 6.89746C2.79289 6.89746 2.625 6.72957 2.625 6.52246ZM7.375 6.52246C7.375 6.72957 7.20708 6.89746 6.99997 6.89746L7 6.52246L6.99951 6.14746C7.20662 6.14746 7.375 6.31535 7.375 6.52246Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.125 6.52246C9.125 6.31535 9.29289 6.14746 9.5 6.14746H11C11.2071 6.14746 11.375 6.31535 11.375 6.52246C11.375 6.72957 11.2071 6.89746 11 6.89746H9.5C9.29289 6.89746 9.125 6.72957 9.125 6.52246Z' fill='%23717171'/%3E%3C/svg%3E%0A");
  min-width: 105px;
  padding-left: 18px
}
.offer__data-item--bath {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.833313 7.85547C0.833313 7.57933 1.05717 7.35547 1.33331 7.35547H14.6666C14.9428 7.35547 15.1666 7.57933 15.1666 7.85547C15.1666 8.13161 14.9428 8.35547 14.6666 8.35547H1.33331C1.05717 8.35547 0.833313 8.13161 0.833313 7.85547Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.83207 9.22497C1.85161 8.95084 1.64606 8.71206 1.37168 8.69095C1.09635 8.66977 0.855983 8.8758 0.834804 9.15113L1.33276 9.18943C0.834804 9.15113 0.834773 9.15154 0.83474 9.15196L0.834671 9.1529L0.834514 9.15507L0.83414 9.16063L0.833234 9.17651C0.83259 9.18917 0.831906 9.20596 0.83143 9.22661C0.830477 9.26788 0.83035 9.32471 0.83305 9.39489C0.83844 9.53505 0.855153 9.72976 0.89962 9.96098C0.988507 10.4232 1.18964 11.0376 1.63797 11.6512C2.55135 12.901 4.39375 14.0228 8 14.0228C11.6062 14.0228 13.4486 12.901 14.362 11.6512C14.8104 11.0376 15.0115 10.4232 15.1004 9.96098C15.1448 9.72976 15.1616 9.53505 15.1669 9.39489C15.1696 9.32471 15.1695 9.26788 15.1686 9.22661C15.1681 9.20596 15.1674 9.18917 15.1668 9.17651L15.1659 9.16063L15.1655 9.15507L15.1653 9.15196C15.1652 9.15154 15.1652 9.15113 14.6667 9.18948L15.1652 9.15113C15.144 8.8758 14.9036 8.66977 14.6283 8.69095C14.3539 8.71206 14.1484 8.95085 14.1679 9.22499C14.1679 9.22499 14.1679 9.225 14.1679 9.22499C14.168 9.22542 14.168 9.2262 14.1681 9.22731C14.1682 9.23105 14.1686 9.23859 14.1688 9.24968C14.1693 9.27188 14.1695 9.30815 14.1677 9.35646C14.164 9.45328 14.152 9.59711 14.1184 9.77214C14.051 10.1224 13.898 10.5913 13.5546 11.0611C12.8847 11.9779 11.3937 13.0228 8 13.0228C4.60625 13.0228 3.11532 11.9779 2.44536 11.0611C2.10202 10.5913 1.94899 10.1224 1.88163 9.77214C1.84797 9.59711 1.83603 9.45328 1.83231 9.35646C1.83045 9.30815 1.83065 9.27188 1.83116 9.24968C1.83142 9.23859 1.83175 9.23105 1.83194 9.22731C1.832 9.22618 1.83204 9.22539 1.83207 9.22497Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.33331 9.68945C1.05717 9.68945 0.833313 9.4656 0.833313 9.18945L0.833313 7.85612C0.833313 7.57998 1.05717 7.35612 1.33331 7.35612C1.60946 7.35612 1.83331 7.57998 1.83331 7.85612V9.18945C1.83331 9.4656 1.60946 9.68945 1.33331 9.68945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6667 9.68945C14.3905 9.68945 14.1667 9.4656 14.1667 9.18945V7.85612C14.1667 7.57998 14.3905 7.35612 14.6667 7.35612C14.9428 7.35612 15.1667 7.57998 15.1667 7.85612V9.18945C15.1667 9.4656 14.9428 9.68945 14.6667 9.68945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7.68945C11.7239 7.68945 11.5 7.4656 11.5 7.18945V3.85612C11.5 3.57998 11.7239 3.35612 12 3.35612C12.2761 3.35612 12.5 3.57998 12.5 3.85612V7.18945C12.5 7.4656 12.2761 7.68945 12 7.68945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.07572 2.15859C8.49545 1.65966 9.12934 1.35547 9.95238 1.35547C10.7731 1.35547 11.4236 1.65733 11.8648 2.14501C12.2981 2.62391 12.5 3.24864 12.5 3.85547C12.5 4.13161 12.2761 4.35547 12 4.35547C11.7239 4.35547 11.5 4.13161 11.5 3.85547C11.5 3.4623 11.3686 3.08703 11.1233 2.81593C10.8859 2.55361 10.5126 2.35547 9.95238 2.35547C9.39447 2.35547 9.05216 2.55128 8.84095 2.80235C8.61832 3.06698 8.5 3.44376 8.5 3.85547C8.5 4.13161 8.27614 4.35547 8 4.35547C7.72386 4.35547 7.5 4.13161 7.5 3.85547C7.5 3.26718 7.6674 2.64395 8.07572 2.15859Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66669 12.6895C4.94283 12.6895 5.16669 12.9133 5.16669 13.1895L5.16669 14.5228C5.16669 14.7989 4.94283 15.0228 4.66669 15.0228C4.39054 15.0228 4.16669 14.7989 4.16669 14.5228L4.16669 13.1895C4.16669 12.9133 4.39054 12.6895 4.66669 12.6895Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 12.6895C12.2761 12.6895 12.5 12.9133 12.5 13.1895L12.5 14.5228C12.5 14.7989 12.2761 15.0228 12 15.0228C11.7239 15.0228 11.5 14.7989 11.5 14.5228L11.5 13.1895C11.5 12.9133 11.7239 12.6895 12 12.6895Z' fill='%23717171'/%3E%3C/svg%3E%0A")
}
.offer__data-item--bed {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.5 12.5225C1.5 12.2463 1.72386 12.0225 2 12.0225L14 12.0225C14.2761 12.0225 14.5 12.2463 14.5 12.5225C14.5 12.7986 14.2761 13.0225 14 13.0225L2 13.0225C1.72386 13.0225 1.5 12.7986 1.5 12.5225Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.833313 9.18945C0.833313 8.91331 1.05717 8.68945 1.33331 8.68945L14.6666 8.68945C14.9428 8.68945 15.1666 8.91331 15.1666 9.18945C15.1666 9.46559 14.9428 9.68945 14.6666 9.68945L1.33331 9.68945C1.05717 9.68945 0.833313 9.4656 0.833313 9.18945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83331 4.52246C2.83331 4.24632 3.05717 4.02246 3.33331 4.02246L12.6666 4.02246C12.9428 4.02246 13.1666 4.24632 13.1666 4.52246C13.1666 4.7986 12.9428 5.02246 12.6666 5.02246L3.33331 5.02246C3.05717 5.02246 2.83331 4.7986 2.83331 4.52246Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 9.68945C7.72386 9.68945 7.5 9.4656 7.5 9.18945V5.18945C7.5 4.91331 7.72386 4.68945 8 4.68945C8.27614 4.68945 8.5 4.91331 8.5 5.18945V9.18945C8.5 9.4656 8.27614 9.68945 8 9.68945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.33331 8.68945C1.60946 8.68945 1.83331 8.91331 1.83331 9.18945L1.83331 14.5228C1.83331 14.7989 1.60946 15.0228 1.33331 15.0228C1.05717 15.0228 0.833313 14.7989 0.833313 14.5228L0.833313 9.18945C0.833313 8.91331 1.05717 8.68945 1.33331 8.68945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6667 8.68945C14.9428 8.68945 15.1667 8.91331 15.1667 9.18945L15.1667 14.5228C15.1667 14.7989 14.9428 15.0228 14.6667 15.0228C14.3905 15.0228 14.1667 14.7989 14.1667 14.5228L14.1667 9.18945C14.1667 8.91331 14.3905 8.68945 14.6667 8.68945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.66669 9.68945C2.39054 9.68945 2.16669 9.4656 2.16669 9.18945L2.16669 3.18945C2.16669 2.91331 2.39054 2.68945 2.66669 2.68945C2.94283 2.68945 3.16669 2.91331 3.16669 3.18945L3.16669 9.18945C3.16669 9.4656 2.94283 9.68945 2.66669 9.68945Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3333 9.68945C13.0572 9.68945 12.8333 9.4656 12.8333 9.18945L12.8333 3.18945C12.8333 2.91331 13.0572 2.68945 13.3333 2.68945C13.6095 2.68945 13.8333 2.91331 13.8333 3.18945L13.8333 9.18945C13.8333 9.4656 13.6095 9.68945 13.3333 9.68945Z' fill='%23717171'/%3E%3C/svg%3E%0A")
}
.offer__data-item--garage {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.53574 3.66977C3.61167 3.47994 3.79553 3.35547 3.99998 3.35547H12C12.2044 3.35547 12.3883 3.47994 12.4642 3.66977L13.7594 6.90782L15.0202 8.16858C15.114 8.26235 15.1666 8.38953 15.1666 8.52214V13.1888C15.1666 13.4649 14.9428 13.6888 14.6666 13.6888C14.3905 13.6888 14.1666 13.4649 14.1666 13.1888V8.72924L12.9798 7.54236C12.9319 7.49447 12.8942 7.43737 12.8691 7.3745L11.6615 4.35547H4.3385L3.13088 7.3745C3.11264 7.42011 3.08777 7.46279 3.05708 7.50115L1.83331 9.03086V13.1888C1.83331 13.4649 1.60946 13.6888 1.33331 13.6888C1.05717 13.6888 0.833313 13.4649 0.833313 13.1888V8.85547C0.833313 8.74193 0.871953 8.63178 0.942879 8.54312L2.22993 6.93431L3.53574 3.66977Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 12.5225C3.5 12.2463 3.72386 12.0225 4 12.0225H12C12.2761 12.0225 12.5 12.2463 12.5 12.5225V13.1891C12.5 13.4653 12.2761 13.6891 12 13.6891C11.7239 13.6891 11.5 13.4653 11.5 13.1891V13.0225H4.5V13.1891C4.5 13.4653 4.27614 13.6891 4 13.6891C3.72386 13.6891 3.5 13.4653 3.5 13.1891V12.5225Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.83331 9.85547C2.83331 9.57933 3.05717 9.35547 3.33331 9.35547H3.99998C4.27612 9.35547 4.49998 9.57933 4.49998 9.85547C4.49998 10.1316 4.27612 10.3555 3.99998 10.3555H3.33331C3.05717 10.3555 2.83331 10.1316 2.83331 9.85547Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 9.85547C11.5 9.57933 11.7239 9.35547 12 9.35547H12.6667C12.9428 9.35547 13.1667 9.57933 13.1667 9.85547C13.1667 10.1316 12.9428 10.3555 12.6667 10.3555H12C11.7239 10.3555 11.5 10.1316 11.5 9.85547Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.16669 9.85547C6.16669 9.57933 6.39054 9.35547 6.66669 9.35547H9.33335C9.6095 9.35547 9.83335 9.57933 9.83335 9.85547C9.83335 10.1316 9.6095 10.3555 9.33335 10.3555H6.66669C6.39054 10.3555 6.16669 10.1316 6.16669 9.85547Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.886148 6.29896C1.00964 6.05197 1.30998 5.95186 1.55697 6.07536L2.78473 6.68924H13.2153L14.4431 6.07536C14.6901 5.95186 14.9904 6.05197 15.1139 6.29896C15.2374 6.54595 15.1373 6.84629 14.8903 6.96978L13.557 7.63645C13.4875 7.67116 13.411 7.68924 13.3334 7.68924H2.66669C2.58907 7.68924 2.51252 7.67116 2.44309 7.63645L1.10975 6.96978C0.862765 6.84629 0.762653 6.54595 0.886148 6.29896Z' fill='%23717171'/%3E%3C/svg%3E%0A")
}
.offer__data-item--footprint {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.375 2C3.375 1.51675 3.76675 1.125 4.25 1.125H10.5C10.9832 1.125 11.375 1.51675 11.375 2V11C11.375 11.4832 10.9832 11.875 10.5 11.875H1.5C1.01675 11.875 0.625 11.4832 0.625 11V8.5C0.625 8.01675 1.01675 7.625 1.5 7.625H3.25C3.31904 7.625 3.375 7.56904 3.375 7.5V2ZM4.25 1.875C4.18096 1.875 4.125 1.93096 4.125 2V7.5C4.125 7.98325 3.73325 8.375 3.25 8.375H1.5C1.43096 8.375 1.375 8.43096 1.375 8.5V11C1.375 11.069 1.43096 11.125 1.5 11.125H10.5C10.569 11.125 10.625 11.069 10.625 11V2C10.625 1.93096 10.569 1.875 10.5 1.875H4.25Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.01517 2.73483C7.16161 2.88128 7.16161 3.11872 7.01517 3.26517L5.76517 4.51517C5.61872 4.66161 5.38128 4.66161 5.23483 4.51517C5.08839 4.36872 5.08839 4.13128 5.23483 3.98483L6.48483 2.73483C6.63128 2.58839 6.86872 2.58839 7.01517 2.73483Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.76516 3.48483C9.91161 3.63128 9.91161 3.86872 9.76516 4.01517L4.01517 9.76516C3.86872 9.91161 3.63128 9.91161 3.48483 9.76516C3.33839 9.61872 3.33839 9.38128 3.48483 9.23484L9.23484 3.48483C9.38128 3.33839 9.61872 3.33839 9.76516 3.48483Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.76517 6.73483C9.91161 6.88128 9.91161 7.11872 9.76517 7.26517L7.76517 9.26517C7.61872 9.41161 7.38128 9.41161 7.23483 9.26517C7.08839 9.11872 7.08839 8.88128 7.23483 8.73483L9.23483 6.73483C9.38128 6.58839 9.61872 6.58839 9.76517 6.73483Z' fill='%23717171'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.856494 2.65356C0.996622 2.59551 1.15792 2.6276 1.26517 2.73485L2.51517 3.98485C2.66161 4.13129 2.66161 4.36873 2.51517 4.51518L1.26517 5.76518C1.15792 5.87243 0.996622 5.90451 0.856494 5.84647C0.716366 5.78842 0.625 5.65168 0.625 5.50001V3.00001C0.625 2.84834 0.716366 2.7116 0.856494 2.65356ZM1.375 3.90534V4.59468L1.71967 4.25001L1.375 3.90534Z' fill='%23717171'/%3E%3C/svg%3E%0A")
}
.offer__data-item--modular {
  min-width: auto
}
.offer__prices {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 42px;
  margin: 12px 0
}
.offer__icon, .offer__promo-prices {
  align-items: center;
  display: flex
}
.offer__price {
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D
}
.offer__base-price {
  font-size: 14px;
  line-height: 1;
  color: #4D4D4D;
  text-decoration: line-through;
  margin-left: 5px
}
.offer__current-price {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #333
}
.offer__current-price--red {
  color: #3f3f3f
}
.offer__discount-price {
  background: #fde7ea;
  border-radius: 4px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-left: 8px;
  padding: 2px 5px 2px 4px;
  position: relative
}
.offer__discount-price::after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fde7ea;
  content: "";
  display: block;
  height: 0;
  left: -4px;
  position: absolute;
  top: 5px;
  width: 0
}
.offer__lowest-price {
  color: #717171;
  font-size: 10px;
  line-height: 14px
}
.offer__lowest-price--widget {
  font-size: 9px
}
.offer__lowest-price--last-seen {
  font-size: 9px;
  letter-spacing: -.2px
}
.offer__icon {
  top: 12px;
  width: 32px;
  height: 32px;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer
}
.offer__icon--comparison {
  right: 54px
}
.offer__icon--comparison:hover path {
  stroke: #119DA4
}
.offer__icon--favourites {
  right: 12px
}
.offer__icon--favourites:hover path {
  stroke: #3f3f3f
}
.offer__icon--favourites svg {
  transform: scale(.7)
}
.offer__badges {
  top: 0;
  left: 16px;
  display: flex
}
.offer__build, .offer__discount, .offer__promo {
  display: flex;
  align-items: center;
  border-radius: 0 0 8px 8px;
  padding: 0 10px;
  margin-right: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px
}
.offer__promo {
  font-size: 11px;
  height: auto;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase
}
.toolbox, .toolbox--modular {
  padding: 8px 11px
}
.offer__discount {
  background: #3f3f3f
}
.offer__build {
  background: #1F58EA
}
.offer__build img, .offer__build svg {
  margin-right: 4px
}
.offer__bullets--mobile {
  display: flex
}
.offer__title--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px
}
.offer__arrow, .offer__arrow--disable, .offer__number--wrapper {
  display: none
}
.offer__number {
  color: #717171;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px
}
.offer__name {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1
}
.toolbox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, .1);
  z-index: 9999;
  transition: .3s ease-in-out;
  transform: translateY(60px)
}
.toolbox__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto
}
.toolbox__button img, .toolbox__button svg, .toolbox__button--modular:first-child, .toolbox__button:first-child {
  margin-right: 8px
}
.toolbox--visible {
  transform: translateY(0)
}
.toolbox__button, .toolbox__button--modular {
  padding: 13px 10px;
  white-space: nowrap;
  width: 100%
}
.toolbox__button {
  font-family: 'Geometria';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2px;
  color: #01161e;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 6px;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center
}
.toolbox__button--red {
  color: #fff;
  background: #3f3f3f;
  border-color: #3f3f3f
}
.toolbox__button--border-red {
  color: #3f3f3f;
  border-color: #3f3f3f
}
.toolbox--opened .olark-launch-button-wrapper {
  transition: .3s ease-in-out !important;
  margin-bottom: 38px !important
}
.toolbox__main-page {
  display: none
}
.toolbox-visible .olark-launch-button-wrapper {
  margin-bottom: 38px !important
}
.last-seen__wrapper {
  min-height: 280px;
  margin-bottom: 24px;
  border-radius: 8px
}
.last-seen__wrapper--animated {
  background: #eee;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite
}
.last-seen .offer {
  width: 212px;
  margin-top: 16px
}
.last-seen .offer__image {
  min-height: auto
}
.last-seen .offer__content {
  padding: 12px
}
.last-seen .offer__title {
  margin-bottom: 4px;
  font-size: 14px
}
.last-seen .offer__text-normal {
  font-weight: 400
}
.last-seen .offer__base-price {
  margin-left: 4px
}
.last-seen .offer__current-price {
  font-size: 18px;
  line-height: 24px
}
.last-seen .offer__prices {
  height: auto;
  margin: 0;
  border: none
}
.last-seen .offer__prices > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline
}
.last-seen__category {
  display: flex;
  align-items: center;
  max-width: 284px;
  padding: 8px 16px;
  border: 1px solid #8C8C8C;
  border-radius: 6px;
  color: #333;
  transition: 250ms
}
.last-seen__category:hover {
  border: 1px solid #333
}
.last-seen__category a {
  display: flex
}
.last-seen__category svg {
  margin-right: 9px;
  min-width: 15px
}
@-webkit-keyframes pulse {
  0%, 100% {
    background-color: #eee
  }
  50% {
    background-color: #ccc
  }
}
@keyframes pulse {
  0%, 100% {
    background-color: #eee
  }
  50% {
    background-color: #ccc
  }
}
.footer {
  background-color: #FAFAFA;
  border-top: 1px solid #D4D4D4
}
.footer__row {
  display: flex;
  flex-direction: column
}
.footer__row:last-child {
  padding-bottom: 0
}
.footer__col {
  display: flex;
  flex-direction: column;
  width: 100%
}
.footer__list {
  margin-bottom: 28px
}
.footer__list-item {
  padding: 0 0 20px
}
.footer__list-item:last-child {
  padding: 0
}
.footer__list-item--contact {
  padding: 0 0 12px
}
.footer__section {
  border-bottom: 1px solid #DDD;
  margin-left: -16px;
  padding-left: 16px;
  overflow: hidden;
  padding-right: 16px;
  position: relative;
  width: calc(100% + 32px)
}
.footer__section input[type=checkbox]:checked ~ .footer__content {
  display: block
}
.footer__section-label {
  display: block;
  position: relative
}
.footer__section-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' fill='none'%3E%3Cpath d='M.801.314L0 1.26l6.1 5.673.4.374.4-.374L13 1.26l-.801-.945L6.5 5.613.801.314z' fill='%2301161e'/%3E%3C/svg%3E");
  content: '';
  height: 8px;
  position: absolute;
  right: 0;
  top: 21px;
  transition: all .3s;
  width: 13px
}
.footer__section-label--first::before {
  background-color: #D4D4D4;
  content: '';
  height: 23px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 1px
}
.footer__section-title--first, .footer__title-link {
  width: calc(100% - 26px)
}
.footer__section-input {
  display: none
}
.footer__section-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 13px;
  padding-top: 13px
}
.footer__section-annotation {
  color: #3f3f3f;
  font-size: 11px;
  line-height: 11px
}
.footer__title-link {
  display: inline-block
}
.footer__link {
  color: #717171;
  font-size: 14px;
  line-height: 16px
}
.footer__link:hover {
  text-decoration: underline;
  color: #222
}
.footer__content {
  display: none;
  overflow: hidden;
  position: relative
}
.footer__partners {
  border-bottom: 1px solid #D4D4D4;
  padding: 24px 0 32px
}
.footer__partners-header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px
}
.footer__partners-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px
}
.footer__partners-zone {
  align-items: baseline;
  display: flex;
  font-size: 14px;
  gap: 6px;
  line-height: 18px
}
.footer__partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}
.footer__partner {
  align-items: center;
  border-radius: 6px;
  display: flex;
  height: 55px;
  justify-content: center;
  width: 104px;
  background: #FFF
}
.footer__partner-link {
  display: flex
}
.footer__extradom-logo {
  margin-bottom: 24px;
  max-width: 168px;
  width: 100%
}
.footer__contact {
  margin-bottom: 28px
}
.footer__contact-item {
  display: flex;
  color: #717171;
  flex-direction: row;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  cursor: pointer
}
.footer__contact-icon {
  margin-right: 10px
}
.footer__contact-phone {
  display: flex;
  flex-direction: column
}
.footer__contact-phone-no {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px
}
.footer__contact-hours {
  font-size: 12px;
  line-height: 16px
}
.footer__nav {
  display: flex;
  border-bottom: 1px solid #D4D4D4;
  flex-direction: column
}
.footer__nav-left {
  margin-bottom: 24px
}
.footer__social {
  margin-bottom: 28px
}
.footer__social-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px
}
.footer__social-item {
  margin-right: 5px
}
.footer__social-item > img:hover {
  box-shadow: 0 0 0 1px #000;
  border-radius: 6px
}
.footer__payment {
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 23px;
  padding-top: 24px
}
.footer__payment-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 9px
}
.footer__copyright, .footer__holding-link {
  color: #717171;
  display: flex;
  font-size: 12px
}
.footer__payment-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 17px
}
.footer__payment-icon {
  filter: grayscale(1)
}
.footer__payment-icon:hover {
  filter: none
}
.footer__copyright {
  flex-direction: column;
  justify-content: space-between;
  line-height: 18px;
  padding-bottom: 36px;
  padding-top: 24px
}
.footer__copyright-left, .footer__copyright-right {
  text-align: center
}
.footer__holding {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 24px
}
.footer__holding-link {
  flex-direction: column;
  line-height: 16px;
  margin-bottom: 4px
}
.footer__wp-logo {
  margin-bottom: 12px
}
.footer .boxad {
  max-width: 1920px;
  margin: 0 auto
}
.footer .boxad iframe {
  width: 100%;
  height: auto;
  margin-bottom: 58px
}
.filter_group {
    padding: 17px 7px 0;
}
.catalog_menu{
    padding: 17px 7px 0;
}
.selected_filter_boxes{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 10px;*/
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.selected_filter_item{
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0 0px 10px 0;
    max-width: 100%;
}
.filter_reset{
    font-size: 13px;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: none;
    background: no-repeat;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}
.selected_filter_box .s_filter_link{
    border: none;
    font-weight: 500;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 2px 4px 1px;
    cursor: pointer;
    color: #575757;
}
.selected_filter_box .s_filter_link span{
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.selected_filter_box .s_filter_link svg{
    width: 16px;
    height: 16px;
    color: #f90000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    margin-bottom: 1px;
    margin-left: 5px;
}
.selected_filter_box .selected_filter_item:hover .s_filter_link svg{
    color: #f25050;
}
.selected_filter_box .selected_filter_item:hover{
    background: #000;
}
.selected_filter_box .selected_filter_item:hover .s_filter_link{
    color: #fff;
}
.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer;
}
.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}
.filter_item {
    line-height: 24px;
    padding: 7px 0;
}
.catalog_item{
    padding: 0;
}
.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    min-height: 24px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
}
.catalog_link {
   display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
    text-decoration: none;
    color: #262626;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 0px;

}
.catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.filter_indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border: 1px solid #e8e8e1;
    border-radius: 1px;
}
.checked .filter_indicator {
    background: url(../images/sprite.png) no-repeat 3px -316px;
}
.price_range {
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 15px;
}
.price_label {
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
.max_price {
    text-align: right;
}
.max_input,
.min_input {
    max-width: 100%;
    padding: 0 8px;
    text-align: center;
    line-height: 30px;
    height: 32px;
    border: none;
}
/* Browsed products */
.catalog_item .selected {
	color: #3f3f3f!important;
	
}
	@media (min-width:700px)
	{
		.tre {display: none !important}
		
	}

/* Pagination */
.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 15px 10px 5px;
    margin: -40px 0 40px;
}
.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}
.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}
.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}
