﻿.submenu {
  font-size: 15px;
  line-height: 110%;
}
.dealer-row {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.dealer-item {
  flex: 0 0 100%;
  margin-bottom: 64px;
  padding: 0.3em;
}
.dealer-list {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 250ms ease;
  will-change: transform;
  display: block;
}
.dealer-list__img {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  position: relative;
}
.dealer-list__img img {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.dealer-list__img:after {
  content: '';
  width: 100%;
  padding-top: 60.194%;
}
.dealer-list__cont {
  padding: 30px;
  border: 1px solid #f2f5f8;
  border-top: 0;
  display: flex;
  flex-direction: column;
  min-height: 480px;
}
@media screen and (max-width: 1024px) {
  .dealer-list__cont {
    min-height: auto;
  }
}
.dealer-list__title {
  min-height: 98px;
  color: #3a3f45;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.dealer-but {
  margin-top: auto;
}

.arenda-title {
  color: #3a3f45;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.arenda-desc {
}
.arenda-price {
  padding: 20px 0 10px 0;
  font-weight: 600;
}
.arenda-price-title {
  font-weight: 600;
  padding: 30px 0 15px 0;
  font-size: 20px;
}
.arenda-price-row {
  display: flex;
  flex-wrap: wrap;
}
.arenda-price-block {
  display: flex;
  flex-direction: column;
  background-color: #f4f7fc;
  margin: 0 15px 15px 0;
  padding: 15px;
  flex-grow: 1;
  max-width: 100%;
}
.arenda-price-block-name {
  font-size: 14px;
  padding: 0 0 10px;
}
.arenda-price-block-rub {
  font-size: 14px;
  font-weight: 600;
}

.salon__worktime {
  min-height: 50px;
  padding-bottom: 10px;
}
.camera-row {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.camera-item {
  flex: 0 0 100%;
  margin-bottom: 32px;
  padding: 0.3em;
}
.camera-list {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 250ms ease;
  will-change: transform;
  display: block;
}
.camera-list__img {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  position: relative;
}
.camera-list__img img {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.camera-list__img:after {
  content: '';
  width: 100%;
  padding-top: 60.194%;
}
.camera-list__cont {
  padding: 30px;
  border: 1px solid #f2f5f8;
  display: flex;
  flex-direction: column;
}
.camera-list__title {
  min-height: 98px;
  color: #3a3f45;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.camera-official {
  color: #3a3f45;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  padding: 0 0 16px 0;
  display: block;
}
.cameraLink {
  margin: 0 5px 10px 0;
}

.news-page-date {
  color: #858a93;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
.news-page-bigtext {
  /* margin: 62px 0; */
  font-size: 16px;
}
.news-page-bigtext p {
  margin: 0 0 11px 0;
}
.news-page-bigtext b,
.news-page-bigtext strong {
  font-weight: 600;
}
.news-page-slider {
  position: relative;
}
.news-page-oneimg img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.swiper-slide-active {
  position: relative;
  z-index: 1;
}
.news-page-slider .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.avn-slider,
.probeg-slider {
  position: relative;
  overflow: hidden;
  display: none;
}
.probeg-slider .swiper-slide img,
.avn-slider .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: 555px;
}
.avn-slider-mobile,
.probeg-slider-mobile {
  position: relative;
  overflow: hidden;
}
.avn-slider-mobile .swiper-slide img,
.probeg-slider-mobile .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: 555px;
}

.sliderarenda {
  position: relative;
  overflow: hidden;
}
.sliderarenda .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: 555px;
}
.bg-linear {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 150px;
  background: url('/aa/img/bg-linear.png') 0 100%;
  background-repeat: repeat-x !important;
  z-index: 9;
}

.actions-row {
}
.actions-block {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.back__btn {
  position: relative;
  color: #5b7398;
  padding: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  transition: all 200ms ease;
  width: 300px;
  margin-top: 30px;
}
.back__btn:before {
  content: '';
  display: inline-block;
  background-image: url('/aa/img/auto-btn-arrow.svg');
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 12px;
  margin: 0 14px -1px 0;
  transition: all 200ms ease;
  opacity: 1;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.back__btn:hover {
  background-color: #d7e8ff;
}
.back__btn:hover:before {
  opacity: 0;
  margin-right: -34px;
}

#pricedsc {
  font-size: 80%;
  padding: 0 0 27px 0;
}

.aa-resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 156.25%;
}
.aa-resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dee2ea;
}

.modal-scroll {
  -webkit-overflow-scrolling: auto;
}

@media (min-width: 480px) {
  .aa-resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 96.25%;
  }
}

@media (min-width: 768px) {
  .dealer-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .dealer-item {
    flex: 0 0 50%;
    margin-bottom: 64px;
    padding: 0.3em;
  }
  .arenda-title {
    font-size: 16px;
    line-height: 21px;
  }
  .arenda-price-block {
    max-width: 33%;
  }
}
@media (min-width: 1000px) {
  .avn-slider-mobile,
  .probeg-slider-mobile {
    display: none;
  }
  .avn-slider,
  .probeg-slider {
    display: block;
  }
}

@media (min-width: 1024px) {
  .dealer-item {
    flex: 0 0 25%;
    margin-bottom: 64px;
    padding: 0.3em;
  }
  .arenda-title {
    font-size: 18px;
    line-height: 22px;
  }
  .news-page-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
  .aa-resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 66.25%;
  }
}

@media (min-width: 1920px) {
  .aa-resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
}

.goods-sticky {
  position: sticky;
  top: 0;
}

body {
  overflow-x: hidden;
}

/* лоадер на кнопку */

.loader-dots {
  display: block;
  margin: 0 auto;
  width: 13.4px;
  height: 13.4px;
  background: #ffffff;
  color: #ffffff;
  border-radius: 50%;
  box-shadow:
    22.4px 0,
    -22.4px 0;
  animation: dots-u8fzftmd 1s infinite linear alternate;
}

@keyframes dots-u8fzftmd {
  0% {
    box-shadow:
      22.4px 0,
      -22.4px 0;
  }

  33% {
    box-shadow:
      22.4px 0,
      -22.4px 0 rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.13);
  }

  66% {
    box-shadow:
      22.4px 0 rgba(255, 255, 255, 0.13),
      -22.4px 0;
    background: rgba(255, 255, 255, 0.13);
  }
}

.error404 {
  display: flex;
  flex-wrap: wrap;
}

.error404 h1 {
  margin-bottom: 40px;
}

.omgimg img {
  position: inherit;
  max-width: 100%;
  width: 100%;
  height: auto;
  transform: none;
  margin: 0;
}
