.dialog_video {
  /* min-width: 95vw; */
}
.dialog_video__loading {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 30px;
  position: absolute;
  z-index: -1;
}
.dialog_video .dialog__wrapper {
  background: transparent;
}
.dialog_video .q-card {
  background: transparent;
}
.dialog_video .dialog__content-inner {
  min-height: 85vh;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog_video .dialog__header,
.dialog_video .dialog__footer {
  display: none;
}
.dialog_video__mov {
  max-height: 95vh;
  margin: 0 auto;
  height: 100%;
}
.dialog_video video {
  border-radius: 30px;
}
@media (max-width: 940px) {
.dialog_video .dialog__close-btn-mobile {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    background: #f2f2f2;
    z-index: 10000;
    opacity: 1;
}
}
@media (max-width: 680px) {
.dialog_video .dialog {
    justify-content: start;
    align-items: start;
}
.dialog_video .dialog__wrapper {
    min-height: 90vh;
    min-width: 95vw;
    max-width: 95%;
    border-radius: 20px;
}
.dialog_video .dialog_fixed .dialog__content {
    min-height: 90vh;
}
.dialog_video .dialog__container {
    justify-content: start;
    align-items: start;
    position: relative;
    bottom: unset;
}
}
@media (max-width: 680px) and (max-height: 720px) {
.location__dialog .dialog_fixed .dialog__content {
    max-height: 90vh;
}
}.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: 370px;
  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: 1700px) {
.main__item {
    min-height: 350px;
}
}
@media (max-width: 1500px) {
.main__item {
    min-height: 290px;
}
}
@media (max-width: 1450px) {
.main__arrows {
    width: 1400px;
    left: calc((100vw - 1200px) / 2 - 100px);
}
.main__item {
    min-height: 340px;
}
}
@media (max-width: 1300px) {
.main__arrows {
    display: none;
}
.carousel__slide--visible .main__item {
    opacity: 1;
}
.main .carousel__pagination {
    margin-top: 10px !important;
    position: static;
    display: flex;
    justify-content: start;
    transform: none;
}
.main .carousel__pagination-button {
    margin: 6px 2.5px;
    border-radius: 20px;
    background: #0b1221;
    width: 27px;
    height: 4px;
}
.main .carousel__pagination-button.carousel__pagination-button--active {
    background: #ff521b;
}
.main__item-info {
    margin-bottom: 0px;
}
.main__item {
    min-height: 380px;
}
}
@media (max-width: 1180px) {
.main__item {
    min-height: 365px;
}
}
@media (max-width: 1080px) {
.main__item {
    min-height: 340px;
}
}
@media (max-width: 950px) {
.main__item {
    min-height: 305px;
}
}
@media (max-width: 850px) {
.main__item {
    min-height: 270px;
}
}
@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 {
    padding-bottom: 23px;
}
.main .top {
    margin-bottom: 15px;
}
.main__wrap {
    min-height: 50px;
    position: relative;
}
.main__wrap a {
    max-width: 100%;
}
.main__item {
    padding: 20px;
    min-height: 370px;
}
.main__item-title {
    margin-top: auto;
    padding-top: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.main__item-info {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
}
.main .price {
    font-size: 18px;
    line-height: 20px;
}
}
@media (max-width: 680px) {
.main__item {
    min-height: 330px;
}
}
@media (max-width: 600px) {
.main__item {
    min-height: 290px;
}
}
@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;
}
.main__item {
    min-height: 245px;
}
}
@media (max-width: 480px) {
.main__item {
    min-height: 480px;
}
}
@media (max-width: 420px) {
.main__item {
    min-height: 420px;
}
}
@media (max-width: 390px) {
.main__item {
    min-height: 390px;
}
}
@media (max-width: 375px) {
.main__item {
    min-height: 375px;
}
}
@media (max-width: 345px) {
.main__item {
    min-height: 345px;
}
}
@media (max-width: 320px) {
.main__item {
    min-height: 320px;
}
}
.news-slider {
  padding-bottom: 100px;
}
.news-slider .title-l {
  margin-bottom: 20px;
}
.news-slider__btn {
  width: 56px;
  height: 56px;
  background-color: #ff521b;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  transition: all 0.3s linear;
}
.news-slider__btn svg path {
  transition: all 0.3s linear;
}
.news-slider__btn:hover {
  background-color: #ffffff;
}
.news-slider__btn:hover svg path {
  fill: #ff521b;
}
.news-slider .main__item-info {
  position: relative;
  z-index: 0;
}
.news-slider .main__item-title {
  text-align: center;
}
.news-slider .main__item-description {
  margin-bottom: 20px;
  line-height: 1.3;
}
.news-slider .main__item-date {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  z-index: 1;
}
.news-slider .main__item {
  padding: 20px;
  min-height: 486px;
  width: 283px;
}
.news-slider .carousel__slide--next + .carousel__slide .main__item {
  opacity: 1;
}
@media (max-width: 1200px) {
.news-slider .main__wrap {
    padding: 0 0 0 20px;
}
}
@media (max-width: 768px) {
.news-slider.main {
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.news-slider .main__arrow {
    display: none;
}
.news-slider .main__item {
    min-height: 360px;
    width: 200px;
}
.grey-background .q-page .news-slider.main {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
}