/****************** VAR *******************/
:root {
	--body_bg		:	#fbfbfe;
	
	--text_color	:	#000000;
	--text_color_1	:	#ffffff;
	--text_color_2	:	#8289a3;
	--text_color_3	:	#232d51;
	--text_color_4	:	#b3b9cf;
	--text_color_5	:	#555555;

	--link_color	:	#6992d9;

	--line_color_1	:	#dbdeeb;

	--color_red		:	#F32735;
	--color_red_2	:	#D71A21;
	--color_yellow	:	#ffefc9;
	--color_yellow_2:	#FFD500;
	--color_yellow_3:	#fffbef;
	--color_yellow_4:	#FFC400;
	--color_yellow_5:	#ffdd00;
	--color_grey	:	#b3b9cf;
	--color_grey_2	:	#fafafa;
	--color_grey_3	:	#F5F7FE;
	--color_grey_4	:	#dbdeeb;
	--color_grey_5	:	#333333;
	--color_grey_6	:	#ebebeb;
	--color_grey_8	:	#dbdfec;
	--color_grey_9  :   #e8e8e8;
	--color_green	:	#2FAE3C;
	--color_green_2 :	#3D9A35;
	--color_white	:	#ffffff;
	--footer_bg		:	#232d51;
	--footer_line	:	#4a557d;

	--shadow_1		:	rgba(0,0,0,0.05);
	--shadow_2		:	rgba(105,146,217,0.30);
	--shadow_3		:	rgba(0,0,0,0.16);
	--shadow_popup	:	rgba(35, 45, 81, 0.7);
}
/****************** VAR - END *******************/

/****************** FONTS *******************/
@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: local('Montserrat'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Light.woff2') format('woff2'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: local('Montserrat'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Regular.woff2') format('woff2'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: local('Montserrat'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Medium.woff2') format('woff2'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: local('Montserrat'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Bold.woff2') format('woff2'), url('https://object.pscloud.io/cms/wwwroot/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/****************** FONTS - END *******************/

*{margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, 
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
input, select, textarea, button {font-family: 'Montserrat';-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
textarea{max-width: 100%; min-width: 100%;}
input:focus, select:focus, textarea:focus, button:focus {outline:none;}
button, label {cursor: pointer;user-select: none;}

/****************** GENERAL *******************/

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

body {
	font-size: 13px;
	font-family: 'Montserrat';
	color: var(--text_color);
	background: var(--body_bg);
}
img {max-width: 100%;}
img[src=""] {visibility: hidden;}
iframe, video, object, embed {max-width: 100%;}

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {
	background: var(--color_grey_3);
	transition: all 0.5s ease-in-out;
}
::-webkit-scrollbar-thumb {
	background: var(--color_red_2);
	transition: all 0.5s ease-in-out;
}

.horisontal__noscroll {overflow: auto;white-space: nowrap;}
.horisontal__noscroll::-webkit-scrollbar {width: 5px;height: 0px;}
.horisontal__noscroll::-webkit-scrollbar-track {background: var(--color_grey_3);}
.horisontal__noscroll::-webkit-scrollbar-thumb {background: var(--color_dark_2);}

a {
	color: var(--link_color);
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	text-decoration:none;
	user-select:none;
	cursor: pointer;
}

a svg use {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {color:var(--color_red);text-decoration:none;}

.link__dashed {border-bottom: 1px dashed;}
.link__dashed.active {border-bottom: 1px dashed transparent;color: var(--text_color_5);}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-justify {text-align:justify;}
.font-bold {font-weight:bold;}

.clear {clear: both;}
.container {
	max-width: 1300px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
}
.block_wide {max-width: 1280px;padding-left: 0px;padding-right: 0px;}
.inline_block {display: inline-block;}
.flex__block {
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.easy_hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.required {color: #c90000;}

.drop__menu-block {position: relative;}
.drop__menu-link {position: relative;}
.drop__menu {
    display: none;
    position: absolute;
    box-shadow: 0px 0px 10px 0px var(--shadow_1);
    background: var(--color_white);
    padding: 25px 30px;
    border-radius: 10px;
    transform: translateX(-50%);
    margin-top: 10px;
    z-index: 10;
}
.drop__menu ul {}
.drop__menu ul li {list-style: none;}
.drop__menu ul li+li {margin-top: 15px;}
.drop__menu ul li a {
	white-space: nowrap;
}
.drop__menu ul li a span {vertical-align: middle;display: inline-block;}
.drop__menu ul li a span:first-child:not(:last-child) {width: 20px;margin-right: 5px;text-align: center;line-height: 0px;}

@media screen and (max-width: 767px) {
	.drop__menu {right: 0px;transform: translateX(0%);}
}

.btn:hover {
	-webkit-box-shadow: none;
    box-shadow: none;
}
.btn-wrapper {margin-bottom: 1.5rem;text-align: center;}
.btn {
	text-align: center;
    border-radius: 5px;
	border: 1px solid;
	font-size: 15px;
	background: transparent;
	height: auto;
	line-height: 135%;
	box-shadow: none;
    position: relative;
	cursor: pointer;
    text-decoration: none;
   	padding: 13px 32px;
    display: inline-block;
    font-weight: normal;
    user-select: none;
}
.btn__small {padding: 5px 10px;}
a.btn.btn__red:link,	.btn.btn__red,
a.btn.btn__red:visited,	.btn.btn__red:visited		{
	background-color: var(--color_red_2);border-color: var(--color_red_2);color: var(--text_color_1);
}
a.btn.btn__red:hover, .btn.btn__red:hover, a.btn-link:hover .btn.btn__red {background-color: var(--color_red);border-color: var(--color_red);}
a.btn.btn__red:active, .btn.btn__red:active, a.btn-link:active .btn.btn__red {}
a.btn.btn__red.disabled, .btn.btn__red:disabled, a.btn-link.disabled .btn.btn__red {border-color: var(--color_grey_4);background-color: var(--color_grey_4); cursor:default;opacity: 0.5;}

a.btn.btn__white-red:link, .btn.btn__white-red,
a.btn.btn__white-red:visited, .btn.btn__white-red:visited,
a.btn.btn__white-red.disabled, .btn.btn__white-red:disabled {
	background-color: var(--color_white);
	border-color: var(--line_color_1);
	color: var(--color_red_2);
}

a.btn.btn__white-red:hover, .btn.btn__grey:hover, a.btn-link:hover .btn.btn__grey {
	background-color: var(--color_red_2);
	border-color: var(--color_red_2);
	color: var(--text_color_1);
}

a.btn.btn__white-red:active, .btn.btn__white-red:active {
	background-color: var(--color_red);
	border-color: var(--color_red);
}

a.btn.btn__white-red.disabled, .btn.btn__white-red:disabled {
	cursor: default;
	opacity: 0.5;
}

.btn__block {display: block;width:100%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button.btn__block {width:100%;}

.input__field {margin-bottom: 15px;}
.input__field .input__text {width: 100%;}
.input__text {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 38px;
    background: var(--color_grey_2);
    border: 1px solid var(--color_grey);
    border-radius: 3px;
    padding: 0px 10px;
}

.input__radio {display: none;}
.input__radio+span {
	vertical-align: middle;
	display: inline-block;
	width: 24px;height: 24px;
	background: #fafafa;
	border: 1px solid var(--color_grey);
	border-radius: 50%;position: relative;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.input__radio:checked+span {
	border: 2px solid var(--color_red);
}
.input__radio:checked+span:after {
	content: '';display: block;
	top: 5px;left: 5px;
	width: 10px;height: 10px;
	position: absolute;
	border-radius: 50%;
	background: var(--color_red);
}


.product__availability {
	display: inline-block;font-weight: 500;
	padding: 3px 10px;border-radius: 5px;
	color: var(--text_color_3);
	background: var(--color_yellow);
}

.color__green {color: var(--color_green);}
.color__red {color: var(--color_red);}
.uppercase {text-transform: uppercase;}





.slide__block {display: none;}


.form__label-hover:hover {cursor: pointer;}
.form__section {margin-bottom: 20px;}
.form__section .form__field {margin-bottom: 0;}

.form__block {}
.form__block-item {margin-left: -15px;margin-bottom: 15px;}
.form__block-item>* {vertical-align: middle;margin-left: 15px;}
.form__block-borders {
	border-top: 1px solid var(--line_color_1);
	border-bottom: 1px solid var(--line_color_1);
	padding: 20px 0px;
	text-align: center;
}

.form__field {position: relative;margin-bottom: 20px;}
.form__label {
    position: absolute;
    font-size: 13px;
    color: #959595;
    left: 10px;
    top: 17px;
    padding: 0 5px;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 30px);
    text-overflow: ellipsis;
}
.form__error {
	color: var(--color_red);
	font-size: 11px;
	transition: 0.3s;
	transform: scale(1,0);
	transform-origin: top;
	height: 0;
	overflow: hidden;
}
.form__required {
	color: var(--color_red);
	transition: 0.2s;
}
.form__field .form__input {width: 100%;}
.form__input {
    font-size: 13px;
    height: 50px;line-height: 50px;
    background: var(--color_grey_2);
    border: 1px solid var(--color_grey_4);
    border-radius: 3px;
    padding: 0px 20px;
	transition: 0.3s;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.form__input-textarea {
	line-height: 20px;
	min-height: 100px;
	padding: 5px 15px;
	resize: none;
}
.form__input::placeholder {
	color: #b2b2b2;
}
.form__input:hover, .form__input:focus {border-color:var(--link_color);}
.form__input:focus {background: var(--color_white);}
.form__input:not(.form__input-fill):hover+.form__label {color: var(--text_color);}
.form__label-input .form__input-fill {background: var(--color_white);}
.form__label-input .form__input:focus + .form__label,
.form__label-input .form__input-fill + .form__label {background: var(--color_white);top: -10px;font-size: 11px;}
.form__label-input .form__input-fill + .form__label {color: var(--color_grey);}
.form__label-input .form__input-fill:hover + .form__label {color: var(--link_color);}
.form__label-input .form__input:focus + .form__label {color: var(--link_color);}

.form__label-input .form__input:focus + .form__label .form__required,
.form__label-input .form__input-fill + .form__label .form__required {opacity: 0;display: none;}

.form__label-input .form__input.invalid {border-color: var(--color_red);}
.form__label-input .form__input.invalid + .form__label {color: var(--color_red);}
.form__label-input .form__input.invalid ~ .form__error {
	transform: scale(1,1);
	height: 20px;
	margin-bottom: -10px;
}

.form__radio {display: none;}
.form__label-line {white-space: nowrap;}
.form__label-line.flex__block {align-items: center;justify-content: center;}
.form__block-simple .form__label-line.flex__block {align-items: flex-start;justify-content: center;}
.form__label-line span {white-space: normal;}
.form__radio+span {
	display: inline-block;vertical-align: middle;
	width: 24px; height: 24px;position: relative;
	background: #fafafa;
	border: 1px solid #b3b9cf;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form__radio[readonly]+span, .form__radio[disabled]+span {opacity: 0.5;}
.form__radio+span:before {
 	content: '';display: block;
    top: -1px; left: -1px;
    width: 20px;height: 20px;
	border: 2px solid var(--color_red);
    position: absolute;
    border-radius: 50%;opacity: 0;
    background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form__radio+span:after {
 	content: '';display: block;
    top: 6px; left: 6px;
    width: 10px;height: 10px;
    position: absolute;
    border-radius: 50%;opacity: 0;
    background: var(--color_red);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

label:hover .form__radio+span:after,
.form__label-hover:hover .form__radio+span:after {background: var(--color_grey);}
label:hover .form__radio:checked+span:after,
.form__label-hover:hover .form__radio:checked+span:after {background: var(--color_red);}

label:hover .form__radio+span:after,
.form__label-hover:hover .form__radio+span:after,
label:hover .form__radio+span:before,
.form__label-hover:hover .form__radio+span:before {opacity: 1;}

.form__radio:checked+span:after, .form__radio:checked+span:before {opacity: 1;}

.form__input-text {display: inline-block;vertical-align: middle;text-align: left;}
span+.form__input-text {margin-left: 10px;}
.form__input-text a {text-decoration: underline;}

label:hover .form__input-text {color: var(--color_red);}

.form__checkbox {display:none;}
.form__checkbox+span {
	position: relative;
	width:40px;height:18px;
	display:inline-block;
	background: var(--color_grey_3);
	border-radius:50px;
	padding:2px;
	text-align: left;
	cursor: pointer;
	vertical-align: middle;
	border: 2px solid var(--line_color_1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form__checkbox+span:before {
	content: '';
	width:14px;height:14px;
	display:inline-block;
	border: 2px solid var(--color_red_2);
	background: var(--color_white);
	border-radius:50px;
	position: absolute;
	top:2px;left:2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form__checkbox:checked+span {background: var(--color_red_2);border-color: var(--color_red_2);}
.form__checkbox:checked+span:before {text-align: right;left:24px;border-color:var(--color_white);}
.form__checkbox:disabled+span {opacity: 0.3;}

.form__checkbox-2 {display: none;}
.form__checkbox-2+span {
	display: inline-block;vertical-align: middle;
	width: 24px;height: 24px;min-width: 24px;position: relative;
	background-color: var(--color_grey_2);
	border: 1px solid var(--color_grey);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form__checkbox-2:checked+span {
	background-color: var(--color_red_2);
	border-color: var(--color_red_2);
}

label:hover .form__checkbox-2:not(:disabled)+span,
.form__label-hover:hover .form__checkbox-2:not(:disabled)+span {border-color: var(--color_red_2);}

.form__checkbox-2+span:after,
.form__checkbox-2+span:before {
	content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}
.form__checkbox-2:checked+span:before {
    top: 10px;
    left: 7px;
    width: 2px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    border-radius: 2px;
}
.form__checkbox-2:checked+span:after {
    top: 6.5px;
    left: 11.5px;
    width: 2px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border-radius: 2px 2px 2px 0px;
}

.form__checkbox-clear {
	display: none;
}

.form__checkbox-clear + span {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	background: #fafafa;
	border: 1px solid #b3b9cf;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 0.2s, background 0.2s;
	cursor: pointer;
}

.form__checkbox-clear[readonly] + span,
.form__checkbox-clear[disabled] + span {
	opacity: 0.5;
	cursor: not-allowed;
}

.form__checkbox-clear + span:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 7px;
	width: 10px;
	height: 5px;
	border-left: 2.5px solid var(--color_red);
	border-bottom: 2.5px solid var(--color_red);
	opacity: 0;
	transform: rotate(-45deg);
	transition: opacity 0.2s;
	pointer-events: none;
}

.form__checkbox-clear:checked + span {
	border-color: var(--color_red);
}

.form__checkbox-clear:checked + span:before {
	opacity: 1;
}

.form__checkbox-clear:checked + span:after {
	opacity: 1;
}

label:hover .form__checkbox-clear + span {
	border-color: var(--color_red);
}


.form__select .form__input {
	background-image: url(https://object.pscloud.io/cms/wwwroot/img/icon_select.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 46px;
	padding-right: 36px;
}
.form__select:hover, 
.form__select:hover .form__input,
.form__select:hover .form__label {cursor: pointer;}

.form__select-open .form__input,
.form__select-open:hover .form__input {
	background-image: url(https://object.pscloud.io/cms/wwwroot/img/icon_select_active.svg);
	border-color: var(--link_color);
}

.form__select-selected .form__input {
	background-color: var(--color_white);
}
.form__select-selected .form__label  {
	top: -10px;
	font-size: 10px;
	background-color: var(--color_white);
}

.form__select-options {
	background: var(--color_white);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06),
				0px 0px 4px rgba(0, 0, 0, 0.04),
				0px 0px 8px rgba(0, 0, 0, 0.02),
				0px 0px 16px rgba(0, 0, 0, 0.02),
				0px 0px 40px rgba(0, 0, 0, 0.01);
	border-radius: 4px;
	padding: 10px 0;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 15;
	min-width: 100%;
	display: none;
}
.form__select-item {
	padding: 10px 20px;
	white-space: nowrap;
	cursor: pointer;
}
.form__select-item:hover {background: var(--color_grey_2);}
.form__select-scrollbar {
	width: 100%;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 0;
}

.form__input-suggestions-block {
	position: absolute;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}
.form__input-suggestions-inner {
	position: relative;
	max-height: 200px;
	overflow: auto;
}
.form__input-suggestions {
	padding: 0px 5px;
	position: relative !important;
}
.form__input-suggestions-item {padding: 10px;cursor: pointer;}
.form__input-suggestions-item,
.form__input-suggestions-itm {padding: 10px;cursor: pointer;}
.form__input-suggestions-item:hover {background: var(--color_grey_3);}
.form__input-suggestions-item.current {background: var(--color_grey_4);}

@media screen and (max-width: 480px) {
	.form__block {display: block;}
}

.scroll-element .scroll-bar, .scroll-element:hover .scroll-bar {background: var(--color_red);opacity: 1;}

.title__middle {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
.title__semimiddle {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.title__small {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.title__normal {font-weight: normal;}
.title__high {margin-bottom: 40px;}

.alerts {
	position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 99999;
}
.alert-info+.alert-info,
.alert+.alert {margin-top:10px;}
.alert a {color:#fff;}
.alert a:hover {text-decoration:underline;}
.alert p, .alert-info p {margin:0px;}
.alert, .alert-info {
	font-size:15px;
    padding: 10px 10px;
    color: #fff;
	position:relative;
	border-radius:3px;
}
.alert {padding-right:40px;background: #263238;}
.alert-danger {background: #e2002f;}
.alert-success {background: rgba(0,140,0,0.3);}
.alert_close {
	position:absolute;
	top:50%;margin-top:-12px;
	right:15px;
}

.tabs__links-wrapper {margin-top: -10px;}
.tabs__links {margin: 0px -5px 0px -5px;}
.tabs__links li {list-style: none;display: inline-block;margin: 10px 5px 20px 5px;}
.tabs__links-narrow li {margin: 0px 5px 5px 5px;}
.tabs__links li a {
	display: block;
	background: var(--color_white);
	color: var(--text_color_2);
	border-radius: 5px;
	padding: 7px 15px;
	box-shadow: 0px 0px 10px 0px var(--shadow_1);
}
.tabs__links li a:hover {
	background-color: var(--color_red_2);
	color: var(--text_color_1);
}
.tabs__links li a.active {
	background-color: var(--text_color_3);
	color: var(--text_color_1);
}

.loader__wrapper {font-size: 2px;padding: 9px;display: inline-block;}
.loader {
    font-size: 1em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em var(--text_color_2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.5), -1.8em -1.8em 0 0em rgba(130,137,163, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.7), 1.8em -1.8em 0 0em var(--text_color_2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.5), 1.8em -1.8em 0 0em rgba(130,137,163, 0.7), 2.5em 0em 0 0em var(--text_color_2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.5), 2.5em 0em 0 0em rgba(130,137,163, 0.7), 1.75em 1.75em 0 0em var(--text_color_2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.5), 1.75em 1.75em 0 0em rgba(130,137,163, 0.7), 0em 2.5em 0 0em var(--text_color_2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.5), 0em 2.5em 0 0em rgba(130,137,163, 0.7), -1.8em 1.8em 0 0em var(--text_color_2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.5), -1.8em 1.8em 0 0em rgba(130,137,163, 0.7), -2.6em 0em 0 0em var(--text_color_2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.5), -2.6em 0em 0 0em rgba(130,137,163, 0.7), -1.8em -1.8em 0 0em var(--text_color_2);
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em var(--text_color_2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.5), -1.8em -1.8em 0 0em rgba(130,137,163, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.7), 1.8em -1.8em 0 0em var(--text_color_2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.5), 1.8em -1.8em 0 0em rgba(130,137,163, 0.7), 2.5em 0em 0 0em var(--text_color_2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.5), 2.5em 0em 0 0em rgba(130,137,163, 0.7), 1.75em 1.75em 0 0em var(--text_color_2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.5), 1.75em 1.75em 0 0em rgba(130,137,163, 0.7), 0em 2.5em 0 0em var(--text_color_2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.5), 0em 2.5em 0 0em rgba(130,137,163, 0.7), -1.8em 1.8em 0 0em var(--text_color_2), -2.6em 0em 0 0em rgba(130,137,163, 0.2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.5), -1.8em 1.8em 0 0em rgba(130,137,163, 0.7), -2.6em 0em 0 0em var(--text_color_2), -1.8em -1.8em 0 0em rgba(130,137,163, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130,137,163, 0.2), 1.8em -1.8em 0 0em rgba(130,137,163, 0.2), 2.5em 0em 0 0em rgba(130,137,163, 0.2), 1.75em 1.75em 0 0em rgba(130,137,163, 0.2), 0em 2.5em 0 0em rgba(130,137,163, 0.2), -1.8em 1.8em 0 0em rgba(130,137,163, 0.5), -2.6em 0em 0 0em rgba(130,137,163, 0.7), -1.8em -1.8em 0 0em var(--text_color_2);
  }
}


/****************** GENERAL - END *******************/

/****************** BREADCRUMBS *******************/

.breadcrumbs {padding: 12px 0px 16px 0px;color: var(--text_color_2);line-height: 130%;}

.breadcrumbs ul {
	display: flex;
	align-items: center;
}

.breadcrumbs ul li {
    white-space: nowrap;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.breadcrumbs ul li .chevron-right {
    white-space: nowrap;
    margin-right: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCI+CiAgPGcgaWQ9ImFycm93X25leHQiIGRhdGEtbmFtZT0iYXJyb3cgbmV4dCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyMi41IDE5Ni41KSByb3RhdGUoLTkwKSI+CiAgICA8cGF0aCBpZD0i0JvQuNC90LjRj18yIiBkYXRhLW5hbWU9ItCb0LjQvdC40Y8gMiIgZD0iTTQsNWExLDEsMCwwLDEtLjcwNy0uMjkzbC00LTRhMSwxLDAsMCwxLDAtMS40MTQsMSwxLDAsMCwxLDEuNDE0LDBsNCw0QTEsMSwwLDAsMSw0LDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODcuNSAzMjMuNSkiIGZpbGw9IiNCM0I5Q0YiLz4KICAgIDxwYXRoIGlkPSLQm9C40L3QuNGPXzMiIGRhdGEtbmFtZT0i0JvQuNC90LjRjyAzIiBkPSJNMCw1YTEsMSwwLDAsMS0uNzA3LS4yOTMsMSwxLDAsMCwxLDAtMS40MTRsNC00YTEsMSwwLDAsMSwxLjQxNCwwLDEsMSwwLDAsMSwwLDEuNDE0bC00LDRBMSwxLDAsMCwxLDAsNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MS41IDMyMy41KSIgZmlsbD0iI0IzQjlDRiIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    min-width: 6px;
    min-height: 10px;
    width: 6px;
    height: 10px;
}
.breadcrumbs ul li a {color: var(--text_color_2);}
.breadcrumbs ul li a:hover {color: var(--color_red_2);}

/****************** BREADCRUMBS - END *******************/



.content__text-wrapper {}
.content__text-wrapper+* {margin-top: 20px;}
.content__text {line-height:130%;}
.content__text iframe {height:auto;aspect-ratio: 16 / 9;}
.content__text *+* {margin-top: 15px;}
.content__text * + table {margin-top:15px;}
.content__text img {height:auto !important;width: 100%;}
.content__text td img {min-width:100px;}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5, .content__text h6 {
	text-transform:uppercase;
	font-weight:bold;
	line-height:130%;
	margin-bottom: 20px;
}

.content__text li p, .content__text li div, .content__text li span {display: contents; margin-top:0px;}
.content__text li span {margin-top:0px;}

.content__text h1 {font-size:2.2em;}
.content__text h2 {font-size:2em;}
.content__text h3 {font-size:1.75em;}
.content__text h4 {font-size:1.5em;}
.content__text h5 {font-size:1.35em;}
.content__text h6 {font-size:1.2em;}
.content__text p {text-align:justify;}

.content__text ul {}
.content__text ul li {padding-left:20px;list-style:none;position: relative;}
.content__text ul li:before {
	position: absolute;
    content: '●';font-size: 9px;
    color: var(--color_red);
    left: 5px;top: 0px;
    display: block;
}
.content__text ol {margin-left:20px;}
.content__text ol li {list-style-position:outside; list-style-type: decimal;}

.content__text a:link {color: var(--link_color);text-decoration:none;}
.content__text a:hover {color: var(--color_red);text-decoration:underline;}
.content__text a:active {color: var(--color_red_2);text-decoration:underline;}
.content__text a:visited {color: var(--link_color);}
.content__text table {border-spacing:0px;border-collapse:collapse;}
.content__text table tr {border-spacing:0px;border-collapse:collapse;}
.content__text table tr th,
.content__text table tr td {
	border:2px solid var(--text_color);
	border-spacing:0px;
	border-collapse:collapse;
	padding:10px;
}

.content__text blockquote {
	display: block;
	border-top: 2px solid var(--text_color);
	padding: 3rem 0 1rem 0;
	position: relative;
	margin-top: 75px;
	line-height: 160%;
	font-size: 1.7rem;
	text-align:center;
	color:var(--text_color);
}
.content__text blockquote:before {content: '';
    position: absolute;
    top: -35px; left: 35%;
    background-color: var(--body_bg);
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30%;
    height: 70px;
}

.popup__gift-label {display: inline-block;padding: 3px 10px;background: var(--color_yellow_5);border-radius: 6px;}

.popup__gifts-products-wrapper {}
.popup__gifts-products {}
.popup__gifts-product {
	display: inline-block;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	margin: 10px;
}
.popup__gifts-products > :not(.swiper-wrapper) {flex: 1;}
.popup__gifts-product.checked { border: 1px solid var(--color_red_2); }
.popup__gifts-product-inner {
	position: relative;
	text-align: center;
	display: block;
	background: #fff;
	border-radius: 10px;
}
.popup__gifts-product-inner:hover .popup__gifts-product-narrow, 
.form__checkbox-2:checked ~ .popup__gifts-product-narrow {
	opacity: 1;
}
.popup__gifts-product-narrow {
	display: inline-block;
	width: 140px;
	padding: 10px 10px 15px 10px;
	opacity: 0.6;
}
.popup__gifts-product-image {text-align: center;}
.popup__gifts-product-image-inner {display: inline-block;width: 90px;height: 90px;}
.popup__gifts-product-image-inner img {width: 100%;height: 100%;object-fit: cover;}
.popup__gifts-product-name {
	font-size: 11px;
	text-align: left;
	color: #000000;
	line-height: 150%;
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 3; /* number of lines to show */
    	   line-clamp: 3; 
   	-webkit-box-orient: vertical;
   	height: 54px;
   	padding-top: 5px;
}
.popup__gifts-product-prices {padding-top: 5px;}
.popup__gifts-product-prices>* {text-align: right; margin-right: 5px;}
.popup__gifts-product-price-old {font-size: 11px;text-decoration: line-through;color: var(--text_color_4);}
.popup__gifts-product-price {font-size: 13px;font-weight: bold;}

.popup__gifts-product .form__checkbox-2+span {position: absolute;top: 10px;right: 10px;}
.popup__gifts-product .form__checkbox-2:disabled+span+.popup__gifts-product-narrow {opacity: 0.3;}

.gift-carousel-wrapper__title {
    color: var(--color_black);
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 14px 0 0 9px; 
}

.popup__content-scroll-shadow .popup__gifts-products-wrapper.no-padding {padding-bottom: 0;}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper:not(.swiper-initialized)+.swiper-button-prev,.swiper:not(.swiper-initialized)+.swiper-button-next,.swiper:not(.swiper-initialized)+.swiper-button-prev+.swiper-button-next,.swiper:not(.swiper-initialized)+.swiper-button-next+.swiper-button-prev {opacity: 0}
.swiper.swiper-initialized {opacity: 1}
.swiper__wrapper{position: relative;}
.swiper .swiper-button-prev,.swiper .swiper-button-next,.swiper__wrapper .swiper-button-prev,.swiper__wrapper .swiper-button-next {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -21px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    display: block;
    border-radius: 50px;
    border: 3px solid var(--color_white);
    box-shadow: 0 3px 6px 0 var(--shadow_3);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.swiper-button-prev svg,.swiper-button-next svg {
    margin-top: -2px;
    vertical-align: middle;
    position: relative
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-prev svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper .swiper-button-prev:hover,.swiper .swiper-button-next:hover,.swiper-button-prev:hover,.swiper-button-next:hover {
    border-color: var(--color_red)
}

.swiper-button-prev:hover svg use,.swiper-button-next:hover svg use {
    fill: var(--color_red)
}

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

.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    transform: none;
    line-height: 0;
    bottom: 15px
}

.swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 5px;
    height: 5px;
    background: var(--color_grey_12);
    margin: 0 2px
}

.swiper .swiper-pagination-bullet-active {
    background: var(--color_red)
}

.swiper-horizontal>.swiper-article-pagination .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,12px);
    width: 10px;
    height: 10px
}

.swiper:not(.swiper-initialized)+.swiper-button-prev,
.swiper:not(.swiper-initialized)+.swiper-button-next,
.swiper:not(.swiper-initialized)+.swiper-button-prev+.swiper-button-next,
.swiper:not(.swiper-initialized)+.swiper-button-next+.swiper-button-prev {opacity: 0;}
.swiper.swiper-initialized {opacity: 1;}
.swiper .swiper-button-prev,
.swiper .swiper-button-next,
.swiper__wrapper .swiper-button-prev,
.swiper__wrapper .swiper-button-next {
	position: absolute;z-index: 3;
	top: 50%;margin-top: -21px;
	height: 36px;width: 36px;line-height: 36px;
	text-align: center;
	background: #fff;
	display: block;
	border-radius: 50px;
	border: 3px solid var(--color_white);
    box-shadow: 0px 3px 6px 0px var(--shadow_3);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.swiper-button-prev svg,
.swiper-button-next svg {margin-top: -2px;vertical-align: middle;position: relative;}
.swiper-button-prev svg {
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {border-color: var(--color_red);}
.swiper-button-prev:hover svg use,
.swiper-button-next:hover svg use {fill: var(--color_red);}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}

.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {transform: none;line-height: 0px;bottom: 15px;}
.swiper .swiper-pagination-bullet {opacity: 1;width: 5px;height: 5px;background: var(--color_grey_12);margin: 0px 2px;}
.swiper .swiper-pagination-bullet-active {background: var(--color_red);}
.swiper-horizontal > .swiper-article-pagination .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap,12px); width: 10px; height: 10px;}
.swiper__slider {
    background: var(--color_white);
    border: 1px solid var(--color_grey_6);
    border-radius: 10px;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

.swiper__slider:hover {
    border: 1px solid var(--color_red)
}

.swiper__slider .swiper-button-prev,.swiper__slider .swiper-button-next {
    opacity: 0
}

.swiper__slider:hover .swiper-button-prev,.swiper__slider:hover .swiper-button-next {
    opacity: 1
}

.swiper__slider .swiper-slide {
    text-align: center
}

.swiper__slider .swiper-slide a img {
    min-width: none;
    height: 100%;
    object-fit: cover
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gift-carousel-wrapper {
    border-radius: 5px;
    border: 1px solid var(--color_grey_6);
    background: var(--color_grey_2);
    margin-bottom: 15px
}

.popup__gifts-product-image-swiper {
    width: 140px;
    height: auto;
}

@media (max-width: 1100px) {
    .popup__gifts-product-image-swiper {
        width: 100px;
        height: auto;
    }
}

@media (max-width: 380px) {
	.popup__gifts-product-image-swiper {
		width: 84px;
		height: auto;
	}
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

@media screen and (max-width: 640px) {
	.popup__gifts-product-narrow { opacity: 1; }
}

@media screen and (max-width: 385px) {
	.popup__gifts-product-narrow { width: 95%; }
}

/****************** TOOLTIP *******************/

.ui-helper-hidden-accessible {display: none;}
.ui-tooltip {
	position: absolute;
	z-index: 99999;
	max-height: 45%;
	max-width: 95%;
	border-radius: 5px;
	box-shadow: 0px 3px 6px 0px var(--shadow_3);
	overflow-x: hidden;
	overflow-y: auto;
}
.ui-widget {}
.ui-widget .ui-widget {font-size: 1em;}
.ui-tooltip .ui-tooltip-content {
	position: relative;
	max-width: 700px;
	margin-top: -5px;
	border: none;
	background: var(--color_white);
	color: var(--text_color_5);
	padding: 14px 15px;
	text-align: center;
	list-style-position: inside;
}
.ui-tooltip.ui-widget-content a {color: #333333;}

.sign-green {
	color: var(--color_green_2);
}

/****************** TOOLTIP - END *******************/

/****************** AUTOCOMPLETE *******************/

.ui-autocomplete.ui-widget-content {
    position: absolute;
    top: 0;left: 0;
    cursor: default;
    border: none;z-index: 10000000;
    background: var(--color_white);
    color: var(--text_color_5);
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px var(--shadow_3);
    max-height: 200px;
    overflow: auto;
    padding: 10px;
}
.ui-autocomplete.ui-widget-content li {list-style: none;}
.ui-autocomplete.ui-widget-content li div {
	padding: 5px;margin: 0px;
	color: var(--text_color_2);
	display: block;
	border: none !important;
}
.ui-autocomplete.ui-widget-content .ui-state-active {padding: 5px;color: #000;background: #F5F7FE;}

/****************** AUTOCOMPLETE - END *******************/

/****************** SCROLLBAR *******************/

 .scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}
 .scroll-wrapper>.scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}
 .scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}
 .scroll-element{display:none}
 .scroll-element,.scroll-element div{box-sizing:content-box}
 .scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block;z-index: 100;}
 .scroll-element .scroll-bar,.scroll-element .scroll-arrow{cursor:default}
 .scroll-textarea{border:1px solid #cccccc;border-top-color:#999999}
 .scroll-textarea>.scroll-content{overflow:hidden!important}
 .scroll-textarea>.scroll-content>textarea{border:none!important;box-sizing:border-box;height:100%!important;margin:0;max-height:none!important;max-width:none!important;overflow:scroll!important;outline:none;padding:2px;position:relative!important;top:0;width:100%!important}
 .scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}

 .scroll-element,.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}
 .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}
 .scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}
 .scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}
 .scroll-element .scroll-element_outer{overflow:hidden}
 .scroll-element .scroll-element_outer,.scroll-element .scroll-element_track,.scroll-element .scroll-bar{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
 .scroll-element .scroll-element_track,.scroll-element .scroll-bar{}
 .scroll-element .scroll-element_track{background-color:#e0e0e0}
 .scroll-element .scroll-bar{background-color:#c2c2c2}
 .scroll-element:hover .scroll-bar{background-color:#919191}
 .scroll-element.scroll-draggable .scroll-bar{background-color:#919191}
 .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}
 .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}
 .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-12px}
 .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-12px}
 .scroll-element .scroll-element_track{width:1px;background:#B3B9CF;left:1px}
 .scroll-element .scroll-bar,.scroll-element:hover .scroll-bar{width:3px;background:#D71A21;}

/****************** SCROLLBAR - END *******************/

/****************** POP_UP_WINDOW - END *******************/


body.popup__body {overflow:hidden;}
.popup__wrapper {
	z-index:10000;
	position:fixed;
	top:0px;
	left:0px;
	background: var(--shadow_popup);
	height:100%;
	width:100%;
	vertical-align:middle;
	text-align:center;
	display:none;
	overflow-y:auto;
	overflow-x:hidden;
}
.popup__wrapper-1 {display:table;height:100%;width:100%;}
.popup__wrapper-2 {display:table-row;height:100%;width:100%;}
.popup__wrapper-3 {display:table-cell;height:100%;width:100%;vertical-align: middle;text-align:center;}

.popup__content {
	display:inline-block;
	vertical-align:middle;
	border-radius:10px;
	margin:20px auto;
	padding:20px 20px;
	background:#fff;
	z-index:10;
	position:relative;
	text-align: left;
	opacity: 0;
	border: 1px solid var(--color_grey);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.16); 
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity .5s, transform .5s;
   	max-width: calc(100vw);
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.popup__content-narrow {}
.popup__content-inner {max-width: 350px;margin: 0px auto;}
.popup__content-wide {
	display:block;
	max-width: 1300px;
	width:90%;height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup__content-style-1  {
	background: var(--body_bg);
	border: 1px solid var(--color_grey);
	box-shadow: 0px 3px 15px 0px var(--shadow_3); 
}

body.popup__body .popup__content {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__content-head-block,
.popup__content-head-block-shadow {
	padding: 20px;
	margin: -20px -20px 0px -20px;
}
.popup__content-head {position: relative;padding-right: 20px;}

.popup__content-bottom {border-top: 1px solid #b3b9cf;padding: 20px 20px;margin: 0px -20px -20px -20px;text-align: center;}
.popup__close {
    position: absolute;
    display: block;
    top: -5px;
    right: -10px;
    cursor: pointer;
    width: 11px;
    height: 11px;
    padding: 10px;
    border-radius: 20px;
    font-size: 0px;
}
.popup__close:hover {background: var(--color_grey_3) !important;}
.popup__content-head-empty {position: relative;}
.popup__content-head-empty .popup__close {top: -32px;}

.popup__shadow{
	z-index:1;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.popup__content-scroll {
	padding:0px 10px;
	position: relative;
	flex-grow: 1;
}
.popup__content-scroll-inner {
    overflow: auto;
    position: absolute;
    height: 100%;width:100%;
    left: 0px;top: 0px;
	flex-grow: 1;max-height: none;
}
.popup__content-scroll-narrow {padding-right: 20px;}
.popup__content-scroll-inner>.popup__content-scroll-inner {
	padding-right: 20px !important;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.popup__content-scroll-wide {
	margin:0px -20px -20px -20px;
	padding:0px 0px;
}
.popup__content-scroll-shadow:after {
	content: '';
	position: absolute;bottom: 0px;left: 0px;
	width: 100%;height: 80px;
	background: linear-gradient(180deg,rgba(255,255,255,0), rgba(255,255,255,1));
}
.popup__content-scroll-shadow:hover:after {z-index1: -1;}
.popup__content-scroll-shadow .popup__content-scroll-inner>* {padding-bottom: 80px;}

.popup__content-scroll-horisontal {
	position: relative;
    max-width: calc(100vw - 2px);
    margin: 0px -20px;
    margin-top: -10px;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup__content-scroll-horisontal .tabs__links li:last-child {margin-right: 21px;}
.popup__content-scroll-horisontal-block:after {
	content: '';
	position: absolute;bottom: 0px;right: -20px;
	width: 40px;height: 100%;
	background: linear-gradient(90deg,rgba(251,251,254,0), #fbfbfe);
}
.popup__content-scroll-horisontal-block {
	position: relative;
}

@media screen and (min-width: 992px) {
	.popup__content-head-empty {min-height: 20px;}
	.popup__content-head-empty .popup__close {top: -12px;}
}
@media screen and (max-width: 991px) {
	.popup__content-wide {max-width: 100%;width: auto;}
}

@media screen and (max-width: 767px) {
	.popup__content {
		height: 100%;
		margin: 0px;
		border-radius: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#popup_city .popup__content {
		height: initial;
		border-radius: 10px;
	}
}

@media screen and (min-width: 768px) {
	.popup__content {min-width: 320px;}
	.popup__content-scroll-map {margin-right: 0px;}
	.popup__content-scroll-map-shops {
		margin:0px 0px 0px -10px;
		padding: 0px;
	}
}
@media screen and (max-width: 767px) {
	.popup__content-head-block-shadow {
		background: var(--color_white);
	    padding: 20px;
	    margin: -20px -20px 0px -20px;
	    padding-bottom: 0px;
	    margin-bottom: 20px;
	    box-shadow: 0px 3px 6px 0px var(--shadow_1);
	}
	.popup__content-scroll-map,
	.popup__content-scroll-map-shops {
		overflow: hidden;
		position: relative;
	    margin: 0px -20px;
	    margin-bottom: -20px;
	    padding: 0px 20px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
}

/****************** POP_UP_WINDOW - END *******************/

/****************** SVG *******************/

.link__svg svg use {fill: var(--color_grey);}
.link__svg:hover svg use {fill: var(--color_red);}

.link__svg-2 svg {fill:var(--color_grey);stroke: var(--color_grey);}
.link__svg-2:hover svg {fill:var(--color_white);stroke: var(--color_white);}

.link__svg-3 svg use {fill: var(--text_color_2);stroke: var(--text_color_2);}
.link__svg-3:hover svg use {fill: var(--color_red);stroke: var(--color_red);}

.link__svg-31 svg use {fill: var(--text_color_2);}
.link__svg-31:hover svg use {fill: var(--color_red);}

.link__svg-41 svg use,
.link__svg-4 svg use {fill: var(--text_color_3);}
.link__svg-4:hover svg use {fill: var(--color_red);}

.link__svg-5 svg use {fill: var(--color_grey_3);stroke: var(--color_grey);}
.link__svg-5:hover svg use {stroke: var(--color_red);}


.link__svg-6 svg use {fill: var(--link_color);}
.link__svg-6:hover svg use {fill: var(--color_white);}

.link__svg-cross-small svg rect {stroke-width: 2px;}

.link__svg-cross:hover svg use {stroke-width: 2px;}
.link__svg-cross:hover svg use rect {width: 22px;height: 22px;stroke-width: 2px;}


/****************** SVG - END *******************/
.header__cart {
    background-color: var(--color_white);
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px var(--shadow_1);
    padding: 20px 0px;
}

.header__cart-inner a svg { width: 115.2px; height: 40px; }

.header__cart-title {
    font-size: 31px;
    font-weight: bold;
    line-height: 100%;
}

.header__cart-mobile {
    display: none;
}

.header__cart-empty-block {
    text-align: center;
    padding: 100px 20px;
    margin: 0 auto;
}

.header__cart-empty-title {
    margin-top: 10px;
    font-size: 27px;
    font-weight: bold;
}

.header__cart-empty-text {
    margin: 10px auto 0;
}

.header__cart-empty-block {
    text-align: center;
    padding: 40px 20px;
    margin: 0 auto;
}

.header__cart-empty-title {
    margin-top: 10px;
    font-size: 27px;
    font-weight: bold;
}

.header__cart-empty-text {
    margin: 10px auto 0;
}

.to-main {
    margin-top: 20px;
}

.swiper.swiper-initialized {
    opacity: 1;
}

.category__actions-slider {
    margin: -20px -10px 0 -10px;
    position: relative;
}

.swiper {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.category__actions-slider .swiper-slide {
    height: auto;
    align-items: stretch;
}

.actions__item.flex__block .actions__item-inner, .actions__item-inner.flex__block .actions__item-link {
    flex-grow: 1;
    align-items: stretch;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.category__actions-slider .swiper-slide .actions__item {
    flex-grow: 1;
    align-items: stretch;
    margin-top: 20px;
}

.actions__item-link {
    background: var(--color_white);
    box-shadow: 0 0 0 0 transparent;
    color: var(--text_color_3);
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.actions__item-inner {
    margin: 0 10px 20px 10px;
}

.actions__item-image {
    position: relative;
    height: 250px;
}

.actions__item-content {
    line-height: 145%;
    background: var(--color_white);
    padding: 15px 20px 25px 20px;
}

.actions__item-blocks {
    gap: 15px;
}

.actions__item-name {
    font-size: 17px;
    color: var(--text_color_3);
    font-weight: 500;
    line-height: 145%;
    margin-top: 10px;
}

.actions__item-text {
    color: var(--text_color_5);
    margin-top: 5px;
}

.actions__item-period {
    color: var(--text_color_2);
}

.actions__item-period-left {
    margin: -15px -20px 0 0;
    font-size: 11px;
    padding: 10px 25px;
    background: #FFF8CC;
    text-align: center;
}

.actions__item-period-left-days {
    font-size: 13px;
    font-weight: 500;
}

.actions__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actions__item-link:hover {
    color: var(--text_color_3) !important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
}

    .actions__item-link:hover .actions__item-period-left {
        background: #ffdd00;
    }

.category__actions-slider .swiper-button-prev {
    left: -8px;
}

.category__actions-slider .swiper-button-next {
    right: -8px;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next, .swiper__wrapper .swiper-button-prev, .swiper__wrapper .swiper-button-next {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -21px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    display: block;
    border-radius: 50px;
    border: 3px solid var(--color_white);
    box-shadow: 0 3px 6px 0 var(--shadow_3);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-prev svg, .swiper-button-next svg {
    margin-top: -2px;
    vertical-align: middle;
    position: relative;
}

.special-offers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.special-offers-title {
    font-size: 23px;
    font-weight: bold;
    margin-right: 20px;
}

.footer__cart {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--line_color_1);
}

.footer__cart-info {
    color: var(--text_color_2);
}

    .footer__cart-info + .footer__cart-info {
        margin-top: 10px;
    }

@media screen and (min-width: 768px) {
    .cart__main {
        min-height: calc(100vh - 180px);
    }
}

@media screen and (max-width: 768px) {
    .special-offers-header {
        flex-direction: column;
    }

    .special-offers-title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 540px) {
    .header__cart-title {
        font-size: 21px;
    }

    .header__cart-inner a svg { width: 60px; height: 20.825px; }
}

@media screen and (max-width: 350px) {
    .header__cart-title {
        font-size: 21px;
    }
}
