

/* 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/itlogunov/news.detail/catalog/style.css?16839554266601*/
.slider-top-wrap{
  overflow: hidden;
  position: relative;
  height: 690px;
}
@media screen and (min-width: 1001px){
  .slider-top-wrap{
    margin-top: -40px;
  }
}
.slider-top-wrap:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -30px;
  height: 30px;
  z-index: 2;
  box-shadow: 0 0 20px -5px #525F82;
}
.slider-top{
  height: 100%;
  width: 1050px !important;
  margin: 0 auto;
  display: block !important;
}
.slider-top-wrap.wide .slider-top{
  width: 100% !important;
}
@media screen and (min-width: 1001px)  and (max-width: 1360px) {
  .slider-top-wrap:not(.wide){
    height: 600px;
  }
  .slider-top{
    width: 900px !important;
  }
}
@media screen and (min-width: 1201px)  and (max-width: 1360px) {
  .slider-top-wrap.wide{
    height: 500px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .slider-top-wrap.wide{
    height: 430px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .slider-top-wrap:not(.wide){
    height: 400px;
  }
  .slider-top-wrap.wide{
    height: 330px;
  }
  .slider-top{
    width: 600px !important;
  }
  .slider-top .slider-detail-button.order-btn.desktop.js-popup-order-form{
    bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .slider-top .slider-detail-button.order-btn.desktop.js-popup-order-form{
    bottom: 60px;
  }
}
@media screen and (min-width: 561px) and (max-width: 768px) {
  .slider-top-wrap:not(.wide){
    height: 300px;
  }
  .slider-top-wrap.wide{
    height: 250px;
  }
  .slider-top{
    width: 400px !important;
  }
}
@media screen and (max-width: 560px) {
  .slider-top-wrap:not(.wide){
    height: 300px;
  }
  .slider-top-wrap.wide{
    height: 170px;
  }
  .slider-top{
    width: 100% !important;
  }
}
@media screen and (max-width: 375px) {
  .slider-top-wrap:not(.wide){
    height: 270px;
  }
  .slider-top-wrap.wide{
    height: 150px;
  }
}
@media screen and (max-width: 320px) {
  .slider-top-wrap{
    height: 230px;
  }
  .slider-top-wrap.wide{
    height: 140px;
  }
}
.slider-top .owl-stage-outer{
  width: 100%;
  overflow: visible !important;
}
.slider-top .owl-stage-outer,
.slider-top .owl-stage,
.slider-top .slide,
.slider-top .owl-item {
  height: 100%;
}
.slider-top .animated {
  -webkit-animation-duration: 50ms;
  animation-duration: 50ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-top .slide{
  position: relative;
  opacity: 0.9;
  width: 100%;
}
@media screen and (min-width: 1001px){
  .slider-top .slide:not(.wide){
    width: 1050px !important;
  }
}
@media screen and (min-width: 1001px)  and (max-width: 1360px) {
  .slider-top .slide:not(.wide){
    width: 900px !important;
  }
}
@media screen and (min-width: 561px) and (max-width: 1000px) {
  .slider-top .slide:not(.wide){
    width: 600px !important;
  }
}
@media screen and (min-width: 561px) and (max-width: 768px) {
  .slider-top .slide:not(.wide){
    width: 400px !important;
  }
}
.slider-top.loaded .slide{
  transition: 1.2s;
}
.slider-top .slide.active{
  opacity: 1;
}
.slider-top .slide:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: background 0.6s;
}
.slider-top .slide:not(.active):after{
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.owl-carousel .owl-item img{
  height: 100%;
  object-fit: cover;
}
.owl-nav{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  height: 0;
}
.owl-nav button {
  width: 60px;
  height: 60px;
  position: absolute;
  border: 0 !important;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7) !important;
  overflow: hidden;
  outline: none;
}
.owl-nav button.owl-prev{
  left: 20px;
}
.owl-nav button.owl-next{
  right: 20px;
}
@media screen and (max-width: 560px) {
  .owl-nav button {
    width: 50px;
    height: 50px;
  }
  .owl-nav button.owl-prev{
    left: 12px;
  }
  .owl-nav button.owl-next{
    right: 12px;
  }
}
.owl-prev span{
  background: url("/local/templates/prosto/components/itlogunov/news.detail/catalog/../../../../img/slider-left.svg") no-repeat;
  background-position: 35% 50%;
}
.owl-next span{
  background: url("/local/templates/prosto/components/itlogunov/news.detail/catalog/../../../../img/slider-right.svg") no-repeat;
  background-position: 65% 50%;
}
.owl-nav button span{
  font-size: 0;
  background-size: 80%;
  display: block;
}
.detail-page .slider-top .order-btn {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
}


.price-tariff {
    margin-top: 50px;
}
.tariff-line{
  margin-bottom: 10px;
}
.tariff-line span{
  font-weight: 600;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin-right: 5px;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #9B3C51;
  background-color: #9B3C51;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  display: none;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #9b3c51b5;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem #9b3c5152;
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #9b3c51b5;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.detail-top{
  margin-bottom: 50px;
}
/* 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/public/css/owl.carousel.min.css?15242305303351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/prosto/public/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */
/* /local/templates/prosto/public/css/styles_arenda.css?17606440688207 */
/* /local/templates/prosto/components/itlogunov/news.detail/catalog/style.css?16839554266601 */
/* /local/templates/prosto/components/bitrix/news.list/auto_list_tale/style.css?1746025558823 */
/* /local/templates/prosto/public/css/owl.carousel.min.css?15242305303351 */
