@charset "UTF-8";
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor
}
.mt25 {
  margin-top: 25px!important
}
.mt20 {
  margin-top: 20px!important
}
.mt0 {
  margin-top: 0!important
}
.mb0 {
  margin-bottom: 0!important
}
.mb24 {
  margin-bottom: 24px!important
}
.mt25 {
  margin-top: 25px!important
}
.mb56 {
  margin-bottom: 56px!important
}
.mt-48{
  margin-top: 48px;
}
@media (max-width:640px) {
  .mb56 {
    margin-bottom: 32px!important
  }
}
.mb80 {
  margin-bottom: 80px!important
}
.mt150 {
  margin-top: 150px!important
}
.d-none {
  display: none!important
}
.tabs-content--hidden {
  display: none
}
.d-none--tablet {
  display: none!important
}
@media (min-width:769px) {
  .d-none--tablet {
    display: block!important
  }
}
.d-block--tablet {
  display: block!important
}
@media (min-width:769px) {
  .d-block--tablet {
    display: none!important
  }
}
.content {
  max-width: 1760px;
  margin: 0 16px 64px 16px;
  padding: 0;
  font-family: Montserrat,sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: left
}
.section.section--calendar{
  margin-top: 64px;
}
@media (min-width:641px) {
  .content {
    margin-left: 40px;
    margin-right: 40px
  }
  .section.section--calendar{
    margin-top: 40px;
  }
}
@media (min-width:1201px) {
  .content {
    margin: 20px 80px 150px 80px
  }
}
@media (min-width:1441px) {
  .content {
    margin-left: 80px;
    margin-right: 80px
  }
  .section.section--calendar{
    margin-top: 80px;
  }
}
@media (min-width:1920px) {
  .content {
    margin-left: auto;
    margin-right: auto
  }
}
.content--no-margin {
  margin-top: 0;
  margin-bottom: 0
}
.radio {
  position: relative
}
.radio label {
  display: block;
  width: 100%;
  padding-left: 32px;
  line-height: 24px
}
.radio label:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  border: 2px solid #9aa0b1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px
}
.radio label a {
  color: inherit
}
.radio label a:hover {
  text-decoration: none
}
.radio input {
  display: none
}
.radio input:checked + label:before {
  border-color: #0c359c;
  background: #0c359c
}
.radio input:checked + label:after {
  content: '';
  display: block;
  height: 7.5px;
  width: 7.5px;
  border-radius: 1px;
  position: absolute;
  left: 6.5px;
  top: 8.5px;
  background-color: #f5f6f9;
  z-index: 1;
  border-radius: 50%
}
.radio a {
  color: #151515
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0
}
.section {
  text-align: left
}
@media (max-width:1920px) {
  .section--slider {
    overflow: hidden
  }
}
.section--stuck {
  box-shadow: 0 4px 40px 0 rgba(20,26,178,.1)
}
.section--fast-links {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 32px 0
}
@media (min-width:769px) {
  .section--fast-links {
    padding: 16px 0;
    margin: 48px 0
  }
}
.section.section--promo .swiper-slide {
  max-width: 100%;
  width: 100%!important
}
.section__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px
}
@media (min-width:769px) {
  .section__title {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 32px
  }
}
.section .js-slider {
  position: relative
}
.section .swiper-container--nocrop {
  overflow: visible
}
@media (min-width:769px) {
  .section .swiper-container--nocrop {
    overflow: hidden;
    padding-bottom: 2px
  }
}
.section .swiper-container--auto .swiper-slide {
  width: auto
}
.section .content {
  margin-top: 0
}
.button-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-size: 13px;
  line-height: 26px
}
.button-wrap--mobile-off {
  display: -ms-flexbox;
  display: flex
}
@media (max-width:641px) {
  .button-wrap--mobile-off {
    display: none
  }
}
.button-wrap a {
  color: #0c359c;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
  column-gap: 10px
}
.button-wrap a .icon {
  font-size: 12px
}
.button-wrap .swiper-wrapper {
  -ms-flex-align: stretch;
  align-items: stretch
}
.button-wrap .swiper-button-next,
.button-wrap .swiper-button-prev {
  position: static;
  color: #9aa0b1;
  font-size: 40px;
  margin: 0;
  height: 40px;
  width: 40px;
  display: block
}
@media (max-width:769px) {
  .button-wrap .swiper-button-next,
  .button-wrap .swiper-button-prev {
    display: none;
    font-size: 48px
  }
}
@media (min-width:1441px) {
  .button-wrap .swiper-button-next,
  .button-wrap .swiper-button-prev {
    font-size: 48px;
    height: 48px;
    width: 48px
  }
}
.button-wrap .swiper-button-next:hover,
.button-wrap .swiper-button-prev:hover {
  color: #0c359c
}
.site-btn {
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  height: 55px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  background: #0c359c;
  color: #fff;
  border-radius: 8px
}
@media (min-width:641px) {
  .site-btn {
    width: 343px
  }
}
.site-btn:hover {
  color: #fff
}
.site-btn.site-btn--outline {
  background: 0 0;
  color: #0c359c;
  border: 2px solid #0c359c
}
.img {
  position: relative;
  height: 100%;
  border-radius: 8px
}
.img:hover .img__photo img {
  transform: scale(1.1)
}
.img__photo {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f5f6f9
}
.img__caption {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-decoration: none
}
.img a.img__caption {
  color: #151515
}
.subscr_form {
  padding: 16px 24px;
  background: #f5f6f9;
  border-radius: 8px;
  box-shadow: none
}
@media (min-width:641px) {
  .subscr_form {
    padding: 24px
  }
}
@media (min-width:1441px) {
  .subscr_form {
    padding: 40px
  }
}
.subscr_form h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: 600
}
.subscr_form__input form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 20px;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:641px) {
  .subscr_form__input form {
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.subscr_form__input .textinput {
  height: 48px;
  border-radius: 8px;
  background: #fff;
  padding: 0 16px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border: none
}
.subscr_form__input .btn {
  width: auto;
  height: 48px;
  border-radius: 8px;
  font-size: 12px;
  padding: 0 24px;
  position: static;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: none;
  margin: 0
}
.subscr_form__input .btn:hover {
  background: #0c359c
}
.subscr_form__input .btn [disabled],
.subscr_form__input .btn:disabled {
  background: #0c359c;
  color: #fff;
  cursor: not-allowed
}
.subscr_form__input a {
  color: #0c359c;
  text-decoration: none
}
.subscr_form__input a:hover {
  text-decoration: underline
}
.subscr_form p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  width: 100%
}
.js-slider {
  scroll-margin-top: 82px
}
@media (min-width:641px) {
  .js-slider {
    scroll-margin-top: 96px
  }
}
.h1 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 40px 0
}
.h1--vine {
  color: #ab1e48;
  margin-bottom: 24px
}
@media (max-width:640px) {
  .h1--vine {
    font-size: 28px;
    line-height: 34px
  }
}
@media (min-width:1441px) {
  .h1--vine {
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 32px
  }
}
.h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 29px 0
}
.h2 + .panel--rating{
  margin-top: 24px;
}
.rating-view {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.rating-view__item {
  background: 0 0;
  padding: 0;
  border: none;
  font-size: 32px;
  color: #9aa0b1;
  height: 32px;
  width: 32px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.rating-view__item:not(.rating-view__item--active):hover {
  color: #de3f3b
}
.rating-view__item--active {
  color: #0c359c
}
.panel, .panel__row {
  display: -ms-flexbox;
  display: flex
}
.rating__info {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  -ms-flex-align: start;
  align-items: start;
  grid-template-columns: 360px 1fr
}
.rating__info + .rating__info {
  margin-top: 40px
}
.rating__info .js-slider {
  width: calc(100vw - 610px)
}
.rating__info .swiper-container {
  padding-bottom: 2px
}
.rating__col--main {
  border-radius: 12px;
  overflow: hidden;
  background: #f5f6f9
}
@media (min-width:641px) {
  .rating__col--main {
    position: sticky;
    top: 96px
  }
}
@media (min-width:1601px) {
  .rating__col--main {
    top: 120px
  }
}
.rating__col--second {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px
}
.rating__col .card {
  border-radius: 0
}
.btn {
  height: 51px
}
@media (min-width:641px) {
  .btn {
    height: 65px
  }
}
.btn.btn--ratesearch {
  background: 0 0;
  color: #151515;
  font-size: 18px;
  width: 72px
}
.btn.btn--ratesearch:hover {
  color: #0c359c
}
.btn.btn--filter {
  background: 0 0;
  width: 100%;
  height: 63px
}
.btn.btn--filter:hover {
  background-color: #0c359c
}
.btn.btn--outline-vine {
  border: 1px solid #ab1e48;
  color: #ab1e48;
  background: 0 0
}
.btn.btn--outline-vine-active,
.btn.btn--outline-vine:hover {
  background: #ab1e48;
  color: #fff
}
.btn-favorite {
  padding: 12px;
  background: #fff;
  color: #0c359c;
  border: none;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 80px;
  font-weight: 700;
  font-size: 12px;
  transition: all .3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  cursor: pointer
}
@media (min-width:1201px) {
  .btn-favorite {
    padding: 12px 24px
  }
}
.btn-favorite--active,
.btn-favorite:hover {
  background: #0c359c;
  color: #fff
}
.btn-favorite .icon {
  font-size: 20px
}
@media (max-width:1200px) {
  .btn-favorite span {
    display: none
  }
}
.news_list--gap56 {
  row-gap: 56px
}
@media (max-width:640px) {
  .news_list--gap56 {
    row-gap: 16px
  }
}
.news_list--events .article-card:hover .article-card__top {
  display: none
}
.news_list--events .article-card:hover .article-card__info {
  height: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}
.news_list--events .article-card:hover .article-card__title,
.news_list--events .article-card:hover .article-card__detail,
.news_list--events .article-card:hover .article-card__preview--only {
  display: block;
  overflow: visible
}
.news_list--events .article-card:hover .article-card__preview:not(.article-card__preview--only){
  display: none;
}
.news_list--events .article-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}
.news_list--events .article-card__preview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}
.article-card__detail{
  display: none;
}
.slider--calendar {
  position: relative
}
@media (min-width:1440px) {
  .slider--calendar .swiper-container {
    padding: 32px;
    margin: -32px
  }
}
.slider--calendar .button-wrap {
  top: -78px
}
.slider--calendar .article-card {
  border: none;
  outline: 1px solid #cfd7e5;
  outline-offset: -2px
}
.slider--calendar .article-card:hover {
  border-color: #cfd7e5;
  border-color: transparent;
  box-shadow: 0 4px 40px 0 rgba(20,26,178,.1);
  outline: none;
}
@media (min-width:1440px) {
  .slider--calendar .article-card:hover {
    border-color: transparent;
    box-shadow: 0 4px 40px 0 rgba(20,26,178,.1)
  }
}
.slider--calendar .article-card:hover .article-card__info {
  height: 100% !important;
}
.slider--calendar .article-card:hover .article-card__img {
  display: none
}
.slider--calendar .article-card__info {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start
}
.slider--calendar .article-card__preview{
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  cursor: pointer;
  transition: all .3s
}
.slider--calendar .article-card:hover .article-card__title,
.slider--calendar .article-card:hover .article-card__preview {
  display: block;
  overflow: visible
}
.big-text {
  line-height: 150%;
  max-width: 700px
}
@media (min-width:769px) {
  .big-text {
    font-size: 16px
  }
}
.big-text p:last-child {
  margin-bottom: 0
}
@media (max-width:768px) {
  .tablet-hidden {
    display: none!important
  }
}
@media (min-width:769px) {
  .tablet-only {
    display: none!important
  }
}
.product__head {
  display: grid;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 4px;
  grid-template-columns: repeat(1,1fr)
}
@media (min-width:641px) {
  .product__head {
    margin-bottom: 24px;
    grid-template-columns: repeat(12,1fr)
  }
}
@media (min-width:769px) {
  .product__head {
    margin-bottom: 32px
  }
}
@media (min-width:1441px) {
  .product__head {
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}
.product__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600
}
@media (min-width:641px) {
  .product__title {
    font-size: 20px;
    line-height: 24px;
    grid-column: span 8
  }
}
@media (min-width:769px) {
  .product__title {
    font-size: 20px;
    line-height: 24px;
    grid-column: span 7
  }
}
.product__subtitle {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 29px
}
.product__title + .product__subtitle{
  margin-top: 6px;
}
@media (min-width:641px) {
  .product__subtitle {
    font-size: 10px;
    line-height: 14px;
    grid-column: span 8;
    margin-top: 6px
  }
}
@media (min-width:769px) {
  .product__subtitle {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    grid-column: span 7
  }
  .product__title + .product__subtitle{
    margin-top: 12px;
  }
}
.product__rating {
  grid-column: 1/1;
  grid-row: inherit
}
@media (min-width:641px) {
  .product__rating {
    grid-column: 9/13;
    grid-row: 1/3
  }
}
@media (min-width:769px) {
  .product__rating {
    grid-column: 8/13;
    grid-row: 1/3
  }
}
@media (min-width:1800px) {
  .product__rating {
    grid-column: 9/13
  }
}
.product__rating .rating-line {
  -ms-flex-pack: justify;
  justify-content: space-between
}
.product__info {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -ms-flex-align: start;
  align-items: start;
  grid-column: span 12;
  grid-template-columns: repeat(1,1fr)
}
@media (min-width:641px) {
  .product__info {
    grid-template-columns: repeat(12,1fr)
  }
}
@media (min-width:1441px) {
  .product__info {
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}
.product__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px
}
.product__col--main {
  border: 1px solid #cfd7e5;
  border-radius: 12px;
  z-index: 10;
  row-gap: 0
}
@media (min-width:641px) {
  .product__col--main {
    border: none;
    grid-column: span 4;
    grid-row: 1/4;
    position: sticky;
    top: 96px;
    row-gap: 20px
  }
}
@media (min-width:1601px) {
  .product__col--main {
    top: 120px
  }
}
@media (min-width:1441px) {
  .product__col--main {
    grid-row: inherit;
    grid-column: span 3;
    top: 120px
  }
}
@media (min-width:641px) {
  .product__col--second {
    grid-column: span 8
  }
}
@media (min-width:1441px) {
  .product__col--second {
    grid-column: span 5
  }
}
@media (min-width:641px) {
  .product__col--second-x2 {
    grid-column: span 8
  }
}
@media (min-width:1441px) {
  .product__col--second-x2 {
    grid-column: span 9
  }
}
@media (min-width:641px) {
  .product__col--additional {
    grid-column: span 8
  }
}
@media (min-width:1441px) {
  .product__col--additional {
    grid-column: span 4
  }
}
@media (min-width:641px) {
  .product__col--text {
    grid-column: span 12
  }
}
@media (min-width:1201px) {
  .product__col--text {
    grid-column: span 8
  }
}
.product__text {
  margin-top: 40px;
  margin-bottom: 20px
}
@media (min-width:641px) {
  .product__text {
    margin-bottom: 0
  }
}
@media (min-width:1201px) {
  .product__text {
    margin-top: 100px
  }
}
.product__text h2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 24px 0;
  font-weight: 500;
  display: none;
  color: #151515
}
@media (min-width:769px) {
  .product__text h2 {
    display: block
  }
}
.product__text p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px
}
.product__text br {
  margin: 10px 0;
  display: block
}
@media (min-width:641px) {
  .product__link {
    display: none
  }
}
.app-links__icon,
.article-card__title,
.card,
.card__body,
.fast-links__item,
.hotlinks__img,
.img__photo img,
.p-photo__like button,
.p-photo__param--more,
.share__links,
.tags__item,
.top-banner__roubric {
  transition: .3s ease
}
.article-card__title:before,
.banner-bottom__link:before,
.img a.img__caption:before,
.radio a:before,
.top-banner__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.top-banner__content-num,
.top-banner__fact span {
  font-family: Unbounded,sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container.swiper-container--cards {
  padding: 40px;
  margin: -40px
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  min-height: 100%
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 16px;
  right: 16px
}
@media (min-width:769px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 36px;
    right: 42px
  }
}
.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #9aa0b1;
  opacity: 1
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0,-50%,0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px 0;
  display: block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}
.swiper-pagination-progress {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}
.swiper__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: #0c359c;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  border-radius: 12px;
  padding: 0 40px
}
@media (min-width:769px) {
  .swiper__link {
    font-size: 18px;
    line-height: 27px
  }
}
.swiper__link:hover {
  color: #fff
}
.swiper__link .icon {
  font-size: 80px
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(207,215,229,.9);
  opacity: .8
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}
.mfp-content p:last-chipd {
  margin-bottom: 0
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
  cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none!important
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}
.mfp-preloader a {
  color: #ccc
}
.mfp-preloader a:hover {
  color: #fff
}
.mfp-s-ready .mfp-preloader {
  display: none
}
.mfp-s-error .mfp-content {
  display: none
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
  margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}
.mfp-arrow-left {
  left: 0
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
  right: 0
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}
.mfp-iframe-holder .mfp-close {
  top: -40px
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}
.mfp-figure {
  line-height: 0
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}
@media all and (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }
  .mfp-arrow-left {
    transform-origin: 0
  }
  .mfp-arrow-right {
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
.mfp-bg {
  background: rgba(207,215,229,.8)
}
.compare-short-popup {
  max-width: 530px;
  padding: 40px;
  border-radius: 12px
}
.compare-added-info {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600
}
.compare-added-info .h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px
}
.compare-qty {
  margin-top: 12px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500
}
.compare-added-btn .btn {
  width: 100%
}
button.mfp-close {
  text-indent: 99999px;
  overflow: hidden;
  background: #9aa0b1;
  -webkit-mask: url(../icons/close-modal.svg) no-repeat 50% 50%/24px;
  mask: url(../icons/close-modal.svg) no-repeat 50% 50%/24px;
  opacity: 1
}
@media (min-width:641px) {
  button.mfp-close {
    position: absolute;
    left: 100%;
    background: #fff;
    margin: 0 0 0 16px;
    -webkit-mask-size: 40px;
    mask-size: 40px
  }
}
.rating-info-popup {
  max-width: 100%;
  width: auto;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  border-radius: 12px
}
@media (min-width:641px) {
  .rating-info-popup {
    width: 1460px;
    max-width: 80%
  }
}
.rating-info-popup button.mfp-close{
  left: auto;
}
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}
@media (min-width:641px) {
  .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: 1fr;
    gap: 20px
  }
}
@media (min-width:769px) {
  .grid {
    grid-template-columns: repeat(3,1fr);
    gap: 32px
  }
}
@media (min-width:1441px) {
  .grid {
    gap: 40px
  }
}
.grid--2 {
  row-gap: 24px;
  grid-auto-rows: min-content;
  grid-template-columns: 1fr
}
@media (min-width:769px) {
  .grid--2 {
    grid-template-columns: repeat(2,1fr);
    gap: 32px
  }
}
.grid--2 img,
.grid--2 svg {
  margin: 24px 0
}
@media (min-width:769px) {
  .grid--2 img,
  .grid--2 svg {
    margin: 0
  }
}
.grid--12 {
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 32px;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(3,1fr)
}
@media (min-width:769px) {
  .grid--12 {
    grid-template-columns: repeat(12,1fr);
    gap: 32px
  }
}
.grid--12 img {
  margin: 24px 0
}
@media (min-width:769px) {
  .grid--12 img {
    margin: 0
  }
}
@media (min-width:641px) {
  .grid__col--subscribe {
    grid-column: span 2
  }
}
@media (min-width:769px) {
  .grid__col--subscribe {
    grid-column: span 1
  }
}
@media (min-width:769px) {
  .grid__col--8 {
    grid-column: span 8
  }
}
.grid__col--chips {
  grid-column: span 3
}
@media (min-width:769px) {
  .grid__col--chips {
    grid-column: span 8
  }
}
@media (min-width:769px) {
  .grid__col--12 {
    grid-column: span 12
  }
}
.grid__col--calendar-slider {
  grid-column: 10/13
}
.product__text {
  line-height: 20px
}
.product__text h3 {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 24px 0;
  font-weight: 600
}
.compare-box {
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 20px 12px
}
@media (min-width:641px) {
  .compare-box {
    padding: 80px 155px 80px 80px
  }
}
.compare-box__wrapper {
  width: 168px
}
@media (min-width:641px) {
  .compare-box__wrapper {
    width: 300px
  }
}
.compare-box__meta {
  height: 145px
}
@media (min-width:641px) {
  .compare-box__meta {
    height: 179px;
    margin-bottom: 60px
  }
}
.compare-box__count {
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-bottom: 24px
}
@media (min-width:641px) {
  .compare-box__count {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px
  }
}
.compare-box__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #0c359c;
  cursor: pointer;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (min-width:641px) {
  .compare-box__btn {
    font-size: 13px;
    -ms-flex-align: center;
    align-items: center
  }
}
.compare-box__btn:hover {
  color: #151515
}
.compare-box__btn + .compare-box__btn {
  margin-top: 12px
}
.compare-box__btn .icon {
  font-size: 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px
}
.compare-box__captions {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.compare-box__captions-item {
  margin: 20px 24px 24px 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px
}
@media (min-width:641px) {
  .compare-box__captions-item {
    font-size: 16px
  }
}
.compare-box__btn--remove,
.muted {
  color: #80889b
}
.compare {
  padding: 0 16px;
  position: relative;
  border-left: 1px solid #cfd7e5
}
@media (min-width:641px) {
  .compare {
    padding: 0 24px
  }
}
.compare-popup {
  background-color: #fff;
  max-width: 100%;
  width: 100%
}
.compare-popup .compare-slider {
  width: calc(100% - 300px);
  position: relative
}
.compare__remove {
  position: absolute;
  right: 16px;
  top: 0;
  color: #80889b;
  cursor: pointer;
  transition: all .2s
}
@media (min-width:641px) {
  .compare__remove {
    right: 24px
  }
}
.compare__remove:hover {
  color: #0c359c
}
.compare__remove .icon {
  font-size: 24px
}
.compare__caption {
  margin-right: 24px;
  height: 67px
}
.compare__title {
  color: #151515;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}
@media (min-width:641px) {
  .compare__title {
    font-size: 16px
  }
}
.compare__subtitle {
  color: #151515;
  font-weight: 400;
  margin-top: 2px;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}
.compare__img-wrapper {
  height: 70px;
  display: block;
  text-align: center;
  margin-top: 8px
}
@media (min-width:641px) {
  .compare__img-wrapper {
    margin-top: 12px;
    height: 100px
  }
}
.compare__img {
  height: 70px;
  width: auto
}
@media (min-width:641px) {
  .compare__img {
    height: 100px
  }
}
@media (min-width:641px) {
  .compare__body {
    margin-top: 60px
  }
}
.compare__indicator {
  margin: 20px 0 24px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500
}
@media (min-width:641px) {
  .compare__indicator {
    font-size: 16px;
    line-height: 23px
  }
}
.main-popup.compare-popup .button-wrap {
  width: 100%
}
.main-popup.compare-popup .button-wrap .swiper-button-next,
.main-popup.compare-popup .button-wrap .swiper-button-prev {
  top: 90px;
  font-size: 40px;
  display: block;
  width: 40px;
  color: #0c359c;
  position: absolute
}
@media (min-width:641px) {
  .main-popup.compare-popup .button-wrap .swiper-button-next,
  .main-popup.compare-popup .button-wrap .swiper-button-prev {
    width: 48px;
    font-size: 48px;
    top: 4px
  }
}
.main-popup.compare-popup .button-wrap .swiper-button-prev {
  right: auto;
  left: 16px
}
@media (min-width:641px) {
  .main-popup.compare-popup .button-wrap .swiper-button-prev {
    left: -76px
  }
}
.main-popup.compare-popup .button-wrap .swiper-button-next {
  right: 16px;
  left: auto
}
@media (min-width:641px) {
  .main-popup.compare-popup .button-wrap .swiper-button-next {
    right: -76px
  }
}
.main-popup.compare-popup .button-wrap .swiper-button-next .icon,
.main-popup.compare-popup .button-wrap .swiper-button-prev .icon {
  font-size: 1em;
  color: inherit
}
.compare-popup .mfp-close {
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  -webkit-mask: url(../icons/close-modal.svg) no-repeat 50% 50%/24px;
  mask: url(../icons/close-modal.svg) no-repeat 50% 50%/24px;
  background: #80889b;
  overflow: hidden;
  text-indent: 999px
}
@media (min-width:641px) {
  .compare-popup .mfp-close {
    -webkit-mask-size: 40px;
    mask-size: 40px;
    height: 48px;
    width: 48px;
    top: 12px;
    right: 80px;
    left: auto
  }
}
.compare-popup .mfp-close:hover {
  background: #0c359c
}
.banner-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  height: 100%
}
@media (min-width:641px) {
  .banner-bottom {
    padding: 24px
  }
}
@media (min-width:1441px) {
  .banner-bottom {
    padding: 40px
  }
}
.banner-bottom--quality {
  height: 120px;
  background: #e7eef2 url(../img/banners/banner-bottom--quality-m.jpg) no-repeat 100% 50%/cover
}
@media (min-width:641px) {
  .banner-bottom--quality {
    background-image: url(../img/banners/banner-bottom--quality.jpg);
    height: 100%
  }
}
@media (min-width:1441px) {
  .banner-bottom--quality {
    padding: 50px 40px
  }
}
.banner-bottom--research {
  padding: 32px 24px 40px 24px;
  color: #fff;
  background: #35539d url(../img/banners/banner-bottom--research.jpg) no-repeat 100% 50%/cover
}
@media (min-width:641px) {
  .banner-bottom--research {
    padding: 32px 24px;
    height: 100%
  }
}
.banner-bottom__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: inherit;
  max-width: 300px
}
@media (min-width:1441px) {
  .banner-bottom__title {
    width: 320px;
    max-width: 100%
  }
}
.banner-bottom__title strong {
  display: block;
  font-weight: 700;
  font-size: 26px;
  margin-top: 8px
}
.banner-bottom__link {
  color: inherit;
  font-size: 13px;
  line-height: 20px;
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none
}
.banner-bottom__link:hover {
  color: inherit
}
.banner-bottom__link-arr {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(../img/rarr-long.svg) no-repeat 100% 50%
}
.table {
  border-bottom: 1px solid #cfd7e5;
  border-spacing: 0;
  border-collapse: collapse
}
.table th {
  color: #80889b;
  vertical-align: top;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  padding: 16px 20px
}
.table th:first-child {
  padding-left: 0
}
.table td {
  padding: 16px 20px;
  border-top: 1px solid #cfd7e5;
  font-size: 13px;
  line-height: 150%
}
.table td:first-child {
  padding-left: 0
}
.table td.is-good {
  background: rgba(125,201,29,.12)
}
.table td.is-medium {
  background: rgba(255,217,83,.12)
}
.table td.is-bad {
  background: rgba(247,147,30,.12)
}
.table td.is-verybad {
  background: rgba(222,63,59,.12)
}
.table caption {
  text-align: left;
  font-size: 20px;
  padding: 0 0 0 40px;
  background: url(../img/rsk-emblem.svg) no-repeat 0 0/28px 28px;
  min-height: 28px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  caption-side: top;
  color: #000
}
.table_footnote {
  margin-top: 32px;
  color: #80889b;
  font-size: 12px;
  padding-top: 14px
}
#details .table_footnote ul {
  margin: 0 0 14px 0
}
#details .table_footnote ul li:before {
  content: "";
  position: relative;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  background: red;
  margin-left: -20px;
  margin-right: 8px
}
#details .table_footnote ul li.is-good:before {
  background: rgba(125,201,29,.12)
}
#details .table_footnote ul li.is-medium:before {
  background: rgba(255,217,83,.12)
}
#details .table_footnote ul li.is-bad:before {
  background: rgba(247,147,30,.12)
}
#details .table_footnote ul li.is-verybad:before {
  background: rgba(222,63,59,.12)
}
#details .table_footnote p {
  margin: 8px 0
}
.breadcrumbs {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
  width: 100%;
  overflow: hidden;
  height: 18px
}
.breadcrumbs__container {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 38px
}
.breadcrumbs__item {
  color: #80889b;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
.breadcrumbs__item a{
    color: #80889b;
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #80889b
}
.rating-head--vine .breadcrumbs__item + .breadcrumbs__item:before{
  background: #fff;
}
a.breadcrumb__item:hover {
  color: #000
}
.hotlinks {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(1,1fr)
}
@media (min-width:641px) {
  .hotlinks {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (min-width:641px) {
  .hotlinks--2col {
    grid-template-columns: 1fr 1fr
  }
}
.hotlinks--2col .hotlinks__caption {
  max-width: 100%
}
.hotlinks--2col .hotlinks__img {
  transform: translateX(0)
}
.hotlinks--2col .hotlinks__item:hover .hotlinks__img {
  transform: translateX(0) scale(1.1)
}
.hotlinks__item {
  background: #f5f6f9;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  text-decoration: none
}
.hotlinks__item:hover .hotlinks__img {
  transform: scale(1.1)
}
@media (min-width:641px) {
  .hotlinks__item:hover .hotlinks__img {
    transform: translateX(50%) scale(1.1)
  }
}
@media (min-width:769px) {
  .hotlinks__item:hover .hotlinks__img {
    transform: translateX(0) scale(1.1)
  }
}
.hotlinks__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0
}
@media (min-width:641px) {
  .hotlinks__img {
    transform: translateX(10%)
  }
}
@media (min-width:1201px) {
  .hotlinks__img {
    transform: translateX(0)
  }
}
.hotlinks__caption {
  padding: 36px 0 36px 24px;
  font-size: 16px;
  line-height: 24px;
  max-width: 130px;
  font-weight: 600;
  display: block;
  color: #151515;
  text-decoration: none;
  position: relative;
  z-index: 1
}
@media (min-width:641px) {
  .hotlinks__caption {
    padding: 41px 0 41px 20px
  }
}
@media (min-width:769px) {
  .hotlinks__caption {
    font-size: 20px;
    line-height: 25px;
    max-width: 200px
  }
}
@media (min-width:1441px) {
  .hotlinks__caption {
    padding: 66px 56px;
    max-width: 260px
  }
}
.hotlinks__caption--white {
  color: #fff
}
.plate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f6f9;
  color: #0c359c;
  font-size: 10px;
  line-height: 14px;
  height: 44px;
  padding: 0 12px;
  gap: 4px;
  border-radius: 8px;
  white-space: nowrap;
  text-decoration: none
}
@media (min-width:641px) {
  .plate {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    height: 64px
  }
}
@media (min-width:1441px) {
  .plate {
    height: 72px;
    gap: 12px
  }
}
.plate:hover {
  color: #e73529
}
.plate .icon {
  font-size: 20px;
  -ms-flex: 0 20px;
  flex: 0 20px
}
@media (min-width:641px) {
  .plate .icon {
    font-size: 24px;
    -ms-flex: 0 24px;
    flex: 0 24px
  }
}
.site-btn + .share {
  margin-top: 12px
}
.share {
  position: relative
}
@media (min-width:769px) {
  .share {
    display: none
  }
}
.share--p-photo {
  display: none
}
@media (min-width:769px) {
  .share--p-photo {
    display: block
  }
}
.share--p-photo .share__links {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: inherit
}
@media (min-width:1201px) {
  .share--p-photo .share__links {
    left: 100%;
    right: auto;
    margin-left: -32px
  }
}
.share--p-photo .share__btn {
  padding: 0;
  height: 32px;
  width: 32px;
  font-size: 40px;
  background: 0 0
}
.share--p-photo .share__caption {
  display: none
}
.share--rating {
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  border-radius: 12px 0 0 12px;
  background: rgba(207,215,229,.5);
  backdrop-filter: blur(5px);
  transition: all .3s
}
@media (min-width:641px) {
  .share--rating:hover {
    width: 336px
  }
}
.share--rating:hover .share__caption,
.share--rating:hover .share__links {
  display: -ms-flexbox;
  display: flex
}
.share--rating:hover .share__btn {
  display: -ms-flexbox;
  display: flex
}
@media (max-width:640px) {
  .share--rating {
    width: calc(33.333% - 5px);
    transform: none;
    border-radius: 8px;
    display: block
  }
}
.share--rating .share__caption,
.share--rating .share__links {
  display: none
}
.share--rating .share__btn {
  font-size: 24px;
  display: block;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: 64px;
  gap: 10px;
  padding: 0 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 600;
  color: #0c359c;
  cursor: pointer;
  background: 0 0;
  transition: all .3s;
  transform: none;
  will-change: background-color,width
}
@media (max-width:640px) {
  .share--rating .share__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 20px;
    height: 68px;
    box-sizing: border-box;
    row-gap: 6px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
  }
}
.share--rating .share__btn.share__btn--active {
  transform: none
}
.share--rating .share__btn:hover {
  transform: none;
  color: #0c359c;
  background: rgba(207,215,229,.5)
}
.share--rating .share__caption {
  font-size: 13px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 600
}
@media (max-width:640px) {
  .share--rating .share__caption {
    display: block;
    font-size: 11px;
    line-height: 11px
  }
}
.share--rating .share__links {
  width: auto
}
@media (max-width:640px) {
  .share--rating .share__links {
    right: 0;
    bottom: 100%;
    top: auto;
    margin: 0 0 24px 0
  }
}
@media (min-width:641px) {
  .share--rating .share__links {
    margin-top: 0;
    width: auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: 0 0;
    position: static;
    gap: 12px;
    box-shadow: none
  }
}
.share--rating .share__links:after {
  top: 50%;
  right: 50%;
  bottom: 0;
  left: 0;
  pointer-events: auto
}
.share--rating .share__links .icon {
  font-size: 32px
}
.share__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 0;
  font-size: 32px;
  color: #9aa0b1;
  cursor: pointer;
  -moz-column-gap: 12px;
  column-gap: 12px;
  background: #f5f6f9;
  width: 100%;
  max-width: 100%;
  height: 55px;
  border-radius: 8px
}
@media (min-width:641px) {
  .share__btn {
    width: 343px
  }
}
.share__btn--active {
  color: #0c359c
}
.share__btn--active + .share__links {
  opacity: 1;
  visibility: visible
}
.share__caption {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700
}
.share__links {
  margin-top: 24px;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 24px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 40px 0 #141AB21A;
  opacity: 0;
  visibility: hidden;
  z-index: 10
}
.share__links:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto
}
.share__links-item--bg {
  position: relative
}
.share__links-item--bg:after {
  content: '';
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  position: absolute;
  background: #fff;
  border-radius: 50%
}
.share__links .icon {
  font-size: 40px;
  color: #0c359c;
  position: relative;
  z-index: 1
}
.share__links .icon-telegram_fill {
  color: #039be5
}
.share__links .icon-vk_fill {
  color: #07f
}
.share__links .icon-ok_fill {
  color: #f7931e
}
.starrate {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 13px
}
.starrate--left {
  -ms-flex-pack: end;
  justify-content: flex-end
}
.starrate__input {
  display: none
}
.starrate__input:checked ~ .starrate__item .starrate__star {
  color: #ffd953
}
.starrate__item {
  line-height: 1
}
.starrate__star {
  font-size: inherit;
  color: transparent;
  stroke: #ffd953
}
.starrate__val {
  font-size: inherit;
  -ms-flex-order: 10;
  order: 10;
  margin-right: 8px;
  color: #151515
}
.starrate--big {
  font-size: 24px
}
@media (max-width:1440px) {
  .starrate--big {
    font-size: 14px
  }
}
@media (max-width:440px) {
  .starrate--big {
    font-size: 13px
  }
}
.starrate--big .starrate__val {
  font-weight: 600
}
@media (max-width:1440px) {
  .starrate--big .starrate__star {
    font-size: 16px
  }
}
.starrate--compare {
  font-size: 16px;
  line-height: 23px
}
@media (max-width:1440px) {
  .starrate--compare {
    font-size: 13px;
    line-height: 20px
  }
}
.starrate--compare .starrate__star {
  font-size: 24px
}
@media (max-width:1440px) {
  .starrate--compare .starrate__star {
    font-size: 16px
  }
}
.rating-line {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background: #f5f6f9;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 20px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (min-width:641px) {
  .rating-line {
    display: block;
    background: 0 0;
    padding: 0;
    margin-bottom: 0
  }
}
@media (min-width:769px) {
  .rating-line {
    display: -ms-flexbox;
    display: flex
  }
}
@media (min-width:769px) {
  .rating-line {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-column-gap: 24px;
    column-gap: 24px
  }
}
.rating-line__title {
  font-size: 12px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:440px) {
  .rating-line__title {
    font-size: 14px
  }
}
@media (min-width:641px) {
  .rating-line__title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
@media (min-width:769px) {
  .rating-line__title {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0
  }
}
@media (min-width:1200px) {
  .rating-line__title {
    font-size: 24px;
    line-height: 30px
  }
}
.rating-line__title .icon {
  color: #e73529;
  font-size: 24px
}
@media (max-width:640px) {
  .rating-line__title .icon {
    font-size: 24px
  }
}
.p-photo {
  padding: 20px;
  position: relative;
  border: 1px solid #cfd7e5;
  text-align: center;
  border-radius: 12px
}
@media (min-width:1441px) {
  .p-photo {
    grid-template-columns: repeat(12,1fr);
    padding: 40px
  }
}
.p-photo--single {
  padding: 30px
}
@media (max-width:640px) {
  .p-photo--single {
    border: none
  }
}

@media (min-width:1441px) {
  .p-photo--single {
    padding: 40px
  }
}
.p-photo--rating-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  margin: 0 !important;
}
.p-photo--rating-grid .p-photo__img,
.p-photo--rating-grid .p-photo__link{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.p-photo--rating-grid .p-photo__link .p-photo__img{
  width: auto;
}
.p-photo--rating-grid .p-photo__info {
  margin-top: 10px;
  font-size: 12px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.p-photo--rating-grid .p-photo__title {
  display: -webkit-box;
  margin-bottom: auto
}
.p-photo--rating-list {
  display: -ms-flexbox;
  display: flex;
  padding: 24px
}
.p-photo--rating-list.p-photo--with-place {
  margin-top: 56px
}
.p-photo--rating-list.p-photo--with-place .p-photo__place {
  position: absolute;
  left: 0;
  top: -56px;
  height: 44px;
  font-size: 13px;
  line-height: 20px;
  padding: 0 12px
}
.p-photo--rating-list .p-photo__link{
  width: 100px;
  margin-right: 24px
}
.p-photo--rating-list .p-photo__head {
  position: static
}
.p-photo--rating-list .p-photo__btn--type {
  position: absolute;
  top: 12px!important;
  left: 12px!important
}
.p-photo--rating-list .p-photo__place {
  position: absolute
}
.p-photo--rating-list .p-photo__info {
  margin: 0
}
.p-photo--rating-list .p-photo__param {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  -ms-flex-direction: row;
  flex-direction: row
}
.p-photo--rating-list .p-photo__param__item,
.p-photo--rating-list .p-photo__recommend {
  margin: 0!important
}
.p-photo--rating-list .p-photo__price {
  width: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.p-photo--rating-list .p-photo__price .p-photo__param-indicator {
  -ms-flex: 0 0 320px;
  flex: 0 0 320px
}
.p-photo--rating-list .p-photo__like {
  margin: -16px 0 0 0;
  position: absolute;
  right: 24px;
  top: 50%
}
.p-photo--rating-list .p-photo__buttons {
  margin: -16px 0 0 0;
  position: absolute;
  right: 192px;
  top: 50%
}
.p-photo--rating-list .p-photo__starrating {
  font-size: 24px;
  line-height: 30px
}
.p-photo--rating-list .p-photo__starrating-title {
  display: none
}
.p-photo--slide {
  height: calc(100% - 2px);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p-photo--slide .p-photo__info {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p-photo--rotated:hover {
  background: #f5f6f9
}
.p-photo--rotated:hover .p-photo__head {
  opacity: 0;
  visibility: hidden
}
.p-photo--rotated:hover .p-photo__param {
  opacity: 1;
  visibility: visible
}
.p-photo--rotated:hover .p-photo__param-indicator span {
  background: #f5f6f9
}
.p-photo__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-top: -3px;
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px
}
.p-photo__head + .square-photo {
  display: block;
  margin: 24px 24px 0 24px
}
@media (min-width:641px) {
  .p-photo__head + .square-photo {
    margin: 12px 12px 0 12px
  }
}
.p-photo__buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: auto
}
.p-photo__buttons .p-photo__btn:last-child {
  order: -1
}
@media (min-width:1440px) {
  .p-photo__buttons .p-photo__btn:last-child {
    -ms-flex-order: inherit;
    order: inherit
  }
}
.p-photo__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 32px;
  width: 32px;
  background: 0 0;
  border: none;
  border-radius: 0;
  font-size: 40px;
  color: #9aa0b1
}
.p-photo__btn:not(.p-photo__btn--type) {
  cursor: pointer
}
.p-photo__btn:not(.p-photo__btn--type):hover {
  color: #e73529
}
.p-photo__btn:not(.p-photo__btn--type):hover .icon-like_fill {
  stroke: #e73529
}
.p-photo__btn.p-photo__btn--active {
  color: #0c359c
}
.p-photo__btn.p-photo__btn--active:hover {
  color: #0c359c
}
.p-photo__btn.p-photo__btn--active:hover .icon-like_fill {
  stroke: none;
  color: inherit
}
.p-photo__btn.p-photo__btn--active .icon-like_fill {
  stroke: none;
  color: inherit
}
.p-photo__btn--type {
  margin-right: auto;
  height: 36px;
  width: 36px;
  font-size: 20px;
  color: #fff;
  border-radius: 4px
}
.p-photo__btn--warning {
  background: #f67127
}
.p-photo__btn--quality {
  background: #e42313;
  font-size: 27px
}
.p-photo__btn .icon-like_fill {
  color: #fff;
  stroke: #9aa0b1;
  stroke-width: 2px
}
.p-photo__info {
  margin-top: 35px;
  font-size: 13px;
  line-height: 20px;
  text-align: left
}
.p-photo__title {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  line-height: 30px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.p-photo__description {
  margin: 4px 0 24px 0;
  display: block;
  color: #151515;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-decoration: none !important;
}
.p-photo__param {
  list-style-type: none;
  padding: 0;
  margin: auto 0 0 0
}
.p-photo__param--more {
  position: absolute;
  top: 32px;
  right: 32px;
  left: 32px;
  bottom: 91px;
  opacity: 0;
  visibility: hidden;
  background: #f5f6f9
}
.p-photo__param--more .p-photo__param-val {
  width: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.p-photo__param--no-description {
  margin-top: 24px
}
.p-photo__param li,
.p-photo__param li.p-photo__param__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-text .cards-list{
  margin: 40px 0;
}
.page-text .p-photo__param{
  margin-top: auto;
}
.page-text .p-photo__param li{
  padding-left: 0;
  line-height: 20px;
}
.page-text .p-photo__param li:before,
#details .p-photo__param li:before{
  display: none;
}
#details .p-photo__param{
  padding-left: 0;
}
@media screen and (min-width: 1701px)
  .p-photo__features .p-photo__param li{
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width:641px) {
  .p-photo__param li,
  .p-photo__param li.p-photo__param__item {
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media (min-width:1441px) {
  .p-photo__param li,
  .p-photo__param li.p-photo__param__item {
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.p-photo__param li.p-photo__param__item:not(:last-child),
.p-photo__param li:not(:last-child) {
  margin-bottom: 10px
}
.p-photo__param li--start,
.p-photo__param li.p-photo__param__item--start {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}
.p-photo__param-indicator {
  -ms-flex: 1 0;
  flex: 1 0;
  border-bottom: 1px dashed #9aa0b1;
  padding-left: 0;
  margin-top: -5px
}
@media (min-width:641px) and (max-width:1440px) {
  .p-photo__param-indicator {
    border-bottom: none;
    margin-top: 0
  }
}
.p-photo__param-indicator span {
  background: #fff;
  display: inline-block;
  position: relative;
  bottom: -5px;
  padding-right: 4px
}
@media (min-width:641px) and (max-width:1440px) {
  .p-photo__param-indicator span {
    bottom: 0;
    padding-right: 0
  }
}
.p-photo__param-indicator em {
  color: #9aa0b1
}
.p-photo__param-val {
  width: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-weight: 600;
  padding-left: 4px;
  white-space: nowrap
}
@media (min-width:641px) {
  .p-photo__param-val {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
@media (min-width:1441px) {
  .p-photo__param-val {
    width: 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    font-weight: 600;
    padding: 4px 0 0 4px;
    white-space: nowrap
  }
  .p-photo--rating-list .p-photo__param-val{
    padding: 0;
  }
}
.p-photo__link {
  width: min(330px, 100%);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-photo__link .p-photo__img{
  max-width: 100%;
  max-height: 100%;
}
.p-photo__recommend {
  margin-top: 12px;
  color: #80889b
}
.p-photo__like {
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.p-photo__like button {
  width: auto;
  height: 32px;
  padding: 0;
  font-size: 32px;
  border: none;
  background: 0 0;
  color: #9aa0b1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.p-photo__like button:hover {
  color: #0c359c
}
.p-photo__starrating {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -moz-column-gap: 8px;
  column-gap: 8px
}
.p-photo__starrating-title {
  width: 100%;
  font-weight: 500
}
.p-photo__starrating .icon {
  color: #ffd953;
  font-size: 24px
}
.p-photo__year {
  background: #ffd953;
  padding: 4px 12px;
  border-radius: 8px;
  font-weight: 600;
  margin-left: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.p-photo__place {
  font-size: 12px;
  line-height: 15px;
  height: 31px;
  color: #fff;
  background: #0c359c;
  padding: 8px 9px;
  border-radius: 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto
}
.p-photo__place + .p-photo__btn--type {
  position: absolute;
  top: 35px
}
.card {
  padding: 24px;
  background: #f5f6f9;
  border-radius: 12px
}
@media (max-width:1440px) {
  .card {
    padding: 16px
  }
}
.card--hovered .card__toggle {
  color: #0c359c
}
.card.card--light {
  background: #fff;
  padding: 20px
}
.card.card--light .card__title {
  font-size: 13px;
  line-height: 20px
}
.card.card--small:not(.card--collapsed) .card__head {
  margin-bottom: 24px
}
.card.card--small.card--collapsed .card__head {
  margin: -20px;
  padding: 20px
}
.card.card--small + .card--small {
  margin-top: 12px
}
@media (max-width:640px) {
  .card.card--filter {
    background: 0 0
  }
}
.card.card--filter .card__title {
  font-size: 13px;
  line-height: 20px
}
.card.card--filter .card__toggle-icon--close {
  display: inline-block
}
.card.card--filter .card__toggle-icon--open {
  display: none
}
.card.card--filter .card__toggle {
  transform: none;
  width: 40px;
  height: 40px;
  background: #0c359c;
  color: #fff;
  border-radius: 8px;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  font-size: 24px
}
.card.card--filter.card--collapsed .card__toggle-icon--close {
  display: none
}
.card.card--filter.card--collapsed .card__toggle-icon--open {
  display: inline-block
}
.card.card--ratefilter {
  padding: 20px 24px
}
.card.card--ratefilter .card__title {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700
}
.card.card--ratefilter .card__toggle {
  font-size: 14px
}
.card.card--ratefilter .card__list {
  margin-top: 16px
}
.card.card--ratefilter .card__list li {
  margin-bottom: 6px
}
.card.card--ratefilter .card__list li:last-child {
  margin-bottom: 0
}
.card.card--ratefilter .card__list-radio {
  border-bottom: none;
  padding: 0
}
.card.card--ratefilter .filter_select {
  margin-top: 14px
}
.card.card--ratefilter .filter_select .filter_toggler {
  font-size: 14px
}
.card--collapsed .card__body {
  display: none;
  overflow: hidden
}
.card--collapsed .card__head {
  margin: -24px;
  padding: 24px
}
@media (max-width:1440px) {
  .card--collapsed .card__head {
    padding: 16px;
    margin: -16px
  }
}
.card--collapsed .card__toggle {
  transform: none
}
.card__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  cursor: pointer
}
.card__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-right: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: inherit;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none
}
@media (max-width:768px) {
  .card__title {
    font-size: 13px
  }
}
.card__count {
  display: inline-block;
  margin-left: 12px;
  color: #9aa0b1
}
.card__toggle {
  background: 0 0;
  border: none;
  font-size: 18px;
  line-height: 1;
  transform: rotate(180deg);
  cursor: pointer
}
@media (max-width:1440px) {
  .card__toggle {
    font-size: 14px
  }
}
.card__body {
  font-size: 13px;
  line-height: 20px;
  height: auto
}
.card__list {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.card__list.card__list--icon li {
  padding-left: 32px
}
.card__list.card__list--icon .icon {
  font-size: 24px;
  position: absolute;
  top: -2px;
  left: 0
}
.card__list.card__list--icon .icon.icon-checkmark {
  color: #7dc91d
}
.card__list.card__list--icon .icon.icon-minus_circle {
  color: #de3f3b
}
.card__list.card__list--icon .icon.icon-file {
  color: #0c359c
}
.card__list.card__list--dotted li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.card__list.card__list--dotted li:last-child {
  margin-bottom: 0
}
.card__list.card__list--dotted li .card__list-caption {
  background: #f5f6f9;
  padding-left: 4px
}
.card__list.card__list--dotted li .card__list-caption:first-child {
  -ms-flex: 1 0;
  flex: 1 0;
  border-bottom: 1px dashed #9aa0b1;
  padding-left: 0;
  margin-top: -6px
}
.card__list.card__list--dotted li .card__list-caption:first-child span {
  background: #f5f6f9;
  display: inline;
  position: relative;
  bottom: -6px;
  padding-right: 4px
}
.card__list.card__list--dotted em {
  font-style: normal;
  color: #9aa0b1
}
.card__list-val {
  width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}
.card__list--dotted .card__list-val,
.card__list--dotted .starrate {
  margin-bottom: -6px;
}
.card__list-title {
  color: #626873
}
.card__list-radio {
  padding-bottom: 12px;
  border-bottom: 1px solid #e7ebf1
}
.card__list-radio a {
  color: inherit
}
.card__list-view {
  margin-top: 14px
}
.card__list-view .icon {
  font-size: 10px;
  margin-left: 5px;
  transform: rotate(90deg)
}
.card__list li:last-child .card__list-radio {
  padding-bottom: 0;
  border-bottom: none
}
.card__list a {
  color: #0c359c;
  text-decoration: none
}
.card__list a:hover {
  text-decoration: underline
}
.card li {
  margin-bottom: 16px;
  position: relative
}
.card li:last-child {
  margin-bottom: 0
}
.card__rating {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px
}
.card__rating .icon {
  color: #ffd953;
  font-size: 24px
}
.card__input {
  background: #fff
}
.card__input + .btn {
  background: 0 0;
  color: #151515
}
.card__input + .btn:hover {
  color: #0c359c
}
.card .scroll-wrapper {
  margin: 16px 0
}
.view_all {
  font-weight: 500
}
.article-card {
  border-radius: 12px;
  border: 1px solid #cfd7e5;
  position: relative;
  height: 100%;
  box-sizing: border-box
}
.article-card__img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1.68/1;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}
.article-card__info {
  padding: 24px 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.article-card__tag {
  font-size: 10px;
  display: block;
  line-height: 16px;
  border: 1px solid #0c359c;
  border-radius: 4px;
  padding: 4px 8px;
  color: #0c359c
}
.article-card a.article-card__tag {
  position: relative;
  z-index: 1
}
.article-card a.article-card__tag:hover {
  color: #de3f3b;
  border-color: #de3f3b
}
.article-card__date {
  color: #80889b;
  font-size: 13px;
  line-height: 20px
}
.article-card__title {
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  color: #151515;
  text-decoration: none
}
@media (min-width:1441px) {
  .article-card__title {
    font-weight: 600
  }
}
.article-card:hover {
  border-color: transparent;
  box-shadow: 0 4px 40px 0 rgba(20,26,178,.1)
}
.article-card:hover .article-card__more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}
.article-card__more {
  display: none;
  font-size: 13px;
  line-height: 150%;
  gap: 8px;
  color: #0c359c;
  margin-top: auto
}
.article-card__more .icon {
  font-size: 31px;
  height: 14px
}
.b-promo {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12,1fr)
}
@media (min-width:769px) {
  .b-promo {
    gap: 32px
  }
}
@media (min-width:1441px) {
  .b-promo {
    gap: 40px
  }
}
.b-promo__main {
  grid-column: span 12;
  position: relative
}
.b-promo__main:hover .swiper-button-next,
.b-promo__main:hover .swiper-button-prev {
  opacity: 1;
  color: #fff
}
@media (min-width:641px) {
  .b-promo__main {
    grid-column: span 8
  }
}
.b-promo__second {
  grid-column: span 12;
  -ms-flex-order: 1;
  order: 1;
  position: relative
}
.b-promo__second:hover .swiper-button-next,
.b-promo__second:hover .swiper-button-prev {
  opacity: 1;
  color: #fff
}
@media (min-width:641px) {
  .b-promo__second {
    -ms-flex-order: inherit;
    order: inherit;
    grid-column: span 4
  }
}
.b-promo .swiper-button-next {
  color: #fff;
  opacity: 0;
  right: 48px;
  font-size: 56px;
  transition: all .3s;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  text-align: center
}
@media (max-width:1339px) {
  .b-promo .swiper-button-next {
    right: 24px
  }
}
.b-promo .swiper-button-next .icon {
  display: block
}
.b-promo .swiper-button-prev {
  color: #fff;
  opacity: 0;
  left: 48px;
  font-size: 56px;
  transition: all .3s;
  width: 56px;
  height: 56px;
  margin-top: -28px
}
@media (max-width:1339px) {
  .b-promo .swiper-button-prev {
    left: 24px
  }
}
.b-promo .swiper-button-prev .icon {
  display: block
}
.b-promo .swiper-button-disabled {
  display: none
}
.chips {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  list-style-type: none;
  padding: 0;
}
.chips.chips--flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media (min-width:769px) {
  .chips {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}
.chips__group {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6,1fr)
}
.chips__group .btn{
  width: 100%;
  height: 55px
}
.chips__item.chips__item--auto .btn{
  height: 55px;
}
@media (min-width:769px) {
  .chips__group .btn {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .chips__item.chips__item--auto .btn {
    height: 55px
  }
}
.chips__item {
  grid-column: span 2
}
.chips__item--wide {
  grid-column: span 3
}
.chips__item--full {
  grid-column: span 6
}
.chips__item--auto{
  grid-column: inherit;
}
@media (min-width:769px) {
  .chips__item--hidden {
    display: none
  }
}
.calendar__filter {
  grid-column: span 8
}
.events__calendar__page,
.events__calendar__thead {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 4px
}
.events__calendar__thead {
  margin-bottom: 4px
}
.ev_day,
.events__calendar__thead > div {
  padding: 6.5px 12px;
  color: #9aa0b1;
  font-size: 13px;
  border: none;
  background: #f5f6f9
}
.ev_day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6.5px 12px 20px 12px
}
.events__calendar__thead > div {
  text-align: center;
  text-transform: lowercase
}
.ev_day {
  font-size: 20px;
  height: 80px
}
.ev_day.ev_day--marked:hover {
  background: #ab1e48;
  cursor: pointer
}
.ev_day.ev_day--marked:hover .ev_marks > span {
  background: #fff
}
.ev_day.ev_day--marked:hover .ev_date {
  color: #fff
}
.ev_date {
  color: #80889b;
  transition: all .3s
}
.ev_day.ev_day--marked .ev_date {
  color: #9aa0b1
}
.ev_day.ev_day--past .ev_date {
  color: #cfd7e5
}
.ev_day.ev_day--past .ev_marks > span {
  background: #80889b
}
.ev_marks {
  word-spacing: 3px;
  margin-bottom: -6px
}
.ev_marks > span {
  width: 12px;
  height: 12px;
  background: #ab1e48;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s
}
.ev_day.active {
  background: #ab1e48;
  position: relative
}
.ev_day.active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent #f5f6f9 transparent transparent;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}
.ev_day.active .ev_marks > span {
  background: #fff
}
.ev_day.active .ev_date {
  color: #fff
}
.ev_day.active .ev_marks > span.current-slide {
  background: rgba(255,255,255,.5)
}
.ev_day.active .ev_marks > span.current-slide:hover,
.ev_day.active .ev_marks > span:hover {
  background: rgba(255,255,255,.5)
}
.top-banner {
  height: calc(191px - 4px);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  padding-top: 8px;
  border-radius: 8px;
  text-decoration: none
}
@media (min-width:641px) {
  .top-banner {
    height: calc(248px - 4px)
  }
}
@media (min-width:1440px) {
  .top-banner {
    height: 416px
  }
}
.top-banner:hover {
  color: #fff
}
.top-banner--second {
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #0c359c
}
.top-banner--second:hover {
  color: #0c359c
}
.top-banner--second .top-banner__roubric {
  background: #0c359c;
  color: #fff
}
.top-banner--second .top-banner__title {
  margin: 16px 16px 6px 16px;
  font-size: 16px;
  line-height: 1.5
}
@media (max-width:768px) {
  .top-banner--second .top-banner__title {
    margin-bottom: 0
  }
}
@media (max-width:640px) {
  .top-banner--second .top-banner__title {
    width: 100%
  }
}
@media (min-width:769px) {
  .top-banner--second .top-banner__title {
    margin: 24px 24px 11px 24px
  }
}
@media (min-width:1441px) {
  .top-banner--second .top-banner__title {
    font-size: 26px;
    margin: 30px 24px 11px 32px
  }
}
.top-banner--second .top-banner__small {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 600
}
@media (min-width:1441px) {
  .top-banner--second .top-banner__small {
    font-size: 15px
  }
}
.top-banner--second .top-banner__subtitle {
  font-weight: 600;
  margin: 0 16px;
  font-size: 10px
}
@media (min-width:769px) {
  .top-banner--second .top-banner__subtitle {
    margin: 0 24px
  }
}
@media (min-width:1441px) {
  .top-banner--second .top-banner__subtitle {
    font-size: 15px;
    margin: 0 32px
  }
}
.top-banner--second .top-banner__img {
  margin-top: auto;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0
}
.top-banner--second .top-banner__img img {
  width: 58%;
  height: auto;
  min-width: auto;
  min-height: auto;
  display: block;
  left: auto;
  right: 0;
  transform: none
}
@media (max-width:640px) {
  .top-banner--second .top-banner__img img {
    top: 8px
  }
}
.top-banner--second .top-banner__overlay {
  background: #e7ebf6;
  z-index: -1
}
.top-banner--second .top-banner__overlay:before {
  display: none
}
.top-banner--second-grey .top-banner__img img {
  width: 47%;
  bottom: -10%;
  top: auto
}
@media (min-width:1200px) {
  .top-banner--second-grey .top-banner__img img {
    right: -54px;
    bottom: -31px;
    width: 58%
  }
}
@media (max-width:640px) {
  .top-banner--second-grey .top-banner__img img {
    top: auto
  }
}
@media (min-width:1441px) {
  .top-banner--second-red .top-banner__title {
    max-width: 320px
  }
}
.top-banner--second-red .top-banner__roubric {
  background: #ab1e48
}
.top-banner--second-red .top-banner__img {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: right
}
.top-banner--second-red .top-banner__img img {
  display: inline-block;
  right: -16%;
  bottom: -15%
}
@media (min-width:large) {
  .top-banner--second-red .top-banner__img img {
    width: 70%
  }
}
@media (max-width:1200px) {
  .top-banner--second-red .top-banner__img {
    display: none
  }
}
.top-banner--second-red .top-banner__fact {
  font-weight: 600;
  color: #ab1e48
}
@media (max-width:768px) {
  .top-banner--second-red .top-banner__fact {
    line-height: 1.3
  }
}
@media (max-width:640px) {
  .top-banner--second-red .top-banner__fact {
    width: 40%
  }
}
.top-banner--second-red .top-banner__fact span {
  color: #ab1e48
}
@media (min-width:641px) and (max-width:1440px) {
  .top-banner--second-red .top-banner__fact span {
    font-size: 11px;
    line-height: 1.5
  }
}
@media (max-width:1339px) {
  .top-banner--second-red .top-banner__title + .top-banner__fact {
    display: none
  }
}
@media (max-width:640px) {
  .top-banner--second-red {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.top-banner__img {
  position: absolute;
  width: 100%;
  top: 8px;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden
}
.top-banner__img img {
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: inherit;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover
}
.top-banner__overlay {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 0;
  width: 100%;
  background: #00000066;
  border-radius: 8px
}
.top-banner__overlay:before {
  background: url(../img/bg-ellipse.png) no-repeat 0 100%;
  border-radius: 8px;
  top: 8px;
  bottom: 0
}
.top-banner__roubric {
  background: #de3f3b;
  font-size: 11px;
  line-height: 17px;
  padding: 4px 10px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 16px;
  opacity: 0;
  z-index: 2;
  font-style: italic;
  display: none
}
@media (min-width:769px) {
  .top-banner__roubric {
    display: block;
    padding: 8px 16px
  }
}
.top-banner__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  z-index: 2;
  margin: 0 16px
}
@media (min-width:641px) {
  .top-banner__title {
    margin: 0 24px;
    font-size: 22px;
    line-height: 27px
  }
}
@media (min-width:1440px) {
  .top-banner__title {
    max-width: 620px;
    margin: 0 48px;
    font-size: 26px;
    line-height: 32px
  }
}
@media (max-width:768px) {
  .top-banner__title {
    line-height: 1.3
  }
}
.top-banner__subtitle {
  font-size: 10px;
  line-height: 1.5;
  margin: 8px 16px 28px 16px;
  position: relative;
  z-index: 2
}
@media (min-width:641px) {
  .top-banner__subtitle {
    margin: 0 24px 37px 24px;
    font-size: 13px
  }
}
@media (min-width:1440px) {
  .top-banner__subtitle {
    max-width: 620px;
    margin: 8px 48px 66px 48px
  }
}
.top-banner__subtitle + .top-banner__fact {
  margin-top: 32px
}
.top-banner__content {
  position: absolute;
  left: 16px;
  bottom: 20px;
  max-width: 210px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.22
}
@media (min-width:769px) {
  .top-banner__content {
    bottom: 24px;
    left: 24px
  }
}
@media (min-width:1441px) {
  .top-banner__content {
    bottom: 45px;
    left: 32px;
    font-size: 20px
  }
}
.top-banner__content-num {
  font-size: 32px;
  line-height: 1.24;
  display: block
}
@media (min-width:641px) {
  .top-banner__content-num {
    font-size: 20px
  }
}
@media (min-width:769px) {
  .top-banner__content-num {
    font-size: 24px
  }
}
@media (min-width:1441px) {
  .top-banner__content-num {
    font-size: 64px
  }
}
.top-banner__content .icon-quality {
  font-size: 32px;
  color: #e73529
}
@media (min-width:641px) {
  .top-banner__content .icon-quality {
    font-size: 40px
  }
}
@media (min-width:1440px) {
  .top-banner__content .icon-quality {
    font-size: 68px
  }
}
.top-banner__content strong {
  display: block;
  font-size: 20px;
  line-height: 25px
}
.top-banner__content .site-btn {
  margin-top: 21px;
  gap: 12px;
  width: auto;
  padding: 0 14px;
  font-size: 8px;
  height: 34px
}
@media (min-width:641px) {
  .top-banner__content .site-btn {
    height: 40px;
    padding: 0 24px;
    margin-top: 18px
  }
}
@media (min-width:769px) {
  .top-banner__content .site-btn {
    font-size: 14px;
    line-height: 15px
  }
}
@media (min-width:1441px) {
  .top-banner__content .site-btn {
    margin-top: 32px;
    height: 54px
  }
}
.top-banner__content .site-btn .icon {
  font-size: 14px
}
@media (min-width:641px) {
  .top-banner__content .site-btn .icon {
    font-size: 20px
  }
}
.top-banner__content-text {
  display: block
}
@media (min-width:1200px) {
  .top-banner__content-text {
    height: 2.4em
  }
}
.top-banner__fact {
  font-size: 10px;
  line-height: 1.5;
  margin: 8px 16px 0 16px;
  color: #151515
}
@media (min-width:769px) {
  .top-banner__fact {
    margin: 8px 24px 0 24px
  }
}
@media (min-width:1440px) {
  .top-banner__fact {
    margin: 12px 32px 0 32px;
    font-size: 15px
  }
}
.top-banner__fact span {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #0c359c
}
@media (min-width:1440px) {
  .top-banner__fact span {
    font-size: 24px
  }
}
.swiper-slide-active .top-banner__roubric {
  opacity: 1
}
.b-promo {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12,1fr)
}
@media (min-width:769px) {
  .b-promo {
    gap: 32px
  }
}
@media (min-width:1441px) {
  .b-promo {
    gap: 40px
  }
}
.b-promo__main {
  grid-column: span 12;
  position: relative
}
.b-promo__main:hover .swiper-button-next,
.b-promo__main:hover .swiper-button-prev {
  opacity: 1;
  color: #fff
}
@media (min-width:641px) {
  .b-promo__main {
    grid-column: span 8
  }
}
.b-promo__second {
  grid-column: span 12;
  -ms-flex-order: 1;
  order: 1;
  position: relative
}
.b-promo__second:hover .swiper-button-next,
.b-promo__second:hover .swiper-button-prev {
  opacity: 1;
  color: #fff
}
@media (min-width:641px) {
  .b-promo__second {
    -ms-flex-order: inherit;
    order: inherit;
    grid-column: span 4
  }
}
.b-promo .swiper-button-next {
  color: #fff;
  opacity: 0;
  right: 48px;
  font-size: 56px;
  transition: all .3s;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  text-align: center
}
@media (max-width:1339px) {
  .b-promo .swiper-button-next {
    right: 24px
  }
}
.b-promo .swiper-button-next .icon {
  display: block
}
.b-promo .swiper-button-prev {
  color: #fff;
  opacity: 0;
  left: 48px;
  font-size: 56px;
  transition: all .3s;
  width: 56px;
  height: 56px;
  margin-top: -28px
}
@media (max-width:1339px) {
  .b-promo .swiper-button-prev {
    left: 24px
  }
}
.b-promo .swiper-button-prev .icon {
  display: block
}
.b-promo .swiper-button-disabled {
  display: none
}
.app-links {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width:768px) {
  .app-links {
    margin: 4px 16px 16px 16px;
    -ms-flex-order: 1;
    order: 1
  }
}
@media (min-width:1920px) {
  .app-links {
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.app-links__item {
  background: #252525;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
  font-size: 12px;
  line-height: 19px
}
.app-links__item:hover {
  color: #fff
}
.app-links__item:hover .app-links__icon {
  transform: scale(1.1)
}
.app-links__icon {
  width: 24px;
  height: 24px;
  display: block
}
.rating-head {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 0;
  font-size: 13px;
  line-height: 20px
}
.rating-head.rating-head--vine{
    height: 400px;
    background:  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/vgr25.jpg') no-repeat 100% 50% / cover;
}
.rating-head--vine .rating-head__title{
  width: min(100%, 710px);
  font-size: 34px;
  text-transform: none;
  color: #fff;
}
.rating-head.rating-head--vine .breadcrumbs__item,
.rating-head.rating-head--vine .breadcrumbs__item a{
    color: #fff;
}
@media (min-width:641px) {
  .rating-head {
    padding-bottom: 40px
  }
}
@media (min-width:769px) {
  .rating-head {
    padding-bottom: 78px
  }
}
@media (min-width:1441px) {
  .rating-head {
    padding-bottom: 84px
  }
}
@media (max-width:640px) {
  .rating-head--main .rating-head__descr,
  .rating-head--main .rating-head__digits,
  .rating-head--main .rating-head__tags,
  .rating-head--main .rating-head__title {
    display: none
  }
  .rating-head__title.rating-head__title--visible{
    display: block;
    line-height: 100%;
    font-size: 24px;
  }
  .rating-head.rating-head--vine{
      height: 230px;
      background:  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/vgr25-s.jpg') no-repeat 100% 50% / cover;
  }
  .rating-head--vine .rating-head__title{
      font-size: 24px;
  }
}
.rating-head--second {
  padding: 0;
  margin: 38px 0 56px 0
}
@media (min-width:641px) {
  .rating-head--second {
    display: none
  }
}
.rating-head__img {
  height: 190px;
  margin: -16px -16px 0 -16px;
  background: #e7ebf1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  position: relative
}
@media (min-width:641px) {
  .rating-head__img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
.rating-head__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%
}
@media (min-width:769px) {
  .rating-head__img img {
    max-height: 80%;
    max-width: auto
  }
}
@media (min-width:1201px) {
  .rating-head__img img {
    max-height: 100%;
    max-width: 50%
  }
}
.rating-head__img .btn-favorite {
  right: 16px
}
@media (min-width:1441px) {
  .rating-head__img .btn-favorite {
    right: 80px
  }
}
.rating-head__pic {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: relative;
  overflow: hidden
}
@media (min-width:641px) {
  .rating-head__pic {
    background-position: 0 0;
    height: 80%;
    width: 50%;
    background-size: cover
  }
}
@media (min-width:1201px) {
  .rating-head__pic {
    height: 100%;
  }
}
@media (min-width:1920px) {
  .rating-head__pic {
    width: 100%;
    background-position: 100% 0;
    background-size: contain
  }
}
.rating-head__pic-triangle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../img/rating-triangle.png) no-repeat 100% 0/auto 100%
}
@media (min-width:641px) {
  .rating-head__pic-triangle {
    background-position: 0 0;
    top: 20%;
    height: 80%;
    width: 50%
  }
}
@media (min-width:1201px) {
  .rating-head__pic-triangle {
    top: 0;
    height: 100%;
    background-size: cover
  }
}
@media (min-width:1920px) {
  .rating-head__pic-triangle {
    width: 100%;
    background-position: 100% 0;
    background-size: contain
  }
}
.rating-head__btn {
  z-index: 1;
  bottom: 190px;
  top: auto;
  transform: translateY(20px)
}
@media (min-width:641px) {
  .rating-head__btn {
    top: 0;
    bottom: auto;
    transform: translateY(0)
  }
}
.rating-head__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px
}
@media (min-width:641px) {
  .rating-head__title {
    font-size: 28px;
    line-height: 40px;
    margin-top: -16px
  }
}
@media (min-width:769px) {
  .rating-head__title {
    margin-top: 10px;
    font-size: 34px;
    line-height: 42px
  }
}
.rating-head__date {
  margin-top: 4px;
  font-variant-numeric: lining-nums
}
.rating-head__descr {
  margin-top: 16px
}
@media (min-width:641px) {
  .rating-head__descr {
    margin-top: 14px;
    width: 80%
  }
}
@media (min-width:769px) {
  .rating-head__descr {
    margin-top: 24px;
    width: 50%
  }
}
.rating-head__descr p {
  margin: 0 0 24px 0
}
.rating-head__descr p:last-of-type {
  margin-bottom: 0
}
.rating-head__digits {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-top: auto;
  text-align: center
}
@media (min-width:641px) {
  .rating-head__digits {
    text-align: left;
    -moz-column-gap: 32px;
    column-gap: 32px
  }
}
.rating-head__digit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  width: calc(33.3333% - 6px);
  -ms-flex: 0 0 calc(33.3333% - 6px);
  flex: 0 0 calc(33.3333% - 6px);
  font-size: 12px
}
@media (min-width:641px) {
  .rating-head__digit {
    font-size: 13px;
    width: calc(33.3333% - 22px);
    -ms-flex: 0 0 calc(33.3333% - 22px);
    flex: 0 0 calc(33.3333% - 22px);
    gap: 16px;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 14px;
    background: #e7ebf1;
    border-radius: 0 12px 12px 0
  }
}
@media (min-width:769px) {
  .rating-head__digit {
    width: 207px;
    -ms-flex: 0 0 207px;
    flex: 0 0 207px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}
@media (min-width:1201px) {
  .rating-head__digit {
    background: 0 0;
    padding: 0
  }
}
@media (min-width:1441px) {
  .rating-head__digit {
    width: 265px;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px
  }
}
.rating-head__digit span {
  height: 56px;
  width: 56px;
  line-height: 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  outline: 1px solid #151515;
  font-variant-numeric: lining-nums;
  text-align: center;
  border-radius: 50%;
  font-size: 16px
}
@media (min-width:1441px) {
  .rating-head__digit span {
    height: 72px;
    width: 72px;
    line-height: 72px;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    font-size: 20px
  }
}
.rating-head__more {
  margin-top: 16px;
  display: inline-block
}
@media (min-width:769px) {
  .rating-head__more {
    margin-top: 24px
  }
}
.rating-head__more a {
  color: #0c359c;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-top: 32px;
  -ms-flex-align: center;
  align-items: center;
  margin: 0
}
.rating-head__more .icon {
  font-size: 1em;
  transform: rotate(90deg)
}
.rating-head__tags {
  margin: 32px 0
}
@media (min-width:641px) {
  .rating-head__tags {
    margin: 24px 0
  }
}
.rating-head .content {
  margin-top: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media (min-width:641px) {
  .rating-head .content {
    min-height: 418px
  }
}
@media (min-width:769px) {
  .rating-head .content {
    min-height: 460px
  }
}
.rating-final .content {
  position: relative
}
.rating-final__caption {
  right: -16px;
  left: -16px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8;
  position: absolute;
  bottom: 100%;
  background: #e73529;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px 16px 0 0
}
@media (min-width:641px) {
  .rating-final__caption {
    left: 0;
    right: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 4px 4px 0 0
  }
}
.rating-final__caption .icon {
  font-size: 24px
}
@media (min-width:641px) {
  .rating-final__caption .icon {
    font-size: 16px
  }
}
@media (min-width:769px) {
  .rating-final__caption .icon {
    font-size: 24px
  }
}
.app-rating {
  background: #f5f6f9
}
.app-rating__content {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media (min-width:641px) {
  .app-rating__content {
    -moz-column-gap: 14px;
    column-gap: 14px;
    padding: 24px 0
  }
}
.app-rating__content.content {
  margin-bottom: 0;
  margin-top: 4px
}
.app-rating__item {
  display: grid;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative
}
@media (min-width:1100px) {
  .app-rating__item {
    -moz-column-gap: 4px;
    column-gap: 4px;
    grid-template-columns: 40px 1fr
  }
}
@media (min-width:1441px) {
  .app-rating__item {
    -moz-column-gap: 10px;
    column-gap: 10px
  }
}
.app-rating__item--type {
  width: 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 100%
}
@media (min-width:720px) {
  .app-rating__item--type {
    grid-template-columns: 20px 1fr;
    width: 116px;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
    margin-top: -8px;
    margin-right: auto;
    -ms-flex-align: center;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px
  }
}
@media (min-width:1100px) {
  .app-rating__item--type {
    grid-template-columns: 32px 1fr;
    width: 187px;
    -ms-flex: 0 0 187px;
    flex: 0 0 187px
  }
}
.app-rating__item--type .app-rating__img {
  grid-row: inherit
}
@media (max-width:640px) {
  .app-rating__item--type .app-rating__img {
    width: 24px
  }
}
@media (max-width:768px) {
  .app-rating__item--type .app-rating__img {
    width: 20px
  }
}
.app-rating__item--type .app-rating__img img {
  width: 100%
}
.app-rating__item--type .app-rating__title {
  font-size: 16px
}
@media (min-width:769px) {
  .app-rating__item--type .app-rating__title {
    font-size: 18px
  }
}
.app-rating__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 10px;
  margin-top: 10px;
  color: #151515
}
@media (min-width:1100px) {
  .app-rating__title {
    font-size: 13px;
    margin-top: 0;
    -webkit-line-clamp: 1
  }
}
@media (max-width:720px) {
  .app-rating__title {
    display: none
  }
}
.app-rating__img {
  grid-row: 1/3;
  width: 40px;
  height: auto;
  display: block
}
@media (min-width:721px) {
  .app-rating__img {
    width: 32px
  }
}
@media (min-width:1441px) {
  .app-rating__img {
    width: 40px
  }
}
@media (max-width:640px) {
  .app-rating__stars.starrate {
    margin-top: 4px
  }
}
@media (max-width:768px) {
  .app-rating__stars.starrate {
    font-size: 10px
  }
}
@media (max-width:768px) {
  .app-rating__stars.starrate .icon {
    font-size: 12px
  }
}
@media (max-width:720px) {
  .app-rating__stars.starrate .icon {
    display: none
  }
}
a.app-rating__title {
  transition: all .2s
}
a.app-rating__title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
a.app-rating__title:hover {
  color: #0c359c
}
@media (max-width:640px) {
  a.app-rating__img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
}
#vue-rating .rapp-rating__content.content {
  margin-bottom: 0
}
.tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px
}
.tags--filter .tags__item {
  font-weight: 500;
  height: 36px;
  border-radius: 100px;
  padding: 0 12px 0 10px
}
.tags__item {
  font-weight: 600;
  color: #0c359c;
  border: 1px solid #0c359c;
  height: 28px;
  border-radius: 32px;
  font-size: 13px;
  padding: 0 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic
}
.tags__item:hover {
  background: #0c359c;
  color: #fff
}
.tags .icon {
  font-size: 20px
}
.fast-links {
  display: -ms-flexbox;
  display: flex;
  gap: 12px
}
.fast-links__item {
  font-weight: 600;
  color: #0c359c;
  border: 1px solid #0c359c;
  height: 55px;
  line-height: 55px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 53px;
  padding: 0 24px;
  text-transform: uppercase
}
.fast-links__item:hover {
  background: #0c359c;
  color: #fff
}
.fast-links__item--warning {
  color: #de3f3b;
  border-color: #de3f3b
}
.fast-links__item--warning:hover {
  background: #de3f3b;
  color: #fff
}
.fast-links__item--warning.fast-links__item--active {
  border-color: #de3f3b;
  background: #de3f3b;
  color: #fff
}
.fast-links__item--active {
  background: #0c359c;
  color: #fff
}
.buttons_bottom {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  z-index: 26;
  -ms-flex-align: end;
  align-items: end
}
@media (max-width:640px) {
  .buttons_bottom {
    top: auto;
    bottom: 16px;
    left: 16px;
    transform: none;
    -ms-flex-direction: row;
    flex-direction: row;
    right: 16px
  }
}
.buttons_bottom > a,
.buttons_bottom__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 54px;
  height: 64px;
  border-radius: 12px 0 0 12px;
  background: rgba(207,215,229,.5);
  backdrop-filter: blur(5px);
  gap: 10px;
  padding: 0 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 600;
  color: #0c359c;
  cursor: pointer;
  transition: all .3s;
  will-change: background-color,width
}
@media (min-width:641px) {
  .buttons_bottom > a:hover,
  .buttons_bottom__share:hover {
    width: 195px
  }
}
@media (max-width:640px) {
  .buttons_bottom > a,
  .buttons_bottom__share {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 12px;
    border-radius: 8px;
    height: 68px;
    box-sizing: border-box;
    width: calc(33.333% - 5px);
    row-gap: 6px;
    transform: none
  }
}
.buttons_bottom > a.dark {
  color: #fff;
  background: #0c359c
}
@media (max-width:640px) {
  .buttons_bottom span {
    text-align: center;
    font-size: 11px;
    line-height: 11px
  }
}
.buttons_bottom > a > .icon,
.buttons_bottom__share > .icon {
  font-size: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke: none
}
@media (max-width:640px) {
  .buttons_bottom > a > .icon,
  .buttons_bottom__share > .icon {
    font-size: 20px
  }
}
.buttons_bottom__text {
  white-space: nowrap
}
.filter_select__title {
  height: 56px;
  border: none;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px
}
@media (max-width: 1023px) {
    .filter_select__title,
    .filter_column__block .options_list .textinput{
        background: #F5F6F9;
    }
}
.filter_select .filter_toggler {
  position: static;
  transform: none;
  font-size: 18px
}
.filter_select .filter_select__title.active svg.filter_toggler {
  transform: rotate(-180deg)
}
.filter_select .filter_options-item {
  padding: 16px 24px
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0
}
.pswp * {
  box-sizing: border-box
}
.pswp img {
  max-width: none
}
.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}
.pswp--open {
  display: block
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in
}
.pswp--zoomed-in .pswp__img {
  cursor: grab
}
.pswp--dragging .pswp__img {
  cursor: grabbing
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cfd7E5E5;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(.4,0,.22,1);
  transition: transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1)
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden
}
.pswp__img--placeholder--blank {
  background: #222
}
.pswp--ie .pswp__img {
  width: 100%!important;
  height: auto!important;
  left: 0;
  top: 0
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  transition: opacity .2s;
  box-shadow: none
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1
}
.pswp__button:active {
  outline: 0;
  opacity: .9
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px
}
@media (min-resolution:105dpi),
(min-resolution:1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg)
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0
  }
}
.pswp__button--close {
  background-position: 0 -44px
}
.pswp__button--share {
  background-position: -44px -44px
}
.pswp__button--fs {
  display: none
}
.pswp--supports-fs .pswp__button--fs {
  display: block
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute
}
.pswp__button--arrow--left {
  left: 0
}
.pswp__button--arrow--right {
  right: 0
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(12,53,156,.7);
  height: 30px;
  width: 32px;
  position: absolute
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.pswp__share-modal {
  display: block;
  background: rgba(207,215,229,.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}
.pswp__share-modal--hidden {
  display: none
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  transform: translateY(6px);
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}
.pswp__share-modal--fade-in {
  opacity: 1
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0)
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d
}
a.pswp__share--download:hover {
  background: #ddd
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc
}
.pswp__caption--empty {
  display: none
}
.pswp__caption--fake {
  visibility: hidden
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px
}
.pswp__preloader--active {
  opacity: 1
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise .5s linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0
}
@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0)
  }
  50% {
    transform: rotate(-140deg)
  }
  100% {
    transform: rotate(0)
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4,0,.22,1)
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(12,53,156,.9)
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(12,53,156,.7)
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none
}
.pswp__element--disabled {
  display: none!important
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0
}
.tooltipster-base {
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute
}
.tooltipster-box {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden
}
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity
}
.tooltipster-fade.tooltipster-show {
  opacity: 1
}
.tooltipster-grow {
  transform: scale(0,0);
  transition-property: transform;
  -webkit-backface-visibility: hidden
}
.tooltipster-grow.tooltipster-show {
  transform: scale(1,1);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(.23,.635,.495,2.4)
}
.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-fall.tooltipster-initial {
  top: 0!important
}
.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0!important;
  opacity: 0
}
.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-slide.tooltipster-initial {
  left: -40px!important
}
.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0!important;
  opacity: 0
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading .4s
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg)
  }
  75% {
    transform: rotate(2deg)
  }
  100% {
    transform: rotate(0)
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1)
  }
  100% {
    transform: scale(1)
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling .6s
}
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  box-shadow: 0 4px 40px 0 #141AB21A;
  border-radius: 12px;
  max-width: 250px
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px
}
.tooltipster-sidetip .tooltipster-content {
  line-height: 19px;
  font-size: 13px;
  padding: 12px;
  color: #151515
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 3px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px
}
@media (max-width:768px){
  .gastro__descr{
   order: 2;
  }
  .gastro__img{
    order: 1;
  }
}
.article-card.article-card--shadow{
  border: none;
  overflow: hidden;
}
.article-card.article-card--shadow:hover{
  box-shadow: none;
}
.article-card.article-card--shadow .article-card__info{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.6) 100%);
  align-items: flex-end;
}
.article-card.article-card--shadow .article-card__img{
  transition: .3s ease;
}
.article-card.article-card--shadow:hover .article-card__img{
  transform: scale(1.1);
}
.article-card.article-card--shadow .article-card__title{
  font-size: 18px;
  color: #fff;
}
.filter-caption{
  background: #0C359C;
  color: #fff;
  position: relative;
  padding: 16px 24px;
  margin: -24px -24px 24px -24px;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media screen and (max-width: 1023px){
  .filter-caption{
    display: none;
  }
}
.filter-caption:hover{
  color: #fff;
}
.filter-caption .icon{
  font-size: 17px;
  transform: rotate(-180deg);
  transition: all .2s;
}
.filter-caption:hover .icon{
  transform: rotate(-180deg) translateX(6px);
}

/*
UPD 18.07.25 new rating cards*/
.p-photo:hover:not(.p-photo--no-shadow){
  border-color: transparent;
  box-shadow: 0 4px 40px 0 rgba(20,26,178,.1);
}
.p-photo--rating-list.p-photo--with-place{
  margin-top: 24px;
}
.p-photo__like .vote__btn--active{
  color: #0c359c;
}
.vote,
.vote.p-photo__like{
  display: grid;
  grid-template-columns: 88px 1fr;
  row-gap: 24px;
  column-gap: 24px;
  position: relative;
  border-top: 1px solid #CFD7E5;
  padding-top: 20px;
  margin-top: 24px;
}
.cards-list--list .vote,
.cards-list--list .vote.p-photo__like{
  width: 100%;
  border-top: 1px solid #CFD7E5;
  margin-top: 12px;
  padding-top: 16px;
  position: static;
  row-gap: 12px;
}
.vote__btn-box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.p-photo--rating-list .vote--passed .vote__btn-box{
  padding-bottom: 12px;
}
.vote.vote--passed{
  grid-template-columns: 1fr 72px;
  column-gap: 0;
}
.cards-list--list .vote.vote--passed{
  grid-template-columns: 1fr 60px;
}
.vote__faq svg{
  margin-left: auto;
}
.vote__faq svg{
  display: block;
}
.vote__text{
  color: #80889B;
  font-size: 13px;
  line-height: 150%;
  grid-column: span 2;
  /*margin-right: 50px;*/
}
.vote--passed .vote__chart{
  position: absolute;
  right: 0;
  height: 6px;
  background: #80889B;
  margin-top: 6px;
}
.vote--passed .vote__chart.vote__chart--like{
  right: auto;
  left: 0;
  background: #0c359c;
  border-right: 1px solid #fff;
}
.p-photo__starrating.p-photo__starrating--big{
  font-size: 24px;
}
.p-photo--rating-grid .p-photo__title{
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  text-decoration: none;
}
.p-photo--rating-grid .p-photo__title.p-photo__title--no-descr{
  min-height: 2.7em;
  margin-bottom: 24px;
}
.p-photo--rating-grid .p-photo__info{
  margin-top: 16px;
}
.cards-list--list .p-photo--with-place{
  margin-top: 68px;
}
.cards-list--list .p-photo{
  flex-wrap: wrap;
}
.cards-list--list .p-photo + .p-photo--with-place{
  margin-top: 108px;
}
.p-photo--rating-list .p-photo__buttons{
  position: absolute;
  flex-direction: column;
  top: 16px;
  right: 16px;
  margin: 0;
}
.p-photo--rating-list .p-photo__btn--type{
  top: 16px!important;
  left: 16px!important;
}
.p-photo--rating-list .p-photo__head + a{
  flex: 0 0 124px;
  width: 124px;
}
.p-photo--rating-list .p-photo__info{
  width: auto;
}
.p-photo--rating-list .p-photo__price .p-photo__param-indicator{
  -ms-flex: auto;
  flex: auto;
  flex-grow: 1;
  max-width: 100%;
}
.p-photo--rating-list .p-photo__param-val{
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
  max-width: 100%;
}
.vote__btn-val{
  font-size: 16px;
  font-weight: 600;
}
.cards-list--grid .p-photo__buttons{
  flex-direction: column;
}
.cards-list--grid .p-photo__param--no-description{
  margin-top: auto;
}

@media (min-width: 1400px){
  .cards-list--list .p-photo{
    flex-wrap: nowrap;
  }
  .p-photo--rating-list .p-photo__info{
    width: 100%;
    margin-right: 470px;
  }
  .cards-list--no-like .p-photo--rating-list .p-photo__info{
    margin-right: 100px;
  }
  .cards-list--list .vote,
  .cards-list--list .vote.p-photo__like{
    width: 316px;
    margin: 0;
    row-gap: 6px;
    position: absolute;
    right: 22px;
    border: none;
    padding: 0;
    top: 50%;
    margin-top: -16px;
  }
  .p-photo--rating-list .p-photo__buttons{
    margin: 0;
    right: 400px;
    top: 50%;
    margin-top: -16px;
    flex-direction: row;
  }
  .cards-list--no-like  .p-photo--rating-list .p-photo__buttons{
    right: 40px;
  }
}
.cards-list--grid .p-photo__features{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #F5F6F9;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 0;
}
.p-photo--rating-grid .p-photo__features{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #F5F6F9;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.p-photo--rating-grid .p-photo__param-indicator{
  margin-top: -2px;
}
.p-photo--rating-grid .p-photo__features .p-photo__param-indicator{
  margin-top: 0;
}
.p-photo--rating-grid .p-photo__features .p-photo__param-indicator span{
  background: #F5F6F9;
  display: inline;
}
.p-photo--rating-grid.p-photo--with-features.p-photo--norating:hover{
  border-color: transparent;
  box-shadow: 0 4px 40px 0 rgba(20,26,178,.1);
}
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover{
  background: #F5F6F9;
  border-color: #F5F6F9;
  box-shadow: none;
}
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__param-indicator span{
  background: #F5F6F9;
}
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__features{
  height: auto;
  padding: 64px 20px 20px;
}
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__btn .icon-like_fill{
  color: transparent;
}
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__btn.p-photo__btn--active .icon-like_fill{
  color: #0c359c
}
.p-photo--rating-grid .p-photo__head,
.p-photo--rating-grid .p-photo__like{
  z-index: 2;
}
.p-photo.p-photo--rating-grid.p-photo--with-features:has(.p-photo__features).p-photo--slide:hover .p-photo__btn .icon-like_fill{
  color: #F5F6F9;
}
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__img,
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__title,
.p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__description,
.rating__col .p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__info{
  opacity: 0;
}
.p-photo--rating-grid .p-photo__features .starrate__val{
  margin-right: 4px;
}
.p-photo--rating-grid .p-photo__param-indicator em{
  font-style: normal;
}
.p-photo--rating-grid .p-photo__features .starrate{
  font-size: 12px;
  align-items: center;
  width: 100%;
}
.p-photo--rating-grid .p-photo__features .p-photo__param-val{
  font-weight: normal;
}
.p-photo--with-features .p-photo__link:before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 1700px){
  .p-photo--rating-grid .p-photo__features .starrate{
    justify-content: flex-end;
  }
  .p-photo--rating-grid .p-photo__features .p-photo__param li{
    flex-direction: column;
    gap: 0;
  }
  .p-photo--rating-grid .p-photo__features .p-photo__param .p-photo__param-val{
    padding: 0;
  }
  .p-photo--rating-grid .p-photo__features .p-photo__param-indicator{
    margin-bottom: 4px;
    line-height: 1.3;
    border: none;
  }
}
@media screen and (min-width: 1200px){
  .p-photo--rating-grid.p-photo--with-features:hover .p-photo__features,
  .p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__features{
    padding: 64px 32px 32px;
  }
  .p-photo--rating-grid.p-photo--with-features:not(.p-photo--norating):hover .p-photo__features{
    bottom: 0;
  }
  .p-photo--rating-grid.p-photo--with-features:hover .p-photo__param{
    margin-top: 0;
  }
}
@media screen and (min-width: 1701px){
  .p-photo--rating-grid .p-photo__features .p-photo__param-val{
    flex-basis: 98px;
    width: 98px;
    line-height: 1;
    flex-shrink: 0;
    padding: 0;
    margin-top: 6px;
  }
  .p-photo--rating-grid .p-photo__features .p-photo__param li{
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-photo--rating-list .p-photo__price--desktop,
.p-photo--rating-grid .p-photo__price--mobile{
  display: none;
}
.p-photo--rating-list .p-photo__price--mobile{
  width: 100%;
  display: block;
  margin-top: 12px;
}
@media (min-width: 710px){
  .p-photo--rating-list .p-photo__price--mobile,
  .p-photo__price--mobile{
    display: none;
  }
  .p-photo--rating-list .p-photo__price--desktop{
    display: flex;
  }
}
@media (max-width: 709px){
  .p-photo--rating-list .p-photo__head + .p-photo__link{
    flex: 0 0 65px;
    width: 65px;
    margin-right: 12px;
  }
  .p-photo--rating-list .p-photo__link .p-photo__img{
    margin: 0;
  }
  .p-photo--rating-list .p-photo__info{
    width: calc(100% - 77px);
  }
  .p-photo--rating-list .p-photo__title{
    font-size: 16px;
    font-weight: 500;
  }
  .cards-list--list .p-photo--rating-list .p-photo__param{
    margin-top: 0;
  }
  .p-photo__starrating.p-photo__starrating--big{
    font-size: 13px;
    font-weight: 600;
  }
  .p-photo__year{
    padding: 0 8px;
    font-size: 13px;
    margin-left: 12px;
  }
  .cards-list--list .p-photo__btn--quality{
    font-size: 25px;
  }
  .p-photo--rating-list{
    padding: 16px;
  }
  .p-photo--rating-grid .p-photo__title{
    font-size: 16px;
    line-height: 150%;
  }
  .p-photo--rating-grid .p-photo__title.p-photo__title--no-descr{
    min-height: auto;
    margin-bottom: 12px;
  }
  .p-photo--rating-grid{
    padding: 16px;
  }
  .p-photo--rating-grid .p-photo__link{
    width: 179px;
  }
  .vote, .vote.p-photo__like{
    row-gap: 22px;
  }
  .vote, .vote.p-photo__like{
    padding-top: 16px;
    margin-top: 16px;
  }
  .vote--passed .vote__chart{
    height: 4px;
    margin-top: 4px;
  }
  .p-photo__description{
    margin-bottom: 16px;
    font-size: 13px;
  }
}
.cards-list--list .p-photo--rating-list .p-photo__param{
    width: min(480px, 100%);
}
.cards-list--list .p-photo__price .p-photo__param-indicator{
    -ms-flex: 0 0 312px;
    flex: 0 0 312px;
}
.cards-list--list .item_position{
    margin: 0;
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    text-align: left;
}
.cards-list {
  display: grid;
  gap: 40px
}
.cards-list--grid {
  grid-template-columns: repeat(3, 1fr)
}
.cards-list--list {
  grid-template-columns: repeat(1, 1fr);
  gap: 12px
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .cards-list--grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 641px) and (max-width: 1000px){
    .cards-list--grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .cards-list--grid{
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .page-text .cards-list{
      margin: 32p 0;
    }
}