.main {
  padding-bottom: 60px;
  width: 100%;
}
.main .top {
  margin-bottom: 24px;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
.main .top .q-header__all-categories,
.main .top .q-header__search-mobile-btn {
  display: none;
}
.main__wrap {
  overflow: hidden;
}
.main__wrap_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.main__wrap_container .main__arrows {
  width: 1230px;
  left: -15px;
}
.main__wrap a {
  max-width: 386px;
  width: 100%;
}
.main__list {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.main__list a:hover img {
  transform: scale(1.05);
}
.main__item {
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  min-height: 510px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.main__item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, rgba(11, 18, 33, 0.3) 31.48%, rgba(11, 18, 33, 0) 100%);
}
.carousel__slide--visible .main__item {
  opacity: 0.1;
}
.carousel__slide--visible.carousel__slide--prev .main__item, .carousel__slide--visible.carousel__slide--active .main__item, .carousel__slide--visible.carousel__slide--next .main__item {
  opacity: 1;
}
.main__item-img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__item-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.main__item-img .q-img {
  height: 100%;
}
.main__item-title {
  padding-top: 5px;
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.main__item-info {
  margin-bottom: 18px;
  margin-top: auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.main .carousel {
  position: relative;
}
.main .carousel__pagination {
  display: none;
}
.main__arrows {
  position: absolute;
  z-index: 5;
  width: 1412px;
  top: calc(50% - 28px);
  left: calc((100vw - 1200px) / 2 - 106px);
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main__arrow {
  position: absolute;
  z-index: 5;
  top: calc(50% - 28px);
}
.main__arrow_left {
  left: 106px;
}
.main__arrow_right {
  right: 106px;
}
.main__arrow.q-btn {
  width: 56px;
  height: 56px;
  background-color: #ff521b;
  border: 1px solid #ff521b;
}
.main__arrow svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__arrow svg path {
  fill: #ffffff;
  transition: all 0.3s linear;
}
.main__arrow.q-btn:hover {
  background-color: #ffffff;
  border-color: rgba(11, 18, 33, 0.3);
}
.main__arrow.q-btn:hover svg path {
  fill: #0b1221;
}
.main__arrows .q-btn {
  width: 56px;
  height: 56px;
  background-color: #ff521b;
  border: 1px solid #ff521b;
  position: relative;
  z-index: 3;
}
.main__arrows svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__arrows svg path {
  fill: #ffffff;
  transition: all 0.3s linear;
}
.main__arrows .q-btn:hover {
  background-color: #ffffff;
  border-color: rgba(11, 18, 33, 0.3);
}
.main__arrows .q-btn:hover svg path {
  fill: #0b1221;
}
@media (max-width: 1450px) {
.main__arrows {
    width: 1400px;
    left: calc((100vw - 1200px) / 2 - 100px);
}
}
@media (max-width: 1300px) {
.main__arrows {
    display: none;
}
}
@media (max-width: 768px) {
.grey-background .q-page {
    background-color: #f2f2f2;
}
.grey-background .q-page .section {
    background-color: #ffffff;
}
.grey-background .q-page .main {
    margin-top: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #ffffff;
}
.grey-background .q-page .main .top {
    padding-top: 23px;
    justify-content: space-between;
}
.main {
    margin-bottom: -115px;
}
.main .top {
    margin-bottom: 15px;
}
.main__wrap {
    min-height: 50px;
    position: relative;
}
.main__wrap a {
    max-width: 100%;
}
.main__item {
    padding: 20px;
    padding-bottom: 89px;
}
.main__item-title {
    margin-top: auto;
    padding-top: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.main__item-info {
    margin-bottom: 22px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
}
.main .carousel__pagination {
    left: 20px;
    bottom: 60px;
    display: flex;
    transform: none;
}
.main .carousel__pagination-button {
    margin: 6px 2.5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    width: 27px;
    height: 4px;
}
.main .carousel__pagination-button.carousel__pagination-button--active {
    background: #fff;
}
.main .price {
    font-size: 18px;
    line-height: 20px;
}
}
@media (max-width: 500px) {
.main .top {
    gap: 10px;
}
.main .top .title-l {
    line-height: 1.2;
}
.main .top .q-header__all-categories,
  .main .top .q-header__search-mobile-btn {
    display: flex;
}
.main .top .q-header__all-categories {
    margin-left: auto;
}
.main .top .q-header__all-categories svg {
    display: none;
}
.main .top .q-header__all-categories .q-icon {
    display: none;
}
.main .top .q-header__all-categories {
    padding: 10px;
    height: 44px;
    border-radius: 10px;
}
.main .top .q-header__all-categories svg {
    width: 24px;
    height: 24px;
}
.main .top .q-header__search-mobile-btn .q-header__search-btn {
    width: 44px;
    height: 44px;
}
.main .top .q-header__search-mobile-btn .q-header__search-btn svg {
    width: 24px;
    height: 24px;
}
}.banner-box {
  height: 190px;
  width: 285px;
  padding-bottom: 0;
}
.banner-box .q-page-container-m {
  padding: 0;
}
.banner-box-wrap {
  display: flex;
  justify-content: space-between;
}
.banner-box .banner__slide-info {
  padding-top: 40px;
}
.banner-box .banner__slide-info-row {
  font-size: 12px;
  line-height: 1;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}
.banner-box .banner__link-btn {
  white-space: nowrap;
}
.banner-box .banner__link-btn .q-icon {
  font-size: 12px !important;
}
.banner-box .banner__info-btn {
  bottom: 13px;
  min-height: 0;
  height: 38px;
  top: auto;
}
.banner-box .banner__arrow {
  bottom: 16px;
  top: auto;
}
.banner-box .banner__wrap {
  height: 190px;
}
.banner-box .banner__wrap img {
  border-radius: 20px;
}.discounts[data-v-e4ef4c8d] {
  padding-bottom: 60px;
  width: 100%;
}
.discounts .title[data-v-e4ef4c8d] {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
.banner-box-wrap[data-v-e4ef4c8d] {
    flex-wrap: wrap;
}
}