/*!
 * rustemtastanov@gmail.com, 2022
 * for AddBroker
 */
@media (min-width: 1200px) {
  html {
    font-size: calc(100vw*16/1366 + 0PX);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: calc(100vw*16/992 + 0PX);
  }
}

/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
.btn {
  font-size: 0.9375rem;
  padding: 0.875rem 1.875rem 1.125rem;
  min-width: 14.25rem;
}

.btn--fill {
  padding: 0.9375rem 1.875rem 1.1875rem;
}

.btn--block,
.btn--close,
.btn--top {
  min-width: unset;
}

.btn--contacts {
  width: 12.625rem;
  font-style: normal;
}

.btn--contacts .text-default {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--contacts a {
  display: block;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--call,
.btn--contacts {
  overflow: hidden;
}

.btn--call::before,
.btn--contacts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #aabdc5;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.btn--call:hover,
.btn--contacts:hover {
  border-color: #aabdc5;
  border-bottom-color: black;
}

.btn--call:hover::before,
.btn--contacts:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn--contacts:hover {
  border-left-color: black;
}

.btn--nav {
  padding: 0;
}

.btn--close {
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1rem;
  padding: 0;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
form {
  width: 100%;
  max-width: 37.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.form-control {
  height: 3.375rem;
  padding: 0.375rem 1.1875rem;
  font-size: 0.9375rem;
}

.form-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: -1PX;
}

.form-controls {
  min-width: 14.25rem;
}

.form-error {
  font-size: 0.75rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
.slider-pager .current {
  color: #03abbf;
}

.slider-pager .amount {
  font-size: 0.6875rem;
  left: -0.5rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
.content {
  padding: 0 1.25rem;
}

.overlay.top {
  z-index: 9;
}

/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.header-in {
  margin: 0 1.25rem;
}

.header-left {
  width: 30%;
}

.header-right {
  width: 70%;
}

.header-logo {
  background-image: url(../img/logo-small.png);
  width: 15.1875rem;
  height: 2.4375rem;
  top: -0.5rem;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .header-logo {
    background-image: url(../img/logo-small@2x.png);
  }
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.nav-main {
  font-size: 2rem;
  padding-bottom: 3.875rem;
  max-height: 25.5625rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.nav-lang {
  font-size: 0.9375rem;
  font-weight: 300;
  margin-right: 2.0625rem;
  position: relative;
  top: -0.0625rem;
}

.nav-lang a {
  color: black;
  text-decoration: none;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.nav-social {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.nav-social a::before {
  font-size: 5.4375rem;
  margin-bottom: -1.0625rem;
}

.header .nav-social {
  margin: 0 1.25rem 0 0;
}

.header .nav-social a::before {
  top: 0.5625rem;
  font-size: 4.375rem;
  margin-bottom: 0;
}

.drop-menu .nav-social {
  margin-bottom: 0.75rem;
}

.drop-menu .nav-social a::before {
  left: 1.5625rem;
}

.s--contacts .nav-social {
  position: absolute;
}

.s--contacts .nav-social a::before {
  left: -1.5625rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--contacts .nav-social {
    left: 3.75rem;
  }
  .s--contacts .nav-social {
    bottom: 8.25rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--contacts .nav-social {
    left: 2.5rem;
  }
  .s--contacts .nav-social {
    bottom: 10rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.section {
  margin-bottom: 1.25rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--main {
  height: 100vh;
  max-height: 39.1875rem;
  overflow: hidden;
}

.main-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-address {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.main-content {
  position: absolute;
  z-index: 1;
  bottom: 1.875rem;
  color: white;
  left: 2.3125rem;
}

.main-title {
  font-size: 1.4375rem;
  line-height: 2rem;
  margin-bottom: 0.6875rem;
  white-space: pre-line;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--about {
  overflow: hidden;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-title {
  font-size: 4.75rem;
  line-height: 1;
  color: #d4d9da;
  position: absolute;
  top: 2.1875rem;
}

.about-items {
  width: 100%;
  max-width: 33.375rem;
  position: relative;
  top: 0.125rem;
}

.about-item {
  position: relative;
  width: 33.3333333333%;
  min-height: 9.4375rem;
  opacity: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-transition: opacity .3s, -webkit-transform .6s;
  transition: opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .3s;
  transition: transform .6s, opacity .3s, -webkit-transform .6s;
}

.about-item.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-item:nth-child(1) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.about-item:nth-child(2) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.about-item:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.about-item:nth-child(4) {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.about-item:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.about-item-4,
.about-item-5 {
  left: 0.1875rem;
}

.about-item-4 .value,
.about-item-5 .value {
  font-size: 3rem;
  margin-bottom: 0.8125rem;
}

.about-item-4 .text,
.about-item-5 .text {
  font-size: 1.0625rem;
  line-height: 1.25rem;
}

.about-expiry {
  position: absolute;
  bottom: 3.875rem;
  font-size: 1.1875rem;
  line-height: 1.875rem;
}

.about-img {
  bottom: 4.125rem;
  width: 79.875rem;
  height: 19.9375rem;
  max-width: 100%;
}

.about-img path {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.about-img.animated path {
  stroke-dashoffset: 0;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--about {
    height: 40.625rem;
  }
  .about-title,
  .about-expiry {
    left: 3.75rem;
  }
  .about-items {
    right: 7.5rem;
  }
  .about-img {
    right: -0.0625rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--about {
    height: 46.875rem;
  }
  .about-title,
  .about-expiry {
    left: 2.5rem;
  }
  .about-items {
    right: 2.5rem;
    margin-bottom: 6.25rem;
  }
  .about-img {
    left: 1.25rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -1.25rem;
}

.order-img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 1.4375rem;
  bottom: 2.6875rem;
}

.order-img path {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.order-img.animated path {
  stroke-dashoffset: 0;
}

.order-logo {
  width: 18.1875rem;
  height: 4.375rem;
  position: absolute;
  top: 2.5rem;
}

.order-text {
  position: absolute;
  left: 1.375rem;
  top: 2.5rem;
  width: 0.5rem;
  height: 9.375rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--order {
    height: 18.75rem;
    padding: 2.9375rem 3.75rem;
  }
  .order-logo {
    right: 3.75rem;
  }
  .order-img {
    width: 35.5625rem;
    height: 7.875rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--order {
    height: 25rem;
    padding: 2.9375rem 2.5rem 9.1875rem;
  }
  .order-logo {
    right: 2.5rem;
  }
  .order-img {
    width: 25rem;
    height: 5.53603rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--benefits {
  border-bottom: 0;
  min-height: 43.75rem;
}

.benefits-tabs {
  border-bottom: 1PX solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 2.0625rem;
}

.benefits-tabs .line {
  position: absolute;
  height: 0.3125rem;
  width: 33.3333333333%;
  bottom: -0.3125rem;
  -webkit-transition: left .6s;
  transition: left .6s;
  background: #03abbf;
}

.benefits-tab {
  width: 33.3333333333%;
  cursor: pointer;
  font-weight: 300;
  padding: 1.3125rem 0;
  position: relative;
}

.benefits-tab .value {
  line-height: 1;
  color: #03abbf;
  position: relative;
}

.benefits-tab .coun {
  color: #03abbf;
}

.benefits-tab .title {
  font-style: italic;
}

.benefits-tab:not(.active) .value {
  font-size: 3.75rem;
  left: -0.4375rem;
}

.benefits-tab:not(.active) .text {
  font-size: 1rem;
  line-height: 1.3125rem;
}

.benefits-tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.benefits-tab.active .value {
  margin-right: 0.875rem;
}

.benefits-tab.active .title {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  white-space: pre-line;
}

.benefits-tab:nth-child(1).active ~ .line {
  left: 0;
}

.benefits-tab:nth-child(2).active ~ .line {
  left: 33.3333333333%;
}

.benefits-tab:nth-child(3).active ~ .line {
  left: 66.6666666667%;
}

.benefits-slide {
  color: white;
  overflow: hidden;
}

.benefits-slide .img {
  height: 28.625rem;
  background: #d4d9da;
}

.benefits-slide .title {
  font-size: 1.4375rem;
  line-height: 2.1875rem;
  margin-bottom: 1.0625rem;
  text-transform: uppercase;
}

.benefits-slide .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.benefits-slide .inner {
  position: absolute;
  z-index: 1;
}

.benefits-slide .title,
.benefits-slide .text {
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s .6s;
  transition: opacity .6s, -webkit-transform .6s .6s;
  transition: transform .6s .6s, opacity .6s;
  transition: transform .6s .6s, opacity .6s, -webkit-transform .6s .6s;
}

.benefits-slide .inner-top {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  top: 3.0625rem;
}

.benefits-slide .inner-top .title,
.benefits-slide .inner-top .text {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.benefits-slide .inner-bottom {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  bottom: 3.6875rem;
}

.benefits-slide .inner-bottom .title,
.benefits-slide .inner-bottom .text {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.benefits-slide.active .title,
.benefits-slide.active .text {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.benefits-slide.active .inner-top .title {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.benefits-slide.active .inner-top .text {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.benefits-slide.active .inner-bottom .text {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.benefits-slide.active .inner-bottom .title {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--benefits {
    padding: 2.875rem 3.75rem 0;
  }
  .benefits-tab {
    left: 4.25rem;
  }
  .benefits-tab:first-child, .benefits-tab.active {
    left: auto;
  }
  .benefits-tab:not(.active) .value {
    margin-bottom: 0.5625rem;
  }
  .benefits-tab.active .value {
    font-size: 6.875rem;
    top: 0.1875rem;
  }
  .benefits-slide .inner {
    left: 3.75rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--benefits {
    padding: 2.875rem 2.5rem 0;
  }
  .benefits-tab:not(.active) .value {
    margin-bottom: 0.0625rem;
  }
  .benefits-tab.active .value {
    font-size: 5.625rem;
  }
  .benefits-slide .inner {
    left: 2.5rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--points {
  border-style: solid;
  border-width: 0 1PX;
  overflow: hidden;
  margin: -1.25rem 0 -0.625rem;
}

.s--points,
.points-items {
  height: 33.75rem;
}

.points-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  position: absolute;
  left: 0;
  top: 6.25rem;
  z-index: 2;
}

.points-tabs::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1PX solid;
}

.points-tab {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1.0625rem 0;
}

.points-tab.active {
  display: none;
}

.points-items {
  position: relative;
}

.points-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.points-slide .title {
  margin-bottom: 2rem;
}

.points-slide path,
.points-slide polygon,
.points-slide polyline {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.points-slide .img {
  right: 0;
  bottom: 6.25rem;
  opacity: 0;
}

.points-slide .img.active {
  opacity: 1;
}

.points-items:not(.changed) .anim.active.animated path,
.points-items:not(.changed) .anim.active.animated polygon,
.points-items:not(.changed) .anim.active.animated polyline,
.points-items.changed .anim.active path,
.points-items.changed .anim.active polygon,
.points-items.changed .anim.active polyline {
  stroke-dashoffset: 0;
}

.points-slide-enter-active,
.points-slide-leave-active {
  -webkit-transition: opacity .4s, -webkit-transform .6s;
  transition: opacity .4s, -webkit-transform .6s;
  transition: transform .6s, opacity .4s;
  transition: transform .6s, opacity .4s, -webkit-transform .6s;
}

.points-slide-enter,
.points-slide-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.points-slide-1 .img {
  width: 19.5625rem;
  height: 7.35856rem;
  -webkit-transform: translate(0, -0.25rem);
          transform: translate(0, -0.25rem);
}

.points-slide-2 .img {
  width: 19.4375rem;
  height: 11.4375rem;
  -webkit-transform: translate(0.0625rem, 0.8125rem);
          transform: translate(0.0625rem, 0.8125rem);
}

.points-slide-3 .img {
  width: 27.8125rem;
  height: 9.0625rem;
  -webkit-transform: translate(0, -0.1875rem);
          transform: translate(0, -0.1875rem);
}

.points-slide-4 .img {
  width: 20.1875rem;
  height: 11.9518rem;
  -webkit-transform: translate(-0.5rem, 0.0625rem);
          transform: translate(-0.5rem, 0.0625rem);
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--points {
    padding: 0 3.75rem;
  }
  .points-tabs {
    right: 3.75rem;
  }
  .points-tabs::after {
    width: 66.6389351082%;
  }
  .points-tab + .points-tab {
    margin-left: 2.5rem;
  }
  .points-slide {
    padding: 8.5rem 1.875rem 1.25rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--points {
    padding: 0 2.5rem;
  }
  .points-tabs {
    right: 2.5rem;
  }
  .points-tabs::after {
    width: 79.8668885191%;
  }
  .points-tab + .points-tab {
    margin-left: 1.25rem;
  }
  .points-slide {
    padding: 11rem 1.875rem 1.25rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--gallery {
  height: 40.625rem;
  background: #d4d9da;
}

.gallery-title {
  font-size: 6.375rem;
  top: 1.9375rem;
  right: 3.1875rem;
}

.gallery-slide .link--block {
  pointer-events: none;
}

.gallery-slide .link--block,
.gallery-slide .img {
  height: 40.625rem;
}

.gallery-slide .img {
  z-index: 0;
}

.gallery-slide .text {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.8125rem 2.5rem;
  width: 22.75rem;
  min-height: 11.375rem;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.gallery-slide.swiper-slide-active .text {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.gallery-slide .left-top {
  left: 3.8125rem;
  top: 3.8125rem;
}

.gallery-slide .left-bottom {
  left: 3.8125rem;
  bottom: 3.5rem;
}

.gallery-slide .right-bottom {
  right: 3.8125rem;
  bottom: 3.5rem;
}

.gallery-slide-2 .right-bottom {
  right: 5rem;
  bottom: 2.875rem;
}

.gallery-slide-3 .left-top {
  left: 4rem;
}

.gallery-slide-4 .left-top {
  left: 18rem;
  top: 5.8125rem;
}

.gallery-slide-5 .right-bottom {
  right: 7.1875rem;
  bottom: 3.375rem;
}

.gallery-slide-6 .left-top {
  left: 4rem;
  top: 3.75rem;
}

.gallery-slide-7 .text {
  width: 26.125rem;
  min-height: 12.75rem;
}

.gallery-slide-7 .left-bottom {
  left: 4rem;
  bottom: 3.1875rem;
}

.gallery-slide-8 .left-top {
  left: 4rem;
  top: 4rem;
}

.gallery-slide-9 .text {
  width: 26.125rem;
}

.gallery-slide-9 .right-bottom {
  right: 6.0625rem;
  bottom: 4.125rem;
}

.gallery-controls {
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery-controls button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery-prev {
  left: 0.625rem;
}

.gallery-prev.disabled {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.gallery-next {
  right: 0.625rem;
}

.gallery-next.disabled {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--flats {
  border: 1PX solid;
  border-bottom: 0;
}

.s--flats.no-terms {
  border-bottom: 1px solid black;
}

.flats-column {
  height: 35.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.flats-left .btn {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

.flats-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.5rem;
}

.flats-right {
  padding-top: 0.5625rem;
}

.flats-title {
  font-size: 1.6875rem;
  line-height: 2.6875rem;
  margin-bottom: 1.1875rem;
}

.flats-rooms {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.flats-rooms a {
  font-size: 1.125rem;
}

.flats-rooms ul {
  margin-left: 0.25rem;
}

.flats-rooms li + li::before {
  left: -0.375rem;
  top: 0.6875rem;
  width: 0.625rem;
}

.flats-types {
  font-size: 0.75rem;
  margin-bottom: 2.3125rem;
}

.flats-types div {
  padding-right: 1.375rem;
}

.flats-types div::before, .flats-types div::after {
  top: 0;
}

.flats-types div::before {
  width: 0.875rem;
  height: 0.875rem;
}

.flats-types div::after {
  width: 0.375rem;
  height: 0.375rem;
  -webkit-transform: translate(-0.25rem, 0.25rem) scale(0);
          transform: translate(-0.25rem, 0.25rem) scale(0);
}

.flats-types .active::after {
  -webkit-transform: translate(-0.25rem, 0.25rem) scale(1);
          transform: translate(-0.25rem, 0.25rem) scale(1);
}

.flats-types div + div {
  margin-left: 1.875rem;
}

.flats-levels {
  font-size: 0.875rem;
  margin-bottom: 2.0625rem;
}

.flats-levels li + li::before {
  top: 0.75rem;
}

.flats-areas {
  font-size: 0.75rem;
  line-height: 1rem;
}

.flats-areas ul {
  margin-top: 0.875rem;
}

.flats-tabs {
  font-size: 0.75rem;
  padding-bottom: 0.0625rem;
}

.flats-tabs li {
  padding-bottom: 0.3125rem;
}

.flats-tabs li::after {
  width: 2.5rem;
}

.flats-tabs li + li {
  margin-left: 1rem;
}

.flats-subtitle {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-bottom: 1.1875rem;
}

.flats-desc {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 0.375rem;
}

.flats-desc div + div {
  margin-left: 1.875rem;
}

.flats-desc div + div::before {
  left: -0.9375rem;
  top: 0.3125rem;
  height: 1rem;
}

.flats-blocks {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 2.5rem;
}

.flats-plan {
  height: 25rem;
}

.flats-plan .address {
  width: 20.625rem;
  height: 21.00275rem;
  left: -0.125rem;
  top: 1.1875rem;
}

.flats-plan .icon-roza {
  color: #AABDC5;
  right: -0.6875rem;
  top: 0.375rem;
  font-size: 2.875rem;
}

.flats-plan .icon-mountain {
  font-size: 6.5625rem;
  left: 0.125rem;
  bottom: -3.0625rem;
}

.flats-plan .img {
  width: 18.125rem;
  height: 19.98926rem;
  top: 0.4375rem;
  left: 1rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--flats {
    padding: 2.625rem 3.75rem;
  }
  .flats-left {
    width: 30.3285593934%;
  }
  .flats-center {
    width: 43.2181971356%;
  }
  .flats-right {
    width: 26.4532434709%;
  }
  .flats-rooms li {
    width: 2.9375rem;
  }
  .flats-levels li + li {
    margin-left: 1.75rem;
  }
  .flats-levels li + li::before {
    left: -1.125rem;
  }
  .flats-areas {
    max-width: 23.125rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--flats {
    padding: 2.625rem 2.5rem;
  }
  .flats-left {
    width: 30.4093567251%;
  }
  .flats-center {
    width: 42.6900584795%;
    padding-left: 2.5rem;
  }
  .flats-right {
    width: 26.9005847953%;
  }
  .flats-rooms li {
    width: 2.5rem;
  }
  .flats-levels {
    position: relative;
    left: -0.3125rem;
  }
  .flats-levels a {
    text-align: center;
    display: block;
    width: 3.125rem;
  }
  .flats-levels li + li::before {
    left: -0.25rem;
  }
  .flats-plan {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--terms {
  margin: -1.25rem 0 3.125rem;
  background: #e0dfdd;
  min-height: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.terms-item {
  min-height: 21.875rem;
  background: white;
  padding: 1.25rem 1.375rem 4.625rem;
  margin-left: 1.25rem;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
}

.animated .terms-item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.terms-item:nth-child(1) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.terms-item:nth-child(2) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.terms-item:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.terms-item:nth-child(4) {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.terms-item .head {
  min-height: 5.75rem;
  margin-bottom: 1.875rem;
  position: relative;
}

.terms-item .head::after {
  content: '';
  border-bottom: 1PX solid;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.125rem;
}

.terms-item .title {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  min-height: 2.375rem;
  margin-bottom: 0.1875rem;
}

.terms-item .value {
  font-size: 2.0625rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
}

.terms-item .text {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 300;
}

.terms-item .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.terms-item p {
  margin-bottom: 0.625rem;
  white-space: pre-line;
}

.terms-item p:last-child {
  margin-bottom: 0;
}

.terms-img {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 3.375rem;
  width: 16rem;
  height: 19.8125rem;
  pointer-events: none;
}

.terms-img path {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.terms-img.animated path {
  stroke-dashoffset: 0;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--terms {
    padding: 0 3.75rem;
  }
  .terms-items {
    max-width: 62rem;
  }
  .terms-item {
    width: calc(25% - 1.25rem);
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--terms {
    padding: 2.5rem 2.5rem 1.25rem;
  }
  .terms-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 38.75rem;
  }
  .terms-item {
    width: calc(50% - 1.25rem);
    margin-bottom: 1.25rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--status {
  border: 1PX solid;
  margin-bottom: 3.125rem;
  font-weight: 300;
  height: 41.125rem;
}

.status-title {
  color: #d4d9da;
  margin-bottom: 1.6875rem;
  left: -0.1875rem;
}

.status-items {
  overflow: visible;
}

.status-slide {
  padding-bottom: 3rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.status-slide .img {
  margin-bottom: 1.125rem;
  background: #d4d9da;
}

.status-slide .date {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.status-slide .month {
  font-size: 1rem;
  color: #03abbf;
  position: absolute;
  left: 1.875rem;
  bottom: 0;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(0, -4.9375rem) scale(9.375);
          transform: translate(0, -4.9375rem) scale(9.375);
}

.status-slide .icon {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 3.125rem;
  height: 3.125rem;
  background: black;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: white;
  font-size: 1.25rem;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.status-slide .icon::before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.status-slide a:hover .icon {
  background: white;
  color: black;
}

.status-slide.active,
.status-slide.active ~ .slide {
  opacity: 1;
  pointer-events: all;
}

.status-slide.active .month {
  font-size: 1rem;
  color: black;
}

.status-expiry {
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--status {
    padding: 2.375rem 3.75rem 3rem;
  }
  .status-title {
    font-size: 5.25rem;
    line-height: 6.8125rem;
  }
  .status-slide .img {
    height: 18.75rem;
  }
  .status-slide.book {
    width: 14.625rem;
  }
  .status-slide.book .month {
    left: 0;
  }
  .status-slide.book.active .month {
    -webkit-transform: translate(10.1875rem, 0) scale(1);
            transform: translate(10.1875rem, 0) scale(1);
  }
  .status-slide.album {
    width: 35.5rem;
  }
  .status-slide.album.active .month {
    -webkit-transform: translate(29.1875rem, 0) scale(1);
            transform: translate(29.1875rem, 0) scale(1);
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--status {
    padding: 2.375rem 2.5rem 3rem;
  }
  .status-title {
    font-size: 3.375rem;
    line-height: 4.375rem;
  }
  .status-slide .img {
    height: 18.125rem;
  }
  .status-slide.book {
    width: 13.375rem;
  }
  .status-slide.book .month {
    left: 0;
  }
  .status-slide.book.active .month {
    -webkit-transform: translate(8.9375rem, 0) scale(1);
            transform: translate(8.9375rem, 0) scale(1);
  }
  .status-slide.album {
    width: 34.25rem;
  }
  .status-slide.album.active .month {
    -webkit-transform: translate(27.9375rem, 0) scale(1);
            transform: translate(27.9375rem, 0) scale(1);
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--commercial {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 41.4375rem;
}

.commercial-title {
  font-size: 1.6875rem;
  line-height: 2.375rem;
  left: -0.125rem;
  margin-bottom: 2.3125rem;
}

.commercial-areas {
  min-height: 11.6875rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.commercial-areas ul {
  margin-top: 0.8125rem;
}

.commercial-icon {
  font-size: 4.1875rem;
  right: -1.125rem;
  top: 1.4375rem;
}

.commercial-viewport {
  padding: 2rem 1.25rem;
  height: 34.625rem;
}

.commercial-viewport a {
  height: 30.625rem;
}

.commercial-img {
  margin-bottom: 2.0625rem;
}

.commercial-img path {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.commercial-img.animated path {
  stroke-dashoffset: 0;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .s--commercial {
    padding: 3.25rem 3.75rem 3.5rem;
  }
  .commercial-left {
    width: 41.4593698176%;
  }
  .commercial-right {
    width: 58.5406301824%;
  }
  .commercial-areas {
    max-width: 21.875rem;
  }
  .commercial-img {
    width: 23.6875rem;
    height: 10.125rem;
    left: -2.375rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .s--commercial {
    padding: 3.25rem 2.5rem 3.5rem;
  }
  .commercial-left {
    width: 40.9356725146%;
  }
  .commercial-right {
    width: 59.0643274854%;
  }
  .commercial-img {
    width: 20rem;
    height: 8.54881rem;
    left: -1.25rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.s--contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-column {
  height: 45rem;
}

.contacts-title {
  left: -0.375rem;
  margin-bottom: 2.4375rem;
}

.contacts-address {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 0.75rem;
}

.contacts-text {
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-bottom: 1.25rem;
}

.contacts-path {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-bottom: 2.625rem;
  text-decoration: none;
}

.contacts-path:hover {
  text-decoration: underline;
}

.contacts-mode {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.contacts-mode div {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.contacts-mode div + div {
  margin-top: 0;
}

.contacts-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contacts-meta {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  position: absolute;
  z-index: 2;
  bottom: 1.8125rem;
}

.contacts-disklaymer {
  font-size: 0.625rem;
  line-height: 0.875rem;
  position: absolute;
  z-index: 2;
  bottom: 1.8125rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .contacts-left {
    width: 42.8571428571%;
    padding: 2.25rem 3.75rem;
  }
  .contacts-right {
    width: 57.1428571429%;
  }
  .contacts-title {
    font-size: 4.4375rem;
  }
  .contacts-copyright {
    left: 3.75rem;
  }
  .contacts-policy {
    left: 2.5rem;
  }
  .contacts-partner {
    right: 3.875rem;
  }
  .contacts-copyright {
    bottom: 6.8125rem;
  }
  .contacts-disklaymer {
    max-width: 28.75rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .contacts-left {
    width: 40.9356725146%;
    padding: 2.25rem 2.5rem;
  }
  .contacts-right {
    width: 59.0643274854%;
  }
  .contacts-title {
    font-size: 3.1875rem;
  }
  .contacts-copyright {
    left: 2.5rem;
  }
  .contacts-policy {
    left: 1.25rem;
  }
  .contacts-partner {
    right: 1.25rem;
  }
  .contacts-copyright {
    bottom: 8.5625rem;
  }
  .contacts-disklaymer {
    max-width: 18.75rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.modal-status {
  position: fixed;
  z-index: 10;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  font-weight: 300;
}

.modal-status:not(.active) {
  display: none;
}

.modal-status::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 18.75rem;
  background: #e0dfdd;
  z-index: 0;
}

.modal-status div {
  z-index: 1;
}

.modal-status-enter-active,
.modal-status-leave-active {
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s;
}

.modal-status-enter,
.modal-status-leave-to {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  pointer-events: none;
}

.modal-status-viewport {
  position: absolute;
  top: 3.75rem;
  bottom: 3.3125rem;
}

.modal-status-slide {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.modal-status-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
}

.modal-status-slide img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
}

.modal-status-slide iframe {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-status-slide .ratio {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.modal-status-slide.swiper-slide-active {
  opacity: 1;
}

.modal-status-controls {
  position: absolute;
  right: 1.25rem;
  top: 21.5625rem;
}

.modal-status-controls button {
  font-size: 7.5rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.modal-status-controls button::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-status-controls .disabled {
  opacity: .3;
  pointer-events: none;
}

.modal-status-prev {
  width: 3.125rem;
  color: black;
}

.modal-status-prev::before {
  left: 0;
}

.modal-status-next {
  width: 7.5rem;
  margin-left: 1.125rem;
  color: #03abbf;
}

.modal-status-next::before {
  right: 0;
}

.modal-status-pager {
  position: absolute;
  right: 2.5625rem;
  top: 4.5rem;
}

.modal-status-title {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  position: absolute;
  right: 1.875rem;
  bottom: 12.5625rem;
}

.modal-status-month {
  font-size: 9.375rem;
  line-height: 1;
  color: #03abbf;
  position: absolute;
  right: 4.875rem;
  bottom: 2.6875rem;
}

.modal-status-year {
  font-size: 1rem;
  line-height: 1.625rem;
  position: absolute;
  right: 1.875rem;
  bottom: 10.3125rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .modal-status-viewport {
    left: 3.75rem;
    width: 70.8638360176%;
  }
  .modal-status-controls,
  .modal-status-pager {
    width: calc(29.1361639824% - 5rem - 2.0625rem);
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-status-viewport {
    left: 2.5rem;
    width: 65.5241935484%;
  }
  .modal-status-controls,
  .modal-status-pager {
    width: calc(34.4758064516% - 5rem - 2.0625rem);
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.modal-policy {
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
}

.modal-policy::before, .modal-policy::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: red;
  z-index: 1;
  pointer-events: none;
  height: 5rem;
}

.modal-policy::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.5));
}

.modal-policy::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0.5));
}

.modal-policy h2 {
  font-size: 2.25rem;
  line-height: 3.125rem;
  margin-bottom: 3.0625rem;
}

.modal-policy h3, .modal-policy h4 {
  font-size: 1.5rem;
  line-height: 2.375rem;
}

.modal-policy p + h3,
.modal-policy p + h4 {
  margin-top: 2.875rem;
}

.modal-policy-in {
  padding: 10.75rem 3.75rem 7.9375rem 15.25rem;
  height: calc(100vh - 2.5rem - 0.125rem);
}

.modal-policy-in > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 43.125rem;
}

.modal-policy-logo {
  position: absolute;
  z-index: 2;
  top: 2.6875rem;
}

.modal-policy-text {
  position: absolute;
  z-index: 2;
  left: 1.3125rem;
  top: 6.625rem;
  width: 0.5rem;
  height: 9.375rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .modal-policy-logo {
    left: 3.75rem;
    width: 18.1875rem;
    height: 4.375rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-policy-logo {
    left: 1.25rem;
    width: 12.5rem;
    height: 3.00687rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.drop-menu {
  left: 1.25rem;
  right: 1.25rem;
  height: calc(100vh - 3.75rem - 1.25rem);
}

.drop-menu-in {
  padding: 5.4375rem 5.0625rem 4.1875rem;
}

.drop-menu-download {
  font-size: 1rem;
  line-height: 1.1875rem;
}

.drop-menu-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.drop-menu-bg > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50rem;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.drop-menu-bg .drop-menu-bg-enter,
.drop-menu-bg .drop-menu-bg-leave-to {
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

.drop-menu-bg-enter-active,
.drop-menu-bg-leave-active {
  -webkit-transition: -webkit-transform 20s;
  transition: -webkit-transform 20s;
  transition: transform 20s;
  transition: transform 20s, -webkit-transform 20s;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .drop-menu-bg {
    width: 35.5957767722%;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .drop-menu-bg {
    width: 40.1169590643%;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
.drop-form {
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
}

.drop-form-logo {
  position: absolute;
  z-index: 2;
  top: 2.6875rem;
}

.drop-form-icon {
  width: 3.375rem;
  height: 3.25rem;
  left: 3.8125rem;
  bottom: calc(57.56718529% - 2.125rem);
}

.drop-form-text {
  position: absolute;
  z-index: 2;
  left: 1.3125rem;
  top: 6.625rem;
  width: 0.5rem;
  height: 9.375rem;
}

.drop-form-bg-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 57.56718529%;
}

.drop-form-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2.9375rem 3.75rem;
  height: 42.43281471%;
}

.drop-form-response {
  position: relative;
  font-size: 2.75rem;
  line-height: 3.875rem;
  width: 50.3770739065%;
  top: 0.4375rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .drop-form-logo {
    left: 3.75rem;
    width: 18.1875rem;
    height: 4.375rem;
  }
}

/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .drop-form-logo {
    left: 1.25rem;
    width: 12.5rem;
    height: 3.00687rem;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Phone
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
.glightbox-clean .gslide-media {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gslide-image img {
  max-height: calc(100vh - 5rem);
  max-width: calc(100% - 5rem);
}

.glightbox-clean .gclose {
  right: 0;
  top: 0;
}

.glightbox-clean .gclose:hover {
  background: black;
}

.glightbox-clean .gclose {
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1rem;
}

/*
	styles for Large Desktops
 -------------------------------------------------------------------- */
/*
	styles for Desktop
 -------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .glightbox-clean .gclose {
    right: 0;
    top: 0;
  }
}

/*
	styles for Desktop and Small
 -------------------------------------------------------------------- */
/*
	styles for Tablet and Phones
 -------------------------------------------------------------------- */
/*
	styles for Tablet
 -------------------------------------------------------------------- */
