@media(min-width: 1121px) and (max-width: 1465px){
	.s-content-to-header, .flex{
		max-width: 1480px;
		width: auto;
	}
}
@media (max-width: 1200px) {
.installment-m-note {
	font-size:11px;
}	
.breadcrumbs-content .breadcrumbs{
	overflow: auto hidden;
}
.breadcrumbs-item .breadcrumbs-link svg:hover{
	display:none;
}
.b-category-filter{
	display:none;
}
.breadcrumbs-item svg{
	display:none;
}
.contact-page-lists{
	display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;	
}
.contacts-details-data-list{
	gap:6px;
}
.contact-page-list, .contacts-details-data-full{
	padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.header-desktop{
	display:none;
}
.contact-maps-page iframe {
	height: 200px;
}
.contacts-details{
	margin-top: 30px;
}
.cshare-footer {
    display: flex;
    align-items: stretch;
    margin-top: var(--spacing-s);
    position: sticky;
    bottom: 0px;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 20px;
}
.cshare-footer .cshare-fbtn {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.cshare-footer {
	background: var(--bg);
	display: flex;
	align-items: stretch;
	margin-top: 0px;
	position: sticky;
	bottom: 71px;
	flex-direction: column-reverse;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid var(--border);
	padding: 10px 0px;
}
.cshare-footer .cshare-ftotal {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-end;
    justify-content: space-between;
}
.cart-product-info img.cshare_img {
    border: 1px solid var(--border);
    width: 70px;
    height: 70px;
}
.basic-cart-products.cshare-p {
   border-bottom: 0px solid var(--border);
}
.basic-cart-products.cshare-p .basic-cart-product{
	gap:10px;
}
.basic-cart-product .copy-go{
	display:none;
}	
#error-not-found img{
	text-align: center;
	width: auto;
    max-width: 98%;
}	

  .title-content.catalog-v{
    display:block;
  }
  
  
.brand-grid-two {
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 30px;
}

.filter-name-manufacturer .h6{
	font-size: 20px;
}

.order-status-content {
    grid-template-columns: 2fr 2fr;
}

.actionCards-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-2xs);
}

.orderSt-info-content {
    grid-template-columns: 2fr 4fr;
}
.wishlist-products {
    gap: var(--spacing-2xs);
}

.links-account {
    gap: var(--spacing-s);
}

.bank-information-section {
    grid-template-columns: 2fr 1fr;
}

.advantages-content {
	gap: var(--spacing-s);
}

.advantages-content .advantage {
    padding: var(--spacing-xs);
    gap: var(--spacing-xs);
}
}

@media (max-width: 1120px) {
.mobile-hidden{
	display:none;
}

.video-bg {
	height: 40px;
	padding:0 5px; 
}


.product-card-dots{
	display:none;
}
#notification .notification-container{
	font-size:12px;
}	
#vmap {
    width: 100%;
    height: 300px;
}	

.grid-account {
grid-template-columns: 1fr;
}
.wrapper-second-header, .wrapper-top-header, header .border, .third-header, .forth-header {
    display: none;
}
.mobile-menu{
	display:flex;
	justify-content: space-between;
	align-items: center;
	gap: 2px;
}
.icon-menu{
	width: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	stroke: var(--black);
}
.icon-menu-35{
	width: 40px;
    height: 40px;
}
.menu-container{
	display:flex;
	gap: 10px;
	align-items: center;
}
.menu-container-g-0{
	gap: 0px;
}
header{
	padding:10px 5px;
	border-bottom: 1px solid var(--border);
	position: sticky;
    top: 0;
    z-index: 100;
}

.mobile-menu img{
	height: 26px;
	margin: 0;
}
.vertical-menu{
	display:none;
}

.hero-section{
	grid-template-columns: 1fr;
}

.flex {
	max-width: 100%;
    padding: 0 10px;
}

.hits-category {
	overflow-x: auto;
    padding-bottom: 15px;
    overflow-y: hidden;
    height: max-content;
	gap:10px;
	scrollbar-width: none; /* Скрыть полосу прокрутки на Firefox */
    -ms-overflow-style: none; /* Скрыть полосу прокрутки на IE/Edge */
	position: relative;
}


.hits-category::-webkit-scrollbar-thumb:horizontal {
	height: 30px;
	background-color: #25527e!important;
}

.hits-category::-moz-scrollbar-thumb:horizontal {
	height: 30px;
	background-color: #25527e!important;
}	

.hits-category::-webkit-scrollbar {
    display: none;
}

#specialAjax .tabs-action::-webkit-scrollbar-thumb:horizontal {
	height: 30px;
	background-color: #fff0!important;
}

#specialAjax .tabs-action::-moz-scrollbar-thumb:horizontal {
	height: 30px;
	background-color: #fff0!important;
	
}
#specialAjax .tabs-action::-moz-scrollbar-track-piece {
	height: 30px;
	background-color: #fff0!important;
}

#specialAjax .tabs-action::-webkit-scrollbar-track-piece {
	height: 30px;
	background-color: #fff0!important;
	
}

h1, .h1 {
	font-size: 24px;
}

h2, .h2{
	font-size: 24px;
}

h3, .h3{
	font-size: 12px;
}

h5, .h5 {
	font-size: 16px;
}

h4, .h4 {
	font-size: 14px;
}


body {
	font-size: 12px;
}

input {
	font-size: 12px;
}

.body{
	font-size: 14px;
}

a{
	font-size: 12px;
}

button, .button{
	font-size: 12px;
}

.advantages .link-more {
	display:none;
}

.tabs-action .tab-action {
	font-size: 12px;
}

.advantages-pics{
	width:75px;
	height: 75px;
}

.bg-dvantages {
    height: 136px;
	min-width: 147px;
}

.advantages {
    gap: 10px;
	overflow-x: auto;
    padding-bottom: 15px;
    overflow-y: hidden;
    height: max-content;
}

.mobile-add .advantages {
    display: grid;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 15px;
	scrollbar-width: none;
    -ms-overflow-style: none;
}


.title-card {
    height: 42px;
}

.main-section {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.slider-header .pagination{
	display:none;
} 

.products-month {
	height: auto;
}

.product-card-month {
	padding: 20px;
}

.slider-header {
    height: fit-content;
}

.mounth-pic img {
    height: 100%;
    width: 140px;
}

.swiper-slider{
	height: auto;
}

.swiper-wrapper {
    min-width: 340px;
    width: 100vw;
}

.promotional-slider .button-card{
	display: flex;
    flex-direction: row;	
}

.product-card-month .stickers{
	left: 10px;
    top: 10px;
}

.product-card-month{
	display: flex!important;
	flex-direction: column;
    align-items: center;
	border:0px;
	gap: 10px;
}

.products-month .price-card{
	padding:10px 0 10px 0;
}

.hero-cardproduct {
    grid-template-columns: 1fr;
}

.compare-card.main{
	display:none;
}
 

.moreInform-productCard{
	display:grid;
}


.mobile-add{
    width: 100%;
    display: inline-grid;
}

.brand-banner {
	display: none;
}

.big-number{
	font-size: 32px;
	margin-bottom: 10px;
}

.number-advantages {
	grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin-top: 15px;
    grid-row-gap: 10px;
}

.about-content {
    width: auto;
}

.num-advantage {
    padding: 15px;
}

.about-company{
	padding: 25px 5px;
	background-position: right 240px;
}

.about-content .body {
    margin-top: 10px;
    margin-bottom: 20px;
    width: auto;
}

.contacts-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 5px;
    margin-bottom: 10px;
}

.contacts-tab-content{
	flex-wrap: wrap;
}

.contacts-tabs-content .contacts-tab-content {
    gap: 30px;
}

.contacts-info .contacts-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.contacts-tabs-info .contacts-tabs {
    margin-bottom: 20px;
}

.slide-prev, .slide-next, .gradient-right, .gradient-left{
	display:none!important;
}

.product-card-previw .btn-shadow{
	background: var(--accent);
	color: var(--black);
	box-shadow: none;
	font-weight: 600;
}

.product-card-previw {
    padding: 5px 5px 15px 5px;
}


.action-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}

#latestAjax .action-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 20px;
	padding-bottom: 20px;
}

#latestAjax, #bestsellerInCategoriesAjax {
    margin-top: var(--spacing-l);
}
#productManufacturerAjax, #viewedAjax {
        margin: var(--spacing-xl) 0;
}
#specialAjax .action-content {
    margin-top: var(--spacing-xl);
}
.margin-top-60-px-home-mobile{
	margin-top:60px
}
.gblog-block.active{
	min-width: 90%!important;
    width: 100%!important;
    max-width: 90%!important;
}
.gblog-content{
	margin-top: var(--spacing-xl);
}

.hits-sales h2 {
    padding-bottom: 20px;
}

.nl-section {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    width: 100%;
    padding: 25px 5px;
}

.nl-section .h5{
	margin-bottom:15px;
}

.subscribe {
	flex-direction: column;
}

.subscription-input {
    padding-bottom: 10px;
	padding-right: 0;
}

footer {
    margin-top: 60px;
}

.main-footer {
	padding: 25px 5px;
}

.brand-section {
    display: block;
}
.slider-box{
width: 100%;
}

.action-content .sliderContent .slider-box {
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    height: max-content;
    gap: 10px;
	-webkit-overflow-scrolling: touch;
    
}

/*.action-content .sliderContent .slider-box::-webkit-scrollbar-track-piece  { background: var(--viol) 100% 100% no-repeat;background-size: cover; }*/

.action-content .sliderContent .slider-box::-webkit-scrollbar { 
    /*display: none; */ /* Safari and Chrome */
}

.tabs-action {
	list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    height: max-content;
    width: 100%;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
.tabs-action::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.first-wrap-footer {
    display: flex;
    grid-column-gap: 0;
	flex-direction: column;
}

.wrap-footer-part {
    display: flex;
	grid-column-gap: 0;
    flex-direction: column;
}
/* .sliderContent .slider-box{ */
	/* overflow-x: auto; */
    /* overflow-y: hidden; */
    /* height: max-content; */
    /* width: 100%; */
/* -webkit-overflow-scrolling: touch; */
	
/* } */

/* Добавить в CSS */
.sliderContent {
  position: relative;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    /* Убирает стандартный скроллбар, если нужно */
    scrollbar-width: none; 
    -ms-overflow-style: none;
    /* Позволяет вертикальный скролл страницы, но захватывает горизонтальный */
    touch-action: pan-y; 
    cursor: grab;
    user-select: none; /* Предотвращает выделение текста при свайпе */
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.grabbing {
    cursor: grabbing !important;
}

.custom-scrollbar {
    position: relative;
    height: 8px;
    background: #eee;
    margin-top: 10px;
}

.scroll-thumb {
    position: absolute;
    height: 100%;
    background: #888;
    cursor: pointer;
    border-radius: 4px;
}

.custom-scrollbar {
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 100%;
  background: rgba(0,0,0,0.1);
  border-radius: 21px;
  display: none;
  z-index: 0;
}

.scroll-thumb {
  position: absolute;
  height: 100%;
  background: var(--black);
   border-radius: 21px;
  cursor: pointer;
  transition: width 0.2s;
	
}

.sliderContent:hover .custom-scrollbar,
.sliderContent:active .custom-scrollbar {
  display: block;
}

/*.sliderContent .slider-box::-webkit-scrollbar-track-piece  { background: var(--viol) 100% 100% no-repeat;background-size: cover; }*/
.first-wrap-footer .link-more:after{ 
  width: 24px;
  height: 24px;
  display: inline-block;
  content: '';
  mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 7L15 12L10 17' stroke='%231B8EE9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat 50% 50%;
  mask-size: cover;
  background-color: var(--accent);
  margin-left: 5px;
  transition: all 200ms ease;
}

.first-wrap-footer .link-more.active:after{ 
  transform: rotate(90deg);
}

.first-wrap-footer .link-more:hover:after{
  background-color: var(--dark-blue);
}


.first-wrap-footer .link-more {
    justify-content: space-between;
}

.first-wrap-footer .h4 {
}

.app-footer-mobic .h4{
    padding: 0 0 15px 0;
}

.list-footer {
    gap: var(--spacing-s);
}

.accordion-footer {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid var(--border);
}

.accordion-footer-list {
  max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out, visibility 0s 0.3s, opacity 0.3s;
}

.first-wrap-footer .active:after{ 
 border-bottom: none;
}

.link-more.icon {
	display: flex;
    justify-content: flex-start;
}

.contact-accord .accordion-footer-list{
	flex-direction: column;
}

.accordion-footer-list.active{
	display: flex;
	max-height: 1000px;
    padding-bottom: 15px;
    visibility: visible;
    opacity: 1;
    transition: max-height 0.3s ease-out, padding-bottom 0.3s ease-out, visibility 0s 0s, opacity 0.3s;
}
.contact-footer .link-more {
	display: flex;
    justify-content: flex-start;
}

.contact-footer { 
    padding-bottom: 0;
}

.second-wrap-footer {
    margin: var(--spacing-s) 0;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	gap: 20px;
}

.third-wrap-footer p {
    font-size: 8px;
	width:100%;
}

.third-wrap-footer {
	padding-bottom:60px;
}

.price-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.button-card {
    gap: 10px;
	flex-direction: column;
}

.button-card .compare-icon{
	padding-left: 10px;
}

.button-card .wish-list-heart{
	padding-right: 10px;
}

.active-map {
  height: 200px!important;
}

.bg-dvantages .link-more {
	display:none;
}

.product-card-previw .icon-cards-compare-wish {
    width: 100%;
	justify-content: space-between;
}

.product-card-previw:hover{
	border: 1px solid var(--border);
}
.menu-icon {
  width   : 17px;
  height  : 13px;
  cursor  : pointer;
  position: relative;
}

.menu-icon span {
  background-color: var(--black);
  height          : 1.5px;
  position        : absolute;
  width           : 100%;
  left            : 0;
  transition      : all 0.3s ease;
  border-radius   : 10px;
}

.menu-icon span:first-child {
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 6px;
}

.menu-icon span:last-child {
  top: 12px;
}

.menu-icon.cross span:nth-child(2) {
    opacity: 0;
}

.menu-icon.cross span:first-child,
.menu-icon.cross span:last-child {
    top             : 6px;
    background-color: var(--accent);
}

.menu-icon.cross span:first-child {
    transform: rotate(45deg);
}

.menu-icon.cross span:last-child {
    transform: rotate(-45deg);
}

.footer-mobile {
	background: var(--bg);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	justify-content: space-around;
	box-shadow: 0 -4px 40px 0 rgba(33, 33, 33, 0.1);
	padding: 15px 5px;
	position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
	user-select: none;
	z-index:10;
}

.footer-menu{
	display: flex;
    flex-direction: column;
	gap:3px;
	fill: none;
	stroke: var(--black);
	align-items: center;
	position: relative;
}

.footer-mobile a{
	color: var(--grey);
	font-weight: 400;
	font-size: 11px;
}

.footer-menu .header-count{
    right: 2px;
}

.wish-list .header-count{
right: 9px;
}

.footer-mobile .footer-menu:focus{
	stroke: var(--accent);
	color: var(--accent);
}


.content-grid-two{
	grid-template-columns: 1fr;
	    padding-top: 10px;
}

.category-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.title-content{
	display:none;
}

.title-content-mobile .category-name{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.dotted-link span {
	font-size: 12px;
    color: var(--accent);
	font-weight: 500;
}

.body16px{
	font-size:14px;
}

.categories-subs{
	display:none;
}
.category-sort{
	display:none;
}

.flex-content {
	padding: 20px 10px 0 10px;
}

.ocf-mobile-left .ocf-btn-mobile-fixed .ocf-btn{
		display:none;
}

.filters-categories-catalog {
	display: flex;
    gap: 10px;
	background: var(--bg);
	position: sticky;
    top: 61px;
    z-index: 2;
}



.pagination-contents {
    padding-top: 20px;
	padding-bottom: 0px;
}
.brands h2 {
    padding-bottom: 20px;
}

.compare-card .button-card {
    flex-direction: column;
}


.hero-description-cardproduct .price-tablet-adaptive{
	display:flex;
	padding: 20px 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
	flex-direction: column;
	gap: 15px;
}


.footer-mobile-doublebtn .compare-wish-content {
    border-top: none;
    padding: 0 10px;
	gap: 30px;
	align-items: center;
}

.sticky-tablet-productCard{
	display:none;
}

.footer-mobile-doublebtn{
	position: fixed;
    bottom: 70px;
    background: var(--bg);
    z-index: 100;
	padding: 15px 5px;
	display: flex;
	width: 100%;
	left: 0;
	border-top: 1px solid var(--border);
}

.footer-mobile-doublebtn .double-button {
    display: flex;
    gap: 10px;
    flex-direction: row;
	width: 100%;
}

	
.sticky-tablet-productCard .double-button{
    display: flex;
	gap: 10px;
    flex-direction: row;
}


.hero-cardproduct {
	grid-template-columns: 1fr;
}

.description-productcard {
    gap: 20px
}


.grid-sticky{
	top:61px;
}

.overflowMobileHidden{
	overflow: hidden;
}
/*.s-content-to-header {
		position: sticky;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	top: 61px;
	z-index: 999;
}*/
    .s-content-to-header {
        position: fixed;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        top: 0px;
        z-index: 999;
        height: 100%;
    }
.searchAjax {
	position: fixed;
	width: 100%;
	padding: 0px 0px;
	top: inherit;
	height: 100%;
}
.searchAjax-content {
	border-radius: 0px;
	box-shadow: 0px 4px 40px 0px #0000001A;
	background: var(--bg);
	display: flex;
	gap: 30px;
	padding: 65px 5px 20px 5px;
	flex-direction: column;
	overflow: hidden auto;
	height: 100%;
}
#resultSearch-ajax .searchAjax-content-scroll{
	max-height: 100%;
	display: flex;
	flex-direction: row;
	gap: 11px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#resultSearch-ajax .searchAjax-content-scroll .search-history-link{
	display: block;
	background: #F3F3F7;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	color: var(--black);

	svg{
	display:none;
	}
}
.searchAjax-content-right{
	display: flex;
	gap: 10px;
	height: max-content;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-bottom: 110px;
}
.searchAjax-content-right h4 {
	margin-bottom: 5px;
}

.searchAjax-content-left .searchAjax-content-scroll {
	max-height: 170px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-start;
}
.search-more {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--bg);
	padding: 15px 5px;
	display: flex;
	box-shadow: 0px -4px 30px 0px #0000001A;
}
.searchAjax-content-right button {
	grid-column: span 2;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mobile-flex-sort--1{
	order: -1;
}
.mobile-hidden{
	display:none;
	visibility:hidden;
}
.search-header-mobile{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	padding: 8px 5px;
	background: var(--bg);
	top: 0;
}
.search-header-mobile .exit-s-m{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-header-mobile .exit-s-m svg{
	stroke: var(--grey);
}

.modal_content{
	padding: 20px 10px;
}

.scroll-modal {
	padding: 0 10px;
}

.modal_data h2, .modal_data h6 {
    padding: 0 10px;
}

.modal_data h2 {
	padding-bottom: 10px;
}


.scroll-modal .stars{
	grid-row-gap: 10px;
}

.form-group-input label {
    font-size: 12px;
}

.delete-modal h6{
	padding: 0;
}

h6, .h6 {
	font-size: 20px;
}


.login-modal h6{
	padding:0;
}

.login-modal {
    padding: 0 10px;
}


.chooseCity-modal h2{
	padding:0;
	padding-bottom: 10px;
}

.page-cart-contents{
      display: grid;
      grid-template-columns: 1fr;
      gap: 29px;
    }
    .cart-product-info {
      display: flex;
      gap: 10px;
      flex-basis: 70%;
    }  
    .basic-cart-products .basic-cart-product{
      padding-bottom: 20px;
      gap: 20px;
      position: relative;
    }
    .basic-cart-products {
      gap: 20px;
    }
	
.title-page-cart {
	display: grid;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: 3fr 1fr;
	gap: 30px;
	padding-bottom: 15px;
}
    .fix-total{
      position: fixed;
      bottom: 71px;
      width: 100%;
      background: #fff;
      padding: 15px 5px;
      left: 0;
      border-top: 1px solid #DADCDE;
    }
 .fix-total-c {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    .fix-total-c-d{
      font-size: 16px;
      font-weight: 600;
      color: var(--black);
    }
    .fix-total-c-d .tag{
      font-size: 8px;
      font-weight: 400;
      padding-bottom:5px;
    }
    .fix-total-c button{
      
    }

.l-slider-menu {
	display: flex;
}

.menu-mobile-c-s{
  display: flex;
    flex-direction: column;
    overflow: hidden auto;
    height: inherit;
    background: #F3F3F7;
}
.header-m-s-menu{
	background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #DADCDE;
}

.header-m-s-menu svg {
    stroke: var(--grey);
    transition: all 200ms ease;
}

.header-m-s-menu .headerL1-f-type1{
	font-size: 12px;
    font-weight: 400;
}

.header-m-s-menu .headerL1-f-type1 a{
    font-size: 12px;
    font-weight: 500;
}

.l-s-menu-open {
    transform: translateX(0);
    background: rgb(0 0 0 / 0%);
    animation: fadeInBackground 1s forwards;
  }
  
@keyframes fadeInBackground {
    from {
      background: rgb(0 0 0 / 0%);
    }
    to {
      background: rgb(0 0 0 / 60%);
    }
}  
  

.dynamic-list-contents{
  display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0;
    background: var(--bg);
}
.dynamic-list-contents .link-dynamic{
	order: 2;
	padding: 16px 12px;
	border-bottom: 1px solid var(--border);
}
.link-dynamic{
  display: flex;
    align-items: center;
    gap: 10px;
    color:var(--black);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-right: 24px;
  text-transform: uppercase;
}

.link-dynamic:hover{
  color: var(--grey);
}

.link-dynamic svg{
  fill: none;
}

.link-dynamic svg.arrow-ac{
  fill: none;
  stroke: var(--black);
  right: 0px;
}

.link-dynamic svg.arrow-rn{
  right: 0px;
}
.mm-catalog-image{
	width:65px;
	flex:none;
}

.footer-m-s-menu {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-m-s-menu.black-bg-fmsm {
	background: var(--black);
}
.footer-msm-a-block{
	display: flex;
    flex-direction: column;
    gap: 32px;
}
.contacts-mobile {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.m-contact-block {
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.m-contact-block-title {
	font-weight: 550;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color:var(--accent);
}

.m-contact-block-content {
	display: flex;
    flex-direction: column;
    gap: 4px;
}

.m-contact-block-flex {
	display: flex;
    gap: 10px;
}

.m-contact-open {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color:var(--white);
}

.m-contact-block svg {
	stroke: var(--bg);
	flex:none;
}

.m-contact-block span {
	color:var(--grey);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.m-contact-block a {
	font-weight: 550;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color:var(--white);
}
.footer-m-s-menu .information-block{
  padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-m-s-menu .information-block .footer-link-m-s-m{
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
}
.prev-menu-mm{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
  cursor:pointer;
}
.prev-menu-mm span{
    color: var(--black);
}


.form-faq-btn {
	padding:20px 0;
}

.cart-sticky-information{
  display:none;
}
.cart-sticky-information-mobile{
    background: var(--light-red);
    padding: 10px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  margin-bottom: 15px;
}
.payment-methods-contents{
	margin-left: 0px;
}
.cart-sticky-information-mobile a {
    font-size: 14px;
    font-weight: 500;
    color: var(--red);
}
.cart-sticky-information-mobile .link-more:after {
    background-color: var(--red);
}

.desktop-account{
	display:none;
}
.mobile-account{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mobile-account-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.account-name{
	
}
.notification-account{
	width: 44px;
	height: 44px;
	background: #F3F3F7;
	border-radius: 50rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.notification-account svg{
	stroke: var(--black);
}
.mobile-account-count{
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 4fr;
}
.mobile-account-сashback{
	padding: 10px 15px 10px 15px;
	gap: 5px;
	border-radius: 10px;
	background: #F3F3F7;
	display: flex;
	flex-direction: column;
}
.link-сashback{
	color: #84888F;
	font-size: 12px;
	font-weight: 500;
}
.link-сashback.link-more:after{
	background-color: #84888F;
}
.count-сashback{
	display: flex;
	gap: 10px;
	align-items: center;
}
.logo-сashback{
	width: 24px;
	height: 24px;
	border-radius: 50rem;
}
.num-count-сashback{
	font-size: 24px;
	font-weight: 700;
}
.mobile-account-sale{
	padding: 10px 15px 10px 15px;
	gap: 10px;
	border-radius: 10px;
	background: #F3F3F7;
	display: flex;
	flex-direction: column;
	justify-content: center;

}
.mobile-account-sale-title{
	font-size: 12px;
	font-weight: 500;
	color: #84888F;
}
.mobile-account-sale-progress{
	background-color: var(--border);
	height: 5px;
	position: relative;
	flex-direction: column;
	width: 100%;
	display: flex;
	border-radius: 10px;
}
.mobile-account-line-active{
	background-color: var(--accent);
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 80%;
}
.mobile-account-sale-price{
	display: flex;
	font-size: 12px;
	font-weight: 400;
	color: #84888F;
	justify-content: space-between;
	align-items: center;
}
.adaptive-account.grid-account {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-top: 0px;
}
.adaptive-account .menu-account{
	padding: 0px;
	box-shadow: none;
	gap: 30px;
	position: revert;
}
.adaptive-account .menu-account .accountmenu{
	font-size: 14px;
	font-weight: 500;
	color: var(--black);
}
/*.adaptive-account .menu-account .accountmenu:first-child{
	display:none;
}*/
.viewProduct-account{
	display: block;
	border-top: 1px solid #DADCDE;
	padding-top: 30px;
}

.menu-account-first {
	display:none;
}

.menu-account-second {
	box-shadow: none;
	padding: 0;
}

.back-account{
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;	
	font-weight: 500;
	user-select: none;
}
.desktop-view{
	display:none;
}
.adaptive-account .form-grid {
	width: 100%;
}

.menu-account{
	padding: 20px;
}

.grid-6column {
    gap: var(--spacing-s);
}

.timer-promocode-information {
    gap: var(--spacing-s);
}

.action-products-individ {
	    margin-top: var(--spacing-xl);
}

.form-grids {
    grid-template-columns: 1fr;
}

.flex-myaccount {
	    gap: var(--spacing-l);
}

.menu-hidden-mobi {
	display:none;
}

.cards-bonus {
    gap: var(--spacing-2xs);
}

.card-bonus {
    padding: var(--spacing-xs) var(--spacing-s);
}

.num-bonus svg {
	width: 30px;
	height: 30px;
}

.num-bonus h2 {
	font-size: 15px;
}

.grid-account {
	margin-top: var(--spacing-s);
}

.cards-bonus {
	    margin-bottom: var(--spacing-s);
}

.basic-cart-header {
    padding: var(--spacing-xs) 0px var(--spacing-xs) 0px;
	    margin-bottom: var(--spacing-s);
}

.breadcrumbs-content-mobiACC {
	display:none;
}
.empty-page-account {
    height: 400px;
}

.mobile-notification {
	display: flex;
	flex-direction: column;
}


.usefull-information {
	padding: var(--spacing-m);
	margin-top:var(--spacing-xl);
}

.conditions-inform-content {
	padding: var(--spacing-m);
}


.title40px {
    font-size: 32px;
}

.conditions-inform-list {
    gap: var(--spacing-s);
}

.conditions-inform-content.methodPay {
    gap: var(--spacing-s);
}

.methodPay-inform-list {
    gap: var(--spacing-2xs);
}

.methodPay-inform-list .h6{
    margin-bottom: var(--spacing-2xs);
}

.btn-grey-stroke {
	    padding: 10px 10px 10px 20px;
}

.conditions-inform-content.methodPay {
    padding: 0;

}
.grid-payment-inform {
    margin-top: var(--spacing-m);
}

.banner-credit {
    padding: 40px;
}

.white-btn {
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
}

.advantages-content {
    gap: var(--spacing-2xs);
}

.advantages-content .advantage span {
    font-size: 12px;
}

.advantages-content .advantage img {
    width: 50px;
    height: 50px;
    user-select: none;
}

.title-banner {
	padding: 40px;
}

.grey-section {
    padding: 40px;
}
.share-blog{
	gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blog-page-title-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
}
.blog-page-name {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.blog-poster {
    display: flex;
    margin-bottom: 20px;
}
.blog-content-base {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

/* Стили контейнера */
.blog-m-menu{
  margin-bottom: 20px;
}
.blog-m-dropdown {
  position: relative;
}

.blog-m-dropdown-btn {
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DADCDE;
}
.blog-m-dropdown-btn:hover {
  background: #FFFFFF;
}
.blog-m-dropdown.show .blog-m-dropdown-btn{
  border-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
}
.blog-m-dropdown-btn .selected-title{
	font-size: 14px;
	font-weight: 400;
	line-height: 17.07px;
	text-align: left;
	color: #212121;
}

.arrow-down {
  margin-left: 10px;
  transition: transform 0.3s ease;
  stroke: var(--black);
}

.blog-m-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 20px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
}

.blog-m-dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.blog-m-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.blog-m-dropdown.show .blog-m-dropdown-content{
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
  display: block;
}

}



@media (max-width: 1200px) and (min-width: 616px) {
.ocf-mobile-left .ocf-btn-mobile-fixed .ocf-btn{
		display:none;
}


.category-sort{
	display:none;
}


.body16px{
	font-size:14px;
}

.content-grid-two{
	grid-template-columns: 1fr;
	    padding-top: 10px;
}
.category-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.title-content{
	display:none;
}

.title-content-mobile .category-name{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top: 10px;
}


.dotted-link span {
	font-size: 12px;
    color: var(--accent);
	font-weight: 500;
}

.body16px{
	font-size:14px;
}

.categories-subs{
	display:none;
}

.pagination-contents {
    padding-top: 20px;
	padding-bottom: 60px;
}

.headerL1-f-type1{
	padding-right:0;
}









}

@media (max-width: 1342px) and (min-width: 1200px) {
.category-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}
}



@media (max-width: 728px) {
.pagination-contents .pagination-more {
	display:none;
}
.ajax-page .pagination-contents .paginations {
	display:none;
}
.ajax-page .pagination-contents .pagination-more {
	display:flex;
}


.hero-cardproduct {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.hero-description-cardproduct {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.characteristics-big-inform {
    gap: 20px;
    grid-template-columns: 1fr;
	margin-top: 0px;
}

.descript-ProductCard h2 {
    margin-bottom: 20px;
}

.compare-card.main{
	display:none;
}


.compare-Productcard .btn-shadow {
	    background: var(--bg-second);
        color: var(--accent);
        box-shadow: none;
        font-weight: 600;
}


.compare-Productcard .icon-cards-compare-wish {
        width: 100%;
        justify-content: space-between;
    }
	

.compare-title{
    align-items: flex-start;
    flex-direction: column;
}

.compare-title h2{
	margin-bottom: 10px;
}

.legal-type-form {
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-s);
}
.wishlist-products {
    gap: var(--spacing-2xs);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.links-account {
    gap: var(--spacing-2xs);
}

.grid-information {
    grid-template-columns: 1fr;
	gap: var(--spacing-s);
}

.conditions-inform-list {
    gap: var(--spacing-s);
}

.conditions-inform-content {
    padding: var(--spacing-s);
}

.white-btn {
    padding: 15px 30px;
    font-weight: 600;
    font-size: 14px;
}

.grey-section {
    margin: var(--spacing-l) 0;
}


}
@media (min-width: 1201px) {
	.desktop-hidden{
		display:none!important;
	}
}

@media (min-width: 1121px) {
.desktop-hidden{
	display:none;
}

.first-wrap-footer .link-more:after{ 
  display: none;
}

.contact-accord .accordion-footer-list{
	display: flex;
	flex-direction: column;
}

.contact-footer .link-more:after{ 
  width: 24px;
  height: 24px;
  display: inline-block;
  content: '';
  mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 7L15 12L10 17' stroke='%231B8EE9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat 50% 50%;
  mask-size: cover;
  background-color: var(--accent);
  margin-left: 5px;
  transition: all 200ms ease;
}

.accordion-footer .icon:after{ 
  width: 24px;
  height: 24px;
  display: inline-block;
  content: '';
  mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 7L15 12L10 17' stroke='%231B8EE9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat 50% 50%;
  mask-size: cover;
  background-color: var(--accent);
  margin-left: 5px;
  transition: all 200ms ease;
}

.footer-mobile {
	display:none;
}


.third-wrap-footer {
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}

.fix-total{
	display:none!important;
}


}


@media (min-width: 1121px) and (max-width: 1200px) {
.filters-categories-catalog {
	display: flex;
    gap: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--bg);
	position: sticky;
    top: 54px;
    z-index: 2;
}
}


@media (max-width: 1471px) {
.services-cards {
    gap: 20px;
}

.service-card {
    padding: 20px;
}
	
}


@media (max-width: 1330px) and (min-width: 1167px){
	
.tab-productCard {
    padding: 15px 20px;
}

}

@media (max-width: 1330px) {
	
.catalog-lists {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

}

@media (max-width: 1300px) {
.compare-card h5{
	font-size: 16px;
}

	
}



@media (max-width: 490px){
	.chooseCity-modal .city-choose>* {
		flex: 0 0 calc(50% - 10px);
	}
}


@media (max-width: 992px){

.action-grid-two {
	grid-template-columns: 1fr 2fr; 
}

.actionCards-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-2xs);
}

.grid-6column {
    gap: var(--spacing-2xs);
	grid-template-columns: 2fr 1fr;
}

.timer-promocode-information {
    gap: var(--spacing-2xs);
}

.promocode-card {
    width:100%;
}

.orderSt-info-content {
    gap: var(--spacing-s);
}

.grid-2-4column {
    grid-template-columns: 2fr 3fr;
	gap: var(--spacing-s);
}

.banner-credit {
    padding: 30px;
}

.credit-information-section .title-banner-img{
	display:none;
}
.credit-information-section .grid-information{
	    grid-template-columns:1fr;
}

.grid-installment-inform {
    grid-template-columns: 1fr 4fr;
	gap: var(--spacing-2xs);
}

.bank-brand img{
	    width: 70%;
}

.tabs-uni {
    margin: 0 0 var(--spacing-s) 0;
} 


.advantages-content {
	overflow-x: auto;
	overflow-y: hidden;
	height: max-content;
	width: 100%;
}

.advantages-content .advantage {
	width: 300px;
}

.grey-section {
	padding: 30px;
}

.none-imgVozvrat2 {
	display:none;
}

.grid-imgVozvrat2 {
	display: grid;
    gap: var(--spacing-m);
    grid-template-columns: 1fr;
}

}

@media (max-width: 880px){
.main-section {
    grid-template-columns: 1fr;
    gap: 30px 0;
}

.mounth-pic img {
    height: 100%;
    width: 100%;
}

.swiper-slider{
	height: auto;
}

.swiper-wrapper {
    min-width: 340px;
    width: 100vw;
}

.swiper-button-prev, 
.swiper-button-next {
	display:none;
} 

.description-adv {
	display:none;
}


.promotional-slider .button-card{
	display: flex;
    flex-direction: row;	
}

.product-card-month .stickers{
	left: 10px;
    top: 10px;
}

.product-card-month{
	display: grid !important;
	align-items: center;
	background: var(--bg-second);
	border: 0px;
	gap: 10px;
	flex-direction: row;
	grid-template-columns: 2fr 4fr;
}

.products-month .price-card{
	padding:10px 0 15px 0;
}

.slider-header {
    height: min-content;
	background: var(--bg-second);
	border-radius: 10px 10px 0 0;
	border-bottom:1px solid var(--border);
}

.products-month {
    height: auto;
}

.month {
    color: var(--black);
}


.product-card-month {
    padding: 10px;
	border-radius: 0 0 10px 10px;
}

.product-card-month .description-card {
    margin: 0;
	width: 100%;
}

.products-month {
	background: var(--bg-second);
}

.products-month {
    border: none;
}

.catalog-lists {
	grid-template-columns: 1fr;
	gap: 30px;
	padding-top: 20px;
    }

  .catalog-lists .catalog-item {
    height: auto;
    border: none;
    border-radius: 10px;
    position: relative;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
  }
  .catalog-lists .catalog-item:hover {
	border: 0px solid var(--accent);
   }
   .preview-product {
	   display:none!important;
   }
  .catalog-item .catalog-image {
	position: initial;
	bottom: 20px;
	right: 20px;
	user-select: none;
	display: flex;
	align-items: center;
  }
  .catalog-item .catalog-title{
    height: auto;
	margin-bottom: 0px;
  }
  .catalog-item .catalog-title h5{
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    height: auto;
  }
  .catalog-item .catalog-title a{
    display: flex;
        align-items: center;
  }
  .catalog-item .catalog-flex-i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 90%;
    padding: 0 10px;
  }
  .catalog-image img{
    width: 40px;
  }
  .catalog-item .catalog-count, .catalog-item .catalog-url-all, .catalog-item .catalog-sub-list{
    display: none;
  }
  .mobile-icon-view{
    display:block;
  }

.tab-brands-more .hits-item{
	flex-direction: column-reverse;
	justify-content: flex-end;
}


.tab-brands-more .catalog-url-all{
	display:none;}

.hits-item {
	gap:10px;
	padding: 15px;
}

.brand-content div{
	display:none;
}

.brand-content .h4 {
    padding-bottom: 0;
	text-align: center;
	font-size: 12px;
}

.hits-item .catalog-flex-i {
	height: auto;
}

.hits-image {
	/* width:76px; */
	/* height:60px; */
	object-fit:contain;
}

.tab-brands-more .hits-item{
	min-width:150px;
}

.tab-brands-more {
	gap:20px;
}

.tab-brands-flex {
	gap: 40px;
}


.orderSt-info-content {
        grid-template-columns: 2fr 3fr;
    }

.grid-2-4column {
	grid-template-columns: 1fr;
}

.title-banner {
    padding: var(--spacing-l);
	gap: var(--spacing-s);
}

.title40px {
	font-size: 24px;
}

.grid-vozvrat {
    grid-template-columns: 1fr;
}

.none-imgVozvrat {
	display:none;
}




}


@media (max-width: 1200px){
.action-grid-two {
	grid-template-columns: 1fr 3fr; 
}
}



@media (max-width: 785px){
.hero-cardproduct {
    grid-template-columns: 1fr;
}

.compare-card .main{
	display:none;
}
 

.moreInform-productCard{
	display:grid;
}

.service-card {
	padding: 15px;
}

.services-cards {
	gap: 10px;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
    }

.descript-ProductCard {
display:grid;
}

.compare-cards-adaptive{
	grid-template-columns: 1fr ;
	gap: 10px;
}

.services-cards .service-card {
	min-width:260px;
}

.descript-ProductCard .compare-title h2 {
        margin-bottom: 0;
}

.slider-header .pagination{
	display:none;
}


.characteristics-big-inform{
	margin-top: 0px;
}


.adaptive-complect-doc{
	margin-top: 40px;
}

/* .menu-account{ */
/* display:none */
/* } */



.common-maintenance {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    padding: 30px 0;
	justify-content: center;
    justify-items: center;
}

.box-maintenance {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-maintenance h1{
	text-align: center;
}

.box-maintenance .body16px{
	text-align: center;
}

.common-maintenance img {
    width: 80%;
	margin-top: 15px;
}
.brand-grid-two {
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
}
.manufacturer-filter {
	display:none;
}

.map-brands-countries{
	height: 300px;
}

.filters-brands svg{
	stroke: var(--bg);
}
.filters-brands {
	background: var(--accent);
	border-radius: 5px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 5px 11px;
}

.search-filters-brand {
	display:flex;
	gap: 10px;
}

.search-brand-form{
	display: flex;
    flex-direction: row-reverse;
}


.brand-search {
	background: none;
	width: auto;
	padding: 10px 0 10px 15px;
}

.brand-search svg{
	stroke: var(--black);
}

.search-brand-form input{
	padding: 12px 15px 12px 10px;
}

.brand-search:hover {
	background: none;
}

.brand-search svg:hover{
	stroke: var(--black);
}


.action-btn-filter {
	display:flex;
}

.catalog-filters {
	display: flex;
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    transform: translateX(-100%) translate3d(0, 0, 0);
    transition: transform 300ms ease-in-out;
    z-index: 2147483648 !important;
    width: 100%;
	background: #fff!important;
	box-shadow: none!important;
}
.catalog-filters.l-s-menu-open{
	background: #fff!important;
}
.catalog-filters .catalog-filter{
	padding: 0 5px var(--spacing-s) 5px;
}
.catalog-filters .f-header{
	padding: 15px 5px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #DADCDE;
	 display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}
.catalog-filters .f-header .f-is-mobile{
	display: block;
	height: auto;
	overflow: unset;
}
.f-header .modal_exit{   
	display: flex;
	align-items: center;
	top: 15px;
	right: 10px;
}
.catalog-filters .f-footer{
	display:block;
	background-color: #fff;
	border-radius: 5px;
	bottom: 5px;
	box-shadow: -10px -10px 10px 0 #fff0;
	border: 0;
	position: absolute;
	width: 100%;
}
.catalog-filters .f-footer .f-between{
	display: flex !important;
	padding: 5px;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}
.reset-btn-filter{
	color: #DC092E;
	padding: 10px 25px 10px 25px;
	border-radius: 5px;
	background: #F3F3F7 !important;
	width: 100%;
	text-align: center;
}
.action-grid-two {
	grid-template-columns: 1fr;
}

.grid-6column {
    gap: var(--spacing-2xs);
	grid-template-columns: 1fr 1fr;
}

.timer-promocode-information {
	grid-template-columns: 1fr;
}

.action-full-description {
	display:none;
}

.action-full-description-mobi {
	display: flex;
    flex-direction: column;
    gap: var(--spacing-2xs);
	margin-top: var(--spacing-m);
}

.numTimer {
    font-size: 24px;
}

.orderSt-info-content {
        grid-template-columns: 1fr;
		
	    margin-top: var(--spacing-s);
    }

.orderSt-info-content1 {
	flex-direction: row;
}

.inform-statusOrder {
	    width: 100%;
}

.pic-name-orderSt img {
	width: 50px;
}

.pic-name-orderSt .body16px {
	font-size: 12px;
}

.pic-name-orderSt {
	gap: var(--spacing-xs);
}

.status-order .tag-action {
    font-size: 10px;
}

.grey-section-order  {
	position: relative;
	gap: var(--spacing-xs);
	grid-template-columns: 1fr;
}

.grey-section-order .arrow1 {
	position: absolute;
    top: 15px;
    right: 15px;
}

.img-historyOrd-arrow {
	justify-content: flex-start;
}

.grid-payment-inform {
    grid-template-columns: 1fr;
	margin-top: 0;
}

.btn-grey-stroke svg {
    display:none;
}

.paymentMethod-btns {
    flex-direction: row;
	overflow-x: auto;
    overflow-y: hidden;
    height: max-content;
    width: 100%;
    scrollbar-width: none;
	    gap: var(--spacing-2xs);
}

.btn-grey-stroke {
    white-space: nowrap;
	padding: var(--spacing-2xs) var(--spacing-xs);
}

.conditions-inform-content.methodPay {
	padding-left: 0;
}

.grid-installment-inform {
    grid-template-columns: 1fr;
    gap: var(--spacing-s);
}

.installment-card {
    padding: 0 30px 0 20px;
    gap: var(--spacing-s);
}

.installment-card .h6{
    font-size: 18px;
}


.installments-cards-section {
    gap: var(--spacing-s);
}

.bank-brand {
    height: 15%;
}

.bank-information-section {
    gap: var(--spacing-s);
}

.bank-inform-contents {
    gap: var(--spacing-l);
}

}





@media (max-width: 640px) {
	
.card-statusdelivery {
    padding-bottom: 30px;
}

.footer-mobile-doublebtn .compare-wish-content {
    display:none;
}	
	
.hero-description-cardproduct .price-tablet-adaptive{
	display: none;
}	
	
.hero-description-cardproduct {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.cards-fr {
    grid-template-columns: 1fr;
}

.characteristics-point {
    width: 100%;
}


.adaptive-tablet-productCard{
	display: flex;
    gap: 20px;
    flex-direction: column;
    height: max-content;
}

.adaptive-tablet-productCard .price-tablet{
	padding:15px;
}

.adaptive-tablet-productCard .find-cheap{
	padding:15px;
}

.adaptive-tablet-productCard .delivery-pickup{
	padding:15px;
}

.hero-description-cardproduct {
	gap:20px;
}


.tab-productCard{
	padding: 15px;
}

.titleh5 h5 {
    margin-bottom: 10px;
    margin-top: 20px;
}


.adaptive-characteristics{
	overflow-y: hidden;
    height: 190px;
    width: 100%;
    scrollbar-width: none;
}

.document-complect h5{
	margin-top: 0px;
	margin-bottom: 10px;
}


.adaptive-complect-doc{
	display:flex;
	gap: 20px;
	flex-direction: column;
	margin-top: 40px;
}

.compare-title{
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.find-cheap {
	padding: 15px;
}

.delivery-pickup {
	padding: 15px;
}

.price-tablet {
	padding: 15px;
}

.sticky-tablet-productCard {
	display:none;
}

.code-with-review-faq .status{
	display:flex;
}

.code-with-review-faq {
    display: grid;
    gap: 10px;
    align-items: center;
    grid-template-columns: 1fr;
}
.flex-m-p-card{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.status{
		display:none;
}


.reviewfaq-product-card {
	grid-column: span 2;
}

#error-not-found img{
	text-align: center;
	width: auto;
    max-width: 98%;
}	

.adaptive-characteristics.active{
	height: auto;
}
.more-attr{
	color: var(--accent);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 100%;
	padding-top: 5px;
}
.more-attr svg {
	stroke: var(--accent);
	margin-left: 5px;
	transition: transform 0.3s ease;
}
.more-attr.rotate svg {
	transform: rotate(180deg);
}


.orderSt-info-content1 {
	flex-direction: column;
}

.cards-bonus {
    grid-template-columns: 1fr;

}

.inform-history-details {
    grid-template-columns: 1fr;
    gap: var(--spacing-xs);
}

.creditCard-inform-list {
    padding: 20px 0;
}

.readyFiles-del {
	gap: var(--spacing-3xs);
}


}



@media (max-width: 660px) {
	
.basic-cart-products .basic-cart-product{
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  gap: 20px;
  flex-direction: column;
  position: relative;
}
.cart-product-actions {
  position: unset;
}
.cart-product-action {
  position: absolute;
  top: 25%;
  transform: translateY(-33.33%);
  right: 5px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.cart-product-info .code-product {
  justify-content: unset;
}
.cart-product-data {
  padding-right: 45px;
}
.cart-product-info img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px;
  border: 1px solid var(--border);
}
.title-page-cart-action a {
  font-size: 0;
  gap: 0px;
}
.title-page-cart-name span {
  font-size: 0;
}
.basic-cart-header a svg{
  display:none;
}
.basic-cart-header .custom-checkbox + label {
  gap: 10px;
}

.edit-delete-links {
    flex-direction: column;
}

.developer-page video{
    max-width: 80%;
}

.developer-page button{
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


.developer-page{
	padding-top: 30px;
	
}
.letters-en-ru-brands{
	flex-direction: column;
	margin: 15px 0 10px 0;
}

.brand-description-herosection {
	gap: 20px;
}

.brand-description-herosection .logo-brand {
	min-width: 150px; 
	width: 100%; 
	max-width: 150px;
}

.grid-6column {
    display: flex;
    flex-direction: column-reverse;
}
.timer-promocode-information {
	grid-template-columns: 1fr 1fr;
}

.title-banner {
	padding: var(--spacing-m);
	grid-template-columns: 2fr 1fr;
}

.big-logo-banner {
	width: 50%;
}

.bank-brand {
    height: 11%;
}

}


@media (min-width: 1200px) {
	.product-card-picture img[onload] {
		width: 200px;
		height: 200px;
		object-fit: cover;
		background-image: url('/uploads/p-200.png'); /* Путь к вашей заглушке */
		background-size: cover;
	}

	/* Скрыть фоновое изображение после загрузки основного */
	.product-card-picture img[onload].loaded {
		background-image: none; /* Удалить фоновое изображение */
	}
	.title-content-mobile {
	display:none;
}

.filters-categories-catalog {
	display:none;
}
}



@media(max-width: 1126px){
	.checkout-page-t .breadcrumbs-content{
		margin-bottom: 10px;
	}
	.checkout-page-t .title-page-cart{
		padding-bottom: 10px;
		 grid-template-columns: 1fr;
	}
	.stages-progress{
		display: flex;
        position: relative;
        flex-direction: column;
	}
	.stages-order{
		display: flex;
        justify-content: space-between;
        position: relative;
	}
	.stage-order-type{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	.stage-order{
		border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        line-height: 0px;
		border: 1.5px solid #84888F;
		background: #fff;
		color:#84888F;
	}
	.stage-order svg{
		display:none;
	}
	.stage-order.selection{
		border: 1.5px solid var(--accent);
		color: var(--black);
	}
	.stage-order.finish{
		border: 1.5px solid var(--green);
		color: var(--green);
	}
	.stage-order.finish span{
		display:none;
	}
	.stage-order.finish svg{
		display:block;
		stroke: var(--green);
	}
	.progress-inner{
		position: relative;
        height: 1px;
        background: #DADCDE;
        border-radius: 6px;
        z-index: -1;
        transition: width 0.75s cubic-bezier(0.9, 0.015, 0.25, 1);
        top: 10px;
        margin: 0 47px;
	}
	.hidden-order{
		display:none;
	}
	.order-type-form {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.basic-order-types .pl-40 {
		padding-left: 0px;
	}

	.page-cart-contents .footer-mobile-doublebtn {
        bottom: 0px;
	}	
	.order-type-tabs {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	#customer-method .order-type-tabs{
		flex-direction: row;
	}
	.order-type-tab-content.tab-pick-up.active {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.tag2{
		font-size: 10px;
		font-weight: 400;
	}
	.finish-checkout{
		display: flex;
        flex-direction: column;
        gap: 30px;
	}
	.finish-checkout-flex{
		display: flex;
        flex-direction: column;
        gap: 10px;
	}
	.finish-checkout .order-type-title{
		padding-bottom: 10px;
		border-bottom: 1px solid #DADCDE;
	}
	.finish-checkout .header-e-t-l-cart {
		width: 100%;
	}
	.page-cart-contents {
        gap: 20px;
    }
	.finish-checkout-content{
	    display: flex;
        flex-direction: column;
        gap: 5px;
	}
	.finish-c-c-title{
		font-size: 12px;
		font-weight: 500;
		color: #84888F;
	}
	.finish-c-c-desc{
		font-size: 12px;
		font-weight: 500;
		color: var(--black);
	}

	.cart-sticky-data{
		padding: 20px;
	}
	.cart-sticky-data .border-c{
	    border-top: none;
		border-bottom: none;
		padding: 0;
	}
	.order-type-title {
		gap: 10px;
	}
	.order-type-title span{
		display:none;
	}
	.cart-sticky-information-mobile.pd-d{
		margin-bottom: 0px;
	}
	.basic-order-types {
		gap: 15px;
	}
}


@media(max-width: 530px){

.banner-credit{
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	
}

.banner-credit-text {
	width: auto;
}

.big-logo-banner {
    top: 30%;
    right: 5%;
}

.white-btn {
	padding: 10px 20px;
}

.installment-card {
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: column-reverse;
	gap:0;
}

.creditCard-inform-list {
	padding: 20px 0 0 0;
}

.image-creditCards img{
	max-width: 50%;
}

.advantages-content .advantage {
	width: 230px;
}

.advantages-content .advantage {
	padding: var(--spacing-2xs);
}



}


@media(max-width: 500px){

.brand-description-herosection .logo-brand {
	display:none;
}

.brand-description-herosection {
	grid-template-columns: 1fr;
}

.logo-brand-mobile {
	display: flex;
	height: 80px;
	border: 1px solid var(--border);
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	width:100%
}

.brand-description-text {
		gap:20px;
}

.order-status-content {
    grid-template-columns: 1fr;
}

.img-statusOrder {
	display:none;
}

.form-order-status {
    display: flex;
    gap: var(--spacing-s);
}
.timer-promocode-information {
        grid-template-columns: 1fr ;
    }

.legal-type-form {
    grid-template-columns: 1fr;
    gap: var(--spacing-s);
}

.wishlist-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.name-amount-HistOrd {
    grid-template-columns: 1fr;
	gap: var(--spacing-2xs);
}

.amount-product-OrderHist {
    justify-content: flex-start;
}

.name-amount-HistOrd .historyOrder-review{
	    gap: var(--spacing-2xs);
}

.double-button-link {
	    flex-direction: column;
		gap: var(--spacing-s);
}

.white-section-order .double-button-row {
	width:100%
}
.white-section-order .btn-stroke {
	width:100%
}

.usefull-information {
	padding: var(--spacing-xs);
	margin-top:var(--spacing-l);
}

.usefull-inform-point {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xs);
}

.title-banner {
	padding: var(--spacing-s);
	grid-template-columns: 1fr;
	gap: var(--spacing-xs);
}

.title-banner-img img {
    max-width: 70%;
    height: auto;
}

.title-banner-img {
    justify-content: center;
}

.image-creditCards {
	justify-content:flex-start;
}

.bank-information-section {
    display: flex;
    gap: var(--spacing-m);
    flex-direction: column-reverse;
	align-items: flex-start;
}

.bank-brand img {
	width: 250px;
	padding: 20px 40px;
}

.bank-brand {
    width: auto;
}

.grey-section {
	padding: 20px;
}

}


@media (max-width: 400px) {
.third-forms {
    grid-template-columns: 1fr;
    gap: 20px;
}

.double-button-row {
    gap: var(--spacing-2xs);
    flex-direction: column;
}

.attention-information {
    display: flex;
    flex-direction: column;
	padding: var(--spacing-xs);
}

.big-logo-banner { 
    top: 50%;
    right: 5%;
}

.banner-credit .h6 {
	font-size: 18px;
}

.small-logo-banner {
	width: 30%;
}

.mobile-menu img {
	height: 19px;
	margin: 0;
}

}



@media (max-width: 375px) {
.image-creditCards img {
	max-width: 100%;
}
}

@media(max-width:640px){
.hero-description-cardproduct{
	.image-additional{
		min-width: auto!important;
		width: 100%!important;
		max-width: initial!important;
	}

	.slider-product {
		position: relative;
		display: grid;
		gap: var(--spacing-2xs);
		grid-template-columns: 5fr 1fr;
		align-items: start;
	}
	.slider-product.monoIMG {
		grid-template-columns: 1fr;
	}
	.slider-product .sliderContent .slider-box {
		display: flex;
		flex-direction: column;
		gap: 5px!important;
	}

	.slider-product .sliderContent {
		position: relative;
		background: #FFFFFF;
		display: grid;
		overflow: auto;
		height: 367px;
	}
}
.hero-description-cardproduct .sliderContent::-webkit-scrollbar-thumb:vertical {height: 0px;background-color: #007aff;}
.hero-description-cardproduct .sliderContent::-webkit-scrollbar-thumb:horizontal {height: 0px;background-color: #007aff;}
.hero-description-cardproduct .sliderContent::-webkit-scrollbar {width: 0px; height: 0px;}
}
@media (max-width: 1200px){
	.active-bg{
		display:none;
	}	
	.menu-productCart .pTab-href.pActive {
		background: var(--bg);
		color: var(--black);
	}
	.menu-productCart .pTab-href.pActive:hover {
		background: var(--bg);
		color: var(--black);
	}
	.menu-productCart{
		overflow: auto;
		background: var(--bg-second);
	}
	.body-productCart .compare-cards{
		gap: 30px;
		display: flex;
		flex-direction: column;
	}
	.grid-pAttr {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}
@media (max-width: 1120px) {
.vm-left {
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: fixed;
	width: 100%;
	flex-wrap: wrap;
	top: 0px;
left: 0px;
justify-content: space-between;
padding: 15px 5px;
}
.vm-tabs {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.vm-lists-scroll {
	flex-direction: row;
	justify-content: flex-start;
	gap: 10px;
	transform: scaleX(-1);
	overflow: auto;
width: 100vw;
padding-right: 10px;
}
.vm-images-header-bg{
	display:none;
}
.vm-content {
  max-width: 1480px;
margin-right: auto;
margin-left: auto;
height: fit-content;
padding: 0;
display: flex;
align-items: center;
height: 100vh;
}
.vm-view.active {
	position: relative;
	width: 100%;
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.vm-lists {
  max-height: 350px;
overflow: hidden auto;
padding-right: 0px;
padding-bottom: 15px;
width: fit-content;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 10px;
transform: scaleX(-1);
position: fixed;
width: 100%;
bottom: 0px;
}
.vm-mclose{
	position: fixed;
top: 18px;
right: 5px;
display: flex;
}
.vm-slide-img img {
	width: 95%;
	max-height: calc(100vh - 130px);
	border: none;
	background: none;
}
.vm-right {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.vm-next-img, .vm-prev-img{
	display: none;
}
.videos-shorts{
	gap:10px;
}
.svideo-img{
	
}
}
/*new product */
@media (max-width: 1200px) {
	.dates-productCart{
		display: flex;
		gap: 27px;
		flex-direction: column-reverse;
		margin-top: 0px;
	}
	.dnew-product .dates-productCart {
		margin-top: 0;
	}
	.dates-productCart:before{
		content: '';
		background: #000;
	}	
	.addons-content-next{
		position: unset;
		height: fit-content;
	}
	#pAttrebute .fleft-text a {
		display:none;
	} 
	#pAttrebute .grid-pAttr{
		display: flex;
		gap: 30px;
	} 
	.big-border-mobile{	
		display:block;
		width: 100%;
		height: 8px;
		background: #F3F3F7;
	}
	.mini-border-mobile{	
		display:block;
		width: 100%;
		height: 1px;
		background: #DADCDE;
	}
	.scroll-menu-product{
		display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        background: #fff;
        align-items: center;
        height: 61px;
        padding: 10px 10px;
        border-bottom: 1px solid var(--border);
		gap:10px;
		justify-content: space-between;
		transition: opacity 0.3s ease;
	}
	.scroll-menu-p-l{
		display: flex;
		align-items: center;
		gap:10px;
	}
	.variations-products-b .sliderContent {
		height: 75px!important;
	}
	.drooltip .content {
		padding-right: 30px;
	}
	.scroll-menu-p-ic{
		display: flex;
	}
	.scroll-menu-p-ic svg{
		transform: rotate(90deg);
		stroke: var(--black);
	}
	.scroll-menu-p-name-price{
		display:flex;
		gap:3px;
		flex-direction: column;
	}
	.scroll-menu-p-name{
		font-weight: 400;
		font-size: 12px;
		line-height: 140%;
		color: #212121;
		overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 255px;
	}
	.scroll-menu-p-price{
		display:flex;
		gap:3px;
		align-items: baseline;
	}
	.special-p{
		font-weight: 600;
		font-size: 12px;
		line-height: 100%;
		color: #DC092E;
	}
	.standard-p{
		font-weight: 600;
		font-size: 12px;
		line-height: 100%;
		color: #212121;
	}
	.not-p{
		font-weight: 400;
		font-size: 10px;
		line-height: 100%;
		text-decoration: line-through;
		color: #84888F;
	}
	.scroll-menu-p-btn{
		display: flex;
		gap:20px;
		align-items: center;
	}
	.flex-content.page-np{
		padding: var(--spacing-xs) var(--spacing-2xs) var(--spacing-xs) var(--spacing-2xs);
	}
	.dnew-product .sticky-tablet-productCard{
		display: flex;
		gap: var(--spacing-s);
		flex-direction: column;
		height: max-content;
		position: unset;
		top: 65px;	
	}
	
	.find-cheapN{
		padding: var(--spacing-2xs);
	}
	.addons-content-next .delivery-pickup{
		padding: var(--spacing-2xs);
	}
	.dnew-product .hero-cardproduct{
		gap:15px;
	}
	.dnew-product .hero-description-cardproduct{
		display: flex;
		gap: var(--spacing-xs);
		margin-bottom: 0;
		flex-direction: column;
	}
	.dnew-product .hero-description-cardproduct .slider-product{
		grid-template-columns: 1fr;
	}
	.img-hpf {
		display:none;
	}
	.data-productCart .grid-box{
		display: flex;
        gap: var(--spacing-m);
        overflow: auto;
	}
	.data-productCart .grid-box .product-card-previw{
		min-width: 195px; width: 100%; max-width: 195px;
	}
	.data-productCart .body-productCart .compare-cards{
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.page-np .footer-mobile-doublebtn .double-button-row{
		display: grid;
		gap: var(--spacing-s);
		flex-direction: row;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	.page-np .footer-mobile-doublebtn .double-button-row .nqty-btn {
		width: 100%;
	}
	.dnew-product .sliderMobile {
		display:block;
	}
	.page-np .title-pagecard {
		display: flex;
	}
	.pagination-more{ 
		height: 2.5rem;
        width: 10.5rem;
        background: var(--bg);
        color: var(--black) !important;
        border: 1px solid var(--accent);
        padding: 10px 15px;
        border-radius: 10px;
        padding: var(--spacing-2xs) var(--spacing-s);
		justify-content: center;
	}
	.pagination-contents{
		display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
	}
	.grid-c2{
		display:flex;
		width:100%;
	}
	.banner-one{
		display:none;
	}
	.b2b-banner-h{
		display: block;
        margin-top: 43px;
	}
	.b2b-banner-h img{
		width:100%;
	}
	.two-banner-h{
		display: flex;
        flex-direction: column;
        gap: 8px;
	} 
	.h-s-b-lists{
		width: 100vw;
        height: calc(95.29vw * (1 / 1));
		padding-top: unset;
	}
	img.h-s-b-desktop{
		display:none;
	}
	img.h-s-b-mobile{
		display:block;
	}
	.svideo-title{
		max-height: 60px;
		height: 60px;
	}
	
	.product-full-content{
		display: flex;
		flex-direction: column;
	}
	.product-column1{
		order: 2;
	}
	.product-column2{
		order: 1;
	}
	.product-column3{
		order: 3;
	}
	.product-column4{
		order: 4;
	}
	.product-column5{
		order: 5;
	}
	.code-with-review-faq{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.code-with-review-faq.ncwrf{
		display: flex;
		flex-wrap: wrap;
	}
	.flex-m-p-card {
		display: flex;
        align-items: center;
        justify-content: space-between;
		width: 100%;
	}
	.mobile-hidden{
		display:none;
	}
	.product-purchases {
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-purchases-title {
	font-weight: 900;
	font-style: Black;
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
}

.product-purchases-lists {
	display: flex;
    flex-direction: column;
    gap: 0px;
}

.product-purchase-lists {
	display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
	border-top: 1px solid var(--border);
	padding: 16px 0px;
}

.product-purchase-item {
	display: flex;
    flex-direction: row;
    gap: 8px;
	max-width: 100%;
}

.product-purchase-image {
	text-align: center;
    max-width: 40px;
}

.product-purchase-image img {
    width: 100%;
}
.product-purchase-title-price{
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-purchase-title, .product-purchase-title a {
	font-weight: 400;
	font-size: 14px;
	line-height: 110.00000000000001%;
	color: var(--black);
}

.product-purchase-title a:hover {
	color: var(--grey);
}

.product-purchase-price {
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	text-transform: uppercase;
}
.product-purchase-price b{
	font-weight: 900;
	font-size: 14px;
	line-height: 120%;
	text-align: right;
	text-transform: uppercase;
}

.product-purchase-icon{
	display: none;
}

.product-purchase-bprices{
	display: flex;
	flex-direction: row;
	gap: 8px;
	width: 100%;
	justify-content: space-between;
	background: var(--border);
	padding: 8px;
	align-items: center;
}

.product-purchase-bprice{
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	gap: 3px;
}
.product-purchase-bprice:before{
	content: 'Итого';
	width: 100%;
	text-transform: capitalize;
	color: var(--grey);
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
}
.product-purchase-bprice b{
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
}

.product-purchase-button{
	
}
.grid-2-type-full {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.addation-contents-page {
    display: flex;
    gap: 30px;
    flex-direction: column;
}	
.addation-contents-page-menu {
	position: unset;
}
.content-form-block{
	padding: 15px;
}

}
/*end*/

@media (max-width: 550px){
	.characteristics-big-inform .characteristics-point{
		display: flex;
		/*flex-direction: column;*/
		align-items: flex-start;
        flex-direction: row;
		.character-name{
			flex: auto;
		}
		.character-description {
			/*max-width: 100%;
			text-align: left;*/
			max-width: unset;
			flex: auto;
            text-align: right;
		}
		.character-name:after {
			display:none;
		}
	}
}
@media (max-width: 450px){
	.characteristics-point{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		
		.character-description {
			max-width: 100%;
			text-align: left;
		}
		.character-name:after {
			display:none;
		}
	}
	.descript-cardproduct-small{
		
	}
}

/*PAGE CART*/
@media (max-width: 1200px) {
	body.page-checkout-cart{
		.basic-cart-products .basic-cart-product {
			grid-template-columns: 1fr;
		}
		.addons-cart-view{
			display: flex;
			flex-direction: column;
			gap: 10px;
			padding: 0px;
		}
		.arrow-s-pn{
			display:none;
		}
	}
	.page-checkout-checkout .order-type-tabs-multi{
		max-width: 100%;
	}
}	
@media (max-width: 1200px) {
	.code-builder{
		padding: 15px 20px;
	}
	.code-builder .product-code{
		gap: 11px;
		flex: auto;
	}
	.preview-popup-info{
		right: 50%;
		position: fixed;
		max-width: 300px;
		width: 100%;
	}
	.instruction-text{
		font-size:10px;
	}
	.promo-block{
		padding: 15px;
	}
}
/*end*/
@media (max-width: 768px) {
	
	:root{
		--w-slider: 2px;
		--h-slider: 2px;
	}
	
	.installment-m-slider-box .image-text-content {
		flex-direction: column;
	}

	.installment-m-header {
		margin-bottom: 0px;
	}

	.installment-m-monthly-big {
		font-size: 36px;
	}

	.installment-m-right.active {
		flex-direction: column;
		height: 100%;
		gap: 20px;
		max-width: 100%;
	}

	.installment-m-content {
		flex-direction: column;
		height: 90vh;
		overflow: auto;
		gap: 20px;
		width: 97vw;
	}
	.installment-m-product{
		border-bottom: 0px solid #eee;
	}
	.installment-m-left {
		width: 100%;
		border-right: none;
		border-bottom: 0px solid #eee;
		overflow-x: unset;
		overflow-y: unset;
		padding: 8px 0;
	}

	.installment-m-cards {
		display: flex;
		gap: 12px;
		padding: 10px 16px;
		flex-wrap: nowrap;
		overflow: auto;
		width: 100%;
		zoom: 0.8;
	}

	.installment-m-card {
		min-width: 220px;
		width: 220px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 16px 12px;
		border: 2px solid transparent;
		border-radius: 0px;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	}

	.installment-m-card:hover,
	.installment-m-card.active {
		background: var(--light-yellow);
		border-color: var(--accent);
	}

	.installment-m-card.active::after {
		content: "";
		position: absolute;
		bottom: 4px;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		height: 4px;
		background: var(--accent);
		border-radius: 2px;
	}

	.installment-m-card img {}

	.installment-m-card>div {
		display: flex;
		flex-direction: column;
	}

	.installment-m-card-name {
		font-size: 15px;
	}

	.installment-m-card-details {
		font-size: 13px;
		margin-top: 4px;
	}
}	