@charset "UTF-8";

@font-face {
  font-family: "Alice";
  src: url("../fonts/Alice-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
}

html body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #393939;
  line-height: 140%;
  background: #eaeaea;
  font-size: 16px;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
  background-color: #eaeaea;
}

.icon__img {
  margin-left: 2px;
  width: 24px;
  height: auto;
  transition: 0.6s;
}

.icon__img:hover {
  transform: scale(1.2);
}

.header-m {
  background-image: url(/images/header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.menu__wrapper {
  margin-top: 12px;
  padding: 18px 36px;
  border-radius: 80px;
  box-shadow: 0px 44px 34px -30px rgba(126, 102, 63, 0.65);
  background: rgb(255, 255, 255);
}

.logo__img {
  transition: 0.8s;
}

.logo__img:hover {
  transform: scale(1.1);
}

/* c-sale */
.c-sale__wrapper {
  display: flex;
  justify-content: center;  
}

.c-sale__block {
  padding: 64px;
  background: url(/images/bgsale.webp);
  background-size: cover;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.c-sale__cap {
  font-size: 55px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}

.c-sale__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}

.c-sale__text-mini {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.c-sale__block-img {
  background: url(/images/c-sale.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.c-sale__link{
  color: rgb(57, 57, 57);
  text-decoration: underline;
}

@media(max-width: 1000px){
  .c-sale__cap {
    font-size: 40px;
}
}

@media(max-width: 767px) {
  .c-sale__wrapper {
    flex-direction: column;
}
.c-sale__block {
    padding: 30px;
    border-bottom-left-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
  .c-sale__block-img { 
    height: 306px;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
 .c-sale__cap {
    font-size: 35px;
}
}

/*--------menu----------*/
.main-menu-list {
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 7px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-item a {
  text-decoration: none;
  color: #393939;
  font-size: 14px;
}

.main-item a:hover {
  color: #F88119;
}

.main-item a:active {
  background-color: #cacaca;
}

.dropdown-toggle a {
  font-size: 12px;
}

.contact__link {
  color: #393939;
  text-decoration: none;
}

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

h1 {
  font-family: "Alice";
  font-size: 60px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
}

.cap-h1 {
  font-family: "Alice";
  font-size: 70px;
  font-weight: 400;
  line-height: 110%;
}

.banner__text {
  margin-top: 20px;
  font-weight: 400;
  line-height: 140%;
}

.btn-main {
  width: 207px;
  height: 50px;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  border-radius: 10px;
  background-color: #F88119;
  border: 1px solid #F88119;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.btn-main:hover {
  background-color: #ffffff;
  color: #F88119;
}

.myBtn2 {
  width: 207px;
  height: 50px;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  border-radius: 10px;
  background-color: #F88119;
  border: 1px solid #F88119;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.myBtn2:hover {
  background-color: #ffffff;
  color: #F88119;
}

.myBtn3 {
  width: 207px;
  height: 50px;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  border-radius: 10px;
  background-color: #F88119;
  border: 1px solid #F88119;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.myBtn3:hover {
  background-color: #ffffff;
  color: #F88119;
}

.sw__img {
  border-radius: 30px;
  height: auto;
  width: 100%;
  max-width: 440px;
}

/*----------- modal + form ----------*/
.m-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: rgb(214, 214, 214);
  margin: auto;
  padding: 20px 0;
  border-radius: 20px;
  border: 2px solid rgb(73, 72, 74);
  width: 80%;
  max-width: 508px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  right: 10px;
  top: 10px;
  position: absolute;
  transition: transform 0.5s ease;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  animation: spin 1s linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

.modal-header {
  padding: 2px 16px;
  background-color: rgb(214, 214, 214);
}

.modal-body {
  padding: 2px 16px;
}

/* ----- form ----- */
.form-input {
  width: 100%;
  margin-bottom: 20px;
  height: 49px;
  border-radius: 20px;
  padding: 0 10px;
}

#success-form,
#error-form {
  display: none;
}

.success {
  position: absolute;
  left: 0px;
  width: 100%;
  background: rgba(238, 190, 100, 0.86);
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 59px 13px;
}

.modal-tel {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#success-form2,
#error-form2 {
  display: none;
}

.modal-sale {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#success-form3,
#error-form3 {
  display: none;
}

/* ----- contacts ----- */
.contacty__link {
  color: #393939 !important;
  text-decoration: none;
  line-height: 198%;
}

.contacty__link:hover {
  color: #F88119 !important;
}

/*----------- Почему с нами выгодно? ----------*/
.profit {
  padding: 60px 0;
  background: #ffffff;
}

.cap-h2 {
  font-family: "Alice";
  font-size: 70px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  margin-bottom: 49px;
}

.profit__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}

.profit__block {
  position: relative;
  text-align: center;
  width: 280px;
  padding: 0px;
}

.profit__block:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  width: 1px;
  height: 86%;
  background-color: rgb(187, 187, 187);
  transform: translateY(-50%);
}

.profit__block img {
  margin-bottom: 15px;
}

/*----------- recommend ----------*/
.recommend {
  text-align: left;
  padding: 60px 0;
}

.recommend__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
}

.recommend__block {
  width: 325px;
  border-radius: 20px;
  background: #ffffff;
  padding-bottom: 20px;
}

.recommend__img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.recommend__section {
  padding: 20px;
}

.recommend__cap {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.recommend__text {
  font-size: 14px;
  margin-bottom: 8px;
}

.recommend__text span {
  font-weight: 600;
}

.recommend__icon {
  width: 24px;
  height: auto;
}

.recommend__price {
  font-size: 16px;
  font-weight: 600;
}

.btn-transp {
  width: 285px;
  height: 50px;
  color: #F88119;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #F88119;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.btn-transp:hover {
  background-color: #F88119;
  color: #ffffff;
}

.btn-transp-link {
  width: 100%;
  padding: 13px 0px;
  text-decoration: none;
  margin: 0 auto;
  color: #F88119;
  display: block;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #F88119;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.btn-transp-link:hover {
  background-color: #F88119;
  color: #ffffff;
}

/*----------- daily ----------*/
.daily {
  padding: 60px 0;
  background-color: #ffffff;
}

.daily__wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}

.daily__block {
  max-width: 730px;
}

.snegigi {
  border-radius: 20px;
  background: rgb(222, 235, 255);
  padding: 6px 20px;
  display: flex;
  align-items: center;
  max-width: 460px;
  grid-area: 5px;
}

.snegigi p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 110%;
}

.daily__img {
  max-width: 555px;
}

.blockicon__wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}

.blockicon__block {
  text-align: center;
  width: 280px;
  padding: 0px;
}

.blockicon__block img {
  margin-bottom: 15px;
}

/*----------- ban ----------*/
.ban {
  padding: 60px 0;
}

.ban__wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}

.ban__block {
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 440px;
  padding: 20px;
}

.ban__block img {
  margin-bottom: 10px;
}

/*----------- kosmos ----------*/
.kosmos {
  padding-bottom: 60px;
}

.kosmos__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kosmos__block {
  width: 50%;
}

.cap-44 {
  font-family: "Alice";
  font-size: 44px;
  line-height: 110%;
}

.cap-44 p {
  margin-top: 20px;
}

.kosmos__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5px;
}

.kosmos__link {
  text-decoration: none;
  color: #393939;
}

.kosmos__link:hover {
  color: #F88119;
}

.kosmos__img {
  border-radius: 20px;
  width: 100%;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
  height: 20px;
}

/* Переопределяем переменные Swiper */
:root {
  --swiper-navigation-color: #ffffff;
  /* Цвет кнопок */
  --swiper-theme-color: #ffffff;
  /* Основной цвет темы */
  --swiper-pagination-color: #F85119;
  --swiper-navigation-size: 31px;
}

/*----------- footer ----------*/
.footer-m {
  padding: 60px 0;
  background: rgb(30, 30, 30);
  color: #ffffff;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer__menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.footer__menu__item {
  list-style: none;
}

.footer__menu__link {
  color: #ffffff;
  text-decoration: none;
}

.footer__menu__link:hover {
  color: #F88119;
}

.footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.footer__link {
  color: #ffffff;
  text-decoration: none;
}

.footer__link:hover {
  color: #F88119;
}

.footer__after {
  text-align: center;
  margin-top: 50px;
}

.footer__after p {
  margin-bottom: 0;
  font-size: 12px;
}

.footer__after__link {
  text-decoration: none;
  color: #ffffff;
}

.footer__after__link:hover {
  color: #F88119;
}

/* ------- квартиры category ---------- */
.castom-rooms .category__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 27px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.castom-rooms .category__item {
  display: flex;
  flex-direction: column !important;
  width: 100%;
  max-width: 350px;
  justify-content: space-between;
}

.castom-rooms .category__item figure {
  width: 100%;
  margin: 0;
}

.castom-rooms .category__item figure img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 226px;
  width: 100%;
}

.castom-rooms .category__item figure figcaption {
  color: #ffffff;
  font-size: 16px;
  background: rgb(54, 54, 54);
  font-weight: 600;
  padding-left: 10px;
  line-height: 210%;
}

.castom-rooms .category__item .page-header a {
  color: #393939;
  text-decoration: none;
  font-size: 1.6rem;
}

.castom-rooms .category__item .page-header a:hover {
  color: #F88119;
}

/* ------- статьи ---------- */
.castom-stati .category__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 27px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.castom-stati .category__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.castom-stati .category__item figure {
  width: 100%;
  margin: 0;
}

.castom-stati .category__item figure img {
  border-radius: 20px 20px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 226px;
  width: 100%;
  min-width: 200px;
}

.castom-stati .category__item .page-header a {
  color: #393939;
  text-decoration: none;
  font-size: 1.6rem;
}

.castom-stati .category__item .page-header a:hover {
  color: #F88119;
}

/* ------------- rooms --------------*/
#myCarousel {
  max-width: 640px;
  margin: 0 auto;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#myCarousel .f-carousel__track {
  max-height: 300px;
}

.f-thumbs__viewport {
  max-width: 640px;
  margin: 0 auto;
}

.features {
  list-style: none;
  padding: 0;
}

.features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.features li::before {
  content: "✓";
  color: green;
  margin-right: 10px;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.note {
  font-size: 0.7rem;
  color: #6c757d;
}

.kva-block-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* -------- main ------------ */
/* footer */
/* carousel */
@media (max-width: 576px) {

  h1,
  .cap-h1 {
    font-size: 50px;
  }

  .cap-h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .castom-stati .category__item {
    flex-direction: column;
  }

  .castom-stati .category__item figure {
    text-align: center;
  }

  .navbar-collapse {
    margin-top: 20px;
  }

  .kosmos__wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .kosmos__wrapper .cap-44 {
    text-align: center;
  }

  .kosmos__block {
    width: 100%;
  }

  .footer__wrapper {
    gap: 14px;
    flex-direction: column;
  }

  .footer__contact {
    gap: 14px;
    justify-content: center;
  }
}

@media (min-width: 767px) {
  .castom-stati .category__item figure {
    max-width: 275px;
  }
}

@media (max-width: 1200px) {
  .daily__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

@media (max-width: 1400px) {
  .profit__block::after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */