*,
*::after,
*::before {
    box-sizing: border-box;
	/* transition: all .2s linear; */
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
	line-height: 1.4;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}

body {
    min-height: 100vh;
}

button {
    border: none;
    outline: none;
}

input,
button,
textarea,
select {
    font: inherit;
}

label {
  font-weight: inherit;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: var(--font-family);
    font-size: var(--font-body-size);
    font-weight: 400;
    color: var(--text-1f);
    background: var(--bg-color);
    min-width: 320px;
    overflow-x: hidden;
    line-height: 1.4;
}

a, a.social,
a, a.social:hover {
    transition: all .2s linear;
}

a {
	color: var(--text-blue);
	text-underline-offset: 5px;
}
	
a:hover {
    color: var(--text-blue);
    text-decoration: none;
}

a:focus {
    text-decoration: none;    
}


.main-wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.hidden {
    display: none;
}

.btn {
	padding: 9px 20px;
}	


h1 {
    font-weight: 500;
    font-size: 20px;    
    color: var(--text-1f);
    margin-bottom: 17px;
}

h2 {
    font-weight: 500;
    font-size: 16px;    
    color: var(--text-1f);
	margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-weight: 500;
    font-size: 15px;    
    color: var(--text-1f);
    margin-top: 16px;
	margin-bottom: 10px;
}

h4 {
    font-weight: 500;
    font-size: 14px;    
    color: var(--text-1f);
	margin-top: 12px;
    margin-bottom: 10px;
}

h5 {
    font-weight: 700;
    font-size: 13px;    
    color: var(--text-1f);
	margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-weight: 700;
    font-size: 12px;    
    color: var(--text-1f);
	margin-bottom: 6px;
    margin-bottom: 10px;
}

p, #content ul li, #content ol li {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

#content ul, #content ol {
	margin-top: 20px;  
    margin-bottom: 16px;	
}	

.container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
    max-width: initial;
}



.breadcrumbs, .breadcrumb {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: var(--ultimate-gray);
    margin: 10px 0px 14px 0;
	padding: 0 !important;
	background: none;	
}

.breadcrumb-link, .breadcrumb li a {
    text-decoration: none;
    color: var(--ultimate-gray);
}


.breadcrumb > li + li::before {
  content: '/';
  padding: 0 5px; 
  text-decoration: none;
  color: var(--ultimate-gray); 
} 


/* dark */ 

.light header {
    background: #fff;
}

.light .site__currency .icon-currency svg path {
    fill:#000
}

.light .header__top-options {
   color: var(--text-1f);
}

.light .lang {
    color: var(--text-1f);
}

.light .logo_description {
    color: var(--text-1f);
}

.light .lang {
    color: var(--text-1f);
}

.light .top-info__text span {
    color: var(--text-1f);
}

.light .number {
    color: var(--text-1f);
}

.light .email {
    color: var(--text-1f);
}

.light .top-menu__item a {
    color: var(--text-1f);
}

.light .menu__list>.menu__item>.menu__link {
    color: var(--text-1f);
}

.light .account-btn .i-custom  {
    color: var(--text-1f);
}

.light .catalog_but {
    color: var(--text-1f);
}

.light form.search__form button.form-search__button .i-custom  {
    color: var(--text-1f);
}

.light .top-menu__item.accent a {
    color: #fff;
}

.light .account-btn {
    color: var(--text-1f);
}

.light form.search__form input.form-search__input {
    background: rgba(0, 0, 0, 0.06);
    color: var(--text-1f);
}

.light form.search__form input.form-search__input:hover {
    background: rgba(0, 0, 0, 0.1);
}

.light .search__block form.search__form input.form-search__input::placeholder {
    color: var(--text-1f);
}

.light .search__block.search-active form.search__form input.form-search__input {
    background: #fff;
    color: var(--text-1f);
}

.light .menu__list>.menu__item::after {
    background: #1f1f1f;
}

.light .lang.current-lang::after, 
.light .currency__current::after {
    background: #1f1f1f;
}

.light .menu__more-btn {
    color: var(--text-1f);
}

.light .burger {
    filter: invert(1);
}

.light .info-but .i-custom {
    color: var(--text-1f);
}

.light .header__logo img {
    filter: invert(1);
}

.light .header__mobile-search .i-custom  {
    color: var(--text-1f);
}

.light .header__mobile-wrapper .info-but {
    filter: none;
    color: var(--text-1f);
}

.light .mob_catalog-button {
    color: #1f1f1f
}

/* header */
header {
    position:sticky; 
	top:0;
    background: var(--header-mobile-bg);
    padding: 6px 0;
    z-index: 1000;	
    width: 100%;	
	position: -webkit-sticky;
}

.header__mobile-search span {
	padding-right: 12px;
}

.account-menu {
   display: none;
}

.burger {
    display: flex;
    align-items: center;
    width: 21px;
    height: 15px;
    margin-right: 13px;
	color: var(--header-text);

    font-size: 15px;
    line-height: 0;
}

.catalog_but.active .burger .burger-def {
    display: none;
}

.catalog_but.active .burger .burger-cls {
    display: flex;
}

.catalog_but .burger .burger-cls {
    display: none;
}



section:first-of-type {
    padding-top: 50px;
}

#content section {
    padding-top: 0px;
}

.box {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.number {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    color: var(--header-text);
}

.email {
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: var(--header-text);
}

.header__center-top-left {
    display: flex;
}




.header__search {
    position: relative;
    width: 100%;
}

.header__search:hover .search-field {
    background: var(--search-field-color_hover);
}

.search-icon {
    position: absolute;
    opacity: .3;
}

.search-field {
    width: 100%;
    border: none;
    outline: none;
    transition: all .2s linear;
}

input.search-field::placeholder {
    color: var(--text-white);
    opacity: .3;
}

input.search-field:focus {
    background: var(--text-white);
    color: var(--text-black);
}

.header__account {    
    display: flex;
    justify-content: right;
}

.account-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}

.account-btn p {
    opacity: .8;
	margin-bottom: 0;
}

.account-btn .i-custom, .more-info .i-custom {
    font-size: 18px;
    opacity: 0.4;
    margin-bottom: 0;
    color: var(--header-text);
    transition: all .2s linear;
}

.account-btn:hover .i-custom {
    opacity: .8;
    transition: all .2s linear;
}

.account-btn.my-trash {
    position: relative;	
}

.header__mobile-wrapper .my-trash_icon {
	margin-left: 20px;
}
  
.my-trash_icon .trash-count {
  position: absolute;
}



.account-btn.my-trash .trash-count {
    /* position: absolute;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--second-color);
    color: var(--text-white);
    border-radius: 50%;
}

.account-btn-box {
    position: relative;	
}

.header__catalog {
    position: relative;
    display: flex;
    align-items: center;
}

/* кнопка каталог */
.catalog_but-box {
    position: relative;
}

.catalog_but-box > .menu__button-sub-open {
    display: none;
}

.catalog_but-box .catalog_menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 313px;
    height: auto;
    list-style: none;

    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transform: translate(-8px, 20px);
    top: 33px;
    left: 0;
    transition: all .1s linear;
}

.catalog_but-box .catalog_menu.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-8px, 3px);
    transition: all .1s linear;
    z-index: 999;
}

.catalog_menu .menu__item {
    padding: 12px 48px;
}

.catalog_menu .menu__item .menu__link {
    display: flex;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: var(--text-1f);
}

.catalog_menu .menu__sub-list .menu__item .menu__link {
	font-weight: 400;
	font-size: 16px;
	
}

.catalog_menu .catalog_menu-item:hover a {
    color: var(--text-blue);
}


.catalog_but {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--header-menu-text);
    opacity: 0.9;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-catalog {
    width: auto;
    display: flex;
}

.header__wrapper {
    display: none;
}

.header__mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 38px;
}

.mobile-wrapper__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 55px;
    width: 100%;
}

.mobile-wrapper__right {
    display: flex;
   /* align-items: center;*/
    justify-content: space-between;
    /*max-width: 62px;
    width: 100%;*/
}

.header__mobile-wrapper .header__logo {
    /*width: 100%;*/
	padding: 0px 35px;
}

.header__mobile-wrapper .header__logo .mobile_text_logo {
	font-weight: 500;
	font-size: 14px;
	color: var(--header-text);
	text-align: center;
	line-height: 1.36;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.header__mobile-wrapper a {
	text-decoration: none;
}	


.header__mobile-wrapper .info-but {
    display: flex;
    align-items: center;
    color: var(--header-text);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
	/*margin-right: 32px;*/
}

.header__mobile-wrapper .info-but i {
    font-size: 9px;
    line-height: 0;
    margin-left: 6px;
}

.header__mobile-wrapper .header__account {
    /*max-width: 50px;		*/
}

.header__mobile-wrapper .header__account img {
    margin-bottom: 0;
}

.header__mobile-wrapper .header__account p {
    display: none;
}


.account-btn.my-trash .trash-count {    
    top: -6px;
	margin-left: 8px;
    width: 21px;
    height: 21px;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;	
}

.header__mobile-search .i-custom {
    opacity: .4;
    color: var(--header-text);
}

/*.header__mobile-wrapper .more-info {
    display: none;
}*/

.header__mobile-wrapper .more-info .more-info_contacts {
    display: none;
}

.header__mobile-wrapper .more-info span {
    display: block;
}


.mob_catalog-button span {
    display: none;
}

.mobile_search {
	display: none;
}	

.mobile_search.open {
	display: block;
    transform: translate(0, 100%);
    visibility: visible;
    transition: all .2s linear;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.mobile_search-form {
    display: flex;
    align-items: center;
    padding: 15px;
}

input[type="text"].mobile_search-field {
    width: auto;
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 13px;
    color: var(--ultimate-gray);
    padding: 0
}

.mobile_search-but {
    background: none;
    border: none;
    outline: none;
    margin-right: 10px;
    padding: 0;
    opacity: .4;
}

.mobile_search-clear {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.mobile_search-form.in-input .mobile_search-clear {
    opacity: 1;
    visibility: visible;
    transition: all .2s linear;
}

.mobile_search-clear {
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}


.mobile_search .search_vars {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    border-top: 1px solid #BEC2C5;
    padding: 15px 15px 30px 15px;
    transform: translate(0, 30px);
    width: 100%;
    transition: .1s linear;
}

.mobile_search .search_vars.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0px);
    transition: .1s linear;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 130px;
}

.mobile_search .search_vars .search_vars-item {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    padding: 10px 0;
    color: var(--text-1f);
}

.mobile_search .search_vars-item-top {
    display: flex;
    max-width: 375px;
}

.mobile_search .search_vars-item-img {
    width: 36px;
    height: 50px;
    flex-shrink: 0;
}

.mobile_search .search_vars-item-title {
    padding-left: 17px;
    padding-right: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    overflow: hidden;

}

.mobile_search .search_vars-item-info {
    flex-shrink: 0;
}

.mobile_search .search-item-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.mobile_search .search-item-price span {
    font-weight: 400;
    font-size: 12px;
}

.mobile_search .search-item-oldprice {
    font-size: 12px;
    text-decoration: line-through;
}

.mobile_search a.link {
    display: flex;
    justify-content: center;
}

/* nav mobile */

.nav-mobile {
    position: fixed;
    z-index: 999;
    background: #fff;
    left: 0;
    top: 0;
    max-width: 360px;
    width: 100%;
    height: 100vh;
    padding: 17px 30px 27px 35px;
    z-index: 1001;
    transform: translate(-100%, 0);
    visibility: hidden;
    transition: all .2s linear;
}


.nav-mobile.open {
    transform: translate(0, 0);
    visibility: visible;
    transition: all .2s linear;
	overflow-y: auto;
}

.nav-mobile-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.nav-mobile_back {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: var(--ultimate-gray);
}

.nav-mobile_back i {
    font-size: 11px;
    line-height: 0;
    color: #BEC2C5;
    margin-right: 15px;
}

.nav-mobile_close {
    padding: 10px;
}

.mobile-menu {
    position: relative;
    list-style: none;
    padding: 0;
}

.mobile-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-item {
    padding: 7px 0;
}	

.mobile-menu-item, .mobile-menu-item a {    
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    color: var(--text-1f);
}

.mobile-submenu._open {
    transform: translate(0, 0);
    visibility: visible;
    transition: all .2s linear;	
}

.menu__button-sub-open {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: -1;
}

.touch .menu__button-sub-open {
    width: 34px;
    height: 31px;
    z-index: 0;
}

.menu__button-sub-open i {
    font-size: 11px;
    color: #BEC2C5;
    line-height: 0;
}


.mobile-submenu {
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    transform: translate(-120%, 0);
    visibility: hidden;
    transition: all .2s linear;
}



.i-custom {
	font-size: 12px;
}

.i-custom.rate{
	color: var(--second-color);
}

.i-custom.gray{
	color: #bec2c5; /*var(--text-gray-2)*/
}

.product-adds {    
	color: var(--ultimate-gray);
	transition: all .2s linear;
}

.product-adds:before {
	color: #bec2c5; /*var(--text-gray-2)*/				
	font-size: 12px;
}

.product-adds.add-compare.product-compare.added, .product-adds.add-compare.product-compare.added::before, .product-adds.add-bookmark.product-like.added, .product-adds.add-bookmark.product-like.added::before {
    color: var(--button-cart);
	transition: all .2s linear;
}

.product-photo__options .product-adds.add-compare.product-compare.added::before, .product-photo__options .product-adds.add-bookmark.product-like.added::before {
    color: var(--button-cart);
	transition: all .2s linear;
}


.product-adds.add-bookmark.product-like:hover::before, .product-adds.add-bookmark.product-like.added::before {
	content: "\e90b";
	transition: all .2s linear;		
}


.product-photo__options {
    position: relative;
    width: 100%;
	z-index: 3;
	bottom: 10px;
}

.product-photo__options .product-like {
    position: absolute;
    padding: 0;
    outline: none;
    border: none;
    background: none; 
	right: 6px;
	bottom: 5px;
	z-index: 3;
	padding: 5px 8px;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);*/
}



.product-rating {
    position: absolute;
    display: flex;
    padding: 6px 10px;
    gap: 4px;
    background: #FFFFFF;
    border-radius: 20px;
    left: 5px;
    bottom: 7px;
}

.rating-item {    
    width: 14px;
    height: 12px;
}

.main-slider__content .swiper {
	padding: 5px 0 !important;
}	

.moytop_tema .col-sm-3 {
	display: none;
	z-index: 998;
}

.moytop_tema .col-sm-3.open {
	display: block;	
}

/* часть от категории */

.category__content-leftside {
    max-width: 320px;
    display: block;
    flex-shrink: 0;
    position: fixed;    
    top: 0;
    visibility: hidden;
    left: -100%;
    z-index: 998;
    width: 100vw;
    height: auto;
    padding: 90px 15px 50px 15px;
    transition: all .1s linear;	
}

.leftside__categories {
	display: none;
}

/* часть от категории */

#information-information .row {
/*	display: flex;	*/
}	


#information-information img {
	margin-right: 10px;
	margin-bottom: 20px;	
}
/*
.account-btn.my-trash .trash-count {
  visibility: hidden;
}

.account-btn.my-trash.fancybox .trash-count {
  visibility: visible;
}
*/


.trash-count.trash-header {
  visibility: visible;
}

.account-btn.my-trash.fancybox .trash-count.trash-header.header-trash-count {
  visibility: visible;
}

.trash-count.trash-header.header-trash-count {
  visibility: hidden;
}

.burger::before {
	content: "\e905";
}

.header__mobile-wrapper .more-info {
	opacity: .9;
}

section .container {
	padding: 0 !important;
}

.nolink {
	text-decoration: none;
	color: inherit;
	border-bottom: none;
}


@media screen and (min-width: 600px) {

    h1 {
        margin-bottom: 14px;
        font-size: 22px;      
    }

    h2 {
        margin-bottom: 14px;
        font-weight: 500;
        font-size: 19px;        
    }

    h3 {
        margin-bottom: 14px;
        font-weight: 500;
        font-size: 17px;    
    }

    h4 {
        margin-bottom: 14px;
        font-weight: 500;
        font-size: 16px;        
    }

    h5 {
        margin-bottom: 14px;
        font-weight: 700;
        font-size: 15px;    
    }

     h6 {
        margin-bottom: 14px;
        font-weight: 700;
        font-size: 14px;        
    }

    p, #content ul li, #content ol li {
        font-size: 15px;        
    }
	



    .container {
        padding: 0 20px;
    }



    .mob_catalog-button {
        font-weight: 400;
        align-items: center;
        display: flex;
        font-size: 14px;
        text-transform: uppercase;
        color: var(--header-text);
        opacity: .9;
    }


    .catalog_but {
        font-weight: 500;
        font-size: 19px;
    }

    .mob_catalog-button span {
        display: block;

    }

    .burger {
        margin-right: 10px;
    }

    .mobile-wrapper__left {
        max-width: 135px;
    }


    .header__mobile-wrapper .more-info .more-info_contacts {
        display: block;        
    }
	
	.header__mobile-wrapper .more-info span {
		display: none;
	}
	
	.mobile-wrapper__right {    
	align-items: center;    
}

/*    .mobile-wrapper__right {
        max-width: 182px;
    }*/
	
	.breadcrumbs, .breadcrumb {
        font-size: 14px;
    }

}

@media screen and (min-width: 1024px) {
	
p, #content ul li, #content ol li {
	line-height: 1.65;	
    margin-bottom: 16px;
}
	
.burger::before {
	display: none;
}

	
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}	
	
	.sidebar-block {
  background: #FFFFFF;
  border-radius: 8px;
	}
	
	header {    
    background: var(--header-desktop-bg);
	}

    h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 32px;      
    }

    h2 {
		margin-top: 32px;
        margin-bottom: 14px;
        font-weight: 700;
        font-size: 21px;        
    }

    h3 {
		margin-top: 28px;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 18px;        
    }

    h4 {
		margin-top: 22px;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 16px;        
    }

    h5 {
		margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 15px;        
    }

    h6 {
		margin-top: 16px;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 14px;        
    }


    .container {
        padding: 0 30px;
    }

    /* .header__catalog {
        gap: 20px;
    } */

    .menu {
        /* padding-left: 20px; */
        /* margin-right: 50px; */
		width:100%;
    }

    .catalog_but {
        font-size: 18px;
        line-height: 1;
		opacity:1;
    }
	
    .catalog_but:hover {
        opacity: 0.8;
        color: var(--header-menu-text);
        text-decoration: none;
    }
	

    .catalog_but-box {
        margin-right: 70px;
    }

    .account-btn .i-custom {
        font-size: 25px;
        margin-bottom: 8px;
    }


    section:first-of-type {
        padding-top: 0;
    }

    header {
        position: relative;
    }

    .header-additions {
        display: none;
    }

    .header__wrapper {
        display: flex;
        flex-direction: column;
    }
	
	.menu__box {
		background: var(--header-menu-bg);
	}

    .header__mobile-wrapper {
        display: none;
    }
   
    .header__top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 26px;
		align-items: center;
    }

    .header__logo {
        /*max-width: 282px;
        width: 100%;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: var(--header-text);
        line-height: 20px;
        margin-right: 20px;
		justify-content: center;
		flex-shrink: 0;
    }
	
	.header__logo:hover {
		color: var(--header-text);
	}

    .logo_description {
        opacity: .8;
        font-size: 15px;
        max-width: 248px;
		margin-top: 10px;
    }

    .header__center {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1220px;
		justify-content: space-between;
    }

    .header__center-top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 28px;
        align-items: center;
    }

    .header__top-options {        
        display: flex;
        flex-direction: column;
        font-size: 13px;
        line-height: 20px;
        color: var(--header-text);
        margin-right: 38px;
    }

    .number {
        font-size: calc(var(--header-phones) - 5px);
        line-height: 1.2;
		text-align: right;		
		white-space: nowrap;
    }



    .site__lang {
        display: flex;
        gap: 13px;
        margin-bottom: 12px;
    }

    .lang {
        text-decoration: none;
        color: var(--header-text);
        opacity: .4;
    }

    .lang:hover {
        opacity: 1;
		color: var(--header-menu-text);
    }

    .current-lang {
        opacity: .8;
        position: relative;
		text-decoration: underline;
    }

    .site__currency {
        position: relative;
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .select__currency {
        position: absolute;
        max-width: 300px;
        width: 300px;
        padding: 27px 60px 12px 38px;
        z-index: 999;
        top: calc(100% + 12px);
        visibility: hidden;
        opacity: 0;
        z-index: -999;
        transition: all .1s linear;
    }

    .select__currency.open {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        transition: all .1s linear;
    }

    .select__currency ul {
        list-style: none;
        padding: 0;
    }

    .currency-item {
        margin-bottom: 20px;
    }

    .currency-item:last-child {
        margin-bottom: 0;
    }

    .currency-item a {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: var(--text-1f);
        text-decoration: none;
    }


    .site__currency .icon-currency {
        /* font-size: 9px; */
        opacity: .4;
    }


    .site__currency .currency__current {
        position: relative;
        opacity: .8;
		transition: all .1s linear;
		white-space: nowrap;
    }

    .site__currency:hover .currency__current,
    .site__currency:hover .icon-currency {
        cursor: pointer;
        opacity: 1;
		transition: all .1s linear;
    }

    .header__top-menu {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width:100%;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 17px;
        align-items: baseline;
        gap: 10px 0;
    }

    .top-menu__item {
        position: relative;
        display: flex;
        align-items: center;
        margin: -3px 0;
    }


    .top-menu__item.accent a {
        opacity: 1;
        border-radius: 30px;
        background: var(--second-color);
		padding: 5px 14px;
    }

    .top-menu__item.accent:hover a {
        opacity: .9;
        text-decoration: none;
    }

    .top-menu__item:hover a {
        opacity: 1;
		color: var(--header-text);
		text-decoration: underline;
    }
	
    .top-info__text a.email:hover {
        opacity: 1;
        text-decoration: underline;
        text-underline-offset: 5px;
		color: var(--header-text);
    }

    .top-menu__item a {
        padding: 5px 12px;
        text-decoration: none;
        color: var(--header-text);
        opacity: .8;
    }
	
	.top-menu__item.accent a {
		color: var(--text-white);
		opacity: 1;				
	}

    .header__top-info {
        position: relative;
/*max-width: 324px;
        width: 100%;*/
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .top-info__text {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 14px;
		margin-left: 14px;
    }

    .top-info__text span {
        font-size: 13px;
        line-height: 20px;
        color: var(--header-text);
        opacity: .8;
    }

    .top-info__text .email:hover {
        opacity: 1;
    }

    .top-info__text .email {
        opacity: .8;
    }

    .info-but:hover {
        opacity: .8;
        cursor: pointer;
    }

    .info-but {
        display: flex;
        width: 21px;
        height: 21px;
        opacity: .4;
        text-decoration: none;
    }

    .info-but .i-custom {
        font-size: 21px;
        color: var(--text-white);
    }

    .header__center-foot {
        display: flex;
        justify-content: space-between;
        padding-right: 30px;
        align-items: center;
    }


    .header__search {
		width: 100%;
        padding-right: 0px;
    }


    .header__search:hover .search-field {
        background: var(--search-field-color_hover);
    }

    /* поиск */
    .search__block:hover form.search__form input.form-search__input {
        cursor: pointer;
    }

    form.search__form input.form-search__input:hover {
        background: var(--search-field-color_hover);
    }

    .search__block.search-active .search__block-background {
        opacity: .5;
        visibility: visible;
        z-index: 10;
        transition: all .2s linear;
    }

    .search__block .search__block-background {
        position: fixed;
        background: rgb(0, 0, 0);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
    }

    .search__block.search-active form.search__form {
        z-index: 15;
        transition: all .2s linear;
    }

    .search__block.search-active form.search__form input.form-search__input {
        background: #fff;
        color: var(--text-1f);
    }

    .search__block.search-active form.search__form button.form-search__button .icon-search {
        opacity: 1;
    }

    .search__block.search-active form.search__form button.form-search__button .i-custom {
        color: #000;
        opacity: .3;
    }

    form.search__form {
        display: flex;
        background: none;
        position: relative;
        overflow: hidden;
        border-radius: 50px;
        transition: all .1s linear;
    }

    form.search__form input.form-search__input {
        border: 0;
        outline: 0;
        padding: 20px;
        padding-left: 62px;
        background: var(--search-field-color);
        color: var(--header-text);
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        width: 100%;
        transition: all .1s linear;
    }

    form.search__form input.form-search__input::placeholder {
        color: var(--header-text);
        opacity: .5;
    }

    form.search__form button.form-search__button {
        background: none;
        outline: none;
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 20px;
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    form.search__form button.form-search__button .i-custom {
        color: var(--header-text);
        font-size: 24px;
        opacity: .2;
    }

    form.search__form button.form-search__button:hover {
        cursor: pointer;

    }

   	 .search_vars {
		 visibility: hidden;
	 }		 

    .header__account {
       margin-left: 10px;
    }

    .account-btn {
        font-size: 13px;
        line-height: 20px;
        color: var(--header-text);
    }

    .account-btn p {
        font-size: 13px;
        line-height: 20px;
		white-space: nowrap;
		color: var(--header-text);
    }
	
	.account-btn:hover p {		
		color: var(--header-text);
	}


    .account-btn img {
        width: 25px;
        height: 25px;
        opacity: .4;
        margin-bottom: 8px;
    }

    .account-btn.my-trash {
        position: relative;
		margin-left: 28px;
    }

	.my-trash_icon {margin-bottom: 6px;}
    .my-trash_icon .trash-count {
		position: absolute;
	}

    .account-btn.my-trash .trash-count {
        /*right: 12px;        
        top: -40px;*/
		top: -15px;
        width: 27px;
        height: 27px;
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;		
    }

    .catalog-button {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        align-items: baseline;
    }

    .burger {
        margin-right: 14px;
        flex-shrink: 0;
		color: var(--header-menu-text);
    }
	
    .catalog-button:hover {
        cursor: pointer;
    }

    .submenu-arrow {
        font-size: 12px;
    }

    .catalog__menu {
        position: absolute;
        left: 0;
        top: calc(100% + 15px);
        padding: 32px 0 40px 0;
        z-index: 999;
        width: 360px;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
    }

    .catalog__menu.opened {
        opacity: 1;
        visibility: visible;
        transition: all .2s linear;
    }

    .catalog__menu .sub-menu {
        list-style: none;
        padding: 0;
    }

    .catalog__menu .sub-menu .main-menu__item {
        padding: 10px 48px;
    }

    .catalog__menu .sub-menu .main-menu__item a {
        color: var(--text-1f);
        font-weight: 500;
    }

    .catalog__menu-list {
        list-style: none;
        padding: 0;
    }

    header {
        padding: 22px 0 0px 0;
        margin-bottom: 20px;
    }

    .account-menu.open {
        transform: translate(0, 0px);
        opacity: 1;
        visibility: visible;
        transition: all .1s linear;
    }

.moytop_tema .col-sm-3 {	
	display: block;	
}

.moytop_tema #column-left {	
	min-width: 350px;	
}

.moytop_tema .category__page #column-left {	
	padding: 0 !important;
	margin: 0 !important;
	min-width: 350px;
}


/* Часть от категории */

.leftside__categories-list > .menu__item > .menu__button-sub-open {
    display: flex;
    align-items: center;
	z-index: 1;	
	height: auto;
}
	
.leftside__categories-list > .menu__item > .menu__button-sub-open::before {
    color: var(--text-1f);
    font-size: 10px;
}		
	

.leftside__categories-block {
	padding-right: 63px;
	padding-bottom: 40px;
	padding-left: 48px;
}

.sidebar-block {
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 30px;
	padding-right: 30px;
}

.leftside__categories-list {
	list-style: none;
	padding: 0;
}

.leftside__categories-item {
	font-weight: 500;
	line-height: 22px;
}

.leftside__categories-item:not(:last-child) {
	margin-bottom: 20px;
}

.leftside__categories-item:hover a {
	color: var(--links-2-color);
	text-decoration: underline;
	text-underline-offset: 5px;
	opacity: 1;
}

.leftside__categories-item.current a {
	pointer-events: none;
	color: var(--links-2-color);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.leftside__categories-item a {
	color: var(--text-1f);
	text-decoration: none;
}


.leftside__categories {
	margin-bottom: 34px;
}

.leftside__categories {
	display: block;
	box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.06);
}

.category__content-leftside {
	margin-right: 40px;
}
	
.category__content-leftside {
        display: flex;
        max-width: 313px;
        width: 100vw;
        flex-direction: column;
        position: static;
        z-index: 10;
        padding: 0;
        height: 100%;
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }

.category__content-leftside .menu__sub-list {
	display: none;
}

/* Часть от категории */


}

@media screen and (min-width: 1190px) {

    /* .header__catalog {
        gap: 30px;
    } */

    .menu {
        /* padding-left: 70px; */
    }


    .menuitem {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .nav>.menuitem {
        margin-right: 40px;
    }

}


@media screen and (min-width: 1280px) {
.category__content-leftside .menu__sub-list {
	display: block;
}
}	


@media screen and (min-width: 1480px) {

h1 {
	font-size: 39px;	
	margin-top: 20px;
	margin-bottom: 30px;			
}

h2 {
	margin-top: 32px;        
	margin-bottom: 20px;	
	font-size: 25px;
}

h3 {
	font-size: 21px;
	margin-top: 28px;
	margin-bottom: 16px;		
}

h4 {
	font-size: 19px;
	margin-top: 22px;
	margin-bottom: 12px;	
}

h5 {
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 10px;	
}

h6 {
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 10px;
	
}

.container {
	max-width: 1554px;
	padding: 0 17px;
}

p, #content ul li, #content ol li {
	font-size: 16px;	
	margin-bottom: 18px;
}

#content ul, #content ol {
	margin-top: 26px;  
	margin-bottom: 20px;	
}

/* .header__catalog {
	gap: 70px;
} */

.number {
	font-size: var(--header-phones);    
}

.menu {
	/* padding-left: 96px; */
	width: 100%;
}

.catalog_but {
	font-size: 19px;
}

.catalog_but-box {
	margin-right: 96px;
}

.menuitem {
	font-size: 17px;
}

.nav>.menuitem {
	margin-right: 47px;
}



.header__logo {        
	margin-right: 32px;
}

.header__top-options {
	white-space: nowrap;		
}

.header__top-menu {
	white-space: nowrap;
}

.top-menu__item:nth-last-child(-n+2) {
	display: flex;
}

.top-menu__item a {
	padding: 5px 16px;
}


.catalog-button {
	font-size: 19px;
}

.main-menu__item a {
	font-size: 17px;
}

.header__search {        
	padding-right: 0;		
}
	
.category__content-leftside {
	margin-right: 50px;
}		

}

.menu__button-mob-open {
    width: 36px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: -1;
}

.menu__button-mob-open  i {
    font-size: 11px;
    color: #BEC2C5;
    line-height: 0;
}

.menu__body {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex: 1 1 auto;
    overflow: auto;
}

.menu__list>.menu__item::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    height: 1px;
    top: calc(100% - 16px);
    background: var(--header-menu-text);
    width: 0;
    transition: all 0.1s linear;
}

@media only screen and (min-width: 1024px) {
    .menu__body {
        overflow: visible;
        align-items: center;
    }
}

.menu__list {
    padding: 0px 13px 8px 30px;
    width: 100%;
    position: relative;
    transform: translate(0);
    flex-direction: row;
}

@media only screen and (min-width: 1024px) {
    .menu__list {
        padding: 0;
        width: auto;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .menu__list>.menu__item {
        /* padding: 18px 5px; */
        padding: 18px 0px;
        position: relative;
    }

    .nav.navbar-nav.menu__list > .menu__item {
        margin-bottom: 0px;
    }

    .menu__list>.menu__item:not(:last-child) {
        margin-bottom: 7px;
        margin-right: 42px;
    }

    .navbar-nav > .menu__item > .menu__link {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: var(--header-menu-text);
        opacity: .9;
        display: inline-block;
        padding: 0;
        text-decoration: none;
        background-color: transparent;
    }

}

@media only screen and (min-width: 1024px) and (any-hover: hover) {
    .menu__list>.menu__item:hover::after {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .menu__list>.menu__item._hover::after {
        width: 100%;
    }

    .menu__list>.menu__item._hover>.menu__link {
        color: #fff;
    }

    .menu__list>.menu__item._hover>.menu__button-sub-open {
        color: #fff;
    }
}

@media only screen and (min-width: 1024px) {
   .touch .menu__list>.menu__item>.menu__button-sub-open {
        display: block;
    }

    .menu__more >  .menu__list > .menu__item > .menu__button-sub-open::before {
        color: #000;
    }

    .menu__more >  .menu__list > .menu__item:hover > .menu__button-sub-open::before {
        color:  #7099B9;
    }

   
}

@media only screen and (min-width: 1024px) {
    .menu__list>.menu__item>.menu__sub-list {
        width: 360px;
        transform: translate(-8px, 21px);
        transition: all 0.1s ease 0s;
        left: 0;
    }

    .menu__list>.menu__item>.menu__sub-list:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 10px;
        bottom: 100%;
    }

    .menu__list>.menu__item>.menu__sub-list._open {
        visibility: visible;
        opacity: 1;
        transform: translate(-8px, 11px);
        pointer-events: auto;
    }

    
    /* .touch .menu__list>.menu__item:not(:last-child) {
        margin-right: 42px;
    } */
}



@media only screen and (min-width: 1480px) {

    .navbar-nav > .menu__item > .menu__link {
        font-size: 17px;
    }

    .menu__list>.menu__item:not(:last-child) {
        /* margin-right: 35px; */
        margin-right: 45px;
    }

    .menu__list>.menu__item>.menu__button-sub-open {
        display: none;
    }

    .touch .menu__list>.menu__item:not(:last-child) {
        margin-right: 45px;
    }

}

/* @media only screen and (min-width: 1919.98px) {

    .navbar-nav > .menu__item > .menu__link {
        font-size: 17px;
        line-height: 24px;
    }

    .touch .menu__list>.menu__item:not(:last-child) {
        margin-right: 45px;
    }
    
} */

@media only screen and (min-width: 1024px) {
    .menu__more {
        position: relative;
        /* padding: 18px 0px 18px 30px; */
        padding: 18px 0px 18px 0px;
        margin-left: 30px;
    }

    .menu__more>.menu__list {
        display: block;
        position: absolute;
        pointer-events: auto;
        left: auto;
        right: 0;
        top: 100%;
        transform: translate(8px, 0px);;
        background: #fff;
        z-index: 5;
        width: 360px;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 33px 0;
        transition: all 0.1s ease 0s;
        visibility: hidden;
        opacity: 0;
    }

    .menu__more.open>.menu__list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .menu__more>.menu__list>.menu__item {
        padding: 0 23px 0 35px;
        margin-right: 0;
        display: flex;
    }

    .menu__more>.menu__list>.menu__item::after {
        display: none;
    }

    .menu__more>.menu__list>.menu__item._hover>.menu__link {
        color: #5A95C3;
    }

    .burger::before {
        content: "";
        display: none;
    }
    
}

@media only screen and (min-width: 1024px) and (any-hover: hover) {
    .menu__more>.menu__list>.menu__item:hover>.menu__link {
        color: #5A95C3;
    }

    .menu__more>.menu__list>.menu__item:hover>.menu__sub-list {
        transform: translate(2px, -52px);
    }

    .menu__more>.menu__list>.menu__item:hover>.menu__button-sub-open {
        color: #5A95C3;
    }

}

@media only screen and (min-width: 1024px) {
    .menu__more>.menu__list>.menu__item>.menu__sub-list {
        width: 300px;
        left: auto;
        right: 100%;
        transform: translate(2px, -52px);
    }
}

@media only screen and (min-width: 1024px) {
    .menu__more>.menu__list>.menu__item>.menu__button-sub-open {
        display: flex;
        align-items: center;
        padding: 0
    }

    .touch .navbar-nav > .menu__item> .menu__button-sub-open {
        display: none;
     }
    
    .touch .menu__more .menu__list > .menu__item > .menu__button-sub-open {
        transform: rotate(0deg);
    }
}


.menu__more.popup:hover .menu__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(8px, -8px);
}

.menu__more-btn {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    line-height: 16px;
    cursor: pointer;
    color: var(--header-menu-text);
}

.menu-more .menu__more-btn::before {
    color: #fff;
}

.menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
    .menu__item {
        position: relative;
    }

    .menu__item:not(:last-child) {
        margin-bottom: 9px;
    }
}

@media only screen and (min-width: 1024px) and (any-hover: hover) {
    .menu__item:hover {
        transition: all 0.1s ease 0s;
    }

    .menu__sub-list > .menu__item:hover > .menu__button-sub-open::before {
        color: #7099B9;
    }

}

@media only screen and (min-width: 1024px) {
    .menu__item._hover>.menu__link {
        color: #7099B9;
    }
}

@media only screen and (min-width: 1024px) {
    .menu__item._hover>.menu__button-sub-open {
        color: #7099B9;
    }

  .menu__sub-list  .menu__item._hover>  .menu__button-sub-open::before {
        color: #7099B9;
    }
}

@media only screen and (min-width: 1024px) {
    .menu__item>.menu__sub-list .menu__sub-list._left {
        left: auto;
        right: 100%;
        transform: translate(2px, -52px);
    }

	.leftside__categories-block, .leftside__categories-block .sidebar-block {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.leftside__categories-list > .menu__item {
		padding: 0 23px 0 35px;		
	}
	
	.leftside__categories-block {
		padding: 33px 0 !important;
	}

}

@media only screen and (min-width: 1024px) and (any-hover: hover) {
	

	
    .menu__item:hover>.menu__sub-list {
        transform: translate(-2px, -52px);
    }

    .menu__list>.menu__item:hover::after {
        width: 100%;
    }

    .menu__list>.menu__item:hover>.menu__sub-list {
        transform: translate(-8px, -8px);
        transition: all 0.1s ease 0s;
    }

    .menu__item:hover.menu__link:after {
        width: 100%;
    }

    .menu__item:hover>.menu__sub-list {
        visibility: visible;
        opacity: 1;
        transform: translate(-2px, -52px);
        pointer-events: auto;
    }
	
.leftside__categories-list > .menu__item > .menu__sub-list {
    
}		
	

}

/* .menu__button-sub-open {
    padding: 16px 19px;
} */

.menu__sub-list .menu__item > .menu__button-sub-open::before {
    color: var(--text-1f);
    font-size: 10px;
}



.menu__item > .menu__button-sub-open::before {
    color: transparent;
    font-size: 10px;
}


@media only screen and (min-width: 1024px) {
	
.menu__sub-list > .menu__item > .menu__button-sub-open {
    display: flex;
    padding: 0;
    align-items: center;
}


	
    .menu__button-sub-open {
        /* padding: 8px 0px 10px 25px; */
        transition: all 0.1s ease 0s;
    }

    .menu__item > .menu__button-sub-open {
        display: none;
    }



}


.menu__link {
    font-size: 18px;
    padding: 10px 0px;
    line-height: 2.5;
    font-size: 16px;
    line-height: 1.31;
    color: var(--text-1f);
}

.menu__item i {
    font-size: 10px;
}

.menu__sub-list > .menu__item:hover > a {
    color: var(--text-blue);
}

.menu__sub-list > .menu__item:hover > .menu__button-sub-open > i{
    color: #7099B9;
}

@media only screen and (min-width: 1024px) {
    .menu__link {
        transition: all 0.1s ease 0s;
        line-height: 1.5;
        padding: 5px 0;
        color: var(--text-1f);
        opacity: 1;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        position: relative;
        text-decoration: none;
    }
}

.menu__sub-list {
    background: #fff;
    transition: all 0.1s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 0px 13px 5px 30px;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    .menu__sub-list {
        right: 0;
        height: auto;
        overflow: initial;
        transform: translateX(-100%);
    }

    .menu__sub-list._open {
        z-index: 5;
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .menu__sub-list {
        left: 100%;
        top: 100%;
        transform: translate(8px, -52px);
        z-index: 5;
        width: 300px;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 33px 0;
    }

    .menu__sub-list._open {
        visibility: visible;
        opacity: 1;
        transform: translate(-2px, -52px);
    }

    .menu__sub-list._left {
        left: auto;
        right: 100%;
        transform: translate(2px, -52px);
    }

    .menu__sub-list>.menu__item {
        padding: 0 23px 0 35px;
    }
}

.menu__sub-list-back {
    padding: 8px 0;
    font-size: 16px;
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu__sub-list-back::before {
    transform: rotate(180deg);
    font-size: 10px;
}

@media only screen and (min-width: 1024px) {
    .menu__sub-list-back {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .menu__list>.menu__item> i {
        display: none;
    }

    .menu__more .menu__list>.menu__item> i {
        display: block;
    }
}


