@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap");
/*reset*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
  color: #525252;
  padding-bottom: 20px;
}

body {
  font: 14px/140% 'Montserrat', sans-serif;
}

body.menu--opened {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  body.menu--opened {
    overflow: visible;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
}

body.topnav--opened {
  overflow: hidden;
}

@media only screen and (min-width: 720px) {
  body.topnav--opened {
    overflow: inherit;
  }
}

p {
  margin: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
  p {
    margin: 16px 0 0;
  }
}

a {
  color: #434343;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

form,
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  color: #000;
  font: 18px/20px 'Montserrat', sans-serif;
  vertical-align: middle;
}

address {
  font-style: normal;
}

q {
  quotes: none;
}

strong {
  font-weight: 500;
}

@media only screen and (min-width: 1024px) {
  .animated {
    opacity: 0;
  }
}

.animation-completed {
  opacity: 1;
}

.simple__heading {
  font: bold 18px/22px 'Montserrat', sans-serif;
  color: #434343;
  border-bottom: 1px solid #DCDFE7;
  margin: 64px 0 0;
}

@media only screen and (min-width: 1024px) {
  .simple__heading {
    font: bold 24px/29px 'Montserrat', sans-serif;
  }
}

.simple__heading span {
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D89F40;
}

.bone {
  position: relative;
  min-height: 100%;
}

.page-width {
  max-width: 1120px;
  padding: 0 15px;
  margin: auto;
}

@media only screen and (min-width: 1680px) {
  .page-width {
    max-width: 1280px;
  }
}

.page-space {
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .page-space {
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .columns-holder {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding: 100px 0;
  }
  .columns-holder--object {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .content {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1 0 75%;
        flex: 1 0 75%;
    max-width: 75%;
    padding: 0 15px;
  }
}

.sidebar {
  margin-top: 70px;
}

.sort--opened .sidebar.filter-popup {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .sidebar {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-top: 0;
  }
  .sidebar--reverse {
    -ms-flex-order: 3;
        order: 3;
  }
}

header {
  position: relative;
  height: 58px;
  background-color: #ffffff;
  z-index: 2;
}

@media only screen and (min-width: 1024px) {
  header {
    background-color: transparent;
    height: auto;
  }
}

.topnav--opened header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #a22b84;
}

@media only screen and (min-width: 1024px) {
  .topnav--opened header {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    overflow: visible;
    background-color: none;
  }
}

.header__items {
  text-align: center;
}

.topnav--opened .header__items {
  border-top: 58px solid #fff;
  padding: 40px 0;
}

@media only screen and (min-width: 1024px) {
  .topnav--opened .header__items {
    padding: 0;
    border-top-width: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .header__items {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding: 20px 50px;
    -ms-flex-align: center;
        align-items: center;
  }
}

.logo {
  position: absolute;
  display: block;
  -ms-flex: 1 0 116px;
      flex: 1 0 116px;
  width: 116px;
  max-width: inherit;
  height: 85px;
  top: 10px;
  left: 10px;
  background: url(/images/bg/logo-png.png) 0 0/116px 85px;
  text-indent: -9999px;
  overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .logo {
    background-image: url(/images/bg/logo-png@2x.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .logo {
    background-image: url(/images/bg/logo-png@3x.png);
  }
}

@media only screen and (min-width: 1024px) {
  .logo {
    position: absolute;
    left: 50px;
    top: 0;
    width: 188px;
    max-width: inherit;
    background-size: 188px 140px;
    height: 140px;
  }
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.topnav--opened {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .topnav--opened {
    overflow: visible;
  }
}

@media only screen and (min-width: 1024px) {
  .topnav {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 188px;
    padding-right: 30px;
  }
}

.topnav__opener {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
}

.topnav__opener:before, .topnav__opener:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #a22b84;
  transition: transform .25s linear;
}

.topnav__opener:before {
  top: 0;
}

.topnav--opened .topnav__opener:before {
  transform: rotate(-45deg) translate(-25%, 200%);
}

.topnav__opener:after {
  bottom: 0;
}

.topnav--opened .topnav__opener:after {
  transform: rotate(45deg) translate(-25%, -200%);
}

.topnav__opener span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #a22b84;
  transition: opacity .25s linear;
}

.topnav--opened .topnav__opener span:before {
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  .topnav__opener {
    display: none;
  }
}

.topnav__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topnav--opened .topnav__list {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .topnav__list {
    display: -ms-flexbox;
    display: flex;
  }
}

.topnav__item {
  font: 18px/32px 'Montserrat', sans-serif;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .topnav__item {
    font-size: 14px;
    margin-left: 15px;
    text-align: left;
  }
  .topnav__item:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1680px) {
  .topnav__item {
    margin-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}

.topnav__link {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .topnav__link {
    color: #434343;
  }
}

.lang {
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
}

.topnav--opened .lang {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .lang {
    -ms-flex-pack: inherit;
        justify-content: inherit;
    display: block;
  }
}

.lang__list {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .lang__list {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1680px) {
  .lang__list {
    padding: 0 20px;
    margin-top: 0;
  }
}

.lang__item {
  font: 12px/14px 'Montserrat', sans-serif;
  margin-left: 10px;
  text-transform: uppercase;
}

.lang__item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 1680px) {
  .lang__item {
    font-size: 16px;
    line-height: 20px;
  }
}

.lang__link {
  background-color: #ffffff;
  border: solid 1px #cfcfcf;
  display: inline-block;
  padding: 9px;
  text-align: center;
  color: #6e6e6e;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .lang__link {
    background-color: none;
  }
}

.lang__link--current {
  color: #ffffff;
  border-color: #daa035;
  background-color: #daa035;
}

.promo {
  position: relative;
  background: url(/images/bg/hero.jpg) no-repeat 0 0/cover;
}

@media only screen and (min-width: 1024px) {
  .promo {
    height: 0;
    padding-bottom: 60%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .promo {
    background-image: url(/images/bg/hero@2x.jpg);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .promo {
    background-image: url(/images/bg/hero@3x.jpg);
  }
}

.promo__content {
  color: #ffffff;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .promo__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.promo__title {
  margin: 0;
  padding-top: 120px;
  font: bold 34px/1.4 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .promo__title {
    padding-top: 0;
    font: bold 70px/1.4 'Montserrat', sans-serif;
  }
}

.promo__text {
  font: 26px/1.3 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1680px) {
  .promo__text {
    margin-top: 44px;
  }
}

.promo__button {
  display: block;
  margin: 25px auto 0;
  width: 170px;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  color: #fff;
  border-radius: 5px;
  background-color: #a22b84;
  cursor: pointer;
  font: bold 18px/1.3 'Montserrat', sans-serif;
  border: none;
}

@media only screen and (min-width: 1024px) {
  .promo__button {
    margin-top: 50px;
  }
}

.promo__more {
  display: block;
  font: bold 18px/50px 'Montserrat', sans-serif;
  color: #ffffff;
  background-color: #daa035;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 5px 5px 0 0;
  margin-top: 95px;
}

@media only screen and (min-width: 1024px) {
  .promo__more {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-top: 0;
    padding: 0 15px;
    white-space: nowrap;
    transform: translate(-50%, 0);
  }
}

.box {
  margin: 0 20px;
  box-shadow: 0px 2px 5px 0 rgba(67, 67, 67, 0.11);
  background-color: #ffffff;
}

.box__spacer {
  margin-top: 120px;
}

.box__spacer:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d5dbe3;
}

.filter {
  padding: 0 0 20px;
}

@media only screen and (min-width: 1024px) {
  .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    padding: 35px 0;
  }
}

.filter__bg {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
}

.sort--opened .filter__bg {
  box-shadow: none;
}

@media only screen and (min-width: 1024px) {
  .sort--opened .filter__bg {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  }
}

@media only screen and (min-width: 1024px) {
  .filter__bg {
    padding: 30px;
  }
}

.filter__heading {
  margin: 0;
  font: 700 24px/1.3 'Montserrat', sans-serif;
  color: #434343;
  padding-bottom: 20px;
}

.filter__heading--form {
  text-align: center;
  font: 700 20px/24px 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .filter__heading--form {
    font: 700 24px/1.3 'Montserrat', sans-serif;
  }
}

.filter__heading--toggle {
  border-bottom: 1px solid #DCDFE7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.filter__btn {
  display: block;
  width: 100%;
  border: none;
  height: 44px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  background-color: #a22b84;
  font: 700 18px/1.4 'Montserrat', sans-serif;
}

.filter__btn--simple {
  background: #fff;
  color: #434343;
  border: 1px solid #D79E40;
}

.filter__btn--object {
  margin-top: 20px;
  font: 700 16px/19px 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .filter__btn--object {
    font: 700 18px/1.4 'Montserrat', sans-serif;
  }
}

.filter__column {
  margin: 20px 0 0;
}

.filter__column input[name="search"] {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 17px;
  background-color: #ffffff;
  border: solid 1px #dcdfe8;
}

.filter__field {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 15px;
  background-color: #ffffff;
  border: solid 1px #dcdfe8;
}

.filter__col {
  margin: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
  .filter__col {
    margin: 0;
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
    padding: 15px;
  }
}

.filter-popup {
  position: fixed;
  left: -200vw;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  padding: 20px;
  overflow-y: auto;
  z-index: 100;
}

.sort--opened .filter-popup {
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .filter-popup {
    position: static;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow-y: visible;
    background: none;
  }
}

.sort--opened {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .sort--opened {
    overflow: visible;
  }
}

.about__title {
  margin-top: 70px;
  text-transform: uppercase;
  font: bold 22px/1.45 'Montserrat', sans-serif;
  text-align: center;
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .about__title {
    margin-top: 120px;
    font-size: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .about__context {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -35px;
  }
}

@media only screen and (min-width: 1024px) {
  .about__picture {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    padding: 0 35px;
  }
}

.about__img {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.about__text {
  font: 14px/1.63 'Montserrat', sans-serif;
  text-align: left;
  color: #434343;
  margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .about__text {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .about__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.about__button {
  font: bold 16px/2 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  background-color: #a22b84;
  margin-top: 26px;
  width: 100%;
  padding: 19px 0;
  border: none;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .about__button {
    width: 45%;
    max-width: 220px;
    margin: 42px 0 0 30px;
    font-size: 18px;
    line-height: 1.78;
  }
  .about__button:first-child {
    margin-left: 0;
  }
}

.about__button--light {
  background-color: #daa035;
}

.about--builder {
  margin-top: 100px;
}

.about__heading {
  font: bold 22px/27px 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .about__heading {
    font: bold 32px/150% 'Montserrat', sans-serif;
    margin-top: 50px;
  }
}

.carousel {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .carousel {
    margin-top: 60px;
  }
}

.carousel .slick-arrow {
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5) no-repeat 50%/30px 59px;
  border: none;
  border-right: 10px solid #fff;
  outline: none;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .carousel .slick-arrow {
    width: 10vw;
    background-image: url(/images/bg/angle-left.svg);
    border-right: 5px solid #fff;
  }
}

.carousel .slick-arrow:active {
  background-color: rgba(0, 0, 0, 0.7);
}

.carousel .slick-prev {
  left: 0;
}

.carousel .slick-next {
  right: 0;
  transform: rotate(180deg);
}

.carousel__item {
  background-color: #daa035;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .carousel__item {
    background-color: transparent;
    background-position: 50%;
    background-size: cover;
  }
}

.carousel__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 60vw 0 0;
}

@media only screen and (min-width: 1024px) {
  .carousel__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 8vw 12vw;
  }
}

.carousel__main {
  background: #daa035;
  color: #ffffff;
  padding: 30px;
  transition: opacity .25s linear;
}

.slick-track .carousel__main {
  opacity: 0;
}

.slick-current .carousel__main {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .carousel__main {
    opacity: 1;
    max-width: 65vw;
    width: 50vw;
    background: rgba(218, 160, 53, 0.8);
    padding: 70px;
  }
}

.carousel__title {
  font: bold 20px/1.4 'Montserrat', sans-serif;
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  .carousel__title {
    font: bold 28px/1.36 'Montserrat', sans-serif;
  }
}

.carousel__text {
  padding-top: 30px;
  font: 16px/1.63 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .carousel__text {
    padding-top: 35px;
    font: 18px/1.56 'Montserrat', sans-serif;
  }
}

.calc {
  margin-top: 70px;
  padding: 60px 0;
  color: #ffffff;
  font: bold 20px/1.4 'Montserrat', sans-serif;
  background: url(/images/bg/calc-sm.jpg) no-repeat 50%/cover;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .calc {
    background-image: url(/images/bg/calc-sm@2x.jpg);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .calc {
    background-image: url(/images/bg/calc-sm@3x.jpg);
  }
}

@media only screen and (min-width: 1024px) {
  .calc {
    margin-top: 120px;
    padding: 100px 0;
    background-image: url(/images/bg/calc.jpg);
    font-size: 22px;
  }
}

@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi) {
  .calc {
    background-image: url(/images/bg/calc@2x.jpg);
  }
}

@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-width: 1024px) and (min-resolution: 288dpi) {
  .calc {
    background-image: url(/images/bg/calc@3x.jpg);
  }
}

@media only screen and (min-width: 1024px) {
  .calc__columns {
    display: -ms-flexbox;
    display: flex;
  }
}

.calc__column {
  margin-top: 48px;
  text-align: center;
}

.calc__column:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .calc__column {
    margin-top: 0;
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}

.calc__title {
  color: #daa035;
  font: bold 60px/1.2 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .calc__title {
    font-size: 82px;
  }
}

.command__list {
  margin-top: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

@media only screen and (min-width: 1024px) {
  .command__list {
    margin: 30px -15px 0;
  }
}

.command__item {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
  padding: 14px 5px;
}

@media only screen and (min-width: 1024px) {
  .command__item {
    max-width: 25%;
    padding: 25px 15px;
  }
}

.command__img {
  width: 100%;
}

.command__name {
  font: bold 16px/1.38 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 20px;
}

.command__position {
  font: 16px/1.38 'Montserrat', sans-serif;
  text-align: center;
  color: #434343;
  margin-top: 10px;
}

.command__button {
  font: bold 16px/2 'Montserrat', sans-serif;
  text-align: center;
  color: #ffffff;
  background-color: #a22b84;
  text-decoration: none;
  padding-top: 7px;
  height: 50px;
  border-radius: 5px;
  width: 100%;
  border: none;
  margin-top: 14px;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .command__button {
    width: 310px;
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
}

.command--builder {
  border-bottom: 1px solid #D5DBE3;
  padding-bottom: 100px;
}

.article__list {
  margin-top: 3px;
}

@media only screen and (min-width: 1024px) {
  .article__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 70px -15px 0;
  }
}

.article__item {
  margin-top: 36px;
}

@media only screen and (min-width: 1024px) {
  .article__item {
    margin-top: 0;
    -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
  }
}

.article__img {
  width: 100%;
}

.article__title {
  margin-top: 29px;
  font: bold 20px/1.4 'Montserrat', sans-serif;
  text-align: left;
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .article__title {
    margin-top: 40px;
    font: bold 22px/1.27 'Montserrat', sans-serif;
  }
}

.article__title a {
  text-decoration: none;
}

.article__text {
  margin-top: 26px;
  font: 16px/1.63 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .article__text {
    font: 18px/1.56 'Montserrat', sans-serif;
    text-align: left;
    color: #434343;
  }
}

.article__button {
  margin-top: 36px;
  border-radius: 5px;
  background-color: #a22b84;
  text-decoration: none;
  padding: 7px 0;
  color: #ffffff;
  font: bold 16px/2 'Montserrat', sans-serif;
  border: none;
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .article__button {
    margin-top: 66px;
    width: 170px;
    font: bold 18px/1.78 'Montserrat', sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.teaser {
  background: no-repeat 0 0/cover;
  padding: 46px 0;
}

@media only screen and (min-width: 1024px) {
  .teaser {
    padding: 103px 0;
  }
}

.teaser__title {
  margin: 0;
  font: 700 30px/37px 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  .teaser__title {
    font: 700 70px/85px 'Montserrat', sans-serif;
  }
}

.breadcrumbs {
  border-bottom: 1px solid #DCDFE7;
}

.breadcrumbs__list {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumbs__item {
  margin-top: 10px;
  font: 16px/19px 'Montserrat', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 1024px) {
  .breadcrumbs__item {
    margin-top: 0;
    white-space: normal;
  }
}

.breadcrumbs__item:before {
  content: "/";
  margin: 0 10px;
}

.breadcrumbs__item:first-child:before {
  display: none;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #A22B84;
}

.breadcrumbs__space {
  padding-top: 100px;
}

.objects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.objects__item {
  padding: 20px;
}

@media only screen and (min-width: 1024px) {
  .objects__item {
    -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%;
    max-width: 33.33%;
    padding: 30px 15px;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .objects__item--object {
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
  }
}

.objects__picture {
  position: relative;
}

.objects__img {
  display: block;
  width: 100%;
}

.objects__code {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #7E7E7E;
  margin-top: 10px;
}

.objects__code strong {
  font: bold 16px/160% 'Montserrat', sans-serif;
  color: #434343;
}

.objects__title {
  font: bold 20px/24px 'Montserrat', sans-serif;
  color: #434343;
  margin: 25px 0 0;
}

.objects__link {
  text-decoration: none;
}

.objects__category {
  margin-top: 15px;
  font: 16px/19px 'Montserrat', sans-serif;
  color: #A22B84;
}

.objects__category--object {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .objects__category--object {
    margin-top: 0;
    text-align: left;
  }
}

.objects__description {
  margin-top: 15px;
  font: 16px/160% 'Montserrat', sans-serif;
  color: #434343;
}

.objects__footer {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 13px 0;
  border: solid #DCDFE7;
  border-width: 1px 0;
}

.objects__price {
  font: bold 16px/160% 'Montserrat', sans-serif;
  text-align: right;
  color: #D79E40;
}

.objects__sqr {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #434343;
}

.objects__sqr:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/images/bg/sqr.svg) no-repeat 0 0/20px 20px;
  width: 20px;
  height: 20px;
}

.object__bg {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
}

.object__space {
  border-top: 1px solid #DCDFE7;
  padding: 30px;
}

.object__space:first-child {
  border-top-width: 0;
}

.object__map {
  margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .object__map {
    margin-top: 40px;
  }
}

.object__map #map_canvas {
  height: 150px;
}

@media only screen and (min-width: 1024px) {
  .object__map #map_canvas {
    height: 430px;
  }
}

.object-carousel__item {
  padding-bottom: 5px;
  background: #fcfcfc;
  max-height: 660px;
}

.object-carousel__item.slick-slide img {
    max-height: 650px;
    max-width: 100%;
    margin: 0 auto;
	height: 100%;
    width: auto;
}
@media only screen and (max-width: 960px) {
	.object-carousel__item.slick-slide img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

.object-thumbs .slick-arrow {
  position: absolute;
  top: 5px;
  width: 30px;
  height: calc(100% - 10px);
  border: none;
  background: #a22b84 url(/images/bg/angle-left.svg) no-repeat 50%/24px 24px;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  height: 100px;
}

.object-thumbs .slick-prev {
  left: 0;
}

.object-thumbs .slick-next {
  right: 0;
  transform: rotate(-180deg);
}

.object-thumbs__item {
  opacity: .5;
  cursor: pointer;
}

.object-thumbs__item.slick-current {
  opacity: 1;
}

.object-thumbs__img {
  margin-top: 0 !important;
  border: 5px solid transparent;
  display: block;
  height: 0;
  padding-bottom: 70.5%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.object__title {
  margin-top: 55px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .object__title {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.object__name {
  margin: 0;
  font: bold 32px/39px 'Montserrat', sans-serif;
  color: #434343;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .object__name {
    text-align: left;
  }
}

.object__price {
  font: bold 26px/160% 'Montserrat', sans-serif;
  text-align: center;
  color: #D79E40;
  margin-top: 10px;
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .object__price {
    font: bold 32px/160% 'Montserrat', sans-serif;
    margin-top: 0;
    text-align: right;
  }
}

.object__img {
  margin-top: 32px;
  width: 100%;
}

.object__description p {
  margin-top: 22px;
  font: 16px/22px 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .object__description p {
    margin-top: 33px;
  }
}

.object__heading {
  font: bold 18px/22px 'Montserrat', sans-serif;
  color: #434343;
  border-bottom: 1px solid #DCDFE7;
  margin-top: 64px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .object__heading {
    font: bold 24px/29px 'Montserrat', sans-serif;
  }
}

.object-video__item {
  position: relative;
  margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .object-video__item {
    margin-top: 40px;
  }
}

.object-video__img {
  width: 100%;
}

.object-video__link:before {
  content: "";
  border-radius: 36px;
  position: absolute;
  width: 54px;
  height: 54px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #D79E40 url(/images/bg/play.svg) no-repeat 50%/18px 18px;
}

@media only screen and (min-width: 1024px) {
  .object-video__link:before {
    width: 72px;
    height: 72px;
  }
}

.object-contact {
  text-align: center;
}

.object-contact__img {
  text-align: center;
}

.object-contact__name {
  margin: 25px 0 0;
  font: bold 18px/22px 'Montserrat', sans-serif;
  text-align: center;
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .object-contact__name {
    font: bold 20px/24px 'Montserrat', sans-serif;
  }
}

.object-contact__phone {
  font: 16px/160% 'Montserrat', sans-serif;
  text-align: center;
  color: #434343;
  margin-top: 10px;
}

.object-contact__mail a {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #a22b84;
  margin-top: 10px;
}

.object__column {
  margin-top: 10px;
}

.object__field {
  display: block;
  width: 100%;
  height: 44px;
  padding: 13px 15px;
  background: #FCFCFC;
  border: 1px solid #DCDFE7;
  color: #434343;
  font: 14px/18px 'Montserrat', sans-serif;
}

.object__field:focus {
  outline: none;
  border-color: #333;
}

.object__agreement {
  margin-top: 25px;
  font: 14px/18px 'Montserrat', sans-serif;
  color: #969696;
}

.object__checkboxs {
  margin-top: 17px;
}

.object__checkbox {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.object__checkbox input {
  visibility: hidden;
}

.object__checkbox input + span {
  display: -ms-flexbox;
  display: flex;
}

.object__checkbox input + span:before {
  content: "";
  display: inline-block;
  max-width: 20px;
  -ms-flex: 1 0 20px;
      flex: 1 0 20px;
  height: 20px;
  margin-top: 2px;
  background: #FCFCFC;
  border: 1px solid #DCDFE7;
  box-sizing: border-box;
  margin-right: 10px;
}

.object__checkbox input:checked + span:before {
  border: none;
  background: #D89F40 url(/images/bg/check-light.svg) no-repeat 50%/10px 10px;
  height: 20px;
  width: 20px;
}

.contacts {
  margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .contacts__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 33px -15px 0;
  }
}

.contacts__data {
  margin-top: 23px;
}

@media only screen and (min-width: 1024px) {
  .contacts__data {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
    width: 33.333%;
    margin-top: 47px;
    padding: 0 15px;
  }
}

.contacts__column {
  margin-top: 23px;
}

@media only screen and (min-width: 1024px) {
  .contacts__column {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    width: 50%;
    margin-top: 0;
    padding: 0 15px;
  }
}

.contacts__city {
  font: bold 16px/160% 'Montserrat', sans-serif;
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .contacts__city {
    font: bold 18px/160% 'Montserrat', sans-serif;
  }
}

.contacts__address {
  font: 16px/160% 'Montserrat', sans-serif;
  padding: 5px 0 15px;
  color: #434343;
}

.contacts__phone {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #434343;
}

.contacts__phones {
  padding-bottom: 15px;
}

.contacts__mail {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #A22B84;
}

.contacts__mail a {
  color: #A22B84;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .contacts__mail a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1024px) {
  .contacts__map {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1 0 66.66666%;
        flex: 1 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 15px;
  }
}

.contacts__map #map_canvas {
  height: 150px;
}

@media only screen and (min-width: 1024px) {
  .contacts__map #map_canvas {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .builder__columns {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -35px;
    padding-top: 40px;
  }
}

.builder__text {
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .builder__text {
    font: 16px/160% 'Montserrat', sans-serif;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    padding: 0 35px;
  }
}

.builder__picture {
  padding: 40px 0 0;
}

@media only screen and (min-width: 1024px) {
  .builder__picture {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    padding: 0 35px;
  }
}

.builder__img {
  width: 100%;
  height: auto;
}

.builder__title {
  font: bold 22px/27px 'Montserrat', sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #434343;
  margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
  .builder__title {
    font: bold 32px/150% 'Montserrat', sans-serif;
    margin-top: 88px;
  }
}

.work {
  background: url(/images/bg/work.jpg) no-repeat 50%/cover;
  margin-top: 50px;
  padding: 60px 0;
}

@media only screen and (min-width: 1024px) {
  .work {
    padding: 0 0 70px;
    margin-top: 100px;
  }
}

.work__title {
  font: bold 22px/150% 'Montserrat', sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .work__title {
    font: bold 32px/150% 'Montserrat', sans-serif;
    padding-top: 87px;
  }
}

.work__text {
  margin-top: 50px;
  font: 16px/160% 'Montserrat', sans-serif;
  text-align: center;
  color: #FFFFFF;
}

.work__text p {
  margin: 32px 0 0;
}

.popup {
  display: none;
}

.callback {
  display: none;
  line-height: 50px;
  border-radius: 5px;
  color: #a22b84;
  background-color: #fff;
  text-decoration: none;
  padding: 7px 17px;
  font: bold 16px/2 'Montserrat', sans-serif;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 40px auto 0;
}

.topnav--opened .callback {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .callback {
    background-color: #a22b84;
    color: #ffffff;
    display: block;
    width: 50px;
    max-width: 50px;
    -ms-flex: 1 0 50px;
        flex: 1 0 50px;
    height: 50px;
    margin: 0 0 0 17px;
    text-indent: -9999px;
    overflow: hidden;
    background: #a22b84 url(/images/bg/phone.svg) 50%/22px 28px no-repeat;
  }
}

@media only screen and (min-width: 1280px) {
  .callback {
    -ms-flex: inherit;
        flex: inherit;
    width: auto;
    height: auto;
    max-width: inherit;
    margin-left: 87px;
    text-indent: 0;
    overflow: visible;
    background: #a22b84;
  }
}

.callback-popup {
  max-width: 480px;
  padding: 20px;
  background-color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  .callback-popup {
    padding: 60px;
  }
}

.swal2-popup .swal2-title {
  line-height: 1.4 !important;
}

.feature__list {
  margin-top: 23px;
}

@media only screen and (min-width: 1024px) {
  .feature__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

.feature__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .feature__item {
    -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
    width: 33.333%;
    margin-top: 20px;
    display: block;
  }
}

.feature__name {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #434343;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 1024px) {
  .feature__name {
    -ms-flex: inherit;
        flex: inherit;
    width: inherit;
    white-space: nowrap;
  }
}

.feature__value {
  font: bold 16px/160% 'Montserrat', sans-serif;
  color: #434343;
  text-align: right;
  margin-left: auto;
}

@media only screen and (min-width: 1024px) {
  .feature__value {
    text-align: left;
  }
}

.feature__img {
  height: 20px;
  width: 20px;
}

.sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 60px;
}

@media only screen and (min-width: 1024px) {
  .sort {
    border-top: 1px solid #DCDFE7;
    padding-top: 20px;
  }
}

.sort__filter {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100vw;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 20px;
  width: 100vw;
  margin: 0 -20px;
  -ms-flex-align: center;
      align-items: center;
  border: solid #DCDFE7;
  border-width: 1px 0;
  margin-top: 25px;
}

.sort__filter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DCDFE7;
}

@media only screen and (min-width: 1024px) {
  .sort__filter {
    -ms-flex: inherit;
        flex: inherit;
    padding: 0;
    margin: 0;
    max-width: inherit;
    width: auto;
    display: block;
    margin-top: 0;
    border-width: 0;
  }
  .sort__filter:after {
    display: none;
  }
}

.sort__close {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/bg/sort-close.svg) 0 0/12px 12px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .sort__close {
    display: none;
  }
}

.sort__opener {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
  text-decoration: none;
  font: 16px/19px 'Montserrat', sans-serif;
}

.sort__opener:after {
  content: "";
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(/images/bg/sort-opener.svg) no-repeat 0 0/12px 12px;
}

@media only screen and (min-width: 1024px) {
  .sort__opener {
    display: none;
  }
}

.sort__label {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #434343;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .sort__label {
    -ms-flex: inherit;
        flex: inherit;
    text-align: left;
    max-width: inherit;
  }
}

.sort__types {
  font: 16px/19px 'Montserrat', sans-serif;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 1024px) {
  .sort__types {
    -ms-flex: inherit;
        flex: inherit;
    max-width: inherit;
  }
}

@media only screen and (min-width: 1024px) {
  .pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.pager__more {
  font: bold 18px/22px 'Montserrat', sans-serif;
  text-align: center;
  color: #FFFFFF;
  background: #A22B84;
  border-radius: 3px;
  padding: 0 40px;
  height: 44px;
  border: none;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .pager__more {
    width: auto;
  }
}

.pager .pager__more {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  .pager .pager__more {
    margin-bottom: 0;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.pagination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination__item {
  font: 14px/16px 'Montserrat', sans-serif;
  margin: 0 5px;
}

.pagination__space, .pagination__link {
  display: block;
  border: 1px solid #DCDFE7;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 9px;
  min-width: 36px;
  text-align: center;
  text-decoration: none;
  transition: color 0.25s linear, border-color 0.25s linear, background-color 0.25s linear;
}

.pagination__space--current, .pagination__link--current {
  color: #ffffff;
  cursor: default;
  background-color: #a22b84;
}

.pagination__link:hover {
  color: #ffffff;
  background-color: #a22b84;
}

.pagination__prev, .pagination__next {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #DCDFE7;
  border-radius: 3px;
  background: #A22B84 no-repeat 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.pagination__prev[disabled="disabled"], .pagination__next[disabled="disabled"] {
  background-color: #ffffff;
}

.pagination__prev {
  margin-right: 25px;
  background-image: url(/images/bg/pagination-prev.svg);
}

.pagination__prev[disabled="disabled"] {
  background-image: url(/images/bg/pagination-prev-disabled.svg);
}

.pagination__next {
  margin-left: 25px;
  background-image: url(/images/bg/pagination-next.svg);
}

.pagination__next[disabled="disabled"] {
  background-image: url(/images/bg/pagination-next-disabled.svg);
}

@media only screen and (min-width: 1024px) {
  .video__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 70px -15px 0;
  }
}

.video__item {
  margin-top: 36px;
}

@media only screen and (min-width: 1024px) {
  .video__item {
    margin-top: 0;
    -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
  }
}

.video__img {
  display: block;
  width: 100%;
}

.video__title {
  margin-top: 29px;
  font: bold 20px/1.4 'Montserrat', sans-serif;
  text-align: left;
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .video__title {
    margin-top: 40px;
    font: bold 22px/1.27 'Montserrat', sans-serif;
  }
}

.video__text {
  margin-top: 26px;
  font: 16px/1.63 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .video__text {
    font: 18px/1.56 'Montserrat', sans-serif;
    text-align: left;
    color: #434343;
  }
}

.video__button {
  height: 50px;
  margin-top: 36px;
  border-radius: 5px;
  background-color: #a22b84;
  color: #ffffff;
  font: bold 16px/2 'Montserrat', sans-serif;
  border: none;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .video__button {
    margin-top: 66px;
    width: 170px;
    font: bold 18px/1.78 'Montserrat', sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.video__play {
  display: block;
  position: relative;
}

.video__play:before {
  content: "";
  position: absolute;
  border-radius: 36px;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  background: #daa035 url(/images/bg/play.svg) no-repeat 50%/16px 16px;
  transform: translate(-50%, -50%);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-height: 653px;
}

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

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

.slick-slide {
  display: none;
  float: left;
  /*height: 350px;*/
  /*width: 480px;*/
  /*opacity: .65;*/
  /*padding: 25px 0;*/
  min-height: 1px;
  outline: none;
}

.slick-slide img {
  /* height: 100%; */
}

.featured--js .slick-slide img {
  width: auto;
}

.slick-center {
  padding: 0;
  width: 560px;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .slick-slide {
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
  }
}

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

.slick-slide img {
  display: block;
}

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

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

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

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

/* Slider */
.slick-loading .slick-list {
  background: transparent;
}

.features .heading {
  margin-top: 50px;
}

/* Arrows */
.cards__list .slick-prev,
.cards__list .slick-next {
  display: none;
  font-size: 0;
  line-height: 0;
  top: -45px;
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 11px;
}

.cards__list .slick-prev:hover,
.cards__list .slick-next:hover {
  background-color: #FF6970;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 720px) {
  .cards__list .slick-prev,
  .cards__list .slick-next {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 16px;
  }
}

.cards__list .slick-prev {
  left: auto;
  right: 60px;
  background-image: url(/images/bg/left-arrow.svg);
}

.cards__list .slick-prev:hover {
  background-image: url(/images/bg/left-arrow-active.svg);
}

.cards__list .slick-next {
  right: 16px;
  background-image: url(/images/bg/right-arrow.svg);
}

.cards__list .slick-next:hover {
  background-image: url(/images/bg/right-arrow-active.svg);
}

.cards__list .slick-prev:hover:before,
.cards__list .slick-prev:focus:before,
.cards__list .slick-next:hover:before,
.cards__list .slick-next:focus:before {
  opacity: 1;
}

.cards__list .slick-prev.slick-disabled:before,
.cards__list .slick-next.slick-disabled:before {
  opacity: .25;
}

.cards__list .slick-prev:before,
.cards__list .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cards__list .slick-prev:before {
  content: '←';
}

.cards__list .slick-slider:before, .cards__list .slick-slider:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
}

.cards__list .slick-slider:before {
  left: 0;
}

.cards__list .slick-slider:after {
  right: 0;
}

.slick-list {
  z-index: 1;
}

.cards__list .slick-next:before {
  content: '→';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  background: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.slick-dots li:first-child {
  padding-left: 45px;
}

.slick-dots li:last-child {
  padding-right: 45px;
}

.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  padding: 0 4px;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ede2de;
  text-indent: -9999px;
  overflow: hidden;
}

.slick-dots li.slick-active button:before {
  background-color: #fd5030;
}

.range {
  padding-top: 5px;
}

.range__slider {
  position: relative;
  height: 2px;
  background-color: #a22b84;
}

.range__footer {
  padding-top: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.range .ui-slider-range {
  position: absolute;
  height: 2px;
  background-color: #D5DADE;
}

.range .ui-slider-handle {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  transform: translate(-7px, -6px);
  background-color: #daa035;
  outline: none;
}

.range__values {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.range__values:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6ecee;
}

.range__min, .range__max {
  display: block;
  border: none;
  height: 38px;
  background-color: #ffffff;
  font: 14px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
  color: #6c6c6c;
  width: 50%;
}

.range__min:focus, .range__max:focus {
  outline: none;
  box-shadow: inset 0 0 3px rgba(38, 156, 214, 0.6);
}

.form__container {
  max-width: 570px;
  margin: 0 auto;
}

.form__row {
  margin: 0 -10px;
  padding: 20px 0 0;
}

.form__col {
  padding: 0 10px;
}

.form__text {
  padding: 30px 0;
  text-align: center;
}

.form__btn {
  display: block;
  width: 100%;
  height: 44px;
  color: #ffffff;
  cursor: pointer;
  background: #A22B84;
  border: none;
  border-radius: 3px;
  margin: 0 auto;
  font: 18px/21px 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .form__btn {
    max-width: 170px;
  }
}

.form__field {
  display: block;
  padding: 0 18px;
  width: 100%;
  height: 44px;
  background: #FCFCFC;
  border: 1px solid #DCDFE7;
}

textarea.form__field {
  padding: 18px;
  height: 123px;
  resize: vertical;
}

label.error {
  display: block;
  color: #ff0000;
  margin-top: 10px;
  font: 13px/18px 'Montserrat', sans-serif;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 2px 5px 10px #000;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.footer__bg {
  margin-top: 70px;
  background: url(/images/bg/footer.jpg) no-repeat 0 0/cover;
}

@media only screen and (min-width: 1024px) {
  .footer__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__column {
    padding-left: 180px;
  }
}

.footer__title {
  font: bold 22px/1.45 'Montserrat', sans-serif;
  text-align: left;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.footer__title span {
	display: block;
    font-size: 11px;
    color: #daa035;
}

@media only screen and (min-width: 1024px) {
  .footer__title {
    padding-top: 69px;
    padding-bottom: 8px;
  }
}

.footer__text {
  margin-top: 30px;
  font: 16px/1.63 'Montserrat', sans-serif;
  text-align: left;
  color: #ffffff;
}

.footer__text span {
    color: #daa035;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer__text ul {
	margin: 0;
    padding: 0;
}
.footer__text ul li {
	list-style: none;
	font-size: 12px;
	line-height: 30px;
}
.footer__text ul li a {
	color:white;
	text-decoration: none;
}

.footer__icons {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .footer__icons {
    margin-top: 36px;
  }
}

.footer__icon {
  -ms-flex: 1 0 40px;
      flex: 1 0 40px;
  border-radius: 20px;
  margin-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 40px;
  height: 40px;
  background: #daa035;
}

.footer__icon:first-child {
  margin-left: 0;
}

.footer__icon img {
  max-height: 18px;
}

.footer__map {
  font: 16px/1.75 'Montserrat', sans-serif;
  text-align: left;
  color: #ffffff;
}

.footer__ico {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1024px) {
  .footer__ico {
    margin-top: 27px;
  }
}

.footer__contact {
  position: relative;
  color: #ffffff;
  padding: 10px 0 10px 39px;
}

@media only screen and (min-width: 1024px) {
  .footer__contact {
    padding-top: 30px;
  }
}

.footer__button {
  font: bold 16px/20px 'Montserrat', sans-serif;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background-color: #a22b84;
  border: none;
  margin: 36px 0 60px;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .footer__button {
    margin-left: 0;
    display: block;
    width: 200px;
    margin-top: 26px;
  }
}

.footer-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 60px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__list {
    display: block;
    margin-top: 69px;
  }
}

.footer-nav__item {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__item {
    max-width: inherit;
  }
}

.footer-nav__link {
  font: 16px/2.38 'Montserrat', sans-serif;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__link:hover {
    text-decoration: underline;
  }
}

.footer__column:last-child {
  padding-bottom: 20px;
}

.legalline {
  margin: 30px 0 26px;
  text-align: center;
  font: 16px/1.63 'Montserrat', sans-serif;
  color: #434343;
}

@media only screen and (min-width: 1024px) {
  .legalline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.legalline__address {
  color: #a22b84;
}
