@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar {
  opacity: 0;
  position: absolute;
  z-index: 99997
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden
}

.fancybox-caption {
  opacity: 0;
  position: absolute
}

.fancybox-navigation .fancybox-button {
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image::before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: 0
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px)
  }
}

@-webkit-keyframes a-preloader {
  0% {
    -webkit-transform: scale(.2);
    transform: scale(.2)
  }

  20%,
  80% {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }

  40% {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }

  60% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes a-preloader {
  0% {
    -webkit-transform: scale(.2);
    transform: scale(.2)
  }

  20%,
  80% {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }

  40% {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }

  60% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

html.-popup {
  height: initial;
  overflow-y: hidden !important
}

body,
ul {
  margin: 0;
  padding: 0
}

body,
h1,
h2 {
  font-weight: normal
}

body {
  color: #000;
  font-size: 16px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4
}

@media (max-width: 1450px) {
  body {
    font-size: 20px
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px
  }
}

.-popup body {
  overflow: hidden;
  height: 100%;
}
.-popup .page__layout {
  position: fixed;
  overflow: hidden;
}

h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.45;
  margin-top: 0
}

h1 {
  font-size: 56px
}

@media (max-width: 1169px) {
  h1 {
    font-size: 48px
  }
}

@media (max-width: 979px) {
  h1 {
    font-size: 40px
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 26px
  }
}

h2 {
  font-size: 24px
}

ul {
  list-style: none
}

td {
  border: 0;
  border-collapse: inherit;
  border-spacing: 0
}

p {
  margin-top: 0;
  margin-bottom: 0
}

a {
  color: inherit;
  text-decoration: none
}

img,
input,
textarea {
  width: 100%;
  resize: none
}

img {
  height: auto;
  display: block
}

object,
svg,
video {
  width: 100%;
  height: auto;
  display: block
}

input,
textarea {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  line-height: 1;
  min-width: 0;
  -webkit-appearance: none;
  box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent
}

.iScrollIndicator {
  display: none !important
}

* {
  outline: 0
}

::-moz-selection {
  color: #fff;
  background-color: #142233
}

::selection {
  color: #fff;
  background-color: #142233
}

.heading--page {
  color: #5c1328;
}

.heading {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: .45em
}

@media (max-width: 1450px) {
  .heading {
    font-size: 44px
  }
}

@media (max-width: 1169px) {
  .heading {
    font-size: 40px
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 36px
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 30px
  }
}

.heading--block {
  font-size: 36px
}

.location {
  font-weight: 500;
}

@media (max-width: 1450px) {
  .heading--block {
    font-size: 42px
  }
}

@media (max-width: 1169px) {
  .heading--block {
    font-size: 42px
  }
}

@media (max-width: 767px) {
  .heading--block {
    font-size: 28px
  }
}

.preloader {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.preloader__heading {
  font-size: 36px
}

@media (max-width: 767px) {
  .preloader__heading {
    font-size: 28px
  }
}

@media (max-width: 479px) {
  .preloader__heading {
    font-size: 20px
  }
}

.preloader__image {
  max-width: 60px;
  margin-top: 20px
}

.-preloader .preloader__image {
  -webkit-animation: a-preloader 3s ease 0s forwards;
  animation: a-preloader 3s ease 0s forwards
}

.button,
.btn-fill {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 24px;
  border: 1px solid #5c1328;
  border-radius: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.3s,color 0.3s, border 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.button {
  border-color: #5C1328;
  background-color: #5C1328;
  color: #fff;
}

.button:hover {
  background-color: #CDB891;
  border-color: #CDB891;
  color: #fff;
}

.btn-fill {
  background-color: transparent;
  color: #5c1328;
}
.btn-fill:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.3s ease;
  display: block;
  background-color: #CDB891;
}
.btn-fill:hover {
  color: #fff;
  border-color: #CDB891;
}
.btn-fill:hover:after {
  width: 100%;
}
.btn-fill.-disable {
  pointer-events: none;
  border-color: #BBBBBB;
  color: #BBBBBB;
}

@media (max-width: 767px) {
  .button,
  .btn-fill {
    padding: 14px 20px;
    font-size: 12px;
  }
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.checkbox__input {
  display: none
}

.checkbox__input:checked + .checkbox__toggle::before,
.fz__input:checked + .fz__toggle::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.checkbox__toggle {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 2px solid #514844;
  background-color: #fff;
  box-sizing: border-box
}

@media (max-width: 767px) {
  .checkbox__toggle {
    width: 22px;
    height: 22px
  }
}

.checkbox__toggle::before,
.fz__toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #514844;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.checkbox__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

@media (max-width: 767px) {
  .checkbox__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
  }
}

.checkbox__text {
  font-size: 18px;
  font-weight: 500
}

.error_field .checkbox__text,
.error_field .fz__text {
  color: #eb5757
}

@media (max-width: 767px) {
  .checkbox__text {
    font-size: 14px
  }
}

.checkbox a {
  text-decoration: underline
}

.checkbox a:hover {
  text-decoration: none
}

.fz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.fz__input {
  display: none
}

.fz__toggle {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background-color: #fff;
  border: 2px solid #514844;
  box-sizing: border-box;
}

.fz__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

@media (max-width: 767px) {
  .fz__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
  }
}

.fz__text {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 1px;
}

@media (max-width: 767px) {
  .fz__text {
    font-size: 14px
  }
}

.thanks {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .2s ease .4s;
  transition: all .2s ease .4s
}

.-thanks .thanks {
  pointer-events: auto;
  opacity: 1
}

.thanks__image {
  width: 100%;
  max-width: 75px;
  margin: 0 auto 20px;
  flex-basis: 0;
}

.thanks__heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.1
}

@media (max-width: 1169px) {
  .thanks__heading {
    font-size: 32px
  }
}

.thanks__dscr {
  font-size: 24px;
  font-weight: 500
}

@media (max-width: 1169px) {
  .thanks__dscr {
    font-size: 16px
  }
}

.form__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width: 479px) {
  .form__row {
    display: block
  }
}

.form__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-right: 15px
}

@media (max-width: 767px) {
  .form__item {
    margin-right: 0;
    margin-bottom: 15px
  }
}

.form__item:last-child {
  margin-right: 0
}

.form__range {
  position: relative
}

.form__range > .irs {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%
}

.form__label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left
}

@media (max-width: 767px) {
  .form__label {
    font-size: 16px;
    margin-bottom: 8px
  }
}

.-required .form__label::after {
  content: '*';
  color: #eb5757
}

.error_field .form__label {
  color: #eb5757
}

.form__input {
  color: #000;
  padding: 16px;
  border: 1px solid #bdbdbd
}

.error_field .form__input {
  border-color: #eb5757
}

.error_field .form__input::-webkit-input-placeholder {
  color: #eb5757
}

.error_field .form__input:-ms-input-placeholder {
  color: #eb5757
}

.error_field .form__input::placeholder {
  color: #eb5757
}

.form__input.formName, .form__input.formPhone {
  max-width: 240px;
}

.form__questions {
  overflow: hidden;
  margin-bottom: 35px;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

@media (max-width: 767px) {
  .form__questions {
    margin-bottom: 25px
  }
}

.form__checkbox {
  width: 100%;
  margin-top: 15px
}

@media (max-width: 767px) {
  .form__checkbox {
    max-width: 19em
  }
}

.form__button-list {
  display: flex;
  flex-wrap: wrap;
}

.form__button {
  margin-top: 35px;
  margin-right: 16px;
}

.form__button:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .form__button-list {
    flex-direction: column;
  }

  .form__button {
    margin-top: 15px;
    margin-right: 0;
  }
}

.form__calc {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s
}

.-visible + .form__calc {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.form__calc[disabled] {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.form__fz {
  margin-top: 30px
}

.b-titr {
  position: relative
}

.b-titr__header {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2
}

@media (max-width: 1169px) {
  .b-titr__header {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width: 767px) {
  .b-titr__header {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width: 1450px) {
  .b-titr__header {
    top: 30px
  }
}

@media (max-width: 479px) {
  .b-titr__header {
    font-size: 22px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.b-titr__logo {
  display: block;
  width: 100%;
  max-width: 120px;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  max-height: 110px;
}

@media (max-width: 767px) {
  .b-titr__logo {
    max-width: 100px
  }
}

.b-titr__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding-left: 15px;
  font-size: 18px
}

@media (max-width: 767px) {
  .b-titr__phone {
    font-size: 18px;
    background-color: transparent
  }
}

@media (max-width: 479px) {
  .b-titr__phone {
    font-size: 16px;
    padding-left: 0;
    margin-top:10px;
  }
}

.-preloader .b-titr__preloader,
.b-titr__phone:hover::after,
.b-titr__slider.slick-initialized,
.slick-current .b-titr__main {
  opacity: 1
}

.b-titr__available span,
.b-titr__filter span,
.b-titr__phone span {
  font-weight: 500
}

.b-titr__phone::after {
  content: '';
  width: 38px;
  height: 38px;
  background-image: url(../images/phone.svg?v=4);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  opacity: 1;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

@media (max-width: 767px) {
  .b-titr__phone::after {
    width: 32px;
    height: 32px;
    margin-left: 10px
  }
}

.b-titr__slider {
  opacity: 0;
  -webkit-transition: all .6s ease .6s;
  transition: all .6s ease .6s
}

.b-titr__slide {
  position: relative;
  z-index: 1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.b-titr__slide.slick-current::before {
  width: -webkit-calc(((100% / 12) * .974) * 8);
  width: calc(((100% / 12) * .974) * 8)
}

@media (min-width: 1980px) {
  .b-titr__slide.slick-current::before {
    width: 60%
  }
}

@media (max-width: 1169px) {
  .b-titr__slide.slick-current::before {
    width: 100%
  }
}

.b-titr__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .6s ease .5s;
  transition: all .6s ease .5s;
  z-index: -1
}

@media (max-width: 1169px) {
  .b-titr__slide::before {
    background-color: rgba(255, 255, 255, .9)
  }
}

.b-titr__inner {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 90px;
  box-sizing: border-box
}

@media (max-width: 1169px) {
  .b-titr__inner {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width: 767px) {
  .b-titr__inner {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (max-width: 1450px) {
  .b-titr__inner {
    padding-top: 150px;
    padding-bottom: 90px
  }
}

@media (max-width: 1024px) {
  .b-titr__inner {
    padding-top: 145px;
  }
}

@media (max-width: 767px) {
  .b-titr__inner {
    padding-top: 140px;
    padding-bottom: 90px
  }
}

@media (max-width: 479px) {
  .b-titr__inner {
    padding-top: 160px;
    padding-bottom: 30px
  }
}

.b-titr__main {
  position: relative;
  width: 100%;
  margin: 0;
  max-width: 620px;
  opacity: 0;
  -webkit-transition: all .4s ease .6s;
  transition: all .4s ease .6s
}

@media (max-width: 1170px) {
  .b-titr__main {
    margin: auto 0;
  }
}

.b-titr__preloader {
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  width: -webkit-calc(((100% / 12) * .974) * 8);
  width: calc(((100% / 12) * .974) * 8);
  -webkit-transition: all .2s ease .3s;
  transition: all .2s ease .3s
}

@media (min-width: 1980px) {
  .b-titr__preloader {
    width: 60%
  }
}

@media (max-width: 1169px) {
  .b-titr__preloader {
    width: 100%
  }
}

.b-titr__heading {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 25px
}

@media (max-width: 767px) {
  .b-titr__heading {
    font-size: 28px
  }
}

.mb-hide{
  display: block;
}
.mb-visible{
  display: none;
}
@media (max-width: 479px) {
  .b-titr__heading {
    font-size: 22px;
    margin: 30px 0;
  }
  .mb-hide{
    display: none;
  }
  .mb-visible{
    display: block;
    border-color: #aa9599;
    color: #9c898d;
  }
}

.b-titr__dscr {
  font-size: 16px;
  max-width: 35em;
  margin-bottom: 40px
}

@media (max-width: 479px) {
  .b-titr__dscr {
    font-size: 14px;
    margin-bottom: 25px
  }
}

.b-titr__step {
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #c4c4c4;
  margin-bottom: 20px
}

@media (max-width: 1169px) {
  .b-titr__step {
    font-size: 54px;
    margin-bottom: 10px
  }
}

@media (max-width: 767px) {
  .b-titr__step {
    font-size: 40px
  }
}

.b-titr__factoids {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 35px
}

.b-titr__factoid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px
}

@media screen and (min-width: 1170px) {
  .b-titr__factoid {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1 / 2 - (40px - 40px * 1 / 2));
    max-width: calc(100% * 1 / 2 - (40px - 40px * 1 / 2));
    width: calc(100% * 1 / 2 - (40px - 40px * 1 / 2))
  }

  .b-titr__factoid:nth-child(1n) {
    margin-right: 40px;
    margin-left: 0
  }

  .b-titr__factoid:last-child {
    margin-right: 0
  }

  .b-titr__factoid:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}

@media screen and (min-width: 980px) and (max-width: 1169px) {
  .b-titr__factoid {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
    max-width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
    width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2))
  }

  .b-titr__factoid:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
  }

  .b-titr__factoid:last-child {
    margin-right: 0
  }

  .b-titr__factoid:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .b-titr__factoid {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
    max-width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
    width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2))
  }

  .b-titr__factoid:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
  }

  .b-titr__factoid:last-child {
    margin-right: 0
  }

  .b-titr__factoid:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .b-titr__factoid {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
    max-width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
    width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2))
  }

  .b-titr__factoid:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
  }

  .b-titr__factoid:last-child {
    margin-right: 0
  }

  .b-titr__factoid:nth-child(2n) {
    margin-right: 0;
    margin-left: auto
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .b-titr__factoid {
    width: 100%
  }
}

@media (max-width: 767px) {
  .b-titr__factoid {
    font-size: 14px
  }
}

@media (max-width: 479px) {
  .b-titr__factoid {
    margin-bottom: 10px
  }
}

.b-titr__image {
  max-width: 25px;
  max-height: 25px;
  margin-right: 20px
}

.b-titr__subtitle {
  font-weight: 600;
}

.b-titr__checkbox {
  margin-bottom: 10px
}

.b-titr__available {
  margin-top: 25px;
  font-size: 16px;
}

@media (max-width: 479px) {
  .b-titr__available {
    margin-top: 15px
  }
}

.b-titr__filter {
  margin-top: 25px
}

@media (max-width: 479px) {
  .b-titr__filter {
    margin-top: 15px
  }
}

.b-titr__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px
}

@media (max-width: 479px) {
  .b-titr__footer {
    margin-top: 35px;
    display: inline-block;
  }
  .b-titr__footer div{
    margin-top: 10px;
    width: 100%;
    height: 50px;
  }
}

.b-titr__button {
  margin-right: 35px
}

@media (max-width: 479px) {
  .b-titr__button {
    margin-right: 15px
  }
}

.b-titr__button:last-child {
  margin-right: 0
}

.b-titr__button.-disable {
  pointer-events: none;
  color: #c4c4c4;
  border-color: #c4c4c4;
  background-color: transparent
}

.b-titr__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

@media (min-width: 1980px) {
  .b-titr__bg {
    width: 40%;
  }
}

@media (max-width: 1169px) {
  .b-titr__bg {
    width: 100%;
  }
}



.b-titr .thanks__heading::before {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #142233;
  margin-bottom: 20px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all .6s ease .6s;
  transition: all .6s ease .6s
}

.b-titr.-thanks .thanks__heading::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.b-titr .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.popup {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 110;
  background-color: transparent;
  overflow-y: scroll;
  pointer-events: none;
  -webkit-transition: background-color .6s ease 0s;
  transition: background-color .6s ease 0s
}

@media (max-width: 767px) {
  .popup {
    display: flex
  }
}

.popup.-visible {
  background-color: rgba(0, 0, 0, .5);
  visibility: visible;
  pointer-events: auto
}

.popup__inner {
  position: relative;
  max-width: 580px;
  padding: 45px 60px 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  margin: auto;
  background-color: #fff;
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-transition: -webkit-transform .2s ease 0s;
  transition: -webkit-transform .2s ease 0s;
  transition: transform .2s ease 0s;
  transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.-visible .popup__inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.popup__heading {
  font-size: 30px;
  margin-bottom: .15em
}

.popup__close,
.popup__close::before {
  position: absolute;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.popup__close {
  right: 10px;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
  top: 10px;
  width: 20px;
  height: 20px
}

@media (max-width: 1169px) {
  .popup__close {
    width: 50px;
    height: 50px
  }
}

@media (max-width: 979px) {
  .popup__close {
    top: 15px;
    right: 15px
  }
}

@media (max-width: 767px) {
  .popup__close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 10px 0
  }
}

.popup__close::before {
  content: '';
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000
}

@media (max-width: 1169px) {
  .popup__close::before {
    height: 80%
  }
}

@media (max-width: 767px) {
  .popup__close::before {
    height: 50%
  }
}

.popup__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #000;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

@media (max-width: 1169px) {
  .popup__close::after {
    height: 80%
  }
}

@media (max-width: 767px) {
  .popup__close::after {
    height: 50%
  }
}

.popup__close:hover::after,
.popup__close:hover::before {
  background-color: #142233
}

.popup__dscr {
  font-size: 16px;
  margin-bottom: 1.8em
}

@media (max-width: 767px) {
  .popup__dscr {
    font-size: 14px
  }
}

.popup .form__input {
  color: #161616
}

.p-cta__heading {
  font-size: 30px
}

.p-cta__thanks {
  text-align: center
}

.page__layout {
  overflow: hidden
}

.page__footer {
  margin-top: auto
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

code,
kbd,
pre,
samp {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

body a.podborkaHref {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding: 1.3em 3em 1.1em;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  background-color: #142233;
  border: 2px solid #142233;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  cursor: pointer !important;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  margin-top: 20px;
  margin-bottom: 8px;
}

.b-titr__rating-image {
  max-width: 265px;
  margin-bottom: 20px;
  cursor: pointer;
}

.b-titr__rating-image:hover .rating__rect {
  fill: #FF8F3A;
}

.b-titr__rating-image:hover .rating__text {
  fill: #fff;
}

.rating__rect,
.rating__text {
  transition: all .2s ease 0s;
}

.p-stars {
  font-size: 18px;
}

.p-stars__inner {
  width: 100%;
  text-align: center;
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.2s ease 0s;
}

.-visible .p-stars__inner {
  opacity: 1;
}

.p-stars__image {
  max-width: 195px;
  margin: 0 auto 50px;
}

.p-stars__heading {
  margin-bottom: 40px;
}

.p-stars__list {
  display: flex;
}

.p-stars__item {
  flex: 1 0;
  display: flex;
  opacity: 0;
  flex-direction: column;
  margin-right: 5px;
  transition: opacity 0.4s ease 0s;
}

.-visible .p-stars__item {
  opacity: 1;
}

.-visible .p-stars__item:nth-child(1) {
  transition-delay: .4s;
}

.-visible .p-stars__item:nth-child(2) {
  transition-delay: .6s;
}

.-visible .p-stars__item:nth-child(3) {
  transition-delay: .8s;
}

.-visible .p-stars__item:nth-child(4) {
  transition-delay: 1s;
}

.p-stars__item:last-child {
  margin-right: 0;
}

.p-stars__title {
  min-height: 4.6em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 45px;
}

.p-stars__star {
  margin: 0 auto 50px;
  max-width: 205px;
}

.p-stars__body {
  margin-top: auto;
}

.p-stars__footer {
  margin-top: 65px;
}

.p-stars__button {
  font-size: 16px;
  padding: 1.1em 4em .9em;
}

@media (max-width: 1279px) {
  .p-stars__heading {
    font-size: 32px;
  }

  .p-stars {
    font-size: 16px;
  }

  .p-stars__title {
    font-size: 14px;
    min-height: 4.6em;
    margin-bottom: 25px;
  }

  .p-stars__star {
    max-width: 165px;
    margin-bottom: 30px;
  }
}

@media (max-width: 979px) {
  .p-stars__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-stars {
    text-align: left;
  }

  .p-stars__list {
    display: block;
  }

  .p-stars__item {
    position: relative;
    text-align: left;
    justify-content: center;
    min-height: 150px;
    padding-left: 150px;
  }

  .p-stars__star {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
  }

  .p-stars__title {
    font-size: 18px;
    min-height: 0;
    max-width: 20em;
    margin-bottom: 5px;
  }

  .p-stars__body {
    font-size: 12px;
    max-width: 25em;
    opacity: .6;
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  .p-stars__heading {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .p-stars__title {
    font-size: 16px;
  }

  .p-stars__item {
    min-height: 120px;
    padding-left: 110px;
  }

  .p-stars__star {
    top: 50%;
    width: 100px;
    transform: translateY(-50%);
  }

  .p-stars__image {
    max-width: 155px;
    margin-bottom: 35px;
  }

  .p-stars__footer {
    margin-top: 35px;
  }
}

.disclamer {
  position: relative;
  top: 30px;
  font-size: 12px;
  text-align: justify;
  color: #000;
}

.disclamer a {
  text-decoration: underline;
}

.hidden {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.credit_terms{
  cursor: pointer
}


.credit_terms___wrapp {
  font-size: 12px;
  margin-top: 50px;
}
label.checkbox[data-disabled] {
  color: darkgrey;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
label.checkbox[data-disabled] .checkbox__toggle{
  border-color: darkgrey;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}


.cookie-message {
  position: fixed;
  z-index: 99999;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 2rem);
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
}
.cookie-message__text {
  line-height: 1.3;
}
.cookie-message__text a {
  color: #5c1328;
  border-bottom: 1px solid currentColor;
  text-decoration: none !important;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.cookie-message__text a:hover {
  border-bottom-color: transparent;
}
.cookie-message__btn {
  width: 202px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  background-color: #5c1328;
  color: #fff;
}
.cookie-message__btn:hover {
  background-color: #cdb891;
}
.cookie-message.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .cookie-message {
    width: 340px;
    border-radius: 6px;
    padding: 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 8px;
  }
  .cookie-message__text {
    font-size: 14px;
  }
  .cookie-message__btn {
    margin-top: 16px;
    height: 44px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cookie-message {
    padding: 16px 40px;
    border-radius: 10px;
    bottom: 24px;
  }
  .cookie-message__text {
    margin-right: 76px;
    font-size: 16px;
    white-space: nowrap;
  }
  .cookie-message__btn {
    height: 55px;
  }
}

.-thanks.-visible .form__button{
  display: none;
}
.btn_download{
  background: #cdb791;
  border-color: #b3b3b3;
  color: #444444;
}

.b-titr__logos {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.b-titr__columns {
    display: flex;
}

.b-titr__column:first-child {
    margin-right: 65px;
}

.b-titr__main--mb {
    margin-bottom: 50px;
}

@media (max-width: 515px) {
    .b-titr__columns {
        flex-direction: column;
    }

    .b-titr__main--mb {
        margin-bottom: 0;
    }
}

.howbuy__content {
    /*opacity: 0;*/
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transition: max-height 0.5s, opacity 0.2s;
    -o-transition: max-height 0.5s, opacity 0.2s;
    transition: max-height 0.5s, opacity 0.2s;
    /*max-height: 0;*/
    width: 100%;
}

.howbuy__content.-active {
    opacity: 1;
    max-height: 5000px;
}

@media (min-width: 990px) {
    .howbuy__content-header {
        position: relative;
    }

    .howbuy__content-header:before {
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        margin: auto;
        position: absolute;
        background-image: url(../assets/images/decore/pattern.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        width: 152px;
        height: 152px;
    }
}

.howbuy__content .btn {
    width: 100%;
}

@media (min-width: 640px) {
    .howbuy__content .btn {
        width: auto;
    }
}

.howbuy__content .btn .icon {
    flex-shrink: 0;
    max-width: 10px;
    max-height: 14px;
}

.howbuy__content .btn .icon use {
    fill: var(--color-white);
}

.howbuy__content-title {
    font-weight: 700;
}

.howbuy__content-body {
    width: 100%;
    margin-bottom: 1.875rem;
}

@media (min-width: 640px) {
    .howbuy__content-body {
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 990px) {
    .howbuy__content-body {
        margin-bottom: 0;
    }
}

@media (max-width: 990px) {
    .howbuy__content {
        padding-top: 2rem;
    }
}

.howbuy__content-col {
    width: 100%;
}

.howbuy__content-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.875rem;
    width: 100%;
}

@media (min-width: 640px) {
    .howbuy__content-items {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.howbuy__content-items--item {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 2.8125rem 1.875rem;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid var(--color-light);
    -webkit-transition: border 1s;
    -o-transition: border 1s;
    transition: border 1s;
}

.howbuy__content-items--item:after,
.howbuy__content-items--item:before {
    content: "";
    z-index: 1;
    position: absolute;
    background-color: var(--body-background-color);
    -webkit-transition: background-color 1s, width 1s, height 1s;
    -o-transition: background-color 1s, width 1s, height 1s;
    transition: background-color 1s, width 1s, height 1s;
    margin: auto;
}

.howbuy__content-items--item:before {
    width: 70%;
    height: calc(100% + 4px);
    top: -2px;
    left: 0;
    right: 0;
}

.howbuy__content-items--item:after {
    width: calc(100% + 4px);
    height: 70%;
    left: -2px;
    top: 0;
    bottom: 0;
}

.howbuy__content-items--item .h3,
.howbuy__content-items--item .text-default {
    z-index: 2;
    position: relative;
}

.howbuy__content-items--item .h3 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.howbuy__content-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    width: 100%;
}

.howbuy__content-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.375rem;
}

@media (min-width: 640px) {
    .howbuy__content-list li {
        margin-bottom: 1.75rem;
    }
}

.howbuy__content-list li:before {
    content: "";
    display: -webkit-box;
    display: flex;
    margin-right: 1rem;
    background-image: url(../assets/images/list/list-type-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 11px;
    height: 11px;
}

.mortgages__list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .mortgages__list {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .mortgages__list {
        gap: 20px;
    }
}

.mortgages__list .btn {
    max-width: 370px;
}

.mortgages__list .btn::after {
    height: 32px;
    min-width: 32px;
}

.mortgages__list .btn__icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 15px;
    background-color: #5C133F;
}

@media screen and (max-width: 1600px) {
    .mortgages__list .btn::after {
        min-width: 32px;
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 990px) {
    .mortgages__list {
        grid-template-columns: 1fr;
    }
}

.mortgages__item {
    border: 1px solid #e1d9cb;
    padding: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 24px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    cursor: pointer;
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .mortgages__item {
        gap: 12px;
    }
}
@media (max-width: 550px) {
    .mortgages__item {
        background-size: 24%;
        padding: 1.5rem 1.5rem;
    }
}

.mortgages__item:first-child {
    background-image: url(../images/mortgages-bg-icon-3.svg);
}

.mortgages__item:nth-child(2) {
    background-image: url(../images/mortgages-bg-icon-4.svg);
}

.mortgages__item:nth-child(3) {
    background-image: url(../images/mortgages-bg-icon-1.svg);
}

.mortgages__item:nth-child(4) {
    background-image: url(../images/mortgages-bg-icon-2.svg);
}

.mortgages__item:nth-child(5) {
    background-image: url(../images/mortgages-bg-icon-5.svg);
}

.mortgages__item:nth-child(6) {
    background-image: url(../images/mortgages-bg-icon-6.svg);
}

.mortgages__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.32;
    font-weight: 600;
    font-family: 'Spectral SC', serif;
    min-height: 60px;
    font-size: 23px;
}

@media screen and (min-width:1025px) and (max-width: 1600px) {
    .mortgages__title {
        font-size: 16px;
        min-height: 44px;
        margin-bottom: .5em;
    }
}

.mortgages__title--mini {
    min-height: 20px;
    margin-bottom: 0;
}

@media (max-width: 990px) {
    .mortgages__title {
        min-height: auto;
    }
}

.mortgages__number-list {
    display: -webkit-box;
    display: flex;
    max-width: 22.5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.mortgages__number,
.mortgages__number-text {
    font-size: 1.0625rem;
    line-height: 1.9;
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .mortgages__number,
    .mortgages__number-text {
        font-size: 12px;
        line-height: 1.5;
    }
}

.mortgages__number {
    font-weight: 600;
}

.mortgages__percent-box {
    margin-top: 1rem;
    max-width: 27.9375rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ede5d6;
}

.mortgages__percent-number {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.9;
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .mortgages__percent-box {
        margin-top: 0.5rem;
        max-width: 27.9375rem;
        padding: 0.25rem .5rem;
        border: 1px solid #ede5d6;
    }
    .mortgages__percent-number {
        font-size: 12px;
        line-height: 1.5;
    }
}

.mortgages__first-price,
.mortgages__percent-note {
    color: #867c78;
    font-size: 0.9375rem;
    line-height: 1.9;
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .mortgages__first-price,
    .mortgages__percent-note {
        color: #867c78;
        font-size: 10px;
        line-height: 1.9;
    }
}

@media (min-width: 1650px) {
    .b-titr__bg--narrow {
        width: 12%;
    }
}

@media (max-width: 1649px) {
    .b-titr__slide--narrow.slick-current::before {
        width: 100%;
        background-color: rgba(255, 255, 255, .9);
    }

    .b-titr__slide--narrow .b-titr__bg {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .b-titr__slide--narrow.slick-current::before {
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
    }
}

.b-titr__main--narrow {
    max-width: 100%;
}

.btn__icon--mini {
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.btn--mini::after {
    height: 32px;
}

.b-titr__header--mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .b-titr__header--mobile {
        display: flex;
    }
}

@media (max-width: 425px) {
    .mortgages__title {
        font-size: 17px;
    }

    .mortgages__number,
    .mortgages__number-text {
        font-size: 15px;
    }

    .mortgages__first-price,
    .mortgages__percent-note {
        line-height: 1.3;
    }

    .mortgages__item {
        padding: 1rem 1.5rem;
    }
}

.visibility-hidden {
    display: none;
}
.mortgages__title {
    display: flex;
    align-items: flex-start;
}
.mortgage__checkbox {
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #B6977B;
    flex-shrink: 0;
    margin-right: 18px;
    margin-top: 4px;
    position: relative;
}
.mortgage__checkbox::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #B6977B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.5);
    opacity: 0;
    transition: 0.15s ease-in;
}
.checkbox__input:checked + .mortgage__checkbox::before {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
.b-titr__footer--wrapper {
    display: none;
}
@media (max-width: 768px) {
    .cookie-message.show {
        flex-direction: row;
        padding: 10px 24px;
        bottom: 0;
    }
    .cookie-message__btn {
        margin-top: 0;
    }
}
@media (max-width: 640px) {
    .mortgage__checkbox {
        margin-right: 14px;
        margin-top: 0;
    }
    .b-titr__footer--wrapper {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px 10px;
        background-color: #fff;
        z-index: 10;
        box-sizing: border-box;
    }
    .b-titr__footer--wrapper .b-titr__footer {
        display: none;
    }
    .b-titr__footer--wrapper .b-titr__footer.active {
        display: flex;
        margin-top: 0;
    }
    .b-titr__inner {
        padding-bottom: 60px;
    }
    .b-titr__footer div {
        height: 40px;
        margin-top: 0;
    }
    .b-titr__inner .b-titr__footer {
        /*display: none;*/
      display: flex;
      gap: 0 15px;
      flex-direction: row-reverse;
    }
}

@media screen and (max-width: 1024px) {
  .b-titr__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .b-titr__phone {
    border: 1px solid #CDB891;
    height: 32px;
    padding-left: 0.75em;
  }
  .b-titr__logo {
    height: 64px;
  }
  .b-titr__logo--final {
    margin-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .b-titr__phone {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .b-titr__header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .b-titr__phone {
    font-size: 12px;
  }
  .b-titr__logos {
    flex-direction: column;
  }
  .b-titr__logo {
    height: 56px;
  }
  .b-titr__logo--final {
    margin-left: 0;
    margin-top: 10px;
  }
}

input[type=checkbox].slider {
  --s:20px; /* adjust this to control the size*/
  width: 40px;
  margin-right: 10px;
  height:var(--s);
  aspect-ratio:2/1;
  padding:calc(var(--s)/10);
  border-radius:var(--s);
  background:
    radial-gradient(farthest-side,#fafafa 85%,#0005,#0000) left/var(--s) 100% no-repeat,
    linear-gradient(90deg,#5c1328 50%,#939393 0) right/200% 100% content-box;
  transition:0.5s;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
}
input[type=checkbox].slider:checked {
  background-position:right,left;
}

#disclaimer-excursion .form__input{
  max-width: 100%;
}

#disclaimer-excursion select.time {
  appearance: none;
  grid-template-areas: "select";
  display: grid;
  background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2300000070%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
#disclaimer-excursion select.time::-ms-expand {
	display: none;
}

#disclaimer-excursion .form__item:last-child{
  margin-right: 15px;
}
@media (max-width:767px) {
  #disclaimer-excursion .form__item:last-child{
    margin-right: 0px;
  }
}

@media (max-width: 425px) {
  .b-titr__phone {
    font-size: 12px;
    margin-top: 0;
  }
}