.filters, .order-free {
  flex-direction: column
}
.filters--sorting, .filters__controls {
  box-shadow: 0 7px 30px rgba(0, 0, 0, .2)
}
.filters__inner-title, .filters__title {
  color: #222;
  font-family: Nunito Sans, sans-serif
}
.filters {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: calc(100% + 100px);
  width: 100%;
  z-index: 9999999999;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: .3s;
  transform: translateX(100vw);
  margin-bottom: -100px;
  padding-bottom: 100px
}
.filters--active {
  transform: translateX(0)
}
.filters--sorting {
  border-radius: 12px 12px 0 0;
  bottom: 0;
  height: auto;
  top: auto;
  transition: transform 0s
}
.filters--sorting .listing-modular__sorting-label {
  pointer-events: none
}
.filters--sorting .listing-modular__sorting-label::after {
  display: none
}
.filters--open .filters__clear::after {
  content: ' filtry'
}
.filters__title {
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 24px;
  margin: 4px 8px 0 0
}
.filters__inner-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 8px;
  width: 100%
}
.filters__inner-label {
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #646464;
  width: 100%;
  margin: 6px 0
}
.filters__range {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 16px
}
.filters__input {
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  margin: 2px 8px 6px 0;
  padding: 6px 22px 5px 16px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  outline: 0;
  color: #222;
  position: relative
}
.filters__input:not(:-moz-placeholder-shown) + .filters__input-checked {
  display: initial
}
.filters__input:not(:-ms-input-placeholder) + .filters__input-checked {
  display: initial
}
.filters__input:not(:placeholder-shown) + .filters__input-checked {
  display: initial
}
.filters__input:hover {
  border: 1px solid #717171
}
.filters__input:active, .filters__input:focus {
  color: #01161e;
  border: 2px solid #717171;
  padding: 5px 21px 4px 15px
}
.filters__input:focus + .filters__input-checked {
  display: none
}
.filters__input-container {
  margin-right: 12px;
  position: relative;
  width: 100%
}
.filters__input-checked {
  display: none;
  width: 14px;
  height: 7px;
  border: solid #222;
  border-width: 2px 2px 0 0;
  border-radius: 1px;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 15px
}
.filters__header {
  align-items: center;
  border-bottom: 1px solid #ddd;
  color: #222;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  justify-content: space-between;
  padding: 18px 18px 18px 16px;
  width: 100%
}
.filters__header-title {
  display: flex
}
.filters__header-ico {
  padding-right: 12px
}
.filters__back-ico {
  padding-right: 24px
}
.filters__close {
  font-family: Nunito Sans, sans-serif;
  color: #01161e;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  background: #fbfbfb;
  padding-left: 40px;
  width: 100%;
  height: 56px;
  min-height: 56px;
  position: relative;
  border: 0;
  outline: 0
}
.filters__close::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 21px;
  width: 13px;
  height: 13px;
  border: solid #01161e;
  border-width: 0 0 2px 2px;
  border-radius: 1px;
  transform: rotate(45deg)
}
.filters__content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 16px 16px
}
.filters__list-element {
  font-size: 14px;
  line-height: 22px;
  color: #222;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 12px 12px 12px 0
}
.filters__list-element::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
/*  border: solid #646464;*/
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(-45deg);
  transition: .3s;
  pointer-events: none
}
.filters__subgroup {
  width: 100%
}
.filters__list-link {
  color: inherit;
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 44px;
  transition: color .3s;
  cursor: pointer
}
.filters__count {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #3f3f3f;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  top: -1px;
  left: 0
}
.filters__selected {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #3f3f3f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.filters__filter-list, .filters__filter-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 100%
}
.filters__filter-title {
    display: initial;
    font-size: 18px;
    height: 100%;
    color: #000;
    -ms-user-select: none;
    user-select: none;
}
.filters__filter-list {
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  overflow: scroll
}
.active-filters, .filters__check, .glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none
}
.advice__item, .filters--show {
  overflow: hidden
}
.filters__filter-list--open {
  display: block !important;
  background: #fff;
  position: fixed;
  top: 56px;
  left: 16px;
  z-index: 1000;
  height: calc(100% - 56px - 64px - 100px);
  padding-top: 10px;
  width: 100%
}
.filters__filter-list--open .filters__filter-list {
  display: block;
  max-width: 100%
}
.filters__more {
  color: #3f3f3f;
  cursor: pointer
}
.filters__more:hover {
  text-decoration: underline
}
.filters__more::before {
  content: '+';
  font-size: 18px
}
.filters__controls {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 8px;
  padding: 8px;
  z-index: 1000
}
.filters__clear {
  background-color: #fff;
  border: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  line-height: 18px;
  width: calc(51% - 4px)
}
.filters__clear--disabled {
  color: #c4c4c4;
  pointer-events: none
}
.filters__checkbox-list {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #222;
  display: none;
  max-width: calc(100% - 16px)
}
.filters__checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  transition: .3s
}
.filters__checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg)
}
.filters__check {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none
}
.filters__check:not(.filters__check--checked):hover .filters__checkmark {
  border: 2px solid #717171;
  transition: color .3s
}
.filters__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.filters__check input:focus ~ .filters__checkmark {
  border: 2px solid #717171
}
.filters__check input:checked ~ .filters__checkmark {
  background-color: #222;
  border-color: #222
}
.filters__check input:checked ~ .filters__checkmark::after {
  display: block
}
.filters__check--disabled {
  pointer-events: none
}
.filters__check--disabled .filters__list-link {
  pointer-events: none;
  color: #c4c4c4
}
.filters__check--disabled .filters__available {
  color: #c4c4c4
}
.filters__check--disabled .filters__checkmark {
  color: #d4d4d4
}
.filters__check--checked {
  pointer-events: initial
}
.filters__check--checked .filters__list-link {
  pointer-events: initial;
  color: #01161e;
  font-weight: 600;
  letter-spacing: -.08px
}
.filters__available {
  color: #717171;
  font-size: 12px;
  margin-left: 5px
}
.filters__chips {
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #222;
  background: #fff;
  height: 24px;
  margin: 0 4px 4px 0;
  padding: 4px 11.5px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  cursor: pointer;
  transition: .3s;
  outline: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block
}
.filters__chips:hover {
  border: 1px solid #717171
}
.filters__chips::after {
  content: '';
  opacity: 0;
  transition: opacity .3s
}
.filters__chips:first-child {
  margin-left: 0
}
.filters__chips:last-child {
  margin-right: 0
}
.filters__chips--disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #d4d4d4;
  border-color: #d4d4d4
}
.filters__chips--checked {
  background-color: #222;
  border-color: #222;
  color: #fff;
  padding-right: 24px;
  position: relative;
  cursor: pointer;
  pointer-events: initial
}
.filters__chips--checked::after {
  content: 'x';
  font-weight: 100;
  font-size: 18px;
  position: absolute;
  top: 3px;
  right: 9px;
  display: block;
  transform: scaleY(.9);
  opacity: 1
}
.filters__show-results {
  background: #3f3f3f;
  border-radius: 6px;
  border: 0;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  font-weight: 700;
  height: 48px;
  min-height: 40px;
  outline: 0;
  transition: .3s;
  width: calc(50% - 4px);
  z-index: 100
}
.filters__show-results:hover {
  filter: brightness(110%)
}
.filters__show-results svg {
  margin-right: 8px;
  vertical-align: bottom
}
.filters__icon {
  margin-left: auto;
  margin-right: 16px;
  max-width: 43px;
  vertical-align: middle
}
.filters__tooltip {
  display: inline-block;
  margin: 0 0 -2px 10px;
  position: relative;
  vertical-align: middle
}
.filters__tooltip-icon {
  cursor: pointer;
  position: relative;
  z-index: 100
}
.filters__tooltip-icon--sorting:focus + div, .filters__tooltip-icon--sorting:hover + div {
  display: initial;
  visibility: visible
}
.filters__tooltip-image {
  display: flex;
  justify-content: center
}
.filters__tooltip-desc {
  font-size: 14px;
  margin-top: 8px
}
.filters__tooltip-content {
  background: #333;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-weight: 400;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 33px;
  padding: 12px;
  position: absolute;
  top: 8px;
  transform: translateY(-50%);
  transition: visibility .15s;
  visibility: hidden;
  width: 233px;
  z-index: 9
}
.filters__tooltip-content::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #333;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: calc(50% - 10px);
  width: 0
}
.filters__tooltip-content--wide {
  left: 33px;
  top: -70px;
  transform: none;
  width: 318px
}
.filters__tooltip-content--wide::after {
  top: 69px
}
.filters__tooltip-content--sorting {
  font-size: 12px;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 239px
}
.filters__tooltip-content--sorting::after {
  border-bottom: 10px solid #333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: calc(50% - 10px);
  top: -20px
}
.filters__tooltip-content--icon {
  width: 137px
}
.filters__tooltip-content li, .filters__tooltip-content p {
  color: #fff;
  font-size: 14px;
  line-height: 21px
}
.filters__tooltip-content li {
  margin-bottom: 0
}
.filters__tooltip-content li::before {
  content: '•';
  color: #fff;
  margin-right: 8px
}
.product-aggregates__open-filters {
  font-family: Nunito Sans, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #119da4;
  background: #fff;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 9px 0;
  margin: 0 auto 24px;
  border: 1px solid #119da4;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  border-radius: 20px;
  cursor: pointer;
  outline: 0
}
.product-aggregates__filter-icon {
  width: 12px;
  height: 14px;
  margin-bottom: -2px;
  margin-right: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center
}
.advice__date, .product-aggregates__controls-button:first-child {
  margin-right: 16px
}
.product-aggregates__controls {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px
}
.product-aggregates__controls-button {
  border: 1px solid #c4c4c4 !important;
  font-weight: 400 !important
}
.product-aggregates__controls-icon {
  padding-right: 8px
}
.darken-background {
  align-items: center;
  background: rgba(0, 0, 0, .8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999
}
.active-filters {
  margin: -24px 0 16px;
  -ms-user-select: none;
  user-select: none
}
.active-filters__title {
  font-size: 12px;
  line-height: 46px;
  color: #01161e
}
.active-filters__filters {
  display: flex;
  flex-wrap: wrap
}
.active-filters__type {
  font-size: 12px;
  line-height: 22px;
  color: #01161e;
  margin: 0 6px
}
.active-filters__filter {
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #646464;
  background: #fff;
  height: 24px;
  margin: 0 7px 8px 0;
  padding: 4px 24px 4px 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  cursor: pointer;
  transition: .3s;
  outline: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative
}
.active-filters__filter::after {
  content: 'x';
  transition: opacity .3s;
  font-weight: 100;
  font-size: 18px;
  position: absolute;
  top: 3px;
  right: 9px;
  display: block;
  transform: scaleY(.9)
}
.active-filters__filter:hover {
  color: #01161e;
  border-color: #646464
}
.active-filters__filter--clear {
  background: #ddd;
  padding-right: 12px
}
.active-filters__filter--clear::after {
  display: none
}
.advice__item {
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  transition: 350ms
}
.image-slider__slides, .ui-slider__slides {
  -ms-scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch
}
.advice__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__image {
  height: 164px
}
.advice__content {
  padding: 11px 16px 16px
}
.advice__details {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 21px;
  color: #646464
}
.advice__date {
  position: relative
}
.advice__date::after {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #646464;
  left: 107%;
  top: 9px;
  position: absolute
}
.advice__title {
  margin-bottom: 8px
}
.advice__title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #222
}
.advice__title a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.advice__lead {
  font-size: 14px;
  line-height: 20px;
  color: #646464
}
.advice img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.advice__button {
  display: block;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 56px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 800;
  transition: 350ms
}
.advice__button:hover {
  border-color: #222
}
.listing-loader {
  width: 100px;
  height: 100px;
  position: fixed;
  right: calc((100% - 100px)/ 2);
  bottom: calc((100% - 100px)/ 2);
  transform-origin: 50% 50%;
  -webkit-animation: listingLoaderSpin 1.4s linear infinite;
  animation: listingLoaderSpin 1.4s linear infinite
}
.listing-loader--absolute {
  position: absolute !important;
  right: calc((100% - 100px)/ 2) !important
}
.listing-loader .listing-loader-spinner {
  transform-origin: 50% 50%;
  -webkit-animation: listingLoaderDashSpin 1.4s ease-in-out infinite;
  animation: listingLoaderDashSpin 1.4s ease-in-out infinite
}
.listing-loader circle {
  -webkit-animation: listingLoaderDash 1.4s ease-in-out infinite;
  animation: listingLoaderDash 1.4s ease-in-out infinite;
  stroke-dasharray: 1570;
  stroke-dashoffset: 392.5;
  stroke: #3f3f3f;
  stroke-width: 19;
  fill: none
}
.listing-loader-letters path {
  fill: #fff
}
@-webkit-keyframes listingLoaderSpin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(270deg)
  }
}
@keyframes listingLoaderSpin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(270deg)
  }
}
@-webkit-keyframes listingLoaderDash {
  0%, 100% {
    stroke-dashoffset: 1413
  }
  50% {
    stroke-dashoffset: 392.5
  }
}
@keyframes listingLoaderDash {
  0%, 100% {
    stroke-dashoffset: 1413
  }
  50% {
    stroke-dashoffset: 392.5
  }
}
@-webkit-keyframes listingLoaderDashSpin {
  50% {
    transform: rotate(135deg)
  }
  100% {
    transform: rotate(450deg)
  }
}
@keyframes listingLoaderDashSpin {
  50% {
    transform: rotate(135deg)
  }
  100% {
    transform: rotate(450deg)
  }
}
.image-slider {
  overflow-y: hidden;
  position: relative
}
.image-slider__slides {
  -ms-overflow-style: none;
  display: flex;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overflow-x: scroll
}
.image-slider__slides::-webkit-scrollbar {
  display: none
}
.image-slider__item {
  margin-right: 8px;
  min-width: calc(100vw - 32px);
  position: relative;
  scroll-snap-align: center;
  scroll-snap-stop: always
}
.image-slider__bullets {
  bottom: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  display: flex
}
.image-slider__bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  position: relative;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  opacity: .7
}
.image-slider__bullet.active {
  opacity: 1
}
.tooltip-modal__inner {
  border-radius: 12px;
  height: auto !important;
  max-width: 295px
}
.tooltip-modal__header {
  border-bottom: 1px solid #ddd;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  line-height: 25px;
  padding: 0 16px
}
.tooltip-modal__content {
  font-size: 16px;
  line-height: 24px;
  height: calc(100% - 60px);
  overflow-y: scroll;
  padding: 19px 16px 17px
}
.tooltip-modal__list {
  list-style: disc;
  margin-left: 18px
}
.tooltip-modal__image {
  display: flex;
  justify-content: center;
  margin-bottom: 24px
}
.tooltip-modal__paragraph {
  margin-bottom: 16px
}
.copy {
  margin-top: 34px;
  margin-bottom: 56px;
  padding-top: 34px;
  color: #717171;
  border-top: 1px solid #ddd
}
.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: 12px;
  line-height: 20px;
  color: #717171
}
.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
}
.copy__overlay {
  display: none
}
.pagination {
  color: #01161E;
 
  margin: 13px auto 26px
} 
.dropdown, .toolbox__button {
  border: 1px solid #c4c4c4;
  font-size: 16px
}
.boxad {
  text-align: center
}
.boxad--listing {
  max-width: 100%;
  display: none
}
.boxad--listing iframe {
  margin-top: 16px;
  margin-bottom: 32px
}
.toolbox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 11px;
  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
}
.order-free__consultant-box .order-free__options, .toolbox__button {
  align-items: center
}
.toolbox--visible {
  transform: translateY(0)
}
.toolbox--modular {
  padding: 8px 11px
}
.toolbox__button, .toolbox__button--modular {
  padding: 13px 10px;
  width: 100%;
  white-space: nowrap
}
.toolbox__button {
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: .2px;
  color: #01161e;
  background: #fff;
  box-sizing: border-box;
  border-radius: 6px;
  outline: 0;
  display: flex;
  justify-content: center
}
.order-free__icon--consultant-addons::before, .order-free__lg, .toolbox__main-page {
  display: none
}
.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-visible .olark-launch-button-wrapper {
  margin-bottom: 38px !important
}
.order-free {
  font-family: Nunito Sans, sans-serif;
  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;
  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
}
.order-free__consultant-box {
  margin-top: 96px
}
.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;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  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
}
.btn-outline-primary svg, .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;
  width: 100%;
  border-radius: 6px;
  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, .dropdown__input-text, .modal__with-image .modal__side-image--lg, .modal__with-image--contact .modal__side-image::before {
  display: none
}
.dropdown__input:checked + .dropdown__input-text {
  display: block
}
.dropdown__input-text {
  width: 100%;
  margin: 0;
  padding: 13px 32px 13px 16px;
  background-color: #fff;
  border-radius: 6px
}
.dropdown__list {
  background: #fff;
  border: 1px solid #c4c4c4;
  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)
  }
}
.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: Nunito Sans, sans-serif;
  color: #222;
  position: relative;
  overflow: unset
}
.glide__slides, .glide__track {
  overflow: hidden;
  height: 100%
}
.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: Nunito Sans, sans-serif;
  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
}
.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__content {
  margin-bottom: 12px
}
.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: Nunito Sans, sans-serif;
  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: '+48';
  font-family: Nunito Sans, sans-serif;
  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__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 {
  content: '';
  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 {
  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)
}
.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 {
  content: '';
  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;
  content: '';
  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: Nunito Sans, sans-serif;
  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;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .1);
  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: Nunito Sans, sans-serif;
  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
}
.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 {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  right: -16px;
  top: -20px;
  background: #DDD;
  height: 1px
}
.contact-box__btn, .heart {
  display: flex;
  background: #fff;
  cursor: pointer
}
.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 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 19px;
  color: #717171
}
.contact-box__btn {
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #222
}
.contact-box__btn svg {
  margin-right: 8px
}
.heart {
  position: relative;
  top: -33px;
  right: 32px;
  z-index: 97;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}
.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;
  color: #717171;
  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;
  text-align: center
}
.heart__added::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 4px);
  height: 10px;
  width: 10px;
  border-top: 1px solid #ddd;
  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
  }
}
.dropdown-select {
  color: #222;
  display: none;
  font-size: 16px;
  line-height: 22px;
  width: 100%
}
.dropdown-select--open {
  display: flex
}
.dropdown-select__current, .dropdown-select__current-desktop {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: none;
  color: #222;
  cursor: pointer;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 36px;
  padding-left: 12px;
  position: relative;
  outline: 0;
  height: 100%;
  width: 100%
}
.dropdown-select__current-desktop::after, .dropdown-select__current::after {
  border: solid #646464;
  border-radius: 1px;
  border-width: 0 2px 2px 0;
  content: '';
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 11px;
  transition: .3s;
  transform: rotate(45deg);
  width: 10px
}
.dropdown-select__option {
  display: none
}
.dropdown-select__list {
  background: #fff;
  display: block;
  list-style: none;
  opacity: 1;
  padding: 0;
  z-index: 100
}
.dropdown-select__list li:last-of-type {
  border: transparent;
  margin-bottom: 4px
}
.dropdown-select__list li:last-of-type .dropdown-select__item {
  border-color: transparent
}
.dropdown-select__item {
  align-items: center;
  background-color: #fff;
  color: #222;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 10px 7px 35px;
  position: relative
}
.dropdown-select__item::before {
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 24px
}
.dropdown-select__item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: 10px
}
.dropdown-select__item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 10px
}
.dropdown-select__item--checked::after {
  background: #222;
  border-radius: 6px;
  content: '';
  height: 12px;
  left: 6px;
  position: absolute;
  top: 12px;
  width: 12px
}
.dropdown-select__item--checked::before {
  border: 2px solid #222
}
@keyframes HideList {
  from {
    transform: scaleY(1)
  }
  to {
    transform: scaleY(0)
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box
}
.glide * {
  box-sizing: inherit
}
.glide__track--similar {
  margin: 0 0 0 -8px
}
.glide__track--similar > div {
  padding-left: 8px;
  padding-top: 1px
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}
.glide__slides--visible {
  overflow: visible
}
.glide__slides--dragging {
  -ms-user-select: none;
  user-select: none
}
.glide__arrows, .glide__slide {
  -moz-user-select: none;
  -ms-user-select: none
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: 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, .glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none
}
.glide__arrows {
  user-select: none
}
.checkbox, .glide__bullets {
  -moz-user-select: none;
  -ms-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 {
  user-select: none;
  display: flex;
  justify-content: center;
  margin-top: 16px
}
.btn, .checkbox {
  -webkit-user-select: none
}
.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
}
.tooltip {
  position: relative
}
.tooltip:after, .tooltip:before {
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%)
}
.tooltip:before {
  background: #333;
  border-radius: 4px;
  bottom: 16px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  height: 28px;
  line-height: 20px;
  padding: 4px 8px;
  text-align: center;
  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;
  content: "";
  transition: visibility .1s .5s ease-in-out;
  visibility: hidden
}
.tooltip--permanent:after, .tooltip--permanent:before, .tooltip:hover:after, .tooltip:hover:before {
  visibility: visible
}
.tooltip--capslock:before {
  bottom: 34px
}
.tooltip--capslock:after {
  bottom: 30px
}
.ui-slider {
  position: relative;
  margin: 0 -16px
}
.ui-slider__slides {
  display: flex;
  overflow-x: auto;
  margin: -12px 0 0;
  padding: 12px 0 12px 16px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-left: 16px
}
.ui-slider__ghost, .ui-slider__slide {
  margin-right: 16px;
  scroll-snap-align: center
}
.ui-slider__slides::-webkit-scrollbar {
  display: none
}
.checkbox, .checkbox input:checked ~ .checkbox__checkmark::after {
  display: block
}
.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
}
.ui-slider--gallery .ui-slider__slides {
  margin: 0;
  padding: 0;
  scroll-padding-left: 0;
  touch-action: auto
}
.checkbox {
  margin: 8px 0;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  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__terms-description {
  position: relative
}
.checkbox__terms-description--with-asterix::after {
  content: ' *';
  color: #3f3f3f
}
.checkbox__terms-description, .checkbox__terms-description > a, .checkbox__terms-description > p {
  color: #646464;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  z-index: 10;
  position: relative;
  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: 1px solid #c4c4c4;
  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
}
.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: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -moz-user-select: none;
  -ms-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-outline-primary {
  background: #fff !important;
  border-color: #3f3f3f !important;
  color: #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-primary svg, .btn-secondary svg {
  fill: #fff
}
.btn-outline-secondary:hover {
  border-color: #333 !important
}
.btn-outline-secondary:active, .btn-outline-secondary:focus {
  border-color: #222 !important
}
.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;
  content: "";
  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
}
.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
  }
}