

/* Start:/local/templates/prosto/public/css/styles_arenda.css?17606440688207*/
.avto-section__banner-title h1 {
  font-size: 72px;
  line-height: 84px;
  color: #353030;
  max-width: 660px;
  font-weight: bold;
  display: flex;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-align: center;
}

.avto-section__banner-title {
  padding: 20px 60px;
  position: relative;
}

.avto-section__banner-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 196, 196, 0.42);
  filter: blur(3px);
  border: 3px solid rgba(0, 0, 0, 0.7);
}

.avto-section__banner-title--white:before {
  background: rgba(247, 245, 245, 0.58);
  border: 3px solid rgba(251, 249, 249, 0.7);
}

.avto-section__banner {
  background-size: cover;
  padding: 70px 0;
  background-position: center;
}

.avto-section {
  margin-top: -39px;
}

.auto-list-wrap.auto-list-wrap--avto-section .justify-content-around {
  justify-content: center !important;
}

.auto-list-wrap.auto-list-wrap--avto-section .item-tale {
  margin-left: 60px;
}

.avto-section__banner-title {
  align-items: center;
  display: flex;
}

.avto-section__chars-item {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-between;
}

.avto-section__chars-content {
  margin-right: 33px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.avto-section__chars-title {
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.avto-section__chars-table {
  border-collapse: collapse;
  border: 1px solid black;
  border-color: black;
}

.avto-section__chars-table tr,
.avto-section__chars-table td {
  border: 1px solid black;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  display: revert;
  text-align: center;
}

.avto-section__chars-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.avto-section__chars-left {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 400px);
}

.avto-section__chars-content .js-to-order-btn.to-order {
  background: #fff;
  color: #9b3c51;
  padding: 12px 29px;
  display: inline-block;
  border: 2px solid #9b3c51;
  border-radius: 10px;
  width: 260px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  margin: 20px auto;
}

.js-to-order-btn.to-order:hover {
  color: #fff;
  background: #9b3c51;
  text-decoration: none;
}

.avto-section__chars-slider {
  position: relative;
}

.avto-section__chars-slider .slick-dots {
  bottom: 0;
}

.avto-section__chars-slider .slick-dots li button:before {
  font-size: 26px;
  line-height: 8px;
}

.avto-section__chars-slider .slick-dots li button:hover:before {
  color: #9b3c51;
}

.avto-section__chars-slider .slick-dots li.slick-active button:before {
  color: #9b3c51;
}

.avto-section__chars-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}

.avto-section__chars-slider .slick-dots li button:before {
  color: white;
}

.avto-section__chars-image {
  flex-basis: 340px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 485px;
}

.avto-section__chars-item img {
  max-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  max-height: 320px;
  margin: 0 auto;
}

.avto-section__chars-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.avto-section__chars-item:nth-child(2n) .avto-section__chars-content {
  margin-right: 0;
  margin-left: 33px;
}

.avto-section__chars-table td {
  padding: 15px 35px;
}

.avto-section__chars-table--bottom {
  width: 100%;
}

.avto-section__chars-table--bottom td {
  font-size: 24px;
}

.avto-section__text--min {
  font-weight: bold;
  text-align: right;
  margin: 10px 0 20px;
  color: black;
}

.avto-section__service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.avto-section__service-item {
  width: 100%;
}

.avto-section__service-item {
  max-width: 490px;
  margin-bottom: 30px;
}

.avto-section__service-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.auto-list-wrap .item-tale .actions .buttons {
  display: flex !important;
}

.avto-section__price-title {
  font-size: 24px;
  font-weight: bold;
}

table.avto-section__price-table {
  margin: 30px 0;
  border: 1px solid #9b3c51;
  width: 100%;
}

table.avto-section__price-table tr {
  border: 1px solid #9b3c51;
  display: revert;
}

table.avto-section__price-table td {
  border: 1px solid #9b3c51;
  display: revert;
}

.additional-options .title {
  font-size: 18px !important;
  margin: 20px 0 10px !important;
}

.auto-list-wrap .item-tale .actions .buttons a.to-order {
  position: relative;
  left: -19px;
  background: #fff;
  color: #9b3c51;
  padding: 12px 29px;
  display: inline-block;
  border: 2px solid #9b3c51;
  border-radius: 10px;
}

.auto-list-wrap .item-tale .link-detail {
  display: none;
}

.auto-list-wrap .item-tale .actions .buttons a {
  color: #3b3a60;
  padding: 12px 35px 12px 30px;
  display: inline-block;
  background: #f6f4f5;
  border: 2px solid #f6f4f5;
  border-radius: 10px;
}

.promo-code-wrapper {
  position: relative;
  margin-top: 22px;
}

.avto-section__price.detail-page .additional-options .item {
  display: flex !important;
}

.avto-section__price.detail-page .additional-options {
  display: block;
}

.detail-page .additional-options .item .price {
  margin-top: 0;
}

.detail-page .additional-options .item .name {
  margin-bottom: 0!important;
  display: block!important;
}

@media screen and (max-width: 1024px) {
  .avto-section__chars-table td {
    padding: 10px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .avto-section__chars-image {
    height: 240px;
  }
}

@media screen and (max-width: 768px) {
  .avto-section__chars-content {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  table.avto-section__price-table {
    display: block;
  }

  table.avto-section__price-table tbody {
    max-width: 100%;
    overflow-x: scroll;
    display: block;
  }

  .avto-section__chars-item {
    flex-direction: column;
  }

  .avto-section__chars-item:nth-child(2n) {
    flex-direction: column;
  }

  .avto-section__chars-item:nth-child(2n) .avto-section__chars-content {
    margin-right: 0;
    margin-left: 0;
  }

  
  .avto-section__chars-slider {
    max-width: 100%;
  }

  .avto-section__chars-left {
    max-width: inherit;
  }
}
@media screen and (max-width: 560px) {
  .avto-section__banner-title h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .avto-section__banner {
    padding: 40px 0;
  }  

  .auto-list-wrap.auto-list-wrap--avto-section .item-tale {
    margin-left: auto;
  }

  #advantages {
    padding-left: 15px!important;
  }

  .conditions-page #advantages .title,
  .park-page #advantages .title {
    font-size: 24px!important;
    line-height: 30px!important;
  }

  .avto-section__chars-table td {
    padding: 10px 20px;
    font-size: 14px;
  }

  .avto-section__text--min {
    font-size: 12px;
    line-height: 1;
  }

  table.avto-section__price-table td {
    padding: 10px 5px;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
  }

  table.avto-section__price-table {
    margin: 20px 0;
  }

  .avto-section__price-title {
    font-size: 20px;
  }

  .avto-section__price-title {
    font-size: 20px;
  }

  .avto-section__chars-title {
    font-size: 18px;
  }

  .avto-section__chars-item {
    margin-bottom: 30px;
  }

  .detail-page .additional-options .item .name {
    font-size: 12px!important;
    line-height: 1!important;
  }

  .detail-page .additional-options .item .price {
    font-size: 13px;
  }

  .avto-section__price.detail-page .additional-options .item {
    margin-right: 0px !important;
  }
}

/* End */


/* Start:/local/templates/prosto/components/bitrix/news.list/special-offers/style.css?16722567763545*/
.special-offers {
  margin-bottom: 80px;
}

.special-offers .slick-track {
  display: flex;
}

.special-offers .slick-slide {
  height: auto;
}

.special-offers .slick-slide>div {
  height: 100%;
}

.special-offers__title {
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
}

.special-offers-item {
  height: 100%;
  padding-right: 30px;
  display: flex!important;
  justify-content: space-between;
   position: relative;
}

.special-offers-item__info {
  flex: 1;
  padding-top: 35px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.special-offers-item__left {
  display: block;
  max-width: 65%;
  margin-right: 20px;
  position: relative;
}

.special-offers-item__left img {
  max-width: 100%;
}

.special-offers-item__name {
  font-weight: bold;
  color: #3E3F41;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.special-offers-item__name span {
  color: #ccc;
}

.special-offers-item__img {
  height: 270px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.special-offers-item__more {
  display: flex;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 73px);
  color: #3B3A60;
  padding: 12px 35px 12px 30px;
  display: inline-block;
  background: #f6f4f5;
  border-radius: 10px;
  font-weight: bold;
}

.special-offers-item__sale {
  position: absolute;
  padding: 3px 18px;
  background: #d50404;
  font-size: 18px;
  letter-spacing: 1.2px;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  left: 12px;
  top: 50px;
  transform: rotate(-15deg);
}

.special-offers-item__button a {
  padding: 12px 35px 12px 30px;
  display: inline-block;
  border-radius: 10px;
  color: #FFF;
  background: #9B3C51;
  border: 2px solid #9b3c51;
}


.special-offers-item__price {
  margin-top: auto;
  margin-bottom: 10px;
}

.special-offers-item__price .old {
  display: block;
  color: #3E3F41;
  opacity: 0.5;
  text-decoration: line-through;
}

@media screen and (max-width: 1300px) {
  .special-offers-item__img {
      margin: 0;
  }
}

@media screen and (max-width: 1240px) {
   .special-offers-item {
      flex-direction: column;
      align-items: center;
  }

  .special-offers-item__left {
      max-width: initial;
      margin: 0;
  }

  .special-offers-item__info {
      padding-top: 15px;
  }
}

@media screen and (max-width: 768px) {        

  .special-offers__title {
      font-size: 24px;
  }

  .special-offers-item {
      padding-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .special-offers {
      margin-bottom: 40px;
  }

  .special-offers-item__img {
     height: 250px
  }

  .special-offers-item__info {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  .special-offers-item__button {
    margin: 0 auto;
  }

  .special-offers__title {
    font-size: 24px !important;
  }

  .special-offers-item__date,
  .special-offers-item__price {
        width: 49%;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 0;
   }

   .special-offers .slick-dots li {
        width: 10px;
        height: 10px;
   }

   .special-offers .slick-dots li button {
        border: 1px solid #9b3c51;
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

    .special-offers .slick-dots li.slick-active button {
        background-color: #9b3c51;
    }
}

/* End */


/* Start:/local/templates/prosto/components/bitrix/news.list/auto_list_tale/style.css?1746025558823*/
.item-tale__photos .slick-dots {
    display: flex;
    gap: 6px;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.item-tale__photos .slick-dots li {
    position: relative;
    flex: 1;
    height: 100%;
    width: 20%;
    margin: 0;
}

.item-tale__photos .slick-dots li:before {
    display: none;
}

.item-tale__photos .slick-dots li:after {
    content: "";
    position: absolute;
    background: color(srgb 1 1 1 / 0.7);
    width: 80%;
    height: 5px;
    bottom: 10px;
    left: 4px;
}

.item-tale__photos .slick-dots li.slick-active:after {
    background: rgb(155 60 81 / 100%);
}

.item-tale__photos .slick-dots li button {
    height: 100%;
    width: 100%;
}

.item-tale__photos .slick-dots li button:before {
    display: none;
}

.item-tale__photos.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* End */


/* Start:/local/templates/prosto/components/bitrix/news.list/faq_list_for_section/style.css?16609985871442*/
.faq-item.faq-item--close .faq-item-answer {
    max-height: 1000px;
    transition: all 0.2s;
}

.faq-item.faq-item--close.js-hide .faq-item-answer {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.faq-list .faq-item {
    margin-bottom: 40px;
}

.faq-list .faq-item.js-hide {
    margin-bottom: 15px;
}

.faq-item.faq-item--close .faq-item-question {
    padding-right: 100px;
    position: relative;
    cursor: pointer;
}

.faq-item.faq-item--close .faq-item-question:before {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #9b3c51;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: transform 0.2s;
    top: 20px;
}

.faq-item.faq-item--close.js-hide .faq-item-question:before {
    transform: rotate(225deg);
    top: 12px;
}

@media screen and (max-width: 768px) {
    .faq-item.faq-item--close .faq-item-question:before {
        right: 20px;
        width: 15px;
        height: 15px;
        top: 25px;
    }

    .faq-item.faq-item--close.js-hide .faq-item-question:before {
        transform: rotate(225deg);
        top: 18px;
    }

    .faq-item.faq-item--close .faq-item-question {
        padding-right: 50px;
    }

    .faq-list .faq-item.js-hide {
        margin-bottom: 20px;
    }
}
/* End */
/* /local/templates/prosto/public/css/styles_arenda.css?17606440688207 */
/* /local/templates/prosto/components/bitrix/news.list/special-offers/style.css?16722567763545 */
/* /local/templates/prosto/components/bitrix/news.list/auto_list_tale/style.css?1746025558823 */
/* /local/templates/prosto/components/bitrix/news.list/faq_list_for_section/style.css?16609985871442 */
