main section {
  padding-top: 0;
}
main section .naked-table {
  margin-top: 50px;
}
main section .main-slider .arrows {
  right: 20px;
  bottom: 20px;
}

.sold{
  position: absolute;
  top: 0;
  left: 0;
}

main section .sale-map {
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
  margin: 40px 0;
}
main section .buy {
  width: 260px;
  background: #EE8012;
  color: #FCFCFC;
  font-size: 16px;
  border-radius: 50px;
}
main section .buy:hover {
  opacity: 0.8;
}
.mob_price-wrap,
.mob_btn {
  display: none;
}
.mob_btn {
  margin-top: 50px;
  width: 100%;
  background: #EE8012;
  color: #FCFCFC;
  font-size: 15px;
  border-radius: 50px;
  text-align: center;
}
.price-wrap {
  margin-top: 40px;
}
.price-wrap h4 {
  font-size: 23px;
  color: #666666;
}
.price-wrap .price {
  font-weight: 500;
  font-size: 37px;
  color: #EE8012;
  margin: 20px 0;
}
.price-wrap span {
  font-size: 16px;
  color: #666666;
}
.price-wrap button {
  margin-top: 38px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #666666;
  background: transparent;
  border-radius: 50px;
  width: 100%;
}
.price-wrap button:hover {
  background: #CDCDCD;
  border: 1px solid #CDCDCD;
  color: #FCFCFC;
}
section.similar-offers .cards {
  margin: 50px 0;
}

/* Description section styles */
main.default section .description {
  margin-top: 40px;
}
main.default section .description h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
}
main.default section .description .desc {
  color: #666;
  line-height: 1.7;
}
main.default section .description .desc h3 {
  font-size: 22px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
main.default section .description .desc h3:first-child {
  margin-top: 0;
}
main.default section .description .desc p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}
main.default section .description .desc strong {
  color: #333;
  font-weight: 600;
}
main.default section .description .desc em {
  font-style: italic;
}
main.default section .description .desc ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
main.default section .description .desc ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}
main.default section .description .desc ul li:before {
  content: "•";
  color: #EE8012;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -2px;
}

@media screen and (max-width: 989px) {
  main section .naked-table {
    margin-top: 30px;
  }
  .mob_price-wrap,
  .mob_btn {
    display: block;
  }
  section.similar-offers .cards {
    margin: 30px 0;
  }
  main aside {
    display: none;
  }
  main section .form-wrap {
    margin-top: 60px;
  }
  table.naked-table td:first-child {
    padding-left: 0;
  }
  section.slider-project .main-slider {
    margin-top: 30px;
  }
  main aside .aside-wrap .form-wrap {
    display: none;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap {
    flex-direction: column;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slider-img {
    width: 100%;
    min-width: 100%;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slider-img img {
    height: 100%;
    object-fit: cover;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slide-info h3 {
    font-size: 20px;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slide-info span:not(.icon-ok) {
    font-size: 15px;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slide-info ul li {
    font-size: 15px;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap {
    gap: 15px;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slide-info span:not(.icon-ok) {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  section.available-for-purchase .double-slider {
    height: auto;
  }
  section .section-title h2 span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slide-info button {
    display: none;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slider-img .slider-img_wrap .slide {
    min-width: 100%;
  }
  section.available-for-purchase .double-slider {
    margin-top: 30px;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slider-img .slider-img_wrap .slide {
    height: 210px;
  }
  section.available-for-purchase .double-slider .double-slider_wrap .slide-wrap .slider-img .arrows {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  section.plan-and-map .plan-and-map_wrap {
    flex-direction: column;
  }
  section.plan-and-map .plan-and-map_wrap .plan {
    width: 100%;
    min-width: 100%;
  }
  section.plan-and-map .plan-and-map_wrap .map,
  section.plan-and-map .plan-and-map_wrap .plan {
    height: 450px;
  }
  .options-wrap .options-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 799px) {
  section .section-title .title-bottom {
    font-size: 15px;
  }
  main section table.naked-table td {
    font-size: 14px !important;
  }
  table.improved-table thead th {
    font-size: 10px;
  }
  table.improved-table tbody td {
    font-size: 11px;
  }
  table.improved-table tbody td:last-child,
  table.improved-table thead th:last-child {
    width: 70px;
  }
  body > section.installment-payments > div > table > tbody > tr:nth-child(1) > td:nth-child(3) {
    white-space: nowrap;
  }
  table.improved-table tbody td {
    padding: 5px;
  }
  table.improved-table tbody tr:first-child td {
    vertical-align: bottom;
  }
  table.improved-table thead th {
    padding-bottom: 15px;
  }
  main.default section .description h2 {
    font-size: 25px;
  }
  main.default section .description .desc h3 {
    font-size: 20px;
  }
  main.default section .description .desc p {
    font-size: 15px;
  }
  main.default section .description .desc ul li {
    font-size: 15px;
  }
  .options-wrap h3,
  main.default section .consultation-banner h3 {
    font-size: 20px;
  }
  .options-wrap .options-list {
    flex-direction: column;
    gap: 15px;
  }
  main.default section .consultation-banner img {
    display: none;
  }
  main.default section .consultation-banner {
    padding: 20px 0;
  }
  main.default section .consultation-banner {
    margin-top: 45px;
  }
  section.floor-plans .categories-wrap,
  section.apartment-layout .categories-wrap {
    margin-top: 30px;
  }
  section.installment-payments .options-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 699px) {
  section.similar-offers .cards {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  section.similar-offers .cards .card {
    scroll-snap-align: start;
  }
  section.similar-offers .cards::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  main section .buy {
    width: 100%;
  }
  section.installment-payments p {
    font-size: 14px;
  }
  section.installment-payments .options-wrap {
    font-size: 16px;
  }
}
