@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

:root {
  --kanye-gray-color: #F9F9F9;
  --kanye-brown-color: #5F5C5C;
  --kanye-gold-color: #ECE2D2;
  --kanye-brightgold-color: #F7F3ED;
  --kanye-darkgold-color: #DCD1CB;
  --kanye-black-color: #5F5C5C;
  --kanye-default-color: #575757;
  --kanye-littlebrown-color: rgba(95, 92, 92, 0.5);

  --redesign-beige-color: #E8E4D9;
  --redesign-green-color: #EEEED7;
  --redesign-dark-color: #575757;
  --redesign-graphite-color: #716E6D;
  --redesign-light-color: #fff;
}

html {
  position: relative;
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  /* position: relative; */
  font-family: "TT Norms Pro", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--kanye-default-color);
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* padding-top: 0.01px; */
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

a:hover,
a:focus,
a:active,
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}

a {
  color: var(--kanye-brown-color);
}
a:hover {
  color: var(--kanye-darkgold-color);
}
a:focus {
  color: var(--kanye-brown-color);
}
.blocked {
}

.h2 {
  color: #575757;
  font-size: 36px;
  margin: 0 0 30px 0;
}

@media (max-width: 1366px) {
  .h2 {
    font-size: 27px;
  }
}

.white-block {
  max-width: 1880px;
  background: #fff;
  margin: 0 20px;
  border-radius: 12px;
  padding: 60px;
}

@media (min-width: 1940px) {
  .white-block {
    margin: 0 auto;
  }
}

@media (max-width: 960px) {
  .white-block {
    margin: 0 10px;
  }
}

hr {
  margin-bottom: 25px;
}

@media (max-width: 640px) {
  hr {
    margin-bottom: 20px;
  }
  
}

@media (min-width: 1590px) {
  .container-fluid {
    padding: 0 0px !important;
  }
}

@media (max-width: 500px) {
  .container-fluid {
    /* padding: 0 10px !important; */
  }
}

.container-fluid {
  max-width: 1530px;
  padding: 0 15px;
  /* padding-left: 40px;
  padding-right: 40px; */
}

@media (max-width: 1590px) {
  .container-fluid {
    max-width: 1280px;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1366px) {
  .container-fluid {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 960px) {
  .container-fluid {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .container-fluid {
    max-width: 460px;
  }
}

.btn {
  font-size: 18px;
  text-transform: uppercase;
  /* background: var(--kanye-gold-color); */
  color: var(--kanye-default-color);
  border-radius: 0;
}

.btn:hover, 
.btn:focus {
  background: var(--kanye-darkgold-color);
  color: var(--kanye-default-color);
  outline: none !important;
}

.overflow {
}

@media (max-width: 767px) {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    display: none !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
    display: none !important;
  }
}

@media (min-width: 1200px) {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .fx-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.gray {
  background: #f0f0f0;
}

.gb {
  background: #f8f8f8;
  margin-top: 80px !important;
}

.mt50 {
  margin-top: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.button {
  padding: 15px;
  font-family: "TT Norms", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button--blue {
  background: #4a87c7;
}

.button--blue:hover {
  background: #575757;
  color: #fff;
}

.address {
  position: relative;
  padding-left: 26px;
  display: table;
  font-size: 20px;
  color: #f0f0f2;
}

.address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 16px;
  background-image: url("/local/templates/scandia.life.mainpage/dist/img/ico/address.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.address + .address {
  margin-top: 19px;
}

.main-header {
  color: #f0f0f2;
  padding: 25px 20px;
  font-size: 16px;
  /* position: absolute; */
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 990;
  transition: 0.2s;
}

@media (min-width: 1701px) {
  .main-header {
    padding: 25px 185px;
  }
}

@media (max-width: 1199px) {
  .main-header {
    padding: 10px 10px;
  }
}

@media (max-width: 480px) {
  .main-header {
    padding: 10px;
  }
}

.main-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header__wrapper img {
  width: 100%;
}

@media (max-width: 640px) {
  .main-header__wrapper img {
    width: 100px;
  }
}

.main-header__logo {
  display: flex;
  align-items: center;
  position: relative;
  width: 160px;
}

@media (max-width: 1441px) {
  .main-header__logo {
    width: 120px;
  }
}

.main-header__logo-default {
  visibility: visible;
}

.main-header.f-nav .main-header__logo-default {
}

.main-header__logo-nav {
  visibility: hidden;
}

.main-header.f-nav .main-header__logo-nav {
  visibility: visible;
}

.main-header__logo-default,
.main-header__logo-nav {
  width: 100%;
  position: absolute;
  left: 0;
}

.main-header__left {
  display: flex;
}

.main-header.f-nav {
  background: var(--kanye-gray-color);
  padding-top: 7px;
  padding-bottom: 7px;
}

.main-header.f-nav .main-header__callback-button {
  background: var(--redesign-beige-color);
  font-weight: 500;
}
.main-header.f-nav .main-header__callback-button:hover,
.main-header.f-nav .main-header__callback-button:focus {
  background: var(--kanye-darkgold-color);
  color: var(--kanye-default-color);
}
.main-header.f-nav .main-header__logo {
  width: 120px;
}

.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

ul.main-nav__list {
  display: flex;
}
div.list__child_container{
  position: absolute;
  /* width: 170%; */
  bottom: auto;
  /* left: -35%; */
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
}
ul.main-nav__list__child {
  position:relative;
  display: grid!important;
  background-color: #fff;
  margin-top: 15px;
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  gap: 6px;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
}
.list__child_roctangle{
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  transform: rotate(45deg);
}

.main-nav__item--sub .list__child_container {
  transform: initial;
  right: -210px;
  top: -21px;
  left: initial;
  bottom: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  
}

.main-nav__item--sub .list__child_container ul {
  margin-top: 0;
  width: 280px;
  margin-left: 100px;
}

.main-nav__item_parent.main-nav__item--sub:hover > div.list__child_container{
  display: grid!important;
}

.main-nav__item{
  position: relative;
}
.main-nav__item:hover > a {
  text-decoration: underline;
}
.main-nav__item--bold {
  font-weight: 500;
}
.main-nav__item_parent:hover > div.list__child_container{
  display: grid!important;
}
.main-nav__list__child .main-nav__item {
  padding: 0;
}
.main-nav__list__child a.main-nav__link{
  color: var(--kanye-default-color)!important;
  padding: 4px;
  display: inline-block;
  width: 100%;
  /* text-decoration: underline; */
}
/* .main-nav__list__child .main-nav__item:hover li > a {
  font-weight: 500;
} */

@media (max-width: 768px) {
  .main-header {
    width: 100%;
  }
  .main-nav__item{
    position: inherit;
  }
  .main-nav__item svg{
    margin-left: 15px;
    transform: rotate(180deg);
  }
  .main-nav__item_parent svg{
    margin-left: 0px;
    margin-right: 15px;
    transform: rotate(0deg);
  }
}

.main-header__alt {
  background: #fff;
  border-bottom: 1px solid #c6c6c6;
  position: fixed;
}

.main-header__alt .main-header__chose-city {
  color: #fff;
  background: url("/local/templates/scandia.life.mainpage/dist/img/icon-map-b.png")
    no-repeat left center;
}


.main-nav__link:hover,
.main-nav__link:focus,
.main-header__callback-phone:hover,
.main-header__callback-phone:focus {
  color: var(--kanye-gold-color);
}

.main-header.f-nav .main-nav__link,
.main-header.f-nav .main-header__callback-phone {
  color: var(--kanye-default-color);
}
.main-header.f-nav .main-nav__link:hover,
.main-header.f-nav .main-header__callback-phone:hover {
  color: var(--kanye-darkgold-color);
}

.main-header.f-nav .menu-mobile__menu .main-nav__link {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .main-header.f-nav .main-nav__link,
  .main-header.f-nav .main-nav__link:focus,
  .main-header.f-nav .main-nav__link:hover {
    color: #ffffff;
  }
}

.main-header__alt .main-nav__link,
.main-header__alt .main-header__callback-phone {
  color: #585858;
}

.main-nav__item--burger .menu-mobile__line {
  height: initial;
}

@media (max-width: 1590px) {
  .main-nav__item--burger .menu-mobile__line span {
    top: 3px;
  }
}

.main-nav__item--burger .menu-mobile__line span {
  top: 4px;
}

.main-header__center .main-nav__list > .main-nav__item {
  position: relative;
}

.main-header__alt .main-header__phone {
  color: #585858;
}

.main-header__alt .main-header__col-2 .main-header__chose-city {
  color: #585858;
}

@media (max-width: 1199px) {
  .custom_col-sm-6 {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .main-header .container-fluid:before {
    content: none;
  }
}

@media (max-width: 1199px) {
  .main-header .container-fluid:after {
    content: none;
  }
}

.main-header__col-1 {
  float: left;
}

@media (max-width: 768px) {
  .main-header__col-1 {
    width: 100%;
  }
  body .main-header__col-1 img {
    width: 90% !important;
    max-width: 124px;
  }
}
@media (max-width: 600px) {
  .main-header__col-1 {
    width: 100%;
  }
  body .main-header__col-1 img {
    width: 70% !important;
    height: 70%;
    max-width: 100px;
  }
}

.main-header__col-2 {
  position: absolute;
  right: 0;
  float: right;
  margin-top: 13px;
}

@media (max-width: 768px) {
  .main-header__col-2 {
    display: none;
  }
}

.main-header__col-3 {
  text-align: center;
  margin-right: 500px;
}

@media (max-width: 1440px) {
  .main-header__col-3 {
    margin-right: 470px;
  }
}

@media (max-width: 1366px) {
  .main-header__col-3 {
    margin-right: 400px;
  }
}

@media (max-width: 768px) {
  .main-header__col-3 {
    display: none;
  }
}

.main-header__chose-city {
  position: relative;
  margin-right: 20px !important;
  padding-left: 20px !important;
  font-size: 18px;
  line-height: 20px;
  background: url("/local/templates/scandia.life.mainpage/dist/img/icon-map.png")
    no-repeat left center;
  background-size: 13px;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .main-header__chose-city {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .main-header__chose-city {
    padding-left: 27px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .main-header__chose-city {
    padding-left: 27px;
    margin-bottom: 15px;
  }
}

.main-header__chose-city.open li > .main-header__city-list {
  display: block !important;
  color: #fff;
}

.main-header__city-list {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
  display: none !important;
  min-width: 160px;
  margin-left: -5px !important;
  padding: 10px 10px 14px 25px !important;
  background: #4a87c7;
}

.main-header__city-list.open {
  display: block !important;
}

.main-header__city-list.open > .main-header__city-list {
  display: block;
}

.main-header__city-selected {
  position: relative;
}

.main-header__city-selected:hover::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  width: 16px;
  height: 20px;
  background: url("/local/templates/scandia.life.mainpage/dist/img/icon-map.png")
    no-repeat left center;
  background-size: 13px;
}

.main-header__phone {
  margin-right: 25px;
  position: relative;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .main-header__phone {
    padding-left: 25px;
  }
}

@media (max-width: 1199px) {
  .main-header__phone:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.23009 10.6357C4.80821 12.5222 6.70792 14.0075 8.87618 15.0584C9.70171 15.4496 10.8057 15.9138 12.0357 15.9934C12.112 15.9967 12.1849 16 12.2612 16C13.0867 16 13.7498 15.7149 14.2902 15.1281C14.2935 15.1247 14.3001 15.1181 14.3035 15.1115C14.4957 14.8794 14.7146 14.6705 14.9433 14.4484C15.0991 14.2992 15.2583 14.1434 15.4108 13.9843C16.117 13.2482 16.117 12.3133 15.4042 11.6005L13.4116 9.60796C13.0735 9.25653 12.669 9.07087 12.2446 9.07087C11.8202 9.07087 11.4124 9.25653 11.0643 9.60464L9.87742 10.7915C9.76802 10.7286 9.65529 10.6722 9.5492 10.6191C9.41659 10.5528 9.29392 10.4898 9.18451 10.4202C8.1037 9.73394 7.12234 8.83879 6.18409 7.68835C5.70999 7.08827 5.39172 6.58433 5.16959 6.07045C5.48123 5.78864 5.77298 5.49358 6.05479 5.20514C6.15425 5.10236 6.25703 4.99959 6.35981 4.89681C6.71787 4.53875 6.91016 4.12433 6.91016 3.70327C6.91016 3.28222 6.72118 2.8678 6.35981 2.50974L5.37182 1.52176C5.25578 1.40572 5.14638 1.293 5.03365 1.17696C4.81484 0.951513 4.58608 0.719436 4.36063 0.510568C4.01915 0.175715 3.61799 0 3.19362 0C2.77257 0 2.36809 0.175715 2.01334 0.513883L0.773392 1.75383C0.3225 2.20472 0.0672157 2.75176 0.0141696 3.385C-0.0488226 4.17737 0.0970542 5.01948 0.475007 6.0373C1.0552 7.6121 1.93046 9.07418 3.23009 10.6357ZM0.823122 3.45462C0.862907 3.01368 1.03199 2.64567 1.35027 2.32739L2.58359 1.09407C2.77588 0.908413 2.98807 0.812267 3.19362 0.812267C3.39586 0.812267 3.60141 0.908413 3.79039 1.1007C4.01252 1.30626 4.22139 1.52176 4.44683 1.75052C4.55956 1.86656 4.67559 1.98259 4.79163 2.10195L5.77962 3.08993C5.98517 3.29548 6.09126 3.50435 6.09126 3.7099C6.09126 3.91546 5.98517 4.12433 5.77962 4.32988C5.67684 4.43266 5.57406 4.53875 5.47128 4.64152C5.16295 4.95317 4.87452 5.24824 4.55624 5.53005C4.54961 5.53668 4.54629 5.53999 4.53966 5.54662C4.26449 5.8218 4.30759 6.08371 4.37389 6.28264C4.37721 6.29258 4.38053 6.29921 4.38384 6.30916C4.63912 6.9225 4.99387 7.50601 5.54754 8.20224C6.54215 9.42893 7.58981 10.3804 8.74356 11.1131C8.88613 11.206 9.03863 11.2789 9.18119 11.3518C9.31381 11.4182 9.43648 11.4811 9.54589 11.5508C9.55915 11.5574 9.56909 11.564 9.58236 11.5707C9.69176 11.627 9.79786 11.6535 9.90395 11.6535C10.1692 11.6535 10.3416 11.4845 10.3979 11.4281L11.6379 10.1881C11.8302 9.99586 12.0391 9.89308 12.2446 9.89308C12.4966 9.89308 12.7021 10.0489 12.8314 10.1881L14.8306 12.184C15.2284 12.5818 15.2251 13.0128 14.8207 13.4339C14.6814 13.5831 14.5355 13.7257 14.3797 13.8748C14.1476 14.1003 13.9056 14.3324 13.6868 14.5943C13.3055 15.0054 12.8513 15.1977 12.2645 15.1977C12.2081 15.1977 12.1485 15.1944 12.0921 15.191C11.0047 15.1214 9.99346 14.6971 9.23424 14.3357C7.17207 13.3378 5.36188 11.9221 3.86001 10.1252C2.62337 8.63655 1.79121 7.25072 1.24086 5.76544C0.899376 4.85371 0.770076 4.12101 0.823122 3.45462Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}

.main-header__callback-phone.visible-lg {
  font-size: 20px;
  font-weight: 500;
}

.main-header__callback-button {
  padding: 10px 20px;
  height: 50px;
  width: 210px;
  background: var(--redesign-beige-color);
  color: var(--kanye-default-color);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex !important;
  border-radius: 5px;
  margin-right: 20px;
}

@media (max-width: 640px) {
  .main-header__callback-button {
    padding: 5px 25px !important;
    height: 36px !important;
    width: auto !important;
    font-size: 16px !important;
    display: none !important;
  }
}

@media (max-width: 1700px) {
  .main-header__callback-button {
    font-size: 16px;
    width: 150px;
    margin-right: 20px;
  }
}

.main-header__callback-button:hover,
.main-header__callback-button:focus {
  background: var(--kanye-darkgold-color);
  color: var(--kanye-default-color);
}
/* 
@media (max-width: 1441px) {
  .main-header__callback-button {
    padding: 9px 25px;
  }
} */

.main-nav {
  display: flex;
  align-items: center;
  /* margin-left: 70px; */
}

@media (max-width: 1828px) {
  .main-nav {
    /* margin-left: 20px; */
  }
}



@media (max-width: 1199px) {
  .main-nav {
    margin-left: 0;
  }
}

@media (max-width: 1280px) {
  .nav-burger {
    display: block !important;
  }

  .menu-mobile .hidden-lg {
    display: block !important;
  }

  
}

@media (min-width: 1200px) {
  .js-nav-burger.nav-burger.hidden-lg {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .main-nav {
    display: none !important;
  }

  ul.main-nav__list {
    flex-direction: column;
  }
}

.main-header.f-nav .main-nav {
  /* margin-left: 110px; */
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .main-nav__list {
    /* display: -webkit-box !important; */
    /* display: -ms-flexbox !important; */
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-nav__item {
  padding: 16px 10px;
  display: inline-block;
  font-size: 17px; 
}

@media (max-width: 1760px) {
  .main-nav__item {
    padding: 16px 5px;
  }
}

@media (max-width: 1600px) {
  .main-nav__item {
    font-size: 16px; 
    padding: 16px 15px;
  }

  .main-header__center .main-nav__list > .main-nav__item {
    padding: 41px 15px;
  }
}

@media (max-width: 15000px) {
  .main-header__center .main-nav__list > .main-nav__item {
    padding: 41px 10px;
  }
}

.main-nav__item.main-nav__item_parent:hover .second_menu_container {
  visibility: visible;
  opacity: 1;
}

.js-second-burger:hover .second_menu_container {
  visibility: visible;
  opacity: 1;
}

/* .child_menu .main-nav__item {
  padding: 16px 15px;
} */

/* @media (max-width: 1199px) {
  .main-nav__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    bottom: 0;
    left: 50%;
    height: 1px;
    background: #639cca;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1199px) {
  .main-nav__item:last-child:before {
    content: none;
  }
} */

.main-nav__link-arrow--reverse {
  transform: rotate(180deg);
  transform-origin: center;
}

@media (max-width: 600px) {
  .main-nav__item {
    font-size: 16px;
    font-weight: 600;
  }
 
}

.menu-mobile {
  /*display: none;*/
  position: fixed;
  left: 50vw;
  top: 0;
  width: 100vw;
  background: #3c83bd;
  z-index: 1001!important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}

.menu-mobile.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-mobile__wrapper {
  width: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px 0 20px;
}

.menu-mobile__logo {
  width: 120px;
}
.menu-mobile__wrapper a.main-header__callback-button{
  margin-top: 25px;
  width: 90%;
  text-align: center;
  font-size: 18px;
}
.menu-mobile__socials {
  margin-top: 25px;
}

.menu-mobile__menu {
  margin-top: 30px;
  width: 100%;
}

svg.geolink__button {
  transform: rotate( 46deg);
  margin-right: 5px;
  margin-right: 5px;
}

.menu-mobile__menu .main-nav__item {
  text-align: left;
}

.city_name {
  color: #fff;
  font-size: 22px;
  margin-top: 7vh;
}

.menu-mobile__copyright {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 30px;
  grid-template-areas:
      ". ."
      ". .";
  margin-top: 40px;
  color: #ffffff;
}

@media (max-width: 480px) {
  .menu-mobile__copyright {
    display: block;
    text-align: center;
  }
}

.menu-mobile__copyright a {
  color: #ffffff;
}

.menu-mobile__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .menu-mobile__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu-mobile__tab {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 72px;
}

@media (max-width: 768px) {
  .menu-mobile__tab {
    height: 60px;
    padding-top: 16px;
    padding-bottom: 15px;
  }
}

.menu-mobile__tab .header__city {
  padding-left: 10px;
  margin-left: 80px;
  width: 100%;
}

.menu-mobile__tab .header__city:after {
  content: "";
  height: 7px;
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 8px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 8 5' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg transform='matrix(1,0,0,1,-6166.3,-135.849)'%3E%3Cg transform='matrix(0.774818,0,0,1.4532,3179.18,18.8917)'%3E%3Cg transform='matrix(4.8861e-18,0.0425456,-0.0770907,2.51684e-18,3859.76,83.7497)'%3E%3Cpath d='M0,-18.311C-0.001,-18.315 -0.007,-18.319 -0.012,-18.321L-53.059,-71.37C-58.49,-76.8 -67.294,-76.801 -72.723,-71.372C-78.154,-65.94 -78.154,-57.135 -72.723,-51.707L-29.494,-8.479L-72.723,34.753C-78.154,40.177 -78.154,48.982 -72.723,54.418C-70.007,57.13 -66.45,58.49 -62.892,58.49C-59.333,58.49 -55.773,57.13 -53.059,54.418L-0.012,1.365C-0.007,1.361 -0.001,1.361 0,1.359C2.717,-1.36 4.074,-4.922 4.074,-8.479C4.074,-12.038 2.717,-15.596 0,-18.311' style='fill:rgb(41,43,58);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .menu-mobile__tab .header__city {
    margin-left: 26px;
  }
}

.menu-mobile__tab .block-search {
  margin-left: 36px;
  width: 100%;
  margin-right: 63px;
}

@media (max-width: 768px) {
  .menu-mobile__tab .block-search {
    margin-right: 16px;
    margin-left: 17px;
  }
}

.menu-mobile__tab .block-search:after {
  bottom: 9px;
  right: 0;
  position: absolute;
}

.menu-mobile__tab.open {
  margin-bottom: 190px;
}

@media (max-width: 768px) {
  .menu-mobile__tab.open {
    margin-bottom: 260px;
  }
}

.menu-mobile__tab-list {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  background: #3c83bd;
  padding-left: 76px;
  padding-right: 76px;
  width: 200%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 37px;
  padding-bottom: 37px;
  max-height: 183px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .menu-mobile__tab-list {
    width: 100%;
    max-height: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 28px;
    padding-bottom: 20px;
    top: 60px;
  }
}

.menu-mobile__tab-list li {
  width: 50%;
  white-space: nowrap;
}

.menu-mobile__tab-list li a {
  text-decoration: none;
}

.menu-mobile__tab-list li a:hover {
  text-decoration: underline;
}

.menu-mobile__tab-list.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-mobile__tab.city {
  background: #3c83bd;
}

.menu-mobile__tab.city.open {
  background: #3c83bd;
}

@media (max-width: 768px) {
  .menu-mobile__tab.city.open {
    margin-bottom: 200px;
  }
}

.menu-mobile__tab.search {
  background: #fff;
  margin-bottom: 164px;
}

@media (max-width: 991px) {
  .menu-mobile__tab.search {
    margin-bottom: 43px;
  }
}

@media (max-width: 768px) {
  .menu-mobile__tab.search {
    margin-bottom: 37px;
  }
}

@media (max-width: 991px) {
  .menu-mobile__tab.search.open {
    margin-bottom: 180px;
  }
}

@media (max-width: 768px) {
  .menu-mobile__tab.search.open {
    margin-bottom: 180px;
  }
}

.menu-mobile__tab.search .menu-mobile__tab-list {
  left: auto;
  right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .menu-mobile__tab.search .menu-mobile__tab-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu-mobile__tab.search .menu-mobile__tab-list .input-search {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(100% - 100px);
  height: 40px;
}

@media (max-width: 768px) {
  .menu-mobile__tab.search .menu-mobile__tab-list .input-search {
    width: 100%;
    margin-bottom: 20px;
  }
}

.menu-mobile__tab.search .menu-mobile__tab-list.open {
  background: #fff;
}

.menu-mobile__tab.search .elem-btn {
  width: 74px;
}

@media (max-width: 768px) {
  .menu-mobile__tab.search.open {
    margin-bottom: 140px;
  }
}

.menu-mobile__list {
  padding: 0 76px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfe1;
}

@media (max-width: 768px) {
  .menu-mobile__list {
    padding: 0 15px 3px;
    border-bottom: none;
    position: relative;
  }
  .menu-mobile__list:before {
    content: "";
    width: 288px;
    height: 1px;
    background: #dfdfe1;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.menu-mobile .menu-footer:nth-child(2) .menu-footer__item.open {
  margin-bottom: 92px;
}

.menu-mobile .menu-footer:nth-child(3) .menu-footer__item.open {
  margin-bottom: 10px;
}

.menu-mobile .menu-footer:nth-child(3) .menu-footer__item.open a {
  color: #292b3a;
}

.menu-mobile .menu-footer:nth-child(3) .menu-footer__item:before {
  content: none;
}

.menu-mobile .menu-footer:nth-child(4) .menu-footer__list-level.open {
  max-height: 110px;
}

.menu-mobile .menu-footer:nth-child(4) .menu-footer__item.open {
  margin-bottom: 98px;
}

@media (max-width: 768px) {
  .menu-mobile .menu-footer:nth-child(4) .menu-footer__item.open {
    margin-bottom: 150px;
  }
}

.menu-mobile .menu-footer:last-child .menu-footer__item.open {
  margin-bottom: 10px;
}

.menu-mobile .menu-footer:last-child .menu-footer__item.open a {
  color: #292b3a;
}

.menu-mobile .menu-footer:last-child .menu-footer__item:before {
  content: none;
}

.menu-mobile__line {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  /* top: 26px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-mobile__line span {
  display: block;
  background: #fff;
  width: 18px;
  height: 2px;
  position: relative;
  top: 18px;
  left: 0;
}

.menu-mobile__line span + span {
  margin-top: 3px;
}


.menu-mobile__line span {
  background: #fff;
}

.main-header__alt .menu-mobile__line span,
.f-nav .menu-mobile__line span {
  background: var(--kanye-default-color);
}


.f-nav .menu-mobile__line--white span {
  background: #fff;
}

.main-header__alt .menu-mobile__line--white span {
  background: #fff;
}

.menu-mobile .menu-footer__list-level {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 123px;
  padding-left: 32px;
  position: absolute;
  background: #fff;
  z-index: 999;
  top: 29px;
  width: calc(100vw - 55px);
}

@media (max-width: 768px) {
  .menu-mobile .menu-footer__list-level {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: inherit;
  }
}

.menu-mobile .menu-footer__list-level.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-mobile .menu-footer__list-level .menu-footer__item {
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 45px;
}

.menu-mobile .menu-footer__list-level .menu-footer__item:before {
  content: none;
}

.menu-mobile .menu-footer__list-level .menu-footer__link {
  font-size: 18px;
  color: #202020 !important;
  font-weight: normal;
  z-index: 1;
}

.menu-mobile .menu-footer__item {
  font-size: 18px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

@media (max-width: 768px) {
  .menu-mobile .menu-footer__item {
    margin-bottom: 21px;
  }
}

.menu-mobile .menu-footer__item .menu-footer__img {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  top: 7px;
  right: 10px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  z-index: 2;
}

.menu-mobile .menu-footer__item.open {
  margin-bottom: 123px;
}

@media (max-width: 768px) {
  .menu-mobile .menu-footer__item.open {
    margin-bottom: 425px;
  }
}

.menu-mobile .menu-footer__item.open .menu-footer__link {
  color: #fff;
}

.menu-mobile .menu-footer__item.open .menu-footer__img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5px;
}

.menu-mobile .menu-footer__link {
  font-size: 18px;
  z-index: 1;
}

.menu-mobile .menu-footer-main {
  padding: 40px 76px;
}

@media (max-width: 768px) {
  .menu-mobile .menu-footer-main {
    padding: 15px 17px;
  }
}

.menu-mobile .menu-footer-main .menu-footer-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 300px;
}

@media (max-width: 768px) {
  .menu-mobile .menu-footer-main .menu-footer-main__list {
    max-height: inherit;
    margin-top: 14px;
  }
}

.menu-mobile .menu-footer-main .menu-footer-main__item {
  margin-bottom: 14px;
}

.menu-mobile .menu-footer-main .menu-footer-main__link {
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  color: #202020;
  padding-right: 30px;
  position: relative;
  line-height: 1;
}

.menu-mobile .menu-footer-main .menu-footer-main__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 8px;
  right: 9px;
  top: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-mobile__cross {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}

.menu-mobile__cross-icon {
  width: 34px;
  height: 34px;
  right: 0;
  left: unset;
  top: -18px;
}

.nav-burger {
  width: 48px;
  height: 48px;
  position: relative;
}

@media (max-width: 991px) {
  .nav-burger {
    right: -5px;
    top: 0;
  }
}

@media (max-width: 768px) {
  .nav-burger {
    right: 0;
    top: 0;
  }
}

@media (max-width: 480px) {
  .nav-burger {
    position: relative;
  }
}

.nav-burger * {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.main-slider {
  height: 80vh;
  /*margin-bottom: 50px;*/
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .main-slider {
    height: 316px;
  }
}

.main-slider__slide {
  height: 80vh;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .main-slider__slide {
    height: 316px;
  }
}

.main-slider__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.09); */
  background: rgba(0, 0, 0, 0.03);
}

.main-slider .slick-arrow {
  position: absolute;
}

.main-slider__slide-table {
  display: table;
  width: 100%;
}

.main-slider__slide-inner {
  position: relative;
  z-index: 2;
  padding-top: 84px;
  padding-bottom: 84px;
  text-align: center;
  display: table-cell;
  height: 80vh;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .main-slider__slide-inner {
    height: 316px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

@media (max-width: 600px) {
  .main-slider__slide-inner {
    height: 316px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 82px;
  }
}

.main-slider__label {
  background: none;
  display: inline-block;
  position: relative;
  padding: 7px 50px;
  margin-bottom: 70px;
}

@media (max-width: 1366px) {
  .main-slider__label {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .main-slider__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 295px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 25px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .main-slider__label {
    margin-top: 20px;
  }
}

.main-slider__label span {
  position: relative;
  z-index: 2;
  color: var(--kanye-brown-color);
  font-size: 21px;
}

@media (max-width: 1366px) {
  .main-slider__label span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .main-slider__label span {
    font-size: 14px;
  }
}

.main-slider__label:after {
  content: " ";
  background-color: var(--kanye-gold-color);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  left: 17px;
  z-index: 1;
  -webkit-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  -webkit-transition: background-color 124ms linear;
  transition: background-color 124ms linear;
}

.main-slider__big {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #f0f0f2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .main-slider__big {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .main-slider__big {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .main-slider__big {
    font-size: 18px;
    line-height: 1.4;
  }
}

.main-slider__under-text {
  /*font-size: 30px;*/
  font-size: 24px;
  /*font-style: italic;*/
  color: white;
  font-family: "TT Norms", sans-serif;
}

@media (max-width: 1366px) {
  .main-slider__under-text {
    /*font-size: 24px;*/
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .main-slider__under-text {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .main-slider__under-text {
    font-size: 14px;
    line-height: 1.2;
  }
}

.main-slider__controls {
  color: #f0f0f2;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
}
.main-news_slider__controls {
  color: #f0f0f2;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
}
.flats-slider__controls {
  color: #f0f0f2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 1366px) {
  .main-slider__controls {
    font-size: 20px;
  }
  .news_slider__controls {
    font-size: 20px;
  }
  .flats-slider__controls {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .main-slider__controls {
    bottom: 23px;
  }
  .news_slider__controls {
    bottom: 23px;
  }
  .flats-slider__controls {
    bottom: 23px;
  }
}

.main-slider__controls-prev {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url(/local/templates/scandia.life.mainpage/dist/img/icon-prev.png)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-right: 10px;
  vertical-align: middle;
}
.news_slider__controls-prev {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url(/local/templates/scandia.life.mainpage/dist/img/icon-prev.png)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-right: 10px;
  vertical-align: middle;
}
.flats-slider__controls-prev {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url(/local/templates/scandia.life.mainpage/dist/img/icon-prev.png)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 1366px) {
  .main-slider__controls-prev {
    width: 30px;
  }
}

.main-slider__controls-next {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url(/local/templates/scandia.life.mainpage/dist/img/icon-next.png)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-left: 10px;
  vertical-align: middle;
}
.news_slider__controls-next {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url(/local/templates/scandia.life.mainpage/dist/img/icon-next.png)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-left: 10px;
  vertical-align: middle;
}
.flats-slider__controls-next {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url(/local/templates/scandia.life.mainpage/dist/img/icon-next.png)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 1366px) {
  .main-slider__controls-next {
    width: 30px;
  }
  .flats-slider__controls-next {
    width: 30px;
  }
}

.page-content {
  width: 100%;
}

.block-kvartals {
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .block-kvartals {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .block-kvartals--select-page {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .block-kvartals--select-page .block-kvartals__kvartal-wrapper--full {
    margin-bottom: 0;
  }
}

.block-kvartals__kvartal {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px 20px 80px;
  color: #f0f0f2;
  position: relative;
  height: 350px !important;
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal {
    height: 280px !important;
    padding: 40px 20px 20px 20px;
  }
}

@media (max-width: 1199px) {
  .block-kvartals__kvartal {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .block-kvartals__kvartal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100% !important;
  }
}

@media (max-width: 480px) {
  .block-kvartals__kvartal {
    padding: 20px 10px;
  }
}

@media (max-width: 480px) {
  .block-kvartals__kvartal .row {
    width: 100%;
  }
}

.block-kvartals__kvartal-alt {
  background-color: var(--kanye-gray-color);
  padding: 0 20px 0 101px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (max-width: 1440px) {
  .block-kvartals__kvartal-alt {
    padding: 20px 40px 20px 75px;
  }

  .block-kvartals__kvartal-alt.right {
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 1200px) {
  .block-kvartals__kvartal-alt.right {
    display: block;
  }
  .block-kvartals__kvartal-alt.right > div + div {
    margin: 30px 0 0;
  }

  .block-kvartals__kvartal-alt.right .block-kvartals__kvartal-more {
    margin-top: 0;
  }

}



.block-kvartals__kvartal-alt.no-bg:before {
  content: none;
}

.block-kvartals__kvartal-wrapper {
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .block-kvartals__kvartal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .block-kvartals__kvartal-wrapper + .block-kvartals__kvartal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-wrapper--full .col-lg-6 {
    padding: 0;
  }
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-wrapper--full .block-kvartals__kvartal-alt {
    height: 100% !important;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-wrapper--full .block-kvartals__kvartal-alt {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .block-kvartals__kvartal-wrapper--full .block-kvartals__kvartal-alt {
    padding: 30px 15px 30px 15px;
  }
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-wrapper--full
    .block-kvartals__kvartal-alt
    .block-kvartals__kvartal-icon-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.block-kvartals__kvartal-wrapper--full .block-kvartals__kvartal-alt .col-sm-12 {
  padding: 0;
}

.block-kvartals__kvartal-wrapper--full
  .block-kvartals__kvartal-row
  .block-kvartals__kvartal-more {
  padding-right: 61px;
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-wrapper--full
    .block-kvartals__kvartal-row
    .block-kvartals__kvartal-more {
    padding-right: 61px;
  }

  .block-kvartals__kvartal-row {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 0 20px;
  }
}

@media (max-width: 1199px) {
  .block-kvartals__kvartal-wrapper--full
    .block-kvartals__kvartal-row
    .block-kvartals__kvartal-more {
    min-width: 280px;
  }
}

@media (max-width: 480px) {
  .block-kvartals__kvartal-wrapper--full
    .block-kvartals__kvartal-row
    .block-kvartals__kvartal-more {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    max-width: none;
  }

 
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-wrapper--full .block-kvartals__icon {
    margin-right: 15px;
    min-width: 80px;
  }
}

.block-kvartals__kvartal-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 45px;
  padding-left: 25px;
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-title {
    margin-top: 50px;
    margin-bottom: 36px;
    padding-left: 20px;
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-title {
    padding-left: 0;
  }
}

.block-kvartals__kvartal-title-alt {
  padding-left: 0;
  margin-bottom: 42px;
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-title--default {
    margin-top: 0;
  }
}

.block-kvartals__kvartal-btn {
  background: inherit;
  font-size: 13px;
  padding: 8px 12px;
  background: var(--kanye-gold-color);
}

.block-kvartals__kvartal-vid {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}

.block-kvartals__kvartal-vid:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: url("/local/templates/scandia.life.mainpage/dist/img/cam.png")
    no-repeat;
  width: 20px;
  height: 10px;
}

.block-kvartals__kvartal-vid:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 32px;
  border: 1px dashed #fff;
  width: calc(100% - 32px);
  height: 1px;
}

.block-kvartals__kvartal-vid:hover {
  color: var(--kanye-gold-color);
}

.block-kvartals__kvartal-more {
  display: block;
  padding-left: 25px;
  margin: 15px 0;
  text-align: left;
  background: var(--kanye-brown-color)
    url(dist/img/icon-arrow-right.png)
    no-repeat 95% 50%;
  background-size: 9px;
  text-transform: none;
  color: #ffffff;
}

.block-kvartals__kvartal-more:hover {
  background: var(--kanye-darkgold-color)
  url(dist/img/icon-arrow-right-black.png)
  no-repeat 95% 50%;
  background-size: 9px;
  color: var(--kanye-default-color);
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-more {
    font-size: 14px;
  }
}

.block-kvartals__kvartal-feature-alt {
  overflow: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-kvartals__kvartal-feature-alt .block-kvartals__kvartal-icon-text {
  font-size: 18px;
  color: #575757;
  line-height: 21px;
}

@media (max-width: 480px) {
  .block-kvartals__kvartal-feature + .block-kvartals__kvartal-feature {
    margin: 20px 0 0;
  }
}

.block-kvartals__kvartal-icon {
  width: 55px;
  font-size: 36px;
  float: left;
  margin-right: 15px;
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-icon {
    width: 44px;
    font-size: 30px;
    line-height: 45px;
  }
}

.block-kvartals__kvartal-icon img {
  max-width: 100%;
  filter: contrast(0) brightness(5);
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .block-kvartals__kvartal-icon img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  .block-kvartals__kvartal-digit {
    -webkit-filter: invert(0);
    filter: invert(0);
    color: #fff;
  }
}
@media (max-width: 600px) {
  .block-kvartals__kvartal-icon img {
    max-width: 90%;
  }
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-icon-text {
    font-size: 14px;
  }
}

.block-kvartals__kvartal-adress {
  color: #575757;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .block-kvartals__kvartal-adress {
    font-size: 20px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-adress {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.block-kvartals__kvartal-text {
  color: #575757;
  font-size: 18px;
  line-height: 28px;
  /* margin-bottom: 24px; */
  padding-right: 45px;
}

@media (max-width: 1440px) {
  .block-kvartals__kvartal-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.block-kvartals__kvartal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  gap: 0 50px;
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 100%;
    gap: 0;
  }
}

.block-filter__prelim
  .block-kvartals__kvartal-row
  .block-kvartals__kvartal-more {
  margin-bottom: 0;
  padding: 11px 88px 12px 17px;
  max-width: 288px;
  margin-top: 14px;
}

@media (max-width: 768px) {
  .block-kvartals__kvartal-row .block-kvartals__kvartal-more {
    margin-bottom: 10px;
  }
}

/* .block-kvartals__kvartal-row {
  margin-left: 30px;
} */

@media (max-width: 768px) {
  .block-kvartals__kvartal-row
    .block-kvartals__kvartal-more
    + .block-kvartals__kvartal-more {
    margin-left: 0;
  }
}

.block-kvartals__kvartal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.block-kvartals__icon {
  margin-right: 20px;
}

.block-kvartals__icon img {
  max-width: 100%;
  width: 50px;
  height: auto;
}

@media (max-width: 1024px) {
  .block-kvartals__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-kvartals__row.gray {
  background: #f0f0f0;
}

.block-kvartals__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1366px) {
  .block-kvartals__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .block-kvartals__wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 1366px) {
  .block-kvartals__wrapper .h2 {
    font-size: 27px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .block-kvartals__wrapper .h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .block-kvartals__wrapper h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .block-kvartals__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-kvartals__tabs {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.block-kvartals__tabs .nav-tabs li:first-of-type {
  margin-left: 0;
}

.block-kvartals__tabs .nav-tabs li a {
  padding-top: 0;
}

.block-kvartals__tabs-u {
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1366px) {
  .block-kvartals__tabs-u {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .block-kvartals__tabs-u {
    margin-bottom: 30px;
  }
}

.block-kvartals__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 94px;
}

@media (max-width: 480px) {
  .block-kvartals__labels {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .block-kvartals__one-zhk {
    padding: 20px 20px 20px 50px;
    height: 280px !important;
  }
}

.block-kvartals__label {
  background: none;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
}

.block-kvartals__label + .block-kvartals__label {
  margin-left: 44px;
}

@media (max-width: 480px) {
  .block-kvartals__label + .block-kvartals__label {
    margin-left: 0;
    margin-top: 15px;
  }
}

.block-kvartals__label span {
  position: relative;
  z-index: 2;
  color: var(--kanye-default-color);
  font-size: 18px;
}

.block-kvartals__label::before {
  content: " ";
  background-color: var(--kanye-gold-color);
  display: inline-block;
  position: absolute;
  width: 125%;
  top: 0;
  left: -12.5%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  -webkit-transition: background-color 124ms linear;
  transition: background-color 124ms linear;
}

.block-kvartals__label:hover::before {
  background-color: var(--kanye-darkgold-color);
}

/* .block-standarts__title {
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .block-standarts__title {
        margin-top: 30px;
    }
} */

.block-standarts {
  /*margin-bottom: 100px;*/
  margin-bottom: 90px;
  background: var(--kanye-brown-color);
  color: #f0f0f2;
}

@media (max-width: 1366px) {
  .block-standarts {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .block-standarts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-standarts .row {
  margin-left: -10px;
  margin-right: -10px;
}

.block-standarts .col-xs-4 {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1366px) {
  .block-standarts .col-xs-4 {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .block-standarts .col-xs-4 {
    width: 100%;
  }
}

.block-standarts .col-xs-2 {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1366px) {
  .block-standarts .col-xs-2 {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .block-standarts .col-xs-2 {
    width: 100%;
  }
}

.block-standarts__standart {
  color: #f0f0f2;
  font-size: 18px;
  position: relative;
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .block-standarts__standart {
    height: auto;
  }
}

.block-standarts__standart-inner {
  position: absolute;
  top: 330px;
  left: 0;
  right: 0;
  padding: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1600px) {
  .block-standarts__standart-inner {
    padding: 50px 30px;
  }
}

@media (max-width: 1366px) {
  .block-standarts__standart-inner {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .block-standarts__standart-inner {
    position: static;
    padding-top: 140px;
  }
}

.block-standarts__standart-title {
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1440px) {
  .block-standarts__standart-title {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  .block-standarts__standart-title {
    font-size: 27px;
  }
}

@media (max-width: 1199px) {
  .block-standarts__standart-title {
    font-size: 24px;
  }
}

.block-standarts__standart-desc {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .block-standarts__standart-desc {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .block-standarts__standart-desc {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .block-standarts__standart-desc {
    font-size: 16px;
  }
}

.block-standarts__standart-more {
  position: relative;
  opacity: 0;
}

@media (max-width: 1366px) {
  .block-standarts__standart-more {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .block-standarts__standart-more {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .block-standarts__standart-more {
    font-size: 16px;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .block-standarts__standart-more {
    display: none;
  }
}

.block-standarts__standart:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .block-standarts__standart:before {
    background: rgba(0, 0, 0, 0.35);
  }
}

@media (max-width: 768px) {
  .block-standarts__standart:before {
    background: rgba(0, 0, 0, 0.35);
  }
}

.block-standarts__standart:hover .block-standarts__standart-inner {
  top: 0;
}

.block-standarts__standart:hover .block-standarts__standart-desc {
  font-style: italic;
}

@media (max-width: 768px) {
  .block-standarts__standart:hover .block-standarts__standart-desc {
    font-style: normal;
  }
}

.block-standarts__standart:hover .block-standarts__standart-more {
  opacity: 1;
}

.block-standarts__standart:hover:before {
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .block-standarts__standart:hover:before {
    background: rgba(0, 0, 0, 0.35);
  }
}

.block-standarts__big {
  font-size: 60px;
  line-height: 90px;
  padding: 50px 0;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .block-standarts__big {
    padding: 40px 0;
    font-size: 50px;
    line-height: 66px;
    font-weight: 800;
  }
}

@media (max-width: 991px) {
  .block-standarts__big {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .block-standarts__big {
    padding: 20px 0;
    font-size: 24px;
    line-height: 35px;
  }
}

.block-standarts__history-text {
  padding-top: 70px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}

@media (max-width: 1366px) {
  .block-standarts__history-text {
    margin-bottom: 20px;
    padding-top: 55px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .block-standarts__history-text {
    margin-bottom: 15px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .block-standarts__history-text {
    margin-bottom: 20px;
    padding-top: 0;
  }
}

.block-standarts__history-text a {
  color: inherit;
  text-decoration: underline;
}

.block-standarts__history-social-icon + .block-standarts__history-social-icon {
  margin-left: 20px;
}

.block-standarts__history-social-icon:hover img {
  filter: opacity(0.5);
}

.block-standarts__history-social-icon img {
  width: 34px;
}

@media (max-width: 768px) {
  .block-standarts__history-social {
    padding-bottom: 20px;
  }
}

.block-principles {
  margin-bottom: 100px;
}

@media (max-width: 1366px) {
  .block-principles {
    margin-bottom: 0;
  }
}

.block-principles .row {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 768px) {
  .block-principles .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-principles .row:nth-child(even) .col-sm-6:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block-principles .row:nth-child(even) .col-sm-6:last-of-type {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 480px) {
  .block-principles__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.block-principles .col-sm-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.block-principles__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  margin-bottom: 30px;
}

@media (max-width: 1366px) {
  .block-principles__image {
    min-height: 280px;
  }
}

.block-principles__principle {
  padding: 50px 0;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .block-principles__principle {
    padding: 20px 0;
  }
}

.block-principles__principle-title {
  font-size: 24px;
  color: #575757;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 1366px) {
  .block-principles__principle-title {
    font-size: 19px;
  }
}

.block-principles__principle-text {
  line-height: 28px;
}

@media (max-width: 1366px) {
  .block-principles__principle-text {
    font-size: 14px;
    line-height: 22.5px;
  }
}

.elem-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 83px;
}

@media (max-width: 1366px) {
  .elem-line {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .elem-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.elem-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  top: 50%;
  left: 0;
}

@media (max-width: 768px) {
  .elem-line:before {
    content: none;
  }
}

.elem-line__link {
  white-space: nowrap;
  padding-left: 130px;
  cursor: pointer;
  color: #4a87c7;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .elem-line__link {
    padding-left: 0;
  }
}

.block-article {
  margin-bottom: 150px;
}

@media (max-width: 1366px) {
  .block-article {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .block-article {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .block-article {
    display: none;
  }
}

.block-article__text {
  font-size: 60px;
  line-height: 89px;
  color: #474747;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1366px) {
  .block-article__text {
    font-size: 48px;
    line-height: 72px;
  }
}

@media (max-width: 1199px) {
  .block-article__text {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .block-article__text {
    font-size: 26px;
    line-height: 38px;
    text-align: center;
  }
}

.block-article__text span {
  color: #5683bf;
}

@media (max-width: 768px) {
  .block-article__more {
    padding-top: 15px;
    text-align: center;
  }
}

.block-article__more p {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 1366px) {
  .block-article__more p {
    font-size: 16px;
    line-height: 22.5px;
  }
}

.block-article__more .btn {
  max-width: 288px;
  text-transform: uppercase;
  padding: 10px 20px;
}

@media (max-width: 1366px) {
  .block-article__more .btn {
    padding: 8px 20px;
  }
}

@media (max-width: 768px) {
  .block-article__more .btn {
    max-width: 100%;
  }
}

.nav-tabs {
  border-bottom: 3px solid #4a87c7;
  border-bottom: none;
}

.nav-tabs li {
  margin-bottom: 0;
}

.nav-tabs li a {
  border: none;
  color: #b2b2b2;
  margin-right: 0;
}

.nav-tabs li a:hover {
  background-color: inherit;
  color: #575757;
}

.nav-tabs li.active {
  border-bottom: 3px solid var(--kanye-brown-color);
}

.nav-tabs li.active a {
  color: #575757;
  border: none;
}

.nav-tabs li.active a:focus {
  border: none;
}

.nav-tabs li.active a:hover {
  border: none;
}

.nav-tabs-responsive > li {
  margin-left: 45px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background: none;
}

@media (max-width: 480px) {
  .nav-tabs-responsive > li {
    margin-left: 25px;
  }
}

@media (max-width: 480px) {
  .nav-tabs-responsive > li:first-of-type {
    margin-left: 0;
  }
}

.nav-tabs-responsive > li > a {
  padding: 15px 0 5px 0;
}

.block-select {
  background: url("/local/templates/scandia.life.mainpage/dist/img/header-bg.jpg")
    no-repeat;
  background-size: cover;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
}

@media (max-width: 1199px) {
  .block-select {
    height: 62vh;
  }
}

@media (max-width: 991px) {
  .block-select {
    height: 50vh;
  }
}

@media (max-width: 768px) {
  .block-select {
    height: 40vh;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .block-select {
    height: 316px;
  }
}

.block-select__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .block-select__row {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 1366px) {
  .block-select__row {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 1199px) {
  .block-select__row {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .block-select__row {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .block-select__row {
    /*
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
*/
    font-size: 22px;
    line-height: normal;
  }
}

.block-select__row span {
  margin-right: 49px;
  cursor: pointer;
}

@media (max-width: 1366px) {
  .block-select__row span {
    margin-right: 30px;
  }
}

.block-select__select {
  position: relative;
  color: #575757;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  /* padding: 12px 24px 13px 24px; */
  padding: 12px 75px 13px 24px;
  font-weight: 600;
  width: 540px;
}

@media (max-width: 1440px) {
  .block-select__select {
    width: 440px;
  }
}

@media (max-width: 1366px) {
  .block-select__select {
    /*padding: 10px 20px 10px 20px;*/
    padding: 10px 75px 10px 20px;
    width: 320px;
  }
}

@media (max-width: 1199px) {
  .block-select__select {
    /*padding: 10px 15px;*/
    padding: 10px 75px 10px 20px;
    width: 375px;
  }
}

@media (max-width: 991px) {
  .block-select__select {
    /* padding: 0 5px 0 5px; */
    padding: 10px 75px 10px 20px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .block-select__select {
    width: 187px;
  }
}

.block-select__select.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block-select__select:before {
  content: "";
  position: absolute;
  top: 36px;
  right: 20px;
  width: 35px;
  height: 22px;
  background: url("/local/templates/scandia.life.mainpage/dist/img/down.svg")
    no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1600px) {
  .block-select__select:before {
    top: 30px;
    right: 30px;
    width: 30px;
  }
}

@media (max-width: 1366px) {
  .block-select__select:before {
    top: 28px;
    right: 20px;
    width: 20px;
  }
}

@media (max-width: 1199px) {
  .block-select__select:before {
    top: 24px;
  }
}

@media (max-width: 991px) {
  .block-select__select:before {
    /*top: 13px;*/
    width: 23px;
    height: 15px;
  }
}

@media (max-width: 480px) {
  .block-select__select:before {
    /*top: 13px;*/
    width: 18px;
    height: 15px;
  }
}

.block-select__list {
  margin: 0;
  padding: 10px 0 0;
}

.block-select__item {
  list-style: none;
  color: #575757;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 20px 20px 20px;
  margin: -5px 0 0 0;
  font-size: 85%;
}

.block-select__item:hover {
  background: #ddd;
}

@media (max-width: 991px) {
  .block-select__item {
    /* padding-left: 5px; */
  }
}

.block-select__dropdown {
  display: none;
  position: absolute;
  top: 95px;
  /* top: 65px; */
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}

@media (max-width: 1440px) {
  .block-select__dropdown {
    top: 85px;
  }
}

@media (max-width: 1366px) {
  .block-select__dropdown {
    top: 65px;
  }
}

@media (max-width: 991px) {
  .block-select__dropdown {
    top: 60px;
  }
}

.block-select__dropdown.open {
  display: block;
}

.block-visual {
  height: auto;
  margin-top: 84px;
}

.block-visual__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-visual__sections {
  position: absolute;
  top: 0;
  left: 54px;
  width: 887px;
  height: 751px;
}

.block-visual__sections__house {
  position: relative;
}

.block-visual__sections__house img.render_sections {
  width: 100%;
}

.block-visual__sections__house svg.svg_render_houses {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.block-visual__sections__house svg.svg_render_houses path.svg_house {
  stroke-width: 3;
  /* fill: transparent; */
  /* fill: transparent; */
  /* fill: #5b92cc59; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.section_hover{
  /* fill: rgb(115,102,189, 0.4)!important; */
  /* fill: #E5AF98 !important; */

}
.this.section_hover{
  /* fill: rgb(176,196,222, 0.8)!important; */
  fill: #e6b099cc !important;
}
path.svg_house.not {
  fill: transparent;
}

.block-visual__sections__house svg.svg_render_houses path.svg_house:hover {
  fill: rgba(255, 255, 255, 0.6);
}

.block-visual__sections__house svg.svg_render_houses path.svg_house_pin {
  stroke: var(--kanye-darkgold-color);
  stroke-width: 1;
  fill: rgb(97 92 92 / 80%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

/* .svg_baloon:hover path.svg_house_pin {
  fill: var(--kanye-darkgold-color) !important;
}

.svg_baloon:hover text.svg_house_number {
  fill: var(--kanye-brown-color) !important;
}

.block-visual__sections__house svg.svg_render_houses text.svg_house_number {
  font-size: 26px;
  fill: #fff;
} */

.svg_baloon:hover rect.svg_house_pin {
  fill: rgba(255, 255, 255, 0.6);
}

.block-visual__sections__house svg.svg_render_houses text.svg_house_number {
  /* font-size: 36px; */
  font-size: 18px;
  fill: black;
  text-anchor: middle;
  dominant-baseline: middle;
}

.block-visual__section {
  position: absolute;
  top: 0;
  left: 0;
}

.block-visual__section.open .block-visual__block {
  fill: rgba(255, 255, 255, 0.6);
}

.block-visual__section.open .block-visual__pin {
  display: none;
}

.block-visual__section-first {
  width: 203px;
  height: 327px;
  top: 261px;
  right: -3px;
  left: auto;
}

.block-visual__section-first .block-visual__pin {
  top: -28px;
  left: 88px;
}

.block-visual__section-first .block-visual__dropdown {
  top: -28px;
  right: -125px;
}

.block-visual__section-second {
  width: 359px;
  height: 568px;
  top: 191px;
  right: 169px;
  left: auto;
}

.block-visual__section-second .block-visual__pin {
  top: -20px;
  left: 180px;
}

.block-visual__section-second .block-visual__dropdown {
  top: -20px;
  right: -61px;
}

.block-visual__section-third {
  width: 290px;
  height: 341px;
  top: 352px;
  left: 126px;
}

.block-visual__section-fourth {
  width: 295px;
  height: 333px;
  top: 278px;
  left: 2px;
}

.block-visual__section-fourth .block-visual__pin {
  top: -10px;
  left: 100px;
}

.block-visual__section-fourth .block-visual__dropdown {
  top: -10px;
  right: -45px;
}

.block-visual__section-fifth {
  width: 253px;
  height: 347px;
  top: 58px;
  left: 192px;
}

.block-visual__section-fifth .block-visual__pin {
  top: -34px;
  left: 129px;
}

.block-visual__section-fifth .block-visual__dropdown {
  top: -34px;
  right: -116px;
}

.block-visual__block {
  fill: rgba(255, 255, 255, 0);
}

.block-visual__block:hover {
  fill: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.block-visual__pin {
  position: absolute;
  top: 0;
  left: 200px;
  background: url("/local/templates/scandia.life.mainpage/dist/img/pin.png")
    no-repeat;
  background-size: cover;
  width: 50px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}

.block-visual__pin span {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-top: -11px;
}

.block-visual__dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: -150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 240px;
  z-index: 9999;
}

.block-visual__dropdown.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-visual__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 17px;
  background: var(--kanye-brown-color);
  color: #fff;
}

.block-visual__top span {
  font-size: 36px;
  line-height: 36px;
}

.block-visual__top p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  /* margin-top: -8px; */
}

.block-visual__body {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 17px;
  margin-bottom: 5px;
}

.block-visual__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.block-visual__row:last-child {
  padding-bottom: 0;
}

.block-visual__row span {
  font-size: 36px;
  line-height: 36px;
  color: #585858;
}

.block-visual__cost {
  margin-left: 30px;
}

.block-visual__cost span {
  font-size: 18px;
  line-height: 20px;
}

.block-visual__cost p {
  margin-bottom: 0;
}

.block-visual__more {
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  background: var(--kanye-brown-color);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.block-visual__more:hover {
  color: #fff;
}

.block-visual__more:before {
  content: "";
  width: 9px;
  height: 15px;
  position: absolute;
  top: 11px;
  right: 15px;
  background: url("/local/templates/scandia.life.mainpage/dist/img/icon-arrow-right.png")
    no-repeat;
  background-size: cover;
}

.block-visual__desc {
  margin-top: 71px;
  padding-right: 86px;
}

.block-visual__desc h2 {
  font-size: 60px;
  line-height: 85px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.svg_baloon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.svg_baloon:hover path {
  fill: rgba(146, 198, 255, 0.89);
}

.svg_baloon.kvartal-u-ozera {
  opacity: 0;
}

.block-visual__desc {
  top: 105px;
  right: 135px;
  position: absolute;
}

@media (max-width: 1366px) {
  .block-visual__desc {
    right: 145px;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .block-visual__desc {
    top: 50px;
    right: 40px;
  }
}

@media (max-width: 768px) {
  .block-visual__desc {
    top: 100px;
    right: 0;
    margin-top: 0;
  }
  .block-visual {
    margin-top: 69px;
  }
}

.block-visual__desc h2 {
  padding-left: 15px;
}

@media (max-width: 1366px) {
  .block-visual__desc h2 {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (max-width: 1199px) {
  .block-visual__desc h2 {
    margin: 0;
    padding-left: 35px;
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .block-visual__desc h2 {
    margin-top: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1199px) {
  .block-visual__desc .main-slider__label {
    margin-bottom: 20px;
    padding: 5px 35px;
  }
}

@media (max-width: 768px) {
  .block-visual__desc .main-slider__label {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .block-visual__desc .main-slider__label span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .block-visual__desc .main-slider__label span {
    font-size: 8px;
    line-height: 8px;
  }
}

.block-visual__dropdown {
  margin-left: -10px;
  margin-top: -50px;
}

.block-filter {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .block-filter {
    padding-top: 55px;
    padding-left: 0;
  }
}

.block-filter__label {
  font-size: 18px;
  color: #585858;
  margin-bottom: 15px;
}

@media (max-width: 1440px) {
  .block-filter__label {
    font-size: 14px;
    line-height: 14px;
  }
}

.block-filter__label-gray {
  color: #b4b4b4;
}

.block-filter__select {
  margin-bottom: 27px;
}

@media (max-width: 1366px) {
  .block-filter__select {
    margin-bottom: 22px;
  }
}

.block-filter__select .jq-selectbox__select {
  height: 36px;
  padding: 0 45px 0 0;
  border: 1px solid #f8f8f8;
  background: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-radius: 0;
  font: inherit;
  font-size: 20px;
  line-height: 36px;
  color: #585858;
  text-shadow: none;
}

@media (max-width: 1366px) {
  .block-filter__select .jq-selectbox__select {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .block-filter__select .jq-selectbox__select {
    font-size: 18px;
  }
}

.block-filter__select-r {
  height: 50px;
  width: 388px;
  padding: 14px 20px;
  padding-right: 35px;
  border: none;
  color: #575757;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .block-filter__select-r {
    height: 36px;
    padding: 5px 20px;
    width: 100%;
  }
}

.block-filter__select .jq-selectbox__select-text {
  width: 100% !important;
}

.block-filter__select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  border-left: 0;
}

.block-filter__select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 19px;
  height: 11px;
  border: none;
  background: url("/local/templates/scandia.life.mainpage/dist/img/arrow-down.png")
    no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .block-filter__select .jq-selectbox__trigger-arrow {
    top: 18px;
    right: 12px;
    width: 12px;
    height: 8px;
  }
}

.block-mortgage .block-filter__select .jq-selectbox__trigger-arrow {
  top: 19px;
}

@media (max-width: 1366px) {
  .block-mortgage .block-filter__select .jq-selectbox__trigger-arrow {
    top: 13px;
  }
}

.block-filter__ru {
  position: relative;
  height: 50px;
  margin-bottom: 30px;
}

@media (max-width: 1366px) {
  .block-filter__ru {
    height: 36px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
  }
}

.block-filter__ru.small {
  max-width: 300px;
}

@media (max-width: 1366px) {
  .block-filter__ru.small {
    max-width: 68%;
  }
}

.block-filter__ru:before {
  content: "₽";
  font-size: 18px;
  color: #575757;
  position: absolute;
  top: 14px;
  right: 14px;
  font-weight: 500;
  width: 11px;
  height: 14px;
}

.block-filter__procent {
  position: relative;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 11px;
}

@media (max-width: 1366px) {
  .block-filter__procent {
    height: 36px;
    padding-left: 0;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .block-filter__procent {
    margin-left: unset;
  }
}

.block-filter__procent .block-filter__select-r {
  max-width: 77px;
}

.block-filter__procent:before {
  content: "%";
  font-size: 18px;
  color: #575757;
  position: absolute;
  top: 14px;
  right: 14px;
  font-weight: 500;
  width: 11px;
  height: 14px;
}

.block-filter__rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.block-filter__rooms.functions-flat {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.block-filter__room-checkbox-title {
  margin-top: 5px;
  display: block;
  width: 80%;
  text-align: left;
  margin-left: 25px;
}

@media (max-width: 1366px) {
  .block-filter__rooms {
    margin-bottom: 35px;
  }
}

.block-filter__room {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .block-filter__room {
    width: 40px;
    height: 40px;
  }
}

/*.block-filter__ccustom-checkbox input*/
.block-filter__room input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

/*.block-filter__room input:focus+.block-filter__room-text,*/

.block-filter__room input:checked + .block-filter__room-text {
  color: var(--kanye-gold-color);
  background-color: var(--kanye-brown-color);
  border-color: var(--kanye-brown-color);
}
/*.block-filter__ccustom-checkbox input:checked+.block-filter__room-checkbox .block-filter__room-checkbox-image{
    border:2px solid #5689c7;
}*/
/*.block-filter__ccustom-checkbox input:checked+.block-filter__room-checkbox .block-filter__room-checkbox-title:after {
    content: '\2714';
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    color: #5689c7;
    font-size: 20px;
}*/
.block-filter__room-checkbox-psevdo {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #b5b5b5;
  left: 0;
  background: #ffffff;
}
.block-filter__ccustom-checkbox
  input:checked
  + .block-filter__room-checkbox
  .block-filter__room-checkbox-psevdo::before {
  background: #608fca;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 1px;
  left: 1px;
}
.block-filter__ccustom-checkbox
  input:checked
  + .block-filter__room-checkbox
  .block-filter__room-checkbox-title {
  color: #608fca;
}

.block-filter__rooms.functions-flat label {
  position: relative;
  width: 100%;
}
.block-filter__rooms.functions-flat label input[type="checkbox"] {
  display: none;
}

.block-filter__room input:checked + .block-filter__room-text::before {
  border: 2px solid #5689c7;
}

.block-filter__room input:focus + .block-filter__room-text::before {
  /* border: 2px solid #5689c7; */
}

.block-filter__room + .block-filter__room {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .block-filter__room + .block-filter__room {
    margin-left: 25px;
  }
}

.block-filter__room-text,
.block-filter__room-checkbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
}

@media (max-width: 1199px) {
  .block-filter__room-text,
  .block-filter__room-checkbox {
    font-size: 20px;
  }
}
.block-filter__room-checkbox {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  font-weight: 500;
  padding: 5px;
  background: unset;
}
.block-filter__room-checkbox-image {
  width: 65px;
  height: 35px;
  /*margin-right: 10px;*/
  margin-right: 0px;
  margin-left: 25px;
}
.block-filter__room-checkbox-image img {
  width: 100%;
  height: auto;
  height: 100%;
}

/* .block-filter__room-text::before {
  content: "";
  position: absolute;
  top: -11.5px;
  left: -13px;
  width: 35px;
  height: 35px;
  border: 2px solid #b1b2b2;
  border-radius: 50%;
} */

/* @media (max-width: 1366px) {
  .block-filter__room-text::before {
    top: -7px;
    left: -10.5px;
    width: 28px;
    height: 28px;
  }
} */

.block-filter__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.block-filter__checkbox input:checked + .block-filter__checkbox-text::after {
  background: #0087c8;
}

.block-filter__checkbox-text {
  position: relative;
  padding: 0 0 0 34px;
  cursor: pointer;
  font-size: 18px;
  color: #575757;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .block-filter__checkbox-text {
    padding: 0 0 0 28px;
    font-size: 14px;
  }
}

.block-filter__checkbox-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #b2b2b2;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.block-filter__checkbox-text::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.block-filter__prelim {
  font-size: 18px;
  color: #575757;
  font-style: italic;
  margin-top: 40px;
}

@media (max-width: 1366px) {
  .block-filter__prelim {
    font-size: 14px;
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .block-filter__prelim {
    margin-top: 25px;
  }
}

.block-filter__mother {
  margin-bottom: 20px;
}

.block-filter__cost {
  height: 2px;
  background: #b5b5b5;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  max-width: 390px;
}

.block-filter__cost .noUi-handle {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: none;
  background: var(--kanye-brown-color);
  top: -3px;
  box-shadow: none;
  cursor: pointer;
}

.block-filter__cost .noUi-connects {
  border-radius: 0;
  height: 2px;
}

.block-filter__cost .noUi-connect {
  background: #5487c6;
}

.block-filter__cost .noUi-handle {
  border: 2px solid var(--kanye-brown-color);
  border-radius: 50%;
  background: var(--kanye-brown-color);
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block-filter__cost .noUi-handle:before {
  content: none;
}

.block-filter__cost .noUi-handle:after {
  content: none;
}

.block-filter__value {
  font-size: 18px;
}

.selectric .button:after{
  border-top-color: var(--redesign-dark-color);
}


@media (max-width: 1440px) {
  .block-filter__value {
    font-size: 14px;
  }
}

.block-filter__value-cost {
  font-size: 14px;
}

@media (max-width: 1440px) {
  .block-filter__value-cost {
    font-size: 11px;
  }
}

.block-filter__value-cost:after {
  content: "₽";
  font-size: 18px;
  display: none;
}

@media (max-width: 1440px) {
  .block-filter__value-cost:after {
    font-size: 11px;
  }
}

.block-filter__value-cost-min {
  color: #b4b4b4;
}

.block-filter__value-cost-min:before {
  content: "от ";
  font-size: 18px;
  color: #b4b4b4;
}

@media (max-width: 1440px) {
  .block-filter__value-cost-min:before {
    font-size: 11px;
  }
}

.block-filter__value-cost-max {
  color: #5689c7;
  margin-left: 30px;
}

.block-filter__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin: 15px 0 0;
  font-weight: 500;
  color: rgb(95 92 92 / 50%);
  user-select: none;
}

.block-filter #skipstep .noUi-handle-lower {
  display: none;
}

.block-filter #skipstep .noUi-handle-lower .noUi-touch-area {
  display: none;
}

.block-filter #skipstep .noUi-handle-lower .noUi-origin {
  display: none;
}

.block-filter__sorting {
  display: flex;
  justify-content: space-between;
}

.block-filter__sorting a {
  cursor: pointer;
  font-size: 18px;
  color: #b4b4b4;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

@media (max-width: 1440px) {
  .block-filter__sorting a {
    font-size: 14px;
  }
}

.block-filter__sorting a + a {
  margin-left: 25px;
}

.block-filter__sorting a.active {
  color: #585858;
}

.block-filter__sorting a.active:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 3px;
  background: #5588c7;
}

.block-filter__wrepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-filter__left {
  min-width: 230px;
}

.block-filter__right {
  max-width: 290px;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .block-filter__right {
    max-width: none;
    margin: 0;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .block-filter__right {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.block-filter__choice:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 20px;
  width: 37px;
  height: 27px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 36.58 26'%3E%3Cdefs%3E%3Cstyle%3E.a,.d%7Bfill:none;%7D.b%7Bfill:%234a88c7;%7D.c%7Bclip-path:url(%23a);%7D.d%7Bstroke:%23fff;stroke-miterlimit:10;stroke-width:1px;%7D%3C/style%3E%3CclipPath id='a' transform='translate(0 0)'%3E%3Crect class='a' width='36.58' height='26'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Eparam%3C/title%3E%3Cpath class='b' d='M.5,3.93h0Z' transform='translate(0 0)'/%3E%3Cg class='c'%3E%3Cline class='d' x1='0.5' y1='3.93' x2='36.58' y2='3.93'/%3E%3C/g%3E%3Cpath class='b' d='M.5,13h0Z' transform='translate(0 0)'/%3E%3Cg class='c'%3E%3Cline class='d' x1='0.5' y1='13.04' x2='36.58' y2='13.04'/%3E%3C/g%3E%3Cpath class='b' d='M.5,22.15h0Z' transform='translate(0 0)'/%3E%3Cg class='c'%3E%3Cline class='d' x1='0.5' y1='22.16' x2='36.58' y2='22.16'/%3E%3Cpath class='b' d='M31.1,3.85A3.35,3.35,0,1,1,27.76.5,3.35,3.35,0,0,1,31.1,3.85' transform='translate(0 0)'/%3E%3Ccircle class='d' cx='27.76' cy='3.85' r='3.35'/%3E%3Cpath class='b' d='M7.19,13A3.35,3.35,0,1,1,3.85,9.7,3.35,3.35,0,0,1,7.19,13' transform='translate(0 0)'/%3E%3Ccircle class='d' cx='3.85' cy='13.04' r='3.35'/%3E%3Cpath class='b' d='M21.88,22.15a3.35,3.35,0,1,1-3.35-3.34,3.35,3.35,0,0,1,3.35,3.34' transform='translate(0 0)'/%3E%3Ccircle class='d' cx='18.54' cy='22.16' r='3.35'/%3E%3C/g%3E%3C/svg%3E");
  content: none;
}

@media (max-width: 1366px) {
  .block-filter__choice:before {
    width: 30px;
    height: 21px;
    top: 8px;
  }
}

.block-filter__choice.btn {
  padding: 10px 18px;
  line-height: 18px;
  padding-right: 86px;
  position: relative;
}

@media (max-width: 1366px) {
  .block-filter__choice.btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .block-filter__choice.btn {
    background: none;
    border: 1px solid;
    color: #4a85c5;
    padding: 8px 18px;
    display: block;
  }
  .block-filter__choice.btn::before {
    display: none;
  }
}

.block-filter__bottom {
  margin-top: 100%;
}

@media (max-width: 1366px) {
  body .block-filter__bottom {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  body .block-filter__bottom {
    padding: 30px 0;
    border-top: 1px solid #d7d7d9;
    border-bottom: 1px solid #d7d7d9;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body .block-filter__bottom {
    margin-top: unset;
  }
}

.bx-filter__select {
  display: flex;
}

.bx-filter__select .block-filter__label {
  width: 150px;
  margin-right: 15px;
  margin-top: 10px;
  white-space: nowrap;
}

@media (max-width: 1366px) {
  .bx-filter__select .block-filter__label {
    width: 115px;
  }
}

.bx-filter__select .jq-selectbox {
  width: 100%;
}

.bx-filter__select .jq-selectbox .block-filter__select {
  background: white;
}

.bx-filter__select .jq-selectbox .block-filter__select .jq-selectbox__select {
  padding: 0 10px;
}

.bx-filter__select
  .jq-selectbox
  .block-filter__select
  .jq-selectbox__select-text {
  width: 83% !important;
}

.bx-filter__radio {
  display: flex;
}

.bx-filter__radio .block-filter__label {
  margin-right: 15px;
  margin-top: 10px;
  white-space: nowrap;
}

.bx-filter__sort {
  display: flex;
}

@media (max-width: 768px) {
  .bx-filter__sort {
    margin-bottom: 25px;
  }
}

.bx-filter__sort .block-filter__label {
  margin-right: 15px;
  white-space: nowrap;
}

.bx-filter__slider {
  display: flex;
}

.bx-filter__slider .block-filter__label {
  margin-right: 15px;
  margin-top: -7px;
  white-space: nowrap;
  width: 150px;
}

.bx-filter__slider .block-filter__slider-slide {
  width: 100%;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -5px;
}

.block-advice__left {
  margin-right: 40px;
}

.block-advice__title {
  color: #585858;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 40px;
  /*white-space: nowrap;*/
}

@media (max-width: 1600px) {
  .block-advice__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1280px) {
  .block-advice__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .block-advice__title {
    font-size: 30px;
    line-height: 35px;
  }
}

.block-advice p {
  color: #585858;
  font-size: 15px;
  margin-bottom: 15px;
}

@media (max-width: 1366px) {
  .block-advice p {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .block-advice p {
    font-size: 14px;
  }
}

.block-advice input {
  border: 0;
  border-radius: none;
  padding: 10px;
  font-size: 18px;
  margin-right: 10px;
  width: 200px;
}

@media (max-width: 1366px) {
  .block-advice input {
    font-size: 14px;
  }
}

.block-advice__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-advice__row {
    margin-bottom: unset;
  }
}

.block-advice .btn {
  width: 100px;
  background: #5689c7;
}

@media (max-width: 1366px) {
  .block-advice .btn {
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-advice .btn {
    width: 80%;
  }
}

.block-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  margin-top: -48px;
}

.jk_done_container {
  position: absolute;
  top: 20px;
  right: 15px;
  background: var(--kanye-gold-color);
  backdrop-filter: blur(5px);
  padding: 8px 12px 8px 39px;
  clip-path: polygon(100% 0%, 0% 0%, 13.52% 98.91%, 100% 100%);
}
.jk_done_container span {
  font-weight: 400;
  font-size: 24px;
  color: var(--kanye-black-color);
}
.block-kvartals__kvartal div.jk_done_container {
  right: 0px;
}

@media (max-width: 1199px) {
  .block-feedback {
    display: block;
  }
}

.block-feedback__left {
  width: 50%;
  position: relative;
  background: #ffffff;
}

.js-filter-container {
  float: right;
  /* margin-left: 150px; */
}

@media (max-width: 1199px) {
  .js-filter-container {
    /* display: none; */
    position: fixed;
    /* top: 83px; */
    top: -1000px;
    left: 0;
    right: 0;
    bottom: 2000px;
    background: #f7f7f7;
    z-index: 101;
    width: auto !important;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.js-filter-container.in {
  /* display: block; */
  top: 83px;
  bottom: 0;
  opacity: 1;
}

  display: block !important;
}

.js-filter-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -20px;
  background: #4a85c5 url(dist/img/filter.svg) no-repeat center center;
  z-index: 100;
}

.js-filter-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(dist/img/close.svg?1) no-repeat center center;
  z-index: 102;
}

@media (max-width: 1199px) {
  .block-feedback__left {
    width: 100%;
  }
}

.block-feedback__right {
  width: 50%;
  position: relative;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .block-feedback__right {
    width: 100%;
  }
}

.block-feedback .block-option__parametr {
  position: relative;
  background: #ffffff;
}

@media (max-width: 1199px) {
  .block-feedback .block-option__parametr {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .block-feedback .block-option__bottom {
    position: relative;
    margin-top: 0;
  }
}

.block-feedback .block-option__harmony {
  position: relative;
  padding: 0;
}

.block-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background: #fff;
  width: 31%;
  padding: 20px 17px;
  margin: 0 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

/* .block-cart > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: none;
} */

.dinamic_more{
  padding: 8px 30px;
  background: var(--kanye-gold-color);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--kanye-brown-color);
}

.block-cart:hover {
  -webkit-box-shadow: 5px 5px 10px #c4c4c4;
  box-shadow: 5px 5px 10px #c4c4c4;
}

.block-cart:hover .block-cart__btn {
  background: var(--kanye-brown-color);
  color: #ffffff;
}

.comfort-item .block-cart {
  height: 400px;
}

@media (max-width: 768px) {
  .block-feedback {

    margin-top: 0px;
  }
  .jk_done_container {
    padding: 3px 10px 5px 28px;
    clip-path: polygon(100% 0%, 0% 0%, 13.52% 98.91%, 100% 100%);
  }
  .jk_done_container span {
    font-size: 18px;
  }
}

.block-cart__img {
  max-width: 188px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .block-cart__img {
    max-width: 160px;
  }
}

@media (max-width: 1440px) {
  .block-cart__img {
    max-width: 140px;
  }
}

@media (max-width: 1366px) {
  .block-cart__img {
    max-width: 110px;
  }
}

@media (max-width: 1199px) {
  .block-cart__img {
    max-width: 130px;
  }
}

@media (max-width: 768px) {
  .block-cart__img {
    max-width: none;
  }
}

.block-cart__img img {
  width: 100%;
}

.block-cart__text {
  /*margin-left: 30px;*/
  margin-left: 20px;
  color: #585858;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .block-cart__text {
    margin-left: unset;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .block-cart__text {
    margin-left: 15px;
    width: 35%;
    min-width: 110px;
  }
}

.block-cart__metr {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}

@media (max-width: 1366px) {
  .block-cart__metr {
    font-size: 18px;
    line-height: 18px;
  }
}

.block-cart__room {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 14px;
}

@media (max-width: 1366px) {
  .block-cart__room {
    font-size: 16px;
    line-height: 16px;
  }
}

.block-cart__utp {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	*/
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-direction: column;
}

.block-cart__utp img {
  width: 27px;
  height: auto;
}

.block-cart__utp p {
  margin: 0;
  margin-left: 5px;
}
.cart-option__flat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}

.block-cart__sect {
  font-size: 13px;
  line-height: 13px;
  color: #b4b4b4;
  margin-bottom: 6px;
}

.block-cart__sect span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #585858;
  margin-left: 10px;
}

@media (max-width: 1366px) {
  .block-cart__sect span {
    font-size: 16px;
    line-height: 16px;
  }
}

.block-cart__floor {
  font-size: 13px;
  line-height: 13px;
  color: #b4b4b4;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-cart__floor p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .block-cart__floor p {
    font-size: 16px;
    line-height: 16px;
  }
}

.block-cart__floor p span {
  color: #585858;
}

.block-cart__cost {
  color: #5689c7;
  font-size: 18px;
  line-height: 18px;
}

.block-cart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.block-cart__wrapper_project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-top: 50px; */
  margin-left: -25px;
  margin-right: -25px;
}


.block-cart__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0f0f2;
  text-align: center;
  font-size: 24px;
  margin: 100px 0 0;
  margin: 0;
  height: 0;
  opacity: 0;
}

.block-cart__pagination a {
  display: flex;
    justify-content: center;
    align-items: center;
    /* width: 70px;
    height: 70px; */
    background: url(dist/img/arrow-left-white.png) no-repeat center center;
    background-color: var(--kanye-brown-color);
}

.block-cart__pagination a:hover {
  background:url("dist/img/icon-prev-b.png") no-repeat center center;
  background-color: var(--kanye-darkgold-color);
}


.block-cart__pagination-prev {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url("/local/templates/scandia.life.mainpage/dist/img/icon-prev-b.png")
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 1366px) {
  .block-cart__pagination-prev {
    width: 30px;
  }
}

.block-cart__pagination-current {
  color: #b5b5b5;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  margin: 0 92px;
}

@media (max-width: 1366px) {
  .block-cart__pagination-current {
    font-size: 20px;
  }
}

.block-cart__pagination-current span {
  color: #000;
}

.block-cart__pagination-next {
  display: inline-block;
  width: 42px;
  height: 15px;
  background: url("dist/img/arrow-left-white.png")
    no-repeat center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 1366px) {
  .block-cart__pagination-next {
    width: 30px;
  }
}

@media (max-width: 480px) {
  .block-cart__pagination {
    margin: 10px 0 0;
  }

}

@media (max-width: 1199px) {
  .flat-plans-block {
    padding: 0;
  }
}

.block-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 83px;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .block-option {
    margin-top: 83px;
  }
}

@media (max-width: 1199px) {
  .block-option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .block-option {
    margin-bottom: 0;
  }
}

.flat-plans-block .block-option {
  margin-bottom: 0;
}

.block-option__wrapper {
  width: 50%;
  padding-top: 20px;
  
}

@media (max-width: 1199px) {
  .block-option__wrapper {
    padding: 0 15px;
  }
}

@media (min-width: 1201px) and (max-width: 1673px) {
  .block-option__wrapper {
    background: #f7f7f7;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .block-option__wrapper {
    width: 100%;
  }
}

.flat-plans-block .block-option__wrapper::before {
  content: "";
  position: absolute;
  left: -9999px;
  top: 0;
  bottom: 0;
  width: 9999px;
  background: #ffffff;
}

@media (max-width: 1199px) {
  .flat-plans-block .block-option__wrapper::before {
    display: none;
  }
}

.block-option__details {
  width: 50%;
  padding: 20px 72px 29px 98px;
  min-height: 1150px;
}

@media (max-width: 1600px) {
  .block-option__details {
    padding: 20px 40px 0;
  }
}

@media (max-width: 1366px) {
  .block-option__details {
    min-height: 1050px;
  }
}

@media (max-width: 1199px) {
  .block-option__details {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .block-option__details {
    min-height: 450px;
  }
  body .block-option__choice {
    margin-bottom: 20px;
  }
}
.flat-plans-block .block-option__details {
  min-height: auto;
  padding-bottom: 0px;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .flat-plans-block .block-option__details {
    width: 100%;
    padding: 15px;
  }
}

.block-option__details-title {
  font-size: 26px;
  line-height: 34px;
  color: #575756;
  text-transform: uppercase;
  margin-bottom: 19px;
}

@media (max-width: 1366px) {
  .block-option__details-title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .block-option__details-title {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .block-option__details-title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .block-option__details-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.block-option__details-meters {
  font-size: 36px;
  color: var(--kanye-brown-color);
  /* margin-top: -15px; */
}

@media (max-width: 1366px) {
  .block-option__details-meters {
    font-size: 21px;
  }
}

@media (max-width: 1199px) {
  .block-option__details-meters {
    margin-top: unset;
    position: static;
    width: 100%;
    /* margin-bottom: 15px; */
    font-size: 18px;
  }
}

.block-option__details-position {
  color: #b2b2b2;
  font-size: 18px;
  margin-bottom: 28px;
  position: relative;
  line-height: 18px;
}

.block-option__details-position.line::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 170px;
  border-bottom: 1px solid #c6c6c6;
}

@media (max-width: 1199px) {
  .block-option__details-position::before {
    display: none;
  }
  .block-option__line {
    display: none;
  }
}

@media (max-width: 1366px) {
  .block-option__details-position {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .block-option__details-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 375px) {
  .block-option__details-position {
    font-size: 12px;
  }
}

.block-option__details-position span > span {
  margin-left: 6px;
}

.block-option__details-position span {
  position: relative;
}

.block-option__details-position span + span {
  padding-right: 15px;
    padding-left: 15px;
}
.block-option__details-position span {
  padding-right: 15px;
}

@media (max-width: 768px) {
  .block-option__details-position span + span {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (max-width: 768px) {
  .block-option__line {
    display: none;
  }
}

@media (max-width: 768px) {
  .block-option__details-position span + span {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-option__details-cost {
    display: block;
    /*width: 100%;*/
    /* margin-bottom: 10px; */
  }
}

@media (max-width: 1199px) {
  .block-option__details-cost {
    /*width: 100%;*/
  }
}

.block-option__details-cost span {
  color: var(--kanye-brown-color);
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 7px;
  display: inline-block;
  line-height: 36px;
}

@media (max-width: 1366px) {
  .block-option__details-cost span {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .block-option__details-cost span {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .block-option__details-cost span {
    margin-top: 0px;
    margin-bottom: 0px;

  }
}

.block-option__details-cost p {
  font-size: 18px;
  min-height: 40px;
}
.block-option__details-date p {
  font-size: 18px;
}

@media (max-width: 1366px) {
  .block-option__details-cost p {
    font-size: 11px;
  }
}

.block-option__details-cost p span {
  font-size: 17px;
  display: contents;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .block-option__details-cost p span {
    font-size: 14px;
  }
}

.block-option__details-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1366px) {
  .block-option__details-date {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .block-option__details-date {
    margin-right: 30px;
    margin-left: 10px;
    -ms-flex-direction: row;
    /* flex-direction: row; */
  }
}

.block-option__details-date .block-option__details-img {
  width: 48px;
}

@media (max-width: 1366px) {
  .block-option__details-date .block-option__details-img {
    width: 38px;
  }
}

@media (max-width: 1199px) {
  .block-option__details-date .block-option__details-img {
    width: 34px;
    margin-right: 10px;
  }
}

.block-option__details-yard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-right: 178px;*/
}

@media (max-width: 1600px) {
  .block-option__details-yard {
    margin-right: unset;
  }
}

@media (max-width: 1366px) {
  .block-option__details-yard {
    font-size: 14px;
  }
}

.block-option__details-yard .block-option__details-img {
  width: 49px;
  height: 54px;
}
.block-option__details-img img {
  max-height: 52px;
}
@media (max-width: 1366px) {
  .block-option__details-yard .block-option__details-img {
    width: 41px;
  }
  .block-option__details-img svg,
  .block-option__details-img img {
    max-height: 41px;
  }
}

@media (max-width: 1199px) {
  .block-option__details-yard .block-option__details-img {
    width: 39px;
  }
  .block-option__details-img svg,
  .block-option__details-img img {
    max-height: 39px;
  }
}

.block-option__details-img svg {
  width: 100%;
}

.block-option__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  padding: 0px 22px 32px 95px;
}

@media (max-width: 1600px) {
  .block-option__section {
    padding: 20px 25px 15px;
  }
}

@media (max-width: 768px) {
  .block-option__section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
}

.flat-plans-block .block-option__section {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0px;
}

.block-option__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 96px;
}

@media (min-width: 1201px) and (max-width: 1673px) {
  .block-option__navigation {
    padding-left: 30px;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .block-option__navigation {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .block-option__navigation {
    width: 100%;
  }
}

.flat-plans-block .block-option__navigation {
  padding-left: 0;
  width: 70px;
}

@media (max-width: 768px) {
  .flat-plans-block .block-option__navigation {
    padding-left: 0;
    width: 100%;
  }
}

.block-option__navigation:before {
  content: "вид  на  реку";
  position: absolute;
  top: 50%;
  left: -38px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 13px;
  color: #b2b2b2;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .block-option__navigation:before {
    display: none;
  }
}

.flat-plans-block .block-option__navigation:before {
  left: -35px;
}

.block-option__back {
  color: var(--kanye-brown-color);
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  margin-top: 7px;
  margin-bottom: 48px;
}

.block-option__back:hover {
  color: var(--kanye-black-color);
}

.flat-plans-block .block-option__back {
  position: absolute;
  white-space: nowrap;
  z-index: 12;
}

@media (max-width: 768px) {
  .flat-plans-block .block-option__back {
    position: relative;
    display: inline-block;
    margin: 5px auto;
  }
}

@media (max-width: 768px) {
  .flat-plans-block > .block-option__back {
    background: #f7f7f7;
    padding: 25px 56px;
    margin-top: 83px;
    display: block;
  }
  .flat-plans-block > .block-option__back:before {
    top: 26px;
    left: 15px;
  }
  .block-option__back + .block-option {
    margin-top: 0;
  }
}

.block-option__back:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 31px;
  height: 11px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("dist/img/icon-arrow-long-right-dark.svg");
}

@media (max-width: 768px) {
  .block-option__scheme {
    display: none;
  }
}

.flat-plans-block .block-option__scheme {
  position: absolute;
  top: 70px;
  z-index: 10;
}

.block-option__scheme-img {
  position: relative;
  width: 75px;
  -webkit-transition: 1s;
  transition: 1s;
}

.block-option__scheme-img .apartment:hover {
  fill: #575756;
  opacity: 0.3;
  cursor: pointer;
}

.block-option__scheme-img .text {
  cursor: pointer;
}

.block-option__scheme-img .active {
  fill: #575756;
}

.block-option__scheme-img svg.sections__house {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-option__scheme-img svg.sections__house path {
  stroke: transparent;
  fill: transparent;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.block-option__scheme-img svg.sections__house path:hover {
  fill: #575756;
  opacity: 0.3;
}

.block-option__scheme-img svg.sections__house path.current-section {
  fill: #575756;
}

.block-option__floor {
  padding: 0px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
  .block-option__floor {
    margin-top: unset;
    padding: unset;
  }
}

@media (max-width: 480px) {
  .block-option__floor {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .flat-plans-block .block-option__floor {
    margin: 10px auto 0 auto;
    display: block;
    position: relative;
  }
}

.block-option__floor .slick-prev,
.js-floors-slider-up {
  width: 19px;
  height: 11px;
  border: none;
  background: url(/local/templates/scandia.life.mainpage/dist/img/arrow-up.png)
    no-repeat;
  background-size: contain;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  margin: 15px 3px;
  display: none;
}

.block-option__floor .slick-next,
.js-floors-slider-down {
  width: 19px;
  height: 11px;
  border: none;
  background: url(/local/templates/scandia.life.mainpage/dist/img/arrow-down.png)
    no-repeat;
  background-size: contain;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  margin: 10px 3px;
  display: none;
}

.js-floors-slider-up,
.js-floors-slider-down{
  margin: 15px 10px;
}

.js-floors-slider-btn {
  display: none;
}

.block-option__floor-number {
  position: absolute;
  top: -25px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .block-option__floor-number {
    display: none;
  }
}

@media (max-width: 768px) {
  .js-floors-slider-btn {
    display: block;
    border: 1px solid var(--kanye-brown-color);;
    padding: 7px 15px;
    color: var(--kanye-brown-color);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    min-width: 230px;
  }
}

@media (max-width: 768px) {
  .js-floors-slider-btn:after {
    content: "";
    display: inline-block;
    border: 1px solid var(--kanye-brown-color);;
    width: 8px;
    height: 8px;
    margin-left: 7px;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg) translateX(4px);
  }
}

@media (max-width: 768px) {
  .js-floors-slider.block-option__list {
    display: none;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 10px;
  }
}

.block-option__list {
}

@media (min-width: 320px) and (max-width: 768px) {
  .block-option__list {
    margin-top: 0px;
  }
}

.block-option__list,
.block-option__runner {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 320px) and (max-width: 768px) {
  .block-option__list,
  .block-option__runner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
  }
}

.block-option__item {
  list-style: none;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .block-option__item {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 10px;
    color: silver;
  }
}

@media (max-width: 768px) {
  .block-option__item span {
    color: silver;
    font-size: 17px;
  }
  .block-option__item span:after {
    content: "этаж";
    position: static;
    font-size: inherit;
    background: none;
    padding: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    display: inline;
    color: inherit;
  }
  .block-option__item a {
    color: var(--kanye-brown-color);
  }
  .block-option__item a:after {
    content: "этаж";
    position: static;
    font-size: inherit;
    background: none;
    padding: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    display: inline;
    color: inherit;
  }
}

@media (max-width: 768px) {
  .block-option__overflow {
    width: auto;
  }
}

.block-option__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .block-option__item:last-child {
    margin-bottom: 10px;
  }
}

.block-option__item.active .block-option__link,
.slick-current .block-option__link {
  font-size: 36px;
  color: #575757;
}

@media (max-width: 768px) {
  .block-option__item.active .block-option__link,
  .slick-current .block-option__link {
    font-size: 20px;
    color: #575757;
  }
}

.block-option__link {
  cursor: pointer;
  color: #b2b2b2;
  font-size: 24px;
}

@media (max-width: 1366px) {
  .block-option__link {
    font-size: 20px;
  }
  .block-option__item.active .block-option__link {
    font-size: 28px;
  }
}

.block-option__link:hover {
  color: #575757;
}

.block-option__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -99px;
}

@media (max-width: 1199px) {
  .block-option__choice {
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-option__choice {
    margin-left: unset;
    width: 100%;
  }
}

.flat-plans-block .block-option__choice {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 70px 0;
}

.block-option__choice-title {
  font-size: 26px;
  color: #575757;
  text-transform: uppercase;
  margin-bottom: 44px;
}

@media (max-width: 1366px) {
  .block-option__choice-title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .block-option__choice-title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
}

.block-option__choice-img {
  min-width: 329px;
  position: relative;
}

@media (max-width: 768px) {
  .block-option__choice-img {
    width: 100%;
    min-width: auto;
    margin: 0 auto 30px;
    padding: 0 15px;
  }
}

/* .flat-plans-block .block-option__choice-img {
  margin: 0 auto;
  position: relative;
  text-align: left;
  min-width: auto;
  max-width: 400px;
}

.flat-plans-block .block-option__choice-img img {
  max-width: 400px;
}

@media (max-width: 1366px) {
  .flat-plans-block .block-option__choice-img {
    max-height: 500px;
    max-width: 350px;
  }
  .flat-plans-block .block-option__choice-img img {
    max-height: 500px;
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .block-option__choice-img img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .block-option__choice-img svg.floor__house,
  .block-option__choice-img svg.sections__house {
    max-width: 472px;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .flat-plans-block .block-option__choice-img img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .block-option__choice-img img {
    max-width: 260px;
  }
} */

.block-option__choice-img svg.floor__house,
.block-option__choice-img svg.sections__house {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  /* max-width: 100%; */
}

@media (max-width: 991px) {
  .block-option__choice-img svg.floor__house,
  .block-option__choice-img svg.sections__house {
    max-width: 473px;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .block-option__choice-img svg.floor__house,
  .block-option__choice-img svg.sections__house {
    max-width: 100%;
  }
}

.block-option__choice-img svg.floor__house path {
  stroke: rgb(92 128 168 / 40%);
  stroke-width: 3;
  fill: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.block-option__choice-img svg.floor__house path.current-flat {
  stroke: transparent;
  stroke-width: 10;
  opacity: 0.8;
}

.block-option__choice-img svg.floor__house path[data-status="2"]:hover {
  stroke: #436c98;
  fill: #436c98;
  opacity: 0.5;
  cursor: pointer;
}
.block-option__choice-img svg.floor__house path[data-status="0"] {
  stroke: transparent;
  fill: #fff;
  opacity: 1 !important;
}
.block-option__choice-img svg.floor__house path[data-status="1"] {
  stroke: rgba(224, 212, 46, 0.493);
  fill: #003771;
  opacity: 0.6;
  cursor: default;
}

.block-option__choice-img svg.floor__house path[data-status="3"] {
  stroke: #5f5f5f;
  fill: #5f5f5f;
  opacity: 0.5;
  cursor: default;
}
.block-option__choice-img svg.floor__house path[data-status="3"]:hover {
  opacity: 0.5;
  /* cursor: pointer; */
}
.block-option__choice-img svg.floor__house path + text {
}

.block-option__choice-img svg.floor__house path[data-status="3"]:hover:after {
  content: "Забронировано";
}

.block-option__choice-img svg.sections__house path {
  stroke: transparent;
  fill: transparent;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.block-option__choice-img svg.sections__house path:hover {
  fill: #575756;
  opacity: 0.3;
}

.block-option__choice-img svg.sections__house path.current-section {
  fill: #575756;
}

.block-option__choice-img .select {
  fill: #436c98;
  opacity: 0.8;
  position: relative;
}
.block-option__choice-img .disabled {
  fill: #fff;
  opacity: 0.9;
}

.block-option__choice-img .apartment {
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.count_kv{
  color: #585858;
  font-size: 18px;
  margin-top: 50px;
}

.block-option__choice-img .apartment:hover {
  fill: #436c98;
  opacity: 0.5;
}

.block-option__rose {
  padding-top: 83px;
  position: relative;
}

@media (max-width: 768px) {
  .block-option__rose {
    display: none;
  }
}

.block-option__rose-img {
  width: 71px;
}

.block-option__rose:before {
  content: "вид  на  двор";
  position: absolute;
  top: 50%;
  right: -38px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 13px;
  color: #b2b2b2;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .block-option__rose:before {
    display: none;
  }
}

.flat-plans-block .block-option__rose:before {
  right: 10px;
}

.block-option__parametr {
  padding-right: 86px;
  background: #f7f7f7;
}

@media (min-width: 1201px) and (max-width: 1673px) {
  .block-option__parametr {
    padding-right: 40px;
    bottom: 0;
    position: absolute;
    background: unset;
  }
}

@media (max-width: 768px) {
  .block-option__parametr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.block-option__parametr .block-filter {
  padding-top: 0px;
}

@media (max-width: 1199px) {
  .block-option__parametr .block-filter {
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .block-option__parametr .block-filter__wrepper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-option__parametr .block-filter__rooms {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .block-option__parametr .block-filter__rooms {
    margin-bottom: 25px;
  }
}

.block-option__parametr .block-filter__title {
  margin-bottom: 38px;
  font-size: 24px;
}

@media (max-width: 1366px) {
  .block-option__parametr .block-filter__title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .block-option__parametr .block-filter__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

@media (max-width: 375px) {
  .block-option__parametr .block-filter__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.block-option__parametr .block-filter__select {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .block-option__parametr .block-filter__select {
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
  }
}

.block-option__parametr .block-filter__label {
  margin-bottom: 21px;
}

@media (max-width: 1199px) {
  .block-option__parametr .block-filter__label {
    text-transform: uppercase;
    color: #4a85c5;
    margin-bottom: 11px;
  }
}

.block-option__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price__room_mob {
  display: none;
  position: relative;
}
.price__room_mob_child {
  display: none;
}
.price__room_mob_child.active {
  display: block;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  padding: 10px;
  border-radius: 5px;
  top: 100%;
  right: 0px;
  z-index: 999;
  text-align: left;
}

@media (max-width: 1199px) {
  .block-option__row {
    display: block;
  }
  .block-option__row--coast-start {
    display: block!important;
    flex-wrap: inherit!important;
  }
}

@media (max-width: 768px) {
  .block-option__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    
  }
  .block-option__details-cost {
      display: block;
  }
  .block-option__finish {
    width: 100%!important;
  }
  .block-option__mortgage {
    width: 100%!important;
  }
  .price__room_mob div.block-option__details-date{
    display: none;
  }
  .price__room_mob div.block-option__details-yard{
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-option__row .name__room {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-option__row .qustions__room {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-option__row .qustions__room > * {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-option__row .qustions__room > a {
    margin-top: unset;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .block-option__row .qustions__room > a:before {
    left: unset;
    margin-right: -20px;
  }
}

.block-option__row.price__room {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .block-option__row.price__room {
    flex-wrap: wrap;
    justify-content: space-between;
    color: #b2b2b2;
    margin-top: 5px;
  }
  .block-option__row.price__room > div {
    width: 50%;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .block-option__row.price__room > div {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.block-option__row.price__room > div {
  /*margin-right: 50px;*/
}

@media (max-width: 1199px) {
  .block-option__row.price__room > div {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .block-option__row--coast-start {
    display: flex;
    flex-wrap: wrap;
  }
}

.block-option__example {
  margin: 50px 0;
}

@media (min-width: 1199px) and (max-width: 1366px) {
  .block-option__example {
    margin: 20px 0 30px 0;
  }
}

@media (max-width: 1199px) {
  .block-option__example {
    margin: 20px 0 20px 0;
  }
}

.block-option__example-img {
  width: 100%;
  min-height: 479px;
  max-height: 479px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block-option__example-img {
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .block-option__example-img img {
    max-width: 100%;
  }
}

.flat-plans-block .block-option__example-img {
  max-height: none;
  min-height: auto;
}

.flat-plans-block .block-option__example-img a {
  text-align: center;
  display: block;
  max-width: none;
  max-height: auto;
}

.flat-plans-block .block-option__example-img img {
  width: auto;
  max-height: 460px;
  max-width: 80%;
}

.block-option__mortgage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #b2b2b2;
  font-size: 18px;
  position: relative;
}

@media (max-width: 1366px) {
  .block-option__mortgage {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .block-option__mortgage {
    width: 50%;
    margin: 10px 0;
  }
}

.block-option__mortgage span {
  color: #575756;
  font-size: 24px;
  margin-top: 10px;
}

@media (max-width: 1366px) {
  .block-option__mortgage span {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .block-option__mortgage span {
    font-size: 16px;
    color: black;
  }
}

@media (max-width: 375px) {
  .block-option__mortgage span {
    font-size: 14px;
    color: black;
  }
}

.block-option__more {
  position: absolute;
  right: -49px;
  top: 28px;
  width: 30px;
  height: 30px;
  background: url("/local/templates/scandia.life.mainpage/dist/img/more.png");
  cursor: pointer;
  background-size: contain;
}

.block-option__more::after {
  position: absolute;
  background: #fff;
  content: 'Расчет предварительный и сделан в рамках программы «Семейная ипотека». Подобрать подходящие условия и оформить заявку на ипотеку можно в отделе продаж.';
  width: 270px;
  bottom: 35px;
  left: -85px;
  font-size: 14px;
  padding: 10px;
  z-index: 10;
  transition: opacity 0.2s ease;
  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
  -moz-box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
  box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
}

/* .block-option__more-beauty::after {
  content: "Стоимость квадратного метра чистовой отделки - 8 500 р.";
} */

.block-option__more:hover::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1366px) {
  .block-option__more {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

@media (min-width: 1201px) and (max-width: 1673px) {
  .block-option__more {
    right: -36px;
  }
}

@media (max-width: 1199px) {
  .block-option__more {
    width: 15px;
    height: 15px;
    background-size: contain;
    right: 0;
    top: 0;
    position: relative;
    margin-left: 15px;
  }
}

.block-option__finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #b2b2b2;
  font-size: 18px;
  position: relative;
}

@media (max-width: 1366px) {
  .block-option__finish {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .block-option__finish {
    width: 50%;
    margin: 10px 0;
  }
}

.block-option__finish span {
  color: #575756;
  font-size: 24px;
  margin-top: 10px;
}

@media (max-width: 1366px) {
  .block-option__finish span {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .block-option__finish span {
    font-size: 16px;
    color: black;
  }
}

@media (max-width: 375px) {
  .block-option__finish span {
    font-size: 14px;
    color: black;
  }
}

@media (max-width: 991px) {
  .block-option__finish span,
  .block-option__mortgage span {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
    display: none;
  }
}

.block-option__pdf {
  margin-top: -36px;
  padding-left: 21px;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .block-option__pdf {
    margin-top: -28px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .block-option__pdf {
    width: 100%;
    margin: 10px 0;
  }
}

.block-option__pdf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 10.71 14.29'%3E%3Cdefs%3E%3Cstyle%3E.a,.c%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bstroke:%234a85c5;stroke-miterlimit:10;stroke-width:1px;%7D%3C/style%3E%3CclipPath id='a' transform='translate(0 0)'%3E%3Crect class='a' width='10.71' height='14.29'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Edownload%3C/title%3E%3Cg class='b'%3E%3Cpolyline class='c' points='10.35 8.48 5.35 13.48 0.35 8.48'/%3E%3Cline class='c' x1='5.35' y1='13.48' x2='5.35'/%3E%3Cline class='c' x1='1.35' y1='13.79' x2='9.35' y2='13.79'/%3E%3C/g%3E%3C/svg%3E");
}

.block-option__bottom {
  position: absolute;
  bottom: 0;
    left: 0;
    right: 0;
    pointer-events: initial;
}

.block-option__bottom .block-advice {
  padding: 46px 72px 65px 108px;
  /* margin-left: -108px; */
  margin-right: -72px;
  background: var(--kanye-gold-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (max-width: 1600px) {
  .block-option__bottom .block-advice {
    margin-left: -40px;
    padding-left: 25px;
    padding-right: 60px;
  }
}

@media (max-width: 1366px) {
  .block-option__bottom .block-advice {
    padding-right: 40px;
    padding-top: 51px;
  }
}

@media (max-width: 1199px) {
  .block-option__bottom .block-advice {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
  .block-option__bottom .block-advice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .block-option__more::after {
    position: absolute;
    background: #fff;
    content: 'Расчет предварительный и сделан в рамках программы «Семейная ипотека». Подобрать подходящие условия и оформить заявку на ипотеку можно в отделе продаж.';
    width: 200px;
    bottom: 35px;
    left: -150px;
    font-size: 14px;
    padding: 10px;
    z-index: 10;
    transition: opacity 0.2s ease;
    opacity: 0;
    border-radius: 5px;
    -webkit-box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
    -moz-box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
    box-shadow: 8px 8px 20px 0px rgba(77, 77, 77, 0.54);
  }
}

.block-option__bottom .block-advice__title {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--kanye-brown-color);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .block-option__bottom .block-advice__title {
    font-size: 27px;
  }
}

.block-option__bottom .block-advice__right {
  margin-top: 5px;
  margin-right: 9px;
}

@media (max-width: 1366px) {
  .block-option__bottom .block-advice__right {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .block-option__bottom .block-advice__right {
    margin-top: 15px;
  }
}

.block-option__bottom .block-advice__right p {
  color: var(--kanye-brown-color);
}

.block-option__bottom .block-advice__right input {
  background: #f0f0f0;
}

.block-option__bottom .block-advice__right .btn {
  color: #ffffff;
  background: var(--kanye-brown-color);
}
.block-option__bottom .block-advice__right .btn:hover {
  color: var(--kanye-default-color);
  background: var(--kanye-darkgold-color);
}

.block-option__bottom .block-advice__right .block-advice__row {
  margin-bottom: 0;
}

.block-option__harmony {
  padding-top: 120px;
  background: #f7f7f7;
}

@media (min-width: 1201px) and (max-width: 1673px) {
  .block-option__harmony {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: unset;
  }
}

@media (max-width: 991px) {
  .block-option__harmony {
    display: none;
  }
}

.block-option__harmony-title {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: url("/local/templates/scandia.life.mainpage/dist/img/priroda.jpg")
    no-repeat;
  background-size: cover;
  height: 191px;
  padding: 45px 0;
}

@media (max-width: 1600px) {
  .block-option__harmony-title {
    padding: 42px 0 45px 0;
    height: unset;
    min-height: 186px;
  }
}

@media (max-width: 1366px) {
  .block-option__harmony-title {
    min-height: 181px;
    padding-top: 51px;
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1201px) and (max-width: 1673px) {
  .block-option__right {
    margin-left: 30px;
  }
}

.block-trim {
  display: flex;
}

.block-trim__left,
.block-trim__right {
  width: 50%;
}

.block-trim__left {
  padding-right: 50px;
}

.block-trim__container {
  display: flex;
  width: 100%;
}

section.finish .tab-content > .tab-pane {
  width: 100%;
}



.block-trim.tab-content {
}

.block-trim__title {
  font-size: 36px;
  margin-top: 14px;
  margin-bottom: 37px;
  color: #575757;
}

@media (max-width: 1366px) {
  .block-trim__title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .block-trim__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .block-trim .tab-pane > .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.block-trim.tab-content .block-trim__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 1366px) {
  .block-trim__text {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .block-trim__text p {
    margin-bottom: 6px;
  }
}

@media (max-width: 768px) {
}

.block-trim__list {
  padding-left: 0;
}

@media (max-width: 1366px) {
  .block-trim__list {
    font-size: 14px;
    line-height: 20px;
  }
}

.block-trim__item {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 19px;
}

.block-trim__item:before {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  background: #4a87c7;
}

.block-trim__top {
  margin-top: 18px;
  margin-bottom: 29px;
  padding-left: 43px;
}

@media (max-width: 768px) {
  .block-trim__top {
    padding-left: 0;
  }
}

.block-trim__top .nav-tabs li a {
  text-transform: uppercase;
}

.block-trim__slider-wrapper {
  padding-left: 57px;
}

@media (max-width: 768px) {
  .block-trim__slider-wrapper {
    padding-left: 0;
  }
}

.block-trim__right {
}

@media (max-width: 768px) {
  .block-trim__right {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .block-trim--detail-page .nav-tabs {
    display: block;
  }
}

@media (max-width: 480px) {
  .block-trim--detail-page .nav-tabs li {
    margin: 5px 20px 5px 0;
  }
}

/* CONTAINER CHANGE */
/* @media (max-width: 1591px) { */
@media (max-width: 1366px) {
  .block-trim {
    flex-direction: column;
    row-gap: 60px;
  }
  .block-trim__left, .block-trim__right {
    width: 100%;
    padding: 0;
  }
  .block-trim__container {
    flex-direction: column-reverse;
    row-gap: 60px;
  }

  .block-trim__text ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
  }

  .block-trim__text ul li {
    width: calc(50% - 50px);
  }
}

@media (max-width: 991px) {
  .block-trim__text ul {
    display: block;
  }
  .block-trim__text ul li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  section.finish .row {
    margin: 0;
  }
}




.block-banks__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 8px;
  padding: 0 20px;
}

@media (max-width: 1366px) {
  .block-banks__top {
    margin-top: 4px;
    padding: 0 10px;
  }
}

.block-banks__top span {
  color: #b2b2b2;
  font-size: 14px;
  width: 25%;
  padding: 0 5px;
  text-align: center;
}

.block-banks__top span:first-child {
  width: 50%;
  text-align: left;
}

.block-banks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1366px) {
  .block-banks__item {
    padding: 5px 10px;
    font-size: 16px;
  }
}

.block-banks__logo {
  white-space: nowrap;
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 50%;
}

.banks__item-title {
  margin-left: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #5f5c5c;
}

.banks__section {
  font-weight: 600;
  color: #5f5c5c;
  font-size: 16px;
}

.block-banks__proc {
  width: 25%;
  white-space: nowrap;
  text-align: center;
  padding: 0 5px;
}

.block-banks__cost {
  width: 25%;
  white-space: nowrap;
  text-align: center;
  padding: 0 5px;
}

.block-banks__img {
  /*width: 164px;*/
  min-width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  background-size: 55px;
  /*margin-right: 40px;*/
  /* margin-right: 10px; */
}

.block-banks__img img {
  /*width: 100px;*/
  padding: 15px 0;
}

@media (min-width: 1440px) {
  .block-banks__name {
    width: 130px;
  }
}

@media (max-width: 1366px) {
  .block-banks__img {
    /*width: 110px;*/
  }
}

@media (max-width: 768px) {
  .block-banks__img {
    /*width: 50%;*/
    margin-right: 40px;
  }
  .block-banks__name {
    display: none;
  }
}

@media (max-width: 1366px) {
  .block-banks__img img {
    max-width: 100px;
  }
}

@media (max-width: 1199px) {
  .block-banks__img img {
    max-width: 140px;
  }
}

@media (max-width: 768px) {
  .block-banks__img img {
    max-width: 90%;
  }
}

.block-mortgage {
  padding-top: 22px;
  padding-right: 0px;
  margin-bottom: 40px;
}

.block-mortgage__title {
  margin-bottom: 38px;
  font-size: 36px;
  margin-left: 15px;
}

@media (max-width: 1366px) {
  .block-mortgage__title {
    font-size: 28px;
  }
}

.block-mortgage .jq-selectbox__select {
  font-size: 18px;
  line-height: 20px;
  padding: 14px 80px 14px 20px;
  background: #fff;
  height: 50px;
}

@media (max-width: 1366px) {
  .block-mortgage .jq-selectbox__select {
    font-size: 16px;
    height: 37px;
    padding: 7px 60px 7px 15px;
  }
}

@media (max-width: 1366px) {
  .block-mortgage .jq-selectbox {
    width: 100%;
  }
}

@media (max-width: 1366px) {
  .block-mortgage .block-kvartals__kvartal-more {
    max-width: 100%;
  }
}

.block-mortgage .block-filter__label {
  position: relative;
}

.block-filter__label--fee {
  margin-top: 24px;
}

@media (max-width: 992px) {
  .block-filter__label--fee {
    margin-top: 0px;
  }
}

.block-mortgage .block-filter__value-max {
  position: absolute;
  right: 60px;
  top: 0;
  padding-right: 30px;
}

@media (max-width: 1366px) {
  .block-mortgage .block-filter__value-max {
    right: 0;
  }
}

.block-mortgage .block-filter__value-max:before {
  content: "лет";
  font-size: 18px;
  color: #5689c7;
  position: absolute;
  top: 0;
  right: 14px;
  font-weight: 500;
  width: 11px;
  height: 14px;
}

@media (max-width: 1366px) {
  .block-mortgage .block-filter__value-max:before {
    font-size: 14px;
  }
}

.block-mortgage .block-filter__top {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .block-mortgage .block-filter__top {
    margin-bottom: 30px;
  }
}

.block-parking {
  color: #575756;
  margin-bottom: 100px;
}

.block-parking img {
  max-width: 100%;
}

.block-parking__wrap {
  border-top: 1px solid #c6c6c6;
  margin-top: 84px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .block-parking__wrap {
    padding-top: 30px;
  }
}

.block-parking__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .block-parking__row {
    display: block;
  }
}

.block-parking__left {
  width: 26%;
}

@media (max-width: 768px) {
  .block-parking__left {
    width: 100%;
  }
}

.block-parking__right {
  width: 74%;
  padding-left: 100px;
}

@media (max-width: 768px) {
  .block-parking__right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.block-parking__place-types {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d9;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .block-parking__place-types {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.block-parking__place-types ul,
.block-parking__place-types li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-parking__place-types li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .block-parking__place-types li {
    font-size: 14px;
  }
}

.block-parking__place-types li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #575756;
}

.block-parking__place-types .block-parking__place-types--individual:before {
  background: #cadaed;
}

.block-parking__place-types .block-parking__place-types--family:before {
  background: #8db0d6;
}

.block-parking-teaser {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .block-parking-teaser {
    margin-bottom: 0;
  }
}

.block-parking-teaser__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .block-parking-teaser__row {
    display: block;
  }
}

.block-parking-teaser__image {
  width: 60%;
}

.block-parking-teaser__image img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .block-parking-teaser__image {
    width: 100%;
  }
}

.block-parking-teaser__desc {
  width: 40%;
  padding: 10px 95px 0 95px;
  color: #575756;
}

@media (max-width: 1440px) {
  .block-parking-teaser__desc {
    padding: 0 70px 0 70px;
  }
}

@media (max-width: 1199px) {
  .block-parking-teaser__desc {
    width: 100%;
    padding: 20px 5px;
  }
}

.block-parking-teaser__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 23px;
}

@media (max-width: 1440px) {
  .block-parking-teaser__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

.block-parking-teaser__features ul,
.block-parking-teaser__features li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-parking-teaser__features li {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .block-parking-teaser__features li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}

.block-parking-teaser__features li big {
  font-size: 100%;
  font-weight: bold;
}

.block-parking-teaser__features li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #575756;
}

@media (max-width: 768px) {
  .parking-info {
    text-align: center;
  }
}

.parking-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .parking-info__row {
    display: block;
  }
}

.parking-info__title {
  width: 65%;
  font-size: 32px;
  line-height: 38px;
}

@media (max-width: 1440px) {
  .parking-info__title {
    font-size: 25px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .parking-info__title {
    width: 100%;
  }
}

.parking-info__square {
  width: 35%;
  text-align: right;
  font-size: 32px;
  line-height: 38px;
  color: #4a87c7;
}

@media (max-width: 1440px) {
  .parking-info__square {
    font-size: 25px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .parking-info__square {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .parking-info__square {
    text-align: center;
  }
}

.parking-info__price {
  width: 65%;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #4a87c7;
}

@media (max-width: 1440px) {
  .parking-info__price {
    font-size: 25px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .parking-info__price {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .parking-info__price {
    text-align: center;
  }
}

.parking-info__price-desc {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  margin-top: 5px;
  color: #575756;
}

@media (max-width: 1440px) {
  .parking-info__price-desc {
    font-size: 13px;
  }
}

.parking-info__price-desc i {
  font-style: normal;
  color: #4a87c7;
}

.parking-info__term {
  width: 35%;
  text-align: center;
  font-size: 16px;
  color: #4a87c7;
}

@media (max-width: 1440px) {
  .parking-info__term {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .parking-info__term {
    width: 100%;
  }
}

.parking-info__term img {
  display: block;
  margin: -12px auto 5px auto;
}

@media (max-width: 1440px) {
  .parking-info__term img {
    width: 38px;
  }
}

@media (max-width: 991px) {
  .parking-info__term img {
    margin-top: 20px;
  }
}

.parking-info__plan {
  margin-bottom: 50px;
  margin-top: 30px;
}

.parking-info__plan img {
  max-width: 275px;
}

.parking-info__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .parking-info__text {
    font-size: 14px;
    line-height: 22px;
  }
}

.parking-info__form .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
  height: 49px;
  padding: 12px 12px;
}

.parking-info__form .btn {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .parking-info__form .btn {
    font-size: 14px;
  }
}

.footer {
  position: relative;
  background: var(--redesign-dark-color);
  padding: 195px 0 90px;
  margin-top: 429px;
  font-size: 16px;
}

.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  top: -400px;
  background: var(--kanye-grey-color);
}

.footer.footer--no-bgform::before {
  background: #ffffff;
}

@media (max-width: 1199px) {
  .footer::before {
    top: -50px;
    height: 60px;
    border-radius: 12px 12px 0 0;
  }
}

.footer a {
  color: #fff;
}

@media (max-width: 991px) {
  .footer {
    padding: 100px 0;
  }
}
.footer-nav__list {
  padding: 0;
  margin: 0;
}

@media (max-width: 1366px) {
  .footer-nav__list {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .footer-nav__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-nav__item {
  list-style: none;
}

.footer-nav__item + .footer-nav__item {
  margin-top: 20px;
}

.footer-nav__link {
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}

.footer-nav__link:hover {
  color: var(--kanye-gold-color);
}

@media (max-width: 768px) {
  .footer-copywrite {
    padding-top: 30px;
  }
}

.footer-copywrite p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

@media (max-width: 1366px) {
  .footer-copywrite p {
    font-size: 14px;
    line-height: 22.5px;
  }
}

.footer-copywrite a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1366px) {
  .footer-copywrite a {
    font-size: 14px;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }

  nav.footer-nav {
    text-align: center;
    margin-top: 60px;
  }
}

.footer__logo {
  display: block;
  width: 100px;
  margin: 0 auto 50px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__socials {
  text-align: center;
}

.footer__copyright {
  text-align: right;
  color: #fff;
}

.footer__copyright a:hover,
.footer__copyright a:focus {
  color: var(--kanye-gold-color);
}

.footer__copyright p {
  margin-bottom: 0;
}

.footer__copyright > p + p {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .footer__copyright {
    text-align: center;
    margin-top: 60px;
  }
}

.block-projects {
  margin-top: 85px;
  padding: 30px 0;
}

@media (max-width: 1366px) {
  .block-projects {
    padding: 15px 0 5px;
  }
}

.block-projects__item {
  display: block;
  padding: 20px 30px;
  border: 2px solid #f0f0f0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.block-projects__item:hover,
.block-projects__item--current {
  border-color: #4a87c7;
}

@media (max-width: 1600px) {
  .block-projects__item {
    padding: 15px 20px;
  }
}

@media (max-width: 1600px) {
  .block-projects__item {
    padding: 15px 15px;
  }
}

@media (max-width: 1366px) {
  .block-projects__item {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .block-projects__item {
    margin-bottom: 10px;
  }
}

.block-projects__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.block-projects__logo img {
  max-width: 65px;
}

@media (max-width: 1600px) {
  .block-projects__logo {
    margin-right: 20px;
  }
}

@media (max-width: 1440px) {
  .block-projects__logo {
    margin-right: 10px;
  }
}

.block-projects__text {
  display: inline-block;
  vertical-align: middle;
}

.block-projects__name {
  font-family: "TT Norms", sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  color: #575757;
}

@media (max-width: 1600px) {
  .block-projects__name {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .block-projects__name {
    font-size: 14px;
  }
}

.block-projects__city {
  font-family: "TT Norms", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #575757;
}

@media (max-width: 1199px) {
  .block-projects__city {
    font-size: 12px;
  }
}





/** первый блок */

.block-project-item {
  margin-top: 220px;
}
@media (max-width: 1199px) {
  .block-project-item {
    margin-top: 180px;
  }
}

.block-project-item__wrapper {
  display: flex;
}

.block-project-item__part {
  width: 50%;
  position: relative;
}

.block-project-item__slider {
  height: 100%;
}

.block-project-item__slider .slick-slider {
  height: 100%;
}

.block-project-item__image {
  width: 100%;
  height: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-project-item__date {
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: var(--kanye-default-color);
  background: var(--kanye-brightgold-color);
}

.block-project-item__title {
  margin-top: 40px;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
}

.block-project-item__title h1 {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
}

.block-project-item__desc {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-right: 160px;
}

.block-project-item__links {
  margin: 80px 0 0;
}

.block-project-item__links-item {
  position: relative;
  display: block;
  width: 390px;
  padding: 19px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  background: var(--kanye-gold-color);
  color: var(--kanye-brown-color)
}

.block-project-item__links-item--dark{
  cursor: pointer;
  background: var(--kanye-brown-color);
  color: #fff;
}

.block-project-item__links-item + .block-project-item__links-item  {
  margin: 10px 0 0;
}

.block-project-item__links-item:hover {
  background: var(--kanye-darkgold-color);
  color: var(--kanye-brown-color);

}

.block-project-item__links-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 11px;
  background-image: url("dist/img/icon-arrow-long-right-dark.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-project-item__links-item--dark::after{
  filter: brightness(0) invert(1);
}

.block-project-infographics__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 112px;
}

.block-project-infographics__part {
}

.block-project-infographics {
  
}

.block-project-infographics__numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 70px;
}

.block-project-infographics__lease-image img {
  height: 100%;
}

.block-project-infographics__quantity {
  position: relative;
  z-index: 2;
  font-size: 0;
  line-height: 0;
}
.block-project-infographics__quantity-item {
  width: 25%;
  color: var(--kanye-default-color);
}
.block-project-infographics__quantity-item a:hover {
  color: var(--kanye-littlebrown-color);
}

.block-project-infographics__quantity-item span {
  display: block;
}

.block-project-infographics__quantity-number {
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
}

.block-project-infographics__quantity-desc {
  margin: 20px 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
}

.block-project-infographics__scheme {
  display: flex;
  flex: 0 0 500px;
}

.block-project-infographics__scheme img {
  width: 100%;
}

/* CONTAINER CHANGE */
/* @media (max-width: 1591px) { */
@media (max-width: 1366px) {
  .block-project-item {
    /* margin-top: 165px; */
  }
  
  .block-project-item__wrapper {
    display: block;
  }

  .block-project-item__part {
    width: 100%;
  }

  .block-project-item__links {
    margin: 60px 0 0;
  }

  .block-project-item__slider {
    height: 589px;
    margin: 60px 0 0;
  }

  .block-project-infographics__wrapper {
    display: block;
    margin: 60px 0 100px;
  }

  .block-project-infographics__scheme {
    margin: 60px 0 0;
  }

}

@media (max-width: 991px) {

  .block-project-item__desc {
    margin-right: 0;
  }

  .block-project-item__slider {
    height: 388px;
  }

  .block-project-infographics__numbers {
    flex-wrap: wrap;
    row-gap: 60px;
  }

  .block-project-infographics__quantity-item {
    width: 50%;
  }

}


@media (max-width: 480px) {
  .block-project-item__slider {
    height: 280px;
    margin: 40px 0 0;
  }
  
  .block-project-infographics__lease-image img {
    width: 100%;
  }

  .block-project-item__links-item {
    width: 100%;
  }

  .block-project-infographics__numbers {
    column-gap: 15px;
    align-items: flex-start;
  }

  .block-project-infographics__quantity-item {
    width: calc(50% - 15px);
  }
}


/** первый блок конец */




.block-project-infrastructure {
  padding: 100px 0;
  color: var(--kanye-default-color);
}

.block-project-infrastructure__wrapper {
  display: flex;
}

.block-project-infrastructure__left {
  flex: 0 1 40%;
  padding-right: 160px;
}

.block-project-infrastructure__right {
  flex: 1 0 60%;
}

.block-project-infrastructure__title {
  margin: 63px 0 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
}

@media (max-width: 1591px) {
  .block-project-infrastructure__title {
    margin: 0;
  }
}

.block-project-infrastructure__desc {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 160%;
}

.block-project-infrastructure__desc p {
  margin: 0 0 30px;
}

.block-project-infrastructure__view-om-map-title {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d9;
}

@media (max-width: 1366px) {
  .block-project-infrastructure__view-om-map-title {
    font-size: 14px;
  }
}

.block-project-infrastructure__map {
  height: 500px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}

@media (max-width: 1591px) {
  .block-project-infrastructure__wrapper {
    display: block;
  }
  .block-project-infrastructure__left,
  .block-project-infrastructure__right {
    flex: 1 1 100%;
  }
  .block-project-infrastructure__left {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .block-project-infrastructure__map {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .block-project-infrastructure {
    padding: 60px 0;
  }

  .block-project-infrastructure__title {
    font-size: 20px;
    line-height: 130%;
  }
}

.block-project-infrastructure .custom-checkbox {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  padding-left: 25px;
  position: relative;
}

.block-project-infrastructure .custom-checkbox input {
  display: none;
}

@media (max-width: 1366px) {
  .block-project-infrastructure .custom-checkbox {
    font-size: 14px;
  }
}

.block-project-infrastructure .custom-checkbox span {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #d7d7d9;
  left: 0;
  top: 7px;
}

.block-project-infrastructure .custom-checkbox input:checked + span:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #4a87c7;
  left: 1px;
  top: 1px;
}

.block-project-infrastructure .custom-checkbox:hover {
  color: #4a87c7;
}

.block-project-infrastructure .form-group--checkbox {
  margin: 5px 0 5px 0;
}

.block-project-features {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-project-features__left {
  width: 50%;
}

.block-project-features__picture {
  opacity: 0;
  display: none;
  height: 100%;
}

.block-project-features__picture.active {
  opacity: 1;
  display: block;
}

.block-project-features__right {
  position: relative;
  height: 567px;
  width: 50%;
  padding: 100px;
  background: var(--kanye-gold-color);
  color: var(--kanye-default-color);
}

.block-project-features__right .nav-tabs {
  margin-bottom: 50px;
  display: flex;
  /* justify-content: space-between; */
  column-gap: 30px;
}
.block-project-features__right .nav-tabs::before,
.block-project-features__right .nav-tabs::after {
  content: unset;
}

.block-project-features__right .nav-tabs li a {
  padding: 10px 0;
  /* margin: 0 15px; */
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.block-project-features__right .nav-tabs li a:hover {
  color: unset;
}

@media (max-width: 1200px) {
  .block-project-features__left,
  .block-project-features__right {
    width: 100%;
  }
}

.block-project-features__tabs .nav-tabs li {
  float: none;
}

.block-project-features__tabs .nav-tabs li.active {
  border: 0;
}

.block-project-features__tabs .nav-tabs li a {
  border: 0;
  background: none;
}
.block-project-features__tabs .nav-tabs li.active a{
  background: none;
  color: var(--kanye-brown-color);
  border-bottom: 1px solid var(--kanye-brown-color);
}

.block-project-features__img {
  width: 100%;
  height: 100%;
  max-height: 567px;
  object-fit: cover;
  object-position: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .block-project-features__img {
    max-height: 700px;
  }
}

.block-project-features__title {
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 40px;
  font-weight: 500;
}

.block-project-features__text {
  font-size: 16px;
  line-height: 28px;
}

.block-project-features__controls {
  position: absolute;
  bottom: 100px;
  display: flex;
  align-items: center;
}

.block-project-features__controls-prev {
  display: inline-block;
  width: 35px;
  height: 15px;
  background: url(dist/img/icon-arrow-long-right-dark.svg)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-right: 10px;
  vertical-align: middle;
  transform: rotate(180deg);
}

.block-project-features__controls-next {
  display: inline-block;
  width: 35px;
  height: 15px;
  background: url(dist/img/icon-arrow-long-right-dark.svg)
    no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  margin-left: 10px;
  vertical-align: middle;
}


@media (max-width: 1200px) {
  .block-project-features {
    flex-direction: column-reverse;
  }
  .block-project-features__left {
    height: 700px;
  }
  .block-project-features__right {
    height: auto;
    padding: 80px 0 150px;
  }
  
  .block-project-features__tabs {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
  }
  .block-project-features__controls {
    bottom: 80px;
  }
}

@media (max-width: 991px) {
  .block-project-features__left {
    height: 422px;
  }
}

@media (max-width: 480px) {
  .block-project-features__left {
    height: 283px;
  }

  .block-project-features__right {
    padding: 60px 0 120px;
  }

  .block-project-features__controls {
    bottom: 60px;
  }
  .block-project-features__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .block-project-features__right .nav-tabs li a {
    font-size: 12px;
    padding: 3px 0;
  }
  .block-project-features__right .nav-tabs {
    column-gap: unset;
    justify-content: space-between;
  }
}


.block-project-features__controls-slide-item {
  text-align: center;
  font-size: 18px;
}

.block-project-plan {
  margin-bottom: 40px;
}

@media (max-width: 1366px) {
  .block-project-plan {
    margin-bottom: 20px;
  }
}

.block-project-plan__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .block-project-plan__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .block-project-plan__row {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .block-project-plan__row {
    margin-bottom: 10px;
  }
}

.block-project-plan__left {
  width: 20%;
  color: #575756;
}

@media (max-width: 1199px) {
  .block-project-plan__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .block-project-plan__left {
    margin-bottom: 0px;
  }
}

.block-project-plan__right {
  width: 80%;
  padding-left: 100px;
}

@media (max-width: 1440px) {
  .block-project-plan__right {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .block-project-plan__right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .block-project-plan__right {
    display: none;
  }
}

.block-project-plan__right img {
  max-width: 100%;
}

.block-project-plan__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .block-project-plan__title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

.block-project-plan__text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .block-project-plan__text {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .block-project-plan__text {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 1366px) {
  .block-project-plan__text {
    font-size: 12px;
    line-height: 24px;
  }
}

.block-project-plan__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1440px) {
  .block-project-plan__feature {
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 1366px) {
  .block-project-plan__feature {
    font-size: 12px;
  }
}

.block-project-plan__feature img {
  max-width: 75px;
  max-height: 50px;
}

@media (max-width: 1440px) {
  .block-project-plan__feature img {
    max-width: 55px;
    max-height: 40px;
  }
}

.block-project-plan__feature-image {
  min-width: 95px;
}

@media (max-width: 1440px) {
  .block-project-plan__feature-image {
    min-width: 74px;
  }
}

.block-project-feedback {
  /* margin-bottom: 35px;  */
  background: var(--kanye-brown-color);
  color: #f0f0f2;
  padding: 50px 0;
}

@media (max-width: 480px) {
  .block-project-feedback {
    /* padding: 30px 0; */
  }
}

.block-project-feedback__wrapper {
  position: relative;
  background: var(--kanye-brown-color);
  color: #f0f0f2;
}

.block-project-feedback__white {
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .block-project-feedback__white {
    font-size: 23px;
    line-height: 32px;
  }
}

.block-project-feedback__black {
  /* font-size: 24px; */
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--kanye-gold-color);
}

@media (max-width: 768px) {
  .block-project-feedback__black {
    font-size: 24px;
    line-height: 32px;
  }
}

.block-project-feedback__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: var(--kanye-gold-color);
}

.block-contacts-feedback__text {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  position: absolute;
  bottom: 55px;
}

.block-contacts-feedback__text a {
  color: inherit;
  text-decoration: underline;
}

.block-contacts-feedback__text a:hover {
  text-decoration: none;
}

.block-project-feedback__inputs {
  margin: 20px 0 0;
  column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-project-feedback__input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-project-feedback__input .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  padding: 14px 0;
  border: 0;
  width: 100%;
  background: var(--kanye-gold-color);
}

@media (max-width: 768px) {
  .block-project-feedback__input {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.block-project-feedback__input--last {
  width: 10%;
  padding-right: 0;
}

@media (max-width: 768px) {
  .block-project-feedback__input--last {
    width: 25%;
    margin-left: auto;
  }
}

.block-project-feedback__input input {
  width: 100%;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  border: 0;
}

.block-project-feedback__result {
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: var(--kanye-gold-color);
  text-align: center;
}

@media (max-width: 991px) {

  .block-project-feedback__inputs {
    display: block;
  }

  .block-project-feedback__input {
    margin: 0 0 20px;
  }
}


@media (max-width: 480px) {
  .block-project-feedback__title {
    font-size: 24px;
  }
}

.block-project-feedback .btn-outline {
  border: 1px solid #f0f0f2;
}

.block-project-tech-solutions {
  margin-bottom: 45px;
}

.block-project-tech-solutions__wrap {
  background: #f0f0f0;
  padding: 40px 0 15px 0;
  color: #575756;
}

.block-project-tech-solutions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .block-project-tech-solutions__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block-project-tech-solutions__title {
  font-size: 32px;
  margin-bottom: 35px;
}

@media (max-width: 1366px) {
  .block-project-tech-solutions__title {
    font-size: 26px;
  }
}

.block-project-tech-solutions__item {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .block-project-tech-solutions__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.block-project-tech-solutions__item--first {
  width: 27%;
}

@media (max-width: 1199px) {
  .block-project-tech-solutions__item--first {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .block-project-tech-solutions__item--first {
    width: 100%;
  }
}

.block-project-tech-solutions__item--middle {
  padding-left: 30px;
  width: 42%;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .block-project-tech-solutions__item--middle {
    width: 50%;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .block-project-tech-solutions__item--middle {
    width: 100%;
    padding: 0;
  }
}

.block-project-tech-solutions__item--last {
  width: 31%;
}

@media (max-width: 1199px) {
  .block-project-tech-solutions__item--last {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .block-project-tech-solutions__item--last {
    width: 100%;
  }
}

.block-project-tech-solutions__item img {
  max-width: 100%;
  max-height: 350px;
}

@media (max-width: 1600px) {
  .block-project-tech-solutions__item img {
    max-height: 300px;
  }
}

@media (max-width: 1366px) {
  .block-project-tech-solutions__item img {
    max-height: 240px;
  }
}

@media (max-width: 768px) {
  .block-project-tech-solutions__item img {
    display: block;
    margin: 0 auto;
  }
}

.block-project-tech-solutions__image {
  padding-right: 25px;
}

@media (max-width: 768px) {
  .block-project-tech-solutions__image {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.block-project-tech-solutions__bold {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 1600px) {
  .block-project-tech-solutions__bold {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 7px;
  }
}

@media (max-width: 1366px) {
  .block-project-tech-solutions__bold {
    font-size: 16px;
  }
}

.block-project-tech-solutions__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .block-project-tech-solutions__text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1366px) {
  .block-project-tech-solutions__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.block-project-tech-solutions .slick-arrow {
  background: none;
  border: none;
  font-size: 0;
  border-bottom: 2px solid #ababab;
  width: 50px;
  display: block;
  position: absolute;
  top: 20%;
}

.block-project-tech-solutions .slick-prev {
  left: 0;
}

.block-project-tech-solutions .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #ababab;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  left: 0;
  top: -1px;
  transform: rotate(-45deg);
}

.block-project-tech-solutions .slick-next {
  right: 0;
}

.block-project-tech-solutions .slick-next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #ababab;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  right: 0;
  top: -1px;
  transform: rotate(135deg);
}

.block-project-engine-solutions {
  margin-bottom: 45px;
  color: #575756;
}

.block-project-engine-solutions .row {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d9;
}

.block-project-engine-solutions__standart-title {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 360px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  text-align: right;
  text-transform: uppercase;
  color: #4a87c7;
  background: #fff;
}

@media (max-width: 1366px) {
  .block-project-engine-solutions__standart-title {
    width: 300px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .block-project-engine-solutions__standart-title {
    right: 10px;
    width: 210px;
    font-size: 12px;
  }
}

.block-project-engine-solutions__title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 40px;
}

@media (max-width: 1366px) {
  .block-project-engine-solutions__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .block-project-engine-solutions__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .block-project-engine-solutions__item {
    margin-bottom: 30px;
  }
}

.block-project-engine-solutions__item img {
  max-width: 100%;
}

.block-project-engine-solutions__image {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .block-project-engine-solutions__image {
    margin-bottom: 20px;
  }
}

.block-project-engine-solutions__item-title {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 1366px) {
  .block-project-engine-solutions__item-title {
    font-size: 16px;
  }
}

.block-project-engine-solutions__text {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1366px) {
  .block-project-engine-solutions__text {
  }
  .block-project-engine-solutions__text p {
    margin-bottom: 5px;
  }
}

.block-project-engine-solutions__controls {
  position: static;
  color: #5c93cd;
  margin-top: 10px;
  display: none;
}

@media (max-width: 768px) {
  .block-project-engine-solutions__controls {
    display: block;
  }
}

.block-project-engine-solutions__controls .main-slider__controls-prev {
  background: none;
  border: none;
  font-size: 0;
  border-top: 1px solid #5c93cd;
  width: 25px;
  display: inline-block;
  height: 1px;
  position: relative;
}

.block-project-engine-solutions__controls .main-slider__controls-prev:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #5c93cd;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  left: 0;
  top: -3px;
  transform: rotate(-45deg);
}

.block-project-engine-solutions__controls .main-slider__controls-next {
  background: none;
  border: none;
  font-size: 0;
  border-top: 1px solid #5c93cd;
  width: 25px;
  display: inline-block;
  height: 1px;
  position: relative;
}

.block-project-engine-solutions__controls .main-slider__controls-next:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #5c93cd;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  right: 0;
  top: -3px;
  transform: rotate(135deg);
}

.flats-js-slider a.block-cart{
  height: 250px;
}
.flats-js-slider div.block-cart__img img {
  width: inherit!important;
  height: 200px;
  max-height: 230px;
  max-width: 100%;
  object-fit: contain;
}

.block-project-dynamic {
  color: #575756;
  margin-bottom: 105px;
}

@media (max-width: 1366px) {
  .block-project-dynamic {
    margin-bottom: 70px;
  }
}

.block-project-dynamic__title {
  font-size: 32px;
  margin-bottom: 50px;
}

@media (max-width: 1366px) {
  .block-project-dynamic__title {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.block-project-dynamic__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

@media (max-width: 1366px) {
  .block-project-dynamic__text {
    font-size: 14px;
  }
}

.block-project-dynamic__slide img {
  max-width: 100%;
}

.block-project-dynamic__month-slider {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-top: 15px;
}

@media (max-width: 1366px) {
  .block-project-dynamic__month-slider {
    margin-bottom: 30px;
  }
}

.block-project-dynamic__month-slider .slick-prev,
.block-project-dynamic__month-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.block-project-dynamic__month-slider .slick-prev:before,
.block-project-dynamic__month-slider .slick-next:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #575756;
  border-left: 1px solid #575756;
}

.block-project-dynamic__month-slider .slick-prev {
  left: -9px;
}

.block-project-dynamic__month-slider .slick-prev:before {
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.block-project-dynamic__month-slider .slick-next {
  right: -9px;
}

.block-project-dynamic__month-slider .slick-next:before {
  float: right;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.block-project-dynamic__month-slide {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.block-project-dynamic__month-slide a {
  color: #d7d7d9;
  display: inline-block;
  padding-bottom: 3px;
}

@media (max-width: 1366px) {
  .block-project-dynamic__month-slide a {
    font-size: 13px;
  }
}

.block-project-dynamic__month-slide a.active {
  color: #575756;
  border-bottom: 2px solid var(--kanye-brown-color);
}

.politika-wrapper {
  padding: 145px 0;
  position: relative;
}

.back-close {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAACySURBVCjPbdExbsJAEEbhz6xEZfcxoqBClvCtcgFcBB8DiUMh0RApl+ACrrYhhbHZTTzte5r5ZwYoLFUBKzS+lP9w6aQhKHzaObiLGe5sfbgG/GhtMqXUqT1cxIDoW2ujfSkTPhsIzEqtdbdOcZq/clR7kOKpQ9qlSvG45lTPpWOEZMQ4e3hlibkwJTi7zXHjW3jjIdsojkKK/y4dg8LRNk8+K3tXaPQLz6r0muyxy+/+Bek2QN9CaNm9AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTA4LTIwVDExOjA0OjE3KzAwOjAwXthSFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0wOC0yMFQxMTowNDoxNyswMDowMC+F6qgAAAAASUVORK5CYII=);
  background-color: #f5f5f5;
  margin-top: -50px;
}

/* ANCHOR page-docs start */

.block-main-docs {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-docs {
  margin: 50px 0;
}

.block-docs__title {
  margin-bottom: 45px;
  font-weight: 300;
  font-size: 32px;
}

.block-docs__cat {
  margin: 45px 0 70px;
}

.block-docs__cat-name {
  padding-bottom: 8px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #b2b2b2;
}

.block-docs__item {
  display: flex;
  justify-content: space-between;
  margin: 17px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #575757;
  transition: all 0.3s;
}

.block-docs__item-name {
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
}

.block-docs__item-name::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 11px;
  height: 15px;
  background-image: url("dist/img/download-darkgold.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .block-docs__item-name::after {
    bottom: 4px;
  }
}

.choosKv{
  position: fixed;
  top: 60vh;
  right: -10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 30px;
  text-transform: none;
  margin-left: auto;
  z-index: 1000;
  margin-right: 10px;
  background: var(--kanye-brown-color);
  transform: rotate(90deg);
  transform-origin: right top;
  color: #fff;
  display: none;
}
.choosKv.active{
  display: block;
}
@media (max-width: 708px) {
  .choosKv{
    display: none;
    position: fixed;
    top: 60vh;
    right: -10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 8px 20px;
  }
}

@media (max-width: 1366px) {
  .block-docs__title {
    font-size: 24px;
  }
  .block-docs__cat-name {
    font-size: 12px;
  }
  .block-docs__item {
    font-size: 12px;
    margin: 8px 0;
  }
  .block-docs {
    margin: 30px 0 0px;
  }
  .block-docs__cat {
    margin: 30px 0 60px;
  }
  .block-docs__cat-name {
    margin-bottom: 15px;
  }
  .block-docs__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .block-main-docs {
    height: 300px;
  }
  .block-docs { 
    margin: 25px 0 50px;
  }
  .block-docs__title {
    margin-bottom: 20px;
  }
  .block-docs__cat {
    margin: 20px 0 35px;
  }
  .block-docs__cat-name {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .block-docs__item-name {
    padding-left: 17px;
    padding-right: 5px;
  }
}

/* page-docs end */

/* ANCHOR page contacts start */

.block-contacts {
  position: relative;
  padding: 120px 0 60px;
  color: var(--kanye-default-color);
}

.block-contact__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 36px;
  margin: 0;
}

.block-contact__tabs {
  margin: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.block-contact__tabs-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.2s;
  border: 3px solid transparent;
  color: var(--kanye-default-color);
}

.block-contact__tabs a:focus,
.block-contact__tabs a:active {
  color: var(--kanye-default-color);

}

.block-contact__tabs-item.active {
  font-weight: 500;
  border-bottom: 3px solid var(--kanye-gold-color);
}

.block-contact__tabs-item:hover {
  color: var(--kanye-default-color);
  border-bottom: 3px solid var(--kanye-gold-color);
}

.block-contact__content-item {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.block-contact__content-item.active {
  display: flex;
  flex-direction: column;
  opacity: 1;
}

.block-contact__content-info {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
}

.block-contact__content-info-text {
  margin-bottom: 40px;
}

.block-contact__content-info-text p {
  margin-bottom: 0;
}

.block-contact__content-info-text a {
  color: var(--kanye-brown-color);
}

.block-contact__content-info-text a:hover {
  color: var(--kanye-gold-color);
}

@media (max-width: 991px) {
  .block-contacts {
    padding: 120px 0;
  }
}

@media (max-width: 480px) {
  .block-contacts {
    padding: 80px 0 0;
  }

  .block-contact__title {
    font-size: 24px;
  }
}

.block-contact__content-time {
  flex-grow: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  flex: 0 0 30%;
}

.block-contact__content-time-title {
  margin-bottom: 0;
}

.block-contact__content-sheme {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}

.block-contact__content-sheme::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 11px;
  height: 15px;
  background-image: url("dist/img/download-darkgold.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-contact-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 52%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.contacts-callback {
  margin: 50px 0 -120px;
}

@media (max-width: 991px) {
  .contacts-callback {
    margin: 50px 0 -40px;
  }
}

.contacts-callback__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background: var(--redesign-beige-color);
  color: var(--kanye-default-color);
  z-index: 1;
  border-radius: 12px;
}

@media (max-width: 1590px) {
  .contacts-callback__wrapper {
    padding: 40px 40px 70px;
  }
}

@media (max-width: 960px) {
  .contacts-callback__wrapper {
    padding: 40px;  
  }
}

@media (max-width: 640px) {
  .contacts-callback__wrapper {
    padding: 30px;
  }
}

.contacts-callback__desc {
  width: 50%;
  max-width: 420px;
  margin-right: 100px;
}

.contacts-callback__title {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.contacts-callback__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 960px) {
  .contacts-callback__title {
    font-size: 25px;
  }

  .contacts-callback__text {
    font-size: 16px;
  }
}

.contacts-callback-form {
  display: flex;
  gap: 30px;
  width: 60%;
  align-items: center;
}

@media (max-width: 960px) {
  .contacts-callback-form {
    flex-direction: column;
    gap: 30px;
    width: auto;
  }
}

.contacts-callback-form__input {
  display: block;
  max-width: 230px;
  padding: 14px 12px;
  height: 60px;
  font-size: 16px;
  line-height: 1;
  border: 0px solid #d3d3d3;
  border-radius: 5px;
  color: var(--kanye-brown-color) !important;
}

.project-callback-form__input {
  display: block;
  min-width: 290px;
  padding: 14px 12px;
  height: 60px;
  font-size: 16px;
  line-height: 1;
  border: 0px solid #d3d3d3;
  border-radius: 5px;
  color: var(--kanye-brown-color) !important;
  width: 100%;
  margin-bottom: 20px;
}

.contacts-callback-form__submit {
  display: block;
  max-width: 230px;
  padding: 18px 32px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: var(--kanye-default-color);
  color: white;
  border: none;
  border-radius: 5px;
}

.block-project-feedback__text {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ffffff;
}

.block-project-feedback__text a{
  color: #ffffff;
}

@media (max-width: 1590px) {
  .contacts-callback__wrapper {
    flex-wrap: wrap;
  }

  .contacts-callback__desc {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .contacts-callback-form {
    width: 100%;
  }

  .contacts-callback-form__input {
    max-width: 240px;
  }

  .contacts-callback-form__submit {
    max-width: 240px;
  }

  .block-contacts-feedback__text {
    bottom: 30px;
  }
}

@media (max-width: 960px) {
  .contacts-callback {
    margin: 50px 0 120px;
  }

  .contacts-callback-form__input {
    max-width: none;
    width: 100%;
  }

  .contacts-callback-form__submit {
    max-width: none;
    width: 100%;
  } 

  .block-contacts-feedback__text {
    bottom: 23px;
    padding: 0 30px;
  }
}

.contacts-callback-form__submit:hover {
  background: var(--kanye-darkgold-color);
}

.contacts-team {
  margin-bottom: 80px;
}

.contacts-team__title {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 500;
  color: #575757;
}

@media (max-width: 960px) {
  .contacts-team__title {
    font-size: 35px;
  }
}

@media (max-width: 640px) {
  .contacts-team__title {
    font-size: 30px;
  }
}

.contacts-team-slider {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1590px) {
  .contacts-team-slider {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1200px) {
  .contacts-team-slider {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .contacts-team-slider {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .contacts-team-slider {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.contacts-team-slider__item {
  flex: 0 1 15%;
}

@media (max-width: 1590px) {
  .contacts-team-slider__item {
    flex: 0 0 23%;
  }
}

@media (max-width: 960px) {
  .contacts-team-slider__item {
    flex: 1 0 49%;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .contacts-team-slider__item {
    flex: 1 0 48%;
  }
}

@media (max-width: 480px) {
  .contacts-team-slider__item {
    flex: 1 0 100%;
  }
}

.contacts-team-slider__item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts-team-slider__item-photo {
  height: 320px;
  margin-bottom: 18px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

@media (max-width: 960px) {
  .contacts-team-slider__item-photo {
    height: 400px;
  }
}

@media (max-width: 640px) {
  .contacts-team-slider__item-photo {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contacts-team-slider__item-photo {
    height: 420px;
  }
}

.contacts-team-slider__item-name {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #575757;
}

.contacts-team-slider__item-position {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #575757;
}

.contacts-team-slider__item-mail {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 10px;
  color: var(--kanye-brown-color);
}

.contacts-team-slider__item-phone {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--kanye-brown-color);
}

.contacts-team-slider__item-mail:hover {
  color: var(--kanye-darkgold-color);
}

.contacts-team-slider .slider-arrow {
  position: absolute;
  top: -60px;
  display: block;
  width: 30px;
  height: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: all 0.2s;
  cursor: pointer;
}

.contacts-team-slider .slider-arrow:hover {
  opacity: 1;
}

.contacts-team-slider .slider-arrow--prev {
  right: 80px;
  background-image: url("/local/templates/scandia.life.mainpage/dist/img/ico/slider-arrow-prev.png");
}

.contacts-team-slider .slider-arrow--next {
  right: 30px;
  background-image: url("/local/templates/scandia.life.mainpage/dist/img/ico/slider-arrow-next.png");
}

.ipotekaBannerContent {
  min-width: 250px;
}

@media (max-width: 1366px) {
  .contacts-team-slider__item-position {
    margin-bottom: 6px;
  }
  .contacts-team-slider__item-photo {
    margin-bottom: 10px;
  }
  .contacts-team {
    margin: 50px 0 80px;
  }
}

@media (max-width: 1200px) {
  .contacts-callback__desc {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .block-contact {
    width: 100%;
  }
  .block-contact-map {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  /* .contacts-callback-form__submit,
  .contacts-callback-form__input {
    min-width: 160px;
    height: 45px;
  }
  .contacts-callback__desc {
    max-width: 280px;
  }
  .contacts-callback-form__submit,
  .contacts-callback-form__input {
    margin-left: 10px;
  }
  .contacts-callback__wrapper {
    padding: 30px 25px;
  } */
}

@media (max-width: 768px) {
  .contacts-callback__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contacts-callback__desc {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    max-width: initial;
  }
  .contacts-callback-form__input,
  .contacts-callback-form__submit {
    min-width: 240px;
  }
  .contacts-callback-form__input {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .block-contact-map {
    height: 320px;
  }
  .contacts-callback-form {
    flex-direction: column;
    width: 100%;
  }
  .contacts-callback-form__input,
  .contacts-callback-form__submit {
    width: 100%;
    min-width: 100%;
    margin: 5px 0;
  }
  .contacts-team-slider .slider-arrow {
    top: -30px;
  }
}

/* page contacts end */

/* page standats start */
.slick-initialized .slick-slide {
  outline: none !important;
}
.block-cart__wrapper.flats-js-slider.slick-initialized .slick-slide {
  outline: none !important;
  height: auto;
}
body .page-standart-form .block-project-feedback {
  margin-bottom: 0px;
}
.main-standarts {
  height: 400px;

  background-image: url("/local/templates/scandia.life.mainpage/dist/img/standarts/head_new.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.building-standards {
  margin: 80px 0;

  color: #474747;
}

.standarts-title {
  margin-top: 0;
  margin-bottom: 30px;

  font-size: 55px;
  line-height: 60px;
  font-weight: 500;
}

.sandart-hashtag {
  margin: 30px 0;

  font-size: 24px;
  text-transform: uppercase;
}

.standarts-text {
  /* font-size: 24px; */
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

.building-standards__infographic {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-end;
  flex-wrap: wrap;
  margin: -30px -40px;
}

.building-standards__infographic-item {
  width: calc(25% - 80px);
  margin: 30px 40px;
}

.building-standards__infographic-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  max-height: 90px;
  margin-bottom: 30px;
}

.building-standards__infographic-icon img {
  display: block;
  max-width: 100%;
  max-height: 90px;
}

.building-standards__infographic-name {
  font-size: 16px;
  line-height: 22px;
  max-width: 97px;
}

.rubric-item {
  /* margin: 80px 0 30px; */
  margin: 80px 0 45px;
}

.rubric-item__title {
  margin-bottom: 40px;

  font-size: 18px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;

  color: #b3b3b3;
}

.rubric-item__title span {
  position: relative;

  padding-left: 45px;
}

.rubric-item__title span::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 100%;
  left: -9999px;
  transform: translateY(-50%);

  height: 1px;

  background: #b3b3b3;
}

.rubric-item__images img {
  display: block;
  max-width: 100%;
  height: auto;
}

.rubric-item__images.rubric-item__images-big {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rubric-item__images.rubric-item__images-big:not(.only) img:first-of-type {
  width: 100%;
  margin-bottom: 30px;
}

.rubric-item__images.rubric-item__images-big:not(.only) img:nth-child(2) {
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
}

.rubric-item__images.rubric-item__images-big:not(.only) img:last-of-type {
  width: calc(100% / 3 * 2 - 15px);
  margin-left: 15px;
}

.rubric-item__desc {
  padding-left: 40px;
  /* padding-left: 70px; */
}

.rubric-item__name {
  margin-bottom: 45px;

  font-size: 31px;
  line-height: 38px;

  color: #575757;
}
.margin125 {
  margin-top: 125px;
}
.margin52 {
  margin-top: 52px;
}
.rubric-item__text p.margin66 {
  margin-top: 66px;
}
.rubric-item__text p.margin36 {
  margin-top: 36px;
}
.rubric-item__text {
  font-size: 16px;
  line-height: 28px;

  color: #575757;
}

.rubric-item__text p {
  /* margin: 25px 0; */
  margin: 15px 0;
}

.rubric-item__text blockquote {
  margin: 50px 0;
  padding: 42px 13px;
  border: none;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;

  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

/* выразительная архитектура */
.architecture-item {
  background: #565656;
  color: #f0f0f2;
}
.architecture-item_title {
  margin: 45px 0px 45px 0px;
  line-height: 30px;
  margin-top: 41px;
  margin-bottom: 38px;
}
.architecture-item__row-image {
  background-image: url(/local/templates/scandia.life.mainpage/dist/img/standarts/1_2arch.jpg);
  color: #f0f0f2;
  font-size: 18px;
  position: relative;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 27px;
}
.architecture-item__row-title {
  margin-bottom: 50px;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 992px) {
  .row.block-architecture-item__row .col-xs-2 {
    width: 33%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .row.block-architecture-item__row .col-xs-2 {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .row.block-architecture-item__row .col-xs-2 {
    width: 100%;
  }
}

/* офисы и магазины */
.rubric-item__office {
  margin: 45px 0 30px;
  margin-bottom: 90px;
}
.rubric-item__icons-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #575757;
}
.rubric-item__icons {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.rubric-item__icon {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: auto;
  margin-left: 20px;
}
.rubric-item__icon img {
  width: 50px;
  height: 50px;
}
.rubric-item__icon-name {
  min-height: 40px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #575757;
}

/* Удобные парковочные места  */
.rubric-item__parking {
  /*margin: 35px 0 30px;*/
  margin: 45px 0 30px;
  margin-bottom: -35px;
  /* margin-bottom: 80px;*/
}
.rubric-item-parking__desc {
  padding-left: 0px;
  padding-right: 40px;
  /* padding-right: 70px; */
  padding-top: 50px;
}
.row.otdelka-item.rubric-collapse {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 45px;
}
.otdelka-item .block-trim__title {
  font-size: 30px;
}

/* Уютный и интересный двор */
.rubric-item__dvor {
  margin: 80px 0 30px;
}
/* .rubric-item + .rubric-item {
  margin-top: 30px;
} */
.rubric-item__parking + .rubric-item .rubric-item__desc,
.rubric-item + .rubric-item .rubric-item__desc {
  padding-top: 20px;
}
.rubric-item-dvor__desc {
  padding-left: 0px;
  padding-right: 40px;
  padding-top: 20px;
}
.rubric-item.comfortable_yard .row.rubric-collapse {
  margin-bottom: 30px;
}
.rubric-item.comfortable_yard .row.rubric-collapse:last-child {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .rubric-item.comfortable_yard .comfortable_yard__apx2 {
    margin-top: -30px;
  }
  .safe_entrance-item_title {
    display: none;
  }
}

/* Безопасный подьезд */
.rubric-item.safe_entrance {
  margin: 80px 0 80px;
}
.safe_entrance-item_title {
  margin: 0px 0px 45px 0px;
  color: #575757;
}
@media (max-width: 480px) {
  .safe_entrance-item__row {
    display: flex;
    flex-wrap: wrap;
  }
}
.safe_entrance-item__row-image {
  color: #f0f0f2;
  font-size: 18px;
  position: relative;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .safe_entrance-item__row-image {
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }
}
.safe_entrance-item__row-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #575757;
  margin-bottom: 10px;
}
.safe_entrance-item__row-text {
  font-size: 16px;
  line-height: 28px;
  color: #575757;
}
@media (max-width: 768px)
{
  .safe_entrance-item__row-title{
    font-size: 20px;
    line-height: 130%;
  }
  .safe_entrance-item__row-text {
      font-size: 14px;
      line-height: 140%;
  }
  .block-project-infrastructure div.row{
    display: block!important;
  }
}
/* Комфорт в деталях */
.comfort-item {
  /*margin: 30px 0 50px;*/
  margin: 45px 0 45px;
}
.comfort-item_title {
  margin: 0px 0px 45px 0px;
  color: #575757;
}
.comfort-item__row-image {
  color: #f0f0f2;
  font-size: 18px;
  position: relative;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 27px;
}
.comfort-item__row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.comfort-item__row-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #575757;
  margin-bottom: 10px;
}
.comfort-item__row-text {
  font-size: 16px;
  line-height: 23px;
  color: #575757;
}
.block-comfort-item__row .main-slider__controls {
  right: 15px;
  left: unset;
  font-size: 18px;
  color: #000000;
}
.news_slider__controls {
  color: #f0f0f2;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
}
.flats-slider__controls {
  right: 15px;
  left: unset;
  font-size: 18px;
  color: #000000;
}
.block-comfort-item__row
  .main-slider__controls
  span.main-slider__controls-current-slide
  i {
  font-style: normal;
  color: #b3b3b3;
}
.flats-slider__controls
span.flats-slider__controls-current-slide
i {
font-style: normal;
color: #b3b3b3;
}
.block-comfort-item__row .main-slider__controls .main-slider__controls-prev,.flats-slider__controls-prev, .flats-slider__controls-next,
.block-comfort-item__row .main-slider__controls .main-slider__controls-next {
  filter: brightness(0.8);
  zoom: 0.7;
}
.comfort-item-slide {
  width: 16.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  outline: none !important;
}
/* Единые технические решения */

.block-project__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  margin: 0;
}

.tech-item {
  padding: 100px 0;
}

.tech-item-js-slider {
  margin: 40px 0 0;
}

.tech-item__images.tech-item__images-big {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tech-item__images.tech-item__images-big img {
  width: 100%;
}
@media (max-width: 480px) {
  .tech-item__images.tech-item__images-big img {
    height: intrinsic;
  }
}
.tech-item__images.tech-item__images-row {
  display: flex;
  flex-direction: row;
  padding-right: 15px;
}
.tech-item__images.tech-item__images-row img {
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .tech-item__images.tech-item__images-row img {
    height: intrinsic;
  }
}
.tech-item__images.tech-item__images-row img:first-child {
  margin-left: 0px;
}
.tech-item__images.tech-item__images-row img:last-child {
  margin-right: 0px;
}
.tech-item .row + .row {
  margin-top: 30px;
}
.tech-item__desc {
  padding-left: 40px;
  padding-top: 20px;
}
.tech-item__desc.left {
  padding-left: 0px;
  padding-right: 40px;
}
.tech-item__name {
  margin-bottom: 45px;
  font-size: 32px;
  line-height: 38px;
  color: #575757;
}
.tech-item__text {
  font-size: 16px;
  line-height: 28px;
  color: #575757;
}
.custom_col-sm-6 {
  display: flex;
  padding: 30px 0px 69px 0px;
}
.custom_tech-item__images.custom_tech-item__images-big {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 23%;
  /* padding: 0px 6% 0px 12%; */
  /* padding-top: 20px; */
}
.custom_tech-item__images.custom_tech-item__images-big img {
  width: 100%;
  object-fit: fill;
  position: absolute;
  top: 73px;
  /* right: 10%; */
  width: 90px;
}
.custom_tech-item__desc {
  /* padding-left: 40px; */
  padding-top: 37px;
  width: 60%;
}
.custom_tech-item__text {
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
  color: #474747;
  font-family: "TT Norms", sans-serif;
}
.custom_tech-item__text_header {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #474747;
  font-family: "TT Norms", sans-serif;
}

@media (max-width: 768px) {
  .custom_col-sm-6 {
    display: block;
    margin-top: 20px;
  }
  .custom_tech-item__images.custom_tech-item__images-big {
    justify-content: center;
    width: 100%;
  }
  .custom_tech-item__desc {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .main-standarts {
    height: 62vh;
  }
  .building-standards {
    margin: 20px 0;
  }
  .standarts-title {
    font-size: 35px;
    line-height: 40px;
  }
  .sandart-hashtag {
    font-size: 18px;
  }
  .standarts-text {
    font-size: 16px;
    line-height: 26px;
  }
  .building-standards .col-sm-offset-1 {
    margin-left: 0px;
  }
  .building-standards__infographic {
    margin-top: 0px;
  }
  .building-standards__infographic-icon {
    margin-bottom: 10px;
  }
  .building-standards__infographic-icon img {
    max-width: unset;
    max-height: unset;
    width: 90px;
    height: 90px;
  }
  .building-standards__infographic-name {
    font-size: 13px;
    line-height: 16px;
  }

  .rubric-item {
    margin: 20px 0 20px;
    padding: 20px 0;
  }
  .rubric-item__office {
    margin: 20px 0 20px;
    margin-bottom: unset;
  }
  .rubric-item__parking {
    margin-bottom: 20px;
  }
  .rubric-item.safe_entrance {
    margin: 20px 0 20px;
    margin-bottom: 0px;
  }
  .comfort-item {
    margin: 45px 0 20px;
  }
  .otdelka-item .block-trim.tab-content {
    margin-bottom: 20px;
  }
  .tech-item {
    margin: 20px 0 20px;
    padding: 0;
  }
  .rubric-item__title {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 0;
    position: relative;
  }
  .rubric-item__images.rubric-item__images-big:not(.only) img:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .rubric-item__images.rubric-item__images-big:not(.only) img:nth-child(2) {
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
  }
  .rubric-item__images.rubric-item__images-big:not(.only) img:last-of-type {
    width: calc(100% / 3 * 2 - 10px);
    margin-left: 10px;
  }
  .rubric-item__desc,
  .rubric-item-dvor__desc,
  .rubric-item-parking__desc,
  .tech-item__desc.left,
  .tech-item__desc {
    padding-left: unset;
    padding-right: unset;
  }
  .rubric-item-parking__desc,
  .rubric-item__parking + .rubric-item .rubric-item__desc,
  .rubric-item + .rubric-item .rubric-item__desc,
  .rubric-item-dvor__desc {
    padding-top: unset;
  }
  .rubric-item__name {
    margin-top: 20px;
  }
  .rubric-item__text blockquote {
    margin: 30px 0;
    padding: 20px 20px;
    /* font-size: 18px;
        line-height: 26px; */
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
  .rubric-item__parking {
    margin: 0px 0 30px;
    margin-bottom: 40px;
  }
  .architecture-item_title {
    margin-top: 20px;
  }
  .architecture-item__row-image {
    margin-bottom: 15px;
  }
  .architecture-item__row-title {
    margin-bottom: 40px;
  }
  .safe_entrance-item__row {
    margin-bottom: 30px;
  }
  .rubric-item__name,
  .architecture-item_title,
  .safe_entrance-item_title,
  .comfort-item_title,
  .tech-item__name {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
  .block-comfort-item__row .main-slider__controls {
    top: 6px;
    top: 80px;
  }
  .flats-slider__controls {
    top: 6px;
  }
}
@media (max-width: 991px) {
  .main-standarts {
    height: 50vh;
  }
  .rubric-item__icons-title {
    width: 100%;
  }
  .rubric-item__icons {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rubric-item__icon {
    flex-wrap: wrap;
    width: calc(50% - 0px);
    margin: 20px 0px 20px 0px;
  }
}
@media (max-width: 768px) {
  .custom_tech-item__images.custom_tech-item__images-big img {
    position: initial;
    width: 100px;
  }
  .main-standarts {
    height: 40vh;
  }
  .building-standards__infographic {
    margin: 0px;
    margin-left: -40px;
    margin-right: 20px;
  }
  .building-standards__infographic-item {
    width: calc(25% - 80px);
    margin: 30px 30px 0px 40px;
  }
  .rubric-item__name,
  .architecture-item_title,
  .safe_entrance-item_title,
  .comfort-item_title,
  .tech-item__name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 130%;
  }
  .rubric-item__text,
  .standarts-text {
    font-size: 14px;
    line-height: 140%;
  }
  .sandart-hashtag {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .standarts-title {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .rubric-item__icons-title {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .building-standards__infographic-name {
    font-size: 16px;
    line-height: 140%;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .custom_tech-item__images.custom_tech-item__images-big img {
    width: 75px;
    object-fit: fill;
  }
  .custom_tech-item__desc {
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom_col-sm-6 {
    margin-top: 0px;
    padding: 30px 0px 19px 0px;
  }
  .margin125 {
    margin-top: unset;
  }
  .margin52 {
    margin-top: unset;
  }
  .rubric-item__text p.margin66 {
    margin-top: unset;
  }
  .rubric-item__text p.margin36 {
    margin-top: unset;
  }

  .page-main-standarts .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-standarts {
    height: 316px;
  }
  .building-standards__infographic {
    margin: 0px;
  }
  .building-standards__infographic-item {
    width: calc(50% - 0px);
    margin: 20px 0px 20px 0px;
    text-align: center;
  }
  .building-standards__infographic-icon {
    justify-content: center;
    margin-bottom: 10px;
  }

  .rubric-item__title {
    overflow: unset;
  }
  .rubric-item__title span {
    /* border-bottom: 1px solid #b3b3b3; */
    display: block;
    padding-left: 0;
    font-size: 14px;
    text-align: center;
  }
  .rubric-item__title span::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    margin-top: -15px;
    left: 0px;
  }
  .rubric-item__title.rubric-collapse-title span::before {
    display: none;
  }
  .rubric-collapsing,
  .rubric-item.safe_entrance {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .rubric-collapsing::after {
    content: "";
    height: 1px;
    position: absolute;
    background: #575757;
    display: block;
    bottom: 0px;
    left: 20px;
    right: 20px;
  }
  .tech-item.rubric-collapsing {
    margin-bottom: 35px;
  }
  .tech-item.rubric-collapsing::after {
    display: none;
  }
  span .pr_customize_title{
    margin: 0;
  }


  .rubric-collapsing .rubric-item__title span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #ffffff;
    top: 5px;
    left: unset;
    right: 0px;
    display: block;
    line-height: 100%;
    opacity: 1;
    border-right: 1px solid #575757;
    border-top: 1px solid #575757;
    box-sizing: border-box;
    transform: rotate(135deg);
  }
  .rubric-collapsing .rubric-item__title.open span::after {
    transform: rotate(-45deg);
    top: 0;
  }

  .rubric-item__title span::after {
    opacity: 0;
  }
  .rubric-item__title.rubric-collapse-title {
    color: #474747;
  }
  .rubric-collapse-title span {
    text-align: left;
  }
  .row.rubric-collapse {
    display: none;
  }
  .page-standart-form .block-project-feedback__white,
  .page-standart-form .block-project-feedback__black {
    font-size: 14px;
    line-height: 130%;
    font-weight: 600;
    text-align: center;
  }
  .page-standart-form .block-project-feedback__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-standart-form .block-contacts-feedback__text {
    font-size: 12px;
    text-align: center;
  }
  .page-standart-form .block-project-feedback {
    padding: 20px 60px;
  }
  .page-standart-form .block-project-feedback__input--last {
    width: 100%;
  }

  .row.block-architecture-item__row.architecture-js-slider.slick-initialized.slick-slider {
    display: flex;
  }
  .architecture-js-slider-prev {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: auto;
    z-index: 100;
  }
  .architecture-js-slider-prev img {
    zoom: 0.4;
  }
  .architecture-js-slider-next {
    position: absolute;
    left: 50px;
    bottom: 20px;
    width: auto;
    z-index: 100;
  }
  .architecture-js-slider-next img {
    zoom: 0.4;
  }

  .rubric-item__images.rubric-item__images-big {
    display: flex;
    margin-bottom: 20px;
  }
}

/* page standats end */

.block-advice__title {
  letter-spacing: 1.2;
}

.projects_menu_container {
  position: fixed;
  top: 78px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 404;
  padding: 14px 0px;
  background: #F0F0F0;
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .projects_menu_container {
    top: 67px;
  }
}

@media (max-width: 991px) {
  .projects_menu_container {
    top: 69px;
  }
}

@media (max-width: 480px) {
  .projects_menu_container {
    top: 69px;
  }
}

.projects_menu_elements.container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  max-width: 1530px;
}

.projects_menu_elements.container-fluid::before,
.projects_menu_elements.container-fluid::after {
  content: unset;
}

.project_menu_elements-btn {
  display: block;
  /* position: absolute;
  right: 50px;
  top: 15px; */
  padding: 8px 30px;
  background: var(--kanye-brown-color);
  color: #fff;
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
}
.project_menu_elements-btn:hover,
.project_menu_elements-btn:focus {
  background: var(--kanye-gold-color);
  color: var(--kanye-default-color);
}

@media (max-width: 1591px) {
  
}

.projects_menu_wrapper-left {
  display: flex;
}

.projects_menu_elements a:hover {
  border-bottom: 2px solid var(--kanye-darkgold-color);
}

a.projects_menu_elem {
  padding: 9px 8px 9px 8px;
  line-height: 16px;
  display: block;
  color: #585858;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
a.projects_menu_elem_parent{
  padding: 9px 20px 9px 20px;
  line-height: 16px;
  display: block;
  color: #585858;
  font-size: 16px;
}



.child_menu{
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 10px;
}
i.catalog-menu__arrow.icon.icon_size_8x8.icon_arrow-bottom_white {
  display: none;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    background-image: url(dist/img/arrow-down.svg);
    margin-left: auto;
    transition: all .1s ease-out .1s;
    position: absolute;
    right: 10px;
    top: 25px;
}
.projects_menu_elem.active,
a.projects_menu_elem_parent.active{
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid var(--kanye-littlebrown-color);
}
.main-header__callback-button.flat_button{
  display: none;
}
.leaflet-top, .leaflet-bottom {
  z-index: 403!important;
}
@media (max-width: 1380px){
  
  a.projects_menu_elem_parent{
    padding: 9px 10px 9px 20px;
    padding: 9px 0;
  }
}
@media (max-width: 1080px){
  a.projects_menu_elem {
    font-size: 14px;
  }
  a.projects_menu_elem_parent{
    font-size: 14px;
  }
}
@media (max-width: 960px){
  a.projects_menu_elem {
    font-size: 12px;
    padding: 9px 5px 9px 5px;
  }
  a.projects_menu_elem_parent{
    font-size: 12px;
    padding: 9px 5px 9px 5px;
  }
}
@media (max-width: 1591px){
  
  
 
  .contain_parent {
    display: flex;
  }
  .main-header__callback-button.flat_button{
    position: a;
    width: 50%;
    margin: auto;
    display: block;
    padding: 10px 10px;
    height: auto;
    box-shadow: -5px -5px 20px rgb(0 0 0 / 25%);
    z-index: 500;
    position: fixed;
    left: 25%;
    bottom: 15px;

  }
  a.projects_menu_elem {
    font-size: 16px;
  }
  a.projects_menu_elem_parent{
    font-size: 16px;
  }

}

@media (max-width: 1200px) {
  .child_menu.active{
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 1366px) {
  a.projects_menu_elem {
    font-size: 14px;

  }
}
.projects_menu_elem_child.none{
  display: none!important;
}
.slick-list.draggable {
  height: auto!important;
}

.block-project-item__slider .slick-list.draggable {
  height: inherit !important;
}

.block-project-item__slider .slick-track {
  height: inherit;
}




.block-project-feedback__wrapper {
}

@media (max-width: 480px) {
  .block-project-feedback__wrapper {
  }
}


/* flats catalog */
.block-cart__wrapper--2022 {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 20px 20px;
  margin: 0;
  width: 100%;
}

.block-cart__wrapper--office {
  padding-top: 80px;
}

@media (max-width: 1399px) {
  .block-cart__wrapper--2022 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1340px) {
  

  
}

@media (max-width: 1200px) {
  .projects_menu_elements.container-fluid {
    padding-left: 20px;
    display: block;
  }
  .child_menu{
    display: none;
  }

  .project_menu_elements-btn {
    display: none;
  }

  i.catalog-menu__arrow.icon.icon_size_8x8.icon_arrow-bottom_white {
    display: block;
    transform: unset;
  }
  i.catalog-menu__arrow.icon.icon_size_8x8.icon_arrow-bottom_white.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 960px) {
  .block-cart__wrapper--2022 {
    grid-template-columns: 1fr;
  }
}

.block-cart__wrapper--2022 .block-cart {
  width: 100%;
  padding: 30px;
  display: block;
  margin: 0;
  color: var(--kanye-brown-color);
  display: flex;
}

.block-cart__picture img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 220px;
  margin: 0 auto;
  margin-top: 18px;
}

.block-cart__wrapper.flats-js-slider .block-cart__picture img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 220px;
  margin: 0 auto;
  margin-top: 50px;
}

.block-cart__info > div {
  display: flex;
  justify-content: space-between;
}

.block-cart__info > div + div {
  margin-top: 20px;
}
.block-cart__info-numbers--sale {
  margin-top: 0px!important;
  display: flex;
}
.block-cart__info-numbers--sale_detail{
  display: flex;
}

@media (max-width: 767px){
  .block-cart__info-numbers--sale_detail{
    align-items: center;
    justify-content: center;
  }
}

.block-cart__info-cost_sale {
  font-size: 13px;
  text-decoration: line-through;
  line-height: 29px;
  margin-right: 10px;
}

.block-cart__info-cost_sale_detail {
  font-size: 18px;
}

.block-cart__info-numbers--after_sale {
  margin-top: 83px!important;
}

.block-cart__info-numbers {
  font-weight: 600;
}

.numbers_sale_info {
  display: block;
  padding: 6px 25px;
  background: var(--kanye-brown-color);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

.block-cart__line {
  height: 1px;
  background: rgb(87 87 87 / 10%);
  margin: 30px 0;
}

.block-cart__info-place {
  font-weight: 600;
}

.block-cart__info-place sup {
  font-size: 50%;
  font-weight: 600;
  top: -0.9em;
}

.block-cart__info-level {
  font-size: 16px;
}


.block-cart__info-cost {
  font-size: 19px;
  line-height: 150%;
  font-weight: 600;
  min-height: 22px;
  display: flex;
  justify-content: space-between;
}

.block-cart__info-cost .block-cart__badge {
  background: #b6c088;
  color: #fff;
  font-weight: 500;
}

.block-cart__btn {
  display: block;
  padding: 8px 30px;
  background: var(--kanye-gold-color);
  text-transform: uppercase;
  font-size: 12px;
  color: var(--kanye-brown-color);
  text-align: center;
}

.block-cart__btn:hover,
.block-cart__btn:focus {
  background: var(--kanye-brown-color);
  color: #ffffff;
}

@media (max-width: 1440px) {
  .block-cart__btn {
    padding: 8px 20px;
  }
}
/* flats catalog end */


/* filter */
.block-filter {
  font-size: 14px;
  font-weight: 600;
}

.block-filter__group + .block-filter__group {
  margin-top: 40px;
}

.block-filter__namegroup {
  margin-bottom: 12px;
  margin-top: 24px;
}

.block-filter__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 10px;
}

.block-filter__radio .block-filter__namegroup {
  margin-top: 0;
}

.block-filter__radio .block-filter__group {
  flex: 1 1 calc(50% - 5px);
}

.block-filter__radio .block-filter__group + .block-filter__group {
  margin: 0;
}

@media (max-width: 480px) {
  .block-filter__radio .block-filter__group {
    flex: 1 1 100%;
  }
}

.selectric {
  border: 1px solid 1px solid #5151511A;
  border-radius: 6px;
  background: #F5F5F5;
}

.selectric .label {
  height: auto;
  padding: 7px 40px 7px 13px;
  margin: 0;
  text-align: left;
  line-height: 100%;
  font-weight: 500;
}

.selectric .button {
  height: 100%;
  background: inherit;
}

.selectric-items li {
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.selectric-js-selectric-project .selectric-items .selectric-group .selectric-group-label {
  margin-left: 0;
}

.selectric-js-selectric-project .selectric-items .selectric-group li {
  margin-left: 10px;
  padding-left: 10px;
}

.select2-container .select-flex{
  display: flex;
  justify-content: space-between;
}

.select2-container .select-flex .column-2 {
  font-weight: 600;
  color: #444;
}

.selectric-items li:hover {
  color: #515151;
}

.selectric-open .selectric-items {
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.selectric-open{
  z-index: 900;
}

.block-filter__totalcost,
.block-filter__currentfloor,
.block-filter__total {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.block-filter__costrange {
  height: 2px;
  border: none;
  cursor: pointer;
}

.block-filter__costrange .noUi-handle:after, .noUi-handle:before {
  content: none;
}

.block-filter__costrange .noUi-handle {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: none;
  background: var(--kanye-brown-color);
  top: -3px;
  box-shadow: none;
  cursor: pointer;
}


html:not([dir="rtl"]) .block-filter__costrange .noUi-handle {
  right: -5px !important;
}

@media(max-width: 600px){
  .block-filter__costrange .noUi-handle{
    height: 14px;
    width: 14px;
    top: -6px;
  }
}
.block-filter__costrange .noUi-connect {
  background: var(--kanye-brown-color);
}

.block-filter__costrange .noUi-base {
  background: rgb(95 92 92 / 30%);
}

.block-filter__switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
}

.block-filter__switch input {
  display: none;
}

.block-filter__chekspan {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-filter__chekspan:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-filter__checkbox:checked + .block-filter__chekspan {
  background-color: var(--kanye-gold-color);
}

@media (max-width: 1199px) {
  .block-filter__checkbox:checked + .block-filter__chekspan {
    background-color: var(--kanye-brown-color);
  }
}

.block-filter__checkbox:focus + .block-filter__chekspan {
  box-shadow: 0 0 1px var(--kanye-gold-color);
}

.block-filter__checkbox:checked + .block-filter__chekspan:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.block-filter__chekspan.round {
  border-radius: 34px;
}

.block-filter__chekspan.round:before {
  border-radius: 50%;
}

.block-filter__turn {
  display: flex;
  align-items: center;
}

.block-filter__turn > span {
  margin-left: 15px;
  color: rgb(95 92 92 / 50%);
}

.block-filter__turn > span > strong {
  color: var(--kanye-brown-color);
}

.block-filter__btnwrapper {
  display: none;
}

@media (max-width: 1199px) {
  .block-filter__btnwrapper {
    display: block;
  }
}

.block-filter__submit {
  padding: 14px 80px;
  font-weight: 500;
  background: var(--kanye-gold-color);
  color: var(--kanye-black-color);
  display: block;
  text-align: center;
  font-size: 16px;
  border: 0;
  width: 100%;
  max-width: 300px;
}

.block-filter__submit:hover {
  background-color: var(--kanye-brown-color);
  color: #ffffff;
}
/* filter end */


/* all */

.block-option__example-img a.gallery::after {
  background: var(--kanye-gold-color);
  color: var(--kanye-brown-color);
}

/* all end */


/* news */

.news {
  
  width: 100%; 
  margin-top: 40px;
}

.news__wrapper {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  gap: 20px 20px; 
}

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

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

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

.news__item {
  height: 430px;
  position: relative;
}

.news__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  filter: brightness(0.7);
}

.news__item a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.news__item-title {
  position: absolute;
  bottom: 20px;
  font-size: 22px;
  line-height: 125%;
  color: #ffffff;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  transition: bottom ease-in 0.2s;
}

.news__item:hover .news__item-title {
  bottom: 25px;
}

.news_detail {
  width: 100%; 
  margin-top: 120px;
}

/* news end */


/* news detail */

.news_inner__head {
  padding: 60px 0 31px 40px;
  display: flex;
}

.news__headtitle {
  margin: 20px 10px;
}

.news__menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;

  z-index: 10;
}
.news_menu__item {
  display: inline-flex;
  margin-right: 50px;
  font-size: 16px;
}
.news_menu__link {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(150, 150, 150);
  transition: 0.5s;
  cursor: pointer;
}
.news_menu__link:hover {
  color: #4687c6;
}

.menu_item-active > a {
  color: #4687c6;
}

#newsMain .news_menu__link {
  color: #bbbbbb;
}

.news_menu__link.active {
  color: #58585b !important;
  /* color: #000 !important; */
}
.news_innerlist {
  display: flex;
  flex-wrap: wrap;
}
.news_innerlist__item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  /*padding-bottom: 20px;
  padding-right: 20px;*/
}

.news_innerlist__item:nth-child(4n) {
  /*padding-right: 0;*/
}

.news_innerlist__item-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
}
.banners-container .swiper-slide .slider__item{
  height:529px;
}
.news_innerlist__item-wrapper > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.building_standarts__title .BS-swiper-button-container {
  display:none;
}
.news_innerlist__item-wrapper > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.news_innerlist__image {
  width: 100%;
  height: auto;
}
.news_innerlist__desc {
  /*display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 20px 60px 40px 20px;*/
  color: #fff;
  z-index: 1;
}

.news_innerlist__link {
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  transition: 0.5s;
}
/* .news_innerlist__link:hover {
  color: #4687C6;
} */
.news_innerlist__text {
  font-size: 18px;
  line-height: 28px;
}
.news_innerlist__date {
  font-size: 16px;
  margin-top: auto;
  line-height: 28px;
  padding-top: 20px;
}
.news_detail {
  position: relative;
  /*margin: 65px auto;*/
}

.news_detail__backlink a {
  position: absolute;
  top: 3px;
  display: inline-block;
  /* position: absolute;
  left: 40px; */
  font-size: 16px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.news_detail__element {
  display: flex;
  flex-direction: column;
  max-width: 980px;
  padding-left: 270px;
}

@media (max-width: 1199px) {
  .news_detail__element {
    max-width: 100%;
    padding-left: 0;
  }

  .news_detail__backlink {
    margin-bottom: 20px;
  }

  .news_detail__backlink a {
    position: relative;
    top: 0;
  }
}

.news_detail__date {
  color: var(--kanye-littlebrown-color);
}

.news_detail__title {
  font-size: 36px;
  margin: 0;
  padding-top: 5px;
  line-height: 56px;
}

.news_detail__detailtext {
  line-height: 34px;
  padding-bottom: 45px;
  margin-top: 60px;
}

.news_detail__detailtext a {
  display: inline-block;
}

.news_detail__detailtext img {
  /* max-width: 710px; */
  /* max-height: 560px; */
  height: auto;
  width: 48%;
  margin-right: 10px;
}

@media (max-width: 680px) {
  .news_detail__detailtext img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

#news_slider .owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
}

#news_slider .news_slider__item img {
  width: 100%;
}

#news_slider .news_slider__item {
  position: relative;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media (max-width: 1199px) {
  #news_slider .news_slider__item {
    min-height: 477px;
  }
}

@media (max-width: 480px) {
  #news_slider .news_slider__item {
    min-height: 279px;
  }
}




#news_slider .owl-nav button {
  outline: none;
}
#news_slider .owl-nav .owl-prev,
#news_slider .owl-nav .owl-next {
  position: absolute;
}
#news_slider .owl-nav .owl-prev {
  left: 45px;
}
#news_slider .owl-nav .owl-next {
  right: 45px;
}
#news_slider .owl-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
#news_slider .owl-dot {
  height: 8px;
  width: 8px;
  background: rgb(255, 255, 255);
  display: inline-flex;
  outline: none;
  z-index: 2;
  border-radius: 100px;
  margin-right: 15px;
  opacity: 0.5;
}
#news_slider .owl-dot.active {
  opacity: 1;
}

.a__back span {
  margin-left: 15px;
}

.a__back:hover {
  color: inherit;
}

.a__back:hover svg {
  transform: translateX(-5px);
}

.swiper-container-news-solo {
  height: 80vh;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
}

.solonews-swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F><%2Fsvg>");
}

.solonews-swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F><%2Fsvg>");
}

.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

.swiper-container-news-solo .swiper-pagination {
  bottom: 22px;
}

.swiper-container-news-solo .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-container-news-solo .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 8px;
  margin-left: 8px;
}

.swiper-container-news-solo .solonews-swiper-button-container .solonews-swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6274 38.0122L2.24267 19.6275L20.6274 1.24268' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  height: 40px;
  width: 40px;
  opacity: 1 !important;
  padding-left: 35px;
}

.swiper-container-news-solo .solonews-swiper-button-container .solonews-swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6274 1.24266L37.0122 19.6274L18.6274 38.0122' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  height: 40px;
  width: 40px;
  opacity: 1 !important;
  padding-right: 35px;
}


/* news detail */

/* 404 */

.title-404 {
  font-size: 15em;
  font-weight: bold;
  color: var(--kanye-gold-color);
  margin-top: 10%;
}


.block-cart__head {
  position: relative;
}


/* tools page */

h1.tools__header-title {
  position: absolute;
  width: 100%;
  color: #ffffff;
  bottom: 50px;
  font-size: 48px;
}

@media (max-width: 480px) {
  h1.tools__header-title {
    font-size: 30px;
  }
}

.tools__header {
  position: relative;
}

.tools__header-background {
  height: 400px;
}

@media (max-width: 1199px) {
  .tools__header-background {
    height: 320px;
    margin-top: 0px;
  }
}

.tools__header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tools__pagenav {
  /* margin-top: 55px; */
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  .tools__pagenav {
    margin-bottom: 40px;
  }
}

.tools__pagenav-links {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tools__pagenav-item {
  width: 100%;
  border-bottom: 1px solid var(--kanye-darkgold-color);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
}

.tools__pagenav-item.active {
  border-bottom: 2px solid var(--kanye-brown-color);
  font-weight: 500;
  cursor: default;
} 

.tools__pagenav-item.active:hover {
  color: var(--kanye-brown-color);
}

.tools__pagenav .selectric {
  background: var(--kanye-gold-color);
}

.tools__pagenav .selectric .label {
  font-weight: 500;
}

.tools__info {
  margin-top: 140px;
}

.tools__info-wrapper {
  position: relative;
}

.tools__info-bgleft {
  position: absolute;
  left: -40px;
  bottom: -40px;
  width: 528px;
  height: 100%;
  background-color: var(--kanye-darkgold-color);
  z-index: 0;
}

.tools__info-bgright {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 528px;
  height: 100%;
  background-color: var(--kanye-gold-color);
  z-index: 0;
}

.tools__info-main {
  display: flex;
  position: relative;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 5%);
}

.tools__info-text {
  background: #fff;
  padding: 100px 130px 94px 160px;
  line-height: 1.5;
}

.tools__info-picture {
  flex: 0 0 50%;
}

.tools__info-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tools__info-title {
  font-size: 40px;
  font-weight: 500;
}

.tools__info-detailtext {
  margin-top: 40px;
  line-height: 30px;
}

.tools__info-detailtext p {
  margin-bottom: 50px;
}

.tools__info-btn {
  width: 100%;
  max-width: 320px;
  padding: 14px 25px;
  margin-top: 50px;
  background-color: var(--kanye-brown-color);
  color: #fff;
}

.tools__info-btn:hover {
  background-color: var(--kanye-gold-color);
  color: var(--kanye-brown-color);
}

/* CONTAINER CHANGE */
/* @media (max-width: 1599px) { */
@media (max-width: 1366px) {
  .tools__info-main {
    flex-direction: column;
  }

  .tools__info-picture {
    height: 550px;
    flex: unset;
  }

  .tools__info-text {
    padding: 50px 80px;
  }

  .tools__info-bgleft {
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: calc(100% - 530px);
  }
  
  .tools__info-bgright {
    top: -20px;
    right: -20px;
    width: 100%;
    height: 550px;
  }
}

@media (max-width: 1199px) {
  .tools__info {
    margin-top: 100px;
  }

  .tools__info-picture {
    height: 363px;
  }
  .tools__info-bgleft {
    height: calc(100% - 343px);
  }
  

}

@media (max-width: 480px) {
  
  .tools__info {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tools__info-picture {
    height: 269px;
  }

  .tools__info-bgleft {
    right: -20px;
    bottom: -20px;
    left: unset;
    height: calc(100% - 249px);
  }
  
  .tools__info-bgright {
    top: -20px;
    left: -20px;
    height: 269px;
  }

  .tools__info-text {
    padding: 40px;
  }
  
  .tools__info-title {
    font-size: 25px;
  }

  .tools__info-detailtext {
    margin-top: 30px;
  }

  .tools__info-btn {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 14px 25px;
  }
}


.tools__mortgage {
  margin-top: 40px;
}
@media (min-width: 961px) {
  .tools__mortgage {
    margin-top: 80px;
  }
}

.tools__mortgage-wrapper {
  display: flex;
}

.tools__mortgage-title {
  font-size: 40px;
  font-weight: 500;
}

.tools__mortgage-block {
  margin-top: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}

.tools__calculator {
  flex: 0 0 880px;
}

.tools__best {
  margin-left: 30px;
  flex-grow: 1;
}

.tools__mortgage-block {
  padding: 65px 130px 80px;
}


.tools__mortgage-block .nav-tabs {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.tools__mortgage-block .nav-tabs li {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  border-bottom: 1px solid var(--kanye-darkgold-color);
}

.tools__mortgage-block .nav-tabs li.active {
  border-bottom: 2px solid var(--kanye-default-color);
}

.tools__mortgage-block .tab-content {
  margin-top: 80px;
}

.tools__best .tools__mortgage-block {
  background-color: #F2F2F2;
  padding: 58px 80px 83px 80px;
}

.tools__mortgage-blocktitle {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--kanye-darkgold-color);;
}

.tools__mortgage-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 60px;
  margin-top: 75px;
}

.tools__best .tools__mortgage-grid {
  row-gap: 70px;
}

.tools__mortgageitem {
  flex: 0 1 calc(50% - 30px);
}

.tools__mortgageitem-description {
  font-size: 16px;
}

.tools__mortgageitem-value {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
}

.tools__best .tools__mortgageitem-value {
  margin-top: 16px;
}
.tools__mortgageitem-summa{
  height: auto;
  padding: 15px;
  margin: 0;
  text-align: left;
  line-height: 100%;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid rgba(87, 87, 87, 0.1);
  background: #ffffff;
  margin-top: 27px;
  width: 100%;
}

.tools__calculator-btn{
  text-transform: uppercase;
  background: var(--kanye-gold-color);
  color: var(--kanye-default-color);
  border-radius: 0;
  margin-top: 62px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 11px 25px;
  line-height: 1.5;
  font-size: 14px;
}
.tools__calculator-btn.ipoteka__call_pause:hover {
  cursor: pointer;
}

.tools__mortgage-banklogo img {
  max-width: 100px!important;
}

.tools__mortgage-btn {
  margin-top: 30px;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 14px;
  font-weight: 500;
  background: #CBC8B0;
}

.tools__best .tools__mortgage-btn {
  margin-top: 100px;
  background: var(--kanye-brown-color);
  color: #ffffff;
}

.tools__best .tools__mortgage-btn:hover {
  background: var(--kanye-gold-color);
  color: var(--kanye-brown-color);
}

.tools__calculator .selectric {
  margin-top: 27px;
}

.tools__calculator .block-filter__costrange {
  margin-top: 20px;
}

@media (max-width: 1599px) {

  .tools__calculator {
    flex: unset;
  }

  .tools__mortgage-wrapper {
    flex-direction: column;
  }

  .tools__best {
    margin-left: 0;
    margin-top: 100px;
  }

  .tools__mortgage-grid {
    column-gap: 240px;
  }
  .tools__mortgageitem {
    flex: 0 1 calc(50% - 120px);
  }

  .tools__best .tools__mortgage-grid {
    column-gap: 120px;
  }

  .tools__best .tools__mortgageitem {
    flex: unset;
  }
}

@media (max-width: 1199px) {
  .tools__best .tools__mortgageitem {
   flex: unset; 
  }

  .tools__mortgage-grid {
    column-gap: 0;
  }

  .tools__mortgageitem {
    flex: 0 1 100%;
}
  .tools__mortgageitem_center-dot {
    padding-bottom: 15px;
  }

  .tools__mortgage-block {
    padding: 65px 80px;
  }

  .tools__calculator .selectric {
    margin-top: 15px;
  }
} 


@media (max-width: 480px) {
  .tools__mortgage-block,
  .tools__best .tools__mortgage-block {
    padding: 45px 40px;
  }

  .tools__mortgage-block .nav-tabs li a {
    font-size: 14px;
    line-height: 125%;
  }

  .tools__mortgage-grid {
    row-gap: 40px;
  }

  .tools__mortgage-btn {
    margin-top: 60px;
  }

  .tools__best .tools__mortgage-grid {
    column-gap: 0;
    row-gap: 40px;
    margin-top: 40px;
    
  }
  .tools__best .tools__mortgageitem {
    flex: 0 1 100%;
  }
  .tools__mortgage-title {
    font-size: 30px;
  }
}


.banks {
  margin-top: 105px;
}

.banks__title {
  font-size: 40px;
  font-weight: 500;
}

.banks__slider {
  margin-top: 80px;
}

.banks__slider div.slick-list{
  width: 100%;
}

.banks__wrapper {
  position: relative;
}


.banks__wrapper .slick-slide {
	margin: 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.banks__wrapper .slick-list {
	margin: 0 -15px;
}

.js-bank-slider-navs {
  position: absolute;
  top: 0;
  right: 0;
}

/* .js-bank-slider-navs::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: var(--kanye-darkgold-color);
} */

.js-bank-slider-navs .slick-arrow {
  width: 80px;
  height: 70px;
  background-color: var(--kanye-brown-color);
  background-image: url('dist/img/arrow-left-white.png');
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}

.js-bank-slider-navs .slick-arrow:hover {
  background-image: url('dist/img/icon-prev-b.png');
  background-color: var(--kanye-darkgold-color);
}


@media (max-width: 480px) {
  .js-bank-slider-navs .slick-arrow {
    width: 40px;
    height: 35px;
    background-size: 50%;
  }

  .js-bank-slider-navs {
    top: 19px;
    position: initial;
    float: right;
    margin-top: 20px;

  }
}

.js-bank-slider-navs .slick-prev {
}
.js-bank-slider-navs .slick-next {
  transform: rotate(180deg);
}

.banks__item {
  background: #ffffff;
  padding: 50px;
}

.banks__item-head {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.tools__mortgage-banklogo {
  height: 50px;
  padding-bottom: 20px;
  display: flex!important;
  align-items: center;
}
.tools__mortgage-raschet {
  height: 50px;
  padding-bottom: 20px;
  display: none;
  align-items: center;
  width: 100%;
  font-size: 13px;
  /* margin-left: -15%; */
  margin-top: 30px;
  margin-left: 2%;
}
.tools__mortgage-raschet div.banks__item-title {
  margin-right: 10px;
}
.tools__mortgage-raschet img {
  margin-bottom: 10px;
  margin-right: 10px;
}
.tools__mortgage-raschet p {
  margin: 0 0 0px;
}
.tools__mortgage-raschet span {
  font-size: 13px;
  font-weight: 500;
}
.tools__mortgage-raschet2 {
  height: 50px;
  padding-bottom: 20px;
  display: block;
  align-items: center;
  width: 100%;
  font-size: 13px;
  /* margin-left: -15%; */
  margin-top: 30px;
  margin-left: 2%;
}
.tools__mortgage-raschet2 div.banks__item-title {
  margin-right: 10px;
  line-height: 1;
}
.tools__mortgage-raschet2 span {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width:800px){
  .tools__mortgage-raschet {
    width: 100%;
    font-size: 13px;
    margin-left: 0%;
    margin-left: 0%;
    text-align: center;
    margin-top: 20px;
  }

  .tools__mortgage-raschet span {
    display: block;
    margin-top: 10px;
  }
  .tools__mortgage-raschet2 {
    width: 100%;
    font-size: 13px;
    margin-left: 0%;
    margin-left: 0%;
    text-align: center;
    margin-top: 20px;
  }

  .tools__mortgage-raschet2 span {
    display: block;
    margin-top: 10px;
  }
}

.tools__mortgage-banklogo:hover, .tools__mortgage-banklogo:focus{
background-color: unset!important;
}

.banks__item-head img {
  height: 100%;
}

.banks__item-body {
  margin-top: 40px;
}

.banks__item-titleblock_progrem {
  font-size: 14px;
  border-bottom: 1px solid rgb(87 87 87 / 10%);
  padding-bottom: 10px;
}

.banks__item-titleblock {
  font-size: 14px;
  margin-bottom: 15px;
}

.banks__item-value {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}

.banks__item-group + .banks__item-group {
  margin-top: 40px;
}

.btn-banks {
  margin-top: 40px;
  display: block;
  width: 100%;
  padding: 11px 25px;
  line-height: 1.5;
  font-size: 14px;
  color: #575757;
  background: #D2D6CF;
}

.btn-banks:hover {
  background: var(--kanye-brown-color);
  color: #ffffff;
}



@media (max-width:480px) {
  .banks__title {
    font-size: 30px;
    padding-top: 20px;
  }
}

.tools__projects {
  margin-top: 140px;
}

.tools__projects-wrapper {
  display: flex;
  column-gap: 30px;
}

.tools__projects-item {
  padding: 50px 55px 50px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

.tools__project-title {
  padding-bottom: 30px;
  border-bottom: 1px solid gray;
  font-size: 25px;
  font-weight: 500;
  min-height: 86px;
}

.tools__project-group {
  margin-top: 40px;
}

.tools__project-group-last{
  margin-bottom: 40px;
}

.tools__project-groupname {
  font-size: 14px;
}

.tools__project-groupvalue {
  font-size: 25px;
  margin: 15px 0 25px 0;
}

.btn.tools__project-btn {
  display: block;
  margin-top: auto;
  background: var(--kanye-brown-color);
  color: #ffffff;
  font-size: 14px;
  padding: 11px 15px;
}

.btn.tools__project-btn:hover {
  background: var(--kanye-gold-color);
  color: var(--kanye-brown-color);
}

@media (max-width: 1366px) {
  .tools__projects-wrapper {
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
  }
  
  .tools__projects-item {
    flex: 0 1 calc(50% - 10px);
  }

  .tools__project-title {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .tools__projects-item {
    flex: 0 1 calc(100% - 10px);
  }
}

@media (max-width: 480px) {
  .tools__projects-item {
    flex: 1 1 100%;
  }
}

.tools__info--reverse .tools__info-main {
  flex-direction: row-reverse;
}

.tools__info--reverse .tools__info-bgleft {
  left: unset;
  right: -40px;
}

.tools__info--reverse .tools__info-bgright {
  left: -40px;
  right: unset;
}

.tools__collapse {
  margin: 140px 0;
}

.tools__collapse-wrapper + .tools__collapse-wrapper {
  margin-top: 40px;
}

.tools__collapse-wrapper button {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 30px 60px;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  display: block;
  border: none;
  outline: none;
}
.tools__collapse-wrapper button:hover {
  background: var(--kanye-gray-color);
}

.tools__collapse-wrapper > button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: var(--kanye-brown-color);
}
.tools__collapse button img {
  transition: all 0.2s ease-in;
}
.tools__collapse button.collapsed img {
  transform: rotate(180deg);
}

.tools__collapse-body {
  padding: 100px 120px;
  background-color: var(--kanye-gray-color);
}

.tools__collapse-body {
  padding: 100px 120px;
  background-color: #F2F2F2;
  display: flex;
  column-gap: 100px;
  flex-wrap: wrap;
}

.tools__collapse-item {
  flex: 0 1 calc(50% - 50px);
  line-height: 1.5;
  font-size: 16px;
  font-size: 18px;
}

.tools__collapse-item p + p {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .tools__collapse-wrapper > button > span {
    width: 80px;
  }

  .tools__collapse-wrapper > button {
    font-size: 20px;
    padding: 30px 150px 30px 30px;
  }
}

@media (max-width: 480px) {
  .tools__collapse-wrapper > button > span {
    width: 60px;
  }

  .tools__collapse-wrapper > button {
    line-height: 130%;
    font-size: 16px;
  }

  .tools__collapse-body {
    padding: 60px 60px 60px 40px;
    row-gap: 30px;
  }

  .tools__collapse-item {
    flex: 0 1 100%;
  }

  .tools__collapse-item p + p {
    margin-top: 30px;
  }
}

/* CONTAINER CHANGE */
/* @media (max-width: 1599px) { */
@media (max-width: 1366px) {
  .tools__info--reverse .tools__info-main {
    flex-direction: column;
  }
}

.project-callback__wrapper {
  padding: 60px 60px 68px 60px;
  margin: 0;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 100px;
  border-radius: 12px;
}

.project-callback__desc, 
.project-callback-form,
.project-callback-result {
  flex: 1 1 100%;
  width: unset;
}

.project-callback-form .description-text {
  display: inline-block;
  margin-top: 10px;
}

.project-callback__title,
.project-callback-result {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.project-callback__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.project-callback__person {
  display: flex;
  align-items: center;
  bottom: 80px;
  position: absolute;
}

.project-callback__photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.project-callback__person-text {
  margin-left: 40px;
}

.project-callback__name {
  margin-bottom: 10px;
  font-weight: 500;
}

@media (max-width: 600px) {
  .project-callback__name,
  .project-callback__dolj {
    display: block;
  }
}

.project-callback-form .project-callback__title {
  margin-bottom: 10px;
}

.project-callback-form .form-group.description-text {
  margin-bottom: 0;
}

.project-callback-form input.contacts-callback-form__input {
  margin: 0px 0px 20px;
}

.project-callback {
  position: absolute;
  left: 0;
  top: -405px;
  width: 100%;
}

form.project-callback-form {
  width: unset;
}

@media (max-width: 1439px) {
  .project-callback-form {
    flex: 1 1 80%;
  }
}

@media (max-width: 1199px) {
  /*.project-callback {
    position: relative;
    top: unset;
  }

  .project-callback .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .footer {
    margin-top: 60px;
    padding-top: 0;
  }

  .project-callback__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 80px;
  }
  
  .project-callback__text {
    margin: 0 auto;
  }

  .project-callback__person {
    flex-direction: column;
  }

  .project-callback__person-text {
    margin: 20px 0 0;
  }*/

}

@media (max-width: 991px) {
  .project-callback-form .contacts-callback-form__submit, 
  .project-callback-form .contacts-callback-form__input {
    margin-left: 0;
  }
}

@media (max-width: 480px) {

  .project-callback__wrapper {
    padding: 40px 20px;
  }
  
}

@media (max-width: 320px) {
  .project-callback-form__submit {
    min-width: unset;
  }
}


section.flats {
  margin: 80px 0;
}
.project--flats section.flats {
  margin-top: 0;
}

.flats__head {
  /* margin: 50px 0 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section__title {
  font-weight: 500;
  font-size: 40px;
}

.flats-mob__filter {
  display: none;
  margin: 100px 0 0;
}

@media (max-width: 1199px) {
  .flats-mob__filter {
    display: block;
  }
  

}

.flats-mob__filter-block {
  display: flex;
  align-items: center;
}

.flats-mob__filter .selectric-wrapper {
  width: 100%;
}

.flats-mob__filter-title {
  flex: 0 0 30%;
  font-weight: 500;
}


.selectric .label {
	font-weight: 500;
  font-size: 20px;
  line-height: 24px;
	color: #575757;
}

.flats-mob__filter-btn {
  position: relative;
  width: 100%;
  font-size: 13px;
  padding: 14px 15px;
  border: 1px solid;
  background: #ffffff;
  text-align: left;
  border: 1px solid rgba(87, 87, 87, 0.1);
}

.flats-mob__filter-btn::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 12px;
  background: url('dist/img/icon-filters.svg') no-repeat center center;
}

.flats-mob__filter .wrapper {
  display: flex;
  column-gap: 20px;
}

.flats-mob__filter-block {
  flex: 1 1 50%;
}
@media (max-width: 600px) {
  .flats-mob__filter {
    margin: 20px 0 0;
  }
  .flats__head{
    margin: 0px 0 0;
  }
  section.flats {
    margin: 0px 0;
  }
}
.flats__wrapper {
  display: flex;
  row-gap: 40px;
  padding-bottom: 40px;
}

.flats__left {
  flex: 0 0 25%;
  max-width: 25%;
}

.flats__right {
  margin-left: 30px;
  width: 75%;
}

.block-filter__mobilebtn-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
.block-filter__mobilebtn-close:hover {
  opacity: 1;
}
.block-filter__mobilebtn-close:before, .block-filter__mobilebtn-close:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.block-filter__mobilebtn-close:before {
  transform: rotate(45deg);
}
.block-filter__mobilebtn-close:after {
  transform: rotate(-45deg);
}


@media (max-width: 1199px) {
  .flats__left {
    flex: unset;
    position: fixed;
    width: 100vw;
    height: 100%;
    left: -100vw;
    top: 0;
    background: var(--kanye-gold-color);
    z-index: 99999;
    transition: left 0.2s ease-in;
    overflow-y: auto;
    max-width: initial;
  }
  .flats__left.open {
    left: 0;
  }

  .flats__right {
    margin: 0;
    flex: 1 1 100%;
  }

  .block-filter__mobilebtn-close {
    display: block;
  }

  form.block-filter {
    padding: 40px;
    margin-bottom: -200px;
  }

  .block-filter__submit {
    background: var(--kanye-brown-color);
    color: #fff;
    padding: 14px 25px;
  }
}

@media (max-width: 960px) {
  .flats-mob__filter-title {
    display: none;
  }
}

.flats__sort {
  display: flex;
  align-items: center;
  flex: 0 0 335px;
}

.flats__sort-title {
  margin-right: 30px;
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
}

.flats__sort .selectric-wrapper {
  width: 100%;
}


/* ipoteka */


.ipotekaCalculator {
  display: flex;
  flex-direction: row;
}

#ipoteka .calcLeft {
  max-width: 496px;
  width: 100%;
  /* display: flex;
  flex-direction: column; */
  /* justify-content: space-around; */
  margin-right: 20px;
}

#ipoteka .calcContainer {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 50px;
  background: #efefef;
  max-width: 434px;
  width: 100%;
  box-sizing: border-box;
}

#ipoteka .calcRight { 
  width: 100%;
}
#kvartal-u-reki .flatMapContainer .flatMap{
  max-width:550px;
}
#kvartal-u-reki .flatMapContainer .flatMap{
  max-width:550px;
}
#ipoteka .calcRightContent {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  box-sizing: border-box;
}

#ipoteka .calcRightContent-borderBottom {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.ipotekaCalculator .custom_select {
  width: 100%;
  height: 50px;
}

select.custom_select {
  display: none;
}

.ipotekaCalculator .custom_select option {
  height: 50px;
  width: 330px;
}

.calcContainer__form {
  max-width: 330px;
  width: 100%;
  /* min-height: 600px; */
  background: #efefef;
}

.calcContainer__form_dropdownProject {
  display: flex;
  flex-direction: column;
}

.calcContainer__form_slider {
  position: relative;
  display: flex;
  flex-direction: column;
}
.tools__mortgageitem .label{
  font-size: 18px;
}
input.form_slider-text {
  width: 80%;
  height: 43px;
  margin: 0;
  text-align: left;
  line-height: 100%;
  border: 0px solid rgba(87, 87, 87, 0.1);
  background: #ffffff;
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 650px) {
.tools__mortgage-banklogo img {
  height: 30px;
}
.tools__mortgage-block .nav-tabs li{
  width: calc(60% - 0px);
}
.tools__mortgage-banklogo img{
  height: 30px;
}
.banks__item-title{
  font-size: 18px;
}
.banks__item-head img{
  height: 40px;
}
.tools__mortgage-block {
  margin-top: 20px;
}
}
@media (max-width: 350px) {
  input.form_slider-text {
    font-size: 24px;
  }
  .tools__mortgageitem-value, .tools__mortgageitem-value{
    font-size: 24px;
  }
}

.calcOffer__item,
.calcOffer__item_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 48px;
  padding-left: 30px;
}

.calcOffer__item div,
.calcOffer__item_head div {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.calcOffer__item-text {
  font-size: 16px !important;
  line-height: 21px;
  color: #bbbbbb;
  font-family: "TT Norms";
}

.calcOffer__item_head div {
  font-family: "TT Norms";
  line-height: 21px;
  font-size: 16px;
  color: #bbbbbb;
}

.calcOffer__item_img {
  min-width: 70px;
  min-height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 30px;
}

.calcOffer__item_name {
  width: 100%;
  /* max-width: 140px; */
}

.calcOffer__item div.calcOffer__item_name {
  flex-direction: column;
  align-items: flex-start;
}

#ipoteka {
  background-color: white;
}

.ipotekaCalculator .ui-slider-handle {
  display: block;
  position: relative;
  transform: translate(-50%, -43%);
  margin: 0 !important;
  border: none !important;
  width: 30px;
  height: 30px;
  top: 0 !important;
  background: none !important;
  cursor: pointer;
}

.ipotekaCalculator .ui-slider-handle:hover {
  transform: translate(-50%, -43%) scale(1.2);
}

.ipotekaCalculator .ui-slider-handle:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4586c7;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.ipotekaBannerContent__button {
  cursor: pointer;
  width: 100%;
  max-width: 305px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #4586c7;

  font-family: "TT Norms";
  line-height: 19px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

.ipotekaPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1000;
  overflow: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  /* display: none; */
  transform: translateY(100%);
  transition: 0.5s ease-in-out;
}

.ipotekaPopup-active {
  z-index: 10000;
  display: flex;
  transform: translateY(0);
  overflow: scroll;
}

.ipotekaPopup__header {
  position: fixed;
  background-color: white;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  height: 80px;

  box-sizing: border-box;
  padding: 40px;
}

.ipotekaPopup__header_logo .main-header__logo-default  {
  position: relative;
}

.ipotekaPopup__header_logo img {
  width: 200px;
}

.ipotekaPopup__header_close {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='44' viewBox='0 0 43 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9.89966' y='31.8996' width='30' height='2' transform='rotate(-45 9.89966 31.8996)' fill='%23BBBBBB'/%3E%3Crect x='31.1123' y='33.314' width='30' height='2' transform='rotate(-135 31.1123 33.314)' fill='%23BBBBBB'/%3E%3C/svg%3E%0A");
  background-position: center;

  height: 40px;
  min-width: 40px;

  cursor: pointer;
}

.ipotekaContentWrapper {
  max-width: 380px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .ipotekaContentWrapper {
    max-width: 100%;
    width: 100%;
    margin-top: 80px;
    padding: 0 42px;
    overflow: auto;
  }

  .ipotekaPopup__header_logo img {
    width: 150px;
  }
}

.ipotekaContentWrapper[data-status="success"] {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.2s ease-in-out;
  z-index: -1000;
}

.ipotekaContentWrapper[data-status="success"].ipotekaContentWrapper-active {
  opacity: 1;
  z-index: 100;
  transition: 0;
}

.ipotekaContentWrapper_text .text_title,
.ipotekaContentWrapper_text .text_p {
  color: #58585b;
}

.ipotekaContentWrapper_text .text_title {
  font-size: 36px;
  line-height: 46px;
}

.ipotekaContentWrapper_text .text_p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 5px;
}

.ipotekaPopup__item_header {
  font-family: "TT Norms";
  line-height: 46px;
  font-size: 36px;
  color: #58585b;
  padding-bottom: 5px;
}

.ipotekaPopup__item_subheader {
  font-family: "TT Norms";
  line-height: 26px;
  font-size: 18px;
  color: #58585b;
}

.ipotekaPopup__item_agreement,
.ipotekaPopup__item_agreement a {
  font-family: "TT Norms";
  line-height: 21px;
  font-size: 14px;
  color: #969696;
}
input {
  outline: none;
}
.input-error {
  outline: 1px solid #f00 !important;
}

.ipotekaPopup__item_agreement a {
  text-decoration: none;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  opacity: 1;
}

.ipotekaPopup__item_agreement a:hover {
  border-color: transparent;
}

.ipotekaPopup__item_form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ipotekaPopup__item_form input {
  width: 100%;
  height: 48px;
  border: none;
  box-shadow: inset 0 0 2px #bbbbbb;

  font-family: "TT Norms";
  line-height: 14px;
  font-size: 14px;

  box-sizing: border-box;
  padding-left: 20px;
}

.ipotekaPopup__item_form input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.ipotekaPopup__item_form input::-moz-placeholder {
  color: #bbbbbb;
}
.ipotekaPopup__item_form input:-moz-placeholder {
  color: #bbbbbb;
}
.ipotekaPopup__item_form input:-ms-input-placeholder {
  color: #bbbbbb;
}

.ipotekaPopup__form_item {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.double-popup-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.double-popup-item-left {
  /* max-width: 160px; */
  width: 45%;
}

.double-popup-item-right {
  /* max-width: 200px; */
  width: 50%;
}

@media (max-width: 480px) {
  .double-popup-item-left, 
  .double-popup-item-right {
    max-width: 100%;
  }

  .double-popup-item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.ipotekaPopup__form_item-button {
  cursor: pointer;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--kanye-brown-color);
  line-height: 19px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  margin-top: 10px;
}

.ipotekaPopup__form_item-button:hover {
  color: var(--kanye-brown-color);
  background-color: var(--kanye-gold-color);
}

.parkingPopup__form_item-button {
  cursor: pointer;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4586c7;
  font-family: "TT Norms";
  line-height: 19px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  margin-top: 10px;
}

.parkingPopup__form_item-button:hover {
  background-color: #79a8d5;
}

.ipotekaBanner {
  width: 100%;
  min-height: 423px;

  background-position: center;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ipotekaBannerContent {
  padding-left: 80px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:50%;
  max-width: 515px;
}

.ipotekaBannerContent__title {
  font-family: "TT Norms Medium";
  line-height: 56px;
  font-size: 48px;
  color: #58585b;
}

.ipotekaBannerContent__text {
  font-family: "TT Norms";
  line-height: 26px;
  font-size: 18px;
  color: #58585b;

  padding-top: 15px;
  padding-bottom: 30px;
}
@media (max-width: 768px){
  .ipotekaBannerContent__text {
      font-size: 16px;
  }
  .ipotekaBannerContent {
      width:55%;
  }
}

.ipotekaCalculator {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 80px;

  display: flex;
  justify-content: space-between;
}

.calcOffer__item {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}

/* .calcOffer__item:not(:first-child) {
  border-top: 1px solid #E6E6E6;
} */

.ipotekaWrapperLeft {
  min-width: 330px;
  display: flex;
  justify-content: flex-start !important;
}

.ipotekaWrapperRight {
  width: 100%;
  display: flex;
  justify-content: flex-end !important;
}
.calcinfo {
  margin-top: 22px;
}

.calcOffer__item_nameText {
  font-family: "TT Norms Medium";
  line-height: 26px;
  font-size: 18px;
  color: #58585b;
}

.calcOffer__item_nameLink {
  font-family: "TT Norms Medium";
  line-height: 26px;
  font-size: 14px;
  text-transform: uppercase;
  color: #4586c7;

  cursor: pointer;
}

.calcOffer__item .ipotekaWrapperRight {
  font-family: "TT Norms Medium";
  line-height: 26px;
  font-size: 24px;
  color: #58585b;
}

#ipoteka .calcTitle {
  padding-left: 30px;
  padding-top: 43px;

  font-family: "TT Norms Medium";
  line-height: 26px;
  font-size: 24px;
  color: #58585b;
}

.calcOffer__item_percent {
  width: 215px;
}

.calcOffer__item_payment {
  width: 248px;
}

.calcOffer__item_payment,
.calcOffer__item_percent,
.calcOffer__item_age {
  display: block !important;
}

.calcOffer__item-text {
  display: none !important;
  font-size: 16px !important;
  line-height: 21px;
  color: #bbbbbb;
  font-family: "TT Norms";
}

.calcOffer__item_age {
  display: flex;
  justify-content: flex-start;
  width: 100px;
}

.calcOffer__item_head {
  display: flex;
  justify-content: flex-end;
}

.calcTextContainer__title {
  font-family: "TT Norms";
  line-height: 26px;
  font-size: 18px;
  color: #58585b;

  padding-top: 30px;
}

.calcTextContainer__text {
  font-family: "TT Norms";
  line-height: 26px;
  font-size: 16px;
  color: #58585b;

  padding-top: 10px;
}

.calcContainer__form_button {
  width: 100%;
  max-width: 330px;
  height: 48px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #4586c7;

  font-family: "TT Norms";
  line-height: 19px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;

  cursor: pointer;

  margin-top: 30px;
}

.calcContainer__form_button:hover {
  background-color: #79a8d5;
}

.ipotekaBottomPopup {
  display: none;
}

#ipoteka .news_detail__backlink {
  display: none;
}

#ipoteka .ui-widget.ui-widget-content {
  height: 3px !important;
}

#ipoteka .ui-widget.ui-widget-content {
  background: #cddae7 !important;
}

#ipoteka .ui-widget-header {
  height: 3px !important;
}

#ipoteka .form_slider-text {
  font-family: "TT Norms";
  line-height: 21px;
  font-size: 20px;
  color: #58585b;

  display: flex;
  align-items: center;

  box-sizing: border-box;
  padding-left: 15px;
  border: none;
}

#ipoteka .jq-selectbox__select {
  background: none;
  background-color: white;
  border: none;
  border-radius: 0;
  box-shadow: none;

  height: 48px !important;

  display: flex;
  align-items: center;

  font-family: "TT Norms";
  line-height: 21px !important;
  font-size: 20px !important;
  color: #58585b;
}

#ipoteka .jq-selectbox__trigger {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5293 12.6846L13.6871 24.5268L1.84486 12.6846' stroke='%234586C7' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-position-y: 5px;
  background-position-x: center;
  background-repeat: no-repeat;

  transition: 0.3s;

  padding-right: 15px;
}

#ipoteka .jq-selectbox__trigger-arrow {
  border: none;
}

#ipoteka .jq-selectbox__dropdown {
  margin: 0;
  border: none !important;
}

#ipoteka .jq-selectbox__dropdown li {
  min-height: 50px;
  padding: 0;
  padding-left: 15px;

  display: flex;
  align-items: center;

  color: #58585b;
  font-size: 18px;
  line-height: 21px;
  font-family: "TT Norms";

  white-space: pre-wrap;
}

#ipoteka .jq-selectbox__dropdown li:hover {
  color: white;
}

#ipoteka .jq-selectbox__dropdown li.selected {
  background-color: #08c;
  color: white;
}

#ipoteka .calcContainer__form_dropdownProject span {
  font-family: "TT Norms";
  line-height: 21px;
  font-size: 18px;
  color: #58585b;

  margin-top: 20px;
  margin-bottom: 10px;
}

#ipoteka .calcContainer__form_slider .form_slider-title {
  font-family: "TT Norms";
  line-height: 21px;
  font-size: 18px;
  color: #58585b;

  margin-top: 20px;
  margin-bottom: 10px;
}

.ipotekaCalculator .custom_select .opened .jq-selectbox__trigger {
  transform: rotate(180deg);
}

#ipoteka .calcContainer__title {
  font-family: "TT Norms Medium";
  line-height: 56px;
  font-size: 24px;
  color: #58585b;
}

#ipoteka .jq-selectbox__select-text {
  line-height: 21px !important;
  font-size: 20px !important;
}

.calcOfferContainer {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #e6e6e6;
}
.block-option__more_ {
  position: absolute;
  right: 0px;
  top: 12px;
  width: 25px;
  height: 25px;
  background: url(/local/templates/scandia.life.mainpage/dist/img/more.png);
  cursor: pointer;
  background-size: cover;
}
.block-option__more_::after {
  position: absolute;
  content: "Укажите размер платежа, который для вас будет комфортным. Мы учтем это при подборе программы";
  width: 270px;
  bottom: 35px;
  left: -70px;
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  box-shadow: rgba(77, 77, 77, 0.54) 8px 8px 20px 0px;
  background: rgb(255, 255, 255);
  padding: 10px;
  transition: opacity 0.2s ease 0s;
  border-radius: 5px;
}
.block-option__more_:hover::after {
  opacity: 1;
  visibility: visible;
}

.best_conteiner {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e6e6e6;
}
.best_item {
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 20px;
}
.best_item_img {
  background-image: url(/upload/iblock/1e6/1e6a110….png);
  height: 100px;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
}
.best_item_name {
  font-family: "TT Norms Medium";
  line-height: 26px;
  font-size: 18px;
  color: #58585b;
}
.best_item_info{
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
.best_item {
  padding-bottom: 8px;
  padding-left: 30px;
  border-right: 1px solid #e6e6e6;
}
.best_item_info_item {
  margin-bottom: 5px;
  font-family: "TT Norms";
  line-height: 26px;
  font-size: 18px;
  color: #58585b;
}
@media (max-width:1468px){
  .calcOfferContainer {
      display: grid;
      grid-template-columns: 1fr;
  }
}
@media (max-width:1268px){
  .calcOfferContainer {
      display: grid;
      grid-template-columns: 1fr;
  }
}
@media (max-width: 840px) {
  .best_item {
      padding-bottom: 8px;
      padding-left: 30px;
      border: 1px solid #e6e6e6;
  }
}
@media (max-width: 750px) {
  .news_detail__backlink{
      display: none!important;
  }
  .ipotekaCalculator {
      display: block;
      justify-content: space-between;
  }
  #ipoteka .calcRight {
      position: relative!important;
      transform: inherit!important;
      display: block;
      z-index: -1000;
      overflow: inherit;
      top: 0;
      left: 0;
      z-index: 90;
      height: 100%;
      transition: 0.5s;
      background-color: white;
      padding-top: 50px!important;
  }
  #ipoteka .calcRightContent{
      margin: 0px!important;
  }
  .best_title_conteiner div.calcTitle {
      padding-bottom: 20px;
  }
  
}
@media (max-width: 768px) {
  .best_conteiner {
      display: grid;
      width: 100%;
      grid-template-columns: 1fr;
  }
  .best_item {
      padding: 20px;
  }
}
@media (max-width: 600px) {
  .block-option__more_::after {
      left: -160px;
      width: 200px;
  }
}

.flats__left .selectric-open {
  z-index: 950 !important;
}

.tools__text-detail {
  padding: 30px 130px;
  background: var(--kanye-gold-color);
  color: var(--kanye-brown-color);
}

.tools__text-detail p {
  line-height: 1.5;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .tools__text-detail {
    padding: 30px 10px;
  }
  .tools__text-detail p {
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .tools__collapse{
    margin: 80px 0;
  }
}


/* ипотека калькулятор */

.tools__calculator-result {
  margin-top: 70px;
}

.tools__calculator-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.tools__calculator-headvalue {
  font-size: 14px;
  margin-bottom: 5px;
}

.tools__calculator-body {
  border: 1px solid var(--kanye-darkgold-color);
}



.tools__calculator-bank > div {
  flex: 0 1 33%;
  padding: 0 25px;
}

.tools__calculator-bank {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--kanye-darkgold-color);
}

.tools__calculator-bank:last-child {
  border-bottom: 0;
}

.tools__calculator-bank:hover {
  background-color: var(--kanye-gold-color);
  cursor: pointer;
}

.tools__calculator-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  text-align: center;
    align-items: center;
}

.tools__calculator-logo span {
  /* margin-left: 10px; */
  font-size: 16px;
  font-weight: 500;
  color: #5f5c5c
}

.tools__calculator-logo img {
  height: 32px;
}

.tools__calculator-value {
  font-size: 22px;
  font-weight: 500;
}

.tools__calculator-body .btn {
  font-weight: 500;
  font-size: 16px;
  padding: 6px 40px;
}

@media (max-width: 992px) {
  .tools__calculator-bank > div {
    flex: 0 1 50%;
  }

  .tools__calculator-bank {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .tools__calculator-bank:hover {
    background-color: unset;
    cursor: pointer;
  }

  .tools__calculator-logo {
    row-gap: unset;
    flex-direction: row;
    align-items: center;
  }
  
  .tools__calculator-logo span {
    margin-left: 10px;
    font-size: 22px;
  }
}

@media (max-width: 781px) {
  .tools__calculator-bank > div {
    flex: 0 1 100%;
  }

  .tools__calculator-bank {
    row-gap: 35px;
  }

  .tools__calculator-body .btn {
    display: block;
    width: 100%;
    padding: 12px 12px;
    line-height: 100%;
    border: 0;
  }

}
.gb.gb--office{
  margin-bottom: 30%;
}
#bx-panel.bx-panel-fixed {
  bottom: 0 !important;
  top: inherit!important;
}

.tools__calculator-bank--alt > div {
  flex: unset;
}

.tools__calculator-bank--alt .tools__calculator-time {
  flex: 1 1 20%;
}

.tools__calculator-bank--alt .tools__calculator-percent {
  flex: 1 1 30%;
}

.tools__calculator-bank--alt .tools__calculator-money {
  flex: 1 1 20%;
}

@media (max-width: 992px) {
  .tools__calculator-bank--alt > div {
    flex: 0 1 50% !important;
  }
}

@media (max-width: 781px) {
  .tools__calculator-bank--alt > div {
    flex: 0 1 100% !important;
  }
}

.ipotekaPopup__form_item input{
  width: 100%;
  height: 48px;
  border: none;
  box-shadow: inset 0 0 2px #bbbbbb;
  font-family: "TT Norms";
  line-height: 14px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 20px;
}
.form-group.description-text, .form-group.description-text a{
  /* margin-top: 10px; */
}


@media (max-width: 991px) {
  /* контейнеры на странице проектов */
  .block-project-item .container-fluid,
  .block-project-infographics .container-fluid,
  .block-project-feedback .container-fluid,
  .block-project-infrastructure .container-fluid,
  .block-project-features__tabs,
  section.tech .container-fluid,
  .block-contacts .container-fluid,
  .enter__functions .container-fluid,
  .comfort .container-fluid,
  section.finish .container-fluid {
    max-width: 650px;
  }
}


/* новые единые технические решения */

section.tech {
  padding: 100px 0;
}

.tech__element {
  display: flex;
}

.tech__element:nth-child(even) .tech__text {
  padding-left: 0;
  padding-right: 60px;
}

.tech__element + .tech__element {
  margin: 30px 0 0;
}

.tech__picture {
  flex-grow: 1;
}

.tech__text {
  width: 40%;
  padding-left: 60px;
}

.tech__text-title {
  margin: 20px 0 45px;
  font-size: 32px;
  line-height: 38px;
}

.tech__text-description {
  font-size: 16px;
  line-height: 28px;
  transition: max-height 0.2s ease-out;
}

.tech__text p {
  margin: 0;
}

.tech__btn-more {
  display: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  text-align: left;
  position: relative;
  padding: 17px 25px;
  background: var(--kanye-gold-color);
  border: 0;
  margin: 30px 0 0;
}

.tech__btn-more:active {
  background: var(--kanye-darkgold-color);
}

/* CONTAINER CHANGE */
/* @media (max-width: 1591px) { */
@media (max-width: 1366px) {

  .tech__element {
    flex-direction: column-reverse;
  }

  .tech__element:nth-child(even) {
    flex-direction: column;
  }

  .tech__element + .tech__element {
    margin: 60px 0 0;
  }

  section.tech .block-project__title {
    margin-bottom: 60px;
  }

  .tech__text-title {
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 24px;
  }

  .tech__text {
    width: 100%;
    padding: 0;
    line-height: 160%;
  }

  .tech__element:nth-child(even) .tech__text {
    padding: 0;
  }

  .tech__text p + p {
    margin: 25px 0 0;
  }

  .tech__picture {
    margin: 60px 0 0;
  }
  
}


@media (max-width: 991px) {
  section.tech {
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .tech__btn-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tech__btn-more.active img {
    transform: scaleX(-1);
  }

  .tech__text-description {
    max-height: 0;
    overflow: hidden;
  }

  .tech__text-description.showed {
    padding-bottom: 20px;
  }

  .tech__picture {
    margin: 0;
  }
}


.enter__functions {
  background: #fff;
  padding: 80px 0;
  position: relative;
}

.enter__functions-wrapper {
  display: flex;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.enter__functions-text {
  position: relative;
  width: 40%;
}

.enter__functions-img {
  position: relative;
  margin-left: 130px;
}

.js-slider-entfunctions-pictures {
  width: 620px;
  height: 620px;
}

.enter__functions-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enter__functions .block-project__title {
  margin-bottom: 90px;
}

.enter__functions-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 40%;
  padding-right: 80px;
}

.enter__functions-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 40px;
}

.enter__functions-item-detail {
  padding-right: 102px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.enter__functions-item-detail p {
  margin: 0 0 20px;
}

.enter__functions-bg_stripe {
  position: absolute;
  top: 200px;
  right: 0;
  height: 360px;
  background: var(--kanye-gold-color);
  z-index: 1;
}

.slider-arrow-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.slider-tiny-arrow {
  background: url("dist/img/icon-arrow-long-right-dark.svg") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 15px;
  cursor: pointer;
}

.slider-tiny-arrow--prev {
  rotate: 180deg;
}


.slider-arrow-container span {
  margin: 0 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.slider-arrow-container i {
  font-style: normal;
}

@media (max-width: 1591px) {
  .js-slider-entfunctions-pictures {
    width: 380px;
    height: 380px;
  }

  .enter__functions-img {
    display: flex;
    align-items: center;
  }

  .enter__functions-img {
    margin-left: 80px;
  }

  .enter__functions-bg_stripe {
    height: 260px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .enter__functions-info {
    padding-right: 20px;
  }

  .enter__functions .block-project__title {
    margin-bottom: 60px;
  }

  .slider-arrow-container {
    position: relative;
    margin: 60px 0 0;
    bottom: unset;
  }

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

@media (max-width: 991px) {
  .enter__functions-wrapper {
    display: block;
  }

  .enter__functions-text, .enter__functions-img {
    width: 100%;
  }

  .enter__functions-item-detail {
    padding-right: 0;
  }

  .enter__functions-img {
    margin: 60px 0 0;
  }

  .js-slider-entfunctions-pictures {
    height: 620px;
    width: 100%;
  }

  .enter__functions-bg_stripe {
    width: 100%;
    top: unset;
    transform: unset;
    bottom: 260px;
  }
}

@media (max-width: 480px) {
  .enter__functions {
    padding: 60px 0;
  }

  .enter__functions-item-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .enter__functions .block-project__title {
    margin-bottom: 40px;
  }

  .js-slider-entfunctions-pictures {
    height: auto;
    z-index: 10;
  }

}






section.comfort {
  padding: 80px 0;
}

.comfort__container {
  margin: 60px 0 0;
  display: flex;
  column-gap: 20px;
} 


section.comfort .comfort-item {
  margin: 0;
  flex: 1;
}

section.comfort .comfort-item__row-image {
  height: 230px;
  margin: 0;
}

section.comfort .comfort-item__row-title {
  margin: 20px 0 0;
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}

section.comfort .comfort-item__row-text {
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

/* CONTAINER CHANGE */
/* @media (max-width: 1591px) { */
@media (max-width: 1366px) {

  .comfort__container {
    column-gap: 20px;
    row-gap: 60px;
    flex-wrap: wrap;
  }

  section.comfort .comfort-item__row-image {
    min-width: 300px;
    height: 300px;
  }
}
@media (min-width: 1366px) and (max-width: 1591px) {
  section.comfort .comfort-item__row-image {
    height: 210px;
  }
}

section.finish {
  background: #ffffff;
  padding: 80px 15px;
}

section.finish .block-trim.tab-content {
  width: 100%;
  margin: 60px 0 0;
}


@media (max-width: 480px) {
  .block-project__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
  }

  section.finish {
    padding: 60px 0;
  }

  .block-trim,
  .block-trim__container {
    row-gap: 40px;
  }

  section.finish .block-trim.tab-content {
    margin: 20px 0 0;
  }

  .block-kvartals__tabs {
    font-size: 14px;
    line-height: 17px;
  }
}


/* #image-modal .modal-dialog {
  width: 80%;
  display: block;
  height: auto;
} */

/* Динамика строительства модалка */

#dynamics-detail .modal-body {
  padding: 100px 130px;
}


#dynamics-detail .modal-dialog {
  width: 80%;
  display: block;
  height: auto;
  max-width: 1530px;
}

#dynamics-detail .news_detail__title {
  padding: 0;
  font-size: 30px;
  line-height: 36px;
}

.swiper-container-news-solo-dynamics-detail {
  margin-top: 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
}

.dynamics-news_detail .swiper-container-news-solo-dynamics-detail {
  height: 660px;
}

.dynamics-news_detail-mainslider {
  flex: 1 1 100%;
  overflow: hidden;
}

.dynamics-news_detail-navigation {
  flex: 0 0 230px;
  margin-left: 30px;
}

.dynamics-slider-nav__item {
  width: 230px;
  height: 150px;
  margin: 10px 0;
  cursor: pointer;
}

.dynamics-slider-item {
  height: 100%;
}

.dynamics-news_detail-mainslider > .swiper-wrapper {
  height: 100%;
}

.dynamics-slider-nav .slick-track {
  margin: -10px 0;
}

.dynamics-news_detail .slider-arrow {
	transition: all 0.3s ease 0s;
	background-color: var(--kanye-brown-color);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='37' height='13' viewBox='0 0 37 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M37 6.64087L2 6.64087M2 6.64087L6.91344 1.48828M2 6.64087L6.91344 12.3008' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e ");
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  transform: translate(0, -50%);
  top: 50%;
}

.dynamics-news_detail .slider-arrow.slider-arrow--next {
	transform: scale(-1, 1) translate(0, -50%);
  right: 0;
}

.dynamics-news_detail .slider-arrow:hover {
	background-color: var(--kanye-darkgold-color);
}

.dynamics-news_detail-buttons {
  display: none;
}

.dynamics-detail-slider__dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  list-style-type: none;
  margin-bottom: 50px;
}

.dynamics-detail-slider__dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--kanye-gold-color);
  cursor: pointer;
}

.dynamics-detail-slider__dots li + li {
  margin-left: 20px;

}

.dynamics-detail-slider__dots li.slick-active {
  background: var(--kanye-brown-color);
}


@media (max-width: 1591px) {
  .dynamics-news_detail-navigation {
    display: none;
  }

  .dynamics-news_detail .swiper-container-news-solo-dynamics-detail {
    height: auto;
  }
}

@media (max-width: 991px) {
  .dynamics-news_detail-mainslider .slider-arrow {
    background-size: 50%;
    width: 50px;
    height: 50px;
  }

  .dynamics-detail-slider__dots {
    margin: 0;
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  #dynamics-detail .modal-body {
    padding: 50px 15px;
  }

  #dynamics-detail .modal-dialog {
    width: auto;
    margin: 15px;
  }

  .dynamics-news_detail .swiper-container-news-solo-dynamics-detail {
    display: block;
  }

  .dynamics-news_detail-buttons {
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
  }

  .dynamics-news_detail .slider-arrow {
    position: relative;
    top: unset;
    transform: unset;
    width: 50px;
    height: 50px;
    background-size: 50%;
  }

  .dynamics-news_detail .slider-arrow.slider-arrow--next {
    transform: scale(-1, 1);
    right: unset;
  }

  .dynamics-news_detail .slider-arrow.slider-arrow--prev::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 22.53px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
  }

}


.modal .result-text__title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.modal .result-text__p {
  text-align: center;
}

.choice__header .selectric-scroll li{
	font-weight: 500;
  font-size: 20px;
  line-height: 24px;
	color: #575757;
}

.slick-arrow{
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.item-choice__price > .item-choice__apartments,
.item-choice__price > .item-choice__date{
  display: none;
}


.item-implemented {
  padding: 10px 15px;
}
.implemented__row-wrapper{
  margin: 0 -14px;
}
.implemented__row-wrapper,
.implemented__row-wrapper .slick-list,
.implemented__row-wrapper .slick-track,
.implemented__row-wrapper .item-implemented{
  overflow: visible;
}

.item-rooms {
  padding: 10px 15px;
}
.rooms__row-wrapper{
  margin: 0 -14px;
}

.main-page .project-callback-form{
  max-width: 490px;
}
.main-page .container-fluid {
  max-width: 1570px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-page .project-callback-form input{
  border: transparent;
  font-size: 16px;
}
.dynamics__mobile-controls{
  display: none;
}

/* CONTAINER CHANGE */
/* @media (max-width: 1590px) { */
@media (max-width: 1366px) {
  a.projects_menu_elem {
    padding: 9px 7px 9px 7px;
    /* padding: 9px 0; */
  }

  .project_menu_elements-btn {
    right: 20px;
    padding: 8px 5px;
  }

  .main-page .container-fluid{
    max-width: 980px;
  }
  .item-main-banner__name{
    font-size: 16px;
  }
  .item-main-banner__title{
    font-size: 40px;
    margin-bottom: 60px
  }
  .item-main-banner__title-inner{
    font-size: 25px;
  }
  .implemented__header{
    margin-bottom: 30px;
  }
  .item-main-banner__image{
    flex: 0 0 49%;
    width: 49%;
  }
  .item-main-banner__content-wrapper{
    padding: 0px 60px 0px 0;
  }
  .item-main-banner__image{
    height: 566px;
  }

  /**/
  .choice__row{
    flex-direction: column;
  }
  .item-choice__wrapper{
    flex-direction: row;
  }
  .item-choice__top{
    height: unset;
  }
  .item-choice__header{
    margin-bottom: 25px;
  }
  .item-choice__text{
    margin-bottom: 29px;
  }
  .item-choice__additionally{
    margin-bottom: 35px;
  }
  .item-choice__body{
    padding: 46px 50px 35px 60px;
    min-height: 435px;
  }
  .item-choice__top{
    flex: 0 0 400px;
  }
  .item-choice__characteristics{
    margin-bottom: 20px;
  }
  /**/

  .apartment__content{
    display: flex;
    flex-direction: column;
    padding: 50px 0 80px 60px;
  }
  .apartment__header{
    position: absolute;
    top: 225px;
    z-index: 1;
    color: #fff;
  }
  .apartment__characteristics-wrapper{
    flex-direction: column;
  }
  .apartment__image{
    flex: 0 0 100%;
    height: 360px;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    display: flex;
    filter: brightness(60%);
  }
  .apartment__buttons{
    display: flex;
    margin: -7px;
    width: calc(100% - 105px);
    position: absolute;
    bottom: 63px;
  }
  .apartment__row{
    flex-wrap: wrap;
  }
  .apartment__characteristics{
    margin-bottom: 87px;
  }
  .apartment__button{
    flex: 0 0 50%;
  }
  .apartment{
    padding-bottom: 11px;
  }
  .choice{
    padding-bottom: 18px;
  }
  .item-tools{
    flex: 0 0 50%;
    padding: 7.5px;
  }
  .item-tools-flipable{
    height: auto;
  }
  .tools__row{
    /* margin: -7.5px; */
  }
  /**/
  .standards__row{
    flex-direction: column;
  }
  .standards__title{
    line-height: 36px;
  }
  .standards__title{
    margin-bottom: 37px;
  }
  .standards__hashtag{
    margin-bottom: 37px;
  }
  .standards__text{
    margin-bottom: 36px;
  }
  .standards {
    margin-bottom: 116px;
  }
  .slide-dynamics__text{
    font-weight: 500;
  }
  .dynamics{
    margin-bottom: 112px;
  }
  /**/
  .about__row{
    flex-direction: column;
  }
  .about__title {
    margin-bottom: 39px;
  }
  .item-about{
    padding: 31px 15px;
  }
  .about {
    margin-bottom: 137px;
  }
  .about__text{
    font-size: 20px;
    line-height: 160%;
  }
  /**/
  .implemented {
    padding: 121px 0;
  }
  .implemented__controls{
    flex: 0 0 135px;
    transform: scale(1.3);
  }
  /**/
  .main-page .project-callback__wrapper{
    max-width: 1200px;
    margin: 0 auto;
    column-gap: 40px;
  }
  .main-page .project-callback__title{
    font-size: 40px;
    line-height: 48px;
  }
  .main-page .project-callback__text{
    font-size: 25px;
    line-height: 150%;
  }
  .main-page .project-callback__dolj{
    line-height: 19px;
  }
  .main-page .project-callback__name{
    line-height: 29px;
  }
  .main-page .contacts-callback-form__input{
    height: 60px; 
  }
  .main-page .project-callback-form{
    max-width: 380px;
  }
  .main-page .project-callback-form__submit{
    height: 60px; 
  }
  .main-page .row.footer__row{
    max-width: 970px;
  }

  .main-page .project-callback .container-fluid{
    max-width: 1280px;
    padding: 0;
  }
  .tools{
    padding: 60px 0;
  }
  .apartment__scheme{
    width: 350px;
    height: 400px;
    transform: translate(-65px, 35px);
  }
}
@media (max-width: 961px) {
  .item-main-banner__content-wrapper{
    padding: 50px 0px 0px 0px;
    margin-bottom: 55px;
  }
  .item-main-banner__name{
    margin-bottom: 20px;
  }
  .item-main-banner__title{
    margin-bottom: 46px;
    font-size: 30px;
  }
  .item-main-banner__image{
    width: unset;
    height: 400px;
  }
  .main-banner__controls{
    width: 132px;
  }
  .main-banner__controls-container{
    height: 92px;
  }
  .main-page .container-fluid {
    max-width: 660px;
  }
  .item-main-banner .container-fluid {
    max-width: 100%;
  }
  .item-choice__wrapper{
    flex-direction: column;
  }
  .item-choice__top{
    flex: 0 0 300px;
  }
  .item-choice__body{
    padding: 46px 60px 55px 60px;
  }
  .item-choice:not(:last-child){
    margin-bottom: 35px;
  }
  .item-choice__text{
    line-height: 24px;
  }
  .choice-characteristics__icon{
    margin-right: 29px;
  }
  .item-choice__characteristics{
    margin-bottom: 55px;
  }
  .apartment__image{
    height: 255px;
  }
  .apartment__header{
    top: 120px;
  }
  .apartment__subtitle{
    font-weight: 500;
    font-size: 22px;
  }
  .apartment__content{
    flex: 0 0 100%;
    padding: 50px 60px 53px 60px;
    margin-bottom: -60px;
  }
  .apartment__characteristics-wrapper{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
  }
  .item-characteristics__text{
    font-weight: 300;
  }
  .item-characteristics__value{
    line-height: 24px;
  }
  .apartment__characteristics{
    margin-bottom: 0px;
  }
  .apartment__scheme{
    margin: 0 auto;
    width: 215px;
    bottom: 329px;
    transform: translate(-40px, 50px);
  }
  .apartment__buttons{
    bottom: 59px;
  }
  .apartment__button:not(:last-child) {
    margin-bottom: 0;
  }
  .apartment__button{
    flex: 1 1 50%;
  }
  .tools__row{
    flex-direction: column;
  }
  .item-tools-flipable .item-tools__wrapper{
    height: 325px;
  }
  .item-tools__icon{
    margin-bottom: 20px;
  }
  .item-tools__title{
    line-height: 150%;
  }
  .apartment{
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .tools{
    padding: 60px 0;
  }
  .standards__hashtag {
    margin-bottom: 35px;
  }
  .standards__button a{
    width: 100%;
  }
  .standards__info{
    margin-bottom: 60px;
  }
  .standards {
    margin-bottom: 95px;
  }
  .dynamics__tabs{
    margin-bottom: 54px;
  }
  .slide-dynamics__text{
    font-weight: 700;
  }
  .dynamics{
    padding-bottom: 60px;
    margin-bottom: 93px;
  }
  .item-about:not(:last-child) {
    margin-bottom: 0;
  }
  .item-about{
    padding: 28px 15px;
  }
  .about{
    margin-bottom: 72px;
  }
  .implemented {
    padding: 92px 0;
  }
  .item-implemented__body {
    padding: 50px 60px 60px 60px;
  }
  .item-implemented__title{
    font-size: 30px;
  }
  .implemented{
    padding: 40px 0;
    margin-bottom: 0;
  }
  .main-page .project-callback__wrapper{
    padding: 80px 170px 100px;
  }
  .main-page .project-callback-form{
    width: 100%;
  }
  .item-choice__content > .item-choice__apartments,
  .item-choice__content > .item-choice__date{
    display: none;
  }
  .item-choice__price > .item-choice__apartments, .item-choice__price > .item-choice__date{
    display: flex;
  }
  .item-choice__price{
    display: flex;
    width: calc(100% - 44px);
    justify-content: space-between; 
    height: 30px;
    align-items: center;
  }
  .item-choice__content > .item-choice__additionally{
    display: none;
  }
  .item-choice__text{
    margin-bottom: 49px;
  }
  .choice{
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .apartment__buttons{
    gap: 20px;
  }
  .dynamics__controls{
    gap: 10px;
    padding-right: 10px;
  }
  .main-page .project-callback .container-fluid{
    padding: 0;
  }
  .apartment__scheme{
    bottom: 278px;
    transform: translate(0px, 50%);
  }
  .item-main-banner .container-fluid{
    padding: 0;
  }
  .apartment__header .apartment__title{
    font-weight: 700;
    font-size: 30px;
    line-height: 160%;
  }
}

@media (max-width: 640px){
  .main-page .container-fluid{
    max-width: 500px;
  }
  .choice__tabs-wrapper{
    justify-content: center;
  }
  .item-choice__characteristics {
    margin-bottom: 20px;
  }
  .item-choice__body {
    padding: 27px 21px 15px 21px;
  }
  .item-choice__button a{
    margin: 0 -6px;
  }
  .item-choice__price > .item-choice__apartments,
  .item-choice__price > .item-choice__date{
    display: none;
  }
  .tools {
   padding: 0 0 60px 0;
  }
  .tools__header {
    margin-bottom: 20px;
  }
  .apartment__content {
    padding: 39px 21px 23px 21px;
    margin-bottom: -40px;
  }
  .apartment__characteristics-wrapper{
    flex-direction: column;
  }
  .apartment__header{
    top: 137px;
  }
  .apartment__buttons{
    flex-direction: column;
    gap: 20px;
    row-gap: 20px;
  }
  .apartment__buttons{
    width: calc(100% - 30px);
    bottom: 23px;
  }
  .apartment__scheme{
    transform: translate(0px, 45%);
  }
  .item-tools__wrapper {
    padding: 30px 20px;
  }
  .item-choice__labels{
    left: 15px;
  }
  .item-choice__header {
    margin-bottom: 23px;
  }
  .item-standards {
    flex: 0 0 50%;
  }
  .item-standards__wrapper{
    align-items: flex-start;
  }
  .social .container-fluid{
    max-width: 100%;
  }
  .dynamics__header > .dynamics__controls{
    display: none;
  }
  .dynamics__title{
    width: 100%;
    font-size: 30px;
  }
  .dynamics__header {
    margin-bottom: 25px;
  }
  .item-about{
    padding: 15px 0;
  }
  .implemented {
    padding: 93px 0;
  }
  .item-implemented__body {
    padding: 27px 20px 28px 20px;
  }
  .item-implemented__title {
    font-size: 20px;
  }
  .main-page .footer {
    margin-top: 7px;
  }
  .main-page .project-callback__wrapper {
    padding: 80px 77px 100px;
  }
  .main-page .project-callback__title{
    margin-bottom: 16px;
  }
  .main-page .project-callback__person {
    margin-top: 25px;
  }
  .main-page .project-callback__person-text {
    margin: 29px 0 0;
  }
  .main-page .project-callback__wrapper{
    row-gap: 21px;
  }
  .main-page .project-callback-form .project-callback__title {
    margin-bottom: 26px;
  }
  .main-page .project-callback-form{
    max-width: 460px;
    width: 100%;
  }
  .main-page .project-callback .container-fluid{
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .standards__items{
    width: 100%;
    gap: 0;
    row-gap: 30px;
    justify-content: space-between;
  }
  .tab-dynamics__wrapper{
    padding: 5px 15px;
    line-height: 19px;
    font-size: 16px;
  }
  .item-implemented__controls{
    left: 0;
  }
  .item-main-banner .container-fluid {
    max-width: 100%;
  }
  .item-main-banner__image{
    height: 420px;
  }
  .item-choice__content > .item-choice__additionally{
    display: flex;
  }
  .choice{
    margin-bottom: 0;
    padding-bottom: 101px;
  }
  .item-characteristics__text{
    margin-bottom: 8px;
  }
  .apartment__buttons{
    padding: 5px;
  }
  .implemented__controls{
    /* display: none; */
  }
  .main-page .project-callback .container-fluid{
    padding: 0;
  }
  /* .dynamics__mobile-controls{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 34px;
    justify-content: center;
  }
  .dynamics__controls{
    gap: 20px;
  } */
  .main-banner__slider{
    max-height: calc(100vh - 120px);
  }

  
}

@media (max-width: 481px) {
	.project-callback-form .project-callback-form__submit{
		min-width: auto;
	}
	.item-main-banner__button a{
		font-size: 18px;
	}

	.main-banner__controls{
		transform: translate(-50%, 30%);
	}
  .item-main-banner__content-wrapper{
    padding: 55px 0px 0px 0px;
    margin-bottom: 25px;
  }
  .item-main-banner__title{
    margin-bottom: 35px;
  }
  .item-main-banner__name{
    margin-bottom: 20px;
  }
  .item-main-banner__image{
    height: 40vh;
  }
  .main-banner__controls-container{
    background-color: #fff;
  }
  .main-banner:before{
    bottom: -125px;
  }
  .item-choice__text{
    margin-bottom: 25px;
  }
  .item-choice__content > .item-choice__additionally{
    margin-bottom: 25px;
  }
  .item-choice__top{
    flex: 0 0 250px;
  }
  .item-choice__body{
    min-height: 430px;
  }
  .item-choice__title{
    margin-bottom: 7px;
  }
  .item-choice__header{
    margin-bottom: 12px;
  }
  .main-page .project-callback__wrapper {
    padding: 30px 20px 30px;
  }
}

@media (max-width: 385px) {
  .choice-characteristics__icon{
    margin-right: 10px;
  }
  .choice-characteristics__icon{
    flex: 0 0 30px;
    height: 30px;
  }
}

.main-nav__item {
  font-size: 16px;
  padding: 15px;
}

@media (max-width: 1590px) {
  .main-nav__item {
    font-size: 15px;
    padding: 5px;
  }
}

@media (max-width: 1310px) {
  .main-nav__item {
    /* font-size: 15px;
    padding: 16px 10px; */
  }

  .main-header__callback-phone {
    font-size: 14px;
  }

  .main-header__callback-button {
    font-size: 14px;
    width: 160px;
    padding: 5px 10px;
    height: 40px;
  }
}

.menu-mobile .login__link,
.main-header__alt .menu-mobile__menu .login__link{
  color: #ECE2D2 !important;
}

.menu-mobile .login__link svg,
.main-header__alt .menu-mobile__menu .login__link svg{
  fill: #ECE2D2 !important;
}

.main-header__right .menu-mobile .login__link{
  display: flex;
  width: 100%;
  padding: 0 20px;
  margin-top: 60px;
}

.main-header__right .menu-mobile .login__link span{
  max-width: 100%;
}

.footer--no-form{
  margin-top: 60px;
}
.footer--no-form::before{
  background: var(--kanye-default-color);
  display: none;
}
.login__text-wrap{
  padding: 162px 0px 165px 195px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
.login__title{
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 40px;
  margin-top: 0;
}
.login__text{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  max-width: 430px;
  margin-bottom: 60px;
}
.login__btn {
  padding: 19px 23px 19px 25px;
  max-width: 490px;
  width: 100%;
  background: #CBC8B0;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
  cursor: pointer;
  color: var(--kanye-brown-color);
}
.login__btn:hover,
.login__btn:active,
.login__btn:focus{
  background: #DCDAD1;
  color: var(--kanye-brown-color);
}
.login__btn svg{
  transition: 0.3s all;
}
.login__btn:hover svg{
  transform: translateX(5px);
}
.login__info{
  background: #DCDAD1;
}
.login__info-wrap{
  display: flex;
  flex-direction: row;
  padding: 70px 195px;
  justify-content: space-around;
}
.login__info-item{
  display: flex;
  flex-direction: column;
}
.login__info-logo{
  margin-bottom: 40px;
}
.login__info-text{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.footer--no-form{
  margin-top: 0;
}
.login__info-item:nth-child(1){
  max-width: 215px;
}
.login__info-item:nth-child(2){
  max-width: 360px;
}
.login__info-item:nth-child(3){
  max-width: 262px;
}
.login__image2{
  background: url('/local/templates/scandia.life.2022/dist/img/login_background.jpg');
  height: auto;
  width: 57%;
  background-repeat-y: no-repeat;
  background-size: cover;
}
.login__wrap{
  background: #fff;
  margin-top: 89px;
}
.login__header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.login__image{
  width: 100%;
  display: none;
  object-fit: none;
  height: 400px;
  object-position: left;
}
@media (max-width:1200px){
  .login__wrap{
      margin-top: 69px;
  }
  .footer--no-form::before{
      display: block;
  }
  .login__wrap{
      margin-bottom: 60px;
  }
}
@media (max-width:1591px){
  .login__text-wrap{
      padding: 162px 0px 182px 0px;
      display: flex;
      flex-direction: column;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 50%;
      margin-left: auto;
      max-width: 556px;
  }
  .login__image2{
      width: 44.5%;
  }
  .login__info-wrap{
      padding: 70px 50px 82px 50px;
      max-width: 1038px;
      margin: 0 auto;
  }
  .login__info-text{
      font-size: 16px;    
  }
  .login__info-item:nth-child(1) {
      max-width: 190px;
  }
  .login__info-item:nth-child(2) {
      max-width: 260px;
  }
  .login__btn{
      max-width: 380px;
  }
  .main-header__right{
    gap: 35px;
  }
}
@media (max-width:961px){
  .login__image2{
      display: none;
  }
  .login__text-wrap{
      margin: 0 auto;
      flex-basis: 100%;
      max-width: 620px;
      width: 100%;
      padding: 60px 25px 60px 25px;
  }
  .login__text {
      margin-bottom: 40px;
  }
  .login__title {
      margin-bottom: 20px;
  }
  .login__btn {
      max-width: 460px;
  }
  .login__title{
      font-size: 30px;
  }
  .login__text{
      font-size: 16px;
  }
  .login__info-wrap{
      max-width: 620px;
      padding: 40px 25px 44px 25px;
      justify-content: space-between;
  }
  .login__info-logo svg{
      max-width: 40px;
  }
  .login__info-logo {
      margin-bottom: 20px;
  }
  .login__info-wrap{
      flex-wrap: wrap;
      row-gap: 40px;
  }
  .login__image{
      display: block;
  }
}
@media (max-width:641px){
  .login__image{
      object-position: -80px 0;
  }
  .login__info-wrap {
      max-width: 620px;
      padding: 40px 25px 64px 25px;
  }
}
@media (max-width:555px){
  .login__info-item{
      width: 50%;
  }
}
.main-header__right{
  display: flex;
  align-items: center;
  gap: 20px;
}
.login__link{
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.login__link svg{
  fill: #ffffff;
}

.login__link {
  color: #ffffff;
}

.main-header.f-nav .login__link,
.main-header__alt .login__link{
  color: var(--kanye-default-color);
}

.main-header.f-nav .login__link svg,
.main-header__alt .login__link svg{
  fill: #575757;
}

.login__link:hover svg,
.main-header.f-nav .login__link:hover svg{
  fill: var(--kanye-darkgold-color);
}
.login__link:hover,
.login__link:focus,
.main-header.f-nav .login__link:hover,
.main-header.f-nav .login__link:focus{
  color: var(--kanye-darkgold-color);
}

.main-header__callback-phone {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1700px) {
  .main-header__callback-phone {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  /* .main-header__callback-phone {
    display: none;
  } */
  .main-header__right {
    gap: 2px !important;  
  }
}


@media (max-width:1530px){
  .main-header__right {
      gap: 15px;
      
  }
  .login__link svg{
    width: 25px;
    height: 25px;
  }
  .login__link span{
    display: none;
  }
  .main-header__right .menu-mobile .login__link span{
    display: block;
  }
}
@media (max-width:1199px){
  .main-header__right .login__link{
      display: none;
  }
}

.tools__mortgage-bannner{
  margin-top: 125px;
}

.tools__banner {
  margin-left: 30px;
  flex-grow: 1;
  margin-top: 125px;
  background-size: cover;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 640px;
  background-position: bottom;
}

.tools__banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: -1; */
}

.tools__banner-tag{
  background: #CBC8B0;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #575757;
  border-radius: 100px;
  padding: 7px 20px;
  display: inline;
  width: fit-content;
}

.tools__banner-name{
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 30px;
}

.tools__banner-btn{
  margin-top: auto;
  background: #CBC8B0;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  color: #575757;
}


.banks__slider{
  display: flex;
  gap: 30px;
}

.banks__item{
  flex-basis: 33.33%;
  background: #FFF;
  padding: 40px 50px 50px 50px;
}

.white-wrap{
  background-color: #fff;
}
.white-wrap .tools{
  padding-bottom: 0;
  margin-bottom: 0;
}
.white-wrap .tools{
  background-color: #fff;
}
.white-wrap .flats{
  background: #F9F9F9;
}
.white-wrap .banks__item{
  flex-basis: 33.33%;
  background: #F9F9F9;
  padding: 40px 50px 50px 50px;
}

@media (max-width: 640px) {
  .white-wrap .banks__item {
    flex-basis: 100%;
  }
}

.banks__item-title{
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
}

.white-wrap .banks{
  margin-bottom: 100px;
}


@media (max-width: 1590px) {
  .banks__slider {
    flex-wrap: wrap;
    gap: 20px;
    /* flex-direction: column; */
  }
  .banks__item {
    flex-basis: 100%;
  }
  .banks__item-body{
    display: flex;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: space-between;
  }
  .banks__item-group + .banks__item-group {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .tools__banner-name{
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
  }
  .banks_slider .swiper-wrapper{
    padding: 0 30px;
  }
  .banks__left{
    left: 15px;
  }
  .banks__right {
    right: 15px;
  }
  .banks__item-body{
    flex-direction: column;
  }
  .banks__item-group + .banks__item-group {
    margin-top: 40px;
  }

  .footer {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .tools__banner-name{
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
  }
  .tools__banner{
    height: 580px;
  }
}

.implemented__row{
  overflow: hidden;
}


#implemented-detail .modal-body {
  padding: 100px 130px;
}


#implemented-detail .modal-dialog {
  width: 80%;
  display: block;
  height: auto;
}

#implemented-detail .news_detail__title {
  padding: 0;
  font-size: 30px;
  line-height: 36px;
}

.swiper-container-news-solo-implemented-detail {
  margin-top: 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
}

.dynamics-news_detail .swiper-container-news-solo-implemented-detail {
  height: 660px;
}

.implemented-detail-slider__dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  list-style-type: none;
  margin-bottom: 50px;
}

.implemented-detail-slider__dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--kanye-gold-color);
  cursor: pointer;
}

.implemented-detail-slider__dots li + li {
  margin-left: 20px;

}

.implemented-detail-slider__dots li.slick-active {
  background: var(--kanye-brown-color);
}


@media (max-width: 1591px) {
  .implemented-news_detail-navigation {
    display: none;
  }

  .implemented-news_detail .swiper-container-news-solo-implemented-detail {
    height: auto;
  }
}

@media (max-width: 991px) {
  .implemented-news_detail-mainslider .slider-arrow {
    background-size: 50%;
    width: 50px;
    height: 50px;
  }

  .implemented-detail-slider__dots {
    margin: 0;
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  #implemented-detail .modal-body {
    padding: 50px 15px;
  }

  #implemented-detail .modal-dialog {
    width: auto;
    margin: 15px;
  }

  .implemented-news_detail .swiper-container-news-solo-implemented-detail {
    display: block;
  }
}


.implemented-news_detail-mainslider {
  flex: 1 1 100%;
  overflow: hidden;
}

.implemented-news_detail-navigation {
  flex: 0 0 230px;
  margin-left: 30px;
}

.implemented-news_detail-mainslider > .swiper-wrapper {
  height: 100%;
}

.implemented-news_detail .slider-arrow {
	transition: all 0.3s ease 0s;
	background-color: var(--kanye-brown-color);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='37' height='13' viewBox='0 0 37 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M37 6.64087L2 6.64087M2 6.64087L6.91344 1.48828M2 6.64087L6.91344 12.3008' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e ");
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 70px;
  height: 70px;
  transform: translate(0, -50%);
  top: 50%;
}

.implemented-news_detail .slider-arrow.slider-arrow--next {
	transform: scale(-1, 1) translate(0, -50%);
  right: 0;
}

.implemented-news_detail .slider-arrow:hover {
	background-color: var(--kanye-darkgold-color);
}

.implemented-news_detail-buttons {
  display: none;
}

@media (max-width: 1591px) {
  .implemented-news_detail-navigation {
    display: none;
  }

  .implemented-news_detail .swiper-container-news-solo-implemented-detail {
    height: auto;
  }

  .apartment__subtitle{
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .implemented-news_detail-mainslider .slider-arrow {
    background-size: 50%;
    width: 50px;
    height: 50px;
  }
}


@media (max-width: 480px) {
  #implemented-detail .modal-body {
    padding: 50px 15px;
  }

  #implemented-detail .modal-dialog {
    width: auto;
    margin: 15px;
  }

  .implemented-news_detail .swiper-container-news-solo-implemented-detail {
    display: block;
  }

  .implemented-news_detail-buttons {
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
  }

  .implemented-news_detail .slider-arrow {
    position: relative;
    top: unset;
    transform: unset;
    width: 50px;
    height: 50px;
    background-size: 50%;
  }

  .implemented-news_detail .slider-arrow.slider-arrow--next {
    transform: scale(-1, 1);
    right: unset;
  }

  .implemented-news_detail .slider-arrow.slider-arrow--prev::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 22.53px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
  }

}


.implemented-news_detail .swiper-container-news-solo-implemented-detail {
  height: 660px;
}

.implemented-slider-nav__item {
  cursor: pointer;
}

.item-implemented__slider{
  cursor: pointer;
}

@media (max-width: 1591px){
  .implemented-news_detail .swiper-container-news-solo-implemented-detail {
    height: auto;
  }
}

#image-modal img{
  max-width: 100%;
}

#image-modal h2{
  margin-top: 0;
}

.main-header .main-header__right .login__link{
  margin-right: 15px;
}

.block-contact__image img{
  max-width: 100%;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .block-contact__content-info{
    flex-direction: column;
  }
}

.block-option__bottom{
  overflow: hidden;
}

.block-project-infographics__scheme img{
  max-height: 120px;
  object-fit: contain;
}

.item-choice__button a:focus{
  color: var(--redesign-light-color);
}

.block-trim__right img{
  object-fit: contain;
  max-width: 100%;
}

.block-cart__btn{
  padding: 8px 20px !important;
}

.block-cart{
  display: flex;
  flex-direction: column;
}

.block-cart__info{
  width: 100%;
  margin-top: auto;
}

.flats-list-group__preview .block-cart{
  width: 100%;
}

.flats-list-group__overlay{
  display: flex;
  flex-direction: row;
}

.flats-list-group__preview{
  display: flex;
  height: 100%;
}

.flats-list-group__list{
  width: 100%;
  background-color: transparent;
  padding: 0 10px;
  margin-bottom: 20px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.flats-list-group-item{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flats__wrapper .flats__right{
  margin: 0;
  width: 100%;
}

.flats__wrapper{
  gap: 30px;
}

.block-cart__picture img{
  width: 250px;
}

.flats-list-group-item__col1{
  flex-grow: 1;
}

.flats-list-group-item__col2{
  width: 200px;
  align-self: center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.flats-list-group-item__details1{
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 19px;
}

.flats-list-group-item{
  background-color: #fff;
  padding: 20px 17px;
  transition: all 0.2s;
}

.flats-list-group-item__row{
  display: flex;
}

.flats-list-group-item:hover{
  color: var(--kanye-brown-color);
  -webkit-box-shadow: 5px 5px 10px #e4e4e4;
  box-shadow: 5px 5px 10px #e4e4e4;
  width: calc(100% + 20px);
  padding: 20px;
  margin: 0 -10px;
}

.flats-list-group__back{
  margin: 25px 10px;
}

.block-cart__wrapper_not_flat img {
  opacity: 0.2;
  width: 100%;
  height: auto;
}

.block-cart__wrapper_not_flat {
  position: relative;
  /* padding-top: 55px; */
}

.no_flat__inner {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 300px;
  display: block;
  text-align: center;
}

.flats-mob__filter-btn{
  font-size: 20px;
  font-weight: 500;
}

.flats-list-group-item__col3{
  align-self: center;
}

@media(max-width: 1080px){
  .flats-list-group__overlay{
      flex-direction: column;
  }
}

@media(max-width: 768px){
  .flats-list-group-item__row{
      flex-direction: column;
  }
  .flats-list-group-item__col2{
      width: 100%;
      text-align: left;
      margin: 15px 0;
  }
  .flats-list-group-item__col3 {
      align-self: self-end;
  }
}

.flats__sort-wrap{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 25px;
}

.block-cart__badge {
  display: inline-block;
  /* position: absolute; */
  top: 15px;
  left: 30px;
  padding: 6px 10px;
  background: var(--kanye-gold-color);
  text-transform: uppercase;
  font-size: 10px;
  color: var(--kanye-brown-color);
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50px;
}

.block-cart__badge.block-cart__badge_rate {
  background: #b6c088;
  color: #fff;
}

._block-cart-no-hover,
._block-cart-no-hover:hover{
  cursor: default !important;
  box-shadow: unset !important;
}

input.input-file-input{
  display: none;
}

.file-name__text.error {
  color: #f00;
  font-weight: 400;
}

.input-file{
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.form-group .input-file {
  width: 100%;
}

.callback-form-2024 .form-group input {
  padding: 16px;
  border: 1px solid #F5F5F5;
  border-radius: 6px;
  background-color: #F5F5F5;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  box-shadow: none;
  transition: border-color 0.3s;
}

.callback-form-2024 .form-textarea {
  width: 100%;
  min-height: 100px;
  padding: 16px;
  border: 1px solid #F5F5F5;
  border-radius: 6px;
  background-color: #F5F5F5;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  box-shadow: none;
  transition: border-color 0.3s;
}

.form-group .form-file {
  width: 100%;
}
.form-file .form-file__placeholder {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 8px;
  padding: 16px;
  border: 1px solid #F5F5F5;
  border-radius: 6px;
  background-color: #F5F5F5;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  box-shadow: none;
  transition: border-color 0.3s;
  cursor: pointer;
  align-items: center;
}
.form-file__filename {
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid #F5F5F5;
  border-radius: 6px;
  background-color: #F5F5F5;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  box-shadow: none;
  transition: border-color 0.3s;
}
.form-file__filename .file-name__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 36px;
  overflow: hidden;
}
.form-file__filename .file-name__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form-file__filename--uploaded {
  opacity: 100;
  z-index: initial;
  visibility: visible;
  cursor: pointer;
}

.input-file-button{
  cursor: pointer;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--kanye-gold-color);
  color: var(--kanye-default-color);
  line-height: 19px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  font-weight: 400;
  padding: 20px;
  width: auto;
}

@media(max-width: 768px){
  .input-file-button{
    width: 100%;
  }
  .input-file{
    flex-direction: column;
  }
}

.fancybox-is-open .fancybox-bg {
  background: #f8f8f8;
}
.first-pay__tooltip {
  color: rgb(87, 87, 87);
  font-size: 13px;
  margin-top: 5px;
  height: 30px;
}
.tools__mortgageitem_center-dot {

}
/* .tools__mortgageitem_center-dot .noUi-origin:nth-child(2)
{
  opacity: 0;
  z-index: -100;
} */
/* .tools__mortgageitem_center-dot .noUi-origin:nth-child(4)
{
  opacity: 0;
  z-index: -100;
} */
.block-filter__submit {
  cursor: pointer;
}


#full-screen-detail .modal-dialog {
  /* width: 100%; */
  /* margin: auto; */
}
#full-screen-detail .modal-content {
  /* height: 100%; */
}

#full-screen-detail .modal-dialog.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
  display: initial;
}

#full-screen-detail .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;

  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
#full-screen-detail .modal-fullscreen .modal-body {
  overflow-y: auto;
}
#full-screen-detail .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (max-width: 767px) {
  #panzoomControl,
  #panzoomControl2 {
    font-size: 13px;
  }
}
.flat-redesign__slide1 {
  overflow: hidden;
}

.main-header__callback-phone-mobile {
  color: white;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}

.project-callback__wrapper {
  min-height: 412px;
}

.item-choice__title {
  min-height: 72px;
}

.item-choice__text {
  min-height: 84px;
}

@media (max-width: 960px) {
  .contacts-callback__wrapper .block-contacts-feedback__text {
    position: initial;
    margin-top: 0;
  }
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  background: #c4c6ba;
  border-radius: 50%;
  right: 20px;
  bottom: 160px;
  width: 60px;
  height: 60px;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  z-index: 100;
  visibility: hidden;
  transition: right 0.7s, visibility 0.7s, background 0.7s;
}

.back-to-top._show {
  visibility: visible;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}

.back-to-top svg {
  width: 36px;
  height: 36px;
}

.footer__offers {
  font-size: 12px;
  margin-top: 20px;
}
.footer__offers * {
  color: var(--kanye-gold-color);
}

@media (max-width: 991px) {
  .footer__offers,
  .footer__offers .text-right {
    text-align: center;
  }
}

.contacts_collapse {
  margin-top: 40px;
}

.contacts_collapse .tools__collapse {
  margin: 0;
  border-radius: 12px;
}

.contacts_collapse .tools__collapse:nth-child(5n+1) {
  margin: 0;
  background-color: rgba(220, 225, 216, .2);
}

.contacts_collapse .tools__collapse:nth-child(5n+2) {
  margin: 0;
  background-color: rgba(232, 228, 217, .2);
}

.contacts_collapse .tools__collapse:nth-child(5n+3) {
  margin: 0;
  background-color: rgba(238, 238, 215, .2);
}

.contacts_collapse .tools__collapse:nth-child(5n+4) {
  margin: 0;
  background-color: rgba(216, 222, 225, .2);
}

.contacts_collapse .tools__collapse:nth-child(5n+5) {
  margin: 0;
  background-color: rgba(233, 233, 233, .2);
}

.contacts_collapse .tools__projects-item {
background: none;
}

.contacts_collapse .panel-default>.panel-heading {
  background: transparent;
}


.contacts_collapse .tools__collapse-wrapper button {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 12px;
}

.contacts_collapse .tools__collapse:nth-child(5n+1) button {
  background-color: rgba(220, 225, 216, 1);
}

.contacts_collapse .tools__collapse:nth-child(5n+2) button {
  background-color: rgba(232, 228, 217, 1);
}

.contacts_collapse .tools__collapse:nth-child(5n+3) button {
  background-color: rgba(238, 238, 215, 1);
}

.contacts_collapse .tools__collapse:nth-child(5n+4) button {
  background-color: rgba(216, 222, 225, 1);
}

.contacts_collapse .tools__collapse:nth-child(5n+5) button {
  background-color: rgba(233, 233, 233, 1);
}

.contacts_collapse .tools__collapse-wrapper {
  width: 100%;
}

.contacts_collapse .tools__collapse:not(:last-child) {
  margin-bottom: 10px;
}

.contacts_collapse .tools__projects-item {
  padding: 30px 20px 30px;
  border-radius: 0px 0px 12px 12px;
}

.contacts_collapse .block-contact__content-item.active {
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 991px) {
  .contacts_collapse .block-contact__content-item.active {
    flex-direction: column;
  }
}

.contacts_collapse .block-contact__content-info {
  flex-direction: column;
  flex: 0 0 30%;
}

@media (max-width: 1590px) {
  .contacts_collapse .block-contact__content-info {
    flex: 0 0 37%;
  }
}

@media (max-width: 991px) {
  .contacts_collapse .block-contact__content-info {
    flex-direction: row;
  flex: 0 0 100%;
  }

  .block-contact {
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .contacts_collapse .block-contact__content-info {
    flex-direction: column;
    row-gap: 10px;
  }
}

.contacts_collapse .block-contact__content-info-text {
  margin-bottom: 0;
}

.contacts_collapse .block-contact__image img {
  margin-bottom: 0;
  max-height: 204px;
  height: 204px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 1590px) {
  .contacts_collapse .block-contact__image img {
    max-height: 294px;
    height: 294px;
    height: 100%;
  }
}

.contacts_collapse .block-contact__image {
  width: 100%;
}

.contacts_collapse .block-contact__content-time-text p {
  margin-bottom: 0;
}

.contacts_collapse .block-contact__content-time-text {
  font-weight: 400;
  line-height: 19px;
}

.contacts_collapse .tools__collapse-wrapper > button > span {
  background: none;
  width: 50px;
}

.contacts_collapse .tools__collapse button.collapsed svg {
  transform: rotate(180deg);
}

@media (min-width: 1161px) {
  .contacts_collapse__show-map {
    display: none;
  }
}
.contacts_collapse__show-map a{
  display: block;
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font-weight: 500;
  border-radius: 5px;
  background-color: rgba(220, 225, 216, 1);
}

@media (max-width: 991px) {
  .contacts_collapse {
    margin-top: 20px;
  }
  .contacts_collapse__show-map.desc {
    display: none;
  }
}

@media (min-width: 992px) {
  .contacts_collapse__show-map.mob {
    display: none;
  }
}

.map_mobile canvas {
  width: 100% !important;
  height: 100% !important;
}

.btn__bookp-modal {
  width: 100%;
  max-width: 320px;
  color: #fff;
  background-color: #b6c088;
}

@media (min-width: 1201px) {
  .btn__bookp-modal.btn-m {
    display: none;
  }
}

@media (max-width: 1200px) {
  .btn__bookp-modal.btn-desc {
    display: none;
  }

  .btn__bookp-modal.btn-m {
    margin-bottom: 20px;
  }
}

.news__pagenav {
  margin-top: 101px;
}
.selectric-dinamics {
  max-width: 380px;
  margin: 20px 0;
}
.news__pagenav .news__headtitle {
  display: none;
}
@media (max-width: 768px) {
  .news {
    margin-top: 0;
  }
  .news__pagenav .news__headtitle {
    display: block;
  }  
  .selectric-dinamics {
    max-width: initial;
  }
  .news__pagenav {
    margin-top: 89px;
  }
}

.second_menu_container {
  position: fixed;
  top: 101px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 404;
  padding: 14px 0px;
  background: #F0F0F0;
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.second_menu_container.hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.js-second-burger.nav-burger {
  cursor: pointer;
  height: 101px;
}
@media (max-width: 1200px) {
  .js-second-burger.nav-burger {
    display: none !important;
  }
}

.js-second-burger.nav-burger .menu-mobile__line {
  top: 26px;
}

.main-header {
  padding: 0;
}

@media (min-width: 1200px) {
  .main-header__left {
    padding: 25px 20px;
  }

  .main-header__logo {
    padding: 25px 20px;
  }
}

.main-header__contacts {
  display: flex;
  align-items: center;
}

.header__callback--mobile {
  display: none;
}

@media (max-width: 640px) {
  .main-header--2025 .main-header__contacts {
    justify-content: flex-end;
    flex-shrink: 0;
    gap: 12px;
  }

  .main-header--2025 .main-header__contacts > * {
    flex-shrink: 0;
  }

  .main-header__callback-phone {
    display: none;
  }

  .header__callback--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.main-header__contacts .main-header__callback-phone {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .main-header__contacts .main-header__callback-phone {
    margin-right: 0;
  }
}

#agency-form .selectric {
  height: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #F9F9F9;
  border-color: transparent;
}
#agency-form .selectric:hover {
  box-shadow: inset 0 0 2px #bbbbbb;
}

#agency-form .selectric .label {
  font-size: 16px;
  color: #575757;
  height: 60px;
  padding-top: 18px;
  padding-left: 20px;
  font-weight: 400;
}

#agency-form li.disabled {
  display: none;
}

.selectric .button {
  height: auto;
  bottom: 2px;
  right: 2px;
  top: 2px;
}
.file-name {
  display: flex;
  gap: 10px;
}
.file-name__close {
  display: none;
  cursor: pointer;
}
.file-name.file-name--upload .file-name__close {
  display: block;
}




.main-header__favorite {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.favorite-header__count {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #E6AF98;
  color: #ffffff;
}

.favorite-header__count--empty {
  display: none;
}
.favorite-header__wrapper {
  color: #515151;
  position: fixed;
  top: 90px;
  right: 20px;
  background-color: #ffffff;
  width: 100%;
  max-width: 360px;
  padding: 20px;
  border: 1px solid #5151511A;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0px 0px 50px 0px #0000000D;
  display: none;
}
@media (max-width: 460px) {
  .favorite-header__wrapper {
    max-width: 360px;
    top: 66px;
    right: 10px;
    left: 10px;
    width: initial;
    max-width: initial;
  }
}
.favorite-header__header {
  position: relative;
  margin-bottom: 20px;
}
.favorite-header__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.favorite-header__title {
  font-size: 20px;
  line-height: 24px;
}
.favorite-header__body {
  margin-bottom: 10px;
  max-height: 205px;
  min-height: 100px;
  overflow-y: auto;
}
.favorite-header__items {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.favorite-header__item {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 10px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.favorite-header__info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.favorite-header__price {
  font-weight: 500;
}
.favorite-header__image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.favorite-header__footer {
  
}
.btn--brown {
  background-color: #E5AF98;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  line-height: 120%;
  padding: 10px;
  width: 100%;
  text-transform: initial;
  font-weight: 500;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.btn--brown:hover {
  background-color: #CBA08D;
  color: #ffffff;
}
.block-visual__btn {
  background: #E5AF98;
  border-radius: 5px;
  padding: 8px 66px;
  display: inline-block;
  line-height: 200%;
  font-size: 22px;
  font-weight: 500;
  flex-grow: 1;
  transition: all 0.3s ease 0s;
}
.block-visual__button {
  display: flex;
  align-items: center;
  gap: 24px;
}
.block-visual__btn:hover {
  background-color: #CBA08D;
  color: #ffffff;
}
@media (max-width: 960px) {
  .block-visual__btn {
      padding: 8px 16px;
      font-size: 18px;
  }
}

.block-project-map {
	margin-top: 130px;
	/* background: #ffffff; */
}
@media (max-width: 960px) {
  .block-project-map {
      margin-top: 50px;
      /* background: #ffffff; */
      padding-top: 30px;
      padding-bottom: 30px;
  }
}


.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
  min-height: 500px;
}
@media (max-width: 960px) {
  .location-grid {
    grid-template-columns: auto;
    gap: 30px;
  }
}
.location-map {
  height: 100%;
  min-height: 500px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px #c4c4c4;
  box-shadow: 5px 5px 10px #c4c4c4;
  position: relative;
}
.location-map__container {
  height: 100%;
}
.location-map .location-map__footer {
	position: absolute;
	padding-right: 0;
  /* width: 100%; */
  top: initial;
  bottom: 20px;
  right: 0;
  margin-top: 0;
  /* left: 50%; */
  z-index: 100;
  /* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); */
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 960px) {
    .block-visual__btn {
        padding: 8px 16px;
        font-size: 18px;
    }
}
@media (max-width: 960px) {
  .location-map .location-map__footer{
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    flex-direction: column;
    row-gap: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#full-screen-location .modal-dialog.modal-fullscreen {
  width: 100vw;
  height: 100%;
  margin: 0;
}
#full-screen-location .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#full-screen-location .modal-fullscreen .modal-body {
  height: 100%;
  padding: 0;
}
#location-map__container-mobile {
  width: 100%;
  height: 100%;
}
#full-screen-location .modal-fullscreen .callback-form__close.close {
  z-index: 100;
  background-color: #ffffff;
  right: 10px;
  top: 5px;
  box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.5);
  border-radius: 4px;
  width: 32px;
  height: 32px;
}
#full-screen-location .mapgl_zXpm2Oitx3qOyLXwyVKj {
  top: 35px;
}
#full-screen-location .mapgl_Tdw0Vs7iQuaknNHHD21k {
  color: #515151;
}
.prevent {
  pointer-events: none !important;
}
section.agency__header {
  padding: 120px 20px 90px;
  position: relative;
}

.agency__header-background {
  width: 100%;
}

.agency__header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 290px;
  border-radius: 12px;
}

.agency__headder-title {
  position: absolute;
  font-size: 50px;
  font-weight: 500;
  color: white;
  top: 48%;
  margin: 0;
}

.agency__headder-title p {
  font-size: 24px;
}

.agency__content:not(:last-child) {
    margin-bottom: 60px;
}

.agency__title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 500;
}

.agency__icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 40px;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.agency__icon {
  display: flex;
  flex: 0 0 calc(25% - 30px);
  gap: 12px;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  padding: 13px 16px;
}

.agency__icon-name {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -2%;
}

.agency__icon-image {
  padding: 5px;
}

.agency__icon-image img {
  width: 50px;
  height: 50px;
}

.agency__buttons {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.agency__button a {
  padding: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  background-color: #E5AF98;
  color: #515151;
  align-items: center;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  display: block;
  width: 360px;
  text-align: center;
}

.agency__button--white a {
  padding: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #515151;
  align-items: center;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0px 0 0 1px black;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 360px;
}

.agency__button a:hover,
.agency__button--white a:hover {
  background: var(--kanye-darkgold-color);
  color: var(--kanye-default-color);
  box-shadow: none;
}

.agency__info {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 90px;
  max-width: 886px;
}

.form-manager {
  bottom: -120px;
  z-index: 1;
  position: relative;
  border-radius: 12px;
  background: var(--redesign-beige-color);
  color: var(--kanye-default-color);
  max-width: 1530px;
  margin: 0 auto;
}

.form-manager__wrapper {
  position: relative;
  display: flex;
  padding: 60px;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}

.form-manager__slider .swiper-slide {
  text-align: initial;
  background: none;
  justify-content: space-between;
}

.form-manager__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.form-manager__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.form-manager__person {
  display: flex;
  align-items: center;
}

.form-manager .form-manager__photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.form-manager__person-text {
  margin-left: 40px;
}

.form-manager__name {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

.form-manager__dolj {
  font-size: 20px;
}

.form-manager__info {
  flex: 0 0 20%;
}

.form-manager__phone {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-manager__mail a {
  font-size: 20px;
  border-bottom: 1px solid var(--kanye-brown-color);
}

.form-manager__mail a:hover {
  border-bottom: none;
}

@media (max-width: 1590px) {
  /* .container-fluid {
      max-width: 940px;
      padding: 0;
  } */
  /* .container-fluid {
    max-width: 1140px;
  } */

  .form-manager {
      max-width: 1200px;
  }

  .form-manager__wrapper {
      padding: 60px 0;
  }

  .form-manager__info {
      text-align: right;
  }

  .agency__icons {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .agency__info {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .container-fluid {
    max-width: 960px;
  }
  .form-manager {
      bottom: 80px;
      margin: 60px 20px 0;
  }

  section.agency__header {
      padding: 90px 20px 60px;
  }

  .footer--no-form::before {
      display: none;
  }

  .footer {
      padding-top: 60px;
      /* margin-top: -60px; */
  }
}

@media (max-width: 500px) {
  .agency__headder-title {
      padding: 0 20px;
      top: 44%;
  }
}

@media (max-width: 960px) {
  .container-fluid {
    /* max-width: 622px; */
    max-width: 720px;
  }

  .agency__header-background img {
      height: 240px;
  }

  .agency__headder-title {
      font-size: 40px;
  }

  .agency__title {
      font-size: 35px;
      margin-bottom: 30px;
  }

  .agency__icons {
      row-gap: 20px;
      grid-template-columns: 1fr;
  }

  .agency__icon {
      flex: 0 0 45%;
  }

  .agency__buttons {
      gap: 15px;
  }

  .agency__info {
      margin-bottom: 60px;
  }

  .form-manager__wrapper {
      align-items: center;
      flex-direction: column;
  }

  .form-manager__person {
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px;
  }

  .form-manager__photo {
      margin-bottom: 20px;
  }

  .form-manager__person-text {
      margin-left: 0;
      text-align: center;
  }

  .form-manager__info {
      text-align: center;
  }

}

@media (max-width: 640px) {
  .container-fluid {
      max-width: 460px;
  }

  .agency__header {
      padding: 90px 10px 60px;
  }

  .agency__header-background img {
      height: 190px;
  }

  .agency__headder-title {
      font-size: 30px;
  }

  .agency__title {
      font-size: 30px;
      margin-bottom: 35px;
  }

  .agency__buttons {
      gap: 10px;
  }

  .agency__button a,
  .agency__button--white a {
      font-size: 16px;
      padding: 15px 31px;
      max-width: 100%;
      width: 100%;
  }

  .form-manager__name {
      font-size: 20px;
      margin-bottom: 10px;
  }

  .form-manager__dolj {
      font-size: 14px;
  }

  .form-manager__person {
      margin-bottom: 30px;
  }

  .form-manager__phone {
      font-size: 20px;
      margin-bottom: 6px;
  }

  .form-manager__mail a {
      font-size: 16px;
      border-bottom: 1px solid var(--kanye-brown-color);
  }

  .agency__info {
      font-size: 16px;
      margin-bottom: 110px;
  }

}

@media (max-width: 480px) {
  .container-fluid {
      padding: 0 15px;
  }

  .agency__title {
      font-size: 25px;
  }

  .agency__icon {
      flex: 0 0 100%;
  }

  .agency__icon-image img {
      width: 40px;
      height: 40px;
  }

  .agency__button {
      margin-bottom: 40px;
      width: 100%;
  }

  .agency__button--white {
      width: 100%;
  }

  .agency__icon-name {
      font-size: 14px;
  }

  .agency__info {
      font-size: 12px;
  }
}
.form-group__title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
}
.meeting-button {
  cursor: pointer;
  position: fixed;
  background: #c4c6ba;
  border-radius: 50%;
  right: 20px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: right 0.7s, visibility 0.7s, background 0.7s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.meeting-button svg {
  width: 60px;
  height: 60px;
}
.meeting-button:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
.meeting-button .meeting-text  {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-100%, -50%);
  background: #fff;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.2s;
  visibility: hidden;
}
.meeting-button:hover .meeting-text {
  opacity: 1;
  color: #575757;
  visibility: visible;
}
.meeting-form .flatpickr-months .flatpickr-prev-month, 
.meeting-form .flatpickr-months .flatpickr-next-month {
  display: none;
}

#meeting .selectric-scroll ul li:first-child {
  display: none;
}

#meeting .form-group--hidden {
  opacity: 0.5;
  pointer-events: none;
}
#meeting .result-text__p {
  padding-bottom: 15px;
}
.form-group__date {
  position: relative;
}
.form-group__date .input-button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 44px;
}
.form-group__time .selectric-items .disabled {
  display: none;
}
.flatpickr-meeting {
  font-size: 16px;
  padding: 20px;
  width: auto;
  margin-top: -120px;
}
@media (max-width: 640px) {
  .flatpickr-meeting {
    margin-top: -80px;
  }
}
.flatpickr-meeting {
  background: rgba(249, 249, 249, 1);

}
.flatpickr-meeting .flatpickr-months {
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}
.flatpickr-meeting .flatpickr-innerContainer {
}
.flatpickr-meeting .flatpickr-weekdays {
  height: initial;
}
.flatpickr-meeting .flatpickr-weekday {
  font-weight: 700;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  color: #575757;
}
.flatpickr-meeting .flatpickr-day {
  background: rgba(226, 223, 210, 1);
}
.flatpickr-meeting .flatpickr-day.flatpickr-disabled {
  color: rgba(178, 178, 178, 1);
  background: rgba(226, 223, 210, 0);
}
.flatpickr-meeting .flatpickr-day.selected {
  background: #dcd1cb;
  border-color: #dcd1cb;
  color: #575757;
}
.flatpickr-meeting .flatpickr-current-month {
   font-size: 16px;
   padding-top: 0;
}
.flatpickr-meeting .flatpickr-current-month .cur-month,
.flatpickr-meeting .flatpickr-current-month input.cur-year {
  color: rgba(71, 71, 71, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.flatpickr-meeting .flatpickr-current-month .cur-month:hover,
.flatpickr-meeting .flatpickr-current-month input.cur-year:hover,
.flatpickr-meeting .flatpickr-current-month .numInputWrapper:hover {
  background: initial;
}
.flatpickr-meeting .arrowUp,
.flatpickr-meeting .arrowDown {
  display: none;
}
.flatpickr-meeting .flatpickr-day.prevMonthDay,
.flatpickr-meeting .flatpickr-day.nextMonthDay {
  opacity: 0;
}
.flatpickr-meeting .flatpickr-calendar.arrowTop:before {
  display: none;
}
.flatpickr-meeting .flatpickr-months .flatpickr-prev-month,
.flatpickr-meeting .flatpickr-months .flatpickr-next-month {
  top: 10px;
}
.meeting-form .selectric:hover {
  box-shadow: inset 0 0 2px #bbbbbb;
}
.date-time-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
}
.date-time-wrapper .form-group {
  flex-basis: 50%;
}
@media (max-width: 640px) {
  .date-time-wrapper {
    flex-direction: column;
  } 
}
.selectric--white-round select {
  opacity: 0;
  background-color: #ffffff;
  width: 100%;
  min-height: 51px;
  padding: 12px 25px;
  border: 1px solid rgba(81, 81, 81, 0.1);
  border-radius: 5px;
}
.selectric--white-round .selectric {
  background: #ffffff;
  border-radius: 5px;
}
.selectric--white-round .selectric .label {
  padding: 12px 25px;
}
.selectric--white-round .selectric .button {
  padding-right: 25px;
}
.selectric-commerce-type {
  min-width: 156px;
}
.selectric-commerce-ready {
  min-width: 200px;
}
@media (max-width: 640px) {
  .selectric-commerce-ready {
    min-width: 180px;
  }
  .selectric--white-round .selectric .label {
    padding: 12px 15px;
  }
}
.section__first {
  margin-top: 101px;
}
@media (max-width: 1200px) {
  .section__first {
    margin-top: 71px;
  }
}
.nav__flat {
  padding-top: 25px;
  padding-bottom: 25px;
}
.nav__back {
  font-size: 14px;
  line-height: 120%;
}
.modal--fullscreen .modal-content {
	width: 100%;
	height: 100%;
	background: rgba(245, 245, 245, 1);
	padding-top: 35px;
	padding-bottom: 35px;
	overflow-y: auto;
}
@media (max-width: 1200px) {
	.modal--fullscreen .modal-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/* modal-dialog--fullscreen */
.modal--fullscreen {
	padding: 0;
	border: 0;
}
.callback-form.modal--fullscreen .callback-form__close {
	background-color: #ffffff;
	border-radius: 20px;
}
@media (max-width: 1200px) {
	.callback-form.modal--fullscreen .callback-form__close {
		top: -25px;
	}
}
.modal--fullscreen .modal-dialog {
	width: 100vw;
    height: 100vh;
    margin: 0;
}
.modal-visual-header {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 35px;
	position: relative;
}
.modal-visual-header__title {
	font-size: 40px;
	line-height: 120%;
	font-weight: 500;
}
@media (max-width: 1590px) {
	.modal-visual-header {
		margin-bottom: 25px;
	}
	.modal-visual-header__title {
		font-size: 30px;
		
	}
}
@media (max-width: 1200px) {
	.modal-visual-header {
		margin-bottom: 15px;
		row-gap: 15px;
	}
	.modal-visual-header__title {
		font-size: 26px;
	}
}
@media (max-width: 640px) {
	.modal-visual-header__title {
		font-size: 22px;
	}
}
.modal-visual-header__subtitle {
	font-size: 20px;
	line-height: 120%;
}
@media (max-width: 1200px) {
	.modal-visual-header__subtitle {
		font-size: 18px;
	}
}
@media (max-width: 640px) {
	.modal-visual-header__subtitle {
		font-size: 16px;
	}
}
.modal-visual-body {
	display: flex;
    column-gap: 30px;
	display: grid;
    grid-template-columns: 1fr 490px;
}
@media (max-width: 1590px) {
	.modal-visual-body {
		grid-template-columns: 1fr 460px;
	}
}
@media (max-width: 1200px) {
	.modal-visual-body {
		flex-direction: column;
		row-gap: 20px;
		grid-template-columns: 1fr;
	}
}
.flat-tooltip + .tooltip.in {
	opacity: 1;
}
.flat-tooltip + .tooltip .tooltip-arrow {
	display: none;
}
.flat-tooltip + .tooltip .tooltip-inner {
	font-size: 14px;
	text-align: left;
	padding: 15px;
	max-width: 300px;
	background-color: #ffffff;
	color: #515151;
	box-shadow: 0px 4px 10px 0px #0000001A;
}
.modal-flat__round::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	border-radius: 6px;
	background-color: rgba(229, 175, 152, 1);
	opacity: 0;
}
.flat-radio {
	position: relative;
}
.flat-radio label {
    display: initial;
    max-width: initial;
    margin-bottom: initial;
    font-weight: initial;
	cursor: pointer;
}
.block-cart__choise-flats {
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgba(236, 226, 210, 1);
  padding: 13px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
.flat-radio input {
	position: absolute;
	display: none;
}
.flat-radio__wrap {
	padding: 14px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(245, 245, 245, 1);
}
.flat-radio input:checked + label .flat-radio__wrap {
	background-color: rgba(229, 175, 152, 0.2);
}
.flat-radio--gray input:checked + label .flat-radio__wrap {
	background-color: rgba(245, 245, 245, 1);
}
.flat-radio input + label .modal-flat__prices .modal-remont__choise {
	opacity: 0;
}
.flat-radio input:checked + label .modal-flat__prices .modal-remont__choise {
	opacity: 1;
}
.flat-radio input + label .modal-flat__prices .modal-flat__round::after {
	opacity: 0;
}
.flat-radio input:checked + label .modal-flat__prices .modal-flat__round::after {
	opacity: 1;
}

/*
@media (max-width: 640px) {
  .select2-container {
    z-index: 999991;
  }
}
.select2-select--gray .select2-container--default .select2-selection {
  background-color: #F8F8F8;
  border: 1px solid rgba(87, 87, 87, 0.1);
  cursor: pointer;
  min-height: 41px;
  padding: 0;
  padding: 5px 5px;
}
.select2-select--gray .select2-container--default .select2-selection:hover {
  border-color: #c4c4c4;
}
.select2-select--gray .select2-container--default.select2-container--focus .select2-selection {
  border-color: #c4c4c4;
}
.select2-dropdown.select2--gray {
  background: #F8F8F8;
  padding: 10px 15px;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  box-shadow: 0 0 10px -6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.select2-select--gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #575757;
  font-size: 16px;
  background-color: transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  line-height: 21px;
}
.select2-select--gray .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #575757;
}
.select2-select--gray .select2-container--default .select2-selection .select2-search {
  left: 10px;
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px;
}
.select2-select--gray .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
}
.select2-select--gray .select2-container .select2-search--inline .select2-search__field {
  cursor: pointer;
  font-family: inherit;
  color: #575757;
}
.select2-container--default .select2--gray .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #dddddd;

}
.select2-container--default .select2--gray .select2-results>.select2-results__options {
  
}
.select2--gray .select2-results__option {
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.select2-container--default .select2-results__option--disabled {
  display: none;
}
*/

.filter__col [type="search"] {
  display: none;
}
.choices__list--multiple .choices__item[aria-disabled="true"] {
  opacity: 0.3;
  pointer-events: none;
}
.choices.is-open .choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 100;
}
.filter__col .choices__list--multiple .choices__item {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #575757;
}
.filter__col .choices[data-type*=select-multiple] .choices__button, 
.filter__col .choices[data-type*=text] .choices__button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg fill='%23FFF' fill-rule='evenodd' style='&%2310; fill: %23575757;&%2310;'%3E%3Cpath d='M2.592.044l18.364 18.364-2.548 2.548L.044 2.592z'/%3E%3Cpath d='M0 18.364L18.364 0l2.548 2.548L2.548 20.912z'/%3E%3C/g%3E%3C/svg%3E");
}
.choices__item .select-flex{
  display: flex;
  justify-content: space-between;
}
.choices__item .select-flex .column-2{
  font-weight: 600;
  color: #444;
}
.choices.is-open .choices__list--dropdown .choices__item--selectable[data-select-text], 
.choices.is-open .choices__list[aria-expanded] .choices__item--selectable[data-select-text],
.choices__list--dropdown .choices__item, 
.choices__list[aria-expanded] .choices__item {
  padding-left: 35px;
  padding-right: 15px;
}
.choices.is-open .choices__list--dropdown .choices__item--selectable[data-select-text]:nth-child(1), 
.choices.is-open .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:nth-child(1) {
  padding-left: 15px;
  padding-right: 15px;
}
.choices.is-open .choices__list--dropdown .choices__item--selectable[data-select-text]:nth-child(1) .column-2, 
.choices.is-open .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:nth-child(1) .column-2 {
  display: none;
}
.choices.is-open .choices__heading {
  padding-left: 15px;
}
.flat-link-copy {
  position: relative;
}
.flat-link-copy--active circle {
	fill: rgba(229, 175, 152, 1);
}
.flat-link-copy__modal {
  position: absolute;
  bottom: -10px;
  right: 0%;
  z-index: 150;
  transform: translate(0, 100%);
  display: none;
}
@media (max-width: 1200px) {
  .flat-link-copy__modal {
    right: 0;
    transform: translate(0%, 100%);
  }
}
#flat-sticky-footer .flat-link-copy__modal {
  top: -10px;
  right: initial;
  left: 0;
  transform: translate(0%, -100%);
  bottom: initial;
}
#flat-fullscreen .flat-link-copy__modal {
  /* top: -10px;
  right: initial;
  right: 0;
  transform: translate(0%, -100%);
  bottom: initial; */
}
.flat-link-copy__body {
  padding: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(239, 239, 239, 1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.flat-link-copy__item {
  color: #575757;
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
}
.flat-link-copy__text {
  min-width: 90px;
}
.flat-link-copy__item.flat-link-copy--active {
  color: rgba(229, 175, 152, 1);
}
.button__collapse {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: rgba(73, 73, 73, 1);
  background-color: #ffffff;
  border: 1px solid rgba(232, 232, 232, 1);
  padding: 11px;
  min-width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  border-radius: 100px;
}
.border--gray {
  border: 1px solid rgba(232, 232, 232, 1); 
}
.border--gray:hover {
  border-color: rgba(73, 73, 73, 1);
}
.button__icon {
  width: 20px;
  height: 20px;
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
}
.button__project {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid;
  padding: 14px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button__project--olive {
  text-align: center;
  font-weight: 500;
  color: rgba(73, 73, 73, 1);
  text-decoration: none;
  border: 1px solid;
  border-radius: 5px;
  background: rgba(220, 225, 216, 1);
  border-color: rgba(220, 225, 216, 1);
}
.button__project--olive:hover {
  color: rgba(73, 73, 73, 1);
  background: rgba(220, 225, 216, 1);
  border-color: rgba(220, 225, 216, 1);
}
.main-header.scroll-up {
    transform: translateY(0);
    z-index: 1050;
}
.main-header.scroll-down {
    transform: translateY(-100px);
}
.politika-wrapper ul li,
.politika-wrapper ol li {
  font-size: 16px;
  margin-bottom: 10px;
}
.politika-wrapper h1,
.politika-wrapper h3,
.politika-wrapper h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.flats-mob__filter-btn--2024,
.block-visual__swipe-text,
.tools__collapse-wrapper button {
  color: #575757;
}
.tooltip--primary .tooltip-arrow {
	display: none;
}
.tooltip--primary .tooltip-inner {
	font-size: 14px;
	text-align: left;
	padding: 15px;
	max-width: 300px;
	background-color: #ffffff;
	color: #515151;
	box-shadow: 0px 4px 10px 0px #0000001A;
}
.tooltip--primary .tooltip-inner p:last-child {
	margin-bottom: 0;
}
.tooltip--otdelka .tooltip-inner {
  max-width: 560px;
}
.select-meeting {
  width: 100%;
}

.modal--life .modal-dialog {
  max-width: 1000px;
}
.modal--life .modal-content {
  border-radius: 24px;
}
.modal--life .modal-header {
  border: 0;
  padding: 0;
}
.modal--life .modal-body {
  padding: 32px;
}
.modal--life .modal-slider {
  margin-bottom: 24px;
}
.modal--life .modal-slider img {
  border-radius: 24px;
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .modal--life .modal-slider img {
    height: 280px;
  }
  .modal--life .swiper-button-next.swiper-button-next--project, 
  .modal--life .swiper-button-prev.swiper-button-prev--project {
    display: none;
  }
}
.modal--life .modal-description {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 24px;
}
.modal--life .modal-description p {
  margin-bottom: 8px;
}
.modal--life .modal-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}
.modal--life .modal-text {
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .modal--life .modal-body {
    padding: 16px;
  }
  .modal--life .modal-description {
    margin-bottom: 12px;
  }
  .modal--life .modal-title {
    font-size: 24px;
  }
}
.modal--life .swiper-wrapper {
  padding-bottom: 34px;
}
.modal--life .swiper-pagination {
  border-bottom: 0;
}
.modal--life .swiper-pagination-bullet {
  background-color: #DBDBDB;
}
.modal--life .swiper-pagination-bullet-active {
  background-color: #E5AF98;
}
.modal--life .modal-project__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 500;
    border: 5px #FFFFFF solid;
    border-radius: 50%;
}
@media (max-width: 1200px) {
    .modal--life .modal-project__close {
        top: 6px;
        right: 6px;
    }
}
.swiper--life .swiper-button-next-block {
  position: absolute;
  top: 0;
  width: 68px;
  right: 0;
  height: auto;
  z-index: 105;
  bottom: 34px;
}
.swiper--life .swiper-button-next-block.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper--life .swiper-button-prev-block {
  position: absolute;
  top: 0;
  width: 68px;
  left: 0;
  height: auto;
  z-index: 105;
  bottom: 34px;
}
.swiper--life .swiper-button-prev-block.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}





.commerce-top {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 12px;
  margin-bottom: 90px;
}
.commerce-detail {
  display: flex;
  column-gap: 70px;
  align-items: flex-start;
}

.commerce-detail__slider {
  flex-basis: 50%;
  max-width: 50%;
  padding-bottom: 50px;
  position: relative;
}
.commerce-detail__info {
  flex-basis: 50%;
}
@media (max-width: 1200px) {
  .commerce-top {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .commerce-detail {
    flex-direction: column;
    row-gap: 40px;
    align-items: initial;
  }
  .commerce-detail__slider {
    padding-bottom: 30px;
    max-width: initial;
  }
}
@media (max-width: 960px) {
  .commerce-top {
    padding-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .commerce-detail__slider {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .commerce-top {
    padding-top: 10px;
  }
}
.commerce-info__top {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .commerce-info__top {
    margin-bottom: 20px;
  }
}
.commerce-info__top h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.commerce-info__top p {
  line-height: 24px;
}
.commerce-info__boby {
  height: 0;
  overflow: hidden;
}
.commerce-info__btn {
  display: flex;
  justify-content: center;
}
.commerce-info__boby h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.commerce-info__boby p {
  line-height: 30px;
  margin-bottom: 20px;
}
.commerce-featues h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.commerce-location {
  display: flex;
  column-gap: 70px;
}
@media (max-width: 1200px) {
  .commerce-location {
    flex-direction: column;
  }
}
.commerce-text__info {
  display: flex;
  column-gap: 70px;
}
.commerce-text__info + .commerce-text {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .commerce-text__info {
    flex-direction: column;
  }
  .commerce-text__info + .commerce-text {
    margin-top: 60px;
  }
}
.commerce-text__info .commerce-text {
  flex-basis: 50%;
}
.commerce-text h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.commerce-text ul li {
  line-height: 160%;
}
.commerce-featues__text {
  line-height: 120%;
}
.commerce-detail__location {
  flex-basis: 50%;
}
@media (max-width: 1200px) {
  .commerce-detail__location {
    margin-bottom: 40px;
  }
}
.commerce-location__map {
  /* min-height: 600px; */
  flex-basis: 50%;
  position: relative;
}
.commerce-genplan img {
  width: 100%;
  height: auto;
}
.swiper-pagination.swiper-pagination--commerce {
  top: initial;
  bottom: 0;
  height: 1px;
  background: #c4c4c4;
}
.swiper-pagination.swiper-pagination--commerce .swiper-pagination-progressbar-fill {
  background: #515151;
}
.commerce-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.commerce-map img {
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 588px;
}
@media (max-width: 1200px) {
  .commerce-map {
    position: initial;
  }
  .commerce-map img {
    max-height: 793px;
  }
}
@media (max-width: 960px) {
  .commerce-map img {
    max-height: 793px;
  }
}
@media (max-width: 640px) {
  .commerce-map img {
    max-height: 588px;
  }
}
.commerce-featues__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 60px;
  margin-bottom: 60px;
}
.commerce-featues__item {
  display: flex;
  align-items: center;
  flex-basis: 50%;
  column-gap: 20px;
}
@media (max-width: 640px) {
  .commerce-featues__items {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 40px;
  }
}




.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide 
{
  background-size: cover;
  background-position: center;
}

.commerceSwiper {
  height: auto;
  /* height: 443px; */
  width: 100%;
}

.commerceSwiperThumbs {
  height: 150px;
  box-sizing: border-box;
  padding: 30px 0;
}

.commerceSwiperThumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.commerceSwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.commerceSwiper .swiper-slide img {
  height: 443px;
  border-radius: 12px;
}
.swiper-slide__video {
  height: 443px;
}
.swiper-slide__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .commerceSwiper .swiper-slide img {
    height: 443px;
  }
  .swiper-slide__video {
    height: 443px;
  }  
}
@media (max-width: 960px) {
  .commerceSwiper .swiper-slide img {
    height: 400px;
  }
  .swiper-slide__video {
    height: 400px;
  }  
}
@media (max-width: 640px) {
  .commerceSwiper .swiper-slide img {
    height: 300px;
  }
  .swiper-slide__video {
    height: 300px;
  }  
}
.commerceSwiperThumbs .swiper-slide img {
  height: 100px;
  border-radius: 12px;
}
.swiper-button-next, 
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(226, 223, 210, 1);
  border-radius: 5px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  color: #515151;
  font-weight: 600;
}

.section--mb60 {
  margin-bottom: 60px;
}
.section--edges {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section--white {
  background: #ffffff;
}
@media (max-width: 1200px) {
  .section--mb60 {
    margin-bottom: 40px;
  }
  .section--edges {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .section--mb60 {
    margin-bottom: 20px;
  }
  .section--edges {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section--round12 {
  border-radius: 12px;
}
.container-grid {
  display: grid;
  gap: 70px;
}
.container-grid--11 {
  grid-template-columns: minmax(50%, 1fr) 1fr;
}
@media (max-width: 1200px) {
  .container-grid {
    gap: 40px;
  }
  .container-grid--11 {
    grid-template-columns: minmax(100%, 1fr);
  }
}
.commerce-project__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  cursor: pointer;
}
.commerce-project__play--bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}
.item-choice-new__labels {
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: end;
}
.item-choice-new__date-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E8E4D9;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
}



.location-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
@media (max-width: 1200px) {
    .location-features {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
@media (max-width: 640px) {
    .location-features {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
@media (max-width: 375px) {
    .location-features {
        grid-template-columns: 1fr;
    }
}
.location-features__item {
    padding: 16px;
    border-radius: 6px;
    border: 1px solid rgba(216, 222, 225, 1)
}
.location-features__header {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 12px;
}
.location-features__icon {
    width: 32px;
    height: 32px;
    border-radius: 2px;
}
.location-features__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(138, 138, 138, 1);
}

.project-infrastructure {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media (max-width: 1200px) {
    .project-infrastructure {
        /* grid-template-columns: 1fr; */
    }
}
.project-infrastructure__filter {
    padding: 12px 24px;
    border: 1px solid rgba(216, 222, 225, 1);
	background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    grid-column-start: 1;
    grid-column-end: 2;
    display: grid;
    grid-template-rows: min-content;
}
@media (max-width: 1200px) {
    .project-infrastructure:not(.map-infrastructure--modal) .project-infrastructure__filter {
        display: none;
    }
}
.project-infrastructure__items {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}
.project-infrastructure__item,
.project-infrastructure__item-modal {
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    transition: all 0.4s ease;
}
.project-infrastructure__item--active {
    background: rgba(220, 225, 216, 1);
}
.project-infrastructure__item-icon {
    width: 32px;
    height: 32px;
    background: rgba(220, 225, 216, 1);
    border-radius: 6px;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-infrastructure__item-icon svg {
    width: 32px;
    height: 32px;
}
.project-infrastructure__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}
.map-infrastructure {
    position: relative;
    min-height: 640px;
    border: 1px solid rgba(216, 222, 225, 1);
    border-radius: 6px;
    grid-column-start: 2;
    grid-column-end: 5;
    display: flex;
}
.commerce-location__map .map-infrastructure {
    grid-column-start: 1;
}
@media (max-width: 1200px) {
    .map-infrastructure {
        grid-column-start: 1;
        grid-column-end: 5;
        min-height: 640px;
    }
	.map-infrastructure:not(.map-infrastructure--modal) .map-infrastructure__map {
		display: none;
	}
}
@media (max-width: 640px) {
    .map-infrastructure {
        min-height: 500px;
    }
}
@media (max-width: 375px) {
    .map-infrastructure {
        min-height: 200px;
    }
}
.map-infrastructure--modal {
    height: 100%;
}
.map-infrastructure__map {
    width: 100%;
    height: 100%;
}
.map-infrastructure__fullscreen {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.modal-location {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal-location__map {
    width: 100%;
    height: 100%;
    background: rgba(0, 128, 0, 0.15);
}
.map-infrastructure__preloader {
	display: none;
}
@media (max-width: 1200px) {
	.map-infrastructure__preloader {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}
.map-infrastructure__preloader img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.map-infrastructure__open {
	position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.project-infrastructure__filter-btn {
    display: none;
}
@media (max-width: 1200px) {
    .project-infrastructure__filter-btn {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.project-infrastructure__filter--modal {
	position: absolute;
	top: 20px;
	left: 20px;
    bottom: 100px;
    overflow: hidden;
	z-index: 1050;
    width: auto;
    min-width: 280px;
}
@media (max-width: 768px) {
    .project-infrastructure__filter--modal {
        opacity: 0;
        visibility: hidden;
    }
}
.project-infrastructure__filter--modal.show {
    opacity: 1;
    visibility: visible;

    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
@media (max-width: 768px) {
    .project-infrastructure__filter--modal {
        left: 15px;
        right: 15px;
    }
}
.project-infrastructure__filter--modal .project-infrastructure__filter {
    height: 100%;
    overflow: hidden;
}
.project-infrastructure__filter--modal .project-infrastructure__filter .project-infrastructure__items {
    overflow-y: auto;
}
#full-screen-location .mapgl_ITPUswrhaGk- {
  top: 60px;
}

.contacts-team__socials {
  display: flex;
  column-gap: 8px;
  margin-top: 8px;
}
.contacts-team__socials .contacts-team__social {
  display: inline-block;
}
.contacts-team__socials .contacts-team__social img {
  width: 26px;
  height: 26px;
  transition: opacity 0.4s ease-in-out;
}
.contacts-team__socials .contacts-team__social:hover {
  opacity: 0.8;
}
.seo-text .commerce-info__top {
  margin-bottom: 20px;
}
.seo-text p {
  line-height: 24px;
}
.seo-text li p {
  margin-bottom: 10px;
}

.architecture-item_title span {
  color: #fff;
}