

/* Start:/bitrix/templates/ideal-home-landing/css/slick.css?15713870581776*/
/* 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;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track: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: 100%;
    min-height: 1px;
}
[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;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/ideal-home-landing/css/slick-theme.css?15713870633145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/ideal-home-landing/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/ideal-home-landing/css/./fonts/slick.eot');
    src: url('/bitrix/templates/ideal-home-landing/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/ideal-home-landing/css/./fonts/slick.woff') format('woff'), url('/bitrix/templates/ideal-home-landing/css/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/ideal-home-landing/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/ideal-home-landing/css/styles.css?1574690865157543*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-Light.woff2") format('woff2'), url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-Regular.woff2") format('woff2'), url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-Medium.woff2") format('woff2'), url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-SemiBold.woff2") format('woff2'), url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-SemiBold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/bitrix/templates/ideal-home-landing/css/fonts//Montserrat-Bold.woff2") format('woff2'), url("/bitrix/templates/ideal-home-landing/css/fonts/Montserrat-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: 'Montserrat';
  font-weight: 400;
  counter-reset: card;
}
a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  color: #515052;
  transition: color 250ms ease;
}
img {

}
a:hover {
  font-weight: 600;
  color: #14110f;
}
a:active {
  font-weight: 700;
  color: #14110f;
}
.dark-bg a {
  color: #d9c5b3;
}
.dark-bg a:hover {
  font-weight: 600;
  color: #d9c5b3;
}
.dark-bg a:active {
  font-weight: bold;
  color: #fff;
}
.semibold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.brown {
  color: #d9c5b3;
}
.bg {
  z-index: 1;
  position: relative;
  background-color: #14110f;
}
.bg::before,
.bg::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-repeat: repeat-x;
}
@media (max-width: 768px) {
  .bg::before,
  .bg::after {
    content: normal;
  }
}
.bg::after {
  bottom: 0;
  height: 1054px;
  background-image: url("/bitrix/templates/ideal-home-landing/css/img/texture-bottom.jpg");
  background-position: bottom;
}
.bg::before {
  top: 0;
  height: 3020px;
  background-image: url("/bitrix/templates/ideal-home-landing/css/img/texture-top.jpg");
  background-position: top;
}
.header__container {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1400px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1279px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1279px) {
  #recaptcha1 {
    display: none;
  }
}
.header {
  z-index: 4;
  position: relative;
  background-color: #000;
}
.header::before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/bitrix/templates/ideal-home-landing/css/img/header.jpg");
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.header__progress-container {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  height: 10px;
  background-color: #14110f;
}
@media (max-width: 1024px) {

.header__progress-container {
    height: 12px;
  }
}
@media (max-width: 768px) {
  .header__progress-container {
    height: 10px;
  }
}
@media (max-width: 540px) {
  .header__progress-container {
    height: 6px;
  }
}
.header__progress-bar {
  width: 0%;
  height: 100%;
  background-color: #d9c5b3;
}
.header__container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 1400px) {
  .header__container {
    padding-top: 19px;
    padding-bottom: 29px;
  }
}
@media (max-width: 1279px) {
  .header__container {
    padding-top: 11px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .header__container {
    padding-top: 6px;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding-top: 3px;
    padding-bottom: 7px;
  }
}
@media (max-width: 540px) {
  .header__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__link {
  font-weight: 500;
  font-size: 13px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F3F3F4;
}
.header__link:hover {
  font-weight: 600;
  color: #d9c5b3;
}
.header__link:active {
  font-weight: 700;
  color: #fff;
}
.header__link:first-of-type {
  display: none;
}
@media (max-width: 1400px) {
  .header__link {
    font-size: 12px;
  }
}
.header__logo {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 271px;
}
@media (max-width: 1279px) {
  .header__logo {
    order: 1;
    flex-direction: row;
    width: 279px;
  }
}
@media (max-width: 540px) {
  .header__logo {
    width: 37px;
  }
}
.header__logo-house {
  width: 71px;
  height: 52px;
  fill: #d9c5b3;
}
@media (max-width: 1400px) {
  .header__logo-house {
    width: 61px;
  }
}
@media (max-width: 1279px) {
  .header__logo-house {
    width: 65px;
  }
}
@media (max-width: 1024px) {
  .header__logo-house {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .header__logo-house {
    width: 37px;
  }
}
.header__logo-text {
  width: 243px;
  height: 21px;
  fill: #f3f3f4;
}
@media (max-width: 1400px) {
  .header__logo-text {
    width: 193px;
  }
}
@media (max-width: 1279px) {
  .header__logo-text {
    width: 202px;
  }
}
@media (max-width: 1024px) {
  .header__logo-text {
    width: 158px;
  }
}
.header__logo-room {
  margin-top: 15px;
  width: 83px;
  height: 7px;
  fill: #f3f3f4;
}
@media (max-width: 1400px) {
  .header__logo-room {
    margin-top: 5px;
    width: 67px;
  }
}
@media (max-width: 1279px) {
  .header__logo-room {
    width: 86px;
  }
}
@media (max-width: 1024px) {
  .header__logo-room {
    width: 68px;
  }
}
@media (max-width: 768px) {
  .header__logo-room {
    margin-top: 0;
  }
}
.header__burger,
.header__close {
  fill: #d9c5b3;
}
.header__menu {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 573px;
  flex-shrink: 1;
}
@media (max-width: 1400px) {
  .header__menu {
    width: 425px;
  }
}
@media (max-width: 1279px) {
  .header__menu {
    order: 2;
    width: 433px;
  }
}
@media (max-width: 1024px) {
  .header__menu {
    order: 3;
    width: unset;
    padding-top: 9px;
  }
}
@media (max-width: 768px) {
  .header__menu {
    padding-top: 3px;
  }
}
.header__close {
  width: 28px;
  height: 28px;
  display: none;
}
.header__menu-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__menu-wrapper {
    display: none;
  }
}
.header__menu-wrapper_open::before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #d9c5b3;
}
@media (max-width: 1024px) {
  .header__menu-wrapper_open {
    z-index: 10;
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 162px;
    height: calc(100vh - 60px);
    background-color: rgba(0,0,0,0.8);
  }
  .header__menu-wrapper_open .header__link {
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    padding-left: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 1.7px;
  }
  .header__menu-wrapper_open .header__link:first-of-type {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 540px) {
  .header__menu-wrapper_open__link {
    font-size: 12px;
  }
}
.header__menu-mini {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header__menu-mini {
    display: none;
  }
}
.header__menu-mini_open .header__burger {
  display: none;
}
.header__menu-mini_open .header__close {
  display: block;
}
.header__data {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 573px;
  flex-shrink: 1;
}
@media (max-width: 1400px) {
  .header__data {
    width: 415px;
  }
}
@media (max-width: 1279px) {
  .header__data {
    width: unset;
    order: 2;
  }
}
@media (max-width: 1024px) {
  .header__data {
    width: 376px;
    padding-top: 9px;
  }
}
@media (max-width: 768px) {
  .header__data {
    justify-content: flex-end;
    padding-right: 30px;
    padding-top: 0;
  }
}
@media (max-width: 540px) {
  .header__data {
    padding-right: 22px;
  }
}
@media (max-width: 320px) {
  .header__data {
    justify-content: center;
    padding-right: 0;
  }
}
.header__logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
}
@media (max-width: 1400px) {
  .header__logo-box {
    margin-top: 6px;
  }
}
@media (max-width: 1279px) {
  .header__logo-box {
    align-items: flex-start;
    margin-top: 14px;
    margin-left: 9px;
  }
}
@media (max-width: 1024px) {
  .header__logo-box {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .header__logo-box {
    margin-top: 0;
  }
}
@media (max-width: 540px) {
  .header__logo-box {
    display: none;
  }
}
.header__address {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #d9c5b3;
}
@media (max-width: 1400px) {
  .header__address {
    font-size: 12px;
  }
}
@media (max-width: 1279px) {
  .header__address {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__address {
    display: block;
    font-size: 14px;
  }
  .header__address span {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__address {
    display: none;
  }
}
.header__phone {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
  color: #d9c5b3;
}
.header__phone:hover {
  color: #fff;
}
@media (max-width: 1400px) {
  .header__phone {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header__phone {
    font-size: 16px;
  }
}
.header__phone span {
  color: #fff;
}
.header_scroll {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  justify-content: flex-start;
  background-color: #14110f;
  box-shadow: 0 0 3px 0 #34312d;
}
.header_scroll::before {
  content: normal;
}
.header_scroll::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 350px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1400px) {
 /* .header_scroll::after {
    width: 270px;
  }*/
}
@media (max-width: 1279px) {
  .header_scroll::after {
    width: 305px;
  }
}
@media (max-width: 1024px) {
  .header_scroll::after {
    content: normal;
  }
}
@media (max-width: 1024px) {
  .header_scroll {
    background-color: #fff;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .header_scroll .header__progress-container {
    display: block;
  }
}
.header_scroll .header__data {
  padding-top: 4px;
  padding-bottom: 13px;
  width: 573px;
}
@media (max-width: 1400px) {
  .header_scroll .header__data {
    width: 450px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .header_scroll .header__data {
    width: auto;
  }
}
@media (max-width: 768px) {
  .header_scroll .header__data {
    width: 62%;
  }
}
.header_scroll .header__container {
  padding-top: 0;
  padding-bottom: 0;
  align-items: stretch;
}
@media (max-width: 1400px) {
  .header_scroll .header__container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 540px) {
  .header_scroll .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header_scroll .header__link {
  display: flex;
  align-items: center;
  padding: 0 1.5625%;
  font-weight: 600;
  color: #a09f9f;
}
.header_scroll .header__link:hover {
  font-weight: 600;
  color: #d9c5b3;
}
.header_scroll .header__link:active {
  font-weight: bold;
  color: #fff;
}
.header_scroll .header__link:first-of-type {
  display: flex;
}
@media (max-width: 1400px) {
  .header_scroll .header__link {
    padding: 16px 1.214285714285714%;
  }
}
@media (max-width: 1279px) {
  .header_scroll .header__link {
    z-index: 0;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2.8125%;
    padding-right: 1.328125%;
  }
}
@media (max-width: 1024px) {
  .header_scroll .header__link {
    padding-left: 36px;
    padding-right: 17px;
  }
}
.header_scroll .header__link_active {
  color: #14110f;
  background-color: #fff;
}
.header_scroll .header__link_active:hover {
  font-weight: 600;
  color: #14110f;
}
.header_scroll .header__link_active:active {
  font-weight: 700;
  color: #14110f;
}
@media (max-width: 1024px) {
  .header_scroll .header__link_active {
    background-color: #bbb;
  }
  .header_scroll .header__link_active::before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 4px;
    height: 100%;
    background-color: #d9c5b3;
  }
}
.header_scroll .header__link_bold {
  font-weight: 700;
}
.header_scroll .header__logo {
  order: 1;
  flex-direction: row;
  width: 290px;
  padding-top: 4px;
  padding-bottom: 13px;
}
@media (max-width: 1400px) {
  .header_scroll .header__logo {
    padding-top: 0;
    padding-bottom: 0;
    width: 208px;
  }
}
@media (max-width: 1279px) {
  .header_scroll .header__logo {
    width: 260px;
  }
}
@media (max-width: 1024px) {
  .header_scroll .header__logo {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .header_scroll .header__logo {
    width: auto;
  }
}
.header_scroll .header__logo-house {
  width: 55px;
  flex-shrink: 0;
  fill: #000;
}
@media (max-width: 1400px) {
  .header_scroll .header__logo-house {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .header_scroll .header__logo-house {
    width: 49px;
  }
}
.header_scroll .header__logo-text {
  width: 168px;
  fill: #3d3a36;
}
@media (max-width: 1400px) {
  .header_scroll .header__logo-text {
    width: 142px;
  }
}
.header_scroll .header__logo-box {
  margin-top: 11px;
  padding-left: 6px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .header_scroll .header__logo-box {
    padding-left: 9px;
  }
}
@media (max-width: 768px) {
  .header_scroll .header__logo-box {
    padding-left: 5px;
    margin-top: 7px;
    margin-left: 0;
  }
}
.header_scroll .header__logo-room {
  margin-top: 2px;
  width: 73px;
  fill: #7f7e7f;
}
@media (max-width: 1400px) {
  .header_scroll .header__logo-room {
    width: 60px;
  }
}
.header_scroll .header__address {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .header_scroll .header__address {
    font-size: 12px;
  }
}
@media (max-width: 1279px) {
  .header_scroll .header__address {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header_scroll .header__address {
    display: block;
    margin-right: 44px;
    font-size: 15px;
    line-height: 32px;
    color: #14110f;
  }
}
@media (max-width: 768px) {
  .header_scroll .header__address {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header_scroll .header__phone {
    font-weight: 600;
    line-height: 32px;
    color: #7e7f83;
  }
  .header_scroll .header__phone span {
    color: #14110f;
  }
}
@media (max-width: 1024px) {
  .header_scroll .header__burger,
  .header_scroll .header__close {
    fill: #34312d;
  }
}
.header_scroll .header__menu-wrapper {
  height: 100%;
  justify-content: flex-start;
  align-items: stretch;
}
.header_scroll .header__menu-wrapper_open {
  top: calc(100% + 12px);
}
@media (max-width: 1024px) {
  .header_scroll .header__menu-wrapper_open {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .header_scroll .header__menu-wrapper_open {
    top: calc(100% + 10px);
  }
}
@media (max-width: 540px) {
  .header_scroll .header__menu-wrapper_open {
    top: calc(100% + 6px);
  }
}
.header_scroll .header__menu {
  order: 2;
  flex-grow: 1;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .header_scroll .header__menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .header_scroll .header__menu {
    flex-grow: 0;
    order: 3;
    width: auto;
  }
}
.button {
  display: inline-block;
  padding: 17px 32px;
  min-width: 150px;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  outline: none;
  border: none;
  background-color: #34312d;
  cursor: pointer;
  transition: all 250ms ease;
}
.button:hover {
  color: #d9c5b3;
  background-color: #14110f;
}
.button_light {
  font-weight: 700;
  color: #14110f;
  background-color: #d9c5b3;
}
.button_light:hover {
  color: #14110f;
  background-color: #c7c8ca;
}
.button_light.button_alternative {
  color: #fff;
  background-color: #515052;
}
.button_light.button_alternative:hover {
  color: #14110f;
  background-color: #c7c8ca;
}
.button_alternative {
  color: #14110f;
  background-color: #d9c5b3;
}
.button_alternative:hover {
  color: #14110f;
  background-color: #f3f3f4;
}
.company {
  display: flex;
  height: calc(100vh - 194px);
}
@media (max-width: 1400px) {
  .company {
    height: calc(100vh - 147px);
  }
}
@media (max-width: 1279px) {
  .company {
    height: calc(100vh - 91px);
  }
}
@media (max-width: 1024px) {
  .company {
    height: auto;
  }
}
@media (max-width: 768px) {
  .company {
    flex-direction: column;
  }
}
.company__data {
  z-index: 1;
  position: relative;
  width: 633px;
  flex-shrink: 0;
  order: 1;
}
@media (max-width: 1400px) {
  .company__data {
    width: 453px;
  }
}
@media (max-width: 1279px) {
  .company__data {
    width: 514px;
  }
}
@media (max-width: 1024px) {
  .company__data {
    width: 406px;
    padding-bottom: 77px;
  }
}
@media (max-width: 768px) {
  .company__data {
    width: 100%;
    flex-shrink: 1;
    padding-bottom: 60px;
    order: 2;
  }
}
@media (max-width: 540px) {
  .company__data {
    padding-bottom: 54px;
  }
}
.company__data::before {
  content: '';
  position: absolute;
  left: 21.958925750394943%;
  bottom: 0;
  display: block;
  width: 4px;
  height: 42%;
  background-color: #d9c5b3;
}
@media (max-width: 1400px) {
  .company__data::before {
    left: 22.075055187637968%;
  }
}
@media (max-width: 1279px) {
  .company__data::before {
    left: 18.09338521400778%;
    height: 51.3%;
  }
}
@media (max-width: 1024px) {
  .company__data::before {
    left: 18.7192118226601%;
    height: 50%;
  }
}
@media (max-width: 768px) {
  .company__data::before {
    left: 11.5%;
    height: 66%;
  }
}
@media (max-width: 540px) {
  .company__data::before {
    content: normal;
  }
}
.company__wrapper {
  padding-left: 147px;
  width: 134.5%;
}
@media (max-width: 1400px) {
  .company__wrapper {
    padding-left: 106px;
    width: 155%;
  }
}
@media (max-width: 1279px) {
  .company__wrapper {
    padding-left: 128px;
  }
}
@media (max-width: 1024px) {
  .company__wrapper {
    width: 165%;
    padding-left: 106px;
  }
}
@media (max-width: 768px) {
  .company__wrapper {
    width: auto;
    padding-left: 141px;
  }
}
@media (max-width: 540px) {
  .company__wrapper {
    padding-left: 0;
    margin-top: 10px;
  }
}
.company__buttons {
  display: inline-flex;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .company__buttons {
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .company__buttons {
    margin-top: 21px;
  }
}
@media (max-width: 768px) {
  .company__buttons {
    display: flex;
  }
}
@media (max-width: 540px) {
  .company__buttons {
    margin-top: 6px;
    padding-right: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 320px) {
  .company__buttons {
    align-items: baseline;
  }
}
@media (max-width: 540px) {
  .company__buttons .button {
    width: 210px;
  }
}
@media (max-width: 320px) {
  .company__buttons .button:first-of-type {
    margin-right: 13px;
  }
}
.company__buttons .button:last-of-type {
  margin-left: 21px;
}
@media (max-width: 540px) {
  .company__buttons .button:last-of-type {
    margin-left: 0;
  }
}
@media (max-width: 519px) {
  .company__buttons .button:last-of-type {
    margin-top: 13px;
  }
}
.company__good-title {
  display: inline;
  font-size: 60px;
  line-height: 95px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8.8px;
  color: #7e7f83;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .company__good-title {
    font-size: 52px;
    line-height: 75px;
    letter-spacing: 8px;
  }
}
@media (max-width: 1279px) {
  .company__good-title {
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 6.8px;
  }
}
@media (max-width: 1024px) {
  .company__good-title {
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 7.3px;
  }
}
@media (max-width: 768px) {
  .company__good-title {
    font-size: 37px;
    line-height: 52px;
    letter-spacing: 6px;
  }
}
@media (max-width: 540px) {
  .company__good-title {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 3.6px;
  }
}
@media (max-width: 320px) {
  .company__good-title {
    letter-spacing: 3.4px;
  }
}
.company__good-title span {
  font-weight: 600;
  color: #14110f;
}
.company__logo {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .company__logo {
    width: 269px;
  }
}
@media (max-width: 768px) {
  .company__logo {
    left: 0;
    top: -56px;
    padding-left: 84px;
    padding-right: 54px;
    padding-top: 31px;
    width: 403px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: #fff;
  }
}
@media (max-width: 540px) {
  .company__logo {
    width: 287px;
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 16px;
  }
}
@media (max-width: 320px) {
  .company__logo {
    width: 247px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.company__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .company__logo img {
    position: relative;
    width: auto;
    max-width: 266px;
  }
}
@media (max-width: 540px) {
  .company__logo img {
    max-width: 210px;
  }
}
@media (max-width: 320px) {
  .company__logo img {
    max-width: 206px;
  }
}
.company__slogan {
  position: absolute;
  left: -194px;
  bottom: 173px;
  font-size: 30px;
  line-height: 56px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 7.2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1400px) {
  .company__slogan {
    left: -160px;
    bottom: 135px;
    font-size: 24px;
    letter-spacing: 6px;
  }
}
@media (max-width: 1279px) {
  .company__slogan {
    left: -130px;
    bottom: 99px;
    font-size: 19px;
    letter-spacing: 4.5px;
  }
}
@media (max-width: 1024px) {
  .company__slogan {
    left: -94px;
    bottom: 97px;
  }
}
@media (max-width: 768px) {
  .company__slogan {
    left: -66px;
    bottom: 79px;
    letter-spacing: 3.8px;
    font-size: 16px;
    line-height: 55px;
  }
}
@media (max-width: 540px) {
  .company__slogan {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 56px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .company__slogan::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #d9c5b3;
  }
}
.company__info {
  position: absolute;
  bottom: 15%;
  left: 9.636650868878357%;
  width: 100%;
}
@media (max-width: 1024px) {
  .company__info {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 242px;
  }
}
@media (max-width: 768px) {
  .company__info {
    margin-top: 93px;
  }
}
@media (max-width: 540px) {
  .company__info {
    padding-left: 60px;
    margin-top: 13px;
  }
}
@media (max-width: 320px) {
  .company__info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.company__image {
  position: relative;
  flex-grow: 1;
  order: 2;
}
@media (max-width: 1024px) {
  .company__image {
    order: 1;
    width: 100%;
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  .company__image {
    width: 100%;
  }
}
.company__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .company__image img {
    position: static;
  }
}
.card__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.35px;
}
@media (max-width: 1400px) {
  .card__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.5px;
  }
}
.card__title::before {
  content: '0' counter(card);
  counter-increment: card;
  margin-right: 6px;
  color: #ccb199;
}
@media (max-width: 1400px) {
  .card__title::before {
    margin-right: 11px;
    font-size: 32px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .card__title::before {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .card__title::before {
    margin-right: 10px;
    font-size: 32px;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .card__title::before {
    font-size: 16px;
    line-height: 24px;
  }
}
.card__text {
  margin-top: 11px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
}
.advantages {
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f5f5f6;
}
@media (max-width: 1400px) {
  .advantages {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .advantages {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }
}
.advantages__card {
  position: relative;
  padding: 133px 59px;
}
.advantages__card:last-of-type::before {
  content: normal;
}
@media (max-width: 1400px) {
  .advantages__card {
    width: 50%;
    padding: 87px 51px 0;
  }
  .advantages__card:nth-of-type(2)::before,
  .advantages__card:nth-of-type(4)::before {
    content: normal;
  }
  .advantages__card:nth-of-type(3)::before {
    top: auto;
    bottom: 0;
  }
  .advantages__card:nth-of-type(3),
  .advantages__card:nth-of-type(4) {
    padding-bottom: 100px;
  }
}
@media (max-width: 1279px) {
  .advantages__card {
    padding-top: 108px;
    padding-left: 46px;
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .advantages__card {
    padding-left: 30px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .advantages__card {
    width: 100%;
    padding: 46px 90px 55px;
  }
  .advantages__card:nth-of-type(3),
  .advantages__card:nth-of-type(4) {
    padding-bottom: 55px;
  }
  .advantages__card:nth-of-type(2)::before {
    content: '';
  }
}
@media (max-width: 540px) {
  .advantages__card {
    padding: 45px 60px;
  }
}
@media (max-width: 320px) {
  .advantages__card {
    padding: 40px 15px;
  }
}
.advantages__card::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 131px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .advantages__card::before {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 232px;
    height: 4px;
  }
}
@media (max-width: 1400px) and (max-width: 1279px) {
  .advantages__card:nth-of-type(2),
  .advantages__card:nth-of-type(4) {
    padding-right: 50px;
  }
}
@media (max-width: 1400px) and (max-width: 1024px) {
  .advantages__card:nth-of-type(2),
  .advantages__card:nth-of-type(4) {
    padding-right: 30px;
  }
}
.soon {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .soon {
    height: auto;
    /*overflow: visible;*/
  }
}
.soon__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .soon__image {
    position: static;
    width: 100%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
@media (max-width: 320px) {
  .soon__image {
    min-height: 171px;
  }
}
.soon__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.soon_wrapper_text_block {
  position: absolute;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D9C5B3;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #a19e9f, 0 0 70px #a19e9f, 0 0 80px #a19e9f, 0 0 100px #a19e9f, 0 0 150px #a19e9f;
  z-index: 99;
}
.soon_wrapper_text_block span {
  display: block;
  color: #f5f5f6;
}


@media (max-width: 768px) {
  .soon__wrapper {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.soon__data {
  text-align: center;
}
@media (max-width: 1400px) {
  .soon__data {
    margin-top: -8px;
  }
}
@media (max-width: 768px) {
  .soon__data {
    position: absolute;
    top: 100%;
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
    background-color: #fff;
  }
}
@media (max-width: 540px) {
  .soon__data {
    padding-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .soon__data {
    margin-top: 21px;
  }
}
.soon__logo-box {
  z-index: 1;
  position: relative;
  height: 347px;
  width: 347px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .soon__logo-box {
    width: 277px;
    height: 277px;
  }
}
@media (max-width: 1279px) {
  .soon__logo-box {
    width: 222px;
    height: 222px;
  }
}
@media (max-width: 768px) {
  .soon__logo-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 540px) {
  .soon__logo-box {
    width: 171px;
    height: 171px;
  }
}
.soon__title {
  font-size: 52px;
  line-height: 95px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
}
@media (max-width: 1400px) {
  .soon__title {
    font-size: 36px;
    letter-spacing: 5.5px;
  }
}
@media (max-width: 1279px) {
  .soon__title {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .soon__title {
    margin-top: 23px;
    font-size: 36px;
    color: #14110f;
  }
}
@media (max-width: 540px) {
  .soon__title {
    margin-top: 0;
    font-size: 32px;
    letter-spacing: 5px;
  }
}
@media (max-width: 320px) {
  .soon__title {
    line-height: 40px;
  }
}
.soon__title span {
  font-weight: 300;
  color: #d9c5b3;
}
@media (max-width: 768px) {
  .soon__title span {
    color: #7e7f83;
  }
}
.soon__address {
  margin-top: -15px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #d9c5b3;
}
@media (max-width: 1400px) {
  .soon__address {
    margin-top: -21px;
  }
}
@media (max-width: 1279px) {
  .soon__address {
    margin-top: -22px;
  }
}
@media (max-width: 768px) {
  .soon__address {
    color: #34312d;
  }
}
@media (max-width: 320px) {
  .soon__address {
    margin-top: 0;
  }
}
.soon__gradient {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1400px) {
  .soon__gradient {
    width: 782px;
  }
}
@media (max-width: 1279px) {
  .soon__gradient {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .soon__gradient {
    display: none;
  }
}
.soon__logo {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 239px;
}
@media (max-width: 1400px) {
  .soon__logo {
    width: 190px;
  }
}
@media (max-width: 1279px) {
  .soon__logo {
    width: 155px;
  }
}
@media (max-width: 540px) {
  .soon__logo {
    width: 119px;
  }
}
.soon__circle-one,
.soon__circle-two {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #d9c5b3;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.soon__circle-one {
  z-index: 1;
  width: 278px;
  height: 278px;
  -webkit-animation-name: opacity-one;
          animation-name: opacity-one;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  background-color: #14110f;
}
@media (max-width: 1400px) {
  .soon__circle-one {
    width: 224px;
    height: 224px;
  }
}
@media (max-width: 1279px) {
  .soon__circle-one {
    width: 178px;
    height: 178px;
  }
}
@media (max-width: 540px) {
  .soon__circle-one {
    width: 137px;
    height: 137px;
  }
}
.soon__circle-two {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-animation-name: opacity-two;
          animation-name: opacity-two;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  background-color: #14110f;
}
@-webkit-keyframes opacity-one {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 0.47;
  }
}
@keyframes opacity-one {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 0.47;
  }
}
@-webkit-keyframes opacity-two {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes opacity-two {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.2;
  }
}
.dealer {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 360px;
  padding-right: 330px;
}
@media (max-width: 1400px) {
  .dealer {
    padding-top: 107px;
    padding-left: 151px;
    padding-right: 225px;
  }
}
@media (max-width: 1279px) {
  .dealer {
    padding-top: 85px;
    padding-bottom: 85px;
    padding-right: 140px;
  }
}
@media (max-width: 1024px) {
  .dealer {
    padding-top: 89px;
    padding-bottom: 75px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .dealer {
    margin-top: 186px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
  }
}
@media (max-width: 540px) {
  .dealer {
    margin-top: 135px;
    padding-top: 40px;
    padding-bottom: 65px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 320px) {
  .dealer {
    margin-top: 163px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dealer__text {
  position: relative;
  padding-left: 100px;
  font-size: 28px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4.3px;
  color: #f3f3f4;
}
@media (max-width: 1400px) {
  .dealer__text {
    padding-left: 80px;
    font-size: 23px;
    line-height: 47px;
  }
}
@media (max-width: 1279px) {
  .dealer__text {
    padding-left: 69px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 3px;
  }
}
@media (max-width: 1024px) {
  .dealer__text {
    padding-left: 56px;
  }
}
@media (max-width: 768px) {
  .dealer__text {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 540px) {
  .dealer__text {
    padding-left: 0;
    padding-top: 35px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
}
.dealer__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #d9c5b3;
}
@media (max-width: 540px) {
  .dealer__text::before {
    width: 30px;
    height: 4px;
  }
}
footer {
  position: relative;
  padding-top: 37px;
  padding-bottom: 48px;
  background-image: url(/bitrix/templates/ideal-home-landing/css/../img/bg-footer.jpg);
  background-size: cover;
  background-color: #14110f;
  background-position: center;
}
@media (max-width: 1024px) {
  .footer {
    background-image: url("/bitrix/templates/ideal-home-landing/css/img/bg-footer-mobile.jpg");
  }
}
@media (max-width: 540px) {
  .footer {
    background-image: none;
  }
}
.footer::before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #13100f;
}
.footer__container {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__container {
    flex-wrap: wrap;
  }
}
.footer__logo {
  order: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__logo {
    order: 2;
  }
}
@media (max-width: 540px) {
  .footer__logo {
    position: relative;
    width: 100%;
    justify-content: center;
    padding-bottom: 45px;
  }
  .footer__logo::after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 0;
    display: block;
    width: calc(100% + 30px);
    height: 4px;
    background-color: #515052;
  }
}
.footer__logo-box {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  margin-top: 14px;
}
.footer__soc {
  order: 2;
}
@media (max-width: 1024px) {
  .footer__soc {
    position: relative;
    justify-content: center;
    order: 1;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 42px;
  }
  .footer__soc::after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 0;
    display: block;
    width: calc(100% + 30px);
    height: 4px;
    background-color: #515052;
  }
}
.footer__logo-house {
  width: 68px;
  fill: #d9c5b3;
}
@media (max-width: 1024px) {
  .footer__logo-house {
    width: 65px;
  }
}
.footer__logo-text {
  width: 200px;
  fill: #fff;
}
.footer__logo-room {
  width: 87px;
  margin-top: 6px;
  fill: #fff;
}
.footer__developer {
  order: 3;
  width: 270px;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: #7e7f83;
}
@media (max-width: 540px) {
  .footer__developer {
    margin-top: 35px;
    width: 100%;
    text-align: center;
  }
}
.footer__copyright {
  display: block;
  margin-bottom: 8px;
}
.soc {
  display: flex;
  align-items: center;
}
.soc__ico {
  fill: #a09f9f;
}
.soc__ico-instagram {
  width: 25px;
  height: 25px;
}
.soc__ico-vk {
  width: 24px;
  height: 13px;
}
.soc__ico-facebook {
  width: 9px;
  height: 18px;
}
.soc__item:not(:last-of-type) {
  margin-right: 55px;
}
@media (max-width: 1279px) {
  .soc__item:not(:last-of-type) {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .soc__item:not(:last-of-type) {
    margin-right: 65px;
  }
}
.soc__text {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  color: #a09f9f;
}
@media (max-width: 1439px) {
  .soc__text {
    display: none;
  }
}
@media (max-width: 1024px) {
  .soc__text {
    display: block;
  }
}
@media (max-width: 540px) {
  .soc__text {
    display: none;
  }
}
.soc__link {
  display: flex;
  align-items: center;
}
.goods {
  position: relative;
  padding-top: 118px;
  padding-left: 361px;
  padding-right: 210px;
}
.goods::before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  max-width: 1387px;
  width: 72.23958333333333%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .goods::before {
    max-width: 1147px;
    width: 81.92857142857143%;
  }
}
@media (max-width: 1024px) {
  .goods::before {
    max-width: 922px;
    width: 90.0390625%;
  }
}
@media (max-width: 768px) {
  .goods::before {
    max-width: none;
    width: 100%;
  }
}
.goods::after {
  z-index: 1;
  content: normal;
  position: absolute;
  left: 0;
  bottom: 88px;
  display: block;
  width: 162px;
  height: 4px;
  background-color: #d9c5b3;
}
@media (max-width: 1024px) {
  .goods::after {
    content: '';
  }
}
@media (max-width: 768px) {
  .goods::after {
    bottom: 107px;
    width: 279px;
  }
}
@media (max-width: 540px) {
  .goods::after {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .goods {
    padding-top: 80px;
    padding-left: 150px;
    padding-right: 120px;
  }
}
@media (max-width: 1279px) {
  .goods {
    padding-top: 70px;
    padding-left: 131px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .goods {
    padding-left: 80px;
    padding-top: 63px;
  }
}
@media (max-width: 768px) {
  .goods {
    padding-left: 0;
    padding-right: 0;
  }
}
.goods__link-wrapper {
  position: relative;
  padding-top: 4px;
  padding-bottom: 67px;
  padding-right: 97px;
  width: 1027px;
}
@media (max-width: 1400px) {
  .goods__link-wrapper {
    width: 71.35714285714285%;
    padding-top: 14px;
    padding-bottom: 56px;
    padding-right: 116px;
  }
}
@media (max-width: 1279px) {
  .goods__link-wrapper {
    padding-top: 10px;
    padding-bottom: 47px;
    padding-right: 167px;
  }
}
@media (max-width: 1024px) {
  .goods__link-wrapper {
    width: 82.2265625%;
    padding-top: 54px;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .goods__link-wrapper {
    width: 100%;
    padding-top: 112px;
    padding-bottom: 45px;
    padding-left: 29px;
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .goods__link-wrapper {
    padding-left: 0;
    padding-top: 47px;
    padding-bottom: 38px;
  }
}
@media (max-width: 320px) {
  .goods__link-wrapper {
    padding-top: 19px;
    padding-bottom: 39px;
  }
}
.goods__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #34312d;
}
@media (max-width: 1400px) {
  .goods__link {
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .goods__link {
    justify-content: flex-start;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
@media (max-width: 540px) {
  .goods__link {
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .goods__link span > span {
    display: none;
  }
}
.goods__link-ico {
  width: 25px;
  height: 20px;
  margin-left: 30px;
}
@media (max-width: 1400px) {
  .goods__link-ico {
    margin-left: 23px;
  }
}
@media (max-width: 1024px) {
  .goods__link-ico {
    width: 22px;
    height: 17px;
    margin-left: 13px;
  }
}
.goods__item {
  z-index: 1;
  position: relative;
  height: 100vh;
}
.goods__item:not(:last-of-type) {
  padding-bottom: 120px;
}
@media (max-width: 1400px) {
  .goods__item:not(:last-of-type) {
    padding-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .goods__item:not(:last-of-type) {
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .goods__item:not(:last-of-type) {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .goods__item:not(:last-of-type) {
    padding-bottom: 112px;
  }
}
@media (max-width: 540px) {
  .goods__item:not(:last-of-type) {
    padding-bottom: 46px;
  }
}
@media (max-width: 768px) {
  .goods__item:last-of-type {
    padding-bottom: 112px;
  }
}
@media (max-width: 540px) {
  .goods__item:last-of-type {
    padding-bottom: 46px;
  }
}
.goods__item:last-of-type .good__image {
  height: calc(100vh - 60px);
}
@media (max-width: 1400px) {
  .goods__item:last-of-type .good__image {
    height: calc(100vh - 40px);
  }
}
@media (max-width: 1279px) {
  .goods__item:last-of-type .good__image {
    height: calc(100vh - 35px);
  }
}
@media (max-width: 1024px) {
  .goods__item:last-of-type .good__image {
    height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .goods__item:last-of-type .good__image {
    height: auto;
  }
}
@media (max-width: 768px) {
  .goods__item {
    height: auto;
  }
}
@media (max-width: 1279px) {
  .good {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .good {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.good__logo {
  z-index: 1;
  position: absolute;
  left: -237px;
  top: 122px;
  width: 300px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1400px) {
  .good__logo {
    left: -194px;
    top: 115px;
    width: 275px;
  }
}
@media (max-width: 1279px) {
  .good__logo {
    left: -190px;
    top: 110px;
  }
}
@media (max-width: 1024px) {
  .good__logo {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (max-width: 768px) {
  .good__logo {
    left: -76px;
    top: auto;
    bottom: 202px;
    width: 277px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 540px) {
  .good__logo {
    position: static;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (max-width: 320px) {
  .good__logo {
    margin-top: 21px;
  }
}
.good__logo img {
  width: 100%;
}
.good__data {
  position: absolute;
  left: -155px;
  top: 300px;
  display: flex;
  order: 2;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 90px;
  width: 743px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .good__data {
    left: 0;
    top: 144px;
    width: 415px;
    padding-top: 36px;
    padding-bottom: 47px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  .good__data {
    position: static;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-top: 33px;
    padding-left: 8px;
    width: 385px;
  }
}
@media (max-width: 1024px) {
  .good__data {
    width: 421px;
    padding-left: 0;
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .good__data {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (max-width: 540px) {
  .good__data {
    order: 3;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0;
  }
}
@media (max-width: 320px) {
  .good__data {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.good__price {
  font-weight: 600;
  font-size: 36px;
  line-height: 57px;
  text-align: left;
  letter-spacing: 7px;
  color: #34312d;
}
@media (max-width: 1400px) {
  .good__price {
    font-size: 28px;
    line-height: 52px;
    letter-spacing: 5.5px;
  }
}
.good__wrapper-price {
  text-align: center;
}
.good__info {
  flex-grow: 1;
}
@media (max-width: 1279px) {
  .good__info {
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  .good__info {
    flex-grow: 1;
    padding-top: 18px;
    padding-left: 116px;
  }
}
@media (max-width: 540px) {
  .good__info {
    padding-left: 0;
  }
}
.good__pay {
  margin-top: 23px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .good__pay {
    margin-top: 6px;
  }
}
@media (max-width: 1024px) {
  .good__pay {
    margin-top: 0;
  }
}
.good__price-box {
  align-self: flex-end;
  flex-shrink: 0;
  width: 285px;
  padding-bottom: 8px;
}
@media (max-width: 1400px) {
  .good__price-box {
    margin-top: 8px;
  }
}
@media (max-width: 1279px) {
  .good__price-box {
    align-self: flex-start;
    margin-top: 23px;
  }
}
@media (max-width: 1024px) {
  .good__price-box {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .good__price-box {
    width: 225px;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 540px) {
  .good__price-box {
    width: 100%;
    margin-top: 23px;
  }
}
.good__volume {
  display: block;
  margin-top: -24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 57px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-align: left;
  color: #7e7f83;
}
.good__image {
  position: relative;
  order: 3;
  max-width: 1330px;
  width: 100%;
  height: calc(100vh - 120px);
}
@media (max-width: 1400px) {
  .good__image {
    max-width: 1107px;
    height: calc(100vh - 80px);
  }
}
@media (max-width: 1279px) {
  .good__image {
    max-width: 714px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .good__image {
    max-width: 470px;
  }
}
@media (max-width: 768px) {
  .good__image {
    order: 1;
    max-width: none;
  }
}
.good__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.good__table {
  margin-top: 19px;
  table-layout: fixed;
}
@media (max-width: 1400px) {
  .good__table {
    margin-top: 3px;
  }
}
.good__table-left {
  width: 177px;
}
@media (max-width: 1400px) {
  .good__table-left {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .good__table-left {
    width: 243px;
  }
}
.good__table-right {
  width: 365px;
}
.good__table tbody tr:not(:last-of-type) td {
  padding-bottom: 11px;
}
@media (max-width: 1400px) {
  .good__table tbody tr:not(:last-of-type) td {
    padding-bottom: 9px;
  }
}
@media (max-width: 1024px) {
  .good__table tbody tr:not(:last-of-type) td {
    padding-bottom: 7px;
  }
}
.good__table tbody td {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .good__table tbody td {
    letter-spacing: 0;
  }
}
@media (max-width: 1279px) {
  .good__table tbody td {
    letter-spacing: -1px;
  }
}
@media (max-width: 1024px) {
  .good__table tbody td {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
.good__table tbody td:first-of-type {
  font-weight: 500;
  color: #7e7f83;
}
.good__table tbody td:last-of-type {
  font-weight: 600;
  color: #34312d;
}
@media (max-width: 540px) {
  .good__table tbody td:last-of-type {
    text-align: right;
  }
}
@media (max-width: 540px) {
  .good form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 485px) {
  .good form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.good__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .good__title {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
@media (max-width: 1279px) {
  .good__title {
    letter-spacing: 2.1px;
  }
}
@media (max-width: 768px) {
  .good__title {
    letter-spacing: 2px;
  }
}
@media (max-width: 540px) {
  .good__title {
    font-size: 18px;
    text-align: center;
  }
}
.input-box {
  position: relative;
}
.input-box__label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #a09f9f;
  pointer-events: none;
  transition: all 250ms ease;
}
.input-box__input {
  width: 100%;
  height: 35px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #f3f3f4;
  outline: none;
  border: none;
  border-bottom: 1px solid #515052;
  background-color: transparent;
  transition: border 250ms ease;
}
.input-box__input_value + .input-box__label {
  top: -30px;
  font-size: 9px;
}
.input-box__input_focus,
.input-box__input:focus {
  border-color: #d9c5b3;
}
.input-box__input_focus + .input-box__label,
.input-box__input:focus + .input-box__label {
  top: -30px;
  font-size: 9px;
}
.input-box__input_light {
  color: #7e7f83;
  border-color: #d9c5b3;
}
.input-box__input_light.input-box__input_value {
  color: #515052;
}
.input-box__input_light.input-box__input_value + input-box__label {
  color: #7e7f83;
}
.input-box__input_light:focus {
  color: #14110f;
  border-color: #14110f;
}
.input-box__input_light:focus + .input-box__label {
  color: #14110f;
}
.input-box__input_error {
  color: #dd114f;
  border-color: #dd114f;
}
.input-box__input_error + .input-box__label {
  color: #dd114f;
}
.input-box__input_error:focus {
  color: #dd114f;
  border-color: #dd114f;
}
.input-box__input_error:focus + .input-box__label {
  color: #dd114f;
}
.contacts {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 210px;
  padding-right: 210px;
  padding-top: 150px;
  padding-bottom: 160px;
}
@media (max-width: 1400px) {
  .contacts {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 85px;
  }
}
@media (max-width: 1279px) {
  .contacts {
/*    -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .contacts {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 768px) {
  .contacts {
    background-image: none;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 55px;
    padding-bottom: 90px;
  }
}
@media (max-width: 540px) {
  .contacts {
    padding-top: 35px;
    padding-bottom: 75px;
  }
}
@media (max-width: 320px) {
  .contacts {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contacts__data {
  width: 600px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .contacts__data {
    width: 578px;
  }
}
@media (max-width: 1279px) {
  .contacts__data {
    width: 100%;
  }
}
.contacts__form {
  margin-top: 55px;
}
@media (max-width: 1400px) {
  .contacts__form {
    margin-top: 9px;
  }
}
@media (max-width: 1279px) {
  .contacts__form {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) {
  .contacts__form {
    margin-top: 15px;
  }
}
@media (max-width: 540px) {
  .contacts__form {
    margin-top: 38px;
  }
}
/*.contacts__form-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}*/
@media (max-width: 1279px) {
  .contacts__form-box {
    margin-top: 66px;
  }
}
@media (max-width: 1024px) {
/*  .contacts__form-box {
    margin-top: 35;
  }*/
}
@media (max-width: 768px) {
  .contacts__form-box {
    margin-top: 41px;
  }
}
@media (max-width: 540px) {
  .contacts__form-box {
    margin-top: 35px;
  }
}
.contacts__title {
  font-weight: 600;
  font-size: 24px;
  /*line-height: 57px;*/
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  color: #d9c5b3;
}
@media (max-width: 1400px) {
  .contacts__title {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .contacts__title {
    font-size: 18px;
    letter-spacing: 3.5px;
  }
}
@media (max-width: 1024px) {
  .contacts__title {
    letter-spacing: 5.5px;
  }
}
@media (max-width: 768px) {
  .contacts__title {
    font-size: 20px;
    letter-spacing: 4.2px;
  }
}
@media (max-width: 320px) {
  .contacts__title {
    line-height: 24px;
  }
}
.contacts__wrapper {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
/*  margin-right: -15px;
  margin-left: -15px;*/
}
@media (max-width: 1400px) {
  .contacts__wrapper {
/*    -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  }
}
.contacts__wrapper .input-box {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1400px) {
  .contacts__wrapper .input-box {
    width: 50%;
  }
  .contacts__wrapper .input-box:first-of-type {
    width: 100%;
    margin-bottom: 57px;
  }
}
@media (max-width: 1279px) {
  .contacts__wrapper .input-box {
    width: 30%;
  }
  .contacts__wrapper .input-box:first-of-type {
    width: 40%;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .contacts__wrapper .input-box {
    width: 50%;
  }
  .contacts__wrapper .input-box:first-of-type {
    width: 100%;
    margin-bottom: 63px;
  }
}
@media (max-width: 540px) {
  .contacts__wrapper .input-box {
    width: 100%;
  }
  .contacts__wrapper .input-box:not(:last-of-type) {
    margin-bottom: 63px;
  }
}
.contacts__wrapper .input-box__label {
  left: 15px;
}
.contacts__col-left {
  width: 165px;
}
@media (max-width: 1400px) {
  .contacts__col-left {
    width: 155px;
  }
}
@media (max-width: 1279px) {
  .contacts__col-left {
    width: auto;
  }
}
.contacts__submit {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1400px) {
  .contacts__submit {
    width: auto;
  }
}
@media (max-width: 768px) {
  .contacts__submit {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .contacts__submit {
    width: auto;
  }
}
.contacts__button {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 35px;
  margin-left: -15px;
  /*margin-right: -15px;*/
}
@media (max-width: 1400px) {
  .contacts__button {
    margin-top: 31px;
    align-items: center;
  }
}
@media (max-width: 1279px) {
  .contacts__button {
    margin-top: 41px;
  }
}
@media (max-width: 1024px) {
  .contacts__button {
    margin-top: 29px;
  }
}
@media (max-width: 768px) {
  .contacts__button {
    margin-top: 27px;
  }
}
@media (max-width: 540px) {
  .contacts__button {
/*    -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px;
  }
}
@media (max-width: 320px) {
  .contacts__button {
    margin-top: 26px;
  }
}
.contacts__button .button {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1400px) {
  .contacts__button .button {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .contacts__button .button {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 540px) {
  .contacts__button .button {
    padding-right: 44px;
    padding-left: 44px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contacts__button .checkbox {
  width: 66.667%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1400px) {
  .contacts__button .checkbox {
    width: 245px;
  }
}
@media (max-width: 1279px) {
  .contacts__button .checkbox {
    width: auto;
  }
}
@media (max-width: 768px) {
  .contacts__button .checkbox {
    width: 245px;
  }
}
@media (max-width: 540px) {
  .contacts__button .checkbox {
    width: 100%;
    margin-bottom: 42px;
  }
}
@media (max-width: 320px) {
  .contacts__button .checkbox {
    margin-bottom: 35px;
  }
}
.contacts__button .checkbox__label {
  line-height: 14px;
}
@media (max-width: 1400px) {
  .contacts__button .checkbox__label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1279px) {
  .contacts__button .checkbox__label {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contacts__button .checkbox__label {
    font-size: 12px;
  }
}
.contacts__table {
  table-layout: fixed;
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .contacts__table {
    margin-top: 13px;
  }
}
@media (max-width: 1279px) {
  .contacts__table {
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  .contacts__table {
    margin-top: 12px;
  }
}
@media (max-width: 1279px) {
  .contacts__table tbody {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*    -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__table tbody tr {
    width: 50%;
  }
  .contacts__table tbody tr:first-of-type {
    padding-right: 30px;
  }
  .contacts__table tbody tr td:first-of-type {
    width: 154px;
  }
}
@media (max-width: 768px) {
  .contacts__table tbody {
    display: table-row;
  }
}
@media (max-width: 540px) {
  .contacts__table tbody tr td:first-of-type {
    width: 218px;
  }
}
@media (max-width: 320px) {
  .contacts__table tbody tr td:first-of-type {
    width: 139px;
  }
}
.contacts__table tr td {
  padding-bottom: 21px;
  font-size: 13px;
  line-height: 20px;
}
.contacts__table tr td:first-of-type {
  text-transform: uppercase;
  color: #a09f9f;
}
.contacts__table tr td:last-of-type {
  font-size: 15px;
  color: #f3f3f4;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__label {
  font-weight: 600;
  color: #14110f;
}
.checkbox__input:checked + .checkbox__label::before {
  background-color: #14110f;
  box-shadow: inset 0 0 0 3px #d9c5b3;
}
.checkbox__label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 36px;
  color: #a09f9f;
  cursor: pointer;
}
.checkbox__label::before {
  content: '';
  flex-shrink: 0;
  display: block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background-color: #a09f9f;
}
.checkbox__label a {
  font-size: inherit;
}
.checkbox_dark .checkbox__input + .checkbox__label {
  font-weight: 300;
  color: #d9c5b3;
}
.map {
  position: relative;
  height: 500px;
}
@media (max-width: 1400px) {
  .map {
    height: 480px;
  }
}
@media (max-width: 1279px) {
  .map {
    height: 500px;
  }
}
@media (max-width: 540px) {
  .map {
    height: 480px;
  }
}
.popup {
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 540px;
  min-width: 320px;
  width: 100%;
  padding: 68px 40px 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #14110f;
  box-sizing: border-box;
}
.popup__wrapper {
  margin-top: 38px;
}
.popup__title {
  font-size: 20px;
  line-height: 57px;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  color: #d9c5b3;
}
.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  fill: #d9c5b3;
  cursor: pointer;
}
.popup .input-box:not(:last-of-type) {
  margin-bottom: 63px;
}
.popup__button {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
.popup__button .checkbox {
  margin-bottom: 22px;
}
.popup__button .button {
  margin-left: auto;
  margin-right: auto;
}
.popup_close {
  display: none;
  z-index: -1;
}
/* START MAIN PAGE */
.main_page .header__phone{
font-weight: 500;
}

.main_page .container {
  width: 1900px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.main_page .header {
  background: #14110F;
  /*height: 13vh;*/
}
/* BLOCK NAVIGATION*/
.main_page header {
  background: #14110F;
  /*height: 100vh;*/
}
.scroll-nav {
  position: fixed;
  right: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
}
.scroll-nav ul {
  position: relative;
  margin: 0px;
}
.scroll-nav ul li {
  position: relative;
  margin: 0px;
  width: 177px;
  list-style-type: none;
  margin-bottom: 19px;
    transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.scroll-nav ul li a {
  position: relative;
  display: block;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: transparent;
  text-align: right;
  padding-right: 40px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.scroll-nav ul li a:after {
  background: #F3F3F4;
  position: absolute;
  content:'';
  right: 0;
  top: 50%;
  height: 1px;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;

}
.scroll-nav ul li.current a:after {
  background: #D9C5B3;
  width: 60px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.scroll-nav ul li.cur a:after {
  background: #D9C5B3;
  width: 60px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.scroll-nav ul li:hover a {
  color: #F3F3F4;
    transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.scroll-nav ul li:hover a:after {
  background: #D9C5B3;
  width: 30px;
    transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.scroll-nav.light ul li a {
  color: #14110F;
}
.scroll-nav.light ul li a:after {
 background: #14110F;
}
.scroll-nav.light ul li.current a:after {
 background: #14110F;
}
.scroll-nav.light ul li.cur a:after {
 background: #14110F;
}
.scroll-nav.light ul li:hover a {
 background: #14110F;
}
.scroll-nav.light ul li:hover a:after {
 background: #14110F;
}
/* BLOCK NAVIGATION*/
/*ANIMATION*/
@keyframes kol {
  0% {
top: -5px;
  }
  50% {
 top: 5px;
  }
  100% {
  top: -5px;
  }
}
@-webkit-keyframes kol {
  0% {
top: -5px;
  }
  50% {
 top: 5px;
  }
  100% {
  top: -5px;
  }
}
/*ANIMATION*/
.main_page .good__data {
  background: #f3f3f4;
}
.main_page .header__container {
  padding-left: 58px;
  padding-right: 62px;
}
.main_page .header__menu {
width: 652px;
}
.main_page .header__menu-wrapper  {
padding-bottom: 0px;
  margin-bottom: -20px;
}
.main_page .header_scroll .header__menu-wrapper {
  padding-bottom: 0;
    margin-bottom: 0px;
}
.main_page .header__logo {
  width: 243px;
  margin-left: -14px;
}
.main_page .header__logo-house {
  margin-left: -13px;
}
.main_page .header__logo-room {
  margin-top: 8px;
}
.main_page .header__container {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 58px;
  padding-right: 62px;
}
.header_scroll {
  z-index: 20;
}
.main_page .header_scroll .header__container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.main_page .header__data {
  width: 637px;
  padding-bottom: 0px;
  margin-bottom: -20px;
}
.main_page .header_scroll .header__data {
  padding-bottom: 0;
  margin-bottom: 0px;
}
.main-banner {
  height: 87vh;
  position: relative;
  background-color: #14110F;
  z-index: 1;
}
.main_page .header_scroll .main-banner {
  height: calc(87vh - 157px);
}
.main-banner:before {
  position: absolute;
  content:'';
  width: 4px;
  height: 71px;
  left: 494px;
  bottom: 0;
  background: #515052;
}
.main-banner-wrap {
  position: absolute;
  left: 30.4%;
  height: 72vh;
  max-width: 1060px;
  z-index: 2;
}
.main-banner-wrap img {
  width: 100%;
  height: 72vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 51px;
  image-rendering: crisp-edges;
}
.main-banner_link {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D9C5B3;
  cursor: pointer;
}
.main-banner_link:focus,
.main-banner_link:hover {
  color: #D9C5B3;
}
.main-banner_link:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 24px;
  right: -36px;
  top: -2px;
  background: url(/bitrix/templates/ideal-home-landing/css/../img/arrow_link.png) no-repeat;
  background-size: contain;
  -webkit-animation: kol 1.5s ease-in-out infinite;
          animation: kol 1.5s ease-in-out infinite;
}
.main-banner-wrap_text {
  position: relative;
  /*padding-top: 148px;*/
  padding-top: 13vh;
  z-index: 10;
}
.wrap_text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D9C5B3;
  padding-left: 113px;
}
.wrap_text .wrap_word {
  display: block;

}
.wrap_text .white_t {
  color: #f5f5f6;
}
.wrap_text_main {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 95px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f5f5f6;
  /*margin-top: 30px;*/
  margin-top: 15vh;
  padding-left: 107px;
  margin-bottom: 48px;
}
.wrap_text_main span.white_h {
/*margin-left: -48px;*/
display: table;
background: #14110f;
color: #d9c5b3;
font-weight: 300;
padding-right: 50px;

}
.wrap_link_block {
  padding-left: 115px;
  display: inline-block;
}
.consultation_link {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  width: 232px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #14110F;
  margin-right: 13px;
  background: #F3F3F4;
}
.find_link {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  width: 169px;
  height: 50px;
  line-height: 50px;
  color: #14110f;
  text-align: center;
  text-transform: uppercase;
  background: #D9C5B3;
}
.find_link:hover {
  color: #14110f;
  background: #C4A88F;
}
.find_link:active {
  color: #14110f;
  background: #F0DAC6
}
.main_page #rooms,
.main_page #advantages,
.main_page .advantages,
.main_page #inst {
  background: #f3f3f4;
  background-color: #F3F3F4;
}
.text_block_after {
  position: relative;
  height: 412px;
  background: #F3F3F4;
  width: 100%;
  padding-top: 91px;
  padding-left: 212px;
  z-index: 1;
}
.text_block_after h2  {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #14110F;
  margin-bottom: 54px;
}
.text_block_after p {
  width: 668px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-left: 510px;
  letter-spacing: 0.02em;
  color: #14110F;
}
.text_block_after:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 207px;
  left: 664px;
  bottom: 0;
  background: #D9C5B4;
  z-index: 2;
}
.main_page .soon{
  height: 98vh;
}
.main_page .company {
  display: none;
}
.main_page .advantages {
  padding: 0 46px;
  height: 397px;
}
.main_page .advantages__card {
  padding: 113px 76px 0 76px;
  width: 465px;
  margin: 0;
}
.main_page .card__title {
  padding-left: 4px;
}
.main_page .card__text {
  margin-top: 21px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0 ;
}
.main_page .bg {
 /*background: url(/bitrix/templates/ideal-home-landing/css/../img/bg.jpg), #14110F;*/
 background: url(/bitrix/templates/ideal-home-landing/css/../img/fon-min.jpg), #14110F;
 background-size: contain;
 background-repeat-y: no-repeat;
 padding-bottom: 100px;
 z-index: 5;
}
.main_page .dealer {
  position: relative;
  height: 467px;
  width: 100%;
  padding-top: 108px;
  padding-left: 213px;
  z-index: 1;
}
.main_page .dealer h2.dealer_title  {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D9C5B3;
  margin-bottom: 60px;
}
.main_page .dealer p.dealer_text {
  width: 668px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-left: 510px;
  letter-spacing: 0.02em;
  color: #F3F3F4;
}
.main_page .dealer:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 248px;
  left: 664px;
  bottom: 0;
  background: #D9C5B4;
  z-index: 2;
}
.main_page .goods {
  position: relative;
  padding-top: 145px;
  padding-left: 364px;
  padding-right: 210px;
}
.main_page #goods {
  position: relative;
}
.main_page #goods::before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 73.239583%;
  height: 100%;
  background-color: #f3f3f4;
  box-sizing: border-box;
}
.main_page .goods::before {
  display: none;
}
.arrow {
  position:absolute;
  z-index:99;
  bottom: 5px;
  width: 82px;
  height: 82px;
  border:none;
  outline:none;
  background: #34312D;
  transition: all 0.3s;
}
.prev{
  right: 95px;
}
.next{
  right: 0px;
}
.prev:hover {
  background: #D9C5B3;
}
.next:hover {
  background: #D9C5B3;
}
.prev:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
  background:url('/bitrix/templates/ideal-home-landing/css/../img/arrow_s.png') center no-repeat;
  background-position: 0px 0px;
  z-index: 10;
}
.next:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
  background:url('/bitrix/templates/ideal-home-landing/css/../img/arrow_s.png') center no-repeat;
  background-position: 0px 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.prev:hover:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
  background:url('/bitrix/templates/ideal-home-landing/css/../img/arrow_s.png') center no-repeat;
  background-position: -24px 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.next:hover:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
  background:url('/bitrix/templates/ideal-home-landing/css/../img/arrow_s.png') center no-repeat;
  background-position: -24px 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.main_page .good__logo {
  z-index: 1;
  position: absolute;
  left: -275px;
  top: 92px;
  width: 300px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 92px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A09F9F;
}
.main_page .good__data {
  left: -151px;
  display: inherit;
  top: 287px;
  width: 456px;
  height: 423px;
  padding-top: 117px;
  z-index: 9;
}
.good_bg_title {
  position: absolute;
  top: 52px;
  left: 0;
  width: 187px;
  height: 34px;
  background: #D9C5B3;
}
.good_bg_title-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #14110F;
  text-align: center;
}
.main_page .good__title {
  line-height: 32px;
  letter-spacing: 4.6px;
  margin-bottom: 20px;
}
.good__wrap_text {
  margin-bottom: 18px;
}
.good__text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #34312D;
  padding-right: 60px;
}
.button_consultation {
  position: relative;
  left: 0;
  bottom: 0px;
  width: 232px;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #F3F3F4;
  border: none;
  background: #34312D;
  outline: none;
  cursor: pointer;
}
.button_consultation:hover {
  background: #403C37;
}
.button_consultation:active {
  background: #141312;
}
.main_page .goods__item {
  height: 98vh;
}
.main_page .goods__item:not(:first-child) .good__info{
  margin-bottom: 41px;
}
.slider_two .arrow{
  bottom: -13px;
}
.slider_three .arrow{
  bottom: 48px;
}
.exclusive {
  display: block;
}
#exclusive {
  background: #F3F3F4;
  /*background: url(/bitrix/templates/ideal-home-landing/css/../img/bg3.png), #f3f3f4;*/
  background: url(/bitrix/templates/ideal-home-landing/css/../img/fon-min.jpg), #f3f3f4;
  background-repeat: no-repeat;
  background-size: 100% 60%;
}
.exlusive_wrap {
  position: relative;
  padding: 50px 60px 0;
  /*margin-top: -297px;*/
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 125px;
  z-index: 10;
}
.exclusive-title {
  z-index: 10;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f3f3f3;
  padding-bottom: 72px;
}
.exlusive_wrap_block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.exlusive_left_block {
  position: relative;
  height: 488px;
}
.exlusive_right_block {
  position: relative;
  height: 488px;
}
.exlusive_info_block {
  position: absolute;
  left: 48%;
  bottom: -125px;
  width: 573px;
  height: 290px;
  background: #F3F3F4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.exclusive_bg {
  width: 100%;
  height: auto;
}
.exlusive_info_block:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 290px;
  left: 97px;
  top: 0px;
  background: #D9C5B4;
  z-index: 5;
}
.exlusive_logo {
  position: absolute;
  left: -42px;
  top: 143px;
  width: 189px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}
.exlusive_logo img {
  width: 100%;
}
.exlusive_info_block {
  padding-top: 61px;
  padding-left: 152px;
}
.exclusive_info-title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34312D;
  min-height: 74px;
  margin-bottom: 25px;
}
.exclusive_info-title span {
  font-weight: bold;
}
.exclusive_info-price {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34312D;
  margin-bottom: 34px;
}
.exclusive_info-price span.addition {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7E7F83;
}
.exclusive_buy {
  width: 144px;
  height: 50px;
  margin-right: 18px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #F3F3F4;
  background: #34312D;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.exclusive_look {
  width: 183px;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #14110F;
  background: #D9C5B3;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.exclusive_buy:hover {
background: #403C37;
transition: all 0.3s;
}
.exclusive_buy:active {
background: #141312;
}
.exclusive_look:hover {
background: #C4A88F;
transition: all 0.3s;
}
.exclusive_look:active {
background: #F0DAC6;
}
.exlusive_right_block .exlusive_logo {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: auto;
  left: 27px;
  top: 70px;
}
.instagram_block {
  padding: 160px 40px 140px;
  background: #F3F3F4;
}
.insta-slider {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 422px;
}
.instagram-title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #14110F;
  margin-bottom: 80px;
}
.insta-slider a {
  margin: 0 15px;
}
.insta-slider .arrow {
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.insta-slider .prev {
  left: 12px;
}
.insta-slider .next {
  right: 12px;
}
.main_page #contacts {
  background: url(/bitrix/templates/ideal-home-landing/css/../img/contacts_bg_2.jpg) no-repeat;
  background-size: cover;
}
.main_page .contacts {
  padding-left: 210px;
  padding-right: 210px;
  padding-top: 134px;
  padding-bottom: 134px;
  background: none;
}
.main_page .container.footer__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.main_page .footer {
  padding-left: 60px;
  padding-right: 60px;
}
.main_page .footer__logo-house {
    width: 68px;
    height: 51px;
    fill: #d9c5b3;
}
.main_page  .footer__logo-text {
    width: 200px;
    height: 17px;
    fill: #fff;
}
.main_page  .footer__logo-room {
    width: 87px;
    height: 7px;
    margin-top: 6px;
    fill: #fff;
}
.main_page .button {
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  width: 276px;
  height: 50px;
  color: #14110f;
  background: #d9c5b3;
  min-width: none;
}
.main_page .button:hover {
  color: #14110f;
  background: #C4A88F;
}
.main_page .button:active {
  color: #14110f;
  background: #F0DAC6
}
.main_page .contacts {
  padding: 150px 210px 160px 210px;
}
.main_page .contacts__data {
  width: 606px;
}
.main_page .contacts__table tr td:first-of-type {
  font-weight: 500;
  letter-spacing: 0.6px;
  width: 162px;
}
.main_page .contacts__table {
  margin-top: 37px;
}
.main_page .contacts__table tr td:last-of-type {
  letter-spacing: 0.7px;
  font-weight: 400;
  color: #f3f3f4;
}
.main_page  .contacts__form-box {
  width: 100%;
}
.main_page .contacts__form {
  margin-top: 63px;
}
.main_page .contacts__wrapper .input-box:first-child {
  padding-left: 0;
}
.main_page .contacts__wrapper .input-box:last-child {
 padding-right: 0;
}
.main_page .contacts__button {
  margin-left: 0;
  margin-right: 0;
}
.main_page .contacts__button .checkbox {
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.main_page .contacts__button label.checkbox {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02px;
    color: #a09f9f;
    padding-left: 30px;
}
.main_page .checkbox a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.01px;
    color: #d9c5b3;
}
.main_page #checkinp {
     display: none;
}
.main_page label.checkbox:before {
    position: absolute;
    content: "";
    color: #a09f9f;
    display: inline-block;
    margin-right: 15px;
    text-indent: 0px;
    width: 18px;
    height: 18px;
    background: #a09f9f;
    left: 2px;
    top: 3px;
}
.main_page input:checked + label:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 3px;
    background: url(/bitrix/templates/ideal-home-landing/css/../img/ic_check.png) center no-repeat;
    background-size: 90%;
    background-color: #a09f9f;
}
.main_page input:disabled + label:before {
     position: absolute;
     left: 0px;
     top: 3px;
     background: #fff;
     color: #aaa;
}
.main_page .input-box__input {
     font-family: 'Montserrat', sans-serif;
}
.main_page .contacts__wrapper .input-box__label {
    font-family: 'Montserrat', sans-serif;
    color: #a09f9f;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.main_page .contacts__wrapper .input-box:first-child .input-box__label {
    left: 0px;
}
.main_page.input-box__input_focus + .input-box__label,.main_page .input-box__input:focus + .input-box__label {
    top: -30px;
    font-size: 9px;
    color: #c7c8ca;
    text-transform: uppercase;
}
  .insta-slider img {
    width: 422px;
    height: 422px;
    -o-object-fit: cover;
       object-fit: cover;
}
.popup__button label.checkbox {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02px;
    color: #a09f9f;
    padding-left: 30px;
}
.popup__button .checkbox a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.01px;
    color: #d9c5b3;
}
.popup__button #checkinp_p {
     display: none;
}
.popup__button #popupId {
display: none;
}
.popup__button label.checkbox:before {
    position: absolute;
    content: "";
    color: #a09f9f;
    display: inline-block;
    margin-right: 15px;
    text-indent: 0px;
    width: 18px;
    height: 18px;
    background: #a09f9f;
    left: 2px;
    top: 3px;
}
.popup__button input:checked + label:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 3px;
    background: url(/bitrix/templates/ideal-home-landing/css/../img/ic_check.png) center no-repeat;
    background-size: 90%;
    background-color: #a09f9f;
}
.popup__button input:disabled + label:before {
     position: absolute;
     left: 0px;
     top: 3px;
     background: #fff;
     color: #aaa;
}
@media (min-width: 1919px) {
.main_page .goods__item {
  height: auto;
}
.main_page .good__image {
  height: 820px;
}
.arrow {
  bottom: -40px;
}
.slider_two .arrow {
  bottom: -40px;
}
.slider_three .arrow {
  bottom: -40px;
}
.main_page .goods__item:last-of-type .good__image {
  height: 820px;
}
.main_page  .goods__item:last-of-type {
  padding-bottom: 120px;
}
.insta-slider .prev {
  left: 15px;
}
.insta-slider .next {
  right: 18px;
}
.main-banner-wrap img {
    width:100%;
}
.main_page label.checkbox:before {
    position: absolute;
    content: "";
    color: #a09f9f;
    display: inline-block;
    margin-right: 15px;
    text-indent: 0px;
    top: -2px;
    width: 18px;
    height: 18px;
    background: #a09f9f;
    left: 2px;
}
.main_page input:checked + label:before {
    position: absolute;
    content: "";
    left: 2px;
    top: -2px;
    background: url(/bitrix/templates/ideal-home-landing/css/../img/ic_check.png) center no-repeat;
    background-size: 90%;
    background-color: #a09f9f;
}
.main_page input:disabled + label:before {
     position: absolute;
     left: 0px;
     top: -2px;
     background: #fff;
     color: #aaa;
}
.good__image img {
  height: 820px;
}
}
@media (max-width: 1919px) {
  .main_page .button {
    width: 257px;
  }
  .insta-slider {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 302px;
}
.main_page .container {
  width: 1380px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.main_page .header__menu {
  width: 100%;
  max-width: 540px;
}
.main_page .header__container {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 43px;
  padding-right: 38px;
}
.header__link {
  font-size: 12px;
}
.main_page .header__logo {
  width: 164px;
  margin-left: -25px;
}
.main_page .header_scroll .header__logo {
  width: 200px;
  margin-left: -25px;
}

.header__logo-house {
  width: 52px;
  height: 40px;
}
.main_page .header__logo-house {
  margin-left: 26px;
}
.header__logo-box {
  margin-top: 12px;
  padding-left: 0px;
}
.main_page .header__logo-house {
  margin-left: -7px;
}
.header__logo-text {
  width: 164px;
  height: 21px;
  fill: #f3f3f4;
}
.header__logo-room {
  margin-top: 15px;
  width: 58px;
  height: 7px;
  fill: #f3f3f4;
}
.main_page .header__logo-room {
  margin-top: 2px;
}
.main_page .header__menu-wrapper {
  padding-bottom: 0px;
}
.main_page .header__data {
  width: 505px;
  padding-bottom: 0px;
}
.header__phone {
  font-size: 15px;
}
.main_page .header__address {
  font-size: 13px;
  letter-spacing: 2.4px;
}
.main-banner-wrap_text {
  padding-top: 136px;
}
.main-banner-wrap img {
  width: 100%;
  /*height: 68vh;*/
  height: 76vh;
  /*min-height: 580px;*/
  -o-object-fit: none;
     object-fit: none;
}
.wrap_text_main {
  font-size: 64px;
  letter-spacing: 0.1em;
  margin-top: 22px;
  padding-left: 88px;
  margin-bottom: 35px;
}
.main_page .wrap_text {
  padding-left: 94px;
}
.main_page .wrap_link_block {
  padding-left: 94px;
}
.main_page .consultation_link {
  width: 231px;
}
.main_page .find_link {
  width: 169px;
}
.main_page .main-banner {
  height: 90vh;
  /*min-height: 677px;*/
}
.main_page .main-banner-wrap img {
  margin-bottom: 35px;
}
.main_page .main-banner:before {
  height: 137px;
  left: 261px;
}
.main_page .main-banner_link:after {
  right: -51px;
  top: -5px;

}

.main_page .text_block_after {
  position: relative;
  height: 350px;
  width: 100%;
  padding-top: 73px;
  padding-left: 150px;
  z-index: 1;
}
.text_block_after:before {
  height: 169px;
  left: 482px;
}
.text_block_after h2 {
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 0.19em;
  margin-bottom: 55px;
}
.text_block_after p {
  width: auto;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-left: 362px;
  letter-spacing: 0.02em;
  color: #14110F;
  padding-right: 100px;
}
#soon,
#advantages {
  background: #f3f3f4;
}
.main_page .soon {
  height: 100vh;
  min-height: 690px;
}
.soon__logo-box {
  z-index: 1;
  position: relative;
  height: 275px;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.soon__circle-one {
  z-index: 1;
  width: 275px;
  height: 275px;
  -webkit-animation-name: opacity-one;
  animation-name: opacity-one;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background-color: #14110f;
}
.soon__circle-two {
  z-index: 0;
  width: 233px;
  height: 233px;
  opacity: 0.2;
  -webkit-animation-name: opacity-two;
  animation-name: opacity-two;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background-color: #14110f;
}
.soon__logo {
  z-index: 2;
  position: absolute;
  width: 195px;
  height: 195px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_page .advantages {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px 77px;
  height: auto;
}
.main_page .advantages__card {
  padding: 92px 75px 0;
  width: 50%;
}
.main_page .card__title {
  position: relative;
  padding-left: 60px;
}
.card__title::before {
  position: absolute;
  content: '0' counter(card);
  counter-increment: card;
  color: #ccb199;
  font-size: 36px;
  line-height: 44px;
  left: 1px;
  bottom: -2px;
}
.main_page .advantages {
  position: relative;
}
.main_page .advantages:before {
  content: '';
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  display: block;
  width: 4px;
  height: 159px;
  background-color: #fff;
}
.main_page .advantages:after {
  content: '';
  position: absolute;
  left: calc(50% - 2px);
  bottom: 0;
  display: block;
  width: 4px;
  height: 132px;
  background-color: #fff;
}
.main_page .advantages__card::before {
  display: none;
}
.main_page .dealer {
  position: relative;
  height: 380px;
  width: 100%;
  padding-top: 74px;
  padding-left: 150px;
  z-index: 1;
}
.main_page .dealer:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 192px;
  left: 483px;
  bottom: 0;
  background: #D9C5B4;
  z-index: 2;
}
.main_page .dealer p.dealer_text {
  width: auto;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-left: 361px;
  letter-spacing: 0.02em;
  color: #F3F3F4;
}
.main_page .dealer {
  padding-bottom: 60px;
  padding-right: 140px;
}
.main_page .goods {
  position: relative;
  padding-top: 71px;
  padding-left: 262px;
  padding-right: 151px;
  padding-bottom: 160px
}
.main_page .goods::before {
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  max-width: 1388px;
  width: 83.239583%;
  height: 100%;
  background-color: #f3f3f4;
  box-sizing: border-box;
}
.main_page .good__image {
  position: relative;
  order: 3;
  /*max-width: 967px;*/
  width: 100%;
  height: 697px;
}
.main_page .good__image img {
  width: 100%;
  height: 697px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_page .good__logo {
  z-index: 1;
  position: absolute;
  left: -188px;
  top: 60px;
  width: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-title {
  font-size: 48px;
}
.main_page .good__data {
  left: -113px;
  /*display: inherit;*/
  display: block;
  top: 195px;
  width: 412px;
  height: 422px;
  padding-top: 115px;
  padding-right: 20px;
  z-index: 9;
}
.good_bg_title {
  position: absolute;
  top: 54px;
  left: 0;
  width: 190px;
  height: 34px;
  background: #D9C5B3;
}
.main_page .good__title {
  line-height: 32px;
  letter-spacing: 5.6px;
  margin-bottom: 22px;
  font-size: 23px;
}
.arrow {
  bottom: -40px;
}
.main_page .goods__item {
  height: auto;
}
.slider_two .arrow {
  bottom: -40px;
}
.slider_three .arrow {
  bottom: -40px;
}
.main_page .goods__item:last-of-type .good__image {
  height: 697px;
}
.main_page .exlusive_wrap {
  padding: 50px 40px 0;
  padding-bottom: 200px;
}
.exlusive_wrap {
  /*margin-top: -394px;*/
}
.exclusive-title {
  padding-bottom: 45px;
}
.exlusive_left_block {
  width: 100%;
  height: 369px;
  max-width: 635px;
}
.exlusive_right_block {
  width: 100%;
  height: 369px;
  max-width: 635px;
}
.exlusive_info_block {
  width: 502px;
  bottom: -192px;
  padding-left: 111px;
}
.exlusive_info_block:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 290px;
  left: 83px;
  top: 0px;
  background: #D9C5B4;
  z-index: 5;
}
.exclusive_info-title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34312D;
  min-height: 74px;
  margin-bottom: 29px;
}
.exlusive_logo {
  position: absolute;
  left: -53px;
  top: 150px;
  width: 189px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}
.exclusive_info-price {
  margin-bottom: 40px;
}
.instagram-title {
  margin-bottom: 70px;
}
.insta-slider {
  width: 100%;
}
.insta-slider img {
  width: 302px;
  height: 302px;
}
.insta-slider .prev {
  left: 15px;
}
.insta-slider .next {
  right: 8px;
}
.main_page .contacts {
  padding-left: 154px;
  padding-right: 154px;
  padding-top: 81px;
  padding-bottom: 100px;
}
.main_page .contacts__title {
  font-size: 20px;
  letter-spacing: 4.1px;
}
.main_page .contacts__table {
  margin-top: 25px;
}
.main_page .contacts__data {
  width: 554px;
}
.main_page .contacts__table tr td:first-of-type {
  vertical-align: top;
  width: 155px;
}
.main_page .contacts__table tr td {
  padding-bottom: 24px;
}
.main_page .contacts__wrapper {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_page .contacts__wrapper .input-box {
  width: 50%;
  padding: 0 18px;
}
.main_page .contacts__wrapper .input-box:first-child {
  width: 100%;
  margin-bottom: 57px;
  padding: 0;
}
.main_page .contacts__wrapper .input-box:nth-child(2) {
  width: 50%;
  padding-left: 0;
}
.main_page .contacts__wrapper .input-box:last-child {
  width: 50%;
  padding-right: 0;
}
.main_page .contacts__form {
  margin-top: 23px;
}
.main_page .contacts__wrapper .input-box__label {
    left: 0px;
}
.main_page .contacts__wrapper .input-box:last-child .input-box__label {
    left: 18px;
}
.main_page .contacts__button .checkbox {
    width: 230px;
    padding-left: 0px;
    padding-right: 0px;
}
.main_page .contacts__button {
  margin-top: 30px;
}
.main_page .contacts__button label.checkbox {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.02px;
    color: #a09f9f;
    padding-left: 32px;
    top: -9px;
}
.main_page input:checked + label:before {
    top: 3px;
}
}
@media (max-width: 1439px) {
  .main_page .container {
    width: 1280px;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .main-banner-wrap img {
    margin-bottom: 30px;
  }
  .main-banner_link {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #D9C5B3;
    padding-left: 37px;
  }
  .main-banner_link:after {
    right: -41px;
    top: -5px;
  }
  .main-banner:before {
    height: 97px;
    left: 243px;
  }
  .main_page .header__container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main_page .header__logo-house {
      margin-left: 9px;
  }
  .header__logo-house {
    width: 44px;
    height: 38px;
  }
  .main_page .header__menu {
    width: 100%;
    margin-left: 0;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    max-width: 610px;
  }
  .main_page .header__data {
    width: 376px;
    padding-bottom: 0px;
  }
  .main_page .header__container {
      padding-left: 39px;
      padding-right: 30px;
  }
  .main_page .header__container {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .main_page .header__logo-text {
    width: 127px;
    height: 13px;
    fill: #f3f3f4;
  }
  .main_page .header__logo {
    width: 200px;
    margin-left: 0px;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .header__logo-room {
    width: 55px;
  }
  .header__logo-box {
      margin-top: 11px;
      padding-left: 0px;
  }
  .main_page .header__logo-box {
    align-items: flex-start;
    margin-left: 2px;
  }
  .main_page .header__address span {
      display: inline;
  }
  .main_page .header__data {
    width: auto;
    padding-bottom: 0px;
  }
  .main_page .header__address {
    display: none;
  }
  .main_page .good__image {
    max-width: 706px;
    max-height: 465px;
  }
  .main_page .goods {
    padding-left: 160px;
    padding-right: 0;
  }
  .main-banner-wrap img {
    width: 100%;
    height: 76vh;
    max-height: none;
    min-height: 440px;
    -o-object-fit: none;
       object-fit: none;
  }
  .main-banner-wrap_text {
    padding-top: 84px;
  }
  .main_page .wrap_text {
    padding-left: 91px;
    font-size: 14px;
  }
  .wrap_text_main {
    font-size: 54px;
    letter-spacing: 0.13em;
    margin-top: 14px;
    padding-left: 89px;
    line-height: 72px;
    margin-bottom: 34px;
  }
  .main_page .wrap_link_block {
    padding-left: 98px;
  }
  .main_page .main-banner-wrap img {
    margin-bottom: 29px;
  }
  .main-banner_link {
    padding-left: 42px;
  }
  .main_page .main-banner_link:after {
    right: -41px;
    top: -3px;
  }
  .main_page .main-banner {
    min-height: auto;
  }
  .wrap_text_main span {
    /*margin-left: -36px;*/
  }
  .wrap_link_block {
    padding-left: 89px;
  }
  .main-banner {
    min-height: auto;
  }
  .text_block_after {
    padding-top: 60px;
    height: 340px;
    padding-left: 142px;
  }
  .text_block_after h2 {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 0.18em;
    margin-bottom: 43px;
  }
  .text_block_after p {
    margin-left: 335px;
  }
  .text_block_after:before {
    height: 177px;
    left: 444px;
  }
  .main_page .soon {
    min-height: auto;
  }
  .soon__logo {
    width: 148px;
    height: 148px;
  }
  .soon__circle-two {
    width: 175px;
    height: 175px;
  }
  .soon__circle-one {
    width: 220px;
    height: 220px;
  }
  .soon__logo-box {
    width: 220px;
    height: 220px;
  }
  .main_page .advantages__card {
    padding: 115px 50px 0 50px;
    width: 50%;
  }
  .main_page .advantages {
    padding: 0 50px 89px;
  }
  .main_page .dealer {
    padding-top: 65px;
    padding-left: 152px;
  }
  .main_page .dealer p.dealer_text {
    margin-left: 332px;
  }
  .main_page .dealer {
    height: 367px;
    padding-bottom: 0px;
  }
  .main_page .dealer:before {
    height: 187px;
    left: 453px;
    bottom: 2px;
  }
  .main_page .goods::before {
    width: 88%;
  }
  .main_page .goods {
    padding-top: 58px;
    padding-left: 150px;
  }
  .main_page .good__data {
    left: 0;
    display: initial;
    top: 0;
    width: 373px;
    height: 100%;
    padding-top: 132px;
    padding-right: 0px;
    z-index: 9;
    padding-bottom: 0;
    padding-left: 0;
  }
  .good_bg_title  {
    top: 66px;
  }
  .main_page .good__title {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 5px;
    margin-bottom: 15px;
  }
  .button_consultation {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .good__wrap_text {
    margin-bottom: 20px;
  }
  .main_page .good__logo {
    z-index: 1;
    position: absolute;
    left: -174px;
    top: 37px;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main_page .good__image img {
    max-width: 706px;
    max-height: 465px;
  }
  .main_page .goods__item {
    height: auto;
  }
  .main_page .goods__item:not(:last-of-type) {
    padding-bottom: 104px;
  }
  .main_page .goods__item:first-child .good__data{
    padding-top: 147px;
  }
  .main_page .goods__item:last-child .good__data{
    /*padding-top: 88px;*/
  }
  .main_page .goods__item:not(:first-child) .good__info {
    margin-bottom: 15px;
  }
  .main_page .goods {
    padding-bottom: 100px;
  }
  .main_page .bg {
    padding-bottom: 260px;
  }
  .exlusive_wrap {
    /*margin-top: -209px;*/
  }
  .exclusive-title {
    padding-bottom: 34px;
  }
  .exlusive_left_block {
    width: 100%;
    height: 340px;
    max-width: 583px;
  }
  .exlusive_right_block {
    width: 100%;
    height: 340px;
    max-width: 583px;
  }
  .exlusive_info_block {
    position: absolute;
    left: 50%;
    bottom: -147px;
    width: 502px;
    height: 232px;
    background: #F3F3F4;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .exlusive_logo  {
    top: 112px;
    left: -51px;
  }
  .exlusive_right_block .exlusive_logo {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: auto;
    left: 21px;
    top: 44px;
  }
  .exlusive_info_block {
    padding-top: 34px;
    padding-left: 115px;
  }
  .exclusive_info-title {
    font-size: 18px;
    line-height: 28px;
    padding-right: 75px;
    margin-bottom: 0;
  }
  .exclusive_info-price {
    margin-bottom: 28px;
  }
  .exlusive_info_block:before {
    height: 232px;
  }
  .instagram_block {
    padding: 83px 50px 60px;
    background: #F3F3F4;
  }
  .instagram-title {
    margin-bottom: 38px;
  }
  .insta-slider img {
    width: 272px;
    height: 272px;
  }
  .insta-slider .next {
    right: 8px;
  }
  .main_page .goods__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .main_page .good__data {
    position: relative;
  }
  .main_page .contacts {
    padding: 90px 140px;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_page .header_scroll .header__logo-house {
   fill: #14110f;
  }  .main_page .header_scroll .header__logo-text {
   fill: #14110f;
  }  .main_page .header_scroll .header__logo-room {
   fill: #14110f;
  }
  .main_page .header_scroll .header__menu {
    margin-left: -180px;
  }
  .main_page .contacts__wrapper .input-box {
    padding-left: 0;
  }
  .main_page .contacts__data {
    width: 540px;
  }
  .main_page .contacts .contacts__data {
    width: 100%;
    margin-bottom: 88px;
  }
  .main_page .contacts .contacts__table tbody {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_page .contacts .contacts__table tbody tr {
    width: 50%;
  }
  .main_page .contacts__title {
    font-size: 18px;
    letter-spacing: 3.6px;
  }
  .main_page .contacts__table {
    margin-top: 11px;
  }
  .main_page .contacts__table tr td {
    padding-bottom: 13px;
  }
  .main_page .contacts__form {
    margin-top: 37px;
  }
  .main_page .contacts__wrapper {
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .main_page .contacts__wrapper .input-box:first-child {
    width: 372px;
    margin-bottom: 0px;
    padding: 0;
  }
  .main_page .contacts__wrapper .input-box:nth-child(2) {
    width: 272px;
    padding: 0;
  }
  .main_page .contacts__wrapper .input-box:last-child {
    width: 272px;
    padding: 0;
  }
  .main_page .contacts__wrapper .input-box:last-child .input-box__label {
    left: 0px;
    padding: 0;
  }
  .main_page .contacts__button {
    margin-top: 36px;
  }
  .main_page .contacts__button .checkbox {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.main_page .contacts__button label.checkbox {
  top: -16px;
  font-size: 14px;
}
.main_page .button {
    width: 272px;
}
.main_page .header__data {
  margin-bottom: 0px;
}
.main_page .header_scroll .header__data {
  margin-bottom: 0px;
}
.main_page .header__menu-wrapper  {
  margin-bottom: 0px;
}
.main_page .header_scroll .header__menu-wrapper {
  margin-bottom: 0px;
}
}
@media (max-width: 1279px) {
  .main_page .container {
    width: 1000px;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .main_page .header__logo-box {
    align-items: flex-start;
    margin-left: 4px;
  }
  .main_page .header__container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main_page .header__menu {
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: 0;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }
  .main_page .header__data {
    width: 376px;
    padding-bottom: 0px;
  }
  .main_page .header__container {
    padding-left: 24px;
    padding-right: 30px;
  }
  .main_page .header__container {
    padding-top: 19px;
    padding-bottom: 21px;
  }
  .main_page .header__logo-house {
    margin-left: 5px;
  }
  .main_page .header_scroll .header__logo-house {
    fill: #14110f;
  }

  .main_page .header__logo-text {
    width: 139px;
    height: 13px;
    fill: #f3f3f4;
  }
  .main_page .header_scroll .header__logo-text {
      fill: #14110f;
    }  .main_page .header_scroll .header__logo-room {
      fill: #14110f;
    }
  .main_page .header__logo {
    width: 200px;
    margin-left: 0px;
  }
  .main_page .header__address span {
    display: inline;
  }
  .main_page .header__menu-wrapper {
    display: none;
  }
  .main_page .header__menu-wrapper_open {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 162px;
    height: calc(100vh - 60px);
    background-color: rgba(0,0,0,0.8);
  }
  .main_page .header__menu-wrapper_open .header__link:first-of-type {
    display: block;
  }
  .main_page .header__menu-wrapper_open .header__link {
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    padding-left: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 1.7px;
  }
  .main_page .header__address {
    display: block;
  }
  .main_page .header__menu-mini {
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  .main_page .header__data {
    width: 470px;
    padding-bottom: 0px;
  }
  .main_page .wrap_text {
    padding-left: 72px;
    font-size: 12px;
  }
  .main_page .wrap_text_main {
    padding-left: 68px;
  }
  .main_page .wrap_link_block {
    padding-left: 72px;
  }
  .main_page .main-banner:before {
    height: 115px;
    left: 190px;
  }
  .main-banner {
    /*max-height: 562px;*/
    max-height: none;
    min-height: auto;
  }
  .main-banner-wrap img {
    /*max-height: 483px;*/
  }
  .main-banner-wrap_text {
    padding-top: 87px;
  }
  .wrap_text {
    padding-left: 72px;
    font-size: 12px;
  }
  .wrap_text_main {
    padding-left: 66px;
  }
  .wrap_link_block {
    padding-left: 72px;
  }
  .main_page .text_block_after {
    position: relative;
    height: 300px;
    width: 100%;
    padding-top: 60px;
    padding-left: 192px;
    z-index: 1;
  }
  .text_block_after:before {
      height: 155px;
      left: 19%;
  }
  .main_page .text_block_after h2 {
    margin-bottom: 23px;
  }
  .main_page .text_block_after p {
    margin-left: 83px;
    letter-spacing: 0.013em;
    padding-right: 50px;
  }
  .main_page .soon {
    /*max-height: 500px;*/
    max-height: none;
    min-height: auto;
  }
  .main_page .advantages {
    padding: 0 50px;
  }
  .main_page .advantages:before {
    height: 132px;
  }
  .main_page .advantages {
    padding: 0 15px 65px;
  }
  .main_page .advantages__card {
    padding: 87px 30px 0 65px;
    width: 50%;
  }
  .main_page .card__title {
    position: relative;
    padding-left: 30px;
  }
  .advantages__card:nth-of-type(3), .advantages__card:nth-of-type(4) {
    padding-top: 80px;
  }
  .card__title::before {
    position: absolute;
    content: '0' counter(card);
    counter-increment: card;
    color: #ccb199;
    font-size: 16px;
    line-height: 24px;
    left: 0px;
    bottom: 0px;
  }
  .main_page .dealer {
    height: 330px;
    padding-bottom: 0px;
    padding-top: 70px;
    padding-left: 193px;
  }
  .main_page .dealer:before {
    height: 175px;
    left: 206px;
    bottom: 2px;
  }
  .main_page .dealer p.dealer_text {
    margin-left: 30px;
  }
  .main_page .dealer h2.dealer_title {
    margin-bottom: 31px;
  }
  .main_page .dealer:before {
    height: 177px;
    left: 194px;
    bottom: 2px;
  }
  .main_page .goods::before {
    width: 92%;
  }
  .main_page .goods {
    padding-top: 60px;
    padding-left: 80px;
  }
  .main_page .good__logo {
    z-index: 20;
    position: absolute;
    left: 0px;
    top: -20px;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(0deg);
  }
  .good_bg_title {
    top: 72px;
  }
  .main_page .goods__item:first-child .good__data {
    padding-top: 142px;
  }
  .main_page .good__data {
    width: 405px;
  }
  .main_page .good__image {
    max-width: 485px;
    max-height: 435px;
  }
  .main_page .good__image img {
    max-width: 485px;
    max-height: 435px;
  }
  .main_page .good__data {
    padding-right: 30px;
  }
  .main_page .goods__item:not(:last-of-type) {
    padding-bottom: 96px;
  }
  .main_page .goods__item:nth-of-type(2) .good__logo{
    top: -5px;
  }
  .main_page .goods__item:nth-of-type(2) .good__data {
    padding-top: 161px;
  }
  .main_page .goods__item:nth-of-type(2) .good_bg_title {
    top: 89px;
  }
  .main_page .goods__item:not(:first-child) .good__info {
    margin-bottom: 0px;
  }
  .main_page .good__title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3.6px;
    margin-bottom: 15px;
  }
  .main_page .goods__item:last-child .good__wrap_text {
    margin-bottom: 43px;
  }
  .main_page .bg {
    padding-bottom: 0;
  }
  .main_page #exclusive {
    position: relative;
    background: url(/bitrix/templates/ideal-home-landing/css/../img/bg.jpg), #14110F;
    background-size: contain;
    padding-bottom: 0;
    /*padding-top: 94px;*/
    padding-top: 0px;
    z-index: 5;
  }
  .main_page .exclusive-title {
    padding-bottom: 120px;
  }
  .exclusive_bg {
    width: 100%;
    order: 2;
    max-width: 485px;
    height: 438px;
  }
  .main_page .exlusive_wrap {
    margin-top: 0px;
    padding: 50px 30px 0;
  }
  .exclusive::before {
    width: 85%;
    position: absolute;
    left: 0;
    content: '';
    top: 160px;
    height: 1000px;
    background: #F3F3F4;
    background-position: top;
    z-index: 10;
  }
  .exlusive_wrap_block {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .exclusive_bg {
    width: 100%;
    order: 2;
    max-width: 485px;
    height: 438px;
  }
  .exlusive_wrap_block {
    padding-left: 52px;
  }
  .exlusive_left_block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 438px;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 59px;
  }
  .exclusive {
      display: block;
      padding-bottom: 0px;
      /* background: #F3F3F4; */
  }
  .exlusive_right_block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 438px;
    justify-content: space-between;
    max-width: none;
  }
  .exlusive_info_block {
    -moz-order: 1px;
    -ms-order: 1px;
    -o-order: 1px;
    order: 1px;
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .exlusive_logo {
    position: relative;
    left: 0;
    top: 0;
    width: 226px;
    padding-top: 74px;
    margin-bottom: 44px;
    -webkit-transform: none;
            transform: none;
  }
  .exclusive-title {
    padding-bottom: 68px;
  }
  .exlusive_info_block:before {
    position: absolute;
    content: '';
    width: 343px;
    height: 4px;
    left: -110px;
    top: 138px;
    background: #ffffff;
    z-index: 5;
  }
  .exlusive_right_block .exlusive_logo {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 200px;
    left: 21px;
    top: 44px;
  }
  .exlusive_right_block .exlusive_logo img{
  width: 44px;
  height: 101px;
  }
  .exlusive_right_block .exlusive_logo {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: relative;
    width: 44px;
    left: 30px;
    top: 40px;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 62px;
  }
  .insta-slider img {
    width: 293px;
    height: 293px;
  }
  .instagram_block {
    padding: 60px 30px 44px;
    background: #F3F3F4;
  }
  .insta-slider .next {
    right: 4px;
  }
  .exclusive_info-title {
    padding-right: 90px;
  }
  .main-banner-wrap {
    position: absolute;
    left: 21.4%;
    z-index: 2;
  }
  .main-banner-wrap img {
    margin-bottom: 25px;
  }
  .main-banner_link {
    padding-left: 3px;
  }
  .main-banner:before {
    height: 115px;
    left: 192px;
  }
  .footer__soc::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #515052;
}
#exclusive {
  overflow: hidden;
}
.goods::after {
    display: none;
}
.main_page .header_scroll {
  background: #fff;
}
.main_page .contacts__form-box {
  width: 100%;
}
  .main_page .contacts__data {
    width: 100%;
  }
  .main_page .contacts {
    padding: 70px 80px 0 85px;
  }
  .main_page .contacts .contacts__table tbody tr {
    width: 49%;
    display: inline-block;
    min-height: 53px;
}
.main_page .contacts .contacts__table tbody {
  display: table-row-group;
}
.contacts__table tbody tr:first-of-type {
     padding-right: 0px;
}
.main_page .contacts__table tr td:first-of-type {
    vertical-align: top;
    width: auto;
    float: left;
}
.main_page .contacts__table tr td:last-of-type {
  letter-spacing: 0.7px;
  font-weight: 400;
  color: #f3f3f4;
  text-align: left;
  width: 200px;
  float: right;
}
.main_page .contacts .contacts__data {
  width: 100%;
  margin-bottom: 41px;
}
.main_page .contacts .contacts__form-box {
  margin-top: 0px;
}
.main_page .contacts__form-box .contacts__title {
  font-size: 20px;
  letter-spacing: 4.1px;
}
.main_page .contacts__form {
  margin-top: 24px;
}
.main_page .contacts__wrapper {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_page .contacts__wrapper .input-box:first-child {
    width: 100%;
    margin-bottom: 56px;
    padding: 0;
}
.main_page .contacts__wrapper .input-box:nth-child(2) {
    width: 50%;
    padding-right: 15px;
}
.main_page .contacts__wrapper .input-box:last-child {
    width: 50%;
    padding-left: 15px;
}
.main_page .contacts__wrapper .input-box:last-child .input-box__label {
    left: 17px;
    padding: 0;
}
.main_page .contacts__button {
    margin-top: 31px;
}
.main_page .contacts__button label.checkbox {
    top: -5px;
    font-size: 12px;
}
.footer__container {
    flex-wrap: wrap;
}
.footer__logo {
    order: 2;
}
.footer__soc {
    position: relative;
    justify-content: center;
    order: 1;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 42px;
}
.soc__text {
    display: block;
}
}
@media (max-width: 1023px) {
.header__data {
	justify-content: space-around;
}
.main_page .container {
  /*width: 720px;*/
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.main_page .header_scroll {
  background: #fff;
}
.scroll-nav {
  display: none;
}
.main_page .header__address {
    display: none;
}
.main_page .header__container {
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 26px;
  padding-right: 29px;
}
.main_page .header__logo {
  width: 200px;
  margin-left: 0px;
}
.main_page .header__data {
  /* width: 180px; */
  padding-bottom: 0px;
	padding-top: 4px;
}
.main_page .header__phone {
  font-size: 14px;
}
.main_page .main-banner {
    height: auto;
    min-height: none;
}
.main_page .wrap_text {
  padding-left: 86px;
  font-size: 14px;
}
.main_page .wrap_text_main {
  padding-left: 83px;
  margin-top: 4px;
}
.wrap_text_main span {
  /*margin-left: -26px;*/
}
.main_page .wrap_link_block {
  padding-left: 89px;
}
.main_page .main-banner-wrap img {
  margin-bottom: 0px;
}
.main-banner {
  max-height: none;
  min-height: auto;
  height: auto;
  padding-bottom: 62px;
}
.main-banner-wrap {
  position: relative;
  height: 422px;
  left: 0;
  z-index: 2;
}
.main-banner_link {
  display: none;
}
.main-banner-wrap img {
  height: 422px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap_text {
  padding-left: 89px;
  font-size: 14px;
}
.main_page .soon__image {
  position: relative;
  width: 100%;
  /*max-height: 360px; */
  height: auto;
  -o-object-fit: none;
  object-fit: none;
}
.main-banner-wrap_text {
  padding-top: 45px;
}
.main_page .goods__item {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_page #exclusive {
  padding-top: 0;
  background: #f3f3f4;
  background-color: #f3f3f4;
}
.main_page .exclusive-title {
  padding-bottom: 33px;
}
.main_page .exlusive_wrap_block {
  padding-left: 0px;
}
.main_page .exlusive_info_block:before {
  position: absolute;
  content: '';
  width: 347px;
  height: 4px;
  left: 0px;
  top: 95px;
  background: #ffffff;
  z-index: 5;
}
.wrap_text_main {
  font-size: 44px;
  letter-spacing: 0.1em;
  margin-top: 5px;
  padding-left: 89px;
  line-height: 60px;
  margin-bottom: 26px;
  padding-left: 87px;
}
.wrap_link_block {
  padding-left: 86px;
}
.text_block_after:before {
  display: none;
}
.main_page .text_block_after {
  position: relative;
  height: 313px;
  width: 100%;
  padding-top: 55px;
  padding-left: 89px;
  z-index: 1;
}
.main_page .text_block_after h2 {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.main_page .text_block_after p {
  width: auto;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-left: 0px;
  letter-spacing: 0.015em;
  color: #14110F;
  padding-right: 20px;
}
.main_page .soon {
  height: auto;
  position: relative;
}
.main_page  .soon__logo-box {
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main_page .advantages:before,
.main_page .advantages:after {
  display: none;
}
.main_page .advantages {
  padding: 0 0px 25px;
}
.main_page .advantages__card {
  width: 100%;
  padding: 0;
  padding-left: 89px;
  padding-right: 142px;
  padding-top: 63px;
  padding-bottom: 41px;
}
.card__title::before {
  position: absolute;
  content: '0' counter(card);
  counter-increment: card;
  color: #ccb199;
  font-size: 36px;
  line-height: 24px;
  left: 0px;
  bottom: 5px;
  margin-right: 0;
}
.main_page .card__title {
  position: relative;
  padding-left: 65px;
}
.main_page .advantages__card:first-child .card__title {
  position: relative;
  padding-left: 55px;
}
.main_page .advantages__card:not(:last-child):after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: -240px;
  width: 460px;
  height: 4px;
  background: #ffffff;
}
.main_page .advantages__card:last-child {
  padding-top: 55px;
}
.main_page .dealer {
  height: 300px;
  margin-top: 0;
  padding-top: 56px;
  padding-right: 23px;
  padding-left: 90px;
}
.main_page .dealer:before {
  display: none;
}
.main_page .dealer h2.dealer_title {
  font-size: 36px;
  margin-bottom: 14px;
}
.main_page .dealer p.dealer_text {
  margin-left: 0px;
}
.main_page .goods {
  padding: 0;
  padding-bottom: 30px;
}
.main_page .goods::before {
  width: 100%;
}
.main_page .good__image {
  order: 1;
}
.main_page .good__logo {
  z-index: 20;
  position: relative;
  left: 0px;
  top: 0;
  width: 100%;
  order: 2;
  -webkit-transform: rotate(-90deg);
  transform: rotate(0deg);
}
.main_page .good__image {
  width: 100%;
  max-width: none;
  max-height: 377px;
}
.main_page .good__image img {
  max-width: none;
  max-height: 377px;
}
.main_page .good__data {
  padding-top: 0;
  width: 100%;
  order: 3;
}
.main_page .goods__item:first-child .good__data {
  padding-top: 0px;
  position: relative;
  padding-left: 145px;
  width: 100%;
  display: block;
}
.main_page .good__data {
  padding-top: 0px;
  position: relative;
  padding-left: 145px;
  width: 100%;
  display: block;
}
.slider-title {
  position: absolute;
  font-size: 48px;
  left: -43px;
  top: 89px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.good_bg_title {
  position: relative;
  top: 50px;
}
.good__info {
  position: relative;
  width: 100%;
  display: block;
  flex-grow: 1;
  padding-top: 80px;
  padding-left: 0px;
}
.main_page .good__title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3.6px;
  margin-bottom: 8px;
  padding-right: 140px;
}
.main_page .goods__item:not(:last-of-type) {
  padding-bottom: 0px;
}
.arrow {
  width: 60px;
  height: 60px;
  bottom: -30px;
}
.prev {
  right: 103px;
}
.next {
  right: 30px;
}
.slider_two .arrow {
  bottom: -30px;
}
.main_page .good__data {
height: 363px;
}
.main_page .goods__item:nth-of-type(2) .good__data {
  padding-top: 0px;
}
.main_page .goods__item:nth-of-type(2) .good_bg_title {
  top: 51px;
}
.main_page .good__title {
  margin-bottom: 8px;
}
.main_page .goods__item:nth-of-type(2) .good__title {
    margin-bottom: 18px;
}
.main_page .good__text {
  padding-right: 110px;
}
.main_page .goods__item:last-child .good__data {
  padding-top: 50px;
}
.main_page .goods__item:last-child .good__title {
  margin-bottom: 20px;
}
.main_page .goods::after {
  display: none;
}
.main_page .goods__item:last-child .good__info {
  padding-top: 0;
}
.main_page .goods__item:last-of-type {
  padding-bottom: 0px;
}
.exclusive {
  position: relative;
  background: #f3f3f4;
  background-size: contain;
  padding-bottom: 0;
  padding-top: 0px;
  z-index: 5;
}
.exclusive-title {
  font-size: 36px;
  line-height: 40px;
  color: #14110F;
}
.exlusive_wrap {
  padding: 45px 0 0;
}
.exclusive-title {
  padding-bottom: 30px;
}
.exlusive_left_block {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  height: auto;
  margin-bottom: 0;
}
.exclusive_bg {
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  height: 377px;
  max-width: none;
}
.exlusive_info_block {
  width: 100%;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  height: 291px;
  padding-top: 30px;
  padding-left: 89px;
}
.exlusive_logo {
  padding-top: 0;
  margin-bottom: 34px;
}
.exlusive_right_block {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
   width: 100%;
  height: auto;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}
.exlusive_info_block:before {
  position: absolute;
  content: '';
  width: 376px;
  height: 4px;
  left: -30px;
  top: 95px;
  background: #ffffff;
  z-index: 5;
}
.exclusive_info-title {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding-right: 75px;
  margin-bottom: 0;
  width: 320px;
}
.exclusive_info-price {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34312D;
  margin-bottom: 0px;
}
.exclusive_info-price {
  display: inline-block;
  text-align: right;
}
.exclusive_info-price span.addition {
  position: relative;
  font-size: 11px;
  line-height: 13px;
  top: -9px;
  left: -13px;
}
.exclusive_info-price {
  top: 8px;
  padding-left: 23px;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34312D;
  margin-bottom: 0px;
}
.exlusive_right_block .exlusive_logo {
  left: 26px;
  top: -32px;
  display: block;
  margin-bottom: -24px;
}
.instagram-title {
  font-size: 36px;
  margin-bottom: 30px;
}
.instagram_block {
  padding: 38px 30px 44px;
}
.insta-slider img {
    width: 100%;
    height: 302px;
}
.insta-slider .arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.insta-slider .next {
  right: 15px;
}
.main_page .contacts {
  padding: 80px 60px;
}
.main-banner_link {
  display: none;
}
.main-banner:before {
  display: none;
}
.main-banner-wrap img {
  margin-bottom: 0px;
}
.main_page .contacts .contacts__table tbody {
  display: table-row-group;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main_page .contacts .contacts__table tbody tr {
    width: auto;
    display: table-row;
}
.main_page .contacts__table tr td:first-of-type {
    width: 50%;
    float: none;
}
.main_page .contacts__table tr td:last-of-type {
    letter-spacing: 0.7px;
    font-weight: 400;
    color: #f3f3f4;
    text-align: left;
    width: auto;
    float: none;
}
.main_page .contacts .contacts__data {
  width: 100%;
  margin-bottom: 110px;
}
.main_page .contacts__table {
  width: 100%;
}
.main_page .contacts__table tr td:last-of-type {
  width: 50%;
}
}
@media (max-width: 767px) {
.main_page .container {
  width: 100%;
  /*width: 540px;*/
  display: block;
  margin: 0 auto;
  padding: 0;
}
.footer__logo::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #515052;
}
.main_page .footer__logo::after {
  display: none;
}
.main_page #exclusive {
  background: #f3f3f4;
  background-color: #f3f3f4;
}
.main_page .wrap_text {
  padding-left: 56px;
  font-size: 12px;

}
.header__logo-box {
  display: inline;
}
.main_page .wrap_text_main {
  padding-left: 54px;
  margin-top: 11px;
  line-height: 34px;
  margin-bottom: 23px;
}
.main_page .wrap_link_block {
    padding-left: 57px;
}
.main_page .text_block_after {
    position: relative;
    height: 313px;
    width: 100%;
    padding-top: 13px;
    padding-left: 54px;
    z-index: 1;
}
.main-banner_link_left {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent;
}
.main-banner_link_left:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  background: url(/bitrix/templates/ideal-home-landing/css/../img/arrow_link.png) center no-repeat;
  background-size: auto;
}
.main-banner-wrap {
  height: 260px;
}
.main-banner-wrap img {
  height: 260px;
  padding-left: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_page .header__container {
  padding-left: 22px;
  padding-right: 16px;
}
.main_page .header__logo-box {
  margin-top: 18px;
  margin-left: 5px;
  padding-left: 0px;
}
.main_page .header__container {
  padding-top: 3px;
  padding-bottom: 0px;
}
.main_page .header__logo-text {
  width: 120px;
  height: 13px;
  fill: #f3f3f4;
}
.main_page .header__logo-room {
  position: relative;
  top: -10px;
  margin-top: 0px;
}
.main_page .header__container {
  padding-left: 11px;
  padding-right: 16px;
}
.header__logo-room {
  margin-top: 15px;
  width: 53px;
  height: 7px;
  fill: #f3f3f4;
}
.main_page .header__data {
  display: none;
}
.main-banner-wrap_text {
  padding-top: 37px;
}
.main_page .wrap_text {
  padding-left: 50px;
  font-size: 12px;
  line-height: 16px;
}
.main_page .wrap_text_main {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 11px;
  line-height: 32px;
  margin-bottom: 12px;
  padding-left: 50px;
}
.main_page .wrap_text_main {
 letter-spacing: 0.08em;
}
.main_page .wrap_text_main span {
  /*margin-left: -16px;*/
}
.main_page .wrap_link_block {
  padding-left: 55px;
}
.main_page .main-banner {
  padding-bottom: 30px;
}
.main_page .text_block_after {
  height: 205px;
  padding-top: 31px;
  padding-left: 58px;
}
.main_page .text_block_after h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.main_page .text_block_after p {
  width: auto;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  margin-left: 0px;
  letter-spacing: 0.015em;
  color: #14110F;
  padding-right: 20px;
}
.main_page .find_link {
  width: 168px;
}
.main_page .soon__logo-box {
  width: 171px;
  height: 171px;
}
.main_page .soon__circle-one {
  width: 171px;
  height: 171px;
}
.main_page .soon__circle-two {
  width: 137px;
  height: 137px;
}
.main_page .soon__logo {
  width: 115px;
  height: 115px;
}
.main_page .advantages__card {
  width: 100%;
  padding: 0;
  padding-left: 56px;
  padding-right: 64px;
  padding-top: 50px;
  padding-bottom: 32px;
}
.main_page .card__title::before {
  font-size: 16px;
  line-height: 24px;
  bottom: 0;
}
.main_page .advantages__card:first-child .card__title {
  position: relative;
  padding-left: 29px;
}
.main_page .advantages__card:nth-child(2) {
  padding-top: 39px;
  padding-bottom: 43px;
}
.main_page .advantages__card:nth-child(3) {
  padding-top: 39px;
  padding-bottom: 43px;
}
.main_page .card__title {
  position: relative;
  padding-left: 32px;
}
.main_page .dealer {
  height: auto;
  min-height: 197px;
  margin-top: 0;
  padding-top: 31px;
  padding-right: 23px;
  padding-left: 55px;
}
.main_page .dealer h2.dealer_title {
  font-size: 24px;
  margin-bottom: 14px;
  line-height: 32px;
}
.main_page .dealer p.dealer_text {
  font-size: 14px;
  line-height: 22px;
}
.main_page .good__image {
    width: 100%;
    max-width: none;
    max-height: 284px;
}
.main_page .good__image img {
  max-height: 284px;
}
.main_page .good__logo {
  z-index: 20;
  position: relative;
  left: 56px;
  top: 14px;
  width: 100%;
  order: 2;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main_page .slider-title {
  position: relative;
  font-size: 48px;
  line-height: 60px;
  padding-top: 18px;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main_page .soon__image {
  max-height: 270px;
}
.main_page .good__logo {
  margin-top: 0;
  width: auto;
  margin-left: inherit;
  margin-right: inherit;
}
.good_bg_title {
  position: absolute;
  top: -33px;
  right: 14px;
  left: auto;
  width: 182px;
}
.main_page .good__title {
  text-align: left;
}
.main_page .good__info {
  padding-top: 29px;
}
.main_page .goods__item:first-child .good__data {
  padding-left: 58px;
}
.main_page .good__text {
  padding-right: 0px;
}
.main_page .good__title {
  margin-bottom: 19px;
}
.main_page .goods__item:not(:last-of-type) {
  padding-bottom: 43px;
}
.main_page .good__data {
  height: auto;
}
.main_page .goods__item:nth-child(2) .slider-title {
  padding-top: 34px;
  padding-bottom: 0px;
}
.main_page .good__data {
  padding-left: 57px;
}
.main_page .goods__item:nth-of-type(2) .good__title {
  margin-bottom: 31px;
}
.main_page .good__data {
  padding-right: 10px;
}
.main_page .goods__item:last-child .good__data {
  padding-top: 14px;
}
.main_page .goods__item:last-child .good__title {
  margin-bottom: 28px;
}
.main_page .goods__item:last-child .good__wrap_text {
  margin-bottom: 22px;
}
.main_page .goods__item:nth-of-type(2) .good_bg_title {
  top: -53px;
}
.main_page .goods__item:not(:first-child) .good__info {
  padding-top: 10px;
}
.arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  bottom: auto;
}
.prev {
  left: 0;
}
.prev:before {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.prev:hover:before {
  -webkit-transform: rotate(180deg)scale(0.7);
          transform: rotate(180deg)scale(0.7);
}
.next {
  right: 0;
}
.next:before {
  -webkit-transform: rotate(180deg)scale(0.7);
          transform: rotate(180deg)scale(0.7);
}
.next:hover:before {
  -webkit-transform: rotate(0deg)scale(0.7);
          transform: rotate(0deg)scale(0.7);
}
.exlusive_wrap {
  padding: 68px 0 0;
}
.exclusive-title {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 33px;
}
.exlusive_left_block,
.exlusive_right_block {
  height: auto;
  /*height: 283px;*/
}
.exclusive_bg {
  height: 283px;
}
.exlusive_info_block {
  height: 283px;
  padding-top: 30px;
  padding-left: 57px;
}
.exlusive_logo {
  width: 190px;
}
.exlusive_logo {
  margin-bottom: 58px;
}
.exclusive_info-title {
  width: 295px;
  padding-right: 0;
}
.exclusive_info-price {
  top: -9px;
  padding-left: 5px;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34312D;
  margin-bottom: 0px;
}
.exclusive_info-price span.addition {
  top: 4px;
  left: -7px;
}
.exlusive_right_block .exlusive_info_block {
   /*padding-top: 8px;*/
}
.main_page .exlusive_right_block .exlusive_logo {
  -webkit-transform: none;
          transform: none;
}
.main_page .exlusive_right_block .exlusive_logo img {
  display: block;
  width: 37px;
  height: 85px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: -26px auto 0;
}
.exlusive_right_block .exlusive_logo {
  left: 20px;
  top: 0px;
  margin-bottom: 17px;
}
.instagram_block {
  padding: 9px 15px 71px;
}
.instagram-title {
  font-size: 24px;
  line-height: 32px;
}
.insta-slider {
  width: 100%;
  height: 240px;
}
.insta-slider img {
  width: 100%;
  height: 240px;
}
.insta-slider a {
  margin: 0 7px;
}
.insta-slider .prev {
  left: 7px;
}
.insta-slider .next {
  right: 7px;
}
.exlusive_info_block:before {
  width: 340px;
}
.main_page .main-banner-wrap img {
  min-height: auto;
}
.main_page .dealer p.dealer_text {
  letter-spacing: 0.01em;
}
.main_page .contacts__wrapper .input-box:nth-child(2) {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 56px;
}
.main_page .contacts__wrapper .input-box:last-child {
    width: 100%;
    padding-left: 0px;
}
.main_page .contacts__wrapper .input-box:last-child .input-box__label {
    left: 0px;
    padding: 0;
}
.main_page .contacts__button {
  flex-wrap: wrap;
}
.main_page .contacts__button .checkbox {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.main_page .contacts__button .checkbox_dark {
  margin-bottom: 40px;
}
.main_page .button {
  width: 290px;
}
  .footer__logo {
    position: relative;
    width: 100%;
    justify-content: center;
    padding-bottom: 45px;
}
.footer__developer {
    margin: 35px 0;
    width: 100%;
    text-align: center;
}
.main_page .footer__logo::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #515052;
}
}
@media (max-width: 539px) {
  .popup {
   padding: 50px 15px 15px;
}
  .soc__text {
    display: none;
}
.main_page .footer {
  padding-left: 0;
  padding-right: 0;
}
.main_page .container {
  width: 100%;
  /*max-width: 320px;*/
  display: block;
  margin: 0 auto;
  padding: 0;
}
.main_page .exclusive_info-title {
  width: auto;
}
.main_page .contacts {
  padding-left: 30px;
  padding-right: 30px;
}
.main_page .main-banner-wrap img {
  padding-left: 0;
  height: 212px;
}
.main_page .wrap_text  {
  padding-left: 29px;
}
.main_page .main-banner-wrap_text {
  padding-top: 27px;
}
.main_page .wrap_text_main {
  padding-left: 30px;
  margin-bottom: 12px;
}
.main_page .wrap_text_main span {
  position: relative;
  top: -4px;
  /*margin-left: -16px;*/
  font-size: 20px;
  line-height: 24px;
}
.main_page .wrap_link_block {
  padding: 0 15px;
  width: 100%;
}
.main_page .consultation_link {
  width: 100%;
  margin-bottom: 15px;
}
.main_page .find_link {
  width: 100%;
}
.main_page .main-banner {
  padding-bottom: 21px;
}
.main_page .text_block_after {
  height: auto;
  min-height: 242px;
  padding: 29px 15px 15px 15px;
}
.main_page .text_block_after h2 {
  margin-bottom: 1px;
}
.main_page .text_block_after p {
  font-size: 14px;
  line-height: 24px;
  padding-right: 0px;
  letter-spacing: 0.01em;
}
.main_page .soon__image {
  max-height: none;
  min-height: none;
  height: 205px;
}
.main_page .advantages__card {
  width: 100%;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 51px;
  padding-bottom: 28px;
}
.main_page .advantages__card:nth-child(2) {
  padding-top: 40px;
  padding-bottom: 25px;
}
.main_page .advantages__card:nth-child(3) {
  padding-top: 39px;
  padding-bottom: 17px;
}
.main_page .advantages__card:last-child {
  padding-top: 48px;
}
.main_page .advantages {
  padding: 0 0px 33px;
}
.main_page .dealer {
  height: auto;
  min-height: 259px;
  margin-top: 0;
  padding: 36px 15px 15px;
}
.main_page .dealer h2.dealer_title {
  margin-bottom: 9px;
}
.main_page .good__image {
    width: 100%;
    max-width: none;
    max-height: 220px;
}
.main_page .good__image img {
  max-height: 220px;
}
.main_page .slider-title {
  font-size: 44px;
  line-height: 60px;
  padding-top: 16px;
}
.main_page .good__logo {
  left: 15px;
  top: 1px;
  margin-bottom: 17px;
}
.main_page .good__data {
  padding: 0 15px;
}
.main_page .goods__item:first-child .good__data {
  padding-left: 15px;
}
.main_page .good_bg_title {
  position: relative;
  top: 0px;
  right: auto;
  left: auto;
  width: 182px;
}
.main_page .good__info {
  padding-top: 20px;
}
.main_page .good__title {
  margin-bottom: 8px;
  padding-right: 15px;
}
.main_page .goods__item:not(:last-of-type) {
  padding-bottom: 32px;
}
.main_page .goods__item:nth-child(2) .slider-title {
  padding-top: 16px;
  padding-bottom: 0px;
}
.main_page .goods__item:nth-of-type(2) .good__logo {
  top: 0px;
  margin-bottom: 15px;
}
.main_page .goods__item:nth-of-type(2) .good_bg_title {
  top: 0px;
}
.main_page .goods__item:nth-of-type(2) .good__title {
  margin-bottom: 8px;
}
.main_page .goods__item:not(:first-child) .good__info {
  padding-top: 20px;
}
.main_page .good__wrap_text {
  margin-bottom: 22px;
}
.main_page .goods__item:nth-of-type(2) {
  padding-bottom: 57px;
}
.main_page .goods__item:last-child .good__info {
  padding-top: 0px;
}
.main_page .goods__item:last-child .good__data {
  padding-top: 19px;
}
.main_page .goods__item:last-child .good__title {
  margin-bottom: 9px;
  padding-right: 0;
}
.main_page .good__text {
  padding-right: 0px;
  letter-spacing: 0.1px;
}
.main_page .exlusive_wrap {
  padding: 66px 0 0;
}
.main_page .exclusive-title {
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 24px;
}
.main_page .exclusive_bg {
  height: 220px;
}
.main_page .exlusive_info_block {
  height: 396px;
  padding-top: 21px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_page .exlusive_logo {
  display: block;
  width: 190px;
  margin: auto;
  margin-bottom: 49px;
}
.main_page .exlusive_info_block:before {
  position: absolute;
  content: '';
  width: 256px;
  height: 4px;
  left: 0px;
  top: 78px;
  background: #ffffff;
  z-index: 5;
}
.main_page .exclusive_info-price {
  top: 0px;
  padding-left: 0px;
  text-align: left;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #34312D;
  margin-bottom: 35px;
}
.main_page .exclusive_info-price span.addition {
  top: 6px;
  left: 0px;
}
.main_page .exclusive_buy {
  height: 50px;
  margin-right: 0;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #F3F3F4;
  background: #34312D;
  border: none;
  outline: none;
}
.main_page .exclusive_look {
  width: 100%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #14110F;
  background: #D9C5B3;
  border: none;
  outline: none;
}
.main_page .exlusive_right_block .exlusive_logo {
  left: 0px;
  top: 0px;
  display: block;
  margin: auto;
}
.main_page .exlusive_right_block .exclusive_info-title {
  width: auto;
  padding-top: 27px;
}
.main_page .instagram_block {
  padding: 9px 15px 50px;
}
.main_page .instagram-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.main_page .insta-slider a {
  margin: 0px;
}
.main_page .insta-slider {
  width: 100%;
  height: 240px;
}
.main_page .insta-slider .prev {
  left: 0px;
}
.main_page .insta-slider .next {
  right: 0px;
}
.main_page .main-banner_link_left {
  display: none;
}
.main_page .footer__soc::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #515052;
}
.main_page .footer__logo::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #515052;
}
.main_page .contacts {
  padding: 50px 15px;
  }
  .main_page .contacts .contacts__data {
    margin-bottom: 75px;
  }
  .main_page .contacts .contacts__table tbody tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_page .contacts__table tr td:first-of-type {
    width: 100%;
    display: block;
  }
  .main_page .contacts__table tr td:last-of-type {
    width: 100%;
    display: block;
  }
  .main-banner-wrap {
  height: 212px;
}
.exlusive_left_block,
.exlusive_right_block {
  height: auto;
}
}
/* END MAIN PAGE */
/** {
  border: 1px solid red;
}*/
.scroll-nav {
  display: none;
}
/*начало страницы ошибки*/
.error {
background: #14110F;
height: calc(100vh - 293px);
}
.wrap-error-page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
  padding-left: 40px;
  padding-right: 200px;
}
.error-left .error-left-title {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 540px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: url(/bitrix/templates/ideal-home-landing/css/../img/text_bg.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-right {
  width: 425px;
  align-items: center;
}
.error-right .error-left-title {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.error-right .error-left-attention {
  display: block;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.error-right .wrap-button-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.wrap-button-link .backup-link {
  background: #F3F3F4;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #14110F;
  width: 180px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
}
.wrap-button-link .main-link {
  background: #D9C5B3;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #14110F;
  width: 230px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1919px) {
.wrap-error-page {
  padding: 0;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.error-left {
  width: 100%;
}
.error-left .error-left-title {
  font-size: 300px;
}
.error-right {
  width: 700px;
  display: block;
  margin: auto;
  align-items: center;
}
}
@media (max-width: 767px) {
.wrap-error-page {
  text-align: center;
  padding: 0 15px;
}
.error-left .error-left-title {
  font-size: 200px;
}
.error-right .error-left-title {
  font-size: 24px;
  line-height: 32px;
}
.error-right .error-left-attention {
  font-size: 14px;
  line-height: 18px;
}
.wrap-button-link {
  width: 440px;
  margin: auto;
}

}
@media (max-width: 539px) {
.error-left .error-left-title {
  font-size: 140px;
}
.error-right .error-left-title {
  font-size: 18px;
  line-height: 32px;
}
.error-right .error-left-attention {
  font-size: 13px;
  line-height: 18px;
}
.wrap-button-link {
  width: 290px;
  margin: auto;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-button-link .backup-link {
  margin:0 auto 20px;
}
.wrap-button-link .main-link {
  margin:0 auto 20px;
}
.error {
  height: auto;
}
}
/*конец страницы ошибки*/
#attendance {
  /*background: url(/bitrix/templates/ideal-home-landing/css/../img/bg.jpg), #14110F;*/
  background: url(/bitrix/templates/ideal-home-landing/css/../img/fon-min.jpg), #14110F;
  background-size: contain;
}
.attendance-up {
  height: 470px;
  padding-top: 165px;
}
.attendance_text {
  font-family: Montserrat, sans-serif;
  text-align: left;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  width: 1100px;
  color: #f3f3f4;
  font-size: 28px;
  line-height: 52px;
  font-weight: 600;
  padding-left: 100px;
  word-wrap: break-word;
}
.attendance_text span {
  color: #d9c5b3;
}

.attendance_text:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 4px;
  top: 0;
  left: 0;
  background: #d9c5b3;
}
.attendance-bottom-text {
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 263px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 32px;
  letter-spacing: 8px;
  color: #14110f;
  z-index: 9;
}
.attendance-bottom {
  position: relative;
  padding: 0 60px;
}
.wrap-serv-item-block {
  position: relative;
  padding-top: 500px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 5;
  overflow: hidden;
}
.wrap-serv-item-block:after {
position: absolute;
content: '';
width: 83%;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
height: 100%;
background-color: #ffffff;
z-index: -1;
}
.attendance-bottom-text {
  color: #14110f;
}
.wrap-serv-item-block:before {
  position: absolute;
  content: '';
  top: 360px;
  left: 50%;
  width: 3px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e4e4e5;
}
.serv-item {
  position: relative;
  width: 755px;
  height: 715px;
  margin-bottom: 100px;
}
.serv-item img {
  width: 100%;
  height: 715px;
  -o-object-fit: cover;
     object-fit: cover;
}
.serv_abs_block {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 455px;
  height: 395px;
  background: #ffffff;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 55px;
  padding-right: 10px;
  padding-left: 0;
}
.serv-item:nth-child(odd) {
  margin-top: -405px;
}
.serv-item:nth-child(odd) .serv_abs_block {
  right: -1px;
  left: auto;
  padding-left: 60px;
}
.serv-item:nth-child(odd):after {
  position: absolute;
  content: '';
  top: 398px;
  right: -137px; 
  width: 83px;
  height: 3px;
  background: #e4e4e5;
}
.serv-item:nth-child(even):after {
  position: absolute;
  content: '';
  top: 400px;
  left: -137px;
  width: 83px;
  height: 3px;
  background: #e4e4e5;
}
.serv_abs_block-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #34312d;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  letter-spacing: 3.6px;
}
.serv_abs_block-title span {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #d9c5b3;
  margin-right: 15px;

}
.serv_abs_block-list {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.serv_abs_block-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
  list-style-type: none;
  }
.serv_abs_block-list li:before {
  position: absolute;
  content: '';
  width: 18px;
  left: 0;
  top: 10px;
  height: 1px;
  background: #c7c8ca;
  }
  .serv_abs_block-link {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #f3f3f4;
    letter-spacing: 1.5px;
    background: #34312d;
  }
  .serv_abs_block-link:hover {
    color: #f2f2f3;
  }
  .serv_abs_block-list.lr_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .serv_abs_block-list.lr_list li {
    width: 50%;
  }
  .serv-item.requisite {
    height: 295px;
    padding-top: 150px;
  }
.serv_req {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-size: 18px;
  width: 500px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  color: #34312d;
  margin-bottom: 25px;
}
.serv_req span {
  font-weight: 700;
}
.serv_req-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #7e7f83; 
  letter-spacing: 3px;
}
.serv_req-link span {
  color: #34312d;
}
.serv-item:last-child:after {
  display: none;
}
.main_page .attendance-block .container {
    max-width: 1920px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1919px) {
  .attendance-bottom {
    padding: 0 40px;
  }
  .serv-item {
    width: 42%;
    height: 710px;
  }
  .serv-item img {
    height: 710px;
  }
  .serv-item:nth-child(odd):after {
    right: -137px;
    width: 50px;
}
.serv-item:nth-child(even):after {
    left: -137px;
    width: 50px;  
}
.serv_abs_block {
  width: 485px;
}
.serv_abs_block-title {
  font-size: 17px;
}
.attendance-up {
    height: 300px;
    padding-top: 100px;
}
.attendance_text {
  font-size: 20px;
  line-height: 44px;
}
}
@media (max-width: 1450px) {

  .wrap-serv-item-block:after {
    width: 90%;
  }
  .serv-item {
    width: 44%;
}
.serv-item:nth-child(odd):after {
    right: -82px;
    width: 50px;
}
.serv-item:nth-child(even):after {
    left: -82px;
    width: 50px;
}
}

@media (max-width: 1290px) {
  .attendance-bottom-text {
    font-size: 36px;
  }
  .attendance-bottom {
    padding: 0 65px;
    background: #fff;
  }
  .wrap-serv-item-block:after {
    width: 200%;
  }
  #attendance {
    overflow: hidden;
  }
  .serv-item {
    width: 44%;
  }
  .serv_abs_block {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 40px 10px;
  }
  .serv-item:nth-child(odd) .serv_abs_block {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 40px 10px;
  }
  .serv-item:nth-child(odd):after {
    right: -69px;
    width: 40px;
  }
  .serv-item:nth-child(even):after {
    left: -69px;
    width: 40px;  
  }
.attendance-up {
    height: 300px;
    padding-top: 100px;
}
  .serv_req {
    width: 100%;
  }
/*  .attendance-up {
    height: auto;
    padding-top: 25px;
}*/
.serv-item.requisite {
  height: auto;
  padding-top: 35px;
}
.serv-item img {
    height: 100%;
}
}
@media (max-width: 1040px) {
  .serv-item:nth-child(odd) {
    margin-top: -320px;
}
  .serv-item:nth-child(odd):after {
  right: -18px;
  width: 13px;
  top: 318px;
  }
  .serv-item:nth-child(even):after {
  left: -18px;
  width: 13px;
  top: 309px;
  }

.serv-item {
  margin-bottom: 0;
}
  .serv_abs_block-title {
    font-size: 15px;
  }
  .serv_abs_block-list li {
    font-size: 12px;
  }
    .attendance-bottom {
    padding: 0 30px;
  }
/*    .serv-item {
    width: 455px;
    height: 630px;
  } */
  .serv-item {
    width: 48%;
    height: 630px;
}
  .wrap-serv-item-block {
    padding-top: 350px;
  }
  .serv_abs_block-title span {
    font-size: 54px;
  }
  .serv_abs_block-title {
    font-size: 18px;
  }
 .serv_abs_block {
    padding: 43px 0 20px;
}
  .attendance_text {
    width: 100%;
  }
  .wrap-serv-item-block:before {
    top: 185px;
  }
  .attendance-bottom-text {
    left: 50%;
    top: 145px;
  }
  .attendance_text {
    font-family: Montserrat, sans-serif;
    text-align: left;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    position: relative;
    width: 80%;
    color: #f3f3f4;
    font-size: 18px;
    line-height: 32px;
    padding-left: 50px;
    letter-spacing: 2.3px;
    font-weight: 600;
    word-wrap: break-word;
}
.serv-item:nth-child(odd) .serv_abs_block {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 55px 10px 20px 10px;
}
}
@media (max-width: 800px) {
.wrap-serv-item-block {
  padding-top: 110px;
}
.wrap-serv-item-block:before {
  display: none;
}
.serv-item {
  margin-top: 0;
  margin-bottom: 30px;
}
.serv-item:nth-child(odd) {
  margin-top: 0;
}
.attendance-bottom-text {
  position: relative;
  left: 50%;
  top: 75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.serv-item {
  width: 100%;
  height: auto;
}
.serv-item img {
  width: 100%;
  height: 360px;
}
.serv_abs_block {
  position: relative;
  height: auto;
}
.serv_abs_block-title {
  justify-content: center;
}
.serv_abs_block-link {
  margin: 0 auto;
}
.serv-item:nth-child(even):after {
  display: none;
}
.serv-item:nth-child(odd):after {
  display: none;
}
.serv-item.requisite {
  height: auto;
  padding: 0 15px;
}
.serv-item:before {
  position: absolute;
  content: '';
  display: block;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  width: 4px;
  background: #e4e4e5;
}
.serv_abs_block {
    padding: 35px 15px 15px;
}
.attendance_text {
    font-size: 18px;
    line-height: 32px;
}
.soon_wrapper_text_block {
    font-size: 14px;
    line-height: 20px;
    bottom: -120px;
  }
  .attendance_text {
    font-size: 15px;
    line-height: 24px;
    padding-left: 0px;
    letter-spacing: 2.3px;
  }
  .attendance_text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -20px;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #d9c5b3;
  }
}
@media (max-width: 560px) {
  .attendance-up {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
  .attendance-bottom {
    padding: 0;
  }
  .serv-item img {
    height: 220px;
  }
  .soon_wrapper_text_block {
    font-size: 10px;
    line-height: 15px;
    bottom: 50px;
}
.attendance-bottom-text {
  top: 50px;
  font-size: 20px;
}
}
@media (max-width: 420px) {
.serv_abs_block-list.lr_list li {
  width: 100%;
}
.soon_wrapper_text_block {
    font-size: 10px;
    line-height: 11px;
    bottom: 24px;
}
.attendance_text {
    font-size: 14px;
    line-height: 22px;
}
}

/*Начало страницы СЕРВИСЫ*/
@media (min-width: 1279px) {
.header_scroll .header__menu-wrapper {
position: relative;
    z-index: 99;
    background: #14110F;
}
.header_scroll::after {
  width: 600px;
  z-index: 0;
}
}
.attendance_text .serv_req-link {
 text-decoration: underline;
 display: block;
 color: #d9c5b3;
 transition: all 0.3s;
}
.serv_req-link:hover {
 color: #d9c5b3;
 opacity: 0.8;
 transition: all 0.3s;
}
@media (max-width: 1919px) {
.attendance_text .serv_req-link {
    font-size: 20px;
	line-height: 44px;
}
.attendance_text {
	letter-spacing: 2.3px;
}
}
@media (max-width: 1040px) {
.attendance_text .serv_req-link {
    font-size: 18px;
	line-height: 28px;
}
}
@media (max-width: 800px) {
.attendance_text .serv_req-link {
    font-size: 15px;
	line-height: 22px;
}
}
@media (max-width: 420px) {
.attendance_text .serv_req-link {
    font-size: 14px;
	line-height: 22px;
}
}

.catalog-link {
	padding-right: 10px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
  color: #d9c5b3;
}
.catalog-link:hover {
	font-weight: 500;
	color: #F3F3F4;
	text-decoration: underline;
}

.footer-link__catalog {
	display: none;
}
@media (max-width: 1279px) {
	.header_scroll .header__phone {
		color: #7e7f83;
	}
	.header_scroll .header__phone span {
    color: #14110f;
  }
}
@media (max-width: 767px) {
	.footer-link__catalog {
		position: fixed;
		content: '';
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		display: block;
		background-color: #14110F;
		z-index: 999;
	}
	.footer-link {
		position: relative;
		font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
		color: #d9c5b3;
		margin: 0 auto;
	}
}

/* End */


/* Start:/bitrix/templates/ideal-home-landing/css/custom.css?16226146693339*/
.form_success{
	color: #fff;
	top: -50px;
	font-size: 14px;
	position: relative;
}

.form_error{
	color: #dd114f;
	top: -50px;
	font-size: 14px;
	position: relative;
}

.popup__form .form_error{
	top: -5px;
}

.popup__form .form_success{
	top: 5px;
}





/*ходилка*/

.tour-section {
	background: #14110F;
    z-index: 5;
    position: relative;
}

.tour-block-wrap {
	position: relative;
}

.main_page .tour-block {
    /* position: relative; */
    padding-top: 20px;
    padding-left: 364px;
    padding-right: 210px;
    padding-bottom: 158px;
}

.tour-section iframe	{
    width: 100%;
    max-width: 1390px;
	height: 820px!important;
}

.tour-block-title {
    position: absolute;
    background: #14110F;
    padding-right: 42px;
    top: 367px;
    left: -152px;
}

.tour-block-title p {
	font-weight: 600;
	font-size: 44px;
	line-height: 84px;
    letter-spacing: 8.3px;
	color: #D9C5B3;
}


.attendance_text {
    max-width: 95%;
}

@media (max-width: 1919px) {
	.main_page .tour-block {
	    /*padding-top: 20px;*/
	    padding-left: 262px;
	    padding-right: 151px;
	    /*padding-bottom: 160px;*/
	}
	.tour-section iframe {
	    height: 697px!important;
	}
/*	.tour-section > .container {
	    width: 1380px;
	    display: block;
	    margin: 0 auto;
	    padding: 0;
	}*/
}

@media (max-width: 1439px) {
	.tour-section iframe {
	    max-width: 706px;
	    max-height: 465px;
	}

	.tour-block-title {
	    left: 0;
	    display: initial;
	    top: 0;
	    width: 373px;
	    height: 100%;
	    padding-top: 132px;
	    padding-right: 0px;
	    z-index: 9;
	    padding-bottom: 0;
	    padding-left: 0;
	    position: relative;
	}
	.tour-block-wrap {
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.main_page .tour-block {
	    padding-bottom: 55px;
	    padding-top: 0;
	    padding-left: 150px;
	    padding-right: 0;
	}
}

@media (max-width: 1279px) {
	.main_page .tour-block {
	    padding-top: 60px;
	    padding-left: 80px;
	}
	.tour-block-title {
	    width: 405px;
	}
	.tour-section iframe {
	    max-width: 485px;
	    max-height: 435px;
	}
}

@media (max-width: 1023px) {
	.tour-section iframe {
	    max-width: none;
	    max-height: 377px;
	}
	.tour-block-wrap {
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.tour-block-title {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding-top: 55px;
	    width: 77%;
	    margin: 0 auto;
	}
	.main_page .tour-block {
		padding: 0;
	}
	.tour-block-title p {
		font-size: 36px;
		line-height: 54px;
	    letter-spacing: 7px;
	}
	.tour-section {
	    padding-bottom: 56px;
	}
}

@media (max-width: 767px) {
	.tour-section {
	    padding-bottom: 0;
	}
	.tour-section iframe {
	    max-height: 284px;
	}
	.tour-block-title {
	    padding-top: 37px;
        width: 80%;
	}
	.tour-block-title p {
		font-size: 24px;
		line-height: 36px;
	    letter-spacing: 4px;
	}
}

@media (max-width: 539px) {
	.tour-section {
	    padding-bottom: 35px;
	}
	.tour-section iframe {
	    max-height: 220px;
	}
	.tour-block-title {
	    /*padding-top: 37px;*/
	    padding-left: 15px;
	    padding-right: 15px;
        width: 100%;
	}
/*	.tour-block-title p {
		font-size: 24px;
		line-height: 36px;
	    letter-spacing: 4px;
	}*/
}
/* End */
/* /bitrix/templates/ideal-home-landing/css/slick.css?15713870581776 */
/* /bitrix/templates/ideal-home-landing/css/slick-theme.css?15713870633145 */
/* /bitrix/templates/ideal-home-landing/css/styles.css?1574690865157543 */
/* /bitrix/templates/ideal-home-landing/css/custom.css?16226146693339 */
