.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: #02888d;
  border: 1px solid #02888d;
}
.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: #02888d;
  border: 1px solid #02888d;
  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: #02888d;
}
.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: #02888d;
  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: #02888d;
}
.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;
}
.news-main {
  margin-bottom: 20px;
  height: 370px;
  border-radius: 20px;
  background: #f2f2f2;
  box-shadow: 0px 12.522px 6.636px 0px rgba(0, 0, 0, 0.01);
  overflow: hidden;
}
.news-main__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.news-main__img {
  max-width: 590px;
  width: 100%;
}
.news-main__img .q-img {
  width: 100%;
  height: 370px;
}
.news-main__right {
  width: 100%;
}
.news-main__date {
  margin-bottom: 10px;
  color: #7f8190;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.news-main__name {
  margin-bottom: 10px;
  color: #2e2e3d;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}
.news-main__description {
  margin-bottom: 30px;
  color: #7f8190;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.news-list {
  width: 100%;
}
.news-list .title-l {
  margin-bottom: 20px;
}
.news-list .q-list {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.news-list .q-item {
  border-radius: 20px;
  background: #f2f2f2;
  height: 168px;
  overflow: hidden;
}
.news-list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.news-list__img {
  max-width: 240px;
  width: 100%;
  height: 100%;
}
.news-list__img .q-img {
  width: 100%;
  height: 100%;
}
.news-list__right {
  width: 100%;
}
.news-list__date {
  color: #7f8190;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.news-list__name {
  overflow: hidden;
  color: #2e2e3d;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.news-page .q-page-container-m {
  max-width: 995px;
}
.news-page .q-breadcrumbs__full {
  margin-bottom: 40px;
  color: #868685;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.news-page .q-breadcrumbs__full .q-breadcrumbs--last {
  text-decoration: none;
}
.news-page .q-breadcrumbs__full .q-breadcrumbs--last .q-breadcrumbs__el {
  cursor: text;
}
.news-page .q-breadcrumbs__full .q-breadcrumbs__el {
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.news-page .q-breadcrumbs__full > div {
  gap: 4px;
}
.news-page .reviews .field .q-textarea {
  border: 1px solid #ddd;
  min-height: 240px;
}
.news-page .reviews .title-l {
  margin-bottom: 20px;
}
.news-page .reviews__comment-form + .title-l {
  margin-top: 105px;
}
.news__top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.news__copy-link {
  cursor: pointer;
  color: #858790;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news__copy-link-mobile {
  display: none;
}
.news__img {
  margin-bottom: 20px;
  width: 100%;
  height: 500px;
}
.news__img .q-img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.news__date {
  margin-bottom: 20px;
  color: #7f8190;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.news .title-l {
  margin-bottom: 20px;
  line-height: 48px;
}
.news__subtitle {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.news__text {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.news__text p {
  margin-bottom: 10px;
}
.news__text h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.news__text h3 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
}
.news__text ul {
  margin-bottom: 40px;
  margin-left: 15px;
  list-style-type: none;
}
.news__text li {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news__text li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #0b1221;
  border-radius: 50%;
}
.news__text iframe {
  max-width: 100%;
  aspect-ratio: 1000/563;
  height: unset;
}
@media (max-width: 970px) {
.news-list .q-list {
    grid-template-columns: repeat(1, 1fr);
}
.news-main__right .btn-primary {
    display: none;
}
.news-main {
    height: 168px;
}
.news-main__description {
    display: none;
}
.news-main__img {
    max-width: 240px;
    height: 100%;
}
.news-main__img .q-img {
    height: 168px;
}
.news-main__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.news-list__name {
    font-weight: 600;
}
}
@media (max-width: 940px) {
.news .q-breadcrumbs {
    display: flex;
}
}
@media (max-width: 768px) {
.news-slider {
    padding-top: 40px;
}
.news-slider .main__item-info {
    margin-top: auto;
}
.news-page {
    padding-top: 20px;
}
.news__copy-link {
    display: none;
}
.news__copy-link-mobile {
    display: flex;
}
}
@media (max-width: 550px) {
.news-slider .main__item {
    max-width: 100%;
}
.news-main__wrap {
    flex-direction: column;
    gap: 0;
}
.news-main {
    height: unset;
}
.news-main__right {
    padding: 20px;
}
.news-main__img {
    max-width: 100%;
}
.news-list .q-item {
    height: unset;
}
.news-list a {
    flex-direction: column;
    gap: 0;
}
.news-list__img {
    max-width: 100%;
    height: 168px;
}
.news-list__right {
    padding: 20px;
}
.news__img {
    height: 260px;
}
.news .title-l {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
}
.news__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.news__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
.news__text p {
    margin-bottom: 10px;
}
.news__text h2 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.news__text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.news__text ul {
    margin-bottom: 20px;
    margin-left: 15px;
}
}