/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Базовые настройки */


/* Шрифты */

@import url('fonts.css');

/* UI */
@import url('ui.css');

html {
	margin: 0 !important;
}

body.admin-bar #branding-wrap {top: 28px !important;} 
body.admin-bar #wrapper {margin-top: 145px !important;}


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	font-family: 'GolosUI', sans-serif;
	scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: .4em; 
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}


*:hover .cover-bar {
   opacity: 0;
  -webkit-transition: all .5s;
}

body {
	background: rgba(245, 245, 245, 1);
	position: relative;
	overflow-x: hidden;
	width: 100%;
}

html,
body {
  height: 100%;
}


input, button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

.pt-40 { padding-top: 40px !important; }
.pt-80 { padding-top: 80px !important; }




.none-scroll {
	overflow: hidden;
}



/* POPUP | Выпадающее окно */

.popup {
	position: fixed;
	display: none;
	width: 100%;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 21;
	overflow: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}


.popup .woocommerce {
	margin-left: 20px;
	margin-right: 20px;
}


.popup--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


/*@media screen and (max-height: 700px) {
	.popup {
		align-items: stretch;
	}
}
*/









/* MOBILE BLOCKS */

.header-mobile {
	display: none;
}

.hmobile-calc { 
	display: none; 
	padding: 13px 30px !important;
}


.burger-menu span:after {
	content: 'menu';
	font-size: 26px;
}

.header-mobile .header-menu__link img {
	width: 20px;
	height: 20px;
}

.burger-menu--active span:after {
	content: 'close';
}

/* SLICK SET */


.slick-dots {
	bottom: -40px;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li button:before {
    font-size: 14px;
}

.section-4__content .slick-dots li button:before {
	color: #fff;
	opacity: .7;
}

.section-4__content .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.wrapper {
	margin: 0 20px;
	padding-bottom: 20px;
}


.wrapper::before {
	position: absolute;
	content:'';
	display: block;
	width: 360px;
	height: 724px;
	border-bottom-right-radius: 500px;
	background: rgba(240, 241, 242, 1);
	top: 0;
	left: -20px;
	z-index: -1;
}

.wrapper::after {
	position: absolute;
	content:'';
	display: block;
	width: 750px;
	height: 324px;
	border-bottom-left-radius: 500px;
	background: rgba(240, 241, 242, 1);
	top: 0;
	right: -20px;
	z-index: -1;
}

.wrapper-custom:after {display: none; }
.wrapper-custom:before {display: none; }



.container {
	margin: 0 257px;
}



/* Шапка */





.header-top {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	transition: opacity 1s;
	opacity: 1;
}


.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.header-logo {
	margin-right: 25px;
}

.header-menu__link {
	padding: 15px 32px;
}


.catalog-header-menu__item {
	position: relative;
}


.catalog-header-menu { margin-left: auto; }




.shopping-cart-counter {
	position: absolute;
	background: rgba(18, 21, 23, 1);
	width: 24px; height: 24px;
	border-radius: 100px;
	color: #fff;
	border: 3px solid #fff;
	top:6px;
	right: 8px;
	font-size: 12px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.catalog-header-menu__item:hover .shopping-cart-counter {
	border-color: rgba(235, 236, 237, 1);
}

.shop-cart {
	position: relative;
}

.shop-cart:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: transparent;
	z-index: 2;
}


.header-center {
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 136px;
}

.header-content__h1-title {
	margin-top: 30px;
}


.header-content:last-child {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-bottom: -120px;
}



.tabs-type {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr 4px 1fr;
	grid-template-columns: repeat(6, auto);
	gap: 4px;
	width: 735px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.tabs-type__link {
	font-size: 18px;
	font-weight: 400;
	line-height: 18.4px;
	letter-spacing: -0.01em;
	padding: 11px 16px;
	white-space: nowrap; 
}



.header-content__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 16px;
	margin-top: 30px;
}




/* SECTION-1 */



.section-1 {
	border-radius: 30px;
	overflow: hidden;
	padding: 100px 0 100px;
	margin-top: 240px;
}

.dark-block { 
	position: relative; 
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
}

.dark-block:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #001523;
    opacity: 1;
    z-index: -1;
}

.section-1__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.section-1__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.section-1__block:last-child {
	border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.section-1__block:first-child {
	padding-right:0;
}

.section-1__block:last-child {
	padding-left: 150px;
}

.dark-block * {
	color: #fff;
	position: relative;
	z-index: 1;
}




.section-1__h2-title {
	margin-bottom: 40px;

	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	letter-spacing: -0.01em;
}

.section-1__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;


}


.section-1__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}


.section-1__more {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	margin-top: auto;
	font-size: 16px;
	line-height: 21px;

}

.section-1__more span {
	margin-top: 3px;
}

.p-desc-bottom {
	margin-top: 20px;
}

/* PRE-SECTION */

.pre-section {
	padding: 140px 0;
}

.pre-section__main {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-grid-row-align: center;
	    align-self: center;
	gap: 8px;
}

.pre-section__block {
	border-radius: 24px;
	background: rgba(235, 236, 237, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 200px;
}



.pre-section__block img {
	display: block;
	max-width: 100%;
    width: 240px;
    height: 91px;
	opacity: .4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.pre-section__block:hover img {
	opacity: 1;
}


/* SECTION-2 */

.section-2 {
	padding-bottom: 80px;
}

.section-2__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
}


.section-2__p-title {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
	display: block;
	margin-top: 8px;

}

.section-2__p-title a {
	color: rgba(18, 21, 23, 1);
}

.section-2__button {
	margin-left: auto;
	padding: 16px;
}


.owl-theme .owl-dots .owl-dot.active span {
	background: #000;
}



.reviews-container {
	position: relative;
}

.reviews__blocks {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}


.review-btn {
	position: absolute;
	border: none;
	width: 64px;
	height: 64px;
	border-radius: 100px;
	top: 45%;
	transform: translateY(-50%);

}

.review-btn span {
	font-size: 24px;
}

.review-btn-l{
	left: -80px;
/*	top: 50%;*/
}

.review-btn-r{
	right: -80px;
/*	top: 50%;*/
}



.review__block {
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 28px 28px 80px 28px;
	width: 98% !important;
}

.review__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.review-user{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
}


.review-date {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
	margin-top: -8px;
}

.review-user__avatar {
	width: 56px;
	height: 56px;
	background: rgba(235, 236, 237, 1);
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	font-family: 'Mont', sans-serif;
	font-size: 21.78px;
	font-weight: 500;
	line-height: 26.13px;
	letter-spacing: -0.01em;
	text-align: center;

	color: rgba(18, 21, 23, 1);
}

.review-user__h3-title {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 19.8px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);

	margin-bottom: 5px;
}


.review__p-desc {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);

}

.review__center {
	margin-top: 20px;
}


/* SECTION-3 */

.section-3__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


.useful-articles {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 8px;
	margin-top: 30px;
}


.useful-article {
	width: 98% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius: 24px;
	padding: 28px;
	background: rgba(255, 255, 255, 1);
}


.useful-article__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 200px;
	text-decoration: none;
	cursor: pointer;

}

.useful-article__img img {
	width: 100%;
	height: 200px;
	border-radius: 20px;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: -webkit-filter .2s;
	transition: -webkit-filter .2s;
	-o-transition: filter .2s;
	transition: filter .2s;
	transition: filter .2s, -webkit-filter .2s;
}

.useful-article__img:hover img {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

.useful-article-span {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
}

.useful-article__h3-title {
	text-decoration: none;
	display: block;
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px !important;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	margin-top: 15px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 50px;

}


.useful-article__h3-title:hover {
	text-decoration: underline;
}

.useful-article__subblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}

/* SECTION-4 D */

.section-4 {
	margin-top: 100px;
	padding: 80px 0;
}

.section-4__h2-title {
	margin-bottom: 20px;
}

.section-4__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}

.section-4__card {
	width: 98% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: rgba(31, 36, 38, 1);
	border-radius: 24px;
	padding: 40px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	height: 500px;
}

.section-4__card:hover {
	background: rgba(18, 21, 23, 1);

}

.section-4__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-bottom: 10px;
}


.section-4__tab {
	background: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, .3);
}

.section-4__tab--active {
	color: rgba(255, 255, 255, 1);
}

.section-4__content.owl-carousel.owl-loaded {
	display: none;
}

.section-4__content .owl-dots .owl-dot.active span {
	background: #fff;
}

.section-4__content { display: none; }
.section-4__content--active { 
	display: -webkit-box !important; 
	display: -ms-flexbox !important; 
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}


.card__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
	margin-top: 10px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-bottom: 80px;
}

.card__untitle {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 1);
}

.card__price {
	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 1);
	margin-top: 10px;

}

.card__item {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.5);
}

.card__more {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 1);

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;

	text-decoration: none;

	position: absolute;
    bottom: 30px;

}




/* SECTION-5 */

.section-5 {
	padding: 120px 0;
	padding-bottom: 60px;
}

.cardblocks {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 40px;
}

.cardblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 32px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 1);
	padding-bottom: 100px;
}

.cardblock__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


.cardblock__number {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
}


.cardblock__p-title {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	display: block;
	margin-top: 20px;
}

/* SECTION 6 */

.section-6 {
	padding: 60px 0;
}

.section-6__asks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/*display: grid;
	grid-template-columns: repeat(2, 1fr);*/
	gap: 10px;
	margin-top: 30px;
}


.asks-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}


.ask-block {
	position: relative;
/*	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 20px 30px;
	overflow: hidden;
	max-height: 80px;*/
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ask-block--active .ask-block__top,
.ask-block--active .ask-block__desc {
/*	max-height: 1000px;*/
	background: rgba(235, 236, 237, 1);
}

.ask-block--active .ask-block__top {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ask-block__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	padding-bottom: 15px;
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 15px 30px;
}


.ask-block__title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	margin: 0;
	padding: 0;

}

.ask-block__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;

	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 15px 30px;
	padding-top: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 30px;
	-webkit-transition: max-height .05s;
	-o-transition: max-height .05s;
	transition: max-height .05s;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

}

.ask-block--active .ask-block__desc {
	color: rgba(18, 21, 23, 0.5);
	max-height: 200px;
	padding: 15px 30px;
	padding-top: 0;
}

/*

.ask-block--active .ask-block__desc {
	height: auto;
	overflow: visible;
	padding: 0 30px 30px 30px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	background: rgba(235, 236, 237, 1);
	color: rgba(18, 21, 23, 0.5);
}


.ask-block--active .ask-block__top {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: rgba(235, 236, 237, 1);
}
*/

.ask-block__oc {
	position: relative;
	font-size: 40px;
}


.ask-block__oc:before {
	content: 'add';
	font-weight: 200;
}


.ask-block--active .ask-block__oc:before {
	content: 'close';
	font-weight: 200;
	transform: rotate(0deg);
    display: block;
    font-size: 48px;
}


/* SECTION 7 */

.section-7 {
	padding: 80px 0;
}

.section-7__products-container {
	position: relative;
}

.product-btn {
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100px;
}

.product-btn-l {
	left: -80px;
	top: 30%;
}

.product-btn-r {
	right: -75px;
	top: 30%;
}


.section-7__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}

.section-7__catalog-link {
	padding: 16px;
}

.product {
	width: 98% !important;
	border-radius: 24px;
	padding: 28px;
	background: rgba(255, 255, 255, 1);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}


.product__img img {
	width: 100%;
	border-radius: 20px;
	-o-object-fit: contain;
	   object-fit: contain;
}


.product__title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	margin: 20px 0 10px 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
}

.product__title:hover {
	text-decoration: underline;
}

.product__params {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 44px;
	overflow: hidden;
}


.catalog__params {
	-webkit-line-clamp: 4;
}

.product-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: auto;
	
}



.product__down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 30px;
}

.product__price  {
	font-family: 'Mont', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.product__button {
	padding: 16px 24px;
}



/* FEEDBACK */

.feedback {
	padding: 80px 0;
}

.feedback__main {
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 100px;
}

.feedback-block {
	width: 500px;
}






.feedback-form__desc {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.8);
	margin: 20px 0;
}

.feedback-form__input-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 20px;
}


.feedback-form__input-block label {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	display: block;
	margin-bottom: 8px;

}

.feedback-form__agreement {

	font-family: 'GolosUI', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.01em;

	color: rgba(18, 21, 23, 0.5);

	margin: 20px 0;
}

.under-link {
	color: rgba(18, 21, 23, 1);
}

.feedback-form__button {
	display: block;
	padding: 20px 32px;
	width: 100%;
}

.feedback-block:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.feedback-block__desc {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
	margin-top: 20px;
}

.d-link {
	text-decoration: underline;
	color: rgba(18, 21, 23, 1);
;
}

.feedback-block__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.social-link {
	text-decoration: none;
}



/* FOOTER */


.footer {
	padding: 80px 0;
}

.footer-mb {
	padding: 10px;
}

.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 8px;
}



.footer-contacts__link {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-decoration: none;
	border: 1px solid rgba(31, 36, 38, 1);
	border-radius: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
	letter-spacing: -0.01em;

	color: rgba(255, 255, 255, 1);


	padding: 16px 26px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

}

.footer-contacts__link:hover {
	background: rgba(0,0,0,.5);
}

.footer__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 150px;
	margin-top: 50px;
}

.footer-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}


.footer-ul__item a,
.footer-ul__link {
	text-decoration: none;
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.5);
}

.footer-ul__link:hover {
	text-decoration: underline;
}

.footer__down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-m-container {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 155px;
}

.footer-m {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.25);
}

.footer-m--link {
	opacity: .5;
}

.footer-down-ul {
	text-align: right;
}

.footer-down-ul__item a,
.footer-down-ul__link {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}



/* Хлебные крошки breadcrumbs */

.breadcrumbs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
}


.breadcrumbs__link {
	text-decoration: none;
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
}

.breadcrumbs__link:not(:first-child):before {
	content: '/';
}

.breadcrumbs__link--active {
	color: rgba(18, 21, 23, 1);
}

.breadcrumbs__link--active:before {
	content: '/';
	margin: 0 5px;
	color: rgba(18, 21, 23, 1);
}

.prods-count {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
}

.products-nav {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.sort-list {
	z-index: 10;
}

.sort-top__span,
.sort-list__item {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	text-decoration: none;

}

.pag-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
}

.pag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 4px;
}

.pag-arrow {
	text-decoration: none;
	color: rgba(18, 21, 23, 0.3);
}


.pag-list__link {
	text-decoration: none;
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
	border-radius: 24px;
	padding: 16px 24px;
	height: 56px;
    width: 56px;
    display: inline-block;
}


.pag-list__link--active {
	background: #fff;
	color: rgba(18, 21, 23, 1);
}

.products-nav-down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 60px;
	margin-bottom: 60px;
}


/* Каталог товаров. CATALOG */

.product__arrow-link {
	display: none;
}

.products-catalog {
	margin-top: 40px;
	margin-bottom: 40px;
}

.product-price__count {
	font-family: 'GolosUI', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
}

.products-catalog {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 8px;
}


.products-catalog .product {
	width: 100% !important;
}


.product__img {
	height: 184px;
	background: rgba(245, 245, 245, 1);
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}

.product__img img {
	width: 250px;
	height: 210px;
	max-width: 100%;
}


/* Category */

.category-catalog {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	row-gap: 15px;
	margin-top: 40px;
}





/* PRODUCT PAGE */

.product-container {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.product-preview {
	background: #fff;
	padding: 25px;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}


.product-about__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr auto;
	grid-template-columns: auto 1fr auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	position: relative;
}

.pa-left,
.pa-right {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
}


.pa-right {
	color: rgba(18, 21, 23, 1);
}


.pa-border {
	width: 95%;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted rgba(189, 190, 191, 1);
}


.product-about__name {
	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
}

.product-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 60px;
}


.product-about {
	width: 80%;
	margin-top: 20px;
}

/*.product-block:first-child {
	width: 100%;
} 

.product-block:last-child {
	width: 70%;
}*/

.product-about__params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin-top: 40px;
/*	max-height: 200px;*/
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/*
.product-about__params--active {
	max-height: 1700px;
}*/

.product-about__border {
	width: 100%;
	border-bottom: 1px dotted rgba(189, 190, 191, 1)
}

.product-preview__main-img img {
	width: 100%;
	height: 384px;
	-o-object-fit: contain;
	   object-fit: contain;
}


.product-preview__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin-top: 40px;
}


.product-preview__img {
	border-radius: 12px;
	width: 64px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.product-preview__img--active {
	border: 1px solid rgba(0, 0, 0, 1);
}

.product-preview__img img {
/*	max-width: 100%;*/
	width: 54px;
	height: 54px;
	-o-object-fit: contain;
	   object-fit: contain;
	opacity: .5;
	cursor: pointer;
}


.product-preview__img--active img {
	opacity: 1;
}

.product-block-desc {
	margin-top: 30px;
	width: 53%;
}


.product-block-desc__h3-title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
}

.product-block-desc__desc {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.8);
	margin-top: 10px;
}



.product-about__show {
	background: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 40px;


	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;

	color: rgba(18, 21, 23, 1);

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	gap: 10px;
}

.product-about__show .material-symbols-outlined {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}


.product-about__show--active .material-symbols-outlined {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.product-about__price {
	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
}

.product-about__buy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 40px;
	gap: 25px;
}

.product-buy__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}

.product-buy__button {
	padding: 14px 32px;
}


.product-conditions {
	margin-top: 30px;
	width: 42%;
}

.product-conditions__title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
}

.conditions-block {
	border-radius: 24px;
	background: #fff;
	padding: 12px 16px;
	margin-top: 20px;
}

.conditions-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;


	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;

	color: rgba(18, 21, 23, 1);
}


.conditions-block__params {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin: 20px 0;
	gap: 20px;
}


.cb-text * {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
}

.conditions-block__table {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.cbtable-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
}

.conditions-block__item { color: rgba(18, 21, 23, 0.5); }

.cbtable-list__item { color: rgba(18, 21, 23, 1); }


/* reviews */

.reviews-container-p {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 20px;
}


.reviews-container-p .review__block {
	width: 100% !important;
}




/* Article | Статья */

.useful-article__top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
}


.useful-article-p-container {
	margin-top: 40px;
	margin-bottom: 60px;
}

.useful-article {
	text-decoration: none !important;
	color: rgba(18, 21, 23, 1);
}

.useful-article-p__img img {
	width: 547px;
	height: 332px;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 20px;
/*	filter: grayscale(1);*/
}

.useful-article-p__img {
	margin-bottom: 20px;
}

.useful-article-p__h2-title {
	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1) !important;
	margin-bottom: 40px;
}


.useful-article-p__h3-title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1) !important;
	margin-bottom: 20px;
}

.desc-text,
.desc-text *{
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.8);
}


.useful-article-p__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
	margin-top: 40px;
}


.useful-article-p__block:not(:first-child) {
	margin-top: 60px;
}

.more-articles {
	margin-top: 100px !important;
}

.more-articles__container {
	margin-top: 20px;
}




/* Shopping-cart | Корзина */

.shopping-cart-container {
	margin-top: 20px;
}

.shopping-cart__products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.shopping-cart__product {
	background: rgba(255, 255, 255, 1);
	border-radius: 24px;
	padding: 28px;
	position: relative;
}


.shopping-cart__product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
}


.scl__img {
	background: rgba(245, 245, 245, 1);
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 154px;
	height: 154px;
}

.scl__img img {
	max-width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 94px;
}

.shopping-cart__scl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.scl__h3-title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	margin-bottom: 8px;
	width: 500px;
	display: block;
	text-decoration: none;
}

.scl__h3-title:hover {
	text-decoration: underline;
}

.scl__text {
	width: 70%;
}


.scl__params {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;

}

.shopping-cart__price {
	font-family: 'Mont', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	text-align: right;
}

.shopping-cart__scr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


.shopping-cart__add-count {
	background: rgba(235, 236, 237, 1);
	border-radius: 24px;
	padding: 8px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;

	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20.8px;
	letter-spacing: -0.01em;


	color: rgba(18, 21, 23, 1);
}

.add-count__button {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: none;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

}

.shopping-cart-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 40px;
}

.shopping-cart-block:first-child {
	width: 70%;
}


.order-create {
	background: #fff;
	border-radius: 24px;
	padding: 30px;
}

.cancel-order {
	display: none;
	border: none;
	background: transparent;
	outline: none;
	margin: 20px auto auto auto;

	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

}

.order-create--active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px;
	width: 100%;
	overflow-y: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.order-create--active .cancel-order {
	display: block;
}

.order-create--active .order-compound {
    margin-top: 25px;
}



.order-create--active .order-create__h3-title {
    font-size: 24px;
    line-height: 31.4px;
}

.order-create--active .order-create__desc {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
}


.order-create--active .order-create__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}


.order-create--active .order-total {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    margin-top: 25px;
    gap: 0;
}

 .order-compound__h4-title {
    font-size: 14px;
    line-height: 20px;
}

.order-create--active .order-list {
    margin-top: 7px;
    gap: 5px;
}


.order-create--active .order-list__item {
    font-size: 14px;
    line-height: 16px;
}


.order-create__h3-title {
	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
}

.order-create__desc {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.8);
	margin-top: 5px;
}


.order-create__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
	margin-top: 40px;
}

.order-create__input-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.order-compound {
	margin-top: 50px;
}


.order-compound__h4-title {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
}


.order-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 10px;
	gap: 10px;
}

.order-list__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr auto;
	grid-template-columns: auto 1fr auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/*gap: 6px;*/
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.01em;
}

.ol-l { color: rgba(18, 21, 23, 0.5); }
.ol-r { color: rgba(18, 21, 23, 1); }
.ol-border { 
	width: 95%;
	border-bottom: 1px dotted rgba(189, 190, 191, 1); 
	margin-left: auto;
    margin-right: auto
}

.order-total {
	margin-top: 40px;
}

.order-total__title {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.5);
}

.order-total__price {
	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	margin-top: 12px;
}

.order-button {
	display: block;
	margin-top: 20px;
	padding: 16px 24px;
}

.order-button {
	width: 100%;
}


/* Блок итогового заказа */


.total-block {
	display: none;
	position: fixed;
	z-index: 12;
	background: rgba(245, 245, 245, 1);
	border-top: 1px solid rgba(235, 236, 237, 1);
	left: 0;
	right: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	bottom: 0;
}

.total-block .order-total {
	margin-top: 20px;
}




/* SUCCESS PAGE */

.success-order__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
	margin: 100px 0;
}

.success-order__h2-title {
	font-family: 'Mont', sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.02em;
	text-align: center;
	color: rgba(18, 21, 23, 1);
}

.success-order__desc {
	font-family: 'GolosUI', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.01em;
	text-align: center;

	color: rgba(18, 21, 23, 0.8);

	margin-bottom: 40px;

}

.success-order__button {
	padding: 16px 34px;
}


/* POLICY */

.policy__h2-title {
	margin-top: 40px;
	margin-bottom: 15px;
}

.policy__desc {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.8);
	margin-top: 40px;
}


/* Portfolio */

.portoflio-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 40px;
}


.portfolio__item {
	position: relative;
	overflow: hidden;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

}


.portfolio__item img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	border-radius: 10px;
	-o-object-fit: contain;
	   object-fit: contain;
}


.portfolio__item:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0; right: 0;
	top: 0; bottom: 0;
	position: absolute;
	border-radius: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 60px;
	color: #fff;
}

.portfolio-video:before {
	font-size: 50px;
}

.portfolio-img:hover:before {
	content: '\e8ff';
	background: rgba(0,0,0,.5);
}

.portfolio-video:hover:before {
	content: '\f04b';
	background: rgba(0,0,0,.5);
}


/* Calculator */


.calculator-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 40px;
	margin-top: 40px;
}

.calculator-block:first-child {
	width: 100%;
}

.calculator {
	border-radius: 24px;
	padding: 32px 28px;
	background: #fff;
}


.calculator__h2-title {
	font-family: 'Mont', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	margin-bottom: 10px;
}

.calculator__desc {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 0.8);
}


/*.calculator-inblock {
	margin-top: 40px;
}*/


.calculator-new {
	margin-top: 8px;
/*	display: flex;
	justify-content: space-between;
	width: 64%;
	gap: 13px;*/
}


.calculator-trash {
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.calculator-trash img {
	user-select: none;

}

.calculator-new-select {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 13px;
}

.calculator-new-select .select-top {
	width: 100%;
}

.calculator-new-select .select-window {
	top: 65px;
}

.calculator-inblock,
.calculator-inblock-more {
	width: 500px;
}

.calculator-add {

	border: none;
	outline: none;

	cursor: pointer;

	width: 100%;
	padding: 16px 24px;
	border-radius: 32px;
	background: rgba(245, 245, 245, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 16px;

	color: rgba(18, 21, 23, 1);
	font-size: 16px;
	transition: 1s;
}

.calculator-add:hover {
	background: rgba(205, 205, 205, 1);
}


.inblock-mt {
	margin-top: 40px;
}

.calc-bb {
	border-bottom: 1px solid rgba(235, 236, 237, 1);
	padding-bottom: 40px;
}

.inblock-title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
}

.select-container {
	position: relative;
	width: 100%;
}

.select-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	border: 1px solid rgba(235, 236, 237, 1);
	border-radius: 32px;
	padding: 16px 24px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	position: relative;
}

.select-top * {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
}

.select-top:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	border-radius: 32px;
}

.select-top__text {
	color: rgba(18, 21, 23, 1);
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: none;
}


.select-top__text--active { display: block; }

.select-top__price {
	color: rgba(18, 21, 23, 0.5);
}

.select-top__img {
	width: 44px;
	height: 24px;
	-o-object-fit: contain;
	   object-fit: contain;
	display: none;
}

.select-top__img--active {
	display: block;
}

.empty-img {
	font-family: 'Material Symbols Outlined';
	display: none;
	font-size: 30px;
	color: rgba(18, 21, 23, 0.3);
}

.empty-img--active {
	display: block;
}


.select-container label{
	display: block;
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.01em;
	margin: 20px 0 10px 0;
	
}

.select-window {
	border: 1px solid rgba(235, 236, 237, 1);
	background: #fff;
	border-radius: 32px;
	padding: 8px 0;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	left: 0; right: 0;
	width: 100%;
	top: 90px;
	z-index: 10;
}

.select-list {
	max-height: 400px;
    overflow: scroll;
}

.select-window--active {
	visibility: visible;
}

.select-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px 24px;
	gap: 10px;
	position: relative;
}

.select-list__item:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; right: 0;
}

.select-list__item:hover {
	background: rgba(0,0,0,.07);
	cursor: pointer;
}

.select-window * {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
}

.select-window__cancel-button {
	border: none;
	background: transparent;
	outline: none;
	cursor: pointer;
	padding: 16px 24px;
	width: 100%;
	text-align: left;


}

.select-list__name {
	color: rgba(18, 21, 23, 1);
	width: 55%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.select-list__price {
	color: rgba(18, 21, 23, 0.5);
	margin-left: auto;
}

.select-list__item img {
	width: 44px;
	height: 24px;
	max-width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.select-arrow {
	font-family: 'Material symbols outlined';
	margin-left: auto;
	font-size: 20px;
}

.select-arrow--active {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.calculator-inone {
	margin-top: 0;
}

.tn2 {
	top: 134px;
}

.other-options {
	margin-top: 40px;
}

.other-options__title {
	margin-bottom: 20px;
}

.other-options-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

.other-options__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

.other-options__item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}

.other-options__checkbox {
	font-family: 'Material symbols outlined';
	display: block;
	width: 28px;
	height: 28px;
	background: rgba(245, 245, 245, 1);
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.icheckbox:checked ~ label .other-options__checkbox:before {
	content: 'check';
	font-size: 24px;
}

.other-options__text {
	font-family: 'GolosUI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);

}


.category-link {
	display: block;
	text-decoration: none;
}



.pa-right .pa-right-q:last-child {
	display: none;
}

.without-attr {
	display: block;
	margin-top: 30px;

}




/* WP STYLES */

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.wc_payment_methods,
.customer_details,
.main-btn.cart__btn {
	display: none !important;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid rgba(235, 236, 237, 1);
	font-family: 'GolosUI', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
	padding: 20px 24px;
	border-radius: 34px;
}

.remove-cart_abs {
	position: absolute;
	top: 10px;
	right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}


.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}

.woocommerce form .form-row .required {
	display: none;
}

.slick-track {
	float: left;
/*	display: flex;*/
}


.product__page,
.useful-article__page,
.shopping-cart__page  {
	padding-bottom: 60px !important;
}

.more-articles__container {
	margin-bottom: 60px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

/*
.slick-slide > div {height: 100%;}
.promo-slide {height: 100%;}
*/
.catalog-title {
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: rgba(18, 21, 23, 1);
	margin: 20px 0 10px 0;
	display: block;
	text-decoration: none;
}



/* Mobile Menu */

.mobile-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	background: #F5F5F5;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 99;
}

.header-mobile--active {
	z-index: 100 !important;
}

.mobile-menu--active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.mobile-menu__ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
}

.mobile-menu__phone {
	margin-top: 40px;
}

.mobile-menu__email {
	margin-top: 20px;
}

.mobile-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	text-decoration: none;
	color: #121517;
}

.entry-header,
.entry-footer,
.comments-area {
	display: none;
}

.woocommerce-input-wrapper input {
	border: 1px solid rgba(235, 236, 237, 1);
    font-family: 'GolosUI', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    padding: 20px 24px;
    border-radius: 34px;
}

.woocommerce-billing-fields__field-wrapper abbr {
	display: none;
}


.wpcf7 form.sent .wpcf7-response-output {
	border-radius: 20px;
}

.cookie {
	position: fixed;
	bottom: 100000px;
	-webkit-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
	background: #121517;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 24px;
	padding: 22px;
	padding-right: 28px;
	gap: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: .95;
	z-index: 999;
}

.cookie--show {
	bottom: 24px;
}

.cookie__title {
	font-family: "GolosUI", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
	letter-spacing: -0.01em;
	color: #121517;
}

.cookie__button {
	background: #121517;
	color: #fff;
	padding: 10px 32px;
}

.cookie__button:hover {
	background: #000;
	color: rgba(255, 255, 255, .7);
}


/* LOADER */

.loader {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  background: rgba(0, 0, 0, .5);
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
} 


.header-menu__item {
	position: relative;
}

.headersub-menu {
	position: absolute;
	border-radius: 24px;
	padding: 20px;
	width: 360px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 30px;
	z-index: 9;
	margin-top: 10px;
	background-color: #fff;
	border: 1px dotted rgba(0, 0, 0, .5);
	overflow: hidden;
}


.headersub-menu--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bg-77 {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: 8;
}

.bg-77 img {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}



.headersub-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #1F2426;
	z-index: 9;
}

.headersub-menu__topspan,
.heasersub-menu__downspan  {
	font-family: 'Mont', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.heasersub-menu__downspan {
	font-size: 12px;
	opacity: .5;
	margin-top: 10px;
}



.headersub-menu__link {
	font-family: 'GolosUI', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #8D8D8D;
	padding-bottom: 2px;
	font-size: 18px;
	display: inline-block;
	width: auto;
	color: #1F2426;

}


.product-preview,
.product-preview__images {
	position: relative;
}

.preview-arrow {
	position: absolute;
	background: transparent;
	outline: none;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.preview-arrow:hover {
	opacity: 1;
}


.preview-arrow-l {
	left: -30px;
}

.preview-arrow-r {
	right: -30px;
}

.idisabled {
	opacity: .5;
}

.woocommerce-info {
    border-top-color: rgba(18, 21, 23, 1);
}

.woocommerce-info::before {
	color: rgba(18, 21, 23, 1);
}

.return-to-shop {
	display: none;
}

/*.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0; right: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 900999;
}

.loading.loaded {
	display: none;
}

.loading-text {
	font-family: 'Mont', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: rgba(18, 21, 23, 1);
}*/


.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
}

.loading.loaded {
	display: none;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-family: 'Quattrocento Sans', sans-serif;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(8) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(9) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

.calc-popup .order-create--active{
	margin: 10px;
    margin-right: 4px;
}


.extra-category__card {
	background: #121517;
	border-radius: 24px;
	padding: 28px;
	display: flex;
	flex-direction: column;
}

.extra-card__img {
	width: 100%;
	height: 184px;
	text-decoration: none;
}

.extra-card__img img {
	width: 100%;
	height: 184px;
	border-radius: 12px;
}

.extra-card__title {
	color: #fff;
	text-decoration: none;
	font-family: 'Mont', sans-serif;
	font-size: 20px;
	margin-top: 15px;
}

.extra-card__p-desc {
	font-family: 'Golos UI', sans-serif;
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
	flex-grow: 1;
	margin-top: 10px;
}

.extra-card__title:hover {
	text-decoration: underline;
}

.extra-card__button {
	display: flex;
	justify-content: space-between;
	padding: 21px 27px;
	border-radius: 24px;
	margin-top: 20px;
}

.preview-container {
	display: flex;
/*	width: 56px;*/
    gap: 2px;
    position: relative;
}

.preview-images {
	overflow-x: hidden;
	width: 60px;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.ppI--active {
	display: flex;
}

.ppI--hide {
	display: none;
}

.cookie-close {
	user-select: none;
	cursor: pointer;
	position: absolute;
	right: 14px;
    top: 6px;
}

.product-buy__nav {
	border: 1px solid #1F2426;
	border-radius: 24px;
	padding: 8px;
	display: flex;
	gap: 6px;
	justify-content: space-between;
	align-items: center;
	width: 132px;
}

.product-buy__minus,
.product-buy__plus {
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

.product-buy__count {
	font-family: 'GolosUI', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
	letter-spacing: -0.01em;
	text-align: center;

}


.header-fixed {
	position: fixed;
	top: 0;
	left: 0; right: 0;
	width: 100%;
	background: rgba(245, 245, 245, 1);
	border-bottom: 1px solid rgba(235, 236, 237, 1);
	z-index: 50;
	padding-left: 7.8%;
	padding-right: 7.8%;
	animation: 1s fadeWelcome;
}

.header-mobile-fixed {
	position: fixed;
	top: 0;
	left: 0; right: 0;
	width: 100%;
	animation: 1s fadeWelcome;
}



@keyframes fadeWelcome {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 100%;
	}
}


.hidden-blocks {
	display: none;
}