.mobile {
  display: none;
}

@media (max-width: 1251px) {
  .container {
    padding: 0 10px;
  }
}
@media (max-width: 769px) {
    .header-form.msearch2 {
    width: 100%
}
  .header-list {
    gap: 15px;
  }
  .header-search-input {
    padding: 10px 15px;
  }
}
.header-mobile {
  padding: 10px 0;
  height: auto !important;
}

.header-burgerblock {
  gap: 50px;
  align-items: center;
  display: flex;
}


.header-burger {
  display: block;
  position: relative;
    width: 20px;
    height: 15px;
    
}
.header-burger:after, .header-burger:before,
.header-burger span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #838a9d;
  position: absolute;
  transition: all 0.3s ease 0s;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-burger:after {
  top: 10px;
}
.header-burger:before {
  top: 0;
}
.header-burger span {
  top: 5px;
}

.header-iconblock {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-iconblock .quantity {
  top: -8px;
  right: -8px;
}

@media (max-width: 1260px) {
  .showblock .swiper-button-next {
    right: 0;
  }
  .showblock .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 937px) {
  .about-body {
    flex-direction: column-reverse;
  }
  .about-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-title,
  .about-desc {
    text-align: center;
  }
  .about-btn {
    margin: 35px auto 0;
  }
}
@media (max-width: 841px) {
  .showblock-item-price {
    gap: 7px;
  }
}
@media (max-width: 1134px) {
  .reviews-body {
    display: block;
  }
  .reviews-info {
    text-align: center !important;
  }
  .reviews-btn {
    margin: 35px auto 0;
  }
  .reviews-swiper {
    margin-top: 35px;
  }
}
.header-mobile {
  display: none;
}

.exit {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 50;
}
.exit:before, .exit:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background: #5c647a;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.exit:after {
  transform: rotate(45deg);
}
.exit:before {
  transform: rotate(-45deg);
}

@media (max-width: 851px) {
  .pc {
    display: none;
  }
  .header:first-child {
    display: none;
  }
  .header-mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100%;
    height: 88px;
    z-index: 100;
  }
  main {
    margin: 0;
  }
  /* Новая сетка хедера: 5 равных колонок, логотип по центру */
  .header-mobile .header-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 0;
  }
  .header-mobile .header-burgerblock {
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header-mobile .header-logo {
    grid-column: 3;
    justify-self: center;
  }
  .header-mobile .header-iconblock {
    grid-column: 4 / span 2;
    justify-self: end;
  }
  .header-menu-logoblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-menu {
    transition: all 0.3s ease 0s;
    background: #fff;
    position: fixed;
    padding: 30px 20px;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .header-menu.active {
    left: 0;
  }
  .header-menu .header-form {
    margin-top: 22px;
  }
  .header-menu .header-list {
    min-width: 300px;
    padding-bottom: 30px;
    margin-top: 34px;
    display: flex;
    width: auto;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .header-menu .header-list li {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
  }
  .header-menu .header-list li .menu-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 10px;
    background: #d7dbd7;
    border-radius: 3px;
    margin-bottom: 5px;
  }
  .header-menu .header-list li a,
  .header-menu .header-list li img {
    display: block;
  }
  .header-menu .header-list li .arrow-link {
    position: relative;
    width: 30px;
    height: 30px;
    background: #5aa14d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  .header-menu .header-list li .arrow-link img {
    position: absolute;
    bottom: 11px;
    left: 13px;
    transition: all 0.3s;
  }
  .header-menu .header-list li .arrow-link.open img{
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .header-menu .header-list li .arrow-link img {
    position: absolute;
    bottom: 11px;
    left: 13px;
  }
  .header-menu .header-list li .sub-menu .arrow-link img {
    bottom: 10px;
  }
  .header-menu .header-list li a {
    color: var(--1, #202e35);
    font-family: Circe;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-menu .header-list li:first-child {
    margin-top: 0;
  }
  .header-use-list {
    padding-top: 30px;
    border-top: 1px solid #e3e7ef;
    display: block !important;
    padding-bottom: 40px;
  }
  .header-use-list li {
    display: block;
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
  }
  .header-use-list .info {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .header-use-list a {
    color: #202e35;
    font-family: Circe;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }
  .header-use-list li:last-child .header-active-item {
    background: #5aa14d;
  }
  .header-active-item {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: #9ea2ac;
    position: relative;
  }
  .header-active-item span {
    z-index: 5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 1px;
    color: #fff;
    text-align: center;

    font-family: PT Root UI;
    font-size: 13px;
    line-height: 8px;
    font-weight: 500;
    line-height: normal;
  }
  .header-menu-info {
    border-top: 1px solid #9ea2ac;
    display: block;
    padding-top: 37px;
  }
  .header-info-phone {
    color: #202e35;

    /* H4 */
    font-family: Circe;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    display: block;
  }
  .header-info-mail {
    display: block;
    margin-top: 14px;
    color: var(--2, #5c647a);

    font-family: Circe;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }
  .header-info-location {
    display: block;
    margin-top: 25px;
    color: var(--2, #5c647a);

    font-family: Circe;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }
  .header-info-time {
    margin-top: 17px;
    color: var(--2, #5c647a);

    font-family: Circe;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }
  .mobile {
    display: block;
  }
  li.menu.services {
    margin:15px 0;
  }
  .header-mobile .header-list li {
    width: 100%;
  }
  .header-menu .header-list .sub-menu {
    display: none;
  }
  .header-menu .header-list .sub-menu.open {
    display: flex;
    flex-direction: column;
    gap: 0px
  }
  .header-menu .header-list .sub-menu {
    margin-left: 16px;
    margin-top: 16px;
  }
  .header-menu .header-list .sub-menu li a {
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0;
  }
  .header-menu .header-list .sub-menu .sub-menu {
    margin-bottom: 16px;
  }
}
@media (max-width: 1128px) {
  .footer-mid-menu {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 788px) {
  .footer-mid-menu {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.main__cloud {
  position: relative;
  left: 20%;
}

@media (max-width: 1430px) {
  .main__cloud {
    position: relative;
    left: 0%;
  }
}
@media (max-width: 890px) {
  .footer-down-body {
    display: block;
    text-align: center;
  }
  .footer-down-link {
    display: block;
    margin-top: 23px;
    text-align: center;
  }
}
@media (max-width: 709px) {
  .footer-up-mediablock {
    display: none;
  }
  .mobile .footer-up-mediablock {
    display: block;
    margin-top: 30px;
  }
  .footer-up-phone,
  .footer-up-time {
    display: block;
    text-align: center;
  }
  .footer-up-time {
    margin-top: 10px;
  }
  .footer-up-media {
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0;
  }
  .footer-uo-infoblock {
    display: block;
  }
  .footer-logo {
    border: none;
    margin: 0 auto;
  }
  .footer-up-body {
    display: block;
  }
  .footer-up-desc {
    margin: 9px 0 0 0;
    text-align: center;
  }
  .footer-up-desc br {
    display: none;
  }
  .footer-mid {
    border: none;
  }
  .footer-item {
    transition: all 0.3s ease 0s;
    position: relative;
    border-radius: 9px;
    border: 1px solid var(--1, #e3e7ef);
    padding: 20px;
    overflow: hidden;
  }
  .footer-item .footer-list {
    display: grid;
    height: 0;
    opacity: 0;
    margin: 0;
  }
  .footer-item .footer-list li {
    margin-top: 20px;
  }
  .footer-item.active {
    padding: 20px;
  }
  .footer-item.active .footer-list {
    display: block;
    height: 100%;
    opacity: 1;
    margin-top: 17px;
  }
  .footer-item.active .footer-item-title:after {
    transform: rotate(0);
  }
  .footer-item .footer-item-title {
    position: relative;
  }
  .footer-item .footer-item-title:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 5px;
    content: "";
    background: url("../img/footer/arrow.svg");
    transform: rotate(180deg);
  }
  .price {
      font-size: 20px;
  }
      .showblock-item-price {
        gap: 5px;
    }
    .price-old {
    font-size:11px;
}
.price-discount {
    padding: 7px 5px;
}

.product_options_color span {

    width: 22px;
    height: 22px;
    border-radius: 3px;

}

}
@media (max-width: 1134px) {
  .blog-item-desc {
    min-height: 46px;
  }
}
@media (max-width: 769px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  .large-swiper .swiper-slide {
    padding: 50px 30px;
    position: relative;
  }
  .large-swiper .swiper-slide:after {
    content: "";
    background: #fff;
    opacity: 0.6;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-large-arrows {
    left: 30px;
  }
  .main-large-title,
  .main-large-desc,
  .main-large-btn {
    position: relative;
    z-index: 50;
    text-align: center;
  }
  .main-large-btn {
    margin: 26px auto 0;
  }
  .main-large-arrows {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .btn{
      
  }
}
@media (max-width: 425px) {
  .modal {
    width: 100%;
  }
}
@media (max-width: 451px) {
    .showblock-item-name .showblock-item-name-hidden {
        font-size: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 3em;
    }
    .showblock-item {
    display: block;
    padding: 0;
    background: #fff;
}
.showblock-item-widthblock img, .showblock-item-heightblock img {
    height: 20px;
}
.showblock-item-height, .showblock-item-width {
    font-size: 13px;
}
.showblock-item-cart {
    padding: 10px;
    flex: 0 0 100%;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
            font-weight: 400;
        font-size: 13px;
        text-transform: uppercase;
}
.showlbock-item-fav {
    flex: 0 0 20%;
    padding: 8px;
    background: none;
}
  .showblock {
    padding: 25px 0 20px;
  }
  .showblock-title {
    text-align: center;
  }
  .reviews {
    padding: 40px 0;
  }
}
@media (max-width: 434px) {
  .main-large-title {
    font-size: 30px;
    line-height: 110%;
  }
  .main-large-desc br {
    display: none;
  }
}
@media (max-width: 551px) {
  .title {
    text-align: center !important;
    font-size: 24px;
    line-height: 27px;
  }
}

/* Стили для десктопного меню */
@media (min-width: 852px) {
    .header-drop-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        z-index: 100;
    }
    
    .header-drop-menu.active {
        display: block;
    }
    
    .header-drop:hover .header-drop-menu {
        display: block;
    }
}

.menu-link {
  display: flex;
  align-items: center;
}

.menu-icon {
  max-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}