@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: "EB Garamond";
}
a,
span,
p,
ul,
ol,
li {
  font-family: Montserrat;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
section,
main,
footer,
header,
div {
  position: relative;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.logo-header {
  font-size: 0px;
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #e0e0e0;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 999999;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #6264b4;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {
  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.logo-dec {
  background: url(../img/logo.svg) center no-repeat;
  background-size: contain /* 100% */;
  width: 225px;
  height: 92px;
  display: block;
}
.header {
  height: 100vh;
  width: 400px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  display: flex;
}
.white-line {
  width: 10px;
  background: #fff;
}
.menu-dec {
  background: linear-gradient(
    180deg,
    rgb(13 13 25 / 90%) 0%,
    rgb(108 108 207 / 90%) 100%
  );
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 15px/* 87px */;
}
.nav {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 3.3;
  letter-spacing: 0.03em;
  color: #f6dab8;
  padding-left: 30px;
}
.nav ul {
  padding: 45px 0 20px;
}
.nav li a {
  font-family: "EB Garamond";
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #f6dab8;
  text-decoration: none;
}
.phone-call-mob {
  background: url(../img/phone-call-mob.png) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.menu-header-active {
  display: none;
}
.icon-phone-white-dec {
  background: url(../img/button-phone-dec.png) center no-repeat;
  background-size: 100%;
  width: 227px;
  height: 69px;
  text-align: center;
  line-height: 85px;
  font-family: "EB Garamond";
  color: #f6dab8;
  text-decoration: none;
}
li.active .icon-li-nav,
li:hover .icon-li-nav {
  background: url(../img/menu-active.png) center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 27px;
  position: absolute;
  left: -4px;
}
.menu-header {
  display: none;
}
.tel-footer {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-decoration: none;
  margin-top: 30px;
}
.icon-phone-white-dec:hover {
  opacity: 0.7;
}

/********************************************************/
.container {
  width: calc(100% - 400px);
  padding: 0 20px;
  transition: width 0.2s linear;
}
.container.fancybox-content {
  width: 95%;
  max-width: 600px;
  margin: initial;
  padding: 30px;
  border: 1px solid #474773;
  border-radius: 10px;
}

body.active .container, body.active .object_in-popup {
  width: calc(100% - 75px);
}

@media(max-width: 950px) {
  body.active .object_in-popup, body.active .container {
    width: calc(100% - 40px);
  }
}

@media(max-width: 768px) {
  body.active .object_in-popup, body.active .container, .object_in-popup, .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}


.object_in-popup {
  margin: 0;
  transition: width 0.2s linear;
}

.fancybox-bg {
  background: #ffffffb8;
}
.loaded.fancybox-active.compensate-for-scrollbar {
  margin-right: 0;
}
.container.krovlya {
  width: initial;
  max-width: initial;
  margin: initial;
  padding: initial;
}
.back-zastr {
  margin-top: 20px;
}
.back-zastr a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.back-zastr a:hover {
  text-decoration: underline;
}
.block-text-back {
  font-size: 12px;
  color: #fff;
}
.block-text-back .icon-back-white {
  margin-top: 5px;
}
.icon-logo-zastr {
  background: url(../img/logo-zastr.png) no-repeat;
  background-size: 100%;
  width: 70px;
  height: 65px;
  margin-right: 15px;
}
.fon-img {
  background: url(../img/fom-top-big.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}
li.active .icon-ul {
  border: 2px solid #f6cd94;
  color: #f6dab8;
}
.icon-ul {
  border: 2px solid #f6cd9400;
  font-family: Book Antiqua;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 218%;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #f6dab8;
  transform: rotate(45deg);
  margin-right: 25px;
}
.block-text-slogan {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  max-width: 540px;
  left: 40%;
  transform: translate(-50%, -50%);
}
.ssilki-footer-slogan {
  display: flex;
  align-items: center;
}
.icon-video-white {
  background: url(../img/button-video-dec.png) center no-repeat;
  background-size: 100%;
  width: 227px;
  height: 69px;
  text-align: center;
  line-height: 85px;
  font-family: "EB Garamond";
  color: #f6dab8;
  text-decoration: none;
  margin-right: 30px;
}
.icon-key-white {
  background: url(../img/button-key-dec.png) center no-repeat;
  background-size: 100%;
  width: 227px;
  height: 69px;
  text-align: center;
  line-height: 85px;
  font-family: "EB Garamond";
  color: #ffffff;
  text-decoration: none;
  border: none;
}
.icon-video-white:hover,
.icon-key-white:hover {
  opacity: 0.7;
}
.line {
  background: url(../img/line.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6px;
  display: block;
}
.slogan-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 50px;
}
.slogan-top-header h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f6dab8;
}
.ocn-text-slogan p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 39px 0 48px;
}
.owl-carousel .owl-item .slogan-top-header img {
  width: 165px;
  margin-right: 30px;
}
#slider-top .owl-dots span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 5px;
}
#slider-top.owl-carousel button.owl-dot.active {
  border: 2px solid #f6dab8;
}
#slider-top button.owl-dot.active span {
  background: #f6dab8;
}
#slider-top .owl-dots button {
  transform: rotate(45deg);
}
.icon-prev-white-min {
  background: url(../img/prev.png) center no-repeat;
  background-size: 100%;
  width: 67px;
  height: 10px;
  display: block;
  padding: 10px;
}
.icon-next-white-min {
  background: url(../img/next.png) center no-repeat;
  background-size: 100%;
  width: 67px;
  height: 10px;
  display: block;
  padding: 10px;
}
#slider-top .owl-dots {
  position: absolute;
  bottom: 12.5%;
  left: 26%;
}
#slider-top.owl-carousel button.owl-dot {
  margin: 0 10px;
}
#slider-top .owl-nav {
  position: absolute;
  bottom: 12%;
  left: 47%;
}
#slider-top .owl-nav button {
  margin: 0 5px;
  padding: 10px !important;
}

/******************************************************/

.second-section {
  background: url(../img/fon-vid.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}
.block-vid {
  padding: 110px 0 70px;
  display: flex;
  align-items: center;
}
.text-block-vid {
  width: 100%;
  max-width: 500px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #333333;
}
.header-text-vid {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
  margin-bottom: 43px;
}
.img-block {
  position: absolute;
  right: 0;
}
.center .ramka {
  background: url(../img/ramka.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 8.5%;
  left: 4%;
  bottom: 8.5%;
  right: 4%;
}
.center .more-vid {
  background: url(../img/ace.png) no-repeat;
  background-size: 100%;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center .more-vid.icon-more-info:hover span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff4f;
  border-radius: 50%;
}
#slider-vid .owl-item.active .fon-slide-vid {
  width: 100%;
  height: 100%;
  display: block;
  background: #00000061;
  position: absolute;
}
#slider-vid .owl-item.active.center .fon-slide-vid {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff61;
  position: absolute;
}
#slider-vid .owl-nav {
  display: flex;
  width: 47%;
  height: 0px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-vid360 {
  background: url(../img/360.png) no-repeat;
  background-size: 100%;
  width: 92px;
  height: 92px;
  display: block;
}
.text-vid-icon {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #ffffff;
  transform: translate(-20px, 4px);
}
.img-block a {
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: end;
  text-decoration: none;
}
.text-info-vid {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  justify-content: space-between;
  margin: 60px 0 30px;
}
.more-info-vid {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 20px;
}
.icon-more-info {
  background: url(../img/more-info.png) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.icon-more-info:hover span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff4f;
  border-radius: 50%;
}
.line-white {
  background: url(../img/line-white.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6px;
  display: block;
}

/*******************************************************************/

.map h2 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0.7;
  position: absolute;
  top: -60px;
  font-size: 52px;
  text-transform: uppercase;
}

/*******************************************************************/

.fon-arh {
  position: absolute;
  display: flex;
  width: calc(100% - 400px);
  overflow: hidden;
}
.left-block-arh {
  background: linear-gradient(180deg, #0d0d19 0%, #6c6ccf 100%);
  flex: 0 0 57%;
}
.right-block-arh {
  flex: 0 0 650px;
}
#arh-slider {
  width: 41%;
}
.arhit {
  height: 497px;
}
.number-big {
  font-style: normal;
  font-weight: bold;
  font-size: 150px;
  line-height: 1;
  transform: translateY(-45px);
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
}
.header-arh {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #f6dab8;
  margin: 110px 0 35px;
}
.item-arh p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #ffffff;
}

#arh-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: -80px;
}
#arh-slider .owl-nav button {
  margin: 0 5px;
}

#arh-slider .owl-dots button {
  transform: rotate(45deg);
}
#arh-slider.owl-carousel button.owl-dot {
  margin: 0 10px;
}
#arh-slider.owl-carousel button.owl-dot.active {
  border: 2px solid #f6dab8;
}
#arh-slider .owl-dots span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 5px;
}
#arh-slider button.owl-dot.active span {
  background: #f6dab8;
}
#arh-slider .owl-dots {
  position: absolute;
  bottom: -80px;
}

/*************************************************************/

.blago h2 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0.7;
  position: absolute;
  top: -60px;
  font-size: 52px;
  text-transform: uppercase;
}

/**************************************************************/

.preim {
  background: url(../img/preim.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.block-kharakt {
  display: flex;
  padding: 100px 0 40px;
}
.big-text-preim {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #f6dab8;
  width: 280px;
}
.number-preim {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: -45px;
}
#slide-preim {
  width: 70%;
  position: initial;
}
.slide-preim-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 70px 0;
}
.item-preim {
  width: 165px;
}
.item-preim p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.more-preim {
  display: flex;
  flex-flow: column;
  margin-top: -20px;
}
.big-more-preim {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
}
.to-preim {
  color: #f6dab8;
}
.from-preim {
  color: #ffffff;
}
.owl-carousel .owl-item .item-preim img {
  width: initial;
  margin-bottom: 15px;
}
.more-preim p {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  width: 150px;
  margin-top: -13px;
}
#slide-preim .owl-nav {
  display: block;
  position: absolute;
  right: 0;
  bottom: 60px;
}
#slide-preim .owl-nav button {
  margin: 0 10px;
}

/********************************************************/

.planirovki {
  background: #f1f1f1;
  padding: 50px 0 80px;
}
.planirovki h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.line-blue {
  background: url(../img/line-blue.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6px;
  display: block;
}
.more-plan {
  display: flex;
  align-items: center;
  margin-top: 65px;
}
.little-italic {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  flex: 0 0 calc(100% - 227px);
  letter-spacing: 0.03em;
  color: #333333;
  padding-left: 50px;
  margin-top: 20px;
}
.little-italic b {
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
}
.very-big-text-plan {
  font-size: 48px;
}
.all-plan {
}
.big-text-plan {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 15px 0;
  transform: translateY(-20px);
  display: block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
}
#slide-plan {
  width: 65%;
  position: initial;
}
.icon-prev-grey-min {
  background: url(../img/prev-grey.png) center no-repeat;
  background-size: 100%;
  width: 67px;
  height: 10px;
  display: block;
  padding: 10px;
}
.icon-next-grey-min {
  background: url(../img/next-grey.png) center no-repeat;
  background-size: 100%;
  width: 67px;
  height: 10px;
  display: block;
  padding: 10px;
}
.slide-content-plan {
  padding: 80px 0 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#slide-plan .owl-nav {
  position: absolute;
  right: -10px;
  bottom: 105px;
}
#slide-plan .owl-nav button {
  margin: 0 10px;
}

/*********************************************************/

.dejnev-why {
  background: linear-gradient(180deg, #0d0d19 0%, #6c6ccf 100%);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 90px 0;
}
.dejnev-why h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #f6dab8;
}
.dejnev-why .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.taxt-why {
  width: 57%;
}
.taxt-why p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
p.yellow {
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #f6dab8;
  padding: 45px 0 20px;
}
.dejnev-why .line-white {
  margin-bottom: 25px;
}
.img-dejnev {
  transform: translate(-10%, 30px);
}

/***********************************************************/

.docs {
  background: #f1f1f1;
  padding: 115px 0 105px;
}
.docs .container {
  display: flex;
}
.text-bloc-docs {
  width: 263px;
  margin-right: 30px;
}
.text-bloc-docs h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
}
.text-bloc-docs p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 24px 0;
}
.more-docs {
  display: flex;
  align-items: center;
}
.more-docs p {
  margin: 0 10px 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 160%;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
}
.more-info-blue {
  background: url(../img/more-info-blue.png) center no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  display: block;
}

.more-info-blue:hover span {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #3d3d7326;
}
.all-docs {
  display: flex;
  justify-content: space-between;
  flex: 1 1 80%;
}
.one-doc img {
  cursor: pointer;
}

/********************************************/

.footer {
  background: linear-gradient(180deg, #0d0d19 0%, #6c6ccf 100%);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 90px 0;
}
.footer .container {
  display: flex;
}
.left-block-text-footer {
  margin-right: 125px;
  flex: 0 0 280px;
}
.logo-footer {
}

.ocn-text-footer {
}
.ocn-text-footer b {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.ocn-text-footer p,
.ocn-text-footer p a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 45px 0;
}
.ocn-text-footer p a {
  margin: 0;
}
.ocn-text-footer a {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #ffffff;
  margin: 10px 0;
}
.icon-mail {
  background: url(../img/mail.png) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 10px;
}
.icon-tel {
  background: url(../img/tel.png) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 10px;
  text-decoration: none;
}
.osn-right-footer strong {
  font-style: normal;
  font-weight: bold;
  font-size: 58px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.form-block {
  width: 83%;
  padding: 50px 0;
}
.pole {
  margin-bottom: 40px;
}
.pole span {
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0.5;
}
span.lihe {
  background: #f6dab880;
  border-radius: 10px;
  height: 1px;
  width: 100%;
  display: block;
}
.block-foot-form {
  display: flex;
  align-items: center;
}
.block-foot-form p {
  font-style: normal;
  font-weight: 300;
  font-size: 8px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 20px;
}

.button-tel-footer {
  background: url(../img/button-tel-footer.png) center no-repeat;
  background-size: 100%;
  width: 227px;
  height: 69px;
  text-align: center;
  line-height: 85px;
  font-family: "EB Garamond";
  color: #ffffff;
  text-decoration: none;
  flex: 0 0 227px;
  margin-right: 35px;
}

/*********************************************************/

.block-gp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.not-gp {
  opacity: 0;
  display: none;
}
.with-gp {
  opacity: 1;
  display: block;
}

@media (max-width: 1200px) {
  .not-gp {
    opacity: 1;
    display: block;
  }
  .with-gp {
    opacity: 0;
    display: none;
  }
}

.header-block .container {
  display: flex;
  align-items: start;
}
.header-block {
  background: linear-gradient(180deg, #0d0d19 0%, #6c6ccf 100%);
  color: #fff;
  padding: 10px 0;
  height: 118px;
  display: flex;
  align-items: center;
}
.header-block h2,
.header-block h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.block-whith-line {
  flex: 0 0 calc(100% - 100px);
}
.line-header {
  background: url(../img/header-line-white.png) center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6px;
}
.block-with-back {
  flex: 0 0 100px;
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.block-with-back p {
  margin-bottom: 10px;
}
.block-with-back a {
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
}
.icon-back-white {
  background: url(../img/back-white.png) center no-repeat;
  background-size: 100%;
  width: 67px;
  height: 10px;
  display: block;
}
.icon-instagram-white {
  background: url(../img/icon-instagram-map.svg) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
}
.icon-whatsapp-white {
  background: url(../img/icon-whatsapp-map.svg) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
}
.icon-vkontakte-white {
  background: url(../img/icon-vkontakte-map.svg) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
}
.icon-telegram-white {
  background: url(../img/icon-telegram-map.svg) center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-socseti {
  display: flex;
  align-items: center;
}
.block-socseti a {
  margin: 10px;
}
.icon-prev-blue {
  background: url(../img/icon-prev-blue.svg) center no-repeat;
  background-size: 100%;
  width: 67px;
  height: 10px;
  margin: 0 45px 0 15px;
}
.icon-next-blue {
  background: url(../img/icon-next-blue.svg) center no-repeat;
  background-size: 100%;
  width: 67px;
  height: 10px;
  margin: 0 15px 0 45px;
}
body.active .header {
  transform: translateX(calc(100% - 75px));
  transition: transform 0.2s cubic-bezier(0, 0, 1, 1);
}
body .header {
  transform: translateX(0);
  transition: transform 0.2s cubic-bezier(0, 0, 1, 1);
}
.big-menu {
  opacity: 0;
  position: absolute;
  top: 75px;
  left: 17px;
  z-index: 1;
  transform: rotate(-180deg);
}
body.active .big-menu {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 0, 1, 1);
}
.big-menu a {
  display: block;
  margin: 0;
}
.for-flats .container {
  margin: 0 auto;
}

.fancybox-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 99999;
}
.icon.grey-icon {
  filter: grayscale(1);
  opacity: 0.5;
}
.bx_pagination_bottom .bx_pagination_page li {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
  text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active {
  font-family: "EB Garamond";
  border-radius: 3px;
  background: #e1e1e1;
  color: #6767b0;
  box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 10%);
  font-size: 20px;
  font-weight: 900;
}

/**************************************************************/

.planir-one {
  border: 1px solid #373695;
  border-radius: 10px 10px 0 10px;
  display: flex;
  justify-content: space-between;
}
.block-img-plan {
  display: table;
  padding: 8px;
  background: #f1f1f1;
  margin: 10px 0;
  width: 50%;
  flex: 0 0 50%;
  z-index: 2;
}
.block-img-plan img {
  max-width: 145px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-content-plan {
  background: linear-gradient(
    180deg,
    rgb(13 13 25 / 90%) 0%,
    rgb(108 108 207 / 90%) 100%
  );
  flex: 0 0 71%;
  transform: translateX(-29%);
  border-radius: 0 10px 0 0;
  padding-left: 25%;
}
.header-name-plan {
  border-bottom: 1px solid #f1f1f1;
  padding: 7px 0;
}
.zoloto {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1.5px;
  color: #f6dab8;
}
.header-name-plan h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #f1f1f1;
}
.block-osn-cont-plan {
  color: #f1f1f1;
  padding: 25px 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.look-more {
  border: 1px solid #373695;
  border-bottom: none;
  width: 156%;
  background: #f1f1f1;
  transform: translateX(-36%);
  padding: 15px 0 15px 54%;
}
.look-more > a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #6463b3;
}
.icon-zoom-plan {
  background: url(../img/zoom-in.png) center no-repeat;
  background-size: 70%;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  margin-right: 10px;
  border: 1px solid #383856;
  padding: 4px;
  display: block;
  border-radius: 50%;
}

/**********************************************************/
.tooltip {
  position: absolute;
  z-index: 999;
  left: -9999px;
  background-color: #fff;
  padding: 5px 10px;
  text-align: center;
  height: initial;
  border: 1px solid #5d5db3;
  border-bottom: 6px solid #5d5db3;
}
.tooltip:after {
  content: "";
  margin: auto;
  height: 1px;
  position: absolute;
  height: 1px;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 1px;
  border: 10px solid transparent;
  border-top: 10px solid #5d5db3;
}

.tooltip-red {
  position: absolute;
  z-index: 999;
  left: -9999px;
  background-color: #fff;
  padding: 5px 10px;
  text-align: center;
  height: initial;
  border: 1px solid #eb889f;
  border-bottom: 6px solid #eb889f;
}
.tooltip-red:after {
  content: "";
  margin: auto;
  height: 1px;
  position: absolute;
  height: 1px;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 1px;
  border: 10px solid transparent;
  border-top: 10px solid #eb889f;
}

/***************************************************************/

.section-diary {
  background: #f1f1f1;
  padding-bottom: 50px;
}
.section-diary .container .diary-list {
  max-width: 835px;
  margin-left: 0;
}

.diary-list {
  padding: 100px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
.diary-item {
  width: calc(100% / 3 - 3%);
  border: 1px solid #474773;
  border-radius: 10px;
  padding: 3px;
  margin: 1.5%;
  padding-bottom: 75px;
}
.block-img-diary {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 260px;
}
.block-img-diary img {
  position: absolute;
  max-width: initial;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.diary-date-time {
  background: linear-gradient(
    180deg,
    rgb(13 13 25 / 90%) 0%,
    rgb(108 108 207 / 90%) 100%
  );
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #fff;
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 10px 0 0;
  padding: 10px 15px;
  font-family: "EB Garamond";
}
.diary-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 15px 12px;
}
.more-diary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 6px);
  background: linear-gradient(
    180deg,
    rgb(13 13 25 / 90%) 0%,
    rgb(108 108 207 / 90%) 100%
  );
  border-radius: 0 0 10px 10px;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 3px;
  text-align: center;
}
.more-diary:hover {
  text-decoration: underline;
}
.icon-more-new {
}

/********************************************************/

.top-about-block {
  background: url(../img/about-top-fon.jpg) center no-repeat;
  background-size: cover;
}
.block-about-text {
  min-width: 350px;
  width: 35%;
  margin-left: auto;
  padding: 110px 0;
}
.block-about-text h2 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.block-about-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #333333;
  margin-bottom: 15px;
}
.bottom-about-block {
  background: url(../img/about-bottom-fon.jpg) left no-repeat;
  background-size: 49% 100%;
}
.bottom-about-block_korf {
  background: url(../img/kr.webp) left no-repeat;
  background-size: 49% 100%;
}
.bottom-about-block_grodekov {
  background: url(../img/gr.webp) left no-repeat;
  background-size: 49% 100%;
}
.bottom-about-block_nevelskoy {
  background: url(../img/nv.webp) left no-repeat;
  background-size: 49% 100%;
}
.color-fon-bottom-about-block {
  background: #f1f1f1;
}
.block-about-text-bottom {
  min-width: 350px;
  width: 45%;
  margin-left: auto;
  padding: 50px 0;
}
.content-bottom-text-about {
  background: #f1f1f1;
  padding: 95px 0px 60px 90px;
}
.block-about-text-bottom .item-arh p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 10px;
}
.block-about-text-bottom .number-big {
  font-style: normal;
  font-weight: bold;
  font-size: 125px;
  line-height: 1;
  transform: translateY(-45px);
  letter-spacing: 0.03em;
  color: #dedede;
  opacity: 1;
  position: absolute;
}
.block-about-text-bottom .header-arh {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin: 0;
}
.block-about-text-bottom .item-arh {
  margin-top: 65px;
}
.block-about-text-bottom .item-arh:first-child {
  margin-top: 0;
}
.item-arh a:hover {
  text-decoration: none;
}

.section-diary .container {
  max-width: 835px;
}
.footer-deary {
  background: linear-gradient(
    180deg,
    rgb(13 13 25 / 90%) 0%,
    rgb(108 108 207 / 90%) 100%
  );
  display: flex;
  padding: 30px 10%;
  border-radius: 0px 0px 10px 10px;
  margin: 55px 15px 0;
}
.left-block-diary a {
  display: flex;
  align-items: center;
  flex-flow: column;
  color: #fff;
  text-decoration: none;
}
.left-block-diary a:hover {
  text-decoration: underline;
}
.icon-vk-big {
  background: url(../img/vk-big.svg) center no-repeat;
  background-size: 100%;
  width: 54px;
  height: 54px;
  margin-bottom: 5px;
}
.right-block-diary {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 30px;
  margin-left: 75px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.right-block-diary strong {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  display: block;
}
.right-block-diary p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.03em;
}
/**********************************************/

.modal-about {
  width: 95%;
  max-width: 700px;
  max-height: 80vh;
  background: #f1f1f1;
}
.modal-about .number-big {
  font-style: normal;
  font-weight: bold;
  font-size: 125px;
  line-height: 1;
  transform: translateY(-45px);
  letter-spacing: 0.03em;
  color: #dedede;
  opacity: 1;
  position: absolute;
}
.modal-about h2,
.modal-about h3 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #6c6ccf, #0d0d19);
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 150%;
  position: relative;
  letter-spacing: -0.01em;
}
.modal-about h3 {
  font-size: 28px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .modal-about p {
    font-size: 14px;
  }
  .modal-about {
    padding: 40px 25px;
  }
  .modal-about h3 {
    font-size: 24px;
  }
}

/*****************************************/

.afbf_item_pole .afbf_select,
.afbf_item_pole .afbf_textarea,
.afbf_item_pole .afbf_inputtext {
  border: none;
  background: none;
  border-bottom: 1px solid #f6dab880;
  color: #ffffff80;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: Montserrat;
}
.alx_feed_back .afbf_feedback_poles .afbf_item_pole .afbf_name {
  color: #ffffff80;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: Montserrat;
}
[id*="alx_feed_back_FID"]
  .afbf_checkbox
  input[type="checkbox"]:checked
  + .afbf_checkbox_box
  .afbf_checkbox_check:before,
[id*="alx_feed_back_FID"].floating_labels .afbf_item_pole.is_filled .afbf_name,
[id*="alx_feed_back_FID"].floating_labels .afbf_item_pole.is_focused .afbf_name,
.afbf_checkbox
  input[type="checkbox"]:checked
  + .afbf_checkbox_box
  .afbf_checkbox_check:before,
.floating_labels .afbf_item_pole.is_filled .afbf_name,
.floating_labels .afbf_item_pole.is_focused .afbf_name {
  color: #ffffff80;
}
.main-user-consent-request a {
  cursor: pointer;
  color: #ffffff80;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 1.2 !important;
  display: block;
  letter-spacing: 0.03em;
}
[id*="alx_feed_back_FID"] .afbf_feedback_poles .afbf_btn.icon-phone-white-dec {
  background: url(../img/button-phone-dec.png) center no-repeat !important;
  color: #f6dab8 !important;
  text-align: center !important;
  line-height: 85px !important;
  text-decoration: none !important;
  text-transform: none !important;
}

[id*="alx_feed_back_FID"]
  .afbf_feedback_poles
  .afbf_btn.icon-phone-white-dec:hover {
  background: url(../img/button-phone-dec.png) center no-repeat !important;
  color: #f6dab8 !important;
}

[id*="alx_feed_back_FID"] .afbf_feedback_poles .afbf_btn.icon-key-white {
  /*background: url(../img/button-key-dec.png) center no-repeat;*/
  color: #f6dab8 !important;
  text-align: center !important;
  line-height: 85px !important;
  text-decoration: none !important;
  text-transform: none !important;
}
[id*="alx_feed_back_FID"] .afbf_feedback_poles .afbf_btn.icon-key-white:hover {
  /*background: url(../img/b-bron.png) center no-repeat !important;*/
  color: #f6dab8 !important;
}
.afbf_success_block .mess {
  color: #fff;
}
.afbf_btn {
  padding: 0px 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alx_feed_back .afbf_feedback_poles .afbf_btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.6;
}
.afbf_submit_block {
  margin: 0px 35px 0px 0px;
}
.main-user-consent-request {
  display: flex;
  margin-top: 10px;
}
.afbf_item_pole.error_pole .afbf_error_text,
.afbf_item_pole.error_fpole .afbf_error_ftext {
  color: #f19191;
  letter-spacing: 1.1px;
}
.afbf_error_block .afbf_error_text,
.afbf_error_block .afbf_error_ftext {
  color: #f19191;
}
.afbf_error_icon,
.afbf_item_pole.error_pole .afbf_error_text:after,
.afbf_item_pole.error_fpole .afbf_error_ftext:after {
  filter: hue-rotate(35deg);
  opacity: 0.5;
}
.alx_feed_back .afbf_feedback_poles .afbf_btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal_form.alx-popup-show-anime0 {
  background: linear-gradient(180deg, #0d0d19 0%, #6c6ccf 100%);
  background-size: 100% 100%;
  max-width: 700px;
  transform: translateX(-50%);
  margin-left: 0 !important;
  box-shadow: 0 0 75px #fff;
}
.afbf_feedback_poles h1 {
  color: #fff;
}
.modal_close {
  background: #fff0;
  opacity: 1;
}
.modal_close__left:before,
.modal_close__right:before {
  border: 12px solid #df242400;
  border-left-color: #ffffff;
}
.modal_close__left:after,
.modal_close__right:after {
  border: 12px solid transparent;
  border-left-color: #101020;
}

/********************************************/

.section.first-section {
  min-height: 700px;
  background-size: 100%;
}
#slider-top {
  /*display: block;*/
}
/*#slider-top .item.item-slide-top {
  position: absolute;
  min-height: 500px
}
#slider-top .owl-item .item.item-slide-top {
position: relative;
min-height: initial;
}*/
.tel-footer:hover {
  text-decoration: underline;
}
.ocn-text-footer a:hover {
  text-decoration: none;
}
.block-socseti a:hover {
  background: #ffffff40;
  border-radius: 50%;
}

.block-img-detail-diary {
  max-width: 360px;
  margin: auto;
  margin-bottom: 20px;
}
.block-text-detail-diary {
  margin-bottom: 20px;
}

/****************************************/

@media (max-width: 1500px) {
  #slider-vid {
    left: calc((100% - 400px) / 2);
    transform: translateX(-50%);
  }
}

/***************************************************************************
***************************************************************************
***************************************************************************/

.centr-bord {
  border-right: 0;
  border-left: 0;
  border-bottom: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #3acfd5 98.4%, #3a4ed5 100%);
  -webkit-border-image: -webkit-linear-gradient(
    top,
    #3acfd5 98.4%,
    #3a4ed5 100%
  );
  border-image: linear-gradient(to bottom, #6a7dbd 98.4%, #111111 100%);
  border-image-slice: 1;
}

.centr-bord {
  position: absolute;
  bottom: -8px;
  width: calc(100% - 46px);
  height: 35px;
  background: #fff;
  transform: translateX(-50%);
  left: 49.6%;
  z-index: -1;
}
.autor-form {
  position: absolute;
  width: initial;
  right: 30px;
  top: -7px;
  margin-bottom: 30px;
  border-right: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(right, #3acfd5 99.7%, #3a4ed5 100%);
  -webkit-border-image: -webkit-linear-gradient(
    right,
    #3acfd5 99.7%,
    #3a4ed5 100%
  );
  border-image: linear-gradient(to right, #6a7dbd 99.7%, #111111 100%);
  border-image-slice: 1;
  -moz-transition: bottom 0.5s, top 0.5s;
  -o-transition: bottom 0.5s, top 0.5s;
  -webkit-transition: bottom 0.5s, top 0.5s;
  transition: bottom 0.5s, top 0.5s;
}

.invest {
  min-width: 285px;
  z-index: inherit;
  width: 100%;
  bottom: -35px;
  height: 35px;
  margin-top: -38px;
  border-top: 3px double #425492;
}
.left-bord {
  width: 54px;
  transform: rotate(54deg);
  position: absolute;
  left: -6px;
  bottom: 4px;
  height: 33px;
  background: #fff;
  border-bottom: 8px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #3acfd5 97.4%, #3a4ed5 100%);
  -webkit-border-image: -webkit-linear-gradient(
    top,
    #3acfd5 97.4%,
    #3a4ed5 100%
  );
  border-image: linear-gradient(to bottom, #6a7dbd 97.4%, #111111 100%);
  border-image-slice: 1;
  z-index: -1;
}

.right-bord {
  width: 54px;
  transform: rotate(-54deg);
  position: absolute;
  right: -4px;
  bottom: 4px;
  height: 33px;
  background: #fff;
  border-bottom: 8px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #3acfd5 97.4%, #3a4ed5 100%);
  -webkit-border-image: -webkit-linear-gradient(
    top,
    #3acfd5 97.4%,
    #3a4ed5 100%
  );
  border-image: linear-gradient(to bottom, #6a7dbd 97.4%, #111111 100%);
  border-image-slice: 1;
  z-index: -2;
  border-left: none;
  border-top: none;
}
.autor-invest {
  display: none;
  height: 100%;

  /*margin-top: -110%;
        margin-bottom: -40px;*/
  padding: 0 5%;
  padding-top: 20px;
  background: #fff;
  margin-left: -12px;
  border-left: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #3acfd5 99.7%, #3a4ed5 100%);
  -webkit-border-image: -webkit-linear-gradient(
    left,
    #3acfd5 99.7%,
    #3a4ed5 100%
  );
  border-image: linear-gradient(to left, #6a7dbd 99.7%, #111111 100%);
  border-image-slice: 1;

  -moz-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.autor-form .autor-invest {
  -moz-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
.strelki {
  z-index: 10;
  position: absolute;
  right: 35px;
  /* border: 2px solid #fff; */
  width: 21px;
  height: 21px;
  /* border-radius: 50%; */
  top: 5px;
  transition: border-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.strela1 {
  opacity: 1;
  border-bottom: 3px solid #7684b5;
  border-left: 3px solid #7684b5;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 7px;
  transform: rotate(-45deg);
  top: 0px;
  transition: border-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.strela2 {
  opacity: 1;
  border-bottom: 3px solid #7684b5;
  border-left: 3px solid #7684b5;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 7px;
  transform: rotate(-45deg);
  top: 10px;
  transition: border-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.privet {
  position: absolute;
  right: 20%;
  z-index: 10;
  width: 100%;
  margin-top: 9px;
  float: right;
  text-align: right;
  font-weight: 600;
  line-height: 1.2;
  color: #5797e8;
  font-family: "LatoLatinWebHeavy", "LatoWebHeavy", "Lato", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.privet.autoriz {
  color: #6070b2;
  text-transform: inherit;
}

#tabl-invest {
  position: absolute;
  left: -9999px;
}

.tabl_invest_a {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  display: table;
  margin-top: -10px;
}

.logout {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-weight: 600;
}
.autor-form .api_grid_width_1_2 > div {
  width: 100%;
}
.autor-form .api-auth-login.welcom {
  text-align: center;
  line-height: 3;
  font-size: 16px;
  margin-top: -20px;
}

.all-tabl {
  margin-bottom: 30px;
  display: table;
}
#ltabl-invest .left-tabl table tr td:nth-child(1) {
  width: 5%;
}
#ltabl-invest .left-tabl table tr td:nth-child(2) {
  width: 0;
}
#ltabl-invest .left-tabl table tr td:nth-child(3) {
  width: 16%;
  text-align: center;
}
#ltabl-invest .left-tabl table tr td:nth-child(4) {
  width: 9%;
  text-align: center;
}
#ltabl-invest .left-tabl table tr td:nth-child(5) {
  width: 10%;
  text-align: center;
}
#ltabl-invest .left-tabl table tr td:nth-child(6) {
  width: 12%;
  white-space: nowrap;
  text-align: center;
}
#ltabl-invest .left-tabl table tr td:nth-child(7) {
  width: 19%;
}

#ltabl-invest table td,
#tabl_rasr table td {
  border: 1px solid #7ca4d4;
  font-size: 12px;
  line-height: 1.5;
  background: #fff;
  padding: 0 3px;
  height: 40px;
}
#tabl_rasr .all-tabl.off_block_table table td {
  background: none;
}
#ltabl-invest .all-tabl.off_block_table table tr {
  background: #868585;
  border-left: 2px solid #7ca4d4;
  border-right: 2px solid #7ca4d4;
}
#ltabl-invest .all-tabl.off_block_table table tr:last-child {
  border-top: 2px solid #7ca4d4;
  border-left: none;
  border-right: none;
  background: #fff;
}
.right-tabl table tr th:nth-child(3),
#ltabl-invest .right-tabl table tr td:nth-child(3) {
  border-left: 2px solid #7ca4d4;
}
.right-tabl table tr th:nth-child(10),
#ltabl-invest .right-tabl table tr td:nth-child(8) {
  border-right: 2px solid #7ca4d4;
}
#ltabl-invest .right-tabl table tr:last-child td:nth-child(3),
#ltabl-invest .right-tabl table tr:last-child td:nth-child(8) {
  border-left: none;
  border-right: none;
}
.right-tabl table tr,
.right-tabl table tr:first-child th:nth-child(2) {
  border-left: 2px solid #7ca4d4;
  border-right: 2px solid #7ca4d4;
}
.right-tabl table tr:last-child th:nth-child(2) {
  border-left: none;
  border-right: none;
}

.right-tabl table tr:last-child {
  border-left: none;
  border-right: none;
  border-top: 2px solid #7ca4d4;
}
.right-tabl table tr:first-child {
  border-top: 2px solid #7ca4d4;
}
.left-tabl {
  width: 555px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}

.all-tabl table th {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  background: #e3effb;
  border: 1px solid #7ca4d4;
  line-height: 1.4;
  height: 40px;
}
.right-tabl {
  width: 1000px;
  float: left;
}

.all-tabl table tr:first-child th {
  height: 15px;
}
.all-tabl .right-tabl table tr:first-child th:first-child,
.all-tabl .right-tabl table tr:first-child th:last-child {
  background: #fff;
}

.all-tabl .right-tabl table tr td {
  text-align: center;
}
.all-tabl h3 {
  text-align: center;
  color: #413b7b;
  margin-bottom: 50px;
  border-bottom: 4px double #cbc9dc;
  width: 550px;
}
.all-tabl h4 {
  text-align: center;
  margin: 0;
}
.all-tabl .right-tabl table tr:first-child th {
  background: #ebf9e8;
}

#ltabl-invest .left-tabl table tr td:nth-child(3) {
  width: 16%;
  text-align: center;
}
#ltabl-invest .right-tabl table td:nth-child(3),
#ltabl-invest .right-tabl table td:nth-child(4),
#ltabl-invest .right-tabl table td:nth-child(5),
#ltabl-invest .right-tabl table td:nth-child(6),
#ltabl-invest .right-tabl table td:nth-child(7),
#ltabl-invest .right-tabl table td:nth-child(8) {
  background: #ebf9e8;
}
#ltabl-invest table .foot_sum td {
  border: none;
  height: 20px;
  line-height: 1;
  text-align: right;
  background: none;
}
#ltabl-invest .right-tabl table .foot_sum td {
  background: #fff;
}
#ltabl-invest table .foot_sum td.centr {
  text-align: center;
}
.opac td {
  opacity: 0.8;
}
#ltabl-invest .doc:hover td,
#ltabl-invest .opi:hover td {
  opacity: 0.8;
}
.off_block {
  display: none;
}
.slogan {
  max-width: 335px;
}
#on_block {
  display: table;
  margin-bottom: 20px;
  font-size: 20px;
}
.all-tabl.off_block_table tbody {
  border-top: 2px solid #7ca4d4;
}
.all-tabl.on_block_table tbody {
  border: 2px solid #7ca4d4;
}
#tabl_rasr .doc td:nth-child(6) {
  min-width: 55px;
}
#tabl_rasr .doc td:nth-child(3),
#tabl_rasr .doc td:nth-child(4),
#tabl_rasr .doc td:nth-child(5),
#tabl_rasr .doc td:nth-child(6),
#tabl_rasr .doc td:nth-child(7) {
  text-align: center;
}
.right_tabl_ip {
  float: left;
  border: 1px solid #7ca4d4;
}
#tabl_rasr .right_tabl_ip table td {
  height: 20px;
  text-align: center;
}
.all-tabl .right_tabl_ip table tr:first-child th {
  background: #ebf9e8;
}
#tabl_rasr,
#ltabl-invest {
  border: 1px solid #7ca4d4;
  display: table;
  padding: 15px;
  box-shadow: 0 2px 5px #95c7c7;
  margin: auto;
  /*margin-bottom: 30px;*/
}
#ltabl-invest {
  margin-bottom: 20px;
}
#tabl_rasr tr:hover {
  background: #ececec;
}
#tabl_rasr h4 {
  text-align: center;
}
.no_dog {
  border: 1px solid #7ca4d4;
  padding: 15px;
  display: table;
  box-shadow: 0 2px 5px #95c7c7;
  margin: auto;
}
.on_block_table {
  display: none;
}
.off_block_table {
  display: block;
}
.proekti div.beg-beg {
  position: absolute;
  z-index: 70;
  top: 20px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 22px;
  text-shadow: -0 -1px 3px #636262, 0 -1px 3px #636262, -0 1px 3px #636262,
    0 1px 3px #636262, -1px -0 3px #636262, 1px -0 3px #636262,
    -1px 0 3px #636262, 1px 0 3px #636262, -1px -1px 3px #636262,
    1px -1px 3px #636262, -1px 1px 3px #636262, 1px 1px 3px #636262,
    -1px -1px 3px #636262, 1px -1px 3px #636262, -1px 1px 3px #636262,
    1px 1px 3px #636262;
}

@media (max-width: 1665px) {
  #ltabl-invest .left-tabl {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .right-tabl {
    float: none;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .proekti div.beg-beg {
    top: 6px;
    font-size: 16px;
  }
}
@media (max-width: 1095px) {
  .right-tabl {
    width: 875px;
  }
  #tabl_rasr,
  #ltabl-invest {
    margin: auto;
    margin-bottom: 20px;
  }
  .privet {
    position: absolute;
    right: 10%;
    margin-top: 20px;
    font-size: 11px;
    padding-bottom: 9px;
  }

  .invest {
    min-width: 230px;
  }
  .centr-bord {
    width: calc(100% - 43px);
    left: 49.9%;
    border-bottom: 5px solid transparent;
  }
  .left-bord {
    width: 35px;
    left: 6px;
    bottom: -2px;
    border-bottom: 5px solid transparent;
  }
  .right-bord {
    border-bottom: 5px solid transparent;
  }
  .autor-invest {
    border-bottom: 0;
    border-left: 5px solid transparent;
    margin-left: -3px;
  }
  .autor-form {
    right: 0;
    top: -12px;
    border-bottom: 0;
    border-right: 5px solid transparent;
  }
  .right-bord {
    width: 37px;
    right: -2px;
    height: 16px;
    bottom: 3px;
  }
  #strelki {
    display: none;
  }
  .invest {
    bottom: -22px;
    height: 35px;
  }
  .polosa-top2 .container {
    height: 37px;
  }
  .right-bord {
    z-index: 2;
  }

  /*.centr-bord:before {
    content: " ";
    width: 15px;
    height: 12px;
    border-left: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #3acfd5 96%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #3acfd5 96%, #3a4ed5 100%);
    border-image: linear-gradient(to left, #6a7dbd 96%, #111111 100%);
    border-image-slice: 1;
    transform: rotate(0deg);
    position: absolute;
    top: 8px;
    left: -15px;
    background: #fff;
}
.centr-bord:after {
    content: " ";
    width: 15px;
    height: 12px;
    border-left: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #3acfd5 96%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #3acfd5 96%, #3a4ed5 100%);
    border-image: linear-gradient(to left, #6a7dbd 96%, #111111 100%);
    border-image-slice: 1;
    transform: rotate(180deg);
    position: absolute;
    top: 8px;
    right: -19px;
    background: #fff;
}*/
  .slogan {
    max-width: 250px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  #on_block {
    font-size: 18px;
  }
  .tabl_invest_a {
    padding-bottom: 21px;
  }
  .logout {
    bottom: 20px;
  }
  .autor-form.up_aut .privet.autoriz {
    margin-top: 15px;
  }
}

@media (max-width: 975px) {
  .right-tabl {
    width: 810px;
  }
  .all-tabl table th {
    font-size: 9px;
    height: 37px;
  }
  #ltabl-invest table td,
  #tabl_rasr table td {
    font-size: 11px;
    height: 33px;
  }
}

.m_block {
  display: none;
}
.d_block {
  display: table-cell;
}

@media (max-width: 910px) {
  #ltabl-invest table td,
  #tabl_rasr table td {
    padding: 0 2px;
  }
  .d_block {
    display: none;
  }
  .m_block {
    display: table-cell;
  }
  .right-tabl {
    width: 100%;
  }
  .right-tabl table tr th:nth-child(9) {
    border-right: 2px solid #7ca4d4;
  }
  #tabl_alll {
    width: 97%;
    padding: 1%;
  }
  #tabl_rasr,
  #ltabl-invest {
    padding: 1%;
  }
}

@media (max-width: 880px) {
  .all-tabl {
    margin-bottom: 15px;
  }

  #tabl_rasr .left-tabl {
    float: none;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  .right_tabl_ip {
    margin-top: 10px;
  }
}
.whatsapp {
  display: none;
}
@media (max-width: 767px) {
  .whatsapp {
    display: block;
    position: absolute;
    right: 30px;
    width: 50px;
    top: 90px;
  }
  .whatsapp a:hover {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 20px #fff;
  }
  .all-tabl table th {
    font-size: 13px;
    text-align: left;
    padding: 0 13px;
    height: 30px;
  }
  .all-tabl table tr:first-child th,
  .all-tabl table:nth-child(4) tr:nth-child(4) th,
  .all-tabl table:nth-child(4) tr:nth-child(11) th {
    height: 25px;
    text-align: center;
  }
  .all-tabl table:nth-child(4) tr:nth-child(4) th {
    background: #ebf9e8;
  }
  #ltabl-invest .all-tabl table:nth-child(4) tr:nth-child(5) td,
  #ltabl-invest .all-tabl table:nth-child(4) tr:nth-child(6) td,
  #ltabl-invest .all-tabl table:nth-child(4) tr:nth-child(7) td,
  #ltabl-invest .all-tabl table:nth-child(4) tr:nth-child(8) td,
  #ltabl-invest .all-tabl table:nth-child(4) tr:nth-child(9) td,
  #ltabl-invest .all-tabl table:nth-child(4) tr:nth-child(10) td {
    background: #ebf9e8;
  }
  .all-tabl table:nth-child(4) tr:nth-child(4) {
    border: 2px solid #7ca4d4;
    border-bottom: none;
  }
  .all-tabl table:nth-child(4) tr:nth-child(5),
  .all-tabl table:nth-child(4) tr:nth-child(6),
  .all-tabl table:nth-child(4) tr:nth-child(7),
  .all-tabl table:nth-child(4) tr:nth-child(8),
  .all-tabl table:nth-child(4) tr:nth-child(9) {
    border: 2px solid #7ca4d4;
    border-bottom: none;
    border-top: none;
  }
  .all-tabl table:nth-child(4) tr:nth-child(10) {
    border: 2px solid #7ca4d4;
    border-top: none;
  }
  .all-tabl table:nth-child(4) tr:nth-child(1) th,
  .all-tabl table:nth-child(4) tr:nth-child(11) th {
    background: #fff;
  }

  #ltabl-invest table td,
  #tabl_rasr table td {
    font-size: 13px;
    height: inherit;
    text-align: right;
    padding: 0 13px;
    max-width: 210px;
  }
  .all-tabl {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  #tabl_rasr,
  #ltabl-invest {
    margin-top: 30px;
  }
  .all-tabl.on_block_table table {
    width: 100%;
  }

  .on_block_table {
    display: block;
  }
  .off_block_table {
    display: none;
  }
  #tabl_alll {
    max-width: 475px;
  }
  .all-tabl .right_tabl_ip table tr:nth-child(2) th {
    text-align: center;
  }
  .right_tabl_ip {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .right_tabl_ip table {
    width: 100%;
  }
  .top-menu .cell-2.tel {
    display: none;
  }
  .autor-form {
    right: 15px;
    top: -13px;
  }
  .slogan {
    margin-top: 15px;
  }
  .autor-invest {
    padding: 0 3%;
    padding-top: 20px;
  }
  .centr-bord:before {
    left: -16px;
  }
  .centr-bord:after {
    right: -18px;
  }
  .privet.autoriz {
    margin-top: 50px;
  }
  .autoriz_form .logo {
    height: 71px;
    overflow: hidden;
  }
  .autoriz_form .menu-top {
    top: -72px;
  }
  .autoriz_form .invest {
    height: 68px;
  }
  .autor-form {
    background: #fff;
  }
  .autor-form.up_aut {
    background: none;
  }
  .autor-form.up_aut .invest {
    height: 35px;
  }
  .autor-form.autoriz_form:before {
    content: " ";
    width: 15px;
    height: 25px;
    border-left: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #3acfd5 96%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(
      left,
      #3acfd5 96%,
      #3a4ed5 100%
    );
    border-image: linear-gradient(to left, #6a7dbd 96%, #111111 100%);
    border-image-slice: 1;
    transform: rotate(0deg);
    position: absolute;
    top: 14px;
    left: -3px;
    background: #fff;
  }
}

.fon-slide .owl-dot.active:last-child,
#slide-holl .owl-dot.active:last-child {
  margin-right: 0px;
}

@media (max-width: 630px) {
  .owl-dots {
    position: inherit;
    left: inherit;
    transform: none;
    margin: auto;
    display: table;
  }
  .owl-carousel.owl-loaded {
    /*padding-top: 20px;*/
  }
  #slide-vid-is-okna .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .autor-form.autoriz_form {
    top: -31px;
  }
  .logo {
    height: 63px;
  }
  .menu-top {
    top: -64px;
  }
  #touch-menu-dom {
    margin-top: 12px;
  }
}
@media (max-width: 510px) {
  .autor-form {
    background: #fff;
  }
  .privet {
    margin-top: 35px;
  }
  .autoriz_form .invest {
    height: 65px;
  }
  .invest {
    height: 48px;
  }
  .right-bord {
    z-index: -1;
    width: 38px;
    right: -4px;
    height: 18px;
  }
  .privet.autoriz {
    margin-right: 20px;
  }
  .autor-form {
    right: 5px;
  }
  .slogan {
    line-height: 1.5;
    text-align: right;
    max-width: 240px;
  }
  .autor-form.up_aut {
    background: none;
  }
  .autor-form.up_aut .privet {
    margin-top: 18px;
  }
  .autor-form.up_aut .invest {
    height: 35px;
  }
}
@media (max-width: 480px) {
  .logo-gran2 {
    top: 22px;
  }
}

@media (max-width: 479px) {
  .logo {
    overflow: inherit;
    height: 56px;
  }
  #touch-menu-dom {
    margin-top: 5px;
  }
  #content-dom {
    padding-top: 42px;
  }
  .autor-form {
    top: -25px;
  }
  .logo-gran,
  .logo-gran2 {
    top: 9px;
  }
  .menu-top {
    top: -57px;
  }
  .menu-top a {
    font-size: 8px;
    height: 26px;
    width: 34px;
  }
  .polosa-top,
  .polosa-top2 {
    height: 43px;
  }
}

@media (max-width: 450px) {
  .all-tabl table th {
    font-size: 11px;
    padding: 0 7px;
    height: 22px;
  }
  #ltabl-invest table td,
  #tabl_rasr table td {
    font-size: 10.6px;
    padding: 0 10px;
    max-width: 125px;
  }
  .all-tabl .right_tabl_ip table th {
    padding: 0 1px;
  }
}

/*******************************************/
#fon-all {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#fon-all.active {
  z-index: 9999;
  background: #000;
  opacity: 0.5;
  transition: opacity 0.3s;
}
#auth-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  background: linear-gradient(
    180deg,
    rgb(13 13 25 / 90%) 0%,
    rgb(108 108 207 / 90%) 100%
  );
  padding: 15px;
  border: 4px solid #f6dab8;
  box-shadow: 0 0 15px #ffffff40;
}
#auth-modal.active {
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.3s;
}
#img-auth-login {
  cursor: pointer;
}
.auth {
  position: absolute;
  right: 20px;
  top: 20px;
}
#img-auth-login:hover {
  background: #ffffff47;
  border-radius: 50%;
}
.tooltip-auth {
  position: absolute;
  z-index: 999;
  left: -9999px;
  background-color: #fff;
  padding: 5px 10px;
  text-align: center;
  height: initial;
  border: 1px solid #5d5db3;
  border-bottom: 6px solid #5d5db3;
}
#block-auth-menu {
  position: absolute;
  left: -166px;
  top: 0;
  background: linear-gradient(
    180deg,
    rgb(13 13 25 / 90%) 0%,
    rgb(108 108 207 / 90%) 100%
  );
  display: flex;
  flex-flow: column;
  padding: 5px 20px;
  border: 3px solid #f6dab8;
  z-index: -1;
  box-shadow: 0 0 15px #ffffff5e;
  text-align: right;
  line-height: 2;
  font-size: 16px;
  opacity: 0;
}
#block-auth-menu a {
  font-family: "EB Garamond";
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #f6dab8;
  text-decoration: none;
  font-size: 19px;
}
#block-auth-menu a:hover {
  text-decoration: underline;
}
.login-true:hover {
  background: #ffffff47;
  border-radius: 50%;
}
.login-true-all-block:hover #block-auth-menu {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.3s;
}
#auth-modal input {
  margin-bottom: 20px;
  width: 100%;
}
.disp-center {
  display: flex;
  justify-content: center;
}
.afbf_submit_block .icon-key-white {
  width: 185px;
  height: 75px;
  border: none;
}
.api_error,
.api-auth-login {
  color: #f6dab8;
}
.center .more-vid:hover span,
.icon-more-info:hover span {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
}
.look-more > a:hover {
  text-decoration: underline;
}
.only-mob {
  display: none;
}
.left-block-diary {
  display: flex;
  align-items: center;
}
.mobile-menu {
  display: none;
}
.news-detail.fancybox-content {
  width: 90%;
  max-width: 700px;
  padding: 2%;
}
.for-flats .block-whith-line .line-header {
  width: 100%;
}

/*********************************************************************/
/***********************************************************************/
/*********************************************************************/

@media (max-width: 1430px) {
  .text-block-vid {
    font-size: 15px;
  }
  .header-text-vid {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .img-block {
    width: 480px;
  }
  .text-vid-icon {
    font-size: 12px;
  }
  .icon-vid360 {
    width: 80px;
    height: 80px;
  }
  .osn-right-footer strong {
    font-size: 44px;
  }
  .block-foot-form {
    display: flex;
    flex-flow: column-reverse;
  }
  .main-user-consent-request {
    margin-bottom: 20px;
  }
  .afbf_item_pole.required.is_filled.item_pole__captcha {
    margin: 40px 0 0;
  }
  .item_pole__captcha .afbf_pole_captcha {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  .form-block {
    width: 90%;
    padding: 0 0 50px;
  }
  .left-block-text-footer {
    margin-right: 10%;
    flex: 0 0 280px;
  }
}

@media (max-width: 1300px) {
  .section.first-section {
    min-height: 600px;
  }
  .slogan-top-header {
    margin: 20px 0 25px;
  }
  .ocn-text-slogan p {
    margin: 30px 0 35px;
  }
  #slider-top .owl-nav {
    left: 43%;
  }
  #slider-top .owl-dots {
    left: 21%;
  }
  .block-vid {
    padding: 75px 0 50px;
  }
  .text-block-vid {
    font-size: 13px;
    font-weight: 400;
    width: 55%;
  }
  .header-text-vid {
    font-size: 20px;
  }
  .number-preim {
    font-size: 60px;
    line-height: 130%;
    top: -40px;
  }
  .big-text-preim {
    font-size: 27px;
    line-height: 110%;
  }
  .item-preim {
    width: 95%;
  }
  .block-img-plan img {
    max-width: 95%;
  }
  #slide-plan {
    width: 69%;
  }
  .block-content-plan {
    transform: translateX(-29%);
    padding-left: 0;
  }
  .opis-plan-one {
    padding-left: 60px;
  }
  .look-more {
    width: 100%;
    transform: translateX(0);
    padding: 15px 0 15px 60px;
  }
  .content-bottom-text-about {
    padding: 70px 0px 45px 40px;
  }
  .block-about-text-bottom .item-arh {
    margin-top: 45px;
  }
}

@media (max-width: 1200px) {
  .img-block {
    width: 400px;
  }
  .icon-vid360 {
    width: 65px;
    height: 65px;
  }
  .text-vid-icon {
    font-size: 10px;
    margin-left: 7px;
  }
  #slide-plan .icon-prev-grey-min {
    width: 40px;
  }
  #slide-plan .icon-next-grey-min {
    width: 40px;
  }
  #slide-plan {
    width: 80%;
  }
  .slide-content-plan {
    padding: 50px 0 35px;
  }
  #slide-plan .owl-nav button {
    margin: 0 5px;
  }
  .block-content-plan {
    transform: translateX(0%);
    padding-left: 0;
    margin-left: -30%;
    flex: 0 0 70%;
  }
  .opis-plan-one {
    padding-left: 41%;
  }
  .look-more > a {
    font-size: 11px;
  }
  .img-dejnev {
    transform: translate(-10%, 30px);
    position: absolute;
    right: 10px;
  }
  .taxt-why {
    width: 100%;
  }
  .osn-right-footer strong {
    font-size: 34px;
  }
  .left-block-text-footer {
    margin-right: 5%;
  }
  .g-recaptcha {
    width: 250px;
  }
  .block-img-diary img {
    max-width: 200%;
    left: 50%;
    top: -10px;
  }
  .block-img-diary {
    height: 233px;
  }
  .diary-date-time {
    font-size: 10px;
    padding: 7px 12px;
  }
  .diary-item p {
    font-size: 11px;
    padding: 10px 7px;
  }
  .more-diary {
    font-size: 14px;
    padding: 10px;
  }
  .diary-item {
    padding-bottom: 50px;
  }
  .right-block-diary {
    padding-left: 5%;
    margin-left: 13%;
  }
}

@media (max-width: 1100px) {
  .section.first-section {
    min-height: 420px;
  }
  .block-text-slogan {
    left: 29%;
    max-width: 450px;
  }
  .owl-carousel .owl-item .slogan-top-header img {
    width: 130px;
    margin-right: 20px;
  }
  .slogan-top-header h2 {
    font-size: 18px;
  }
  .ocn-text-slogan p {
    font-size: 13px;
  }
  .icon-video-white,
  .icon-key-white {
    width: 170px;
    height: 70px;
  }
  #slider-top .owl-dots {
    left: 7%;
    bottom: 9%;
  }
  #slider-top .owl-nav {
    left: 30%;
    bottom: 9%;
  }
  .text-block-vid {
    font-size: 12px;
    font-weight: 400;
    width: 355px;
    z-index: 2;
  }
  .header-text-vid {
    font-size: 17px;
  }
  .img-block {
    width: 330px;
    z-index: 1;
  }
  .number-preim {
    font-size: 48px;
  }
  .big-text-preim {
    font-size: 21px;
  }
  .block-img-plan {
    width: 45%;
    flex: 0 0 45%;
  }
  .opis-plan-one {
    padding-left: 35%;
  }
  .look-more {
    padding: 15px 0 15px 33px;
  }
  .block-about-text-bottom {
    min-width: 350px;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    padding: 50px 0;
    margin: auto;
  }
  .bottom-about-block {
    background: url(../img/about-bottom-fon.jpg) left no-repeat;
    background-size: cover;
    /* width: calc(100% - 400px); */
  }
  .content-bottom-text-about {
    padding: 70px 45px 40px;
  }
  .bottom-about-block .container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 0 20px;
  }
  .diary-item {
    width: calc(100% / 2 - 3%);
  }
  .block-img-diary img {
    max-width: initial;
    top: initial;
  }
  .diary-date-time {
    font-size: 12px;
    padding: 10px 15px;
  }
  .diary-item p {
    font-size: 12px;
    padding: 15px 12px;
  }
  .diary-item {
    padding-bottom: 75px;
  }
  .more-diary {
    font-size: 16px;
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .text-block-vid {
    width: 54%;
  }
  .header-text-vid {
    font-size: 14px;
  }
  #arh-slider {
    width: 50%;
  }
  .header-arh {
    font-size: 30px;
    margin: 70px 0 25px;
  }
  .item-arh p {
    font-size: 14px;
  }
  .blago h2 {
    font-size: 45px;
  }
  .item-preim p {
    font-size: 11px;
    line-height: 130%;
  }
  .block-osn-cont-plan {
    font-size: 15px;
  }
  .big-text-plan {
    font-size: 20px;
  }
  .look-more > a {
    font-size: 10px;
  }
  .look-more > a {
    font-size: 10px;
  }
  .icon-zoom-plan {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-right: 5px;
  }
  .opis-plan-one {
    padding-left: 28%;
  }
  .footer .container {
    display: flex;
    flex-flow: column-reverse;
  }
  .only-mob {
    display: block;
    margin-top: 30px;
  }
  .osn-right-footer {
    text-align: center;
  }
  .osn-right-footer strong {
    font-size: 40px;
  }
  .left-block-text-footer {
    margin-right: 0;
    flex: initial;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 950px) {

  .section {
    width: calc(100% - 300px);
    margin: 0 calc(300px + 5%) 0 auto;
  }
  #slider-top .owl-dots {
    left: 25px;
    bottom: 6%;
  }
  #slider-top .owl-nav {
    left: 30%;
    bottom: 6%;
  }
  .ocn-text-slogan p {
    margin: 25px 0 20px;
  }
  .header {
    width: 300px;
  }
  .container {
    width: calc(100% - 300px);
    margin: 0 calc(300px + 5%) 0 auto;
  }
  .img-block img {
    height: 200px;
    max-width: initial;
  }
  .img-block {
    width: 279px;
    height: 200px;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
  }
  #slider-vid
    .owl-stage-outer
    .owl-stage
    .owl-item
    .slider-vid
    .block-img-slide-top,
  #slider-vid,
  #slider-vid .owl-stage-outer,
  #slider-vid .owl-stage-outer .owl-stage,
  #slider-vid .owl-stage-outer .owl-stage .owl-item,
  #slider-vid .owl-stage-outer .owl-stage .owl-item .slider-vid {
    height: 145px;
  }
  #slider-vid.owl-carousel .owl-item img {
    display: block;
    width: initial;
    max-width: initial;
    height: 100%;
  }
  #slider-vid .slider-vid {
    overflow: hidden;
  }
  #slider-vid {
    left: calc((100% - 300px) / 2);
  }
  .text-info-vid {
    margin: 60px 0 15px;
  }
  .arhit {
    height: 400px;
  }
  .fon-arh {
    width: calc(100% - 300px);
  }
  .look-more {
    padding: 15px 0 15px 75px;
  }
  .icon-zoom-plan {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin-right: 10px;
  }
  #slide-plan {
    width: 75%;
  }
  .dejnev-why h2 {
    font-size: 35px;
  }
  p.yellow {
    font-size: 13px;
    padding: 20px 0 20px;
  }
  .dejnev-why {
    padding: 50px 0;
  }
  .taxt-why p {
    font-size: 13px;
  }
  .bottom-about-block {
    /* width: calc(100% - 300px); */
  }
  .bottom-about-block .container {
    width: 100%;
    margin: auto;
  }
  body.active .header {
    transform: translateX(calc(100% - 40px));
  }
  .for-flats.active .icon-more-info {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 900px) {
  .block-kharakt {
    flex-wrap: wrap;
  }
  .block-kharakt {
    display: flex;
    padding: 100px 0 0px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .big-text-preim {
    width: 50%;
    flex: 0 0 38%;
    height: 90px;
  }
  .item-preim p {
    font-size: 10px;
  }
  .big-more-preim {
    font-size: 38px;
  }
  .more-preim p {
    font-size: 10px;
    width: 110px;
    margin-top: -10px;
  }
}

@media (max-width: 830px) {
  .block-text-slogan {
    left: 20px;
    max-width: 390px;
    width: 95%;
    transform: translate(0, -50%);
  }
  .owl-carousel .owl-item .slogan-top-header img {
    width: 120px;
  }
  .slogan-top-header h2 {
    font-size: 15px;
  }
  .ocn-text-slogan p {
    margin: 15px 0 10px;
    font-size: 12px;
  }
  .slogan-top-header {
    margin: 15px 0 20px;
  }
  .more-info-vid {
    font-size: 11px;
    margin-left: 10px;
  }
  .map h2 {
    font-size: 45px;
  }
  .item-arh p {
    font-size: 13px;
  }
  .blago h2 {
    top: -50px;
    font-size: 40px;
  }
  .little-italic {
    flex: 0 0 calc(100% - 170px);
    padding-left: 20px;
  }
  .block-img-diary {
    height: 233px;
  }
  .diary-date-time {
    font-size: 10px;
    padding: 7px 12px;
  }
  .diary-item p {
    font-size: 11px;
    padding: 10px 7px;
  }
  .more-diary {
    font-size: 14px;
    padding: 10px;
  }
  .diary-item {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  #slider-top
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-slide-top
    .block-img-slide-top,
  #slider-top,
  #slider-top .owl-stage-outer,
  #slider-top .owl-stage-outer .owl-stage,
  #slider-top .owl-stage-outer .owl-stage .owl-item,
  #slider-top .owl-stage-outer .owl-stage .owl-item .item-slide-top {
    height: 425px;
  }
  #slider-top.owl-carousel .owl-item img {
    display: block;
    width: initial;
    max-width: initial;
    height: 100%;
  }
  .fon-img {
    background: url(../img/fom-top-big.png) no-repeat;
    background-size: 100% 100%;
  }
  .vibor-home.maphilighted {
    height: 460px !important;
    width: initial !important;
  }
  .vibor-home.maphilighted canvas {
    height: 460px !important;
    width: initial !important;
  }
  .block-map-area {
    height: 460px;
    width: 1056px;
    position: absolute;
    left: 50%;
    transform: translateX(-47%);
  }
  .main .block-map-area-fon {
    background-size: auto 100%;
    background-position-x: 46%;
    width: 100%;
    height: 460px;
    overflow: hidden;
  }
  .icon-menu {
    background: url(../img/icon-menu.svg) center no-repeat;
    background-size: 40%;
    width: 8px;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
  }
  .white-line {
    width: 100%;
    height: 10px;
  }
  .header {
    position: fixed;
    height: initial;
    width: 100%;
    display: flex;
    flex-flow: column;
    z-index: 9999;
    top: -105%;
    transition: top 0.3s;
  }
  .menu-dec .auth {
    display: none;
  }
  .mobile-menu {
    background: linear-gradient(
      180deg,
      rgb(13 13 25 / 90%) 0%,
      rgb(108 108 207 / 90%) 100%
    );
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5%;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
  }
  .auth.auth-mobile {
    position: initial;
    right: 0;
    top: 0;
  }
  .logo-mobile .logo-dec {
    width: 145px;
    height: 70px;
    background: url(../img/logo-m.png) center no-repeat;
    background-size: contain/* 100% */;
    display: block;
  }
  .menu-dec {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .menu-dec .logo-header {
    display: none;
  }
  .nav ul {
    padding: 0 0 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .header.active {
    top: 80px;
    transition: top 0.3s;
  }
  .menu-dec {
    height: 100%;
    overflow: auto;
  }
  .main {
    margin-top: 80px;
  }
  body.active-menu {
    overflow: hidden !important;
    /* margin-right: 18px; */
  }
  body.active-menu .mobile-menu {
    /* padding: 5px calc(5% + 16px) 5px 5%; */
  }
  .block-text-slogan {
    left: 10%;
    max-width: 450px;
  }
  #slider-top .owl-nav {
    left: 45%;
    bottom: 3%;
  }
  #slider-top .owl-dots {
    left: 10%;
    bottom: 4%;
  }
  .container {
    width: 100%;
    margin: auto;
  }
  #slider-vid {
    left: initial;
    transform: translateX(0);
  }
  .text-info-vid {
    margin: 0px 0 15px;
    padding-top: 60px;
  }
  .fon-arh {
    width: 100%;
  }
  .plan_wrap {
    flex: 0 0 100%;
    margin: 0 -20px;
  }
  #slider-vid .owl-nav {
    width: 73%;
  }
  .checkers .cheker-one {
    padding-right: 10px;
  }
  .opis-plan-one {
    padding-left: 25%;
  }
  .look-more {
    padding: 15px 0 15px 40px;
  }
  .icon-zoom-plan {
    margin-right: 5px;
  }
  .zoloto {
    font-size: 15px;
  }
  .modal_form.alx-popup-show-anime0 {
    left: 50%;
    width: 90% !important;
  }
  .bottom-about-block {
    width: 100%;
  }
  .block-about-text-bottom {
    min-width: 300px;
  }
  body.active .header {
    transform: none;
    transition: top 0.3s;
  }
  .big-menu {
    display: none;
  }
  .tel-footer {
    margin-top: 15px;
  }
  .back-zastr {
    margin-top: 5px;
  }
  .icon-logo-zastr {
    width: 61px;
    height: 55px;
  }
  .block-text-back {
    font-size: 10px;
  }
  li.active .icon-li-nav,
  li:hover .icon-li-nav {
    width: 14px;
    height: 21px;
  }
  .osn-img-etaj {
    position: relative;
  }
  .sold-img {
    position: absolute;
  }
}

@media (max-width: 600px) {
  .block-text-slogan {
    left: 5%;
    max-width: 80%;
  }
  #slider-top .owl-nav {
    left: 40%;
  }
  #slider-top .owl-dots {
    left: 4%;
  }
  .icon-next-white-min {
    width: 40px;
  }
  .icon-prev-white-min {
    width: 40px;
  }
  #slider-vid .owl-nav {
    width: 60%;
  }
  #slide-plan {
    width: 100%;
  }
  .all-plan {
    display: none;
  }
  .slide-content-plan {
    padding: 50px 0;
  }
  #slide-plan .owl-nav {
    position: absolute;
    right: initial;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .look-more {
    padding: 15px 0 15px 40px;
  }
}

@media (max-width: 500px) {
  #slider-top.owl-carousel .owl-item .slogan-top-header img {
    width: 125px;
  }
  .slogan-top-header h2 {
    font-size: 13px;
  }
  .ocn-text-slogan p {
    font-size: 11px;
  }
  .nav {
    font-size: 16px;
    line-height: 2;
    margin-left: -15px;
  }
  .blago h2 {
    top: -40px;
    font-size: 26px;
  }
  .checkers .cheker-one {
    width: calc(100% / 2);
  }
  .look-more {
    padding: 15px 0 15px 30px;
  }
  .block-about-text {
    min-width: 300px;
    width: 100%;
    margin-left: auto;
    padding: 50px 0;
  }
  .block-about-text p {
    font-size: 13px;
  }
  .content-bottom-text-about {
    padding: 70px 9% 40px;
  }
  .block-about-text-bottom {
    min-width: initial;
  }
  .news-detail.fancybox-content {
    padding: 5%;
    font-size: 13px;
  }
  .footer-deary {
    background: linear-gradient(
      180deg,
      rgb(13 13 25 / 90%) 0%,
      rgb(108 108 207 / 90%) 100%
    );
    display: flex;
    padding: 30px 10%;
    border-radius: 0px 0px 10px 10px;
    margin: 35px auto 0;
    flex-flow: column;
    align-items: center;
  }
  .right-block-diary {
    padding-left: 0;
    margin-left: 0;
    border: none;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 460px) {
  .look-more {
    padding: 15px 0 15px 75px;
  }
  .zoloto {
    font-size: 18px;
  }
  .block-osn-cont-plan {
    font-size: 18px;
  }
  .opis-plan-one {
    padding-left: 30%;
  }
  .planirovki h2 {
    font-size: 30px;
    text-align: center;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .more-plan {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-flow: column;
    text-align: center;
  }
  .little-italic {
    padding-left: initial;
    padding: 0 20px;
  }
  .planirovki {
    padding: 50px 0;
  }
}

@media (max-width: 450px) {
  .text-info-vid {
    font-size: 11px;
  }
  .text-info-vid {
    margin: 0px 0 15px;
    padding-top: 60px;
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  .text-info-vid > p {
    margin-bottom: 20px;
  }
  .icon-more-info {
    width: 40px;
    height: 40px;
  }
  .map h2 {
    font-size: 30px;
    top: -43px;
  }
  .second-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 420px) {
  #slider-top.owl-carousel .owl-item .slogan-top-header img {
    display: none;
  }
  #slider-top .owl-nav {
    display: none;
  }
  .ssilki-footer-slogan {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .icon-video-white {
    margin-right: 0;
  }
  #slider-top
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item-slide-top
    .block-img-slide-top,
  #slider-top,
  #slider-top .owl-stage-outer,
  #slider-top .owl-stage-outer .owl-stage,
  #slider-top .owl-stage-outer .owl-stage .owl-item,
  #slider-top .owl-stage-outer .owl-stage .owl-item .item-slide-top {
    height: 500px;
  }
  .block-text-slogan {
    left: 5%;
    max-width: 90%;
  }
  .slogan-top-header h2 {
    font-size: 16px;
    text-align: center;
  }
  #slider-top .owl-dots {
    left: 50%;
    transform: translateX(-50%);
  }
  .block-vid {
    padding: 35px 0;
    flex-flow: column;
  }
  .text-block-vid {
    width: 100%;
  }
  .img-block {
    width: 100%;
    height: initial;
    position: relative;
    margin-top: 20px;
  }
  .fon-arh {
    width: 100%;
    height: 400px;
  }
  .left-block-arh {
    background: linear-gradient(
      180deg,
      hsl(240deg 32% 7% / 80%) 0%,
      rgb(108 108 207 / 70%) 100%
    );
    flex: 0 0 100%;
  }
  .right-block-arh {
    width: 100%;
    position: absolute;
    flex: 0 0 100%;
    height: 450px;
    z-index: -1;
  }
  .right-block-arh img {
    height: 400px;
    max-width: initial;
  }
  #arh-slider {
    width: 100%;
  }
  .block-kharakt {
    padding: 75px 0 0px;
    flex-wrap: initial;
    flex-flow: column;
  }
  .big-text-preim {
    width: 50%;
    flex: initial;
    height: 110px;
    font-size: 25px;
  }
  #slide-preim {
    width: 100%;
  }
  .slide-preim-content {
    padding: 50px 0;
    flex-flow: column;
  }
  .more-preim {
    margin-top: 0;
  }
  .img-dejnev {
    transform: translate(-15%, -65px);
    position: absolute;
    right: 0;
    width: 75%;
  }
  .dejnev-why h2 {
    font-size: 30px;
  }
  .osn-right-footer strong {
    font-size: 28px;
  }
  .form-block {
    width: 100%;
  }
  .footer {
    padding: 40px 0;
  }
  .g-recaptcha iframe,
  .g-recaptcha > div {
    width: 250px !important;
  }
  .footer .afbf_submit_block {
    margin: auto;
  }
  .logo-footer {
    width: 180px;
  }
  .ocn-text-footer p,
  .ocn-text-footer p a {
    font-size: 14px;
    margin: 30px 0;
  }
  .diary-item {
    width: 100%;
  }
  .diary-date-time {
    font-size: 12px;
    padding: 10px 15px;
  }
  .diary-item p {
    font-size: 12px;
    padding: 15px 12px;
  }
  .more-diary {
    font-size: 16px;
    padding: 20px;
  }
  .diary-list {
    padding: 50px 0 40px;
  }
  .block-img-diary {
    height: 260px;
  }
  .diary-item {
    margin: 10px auto;
  }
  .diary-item {
    padding-bottom: 75px;
  }
  .header-block h2,
  .header-block h3 {
    font-size: 19px;
    line-height: 193%;
  }
}

@media (max-width: 330px) {
  #slider-top .owl-dots {
    left: 23%;
    transform: initial;
  }
  .checkers label:before {
    margin-right: 6px;
  }
}

.section-content {
  margin: 100px auto 30px;
  max-width: 85%;
  line-height: 1.5;
  font-size: 15px;
  line-height: 160%;
}

.section-title {
  margin-top: 90px;
  margin-bottom: 25px;
  font-size: 58px;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0 30px;
  background: url(../img/separatorr.png) no-repeat center bottom / 144px;
  padding-bottom: 34px;
  font-family: "Arial";
}

.section-content ul {
  list-style: disc;
}

.section-content ul {
  padding: 0;
  margin: 0 0 12px 25px;
}

.section-content li {
  line-height: 24px;
}

.section-bottom {
  border-top: 7px double #6a7dbd;
  padding-top: 30px;
  margin-bottom: 60px;
}

.trade-in_off {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .section-title {
    font-size: 48px;
  }
  .section-content {
    max-width: 100%;
    margin-top: 70px;
  }
}

/* Popups */
.popup {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 51, 51, 0.75);
  overflow: auto;
}

.popup.popup_opened {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 999999999999;
}

.popup__container {
  position: relative;
  padding-top: 10px;
  max-width: 1170px;
  max-height: 90vh;
}

.popup__close {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 28px;
  font-weight: 300;
  color: gray;
  opacity: 0.7;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 25;
  color: red;
}

.popup__close:hover {
  color: #ffaf35;
  cursor: pointer;
}

.popup__content {
  padding: 20px;
  background: white;
  border-radius: 16px;
  max-width: 95vw;
}

@media (max-width: 767px) {
  .popup__close {
    top: 20px;
    right: 10px;
    font-size: 20px;
  }
}

.objects {
  display: grid;
  grid-template-columns: repeat(2, 500px);
  min-width: 0;
  gap: 30px;
  margin: 50px auto 50px;
}

.object img {
  width: 100%;
  height: 400px;
  border-radius: 6px;
  object-fit: cover;
  object-position: top center;
}

.object {
  width: 500px;
  cursor: pointer;
}

.object_in-popup img {
  height: 500px;
}

.object__name {
  position: absolute;
  bottom: 0;
  z-index: 30;
  padding: 12px 5%;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-transform: uppercase;
  color: #0d67d2;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}

.object .swiper-button-next,
.object .swiper-button-prev {
  text-rendering: initial;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid white;
  color: white;
}

.object .swiper-button-next::after,
.object .swiper-button-prev::after {
  font-size: 18px;
}

.object .swiper-pagination-bullet-active {
  background-color: white;
}

.object .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.popup .section-content {
  margin-top: 30px;
}

.annotation {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: "LatoLight", sans-serif;
  position: relative;
}

.annotation:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}

.annotation:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}

@media (max-width: 768px) {
  .objects {
    grid-template-columns: initial;
  }

  .object.swiper {
    margin: 0;
    width: initial;
  }

  .object img {
    height: calc(280px + (120 + 120 * 0.7) * ((100vw - 375px) / 768));
  }

  .popup__content {
    padding: 12px;
  }

  .section-title {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 25px;
  }

  .section-content p {
    font-size: 16px;
  }

  .section-content li {
    font-size: 16px;
  }

  .annotation {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 480px) {
  .object__name {
    line-height: 24px;
    font-size: 18px;
  }
}

/******************/

.grid.sposobi_pre figure figcaption h3 {
  width: 90%;
  margin-top: 0;
  text-align: center;
  padding-top: 3em;
  padding: 0;
  display: table;
  position: absolute;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #2d3d54;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  font-size: 20px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.grid.sposobi_pre figure:hover figcaption h3 {
  width: 90%;
  text-align: left;
  padding-top: 0em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
  top: initial;
  left: inherit;
  transform: inherit;
  margin-bottom: 10px;
  font-size: 17px;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.grid {
  display: table-cell;
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 310px;
  max-width: 480px;
  max-height: 360px;
  width: 30%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 0.4em 0 0 0.7em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption h3 {
  width: 90%;
  margin-top: 0;
  text-align: center;
  padding-top: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #2d3d54;
}

.grid figure:hover figcaption h3 {
  width: 90%;
  text-align: left;
  padding-top: 0em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 0;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
  background: #dcdee0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.effect-julia:hover {
  background: #a7a7a7;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

figure.effect-julia img {
  max-width: none;
  height: 250px;
  margin: auto;
  opacity: 0.2;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-julia figcaption {
  text-align: left;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

.grid.sposobi_pre figcaption div a {
  font-size: 18px;
  font-weight: 600;
  color: #528ad4;
  background: #ffffff91;
  padding: 5px 10px;
  display: table;
  margin-top: 5px;
}

.grid.sposobi_pre figcaption div a:hover {
  color: #274f84;
}

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.1em 0.7em;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.48);
  color: #000000;
  text-transform: none;
  font-weight: 500;
  font-size: 58%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 0.2;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figcaption div {
  opacity: 0;
  width: 90%;
}

.effect-julia:hover figcaption div {
  opacity: 1;
  line-height: 0.6;
}

.sposobi_pre figure.effect-julia p:last-child {
  background: none;
  padding: 0;
}

@media (max-width: 1500px) {
  figure.effect-julia img {
    max-width: 100%;
  }
  .grid figure {
    min-width: 293px;
  }

  .grid.sposobi_pre figure.effect-julia img {
    max-width: inherit;
    height: 100%;
    left: 50%;
  }
  .grid.sposobi_pre figure.effect-julia img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .grid.sposobi_pre figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1) translateX(-50%);
    transform: scale3d(1.1, 1.1, 1) translateX(-50%);
  }
  .grid.sposobi_pre figure {
    min-width: initial;
  }
  .grid.sposobi_pre figure figcaption h3 {
    font-size: 15px;
  }
  .grid.sposobi_pre figure:hover figcaption h3 {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .grid.sposobi_pre figure.effect-julia p {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .grid.sposobi_pre figure figcaption {
    padding: 0.4em 0 0 0.4em;
  }
}

@media (max-width: 1200px) {
  .grid figure {
    min-width: 243px;
  }
  .grid figure figcaption h3 {
    font-size: 20px;
    line-height: 2;
  }
  figure.effect-julia p {
    margin: 0 0 0.3em;
    font-size: 55%;
  }
}

@media (max-width: 1095px) {
  .grid figure {
    min-width: 243px;
    width: 44%;
    margin: 3%;
  }
  .grid figure figcaption h3 {
    font-size: 18px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  figure.effect-julia p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .effect-julia figcaption div {
    opacity: 1;
    line-height: 0.6;
  }
  .grid figure figcaption h3 {
    width: 90%;
    text-align: left;
    padding-top: 0em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 0;
  }
  figure.effect-julia p {
    font-size: 58%;
  }

  .grid.sposobi_pre figure.effect-julia img {
    opacity: 1;
  }
  .grid.sposobi_pre figure figcaption h3 {
    margin-bottom: 5px;
  }
  .grid.sposobi_pre figure.effect-julia img {
    opacity: 1;
  }
  .grid.sposobi_pre figure figcaption h3,
  .grid.sposobi_pre figure:hover figcaption h3 {
    width: 90%;
    text-align: left;
    padding-top: 0em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
    top: initial;
    left: inherit;
    transform: inherit;
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-transition: top 1s;
    transition: top 1s;
    margin-bottom: 5px;
    background: #ffffffb5;
    width: initial;
    max-width: 89%;
    padding: 1% 3%;
  }
  .grid.sposobi_pre figure.effect-julia p {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
    background: rgba(255, 255, 255, 0.67);
  }
}

@media (max-width: 599px) {
  .grid {
    display: block;
    width: 100%;
  }
  .grid figure {
    min-width: 243px;
    width: 310px;
    margin: 3% auto;
    float: none;
  }
}

@media (max-width: 350px) {
  .grid figure {
    width: 98%;
  }
}
.grid.sposobi_pre figure figcaption h3 {
  font-family: "Arial";
}

.grid.sposobi_pre figcaption div a {
  text-decoration: none;
}

.text-cont,
.text-cont li,
.osn-content {
  line-height: 1.5;
  font-size: 18px;
}
.text-cont {
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .osn-content {
    width: 90%;
  }
  .text-cont,
  .text-cont li {
    line-height: 1.5;
    font-size: 13px;
  }
}

.text-cont h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

.text-and-foto {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.text-and-foto .foto {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ps {
  font-size: small;
  font-weight: bold;
  margin: 12px 0;
}

.modal-more {
  max-width: 1100px;
  font-family: "Roboto";
  border-radius: 6px;
  border: 1px solid #3e3e77;
}

@media (max-width: 480px) {
  .text-cont h3 {
    font-size: 19px;
  }
  .text-and-foto .foto {
    float: initial;
  }

  .modal-more {
    padding: 25px;
  }

  .ps {
    font-size: 11px;
  }
}

#projects-slider .img-block {
  border-radius: 5px;
  overflow: hidden;
  height: 107px;
  position: relative;
  max-width: 360px;
}

#projects-slider.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#projects-slider .text-block-project_header {
  font-family: "Book Antiqua Bold";
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 15px 0;
  color: #25294a;
}

.text-block-project_osn-text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #1c1c1c;
  margin-bottom: 25px;
}

.params-khar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.slick-slide .img-block img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#projects-slider .owl-dots {
  display: none;
}

#projects-slider .owl-nav {
  position: absolute;
  top: 55px;
  width: 100%;
  max-width: 360px;
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  justify-content: space-between;
  -webkit-box-pack: space-between;
}

#projects-slider .owl-nav button:first-child {
  background: #fff;
  width: 30px;
  height: 60px;
  border-radius: 0 50px 50px 0;
}

#projects-slider .owl-nav button:last-child {
  background: #fff;
  width: 30px;
  height: 60px;
  border-radius: 50px 0 0 50px;
}

.dost-projects {
  display: none;
}

.dost-projects.slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.dost-projects .slick-list {
  width: 100%;
}

.one-dost-project {
  height: 229px;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .text-block-project {
    margin-left: 30px;
  }

  #projects-slider .img-block {
    height: 241px;
    width: 100%;
    flex: 0 0 360px;
  }

  #projects-slider .slick-arrow {
    position: absolute;
    top: 181px;
    max-width: initial;
    z-index: 1;
    cursor: pointer;
  }

  #projects-slider .nextArrow.slick-arrow {
    right: 0;
  }

  #pagepiling .section.section-our-projects {
    background-size: 100% 100%;
    padding-bottom: 0;
  }

  #projects-slider .slick-arrow {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #454584;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
  }

  #projects-slider .slick-arrow .icon {
    margin: 0;
  }

  #projects-slider .prevArrow {
    /* background: url(https://archstroy.net/bitrix/templates/archstroy/img/bd-02-min.jpg) center no-repeat; */
    background-color: white;
    background-size: cover;
    width: 175px;
    height: 60px;
    border-radius: 0 5px 0 0;
    text-align: left;
  }

  #projects-slider .prevArrow p {
    margin-left: 10px;
  }

  #projects-slider .nextArrow p {
    margin-right: 10px;
  }

  #projects-slider .nextArrow {
    /* background: url(https://archstroy.net/bitrix/templates/archstroy/img/bd-02-min.jpg) center no-repeat; */
    background-color: white;
    background-size: cover;
    width: 155px;
    height: 60px;
    border-radius: 5px 0 0 0;
    text-align: right;
  }

  #projects-slider .text-block-project_header {
    font-size: 24px;
    margin-top: 0;
  }

  .text-block-project_osn-text {
    font-size: 16px;
  }

  .slick-initialized .slick-slide.one-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .slick-initialized .slick-slide.one-dost-project-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .dost-projects .slick-track {
    display: flex;
  }

  .one-dost-project img {
    width: 100%;
    /* height: 100%; */
    /* max-width: 286px; */
    opacity: 0.45;
    transition: opacity 0.3s;
    min-height: 100%;
    /* width: initial; */
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .text-project-dots {
    position: absolute;
    top: 50%;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .one-dost-project {
    background: #27274b;
    cursor: pointer;
    margin: 0 10px;
    overflow: hidden;
  }

  .icon-project-dots {
    background: url(https://archstroy.net/bitrix/templates/archstroy/img/icons/icon-zoom.svg)
      center no-repeat;
    background-size: 100%;
    width: 35px;
    height: 45px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }

  .project-dots-text {
    opacity: 1;
    transition: opacity 0.3s;
  }

  .one-dost-project:hover .icon-project-dots {
    opacity: 1;
  }

  .one-dost-project:hover .project-dots-text {
    opacity: 0;
  }

  .one-dost-project:hover img {
    opacity: 0.7;
  }
}

@media screen and (min-width: 520px) {
  .text-block-project_osn-text {
    font-size: 17px;
  }

  #projects-slider .text-block-project_header {
    font-size: 21px;
  }
}

@media screen and (max-width: 520px) {
  .text-block-project_osn-text {
    font-size: 17px;
  }

  #projects-slider .text-block-project_header {
    font-size: 21px;
  }
}

.icon-next-blue-min {
  background: url(https://archstroy.net/bitrix/templates/archstroy/img/icons/icon-next-blue-min.svg);
  width: 21px;
  height: 10px;
  margin-left: auto;
}

.icon-prev-blue-min {
  background: url(https://archstroy.net/bitrix/templates/archstroy/img/icons/icon-prev-blue-min.svg);
  width: 21px;
  height: 10px;
}

.container_slider {
  margin: 20px 0 50px;
  width: calc(100vw - 400px);
  padding: 0;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .container_slider {
    display: none;
  }
}

.block-about-text-bottom_w100 {
  width: 100%;
}

.content-bottom-text-about_grid {
  background-color: white;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
  gap: 20px;
}

.top-part {
}

.item-arh_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .content-bottom-text-about_grid {
    grid-template-columns: 1fr !important;
    gap: 35px;
    margin-top: 25px;
  }
}

.login-true_initials {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #d9c1a6;
  color: #d9c1a6;
}
