/* =============== UI Wysiwyg ================== */
.ui-wysiwyg, .ui-wysiwyg p, .ui-wysiwyg blockquote, .ui-wysiwyg ol, .ui-wysiwyg ul, .ui-wysiwyg a {
    color: #000;
}
.ui-wysiwyg img {
    max-width: 100%;
    height: auto !important;
}
.ui-wysiwyg ul {
    padding-left: 2rem !important;
    padding-top: 0 !important;
    margin-bottom: 3rem;
}
.ui-wysiwyg ol {
    padding-top: 0 !important;
}
/* ================= Header =================== */
.header__tags-link--default:before {
    background: #FFC72C;
}
.is-page-skidoo .header__brands-offcanvas, .is-page-seadoo .header__brands-offcanvas, .is-page-lynx .header__brands-offcanvas, .is-page-canam .header__brands-offcanvas {
    display: flex;
}
@media (max-width: 1199px) {
    .header__phone {
        margin: 0 0 2rem;
        padding: 0;
        list-style: none;
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 400;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0;
        margin: 0;
    }
    .header__phone > li {
        padding: 0 1.8rem;
        margin: 0;
        position: relative;
    }
    .header__phone > li + li:before {
        content: "|";
        display: block;
        position: absolute;
        top: 0;
        left: -1.8rem;
        width: 3.6rem;
        text-align: center;
        color: rgba(118, 134, 146, 0.5);
        font-size: 1.4rem;
    }
}
.header__phone-mobile {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    margin: 0;
}
.header__phone-mobile > li + li:before {
    content: "|";
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    color: rgba(118, 134, 146, 0.5);
    font-size: 1.4rem;
    left: -0.8rem;
    width: 1.6rem;
}
.header__phone-mobile > li {
    padding: 0 1rem;
    margin: 0;
    position: relative;
}
.header__phone-mobile > li:first-child {
    padding-left: 0;
}
.header__phone-mobile > li:last-child {
    padding-right: 0;
}
.header__phone-mobile a {
    gap: 0;
}
@media (min-width: 1200px) {
  .header__nav-info > li + li:before {
      content: "|";
      display: block;
      position: absolute;
      top: 0;
      left: -1.8rem;
      width: 3.6rem;
      text-align: center;
      color: rgba(118, 134, 146, 0.5);
      font-size: 1.4rem;
  }
  .header__nav-info > li:after {
      display: none;
  }
}
.header__nav-scrollbar {
    flex: unset;
}
.header__nav-info-phone {
    display: none !important;
}
@media (min-width: 1200px) {
    .header__nav-info-phone {
        display: flex !important;
    }
}
@media (max-width: 767px) {
    .header__nav-info-phone {
        display: flex !important;
    }
    .header__nav-info-phone a {
        gap: 0;
    }
}
.header__social-media {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 0.8rem;
}
.header__social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F8F9;
    padding: .8rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
}
.header__primary .header__social-media {
    margin-right: auto;
}
.header__secondary .header__social-media {
    margin-right: 2rem;
}
@media (min-width: 1200px) {
    .header__secondary .header__social-media {
        margin-right: 4rem;
    }
}
@media (min-width: 768px) {
    .header__primary .header__social-media {
        display: none;
    }
}
@media (max-width: 767px) {
    .header__secondary .header__social-media {
        display: none;
    }
}
.header__secondary .header__social-media a {
    background: #fff;
}
@media (max-width: 424px) {
    .header__social-media {
         gap: 1rem;
    }
    .header__primary .header__social-media a {
        background: unset;
        padding: 0;
        width: 2.2rem;
        height: 2.2rem;
    }
    .header__primary .header__social-media  svg {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 340px) {
    .header__social-media {
         gap: .7rem;
    }
    .header__primary .header__social-media a {
        width: 2rem;
        height: 2rem;
    }
}

/* ================= Scroll =================== */
.scroll-content {
    padding-right: 1rem;
}

/* ================= Contacts =================== */
@media (min-width: 1200px) {
    .contacts__map {
        height: 100%;
    }
}
.contacts__social-media {
    margin: .8rem 0 0;
    padding: 2rem;
    background: #F7F8F9;
}
@media (min-width: 768px) {
    .contacts__social-media {
        padding: 3rem 4rem;
    }
}
@media (min-width: 1200px) {
    .contacts__social-media {
        padding: 4rem 5rem;
    }
}
.contacts__social-media-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contacts__social-media-row > * {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 1199px) {
    .contacts__social-media-row {
        flex-direction: column;
        align-items: start;
        row-gap: 2rem;
    }
    .contacts__social-media-row > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.contacts__social-media-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width: 1199px) {
    .contacts__social-media-list {
        justify-content: start;
    }
}
.contacts__social-media-title {
    margin: 0;
    font: 700 2rem / 1 var(--font-secondary);
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .contacts__social-media-title {
        font-size: 2.4rem;
    }
}
@media (min-width: 1200px) {
    .contacts__social-media-title {
        font-size: 2.8rem;
    }
}
.contacts__social-media-link {
    padding: 1.7rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    background: #768692;
    color: #fff;
    text-decoration: none;
    min-width: 17rem;
}
@media (max-width: 1199px) {
    .contacts__social-media-link {
        padding: 1.3rem 2rem;
        min-width: 15rem;
    }
}
@media (min-width: 1200px) {
    .contacts__social-media:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 0.8rem;
        height: 100%;
        background: #fff;
        margin: 0 0 0 4rem;
        transform: skewX(-10deg) translate(-12rem, 0);
    }
    .contacts__social-media-list {
        gap: 1.6rem;
    }
}
.contacts__feedback-form .ui-check__checkbox {
    border-color: #fff;
}
.contacts__feedback-form .ui-check__text, .contacts__feedback-form .ui-check__text a {
   color: #fff;
}

/* === Баннер === */
.feedback__form .ui-check__text, .feedback__form .ui-check__text a {
    color: #fff;
}
.feedback__form .ui-check__checkbox {
    border-color: #fff;
}

/* ============= Простые товары ================ */
.spares__item-price {
    margin-top: auto;
}
/* =============== О компании ================= */
.about cite:before {
    display: none;
}
.about .ui-btn {
    margin-right: 2rem;
}
@media (max-width: 576px) {
    .about .ui-btn {
        margin-right: 1rem;
    }
}
.about__yandex-review {
    display: inline-block;
    margin-top: 1.2rem;
    line-height: 0;
}
.about__yandex-review svg {
    height: 4.7rem;
    width: auto;
}
@media (min-width: 1200px) {
    .about__yandex-review svg {
        height: 5.7rem;
    }
}
/* ================= Фильтр =================== */
[data-filter-hidden] {
    display: none;
}
[data-filter-holder].disabled > *:not(.spin) {
    user-select: none;
    pointer-events: none;
}
[data-filter-holder].disabled {
    position: relative;
}
[data-filter-holder].disabled .spin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    
}
[data-filter-holder].disabled .spin__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1501;
    background: rgba(255,255,255,0.5);
}
[data-filter-holder].disabled .spin__icon {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1502;
}
[data-filter-holder].disabled .spin__icon::before,
[data-filter-holder].disabled .spin__icon::after{
    content: "";
    position: absolute;
    border-radius: inherit;
}
[data-filter-holder].disabled .spin__icon::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent 20%, #FFD200 100%);
    animation: spin .5s infinite linear;
}
[data-filter-holder].disabled .spin__icon::after {
    width: 85%;
    height: 85%;
    background-color: #fafbfc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ==================== Product ======================== */
/* ======== Object ========= */
.sku__gallery-thumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}
.sku__content-wrap {
     margin-top: 13.8rem;
}
@media (max-width: 1199px) {
    .sku__content-wrap {
        margin-top: 7rem;
    }
}
@media (max-width: 767px) {
    .sku__content-wrap {
        margin-top: 5rem;
    }
}
.sku__content-title {
  display: block;
  margin: 0 0 3.2rem;
  font: 700 3.2rem/1.1 var(--font-secondary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sku__content-title {
    font-size: 4.2rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .sku__content-title {
    font-size: 5.2rem;
  }
}
.sku__content.ui-wysiwyg ol {
   margin: 1em 0;
}
.sku__content.ui-wysiwyg ol > li {
   margin-bottom: 0;
   padding: 0 0 0 2rem !important;
}

/* ======== Блок технические характеристики ========  */
.spec__grid .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.spec__mob {
  display: none;
}

.spec__table {
  overflow: hidden;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.spec__table table {
  border-collapse: collapse;
}

.spec__table table tr:first-child th,
.spec__table table tr:first-child td {
  padding-top: 0;
}

.spec__table table tr:last-child th,
.spec__table table tr:last-child td {
  border-bottom: none;
}

.spec__table table th {
  width: 15rem;
}

.spec__table table th,
.spec__table table td {
  padding: 1.2rem 0;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 140%;
  border-bottom: 1px solid rgba(247, 248, 249, 0.50);
}

.spec__table table td {
  padding-left: 2.4rem;
}

.spec__bottom {
  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;
  margin: 3rem 0 0;
}

.spec__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-third);
}

.spec__download:hover p strong {
  color: #FFC72C;
}

.spec__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.spec__download p {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.spec__download p strong {
  display: block;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.spec__download span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  font-size: 1.4rem;
}

.spec__download span img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8rem;
}

@media (max-width: 1199px) {
  .spec__mob {
      display: block;
      font-size: 1.5rem;
  }

  .spec__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      gap: 1.5rem;
  }

  .spec__table table th,
  .spec__table table td {
      font-size: 1.5rem;
      padding: 1rem 0;
  }

  .spec__table table td {
      padding-left: 1.6rem;
      font-size: 1.4rem;
  }

  .spec__table table th {
      width: 12rem;
  }

  .spec__download p strong {
      margin-bottom: 0.3rem;
      font-size: 1.6rem;
  }

  .spec__download span {
      font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .spec__table table th {
      font-weight: 500;
  }

  .spec__mob {
      font-size: 1.4rem;
  }

  .spec__table table th,
  .spec__table table td {
      font-size: 1.4rem;
  }

  .spec__table table td {
      font-size: 1.2rem;
  }

  .spec__bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
  }

  .spec__download p strong {
      font-size: 1.4rem;
  }

  .spec__table table th {
      width: 11rem;
  }
}

@media (max-width:650px) {
  .spec__bottom {
      -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;
  }
}

/* === Checkbox === */
.ui-check {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    cursor: pointer
}
.ui-check.is-error .ui-check__checkbox {
     border-color: #DA0B0B;
}
.ui-check__input:checked~.ui-check__switch {
    background: #e37639
}
.ui-check__input:checked~.ui-check__switch:after {
    transform: translate(2.6rem,0)
}
.ui-check__input:checked~.ui-check__checkbox {
    background: #ffc72c;
    border-color: #ffc72c;
}
.ui-check__input:checked~.ui-check__checkbox:after {
    opacity: 1
}
.ui-check__switch {
    width: 4.8rem;
    height: 2rem;
    border-radius: 2rem;
    background: #a6adb5;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 .8rem 0 0;
    position: relative;
    display: block;
    transition: background .25s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}
.ui-check__switch:after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: .4rem;
    margin: -.7rem 0 0 0;
    background: #fff;
    transition: transform .25s
}
.ui-check__checkbox {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1.2rem 0 0;
    border: 1px solid #768692;
    position: relative;
    transition: .25s
}
.ui-check__checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    margin: -.7rem 0 0 -.7rem;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 5.25L4.75 8.25L10.75 1.75' stroke='%232F2F2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: opacity .25s;
    opacity: 0
}
.ui-check__text {
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    color: #4c5865;
    padding: .4rem 0
}
.ui-check__text p {
    margin: 0 0 1.2rem
}
.ui-check__text p:last-child {
    margin: 0
}

/* ======= UI Colors ======= */
.ui-colors {
    display: flex;
}
.products__item-colors .ui-check, .sku__gallery-thumbs .ui-check {
    position: relative;
    padding: 0 0 0 1.8rem;
    display: block;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    color: #414B54;
    cursor: pointer;
}
.ui-colors > * {
    margin: 0 .8rem 0 0;
}
.ui-check__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.ui-check__color {
    display: block;
    /*border: 2px solid transparent;*/
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #DCDCDC;
    margin: 0 0 0 -1.8rem;
    transition: 0.25s;
}

/* ====== Checkbox Toggle ====== */
.checkbox-toggle {
	display: inline-flex;
    align-items: center;
    gap: 2rem;   
	position: relative;
	font-size: 14px;
	user-select: none;	
}
.checkbox-toggle__text {
    font-size: 1.6rem;
}
@media (max-width: 576px) {
    .checkbox-toggle__text {
        font-size: 1.4rem;
    }
}
.checkbox-toggle__label {
    display: inline-block;
}
.checkbox-toggle__switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	height: 24px;
    width: 44px;
	padding: 2px;
	border-radius: 9999px;	
	vertical-align: top;
	background: #D1D3D7;
	transition: .2s;
}
.checkbox-toggle__switch:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;	
	display: inline-block;
	height: calc(100% - 4px);
    aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: white;
	box-shadow: 0px 1px 2px rgba(13, 16, 23, 0.04), 0px 1px 3px rgba(13, 16, 23, 0.12);
	transition: .15s;
}
.checkbox-toggle input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-toggle input[type=checkbox]:not(:disabled):active + .checkbox-toggle__switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-toggle input[type=checkbox]:checked + .checkbox-toggle__switch:before {
	transform:translateX(20px);
}
 
/* Hover */
.checkbox-toggle input[type="checkbox"]:not(:disabled) + .checkbox-toggle__switch {
	cursor: pointer;
	border-color: #D1D3D7;
}
 
/* Disabled */
.checkbox-toggle input[type=checkbox]:disabled + .checkbox-toggle__switch {
	opacity: 0.5;
}
 
/* Focus */
.checkbox-toggle.focused .checkbox-toggle__switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}

/* Checked */
.checkbox-toggle input[type=checkbox]:checked + .checkbox-toggle__switch {
	background: #FFD200;
}

/* ======== CARD ========= */
.products__item-info b {
    opacity: 1;
}
.products__item-footer {
    margin-top: auto;
}
.products__item-type {
    min-height: 1.6rem;
}
.products__item-title a, .products__item-title a:hover {
    color: inherit;
    text-decoration: none;
}
.products__tooltip {
    color: #1C1C1C;
    line-height: 1.2;
    opacity: 0.5;
    font-size: 1rem;
    margin: 0;
}
@media (min-width: 768px) {
    .products__tooltip {
            font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .products__tooltip {
            font-size: 1.4rem;
    }
}
.sku__tooltip {
    color: #1C1C1C;
    line-height: 1.2;
    opacity: 0.5;
    margin: 0;
    margin-top: .8rem;
    font-size: 1.6rem;
}
.sku__price {
    flex-wrap: wrap;
}

.products__item-price-wrap {
    margin-bottom: 2rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: .8rem 2rem;
    flex-wrap: wrap;
    min-height: 2rem;
}
.products__item-price {
    flex-shrink: 0;
    margin-bottom: 0;
    min-height: auto;
    padding: 0;
}
.products__item-info {
    font-size: max(1rem, 12px);
}
@media (min-width: 768px) {
    .products__item-info {
        font-size: max(1.2rem, 12px);
    }
}
@media (min-width: 1200px) {
    .products__item-info {
        font-size: max(1.4rem, 12px);
    }
}
.products__feedback-form .ui-agree {
    color: #768692;
    margin: 0;
}
.products__feedback-form .ui-agree a {
    color: #768692;
 }
/* ==== Отключение декоративных картинок ==== */
.products__item-image::before, .products__item-image::after {
    display: none;
}
@media (max-width: 767px) {
    .swiper-products .swiper-sku .swiper-wrapper {
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .swiper-products .swiper-sku .swiper-slide {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .products__item-control {
        /*height: auto;*/
    }
}
.products__item-colors > li {
    width: 1.8rem;
    height: 1.8rem;
}
@media (max-width: 767px) {
  .is-page-canam .topbar__desc {
    border-color: transparent;
  }
}
/* ======================== Навигационные карточки ========================== */
.swiper-recommended .swiper-slide {
    min-width: 25.2rem;
    height: auto;
}

/* =========================== Баннер с кнопкой ============================= */
.is-page-canam .banner__desc {
    display: inline-block;
    vertical-align: top;
    padding: 3rem 4.6rem 3rem 0;
    background: #fff;
    color: #1C1C1C;
}

@media (min-width: 768px) {
    .is-page-canam .banner__desc {
        padding: 3rem 3.5rem 3rem 7rem;
    }
}

.is-page-canam .banner__desc:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    background: inherit;
    z-index: -1;
    vertical-align: top;
    padding: 3rem 4.6rem 3rem 0;
    background: #fff;
    color: #1C1C1C;
}
/* ============= Отзывы ============= */
.swiper-reviews .swiper-slide {
    height: auto;
}
.swiper-reviews .reviews__item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.swiper-reviews .reviews__item-cite {
    margin-top: auto;
}
.swiper-reviews .reviews__item-date {
    margin-top: 0;
}
/* ============ Footer ============= */
.footer__brands {
    border-top: 1px solid #434343;
    border-bottom: unset;
}
.footer__disclaimer {
  color: rgba(245, 246, 247, 0.5);
  line-height: 130%;
  font-size: 1.4rem;
  padding-bottom: 3rem;
}
.footer__nav {
    border-top: 1px solid rgba(247, 248, 249, 0.1);
}
.footer__nav-menu-wrap {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
    align-items: center;
}
.footer__request-form .ui-check__text, .footer__request-form .ui-check__text a {
    color: #a9a9a9;
}
.footer__request-form .ui-check__checkbox {
    border-color: #768591;
}
.footer__recaptcha {
    color: rgba(247, 248, 249, 0.5);
    font-size: 1.1rem;
    line-height: 1.2;
    max-width: fit-content;
}
.footer__yandex-review {
    line-height: 0;
}
.footer__recaptcha a {
    color: inherit;
}
@media (min-width: 992px) {
    .footer__social-media {
        min-width: 33.5rem;
    }
}
@media (max-width: 991px) {
    .footer__nav-menu-wrap {
        flex-direction: row;
        align-items: center;
    }
    .footer__recaptcha {
        max-width: 100%;
        width: 100%;
    }
    .footer__yandex-review {
        width: 153px;
    }
}
.grecaptcha-badge { visibility: hidden; }
.footer__social-media {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer__social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C1C1C;
    padding: .8rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
}
.footer__menu {
    padding: 5rem 0;
}
.footer__menu-title {
    color: #F7F8F9;
    font-family: "Sofia Sans Extra Condensed";
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 3.2rem;
}
.footer__menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #F7F8F9;
}
.footer__menu-list .footer__menu-link, .footer__payment-note {
    opacity: 0.5;
}
.footer__menu-list a.footer__menu-link{
    transition: opacity 0.25s;
}
.footer__menu-list a.footer__menu-link:hover {
    opacity: 1;
}
.footer__menu-link {
    color: inherit;
    text-decoration: none;
}
.footer__menu-list li:not(:last-child) {
    margin-bottom: 1.6rem;
}
.footer__payment-note {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 130%;
    max-width: 29rem;
}
.footer__menu .row {
    margin-bottom: -6rem
}
.footer__menu .row > * {
    margin-bottom: 6rem
}
@media (max-width: 1199px) {
    .footer__menu-title {
        font-size: 2.4rem;
        margin-bottom: 2.4rem;
    }
    .footer__menu-list li:not(:last-child) {
         margin-bottom: 1.2rem;
    }
}
@media (max-width: 767px) {
    .footer__menu-list {
        font-size: 1.4rem;
    }
    .footer__menu .row {
        margin-bottom: -4rem;
    }
    .footer__menu .row > * {
        margin-bottom: 4rem;
    }
}
@media (max-width: 575px) {
    .footer__menu-title {
        font-size: 2rem;
        margin-bottom: 1.6rem;
    }
    .footer__payment-note {
        font-size: 1.2rem;
    }
}

/* === Поиск запчастей === */
.find__form .ui-check__checkbox {
    border-color: #fff;
}
.find__form .ui-check__text, .find__form .ui-check__text a {
    color: #fff;
}

/* ============== 404 ============== */
.tech {
    position: relative;
    min-height: 73.8rem;
}
@media (max-width: 1199px) {
    .tech {
        min-height: 87.3rem;
    }
}
@media (max-width: 576px) {
    .tech {
        min-height: 63.1rem;
    }
}
.tech__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.tech__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: grayscale(1);
}

/* =============== Blog =============== */
.blog__item:hover .blog__item-image {
    filter: grayscale(100%);
}
.article__body .ui-wysiwyg, .article__body .ui-wysiwyg p, .article__body .ui-wysiwyg blockquote,  .article__body .ui-wysiwyg ol,  .article__body .ui-wysiwyg a,  .article__body .ui-wysiwyg ul {
    color: #000;
    font-size: 14px;
}
.article__body .ui-wysiwyg ul {
    padding-left: 1.6rem;
    padding-top: 0;
}
.article__title {
    font-size: 3.6rem;
}
@media (min-width: 768px) {
    .article__title {
        font-size: 5.2rem;
    }
}
@media (min-width: 1200px) {
    .article__title {
        font-size: 7.2rem;
    }
}

/* ===================== Первый экран ===================== */
.is-page-skidoo .topbar__image:after {
  background-image: url(../images/img-topbar-skidoo-decor-360.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.promo__slide-bottom {
    padding-bottom: 0;
}
@media (min-width: 768px) {
  .is-page-skidoo .topbar__image:after {
    background-image: url(../images/img-topbar-skidoo-decor-768.svg);
  }
}
@media (min-width: 1200px) {
  .is-page-skidoo .topbar__image:after {
    background-image: url(../images/img-topbar-skidoo-decor.svg);
  }
}
.topbar__title, .promo__slide-title, .hero__title, .contacts__title, .tech__title, .blog__title {
    font-size: 4.4rem;
}
@media (min-width: 768px) {
    .topbar__title, .promo__slide-title, .hero__title, .contacts__title, .tech__title, .blog__title {
        font-size: 7.8rem;
    }
}
@media (min-width: 1200px) {
    .topbar__title, .promo__slide-title, .hero__title, .contacts__title, .tech__title, .blog__title {
        font-size: 10rem;
    }
}
/* ====================== Поступление товара ========================= */
.artivals__menu {
    font-weight: 600;
}
.artivals__menu br {
    display: block;
}
/* ==================== Информационная страница ====================== */
.is-page-information .article__head {
   margin-bottom: 0;
}

/* ================== Фикс для пустых параграфов ====================== */
.ui-wysiwyg p:empty {
   padding: 0.98rem 0;
}

/* ====================== Попап с уведомлением ============================ */
#popup-alert {
    overflow: hidden;
}
#popup-alert .popup {
    width: 440px;
}
@media (min-width: 1200px) {
    #popup-alert .popup {
        width: 555px;
    }
}
@media (min-width: 375px) {
    #popup-alert .popup.--is-decor {
        padding-right: 130px;
    }
}
@media (min-width: 1200px) {
    #popup-alert .popup.--is-decor {
        padding-right: 165px;
    }
}
#popup-alert .popup__descr {
    margin: 1.6rem 0;
    font-size: 1.8rem;
    font-family: var(--font-primary);
    color: #404040;
}
#popup-alert .popup__descr > *:first-child {
    margin-top: 0;
}
#popup-alert .popup__descr > *:last-child {
    margin-bottom: 0;
}
#popup-alert .popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin: 1.6rem 0;
}
#popup-alert .popup__date {
    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;
    gap: 0.7rem 1.2rem;
    text-transform: uppercase;
    line-height: 120%;
}
#popup-alert .popup__form > *:last-child {
    margin-bottom: 0;
}
#popup-alert .popup__date strong,
#popup-alert .popup__date span {
    font-family: var(--font-secondary);
    font-size: 2rem;
    font-weight: 700;
    color: var(--body-color);
}
#popup-alert .popup__date span {
    color: #768692;
}
#popup-alert .popup__image {
    max-height: 10rem;
    margin-bottom: 4rem;
    display: block;
}
#popup-alert .popup__title {
    margin: 0 0 1.6rem 0;
}
@media (max-width:1199px) {
    #popup-alert .popup__descr {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
}
#popup-alert .popup__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 169px;
    max-height: 250px;
}
@media (max-width: 1199px) {
    #popup-alert .popup__decor {
         max-width: 135px;
         max-height: 210px;
    }
}
@media (max-width: 374px) {
    #popup-alert .popup__decor {
         display: none;
    }
}

/* === Плашка с куками === */
.cookie {
    padding: 3.2rem 4rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: #F7F8F9;
}
@media (max-width: 1199px) {
    .cookie {
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    .cookie {
        padding: 3rem 2rem;
    }
}
.cookie:not(.show) {
    display: none;
}
.cookie__content {
    display: flex;
    align-items: flex-start;
    gap: 3.2rem;
}
@media (max-width: 1199px) {
    .cookie__content {
        flex-wrap: wrap;
    }
}
.cookie__content.hide {
    display: none;
}
@media (max-width: 576px) {
    .cookie__content {
        gap: 2.4rem;
    }
}
.cookie__text {
    font-size: 1.6rem;
    line-height: 140%;
    max-width: 135rem;
}
@media (max-width: 576px) {
    .cookie__text {
        font-size: 1.4rem;
    }
}
.cookie__text a {
    color: inherit;
}
.cookie__text a:hover {
    color: #FFD200;
}
.cookie__action {
    display: flex;
    gap: 2rem;
}
@media (max-width: 1199px) {
    .cookie__action {
        width: 100%;
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    .cookie__action {
        gap: 1.6rem;
    }
    .cookie__action > * {
        flex: 1;
    }
    .cookie__action > *:first-child {
        flex: 100%;
    }
}
.cookie__settings {
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
.cookie__settings.show {
    display: flex;
}
.cookie__checkbox-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3.2rem;
}
.cookie__checkbox {
    padding: 1rem 3.2rem;
    display: flex;
    align-items: center;
    position: relative;
}
.cookie__checkbox:not(:last-child)::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    background: #DEDEDE;
    position: absolute;
    right: 0;
    top: 0;
}
body:has(.cookie.show) #CalltouchWidgetFrame {
    opacity: 0 !important;
    pointer-events: none;
}
@media (max-width: 1199px) {
    .cookie__settings {
        flex-wrap: wrap;
    }
    .cookie__checkbox-group {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }
    .cookie__checkbox:not(:last-child)::after {
        display: none;
    }
    .cookie__checkbox {
        
        padding: 2rem 0;
        width: 100%;
    }
    .cookie__checkbox:not(:last-child) {
        border-bottom: 1px solid #DEDEDE;
    }
}

/* ======== UI Button ======== */
.ui-btn--gray {
    background: #768692;
    color: #fff;
}
.ui-btn--gray:hover {
    background: #3b444b;
    color: #fff;
}

/* === Галерея === */
.gallery__list > li {
  -ms-flex: 1 0 33.333%;
  flex: 1 0 33.333%;
  max-width: 100%;
}
.gallery__image img {
  transform: skew(20deg) scale(1.35);
}
@media (max-width: 1199px) {
  .gallery__list > li {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 100%;
  }
  .gallery__image {
    height: 57vw;
  }
}

/* === Breadcrumbs  === */
.is-page-catalog .breadcrumbs {
    padding-top: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
}
.is-page-catalog .breadcrumbs__menu {
    font-size: 1.2rem;
}
.is-page-catalog .breadcrumbs__link svg {
    width: 1.2rem;
    height: 1.2rem;
}
.is-page-catalog .breadcrumbs__menu > li:after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.11513 4.29552C6.19588 4.21843 6.24156 4.11164 6.24156 4C6.24156 3.88836 6.19588 3.78157 6.11513 3.70448L2.5344 0.285653C2.3674 0.126209 2.1042 0.127423 1.93869 0.288401C1.76528 0.457056 1.7654 0.735617 1.93897 0.904114L5.10997 3.98257C5.11468 3.98714 5.11733 3.99342 5.11733 3.99998C5.11733 4.00656 5.11466 4.01287 5.10992 4.01744L1.93049 7.08613C1.75144 7.25894 1.75324 7.54636 1.93445 7.71691C2.10309 7.87564 2.36645 7.8747 2.53396 7.71477L6.11513 4.29552Z' fill='white'/%3E%3C/svg%3E%0A");
    right: 1.2rem;
    width: 0.6rem;
    height: 0.6rem;
}
.is-page-catalog.is-page-skidoo .breadcrumbs__menu > li:after, .is-page-catalog.is-page-common .breadcrumbs__menu > li:after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.11513 4.29552C6.19588 4.21843 6.24156 4.11164 6.24156 4C6.24156 3.88836 6.19588 3.78157 6.11513 3.70448L2.5344 0.285653C2.3674 0.126209 2.1042 0.127423 1.93869 0.288401C1.76528 0.457056 1.7654 0.735617 1.93897 0.904114L5.10997 3.98257C5.11468 3.98714 5.11733 3.99342 5.11733 3.99998C5.11733 4.00656 5.11466 4.01287 5.10992 4.01744L1.93049 7.08613C1.75144 7.25894 1.75324 7.54636 1.93445 7.71691C2.10309 7.87564 2.36645 7.8747 2.53396 7.71477L6.11513 4.29552Z' fill='%231C1C1C'/%3E%3C/svg%3E%0A");
}
.is-page-catalog .breadcrumbs__link {
    color: #ffffff;
}
.is-page-catalog.is-page-skidoo .breadcrumbs__link, .is-page-catalog.is-page-common .breadcrumbs__link {
    color: #1C1C1C;
}
.is-page-catalog .breadcrumbs__menu > li {
    padding: 0 2.4rem 0 0;
}
@media (min-width: 768px) {
    .is-page-catalog .breadcrumbs {
         padding-top: 2.4rem;
    }
    .is-page-catalog .breadcrumbs__menu {
         font-size: 1.4rem;
    }
    .is-page-catalog .breadcrumbs__link svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    .is-page-catalog .breadcrumbs__menu > li {
        padding: 0 3rem 0 0;
    }
    .is-page-catalog .breadcrumbs__menu > li:after {
        right: 1.6rem;
        width: 0.7rem;
        height: 0.7rem;
    }
}
@media (min-width: 1200px) {
    .is-page-catalog .breadcrumbs {
         padding-top: 5.4rem;
    }
    .is-page-catalog .breadcrumbs__menu {
        font-size: 1.6rem;
    }
    .is-page-catalog .breadcrumbs__link svg {
        width: 1.6rem;
        height: 1.6rem;
    }
    .is-page-catalog .breadcrumbs__menu > li {
        padding: 0 3.6rem 0 0;
    }
    .is-page-catalog .breadcrumbs__menu > li:after {
        right: 1.8rem;
        width: 0.8rem;
        height: 0.8rem;
    }
}
