.section {
  font-family: 'DINCyr';
  margin-bottom: 50px;
}

h2 {
  margin-bottom: 15px;
}

.section--stocks {
  padding-bottom: 100px;
}

.stocks .stocks__item .stocks__subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
  color: #94a3b8;
  margin-bottom: 4px;
}

.stocks .stocks__item .stocks__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1e293b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.stocks .stocks__item .stocks__title:hover {
  text-decoration: none;
  color: #2a6496;
}

.stocks .stocks__item .stocks__img {
  width: 100%;
  padding-bottom: 66.5%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.stocks .stocks__item .stocks__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.stocks .stocks__items {
  position: relative;
}

.swiper {
  overflow-x: hidden;
}

.swiper-button-prev {
  right: 55px;
  left: auto;
  background: #cade00;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  content: '';
  display: block;
  background-image: url(/img/main/arrow.svg);
  width: 17px;
  height: 22px;
  position: absolute;
  z-index: 41;
  left: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 11px;
}

.swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 6px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 105%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button-next {
  background: #cade00;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  right: 0;
}

.section--service .subtitle__section,
.section--stocks .subtitle__section {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  color: #94a3b8;
  margin-bottom: 24px;
}

.section--stocks .subtitle__section {
  margin-top: -3px;
}

.section--service h2,
.section--stocks h2 {
  margin-bottom: 0;
}

.service .service__title {
  width: 100%;
  max-width: 250px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  color: #0f172a;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service .service__title:hover {
  text-decoration: none;
  color: #2a6496;
}

.service .service__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.48px;
  color: #0f172a;
}

.service .service__item {
  position: relative;
  display: block;
  height: 265px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.service .service__img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 5;
  background-position-x: center;
}

.service .service__text {
  position: absolute;
  bottom: 24px;
  left: 40px;
  z-index: 10;
}

.section--amenities h2 {
  text-align: center;
  margin-bottom: 33px;
  letter-spacing: 0.96px;
  color: #1E293B;
}

.amenities .amenities__item .amenities__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  color: #1e293b;
  text-align: center;
  margin: auto;
}

.amenities .amenities__item .amenities__title:hover {
  text-decoration: none;
}

.amenities .amenities__item .amenities__content {
  display: block;
  position: relative;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

@media (hover: hover) and (pointer: fine) {
  .amenities .amenities__item .amenities__content:hover {
    text-decoration: none;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.amenities .amenities__item .amenities__content:active {
  text-decoration: none;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.amenities .amenities__items {
  margin: 0 -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amenities .amenities__item {
  padding: 0 13px;
  width: 176px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 176px;
  flex: 0 0 176px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.amenities .amenities__item .amenities__img {
  width: 100%;
  background: #CADE00;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px;
  transition: .2s;
}

.amenities .amenities__item:hover .amenities__img {
  background: #FF6FBC;
}

.section--amenities .amenities {
  margin: auto;
}

.analyzes .analyzes__item .analyzes__desk {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  color: #1e293b;
  margin-bottom: 12px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.analyzes .swiper {
  overflow: unset;
}

.analyzes .swiper-slide {
  overflow: unset;
  height: auto;
}

.analyzes .analyzes__item .analyzes__desk:hover {
  text-decoration: none;
}

.analyzes .analyzes__item .analyzes__bottom {
  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;
}

.analyzes .analyzes__item .analyzes__price.past {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  text-decoration: line-through;
  color: #666;
}

.analyzes .analyzes__item .analyzes__price {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
  color: #144b79;
}

.analyzes .analyzes__item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

.analyzes .analyzes__item .analyzes__content {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  min-height: 180px;
  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;
  height: 100%;
  text-decoration: none;
}

.analyzes .analyzes__item .analyzes__btn {
  height: 31px;
  width: 90px;
  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;
  border-radius: 4px;
}

.analyzes .analyzes__item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

.analyzes .analyzes__item:hover .analyzes__content {
  border: 1px solid #d8ee6f;
  -webkit-box-shadow: 0px 15.041px 22.562px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15.041px 22.562px 0px rgba(0, 0, 0, 0.15);
}

.section.section--advertisement {
  border-radius: 24px;
  background: #b80e80;
}

.advertisement .advertisement__title {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #fff;
  margin-bottom: 32px;
}

.advertisement .advertisement__logo {
  margin-bottom: 10px;
}

.advertisement .advertisement__content {
  padding: 57px 0 40px;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 985px;
  margin: auto;
  position: relative;
}

.advertisement .advertisement__info {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.advertisement .advertisement__thumb {
  position: absolute;
  right: 0;
  top: -90px;
}

.advertisement .button {
  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;
  width: 327px;
  height: 47px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advertisement .button.btn__primary {
  color: #1e293b;
  margin-bottom: 16px;
  background: #fff;
}

.advertisement .button.btn__primary:hover {
  background: #ccdb2a;
  color: #fff;
}

.advertisement .button.btn__second {
  background: transparent;
  border: 1px solid #fff;
  margin-bottom: 33px;
  color: #fff;
}

.advertisement .button.btn__second:hover {
  border: 1px solid #ccdb2a;
}

.advertisement .advertisement__desk {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
}

.advertisement .advertisement__tab {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  margin-bottom: 17px;
  margin-right: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.advertisement .advertisement__tab:hover {
  text-decoration: none;
  background: rgb(255 255 255 / 34%);
}

.reviews .reviews__item .reviews__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0f172a;
  margin-bottom: 6px;
}

.reviews .reviews__item .reviews__rating {
  margin-bottom: 14px;
}

.reviews .reviews__item .reviews__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #1e293b;
  margin-bottom: 14px;
}

.reviews .reviews__item .reviews__extensive {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #94a3b8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.reviews .reviews__item .reviews__extensive:hover {
  text-decoration: none;
  cursor: pointer;
}

.reviews .reviews__items {
  margin-bottom: 26px;
}

.inform__more {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.48px;
  color: #0f172a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inform__more svg {
  margin-top: 4px;
}

.inform__more:hover {
  text-decoration: none;
  color: #2a6496;
}

.inform__more:hover svg path {
  fill: #2a6496;
}

.stars {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars[data-stars='1'] svg:nth-child(1) ~ svg path {
  fill: #ffffff;
}

.stars[data-stars='2'] svg:nth-child(2) ~ svg path {
  fill: #ffffff;
}

.stars[data-stars='3'] svg:nth-child(3) ~ svg path {
  fill: #ffffff;
}

.stars[data-stars='4'] svg:nth-child(4) ~ svg path {
  fill: #ffffff;
}

.stars[data-stars='5'] svg:nth-child(5) ~ svg path {
  fill: #ffffff;
}

.stars:hover svg path {
  fill: #ffc107 !important;
}

.object .stars:hover {
  cursor: initial;
}

.stars svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.stars svg:last-child {
  margin-right: 0;
}

.stars svg:hover ~ svg path {
  fill: #ffffff !important;
}

.stars svg path {
  fill: #ffffff;
  fill-rule: nonzero;
}

.stars[data-stars] {
  pointer-events: none;
}

.form .stars[data-stars] {
  pointer-events: auto;
}

.stars[data-stars] svg path {
  fill: #ffc107;
}

.news .news__item .news__subtitle {
  font-size: 10px;
  color: #8a8a8a;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 8px;
}

.news .news__item .news__title {
  font-size: 16px;
  color: #0f172a;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.48px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.news .news__item .news__title:hover {
  text-decoration: none;
  color: #2a6496;
}

.news .news__item .news__img {
  display: block;
}

.news .news__item .news__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 186px;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
}

.section.section--analyzes {
  margin-bottom: 110px;
}

.section.section--amenities {
  margin-bottom: 67px;
}

.section.section--news {
  background: #f8fcff;
  padding: 39px 0;
  margin-bottom: 0;
}

.map .map__desk .map__title {
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
  color: #1e293b;
  margin-bottom: 50px;
  margin-top: 15px;
}

.map .map__desk {
  padding: 0 13px;
  width: 33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.map .map__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 1125px;
}

.map .map__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 730px;
  flex: 0 0 730px;
  width: 730px;
  padding: 0 15px;
}

.map .map__thumb .map-canvas {
  width: 100%;
  height: 348px;
  max-height: 348px;
}

#map__input {
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #807575;
  width: 311px;
  height: 37px;
  padding-left: 37px;
  border: none;
  position: relative;
  border-radius: 12px;
}

.map__search {
  position: relative;
}

.map__search:before {
  content: '';
  background-image: url(/img/search-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 8px;
  z-index: 10;
  margin-right: 3px;
  position: absolute;
  z-index: 120;
}

#map_address {
  border-radius: 4px;
  overflow: hidden;
}

.service .service__item .service__title.special {
  color: #fff;
}

.service .service__item .service__subtitle.special {
  color: #fff;
}

.section.section--map {
  background: #fafcff;
  padding: 55px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .section--amenities h2 {
    margin-bottom: 25px;
  }
  .main {
    overflow: clip;
  }

  .main .swiper {
    overflow: unset;
  }

  .amenities .amenities__item .amenities__title {
    font-size: 16px;
  }

  .stocks .stocks__item .stocks__title br {
    display: none;
  }

  .section--service .subtitle__section,
  .section--stocks .subtitle__section {
    font-size: 18px;
  }

  .service .service__text {
    bottom: 24px;
    left: 24px;
    margin-right: 14px;
  }

  .service .service__item {
    height: 310px;
    background: none !important;
  }

  .analyzes .analyzes__item .analyzes__content {
    min-height: 145px;
    padding: 10px;
  }

  .analyzes .analyzes__item .analyzes__btn {
    height: 29px;
    width: 88px;
  }

  .section.section--news {
    padding: 22px 0;
  }

  .section.section--analyzes {
    margin-bottom: 140px;
  }

  .map .map__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    width: 630px;
  }

  .map .map__inform {
    width: 960px;
  }

  .stocks .swiper-button-next,
  .stocks .swiper-button-prev {
    display: none;
  }

  .amenities .amenities__item {
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}

@media only screen and (max-width: 991px) {
  .amenities .amenities__item .amenities__img {
    margin: 0 auto 5px;
  }

  .amenities .amenities__item .amenities__title {
    font-size: 16px;
  }

  .section--amenities .amenities {
    max-width: 695px;
  }

  .amenities .amenities__item {
    padding: 0 13px;
    width: 33.333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    transition: none;
    margin-bottom: 20px;
  }

  .amenities .amenities__item .amenities__content {
    transition: none;
  }

  .amenities .amenities__item .amenities__img {
    width: 150px;
    height: 150px;
  }

  .advertisement .advertisement__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .advertisement .advertisement__title br {
    display: none;
  }

  .advertisement .advertisement__title {
    width: 60%;
    font-size: 30px;
    margin-bottom: 16px;
  }

  .advertisement .advertisement__desk br {
    display: none;
  }

  .advertisement .button {
    width: 100%;
  }

  .advertisement .advertisement__thumb img {
    height: 235px;
  }

  .advertisement .advertisement__thumb {
    right: 15px;
    top: -60px;
  }

  .advertisement .button.btn__second {
    margin-bottom: 16px;
  }

  .advertisement .advertisement__desk {
    margin-bottom: 16px;
  }

  .advertisement .advertisement__info {
    padding: 0;
  }

  .service .service__title {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .service .service__text {
    bottom: 20px;
    left: 14px;
    margin-right: 9px;
  }

  .service .service__item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 315px;
  }

  .service .service__item .service__img {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .section.section--analyzes {
    margin-bottom: 100px;
  }

  .map .map__desk {
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .map .map__inform {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .map .map__desk .map__title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 17px;
  }

  #map__input {
    width: 100%;
    margin-bottom: 17px;
    z-index: 100;
  }

  .map .map__thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .section.section--news {
    padding: 22px 0 0;
  }

  .section {
    margin-bottom: 38px;
  }

  .section.section--amenities {
    margin-bottom: 11px;
  }

  .section.section--reviews {
    margin-bottom: 14px;
  }

  .reviews .reviews__items {
    margin-bottom: 18px;
  }

  .section.section--map {
    padding: 38px 0;
  }
}

@media only screen and (max-width: 768px) {
  .amenities .amenities__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .amenities .amenities__item {
    margin-bottom: 27px;
  }

  .section--amenities h2 {
    text-align: start;
  }

  .advertisement .advertisement__content {
    padding: 37px 0 12px;
  }

  .advertisement .advertisement__thumb img {
    height: 200px;
  }

  .advertisement .advertisement__title {
    font-size: 25px;
    line-height: 32.5px;
  }

  .advertisement .advertisement__logo img {
    width: 106px;
  }

  .advertisement .button {
    font-size: 14px;
    line-height: 16.8px;
    height: 41px;
  }

  .stocks .stocks__item .stocks__subtitle {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
  }

  .stocks .stocks__item .stocks__title {
    font-size: 16px;
    line-height: 19.2px;
  }

  .stocks .stocks__item .stocks__subtitle span {
    display: block;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  .section--service .subtitle__section,
  .section--stocks .subtitle__section {
    font-size: 14px;
  }

  .service .service__title {
    font-size: 18px;
  }

  .service .service__text {
    bottom: 9px;
    left: 9px;
    margin-right: 9px;
  }

  .section.section--analyzes {
    margin-bottom: 70px;
  }

  .map .map__thumb .map-canvas {
    height: 220px;
  }

  .section.section--map {
    padding-bottom: 0;
  }

  .section h2,
  .map .map__desk .map__title {
    font-size: 20px;
    line-height: 24px;
  }

  .map .map__desk .map__title {
    max-width: 250px;
  }

  .inform__more {
    margin-top: 18px;
  }

  .news .news__item .news__title,
  .analyzes .analyzes__item .analyzes__desk {
    font-size: 14px;
    line-height: normal;
  }

  .amenities .amenities__item .amenities__title {
    font-size: 10px;
  }
  .service .service__subtitle {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  #map_contact .si-content h4 {
    padding: 5px 10px 0px;
    font-size: 14px;
  }

  #map_contact .si-content .map-location {
    padding: 0 10px 0 10px;
    width: 100%;
    font-size: 12px;
    margin: 0;
  }

  #map_contact .si-content .map-worktime {
    width: 100%;
    padding: 0 10px 0 10px;
    font-size: 12px;
    margin: 0;
  }

  #map_contact .si-content .map-worktime br {
    display: none;
  }

  #map_contact .si-content .map-worktime ul {
    margin: 0;
  }

  #map_contact .si-content {
    font-size: 14px;
    width: 250px;
    padding-bottom: 14px;
  }

  #map_contact .si-content ymaps {
    width: 100% !important;
  }

  #map_contact .si-content .wnow {
    position: relative;
    padding-left: 30px;
    margin-left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    font-size: 14px;
  }

  #map_contact .si-content .gooffice {
    right: 10px;
    bottom: 3px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 520px) {
  .amenities .amenities__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .amenities .amenities__item {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 27px;
  }

  .amenities .amenities__item .amenities__img {
    width: unset;
    height: unset;
  }

  .advertisement .advertisement__thumb img {
    height: 140px;
    right: 5px;
    top: -25px;
  }

  .advertisement .advertisement__thumb {
    right: 5px;
    top: -25px;
  }

  .reviews .reviews__item .reviews__text {
    font-size: 13px;
    line-height: 20px;
  }

  .reviews .reviews__item .reviews__rating {
    margin-bottom: 3px;
  }

  .service .service__item {
    height: 255px;
  }

  .section.section--analyzes {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 360px) {
  .service .service__item {
    height: 189px;
  }
}

.lkblock .lk-cont .lk-details {
  padding: 30px 32px;
}

.lkblock .lk-cont .details__top {
  margin-bottom: 28px;
}

.lkblock .lk-cont .lk-details .details__balance {
  margin-top: 0;
  padding: 0;
  background: transparent;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  z-index: 5;
}

.lkblock .lk-cont .lk-details .details__balance > * {
  margin-right: 27px;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col {
  width: auto;
  min-width: 277px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col.second {
  min-width: 258px;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col .button.info__btn {
  width: 100%;
  height: 41px;
  margin-bottom: 24px;
  font-size: 14px;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col .bonus__link {
  font-size: 13px;
  color: #a1b806;
  text-align: center;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col .bonus__bottom {
  text-align: center;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col .bonus__promocode {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: left;
  color: #a1b806;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col .bonus__title::after {
  background: #cade00;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col.second .bonus__title::after {
  background: #e2e8f0;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col > *:not(:last-child) {
  margin-bottom: 24px;
}

.lkblock .lk-cont .lk-details {
  position: relative;
}

.lkblock .lk-cont .lk-details .bonus__img {
  position: absolute;
  right: 67px;
  bottom: 28px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.lkblock .lk-cont .lk-details .details__balance .bonus__col .bonus__bottom .bonus__link {
  margin-bottom: 0;
}

.lkblock .lk-cont .lk-details .details__text br {
  display: none;
}

@media screen and (max-width: 1100px) {
  .lkblock .lk-cont .lk-details .bonus__img {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .lkblock .lk-cont .lk-details .details__balance {
    display: block;
  }

  .lkblock .lk-cont .lk-details .details__balance .bonus__col {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .lkblock .lk-cont .lk-details .details__balance .bonus__col:last-child {
    margin-bottom: 0;
  }

  .lkblock .lk-cont .lk-details {
    padding: 12px;
    border-radius: 20px;
  }

  .lkblock .lk-cont .lk-details .details__text {
    font-size: 20px;
  }

  .lkblock .lk-cont .lk-details .details__text br {
    display: inline;
  }

  .lkblock .lk-cont .details__top {
    margin-bottom: 22px;
  }

  .layout--second .lk-cont {
    margin-top: 0;
  }
}

.map__desk #map__input {
  width: 100%;
  height: 40px;
  padding-left: 44px;
  background-color: #e2e8f0;
}

.map__desk .map__search::before {
  display: block;
  width: 20px;
  height: 20px;
  left: 14px;
}

.newadap-menu2 {
  display: none;
}

/* .swiper--stocks {
    opacity: 0;
} */

.swiper--stocks.is-ready {
  animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* start 31.05.24 новые блоки бонусная программа и соцсети */
.section--bonus-program {
  position: relative;
  background: #cade00;
  border-radius: 24px;
  padding: 55px 0;
  overflow: hidden;
}

.section--bonus-program::before,
.section--bonus-program::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 550px;
  background-image: url(/discount/images/glow-01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.section--bonus-program::before {
  top: 0;
  right: 0;
}

.section--bonus-program::after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}

.section--bonus-program .landing-intro .btn.landing-intro__btn {
  padding: 11px 70px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  white-space: nowrap;
  transition: all 0.3s;
  color: rgba(30, 41, 59, 1);
  cursor: pointer !important;
}

.section--bonus-program .landing-intro .btn:hover {
  background-color: #f1f5f9;
}

.section--bonus-program .landing-intro {
  display: flex;
  align-items: center;
}

.section--bonus-program .landing-intro__title {
  margin-top: 29px;
  background: #bc328b;
  padding: 8px 18px;
}

.section--bonus-program .landing-intro__title span {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 45px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0.05em;
}

.section--bonus-program .landing-intro__title span:first-child {
  padding-right: 0;
}

.section--bonus-program .landing-intro__title span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  height: 100%;
  background-color: #cade00;
}

.section--bonus-program .landing-intro__title span:first-child:after,
.section--bonus-program .landing-intro__title span:nth-child(2):after {
  display: none;
}

.section--bonus-program .landing-intro__title span:last-child:after {
  width: 100%;
  margin-right: calc(-100% - 20px);
  height: 100%;
  top: auto;
  bottom: -8px;
}

.section--bonus-program .landing-intro__col--left {
  width: auto;
  max-width: 600px;
  overflow: hidden;
}

.section--bonus-program .landing-intro__col--right {
  margin-left: auto;
}

.section--bonus-program .landing-intro__btn {
  margin-top: 20px;
}

.bonus-program {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: auto;
}

.section--bonus-program .landing-intro__numbers img:nth-child(2) {
  display: none;
}

.section--join {
  background: #f8fcff;
  padding: 39px 0;
  margin-bottom: 0;
}

.join__title {
  text-align: center;
  margin-bottom: 48px;
}

.join__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: auto;
}

.join__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  width: calc(100% / 4 - 30px);
  min-width: 288px;
  min-height: 200px;
}

.join__card-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.join__card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}

.join__card-btn {
  margin-top: auto;
  border-radius: 8px;
  height: 44px;
  line-height: 41px;
  width: 100%;
  max-width: 240px;
}

.join__soclink {
  display: flex;
  align-items: center;
  max-width: 230px;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px 24px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .section--bonus-program::before,
  .section--bonus-program::after {
    display: none;
  }

  .section--bonus-program .landing-intro {
    position: relative;
    flex-direction: column;
    text-align: center;
  }

  .section--bonus-program .landing-intro__title span:last-child::before {
    content: '';
    position: absolute;
    left: 8px;
    background-color: #cade00;
    width: 100%;
    margin-left: calc(-100% - 20px);
    height: 100%;
    top: auto;
    bottom: -8px;
  }

  .section--bonus-program .landing-intro__col--right {
    margin-left: 0;
    position: absolute;
    bottom: 80px;
  }

  .section--bonus-program .landing-intro__numbers img:nth-child(1) {
    display: none;
  }

  .section--bonus-program .landing-intro__numbers img:nth-child(2) {
    display: block;
  }

  .section--bonus-program .landing-intro .btn.landing-intro__btn {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .section--bonus-program .landing-intro__logo {
    width: 123px;
    margin: auto;
  }

  .section--bonus-program .landing-intro__col--left {
    max-width: 340px;
  }

  .section--bonus-program .landing-intro__title span {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
}

/* end 31.05.24 новые блоки бонусная программа и соцсети */

.fancybox_event.loading {
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  cursor: not-allowed;
}

@keyframes loading {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}

.analyzes .swiper {
  overflow: hidden;
  padding: 40px 20px;
  margin: -40px -20px;
}

.analyzes__items {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .analyzes__items .swiper-button-prev,
  .analyzes__items .swiper-button-next {
    display: none;
  }
}


@media only screen and (max-width: 991px) {
  .section--stocks {
    padding-bottom: 22px;
  }
  .join__title {
    margin-bottom: 10px;
}
}
