.breadcrumb {
  margin-top: -1px;
  background-color: #F7F7F7;
  padding: 18px 0;
}
.section-title{
    font-size: 34px;
    text-transform: uppercase;
}
.breadcrumb__menu {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb__list {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 136.66%;
  letter-spacing: 0.03em;
  color: #000000;
}

.breadcrumb__list:not(:last-child) {
  margin-right: 10px;
}

.apart-inter__slider .swiper-slide{
        height: auto;
}
.apart-inter__photo{
    width: 100%;
    display: flex;
        height: 100%;
}
.apart-inter__photo img{
    width: 100%;
    object-fit: cover;
        height: 100%;
}

.form-title {
  color: #9B2D30 !important;
}

.modal-info {
  text-align: center;
}

.modal-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0;
}

.modal-about {
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.modal-size {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.modal-size span {
  font-weight: 600;
}

@media (max-width: 768px) {
  .title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
  }
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #C7BDA1;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
}

.custom-checkbox:checked + label::before {
  background-image: url("../images/check.svg");
}

.plans {
  padding-top: 160px;
  position: relative;
}

.plans__title {
  text-align: center;
  margin-bottom: 35px;
}

.plans__select {
  margin-bottom: 40px;
}

.plans__select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plans__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
body .padd-top{
    padding-top: 150px;
}
.plans__menu-list {
  padding: 7px 0 8px 7px;
}

.plans__menu-list a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 7px 16px 8px 18px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-radius: 2px;
}

.plans__menu-list a:hover {
  background-color: #C9BE9E;
  color: #fff;
}

.plans__menu-list a:focus {
  background-color: #C9BE9E;
  color: #fff;
}

.plans__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plans__stock label {
  margin-bottom: 0;
}

.filters-price__slider {
  margin-bottom: 10px;
}

.filters-price__slider-2 {
  margin-bottom: 10px;
}

.plans__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 75px;
}

.filters-price__places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #313E5E;
}

.catalog {
  padding-bottom: 80px;
}

.catalog__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 45px;
}

.catalog__item {
  background: #FFFFFF;
  border: 1px solid rgba(49, 62, 94, 0.16);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 38px 40px 25px;
  cursor: pointer;
}

.catalog__item:hover {
  -webkit-filter: drop-shadow(0px 11.8333px 23.6667px rgba(50, 62, 93, 0.1));
          filter: drop-shadow(0px 11.8333px 23.6667px rgba(50, 62, 93, 0.1));
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.catalog__item:hover .catalog__btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.catalog__sale {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #9B2D30;
  padding: 10px 14px;
}

.catalog__sale p {
  margin-bottom: 0;
}

.catalog__color {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
}

.catalog__color.green {
  background-color: #3AC070;
}

.catalog__color.yellow {
  background-color: #FFBA3E;
}

.catalog__color.red {
  background-color: #9B2D30;
}

.catalog__img {
  width: 149px;
  height: 152px;
  margin-bottom: 39px;
}

.catalog__price {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
  margin-bottom: 0;
}

.catalog__info {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
  margin-bottom: 10px;
}

.catalog__size-1, .catalog__size-2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
  margin-bottom: 0;
}

.catalog__size-1 span, .catalog__size-2 span {
  font-weight: 600;
}

.catalog__floor {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
  margin-bottom: 0;
}

.catalog__floor span {
  font-weight: 600;
}

.catalog__status {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
  margin-bottom: 0;
}

.catalog__status span {
  font-weight: 600;
}


.catalog__btn {
  border: none;
  outline: none;
  width: 100%;
  background-color: #fff;
  color: #252527;
  border: 2px solid #FBD784;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 0;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
  transition: 0.3s;
}
.catalog__btn:hover{
 
    color: #fff;
    background: #FBD784;

}
.catalog__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog__btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 403px;
    width: 100%;
    background: #fbd784;
    height: 65px;
    font-weight: 800;
    line-height: 17px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #252527;
    font-size: 14px;
    margin-bottom: 55px;
    cursor: pointer;
      transition: 0.3s;
  border-radius: 5px;
      overflow: hidden;
          position: relative;
}

.catalog__btn-more:hover{
    background: #f7c551;
}

.catalog__btn-more:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: rgba(255, 255, 255, 0.86);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    100%, 30% {
        left: 110%;
        margin-left: 80px;
    }
}

.page-footer .footer-form .catalog-left-bg {
  position: absolute;
  top: -80px !important;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  display: none;
  cursor: pointer;
}

.filter__icon {
  margin-right: 16px;
  fill: #323E5D;
}

.filter__text {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #323E5D;
}

@media (max-width: 1200px) {
  .filters__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filters__item-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filters-price__inputs,
  .filters-price__inputs-2 {
    margin-left: auto;
  }
  .plans__range-left,
  .plans__range-right {
    max-width: 300px;
  }
  .filters-price__inputs,
  .filters-price__inputs-2 {
    margin-top: 20px;
  }
  .plans__range {
    height: 120px;
  }
  .catalog__content {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .catalog__item {
    padding: 30px 35px 20px;
  }
  .catalog__sale {
    font-size: 10px;
    padding: 7px 14px;
  }
  .catalog__color {
    width: 14px;
    height: 14px;
    top: 8px;
    right: 8px;
  }
  .catalog__img {
    width: 130px;
    height: 133px;
    margin-bottom: 18px;
  }
  .catalog__price {
    font-size: 18px;
    line-height: 32px;
  }
  .catalog__info {
    font-size: 13px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .catalog__size-1,
  .catalog__size-2,
  .catalog__floor,
  .catalog__status {
    font-size: 11px;
    line-height: 21px;
  }
  .catalog__btn {
    padding: 13px;
    font-size: 12px;
    line-height: 120%;
  }
}

@media (max-width: 750px) {
  .catalog__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .catalog__item {
    padding: 25px 15px 16px;
  }
  .catalog__sale {
    font-size: 8.65663px;
    padding: 6px 12px;
  }
  .catalog__color {
    width: 12px;
    height: 12px;
    top: 6px;
    right: 6px;
  }
  .catalog__img {
    width: 112px;
    height: 114px;
    margin-bottom: 15px;
  }
  .catalog__price {
    font-size: 16px;
    line-height: 27px;
  }
  .catalog__info {
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .catalog__size-1,
  .catalog__size-2,
  .catalog__floor,
  .catalog__status {
    font-size: 11px;
    line-height: 18px;
  }
  .catalog__btn {
    padding: 10px;
    font-size: 10px;
    line-height: 120%;
  }
}

@media (max-width: 650px) {
  .plans__header {
    background-color: #F7F7F7;
    padding: 35px 13px 80px 13px;
    -webkit-filter: drop-shadow(12px 21px 30px rgba(35, 75, 113, 0.23));
            filter: drop-shadow(12px 21px 30px rgba(35, 75, 113, 0.23));
    position: absolute;
    top: 6.5%;
    left: 0;
    z-index: 10;
    margin: 0 15px;
    display: none;
  }
  .plans__header.shown {
    display: block;
        z-index: 999999999999;
    padding-bottom: 110px;
  }
  .filter__icon.fill-yellow {
    fill: #C7BDA1;
  }
  .filter__text.fill-yellow {
    color: #C7BDA1;
  }
  .plans__select-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plans__stock {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 18px;
    margin-bottom: 35px;
  }
  .plans__range {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .plans__range-left,
  .plans__range-right {
    height: 100px;
    margin-left: 18px;
  }
  .filters-price__input,
  .filters-price__input-2 {
    background-color: #F7F7F7;
  }
  .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__btn-more {
    font-size: 16px;
    line-height: 29px;
  }
  
}

@media (max-width: 550px) {
  .plans__menu-list a {
    font-size: 13px;
    line-height: 16px;
    padding: 7px 10px;
  }
  .plans__range-left,
  .plans__range-right,
  .plans__stock {
    margin-left: 10px;
  }
   .catalog__content {
margin-bottom: 30px;
    gap: 10px;
  }
}

@media (max-width: 412px) {
  .catalog__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
  .plans__stock {
    margin-bottom: 15px;
  }
  .plans__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plans__select {
    margin-bottom: 15px;
  }
  .filters-price__title {
    margin-bottom: 15px;
  }
  .plans__range-left {
    height: 130px;
  }
  .plans__range-right {
    height: 100px;
  }
  .filters-price__inputs, .filters-price__inputs-2 {
    margin-top: 0;
    margin-left: 0;
  }
  .plans__header {
    top: 3.5%;
  }
}

.floor2 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.floor__title {
  margin-bottom: 25px;
}

.floor__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floor .floor__status-head {
  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;
  margin-bottom: 35px;
}

.floor .floor__hover {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.floor__status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floor__status-item:not(:last-child) {
  margin-right: 75px;
}

.floor .floor__status-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #000000;
}

.floor__status-color {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.floor__status-color.yellow {
  display: inline-block;
  background-color: #FFBA3E;
}

.floor__status-color.green {
  display: inline-block;
  background-color: #3AC070;
}

.floor__status-color.red {
  display: inline-block;
  background-color: #9B2D30;
}

.floor .floor1 {
  width: 100%;
  position: relative;
}

.floor .floor1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floor .floors {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floor .floor-4,
.floor .floor-3,
.floor .floor-2,
.floor .floor-1 {
  fill: #3AC070;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.floor .floor-4:hover,
.floor .floor-3:hover,
.floor .floor-2:hover,
.floor .floor-1:hover {
  opacity: 0.8;
}

.floor__content {
  position: relative;
}

.floor1__popup {
  width: 403px;
  height: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 21px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 21px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: absolute;
  right: 22%;
  bottom: 22%;
  display: none;
}

.floor1__popup.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floor1__popup-left {
  background-color: #313E5E;
  color: #fff;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  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: 8px 0 0 8px;
}

.floor1__popup-left span {
  font-size: 36px;
  line-height: 140%;
}

.floor1__popup-right {
  padding: 47px 40px 26px;
}

.floor1__right-title {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 13px;
  border-bottom: 1px solid #C7BDA1;
}

.floor1__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.floor1__stock p {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 8px 17px;
  border: 1px solid rgba(49, 62, 94, 0.16);
  border-radius: 2px;
  margin-bottom: 0;
  margin-right: 10px;
}

.floor1__stock span {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.floor1__stock span:first-of-type {
  margin-right: 30px;
}

.floor1__btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 29px;
  text-align: center;
  border: none;
  outline: none;
  color: #FEFEFE;
  text-transform: uppercase;
  background: linear-gradient(104deg, #cdc0a0, #bead83);
  padding: 8px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.floor1__btn:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .floor__title {
    text-align: center;
  }
  .floor .floor__status-head {
    display: block;
  }
  .floor__status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floor .floor__hover {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .floor1__popup {
    bottom: -4%;
    right: 2%;
  }
  .floor.container {
    max-width: 1000px !important;
    padding: 0 !important;
  }
  .floor__status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floor__title {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .floor1__popup {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
  }
  .floor__status {
    display: block;
  }
  .floor__title {
    text-align: left;
  }
  .floor__status-item {
    margin-bottom: 15px;
  }
  .floor .floor__hover {
    text-align-last: left;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .floor {
    padding-bottom: 80px;
  }
}

@media (max-width: 450px) {
  .floor1__popup {
    right: 0;
    bottom: 0;
  }
  .floor1__popup-left {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .floor1__popup-right {
    padding: 30px 25px 20px;
  }
  .floor .floor__hover {
    font-size: 10px;
    line-height: 10px;
  }
}

.apart__content {
  position: relative;
}

.apart1 {
  width: 100%;
  position: relative;
  text-align: center;
}

.apart1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aparts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apart {
  fill: #3AC070;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.apart:hover {
  opacity: 0.8;
}

.apart.red {
  fill: #9B2D30;
}

.apart.yellow {
  fill: #FFBA3E;
}

.apart__popup {
  background-color: #fff;
  padding: 22px 28px;
  border-radius: 8px;
  width: 237px;
  position: absolute;
  top: 35% !important;
  left: 30% !important;
  -webkit-box-shadow: 0px 21px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 21px 12px rgba(0, 0, 0, 0.2);
}

.apart__img {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.apart__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.apart__size {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}

.apart__size span {
  font-weight: 600;
}

.apart__status {
  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: 20px;
}

.apart__color {
  width: 18px;
  height: 18px;
  background-color: #3AC070;
  margin-right: 10px;
}

.apart__status-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 0;
}

.apart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.apart__btn a {
  display: inline-block;
  background-color: #323E5D;
  border-radius: 10.0507px;
  font-weight: 600;
  font-size: 13px;
  line-height: 29px;
  text-align: center;
  color: #C7BDA1;
  text-transform: uppercase;
  padding: 8px 32px;
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
}

.more__img {
  margin-right: 80px;
}

.more__info {
  width: 100%;
}

.more__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
}

.more__status {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.more__box {
  background-color: #F7F7F7;
  padding: 25px 40px;
  margin-bottom: 40px;
}

.more__size {
  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;
  padding: 13px 0;
  border-bottom: 1px solid #C7BDA1;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.more__size p {
  margin-bottom: 0;
}

.more__size span {
  font-weight: 700;
}

.more__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.more__price-full {
  margin-right: 70px;
  margin-bottom: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
}

.more__price-month {
  margin-bottom: 0;
}

.more__month-text {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.more__price-monthly {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
}

.more__btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #252527;
  padding: 24px 55px;
  border: 2px solid #FBD784;
  text-align: center;
border-radius: 5px;
transition: 0.3s;
  position: relative;
}
.more__btn:hover{
    background: #FBD784;
    color: #fff;

}


@media (max-width: 1050px) {
  .more__img {
    margin-right: 0;
  }
  .more {
    display: block;
  }
}

@media (max-width: 992px) {
  .apart__popup {
    left: 50% !important;
    z-index: 30;
  }
  .more__img {
    text-align: center;
    margin-bottom: 45px;
  }
  .more {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 650px) {
  .apart__popup {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .apart__img {
    width: 50%;
  }
  .more__title {
    font-size: 22px;
    line-height: 140%;
  }
  .more__price-amount {
    display: block;
  }
  .more__price-amount .more__price-full {
    margin-bottom: 20px;
  }
  .more {
    padding-right: 0;
    padding-left: 0;
  }
  .more__box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .more__title,
  .more__status {
    padding-left: 15px;
    padding-right: 15px;
  }
  .more__btn {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 412px) {
  .apart__popup {
    display: block;
  }
  .apart__img {
    width: 100%;
  }
  .more__img img {
    width: 100%;
  }
}

.plan {
  padding-top: 100px;
  padding-bottom: 100px;
}

.plan__title {
  margin-bottom: 22px;
}

.plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    align-items: flex-start;
}

.plan__box {
  width: 100%;
  max-width: 693px;
  background-color: #F7F7F7;
  padding: 25px 40px;
}

.plan__box-row {
  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;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.plan__box-row:not(:last-child) {
  padding-bottom: 13px;
  border-bottom: 1px solid #C7BDA1;
}

.plan__box-row:not(:first-child) {
  padding-top: 13px;
}

.plan__box-row p {
  margin-bottom: 0;
}

.plan__box-row span {
  font-weight: 700;
}

.plan__right {
  width: 100%;
  max-width: 400px;
}

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

.plan__status {
  display: block;
}

.plan__status-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.plan__color {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.plan__status-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 0;
}

.plan__bottom {
  margin-top: 25px;
}

.plan__floors {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.plan__floors-link {
  padding: 7px 15px 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.plan__floors-link a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.plan__floors-link:hover, .plan__floors-link:focus {
  background-color: #C9BE9E;
  border-radius: 2px;
  color: #fff;
}

.plan__floors-link:hover a {
  color: #fff;
}

.plan__floors-link--active {
  background-color: #C9BE9E;
  border-radius: 2px;
  color: #fff;
}

.plan__floors-link--active a {
  color: #fff;
}

.plan__color.yellow {
  background-color: #FFBA3E;
}

.plan__color.green {
  background-color: #3AC070;
}

.plan__color.red {
  background-color: #9B2D30;
}

.plans__container {
  overflow-x: scroll;
  overflow-y: hidden;
}

.plans__containerscrollbar {
  width: 0.5em;
  height: 0.5em;
}

.plans__containerscrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.plans__containerscrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

#scroll-container::-webkit-scrollbar {
  width: 15px;
  border-radius: 16px;
  background-color: #F5F5F5;
}

#scroll-container::-webkit-scrollbar-track {
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
}

#scroll-container::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: #9B2D30;
}

.plans-1 {
  position: relative;
  width: 100%;
  width: 1170px;
}

.plans-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plans1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plans-bg {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.circle {
  width: 52px;
  height: 52px;
  background-color: #fff;
  z-index: 5;
  color: #000000;
  border-radius: 100%;
  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;
  font-weight: 700;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.plans-bg:hover {
  opacity: 0.5;
}

.plans-bg-red {
  fill: #9B2D30;
}

.plans-bg-green {
  fill: #3AC070;
}

.plans-bg-yellow {
  fill: #FFCF53;
}

.circle:hover {
  color: #000000;
}

.circle-scale {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.circle-ap-1 {
  position: absolute;
  bottom: 23%;
  left: 45%;
  z-index: 50;
}

.circle-ap-2 {
  position: absolute;
  bottom: 23%;
  left: 54%;
  z-index: 50;
}

.circle-ap-3 {
  position: absolute;
  bottom: 23%;
  left: 64%;
  z-index: 50;
}

.circle-ap-4 {
  position: absolute;
  bottom: 23%;
  right: 21%;
  z-index: 50;
}

.circle-ap-5 {
  position: absolute;
  bottom: 23%;
  right: 11%;
  z-index: 50;
}

.circle-ap-6 {
  position: absolute;
  bottom: 50%;
  right: 11%;
  z-index: 50;
}

.circle-ap-7 {
  position: absolute;
  bottom: 50%;
  right: 21%;
  z-index: 50;
}

.circle-ap-8 {
  position: absolute;
  bottom: 50%;
  left: 64%;
  z-index: 50;
}

.circle-ap-9 {
  position: absolute;
  bottom: 50%;
  left: 54%;
  z-index: 50;
}

.circle-ap-10 {
  position: absolute;
  bottom: 50%;
  left: 45%;
  z-index: 50;
}

.circle-ap-11 {
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 50;
}

.circle-ap-12 {
  position: absolute;
  top: 40%;
  left: 15%;
  z-index: 50;
}

.circle-ap-13 {
  position: absolute;
  bottom: 35%;
  left: 15%;
  z-index: 50;
}

.circle-ap-14 {
  position: absolute;
  bottom: 20%;
  left: 15%;
  z-index: 50;
}

.circle-ap-15 {
  position: absolute;
  top: 27%;
  left: 22%;
  z-index: 50;
}

.circle-ap-16 {
  position: absolute;
  top: 27%;
  left: 15%;
  z-index: 50;
}

.circle-ap-17 {
  position: absolute;
  top: 25%;
  left: 9%;
  z-index: 50;
}
.circle-ap-18 {
  position: absolute;
  top: 13%; 
  left: 11%;
  z-index: 50;
}
.circle-ap-19 {
  position: absolute;
  top: 13%;
  left: 20%;
  z-index: 50;
}
.circle-ap-21 {
  position: absolute;
  bottom: 23%;
  left: 44%;
  z-index: 50;
}
.circle-ap-22 {
  position: absolute;
  bottom: 23%;
  left: 53%;
  z-index: 50;
}

.circle-ap-23 {
  position: absolute;
  bottom: 23%;
  left: 63%;
  z-index: 50;
}

.circle-ap-24 {
  position: absolute;
  bottom: 23%;
  right: 23%;
  z-index: 50;
}
.circle-ap-25 {
  position: absolute;
  bottom: 23%;
  right: 12%;
  z-index: 50;
}

.circle-ap-26 {
  position: absolute;
  bottom: 50%;
  right: 13%;
  z-index: 50;
}

.circle-ap-27 {
  position: absolute;
  bottom: 50%;
  right: 22%;
  z-index: 50;
}

.circle-ap-28 {
  position: absolute;
  bottom: 50%;
  left: 63%;
  z-index: 50;
}

.circle-ap-29 {
  position: absolute;
  bottom: 50%;
  left: 54%;
  z-index: 50;
}

.circle-ap-30 {
  position: absolute;
  bottom: 50%;
  left: 43%;
  z-index: 50;
}

.circle-ap-31 {
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 50;
}

.circle-ap-32 {
  position: absolute;
  top: 41%;
  left: 15%;
  z-index: 50;
}

.circle-ap-33 {
  position: absolute;
  bottom: 20%;
  left: 8%;
  z-index: 50;
}

.circle-ap-34 {
  position: absolute;
  bottom: 20%;
  left: 15%;
  z-index: 50;
}

.circle-ap-35 {
  position: absolute;
  bottom: 20%;
  left: 22%;
  z-index: 50;
}

.circle-ap-36 {
  position: absolute;
  top: 27%;
  left: 20%;
  z-index: 50;
}

.circle-ap-37 {
  position: absolute;
  top: 28%;
  left: 13%;
  z-index: 50;
}
.circle-ap-38 {
  position: absolute;
  top: 25%; 
  left: 7%;
  z-index: 50;
}
.circle-ap-39 {
  position: absolute;
  top: 14%;
  left: 8%;
  z-index: 50;
}
.circle-ap-40 {
  position: absolute;
  top: 14%;
  left: 18%;
  z-index: 50;
}

.circle-ap-42 {
  position: absolute;
  bottom: 23%;
  left: 44%;
  z-index: 50;
}
.circle-ap-43 {
  position: absolute;
  bottom: 23%;
  left: 54%;
  z-index: 50;
}

.circle-ap-44 {
  position: absolute;
  bottom: 23%;
  left: 64%;
  z-index: 50;
}

.circle-ap-45 {
  position: absolute;
  bottom: 23%;
  right: 22%;
  z-index: 50;
}
.circle-ap-46 {
  position: absolute;
  bottom: 23%;
  right: 11%;
  z-index: 50;
}

.circle-ap-47 {
  position: absolute;
  bottom: 50%;
  right: 11%;
  z-index: 50;
}

.circle-ap-48 {
  position: absolute;
  bottom: 50%;
  right: 21%;
  z-index: 50;
}

.circle-ap-49 {
  position: absolute;
  bottom: 50%;
  left: 64%;
  z-index: 50;
}

.circle-ap-50 {
  position: absolute;
  bottom: 50%;
  left: 54%;
  z-index: 50;
}

.circle-ap-51 {
  position: absolute;
  bottom: 50%;
  left: 43%;
  z-index: 50;
}

.circle-ap-52 {
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 50;
}

.circle-ap-53 {
  position: absolute;
  top: 41%;
  left: 15%;
  z-index: 50;
}

.circle-ap-54 {
  position: absolute;
  bottom: 20%;
  left: 8%;
  z-index: 50;
}

.circle-ap-55 {
  position: absolute;
  bottom: 20%;
  left: 16%;
  z-index: 50;
}

.circle-ap-56 {
  position: absolute;
  bottom: 20%;
  left: 23%;
  z-index: 50;
}

.circle-ap-57 {
  position: absolute;
  top: 28%;
  left: 21%;
  z-index: 50;
}

.circle-ap-58 {
  position: absolute;
  top: 28%;
  left: 13%;
  z-index: 50;
}
.circle-ap-59 {
  position: absolute;
  top: 25%; 
  left: 7.5%;
  z-index: 50;
}
.circle-ap-60 {
  position: absolute;
  top: 13%;
  left: 8%;
  z-index: 50;
}
.circle-ap-61 {
  position: absolute;
  top: 13%;
  left: 17%;
  z-index: 50;
}

.circle-ap-63 {
  position: absolute;
  bottom: 23%;
  left: 44%;
  z-index: 50;
}
.circle-ap-64 {
  position: absolute;
  bottom: 23%;
  left: 54%;
  z-index: 50;
}

.circle-ap-65 {
  position: absolute;
  bottom: 23%;
  left: 64%;
  z-index: 50;
}

.circle-ap-66 {
  position: absolute;
  bottom: 23%;
  right: 22%;
  z-index: 50;
}
.circle-ap-67 {
  position: absolute;
  bottom: 23%;
  right: 11%;
  z-index: 50;
}

.circle-ap-68 {
  position: absolute;
  bottom: 50%;
  right: 11%;
  z-index: 50;
}

.circle-ap-69 {
  position: absolute;
  bottom: 50%;
  right: 21%;
  z-index: 50;
}

.circle-ap-70 {
  position: absolute;
  bottom: 50%;
  left: 64%;
  z-index: 50;
}

.circle-ap-71 {
  position: absolute;
  bottom: 50%;
  left: 54%;
  z-index: 50;
}

.circle-ap-72 {
  position: absolute;
  bottom: 50%;
  left: 43%;
  z-index: 50;
}

.circle-ap-73 {
  position: absolute;
  top: 20%;
  left: 35%;
  z-index: 50;
}

.circle-ap-74 {
  position: absolute;
  top: 13%;
  left: 15%;
  z-index: 50;
}

.circle-ap-75 {
  position: absolute;
  top: 25%;
  left: 13%;
  z-index: 50;
}

.circle-ap-76 {
  position: absolute;
  bottom: 50%;
  left: 16%;
  z-index: 50;
}

.circle-ap-77 {
  position: absolute;
  bottom: 20%;
  left: 9%;
  z-index: 50;
}

.circle-ap-78 {
  position: absolute;
  bottom: 20%;
  left: 16%;
  z-index: 50;
}

.circle-ap-79 {
  position: absolute;
  bottom: 20%;
  left: 23%;
  z-index: 50;
}
  body .product__content{
        padding-bottom: 35px;    
  }

.apart__selected {
  opacity: 0.8;
}

.floor_selected {
  opacity: 0.8 !important;
}

.floor1__popup {
  display: none;
}

.floor1__popup_selected {
  display: flex;
}




@media (min-width: 1170px) {
  .plans__container {
    overflow-x: hidden;
  }
}

@media (max-width: 992px) {
  .plan__content {
    display: block;
  }
  .plan__title {
    text-align: center;
  }
  .plan__box {
    margin-bottom: 40px;
  }
  .plan__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .plan__right {
    max-width: 100%;
    position: relative;
  }
  .plan__compas {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
  .plan__status-row:not(:last-child) {
    margin-right: 45px;
    margin-bottom: 15px;
  }
  .plan__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plans-1 {
    padding-top: 0;
  }
  body .padd-top {
        padding-top: 99px;
    }
    .padd-top .plan__title {
        font-size: 35px;
        margin-top: 15px;
    }
}
@media (max-width: 700px){
    body .padd-top {
    padding-top: 79px;
}
}
@media (max-width: 650px) {
  .plan__status {
    display: block;
  }
  .plan__floors {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan__box-row {
    font-size: 13px;
    line-height: 20px;
  }
  .plan__box {
    padding: 25px 15px;
  }
  .plan {
    padding-bottom: 80px;
  }
  .more__btn {
  font-weight: 600;
  letter-spacing: 3px;
  padding: 17px 20px;
}
    .more__img {
    
        margin-bottom: 20px;
    }
 body .plan {
 
        padding-bottom: 40px;
    }
}
@media (max-width: 570px){
   body .more__box {
       
        padding: 25px 10px;
        margin-bottom: 30px;
    }
    body .more__size-box {

    column-gap: 22px;
}
body .more__size {

    font-size: 14px;
 
}
body .more__price .more__price-full {
    margin-right: 0;
    font-size: 19px;
    line-height: 25px;
    margin-left: 0;
    display: block;

    width: 100%;
    margin-bottom: 10px;
}
 body.more__price-month {
    margin-bottom: 0;
    width: 140px;
}
 body .more__price .more__price-monthly {
    font-size: 18px;
    line-height: 22px;
}
 body .more__btn-order {
    font-size: 17px;
    letter-spacing: 2px;
}
body .more__size-box {
grid-template-columns: unset;
    column-gap: 0;
    flex-wrap: wrap;
        display: flex;
            flex-direction: column;
}
 body .more__price {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
}
.floor {
    padding-bottom: 50px;
}

}
@media (max-width: 412px) {
  .plan__box-row {
    font-size: 9px;
    line-height: 16px;
  }
  .plan__compas {
    width: 100px;
    height: 100px;
  }
  .plan__compas img {
    width: 100%;
  }
  .plan__status {
    margin-top: 0;
  }
  .plan__floors-link {
    padding: 7px 10px 8px;
  }
  .plan__floors-link a {
    font-size: 14px;
  }
}

.apart-checkbox {
  width: 100%;
  max-width: 500px;
}

.mfp-bottom-bar {
  display: none !important;
}

.mfp-arrow {
  outline: none !important;
}

.slider-main {
  overflow-x: hidden;
  max-width: 389px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.slider-main .swiper-slide {
  max-width: 50rem;
  max-height: 50rem;
}

.slider-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-slider-wrapper {
  position: relative;
}

.slider-nav {
  overflow: hidden;
  max-width: 53rem;
  max-height: 15rem;
}



.swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg ,.swiper-button-next svg{
  display: none;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-size: cover;
    width: 56px;
    height: 56px;
    cursor: pointer;
    font-size: 0;
    border: none;


}
.swiper-button-next  {
  background-image: url(../img/arrow_right.png);
  right: 25px;
}
.swiper-button-prev {
  background-image: url(../img/arrow_left.png);
  left: 25px;
}

.swiper-button-prev::after {
  display: none;
}

.slider-nav .swiper-slide {
  width: 8rem;
  height: 8rem;
}

.slider-nav .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}

.swiper-turn-next {
  position: absolute;
  bottom: 0;
  left: 0;
}



.product {
  padding-top: 40px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

.product__left {
  position: relative;
  width: 35%;
  max-width: 465px;
  max-height: 600px;
}

.product__right {
  width: 58%;
}

.product__title {
  margin-right: auto;
  margin-bottom: 30px;
}

.product__box {
  padding: 25px 40px;
  background-color: #F7F7F7;
  width: 100%;
  margin-bottom: 30px;
}

.product__box-row {
  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;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.product__box-row:not(:last-child) {
  padding-bottom: 13px;
  border-bottom: 1px solid #C7BDA1;
}

.product__box-row:not(:first-child) {
  padding-top: 13px;
}

.product__box-row p {
  margin-bottom: 0;
}

.product__box-row span {
  font-weight: 700;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 25px;
  display: inline-block;
  color: #000;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #C7BDA1;
  border-radius: 50%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #C7BDA1;
  position: absolute;
  top: 5px;
  left: 5.5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-bottom: 50px;
  margin-top: 5px;
}

.product__type img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.type__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.type__price span {
  font-weight: 400;
  max-width: 156px;
}

label.add-design {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

label.add-design span {
  font-weight: 700;
}

.product__action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 403px;
    background: #fbd784;
    height: 65px;
    font-weight: 800;
    line-height: 17px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #252527;
    font-size: 14px;

  transition: 0.3s;
  border-radius: 5px;
      overflow: hidden;
          position: relative;
          margin-top: 15px;
}
.product__action:hover{
    background: #f7c551;
}

@media (max-width: 1200px) {
  .swiper-button-prev {
    left: 30%;
    top: 100%;
  }
  .swiper-button-next {
    right: 30%;
    top: 100%;
  }
}

@media (max-width: 992px) {
  .product__content {
    display: block;
  
  }

  .product__left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 180px;
  }
  .product__right {
    width: 100%;
  }
  .swiper-button-prev {
    left: 40%;
    top: 110%;
  }
  .swiper-button-next {
    right: 40%;
    top: 110%;
  }
  .product__type img {
    width: 100%;
  }
  .product__title {
    display: none;
  }
  .product__title-2 {
    display: block !important;
    text-align: center;
    margin-bottom: 35px;
  }

    .plans {
    padding-top: 104px;
   
}
.product__box {
    padding: 25px 30px;

    width: 100%;
    margin-top: 65px;
}
}

@media (max-width: 650px) {
  .swiper-button-prev {
    left: 35%;
  }
  .swiper-button-next {
    right: 35%;
  }
  .product {
    padding-left: 0;
    padding-right: 0;
  }
  .product__left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product__box {
    padding: 25px 15px;
  }
  .product__box-row {
    font-size: 13px;
    line-height: 20px;
  }

  .product__type {
    gap: 30px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .type__price {
    font-size: 11px;
    line-height: 13px;
  }
  .product__type img {
    margin-bottom: 12px;
  }
  .type__price {
    margin-bottom: 0;
  }
  .more__price {
    display: block;
  }
  .more__price .more__price-full {
    margin-bottom: 0;
  }
   .more__price .more__price-full {
    margin-right: 55px;
    font-size: 24px;
    line-height: 32px;
    
    }
    .more__price .more__price-monthly {

        font-size: 25px;
        line-height: 33px;
     
    }
   .more .more__size {

        padding: 9px 0;
        font-size: 15px;
        line-height: 18px;
    }
   .plans {
    padding-top: 85px;
        
    }
    .catalog__btn-more {
    font-size: 16px;
    line-height: 29px;
    height: 60px;
    letter-spacing: 3px;
    margin-bottom: 15px;

}
.catalog {
    padding-bottom: 50px;
}
}

@media (max-width: 412px) {
  .product__type {
    display: block;
  }
  .swiper-button-prev {
    left: 30%;
  }
  .swiper-button-next {
    right: 30%;
  }
  .product__type-1,
  .product__type-2 {
    margin-bottom: 30px;
  }
  .type__price {
    font-size: 16px;
    line-height: 16px;
  }
  .plans__stock {
    margin-left: 0;
  }
  label.add-design {
    font-size: 12px;
    line-height: 13px;
  }
  .apart-checkbox {
    width: 300px;
  }
}

.block1 {
  padding-bottom: 100px;
}

.block1__title {
  text-align: center;
  margin-bottom: 40px;
}

.block__content {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 45px;
}

.block2 {
  background: url("../images/block2-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding-top: 75px;
  padding-bottom: 75px;
}

.block2__inner {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 144px;
  padding-right: 30px;
  padding-left: 30px;
}

.block3 {
  background-color: #C9BE9E;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 650px) {
  .block__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 412px) {
  .block__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}


.filter-submit-btn {
    justify-content: center;
    display: none;
  }
  

  .filter-submit {
	padding: 10px 30px;
    border: none;
    outline: none;
    
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-align: center;

    border-radius: 0;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin: 35px auto 0;
    border-radius: 5px;
  overflow: hidden;
      width: 100%;
    max-width: 403px;
  background: #fbd784;
  height: 65px;


  text-align: center;

  position: relative;
}

.filter-submit:hover{
    background: #f7c551;
}

.filter-submit:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: rgba(255, 255, 255, 0.86);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    100%, 30% {
        left: 110%;
        margin-left: 80px;
    }
}


.main_btn:hover{
    background: #f7c551;
}

.main_btn:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: rgba(255, 255, 255, 0.86);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0;
    }
    100%, 30% {
        left: 110%;
        margin-left: 80px;
    }
}
  @media (max-width: 991px) {
	#add_plans_menu {
		flex-wrap: wrap;
		flex: 0 0 15%;
	}
	.plans__menu {
		flex-wrap: wrap;
		flex: 0 0 49%;
	}
	.plans__menu-list-3 {
		margin-left: 120px;
	}
} 

@media (max-width: 650px) {
  .filter-submit-btn {
    display: flex;
  }
  #add_plans_menu {
		flex-wrap: nowrap;
		flex: 0 0 100%;
	}
	.plans__menu {
		flex-wrap: nowrap;
		flex: 0 0 100%;
	}
	.plans__menu-list-3 {
		margin-left: 0px;
	}
  
}

@media (max-width: 450px) {
  .filter-submit-btn {
    justify-content: center;
  }
  .filter-submit {
    margin: 10px auto;
    font-size: 16px;
    line-height: 20px;
  }
}

















.nav-menu-dropdown {
		background: #FFFFFF;
		box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
		position: absolute;
        bottom: -115px;
    left: auto;
    right: 222px;
		padding: 15px 25px;
		width: 205px;
		display: none !important;
	}
	.nav-menu-dropdown.visible {
		display: block !important;
	}
	.nav-menu-dropdown a {
		display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #000000;		
		
	}
	.nav-menu-dropdown a:not(:last-child) {
		margin-bottom: 10px;
	}
	
	@media (max-width: 991px) {
		.main-nav .man-nav-toggler {
			z-index: 500px;
		}
		.breadcrumb {

    margin-bottom: 15px;
}
		.nav-menu-dropdown {
			position: relative;
		    bottom: 0;
		    left: 0;
		    width: 100%;
		    display: flex !important;
	        padding: 0;
            background: unset;
            box-shadow: unset;
            justify-content: center;
            align-items: center;
            margin: 15px 0;
            flex-direction: column;
		}
	
		.nav-menu-dropdown a {
			font-size: 18px;
			color: #fff;
		}
		.nav-menu-dropdown a {
            font-size: 22px;
            color: #fff;
            margin-bottom: 15px;
        }
	
		.drop-menu-plan {
			position: relative;
		}
		.drop-menu-plan::before {
			content: "";
			height: 2px;
			width: 110px;
			background-color: #9b2d30;
			display: block;
			position: absolute;
			bottom: 0;
            left: 50%;
            transform: translateX(-50%);
		}
	}
	
		@media (max-width: 650px) {
		.plans__header {
			position: relative;
			padding-bottom: 70px;
		}
.filter-submit {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    font-size: 20px;
}
		.catalog {
 
        margin-top: 30px;
    }
    .plans__range-right{
        margin-top: 26px;
    }
    .filter-submit {
        padding: 10px 20px;
        max-width: 330px;
        height: 60px;
 
    }
}
	
	
	@media (max-width: 576px) {
		
		.nav-menu-dropdown {
			position: unset;
		    bottom: 0;
		    left: 0;
		    width: 100%;
		    display: block !important;
		    background: unset;
		    text-align: center;
		    
		}
		.nav-menu-dropdown a {
			font-size: 20px;

			
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #ffffff !important;	

			
		}
		.nav-menu-dropdown a:not(:last-child) {
			margin-bottom: 0;
		}
		
		.drop-menu-plan {
			position: relative;
		}
		.drop-menu-plan::before {
			content: "";
			height: 2px;
			width: 110px;
			background-color: #9b2d30;
			display: block;
			position: absolute;
			bottom: 0;

		}
		
		
		
	}
	
	#add_plans_menu {
		background-color: #ffffff;
	}
	
	.plans__menu-list .menu-list-link {
		display: flex;
		gap: 10px;
		padding-left: 0px;
	}
	
	.plans__menu-list .menu-list-link svg {
		fill: #000000;
	}
	.plans__menu-list .menu-list-link:hover svg {
		fill: #9B2D30;
	}
	
	.plans__menu-list .menu-list-link:hover {
		color: #9B2D30;
		background: transparent;
	}
	
	@media (max-width: 1200px) {
		.plans__select-box {
			flex-wrap: wrap;
		}
		#add_plans_menu {
			flex: 0 0 100%;
			margin-bottom: 30px;
		}
	}
	@media (max-width: 992px) {
		.plans__menu {
			flex: 0 0 100%;
			flex-wrap: nowrap;
			margin-bottom: 40px;
		}
		.plans__menu-list-3 {
			margin-left: 0;
		}
	}
	
	@media (max-width: 650px) {
		.plans__header {
			top: 3%;
		}
		#add_plans_menu {
			display: inline-flex;
			flex-direction: column;
			align-items: flex-start;
			background-color: transparent;
		}
		.plans__menu {
			margin-bottom: 0px;
		}
		.plans__menu-list .menu-list-link {
			padding-left: 15px;
		}
		.plans__stock {
			margin-bottom: 15px;
		}
		.section-title{
            font-size: 28px;
            
        }
	}
	
	
	
	@media (max-width: 412px) {
		.plans__header {
		    top: 1.5%;
		}
		
		.plans__menu-list a {
			font-size: 12px;
		}
		.plans__header {
			margin-right: 0;
			margin-left: 0;
		}
		.filter__price-small-text {
			margin-left: 5px;
		}
		
		#add_plans_menu {
			margin-bottom: 10px;
		}
	}
	
	@media (max-width: 360px) {
		.plans__menu-list a {
		padding: 7px 5px;
		}
	}
	
	
	.logo-box {
		display: flex !important;
		flex-direction: column;
		row-gap: 10px;
	}
	.logo-adress {
		font-size: 12px !important;
		line-height: 16px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-weight: 500;
	}
	.main-nav-contacts {
		margin-bottom: 0;
	}
	.main-nav-contacts .main-nav-address {
		background: url(/images/train.png) left top no-repeat !important;
	}
	
	@media (max-width: 1200px){
	    .nav-menu-dropdown {
            right: 170px;
        }
        
	}
	