/* --- TIMER --- */

html, body {
    scroll-behavior: smooth;
}

#catalog {
    scroll-margin-top: 100px;
}

.menu-top .promo {
	display: block;
    background: #fede7b !important; 
    color: #000000 !important; 
/*  padding: unset !important;*/
/*	padding: 20px !important;*/
	padding: 8px !important;
    font: unset !important; 
    letter-spacing: unset !important; 
	cursor: pointer;
	transition: all 0.75s;
}

.menu-top .promo:hover {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
     box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	text-decoration: unset;
}

.menu-top .promo .container {
	display: block;
}

.promo-timer__wrapper {
	display: flex;
	align-items: center;
/*	padding: 20px;*/
	max-width: ;
	margin: 0 auto;
}

#clock {
	display: flex;
/*	gap: 24px;*/
	gap: 16px;
}

.timer__inner {
	display: flex;
	align-items: center;
/*	gap: 8px;*/
	gap: 5px;
}

#day, #hour, #min, #sec {
	display: flex;
	gap: 5px;
}

.timer__wrapper-description {
	max-width: 310px;
	font-family: "Noto Sans", Arial, sans-serif;
/*	font-size: 24px;*/
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	color: #2d313d;
}

.timer__wrapper-important {
	font-weight: 700;
}

.timer__wrapper-subscription {
	max-width: 110px;
/*	margin-right: 24px;*/
/*	margin-right: 16px;*/
	margin-right: 0;
	font-family: Arial, sans-serif;
/*	font-size: 16px;*/
/*	font-size: 15px;*/
	font-size: 14px;
	font-weight: 400;
/*	line-height: 23px;*/
	line-height: 20px;
}

.day__inner, .hour__inner, 
.min__inner, .sec__inner {
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 3px 4px;
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0.04em;
	background-color: #eeeeee;
	border-radius: 2px;
}

.countdownHolder {
	width: auto !important;
	font: unset !important;
	text-align: unset !important;
	letter-spacing: unset !important;
}

#countdown .position {
/*	width: 32px;*/
	width: 24px;
/*	height: 48px;*/
	height: 36px;
	background-color: transparent;
	
}

#countdown .digit {
	display: flex;
	justify-content: center;
	align-content: center;
/*	width: 32px;*/
	width: 24px;
/*	height: 48px;*/
	height: 36px;
	padding: 3px 4px;
	font-family: Arial, sans-serif;
/*	font-size: 40px;*/
	font-size: 30px;
	font-weight: 400;
/*	line-height: 48px;*/
	line-height: 32px;
	letter-spacing: 0.04em;
	color: #000000;
	background-image: unset;
	background-color: #eeeeee;
	border-radius: 2px;
}

#countdown .countDiv {
	position: relative;
/*    top: -19px;*/
    top: -14px;
	width: auto;
	height: auto;
	padding-left: 8px;
	padding-right: 24px;
}

.countDiv:before, 
.countDiv:after {
	display: none;
}

#countdown .countDiv:last-child {
	padding-right: 0;
}

.met-stellagi {
/*    margin-top: 80px !important;*/
    margin-top: 60px !important;
}


@media (max-width: 1024px) {
	
	#countdown .countDiv {
		padding-left: 8px;
		padding-right: 16px;
	}
	
}


@media (max-width: 1023px) {
	
	.promo-timer__wrapper {
		flex-direction: column;
	}
	
	.timer__wrapper-description {
		max-width: unset;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
	
	.timer__wrapper-subscription {
		max-width: unset;
		margin-right: unset;
/*		margin-top: 14px;*/
		margin-top: 5px;
/*		margin-bottom: 14px;*/
		margin-bottom: 5px;
		text-align: center;
		font-size: 14px;
		line-height: 18px;
	}
	
	.countdownHolder {
		position: relative;
		display: flex;
    	gap: 10px;
	}
	
	#countdown .countDiv {
		position: absolute;
		padding: 0;
	}
	
	.countDiv.countDiv0, 
	.countDiv.countDiv1, 
	.countDiv.countDiv2 {
/*		top: 90% !important;*/
		top: 75% !important;
		text-align: center;
		font-size: 12px;
	}
	
	.countDiv.countDiv0 {
		left: 7%;
	}
	
	.countDiv.countDiv1 {
		left: 0%;
		right: 0%;
	}
	
	.countDiv.countDiv2 {
		right: 2%;
	}
	
	.countSeconds {
		display: none;
	}
	
	.countDiv.countDiv3 {
		display: none;
	}
	
	#countdown .position {
		width: 18px;
		height: 30px;
	}
	
	#countdown .digit {
		width: 18px;
		height: 30px;
		font-size: 24px;
		line-height: 26px;
	}
	
}


@media (max-width: 992px) {
	
	.met-stellagi {
		margin-top: 70px !important;
	}
	
}


@media (max-width: 767px) {
	
	.met-stellagi h1 {
		font-size: 32px !important;
		padding: 50px 0 1rem 1rem !important;
	}
	
	.menu-top .promo {
		padding: 0px 8px 4px !important;
	}
	
	.timer__wrapper-description {
		font-size: 14px;
		line-height: 18px;
	}
	
	.timer__wrapper-subscription {
		margin-top: 0;
		margin-bottom: 2px;
		font-size: 12px;
		line-height: 16px;
	}
	
	#countdown .position {
		width: 16px;
		height: 24px;
	}

	#countdown .digit {
		width: 16px;
		height: 24px;
		font-size: 20px;
		line-height: 20px;
	}
	
	.countDiv.countDiv0, .countDiv.countDiv1, .countDiv.countDiv2 {
		font-size: 10px;
		line-height: 1;
	}
	
	.menu-top .promo .container > div {
		padding: 0;
	}
	
	.met-stellagi {
		margin-top: 50px !important;
	}
		
}


@media (max-width: 414px) {

	.met-stellagi {
/*		margin-top: 190px !important;*/
	}
	
	.met-stellagi h1 {
		padding: 25px 0 1rem 1rem !important;
	}

}


@media (max-width: 320px) {

	.met-stellagi {
		margin-top: 80px !important;
	}
	
}

/* --- /TIMER --- */


/* --- PRICE --- */

.promotion__banner {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 8px;
	margin-top: 12px;
	background: #09fb35;
	border-radius: 8px;
}

.promotion__banner-price {
	gap: 4px;
	padding: 4px;
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.04em;
	color: #ffffff;
	background: #c83130;
	border-radius: 4px;
}

.promotion__banner-text {
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.04em;
	color: #3d4158;
}

.promotion__banner-icon {
	flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url("/images/promotion-info.svg");
    background-repeat: no-repeat;
    background-size: cover;
	cursor: pointer;
}

.promotion__banner-important {
	text-transform: uppercase;
}


@media (max-width: 767px) {
	
	.promotion__banner {
		margin-bottom: 12px;
	}
	
}

/* --- /PRICE --- */


/* --- TOOLTIPS --- */

.promotion__banner-tooltip {
  position: relative;
  display: inline-block;
}

.promotion__banner-tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 10%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

/*
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
*/

.promotion__banner-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



@media (max-width: 1023px) {

	.promotion__banner-tooltip .tooltiptext {
		left: -100%;
		top: unset;
		bottom: 140%;
	}
	
}

@media (max-width: 767px) {

	.promotion__banner-tooltip .tooltiptext {
		left: -600%;
	}
	
}

/* --- /TOOLTIPS --- */



/*
.non-active {
	display: none !important;
}

.active {
	display: block !important;
}

.active_flex {
	display: flex !important;
}
*/

.promotion__buttons {
	display: flex;
	flex-direction: row-reverse;
	gap: 4px;
}


.promotion__buttons .btn-local.btn-green-local.btn-order {
	flex-basis: 66%;
	font-family: "Noto Sans";
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.02em;
}

.promotion__buttons .btn-local.btn-green-local.add-btn {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-basis: 33%;
	font-family: "Noto Sans";
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #FF8000 !important;
	background-color: transparent !important;
	border: 1px solid #FF8000;
}

.filter-result.fix .promotion__banner {
        margin-bottom: 0;
}


@media (max-width: 1023px) {
	
	.promotion__buttons {
		flex-direction: column;
	}
	
	.promotion__buttons .btn-local.btn-green-local.btn-order, 
	.promotion__buttons .btn-local.btn-green-local.add-btn {
		flex-basis: unset;
	}
}



/* --- NEW FORM --- */

.request.request-tb {
    padding: 80px 0 40px 0;
}

.met-stellagi .request {
	margin-top: 75px;
    padding: 0;
	background-color: transparent;
}

.met-stellagi .request .container {
	display: flex;
	align-items: center;
/*	gap: 10px;*/
	padding: 20px 28px;
	background-color: #ffffff;
	border-radius: 20px;
}

.met-stellagi .request .head {
	width: auto;
	padding-right: unset;
    font-size: 18px;
	font-weight: 600;
    line-height: 24px;
    color: #2d313d;
}

.met-stellagi .request .request-form {
	display: flex;
	justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.met-stellagi .request input {
	height: 48px !important;
/*	border-bottom: unset !important;*/
	border: 1px solid #d7dbe3 !important;
}

.met-stellagi .request input::placeholder {
	color: #adadad;
}

.met-stellagi .request .icon {
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
    height: 20px;
    background-position: center;
}

.met-stellagi .request .icon-user {
	background-image: url("/images/form-icon_user-light.svg");
}

.met-stellagi .request .icon-mobile {
	background-image: url("/images/form-icon_phone.svg");
}

.met-stellagi .request .b-form-submit {
    height: 48px;
	width: unset;
}

.met-stellagi .request .btn-local {
	margin: 0;
	margin-right: -10px;
	line-height: 48px;
}

.met-stellagi {
	background-position: 76% 40%;
}

.met-stellagi .request .small-dialog {
	color: #ff8000;
}

.met-stellagi .request .form-group {
	display: none;
}


@media (max-width: 1600px) {
	
	.met-stellagi {
		background-position: 92% 40%;
	}
	
}


@media (max-width: 1350px) {
	
	.met-stellagi {
		background-position: 140% 40%;
	}
	
}

@media (max-width: 1280px) {
	
	.met-stellagi {
		background-position: 110% 40%;
	}
	
}


@media (max-width: 1024px) {

	.met-stellagi {
		background-position: 120% 45%;
	}
	
	.met-stellagi .request .container {
		flex-direction: column;
		width: 75%;		
	}
	
	.met-stellagi .request .request-form {
		flex-direction: column;
	}
	
	.met-stellagi .request .head {
		margin-bottom: 20px;
	}
	
}


@media (max-width: 992px) {

	.met-stellagi {
		height: 1000px;
	}
	
}


@media (max-width: 991px) {
	
	.met-stellagi .request .btn-local {
		width: 190px;
	}
	
	.met-stellagi .request .head {
		padding: 0;
	}
	
	.request .request-form .fieldset {
		margin: 0;
	}
}


@media (max-width: 767px) {

	.met-stellagi {
		background-position: 120% 80%;
	}
	
	.met-stellagi .request {
		margin-top: 170px;
	}
	
	.met-stellagi .request .b-form-submit {
		width: 100%;
	}
	
	.met-stellagi .request .btn-local {
		width: 100%;
	}
	
}


@media (max-width: 680px) {
	
	.met-stellagi {
		height: 1150px;
	}

	.met-stellagi .request {
		margin-top: 270px;
	}
	
}


@media (max-width: 540px) {
	
	.met-stellagi {
		background-position: 90% 60%;
	}

	.met-stellagi .request {
		margin-top: 390px;
	}
	
}


@media (max-width: 430px) {
	
	.met-stellagi {
		background-position: 60% 60%;
	}
	
}


@media (max-width: 360px) {

	.met-stellagi .request .container {
		width: 95%;
	}

	.met-stellagi .request {
		margin-top: 380px;
	}
	
}

/* --- /NEW FORM --- */



/* --- PAYMENT & DELIVERY --- */

.payment-wrapper {
	margin-bottom: 8px;
/*	padding: 10px 18px;*/
	padding: 10px 17px;
	border: 1px solid #d7dbe3;
}

.payment-inner {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 10px;
}

.payment-wrapper__title {
	font-family: "Cuprum", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	color: #161923;
}

.payment-wrapper__current {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-bottom: 1px dashed #ffaa00;
	font-family: "Cuprum", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	cursor: pointer;
}

.payment-wrapper__current-icon {
	transition: all 0.25s;
}

.payment-wrapper__current.active .payment-wrapper__current-icon {
	transform: rotate(180deg);
}

.payment-wrapper__options-wrapper {
	position: relative;
/*	margin-bottom: 18px;*/
	margin-bottom: 10px;
	color: #ffaa00;
}

.payment-wrapper__options {
	position: absolute;
	top: 120%;
	min-width: 200px;
	display: none;
	padding: 10px;
	flex-direction: column;
	gap: 5px;
	background-color: #ffffff;
	border: 1px solid #ffaa00;
}

.payment-wrapper__options.active {
	display: flex;
}

.payment-wrapper__option {
	padding: 5px;
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
}

.payment-wrapper__option:hover {
	color: #ffaa00;
}

.payment-wrapper__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.payment-wrapper__list-item {
	display: flex;
	align-items: center;
	gap: 5px;
/*	margin-bottom: 15px;*/
/*	margin-bottom: 5px;*/
/*	font-size: 15px;*/
	font-size: 12px;
	font-weight: 400;
/*	line-height: 19px;*/
	line-height: 16px;
	color: #161923;
}

.payment-wrapper__list-item:nth-child(1), 
.payment-wrapper__list-item:nth-child(3) {
	flex-basis: calc(43% - 4px);
}

.payment-wrapper__list-item:nth-child(2), 
.payment-wrapper__list-item:nth-child(4) {
	flex-basis: calc(57% - 4px);
}

.payment-wrapper__list-item:last-child {
/*	margin-bottom: 0;*/
}

@media(max-width: 819px) {
	
	.payment-inner {
		flex-direction: column;
		gap: 4px;
	}
	
}


@media(max-width: 767px) {
	
	.payment-wrapper {
		margin-bottom: 0;
	}
	
	.payment-wrapper__list {
		gap: 10px;
	}
	
	.payment-wrapper__list-item {
		flex-basis: 100% !important;
	}
	
}

/* --- /PAYMENT & DELIVERY --- */


/*
.filter-bar-label_perforation {
	transform: translateY(45%);
}
*/

.filter-bar-wrap .filter-bar-label {
	padding-left: 10px;
}


.met-stellagi .request .b-form-submit {
	min-width: 190px;
}

.met-stellagi .small-dialog {
	line-height: 40px;
}



@media(max-width: 767px) {	
	#catalog_tabs .tab-link:nth-child(2) {
		background-image: unset !important;
		background-position: center center !important;
		background-size: 30px 30px !important;
	}
	
	#catalog_tabs .tab-link:nth-child(2)::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		left: 50%;
		display: block;
		width: 30px;
		height: 30px;
		background-image: url("/images/video-black.png") !important;
		background-repeat: no-repeat;
	}
}


@media(max-width: 430px) {	
	#catalog_tabs .tab-link:nth-child(2)::before {
		left: 54%;
		background-position: center center;
        background-size: contain;
	}
}


@media(max-width: 375px) {	
	#catalog_tabs .tab-link:nth-child(2)::before {
		left: 55%;
		width: 25px;
        height: 25px;
	}
}


@media(max-width: 320px) {
	#catalog_tabs .tab-link:nth-child(2) {
		background-size: 15px 15px !important;
	}
	
	#catalog_tabs .tab-link:nth-child(2).current::before {
		width: 20px;
		height: 20px;
	}
}

/* --- 11/11 7 WEEKS --- */

.met-stellagi {
    background: #2D313D url(/images/web-banner-robot.jpg) no-repeat 76% 20%; /*88% 50%* 76% 50% */
}



@media (max-width: 1350px) {
    .met-stellagi {
/*        background-position: 100% 40%;*/
        background-position: 100% 20%;
    }
}


@media (max-width: 1180px) {
    .met-stellagi {
		background-size: 70%;
    }
}


@media (max-width: 1024px) {
	.met-stellagi {
/*		background-position: 120% 25%;*/
		background-position: 100% 15%;
	}
}


@media (max-width: 992px) {
    .met-stellagi {
/*        background-position: 150% 25%;*/
/*        background-position: 120% 15%;*/
    }
}


@media (max-width: 930px) {
    .met-stellagi {
/*        background-position: 150% 25%;*/
/*        background-position: 140% 15%;*/
    }
}


@media (max-width: 910px) {
    .met-stellagi {
/*        background-position: 150% 25%;*/
/*        background-position: 160% 15%;*/
    }
}


@media (max-width: 860px) {
    .met-stellagi {
/*        background-position: 170% 25%;*/
    }
}


@media (max-width: 840px) {
    .met-stellagi {
/*        background-position: 190% 25%;*/
    }
}


@media (max-width: 820px) {
	.met-stellagi {
/*		background-position: 200% 25%;*/
	}
}

@media (max-width: 819px) {
	.met-stellagi {
/*		background-position: 180% 25%;*/
		background-position: 150% 25%;
		background-size: 80%;
	}
}


@media (max-width: 780px) {
    .met-stellagi {
/*        background-position: 160% 25%;*/
/*        background-size: 75%;*/
    }
}


@media (max-width: 768px) {
	.banner-advantages-list {
		font-size: 4rem;
	}

	.met-stellagi {
		background-position: 230% 25%;
		background-size: 670px auto;
	}
}


@media (max-width: 767px) {
	.met-stellagi {
		height: 900px;
/*		background-position: 180% 17%;*/
		background-position: 140% 17%;
		background-size: 80%;
	}
	
	.met-stellagi .request {
		margin-top: 50px;
	}
}


@media (max-width: 680px) {
	.met-stellagi {
		height: 1200px;
	}

/*
	.met-stellagi {
		background-position: 50% 60%;
	}
*/
	
	.met-stellagi {
		background-position: 100% 55%;
		background-size: 100%;
	}

	.met-stellagi .request {
		margin-top: 370px;
	}
}


@media (max-width: 540px) {
	.banner-advantages-list {
        font-size: 3rem;
        line-height: 3.5rem;
    }
	
	.met-stellagi {
		background-size: 670px auto;
/*		background-position: 50% 55%;*/
		background-position: 90% 55%;
	}

	.met-stellagi .request {
		margin-top: 470px;
	}
}


@media (max-width: 480px) {
	.met-stellagi {
/*		background-position: 45% 53%;*/
		background-position: 80% 53%;
	}

	.met-stellagi .request {
		margin-top: 450px;
	}
}


@media (max-width: 430px) {
	.met-stellagi {
/*		background-position: 46% 55%;*/
		background-position: 70% 55%;
	}

	.met-stellagi .request {
		margin-top: 438px;
	}
}


@media (max-width: 414px) {
	.met-stellagi {
/*		background-position: 46% 53%;*/
		background-position: 70% 53%;
	}
}


@media (max-width: 390px) {
	.met-stellagi {
		background-size: 150%;
/*		background-position: 45% 52%;*/
		background-position: 80% 52%;
	}
	
	.met-stellagi .request {
		margin-top: 420px;
	}
}


@media (max-width: 375px) {
	.met-stellagi {
/*		background-position: 45% 55%;*/
		background-position: 75% 54%;
	}
}


@media (max-width: 320px) {
	.met-stellagi .request {
		margin-top: 380px;
	}
}
/* */



[data-tab="tab-step-1"] .catalog-tabs-title, 
[data-tab="tab-step-2"] .catalog-tabs-title {
	position: relative;
}

[data-tab="tab-step-1"] .catalog-tabs-title::before, 
[data-tab="tab-step-2"] .catalog-tabs-title::before {
    position: absolute;
    bottom: calc(100% + 5px);
    font-family: "Cuprum", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #ff8000;
    text-transform: uppercase;
	border-radius: 1000px;
}


[data-tab="tab-step-1"]:not(.current) .catalog-tabs-title::before, 
[data-tab="tab-step-2"]:not(.current) .catalog-tabs-title::before {
	padding: 5px 10px;
	background-color: #f4f4f4;
}

/* .catalog .catalog-tabs-list #catalog_tabs .tab-link:not([data-tab="tab-step-3"]) .catalog-tabs-top .catalog-tabs-img img { */
	/*object-fit: unset;*/
/* } */

.catalog .catalog-tabs-list #catalog_tabs .tab-link:not([data-tab="tab-step-3"]) .catalog-tabs-top .catalog-tabs-img {
    /*background: linear-gradient(180deg, #FFB76D 0%, #FF860D 100%);*/
}

.catalog .catalog-tabs-list #catalog_tabs .tab-link[data-tab="tab-step-2"] .catalog-tabs-top .catalog-tabs-img img {
    bottom: -20px;
}

.catalog .catalog-tabs-list #catalog_tabs .tab-link[data-tab="tab-step-3"] .catalog-tabs-top .catalog-tabs-img img {
/*    bottom: -5px;*/
    bottom: -40px;
}

.catalog-tabs-info {
	position: relative;
}

.catalog-tabs-info::before {
	content: "Распродажа";
	position: absolute;
	top: 5px;
	display: block;
	padding: 5px 10px;
	font-family: "Cuprum";
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ff8000;
	background-color: #f4f4f4;
	border-radius: 1000px;
}

.tab-link.current .catalog-tabs-info::before {
	padding: 5px 0;
	background-color: transparent;
}

.tab-link[data-tab="tab-step-3"] .catalog-tabs-info::before {
	display: none;
}


@media (max-width: 1100px) {
    #catalog_tabs .catalog-tabs-info {
        padding-top: 20px !important;
    }
	
	[data-tab="tab-step-1"] .catalog-tabs-title::before, 
	[data-tab="tab-step-2"] .catalog-tabs-title::before {
		bottom: calc(80% + 5px);
	}
}


@media (max-width: 767px) {
	.catalog-tabs-info::before {
		display: none;
	}
	
	#catalog_tabs [data-tab="tab-step-1"] .catalog-tabs-title, 
	#catalog_tabs [data-tab="tab-step-2"] .catalog-tabs-title {
		padding-bottom: 5px !important;
/*		padding-top: 20px !important;*/
		padding-top: 0 !important;
	}
	
	[data-tab="tab-step-1"] .catalog-tabs-title::before, 
	[data-tab="tab-step-2"] .catalog-tabs-title::before {
/*		display: none;*/
		color: #ffffff;
		bottom: calc(50% + 5px);
	}
	
	[data-tab="tab-step-1"]:not(.current) .catalog-tabs-title::before, 
	[data-tab="tab-step-2"]:not(.current) .catalog-tabs-title::before {
		padding: unset;
    	background-color: unset;
	}
	
	#catalog_tabs .catalog-tabs-info {
        padding-top: 0 !important;
    }
	
	#catalog_tabs [data-tab="tab-step-1"] .catalog-tabs-info .price, 
	#catalog_tabs [data-tab="tab-step-2"] .catalog-tabs-info .price {
/*		padding-top: 15px;*/
		padding-top: 7px;
	}
}
/* */



/* --- CARDS BACKGROUNDs --- */
/* #catalog_tabs [data-tab="tab-step-1"] .catalog-tabs-img img, 
#catalog_tabs [data-tab="tab-step-2"] .catalog-tabs-img img {
    transform: none !important;
    top: 0px !important;
    width: 109% !important;
    max-width: 103% !important;
    height: 100% !important;
    margin-left: -2% !important;
} */

.catalog .catalog-tabs-list #catalog_tabs .tab-link {
    background: #ffffff;
}

#catalog_tabs .stiker_discount.stiker_mid {
	background-color: #ff8000;
}


@media (max-width: 767px) {
	.catalog .catalog-tabs-list #catalog_tabs .tab-link {
		min-height: 100px;
	}
	
	.tab-link[data-tab="tab-step-1"]::after, 
	.tab-link[data-tab="tab-step-2"]::after {
		content: "";
		position: absolute;
		display: block;
		height: 100%;
		background-color: #ff8000;
		width: 160px;
		z-index: 0;
		margin-left: -5px;
		border-radius: 0 1000px 1000px 0;
	} 

	.tab-link[data-tab="tab-step-2"]::after {
		width: 180px;
	}

	.catalog .catalog-tabs-list #catalog_tabs .tab-link .catalog-tabs-info {
		position: relative;
		z-index: 1000;
	}

	#catalog_tabs .tab-link[data-tab="tab-step-1"] .catalog-tabs-title, 
	#catalog_tabs .tab-link[data-tab="tab-step-2"] .catalog-tabs-title, 
	#catalog_tabs .tab-link[data-tab="tab-step-1"].current .catalog-tabs-title, 
	#catalog_tabs .tab-link[data-tab="tab-step-2"].current .catalog-tabs-title {
		color: #ffffff !important;
	}

	.catalog .catalog-tabs-list #catalog_tabs .tab-link[data-tab="tab-step-1"] .catalog-tabs-info .heaver, 
	.catalog .catalog-tabs-list #catalog_tabs .tab-link[data-tab="tab-step-2"] .catalog-tabs-info .heaver{
		color: #ffffff !important;
	}
	
	#catalog_tabs .stiker_discount.stiker_mid {
		background-color: #fbbf44;
	}
}

.menu-top {
    z-index: 10000 !important;
}

.mobile-nav {
    z-index: 15000;
}


@media (max-width: 360px) {
	.tab-link .catalog-tabs-info .price {
		display: flex;
		flex-direction: column;
	}
	
	#catalog_tabs [data-tab="tab-step-1"] .catalog-tabs-info .price, 
	#catalog_tabs [data-tab="tab-step-2"] .catalog-tabs-info .price {
		padding-top: 5px;
	}
	
	#catalog_tabs [data-tab="tab-step-3"] .catalog-tabs-info .price {
		padding-top: 0;
    	margin-top: -7px;
	}
}
/* */

.catalog-tabs-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	background: linear-gradient(to bottom, #FFB569, #FF870F);
}

.tab-link[data-tab="tab-step-3"] .catalog-tabs-img img {
	background: unset;
}



/* --- ВЫБОР ЦВЕТА СТОЕК --- */
.color-select {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.color-select__sample {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	box-shadow: 0px 2px 4px 0 #00000040;
}

.select__sample_blue {
	background-color: #0004ff;
}

.select__sample_gray {
	background-color: #d9d9d9;
}

.color-select__icon {
	max-width: 18px;
	max-height: 18px;
}

.color-select div:not(.color-select__info):hover {
	background: unset;
	border-radius: 2px;
}

.color-select .color-select__sample.select__sample_blue:hover {
	background: #0004ff;
}

.color-select .color-select__sample.select__sample_gray:hover {
	background: #d9d9d9;
}

.color-select__warning {
	display: none;
	padding-left: 10px;
	margin: 8px 0 20px;
	font-family: 'Noto Sans', sans-serif;
/*	font-size: 12px;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #ed5756;
	transform: translateY(15px);
}

.color-select__warning.active {
	display: block;
}

.color-select__info {
	position: absolute;
	top: 110%;
	left: -40%;
	z-index: 1000;
	display: none;
	min-width: 350px;
	color: #161923;
	background-color: #f4f4f4;
	box-shadow: 0 4px 18px 0 #0000001a;
	transition: all 0.5s;
	
	padding: 20px 25px;
	background-color: #f4f4f4;
}

.color-select__info p {
	font-family: 'Cuprum', sans-serif;
/*	font-size: 24px;*/
	font-size: 20px;
	font-weight: 400;
/*	line-height: 32px;*/
	line-height: 28px;
	color: inherit;
}

.color-select__info .color-select__info-subtitle {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.color-select__info img {
	max-height: 250px;
}

.color-select:hover > .color-select__info {
	display: block;
	padding: 20px 25px;
	background-color: #f4f4f4;
/*	opacity: 1;*/
}



@media(max-width: 1024px) {	
/*
	.color-select__info {
		display: none;
	}
*/
	.color-select__info {
		padding: 5px 25px;
	}
	
	.color-select__info.color-show-info {
		display: block;
	}

	.color-select:hover > .color-select__info {
		display: none;
	}
	
	.color-select.active:hover > .color-select__info.color-show-info {
		display: block;
	}
	
	.color-select:hover > .color-select__info {
		padding: 5px 25px;
	}

	.color-select__info img {
		max-height: 250px;
		max-height: 180px;
		display: block;
		margin: 0 auto;
	}
}
/* /1024px */



@media(max-width: 767px) {
	.color-select[data-color="gray"] .color-select__info {
		left: -20%;
	}
	
	.color-select[data-color="blue"] .color-select__info {
		left: -60%;
	}
}
/* /767px */


@media(max-width: 390px) {
	.color-select[data-color="gray"] .color-select__info {
		left: 0;
	}
	
	.color-select[data-color="blue"] .color-select__info {
		left: -100%;
	}
}
/* / 390px */



@media (max-width: 320px) {
    .color-select:hover > .color-select__info {
        padding: 5px 35px;
    }
}
/* / 320px */

/* --- /ВЫБОР ЦВЕТА СТОЕК --- */



/* --- ЛОГО ПАРТНЁРОВ --- */
#client .client-item__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 20px;
}

#client .client-item__list-item {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: calc((100% - 4*10px) / 5);
	flex-basis: calc((100% - 4*10px) / 5);
	height: 130px;
	margin: unset;
	padding: 5px;
	border: 1px solid #dddddd;
}



@media (max-width: 1024px) {
	
	#client .client-item__list-item {
		max-width: calc((100% - 3*10px) / 4);
		flex-basis: calc((100% - 3*10px) / 4);
	}

}



@media (max-width: 991px) {
	
	#client {
		padding-top: 100px;
	}
	
}



@media (max-width: 819px) {
	
	#client .client-item__list-item {
		max-width: calc((100% - 2*10px) / 3);
		flex-basis: calc((100% - 2*10px) / 3);
	}

}



@media (max-width: 640px) {
	
	#client .client-item__list-item {
		max-width: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
	}

}
/* */