
.section.reviews[data-v-5c158f40] {
  padding-bottom: 0;
}
.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;
}
}