body.store-page div.breadcrumbs.hide {
  display: none !important;
}

.store-page .breadcrumbs__inner {
  padding: 30px 0 50px;
}

@media (max-width: 680px) {
  .store-page .breadcrumbs__inner {
    padding-bottom: 30px;
  }
}

.store-page .breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.store-page .breadcrumbs__back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.store-page .breadcrumbs__back-btn svg * {
  fill: #6b6b6b;
}

.store-page .breadcrumbs__item.dark-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-page .breadcrumbs__item.dark-item .store-page .breadcrumbs__link {
  color: #000;
}

.store-page
  .breadcrumbs__item
  .store-page
  .breadcrumbs:last-child
  .store-page
  .breadcrumbs__link
  i {
  color: #6b6b6b;
}

.store-page .breadcrumbs__link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6b6b6b;
}

.store-page .breadcrumbs__link b {
  color: #000;
  font-weight: 600;
}

/*.store-page .hero-slim {*/
/*}*/

/*@media (max-width: 992px) {*/
/*  .store-page .hero-slim {*/
/*    margin-bottom: 50px;*/
/*  }*/
/*}*/

.store-page .hero-slim ~ .top-goods-slider {
  margin-top: 80px;
}

@media (max-width: 992px) {
  .store-page .hero-slim ~ .top-goods-slider {
    margin-top: 70px;
  }
}

.store-page .hero-slim.hero-slim__catalog {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .store-page .hero-slim.hero-slim__catalog {
    margin-bottom: 0;
  }
}

.store-page .hero-slim__case {
  position: relative;
}

.store-page .hero-slim__img {
  position: relative;
}

.store-page .hero-slim__img:before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 -200px 140px -115px black;
  box-shadow: inset 0 -200px 140px -115px black;
}

.store-page .hero-slim__slide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  white-space: nowrap;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 1220px) {
  .store-page .hero-slim__slide-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    padding: 0 15px;
  }
}

@media (max-width: 680px) {
  .store-page .hero-slim__slide-title {
    bottom: 50px;
    font-size: 24px;
    gap: 20px;
  }
}

.store-page .hero-slim__link {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.store-page .hero-slim__link:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 680px) {
  .store-page .hero-slim__link {
    font-size: 16px;
  }
}

.store-page .hero-slim__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 20px;
  gap: 30px;
}

@media (max-width: 680px) {
  .store-page .hero-slim__pagination {
    gap: 15px;
  }
}

.store-page .hero-slim__pagination span {
  width: 60px;
  height: 3px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.3;
}

.store-page .hero-slim__pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 680px) {
  .store-page .hero-slim__pagination span {
    width: 30px;
  }
}

.store-page .top-goods-slider {
  margin-bottom: 110px;
}

.store-page .top-goods-slider.collection-list{
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .store-page .top-goods-slider {
    margin-bottom: 50px;
  }
}

.store-page .top-goods-slider__top-wrapp {
  position: relative;
  z-index: 2;
}
.store-page .top-goods-slider__top-wrapp .top-goods-slider__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  overflow-x: auto;
  justify-content: flex-start;
  margin-right: -15px;
  padding-right: 20px;
}

.store-page .top-goods-slider__top-wrapp .top-goods-slider__top-inner::-webkit-scrollbar,
.store-page .top-goods-slider__top-wrapp .top-goods-slider__top-inner::-webkit-scrollbar-thumb {
  width: 0px;
  height: 0px;
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media (max-width: 680px) {
  .store-page .top-goods-slider__top-wrapp:after {
    position: absolute;
    content: "";
    z-index: 3;
    top: -15px;
    right: -15px;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
  }
}

.store-page .top-goods-slider__top-wrapp a {
  white-space: nowrap;
}

.store-page .top-goods-slider__top-wrapp a:last-child{
  padding-right: 15px;
}

.store-page .top-goods-slider__top-wrapp.no-bg .site-link {
  font-family: "Roboto";
  margin-left: auto;
}

.store-page .top-goods-slider__pagination {
  margin-bottom: 0 !important;
}

.store-page .top-goods-slider__tab:not(.site-title) {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #6b6b6b;
}

.store-page .top-goods-slider__tab:not(.site-title).active {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}

.store-page .top-goods-slider__tab:not(.site-title):hover {
  text-decoration: none;
}

.store-page .top-goods-slider .site-title {
  color: #000;
}

.store-page .top-goods-slider__inner .site-title,
.store-page .top-goods-slider__tab.site-title {
  font-family: "Roboto";
  color: #6b6b6b;
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
}

.store-page .top-goods-slider__inner .site-title.active,
.store-page .top-goods-slider__tab.site-title.active {
  color: #000;
  text-decoration: none;
}

.store-page .top-goods-slider__tab.site-title:hover {
  text-decoration: none;
}

.top-goods-slider__tab {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-goods-slider__tab span {
  display: flex;
}

.store-page .top-goods-slider__body {
  display: none;
}

.store-page .top-goods-slider__body .site-link,
.store-page .top-goods-slider__body ~ .site-link {
  position: relative;
  display: flex;
  margin-top: 15pt;
  transform: translateY(35px);
  padding-left: 25px;
}

.store-page .top-goods-slider__body .site-link:before,
.store-page .top-goods-slider__body ~ .site-link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  transform: translateY(-53%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzFfMV8iIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik04LDBDMy41ODIsMCwwLDMuNTgyLDAsOHMzLjU4Miw4LDgsOHM4LTMuNTgyLDgtOFMxMi40MTgsMCw4LDB6IE02LjM1NCwxMy4zNTRsLTAuNzA3LTAuNzA3TDEwLjI5Myw4TDUuNjQ2LDMuMzU0ICBsMC43MDctMC43MDdMMTEuNzA3LDhMNi4zNTQsMTMuMzU0eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 15px;
}

@media (max-width: 992px) {
  .store-page .top-goods-slider__body .site-link,
  .store-page .top-goods-slider__body ~ .site-link {
    justify-content: center;
    transform: translateY(22px);
  }
}

@media (max-width: 680px) {
  .store-page .top-goods-slider__body .site-link,
  .store-page .top-goods-slider__body ~ .site-link {
    width: fit-content;
    margin: 0 auto;
  }
  
.store-page .top-goods-slider__body .site-link:before,
  .store-page .top-goods-slider__body ~ .site-link:before {
    transform: translateY(-35%);
  }
}

.store-page .top-goods-slider__body.active {
  display: block;
}

.store-page .top-goods-slider .auction-card .product-card__description {
  min-height: initial;
}

.store-page .top-goods-slider .top-goods-slider__case {
  height: auto;
}
.store-page .top-goods-slider .top-goods-slider__case .product-card__body {
  justify-content: flex-end;
}
.store-page
  .top-goods-slider.collection
  .top-goods-slider__case
  .product-card__body {
  align-items: center;
}

.store-page .top-goods-slider.collection .top-goods-slider__body {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

@media (max-width: 680px) {
  .store-page .top-goods-slider.collection .top-goods-slider__body {
    flex-direction: column;
  }
}

.store-page .top-goods-slider.collection .top-goods-slider__container {
  width: 100%;
  /* overflow: visible; */
}
/*
.store-page .top-goods-slider.collection .top-goods-slider__inner {
  overflow: hidden;
}

.store-page .top-goods-slider.collection .top-goods-slider__body ~ .site-link {
  padding-left: 25px;
}

.store-page .top-goods-slider.collection .top-goods-slider__list {
  margin: 0 -25px;
}

.store-page .top-goods-slider.collection .top-goods-slider__case {
  height: initial;
  width: 25%;
  padding: 0 25px;
}*/

@media (max-width: 1024px) {
  .store-page .top-goods-slider.collection .top-goods-slider__case {
    width: 33.333%;
  }
}
@media (max-width: 800px) {
  .store-page .top-goods-slider.collection .top-goods-slider__case {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .store-page .top-goods-slider.collection .top-goods-slider__case {
    width: 100%;
  }
  .store-page .product-card {
    width: 100%;
  }
}

.store-page .top-goods-slider.collection-list .product-card__title,
.store-page .top-goods-slider.collection .product-card__title {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.store-page .top-goods-slider.collection-list .product-card__title{
  text-align: center;
}

.store-page .catalog-case {
  margin-bottom: 80px;
}

@media (max-width: 680px) {
  .store-page .catalog-case {
    margin-bottom: 50px;
  }
}

.store-page .catalog-case .carousel__case-action-txt {
  white-space: nowrap;
}

.store-page .catalog-case .carousel__case-action-txt br {
  display: none;
}

.store-page .thumbnail-bar__horizontal .thumbnail-bar__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 680px) {
  .store-page .thumbnail-bar__horizontal .thumbnail-bar__inner.swiper {
    overflow: visible !important;
  }
}

.fast-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .fast-filter {
    margin-bottom: 50px;
  }
}

.fast-filter__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

@media (max-width: 680px) {
  .fast-filter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.fast-filter__title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}

.fast-filter__title br {
  display: none;
}

.fast-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  width: 100%;
}

@media (max-width: 992px) {
  .fast-filter__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}

@media (max-width: 680px) {
  .fast-filter__list {
    width: auto;
  }
}

.fast-filter__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16.6666%;
  padding: 0 15px;
}

@media (max-width: 992px) {
  .fast-filter__case {
    width: 50%;
  }
}

.fast-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
}

.fast-filter__btn:hover {
  background-color: #fff;
  color: #000;
}

.info-block__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

@media (max-width: 992px) {
  .info-block__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.info-block__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  .info-block__image {
    gap: 15px;
  }
}

.info-block__image-item {
  width: 50%;
  position: relative;
}

.info-block__image-item::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.info-block__image-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 680px) {
  .info-block__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.info-block__txt {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 680px) {
  .info-block__txt br {
    display: none;
  }
}

.info-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  margin-left: auto;
  padding: 10px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.info-block__btn:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 680px) {
  .info-block__btn {
    width: 100%;
  }
}
.product-card__bottom-wrapper {
  margin-top: auto;
}
.product-card__bottom {
  display: flex;
  align-items: center;
  /*margin-top: auto;*/
  min-height: 27px;
}

.product-card__action {
  display: flex;
  margin-left: auto;
  gap: 15px;
}

@media (max-width: 992px){
  .product-card__action {
    gap: 8px;
  }

}

.product-card__bottom .product-card__favorite-ico {
  position: static;
}

.product-card__bottom .catalog-card__buy svg,
.product-card__bottom .product-card__favorite-ico svg {
  width: 25px;
  height: 25px;
}
.product-card__bottom .catalog-card__buy svg#svg2{
  width: 32px;
  height: 32px;
  margin-top: -5px;
}

/*.store-page .artist__inner {*/
/*  margin-top: -20px;*/
/*  padding-top: 0;*/
/*}*/

/*@media (max-width: 992px) {*/
/*  .store-page .artist__inner {*/
/*    margin-top: 0px;*/
/*  }*/
/*}*/
.store-page .artist .container-grid {
  margin-bottom: 60px;
}

.store-page .artist ~ .catalog-container .card-container-catalog__inner {
  margin-top: 40px;
}

.author-subscribe-link {
  white-space: nowrap;
  position: absolute;
  bottom: -12px;
  padding: 25px 40px;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: calc((100vw - 1215px) / 2);
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: center;
}

.author-subscribe-link .carousel__case-action-txt {
  color: inherit;
}

.store-page .footer__title {
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .store-page .footer__column {
    width: initial;
  }
  .store-page .footer__column:nth-child(2) {
    transform: translateX(-50px);
  }
  .store-page .footer__column:nth-child(4) {
    margin-bottom: 0;
  }
}
.store-page .footer__contact {
  margin-bottom: 0;
}
.store-page .footer__social .social__list {
  margin-bottom: 0;
}

.footer__copyright {
  background-color: #000;
}

.footer__copyright-inner {
}
.footer__copyright .footer__content-row.dark-col {
  align-items: center;
  padding: 15px 0;
}
.footer__copyright .footer__content-row.dark-col .footer__column {
  width: 21%;
}
.footer__copyright .footer__privacy {
  color: #fff;
}
.footer__copyright .footer__quote {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.footer__copyright .footer__logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(55px);
}
@media (max-width: 1360px) {
  .footer__copyright .footer__logo {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .footer__copyright .footer__content-row.dark-col {
    padding: 25px 0;
    flex-direction: column;
    row-gap: 25px;
  }
  .footer__copyright .footer__content-row.dark-col .footer__column {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .footer__copyright .footer__privacy {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .footer__copyright .footer__quote {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .store-page .footer__column {
    width: 45%;
    margin-bottom: 49px;
  }
  .store-page .footer__copyright .footer__content-row .footer__column:nth-child(1) {
    order: 3;
  }
  .store-page .footer__copyright .footer__content-row .footer__column:nth-child(2) {
    order: 1;
  }
  .store-page .footer__copyright .footer__content-row .footer__column:nth-child(3) {
    order: 2;
  }
}

  @media (max-width: 680px) {
  .store-page .footer__content-row .footer__column:nth-child(1) {
    order: 3;
  }
  .store-page .footer__content-row .footer__column:nth-child(2) {
    order: 4;
  }
  .store-page .footer__content-row .footer__column:nth-child(3) {
    order: 1;
  }
  .store-page .footer__content-row .footer__column:nth-child(4) {
    order: 2;
  }
}

.top-goods-slider.collection .slider-navigation-btn{
  top: 43%;
}

.carousel__case-img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel__case-img img{
  height: 100%;
  max-height: 576px !important;
}

html body .carousel__case-img figure.mz-figure div:not([class]) a,
html body .carousel__case-img figure.mz-figure span:not([class]) a{
  display: none !important;
}

html body .mz-expand.thumbnails-style-shaded div:not([class]) a,
html body .mz-expand.thumbnails-style-shaded span:not([class]) a{
  display: none !important;
}

.catalog-ico {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.catalog-ico ~ .txt{
  margin-right: auto;
}
.catalog-ico svg{
  width: 20px;
  height: 20px;
}


.features {
  position: relative;
  z-index: 5;
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  .features {
    margin-bottom: 50px;
    margin-top: -4px;
  }
}

.features__inner {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .features__inner.paddingRight {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  .features__inner.paddingRight .features__container {
    border-right: 2px solid #000;
    border-left-color: transparent;
  }
}

@media (max-width: 992px) {
  .features__inner {
    padding-right: 0;
  }
}

.features__inner .slider-pagination {
  margin-top: 27px;
}

.features__container {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #000;
}

@media (max-width: 1024px) {
  .features__container {
    margin-right: -2px;
  }
}

.features__container.paddingRight {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.features__list {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.features__case {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 25%;
  height: 296px;
  border-right: 2px solid #000;
}

.features__case:last-child {
  border-right: 0;
}

@media (max-width: 800px) {
  .features__case {
    width: initial;
    height: 262px;
  }
}

@media (max-width: 420px) {
  .features__case {
    height: 345px;
  }
}

@media (max-width: 350px) {
  .features__case {
    height: 262px;
  }
}

.features__item {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .features__item:hover .features__description {
    opacity: 1;
    z-index: 20;
  }
}

@media (max-width: 1024px) {
  .features__item.active .features__description {
    opacity: 1;
    z-index: 20;
  }
}

.features__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #000;
  padding: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.features__txt {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.features__image {
  margin-bottom: 20px;
}

@media (max-width: 350px) {
  .features__image {
    margin-bottom: 35px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.features__image svg {
  width: 100%;
  height: auto;
}

.features__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

@media (max-width: 800px) {
  .features__title {
    height: 20px;
  }
}

@media (max-width: 420px) {
  .features__title {
    height: 80px;
  }
}

@media (max-width: 350px) {
  .features__title {
    height: 24px;
  }
}

@media (min-width: 993px) {
  .features__pagination {
    display: none;
  }
}


.why-us {
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  .why-us {
    margin-bottom: 50px;
  }
}

.why-us .container-grid__col--small{
  max-width: 299px;
}

@media (max-width: 992px) {
  .why-us .container-grid{
    display: flex;
  }

  .why-us .container-grid__row{
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .why-us .container-grid__col--small{
    max-width: 100%;
  }
  .why-us .container-grid__col--small .container-grid__title{
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.why-us__image {}
.why-us__image {}
.why-us__image img{
  width: 100%;
  height: auto;
}

.exclusive-icon{
  cursor: pointer;
}