

.header {
  padding-top: 0;
}

.header__top {
  background-color: #f2f3f7;
}



.header-list {
  display: flex;
  gap: 15px;
  list-style: none;
}
.header-list__item {

}
.header-list__item a {
  display: block;
  padding: 16px 0 17px;
  color: rgba(91, 107, 120, 1);
  font-family: 'Museo Sans Cyrl';
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}




.btn-reset.burger {
  margin-left: auto;
  margin-right: 30px;
  width: 28px;
  height: 21px;
}

.btn-reset.burger svg path {
  transition: all 0.3s ease 0s;
}



.desctop-list {
  display: flex;

  list-style: none;
  gap: 10px;
}

.desctop-list__item {
}
.desctop-list__item a{
  display: block;
  padding: 10px;
  color: #05171f;
  font-family: 'Museo Sans Cyrl';
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.desctop-list__item.active a {
  color: #00a2d3;
}





.catalogsCategories__text {
  font-size: 16px;
}




.catalogs-main {
  position: relative;
  width: 100%;
}
.catalogs-main .catalog {
  padding-bottom: 180px;
  padding-top: 0;

}
.catalog__item {
  position: relative;
  border: 1px dashed rgba(0,162,211,1);
  border-radius: 18px;
}


.catalog__top {
  z-index: 2;
  flex-direction: column;
}

.catalog__img {
  width: 100%;
}
.catalog__info {
  width: 100%;
  padding-left: 0;
}

.catalog__bottom {
  justify-content: center;
}
.catalog__bottom .catalog__btn {
  display: none;
}

.catalog-decor-1 {
  position: absolute;
  top: 0;
  transform: translateX(-68%);
}

.catalog-decor-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.catalog__offer {
  position: absolute;
  z-index: 4;
  bottom: 97.5%;
  left: -10px;
  display: flex;
  flex-direction: column;
  gap: 2.5px;
}
.catalog__stock {
  border-radius: 21.5px;
  background-color: #d33739;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 2px 10px;

  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-4.46deg);

  max-width: 150px;
  max-height: 21px;

  width: 100%;
  height: 100%;
}
.catalog__special {
  background-color: #d33775;
}

.catalog__price .old-price{
    color: #5b6b78;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}

.catalog__price .old-price span {
  font-size: 9px;
}

.product-block__price .old-price {
  color: #5b6b78;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}
.product-block__price .old-price span {
  font-size: 9px;
}

.catalog__price {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.new-price  {
  font-size: 18px;
  color: #d33775;
  font-weight: 600;
}
.new-price span {
  color: #5b6b78;
  font-size: 20px;
  font-weight: 500;
}

.video {
  margin-bottom: 0;
}

.section-video {
  position: relative;
  width: 100%;
}

.section-expirience {
  position: relative;
  width: 100%;
}





.ymaps-2-1-79-balloon__tail::after {
  display: none;
}

.ymaps-2-1-79-balloon__close {
  display: none;
}
.ymaps-2-1-79-balloon__layout .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;

  font-family: 'Museo Sans Cyrl', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;

  padding: 15px 30px !important;
  color: rgba(91, 107, 120, 1);
  border-radius: 104px;
  background: rgba(255, 255, 255, 1);
}
.ymaps-2-1-79-balloon-pane .ymaps-2-1-79-balloon__layout {
  background: initial;
}

.ymaps-2-1-79-balloon-pane  .ymaps-2-1-79-balloon {
   box-shadow: none;
}


.content-map {
  max-width: 270px;
}

  .Accessories__thingName {
    display: none;
  }

.contact__list {
  display: grid;
  gap: 30px;
  max-width: 60%;
}

.contact__item {
  display: flex;
  flex-direction: column;
}


.footer__phone {
  transition: all 0.3s ease 0s;
}

.whatsApp svg {
    width: 20px;
    height: 20px;
    margin-right: 9px;
    transition: all 0.3s ease 0s;
}

.footer__body {
  width: 100%;
}

.whatsApp {
  justify-content: start;
  gap: 10px;
}


.catalogsCategories__btn {
  transition: all 0.3s ease 0s;
}

@media (min-width:992px){
  .catalog {
    padding-top: 82px;
    padding-bottom: 135px;
  }
  .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .logo {
    order: -1;
    position: relative;
    width: 81px;
    height: 66px;

  }
  .logo-expirience {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    left: calc(100% + 30px);
    transition: all 0.3s ease 0s;
  }
  .header:not(.fixed) .logo-expirience {
    width: 60%;
    height: auto;
  }

  .header.fixed {
    padding-bottom: 0;
  }
  .header.fixed .header__container {
    transition: all 0.3s ease 0s;
      padding: 25px 20px;
  }
  .header.fixed  .tel__block-text {
    margin-bottom: 5px;
  }

  .burger span {
    display: none;
  }

  /*.about {
    display: none;
  }*/

  .tel__block {
    order: 2;
    margin-left: 58px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
  }

  .header:not(.fixed) .tel__block {
    margin-bottom: 0;
  }

  .tel__block-text {
    color: #5B6B78;
    font-weight: 700;
    margin-bottom: 11px;
  }

  .catalog__items {
    flex-direction: row;
    gap: 25px;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .new-price  {
    font-weight: 900;
  }

  .cart {
    margin-left: 58px;
  }
  .catalogsCategories {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .catalogsCategories__title{
    font-size: 40px;
    margin-bottom: 35px;
    text-align: left;
  }
  .catalogsCategories__top .catalogsCategories__buttons {
    display: none;
  }

  .catalog .catalogsCategories__buttons {
    margin-top: 23px;
  }



  .catalogsCategories__slider {
    margin-top: 0;
    margin-left: 10%;
    cursor: pointer;
    margin-top: -20px;
    z-index: 2;
  }

  .catalogs-main .catalogsCategories__slider{
     max-width: 434px;
     margin-top: -20px;
  }
  .section-accessories .catalogsCategories__slider {
    max-width: 568px;
  }



  .section-accessories .swiper-wrapper {
    overflow: visible;
  }

  .section-accessories .catalogsCategories__title {
    text-align: center;
  }

  .section-accessories  .catalogsCategories.catalogsCategories-black {
    gap: 40px;
  }


  .page-main .video__title {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);

    width: fit-content;

    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;

    padding: 32px 50px;
    background-color: #fff;
    border-radius: 55px;
  }

  .catalog__name {
      text-align: center;
      max-width: 160px;
      margin: 0 auto;
      font-weight: 700;
  }

  .site-btn.site-btn--1.site-btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 20px 0 30px;

    max-height: 34px;
    max-width: 153px;

    transition: all 0.3s ease 0s;
  }

  .site-btn > span:not(.site-btn-icon) {
    padding: 0;
  }



  .catalogsCategories-test__left {
    display: flex;
    flex-direction: column;
    max-width: 45%;
    width: 100%;
  }
  .section-expirience  .catalogsCategories.catalogsCategories-test{
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .catalogsCategories-test .testDrive__img {
    max-width: 700px;
  }
  .catalogsCategories-test .catalogsCategories__text {
    text-align: left;
  }
  .catalogsCategories-test .catalogsCategories__buttons {
    justify-content: flex-start;
  }

  .catalogsCategories-test  .catalogsCategories__title {
    text-align: left;
  }

  .catalogsCategories.catalogsCategories-black {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .catalogsCategories.catalogsCategories-black .catalogsCategories__title {
    margin-bottom: 0;
  }
  .catalogsCategories.catalogsCategories-black .catalogsCategories__buttons {
    margin-top: 0;
  }

  .catalogsCategories.catalogsCategories-black .catalogsCategories__slider {
    margin-left: 0;
  }
  .section-accessories {
    background: #00161d;
    width: 100%;
    position: relative;
  }
  .section-accessories .catalogsCategories.catalogsCategories-black{
    max-width: 600px;
    margin: 0 auto;
  }
  .accessories-video-left {
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    border-radius: 260.5px;
    overflow: hidden;
    transform: translateX(-41%);
    display: flex;
    max-width: 44.6%;
    z-index: 2;
  }
  .accessories-video-left iframe {
    height: 100%;
    pointer-events: none;
    transform: translateX(41%);
  }


  .accessories-video-right {
    position: absolute;
    right: 0%;
    top: 0;
    height: 100%;
    border-radius: 260.5px;
    overflow: hidden;
    transform: translateX(41%);
    display: flex;
    max-width: 44.6%;
  }
  .accessories-video-right iframe {
    height: 100%;
    pointer-events: none;
    transform: translateX(-41%);
  }


  .accessories-video-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 67px;

    transform: translateY(-50%);

    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 209, 244, 0.64);
    color: rgb(255, 255, 255);
    font-size: 100%;
    backdrop-filter: blur(4px);
    min-height: 0px;
    min-width: 0px;
    border-radius: 100%;
    width: 72px;
    height: 72px;
  }

  .accessories-video-btn-right {
    display: none;
    position: absolute;
    top: 50%;
    left: 67px;

    transform: translateY(-50%);

    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 209, 244, 0.64);
    color: rgb(255, 255, 255);
    font-size: 100%;
    backdrop-filter: blur(4px);
    min-height: 0px;
    min-width: 0px;
    border-radius: 100%;
    width: 72px;
    height: 72px;
  }
  .accessories-video-btn-right svg {
    transform: rotate(-180deg);
  }

  .section-equipment {
    width: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    height: 565px;
  }

  .section-equipment .catalogsCategories{
    margin: 0 auto;
    gap: 10%;
  }


  .section-equipment .catalogsCategories__slider {
    max-width: 433px;
    order: -1;
  }

  .section-equipment-spare .catalogsCategories__slider {
    order: 1;
  }

  .section-equipment-spare  .catalogsCategories.catalogsCategories-black .catalogsCategories__title {
    margin-bottom: 40px;
    text-align: right;
  }

  .section-equipment .catalogsCategories__text {
    margin-bottom: 35px;
    display: block;
  }
  .section-equipment-spare {
    background-color: #00161d;
    position: relative;
  }

  .section-equipment-spare .catalogsCategories.catalogsCategories-black{
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 2;
  }
  .section-equipment-spare  .catalogsCategories__buttons {
    justify-content: end;
  }

  .section-service .catalogsCategories {
    margin: 0 auto;
    gap: 0%;
    padding: 0;
    justify-content: center;
  }

  .section-service {
    width: 100%;
    position: relative;
    padding-top: 132px;
    padding-bottom: 120px;
  }

  .section-service .service__img {
    margin-top: 0;
    max-width: 350px;
    order: -1;
  }

  .catalogsCategories__body {
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
  .catalog__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    padding: 25px 0;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #00a2d380;
    text-wrap-mode: nowrap;
    width: fit-content;
  }

  .catalog__head {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 90px;
  }
  .catalog__price {
    color: rgba(69, 83, 96, 1);
    margin-top: 4px;
  }

  .nav._show .nav__back::before {
    width: 250vw;
  }

  ._menu nav {
    z-index: 160;
  }
  .nav__list {
    max-width: 360px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .nav__item:nth-child(n + 1) {
    border: none;
    justify-content: flex-start;
  }

  .nav__item > span:nth-child(2) {
    transition: all 0.3s ease 0s;
    font-size: 24px;
  }

  .nav__item > img {
    display: none;
     margin-left: 0px;
  }


  .nav__list-close-desctop {
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
  }
  .product__info__name {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
  }

  .product-block {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .product__info  {
    justify-content: start;
    align-items: center;
    margin-bottom: 80px;
  }
  .product__info .product-block__main-tabs-link{
    display: block;
    margin-left: 30px;
    margin-bottom: 23px;
  }

  .product__info .product__info__left {
    width: fit-content;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #00a2d380;
  }
  .product__info .product__info__count {
    display: none;
  }
  .product__info .product__info__right {
    display: none;
  }

  .product-block__main-info {
    flex-direction: column;
  }
  .product-block__images-section {
    max-width: 460px;
  }
  .product-block__main-left {
    justify-content: center;
    gap: 120px;
    margin-bottom: 50px;
  }
  .product-block__content-section {
    display: flex;
    gap: 60px;
    flex: 0 0 50%;
  }
  .product__description {
    margin-top: 0;
    border: none;
  }

  .product-block__body {
    max-width: 200px;
  }
  .product__info__right {
    width: auto;
    margin-top: 10px;
  }

  .product-block__price span.new-price {
    font-size: 32px;
    font-weight: 900;
  }

  .product-block__price span.old-price {
    font-weight: 700;
  }
  .product-tab__content {
    max-width: 600px;
    margin: 0 auto;
  }

  .product-tab__links {
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }


 .product-gallery {
    margin: 0 auto;
    background: #00161d;
    padding-top: 40px;
    padding-bottom: 90px;
    width: 100%;
  }

  /* Таб-панель */
  .product-gallery .product-block__main-tabs-link {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    position: relative;
  }
  .product-gallery .product-block__main-tabs-link::before {
    position: absolute;
    content: "";
    width: 100vw;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1)
  }

  .product-gallery  .product-block__main-tabs-item {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin-right: 55px;

    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }

  .product-block__main-tabs-item.active {
    color: #00a2d3;
        border-bottom: 3px solid rgba(0, 162, 211, 1);
        padding-bottom: 15px;
  }

  .product-block__main-tabs-link a.active::before{
    display: none;
  }

  /* Основная сетка */
  .product-gallery__main {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;

    padding-left: 40px;
    padding-right: 40px;
  }

  .product-gallery__main a {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: block;
    transition: all 0.3s ease;
  }



  .product-gallery__main a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }



  /* Иконка Play */
  .product-gallery__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 150, 200, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    pointer-events: none;
  }

  /* Слайдер миниатюр */
  .product-gallery__thumbs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 80%;
    margin: 0 auto;
  }

  .product-gallery__thumbs-container {
    flex: 1;
    overflow: hidden;
    padding: 10px;
  }


  .product-gallery__thumbs-track {
    display: flex;
    gap: 10px;
    transition: transform 0.3s ease;
  }

  .product-gallery__thumbs-track a {
    position: relative;
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
  }



  .product-gallery__thumbs-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-gallery__play-icon-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 150, 200, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
  }

  /* Кнопки навигации */
  .product-gallery__thumb-prev,
  .product-gallery__thumb-next {
    width: 40px;
    height: 40px;
    background: #00161d;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    transition: background 0.3s;
    flex-shrink: 0;
  }

  .product-gallery__thumb-next svg {
    transform: rotate(-180deg);
  }



  .product-gallery__thumb-prev:disabled,
  .product-gallery__thumb-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .product-block__gallerry-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .product-block__tab-item:first-child.active > .product-block__main-tabs-link {
    display: none;
  }

  .Accessories {
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .Accessories__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;

    width: fit-content;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #00a2d380;
  }

  .Accessories__price {
    font-size: 16px;
    font-weight: 700;
  }
  .Accessories__name {
    font-size: 16px;
  }
  .product-block__gallerry-list .Accessories__thing {
    width: 100%;
  }
  .Accessories__price span {
    font-size: 12px;
  }
  .Accessories__img {
    width: 100%;
    max-width: 170px;
  }

  .Accessories__items {
    flex-direction: row;
    padding-left: 30px;
    width: 60%;
    margin-top: 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 80px;
  }

  .Accessories__btn {
    display: none;
  }

  .Accessories__thing {
    transition: all 0.3s ease 0s;
  }

  .Accessories__things {
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 60px;
    row-gap: 55px;
    column-gap: 50px;
  }

  .Accessories-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    font-family: Arial, sans-serif;
    margin: 20px auto;
  }

  .Accessories-pagination .arrow {
    background: linear-gradient(to bottom, #00a1bd, #04d4f9);
    border: none;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .Accessories-pagination .arrow.left svg {
    transform: rotate(0deg);
    width: 18px;
  }
  .Accessories-pagination .arrow.right svg {
    width: 18px;
  }



  .Accessories-pagination .pages {
    list-style: none;
    display: flex;
    gap: 45px;
    padding: 0;
    margin: 0;
  }

  .Accessories-pagination .page {
    color: #555;
    font-size: 18px;
    cursor: pointer;
    position: relative;
  }

  .Accessories-pagination .page::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 50%;
    margin: 6px auto 0;
    transition: background 0.3s;
  }

  .Accessories-pagination .page.active {
    color: #000;
    font-weight: bold;
  }

  .Accessories-pagination .page.active::after {
    background: #00bcd4;
  }


  .product-accessorie__name {
    color: rgba(5, 23, 31, 1);
    font-family: 'Museo Sans Cyrl';
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 70px;
  }

  .product-accessorie__back {
    margin-bottom: 40px;
    border-top: none;
  }
  .product-accessorie__image {
    width: 100%;
    margin-right: 130px;
    margin-left: 0;

    max-width: 466px;
  }
  .product-accessorie__info {
    display: none;
  }


  .product-accessorie__content {
    display: flex;
    margin-top: 100px;
  }

  .product-accessorie__delivery {
    display: none;
  }

  .product-accessorie__button-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
  .product-accessorie__button-price {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: rgba(69, 83, 96, 1);
  }
  .product-accessorie__button-price span {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0%;
  }
  .product-accessorie__button-article {

  }
  .product-accessorie__description {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .product-accessorie-block {
    margin-bottom: 0px;
    padding-top: 0;

  }
  .Similar.Accessories .Accessories__title {
    border: none;
    padding: 0;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  main {
    padding-top: 84px;
  }


  .main-team {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  /* .main-gallery {
    padding-top: 50px;
  }
  .main-contact {
    padding-top: 50px;
  }
  .main-cart {
    padding-top: 50px;
  }
  .main-expirience {
    padding-top: 50px;
  } */

  .main-news .newsContainer {
    display: none;
  }

  .block-news {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 170px;
  }

  .block-news__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    column-gap: 30px;
    row-gap: 50px;
    margin: 60px auto 0px;

  }

  .block-news__item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }


  .block-news__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }


  .block-news__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .block-news__media iframe {
    width: 100%;
    height: 100%;
  }

  .block-news__info {

    display: flex;

    flex-direction: column;
    flex: 1; /* занимает всё доступное место */
    padding-top: 20px;
  }

  .block-title-news {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
  }

  .block-news__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
  }

  .block-news__text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }

  .block-news__btn {
    background: #f4f4f4;
    border: none;
    border-radius: 24px;
    padding: 10px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    margin-top: auto;
  }



  /* Кнопка видео */
  .accessories-video-btn {
    position: absolute;
    top: 50%;
    right: 67px;
    transform: translateY(-50%);
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 209, 244, 0.64);
    color: #fff;
    backdrop-filter: blur(4px);
    border-radius: 100%;
    width: 72px;
    height: 72px;
  }

  .block-news__media .accessories-video-btn {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .gallery {
    padding-bottom: 140px;
  }

  .gallery__title   {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0px;
  }

  .gallery__items {
    grid-template-columns: repeat(4, calc(25% - 20.5px));
    padding-bottom: 80px;
  }
  .gallery__item._show {
        grid-column: span 4;
        flex-direction: row;
        align-items: flex-start;
  }
  .gallery__item._show .gallery__slider {
    max-width: 50%;
    margin-left: auto;
    margin-right: 50px;
    cursor: pointer;
  }

  .gallery__item._show .gallery__name {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;

    position: absolute;
    top: 0;
    max-width: 50%;
  }

  .gallery__item .gallery__slider {
    transition: all 0.3s ease 0s;
    pointer-events: all;
    border-radius: 12px;
    cursor: pointer;
  }

  .gallery__item .product__slider__arrow.__next {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .gallery__item .product__slider__arrow.__prev {
    left: calc(50% - 70px);
    top: 50%;
    transform: translate(-100%,-50%) rotate(-180deg);
    cursor: pointer;
  }
  .gallery__item  .slider-pagination {
    left: 50%;

  }

  .gallery__thumbs {
    display: none;
    margin-top: 10px;
  }

  .gallery__item._show .gallery__thumbs {
   display: grid;
   grid-template-columns: repeat(3, 1fr); /* 3 колонки */
    width: 100%;
    gap: 15px;
    max-width: 30%;
    margin-top: 80px;
  }

  .gallery__name {
    font-size: 16px;
  }

  .gallery__thumb {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }

  .gallery__thumb.active {
    box-shadow: 0px 0px 20px 0px rgba(0, 162, 211, 1);
  }


  .gallery__thumbs .swiper-slide {
    width: 100px;
    height: 80px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
  }



  .gallery__thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #007aff;
  }

  .gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    font-family: Arial, sans-serif;
  }

  .gallery-pagination .arrow {
    background: linear-gradient(to bottom, #00a1bd, #04d4f9);
    border: none;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .gallery-pagination .arrow.left svg {
    transform: rotate(0deg);
    width: 18px;
  }
  .gallery-pagination .arrow.right svg {
    width: 18px;
  }



  .gallery-pagination .pages {
    list-style: none;
    display: flex;
    gap: 45px;
    padding: 0;
    margin: 0;
  }

  .gallery-pagination .page {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
  }

  .gallery-pagination .page::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 6px auto 0;
    transition: background 0.3s;

  }

  .gallery-pagination .page.active {
    color: #00bcd4;
  }


  .gallery-pagination .page.active::after {
    background: #00bcd4;
  }





  .main-team .video__title {
    margin-bottom: 0;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    background: rgba(0, 22, 29, 1);
    width: 100%;

    padding: 56px 24px 60px 24px;
  }

  .main-team {
    background: #00161d;
  }
  .teams {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    padding: 24px 24px;
    width: 100%;
  }
  .newsBlock__img {
    transition: all 0.3s ease 0s;
  }

  .teams .newsBlock {
    padding: 0;
    justify-content: start;
  }

  .teams .newsBlock__title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
  }
  .teams .newsBlock__body.active .newsBlock__title {
    margin-top: auto;
  }
  .teams .newsBlock__text-visible {
    color: #fff;
  }
  .teams  .newsBlock__text {
    color: #fff;
  }

  .teams .newsBlock {
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
  }

  .teams .newsBlock__btn {
    margin-top: auto;
    transition: all 0.3s ease 0s;
  }
  .newsBlock._more .newsBlock__body.active .newsBlock__btn {
    margin-top: 0;
  }

  .teams  .newsBlock__img_mb10 {
    margin-top: 0;
  }
   .teams .newsBlock__content {
    margin-bottom: 20px;
  }

  .teams .newsBlock__body.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .teams .newsBlock__body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 22, 29, 0.9);
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
  .teams .newsBlock__body.overlay::before {
    opacity: 1;
  }

  .main-team .news__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    font-family: Arial, sans-serif;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0px auto;
    background-color: #00161d;
  }

  .main-team .news__page {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: relative;
  }
  .main-team .news__page::before {
    background-color: #fff;
  }
  .main-team .news__page._active {
      color: #00a2d3;
  }
  .main-team .news__page._active::before {
      background-color: #00a2d3;
  }

  .main-team .about__btn {
    cursor: pointer;
  }

  .contact {
    padding-top: 80px;
    padding-bottom: 160px;
    position: relative;
  }
  .contact__title {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
  }
  .contact__list {
    grid-template-columns: repeat(2, 1fr);
  }


  .contact__block-link {
   flex-direction: column;
    align-items: flex-start;
  }

  .contact-decor {
        position: absolute;
        right: -5%;
        bottom: -11%;
        max-width: 43%;
  }

  .shopping-cart__title {
    color: rgba(5, 23, 31, 1);
    font-size: 40px;
    font-weight: 400;
  }

  .shopping-cart__content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }

  .shopping-cart__list {
    max-width: 60%;
    width: 100%;
  }
  .shopping-cart__order {
    max-width: 40%;
    width: 100%;

    border-radius: 20px;
    background: rgba(91, 107, 120, 0.06);
    padding: 30px 40px;
  }

  .shopping-cart__method-of-obtaining {
    align-items: flex-start;
  }

  .shopping-cart__payment {
    align-items:flex-start
  }

  .shopping-cart__radio-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px 0;
    position: relative;
  }

  .shopping-cart__radio-label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 1px solid #00a0d6;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  .shopping-cart__radio-label input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00a0d6;
  }

  /* Неактивная кнопка */
  .shopping-cart__radio-label input[type="radio"]:not(:checked) {
    border-color: #d1d1d1;
    background: #d1d1d1;
  }

  .shopping-cart__radio-label span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: rgba(69, 83, 96, 1);

  }

  /* Опционально: эффект при наведении */

  .shopping-cart__description {
    text-align: left;
  }

  .shopping-cart__total {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .section-bg-steam {
    padding-top: 70px;
  }

  .expirience-polygon {
    padding-bottom: 35px;
  }

   .expirience-polygon__item  {
    padding-top: 60px;
    padding-left: 0;
   }
  .expirience-polygon__item h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    max-width: 600px;
  }

  .expirience-polygon__item .btn-global {
    padding: 20px 60px;
    font-size: 14px;
    font-weight: 700;
  }

  .expirience-polygon__block-img {
    width: 510px;
    top: 0px;

  }

  .expirience-polygon__block-img img {
    height: auto;
  }

  .expirience-polygon__text {
    margin-left: 17%;
    font-size: 20px;
    font-size: 20px;
    font-weight: 400;

  }

  .expirience-polygon__text h4 {
    margin-top: 10px;
    font-weight: 700;
    line-height: 30px;
  }

  .btn-global {
    transition: all 0.3s ease 0s;
  }

  .expirience-polygon__item > .btn-global {
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .expirience-polygon__item {
    margin-bottom: 40px;
    gap: 55px;
  }



  .main-expirience .pagination-global {
    gap: 70px;
  }
  .our-programs__item:first-child {
    margin-bottom: 80px;
  }

  .addition .our-programs__block-title {
    flex-direction: row;
    align-items: center;
  }

  .expirience-polygon__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }



  .our-programs__item .our-title {
    font-size: 20px;
    font-weight: 900;
    color: #455360;
  }

  .our-price  .our-title {
    font-size: 20px;
    font-weight: 900;
    color: #455360;
  }

  .our-programs__price-dom {
    justify-content: start;
    gap: 30px;
  }

  .our-programs__item:nth-child(2) .our-programs__footer p {
    max-width: 300px;
  }

  .addition__head {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  .addition__head .section-title {
    padding: 25px 0;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #00a2d380;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
  }

  .addition__text {
    margin-bottom: 0;
    padding-left: 30px;
    max-width: 370px;
  }


  .our-programs__item:first-child .our-programs__block-title h3{
    padding: 25px 0;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #00a2d380;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
  }

  .our-programs__item:first-child .our-programs__text {
    margin-bottom: 0;
    padding-left: 30px;
    max-width: 390px;

    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }

  .our-programs__item_pb-middle {
    display: flex;
    width: 100%;
  }
  .our-programs__nav {
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  .our-programs__item-left {
    max-width: 60%;
    width: 100%;
  }

  .our-programs__item-right {
    max-width: 40%;
    width: 100%;
  }

  .our-programs__price-btn {
    width: fit-content;
    padding: 15px 20px;
  }

  .our-slider__item {
    flex-direction: column;
    border: 1px dashed rgba(0, 162, 211, 1);
    border-radius: 18px;
    position: relative;
  }
  .our-slider__item::after {
        content: '';
        position: absolute;
        top: -1px;
        right: -1px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        pointer-events: none;
        width: 80%;
        height: 80%;
        z-index: -1;
  }

  .our-programs__item_border-none {
    margin-bottom: 60px;
  }
  .our-programs__item-action {
   display: flex;
   justify-content: center;
   padding: 30px 0;
  }

  .our-programs__item#education, .our-programs__item#dayOff {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 40px;
  }

  .our-programs__item#education .our-programs__block-title, .our-programs__item#dayOff .our-programs__block-title{
    order: -2;
  }
  .our-programs__item#education .our-programs__price-dom, .our-programs__item#dayOff .our-programs__price-dom{
    order: -1;
  }

  .our-programs__galery {
    display: none;
  }

  .section-bg-car {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .track__header {
    justify-content: center;
    margin-bottom: 60px;
  }

  .addition__rest-full {
    padding-inline: 0px;
    margin-inline: 0px;
    border: none;
    position: relative;
  }
  .addition-swiper_visible-y:not(.expirience4) {
    margin: 0 auto;
    position: relative;
  }
  .branded-border::before {
    display: none;
  }

  .addition-swiper__inner {
    padding: 20px;
    border: 1px dashed rgba(0, 162, 211, 1);
    position: relative;
    border-radius: 18px;
  }
  .addition-swiper__inner > * {
    z-index: 2;
    position: relative;
  }
  .addition-swiper__inner::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    width: 80%;
    height: 80%;
    z-index: 1;
  }
  .addition-swiper__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41.5px;
    height: 41.5px;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s, transform 0.3s;
  }



  .addition-swiper__arrow_prev {
    right: calc(100% + 10px);
  }
  .addition-swiper__arrow_next {
    left: calc(100% + 10px);
  }

  .addition-swiper__arrow_next {
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
  }


  .addition-swiper__arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .addition-swiper__arrow svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .addition__rest-body {
    position: relative;
  }
  .newsBlock_p-middle {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .expirience-titleSection {
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 60px;
    text-align: center;
  }


  .newsBlock-about .newsBlock__body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
  }
  .newsBlock-about .newsBlock__body::before {
    content: "";
    position: absolute;
    top: -10px;
    height: 90%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 162, 211, 0.5);
  }
  .newsBlock-left {
    max-width: 550px;
    width: 100%;
  }

  .newsBlock-right {
    max-width: 550px;
    width: 100%;
  }
  .newsBlock-right {
    display: flex;
    gap: 20px;
  }

  .newsBlock-right__item {
    max-width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .newsBlock-right__text {
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
  }

  .section_pb38 {
    display: none;
  }
  .section-events.section_pb38 {
    display: block;
    padding-top: 76px;
    padding-bottom: 52px;
  }

  .section-events .addition-swiper__block-img  {
    cursor: pointer;
  }

  .section-events .addition-swiper__slide-small p {
    padding-top: 10px;
    cursor: pointer;
  }

  .section-events  .addition__wrapper .pagination-global {
    padding-top: 44px;
  }

  .section-events .rest__title {
    text-align: center;
  }

  .advantagesExp__body {
    max-width: 960px;
    margin: 0 auto;
  }
  .advantagesExp__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .advantagesExp__body {
    position: relative;
    border: 1px dashed rgba(0,162,211,1);
    border-radius: 18px;
  }

  .catalog__item::before {
    content: '';
    position: absolute;
    top: -1px;  right: -1px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    width: 80%;
    height: 80%;
    z-index: 1;
  }

  .dvantagesExp-our-programs {
    margin: 0 auto;
    width: fit-content;
  }

  .contactExp__list {
    flex-direction: row;
  }
  .contactExp__item {
    width: 100%;
  }

  #map {
    height: 460px;
  }

  .footer {
    padding-top: 100px;
  }
  .footer__body {
    display: flex;
    justify-content: space-between;
  }
  .footer__links {
    order: -1;
    max-width: 375px;
    width: 100%;
  }
  .footer__logo {
    width: 125px;
  }
  .footer__local {
    margin-top: 0;
  }
  .footer__top {
    max-width: 700px;
  }
  .footer__nav {
    padding-top: 38px;
  }
  .footer__nav {
    max-width: 100%;
            grid-template-columns: repeat(4, minmax(210px, auto));
  }
  .footer__bottom {
    margin-top: 120px;
  }
  .contact__item {
    justify-content: center;
    gap: 5px;
  }
  .contact__item:nth-child(2) {
    order: -4;
  }
  .contact__item:nth-child(5) {
    order: -3;
  }
  .contact__item:nth-child(1) {
    order: -2;
  }
  .contact__item:nth-child(4) {
    order: -1;
  }

  .our-nav__link {
    transition: all 0.3s ease 0s;
  }

  .cart svg path {
    transition: all 0.3s ease 0s;
  }
  .whatsApp span {
    transition: all 0.3s ease 0s;
  }
  .whatsApp svg path {
     transition: all 0.3s ease 0s;
  }

  .section-expirience-decor-1, .section-equipment-decor-1 , .section-service-decor-1, .section-spare-decor-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .section-spare-decor-1 {
    z-index: 0;
    height: 100%;
  }

  .section.our-programs .our-programs__block-title {
    flex-direction: row;
            align-items: center;
  }

  .remodal__ajax-content {
    /*display: none;*/
  }

  .remodal {
    align-items: start;
  }

  .remodal__container--halfheight {
    max-height: 100%;
  }

  .remodal-wrapper {
    max-width: 1000px;
    margin: 50px auto;
    border-radius: 30px;
  }

  .remodal__close {
    margin-left: 0;
    left: auto;
  }

  .remodal-overlay {
    border-radius: 0;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0px,0px) !important;
    opacity: 0.8;
  }

  .serviceNav {
    background-color: rgba(0, 22, 29, 1);
    padding: 40px 0;
  }

  .serviceBody {
    display: flex;
  }

  .serviceBody .serviceNav__Container {
    padding-left: 35px;
    justify-content: flex-start;
  }

  .section-serviceNav {
    color: #fff;
    padding: 25px 0;
    padding-right: 30px;
    border-right: 1px solid #00a2d380;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
  }



  .serviceNav__button {
    flex: 0 0 calc(12% - 0px);
  }
  #service .serviceText__title {
    display: none;
  }
  .serviceText__title {
    /* display: none; */
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 55px;
  }

  .serviceText.__dark {
    background-color: #fff;
  }
  .serviceText.__dark .serviceText__title {
    color: #000;
    padding-left: 0;
  }
  .serviceNav__button:nth-child(2) {
    max-width: 100%;
  }

  .serviceText {
    padding: 60px 0;
  }

  .remont, .installation, .raspakovka {
    width: 100%;
  }

  .remont .serviceText.__dark, .installation .serviceText , .raspakovka .serviceText.__dark {
    display: none;
  }
  .installation {
    background-color: #00161d;
  }

  .office__body {
     padding: 60px 0 71px;
  }

  .office__body .serviceText__button {
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .office__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 55px;
    color: #fff;
  }
  .__dark .office__title {
    color: #000;
  }
  .office__videos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 70px;
  }
  .office__videos a {
    transition: all 0.3s ease 0s;
  }

  .office__item h3{
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
  }

  .office__item img {
    transition: all 0.3s ease 0s;
    border-radius: 20px;
  }

  .__dark .office__item h3 {
     color: #05171f;
     transition: all 0.3s ease 0s;
  }

  .office__item iframe {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .product-accessorie__button-box button {
    width: 165px;
  }
  .product-accessorie__button-box button .site-btn-icon {
    margin-right: 10px;
  }
  .product-img__img-block::after,
  .product-img__img-block::before {
      display: none;
  }
  .product-slider__item::before {
    display: none;
  }
  .product-descr__img {
    margin-bottom: 0;
  }
  .product-slider__item {

    margin: 0;
    height: auto;
    transition: all 0.3s ease 0s;
    border-radius: 0;

    border: 2px solid rgba(0, 137, 206, 0);
  }
  .product-slider__item.swiper-slide.active {
    border: 2px solid rgba(0, 137, 206, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 162, 211, 0.2)
  }


  .product-block__button-box {
    justify-content: start;
  }

  .product-block__button-box .site-btn.site-btn--1 * {
    transition: all 0.3s ease 0s;
  }


  .site-btn.site-btn--1:nth-child(2) {
    padding-left: 20px;
    display: flex;
    gap: 15px;
  }
  .product-block__button-box {
    row-gap: 17px;
  }

  .Accessories__count {
    top: 5px;
  }

  .product-slider__wrapper {
      padding: 20px;
  }

  .product-slider__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;

  }
  .product-descr__slider {
    height: auto;
  }
}






@media (min-width:1200px){
  .catalog__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width:1600px){
   .modal-close {
      top: 27px;
      right: 30px;
      width: 48px;
      height: 48px;
   }
   .modal-container {
    padding-top: 100px;
   }
  .modal-detail {
    max-width: 830px;
    margin: 0 auto;
  }
}

@media (any-hover: hover){
  .header-list__item:hover a{
      color: #00a2d3;
  }
  .btn-reset.burger:hover svg path {
    stroke: #00a2d3;
  }
  .desctop-list__item:hover a {
    color: #00a2d3;
  }
  .cart:hover svg path {
    fill: #0488b0;
  }


  .footer__phone:hover {
    color: #00a2d3;
  }

  .whatsApp:hover svg path {
    stroke: #0488b0;
  }

  .whatsApp:hover span {
    color: #00a2d3;
  }

  .catalog__price {
    margin-top: 4px;
  }

  .teams .newsBlock__btn:hover {
    background-color: #00a2d3;
    color: #fff;
  }
  .nav__item:hover > span:nth-child(2) {
    color: #00a2d3;
    margin-left: 20px;
  }
  .addition-swiper__arrow_next:hover {
    transform:
    translateY(-50%) rotate(180deg) scale(1.1);
  }
  .video-modal-close:hover {
    transform: scale(1.2);
  }
  .modal-close:hover {
    color: #e74c3c;
  }

  .nav__item:hover > img {
    display: block;
    margin-left: 20px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(51%) sepia(75%) saturate(1804%) hue-rotate(164deg) brightness(96%) contrast(101%);
  }
  .product-gallery__main a:hover {
    box-shadow: 0 0 30px rgba(0, 162, 211, 1);
  }

  .product-gallery__main a:hover img {
    transform: scale(1.05);
  }

  .product-gallery__thumbs-track a:hover {
      box-shadow: 0 0 15px #00a2d3;
  }

  .product-gallery__thumb-prev:hover,
  .product-gallery__thumb-next:hover {
    background: #0096c8;
  }

  .Accessories-pagination .arrow:hover {
    background: linear-gradient(to bottom, #0091aa, #03c4e6);
  }

  .Accessories-pagination .page:hover::after {
    background: #00bcd4;
  }

  .block-news__btn:hover {
    background: #00c4e8;
    color: #fff;
  }

  .gallery__thumbs .swiper-slide:hover {
    opacity: 0.8;
  }

  .gallery-pagination .arrow:hover {
    background: linear-gradient(to bottom, #0091aa, #03c4e6);
  }

  .gallery-pagination .page:hover {
    color: #00bcd4;
  }
  .gallery-pagination .page:hover::after {
    background: #00bcd4;
  }

  .newsBlock__img:hover {
    box-shadow: 0px 0px 30px 0px #00a2d3;
  }
  .shopping-cart__radio-label:hover input[type="radio"]:not(:checked) {
    border-color: #999;
    background: #e5e5e5;
  }

  .addition-swiper__arrow_prev:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.1);
  }
  .addition-swiper__arrow_next:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.1) rotate(-180deg);
  }

  .our-nav__link:hover {
    color: #00a2d3;
  }
  .our-nav__link:hover .our-nav__line {
    opacity: 1;
  }


  .site-btn.site-btn--1.site-btn-cart:hover {
    background-color: #0488b0;
  }
  .catalogsCategories__btn:hover {
    background-color: #00a2d3;
    color: #fff;
  }

  .btn-global:hover {
    background-color: #0488b0;
    color: #fff;
  }

  .gallery__thumb:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 162, 211, 1);
  }
  .product-slider__item.swiper-slide:hover {
     border: 2px solid rgba(0, 137, 206, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 162, 211, 0.2)
  }

  .Accessories__thing:hover {
    box-shadow: 0px 0px 20px 10px rgba(0, 162, 211, 0.2);
  }

  .gallery__item:hover .gallery__slider {
     box-shadow: 0px 0px 20px 0px rgba(0, 162, 211, 1);
  }

  .office__videos a {
     /* box-shadow: 0px 0px 20px 0px rgba(0, 162, 211, 1); */
  }

  .__dark .office__item h3:hover {
    color: #00a2d3;
  }

  .office__body .serviceText__button:hover {
    background-color: #0488b0;
  }
  .office__item img:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 162, 211, 1)
  }

  .product-block__button-box .site-btn.site-btn--1:nth-child(1):hover{
    background-color: #00a2d3;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(1):hover span {
    color: #fff;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(1):hover svg path {
    fill: #fff;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(2):hover{
    background-color: #fff;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(2):hover span {
    color: #00a2d3;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(2):hover svg path {
    fill: #00a2d3;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(3):hover{
    background-color: #fff;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(3):hover span {
    color: #00a2d3;
  }
  .product-block__button-box .site-btn.site-btn--1:nth-child(3):hover svg path {
    stroke: #00a2d3;
  }

}



@media (max-width: 992px){
  .remont__body {
    display: none;
  }
  .burger svg {
    display: none;
  }
  .header {
    padding: 9px 0 7px 0;
  }
  .header__top {
    display: none;
  }
  .desctop-list {
    display: none;
  }
  .catalog-decor-1 {
    display: none;
  }

  .newsBlock-right {
    display: none;
  }

  .catalog-decor-2 {
    display: none;
  }
  .catalogs-main .catalog {
    display: none;
  }

  .catalogsCategories-test  .testDrive__img {
    margin-top: 0;
    width: 100%;
  }
  .section-expirience .catalogsCategories.catalogsCategories-test {
    padding-left: 0;
    padding-right: 0;
  }
  .section-expirience-decor-1 {
    display: none;
  }
  .accessories-video-left {
    display: none;
  }
  .section-accessories, .section-equipment {
    max-width: 100%;
  }
  .accessories-video {
    display: none;
  }
  .nav__list-close-desctop {
    display: none;
  }
  .product__info .product-block__main-tabs-link{
    display: none;
  }

  .product-block__price  {
    display: none;
  }

  .product-accessorie__button-article {
    display: none;
  }
  .product-accessorie__button-price {
    display: none;
  }
  .gallery__thumbs {
    display: none;
  }
  .gallery-pagination {
    display: none;
  }

  .contact-decor {
    display: none;
  }

  .contact__list {
    gap: 10px;
    max-width: 100%;
  }
  .our-programs__block-title {
    flex-direction: column;
  }


  .addition-swiper__arrow {
    display: none;
  }

  .logo-expirience {
    display: none;
  }

  .section-expirience-decor-1, .section-equipment-decor-1 , .section-service-decor-1, .section-spare-decor-1 {
    display: none;
  }

  .main-team > .container {
    padding: 0;
  }
  .newsBlock__body .newsBlock__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .section-serviceNav {
    display: none;
  }
}



/* Модальное окно */
.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    animation: slideIn 0.3s;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    transition: transform 0.2s;
}




/* иоадльное к элеменов */

/* Оверлей модального окна */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: all 0.3s ease 0s;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.modal-overlay.active {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}

/* Контейнер модального окна */
.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 30px;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1000;
  padding: 40px;

  display: flex;
  flex-direction: column;

  transition: all 0s ease 0s;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.modal-container.active {
  overflow: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.modal-container .modal-close svg {
  width: 100%;
  height: auto;
}


/* Кнопка закрытия */
.modal-close {
  position: absolute;
  top:15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #333;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}



/* Контент модального окна */
.modal-detail__image {
  width: 100%;
  margin-bottom: 20px;
}

.modal-detail__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.modal-detail__image iframe {
  width: 100%;
  border-radius: 4px;
}

.modal-detail__content h2 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.modal-detail__content p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

.modal-detail__content ul {
  margin: 15px 0;
  padding-left: 20px;
}

.modal-detail__content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.modal-detail__curtail {
  width: 160px;
  min-height: 40px;
  order: 2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #efefef;

  cursor: pointer;
}