/* Пользовательские стили */
.feedback-form .form-check{text-align:center}
.reviews-list_slice:nth-child(n+4) {
  display: none;
}


@media (min-width: 1200px) {
  .order-details-card--410 {
    max-width: 410px;
  }
}
.inter-shop__wrapper{
display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
}
.inter-shop__block{
box-shadow: 0px 4px 4px 0px #0000001A;
  padding:20px;
  border-radius:12px;
}
.inter-shop__title{
font-size: 20px;
font-weight: 600;
line-height: 23.44px;
color: #242424;
  display:block;
  margin-bottom:30px;
}
.inter-shop__block .img-responsive{
margin-bottom:20px;
}
.inter-shop__list{
  list-style: none;
  padding-left: 0;
}
.inter-shop__list-item{
  margin-bottom:15px;
}
.inter-shop__list-item:last-child{
  margin-bottom:0;
}
.inter-shop__list:last-child{
  margin-bottom:0;
}
.inter-shop__list-item a{
color: #242424;
}
.inter-shop__list-item a:hover{
color: var(--bs-link-hover-color);
}

.inter-shop__title:hover{
color:#58BCAF
}

.inter-shop__list-item a:hover{
color:#58BCAF
}

.order-pay-wrap-btn .btn-primary.w-100 {
  display: block;
  width: auto !important;
  margin-left: auto;
  min-width: 167px;
}

.table {
  vertical-align: middle;
}

.last-view-good-card {
  flex-direction: row;
  border-radius: 8px;
  padding: 8px;
  color: #242424;
}

.last-view-good-card__thumb {
  margin-right: 8px;
  flex-shrink: 0;
  width: 88px;
  height: 76px;
}

.last-view-good-card__image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.last-view-good-card__body {
  flex-grow: 1;
}

.last-view-good-card__title {
  margin-bottom: 8px;
  line-height: 22px;
}

.last-view-good-card__link {
  display: inline-flex;
  color: inherit;
}

.last-view-good-card__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last-view-goods .swiper-button-next.swiper-button-disabled, .last-view-goods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.last-view-good-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.last-view-good-card__current-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.last-view-good-card__old-price {
  color: rgba(36, 36, 36, 0.6);
  text-decoration: line-through;
}

@media (min-width: 1200px) {
  .last-view-goods .swiper-button-prev {
    left: -20px;
  }

  .last-view-goods .swiper-button-next {
    right: -20px;
  }
}

.last-view-goods {
  margin-bottom: 72px;
}

@media (max-width:991px) {
  .last-view-goods {
    margin-bottom: 50px;
  }
}

@media (max-width:575px) {
  .last-view-goods .swiper-button-prev {
    display: none;
  }

  .last-view-goods {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .last-view-good-card__old-price {
    font-size: 14px;
  }

  .last-view-good-card__current-price {
    font-size: 17px;
    line-height: 20px;
  }

  .last-view-good-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .last-view-good-card__thumb {
    width: 60px;
    height: 60px;
  }

  .last-view-goods .swiper-slide {
    width: 250px;
  }
}

.last-view-goods__slider-wrap {
  position: relative;
}

.review-card__rating {
  margin-bottom: 14px;
}

.review-card__head {
  margin-bottom: 10px;
}

.product-total-card__price-wrap {
  margin-bottom: 12px;
}

.product-total-card__promotions {
  margin-bottom: 24px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.product-total-card__promotions span {
  color: #E73131;
  font-weight: 700;
  font-size: 20px;
}

.review-count-card__count-reviews a {
  --bs-link-color:#242424;
}

.product-total-card .field-num {
  margin-bottom: 0;
}

.order-details-sub-card__list-description {
  font-weight: 500;
}

.order-details-sub-card__list-description--size-large {
  font-size: 20px;
}

.status {
  background: var(--bs-primary);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 8px;
}

@media (max-width: 575.98px) {
  .promotions-card__sale {
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__current-price {
    font-size: 20px;
    line-height: 24px;
  }

  .promotions-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__description {
    display: none;
  }

  .promotions-card__badge {
    margin: 10px 0;
  }

  .promo .promotions-card {
    width: 220px;
  }

  .promotions-card__price-container {
    gap: 10px 0;
  }

  .promotions-card__inner {
    padding: 14px;
  }

  .promotions-card__image {
    position: static;
    mix-blend-mode: normal;
    margin: 0 auto 20px;
  }
}

.product-inner__information .expandable {
  margin-bottom: 15px;
}

.promotions-card__content {
  max-width: 100%;
}

.promotions-card__description {
  max-width: 250px;
}

.page-header__address::before {
  content: '';
  background-image: url("/themes/default/images/geo-wgite-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 22px;
  display: inline-block;
  margin-right: 11px;
  vertical-align: -5px;
}

.page-header__address {
  font-weight: 500;
}

@media (min-width: 1200px) {
  html,
  body,
  body.fancybox-active {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

  footer {
    flex-shrink: 0;
  }
}

.authorization .form-check {
  font-size: 14px;
  line-height: 16px;
}

.registration .form-check,
.authorization .form-check {
  color: #fff;
}

.registration .form-check a,
.authorization .form-check a {
  color: #fff;
}

.registration__inner,
.authorization__inner {
  padding: 40px 0 0;
}

.registration .form-check-input[type="checkbox"]:checked[type="checkbox"],
.authorization .form-check-input[type="checkbox"]:checked[type="checkbox"] {
  border-color: #ffffff;
}

.article__text-wrap ol,
.article__text-wrap ul {
  margin: 16px 0 30px;
  padding-left: 20px;
}

.article__text-wrap li + li {
  margin-top: 8px;
}

.article__text-wrap img {
  margin: 48px 0;
}

.article__text-wrap li::marker {
  color: var(--bs-primary);
  font-weight: 500;
}

.article__text-wrap img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .article__text-wrap img {
    margin: 30px 0;
  }
 
}

.page-link {
  width: auto;
  min-width: 25px;
}

.page-item.prev .page-link,
.page-item.next .page-link {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 0;
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}

.page-item.next .page-link {
  background-image: url("/themes/default/images/page-item-next.svg");
}

.page-item.prev .page-link {
  background-image: url("/themes/default/images/page-item-prev.svg");
  transform: none;
}

.page-item.prev .page-link:hover,
.page-item.next .page-link:hover {
  background-color: #fff;
}

.page-item.first .page-link,
.page-item.last .page-link {
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  height: 40px;
  width: auto;
  border-radius: 8px;
  padding: 0 10px;
}

.page-item.first,
.page-item.last {
  margin: 0 10px;
}

.popular-brands__brand {
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.popular-brands__brand:hover {
  border-color: var(--bs-primary);
}

.fancybox-content-background {
  background-color: var(--bs-primary) !important;
  background-repeat: no-repeat !important;
  background-position: top -39px center !important;
  background-image: url("../images/popup-bg.svg") !important;
  border-radius: 12px;
  padding: 40px !important;
}

.add_comment.fancybox-content-background {
  background-image: none !important;
}

.fancybox-content-background .h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}



#popup_message .form-check {
  font-size: 14px;
  line-height: 16px;
}

#popup_message .form-control {
  border-color: #fff !important;
}

#popup_message .form-check a,
#popup_message .form-check,
.add_comment .form-check,
.add_comment .form-check a {
  color: #fff;
}

@media (min-width: 768px) {
  .fancybox-content-background .fancybox-close-small {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    right: -40px !important;
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .fancybox-content-background {
    padding: 30px 20px !important;
  }

  .fancybox-content-background .h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}

.errors {
  display: none;
}

.promotions-card__badge {
  background-color: rgb(224 233 251);
}

.page-footer__menu ul ul {
  display: none !important;
}

.swiper-button-lock {
  display: none;
}

.breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #242424;
}

.page-header__phone-link-container {
  margin-left: 0;
  white-space: nowrap;
}

.page-header__information {
  flex-wrap: wrap;
  gap: 10px 30px;
}

.page-header__phone-link-container a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/phone-link.svg");
  margin-right: 8px;
}

.product-card__badge {
  color: #fff;
}

.promo .promo-slider__navigation {
  display: none;
}

@media (min-width: 1200px) {
  .mega-menu__inner {
    max-height: 500px;
    overflow-y: auto;
  }

  .mega-menu__inner::-webkit-scrollbar {
    width: 4px;
  }

  .mega-menu__inner::-webkit-scrollbar-thumb {
    background: rgba(49, 100, 231, 0.5);
    border-radius: 11px;
  }

  .mega-menu__inner::-webkit-scrollbar-track {
    background-color: #f3f5fa;
    border-radius: 11px;
  }
}

.success-card {
  width: 450px;
  background-color: var(--bs-primary) !important;
  background-image: url("../images/success-card-bg.svg") !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.js-category-products .swiper-button-next,
.js-category-products .swiper-button-prev {
  display: none !important;
}

.subcategories__image {
  width: 96px;
  height: 100%;
  object-fit: scale-down;
}

.catalog-inner__filter-link.form-select {
  background-image: url("/themes/default/images/up-down.svg");
  background-size: auto;
  background-position: right center;
  padding-right: 30px;
  cursor: pointer;
}

.catalog-inner__filter-link.form-select:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .catalog-inner__head-action {
    flex-wrap: nowrap;
  }
}

.ui-slider {
  background: rgb(36 36 36 / 20%);
  height: 2px;
  position: relative;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: var(--bs-link-hover-color);
}

.ui-slider-handle {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -8px;
  margin-left: -0.6em;
  border-radius: 50%;
  background: var(--bs-link-hover-color);
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.error {
  color: red;
}

.border-bottom-last-child .border-bottom:last-child {
  --bs-border-width: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating .fa {
  font-size: 14px;
  line-height: 14px;
}

.gray-star {
  color: #d4d4d4;
}

.gold-star {
  color: #ffd864;
}

.del_compare {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  color: rgba(36, 36, 36, 0.6);
}

.product-comparison__item-thumb {
  position: relative;
}

.product-comparison__item-thumb .del_compare {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

@media (min-width: 992px) {
  .order-total-card,
  #filter_form,
  .product-total-card {
    position: sticky;
    top: 0;
  }
}

.product-card__chars {
  display: none;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}

.product-card__chars-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-card__chars-item:nth-child(n + 4) {
  display: none;
}

.product-card__chars-item + .product-card__chars-item {
  margin-top: 8px;
}

.product-card__chars-name {
  color: rgba(36, 36, 36, 0.6);
}

.product-card__chars-value,
.product-card__chars-value a {
  color: #242424;
}

.product-card__actions-links-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .catalog-inner__list--list-style .product-card {
    margin-bottom: 20px;
    border: 1px solid rgba(36, 36, 36, 0.2);
    padding: 16px 20px 16px 16px;
  }

  .catalog-inner__list--list-style .product-card__chars {
    display: block;
  }

  .catalog-inner__list--list-style .product-card__inner {
    display: grid;
    grid-template-columns: 195px 1fr 200px;
    grid-template-areas:
      "thumb title price"
      "thumb review actions"
      "thumb chars actions";
  }

  .catalog-inner__list--list-style .product-card__thumb {
    grid-area: thumb;
    margin-bottom: 0;
  }

  .catalog-inner__list--list-style .product-card__title {
    grid-area: title;
    margin-bottom: 0;
    min-height: unset;
  }

  .catalog-inner__list--list-style .product-card__rating-and-reviews {
    grid-area: review;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__price-wrap {
    grid-area: price;
    margin-top: 0;
    text-align: right;
    margin-left: auto;
  }

  .catalog-inner__list--list-style .product-card__chars {
    grid-area: chars;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__actions {
    grid-area: actions;
    margin-top: 0;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 0;
  }

  .catalog-inner__list--list-style .product-card__actions .btn-primary {
    min-width: 160px;
  }

  .catalog-inner__list--list-style .product-card__actions-button-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .review-card {
    min-height: unset;
  }
}

.review-card__head {
  justify-content: flex-start;
}

.swiper-slide .product-card {
  height: 100%;
}

.product-comparison__item-rating-and-reviews {
  min-height: 24px;
}

.ratio {
  display: block;
}

.product-filter__devider::before {
  content: none;
}

.rcrumbs {
  overflow-x: hidden;
  white-space: nowrap;
}

.rcrumbs > ul > li {
  overflow: hidden;
}

@media (max-width:479px) {
  .rcrumbs > ul > li {
    display: none;
  }
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs .divider {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  vertical-align: -2px;
  background-image: url(../images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.registration__card .invalid-feedback {
  color: #000;
}

.user-nav__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: -5px;
  background: var(--bs-primary);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 10px;
}

.social__link {
  transition: color 0.2s, background-color 0.2s;
}

.social__link:hover {
  background-color: var(--bs-link-hover-color);
  color: #fff;
}

.contacts-card__description a {
  transition: color 0.2s;
}

.contacts-card__description a:hover {
  color: var(--bs-primary);
}

.sweet-alert .sa-success {
  display: none !important;
}

.sweet-alert {
  padding: 40px !important;
  background-color: var(--bs-primary) !important;
  background-repeat: no-repeat !important;
  background-position: top -50px center !important;
  background-image: url("/themes/default/images/popup-bg.svg") !important;
  border-radius: 12px !important;
  color: #fff !important;
  text-align: center !important;
  width: 416px !important;
}

.sweet-alert p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.sweet-alert h2 {
  margin: 0 0 16px !important;
  font-weight: 500 !important;
  font-size: 40px !important;
  line-height: 47px !important;
  color: #fff !important; 
}

@media (max-width:476px) {
  .sweet-alert {
    padding: 30px 20px !important;
  }

  .sweet-alert h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

.inWishList,
.inCompare {
  color: var(--bs-primary);
}

/*******************Смена изображения при наведении ***********************************************/

.promotions-card__sale,
.promotions-card__current-price {
  white-space: nowrap;
}

.image {
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.image-switch {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  width: 75%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.mobile .image-switch {
  opacity: 1;
}

.image-switch-item {
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.image-switch-item:only-child {
  opacity: 0;
}

.image-switch-item::after {
  content: "";
  width: 85%;
  margin: 0 auto;
  height: 4px;
  background:  rgba(36, 36, 36, 0.1);  
  border-radius: 11px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
  background:var(--bs-link-hover-color);
}

.image:hover .image-switch {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
/*******************Смена изображения при наведении ***********************************************/
.about-us__best-block svg path{fill:var(--bs-link-hover-color)}
.about-us__best-block{padding: 20px; background: #FFFFFF; border-radius: 12px; height:100%}
.about-us__best-title{padding:8px 0 4px; font-weight: 500; color: #242424}
/******************* Доставка и оплата *******************/
.delivery-heading{background:url(../images/delivery-heading.jpg) no-repeat center center / cover; height:330px; border-radius:12px}
.delivery-heading h1{padding:30px 95px; border-radius:12px; margin:0; background:var(--bs-link-color); color:#fff}
.delivery-info__left{width:calc(100% - 470px); padding-right:175px; margin-top:75px;}
.delivery-info__right{padding: 32px;background: #F2F3F5; border-radius: 12px; width:470px; margin-top:75px;}
.pay__row{margin:-4px}
.pay__block{padding:4px}
.pay__block-in{padding: 12px; background: #FFFFFF; border-radius: 12px}
.pay__block-title{font-weight: 500; padding:8px 0 4px}
.delivery-info__bottom{background:var(--bs-primary); padding: 40px; border-radius: 12px; color:#fff}
.delivery-info__bottom h3{color:var(--bs-secondary)}
.pay__block-in svg path{fill:var(--bs-secondary)}
@media(max-width:1549px){
	.delivery-heading{height:300px}
	.delivery-heading h1{padding:25px 75px}
	.delivery-info__left{padding-right:60px; margin-top:65px;}
	.delivery-info__right{padding: 25px; margin-top:65px;}
	.delivery-info__bottom{padding:35px}
}
@media(max-width:1199px){
	.delivery-heading{height:270px}
	.delivery-heading h1{padding:15px 55px}
	.delivery-info__left{width:calc(100% - 400px); padding-right:30px; margin-top:55px;}
	.delivery-info__right{width:400px; padding: 20px; margin-top:55px;}
	.delivery-info__bottom{padding:30px}
}
@media(max-width:991px){
	.delivery-heading{height:250px}
	.delivery-heading h1{padding:15px 45px}
	.delivery-info__left{width:100%; padding-right:0; margin-top:45px;}
	.delivery-info__right{width:100%; padding: 20px; margin-top:20px;}
	.delivery-info__bottom{padding:25px}
	.pay__block-in{height:100%}
	.pay__block{width:50%}
}
@media(max-width:575px){
	.pay__block{width:100%}
	.delivery-heading{height:220px}
	.delivery-heading h1{padding:10px 15px}
	.delivery-info__left{margin-top:35px}
	.delivery-info__right{padding:15px}
}
/******************* О Компании *******************/
.banner-heading{background:url(../images/about-heading.jpg) no-repeat center center / cover; height:400px; border-radius:12px}
.banner-heading .banner-heading__text{max-width:550px; text-align:center; padding:30px; border-radius:12px; margin:0; background:var(--bs-link-color); color:#fff}
.banner-heading .banner-heading__text h1{color:#fff}
@media(max-width:1549px){
	.banner-heading{height:350px}
	.banner-heading .banner-heading__text{padding:25px}
}
@media(max-width:1199px){
	.banner-heading{height:300px}
	.banner-heading .banner-heading__text{padding:20px}
}
@media(max-width:991px){
	.banner-heading{height:250px}
}
@media(max-width:767px){
	.banner-heading .banner-heading__text{max-width:90%}

}
@media(max-width:575px){
	.banner-heading{height:auto; padding:50px 0}
}
.wrapper__best-in-num{padding:70px 0}
.best-in-num__row{margin:-10px}
.best-in-num__block{width:25%; padding:10px; text-align:center}
.best-in-num__block-in{padding: 25px; background: #F2F3F5; border-radius: 12px;}
.best-in-num__title{font-weight: 600; padding-bottom:10px; font-size: 40px;line-height: 44px;color: var(--bs-secondary);}
@media(max-width:1549px){
	.wrapper__best-in-num{padding:60px 0}	
	.best-in-num__block-in{padding: 20px}
	.best-in-num__title{font-size: 36px;line-height: 40px}
	.best-in-num__row .best-in-num__block:last-child br{display:none}
}
@media(max-width:1199px){
	.best-in-num__block-in{padding:15px 10px}
	.best-in-num__title{font-size: 28px; line-height:32px}
}
@media(max-width:991px){
	.wrapper__best-in-num{padding:50px 0}	
	.best-in-num__block{width:50%}
	.best-in-num__block-in{padding:15px}
}
@media(max-width:767px){
	.wrapper__best-in-num{padding:40px 0}	
	.wrapper__best-in-num h2{text-align:center}
	.wrapper__best-in-num h2 br{display:none}
}
@media(max-width:575px){
	.wrapper__best-in-num{padding:30px 0}	
	.wrapper__best-in-num h2{margin-bottom:20px}
	.best-in-num__block{width:100%}
}

.about-info__photo{width:530px}
.about-info__text{width:670px; background: #F2F3F5;  padding:60px 80px}
.about-info__row.justify-content-start .about-info__text{border-radius:0 12px 12px 0}
.about-info__row.justify-content-end .about-info__text{border-radius:12px 0 0 12px}
@media(max-width:1549px){
	.about-info__photo{width:430px}
	.about-info__text{width:570px; padding:40px 60px}
}
@media(max-width:1199px){
	.about-info__photo{width:40%}
	.about-info__text{width:60%; padding:20px 30px}
	.about-info__text .h2{margin-bottom:15px}
}
@media(max-width:991px){
	.about-info__row{background: #F2F3F5; border-radius:12px; padding:20px}
	.about-info__text{padding:0}
	.about-info__row.justify-content-start{margin-bottom:30px}
	.about-info__row.justify-content-start .about-info__text{border-radius:0; padding-left:20px}
	.about-info__row.justify-content-end .about-info__text{border-radius:0; padding-right:20px}
}
@media(max-width:767px){
	.about-info__row{align-items:start !important}
}
@media(max-width:575px){
	.about-info__row{flex-wrap:wrap}
	.about-info__photo{order:1; width:100%; padding:0 !important; margin-bottom:20px}
	.about-info__text{order:2; width:100%; padding:0 !important}
}
.wrapper__step-pay{padding-bottom:70px}
.step-pay__row{margin:-10px}
.step-pay__block{width:50%; padding:10px}
.step-pay__block-in{background: #F2F3F5;border-radius: 12px;padding: 25px; height:100%}
.step-pay__num{width:100px}
.step-pay__num svg path, .about-bottom-best__block-in svg path{fill: var(--bs-secondary)}
.step-pay__info{width:calc(100% - 100px); padding-left:32px}
.step-pay__title{}
@media(max-width:1549px){
	.wrapper__step-pay{padding-bottom:60px}	
   .inter-shop__wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 20px;
}
}
@media(max-width:1199px){
	.wrapper__step-pay{padding-bottom:50px}	
	.step-pay__block{width:100%}
  .inter-shop__wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 20px;
}
}
@media(max-width:991px){
	.wrapper__step-pay h2{text-align:center}
	.wrapper__step-pay h2 br{display:none}
}
@media(max-width:767px){
	.wrapper__step-pay{padding-bottom:40px}
	.step-pay__block-in{flex-wrap:wrap; text-align:center}
	.step-pay__num, .step-pay__info{width:100%}
	.step-pay__info{padding:20px 0 0}
   .inter-shop__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media(max-width:575px){
	.wrapper__step-pay{padding-bottom:30px}	
}



.wrapper__about-bottom-best{position:relative; padding:40px 0}
.wrapper__about-bottom-best::before{background: #F2F3F5; position:absolute; top:0; bottom:0; left:-100%; right:-100%; content:""; pointer-events:none}
.about-bottom-best__row{position:relative; z-index;1}

.about-bottom-best__left{width:calc(100% - 900px)}
.about-bottom-best__right{width:900px}
.about-bottom-best__block-row{margin:-10px}
.about-bottom-best__block{padding:10px; width:33.33%; font-weight:500}
.about-bottom-best__block-in{padding: 20px;background: #FFFFFF;border-radius: 12px;}


@media(max-width:1549px){
	.about-bottom-best__left{width:calc(100% - 750px)}
	.about-bottom-best__right{width:750px}
}
@media(max-width:1199px){
	.about-bottom-best__left, .about-bottom-best__right{width:100%}
	.about-bottom-best__right{padding-top:30px}

}
@media(max-width:991px){
	.wrapper__about-bottom-best{padding:30px 0}
	.about-bottom-best__left{text-align:center}
	.about-bottom-best__block-in{padding:15px}
}
@media(max-width:575px){
	.about-bottom-best__block-row{flex-wrap:wrap}
	.about-bottom-best__block{width:100%; text-align:center}
	.about-bottom-best__right {padding-top: 20px}
}


.tech-doc__row, .tech-doc__pagination{max-width:835px;}
.tech-doc__row a{border-bottom: 1px dashed rgba(36, 36, 36, 0.2);}
.tech-doc__row a span{height:60px; display:block}

.tech-doc__title{color: #242424; padding-right:15px}
.tech-doc__size{width:100px; color: rgba(36, 36, 36, 0.6);}
.tech-doc__icon{width:60px}

.tech-doc__icon svg path{fill: var(--bs-secondary)}
.more-var{
border: 1px solid #24242433;
padding: 24px 8px 24px 24px;
gap: 46px;
border-radius: 12px;
}
.more-var__how{
font-size: 18px;
font-weight: 500;
line-height: 25.2px;
color: #242424B2;
margin-left:25px;
}
.more-var__up-text{
display:flex;
}
.variable-product__name {
max-width:548px;
font-size: 16px;
font-weight: 400;
line-height: 22.4px;

}



.variable-product__price {

font-size: 16px;
font-weight: 700;
line-height: 18.75px;

}

.variable-product__checkbox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:24px 28px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(36, 36, 36, 0.2);
  display: grid;
  grid-template-columns: 548px 1fr auto;
 column-gap: 65px;
  align-content: center;
width: 100%;
  position:relative;
 margin-left:45px;
}
.variable-product__list {
  display: grid;
  gap: 15px 0;
padding: 3px 37px 0 0;
}
.variable-product {
  margin-bottom: 0;
}
.count-index{
color: #24242499;
font-size: 20px;
font-weight: 500;
line-height: 28px;
 
  position:absolute;
  content:'';
}
.variable-product__checkbox {
display:flex;
  align-items:center;
}
.more-var {
margin-bottom:70px;
}
@media(max-width:1549.98px){
.variable-product__checkbox-inner{
grid-template-columns: auto auto auto;
  }
}
@media(max-width:559.98px){
.variable-product__checkbox-inner{
grid-template-columns: auto auto ;
margin-left: 35px;
  }
.count-index {
  color: #24242499;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  content: '';
}
}
@media(max-width:469.98px){
.variable-product__checkbox-inner{
grid-template-columns: auto ;
    margin-left: 30px;
  }
  .variable-product__price{
margin:10px 0;
  }
.count-index {
  color: #24242499;
font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  position: absolute;
  content: '';
}
}

.product-total-card__action .btn-outline-primary {
color: #0000000f;
  border: 1px solid #0000000f;

}

.product-total-card__action .btn-outline-primary:hover {
color: #00000021;
  border: 1px solid #0000;
  background-color: #0000000f;
}
.licenses-new__slider-wrap {
  max-height: 420px;
  position: relative;
}

.licenses-new__link .img-responsive {
  height: 420px;
  border-radius: 12px;
  object-fit: cover;
}

.licenses-new {
  position: relative;
  padding: 0 3px;
}

.licenses-new__nav-link--js.swiper-button-next,
.licenses-new__nav-link--js.swiper-button-prev {
  bottom: -57px;
  top: auto;
}

.licenses-new__nav-link--js.swiper-button-next {
  right: 0;
  left: auto;
}

.licenses-new__nav-link--js.swiper-button-prev {
  right: 60px;
  left: auto;
}

.licenses-new .swiper-slide {
 width: 476px!important;

}




.about-us__certificate{
display: flex;
  align-items: center;
  column-gap:10px;
  margin-top: 24px;
  color: #7C7C7C;
font-size: 16px;
font-weight: 500;
line-height: 19px;
}
.about-us__info{
display: flex;
    column-gap:30px;
margin-top: 30px;
}

.inter-shop h2{
	margin-bottom:35px;
}
.inter-shop{
	margin:73px 0;
	
}
@media(max-width:1199px){

.licenses-new .swiper-slide {
  width: 469px !important;

}
}

.say-about-us {
    margin-top: 72px;
    padding: 48px 48px 35px;
    color: #fff;
    background-color: var(--bs-primary);
    background-image: url(/upload/media/vector_5.svg);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 12px;
}

.article .say-about-us {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.say-about-us .container {
    display: grid;
    grid-template-columns: minmax(0, 513px) minmax(0, 100%);
    gap: 0 79px;
}
.say-about-us__qr {
    position: absolute;
    bottom: 0;
}
.say-about-us__text-wrap {
    padding-bottom: 0;
}

.say-about-us__title {
    margin-bottom: 16px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 32px;
    line-height: 37.5px;
    letter-spacing: 0%;
    color: #ffffff;
}

.say-about-us__title span {
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    color: #072a46;
    margin-bottom: 12px;
}

.say-about-us__description {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 24px;
}

.say-about-us__description p {
    margin: 0;
}

.say-about-us__yandex-rating {
    display: inline-flex;
    margin-bottom: 32px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
}

.say-about-us__yandex-rating-logo {
    flex-shrink: 0;
    margin-right: 12px;
}

.say-about-us__yandex-rating-text-wrap {
    padding-top: 0;
}

.say-about-us__yandex-rating-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.say-about-us__yandex-rating-count {
    margin-right: 6px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 28.13px;
    letter-spacing: 0%;
    color: #242424;
}

.say-about-us__yandex-rating-text {
    font-size: 14px;
    line-height: 100%;
}

.say-about-us__yandex-rating-text p {
    margin: 0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    color: #242424;
}

.say-about-us__rating-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
    max-width: 550px;
}

.say-about-us__rating-logo {
    height: 25px;
    object-fit: scale-down;
}

.say-about-us__rating-text-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.say-about-us__rating-count {
    margin-right: 5px;
    color: #353742;
    font-weight: 600;
    font-size: 30px;
}

.say-about-us__rating-text {
    font-size: 14px;
}

.say-about-us__reviews-wrap {
    position: relative;
    height: 267px;
}

.say-about-us__reviews-img {
    position: absolute;
    right: 265px;
    bottom: -35px;
    z-index: 1;
}
.say-about-us .swiper-scrollbar {
    background: #ffffff4d;
    width: 4px;
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 6%));
    top: 15px;
    right: -16px;
}
.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.say-about-us__iphone {
    position: absolute;
    right: 62px;
    bottom: -35px;
    z-index: 2;
    width: 230px;
    height: 339px;
    padding: 10px 10px 0;
    background-image: url("/upload/media/iphone_14_-_2_(1).svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.say-about-us__link {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0%;
    color: #4b4f54;
    padding: 14.5px 0;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    display: block;
}
.say-about-us__yandex-rating-wrap {
    display: flex;
    gap: 20px;
}
.say-about-us__iphone .swiper {
    width: 100%;
    height: 100%;
}

.say-about-us__iphone .swiper-slide {
    height: 330px;
}

.say-about-us__iphone-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 33px 33px 0 0;
}

.say-about-us__controls {
    position: absolute;
    top: 25%;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    background: #fff;
    border-radius: 60px;
}

.say-about-us__controls .swiper-button-prev {
    transform: rotate(90deg);
}

.say-about-us__controls .swiper-button-next {
    transform: rotate(90deg);
}

.say-about-us__controls .swiper-pagination {
    margin: 40px 0;
    transform: none;
}

.say-about-us__controls > * {
    position: static;
    margin: 0;
}

.say-about-us__controls .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #eeeeeec4;
}
.say-about-us__controls .swiper-pagination-bullet {
    background-color: #9dbeda;
    border-radius: 60px;
    opacity: 1;
    width: 4px;
    height: 10px;
}
.say-about-us__controls .swiper-pagination-bullet-active {
    background-color: #e41d37;
}
.say-about-us__controls .swiper-button-next,
.say-about-us__controls .swiper-button-prev {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #f2f8fe;
    border: 0;
}
.say-about-us__controls .swiper-button-next svg {
    rotate: 180deg;
}
.say-about-us__controls .swiper-button-next:hover,
.say-about-us__controls .swiper-button-prev:hover {
    background-color: #072a46;
}
.say-about-us__controls .swiper-button-next:hover svg path,
.say-about-us__controls .swiper-button-prev:hover svg path {
    fill: #fff;
    background-color: #072a46;
}
.say-about-us__controls .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 12px) 0;
}
@media (max-width: 1549px) {
    .say-about-us__yandex-rating-wrap {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .say-about-us__yandex-rating {
        display: inline-flex;
        margin-bottom: 0;
    }
    .say-about-us__link {
        margin-top: 10px;
    }

    .say-about-us__iphone {
        right: -10px;
        bottom: -106px;
    }

    .say-about-us__reviews-img {
        right: 184px;
        bottom: -106px;
    }

    .say-about-us__qr {
        bottom: -71px;
        left: -55px;
    }

    .say-about-us {
        padding: 48px 48px 35px;
    }

    .say-about-us .container {
        grid-template-columns: minmax(0, 380px) minmax(0, 100%);
    }
}
@media (max-width: 1199.98px) {
    .say-about-us {
        padding: 28px 15px 36px 15px;
    }
    .say-about-us__yandex-rating-wrap {
        width: 275px;
    }
    .say-about-us__link {
        width: 275px;
    }
    .say-about-us__qr {
        left: -169px;
    }
    .say-about-us__reviews-img {
        right: 197px;
        bottom: -91px;
    }
    .say-about-us__iphone {
        right: 1px;
        bottom: -91px;
    }

    .say-about-us {
        background-size: contain;
    }

    .say-about-us__title {
        margin-bottom: 9px;
    }

    .say-about-us__description {
        margin-bottom: 16px;
    }
}
@media (max-width: 991.98px) {
    .say-about-us .container {
        grid-template-columns: 1fr;
    }
    .say-about-us__qr {
        bottom: -22px;
    }

    .say-about-us__reviews-wrap {
        height: 300px;
    }

    .say-about-us__reviews-img {
        bottom: -36px;
    }
    .say-about-us__iphone {
        bottom: -36px;
    }
    .say-about-us__qr {
        left: 8px;
    }
    .say-about-us__yandex-rating-wrap {
        width: 403px;
    }
    .say-about-us__link {
        width: 404px;
    }
    .say-about-us {
        background-size: cover;
        background-position: inherit;
    }

    .say-about-us__text-wrap {
        margin-bottom: -66px;
    }
}
@media (max-width: 767.98px) {
    .say-about-us__yandex-rating-wrap {
        width: 100%;
    }
    .say-about-us__reviews-wrap {
        height: 503px;
    }
    .say-about-us__qr {
        bottom: auto;
        top: 101px;
    }
    .say-about-us__qr {
        left: 40px;
    }
    .say-about-us__link {
        width: 100%;
    }

    .say-about-us__yandex-rating-wrap {
        flex-direction: row;
    }

    .say-about-us {
        padding: 28px 5px 36px 5px;
    }
    .say-about-us__reviews-img {
        right: 216px;
    }
    .say-about-us__iphone {
        right: 17px;
    }
}
@media (max-width: 575.98px) {
    .say-about-us__yandex-rating-wrap {
        flex-direction: column;
    }
    .say-about-us__reviews-img {
        display: none;
    }
    .say-about-us__qr {
        left: 25%;
    }
    .say-about-us__iphone {
        right: 14%;
    }
    .say-about-us__reviews-wrap {
        height: 601px;
    }
}


  .promotions-card__title {
    display: -webkit-box;
    margin-right: 20px;
    overflow:
hidden;
    text-overflow: ellipsis;
    -webkit-box-orient:
vertical;
    -webkit-line-clamp: none;
    text-wrap:
wrap;
  }
.promotions-card__head{
max-width: 250px;
}
.promo-slider__content--no-text::after {
  padding-top: 49%;
}
.promo-slider__content{
background-size: cover;
  height: 100%;
  background-position: right;
}
.product-inner__images-slider img {
max-height: 455px;
}

.faq{
padding:72px 0;
  background: #F2F3F5;
overflow:hidden;
}
.faq__title{
color: #242424;
font-weight: 500;
font-size: 32px;
line-height: 100%;
  margin-bottom: 32px;
z-index: 2;
  position: relative;
}
.faq .accordion-item{
padding: 20px 24px;
  z-index: 2;
}
#faqAccordion{
max-width: 1197px;
  display: flex;
  flex-direction: column;
  gap:
16px;
}
.faq {
position:relative;
  
}
.faq__svg{
position:absolute;
right: -2px;
  top: -20px;
}
.faq .accordion-button::after {
  flex-shrink: 0;
width: 17px;
  height: 11px;
  margin-left: auto;
  content: "";
  background-image: url('/upload/media/arrows.svg');
  background-size: contain;
}
.faq .accordion-body{
padding:8px 0 0 0;
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #242424;
max-width: 1040px;
}
.faq .accordion-item .accordion-button{
font-weight: 500;
font-size: 20px;
line-height: 100%;
color: #242424;
  padding:10.5px 0;

}
.accordion-item{
  border:
0;
  border-radius:
12px;
}
.faq .accordion-item:first-of-type{
  border-radius:
12px;
}
.faq .accordion-button{
 border-radius:
12px;
}
.faq .accordion-item:first-of-type .accordion-button {
 border-radius:
12px;
}
.faq .accordion-item:last-of-type {
 border-radius:
12px;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
 border-radius:
12px;
}
.faq .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  box-shadow:none;
}

.proms-title{
color:red;
}
.about-us {
  margin:
72px 0;
  padding:
    72px 0;
}
.about-us__video span{
font-weight: 500;
font-size: 16px;
line-height: 100%;

}
.about-us__texts span{
font-weight: 500;
font-size: 20px;
line-height: 100%;
margin-bottom:8px;
  display:block;
}
.about-us__head {
  margin-bottom: 0;
}
.about-us__text {
  max-width: 661px;
}
.about-us__socia{
padding:20px;
 background: #FFFFFF;
border-radius:12px; 
  display: flex;
  gap:12px;
  align-items: center;
  margin-bottom:16px;
}
.about-us__texts{
max-width:360px;
}
.about-us__texts p{
margin-bottom:0;
}
.about-us__upper {

  display: flex;
  gap: 32px;
}
.about-us__links{
display: flex;
  gap:
12px;
}
.about-us__video {
  display: flex;
  align-items: center;
  gap: 12px;
}

.promo-slider__subtitle:has(.proms-desc) {
  font-weight: 500;
  font-size: 22px;
}
.proms-nub{
color:red;
}
.promo-slider__text-content:has(.proms-desc) .promo-slider__button{
background-color:red;
  border:0;
}
.about-us__links a:hover svg rect{
fill:var(--bs-link-hover-color);
}
.about-us__video:hover svg rect{
fill:var(--bs-link-hover-color);
}
.page-footer .logo {
  max-width: 120px;
  margin-bottom: 20px;
}
.page-footer__logo-and-devname .about-us__links{
margin-bottom:38px;
}
.page-footer__logo-and-devname  .about-us__links a:hover svg path{
fill:#fff;
}
@media(max-width:1549.98px){
  .promotions-card__image {
    width: 150px;
    height: 100%;
  }
  .promotions-card__description {
  max-width: 230px;
}
  .promotions-card__head {
  max-width: 230px;
}
    .promotions-card__description {
    max-width: 195px;
  }
}
@media(max-width:1199.98px){
 .promotions-card__description {
    display: none;
}
}
@media(max-width:991.98px){
.faq__svg {
  position: absolute;
  right: -175px;
  top: -43px;
  max-width: 474px;
}
  .faq .accordion-item .accordion-button {
font-size: 18px;
}
 .faq .accordion-body {
  padding:
8px 0 0 0;
  font-weight: 400;
   font-size: 15px;
} 
}
@media(max-width:767.98px){
  .about-us__socia {
flex-direction: column;
  text-align: center;
}
}

@media(max-width:575.98px){
  .promotions-card__image {
    height: auto;
  }
}
  @media(max-width:440.98px){
.about-us__upper {
  display: flex;
  gap:
20px;
  flex-direction: column;
  align-items: center;
}
}


.seo{
background: #F2F3F5;
  padding:72px 0;

}

  .content-block {
        position: relative;
    }
    
    .toggle-content-btn {
   font-family: Roboto;
font-weight: 700;
font-size: 16px;
line-height: 100%;
        color: var(--bs-primary);
        cursor: pointer;
        margin-top: 32px;
        display: block;
      border:0;
      background-color:transparent;
    }
    .toggle-content-btn:hover {
        color: var(--bs-link-hover-color);
    }
    
    .content-full {
        display: none;
    }
.video-block__link {
  position: relative;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.video-block__play-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;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 117px;
  height: 117px;
  padding: 13px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.video-block__play-btn-inner {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.13);
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background-color: #58BCAF;
  background-image: url(/upload/media/play.svg);
  background-repeat: no-repeat;
  background-position: left 53% center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.video-block__play-btn-inner:hover{
  background-color:#000;
}