@charset "UTF-8";
@import '../fonts/icomoon/style.css';
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');*/
@import "fonts/fonts.css";
@import "vars.css";

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

em {
	font-style: normal;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: 'Inter', sans-serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: 'Inter';
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-size: 16px;
	background: #fafafa;
}

body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tippy-content {
	white-space: initial;
}

._container {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (max-width: 1380px) {
	._container {
		padding: 0px 30px;
	}
}


.title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #333;
	padding: 0;
	margin-bottom: 15px;
}

.title span {
	font-weight: 400;
	font-size: 16px;
	color: #9d9d9d;
}


@media (max-width: 992px) {
	.title {
		font-size: 20px;
		padding: 0px 0px 20px 0px;
	}
}


.btn {
	--btn-radius: 13px;
	--btn-gap: 10px;
	--btn-height: 39px;
	--btn-padding-x: 15px;
	--btn-bg: #267ded;
	--btn-color: #ffffff;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: var(--btn-gap);
	min-height: var(--btn-height);
	padding: 10px var(--btn-padding-x);
	border-radius: var(--btn-radius);
	background: var(--btn-bg);
	color: var(--btn-color);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.15;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: background-color 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
	transition: background-color 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
	-o-transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
	transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
	transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

@media (min-width: 1024px) {
	.btn:hover {
		background: #2270d5;
	}
}

.btn:active {
	background: #1f65c0;
}

.btn_light {
	--btn-bg: #e5f0ff;
	--btn-color: #267ded;
	background: var(--btn-bg);
	color: var(--btn-color);
}

@media (min-width: 1024px) {
	.btn_light:hover {
		background: #e1e8f1;
	}
}

.btn_light:active {
	background: #e5f0ff;
}

.btn_inact,
.btn:disabled {
	--btn-bg: #d2d2d2;
	background: var(--btn-bg);
	color: #ffffff;
	pointer-events: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn_light-inact {
	--btn-bg: #d2d2d2;
	--btn-color: #267ded;
	background: var(--btn-bg);
	color: var(--btn-color);
	pointer-events: none;
}

.btn_sm {
	--btn-height: 33px;
	--btn-padding-x: 15px;
	font-size: 13px;
}

.btn_md {
	--btn-height: 39px;
	--btn-padding-x: 18px;
}

.btn_lg {
	--btn-height: 45px;
	--btn-padding-x: 22px;
	font-size: 15px;
}

.btn_free {
	width: auto;
	min-height: unset;
}

._disabled {
	opacity: 0.5 !important;
	pointer-events: none !important;
}

._inactive {
	display: none !important;
}

.sd_notitfication {
	z-index: 7;
}

.category_nav_item {
	padding-left: 27px !important;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px !important;
	background-position: left center !important;
	padding-left: 28px !important;
}

.category_nav_item:hover {
	background-color: var(--blue-light) !important;
}

.category_nav_item--active {
	background-color: var(--blue-light) !important;

}

.sd_notitfication__item {
	color: #000;
	font-weight: 700;
}

.sd_notitfication .button {
	padding: 7px 10px;
}

.bread {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 10px 0px;
}

.bread p,
.bread a {
	font-size: 14px;
	color: #9d9d9d;
	line-height: 1.5;
}

.bread a {
	color: #267ded;
	position: relative;
	padding: 0px 15px 0px 0px;
}

.bread a::after {
	display: inline-block;
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 3px;
	left: 0;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	right: 0;
	font-size: 10px;
}


.bread>*:not(:last-child) {
	margin: 0px 5px 0px 0px;
}

.select {
	position: relative;
}

.select__body {
	position: relative;
}

.select__title {
	color: #9d9d9d;
	text-align: left;
	cursor: pointer;
	width: 100%;
	background: #e5f0ff;
	border-radius: 13px;
	height: 56px;
	padding: 0px 16px;
	font-size: 14px;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: rem(30);
	padding: 0 rem(15);
	gap: rem(10);
}

.select__value>* {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.select__value:after {
	font-family: icomoon;
	content: '\e900';
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	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-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: var(--grey);
}

._select-open .select__value:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.select__value._select-pseudo-label::before {
	content: attr(data-pseudo-label);
	opacity: 0.5;
}

.select__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}

.select__options {
	color: #000;
	position: relative;
	top: 39px;
	border-radius: 0 0 10px 10px;
	min-width: 100%;
	left: 0;
	background: #e5f0ff;
	border-top: 0;
	padding: 10px 0px 5px 0px;
	-webkit-box-shadow: 0px 16px 13px -10px rgba(86, 86, 86, 0.2);
	box-shadow: 0px 16px 13px -10px rgba(86, 86, 86, 0.2);
}

.select__scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}

.select__scroll::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
}

.select__scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #95c3ff;
}

.select__scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}

.select__option {
	width: 100%;
	display: block;
	text-align: left;
	cursor: pointer;
	padding: 10px 15px;
	color: inherit;
	background: #e5f0ff;
	font-size: 14px;
}

.select__option._select-selected {
	background-color: #eee;
}

@media (any-hover: hover) {
	.select__option:hover {
		background: #d9d9d9;
	}
}

.select__row {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select._select-open {
	z-index: 1;
}

.select._select-active .select__content {
	color: #000;
}

._select-tag {
	cursor: pointer;
}

.quantity {
	width: 88px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	position: relative;
	cursor: pointer;
}

.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.quantity__input input {
	height: 100%;
	color: #a6a6a6;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9d9d9d;
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9d9d9d;
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9d9d9d;
}

input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #9d9d9d;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
textarea::placeholder {
	color: #9d9d9d;
}

textarea.input {
	resize: none;
}

.checkbox {
	position: relative;
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox__input:checked+.checkbox__label:before {
	background: #fff url('../img/icons/check.svg') center no-repeat;
	border: 1px solid #267ded;
}


.checkbox__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 1.25;
	cursor: pointer;
}

.checkbox__label:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 13px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	border-radius: 5px;
}



.checkbox__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 1.25;
	cursor: pointer;
}

.checkbox__label:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 13px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.checkbox a:hover {
		text-decoration: none;
	}
}

.checkbox._error .checkbox__label:before {
	border: 1px solid #ee1212;
}

.options {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.options__item {
	position: relative;
	cursor: pointer;
}

.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}

.options__input:checked+.options__label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.options__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	color: #000;
	line-height: 1.4285714286;
}

.options__label:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #467;
}


.file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.file__item {
	margin: 0px 20px 20px 0px;
	position: relative;
	width: 61px;
	height: 56px;
	border-radius: 5px;
	background: #e5f0ff url('../img/icons/plus.svg') no-repeat;
	background-size: 30px;
	background-position: center;
	border: 1px solid #e5f0ff;
}

.file__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 5px;
}

.file__item._first {
	margin: 0;
}

.file__item._first .file__del {
	display: none;
}

.file__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
	cursor: pointer;
}

.file__preview {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.file__preview img {
	border-radius: 5px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.file__del {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: -0.02em;
	color: #9d9d9d;
	opacity: 0.8;
	text-align: center;
	margin: 7px 0px 0px 0px;
	cursor: pointer;
}

.file__more {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #267ded;
}

.shownum_block {
	display: none;
	margin-left: 30px;
	column-gap: 10px;
	margin-top: 5px;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	height: 100%;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.filters-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.filters-form input {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	padding: 0px 10px 0px 0px;
}

.filters-form input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
}

.filters-form input::-moz-placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
}

.filters-form input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
}

.filters-form input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
}

.filters-form input::placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
}

@media (max-width: 992px) {
	.filters-form {
		border-left: 1px solid #ddd;
	}
}

.filters-form>* {
	border-left: 1px solid #ddd;
	height: 31px;
}

.filters-form>*:last-child {
	border: 0;
}

@media (max-width: 992px) {
	.filters-form>* {
		border: 0;
	}
}

.filters-form__cat {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 186px;
	flex: 0 1 186px;
}

@media (max-width: 992px) {
	.filters-form__cat {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}
}

.header-cat__icon {
	margin: 0px 10px 0px 0px;
}

.header-cat__icon::before {
	position: relative;
	font-size: 14px;
	top: 1px;
	left: 0;
}

.header-cat {
	position: relative;
}

.header-cat._active .header-cat__block {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: calc(100% + 30px);
}

.header-cat._active .header-cat__btn {
	color: #267ded;
}

.header-cat._active .header-cat__btn::before {
	content: '\e91a';
	left: 4px;
	top: 4px;
	font-size: 18px;
	-webkit-transform: rotate(-45deg) translate(0, -50%);
	-ms-transform: rotate(-45deg) translate(0, -50%);
	transform: rotate(-45deg) translate(0, -50%);
	color: #267ded;
}

@media (max-width: 992px) {
	.header-cat._active .header-cat__btn::before {
		top: -3px;
	}
}

.header-cat._active .header-cat__icon::before {
	color: #267ded;
}

.header-cat__btn {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
	position: relative;
	cursor: pointer;
	padding: 0px 20px 0px 25px;
}

.header-cat__btn::before {
	font-family: icomoon;
	content: '\e903';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
}

@media (max-width: 992px) {
	.header-cat__btn span {
		display: none;
	}
}

@media (max-width: 992px) {
	.header-cat__btn {
		padding: 0px 20px 0px 3px;
	}
}

.header-cat__block {
	width: 359px;
	height: 400px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	top: calc(100% + 50px);
	left: 0;
	padding: 20px 0px 20px 20px;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 13px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-cat__block .block__item {
	padding: 0px 0px 33px 0px;
}

@media (max-width: 992px) {
	.header-cat__block {
		height: auto;
	}

	.header-cat__block .block__item {
		padding: 0px 0px 20px 0px;
	}

	.header-cat__block .block__item:last-child {
		padding: 0;
	}
}

.header-cat__blockwrap {
	/*height: 370px;*/
	overflow: auto;
}

.header-cat__blockwrap::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
}

.header-cat__blockwrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #95c3ff;
}

.header-cat__blockwrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}

.header-cat__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
	background: none;
}

@media (max-width: 992px) {
	.header-cat__title {
		position: relative;
	}

	.header-cat__title::after {
		font-family: icomoon;
		content: '\e900';
		position: absolute;
		top: 5px;
		right: -20px;
		font-size: 10px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.header-cat__title._active::after {
		-webkit-transform: rotate(-270deg);
		-ms-transform: rotate(-270deg);
		transform: rotate(-270deg);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.header-cat__list {
	padding: 0px;
}

.header-cat__list li {
	margin: 0px 0px 15px 0px;
}

.header-cat__list li:last-child {
	margin: 0;
}

.header-cat__list a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #202020;
}

.filters-form__search {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0px 0px 0px 10px;
	position: relative;
}

.filters-form__search._active .filters-form__searchblock {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: calc(100% + 20px);
}

.filters-form__searchblock {
	background: #fff;
	padding: 26px;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 13px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	top: calc(100% + 50px);
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.filters-form__date {
	padding: 0px 0px 0px 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 190px;
	flex: 0 1 190px;
	max-width: 190px;
	position: relative;
}

.filters-form__date._active .filters-form__dateblock {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: calc(100% + 20px);
}

.filters-form__date._active .filters-form__icon {
	margin: 0px 11px 0px 0px;
}

.filters-form__date._active .filters-form__icon::before {
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 992px) {
	.filters-form__date {
		padding: 0;
	}
}

.filters-form__datebtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.filters-form__dateblock {
	background: #fff;
	padding: 26px;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 13px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	top: calc(100% + 50px);
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.filters-form__dateblock .dhx_calendar {
	display: block;
}

.filters-form__icon {
	margin: 0px 11px 0px 0px;
}

.filters-form__icon::before {
	font-size: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.filters-form__city {
	padding: 0px 0px 0px 10px;
}

@media (max-width: 992px) {
	.filters-form__city {
		padding: 0;
	}
}

.filters-city {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 140px;
	flex: 0 1 140px;
	max-width: 140px;
	position: relative;
}

.filters-city._active .filters-city__block {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: calc(100% + 20px);
	opacity: 1;
	visibility: visible;
}

.filters-city__block,
.filters-district__block,
.filters-form__searchblock {
	position: absolute;
	z-index: 1;
	top: calc(100% + 50px);
	left: 0;
	width: 248px;
	max-width: 248px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 8px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	border-radius: 13px;
}

.filters-city__block p,
.filters-district__block p,
.filters-form__searchblock p {
	font-size: 14px;
	color: #000000;
	padding: 8px;
	cursor: pointer;
}

@media (min-width: 1024px) {

	.filters-city__block p:hover,
	.filters-district__block p:hover,
	.filters-form__searchblock p:hover {
		background: #e5f0ff;
		border-radius: 8px;
	}
}

.filters-city__btn {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filters-form__district {
	padding: 0px 0px 0px 10px;
}

@media (max-width: 992px) {
	.filters-form__district {
		padding: 0;
	}
}

.filters-district {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 190px;
	flex: 0 1 190px;
	max-width: 190px;
	position: relative;
}

.filters-district._active .filters-district__block {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: calc(100% + 20px);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1300px) {
	.filters-district {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 130px;
		flex: 0 0 130px;
	}
}

.filters-district__btn {
	position: relative;
	z-index: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 992px) {
	.filters-form__btn {
		width: 40px;
		min-height: 30px;
		border-radius: 5px;
		position: relative;
	}

	.filters-form__btn::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 16px;
		height: 16px;
		background: url('../img/icons/lens.svg') no-repeat;
		background-size: contain;
	}

	.filters-form__btn span {
		display: none;
	}
}

.header-filters__check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.header-filters__check>*:not(:last-child) {
	margin: 0px 35px 0px 0px;
}

@media (max-width: 992px) {
	.header-filters__check>*:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}
}

.form-filter {
	display: none;
	position: relative;
}

.form-filter._active .form-filter__content {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: visible;
	top: calc(100% + 15px);
}

.form-filter._active .form-filter__btn::before {
	content: '\e91a';
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}

@media (max-width: 992px) {
	.form-filter {
		display: block;
	}
}

.form-filter__btn {
	width: 25px;
}

.form-filter__btn::before {
	font-family: icomoon;
	content: '\e909';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 16px;
	color: #9d9d9d;
}

.block-click-toggle {
	cursor: pointer;
}

.form-filter__content {
	position: absolute;
	z-index: 100;
	top: calc(100% + 50px);
	right: -25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
	padding: 10px 30px 10px 10px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px 0px 0px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

/* Элементы внутри выпадающего фильтра всегда видимы */
.form-filter__content .header-filters__check,
.form-filter__content .filters-form__date,
.form-filter__content .filters-city {
	display: block !important;
}

.form-filter__content .header-filters__check {
	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;
}

.form-filter__left {
	min-width: 150px;
}

.form-filter__left>*:not(:last-child) {
	margin: 0px 0px 38px 0px;
}

.form-filter__right {
	min-width: 180px;
}

.product .title {
	margin-bottom: 0;
}

.product-order-form {
	margin: 0px 0px 10px 0px;
}

.product-order-form .options {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	gap: 10px;
	box-sizing: border-box;
}

.product-order-form .options input:checked+.options__label:before {
	background: #267ded;
}

.product-order-form .options input:checked+.options__label span {
	color: #fff;
}

.product-order-form .options input:checked+.options__label .icon-rub::before {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.product-order-form .options .options__item {
	width: 29%;
	flex-grow: 1;
}

.product-order-form .options .options__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	color: #000;
	line-height: 1;
	width: 100%;
	cursor: pointer;
}

.product-order-form .options .options__label:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 13px;
	min-width: 100%;
	min-height: 39px;
	background: #f2f7ff;
	border: 0;
}


.product-order-form .options .options__label span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #267ded;
	padding: 0px 5px;
}


.product-order-form .options .options__label .icon-rub::before {
	font-size: 10px;
	position: relative;
	top: -1px;
	font-weight: 700;
}

.product-order-form__title {
	padding: 0px 0px 10px 0px;
	margin-top: -7px;
}

@media (max-width: 1366px) {
	.product-order-form__title {
		font-size: 20px;
	}
}


.product-order-form__alert {
	font-size: 14px;
	line-height: 1.4;
	color: #267ded;
	margin: 20px 0px;
	display: none;
}

.product-order-form__alert .icon-rub::before {
	font-size: 11px;
}

.product-order-form__alert._active {
	display: block;
}

.product-order-form__head {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 20px;
	margin: 0px 0px 10px 0px;
}

.product-order-form__head .spollers-block__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-decoration-line: underline;
	color: #267ded;
	cursor: pointer;
	padding: 0px 20px 0px 0px;
	position: relative;
}



.product-order-form__head .spollers-block__title::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	right: 0;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-order-form__head .spollers-block__title._active::after {
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.product-order-form__delivery {
	margin: 0px 0px 20px 0px;
	background: #ffffff;
	border-radius: 13px;
	position: relative;
	display: none;
}

.product-order-form__delivery._active {
	display: block;
}

.product-order-form__delivery .icon-rub::before {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	top: -1px;
}

@media (max-width: 1366px) {
	.product-order-form__delivery .icon-rub::before {
		font-size: 13px;
	}
}


.product-order-form__delivery .checkbox__label {
	position: relative;
	color: #267ded;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
	padding: 0px 40px 0px 0px;
	top: 12px;
}

.product-order-form__delivery .checkbox__label::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
}

@media (max-width: 1366px) {
	.product-order-form__delivery .checkbox__label {
		font-size: 15px;
	}
}



.product-order-fromto__check {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 23px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #e5f0ff url('../img/icons/check.svg') no-repeat;
	background-size: 12px;
	background-position: center;
	display: none;
}

.product-order-fromto__check._active {
	display: block;
}


.product-order-fromto__quantityblock .quantity {
	width: 120px;
	height: 45px;
	border: 0;
	border-radius: 13px;
	background: #f2f7ff;
}

.product-order-fromto__quantityblock .quantity input {
	background: #f2f7ff;
	font-weight: 700;
	font-size: 20px;
	color: #267ded;
}



.product-order-fromto__quantityblock .quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	height: 45px;
	background: #267ded;
	position: relative;
	border-radius: 13px;
}


.product-order-fromto__quantityblock .quantity__button_minus {
	width: 45px;
	position: relative;
}

.product-order-fromto__quantityblock .quantity__button_minus::before {
	content: '-';
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
}


.product-order-fromto__quantityblock .quantity__button_plus {
	position: relative;
}

.product-order-fromto__quantityblock .quantity__button_plus::before {
	content: '+';
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
}


.product-order-fromto {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 20px;
	width: 100%;
}


.product-order-fromto__row {
	background: #ffffff;
	position: relative;
	display: none;
}

.product-order-fromto__row._active {
	display: block;
}


.product-order-fromto__mobquant {
	display: none;
}


.product-order-fromto__quantityblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	margin: 0px 0px 20px 0px;
}


.product-order-fromto__quanttitle {
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: var(--blue);
}

.product-order-form__btn {
	width: 100%;
	margin-top: 15px;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: var(--grey);
}

.stock_count {
	color: var(--blue);
	font-weight: 600;
	margin-top: 3px;
}


.product-order-fromto__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: relative;
	margin: 0px 0px 10px 0px;
}

.product-order-fromto__block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0.5px;
	height: 100%;
	background: #ddd;
}

.product-order-fromto__from {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 0px 10px 0px 0px;
}

.product-order-fromto__title {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
	margin: 0px 0px 3px 0px;
}

.product-order-fromto__city {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 0px 9px 0px;
}

.product-order-fromto__addr {
	font-size: 12px;
	line-height: 1.3;
	color: #9d9d9d;
}

.product-order-fromto__to {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 0px 0px 0px 10px;
}

.product-order-fromto__velocity {
	border-radius: 5px;
	color: #267ded;
	padding: 10px;
	width: 100%;
	border: 1px solid #267ded;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.product-order-fromto__price {
	font-weight: 700;
	font-size: 28px;
	color: #267ded;
}

.product-order-fromto__price .icon-rub::before {
	font-size: 20px;
	position: relative;
	top: -1px;
}



.map-sidebar-filter-form input {
	background: #f2f7ff;
	border-radius: 13px;
	height: 45px;
	margin: 0px 10px 0px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	padding: 0px 10px;
}

.map-sidebar-filter-form input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
}

.map-sidebar-filter-form input::-moz-placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
}

.map-sidebar-filter-form input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
}

.map-sidebar-filter-form input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
}

.map-sidebar-filter-form input::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
}

.map-sidebar-filter-form input:last-child {
	margin: 0;
}

.map-sidebar-filter-form .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0px 0px 30px 0px;
}

.map-sidebar-filter-form .options input:checked+.options__label:before {
	background: #267ded;
}

.map-sidebar-filter-form .options input:checked+.options__label span {
	color: #fff;
}

.map-sidebar-filter-form .options input:checked+.options__label .icon-rub::before {
	color: #fff;
}

.map-sidebar-filter-form .options .options__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 60px;
	flex: 1 0 60px;
	width: 100%;
	margin: 0px 10px 0px 0px;
}

.map-sidebar-filter-form .options .options__item:last-child {
	margin: 0;
}

.map-sidebar-filter-form .options .options__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	color: #000;
	line-height: 1.4285714286;
	width: 100%;
	cursor: pointer;
}

.map-sidebar-filter-form .options .options__label:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 13px;
	min-width: 100%;
	min-height: 39px;
	background: #f2f7ff;
	border: 0;
}

.map-sidebar-filter-form .options .options__label:after {
	background: none;
}

.map-sidebar-filter-form .options .options__label span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #267ded;
	padding: 0px 5px;
}

.map-sidebar-filter-form .options .options__label .icon-rub::before {
	font-size: 10px;
	position: relative;
	top: -1px;
}

.map-sidebar-filter-form .checkbox {
	margin: 0px 20px 0px 0px;
}

.map-sidebar-filter-form .checkbox:last-child {
	margin: 0;
}

.form__item {
	margin: 0px 0px 35px 0px;
}

.form__item_keywords {
	margin-top: 20px !important;
}

.form__item-stoimdost {
	flex-direction: column;
	align-items: flex-start !important;
	margin-bottom: 12px !important;
}

.form__item-stoimdost .checkbox__label:before {
	margin-right: 8px;
}

.form__item-stoimdost .checkbox {
	margin-left: 131px;
}

.form__item-column-stoimdost input {
	margin-top: 10px;
}

.form__item-column {
	display: flex;
	align-items: center;
	position: relative;
}

.form__item-column-stoimdost {
	width: inherit;
	display: flex;
	align-items: center;
}

.form__adprice {
	flex-grow: 1;
	margin-right: 15px;
}

.form__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form_tarif__placeholder {
	transition: all 0.3s;
	color: var(--grey);
	position: absolute;
	left: 5px;
	font-size: 12px;
	top: 21px;
	pointer-events: none;
}

.tarif__input:focus+.form_tarif__placeholder,
.tarif__input:not(:placeholder-shown)+.form_tarif__placeholder {
	left: 100px;
	top: 5px;
}

.tarif__input::placeholder {
	color: transparent !important;
}



.form__razrvikup .form__label {
	white-space: nowrap;
}

.map-sidebar-filter-form__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
	margin: 0px 0px 10px 0px;
}

.map-sidebar-filter__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1300px) {
	.map-sidebar-filter__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.map-sidebar-filter__buttons .btn {
		margin: 0px 0px 15px 0px;
	}
}

.map-sidebar-filter__close {
	position: absolute;
	z-index: 30;
	top: 20px;
	right: 20px;
	cursor: pointer;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.map-sidebar-filter__close::before {
	font-size: 18px;
}

.map-sidebar-filter__btn {
	cursor: pointer;
}

.ask-form textarea {
	background: #e6f0fe;
	border-radius: 13px;
	width: 100%;
	height: 150px;
	padding: 10px;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}


.ask-form .btn {
	width: 150px;
}

.profile-main,
.profile-schedule,
.add-adv {
	width: 665px;
}

.profile-main .form__label,
.profile-main .profile-main__label,
.profile-schedule .form__label,
.profile-schedule .profile-main__label,
.add-adv .form__label,
.add-adv .profile-main__label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 115px;
	flex: 0 0 115px;
	text-align: right;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000000;
	opacity: 0.8;
	margin: 0px 14px 0px 0px;
}


.profile-main .spollers-block__title._active .profile-schedule__value span::before,
.profile-schedule .spollers-block__title._active .profile-schedule__value span::before,
.add-adv .spollers-block__title._active .profile-schedule__value span::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.profile-main .input,
.profile-schedule .input,
.add-adv .input {
	background: #e5f0ff;
	border-radius: 13px;
	height: 56px;
	padding: 0px 16px;
	font-size: 14px;
}

.profile-main .input::-webkit-input-placeholder,
.profile-schedule .input::-webkit-input-placeholder,
.add-adv .input::-webkit-input-placeholder {
	color: #9d9d9d;
}

.profile-main .input::-moz-placeholder,
.profile-schedule .input::-moz-placeholder,
.add-adv .input::-moz-placeholder {
	color: #9d9d9d;
}

.profile-main .input:-ms-input-placeholder,
.profile-schedule .input:-ms-input-placeholder,
.add-adv .input:-ms-input-placeholder {
	color: #9d9d9d;
}

.profile-main .input::-ms-input-placeholder,
.profile-schedule .input::-ms-input-placeholder,
.add-adv .input::-ms-input-placeholder {
	color: #9d9d9d;
}

.profile-main .input::placeholder,
.profile-schedule .input::placeholder,
.add-adv .input::placeholder {
	color: #9d9d9d;
}


.profile-main textarea,
.profile-schedule textarea,
.add-adv textarea {
	background: #e5f0ff;
	border-radius: 13px;
	height: 250px;
	width: 100%;
	padding: 16px;
	font-size: 14px;
}


.profile-main .form__item,
.profile-schedule .form__item,
.add-adv .form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 19px 0px;
	width: 100%;
	position: relative;
}

.profile-main .form__item:last-child,
.profile-schedule .form__item:last-child,
.add-adv .form__item:last-child {
	margin: 0;
}


@media (max-width: 992px) {

	.profile-main .form__item_row,
	.profile-schedule .form__item_row,
	.add-adv .form__item_row {
		height: auto;
	}
}

.profile-main .form__row,
.profile-schedule .form__row,
.add-adv .form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.profile-main .form__row .profile-main__question,
.profile-schedule .form__row .profile-main__question,
.add-adv .form__row .profile-main__question {
	margin: 0px;
}

@media (max-width: 992px) {

	.profile-main .form__row,
	.profile-schedule .form__row,
	.add-adv .form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.profile-main .form__input,
.profile-schedule .form__input,
.add-adv .form__input {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0px 15px 0px 0px;
}

.profile-main .form__input:last-child,
.profile-schedule .form__input:last-child,
.add-adv .form__input:last-child {
	margin: 0;
}

@media (max-width: 992px) {

	.profile-main .form__input,
	.profile-schedule .form__input,
	.add-adv .form__input {
		margin: 0px 0px 15px 0px;
	}
}

.profile-main .options,
.profile-schedule .options,
.add-adv .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: -7px;
}


.profile-main .options__item,
.profile-schedule .options__item,
.add-adv .options__item {
	padding: 7px;
}


.profile-main .options__label,
.profile-schedule .options__label,
.add-adv .options__label {
	cursor: pointer;
}

.profile-main .options__label::before,
.profile-schedule .options__label::before,
.add-adv .options__label::before {
	margin: 0px 8px 0px 0px;
	background: #e5f0ff;
	border: 0.5px solid #e5f0ff;
}


.profile-main .options__label:checked::before,
.profile-schedule .options__label:checked::before,
.add-adv .options__label:checked::before {
	background: #e5f0ff;
}

.profile-main .options__input:checked+.options__label:before,
.profile-schedule .options__input:checked+.options__label:before,
.add-adv .options__input:checked+.options__label:before {
	border: 0.5px solid #267ded;
	background: #267ded;
}

.profile-main .options__input:checked+.options__label:after,
.profile-schedule .options__input:checked+.options__label:after,
.add-adv .options__input:checked+.options__label:after {
	background: #267ded;
}

.profile-main .form__btn,
.profile-schedule .form__btn,
.add-adv .form__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	margin: 0px 0px 0px 131px;
	margin-bottom: 10px;
}

.profile-main .spollers-block,
.profile-schedule .spollers-block,
.add-adv .spollers-block {
	margin: 0px 0px 20px 0px;
}

.profile-main .spollers-block__body,
.profile-schedule .spollers-block__body,
.add-adv .spollers-block__body {
	padding: 20px 0px 0px 0px;
}

@media (max-width: 1120px) {

	.profile-main,
	.profile-schedule,
	.add-adv {
		width: 100%;
	}
}

.add__btn {
	margin: 0px 0px 0px 130px;
}

.form__item.form__item_textarea {
	height: auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form__item.form__item_textarea .form__label {
	padding: 20px 0px 0px 0px;
}


.profile-main__title,
.profile-schedule__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	color: #267ded;
	margin-bottom: 15px;
}

@media (max-width: 992px) {

	.profile-main__title,
	.profile-schedule__title {
		font-size: 18px;
	}
}


.profile-main__value {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #267ded;
}

.profile-main__question {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	border-radius: 50%;
	margin: 0px 0px 0px 15px;
	background: #e5f0ff;
	position: relative;
}

.profile-main__question::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
}


.profile-schedule__title {
	padding: 0px 0px 15px 0px;
}

.profile-schedule__value {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #000000;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
}

.profile-schedule__value span {
	white-space: nowrap;
	color: #267ded;
	text-decoration: underline;
	position: relative;
	padding: 0px 15px 0px 0px;
}

.profile-schedule__value span::before {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (min-width: 1024px) {
	.profile-schedule__value span:hover {
		text-decoration: none;
	}
}

.form__item_rest>*:not(:last-child) {
	margin: 0px 7px 0px 0px;
}

.form__item_rest .profile-main__question {
	margin: 0;
}

.form__item_rest .profile-main__label {
	margin: 0px 14px 0px 0px;
}

.profile-schedule__addaddr {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.02em;
	text-decoration-line: underline;
	color: #267ded;
	opacity: 0.8;
	background: none;
}

@media (min-width: 1024px) {
	.profile-schedule__addaddr:hover {
		text-decoration: none;
	}
}


.addaddr .input {
	padding: 0px 100px 0 16px;
}

.addaddr__input {
	height: 100%;
	width: 100%;
	position: relative;
}

.addaddr__input._active .addaddr__block {
	top: calc(100% + 8px);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.addaddr__block {
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 13px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.addaddr__block p {
	font-size: 14px;
	letter-spacing: -0.02em;
	color: #000000;
	opacity: 0.8;
	padding: 8px 5px 8px 21px;
	position: relative;
	border-radius: 8px;
}

.addaddr__block p::before {
	font-family: icomoon;
	content: '\e916';
	position: absolute;
	top: 50%;
	left: 3px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	color: #000;
}

.addaddr__block p:last-child {
	margin: 0;
}

@media (min-width: 1024px) {
	.addaddr__block p:hover {
		background: #e5f0ff;
		color: #267ded;
	}

	.addaddr__block p:hover::before {
		color: #267ded;
	}
}

.profile-added {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -7px;
}

.profile-added__item {
	padding: 7px;
	position: relative;
}

.profile-added__item p {
	display: block;
	font-size: 14px;
	color: #9d9d9d;
	background: rgba(217, 217, 217, 0.25);
	border-radius: 8px;
	padding: 4px 11px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 150px;
}

.profile-added__close {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url('../img/icons/close.svg') no-repeat;
	background-size: contain;
}


.profile-schedule__boxeswrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0px 0px 0px 131px;
}

.profile-schedule__boxeswrap .checkbox {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0px 15px 15px 0px;
}

.profile-schedule__boxeswrap .checkbox:last-child {
	margin: 0px 0px 15px 0px;
}


.profile-schedule__boxeswrap .checkbox__label {
	white-space: nowrap;
	position: relative;
	padding: 0px 0px 0px 30px;
}

.profile-schedule__boxeswrap .checkbox__label::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0px;
}


.form__item_msg {
	display: none !important;
}

.form__item_msg textarea {
	max-width: 390px;
	height: 113px;
}

.form__item_msg._active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.add-adv .select {
	width: 100%;
}

.content-filter {
	position: absolute;
	top: -3px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.content-filter>span {
	position: relative;
	top: 2px;
	font-size: 16px;
	color: #a8a8a8;
}

.content-filter .select {
	pointer-events: auto;
}

.content-filter .select__title {
	color: #9d9d9d;
	font-size: 16px;
	border: 0;
	background: none;
	border-radius: 13px;
	cursor: pointer;
	height: auto;
}

.content-filter .select__value {
	height: auto;
	padding: 0px 20px 0 10px;
}

.content-filter .select__value span {
	color: #267ded;
}

.content-filter .select__value::after {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 10px;
}

.content-filter .select .select__options {
	background: #fff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	border-radius: 13px;
	border: 1px solid #d9d9d9;
	top: 25px;
	left: unset;
	right: 0;
	padding: 10px 0px;
}


.content-filter .select .select__option {
	font-size: 14px;
	color: #9d9d9d;
	padding: 7px 15px;
	background: #fff;
}

@media (min-width: 1024px) {
	.content-filter .select .select__option:hover {
		color: #267ded;
	}
}

.content-filter .select._select-active .select__content {
	color: #267ded;
}

@media (max-width: 700px) {
	.content-filter {
		position: relative;
		top: 0;
		margin: 0px 0px 15px 0px;
	}
}

.content-filter_rent {
	top: -40px;
}

@media (max-width: 700px) {
	.content-filter_rent {
		top: 0;
	}
}

.popup-login-form .input {
	background: #f2f7ff;
	border-radius: 13px;
	height: 45px;
	padding: 0px 10px;
	color: #9d9d9d;
}

.popup-login-form textarea {
	width: 100%;
	height: 150px;
	background: #f2f7ff;
	border-radius: 13px;
	padding: 10px;
	color: #9d9d9d;
}

.popup-login-form .form__item {
	margin: 0px 0px 25px 0px;
	position: relative;
}


.popup-login-form .form__label {
	font-weight: 500;
	font-size: 14px;
	color: #9d9d9d;
	margin: 0px 0px 7px 7px;
	display: block;
}

.popup-login-form .form__item_check {
	margin: -15px 0px 25px 0px;
}


.popup-login-form .form__btn {
	margin: 0px 15px 0px 0px;
}

.popup-login-form__buttons > .popup-login-form__forgot {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 39px;
	padding: 10px 18px;
	margin: 0;
	border-radius: 13px;
	background: #e5f0ff;
	line-height: 1.15;
	text-align: center;
}


.btn_login {
	margin: 0px 0px 0px 20px;
}

.btn_login span {
	margin: 0px 0px 0px 4px;
}


.popup-login-form__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-login-form__buttons p {
	font-size: 14px;
	color: #9d9d9d;
}


.popup-login-form__forgot {
	font-size: 14px;
	color: #267ded;
}

@media (min-width: 1024px) {
	.popup-login-form__forgot:hover {
		text-decoration: underline;
	}
}


.popup-login-form__create {
	font-size: 14px;
	color: #9d9d9d;
}

.popup-login-form__create a {
	color: #267ded;
}

.auth-telegram {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 20px 0 0;
}

.auth-telegram__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9d9d9d;
}

.auth-telegram__divider::before,
.auth-telegram__divider::after {
	content: '';
	flex: 1 1 auto;
	height: 1px;
	background: #dbe7f6;
}

.auth-telegram__title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #1f2937;
}

.auth-telegram__title-icon {
	--telegram-title-icon-size: 20px;
	flex: 0 0 var(--telegram-title-icon-size);
	width: var(--telegram-title-icon-size);
	height: var(--telegram-title-icon-size);
	border-radius: 50%;
	background: #2aabee;
	box-shadow: 0 8px 18px rgba(42, 171, 238, 0.25);
	position: relative;
}

.auth-telegram__title-icon::before {
	content: '';
	position: absolute;
	inset: 4px;
	background-color: #fff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.43 4.34a1.73 1.73 0 0 0-1.78-.28L3.75 10.6a1.72 1.72 0 0 0 .12 3.21l4.18 1.39 1.4 4.32a1.72 1.72 0 0 0 3.11.36l2.32-3.38 4.24 3.1a1.72 1.72 0 0 0 2.71-1.02l1.87-12.48a1.72 1.72 0 0 0-.27-1.76ZM9.28 14.57l-.78 2.88-.92-2.85 8.86-6.98-7.16 6.95Zm1.47 3.1.73-2.69 1.81 1.32-2.54 1.37Zm8.99-.39-3.81-2.79a1.72 1.72 0 0 0-2.12.03l-2.04 1.9 6.67-6.48-1.4 7.34Z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.43 4.34a1.73 1.73 0 0 0-1.78-.28L3.75 10.6a1.72 1.72 0 0 0 .12 3.21l4.18 1.39 1.4 4.32a1.72 1.72 0 0 0 3.11.36l2.32-3.38 4.24 3.1a1.72 1.72 0 0 0 2.71-1.02l1.87-12.48a1.72 1.72 0 0 0-.27-1.76ZM9.28 14.57l-.78 2.88-.92-2.85 8.86-6.98-7.16 6.95Zm1.47 3.1.73-2.69 1.81 1.32-2.54 1.37Zm8.99-.39-3.81-2.79a1.72 1.72 0 0 0-2.12.03l-2.04 1.9 6.67-6.48-1.4 7.34Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.auth-telegram__widget {
	min-height: 44px;
}

@media (min-width: 1024px) {
	.popup-login-form__create a:hover {
		text-decoration: underline;
	}
}


.popup-login-form__eye {
	position: absolute;
	top: calc(100% - 24px);
	right: 10px;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url('../img/icons/eye1.svg') no-repeat;
	background-size: contain;
	cursor: pointer;
}

.popup-login-form__eye._active {
	background: url('../img/icons/eye.svg') no-repeat;
	background-size: contain;
}


.create-form-valid {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 7px;
}

.create-form-valid__title {
	font-weight: 500;
	font-size: 14px;
	color: #9d9d9d;
	margin: 0px 0px 15px 0px;
}

.create-form-valid__rule {
	font-weight: 300;
	font-size: 14px;
	color: #dc2626;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}

.create-form-valid__rule:last-child {
	margin: 0;
}

.create-form-valid__rule._valid {
	color: #267ded;
}

.create-form-valid__rule._valid::before {
	font-family: icomoon;
	content: '\e90d';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
}

._grey {
	color: #9d9d9d;
	opacity: 0.8;
}

._red {
	color: #fd6161;
}

.balance .select {
	pointer-events: auto;
}

.balance .select__title {
	color: #9d9d9d;
	font-size: 16px;
	border: 0;
	background: none;
	border-radius: 13px;
	cursor: pointer;
	height: auto;
}



.balance .select__value {
	height: auto;
	padding: 0px 20px 0 10px;
}

.balance .select__value span {
	color: #267ded;
}

.balance .select__value::after {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 10px;
}

.balance .select .select__options {
	background: #fff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	border-radius: 13px;
	border: 1px solid #d9d9d9;
	top: 25px;
	left: unset;
	right: 0;
	padding: 10px 0px;
}


.balance .select .select__option {
	font-size: 14px;
	color: #9d9d9d;
	padding: 7px 15px;
	background: #fff;
}

@media (max-width: 1250px) {
	.balance .balance-wallet__filters {
		margin: 0px 0px 0px -20px;
	}
}

.add-funds .popup-login-form .form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.add-funds .popup-login-form .form__label {
	width: 117px;
	margin: 0px 15px 0px 0px;
	color: #000;
	text-align: right;
}



.add-funds .popup-login-form .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: -7px;
}


.add-funds .popup-login-form .options__item {
	padding: 7px;
}


.add-funds .popup-login-form .options__label {
	cursor: pointer;
}

.add-funds .popup-login-form .options__label::before {
	margin: 0px 8px 0px 0px;
	background: #e5f0ff;
	border: 0.5px solid #e5f0ff;
}


.add-funds .popup-login-form .options__label:checked::before {
	background: #e5f0ff;
}

.add-funds .popup-login-form .options__input:checked+.options__label:before {
	border: 0.5px solid #267ded;
}

.add-funds .popup-login-form .options__input:checked+.options__label:after {
	background: #267ded;
}

.add-funds .input {
	max-width: 286px;
}


.about-search-form {
	margin: 0 auto;
}

.about-search-form .form__item {
	position: relative;
	margin: 0;
}

.about-search-form .input {
	height: 67px;
	padding: 0px 100px 0px 35px;
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.03);
	border-radius: 13px;
}

.about-search-form .input::-webkit-input-placeholder {
	font-size: 14px;
	color: #9d9d9d;
}

.about-search-form .input::-moz-placeholder {
	font-size: 14px;
	color: #9d9d9d;
}

.about-search-form .input:-ms-input-placeholder {
	font-size: 14px;
	color: #9d9d9d;
}

.about-search-form .input::-ms-input-placeholder {
	font-size: 14px;
	color: #9d9d9d;
}

.about-search-form .input::placeholder {
	font-size: 14px;
	color: #9d9d9d;
}


.about-search-form .form__btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	min-height: 30px;
	right: 10px;
}


.print-form__title {
	color: #267ded;
}

.add-aplcal {
	margin: 0px 0px 0px 130px;
}

.add-aplcal .dhx_calendar {
	display: block;
}

.chat-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fafafa;
}

.chat-form .form__item {
	width: 100%;
	margin: 0;
}

.chat-form .input {
	height: 66px;
	border-radius: 13px;
	padding: 0px 13px;
}


.chat-form textarea.input {
	height: 66px;
	width: 100%;
	padding-top: 23px;
}

.chat-form ::-webkit-scrollbar {
	display: none;
}



.chat-form .form__btn {
	width: 66px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66px;
	flex: 0 0 66px;
	height: 66px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	background: #ffffff url('../img/icons/arrow1.svg') no-repeat;
	background-size: 28px;
	background-position: center;
}



.chat-form__controls {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	margin: 0px 13px 0px 0px;
}


.chat-form__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.chat-form__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 20px 0px 0px;
}

.chat-form__btns:last-child {
	margin: 0px 10px 0px 0px;
}

.chat-form__plus {
	margin: 0px 15px 0px 0px;
	position: relative;
}

.chat-form__plus._active .chat-form__plusblock {
	opacity: 1;
	visibility: visible;
}

.chat-form__plusblock {
	position: absolute;
	bottom: 100%;
	right: 100%;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	border-radius: 13px;
	padding: 8px;
}

.chat-form__plustoggle::before {
	content: '\e91a';
	font-family: icomoon;
	font-size: 24px;
	color: #9d9d9d;
}


.chat-form__photo {
	padding: 8px;
	cursor: pointer;
	border-radius: 10px;
}

.chat-form__photo label {
	font-size: 14px;
	color: #9d9d9d;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	padding: 0px 0px 0px 26px;
}

.chat-form__photo label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../img/icons/cam.svg') no-repeat;
	background-size: contain;
}

.chat-form__photo input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
}

@media (min-width: 1024px) {
	.chat-form__photo:hover {
		background: #e5f0ff;
	}
}

.chat-form__video {
	padding: 8px;
	border-radius: 10px;
}

.chat-form__video label {
	font-size: 14px;
	color: #9d9d9d;
	white-space: nowrap;
	padding: 0px 0px 0px 26px;
	position: relative;
	cursor: pointer;
}

.chat-form__video label::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../img/icons/vid.svg') no-repeat;
	background-size: contain;
}

.chat-form__video input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
}

@media (min-width: 1024px) {
	.chat-form__video:hover {
		background: #e5f0ff;
	}
}

.chat-form__adv {
	padding: 8px;
	cursor: pointer;
	border-radius: 10px;
}

.chat-form__adv label {
	font-size: 14px;
	color: #9d9d9d;
	white-space: nowrap;
	padding: 0px 0px 0px 26px;
	position: relative;
	cursor: pointer;
}

.chat-form__adv label::before {
	font-family: icomoon;
	content: '\e904';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
}

.chat-form__adv input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
}

@media (min-width: 1024px) {
	.chat-form__adv:hover {
		background: #e5f0ff;
	}
}

.chat-form__add {
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url('../img/icons/attach.svg') no-repeat;
	background-size: 24px;
}


.checkbox__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form__item_check1 .checkbox__label {
	padding: 0px 0px 0px 35px;
	line-height: 1.5;
}

.form__item_check1 .checkbox__label::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.row:after {
	display: block;
	content: '';
	clear: both;
}

.rub:before {
	font-family: icomoon;
	content: '\e91f';
	font-size: inherit;
	font-style: normal;
	margin: 0px 0px 0px 2px;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}

ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}

ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}

.cell.full {
	width: 100%;
}

._ibg {
	position: relative;
}

._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}

.moretext__more span {
	font-style: normal;
}

.moretext__more span:first-child {
	display: block;
}

.moretext__more span:last-child {
	display: none;
}

.moretext__more.active span {
	font-style: normal;
}

.moretext__more.active span:first-child {
	display: none;
}

.moretext__more.active span:last-child {
	display: block;
}

#map {
	background: url('../img/icons/loading.gif') center/50px no-repeat;
}

.slick-slider {
	position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slider .slick-slide {
	position: relative;
}

.tab__item {
	display: none;
}

.tab__item.active {
	display: block;
}

._tabs-item {
	cursor: pointer;
}

._tabs-block {
	display: none;
}

._tabs-block._active {
	display: block;
}

.spollers-block__body {
	display: none;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}

.baloon button {
	display: none !important;
}

.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}

.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}

._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.simple-rating {
	position: relative;
	font-size: 20px;
	display: inline-block;
}

.simple-rating::before {
	content: '★★★★★';
	display: block;
}

.simple-rating__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	overflow: hidden;
}

.simple-rating__item {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.simple-rating__label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
	color: #d2d2d2;
}

.simple-rating__label::before {
	content: '★';
	display: block;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.simple-rating__label:hover,
.simple-rating__label:hover~.simple-rating__label,
.simple-rating__label:checked~.simple-rating__label:hover {
	color: #ffd300;
}

.simple-rating__item:checked,
.simple-rating__item:checked~.simple-rating__label {
	color: #ffd300;
}

@font-face {
	font-family: lg;
	src: url(../fonts/lg.woff2?io9a6k) format('woff2'), url(../fonts/lg.ttf?io9a6k) format('truetype'),
		url(../fonts/lg.woff?io9a6k) format('woff'), url(../fonts/lg.svg?io9a6k#lg) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

.lg-icon {
	font-family: lg !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-container {
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1084;
	outline: 0;
	border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
	opacity: 0 !important;
	cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
	color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
	display: none;
}

.lg-next {
	right: 20px;
}

.lg-next:before {
	content: '\e095';
}

.lg-prev {
	left: 20px;
}

.lg-prev:after {
	content: '\e094';
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-media-overlap .lg-toolbar {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	will-change: color;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	background: 0 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
	font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: '\e070';
}

.lg-toolbar .lg-maximize {
	font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
	content: '\e90a';
}

.lg-toolbar .lg-download:after {
	content: '\e0f2';
}

.lg-sub-html {
	color: #eee;
	font-size: 16px;
	padding: 10px 40px;
	text-align: center;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

.lg-sub-html a {
	color: inherit;
}

.lg-sub-html a:hover {
	text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.lg-error-msg {
	font-size: 14px;
	color: #999;
}

.lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	height: 47px;
	vertical-align: middle;
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
	-o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
	-webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
	transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
	transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear,
		-webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
	opacity: 0;
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	will-change: transform, opacity;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1),
		-webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
	color: #fff;
	border-radius: 3px;
	outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
	border-radius: 8px;
	outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	width: 100%;
	max-height: 350px;
	overflow: hidden;
	float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
	text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
	text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
	text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
	display: none;
}

.lg-outer .lg-thumb {
	padding: 5px 0;
	height: 100%;
	margin-bottom: -5px;
	display: inline-block;
	vertical-align: middle;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border-radius: 2px;
	margin-bottom: 5px;
	will-change: border-color;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
	content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.lg-outer .lg-video-cont .lg-object {
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-video-object {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 3;
}

.lg-outer .lg-video-poster {
	z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
	opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
	opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes lg-play-stroke {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@-webkit-keyframes lg-play-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lg-play-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lg-video-play-button {
	width: 18%;
	max-width: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	will-change: opacity, transform;
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
	-o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
	-webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
	transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
	-o-transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
	transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
	transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s,
		-webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}

.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
	opacity: 1;
}

.lg-video-play-icon-bg {
	fill: none;
	stroke-width: 3%;
	stroke: #fcfcfc;
	opacity: 0.6;
	will-change: opacity;
	-webkit-transition: opacity 0.12s ease-in;
	-o-transition: opacity 0.12s ease-in;
	transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	fill: none;
	stroke-width: 3%;
	stroke: rgba(30, 30, 30, 0.9);
	stroke-opacity: 1;
	stroke-linecap: round;
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
}

.lg-video-play-icon {
	position: absolute;
	width: 25%;
	max-width: 120px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0.6;
	will-change: opacity;
	-webkit-transition: opacity 0.12s ease-in;
	-o-transition: opacity 0.12s ease-in;
	transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
	fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
	-webkit-animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
	animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.7);
	-ms-transform: translate(-50%, -50%) scale(0.7);
	transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	will-change: opacity;
	-webkit-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: '\e01a';
}

.lg-single-item .lg-autoplay-button {
	opacity: 0.75;
	pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	will-change: transform;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	-o-transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	will-change: transform;
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
	-webkit-transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
	transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
	-o-transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
	transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s,
		-webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
	transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
	max-width: none !important;
	max-height: none !important;
	top: 50% !important;
	left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
	transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
	top: 0 !important;
	left: 50% !important;
	max-width: none !important;
	max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
	transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
	top: 50% !important;
	left: 0 !important;
	max-width: none !important;
	max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
	content: '\e311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
	opacity: 0.5;
	pointer-events: none;
}

.lg-icon.lg-actual-size {
	font-size: 20px;
}

.lg-icon.lg-actual-size:after {
	content: '\e033';
}

.lg-icon.lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
	content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out {
	opacity: 0.75;
	pointer-events: none;
}

.lg-outer .lg-pager-outer {
	text-align: center;
	z-index: 1080;
	height: 10px;
	margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
	display: none;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	will-change: transform, opacity;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: '\e20c';
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: '\e20d';
}

.lg-outer .lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	will-change: visibility, opacity;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	will-change: visibility, opacity, transform;
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	-o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer .lg-share {
	position: relative;
}

.lg-outer .lg-share:after {
	content: '\e80d';
}

.lg-outer .lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
	content: '\e904';
}

.lg-outer .lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
	content: '\e907';
}

.lg-outer .lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
	content: '\e906';
}

.lg-comment-box {
	width: 420px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	background-color: #fff;
	will-change: transform;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
	margin: 0;
	color: #fff;
	font-size: 18px;
}

.lg-comment-box .lg-comment-header {
	background-color: #000;
	padding: 12px 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.lg-comment-box .lg-comment-body {
	height: 100% !important;
	padding-top: 43px !important;
	width: 100% !important;
}

.lg-comment-box .fb-comments {
	height: 100%;
	width: 100%;
	background: url(../images/loading.gif) no-repeat scroll center center #fff;
	overflow-y: auto;
	display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
	background-image: none;
}

.lg-comment-box .fb-comments>span {
	max-width: 100%;
}

.lg-comment-box .lg-comment-close {
	position: absolute;
	right: 5px;
	top: 12px;
	cursor: pointer;
	font-size: 20px;
	color: #999;
	will-change: color;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
	color: #fff;
}

.lg-comment-box .lg-comment-close:after {
	content: '\e070';
}

.lg-comment-box iframe {
	max-width: 100% !important;
	width: 100% !important;
}

.lg-comment-box #disqus_thread {
	padding: 0 20px;
}

#overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6;
	display: none;
}

.lg-outer .lg-comment-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	will-change: visibility, opacity;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
	content: '\e908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
	color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right {
	opacity: 0.75;
	pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.lg-rotate-left:after {
	content: '\e900';
}

.lg-rotate-right:after {
	content: '\e901';
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
	font-size: 26px;
}

.lg-flip-ver:after {
	content: '\e903';
}

.lg-flip-hor:after {
	content: '\e902';
}

.lg-medium-zoom-item {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
	white-space: normal;
	bottom: auto;
	padding: 0;
	background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
	opacity: 0;
	padding: 16px 0;
	-webkit-transition: 0.5s opacity ease;
	-o-transition: 0.5s opacity ease;
	transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
	opacity: 1;
}

.lg-group:after {
	content: '';
	display: table;
	clear: both;
}

.lg-container {
	display: none;
	outline: 0;
}

.lg-container.lg-show {
	display: block;
}

.lg-on {
	scroll-behavior: unset;
}

.lg-overlay-open {
	overflow: hidden;
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
		-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
	opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
	opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0.001;
	outline: 0;
	will-change: auto;
	overflow: hidden;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
	opacity: 1;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.lg-outer .lg-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	white-space: nowrap;
}

.lg-outer .lg-item {
	display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
	background: url(../images/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	font-size: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-object {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
}

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
	display: none;
}

.lg-outer.lg-hide-download .lg-download {
	opacity: 0.75;
	pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out 0.15s;
	-o-transition: opacity 0.2s ease-out 0.15s;
	transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	will-change: auto;
	-webkit-transition: opacity 333ms ease-in 0s;
	-o-transition: opacity 333ms ease-in 0s;
	transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
	display: none;
}

.lg-container.lg-show {
	display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
	position: absolute;
}

.lg-inline .lg-backdrop {
	z-index: 1;
}

.lg-inline .lg-outer {
	z-index: 2;
}

.lg-inline .lg-maximize:after {
	content: '\e909';
}

.lg-components {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-transition: -webkit-transform 0.35s ease-out 0s;
	-o-transition: -o-transform 0.35s ease-out 0s;
	transition: -webkit-transform 0.35s ease-out 0s;
	-o-transition: transform 0.35s ease-out 0s;
	transition: transform 0.35s ease-out 0s;
	transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
	z-index: 1080;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.lg-backdrop {
	background: rgba(0, 0, 0, 0.8);
}

.lg-prev {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.lg-prev::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
}


.lg-next {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.lg-next::before {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	font-size: 14px;
}


.lg-toolbar .lg-close:after {
	font-family: icomoon;
	content: '\e91a';
	display: block;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#lg-download-1 {
	display: none;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}

.popup::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}

.popup.show {
	visibility: visible;
	overflow: auto;
}

.popup.show::before {
	opacity: 1;
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup._active {
	overflow: auto;
	visibility: visible;
}

.popup._active::before {
	opacity: 1;
}

.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup__content {
	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;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__content .title {
	margin-bottom: 15px;
}

.popup__content .register-link {
	font-size: 16px;
}

.popup__content .call-again-timer {
	column-gap: 5px;
}

.popup__content .checkbox__row * {
	white-space: nowrap;
	font-size: 13px;
}

.popup__content .call-again {
	align-items: center;
	justify-content: center;
}

.popup__body {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	max-width: 800px;
}

.popup__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 30;
	background: url('../img/icons/close.svg') 0 0 no-repeat;
	background-size: contain;
}

.popup-order .popup__body {
	max-width: 700px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 40px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 600px) {
	.popup-order .popup__body {
		padding: 25px 10px 70px 10px;
	}
}

.popup-order .popup__close {
	position: absolute;
	top: 10px;
	right: 60px;
	width: 25px;
	height: 25px;
}

@media (max-width: 600px) {
	.popup-order .popup__close {
		right: 10px;
	}
}

.popup-callback__title {
	color: #267ded;
}

.product-order-fromto__quantity {
	width: 100%;
}

.order-table__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0px 0px 15px 0px;
}

.order-table__line:last-child {
	margin: 0;
}

.order-table__line_total .order-table__name {
	color: #267ded;
	font-weight: 700;
	font-size: 20px;
}

.order-table__line_total .order-table__price {
	color: #267ded;
	font-size: 20px;
	font-weight: 700;
}

.order-table__line_total .order-table__price .icon-rub::before {
	color: #267ded;
	font-weight: 700;
}

.order-table__name {
	font-size: 14px;
	line-height: 1.2;
	color: #9d9d9d;
}

.order-table__null {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	margin: 0px 10px;
}

.order-table__null::before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dcd9d9;
}

.order-table__price {
	font-size: 14px;
	color: #9d9d9d;
	opacity: 0.8;
}

.order-table__price .icon-rub::before {
	color: var(--grey);
	font-size: 11px;
}



.popup-order__fromto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 10px;
}

.popup-order__fromto>*:not(:last-child) {
	margin: 0px 10px 0px 0px;
}

.popup-order__from,
.popup-order__to {
	position: relative;
}

.popup-order__from input,
.popup-order__to input {
	padding: 10px;
	max-width: 100%;
	background: #e5f0ff;
	border-radius: 13px;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	color: var(--blue);
}


.popup-order__from._active .popup-order__block,
.popup-order__to._active .popup-order__block {
	top: calc(100% + 10px);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.popup-order__block {
	position: absolute;
	z-index: 1;
	top: calc(100% + 30px);
	left: 0;
	background: #fff;
	padding: 26px;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 13px;
	width: 302px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.popup-order__block .dhx_calendar {
	display: block;
}

.popup-order__to._active .popup-order__block {
	left: unset;
	right: 0;
	top: calc(100% + 10px);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.popup-order-info {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.popup-order-info._active {
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 600px) {
	.popup-order-info {
		padding: 70px 10px 10px 10px;
		right: 0px;
		top: unset;
		bottom: -100%;
	}

	.popup-order-info._active {
		right: 0px;
		bottom: 0;
	}
}

.popup-order-info__btn {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: -48px;
	width: 48px;
	height: 100%;
	background: #f2f7ff;
	border-radius: 13px;
}

.popup-order-info__btn::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: icomoon;
	content: '\e916';
	font-size: 14px;
	color: #267ded;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 70px;
	height: 40px;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	background: #f2f7ff;
	border-radius: 13px;
}

@media (max-width: 600px) {
	.popup-order-info__btn::before {
		-webkit-transform: translate(0, -50%) rotate(0deg);
		-ms-transform: translate(0, -50%) rotate(0deg);
		transform: translate(0, -50%) rotate(0deg);
		top: -25px;
		left: 50%;
		width: 70px;
		height: 30px;
		font-size: 10px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		border-radius: 5px;
	}
}

@media (max-width: 600px) {
	.popup-order-info__btn {
		top: -27px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: 27px;
		min-width: 250px;
		border-radius: 5px 5px 0px 0px;
	}
}

.popup-order-info__btntext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #267ded;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	width: 100%;
	height: 100%;
}

@media (max-width: 600px) {
	.popup-order-info__btntext {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		font-size: 14px;
	}
}

.popup-order-info__block {
	margin: 0px 0px 25px 0px;
	padding: 0px 40px 0px 0px;
	max-width: 510px;
}

.popup-order-info__block:last-child {
	margin: 0;
}

@media (max-width: 600px) {
	.popup-order-info__block {
		padding: 0;
	}
}

.popup-order-info__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 0px 10px 0px;
}

@media (max-width: 600px) {
	.popup-order-info__title {
		font-size: 18px;
	}
}

.popup-order-info__text p {
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	opacity: 0.8;
}

@media (max-width: 600px) {
	.popup-order-info__text p {
		font-size: 12px;
		opacity: 1;
	}
}

.popup-order-info__close {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 48px;
	height: 100%;
	background: #f2f7ff;
	border-radius: 13px;
}

.popup-order-info__close::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: icomoon;
	content: '\e916';
	font-size: 14px;
	color: #267ded;
	position: absolute;
	top: 50%;
	left: -40px;
	width: 70px;
	height: 40px;
	-webkit-transform: translate(0, -50%) rotate(-270deg);
	-ms-transform: translate(0, -50%) rotate(-270deg);
	transform: translate(0, -50%) rotate(-270deg);
	background: #f2f7ff;
	border-radius: 13px;
}

@media (max-width: 600px) {
	.popup-order-info__close::before {
		top: 25px;
		left: 50%;
		width: 70px;
		height: 30px;
		font-size: 10px;
		-webkit-transform: translate(-50%, 0) rotate(180deg);
		-ms-transform: translate(-50%, 0) rotate(180deg);
		transform: translate(-50%, 0) rotate(180deg);
		border-radius: 5px;
	}
}

@media (max-width: 600px) {
	.popup-order-info__close {
		top: 0px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: 27px;
		min-width: 250px;
		border-radius: 0px 0px 5px 5px;
	}
}

.popup-map .popup__body {
	max-width: 1150px;
	padding: 10px;
	background: #fff;
	border-radius: 13px;
}

.popup-map .popup__close {
	position: absolute;
	top: -35px;
	right: 0;
	width: 25px;
	height: 25px;
}

.popup-map__map iframe {
	border-radius: 8px;
	max-width: 1150px;
	height: 570px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.popup-ask .popup__body {
	max-width: 500px;
	padding: 20px;
	background: #fff;
	border-radius: 13px;
}


.popup-ask .popup__close {
	position: absolute;
	top: -35px;
	right: 0;
	width: 25px;
	height: 25px;
}

.popup-login .popup__body,
.popup-create .popup__body,
.popup-recover .popup__body,
.popup-refuse .popup__body {
	max-width: 462px;
	padding: 45px;
	background: #fff;
	border-radius: 13px;
}

.popup-create .title {
	margin-bottom: 10px;
}

.popup-create .address-column {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.popup-create .address-column .form__street {
	width: 63%;
}

.popup-create .address-column .form__home {
	width: 30%;
}


.popup-login .popup__close,
.popup-create .popup__close,
.popup-recover .popup__close,
.popup-refuse .popup__close {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 35px;
	height: 35px;
	background: none;
}

.popup-login .popup__close::before,
.popup-create .popup__close::before,
.popup-recover .popup__close::before,
.popup-refuse .popup__close::before {
	display: block;
	font-family: icomoon;
	content: '\e91a';
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #9d9d9d;
}

.popup-login .popup__title,
.popup-create .popup__title,
.popup-recover .popup__title,
.popup-refuse .popup__title {
	color: #267ded;
}

.recover-done p {
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
}

.popup-refuse__info {
	font-size: 14px;
	color: #9d9d9d;
}

.header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0px 0px 10px 0px;
	background: #fafafa;
	width: 100%;
	position: fixed;
	z-index: 5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 0;
	left: 0;
}

@media (max-width: 900px) {
	.header {
		border: 0;
	}
}

@media (max-width: 992px) {
	.header {
		margin: 0;
		padding: 0;
	}
}

.header__top {
	margin: 0px 0px 10px 0px;
}

.header-top {
	padding: 11px 0px;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-top__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 10px 0px 0px;
	position: relative;
}

.header__logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header__logo img {
	width: 136px;
	margin: 0px 18px 0px 0px;
}

.header__logo p {
	font-weight: 300;
	font-size: 14px;
	color: #267ded;
}

.header__logo p span {
	font-weight: 700;
}

@media (max-width: 1200px) {
	.header__logo {
		-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;
	}

	.header__logo img {
		margin: 0px 0px 2px 0px;
	}

	.header__logo p {
		font-size: 12px;
	}
}

.top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-block__about {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
	margin: 0px 15px 0px 0px;
}

@media (min-width: 1024px) {
	.top-block__about:hover {
		text-decoration: underline;
	}
}

@media (max-width: 1300px) {
	.top-block__about {
		margin: 0px 22px 0px 0px;
	}
}

@media (max-width: 1200px) {
	.top-block__about {
		display: none;
	}
}

.top-block__appl {
	margin: 0px 15px 0px 0px;
}

@media (max-width: 992px) {
	.top-block__appl {
		display: none;
	}
}

@media (max-width: 992px) {
	.top-block__addbtn {
		display: none;
	}
}

.top-block__add {
	position: relative;
}

.top-block__add._active .top-block__addblock {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: calc(100% + 10px);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1300px) {
	.top-block__add {
		margin: 0px 22px 0px 0px;
	}
}

@media (max-width: 992px) {
	.top-block__add {
		position: relative;
		background: #e5f0ff;
		border-radius: 5px;
		width: 30px;
		min-height: 20px;
	}

	.top-block__add span {
		display: none;
	}

	.top-block__add::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 12px;
		height: 12px;
		background: url('../img/icons/plus.svg') no-repeat;
		background-size: contain;
	}
}

.top-block__addblock {
	position: absolute;
	z-index: 1;
	top: calc(100% + 30px);
	right: 0;
	min-width: 200px;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 13px;
	padding: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.top-block__addblock a {
	border-radius: 8px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 8px;
	background: #fff;
}

@media (min-width: 1024px) {
	.top-block__addblock a:hover {
		background: #e6f0fe;
	}
}

.options__label {
	pointer-events: auto;
}

.top-block__balance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #9d9d9d;
	margin: 0px 15px 0px 15px;
}

.top-block__balance span {
	padding: 0px 0px 0px 5px;
	font-weight: 700;
}

.top-block__balance span i {
	font-weight: 700;
	position: relative;
	top: -1px;
}

.register__column {
	text-align: center;
}

.phone__table .button {
	height: 56px;
	white-space: nowrap;
}


@media (max-width: 1300px) {
	.top-block__balance {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.top-block__balance {
		display: none;
	}
}



.top-block__msg {
	position: relative;
	width: 22px;
	height: 21px;
	background: url('../img/icons/msg.svg') no-repeat;
	background-size: contain;
	margin: 0px 15px 0px 0px;
}

.top-block__bell {
	position: relative;
	width: 22px;
	height: 21px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/icons/bell.svg);
	top: 0px;
	margin: 0px 15px 0px 0;
}

.top-block__msg span,
.top-block__bell span {
	position: absolute;
	min-width: 16px;
	height: 16px;
	padding: 0 3px;
	background: #267ded;
	border-radius: 8px;
	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: 9px;
	letter-spacing: 0.02em;
	color: #ffffff;
}

.top-block__msg span {
	top: -5px;
	right: -9px;
}

.top-block__bell span {
	top: -5px;
	right: -6px;
}

.top-block__user {
	cursor: pointer;
}

.top-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0px 36px 0px 0px;
}

.top-user::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	background: url('../img/icons/more.svg') no-repeat;
	background-size: contain;
}

.top-user._active::before {
	pointer-events: none;
}

@media (max-width: 500px) {
	.top-user._active::before {
		content: '';
		position: fixed;
		z-index: 5;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.04);
		-webkit-backdrop-filter: blur(2.5px);
		backdrop-filter: blur(2.5px);
	}
}

.top-user._active .top-user__menu {
	top: calc(100% + 10px);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 500px) {
	.top-user._active .top-user__menu {
		left: 0;
		top: 0;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 0px 5px 5px 0px;
		min-height: 100vh;
	}
}

.top-user._active::after {
	width: 24px;
	height: 24px;
	background: url('../img/icons/more_act.svg') no-repeat;
	background-size: contain;
}

.top-user__money {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #dddddd;
	display: none;
}

@media (max-width: 500px) {
	.top-user__money {
		margin: 0px 0px 5px 0px;
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-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;
	}
}

.top-user__balance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 13px 0px;
}

.top-user__balance p {
	color: #333;
	font-size: 16px;
}

.top-user__amount {
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

.top-user__amount i::before {
	position: relative;
	top: -1px;
	font-size: 12px;
	color: #000;
}

.top-user__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
}

.top-user__btn {
	background: #e5f0ff;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #267ded;
	max-width: auto;
	min-height: 26px;
	padding: 0px 10px;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px 0px 10px 0px;
}

.top-user__btn:last-child {
	margin: 0;
}

.top-user__btn .icon-exit::before {
	color: #267ded;
}

.top-user__btn_add {
	position: relative;
	padding: 0px 30px 0px 10px;
}

.top-user__btn_add::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 10px;
	width: 13px;
	height: 13px;
	background: url('../img/icons/add.svg') no-repeat;
	background-size: contain;
}

.top-user__btn_withdraw {
	position: relative;
	padding: 0px 30px 0px 10px;
}

.top-user__btn_withdraw::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 10px;
	width: 13px;
	height: 13px;
	background: url('../img/icons/withdraw.svg') no-repeat;
	background-size: contain;
}

.icon-wallet {
	margin: 0px 8px 0px 0px;
}

.icon-wallet::before {
	font-size: 18px;
	color: #9d9d9d;
}

.top-user__ava {
	margin: 0px 8px 0px 0px;
	width: 36px;
	height: 36px;
	border: 2px solid #e5f0ff;
	overflow: hidden;
	border-radius: 50%;
	background: url('../img/icons/user.svg') no-repeat;
	background-size: 12px;
	background-position: center;
}

.top-user__ava img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}


.top-user__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.6);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100px;
}

@media (max-width: 1300px) {
	.top-user__name {
		font-size: 14px;
	}
}

.top-user__menu {
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	border-radius: 13px;
	position: absolute;
	top: calc(100% + 30px);
	right: 0;
	z-index: 6;
	min-width: 174px;
	padding: 6px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.top-user__menu li {
	padding: 8px 6px;
	border-radius: 8px;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top-user__menu li a {
	font-weight: 400;
	color: #9d9d9d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	white-space: nowrap;
}


@media (min-width: 1024px) {
	.top-user__menu li:hover {
		background: #e5f0ff;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.top-user__menu li:hover a {
		color: #267ded;
	}

	.top-user__menu li:hover .top-user__icon::before {
		color: #267ded;
	}
}

@media (max-width: 500px) {
	.top-user__menu {
		position: fixed;
		top: 0;
		left: -200px;
		right: unset;
		width: 200px;
		min-height: 100vh;
		opacity: 1;
		visibility: visible;
		background: #fff;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		padding: 70px 10px 10px 10px;
	}
}

.top-user__menuclose {
	display: none;
}

@media (max-width: 500px) {
	.top-user__menuclose {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 15px;
		height: 15px;
		background: url('../img/icons/close.svg') no-repeat;
		background-size: contain;
	}
}

.top-user__icon {
	margin: 0px 8px 0px 0px;
}

.top-user__icon.icon-cabinet::before {
	font-size: 20px;
}

.top-user__icon.icon-heart::before {
	font-size: 22px;
}

.top-user__icon.icon-msg1::before {
	font-size: 19px;
}

.top-user__icon.icon-bell::before {
	font-size: 20px;
}

.top-user__icon.icon-settings::before {
	font-size: 20px;
}

.top-user__icon.icon-exit::before {
	font-size: 20px;
}

.top-user__icon::before {
	color: #9d9d9d;
	font-size: 20px;
}


.header-filters__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.03);
	border-radius: 13px;
	padding: 6px 6px 6px 25px;
	margin: 0px 0px 10px 0px;
}

@media (max-width: 992px) {
	.header-filters__top {
		padding: 6px 10px;
		border-radius: 5px;
	}
}

.footer {
	/*margin: 50px 0px 0px 0px;*/
	background: #267ded;
	padding: 20px 0px;
}

@media (min-width: 1024px) {
	.footer a:hover {
		text-decoration: underline;
	}
}

@media (max-width: 1300px) {
	.footer__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 700px) {
	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 60px;
	}
}

.footer__top {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #fff;
}

@media (max-width: 1300px) {
	.footer__top {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		border: 0;
		margin: 0px 0px 0px 20px;
	}
}

@media (max-width: 700px) {
	.footer__top {
		margin: 0px 0px 0px 0px;
	}
}

.footer__toptitle {
	display: none;
}

@media (max-width: 1300px) {
	.footer__toptitle {
		display: block;
		text-align: right;
		font-weight: 700;
		font-size: 20px;
		color: #ffffff;
		margin: 0px 0px 15px 0px;
	}
}

@media (max-width: 700px) {
	.footer__toptitle {
		text-align: left;
	}
}

.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__links .footer__link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
	position: relative;
	padding: 0px 5px;
	white-space: nowrap;
}

.footer__links .footer__link::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

.footer__links .footer__link:last-child {
	text-align: right;
	padding: 0px 0px 0px 5px;
}

.footer__links .footer__link:last-child::after {
	display: none;
}

.footer__links .footer__link:first-child {
	text-align: left;
	padding: 0px 5px 0px 0px;
}

@media (max-width: 1300px) {
	.footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.footer__links .footer__link {
		padding: 0;
		margin: 0px 0px 5px 0px;
		text-align: right;
	}

	.footer__links .footer__link:first-child {
		padding: 0;
	}

	.footer__links .footer__link:last-child {
		padding: 0;
	}

	.footer__links .footer__link::after {
		display: none;
	}
}

@media (max-width: 700px) {
	.footer__links {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.footer__bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1300px) {
	.footer__bot {
		-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;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__logo img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 135px;
	flex: 0 0 135px;
	width: 100%;
}

.footer__logo span {
	font-size: 22px;
	line-height: 1.3;
	color: #ffffff;
	padding: 0px 0px 0px 10px;
}

.footer__logo span br {
	display: none;
}


@media (max-width: 1500px) {
	.footer__logo span {
		font-size: 18px;
	}
}

@media (max-width: 1300px) {
	.footer__logo span {
		font-size: 16px;
	}
}

@media (max-width: 1300px) {
	.footer__logo {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0px 0px 15px 0px;
	}

	.footer__logo img {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		width: 110px;
	}
}

.footer__info>*:not(:last-child) {
	margin: 0px 70px 0px 0px !important;
}

@media (max-width: 1500px) {
	.footer__info>*:not(:last-child) {
		margin: 0px 30px 0px 0px !important;
	}
}

.footer__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.footer__info p,
.footer__info a {
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
}

@media (max-width: 1300px) {
	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer__oferta {
	text-decoration: underline;
}

.swiper-button-prev {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 0;
}

.swiper-button-prev::after {
	content: '';
}

.swiper-button-prev::before {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
}


.swiper-button-next {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 0;
}

.swiper-button-next::after {
	content: '';
}

.swiper-button-next::before {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	font-size: 14px;
}


.adv-item-slider {
	border-radius: 13px;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 12px 0px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.adv-item-slider a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.adv-item-slider .swiper-pagination-bullets {
	position: absolute;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 30px;
	height: 2.5px;
	width: 80%;
}


.adv-item-slider .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.45);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%;
	border-radius: 10px;
	margin: 0px 17px 0px 0px;
	cursor: pointer;
	display: inline-block;
}

.adv-item-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgb(255, 255, 255);
}

.adv-item-slider .swiper-pagination-bullet:last-child {
	margin: 0;
}


.adv-item-slider .swiper-slide {
	padding: 0px 0px 91% 0px;
}

.adv-item-slider .swiper-slide img {
	border-radius: 13px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}


.sidebar-slider {
	background: #fff;
	border-radius: 13px;
	margin: 0px 10px 0px 0px;
	position: relative;
	height: 118px;
	overflow: hidden;
}

.sidebar-slider1 {
	background: #fff;
	border-radius: 13px;
	margin: 0px 10px 0px 0px;
	position: relative;
	height: 118px;
	overflow: hidden;
	border: 2px solid #007aff;
}

.sidebar-slider .swiper-slide,
.sidebar-slider1 .swiper-slide {
	padding: 0px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sidebar-slider .swiper-slide span,
.sidebar-slider1 .swiper-slide span {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.41px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
}

.sidebar-slider .swiper-slide p,
.sidebar-slider1 .swiper-slide p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.41px;
	color: #ffffff;
}


.sidebar-slider .swiper-pagination-bullets,
.sidebar-slider1 .swiper-pagination-bullets {
	position: absolute;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 15px;
	width: 10px;
	height: 80%;
}


.sidebar-slider .swiper-pagination-bullet,
.sidebar-slider1 .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.45);
	height: 5px;
	width: 5px;
	border-radius: 50%;
	margin: 0px 0px 5px 0px !important;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sidebar-slider1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgb(255, 255, 255);
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.sidebar-slider .swiper-pagination-bullet:last-child,
.sidebar-slider1 .swiper-pagination-bullet:last-child {
	margin: 0 !important;
}

.sidebar-slider {
	margin: 0px 0px 30px 0px;
}


.sidebar-slider1 {
	background: none;
	border-radius: 13px;
	overflow: hidden;
	height: 184px;
	width: 100%;
	border: 2px solid #007aff;
}

.sidebar-slider1 .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 184px;
}

.sidebar-slider1 .swiper-slide {
	position: relative;
	width: 100%;
	min-height: 184px;
	padding: 0px 30px 0 22px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sidebar-slider1__slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sidebar-slider1__slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(5, 28, 62, 0.58) 0%, rgba(5, 28, 62, 0.72) 60%, rgba(5, 28, 62, 0.84) 100%);
	z-index: 1;
}

.swiper-slide a {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.41px;
	text-decoration-line: underline;
	color: #ffffff;
}

.sidebar-slider1 a {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 12px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.2px;
	text-decoration: none;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(2px);
}

.sidebar-slider1 a:hover {
	background: rgba(255, 255, 255, 0.28);
}

.sidebar-slider1__bg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sidebar-slider1__bg img {
	width: 0%;
	height: 0%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.sidebar-slider1__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	gap: 8px;
}

.sidebar-slider1__vip {
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.41px;
	color: #ffce1f;
	margin: 0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
}

.sidebar-slider1__title {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.41px;
	line-height: 1.1;
	color: #ffffff;
	margin: 0;
	min-height: 48px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.sidebar-slider1__text {
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #ffffff;
	margin: 0;
	height: 52px;
	overflow: hidden;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.product__sliders {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}


@media (max-width: 1380px) {
	.product__sliders {
		margin: 0px 20px 0px 0px;
	}
}


@media (max-width: 990px) {
	.product__sliders__wrap {
		display: flex;
		gap: 20px;
	}
}

@media (max-width: 770px) {
	.product__sliders__wrap {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}



.product-slider {
	border-radius: 25.4px;
	overflow: hidden;
	position: relative;
}

.product-slider .swiper-slide {
	height: clamp(280px, 36vw, 500px);
	max-height: none;
	background: #f5f7fb;
}

.product-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.product-slider .swiper-slide video,
.product-slider .swiper-slide iframe {
	width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}


.product-slider .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	left: 29px;
}

@media (min-width: 1024px) {
	.product-slider .swiper-button-prev:hover {
		-webkit-transform: translate(0, -50%) rotate(-180deg) scale(1.1);
		-ms-transform: translate(0, -50%) rotate(-180deg) scale(1.1);
		transform: translate(0, -50%) rotate(-180deg) scale(1.1);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

@media (max-width: 1366px) {
	.product-slider .swiper-button-prev {
		width: 30px;
		height: 30px;
		left: 15px;
	}
}

.product-slider .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	right: 29px;
}

@media (min-width: 1024px) {
	.product-slider .swiper-button-next:hover {
		-webkit-transform: translate(0, -50%) scale(1.1);
		-ms-transform: translate(0, -50%) scale(1.1);
		transform: translate(0, -50%) scale(1.1);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

@media (max-width: 1366px) {
	.product-slider .swiper-button-next {
		width: 30px;
		height: 30px;
		right: 15px;
	}
}


.product-slider-arrows {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-thumbs-slider {
	position: absolute;
	z-index: 2;
	bottom: 39px;
	left: 39px;
	max-width: 70%;
}

.product-thumbs-slider .swiper-slide:not(.swiper-slide-thumb-active) {
	opacity: 0.35;
	position: relative;
}

.product-thumbs-slider .swiper-slide:not(.swiper-slide-thumb-active)::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 13px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
}

.product-thumbs-slider .swiper-slide {
	cursor: pointer;
	height: 90px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 118px;
	flex: 0 0 118px;
}

.product-thumbs-slider .swiper-slide img {
	border-radius: 13px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}


@media (max-width: 1366px) {
	.product-thumbs-slider .swiper-slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		height: 80px;
	}
}


@media (max-width: 1366px) {
	.product-thumbs-slider {
		bottom: 15px;
		left: 15px;
	}
}


.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 175px 0px 0px 0px;
}

@media (min-width: 993px) and (max-width: 1300px) {
	.page {
		padding-top: 210px;
	}
}

@media (max-width: 992px) {
	.page {
		padding: 150px 0px 0px 0px;
	}
}

@media (max-width: 900px) {
	.page {
		padding: 140px 0px 0px 0px;
	}
}


.page__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.page__body {
	font-size: 16px;
	width: 70%;
	height: 100%;
}

.page-sidebar {
	margin: 0px 0px 0px 25px;
	width: 30%;
}

@media (max-width: 1300px) {
	.page-sidebar {
		/* 		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px; */
	}
}

@media (max-width: 1380px) {
	.page-sidebar {
		margin: 0px 0px 0px 40px;
	}
}


.page-sidebar__subtitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 0px 10px 0px;
}

.sidebar-adv {
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.page-sidebar__adv.sidebar-adv {
	width: 100%;
	max-width: 100%;
}

.sidebar-adv__row {
	height: 700px;
	overflow: auto;
	margin: 0px 0px 15px 0px;
}

.sidebar-adv__row::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
}

.sidebar-adv__row::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #95c3ff;
}

.sidebar-adv__row::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}

/* Правый блок заявок на главной (работает без page_home-pp) */
.home-yandex-wrapper {
	position: relative;
	width: 100%;
}

.home-requests {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
	border: 1px solid #eef2f7;
	border-radius: 20px;
	background: #ffffff;
}

.home-requests__title {
	margin: 0;
	color: #2d3441;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
}

.home-requests__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.home-requests__card {
	border: 1px solid #eef2f7;
	border-radius: 16px;
	background: #fff;
	padding: 12px;
}

.home-requests__head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

.home-requests__avatar-wrap {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: #edf3ff;
}

.home-requests__avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-requests__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	flex: 1 1 auto;
}

.home-requests__name {
	margin: 0;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
}

.home-requests__text {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-requests__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	font-size: 14px;
	line-height: 1.3;
}

.home-requests__action-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-requests__contact-btn {
	--message-icon-size: 18px;
	position: relative;
	width: clamp(32px, 2.2vw, 36px);
	height: clamp(32px, 2.2vw, 36px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 10px;
	background: #f0f4f8;
	color: #2f80ed;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(47, 128, 237, 0.08);
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-requests__contact-btn i {
	display: none;
}

.home-requests__contact-btn::before {
	content: '';
	width: var(--message-icon-size);
	height: var(--message-icon-size);
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.75A2.75 2.75 0 0 1 6.75 3h10.5A2.75 2.75 0 0 1 20 5.75v7.5A2.75 2.75 0 0 1 17.25 16H9.56l-3.82 3.27c-.8.69-1.99.12-1.99-.93V16.7A2.74 2.74 0 0 1 4 15.25v-9.5Zm2.75-1.25c-.69 0-1.25.56-1.25 1.25v9.5c0 .46-.37.83-.83.83h-.42v1.26l3.9-3.34h9.1c.69 0 1.25-.56 1.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25H6.75Zm1.5 4.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75Z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.75A2.75 2.75 0 0 1 6.75 3h10.5A2.75 2.75 0 0 1 20 5.75v7.5A2.75 2.75 0 0 1 17.25 16H9.56l-3.82 3.27c-.8.69-1.99.12-1.99-.93V16.7A2.74 2.74 0 0 1 4 15.25v-9.5Zm2.75-1.25c-.69 0-1.25.56-1.25 1.25v9.5c0 .46-.37.83-.83.83h-.42v1.26l3.9-3.34h9.1c.69 0 1.25-.56 1.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25H6.75Zm1.5 4.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75Zm0 3a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.home-requests__contact-btn:hover,
.home-requests__contact-btn:focus-visible {
	background: #2f80ed;
	color: #fff;
	box-shadow: 0 10px 20px rgba(47, 128, 237, 0.22);
	transform: translateY(-1px);
}

.home-requests__contact-btn:active {
	transform: translateY(0);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

@media (max-width: 767px) {
	.home-requests__contact-btn {
		--message-icon-size: 16px;
		border-radius: 9px;
	}
}

.home-requests__days,
.home-requests__price {
	color: #2f80ed;
	font-weight: 700;
}

.home-requests__all {
	display: inline-flex;
	align-self: flex-start;
	color: #2f80ed;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 500;
}

.home-requests__empty {
	border: 1px dashed #dbe1ec;
	border-radius: 16px;
	padding: 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #8f97a6;
	background: #fff;
}

.sidebar-adv__item {
	margin: 0px 10px 20px 0px;
}

.sidebar-adv__item:last-child {
	margin: 0px 10px 0px 0px;
}

@media (max-width: 600px) {
	.sidebar-adv__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
	}
}

.sidebar-adv-item {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 19px;
}


.sidebar-adv-item__top {
	margin: 0px 0px 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.sidebar-adv-item__ava {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px 9px 0px 0px;
}

.sidebar-adv-item__ava img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.sidebar-adv-item__name {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
}

.sidebar-adv-item__text {
	margin: 0px 0px 11px 0px;
}

.sidebar-adv-item__text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.38;
	color: rgba(43, 43, 43, 0.72);
	margin: 0px 0px 10px 0px;
}

.sidebar-adv-item__text p:last-child {
	margin: 0;
}


.sidebar-adv-item__bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar-adv-item__days {
	font-weight: 400;
	font-size: 14px;
	color: #8e8e8e;
	margin: 0px 23px 0px 0px;
}

.sidebar-adv-item__price {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #267ded;
}

.sidebar-adv-item__price i::before {
	font-size: 11px;
}

.sidebar-adv__all {
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #267ded;
	padding: 0px 0px 0px 20px;
}

@media (min-width: 1024px) {
	.sidebar-adv__all:hover {
		text-decoration: none;
	}
}



.page-adv__nothing {
	text-align: center;
	line-height: 1.2;
	margin: 0px 0px 20px 0px;
	display: flex;
	justify-content: center;
}


.page-adv__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -7px;
}

.adv-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	padding: 7px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 1300px) {
	.adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media (max-width: 992px) {
	.adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 600px) {
	.adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.thumb-item {
	padding: 0px 0px 80% 0px;
	margin: 0px 0px 10px 0px;
}

.thumb-item img {
	border-radius: 13px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.adv-item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 5px 0px;
}

.adv-item__title p {
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media (max-width: 992px) {
	.adv-item__title p {
		font-size: 16px;
	}
}


@media (max-width: 360px) {
	.adv-item__title p {
		font-size: 12px;
	}
}

.adv-item__ava {
	width: 40px;
	height: 40px;
	margin: 0px 8px 0px 0px;
	position: relative;
	flex-shrink: 0;
}

.adv-item__ava._stage-1 .icon-reward::before {
	color: #9c9d9e;
}

.adv-item__ava._stage-2 .icon-reward::before {
	color: #267ded;
}

.adv-item__ava._stage-3 .icon-reward::before {
	color: #4aadaf;
}

.adv-item__ava img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 50%;
	border: 1px solid #267ded;
}


.adv-item__reward {
	position: absolute;
	right: -5px;
	bottom: -5px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


.adv-item__fav {
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px 10px;
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 29px;
}

.adv-item__fav i::before {
	font-weight: 700;
	font-size: 22px;
}

.adv-item__fav._active {
	background: #267ded;
}

.adv-item__fav._active i::before {
	color: #fff;
}

@media (min-width: 1024px) {
	.adv-item__fav:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.adv-item__fav:hover i::before {
		font-weight: 900;
		color: var(--blue);
	}
}

.icon-heart::before {
	font-size: 16px;
}

.adv-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 0px 5px 0px;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
}

.adv-item__info p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


.adv-item__days {
	font-weight: 400;
	line-height: 17px;
	position: absolute;
	z-index: 2;
	top: 7px;
	left: 7px;
	color: #40464a;
	padding: 5px;
	font-size: 10px;
	background: #e5f0ff;
	border-radius: 11px 0px 5px 0px;
}

.adv-item__footer {
	padding: 5px 0px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.adv-item__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 5px 0px;
}

@media (max-width: 1500px) {
	.adv-item__icons {
		position: relative;
		bottom: unset;
		right: unset;
	}
}

.adv-item__icons>* {
	margin: 0px 10px 0px 0px;
}

@media (max-width: 360px) {
	.adv-item__icons>* {
		margin: 0px 3px 0px 0px;
	}
}

.adv-item__icon {
	background: rgba(229, 240, 255, 0.5);
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.adv-item__icon i::before {
	font-size: 12px;
	color: #267ded;
}

@media (min-width: 1024px) {
	.adv-item__icon:hover {
		background: #267ded;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.adv-item__icon:hover i::before {
		color: #fff;
	}
}

.adv-item__price {
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
	white-space: nowrap;
	padding: 5px 0px;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}


@media (max-width: 320px) {
	.adv-item__price {
		font-size: 14px;
	}
}

.icon-rub::before {
	font-size: 12px;
	font-weight: bold;
}


@media (max-width: 320px) {
	.icon-rub::before {
		font-size: 11px;
	}
}

.product__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	margin: 15px 0px 33px 0px;
}

.product__sliders__wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}

.product__sliders,
.product__desc {
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product_order_wrapper {
	display: flex;
}

.product-user {
	background: #fff;
	padding: 20px;
	margin: 0px 20px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	position: relative;
	z-index: 3;
}

.product-user .delimeter {
	margin-top: 20px;
}

.product-user__questions--mobile {
	display: none;

}

.product-user__questions--tablet {
	display: none;
}

.product-user__questions {
	margin: 20px 20px 0px 0px;
	flex: 0 0 370px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	background-color: #ffffff;
}



@media (max-width: 1300px) {
	.product-user {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
	}
}

@media (max-width: 700px) {
	.product-user {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
}


.user-more {
	position: absolute;
	top: 20px;
	right: 15px;
}

.user-more._active .user-more__btn {
	width: 28px;
	height: 28px;
	background: url('../img/icons/more_act.svg') no-repeat;
	background-size: contain;
}

.user-more._active .user-more__block {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: calc(100% + 10px);
	opacity: 1;
	visibility: visible;
}

.user-more__btn {
	width: 28px;
	height: 28px;
	background: url('../img/icons/more.svg') no-repeat;
	background-size: contain;
	cursor: pointer;
}

.user-more__block {
	position: absolute;
	z-index: 1;
	top: calc(100% + 30px);
	right: 0;
	min-width: 200px;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 13px;
	padding: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.user-more__block a {
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #000000;
	padding: 8px;
	background: #fff;
}

.user-more__block a i {
	margin: 0px 7px 0px 0px;
}

.user-more__block a i::before {
	font-size: 18px;
	color: #000;
}

@media (min-width: 1024px) {
	.user-more__block a:hover {
		background: #e6f0fe;
	}
}

.product-user__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 20px 0px;
}

#lightgallery-ava {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

#lightgallery-ava img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product-user__ava {
	width: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	height: 80px;
	margin: 0px 15px 0px 0px;
	position: relative;
	border-radius: 50%;
	border: 2px solid #267ded;
}

.product-user__ava._stage-1 .icon-reward::before {
	color: #9c9d9e;
}

.product-user__ava._stage-2 .icon-reward::before {
	color: #267ded;
}

.product-user__ava._stage-3 .icon-reward::before {
	color: #4aadaf;
}

.product-user__ava>img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.product-user__headblock {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	row-gap: 6px;
}

.page-results__sidebar .product-user__headblock {
	row-gap: 0 !important;
	align-items: flex-start;
}

.page-results__sidebar .product-user__titleline {
	display: flex;
	align-items: baseline;
	column-gap: 10px;
	row-gap: 2px;
	flex-wrap: wrap;
}

.product-user__avaicon {
	position: absolute;
	right: -7px;
	bottom: -7px;
	width: 36px;
	height: 36px;
	display: flex;
	font-size: 0;
	border-radius: 50%;
}



.product-user__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: var(--blue);
	padding: 0px 30px 0px 0px;
}

.page-results__sidebar .product-user__name {
	padding: 0;
	line-height: 1.2;
}


.loged_user_name {
	color: var(--blue);
}

.product-user__activity {
	color: #b1b1b1;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
}

.page-results__sidebar .product-user__activity {
	font-size: 16px;
	line-height: 1.2;
	white-space: nowrap;
	color: #9d9d9d;
	font-weight: 400;
}

.page-results__sidebar .product-user__activity.product-user__online {
	color: var(--blue);
}

.product-user__online {
	color: var(--blue);
	font-size: 14px;
}

.user-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 5px 0px 10px 0px;
}

.page-results__sidebar .product-user__rating {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0px 0 12px !important;
}

.user-rating span {
	font-weight: 400;
	font-size: 18px;
	color: #9d9d9d;
	opacity: 0.8;
}

.user-rating a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tippy-ref {
	cursor: pointer;
}

.page-results__sidebar .product-user__rating .tippy-ref {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	gap: 2px;
	margin-left: 2px;
	white-space: nowrap;
}

.user-rating .tippy-ref {
	font-size: 18px;
	position: relative;
	bottom: -1px;
}

.page-results__sidebar .product-user__rating>.tippy-ref>span:first-child {
	display: inline-block;
	margin-left: -2px;
}

.user-rating__star {
	margin: 0px 6px 0px 0px;
}

.user-rating__star::before {
	font-size: 22px;
	color: #b1b1b1;
}

.user-rating__star_active::before {
	color: #267ded;
}

.product-user__link-wrapper {
	position: initial !important;
	display: flex;
}

.product-user__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -7px -7px -7px 0px;
}


.product-user__job {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--grey);
	position: relative;
	padding: 5px 10px 5px 20px;
}

.product-user__job span {
	line-height: 10px;
	font-size: 12px;
}

.product-user__job::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 12px;
	height: 12px;
	background: url('../img/icons/brief.svg') no-repeat;
	background-size: contain;
	filter: grayscale(1);

}


.product-user__city {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--grey);
	position: relative;
	padding: 5px 10px 5px 20px;
}

.product-user__city::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: url('../img/icons/pin1.svg') no-repeat;
	background-size: contain;
	filter: grayscale(1);

}

.delimeter {
	height: 1px;
	background-color: var(--grey-lighter);
}

.about_me {
	margin-top: 10px;
}

.about_me__text {
	line-height: initial;
}


.product-user__invited {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--grey);
	position: relative;
	padding: 5px 10px 5px 20px;
}

.product-user__invited a {
	color: var(--blue);
}

.product-user__invited::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: url('../img/icons/invited.svg') no-repeat;
	background-size: contain;
	filter: grayscale(1);
}

.product-user__stat {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.sign_up_date {
	color: var(--blue);
}

.product-user__statblock {
	background: #ffffff;
	border: 1px solid #ededed;
	border-radius: 13px;
	padding: 10px;
	margin: 0px 9px 0px 0px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-user__statblock span {
	display: block;
	font-weight: 700;
	font-size: 24px;
	color: #267ded;
	margin: 0px 0px 8px 0px;
}

.product-user__statblock p {
	font-weight: 500;
	font-size: 14px;
	color: #267ded;
}

.product-user__statblock:last-child {
	margin: 0;
}


@media (min-width: 1024px) {
	.product-user__statblock:hover {
		border: 1px solid #267ded;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}


.product-user__questions .spollers-block {
	margin: 0px 0px 20px 0px;
}

.product-user__questions .spollers-block__row {
	padding: 0px;
}

.product-user__questions .spollers-block__item {
	margin: 0px 0px 25px 0px;
}

.product-user__questions .spollers-block__item:last-child {
	margin: 0;
}

.product-user__questions .spollers-block__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
	padding: 0px 20px 0px 0px;
	position: relative;
	cursor: pointer;
}

.product-user__questions .spollers-block__title::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	right: 0;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-user__questions .spollers-block__title._active::after {
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-user__blockinfo {
	margin: 20px 20px 20px 0px;
}

.product-user__blockinfo .spollers-block__item {
	display: none;
	margin: 0px 0px 15px 0px;
}

.product-user__blockinfo .spollers-block__item:last-child {
	margin: 0;
}

.product-user__blockinfo .spollers-block__item._active {
	display: block;
}

.product-user__blockinfo .spollers-block__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
	padding: 0px 20px 0px 0px;
	position: relative;
	cursor: pointer;
}

.product-user__blockinfo .spollers-block__title::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	right: 0;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-user__blockinfo .spollers-block__title._active::after {
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product-user__blockinfo .spollers-block__body {
	margin: 0px -20px 0px 0px;
	padding: 17px 0px 0px 0px;
}

.spollers-block__body_addr {
	padding-top: 7px !important;
}

.product-user__blockinfo .spollers-block__body p {
	font-size: 14px;
	color: var(--grey);
	line-height: 1.2;
	position: relative;
	padding: 0px 0px 0px 23px;
	margin: 0px 0px 5px 0px;
}

.product-user__blockinfo .spollers-block__body p span {
	margin: 0px 0px 0px 3px;
	color: var(--blue);
	font-weight: 500;
}

.product-user__blockinfo .spollers-block__body p::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 15px;
	height: 2px;
	background: #267ded;
}

.product-user__blockinfo .spollers-block__body p .icon-rub::before {
	color: #267ded;
	font-size: 13px;
}

.product-user__blockinfo .spollers-block__body p:last-child {
	margin: 0;
}

.product-user__blockinfo .spollers-block__body.spollers-block__body_addr p {
	padding: 0px 7px 0px 23px;
	position: relative;
	display: inline-block;
}

.product-user__blockinfo .spollers-block__body.spollers-block__body_addr a {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 23px;
	height: 23px;
	background: url('../img/icons/distr.svg') no-repeat;
	background-size: contain;
}

.product-user__blockinfo .spollers-block__body::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
}

.product-user__blockinfo .spollers-block__body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #95c3ff;
}

.product-user__blockinfo .spollers-block__body::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}

.spollers-block__body_fixed {
	height: 350px;
	overflow: auto;
	position: relative;
	top: 10px;
}

.product-user__links {
	margin: 0px 0px 20px 0px;
}

.product-user__links a {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 0px 20px 0px;
}

.product-user__links a:last-child {
	margin: 0;
}

.product-user__links a span {
	color: #9d9d9d;
	font-weight: 400;
	font-size: 14px;
	margin: 0px 0px 0px 5px;
}

.product-order {
	flex: 0 0 375px;
	z-index: 3;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1300px) {
	.product-order {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
	}
}


@media (max-width: 700px) {
	.product-order {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: -1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.product__desc {
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	background-color: #ffffff;
	padding: 20px;
	overflow-y: hidden;

}

.desc_text {
	transition: all 0.5s;

	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: var(--grey);
	overflow-wrap: anywhere;
	overflow: hidden;
	max-height: 100px;
}

.show-more--active {

	transition: all 0.5s;
}

.show-more--button {
	font-size: 14px;
	color: var(--blue);
	position: relative;
	left: 0px;
	bottom: -15px;
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 15px;
}

.show-more--button::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	right: 0;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.show-more--button--active::after {
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.product__desc p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: var(--grey);
	overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
	.product__desc p {
		font-size: 14px;
	}
}


.product__desctitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 0px 17px 0px;
	padding: 0;
}

/* -------------------------------------------------------------- */













.order-questions {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 0 0px 0px 20px;
	position: relative;
}

.order-questions .spollers-block__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #267ded;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 0;
}

.order-questions .spollers-block__title::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	right: 20px;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.order-questions-btn {
	background-color: #e5f0ff;
	color: #267ded;
	padding: 11px 15px;
	font-size: 14px;
	border-radius: 9px;
	border: none;
	outline: none;
	user-select: none;
	box-sizing: border-box;
	;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	height: auto;
	line-height: normal;

}

.order-questions-btn:hover {
	background-color: #2270d5;
}


.order-questions .spollers-block__title._active::after {
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.order-questions .spollers-block__body {
	padding: 20px 0px 0px 0px;
	height: 340px;
	overflow: auto;
}

.order-questions__row {
	overflow: auto;
	height: 300px;
}

.order-questions__row::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
}

.order-questions__row::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #95c3ff;
}

.order-questions__row::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}


.order-questions__body {
	overflow: auto;
}


.order-questions__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: var(--blue);
}

.order-questions__block {
	margin: 10px 0;
}

.order-questions__answer {
	padding: 0px 20px 0px 0px;
}

.order-questions__answer p {
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	opacity: 0.8;
}

.order-questions__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 10px;
}

.bonuses__ref_product {
	max-width: 500px;
}

.page-map {
	height: calc(100vh - 230px);
}

@media (max-width: 992px) {
	.page-map {
		height: 100%;
	}
}

.page-map__title span {
	font-weight: 400;
	font-size: 16px;
	color: #9d9d9d;
}

.page-map__block {
	position: relative;
}

.page-map__map {
	height: calc(100vh - 270px);
	border-radius: 13px;
	overflow: hidden;
	position: relative;
}

.page-map__map img,
.page-map__map iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (max-width: 992px) {
	.page-map__map {
		height: 250px;
		margin: 0px 0px 20px 0px;
	}
}

.page-map__back {
	position: relative;
	padding: 10px 15px 10px 30px;
}

.page-map__back::before {
	content: '\e900';
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: icomoon;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (min-width: 1024px) {
	.page-map__back:hover::before {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		left: 8px;
	}
}

.map-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 367px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 27px 0px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.map-sidebar {
		position: relative;
		width: 100%;
		padding: 20px;
	}
}


.map-sidebar__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
}

@media (max-width: 992px) {
	.map-sidebar__title {
		font-size: 18px;
	}
}

.map-sidebar__row {
	margin: 0;
	overflow: auto;
	height: 100%;
	padding: 0px 0px 20px 0px;
}

.map-sidebar__row::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
}

.map-sidebar__row::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #95c3ff;
}

.map-sidebar__row::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}

.map-sidebar__row .adv-item {
	max-width: 100%;
	padding: 0 20px;
	margin: 0px 0px 40px 0px;
}

.map-sidebar__row .adv-item .adv-item__icons {
	bottom: -6px;
}

@media (max-width: 1500px) {
	.map-sidebar__row .adv-item .adv-item__icons {
		bottom: 0;
	}
}

.map-sidebar__row .adv-item .adv-item__days {
	top: 0px;
	left: 20px;
}

@media (max-width: 992px) {
	.map-sidebar__row .adv-item .adv-item__days {
		top: 7px;
		left: 7px;
	}
}

@media (max-width: 992px) {
	.map-sidebar__row .adv-item .adv-item__fav {
		top: 12px;
		right: 12px;
	}
}

@media (max-width: 992px) {
	.map-sidebar__row .adv-item {
		padding: 7px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
		margin: 0;
	}
}

@media (max-width: 600px) {
	.map-sidebar__row .adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.map-sidebar__row .adv-item-slider .swiper-slide {
	padding: 0px 0px 60% 0px;
}

@media (max-width: 992px) {
	.map-sidebar__row .adv-item-slider .swiper-slide {
		padding: 0px 0px 91% 0px;
	}
}

@media (max-width: 992px) {
	.map-sidebar__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -7px;
		overflow: hidden;
	}

	.map-sidebar__row::-webkit-scrollbar {
		width: 0;
	}
}

.map-sidebar__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 20px;
	margin: 0px 0px 25px 0px;
	display: flex;
}

@media (max-width: 992px) {
	.map-sidebar__head {
		padding: 0px;
	}
}

.product-margin {
	flex: 0 0 490px;
}

.margin-top-product {
	margin-top: -240px;
}

.map-sidebar-filter {
	/*padding: 20px 0px 0px 0px;*/
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.map-sidebar-filter._active .map-sidebar-filter__block {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 0;
	opacity: 1;
	visibility: visible;
}

.map-sidebar-filter__block {
	max-width: 365px;
	position: absolute;
	top: 20px;
	right: 0;
	width: 100%;
	z-index: 3;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.page-results__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	column-gap: 30px;
}

.page-results__sidebar>*:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

.page-results__sidebar {
	margin: 0px;
	width: 40%;
}

.page-results__sidebar .map-sidebar-filter__block {
	max-width: 100%;
	position: relative;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 1;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 25px;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1380px) {
	.page-results__sidebar {
		margin: 0px 20px 0px 0px;
	}
}

@media (max-width: 1300px) {
	.page-results__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
	}
}




.page-results__sidebarclose {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url('../img/icons/close.svg') no-repeat;
	background-size: contain;
}


.page-results__content {
	width: 100%;
}

.page-results__map {
	display: block;
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 4px;
	margin-bottom: 0 !important;
}

.page-results__map img,
.page-results__map iframe {
	width: 100%;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 8px;
}

.page-results__map span {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 14px;
	line-height: 1.2;
	color: #267ded;
	border-bottom: 1px dashed;
}


@media (min-width: 1024px) {
	.page-results__map:hover span {
		border-bottom: 1px dashed rgba(255, 255, 255, 0);
	}
}

.page-results__cat {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 25px;
	max-height: 490px;
	overflow: hidden;
}

.page-results__cat .spollers-block__title {
	font-weight: 700;
	font-size: 24px;
	color: #267ded;
	position: relative;
}

.page-results__cat .spollers-block__title::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	right: 0;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.page-results__cat .spollers-block__title._active::after {
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.page-results__cat .spollers-block__body {
	padding: 0px;
	margin: 0px -20px 0px 0px;
	overflow: auto;
}

.page-results__cat .header-cat__block {
	opacity: 1;
	visibility: visible;
	position: relative;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: initial;
	max-height: 400px;
}

.page-results__cat .header-cat__block .block__item {
	padding: 0px 0px 20px 0px;
}

.page-results__cat .header-cat__block .block__item:last-child {
	padding: 0;
}

.page-results__cat .block__title {
	width: 100%;
	text-align: left;
	position: relative;
}

.page-results__cat .block__title::after {
	font-family: icomoon;
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	right: 18px;
	font-size: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.page-results__cat .block__title._active::after {
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.page-results__wrap {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 25px;
}



.page-sidebar__list {
	margin: 0px -4px;
}

.page-sidebar__list .page-sidebar__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	opacity: 0.8;
	padding: 7px 4px;
	background: #fff;
	border-radius: 8px;
	margin: 0px 0px 5px 0px;
}

.page-sidebar__link p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #9D9D9D;
	opacity: 0.8;
}

.page-sidebar__list .page-sidebar__link span {
	margin: 1px 0px 0px 5px;
	font-size: 16px;
	color: #9d9d9d;
}

.page-sidebar__list .page-sidebar__link i {
	margin: 0px 7px 0px 0px;
	width: 20px;
	position: relative;
}

.page-sidebar__list .page-sidebar__link i::before {
	font-size: 18px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-sidebar__list .page-sidebar__link .icon-rub {
	width: auto;
	margin: 0;
}

.page-sidebar__list .page-sidebar__link .icon-rub::before {
	font-size: 13px;
	color: #9d9d9d;
	position: relative;
	top: 0;
	left: 0%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.page-sidebar__list .page-sidebar__link._active {
	background: #e5f0ff;
}

@media (min-width: 1024px) {
	.page-sidebar__list .page-sidebar__link:hover {
		background: #e5f0ff;
	}
}

.page-sidebar__list .page-sidebar__link:last-child {
	margin: 0;
}

.page-sidebar__block {
	margin: 0px 0px 28px 0px;
}

.page-sidebar__block:last-child {
	margin: 0;
}

.sidebar-ava {
	position: fixed;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
	height: 40px;
	background: #ffffff;
	-webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
	border-radius: 0px 20px 20px 0px;
	display: none;
}

.sidebar-ava img {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border: 1px solid #267ded;
}

.sidebar-subscr {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 25px;
}

.sidebar-subscr .spollers-block {
	margin: 0px 0px 15px 0px;
}

.sidebar-subscr .spollers-block .spollers-block__item {
	position: relative;
}

.sidebar-subscr .spollers-block .spollers-block__item .checkbox {
	position: absolute;
	top: 0px;
	right: 0;
}

.sidebar-subscr .spollers-block .spollers-block__title {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #267ded;
	position: relative;
	padding: 0px 0px 13px 20px;
	width: calc(100% - 50px);
}

.sidebar-subscr .spollers-block .spollers-block__title::before {
	content: '\e900';
	font-family: icomoon;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-subscr .spollers-block .spollers-block__title._active::before {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sidebar-subscr .spollers-block .spollers-block__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0px 8px 20px;
	position: relative;
}

.sidebar-subscr .spollers-block .spollers-block__block span {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
}

.arendatotal {
	font-size: 20px !important;
}

.arendatotal i::before {
	font-size: 14px !important;
}


.sidebar-subscr__title {
	color: #267ded;
	font-size: 22px;
}

@media (max-width: 1366px) {
	.profile .product-user__head {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 1366px) {
	.profile .product-user__ava {
		width: 60px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		height: 60px;
	}
}

.profile .popup-order__from,
.profile .popup-order__to {
	position: relative;
	width: 100%;
}

.profile__content {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	position: relative;
	width: 100%;
}


.profile-main__block {
	width: 100%;
	margin-bottom: 20px;
}

.profile__content_lk {
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.profile__title {
	font-size: 22px;
	color: #267ded;
	padding: 0px 0px 10px 0px;
}

@media (max-width: 992px) {
	.profile__title {
		font-size: 20px;
	}
}


.profile__null {
	font-size: 18px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 0px 40px 0px;
}

.profile__btn {
	padding: 0px 18px;
}

.profile-content__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.profile-adv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 15px;
	margin: 0px 0px 15px 0px;
}

.profile-adv:last-child {
	margin: 0;
}

@media (max-width: 600px) {
	.profile-adv {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}


.profile-adv_arch .profile-adv__left {
	opacity: 0.5;
}

.page-adv__row_arch .adv-item {
	opacity: 0.5;
}

.profile-adv__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

@media (max-width: 600px) {
	.profile-adv__left {
		margin: 0px 0px 0px 0px;
	}
}


.profile-adv__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 107px;
	flex: 0 0 107px;
	height: 107px;
	margin: 0px 12px 0px 0px;
}

.profile-adv__img img {
	border-radius: 13px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.adv_actions__list {
	display: flex;
	column-gap: 10px;
}

.adv-items__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 10px 5px 0px;
}


.adv-items-quant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: -3.5px;
}

.adv-items-quant__item {
	padding: 3.5px;
	flex-shrink: 0;
}

.adv-items-quant__item p {
	background: #f2f7ff;
	border-radius: 8px;
	padding: 5px;
	font-size: 12px;
	color: #267ded;
}


.adv-items-quant__item i::before {
	font-size: 10px;
	color: #267ded;
}

.adv-items__desc {
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.7;
	padding: 8px 0px;
}

@media (max-width: 1366px) {
	.adv-items__desc {
		font-size: 14px;
	}
}

.adv-items__price {
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
}


.profile-adv__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-direction: column;
	justify-content: space-between;
}

.profile-adv__right .adv_action__item a {
	font-size: 14px;
	white-space: nowrap;
	margin: 0px 20px 0px 0px;
	font-weight: 700;
}

.profile-adv__right .adv_action__item {
	border-radius: 5px;
}

.adv__archive .adv_action__item {
	padding: 5px 10px;
}

.adv__archive .adv_action__item:first-child {
	background-color: var(--blue-light);
}

.adv__archive .adv_action__item:last-child {
	background-color: var(--blue);
}

.profile-adv__right .adv_action__item:last-child a {
	color: #ffffff;
}

.profile-adv__right a:last-child {
	margin: 0;
}

@media (min-width: 1024px) {
	.profile-adv__right a:hover {
		text-decoration: underline;
	}
}

@media (max-width: 1280px) {
	.profile-adv__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: auto;
	}

	.profile-adv__right a {
		margin: 0px 0px 15px 0px;
	}


	.profile-adv__right a {
		border-radius: 5px;
		width: 100%;
		text-align: center;
		padding: 7px 0px;
	}
}


.profile-adv__edit {
	color: #267ded;
}


.profile-adv__dis {
	color: #9d9d9d;
}

.profile-adv__del {
	color: #ff5e5e;
}

.bouncing-tipref {
	display: none;
}

.tipref {
	display: none;
}

.tippy-box .bouncing-tipref,
.tippy-box .tipref {
	display: block;
}

.tipref_adv-items__price {
	text-align: left;
}

.tipref__blue {
	color: #267ded;
}

.tipref__red {
	color: #ff5e5e;
}

.tipref_adv-items__price span {
	display: block;
	font-weight: 700;
	font-size: 12px;
	color: #267ded;
	margin: 0px 0px 5px 0px;
}

.tipref_adv-items__price p {
	font-size: 12px;
	line-height: 1.3;
	color: #9d9d9d;
}

.tipref_adv-items__price p i::before {
	font-size: 10px;
	color: #9d9d9d;
}

.tipref .tipref__blue {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #267ded;
	margin-bottom: 3px;
}


.tipref .tipref__red {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #FF9B9B;
	margin: 0;
}

.profile-rent {
	width: 100%;
	position: relative;
}

.profile-rent .profile-adv__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	height: 140px;
}

@media (max-width: 1300px) {
	.profile-rent .profile-adv__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 107px;
		flex: 0 0 107px;
		height: 107px;
	}
}


.profile-rent .profile-adv__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 465px;
	flex: 0 0 465px;
}

@media (max-width: 1300px) {
	.profile-rent .profile-adv__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
	}
}

@media (max-width: 1200px) {
	.profile-rent .profile-adv__left {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		margin: 0px 0px 10px 0px;
	}
}

.profile-rent .profile-adv__right {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	padding: 0px 0px 25px 0px;
}

@media (max-width: 1300px) {
	.profile-rent .profile-adv__right a {
		margin: 0px 20px 0px 0px;
	}

	.profile-rent .profile-adv__right a:last-child {
		margin: 0;
	}
}


.profile-rent .block {
	width: 100%;
}

.profile-rent .block__title {
	display: none;
}

@media (max-width: 1200px) {
	.profile-rent .block__title {
		display: block;
		background: #e5f0ff;
		border-radius: 5px;
		font-weight: 600;
		font-size: 14px;
		color: #267ded;
		padding: 7px 22px;
	}
}


@media (max-width: 1200px) {
	.profile-rent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.profile-rent__links {
	position: absolute;
	bottom: 15px;
	right: 0;
}


.profile-rent__link {
	font-size: 13px;
	color: #9d9d9d;
	margin: 0px 20px 0px 0px;
	padding: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

@media (min-width: 1024px) {
	.profile-rent__link:hover {
		text-decoration: underline;
	}
}


.profile-rent__link_renew {
	color: #267ded;
}


.profile-rent__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}


.profile-rent__infoblock {
	padding: 0px 14px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 200px;
	flex: 0 1 200px;
}

.profile-rent__infoblock p,
.profile-rent__infoblock a {
	font-size: 14px;
	line-height: 1.3;
	color: #9d9d9d;
	opacity: 0.8;
}

.profile-rent__infoblock p i::before,
.profile-rent__infoblock a i::before {
	color: #9d9d9d;
	opacity: 0.8;
	font-size: 11px;
}

@media (max-width: 1366px) {

	.profile-rent__infoblock p,
	.profile-rent__infoblock a {
		font-size: 12px;
	}
}

.profile-rent__infoblock:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 220px;
	flex: 0 1 220px;
}

.profile-rent__infoblock:last-child {
	padding: 0;
}

@media (max-width: 1200px) {
	.profile-rent__infoblock {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
	}
}


.profile-rent__title {
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
	margin: 0px 0px 8px 0px;
}

@media (max-width: 1366px) {
	.profile-rent__title {
		font-size: 14px;
	}
}

.profile-content .tabs-block {
	width: 100%;
}

.profile-content .tabs-block__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 20px 0px;
}

.profile-content .tabs-block__item {
	font-weight: 400;
	font-size: 18px;
	color: #9d9d9d;
	margin: 0px 15px 0px 0px;
}

.profile-content .tabs-block__item._active {
	color: #267ded;
	font-weight: 600;
}

@media (min-width: 1024px) {
	.profile-content .tabs-block__item:hover {
		color: #267ded;
	}
}

.other-profile {
	margin: 50px 0px 0px 0px;
}

.other-profile .content-filter {
	top: -40px;
}

.other-profile .product-user {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	width: 100%;
}

.other-profile .profile-adv__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 188px;
	flex: 0 0 188px;
	height: 170px;
}

.other-profile .adv-item__info {
	width: 100%;
	border-bottom: 0;
}

@media (max-width: 1366px) {
	.other-profile .adv-item__info p {
		width: 200px;
	}
}

@media (max-width: 1250px) {
	.other-profile .adv-item__info p {
		width: 100px;
	}
}

@media (max-width: 992px) {
	.other-profile .adv-item__info p {
		width: 100%;
		white-space: normal;
	}
}

.other-profile .adv-items__desc {
	display: block;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.other-profile .adv-item__footer {
	width: 100%;
}

.other-profile .adv-item__right {
	width: 100%;
}

.other-profile .profile-adv__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 520px;
	flex: 0 1 520px;
}

@media (max-width: 600px) {
	.other-profile .profile-adv__left {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}

}

@media (max-width: 992px) {
	.other-profile .page-results__sidebar {
		position: relative;
		top: 0;
		left: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 100%;
		margin: 0px 0px 15px 0px;
		height: auto;
		border-radius: 13px;
		z-index: 1;
	}
}


@media (max-width: 992px) {
	.other-profile .page-results__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.other-profile .product-user {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
}


@media (max-width: 992px) {
	.other-profile .content-filter {
		top: 0;
	}
}

@media (max-width: 992px) {
	.other-profile .profile__content_lk {
		padding: 0px 0px 0px 0px;
	}
}

@media (max-width: 700px) {
	.other-profile .profile__content_lk {
		padding: 0;
	}
}

@media (max-width: 992px) {
	.other-profile .adv-item__days {
		top: 21px;
		left: 21px;
	}
}


.other-profile .page-adv__row {
	margin: -5px;
}


.other-profile .adv-item {
	padding: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media (max-width: 1024px) {
	.other-profile .adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 0;
		padding: 5px;
		border-radius: 0;
	}
}

@media (max-width: 650px) {
	.other-profile .adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.other-profile .adv-item__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 15px;
}

@media (max-width: 992px) {
	.other-profile .adv-item__row {
		padding: 10px;
	}
}

@media (max-width: 1024px) {
	.other-profile .adv-item__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.other-profile .thumb-item {
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	margin: 0px 15px 0px 0px;
}

.other-profile .thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (max-width: 1024px) {
	.other-profile .thumb-item {
		padding: 0px 0px 90% 0px;
		margin: 0px 0px 10px 0px;
		width: 100%;
	}
}

.other-profile .adv-item__title {
	margin: 0 auto;
	padding: 10px 0;
}

.other-profile .adv-item__title p {
	font-size: 16px;
	white-space: normal;
}

@media (max-width: 1200px) {
	.other-profile .adv-item__title p {
		font-size: 14px;
	}
}

@media (max-width: 360px) {
	.other-profile .adv-item__title p {
		font-size: 12px;
	}
}

.other-profile .adv-item__ava {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
}

.other-profile .adv-items-quant {
	padding: 0px 30px 0px 0px;
}

@media (max-width: 600px) {
	.other-profile .adv-items-quant {
		padding: 0;
	}
}


.other-profile .adv-item__footer {
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.other-profile .adv-item__icon {
	margin: 0px 5px 0px 0px;
}

.other-profile .adv-item__icon:last-child {
	margin: 0;
}

.other-profile .adv-item__fav {
	position: absolute;
	top: 10px;
	right: 10px;
}

@media (max-width: 1024px) {
	.other-profile .adv-item__fav {
		bottom: unset;
		top: 25px;
		right: 25px;
	}
}



.dhx_calendar {
	padding: 0;
	font-family: Inter;
	display: none;
}

.dhx_input {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9d9d9d;
	font-family: Inter;
}

.dhx_input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dhx_button--view_link {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #267ded !important;
}

.dhx_calendar-action__next {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.dhx_calendar-action__prev {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.dhx_calendar-day {
	color: #000;
}

.dhx_calendar-day--selected {
	color: #fff;
}

.dhx_calendar-day--selected:before {
	width: 34px;
	height: 34px;
	background-color: #267ded;
}

.dhx_calendar-day--in-range:after {
	background-color: #e6f0fe;
}

.tmb-wrap-table {
	padding: 0px 20px;
}

.tmb-wrap-table div.active {
	border-color: transparent;
	position: relative;
}

.tmb-wrap-table div.active::before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 20px;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	height: 2.5px;
	width: 80%;
}

.tmb-wrap-table div {
	position: relative;
}

.tmb-wrap-table div::before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 20px;
	height: 2.5px;
	width: 80%;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 10px;
}

#scrollToTopButton {
	position: fixed;
	bottom: 75px;
	right: 40px;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
	padding: 0;
	border: 0;
	width: 40px;
	height: 40px;
	outline: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 2;
}

#scrollToTopButton img {
	width: 100%;
}

#scrollToTopButton.show {
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.tippy-box {
	background-color: rgba(255, 255, 255, 0);
	background: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	font-weight: 400;
	font-family: Inter;
	font-size: 12px;
	line-height: 1.2;
	color: #9d9d9d;
	text-align: center;
}

.tippy-arrow::before {
	color: rgb(255, 255, 255);
}

.page-error {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-error__row {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.page-error__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 500px;
	flex: 0 1 500px;
	margin: 0px 40px 0px 0px;
}

.page-error__img img {
	width: 100%;
}


.page-error__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
}

.page-error__title {
	font-size: 32px;
	font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
	position: relative;
}

.page-error__title i {
	margin: 0px 5px 0px 0px;
}

.page-error__title i::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
	color: #267ded;
	font-size: 20px;
	font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
	font-weight: bold;
}

.page-error__text {
	font-size: 24px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
	margin: 0px 0px 20px 0px;
	font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
}

.page-error__btn {
	width: 300px;
	height: 63px;
	font-size: 24px;
}

@media (max-width: 1024px) {
	.page-error__btn {
		min-height: 39px;
		width: 150px;
		height: auto;
		font-size: 16px;
	}
}


.balance .tabs-block__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 40px 0px;
}

.balance__content {
	padding: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
}


.balance__title,
.bonuses__title {
	font-weight: 700;
	font-size: 22px;
	color: #267ded;
	margin: 0px 0px 20px 0px;
}


.balance__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 40px 0px;
}

.balance__header .balance__headlink {
	font-weight: 500;
	font-size: 18px;
	color: #9d9d9d;
	margin: 0px 20px 0px 0px;
}

.balance__header .balance__headlink._active {
	color: #267ded;
	text-decoration: underline;
}

.balance__header .balance__headlink._active i::before {
	color: #267ded;
}

.balance-wallet__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0px 0px 50px 0px;
}

@media (max-width: 1250px) {
	.balance-wallet__head {
		-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;
	}
}


.balance-wallet__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.balance-wallet__buttons .btn {
	margin: 0px 20px 0px 0px;
}

.balance-wallet__buttons .btn:last-child {
	margin: 0;
}

@media (max-width: 370px) {
	.balance-wallet__buttons .btn {
		margin: 0px 0px 15px 0px;
	}
}

@media (max-width: 1250px) {
	.balance-wallet__buttons {
		margin: 0px 0px 20px 0px;
	}
}


@media (max-width: 370px) {
	.balance-wallet__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.balance-wallet__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.balance-wallet__filters span {
	font-weight: 500;
	font-size: 14px;
	color: #9d9d9d;
}

.balance-wallet__filters .select._select-active .select__content {
	color: #267ded;
}

@media (min-width: 1024px) {
	.balance-wallet__filters .select__option:hover {
		color: #267ded;
	}
}


.balance-wallet__history {
	margin: 0px 20px 0px 0px;
}


.balance-wallet__history .select__options {
	width: 200px;
}


.balance-wallet__sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.balance-wallet__sort>span {
	position: relative;
	top: 2px;
}


.wallet-table__row {
	overflow: auto;
}


.wallet-table__head {
	padding: 0px 0px 29px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
	text-align: center;
}


.wallet-table__date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}


.wallet-table__sum {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	padding: 0px 10px;
}


.wallet-table__operation {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	padding: 0px 10px;
}


.wallet-table__status {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 80px;
	flex: 1 0 80px;
	padding: 0px 10px;
}


.wallet-table__desc {
	padding: 0px 0px 0px 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	text-align: left;
}



.wallet-table__line {
	border-top: 1px solid rgba(220, 217, 217, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0px;
	text-align: center;
}

.wallet-table__line .wallet-table__date .wallet-table__value {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
}


.wallet-table__line .wallet-table__sum .wallet-table__value {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
	color: #267ded;
}


.wallet-table__line .wallet-table__operation .wallet-table__value {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
}


.wallet-table__line .wallet-table__status .wallet-table__value {
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	color: #2aadb0;
	background: rgba(42, 173, 176, 0.26);
	border-radius: 8px;
}


.wallet-table__line .wallet-table__desc .wallet-table__value {
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
	text-align: left;
}


.wallet-table__linename {
	display: none;
}


.wallet-table__linehead {
	display: none;
}


.bonuses {
	flex: 0 0 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: static;
}

.page__bonuses .bonuses {
	flex: initial;
	width: 100%;
}

.page__bonuses .bonuses__bot {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.page__bonuses .bonuses__top {
	column-gap: 15px;
	margin-bottom: 15px;
}

.page__bonuses .bonuses__topright {
	width: 40%;
	flex: none;

}

.page__bonuses .bonuses__topleft {
	width: 60%;
	height: 100%;
	flex: none;
	flex-shrink: 1;
}

.page__bonuses .bonuses__ref {
	margin-bottom: 17px;
}

.bonuses .balance__header {
	margin: 0px 0px 20px 0px;
}

.bonuses .balance__headlink {
	margin: 0px 20px 0px 0px;
	font-size: 18px;
}

.bonuses .balance__headlink:last-child {
	margin: 0;
}

@media (max-width: 1200px) {
	.bonuses .balance__headlink {
		font-size: 16px;
	}
}


.bonuses__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 700px) {
	.bonuses__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
}


.bonuses__topleft {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 20px;
}

@media (max-width: 700px) {
	.bonuses__topleft {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		width: 100%;
		margin: 0px 0px 15px 0px;
	}
}


.bonuses__more {
	font-size: 14px;
	line-height: 1.2;
	color: var(--grey);
	max-width: 390px;
	margin: 0px 0px 20px 0px;
}

@media (max-width: 1200px) {
	.bonuses__more {
		font-size: 14px;
	}
}

.bonuses__ref {
	position: relative;
	width: 100% !important;
}

.bonuses__ref input {
	width: 100%;
	background: #e5f0ff;
	border-radius: 13px;
	padding: 14px 50px 14px 15px;
	font-size: 14px;
	color: #267ded;
}

.bonuses__ref input::-webkit-input-placeholder {
	color: #267ded;
}

.bonuses__ref input::-moz-placeholder {
	color: #267ded;
}

.bonuses__ref input:-ms-input-placeholder {
	color: #267ded;
}

.bonuses__ref input::-ms-input-placeholder {
	color: #267ded;
}

.bonuses__ref input::placeholder {
	color: #267ded;
}

@media (max-width: 1366px) {
	.bonuses__ref input {
		height: 40px;
	}
}



#myRef {
	pointer-events: none;
}

.bonuses__refcopy {
	cursor: pointer;
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 18px;
	height: 18px;
	background: url('../img/icons/copy.svg') no-repeat;
	background-size: contain;
	pointer-events: auto;
}

@media (max-width: 1366px) {
	.bonuses__refcopy {
		bottom: 11px;
	}
}


.bonuses-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 45px 0px;
}

.bonuses-social span {
	font-size: 14px;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 0px 14px 0px 0px;
}

@media (max-width: 992px) {
	.bonuses-social span {
		margin: 0px 0px 10px 0px;
	}
}


@media (max-width: 992px) {
	.bonuses-social {
		-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;
	}
}



.bonuses-social__row>*:not(:last-child) {
	margin: 0px 10px 0px 0px;
}

.bonuses-social__row img {
	width: 28px;
}

@media (max-width: 1200px) {
	.bonuses-social__row img {
		width: 24px;
	}
}

.bonuses__topright>*:not(:last-child) {
	margin: 0px 0px 15px 0px;
}

.bonuses__topright {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 405px;
	flex: 0 1 405px;
}

@media (max-width: 700px) {
	.bonuses__topright {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		width: 100%;
	}
}


.bonuses__card {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(130px + 60 * ((100vw - 320px) / 1600));
	background: #267ded;
	border-radius: 13px;
	position: relative;
	overflow: hidden;
}

.bonuses__card::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 122px;
	height: 122px;
	background: url('../img/icons/coins.svg') no-repeat;
	background-size: contain;
}

.bonuses__card span {
	position: relative;
	z-index: 2;
	font-weight: 700;
	font-size: 39.646px;
	color: #ffffff;
	margin: 0px 0px 9px 0px;
}

.bonuses__card span i::before {
	color: #fff;
	font-size: 32px;
}


.bonuses__card p {
	position: relative;
	z-index: 2;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #ffffff;
}

.bonuses__cardoverlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right top, left top, from(#267ded), to(rgba(38, 125, 237, 0)));
	background: -o-linear-gradient(right, #267ded 0%, rgba(38, 125, 237, 0) 100%);
	background: linear-gradient(-90deg, #267ded 0%, rgba(38, 125, 237, 0) 100%);
}

.bonuses__count {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 15px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bonuses__count p {
	font-size: 23.1269px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 15px 0px 0px;
}

@media (max-width: 1200px) {
	.bonuses__count p {
		font-size: 16px;
	}
}

.bonuses__count span {
	font-size: 39.646px;
	color: #267ded;
}

@media (max-width: 1200px) {
	.bonuses__count span {
		font-size: 24px;
	}
}


.bonuses__bot {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 30px 0;
	overflow: hidden;
}


.bonuses-table {
	width: 100%;
	overflow: hidden;
}

.bonuses-table__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 30px;
	border-bottom: 1px solid rgba(220, 217, 217, 0.4);
	text-align: center;
}

.bonuses-table__head .bonuses-table__date {
	padding: 0px 0px 20px 0px;
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

@media (max-width: 700px) {
	.bonuses-table__head .bonuses-table__date {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}



.bonuses-table__head .bonuses-table__name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
}

@media (max-width: 700px) {
	.bonuses-table__head .bonuses-table__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}

.bonuses-table__head .bonuses-table__sum {
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media (max-width: 700px) {
	.bonuses-table__head .bonuses-table__sum {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}


.bonuses-table__head .bonuses-table__status {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	font-weight: 700;
	font-size: 16px;
	color: #267ded;
}

.meta-info {
	order: 1;
	display: flex;
	flex-direction: column;
}

#minsrok {
	color: var(--blue);
}

.phone {
	width: 100%;
	margin: 10px 0;
}

.phone__list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.phone__item {
	background-color: var(--blue-light);
	width: 30%;
	padding: 5px;
	border-radius: 5px;
	display: flex;
	justify-content: space-around;
}

.phone__item .delnumber {
	font-weight: 700;
	color: var(--blue);
}

.phone__table {
	width: 100%;
}

.phone__table td {
	width: 100%;
}

.phone__table tr {
	display: flex;
	gap: 5px;
	align-items: center;
}

.phone--showed {
	background-color: white;
	color: var(--blue);
	font-size: 24px;
}

.phone__hide {
	display: none;
	color: var(--grey);
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.form_agreement__title {
	padding-left: 40px;
}

.page-adv__item .adv-item__fav {
	width: 26px;
	height: 26px;
	right: 12px;
	top: 12px;
}

.page-adv__item .adv-item__fav i:before {
	font-size: 16px;
}

.rental_period {
	margin-bottom: 20px;
}

#clld {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------- */





@media (max-width: 700px) {
	.bonuses-table__head .bonuses-table__status {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}


.bonuses-table__row {
	height: 165px;
	overflow: auto;
}

.bonuses-table__row::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
}

.bonuses-table__row::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #95c3ff;
}

.bonuses-table__row::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f3f3f3;
}


.bonuses-table__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 20px 0px;
	border-top: 1px solid rgba(220, 217, 217, 0.4);
	text-align: center;
}

.bonuses-table__line .bonuses-table__date {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

@media (max-width: 700px) {
	.bonuses-table__line .bonuses-table__date {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}

.bonuses-table__line .bonuses-table__name {
	font-weight: 400;
	font-size: 14px;
	color: #267ded;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
}

@media (max-width: 700px) {
	.bonuses-table__line .bonuses-table__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}

.bonuses-table__line .bonuses-table__sum {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media (max-width: 700px) {
	.bonuses-table__line .bonuses-table__sum {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
	}
}

.bonuses-table__line .bonuses-table__status {
	font-weight: 400;
	font-size: 14px;
	color: #9d9d9d;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
}


@media (max-width: 700px) {
	.bonuses-table__line .bonuses-table__status {
		-webkit-box-flex: 0;
		-ms-flex: -1 1 25%;
		flex: -1 1 25%;
	}
}

.bonuses-table__line:first-child {
	border: 0;
}

.favourites {
	margin: 0;
}

@media (max-width: 992px) {
	.favourites .content-filter {
		top: -40px;
	}
}

@media (max-width: 700px) {
	.favourites .content-filter {
		top: 0;
	}
}

.favourites .favnull {
	position: absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url('../img/icons/favnull.svg') no-repeat;
	background-size: 200px;
	width: 200px;
	height: 200px;
}

@media (max-width: 992px) {
	.favourites .page-results__row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (max-width: 1300px) {
	.favourites .page-results__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
	}
}

@media (max-width: 992px) {
	.favourites .page-results__sidebar {
		margin: 0px 20px 0px 0px;
	}
}


.favourites .page-adv__row {
	width: 100%;
	position: relative;
}

@media (max-width: 992px) {
	.favourites .adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 610px) {
	.favourites .adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.rating {
	width: 100%;
}

.rating .tabs-block__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 20px 0px;
}

.rating .tabs-block__item {
	font-weight: 500;
	font-size: 14px;
	color: #9d9d9d;
	margin: 0px 25px 0px 0px;
}

.rating .tabs-block__item._active {
	color: #267ded;
	text-decoration: underline;
}

.rating .tabs-block__item:last-child {
	margin: 0;
}


@media (max-width: 340px) {
	.rating .tabs-block__item {
		font-size: 13px;
	}
}

.rating .adv-item__ava .icon-reward {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.rating .adv-item__ava .icon-reward::before {
	position: relative;
	font-size: 12px;
	top: 2px;
	left: 3px;
}



.rating__block {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 30px;
	width: 100%;
	margin: 0px 0px 20px 0px;
}


.rating-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 30px 0px;
}

.rating-head span {
	font-size: 14px;
	color: #9d9d9d;
}

.rating-head__value {
	font-weight: 700;
	font-size: 22px;
	color: #267ded;
	margin: 0px 10px 0px 0px;
}

.rating-head__stars {
	margin: 0px 5px 0px 0px;
}

.rating-head__stars span {
	position: relative;
	top: 2px;
}

.rating__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0px 0px 15px 0px;
}

.rating__line .user-rating__star::before {
	font-size: 17px;
}

.rating__line span {
	display: block;
	font-size: 14px;
	color: #9d9d9d;
	padding: 0px 5px;
	text-align: center;
}

.rating__line:last-child {
	margin: 0;
}

.user-ratingnull {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 109px;
	flex: 0 0 109px;
	border-bottom: 1px solid rgba(157, 157, 157, 0.25);
}

.feedback-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 15px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	position: relative;
	margin: 0px 0px 15px 0px;
}

.feedback-item__support::after {
	display: none;
}

.feedback-item__comment_second br {
	display: none;
}

.feedback-item__comment_second {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.feedback-item__comment_first {
	margin-bottom: 0;
}

.feedback__progress {
	display: flex;
	flex-direction: column;
	row-gap: 9px;
	padding-right: 5px;
	flex-shrink: 0;
}

.feedback__progress .chat__progress__step span::after {
	z-index: 0;
	height: 30px;
	left: 8px;
	top: 0;
}

.chat__progress {

	display: flex;

	gap: 7px;

	position: absolute;

	flex-direction: column;

	top: 110px;
	right: -5px;
	text-align: right;
	margin-top: 5px;

	background-color: #fafafa;
	padding: 20px;
	padding-right: 30px;

}

.chat__progress__step {

	font-size: 14px;

	color: #bfbfbf;

}



.chat__progress__step::after {

	content: url(/img/icons/circle-gray.svg);

	position: relative;

	right: -6px;

	top: -1px;

}



.chat__progress__step.active {

	font-weight: 600;

	color: var(--blue);

}



.chat__progress__step.passed {

	color: #000000;

}



.chat__progress__step.active::after {

	content: url(/img/icons/circle-active.svg);

	position: relative;

	right: -10px !important;

	top: 1.5px;

}

.chat__progress__step.active::before {
	content: url(/img/icons/check-small.svg);
	position: relative;
	right: 6px;
}



.chat__progress__step.passed::before {

	content: url(/img/icons/check-small.svg);

	position: relative;

	right: 1px;

}



.chat__progress__step.passed::after {

	content: url(/img/icons/circle-blue.svg);

	position: relative;

	right: -6px;

	top: -1px;

}



.chat__replayDelay {

	margin: 0 auto;

	display: none;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}



.chat__replayDelay__text {

	font-size: 18px;

	align-items: center;

	color: #9d9d9d;

	text-align: center;

	margin-top: 14px;

}



.chat__progress__step span {

	position: relative;

}



.chat__progress__step:hover span div {

	display: block;

}



.chat__progress__step span::after {

	content: '';

	position: absolute;

	border-left: 1px solid;

	left: 14px;

	bottom: 0;

	z-index: -1;

	height: 100%;

}



.chat__progress__step.passed span::after {

	content: '';

	position: absolute;

	border-left: 1px solid #267ded;

	left: 10px;

	top: 10px;

	z-index: -1;

	height: 34px;

}



.chat__progress__step.active span::after {

	content: '';

	position: absolute;

	border-left: 1px solid #bfbfbf;

	left: 8px;

	top: 0;

	z-index: 0;

	height: 35px;

}



.chat__progress__step span::after {

	content: '';

	position: absolute;

	border-left: 1px solid #bfbfbf;

	left: 8px;

	top: 10px;

	z-index: 0;

	height: 30px;

}



.chat__progress__step:last-of-type span::after {

	content: none;


}



.step-tooltip {

	font-weight: normal;

	position: absolute;

	background-color: white;

	transition: all 0.5s;

	line-height: 20px;

	padding: 10px;

	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.03);

	border-radius: 8px 0px 8px 8px;

	color: #afafaf;

	width: max-content;

	top: 0;

	right: 80px;

	text-align: left;

	z-index: 9999;
	display: none;

}



.step-tooltip p {

	max-width: 250px;

}


.feedback-item__user_name {
	font-size: 18px;
	color: black;
	font-weight: 700;
}

.feedback-item .chat__progress__step {
	position: relative;
	text-align: end;
	padding-right: 5px;
}

.feedback-item .chat__progress__step.passed::after {
	position: absolute;
	right: -8px;
	top: 3px;
}

.feedback-item .chat__progress__step::after {
	position: absolute;
	top: 3px;
	right: -8px;
}

.feedback-item .chat__progress__step.passed span::after {
	z-index: initial;
	left: 8px;
	height: 23px;
	top: 0;
}

.feedback-item .feedback__progress .current_step::after {
	right: -10px;
	border: 3px solid var(--blue);
	border-radius: 50%;
	background: white;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
}

.feedback-item::after {
	content: '';
	position: absolute;
	right: 225px;
	bottom: 14px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icons/checked.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.unread_message::after {
	filter: grayscale(1);
}

.feedback-item:last-child {
	margin: 0;
}


.feedback-item__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 112px;
	flex: 0 0 112px;
	height: 103px;
	margin: 0px 15px 0px 0px;
}

.feedback-item__img img {
	border-radius: 13px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (max-width: 550px) {
	.feedback-item__img {
		width: 100%;
		max-width: 60px;
		height: 50px;
	}


}

.feedback-item__block {
	width: 100%;
	/*padding: 0px 0px 20px 0px;*/
	position: relative;
}

.feedback-item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	margin: 0px 0px 8px 0px;
}


@media (max-width: 550px) {
	.feedback-item__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		height: 50px;
	}

	.feedback-item__img img {
		border-radius: 5px;
	}
}



.feedback-item__nameblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 600px) {
	.feedback-item__nameblock {
		margin: 0px 0px 5px 0px;
	}
}

.feedback-item__status {
	position: absolute;
	top: 0px;
	right: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.feedback-item__status span {
	font-size: 14px;
	border-radius: 8px;
	padding: 4px 5px;
	display: inline-block;
}


.feedback-item__status .user-rating__star {
	margin: 0px 6px 0px 0px;
}

.feedback-item__status .user-rating__star::before {
	font-size: 16px;
}


@media (max-width: 992px) {
	.feedback-item__status .user-rating__star {
		display: none;
	}
}

@media (max-width: 600px) {
	.feedback-item__status {
		position: relative;
		top: 0;
		right: unset;
		margin: 0px 0px 10px 0px;
	}

	.header__logo {
		width: initial;
		flex-direction: row !important;
		flex-wrap: nowrap;
		align-items: center !important;
	}

	.header__logo p {
		width: 115px;
		transform: translateX(13px);
	}
}


.feedback-item__status_ok span {
	color: #2aadb0;
	background: rgba(42, 173, 176, 0.28);
}

.feedback-item__status_fail span {
	color: #ff9b9b;
	background: rgba(255, 134, 134, 0.25);
}

.feedback-item__comment {
	font-size: 14px;
	line-height: 1.2;
	color: var(--grey);
}


.feedback-item__comment span {
	font-weight: 700;
}

@media (max-width: 992px) {
	.feedback-item__comment {
		padding: 0;
	}
}


.feedback-item__date {
	font-size: 12px;
	color: #9d9d9d;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.feedback-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	color: #9d9d9d;
	position: absolute;
	bottom: 0px;
	right: 25px;
}


.contacts {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 30px;
	width: 100%;
}

@media (max-width: 1008px) {
	.feedback-item__comment {
		max-width: 260px;
	}

	.feedback-item__activity {
		font-size: 10px !important;
	}

	.feedback-item__activity.rent-table__value {
		width: 60px !important;
		margin-left: 20px !important;
		font-size: 10px !important;
	}
}

.contacts__wrap {
	max-width: 683px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
}

.contacts__title,
.contacts__link {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	color: #267ded;
	margin: 0px 0px 40px 0px;
}

@media (max-width: 1366px) {

	.contacts__title,
	.contacts__link {
		font-size: 18px;
		margin: 0px 0px 20px 0px;
	}
}

.contacts__block {
	margin: 0px 0px 30px 0px;
}

@media (max-width: 1366px) {
	.contacts__block {
		margin: 0px 0px 20px 0px;
	}
}

.contacts__subtitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

@media (max-width: 1366px) {
	.contacts__subtitle {
		font-size: 16px;
	}
}

.contacts__link {
	display: inline-block;
	margin: 0px 0px 10px 0px;
}

@media (min-width: 1024px) {
	.contacts__link:hover {
		text-decoration: underline;
	}
}

.contacts__text {
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
}

.contacts__text .contacts__link {
	margin: 0;
}

@media (max-width: 1366px) {
	.contacts__text {
		font-size: 14px;
	}
}

.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 30px 0px;
}

@media (max-width: 1366px) {
	.contacts__row {
		margin: 0px 0px 20px 0px;
	}
}

@media (max-width: 600px) {
	.contacts__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.contacts__col {
	margin: 0px 50px 0px 0px;
}

.contacts__col:last-child {
	margin: 0;
}

@media (max-width: 600px) {
	.contacts__col {
		margin: 0px 0px 10px 0px;
	}
}

.about__block {
	background: rgba(229, 240, 255, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	overflow: hidden;
	padding: 35px 45px;
	margin: 0px 0px 50px 0px;
}

@media (max-width: 1366px) {
	.about__block {
		padding: 25px;
	}
}


.about__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0px 20px 0px;
}

.about__logo span {
	padding: 5px 0px 0px 0px;
	font-size: 20px;
	line-height: 1.2;
	color: #267ded;
}


.about__logo img {
	margin: 0px 10px 0px 0px;
	width: 136px;
}


.about__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -12px;
}

.about__items_slider {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
	overflow: hidden;
	gap: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.about__items_slider .about__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	padding: 12px;
}

.about__items_slider::-webkit-scrollbar {
	display: none;
}



@media (max-width: 360px) {
	.about__items {
		padding: 0px 20px;
	}
}

.about__item {
	padding: 12px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
}


@media (max-width: 992px) {
	.about__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.about__items_slider .about__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}

@media (max-width: 600px) {
	.about__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
	}

	.about__items_slider .about__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}


.about__itemblock {
	padding: 15px 5px;
	text-align: center;
	border-radius: 13px;
	border: 2px dashed #dedfe2;
	height: 100%;
}

.about__itemblock img {
	height: 40px;
	margin: 0px 0px 5px 0px;
}

.about__itemblock span {
	display: block;
	font-size: 14px;
	line-height: 1.29;
	color: #9d9d9d;
}

.about-search {
	margin: 0px auto 40px auto;
	max-width: 1000px;
}

.about-search__title {
	text-align: center;
	color: #267ded;
}


.about-info {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.about-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: -14px;
}

@media (max-width: 600px) {
	.about-info__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.about-info__item {
	padding: 14px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
}

@media (max-width: 600px) {
	.about-info__item {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}
}

.about-info__block {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 35px 25px;
	height: 100%;
}


.about-info__title {
	font-weight: 700;
	font-size: 20px;
	color: #267ded;
	margin: 0px 0px 17px 0px;
}

@media (max-width: 1366px) {
	.about-info__title {
		font-size: 18px;
	}
}

.about-info__links>*:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.about-info__link {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #000000;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (min-width: 1024px) {
	.about-info__link:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		color: #267ded;
	}
}

@media (max-width: 1366px) {
	.about-info__link {
		font-size: 16px;
	}

	.rent-out {
		overflow: hidden;
	}
}

.rented {
	background-color: #267ded;
}

.rent-out {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 30px 20px;
	width: 100%;
	height: fit-content;
	position: relative;
}


.rent-out .tabs-block .btn {
	margin: 20px 0px 0px 0px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rent-out .tabs-block__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: baseline;
	display: flex;
	margin: 0px 0px 20px 20px;
}

@media (max-width: 1200px) {
	.rent-out .tabs-block__nav {
		margin: 0px 0px 20px 0px;
	}
}


.rent-out .tabs-block__item {
	font-weight: 700;
	font-size: 20px;
	color: #9d9d9d;
	margin: 0px 40px 0px 0px;
}

.rent-out .tabs-block__item:last-child {
	margin: 0;
}

.rent-out .tabs-block__item._active {
	color: #267ded;
}

@media (max-width: 992px) {
	.rent-out .tabs-block__item {
		font-size: 18px;
	}
}



.rent-out__filter {
	pointer-events: none;
	position: relative;
	top: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rent-out__filter span {
	font-size: 16px;
	color: #a8a8a8;
}

.rent-out__filter .select {
	pointer-events: auto;
}

.rent-out__filter .select__title {
	color: #9d9d9d;
	font-size: 16px;
	border: 0;
	background: none;
	border-radius: 13px;
	cursor: pointer;
	height: auto;
}


.rent-out__filter .select__value {
	height: auto;
	padding: 0px 20px 0 10px;
}

.rent-out__filter .select__value span {
	color: #267ded;
}

.rent-out__filter .select__value::after {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 10px;
}

.rent-out__filter .select .select__options {
	background: #fff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	border-radius: 13px;
	border: 1px solid #d9d9d9;
	top: 25px;
	left: unset;
	right: 0;
	padding: 10px 0px;
}


.rent-out__filter .select .select__option {
	font-size: 14px;
	color: #9d9d9d;
	padding: 7px 15px;
	background: #fff;
}

@media (max-width: 1350px) {
	.rent-out__filter {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		top: -20px;
	}
}

@media (max-width: 1200px) {
	.rent-out__filter {
		top: 0px;
	}
}


@media (max-width: 1200px) {
	.rent-out__filter {
		margin: 0px 0px 20px 0px;
	}
}

.rent-out-print {
	pointer-events: auto;
	position: relative;
}

.rent-out-print._active .rent-out-print__block {
	top: calc(100% + 10px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: visible;
	opacity: 1;
}

.popup__return--overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #333;
	opacity: 0.5;
}

.popup__extend_rent {
	display: none;
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	z-index: 1000;
	background: #fff;
	padding: 20px;
	border-radius: 13px;
}

.popup__extend_rent input[type='text'] {
	padding: 14px 18px;
}

.popup__extend_rent_column {
	display: flex;
	column-gap: 10px;
}

.popup__return {
	display: none;
	color: var(--grey);
	position: fixed;
	top: 100px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	height: auto;
	z-index: 1000;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	line-height: normal;
}

.popup__return .button {
	width: 50%;
	margin: 0 auto;
}

.popup__refuse {
	display: none;
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	z-index: 1000;
	background: #fff;
	padding: 10px;
	border-radius: 13px;
	min-width: 400px;

}

.popup__pin-ad {
	display: none;
	position: fixed;
	bottom: 85px;
	left: 71%;
	transform: translateX(-50%);
	z-index: 9000;
	border-radius: 13px;
	padding: 10px;
	overflow-y: auto;
	max-height: 50vh;
	background-color: #ffffff;
}

.popup__pin-ad .pin-ad__item {
	padding: 15px;

}

.popup__pin-ad .pin-ad__item:hover {
	background-color: var(--blue-light);
	border-radius: 13px;
}

.popup__wallet-inform {
	display: none;
	position: fixed;
	width: 400px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	margin-top: -50px;
	background: #fff;
	z-index: 9000;
	padding: 10px;
	border-radius: 13px;
	color: var(--grey);
	line-height: normal;
}

.popup__pay-with {
	display: none;
	position: fixed;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9000;
	padding: 10px;
	flex-direction: column;
	gap: 10px;
	border-radius: 13px;
}

.popup__pay-with .buttons-row {
	display: flex;
	column-gap: 10px;
}

.popup__pay-with .title {
	font-size: initial;
}

.popup__refuse table {
	width: 100%;
}

.popup__refuse form {
	width: 100%;
}

.popup__refuse textarea {
	background-color: var(--blue-light);
	width: 100%;
	border-radius: 13px;
	padding: 10px 20px;
	margin-bottom: 15px;
}

.rent-out-print__btn {
	font-size: 16px;
	color: var(--blue);
	position: absolute;
	top: -22px;
	right: 0;
	white-space: nowrap;
}

.rent-out-print__block {
	width: 320px;
	position: absolute;
	z-index: 1;
	top: calc(100% + 30px);
	right: 0;
	min-width: 200px;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 13px;
	padding: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.balance-wallet__sort .select._select-active .select__content {
	color: #267ded;
}

@media (min-width: 1024px) {
	.balance-wallet__sort .select .select__option:hover {
		color: #267ded;
	}
}

/* .rent-table__wrap table::before {
	content: '';
	position: absolute;
	display: block;
	width: 20%;
	height: 40px;
	background: #e5f0ff;
	left: 0;
	top: 85px;
} */


.rent-table__head {
	padding: 0px 0px 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #267ded;
	text-align: center;
}

.rent-table__head .rent-table__date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.rent-table__head .rent-table__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
}

.rent-table__head .rent-table__take {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.rent-table__head .rent-table__return {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.rent-table__head .rent-table__status {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.rent-table__head .rent-table__total {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.rent-table__head .rent-table__rent,
.rent-table__head .rent-table__dates,
.rent-table__head .rent-table__period {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
}

.rent-table__head .rent-table__addr {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
}

.rent-table__head .rent-table__null:last-child {
	border: 0;
}

@media (max-width: 992px) {
	.rent-table__head {
		font-size: 14px;
	}
}


.rent-table__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-size: 12px;
	color: #000;
	align-items: center;
	border-top: 1px solid rgba(220, 217, 217, 0.4);
	width: 100%;
}

.rent-out__table .rent-table {
	overflow: auto;
}

.rent-table__line .rent-table__date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	width: 100%;
	padding: 15px 0px;
}

.rent-table__line .rent-table__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	text-align: left;
	width: 100%;
	padding: 15px 10px;
}

.rent-table__line .rent-table__take {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;

	width: 100%;
	padding: 15px 10px;

}

.rent-table__line .rent-table__return {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	width: 100%;
	padding: 15px 10px;
}

.rent-table__line .rent-table__status {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	width: 100%;
	padding: 15px 0px;
}

.rent-table__line .rent-table__total {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	padding: 15px 10px;
	width: 100%;
}

.rent-table__line .rent-table__rent,
.rent-table__line .rent-table__dates,
.rent-table__line .rent-table__period {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	text-align: center;

	padding: 15px 0px;
}

.rent-table__line .rent-table__addr {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	text-align: left;
	width: 100%;
	padding: 15px 0px;
}


.rent-table__line_ok .rent-table__status .rent-table__value {
	display: inline-block;
	padding: 5px;
	background: rgba(42, 173, 176, 0.26);
	border-radius: 8px;
	font-size: 12px;
	color: #2aadb0;
}

.rent-table__line_fail .rent-table__status .rent-table__value {
	display: inline-block;
	padding: 5px;
	background: rgba(255, 94, 94, 0.3);
	border-radius: 8px;
	font-size: 12px;
	color: #ff5e5e;
}

.rent-table__null {

	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.total-table__value::before {
	font-size: 100px;
}

.rent-table__linename {
	display: none;
}


.rent-table__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.rent-table__icon {
	cursor: pointer;
	width: 22px;
	height: 22px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	background: #e5f0ff;
	border-radius: 50%;
	margin: 0px 3px 0px 0px;
}

.rent-table__icon:last-child {
	margin: 0;
}


.rent-table__icon_print {
	background: #e5f0ff url('../img/icons/print.svg') no-repeat;
	background-size: 14px;
	background-position: center;
}

.rent-table__icon_list {
	background: #e5f0ff url('../img/icons/msg_blue.svg') no-repeat;
	background-size: 14px;
	background-position: center;
}

.rent-table__icon_bet {
	background: #e5f0ff url('../img/icons/bet.svg') no-repeat;
	background-size: 14px;
	background-position: center;
}

.rent-table__icon_ok {
	position: relative;
}

.rent-table__icon_ok::before {
	display: inline-block;
	position: relative;
	top: 5px;
	content: '';
	background: url('../img/icons/msg_blue.svg') no-repeat;
	width: 12px;
	height: 12px;
	background-size: 10px;
	background-position: center;
}


.rent-table__icon_x {
	position: relative;
}

.rent-table__icon_x::before {
	display: inline-block;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 5px;
	content: '\e91a';
	font-family: icomoon;
	font-size: 12px;
	color: #267ded;
}


.rent-table__icon_back {
	position: relative;
}

.rent-table__icon_back::before {
	display: inline-block;
	position: relative;
	top: 5px;
	content: '\e901';
	font-family: icomoon;
	font-size: 12px;
	color: #267ded;
}


.messages {
	max-height: 100vh;
	overflow-y: auto;
	padding-right: 10px;
	border-radius: 13px;
}

.messages__archive .feedback__item .feedback-item__more {
	right: 15px;
}

.filters-head {
	padding: 4px;
	margin-right: 10px;
}

.display-flex {
	display: flex;
	margin-left: 20px;
}

.messages,
.chat {
	width: 100%;
}

.messages .messages-support,
.chat .messages-support {
	background: rgba(229, 240, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.messages .adv-item__ava .icon-reward,
.chat .adv-item__ava .icon-reward {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.messages .adv-item__ava .icon-reward::before,
.chat .adv-item__ava .icon-reward::before {
	position: relative;
	font-size: 12px;
	top: -1px;
	left: 3px;
}


.messages .feedback-item__nameblock,
.chat .feedback-item__nameblock {
	margin: 0px 0px 20px 0px;
}

.chat .feedback-item__nameblock {
	margin-bottom: 0;
}

.chat .name_block__column {
	display: block;
}

.chat .adv-item__ava {
	width: 45px;
	height: 45px;
}

.chat .feedback-item__activity {
	padding-left: 0;
	padding-top: 5px;
	line-height: normal;
}


.feedback-item__support .feedback-item__nameblock {
	margin-bottom: 0;
}


.unread_message .feedback-item__comment_second * {
	color: var(--grey);
	font-weight: 400;
	display: contents;
}

.read_message .feedback-item__comment_second {
	color: #000;
	font-weight: 700;
}

.messages .feedback-item__comment,
.chat .feedback-item__comment {
	display: block;
}

.feedback-item__comment_second {
	max-width: 530px;
}


.msgstatus-read {
	margin: 0px 10px 0px 0px;
}

.msgstatus-read::before {
	font-family: icomoon;
	content: '\e90a';
	font-size: 10px;
	color: #267ded;
}

.msgstatus-unread {
	margin: 0px 10px 0px 0px;
}

.msgstatus-unread::before {
	font-family: icomoon;
	content: '\e90a';
	font-size: 10px;
	color: #9d9d9d;
}

.feedback-item__nameprice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feedback-item__nameprice p {
	font-size: 14px;
	color: #999999;
	margin: 0px 10px 0px 0px;
}


.feedback-item__nameprice span {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #267ded;
}

.feedback-item__more {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 125px;
}

.feedback-item__more._active .feedback-item__moreblock {
	background: url('../img/icons/more-act.svg') no-repeat;
	background-size: contain;
	opacity: 1;
	visibility: visible;
	top: calc(100% + 10px);
	background: #ffffff;
}


.feedback-item__morebtn {
	background: url('../img/icons/more.svg') no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.feedback-item__moreblock {
	position: absolute;
	z-index: 1;
	top: calc(100% + 30px);
	right: 0;
	min-width: 200px;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	border-radius: 13px;
	padding: 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.feedback-item__moreblock a {
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #000000;
	padding: 8px;
	background: #fff;
}

.feedback-item__moreblock a i {
	margin: 0px 7px 0px 0px;
}

.feedback-item__moreblock a i::before {
	font-size: 18px;
	color: #000;
}

@media (min-width: 1024px) {
	.feedback-item__moreblock a:hover {
		background: #e6f0fe;
	}
}


.mr-20 {
	padding-right: 15px;
}

.message-more {
	position: absolute;
	top: 20px;
	right: 20px;
}

.chat-topblock {
	position: relative;
	z-index: 1;
}

.chat {
	height: calc(100vh - 200px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.chat .adv-item__ava .icon-reward {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.chat .adv-item__ava .icon-reward::before {
	position: relative;
	font-size: 12px;
	top: -2px;
	left: 3px;
}


.chat .feedback-item__img {
	width: 80px;
	height: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}


.chat .feedback-item__head {
	padding: 0px 30px 10px 0px;
}

.chat .feedback-item__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: auto;
}

.chat .feedback-item__block {
	padding: 0;
}

.chat .feedback-item__block::after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 1px;
	background-color: var(--grey-lighter);
	top: 0;
	right: -20px;
}

.chat .feedback-item {
	padding-right: 155px;
}

.chat .feedback-item::after {
	display: none;
}

.chat .feedback-item__more {
	right: 155px;
}

.chat .feedback-item__comment {
	opacity: 1;
	margin: 0;
	width: auto;
	white-space: normal;
	overflow: hidden;
	-o-text-overflow: clip;
	text-overflow: clip;
	display: flex;
	justify-content: space-between;
	color: #000;
}

.chat .chat__progress {
	top: -10px;
	max-height: 110px;
	overflow: hidden;
	background-color: transparent;
}

.chat .feedback-item .chat__progress__step.passed span::after {
	height: 35px;
	z-index: 1;
}

.chat .feedback-item__comment span {
	color: #267ded;
}


@media (max-width: 992px) {
	.chat {
		height: calc(100vh - 155px);
	}
}


.feedback-item__activity {
	font-size: 14px;
	color: var(--blue);
	opacity: 0.8;
	padding: 0px 0px 0px 10px;
}

.chat__wrap {
	-webkit-box-flex: 1;
	/*flex: 1 1 auto;*/
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	overflow-y: hidden;
	position: relative;
}

.chat__row {
	padding: 0px 5px;
	overflow: auto;
	position: relative;

}

.chat__row::-webkit-scrollbar {
	width: 0;
	background-color: #f9f9fd;
}

.chat__area {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px 0px 100px 0;
}


.chat-msg_from {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

.chat-msg_to {
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.chat-msg_to .chat-msg__ava {
	margin: 0px 0px 0px 5px;
}

.chat-msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	padding: 10px 0px;
}

@media (max-width: 992px) {
	.chat-msg {
		width: 100%;
	}
}

.chat-msg__ava {
	width: 32px;
	height: 32px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	margin: 0px 5px 0px 0px;
}

.chat-msg__ava img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.chat-msg__msg>*:not(:last-child) {
	margin: 0px 0px 5px 0px;
}

.chat-msg__msg {
	padding: 15px 15px 20px 15px;
	background: #e5f0ff;
	border-radius: 13px;
	font-size: 14px;
	line-height: 1.36;
	color: #000000;
	opacity: 0.8;
	min-width: 20%;
	position: relative;
}

.chat-msg__msg img {
	max-width: 100%;
	max-height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 7px;
}

.chat-msg__msg a {
	display: inline-block;
	padding: 5px 10px;
	background: #267ded;
	color: #fff;
	border-radius: 5px;
}

.product__desc--mobile--clonned {
	display: none;
}

@media (max-width: 992px) {
	.chat-msg__msg img {
		max-height: 100px;
	}
}


.chat-msg__msg .feedback-item__info {
	bottom: 5px;
	right: 10px;
}

.neighbors-appl .sidebar-adv-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	padding: 7px;
}

@media (max-width: 1200px) {
	.neighbors-appl .sidebar-adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 550px) {
	.neighbors-appl .sidebar-adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-radius: 0;
	}
}

.neighbors-appl .sidebar-adv-item__row {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 19px;
}

.neighbors-appl__title {
	padding: 0;
}

@media (max-width: 600px) {
	.neighbors-appl__title {
		margin: 0px 0px 10px 0px;
	}
}

.neighbors-appl__header {
	margin: 0px 0px 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.neighbors-appl__header span {
	font-weight: 400;
	font-size: 16px;
	color: #a8a8a8;
}

.neighbors-appl__header .select {
	pointer-events: auto;
}

.neighbors-appl__header .select__title {
	color: #9d9d9d;
	font-size: 16px;
	border: 0;
	background: none;
	border-radius: 13px;
	cursor: pointer;
	height: auto;
}

.neighbors-appl__header .select__value {
	height: auto;
	padding: 0px 20px 0 10px;
}

.neighbors-appl__header .select__value span {
	color: #267ded;
}

.product__desc--mobile {
	display: none;
}


.product-order--mobile {
	display: none;

}

.name_block__column {
	display: flex;
	align-items: baseline;
}

.neighbors-appl__header .select__value::after {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 10px;
}

.neighbors-appl__header .select .select__options {
	background: #fff;
	-webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	border-radius: 13px;
	border: 1px solid #d9d9d9;
	top: 25px;
	left: unset;
	right: 0;
	padding: 10px 0px;
}


.neighbors-appl__header .select .select__option {
	font-size: 14px;
	color: #9d9d9d;
	padding: 7px 15px;
	background: #fff;
}

@media (min-width: 1024px) {
	.neighbors-appl__header .select .select__option:hover {
		color: #267ded;
	}
}

@media (max-width: 600px) {
	.neighbors-appl__header {
		-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;
	}
}

.neighbors-appl__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -7px;
}

.neighbors-appl__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.neighbors-appl__filter .select._select-active .select__content {
	color: #267ded;
}

@media (min-width: 1024px) {
	.neighbors-appl__filter .select .select__option:hover {
		color: #267ded;
	}
}

.nav-mobile {
	display: none;
	position: fixed;
	width: 100%;
	height: 61px;
	bottom: 5px;
	left: 0;
	background: url("../img/mob-nav/mob-nav-bg.svg") center center no-repeat;
	filter: drop-shadow(0px -2px 5px rgba(0, 0, 0, 0.25));
	border-radius: 5px 5px 0px 0px;
	padding: 5px 0 0 0;
	z-index: 100000;
}

.nav-mobile__wrap {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 29px;
}

.nav-mobile__wrap img {
	vertical-align: initial;
	max-height: 22px;
}

.nav-mobile__wrap .msg {
	transform: translateX(10px);
}

@media only screen and (max-width: 375px) {
	.nav-mobile__wrap {
		padding: 0 10px;
	}
}

.circle {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #267ded;
	border-radius: 50%;
	display: grid;
	place-items: center;
	top: -18px;
	z-index: 20;
	right: 50%;
	transform: translateX(47%);
}



.nav-mobile__items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
	position: relative;
	height: 51px;
}

.nav-mobile__text {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	opacity: 0.6;
	margin: 0;
	margin-top: auto;

	display: none;
}

.mt-5 {
	margin-top: -5px;
}

.mt-3 {
	transform: translateX(-10px);
}

@media (max-width: 760px) {
	.online-chat-root.online-chat-root-Verbox {
		display: none !important;
	}



	.top-block__bell {
		display: none;
	}
}


.otcheti-select__wrap {
	position: relative;
}

.otcheti-select-category {
	border: none !important;
}

/*.otcheti-select__wrap::before {*/
/*	content: "";*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 51%;*/
/*	right: 10px;*/
/*	transform: translateY(-50%);*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	background: url("../../img/icons/gal-select-mob.svg") center center no-repeat;*/
/*}*/

.form__decor {
	position: relative;
}

.otcheti-select__wrap__active {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 51%;

	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}

.otcheti-select__wrap__active img {
	transition: 0.3s;
	transform: rotate(0deg);
}

.otcheti-select__wrap__active-rotate img {
	transition: 0.3s;
	transform: rotate(90deg);
}

.otcheti-select__wrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 51%;
	left: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url("../../img/icons/select-burge-otch.svg") center center no-repeat;
	transition: 0.3s;
}

.otcheti-select {
	padding: 10px 10px 10px 40px;
	background: #E5F0FF;
	border-radius: 13px;
	cursor: pointer;
	width: 100%;
	max-width: 192px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.otcheti-select option {
	background-color: #E5F0FF;
	border-radius: 13px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

.prodile-modal-ava {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 30px 10px;
	background: rgba(0, 0, 0, 0.51);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;
	place-items: center;
	display: none;

}

.prodile-modal-ava__active {
	display: block;
}

.prodile-modal-ava__active_two {
	display: none;
}

.prodile-modal-ava__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	width: 100%;
	max-width: 668px;
	min-height: 350px;
	padding: 40px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prodile-modal-ava__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.prodile-modal-ava__btn button {
	background: #267DED;
	border-radius: 13px;
	padding: 11px 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;

}

.cropper-container {
	width: 100%;
	height: 300px;
}

.cropper-canvas .cropper-view-box img {
	border-radius: 0px;
}

.cropper-container-img {
	width: 100%;
	height: 200px;
	display: none;
	overflow: hidden;
}

.cropper-container-img img {
	margin: 0 auto;
	display: block;
}

.prodile-modal-close {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 35px;
	height: 35px;
	background: none;
}

#metaname {
	max-width: 536px;
}

#metaerr2 {
	margin-left: 0;
	display: flex !important;
	margin-bottom: 0;
}


.page_seo_desc {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 13px;
	padding: 25px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 50px;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
}

.page_seo_desc h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.rent_info__title {
	display: block !important;
	text-decoration: none !important;
	font-size: 16px !important;
	color: var(--blue) !important;
	font-weight: 700 !important;
	opacity: 1 !important;
}

.rent-info-block {
	margin: 20px 0;
}

.price {
	font-family: Inter;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	color: var(--blue);
}

.rent-info-item {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: var(--grey);
	position: relative;
	padding-left: 23px;
	margin: 5px 0;
}

.rent-info-item_without {
	color: var(--blue);
}

.rent-info-item::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 15px;
	height: 2px;
	background: var(--blue);
}

.meta-info__time,
.meta-info__views,
.meta-info__title {
	color: var(--grey-light);
	line-height: 25px;
}

.meta-info__title {
	color: var(--grey);
}

.form_agreement__title {
	font-size: 16px !important;
	text-decoration: none !important;
	opacity: 1 !important;
	margin-left: 40px !important;

}

.questions_body {
	margin-top: 20px;
}

/* Стилизация скролла для Mozilla Firefox */
html,
body {
	scrollbar-color: #2270d5 #E5F0FF;
	/* «цвет ползунка» | «цвет полосы скроллбара» */
	scrollbar-width: auto;
	/* толщина: auto | thin | none */
}

/*  Для Google Chrome, Яндекс.Браузер, Safari и Opera используйте следующие CSS свойства. */
/* полоса прокрутки (скроллбар) */
*::-webkit-scrollbar {
	width: 5px;
	/* ширина для вертикального скролла */
	height: 8px;
	/* высота для горизонтального скролла */
	background-color: #e5f0ff;
	border-radius: 5px;
}

/* ползунок скроллбара */
*::-webkit-scrollbar-thumb {
	background-color: #95c3ff;
	border-radius: 5px;
	width: auto;
	height: auto;
}

.delivery_your_address {
	margin: 20px 0;
}

/* end */

@media (max-width:1700px) {
	.product-order {
		flex: 0 0 430px;
	}

	.product__sliders {
		width: 100%;
	}
}

@media (min-width: 1700px) {
	.product__sliders {
		width: 100%;
	}

	.product__desc {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1100px) {
	.messages__archive .feedback__item .feedback-item__activity {
		display: none;
	}

	.phone__table tr {
		flex-wrap: wrap;
	}

	.phone__table .button {
		height: initial;
	}

	.tarif__input:focus+.form_tarif__placeholder,
	.tarif__input:not(:placeholder-shown)+.form_tarif__placeholder {
		left: 75px;
	}

	.messages .feedback-item__comment,
	.chat .feedback-item__comment {
		max-width: initial;
	}

	.feedback__progress {
		row-gap: 8px;
	}

	.feedback-item__head {
		margin-bottom: 5px;
	}

	.feedback-item__comment_second {
		max-width: 225px !important;
	}

	.adv-item__fav {
		cursor: pointer;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		width: 30px;
		height: 30px;
		top: 12px;
		right: 15px;
	}

	.adv-item__fav i::before {
		font-size: 18px;
	}

	.bonuses-table__head .bonuses-table__status {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}

	.meta-info--tablet {
		margin-bottom: 20px;
	}

	.rent-table__wrap {
		overflow-x: auto;
		overflow-y: initial;
	}

	.rent-table__wrap table::before {
		top: 105px;
	}

	#metaerr2 {
		max-width: 100%;
	}

	.display-flex {
		justify-content: center;
		display: none;
	}

	#metaerr2 input {
		width: 100%;
	}

	.feedback-item__info {
		bottom: 2px;
		right: 28px;
	}

	.feedback-item::after {
		bottom: 15px;
		width: 17px;
		height: 17px;
	}

	.product-order-form__delivery .icon-rub::before {
		font-size: 10px;
		font-weight: 700;
	}

	.product-order-form__delivery {
		font-size: 16px;
		color: #000;
		font-weight: 400;
	}

	.product-order-fromto__check {
		right: 10px;
	}

	.product-order-fromto__quantityblock .quantity input {
		font-size: 16px;
	}

	.product-order-fromto__quantityblock .quantity {
		margin: 0px 15px 0px 0px;
	}

	.product-order-fromto__quantityblock .quantity__button {
		flex: 0 0 40px;
		height: 40px;
		border-radius: 13px;
	}

	.quantity__input {
		flex: 0 0 40px;
		height: 40px;
	}

	.product-order-fromto__quantityblock .quantity__button_minus::before {
		font-size: 16px;
	}

	.product-order-fromto__quantityblock .quantity__button_plus::before {
		font-size: 16px;
	}

	.product-order-fromto__price .icon-rub::before {
		font-size: 16px;
	}

	.product-order-fromto__price {
		font-size: 22px;
	}

	.product__sliders {
		margin: 0px 0px 20px 0px;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.product__row {
		gap: 20px;
		position: relative;
	}

	.product_order_wrapper {
		flex-direction: column-reverse;
		position: relative;
		width: 50%;
	}

	.product__sliders__wrap {
		width: 50%;
		display: flex;
		flex-direction: column;
	}

	.product__desc {
		max-width: initial;
	}

	.product__sliders {
		max-width: initial;
	}

	.bonuses--tablet {
		display: block;
		order: -1;
	}

	.meta-info {
		order: -2;
	}

	.product-user__questions--tablet {
		display: block !important;
		margin: 20px 0px 20px 0px;
		flex: 0 0 370px;
		padding: 25px 20px 0 20px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 13px;
		background-color: #ffffff;
		order: 1;
		flex-basis: auto;
	}

	.spollers-block {
		margin: 0;
	}

	.product-order-form__head .spollers-block__title {
		margin-bottom: 0;
	}

	.rental_period {
		margin-bottom: 0;
	}

	.spollers-block__title::after {
		font-family: icomoon;
		content: '\e900';
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%) rotate(0deg);
		-ms-transform: translate(0, -50%) rotate(0deg);
		transform: translate(0, -50%) rotate(0deg);
		right: 0;
		font-size: 10px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.spollers-block__title {
		font-weight: 700;
		font-size: 18px;
		line-height: 1.2;
		color: #267ded;
		padding: 0px 20px 5px 0px;
		position: relative;
		cursor: pointer;
	}

	.product-user {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
		margin: 0;
	}

	.product-user__questions {
		display: none;
	}

	.product-user__questions--mobile {
		display: none;
		margin-right: 0 !important;
	}

	.product-user {
		margin-bottom: 20px;
	}

	.product-user__blockinfo {
		margin-right: 0;
		margin-top: 0;
	}

	.product-order {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
	}



	.feedback-item__status span {
		font-size: 12px;
	}

	.feedback-item__status .user-rating__star::before {
		font-size: 14px;
	}

	.about__items {
		margin: -7px;
	}

	.about__item {
		padding: 7px;
	}

	.about__itemblock span {
		font-size: 12px;
	}

	.adv-items-quant {
		flex-wrap: wrap;
	}

	.watched_ad,
	.similar_ad {
		display: none;
	}

}

@media (max-width: 850px) {
	.page-results__sidebar {
		position: fixed;
		z-index: 5;
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 0 13px 13px 0;
		height: 100vh;
		width: 380px;
		top: 0;
		left: -380px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.page-results__sidebar._active {
		left: 0;
		overflow: auto;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.page-results__sidebar._active .sidebar-ava {
		opacity: 0;
		visibility: hidden;
	}

	.page-results__sidebar._active .page-results__wrap {
		border: 0;
	}

	.page-results__sidebar._active .page-results__wrap {
		padding: 40px 15px 15px 15px;
	}

	.page-results__sidebar._active .page-results__sidebarclose {
		display: block;
	}

	.page-results__wrap {
		padding: 40px 25px 25px 25px;
	}

	.sidebar-ava {
		display: block;
	}

	.other-profile .product-user {
		border: 0;
		border-radius: 13px;
	}

	.favourites .page-results__sidebar {
		position: fixed;
		z-index: 5;
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 0 13px 13px 0;
		height: 100vh;
		width: 380px;
		top: 0;
		left: -380px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.favourites .page-results__sidebar._active {
		left: 0;
		overflow: auto;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.favourites .page-results__sidebar._active .sidebar-ava {
		opacity: 0;
		visibility: hidden;
	}

	.favourites .page-results__sidebar._active .page-results__wrap {
		border: 0;
	}

	.favourites .page-results__sidebar._active .page-results__wrap {
		padding: 40px 15px 15px 15px;
	}

	.favourites .page-results__sidebar._active .page-results__sidebarclose {
		display: block;
	}

	.favourites .adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
	}

	.profile-adv__right {
		margin-top: -30px;
	}
}

/* ------------------------------------ */
@media (max-width: 768px) {
	.page__body {
		width: initial;
	}

	.page-sidebar {
		width: initial;
	}

	.popup__extend_rent .popup-order__from {
		width: initial;
	}

	.popup__extend_rent input[type='text'] {
		height: initial;
	}

	.feedback-item::after {
		right: 235px;
	}

	.page__bonuses .bonuses__top {
		flex-direction: column;
	}

	.page__bonuses .bonuses__topleft {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.page__bonuses .bonuses__topright {
		width: 100% !important;
	}

	.page__add {
		margin-bottom: 20px;
	}

	.form_tarif__placeholder {
		left: 20px;
		top: 14px;
	}

	.tarif__input:focus+.form_tarif__placeholder,
	.tarif__input:not(:placeholder-shown)+.form_tarif__placeholder {
		left: 20px;
		top: 1px;
	}

	.chat__footer {
		display: none !important;
	}

	.product-order-form__head .spollers-block__title {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.feedback-item__head {
		margin-bottom: 5px;
	}

	.feedback-item__comment_first {
		margin-bottom: 0;
	}

	.product-user__headblock {
		row-gap: 7px;
	}

	.page-results__sidebar .product-user__headblock {
		row-gap: 2px !important;
	}

	.product-user__avaicon {
		width: 24px;
		height: 24px;
		bottom: 0;
		right: 0;
		background-position: center;
	}

	.product-order-form__delivery .icon-rub::before {
		font-size: 12px;
	}

	.select__title {
		height: 40px;
	}

	.popup-order__from,
	.popup-order__to {
		width: 50%;
	}

	.delivery_your_address {
		margin-top: 0;
	}

	.popup-order__from input,
	.popup-order__to input {
		border-radius: 5px;
	}

	.product-order-fromto__quantityblock .quantity {
		margin: 0;
	}

	.product-order-fromto__quantityblock .quantity {
		height: 40px;
	}

	.bonuses--mobile .bonuses__topleft {
		border: none;
	}

	.rent-table__wrap table::before {
		display: none;
	}

	.bonuses__topleft {
		margin-bottom: 0;
	}

	.bonuses--tablet {
		margin-bottom: 20px;
		border-radius: 13px;
	}

	.select__options {
		top: -5px;
	}

	.select__scroll::-webkit-scrollbar {
		display: none;
		margin: 0;
	}

	.product-order-form .options .options__label:before {
		border-radius: 5px;
	}

	.product-order-form .options .options__label:after {
		border-radius: 5px;
	}

	.map-sidebar-filter__buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.map-sidebar-filter__buttons .btn {
		margin: 0px;
	}

	.profile-main .input,
	.profile-schedule .input,
	.add-adv .input {
		height: 40px;
	}

	.profile-main .form__item,
	.profile-schedule .form__item,
	.add-adv .form__item {
		margin: 0px 0px 15px 0px;
	}


	.form__item.form__item_added {
		margin: 0px 0px 20px 0px;
	}

	.content-filter .select__title {
		font-size: 14px;
	}

	.content-filter .select__value span {
		font-size: 16px;
		font-weight: 600;
	}

	.profile-content .tabs-block__item {
		font-size: 16px;
	}

	.balance .select__title {
		font-size: 14px;
	}

	.balance .select__value span {
		font-size: 14px;
		font-weight: 600;
	}

	.lg-outer .lg-thumb {
		padding: 10px 0;
	}

	.lg-outer .lg-thumb-item {
		border-radius: 4px;
		border: 2px solid #fff;
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}

	.popup-order__from input,
	.popup-order__to input {
		height: 40px;
	}

	.top-block__add {
		margin: 0px 10px 0px 0px;
	}

	.top-user::after {
		display: none;
	}

	.top-user {
		padding: 0;
	}

	.top-user__ava {
		width: 40px;
		height: 40px;
		margin: 0;
	}

	.top-user__name {
		display: none;
	}

	.sidebar-slider,
	.sidebar-slider1 {
		margin: 0;
	}

	.product-slider .swiper-slide {
		height: clamp(260px, 48vw, 500px);
	}

	.page__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.page-sidebar {
		margin: 0px 0px 20px 0px;
	}

	.sidebar-adv {
		margin: 0px -15px 0px -15px;
	}

	.page-sidebar__adv.sidebar-adv {
		margin: 0;
	}

	.sidebar-adv__row::-webkit-scrollbar {
		display: none;
		margin: 0;
	}

	.sidebar-adv__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		height: auto;
		/* padding: 0px 15px; */
	}

	.sidebar-adv__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		margin: 0px 10px 0px 0px;
	}

	.sidebar-adv__item:last-child {
		margin: 0;
	}

	.adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.adv-item__title {
		margin: 0px 0px 10px 0px;
	}

	.adv-item__fav {
		top: 10px;
		right: 15px;
		background: #fff;
	}

	.adv-item__days {
		font-size: 12px;
		border-radius: 5px 0px 5px 0px;
	}

	.page-results__sidebar {
		margin: 0px 0px 20px 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		width: 100%;
		display: none;
	}

	.balance .tabs-block__nav {
		margin: 0px 0px 20px 0px;
	}

	.balance__header .balance__headlink {
		font-size: 16px;
	}

	.wallet-table__sum {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
	}

	.wallet-table__operation {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
	}

	.wallet-table__desc {
		text-align: center;
	}

	.about__logo span {
		font-size: 16px;
	}

	.about__logo img {
		width: 100px;
	}

	.about-info__row {
		margin: -7px;
	}

	.about-info__item {
		padding: 7px;
	}

	.about-info__block {
		border-radius: 5px;
		padding: 20px 10px;
	}

	.about-info__link {
		font-size: 14px;
	}

	.rent-out .tabs-block__item {
		margin: 0px 20px 0px 0px;
		font-size: 16px;
	}

	.rent-out__filter .select__title {
		font-size: 14px;
	}

	.rent-out__filter .select__value span {
		font-size: 14px;
		font-weight: 600;
	}

	.neighbors-appl__header .select__value span {
		font-size: 14px;
		font-weight: 600;
	}

	.neighbors-appl__header .select__title {
		font-size: 14px;
	}

	.balance-wallet__sort span {
		font-size: 14px;
	}

	.rent-out-print__btn {
		font-size: 14px;
	}

	.product__row {
		display: block;
	}

	.product__sliders {
		max-width: 100%;
		width: 100%;
	}

	.product__sliders__wrap {
		display: initial;
	}

	.product__desc {
		max-width: initial;
		display: none;
	}

	.product__desc--mobile {
		display: block;
	}

	.product-user__questions--mobile {
		display: none;
	}

	.product-user__questions {
		display: block;
		margin-bottom: 20px;
		padding: 20px;
		margin-right: 0;
		order: 1;
		flex-basis: 0;
	}

	.product-user__questions_wrap {
		display: flex;
		flex-direction: column;
	}

	.product-order--mobile {
		display: flex;
		width: 100%;
	}

	.product-user {
		margin-bottom: 0px !important;
	}

	.product__desc--mobile {
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 13px;
		background-color: #ffffff;
		margin-bottom: 20px;
	}

	.footer {
		margin-top: 0 !important;
	}

	.product__desc--mobile p {
		font-weight: 400;
		font-size: 16px;
		line-height: 1.7;
		color: #000000;
		opacity: 0.8;
		overflow-wrap: anywhere;
	}

	.meta-info--tablet {
		margin-bottom: 0;
	}

	.rent-out::before {
		display: none;
	}

	.product-user__statblock {
		border: 2px solid var(--blue);
		border-radius: 5px;
	}

	.product__row {
		margin-bottom: 20px;
	}

	.title {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.adv_actions__list {
		justify-content: center;
	}

	.adv__archive .adv_actions__list {
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}

	.adv__archive .adv_action__item {
		width: 100%;
		text-align: center;
	}

	.content-filter {
		position: absolute;
		top: -3px;
		right: -15px;
	}

	.content-filter>span {
		right: -20px;
	}

	.profile-adv__right {
		margin-top: 0;
	}

	.page-adv__nothing {
		display: initial;
		position: relative;
		top: -90px;
		left: 0;
	}

	.form_item_telegram_notificaiton {
		flex-direction: row !important;
		column-gap: 10px;
	}

	.form_item_telegram_notificaiton label {
		white-space: nowrap;
	}

	.form_item_telegram_notificaiton .profile-schedule__value {
		color: var(--blue);
	}

	.t3 {
		margin-bottom: 10px !important;
	}

	.shownum_block {
		margin-left: 0;
		flex-direction: column;
		row-gap: 10px;
	}

	.phones__item .profile-main__question {
		top: -7px;
	}

	.notifications .feedback-item__more {
		right: 10px;
	}

	.feedback__rating .feedback-item__comment {
		max-width: 250px !important;
	}

	.profile-schedule {
		margin-top: 15px;
	}

	.form__item-passport .tippy {
		top: 27px;
		right: 0;
	}

	.form__item input[name="upassp"] {
		width: 88%;
	}

	.phone__table td {
		margin-top: 10px;
	}

	.profile-phone {
		margin-top: 5px;
	}

	.form__item-column-stoimdost {
		flex-wrap: wrap;
	}

	.form__item-column-stoimdost input {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.form__item-stoimdost {
		white-space: nowrap;
		margin-bottom: 0 !important;
	}

	.form__item-stoimdost .checkbox {
		margin-bottom: 10px;
		margin-left: 0;
	}

	.form__item-column-stoimdost .profile-main__question {
		top: -5px;
	}

	.no-register-yet {
		display: inline-block;
		margin-bottom: 5px;
	}

	.create-form-valid {
		margin-bottom: 15px;
	}

	.popup-create .address-column {
		row-gap: 15px;
	}

	.popup-login-form {
		margin: 0;
	}

	.create-form-valid__title {
		margin-bottom: 5px;
	}

	.create-form-valid__rule {
		padding: 0;
		margin-bottom: 5px;
	}

	.top-block__balance {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.top-block__msg {
		display: none;
	}

	.top-block__add {
		display: none !important;
	}


	.popup__extend_rent {
		width: 90%;
	}

	.popup__pin-ad {
		width: 90%;
		left: 50%;
	}

	.popup__wallet-inform {
		width: 300px;
	}

	.popup__pay-with .buttons-row {
		flex-direction: column;
		gap: 15px;
	}

	.popup__refuse {
		min-width: 300px;
	}

	.popup__refuse textarea {
		border-radius: 5px;
	}

	.popup__return {
		width: 300px;
		margin: 0;
		transform: translateX(-50%);
	}

	.popup__return .button {
		margin-top: 10px;
	}

	.phone__item {
		width: 49%;
	}

	.nav-mobile .messages_count {
		position: absolute;
		right: -10px;
		top: 10px;
		font-size: 10px;
		font-family: Inter;
		color: var(--blue);
		background-color: var(--blue-light);
		display: inline-block;
		padding: 3px;
		border-radius: 50%;
	}

	.nav-mobile .notification_count {
		right: -4px;
	}

	.nav-mobile {
		display: block;
	}

	.nav__addblock {
		visibility: visible;
		opacity: 1;
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 9999;
	}

	.profile-main textarea,
	.profile-schedule textarea,
	.add-adv textarea {
		border-radius: 5px;
	}

	.select__title {
		border-radius: 5px;
	}

	.page__add .spollers-block__title::after {
		display: none;
	}

	.page__add {
		margin-bottom: 0;
	}

	#metaerr2 input {
		width: 87%;
	}

	#metaerr2 .profile-main__question {
		top: 27px;
	}

	.form__razrvikup {
		flex-direction: row-reverse;
	}

	.form__razrvikup .form__label {
		margin-right: 10px !important;
	}

	.profile-main__first {
		margin-bottom: 20px !important;
	}

	.profile-schedule__value {
		font-weight: 400;
	}

	.profile-schedule__value span {
		font-weight: 700;
	}

	.form__item_phone .select__body {
		width: 90%;
		padding-right: 10px;
	}

	.form__row {
		flex-direction: row !important;
		align-items: baseline !important;
		column-gap: 10px;
	}

	.form__razrvikup .form__label {
		margin-bottom: 0 !important;
		align-items: center;
	}

	.form__input {
		margin-bottom: 0 !important;
	}

	.profile-main__label {
		display: none;
	}

	.form__item_srok .select {
		width: 90%;
		padding-right: 10px;
	}

	.form__adprice {
		align-items: baseline;
		width: 90%;
		margin-bottom: 20px;
	}

	.form__adprice .form__label {
		margin-right: 10px !important;
	}

	.form__adprice .profile-main__question {
		top: 3px;
		right: -37px;
	}

	.chat__progress__step.active::after {
		right: -10px !important;
		top: auto;
	}

	.chat__progress__step.active span::after {
		left: 8px;
	}

	.item-tooltip,
	.cell-tooltipltip {
		left: 30%;
	}

	.catn {
		background-position: center !important;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.rent-table tr td:first-of-type {
		min-width: 270px;
		padding-left: 10px;
	}

	.topLeftTD {
		position: absolute;
		top: 0;
		left: 0;
	}

	.chat__progress {
		top: 82px;
		right: 0;
		max-height: 100px;
		overflow: auto;
		overflow-x: hidden;
		background-color: #fafafa;
		padding-top: 10px;
		padding-right: 15px;
		border-radius: 10px;
		width: 100%;
		gap: 7px;
	}

	.chat__wrap {
		margin-bottom: -30px;
		padding-bottom: 50px;
	}

	.chat .feedback-item__comment {
		display: flex;
		justify-content: space-between;
		max-width: initial;
		height: initial !important;
		align-items: baseline;
	}

	.feedback-item::after {
		display: none;
	}

	.chat .feedback-item__comment span {
		font-weight: 600;
		font-size: 14px;
	}

	.footer {
		margin-top: 20px;
	}

	.chat .chat__progress__step.active {
		right: 0;
	}

	.chat .feedback-item__block::after {
		right: -8%;
	}

	.chat .chat__progress__step.active::after {
		right: 0px;
	}

	.chat .feedback-item__more {
		right: 34%;
	}

	.chat .feedback-item {
		padding-right: 135px;
	}

	.chat .chat__progress {
		max-height: 70px;
	}

	.chat .feedback-item__head {
		padding-bottom: 0;
	}

	.chat .ad_name {
		font-size: 10px;
		color: var(--grey);
		max-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.messages {
		overflow-y: initial;
		margin-bottom: 20px;
		max-height: initial;
		padding-right: 0;
	}

	.product-order-form__head .spollers-block__title {
		margin-top: 0;
	}

	.feedback-item__head {
		margin-bottom: 5px;
	}

	.feedback-item .chat__progress__step.passed span::after {
		height: 20px;
	}

	.feedback-item__nameblock {
		margin-bottom: 5px !important;
	}

	.feedback__progress {
		max-height: 50px;
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 10px;
		row-gap: 5px;
	}

	.feedback-item .chat__progress__step {
		font-size: 12px;
	}

	.name_block__column {
		display: block;
	}

	.feedback-item__activity {
		padding: 0;
	}

	.feedback-item__comment_first {
		display: none !important;
	}

	.messages .feedback-item__comment_second {
		max-width: 170px !important;
	}

	.feedback-item .adv-item__reward {
		width: 15px;
		height: 15px;
	}

	.feedback-item__user_name {
		font-size: 12px;
	}

	.footer {
		margin-top: 20px !important;
	}

	.product__sliders {
		width: 100%;
		margin-bottom: 10px;
	}

	.product-order-form__delivery .icon-rub::before {
		font-size: 10px;
	}

	.price {
		font-size: 14px;
		font-weight: 400;
	}

	.product-order-form .options {
		gap: 10px;
	}

	.product-order-form .options .options__item {

		width: 30%;
	}

	.spollers-block__body_addr {
		padding-top: 7px !important;
	}

	.rental_period {
		margin-bottom: 0;
	}

	.adv-item__fav {
		width: 30px;
		height: 30px;
	}

	.adv-item__fav._active i::before {
		font-size: 18px;
	}

	.product-user__blockinfo .spollers-block__body p {
		font-size: 14px;
		color: var(--grey);
	}

	.form_agreement__title {
		margin-bottom: 0;
	}

	.product-user__blockinfo--tablet .spollers-block {
		margin-bottom: 0;
	}

	.question-button {
		width: 100%;
		text-align: center;
	}

	.meta-info--tablet {
		margin-bottom: 0;
	}

	.product__desctitle {
		font-size: 18px;
		margin: 0;
	}

	.product__row {
		margin-top: 0;
	}

	.product-order-fromto__block {
		margin-top: 20px;
	}

	.product-order-form__delivery .checkbox__label::before {
		top: -3px;
	}

	.order-questions .spollers-block__title::after {
		right: 0;
	}

	.order-questions .spollers-block__title {
		font-weight: 600;
		font-size: 14px;
	}

	.delimeter {
		display: none;
	}

	.order-questions {
		padding: 0;
		border: 0;
		background: none;
	}

	.order-questions__row {
		height: 320px;
	}

	.order-table {
		margin-bottom: 20px;
	}

	.map-sidebar {
		padding: 20px 10px;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.map-sidebar-filter__block {
		padding: 20px 10px;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.page-results__sidebar .map-sidebar-filter__block {
		padding: 20px 10px;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.page-results__sidebar._active .page-results__wrap {
		padding: 40px 15px 15px 15px;
	}

	.page-results__sidebar {
		width: 100%;
		left: -100%;
	}

	.page-results__sidebarclose {
		position: fixed;
		z-index: 2;
	}

	.page-results__map {
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.page-results__map img,
	.page-results__map iframe {
		border-radius: 2px;
	}

	.page-results__cat .spollers-block__title {
		font-size: 18px;
	}

	.page-results__cat {
		padding: 20px 10px;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.sidebar-subscr {
		padding: 25px 25px 80px 25px;
		border: 0;
	}

	.sidebar-subscr__title {
		font-size: 18px;
	}

	.profile__content {
		padding: 20px 10px;
	}

	.profile__content_lk {
		padding: 0;
	}

	.profile__title {
		font-size: 18px;
	}

	.profile__null {
		font-size: 14px;
	}

	.profile-adv {
		border-radius: 0;
		border: 0;
		margin: 0;
		padding: 0;
	}

	.profile-adv__img {
		flex: initial;
		height: initial;
	}

	.adv-items-quant {
		order: 1;
		margin-left: -77px;
		margin-top: 13px;
	}

	.adv_action__item img {
		width: 56px;
		height: 34px;
	}

	.profile-adv__img img {
		width: 60px;
		height: 60px;
		margin: 0px 0px 10px 0px;
	}

	.profile-adv__img img {
		border-radius: 5px;
	}

	.adv-items__info {
		padding: 0;
	}

	.adv-items-quant__item p {
		font-size: 14px;
	}

	.adv-items__price {
		font-size: 18px;
	}

	.profile-adv__right a {
		border-radius: 5px;
		width: 100%;
		text-align: center;
		padding: 7px 0px;
	}

	.profile-adv__right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: initial;
		margin-bottom: 10px;
		margin-right: auto;
		width: 100%;
	}

	.profile-adv__right td {
		display: flex;
		gap: 0;
		align-items: center;
		margin-bottom: 0;
	}

	.profile-adv__right td a {
		margin: 0;
		padding: 5px;
		font-size: 12px;
		font-weight: 500;

	}

	.profile-adv__edit {
		font-weight: 600;
		font-size: 14px;
	}

	.profile-adv__dis {
		font-weight: 600;
		font-size: 14px;
		color: #267ded;
	}

	.profile-adv__del {
		font-weight: 600;
		font-size: 14px;
		background: #fff;
		color: #ff8686;
		border: 1.07018px solid #ff8686;
	}

	.profile-rent .profile-adv__img {
		height: 300px;
	}

	.profile-rent .profile-adv__right a {
		margin: 0;
	}

	.profile-rent .profile-adv__right {
		padding: 0;
	}

	.profile-rent .block__title {
		margin: 0px 0px 10px 0px;
		width: 100%;
	}

	.profile-rent__links {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -5px;
		bottom: 0;
	}

	.profile-rent__link {
		margin: 0;
	}

	.profile-rent__link span {
		display: block;
		text-align: center;
		padding: 8px;
		background: #e5f0ff;
		border-radius: 5px;
		font-weight: 600;
		font-size: 14px;
		color: #267ded;
	}

	.profile-rent__link_renew span {
		background: #267ded;
		color: #fff;
	}

	.profile-rent__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.profile-rent__infoblock {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		margin: 0px 0px 10px 0px;
	}

	.profile-rent__infoblock:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}

	.other-profile .page-results__sidebar {
		border: 0;
	}

	.other-profile .product-user {
		border-radius: 5px;
	}

	.other-profile .adv-item__days {
		top: 5px;
		left: 5px;
	}

	.other-profile .page-adv__row {
		background: #ffffff;
	}

	.other-profile .adv-item__row {
		padding: 0;
		border: 0;
	}

	.other-profile .adv-items-quant p {
		font-size: 12px;
	}

	.other-profile .adv-item__fav {
		bottom: unset;
		top: 10px;
		right: 15px;
	}

	.other-profile {
		margin: 0;
	}

	.page-error__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-error__img {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		margin: 0px 0px 20px 0px;
	}

	.page-error__btn {
		width: 100%;
	}

	.balance__content {
		padding: 20px 10px;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.balance__title,
	.bonuses__title {
		display: none;
	}

	.balance__header .balance__headlink {
		font-size: 14px;
		margin: 0px 20px 0px 0px;
	}

	.balance-wallet__head {
		margin: 0px 0px 20px 0px;
	}

	.balance-wallet__buttons .btn {
		margin: 0px 10px 0px 0px;
	}

	.balance-wallet__buttons {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.balance-wallet__filters {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.balance-wallet__history .select__value {
		padding: 0px 20px 0px 0px;
	}

	.balance-wallet__history {
		margin: 0px 0px 20px 0px;
	}

	.wallet-table {
		margin: 0px -10px;
	}

	.wallet-table__row {
		overflow: hidden;
	}

	.wallet-table__head {
		display: none;
	}

	.wallet-table__date {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		padding: 0;
	}

	.wallet-table__sum {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		padding: 0;
	}

	.wallet-table__operation {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		padding: 0;
	}

	.wallet-table__status {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		padding: 0;
	}

	.wallet-table__desc {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		padding: 0;
	}

	.wallet-table__line .wallet-table__date .wallet-table__value {
		margin: 0px 0px 0px 20px;
	}

	.wallet-table__line .wallet-table__date {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 3px 5px;
	}

	.wallet-table__line .wallet-table__sum .wallet-table__value {
		margin: 0px 0px 0px 20px;
	}

	.wallet-table__line .wallet-table__sum {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 3px 5px;
	}

	.wallet-table__line .wallet-table__operation .wallet-table__value {
		margin: 0px 0px 0px 20px;
	}

	.wallet-table__line .wallet-table__operation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 3px 5px;
	}

	.wallet-table__line .wallet-table__status .wallet-table__value {
		margin: 0px 0px 0px 20px;
	}

	.wallet-table__line .wallet-table__status {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 3px 5px;
	}

	.wallet-table__line .wallet-table__desc .wallet-table__value {
		margin: 0px 0px 0px 20px;
		text-align: right;
	}

	.wallet-table__line .wallet-table__desc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 3px 5px 10px 5px;
	}

	.wallet-table__line {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-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;
		background: #e5f0ff;
		padding: 0;
		border-radius: 5px;
		margin: 0px 0px 10px 0px;
	}

	.wallet-table__line:last-child {
		margin: 0;
	}

	.wallet-table__linename {
		display: block;
		font-weight: 600;
		font-size: 14px;
		color: #267ded;
	}

	.wallet-table__linehead {
		text-align: left;
		padding: 10px;
		display: block;
		font-weight: 600;
		font-size: 14px;
		line-height: 17px;
		color: rgba(0, 0, 0, 0.8);
		background: #ffffff;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		margin: 0px 0px 10px 0px;
	}

	.bonuses {
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		padding: 20px 10px;
		background: #fff;
		flex: auto;
		position: initial;
	}

	.bonuses__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.bonuses__topleft {
		padding: 0;
		border: 0;
	}

	.bonuses__ref input {
		border-radius: 5px;
		font-size: 12px;
	}

	.bonuses__refcopy {
		right: 10px;
	}

	.bonuses-social span {
		margin: 0px 10px 0px 0px;
	}

	.bonuses-social {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.bonuses__topright {
		margin: 0px 0px 20px 0px;
	}

	.bonuses__card span i::before {
		font-size: 25px;
	}

	.bonuses__card span {
		font-size: 32px;
	}

	.bonuses__count p {
		font-weight: 600;
		font-size: 14px;
	}

	.bonuses__count span {
		font-size: 14px;
		font-weight: 600;
	}

	.bonuses__count {
		border: 1px solid #267ded;
		border-radius: 5px;
		padding: 10px;
	}

	.bonuses__bot {
		border: 0;
		padding: 0;
		border-radius: 0;
	}

	.bonuses-table__head .bonuses-table__date {
		font-size: 14px;
	}

	.bonuses-table__head .bonuses-table__name {
		font-size: 14px;
	}

	.bonuses-table__head .bonuses-table__sum {
		font-size: 14px;
	}

	.bonuses-table__head .bonuses-table__status {
		font-size: 14px;
	}

	.bonuses-table__head {
		margin: 0px;
	}

	.bonuses-table__block {
		padding: 0px;
	}

	.favourites .page-results__sidebar._active .page-results__wrap {
		padding: 40px 15px 15px 15px;
	}

	.favourites .page-results__sidebar {
		width: 100%;
		left: -100%;
	}

	.rating .tabs-block__item {
		margin: 0px 15px 0px 0px;
	}

	.rating .adv-item__ava {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
	}

	.rating .adv-item__ava .icon-reward {
		width: 18px;
		height: 18px;
		opacity: 1;
	}

	.rating .adv-item__ava .icon-reward::before {
		position: relative;
		font-size: 12px;
		top: 2px;
		left: 3px;
	}

	.rating__block {
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		padding: 20px 10px;
	}

	.feedback-item {
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		padding: 10px;
	}

	.feedback-item__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		height: 50px;
	}

	.feedback-item__img img {
		border-radius: 5px;
	}

	.feedback-item__status {
		font-size: 12px;
	}

	.feedback-item__info {
		bottom: 1px;
		right: 20px;
		display: none;
	}

	.feedback-item::after {
		bottom: 7px;
		width: 15px;
		height: 15px;
	}

	.contacts .btn {
		width: 100%;
	}

	.contacts {
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		padding: 20px 10px;
	}

	.about__block {
		background: #ffffff;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		padding: 20px 10px;
	}

	.about__logo span {
		font-size: 12px;
	}

	.about__items {
		padding: 0px 30px;
	}

	.about__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.about__itemblock img {
		height: 30px;
	}

	.about-search {
		margin: 0px auto 15px auto;
	}

	.about-search__title {
		text-align: left;
	}

	.about-info__block {
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.rent-out .tabs-block__nav {
		padding: 10px 10px;
	}

	.header-filters__check {
		display: none;
	}

	.rent-out {
		padding: 20px 10px;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.rent-out__filter .select__title {
		border-radius: 5px;
	}

	.rent-out__filter .select .select__options {
		right: unset;
		left: 0;
	}

	.rent-out__filter {
		padding: 0px 10px;
	}

	.rent-out-print {
		display: none;
	}

	.rent-table__head {
		display: none;
	}

	.filters-head {
		display: none;
	}

	.rent-table__wrap {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.rent-table__line {
		display: block;
		background: #e5f0ff;
		border-radius: 5px;
		border-collapse: collapse;
		margin-bottom: 20px;
		position: relative;
	}

	.rent-table__value a {
		color: rgba(0, 0, 0, 0.8) !important;
	}

	.rent-table__line .rent-table__date {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.rent-table__line .rent-table__item {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		display: none;
	}

	.rent-table__line .rent-table__take {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.rent-table__line .rent-table__return {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.rent-table__line .rent-table__status {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.rent-table__line .rent-table__total {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px 10px 10px;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
		border-top: 1px solid #cdd3dd;
	}

	.rent-table__line .rent-table__total .rent-table__value {
		font-weight: 600;
		font-size: 14px;
		color: #267ded;
	}

	.rent-table__line .rent-table__rent {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		width: 100%;
	}

	.rent-table__line .rent-table__addr {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.rent-table__line .rent-table__null {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background: #ffffff;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		text-align: left;
		padding: 10px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.rent-table__line .rent-table__null .rent-table__linename {
		font-size: 14px;
		font-weight: 600;
		color: #000;
		padding: 0px 10px 0px 0px;

	}

	.rent-table__line .rent-table__dates {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		width: 100%;
	}

	.rent-out .tabs-block__nav {
		margin: 0;
	}

	.rent-table__line .rent-table__period {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 12px;
		border: 0;
		padding: 5px 10px;
		width: 100%;
	}

	.rent-table__linename {
		display: block;
		font-weight: 600;
		font-size: 14px;
		color: #267ded;
		padding: 0px 10px 0px 0px;
	}

	.rent-table__icon {
		margin: 0px 10px 0px 0px;
	}

	.rent-table__icon_ok::before {
		left: 5px;
	}

	.rent-table__icon_x::before {
		left: 5px;
	}

	.rent-table__icon_back::before {
		left: 5px;
	}

	.messages .adv-item__ava .icon-reward,
	.chat .adv-item__ava .icon-reward {
		width: 10px;
		height: 10px;
		opacity: 1;
	}

	.messages .adv-item__ava .icon-reward::before,
	.chat .adv-item__ava .icon-reward::before {
		position: relative;
		font-size: 5px;
		top: -5px;
		left: 3px;
	}

	.messages .feedback-item__block,
	.chat .feedback-item__block {
		padding: 0;
	}

	.messages .feedback-item__comment,
	.chat .feedback-item__comment {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		line-height: normal;
	}

	.feedback-item__comment-text {
		font-size: 10px;
	}

	.feedback-item__nameprice p {
		font-size: 12px;
	}

	.messages .feedback-item__more {
		top: 10px;
		right: 105px;
	}

	.chat .adv-item__ava {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25px;
		flex: 0 0 25px;
		width: 25px;
		height: 25px;
	}

	.chat .adv-item__ava .icon-reward {
		width: 18px;
		height: 18px;
		opacity: 1;
	}

	.chat .adv-item__ava .icon-reward::before {
		position: relative;
		font-size: 12px;
		top: -3px;
		left: 3px;
	}

	.chat .feedback-item__img {
		width: 60px;
		height: 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		display: none;
	}

	.chat {
		height: calc(100vh - 155px);
	}

	.chat__area {
		padding: 40px 0px 60px 0;
	}

	.chat__wrap {
		padding-left: 0;
	}

	.chat-form textarea.input {
		padding: 0;
		height: initial;
		padding-top: 10px;
		padding-left: 20px;
	}

	.chat-msg__msg img {
		max-height: 150px;
		width: 100%;
	}

	.bonuses__topleft {
		margin: 0;
	}

	.bonuses__ref {
		margin: 0;
	}

	.bonuses__top {
		margin: 0;
	}

	#form>div>div.product-order-form__fromto.product-order-fromto>div>div.product-order-fromto__row._active>div.product-order-form__delivery._active._dynamic_adapt_480 {
		display: none !important;
	}

	.neighbors-appl__header .select__title {
		border-radius: 5px;
	}

	.product_order_wrapper {
		flex-direction: column;
	}

	.product-order-fromto__quantity:nth-child(2) {
		display: none;
	}

	.product__desc--mobile {
		display: block !important;
		padding: 25px 20px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 13px;
		background-color: #ffffff;
		margin-bottom: 20px;
	}

	.product__desc--mobile p {
		font-size: 14px;
		line-height: 1.3;
		opacity: 0.5;
	}

	.product-user__questions_wrap {
		flex-direction: column-reverse !important;
	}

	.product-user__questions {
		display: none !important;
	}


	.product-user__questions--mobile {
		display: block !important;
		padding: 20px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 13px;
		margin: 10px 0;
		background-color: #ffffff;
	}

	.spollers-block__title {
		font-weight: 700;
		font-size: 18px;
		line-height: 1.2;
		color: #267ded;
		padding: 0px 20px 0px 0px;
		position: relative;
		cursor: pointer;
	}

	.spollers-block__title::after {
		font-family: icomoon;
		content: '\e900';
		position: absolute;
		top: 60%;
		-webkit-transform: translate(0, -50%) rotate(0deg);
		-ms-transform: translate(0, -50%) rotate(0deg);
		transform: translate(0, -50%) rotate(0deg);
		right: 0;
		font-size: 10px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.spollers-block__title._active::after {
		-webkit-transform: translate(0, -50%) rotate(-90deg);
		-ms-transform: translate(0, -50%) rotate(-90deg);
		transform: translate(0, -50%) rotate(-90deg);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.product-user__questions--mobile .spollers-block__title {
		margin-bottom: 15px;
		transition: all 0.3s ease 0s;
	}

	.product-user__questions--mobile {
		display: block;
	}

	.product__row {
		margin-bottom: 0;
	}


	.bonuses--mobile .bonuses__topleft {
		padding: 0;
	}

	.bonuses--tablet {
		display: none;
	}

	.footer {
		margin-top: 20px;
	}

	.mgcont {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		justify-content: space-between;
	}

	.mgcont .catn {
		flex: 1 1 calc(20% - 12px);
		min-width: 150px;
		max-width: 220px;
		min-height: 140px;
		padding: 16px 14px 12px;
		background-position: center 14px !important;
		background-size: 48px 48px !important;
		background-repeat: no-repeat !important;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		text-align: center;
	}

	.mgcont .category_name {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.3;
		color: #000;
		padding-top: 95px;
		font-weight: 600;
	}

	@media (max-width: 1200px) {
		.mgcont .catn {
			flex: 1 1 calc(33.333% - 12px);
			max-width: 260px;
		}
	}

	@media (max-width: 900px) {
		.mgcont .catn {
			flex: 1 1 calc(50% - 12px);
			max-width: none;
		}

		.mgcont .category_name {
			font-size: 13px;
			padding-top: 80px;
		}
	}

	@media (max-width: 640px) {
		.mgcont {
			display: grid;
			grid-template-columns: repeat(6, minmax(0, 1fr));
			gap: 6px 8px;
			justify-content: stretch;
			align-items: start;
		}

		.mgcont .catn {
			position: relative;
			flex: initial;
			min-width: 0;
			max-width: none;
			width: 100%;
			min-height: 52px;
			padding: 0;
			background-position: center !important;
			background-size: 26px 26px !important;
			align-items: center;
			justify-content: center;
		}

		.mgcont .category_name {
			position: absolute;
			top: calc(100% + 6px);
			left: 50%;
			z-index: 2;
			width: max-content;
			max-width: 120px;
			padding: 6px 8px;
			margin-left: 0;
			border-radius: 10px;
			background: rgba(0, 0, 0, 0.82);
			color: #fff;
			font-size: 12px;
			line-height: 1.2;
			text-align: center;
			white-space: normal;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transform: translateX(-50%) translateY(4px);
			transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
			padding-top: 6px;
		}

		.mgcont .catn:hover .category_name,
		.mgcont .catn:active .category_name {
			opacity: 1;
			visibility: visible;
			transform: translateX(-50%) translateY(0);
		}
	}

	@media (max-width: 480px) {
		.mgcont {
			grid-template-columns: repeat(6, minmax(0, 1fr));
			gap: 6px 6px;
		}

		.mgcont .catn {
			min-height: 44px;
			background-size: 22px 22px !important;
		}

		.mgcont .category_name {
			max-width: 96px;
			font-size: 11px;
		}
	}

	.page-sidebar {
		margin-bottom: 0 !important;
	}

	.adv-item {
		max-width: initial !important;
		width: 50%;
		flex: initial !important;
	}

	.product__desc--mobile {
		display: none !important;
	}

	.product__desc--mobile--clonned {
		display: block;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 13px;
		background-color: #ffffff;
		padding: 25px 20px;
	}

	.product__desc--mobile--clonned p {
		font-weight: 400;
		font-size: 16px;
		line-height: 1.7;
		color: var(--grey);
	}

	.filters-form__date {
		display: none;
	}

	.filters-city {
		display: none;
	}

	.neighbors-appl__header .select .select__options {
		right: unset;
		left: 0;
	}

	.prodile-modal-ava__content {
		padding: 20px 10px;
	}

	.prodile-modal-ava {
		padding: 30px 5px;
	}

	#metaerr2 {
		margin-left: 0 !important;
	}

	.bread {
		display: none;
	}

	.page-results--category .bread--category {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 4px;
		margin-bottom: 12px;
	}

	.page-results--category .page-results__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
		column-gap: 0;
	}

	.page-results--category .page-results__sidebar {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: 0;
	}

	.page-results--category .page-results__content {
		width: 100%;
		min-width: 0;
	}

	.page-results--category .page-results__title {
		display: block;
	}

	.page-results--category .page-results__title span {
		font-size: inherit;
	}

	.page-results--category .page-adv__nothing--category {
		width: 100%;
		min-height: 96px;
		padding: 24px 16px 20px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 13px;
		background: #ffffff;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.page-results--category .page-adv__nothing--category p {
		margin: 0;
	}

	._container {
		padding: 0 10px;
	}

	.title span {
		font-size: 12px;
	}

	.title {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.btn {
		border-radius: 13px;
	}

	.product-order-form .options .options__label span {
		font-weight: 600;
	}

	.product-order-form__title {
		font-size: 18px;
		color: #267ded;
	}

	.product-order-form__head {
		border-radius: 5px;
		margin: 0px 0px 10px 0px;
	}

	.product-order-form__delivery {
		border: 0;
		padding: 0;
		margin: 0px 0px 15px 0px;
	}

	.product-order-fromto__check {
		right: 0px;
	}

	.product-order-fromto {
		background: none;
		border: 0;
		border-radius: 0;
		padding: 0;
	}

	.product-order-fromto__row {
		border-radius: 5px;
		padding: 20px 10px;
		margin: 0px 0px 20px 0px;
		display: none !important;
	}

	.product-order-fromto__mobquant {
		display: block;
	}

	.product-order-fromto__quantityblock {
		margin: 0;
	}

	.product-order-form__btn {
		min-height: 30px;
		font-size: 14px;
		margin: 15px 0 0 0;
	}

	.product-order-fromto__price {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: right;
	}

	.ask-form textarea {
		font-size: 14px;
		border-radius: 5px;
	}

	.profile-main .form__label,
	.profile-main .profile-main__label,
	.profile-schedule .form__label,
	.profile-schedule .profile-main__label,
	.add-adv .form__label,
	.add-adv .profile-main__label {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		text-align: left;
		margin: 0px 0px 7px 0px;
	}

	.profile-main .input,
	.profile-schedule .input,
	.add-adv .input {
		border-radius: 5px;
	}

	.profile-main textarea,
	.profile-schedule textarea,
	.add-adv textarea {
		height: 150px;
	}

	.profile-main .form__item,
	.profile-schedule .form__item,
	.add-adv .form__item {
		-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;
		height: auto;
	}

	.profile-main .options,
	.profile-schedule .options,
	.add-adv .options {
		margin: -7px -5px;
	}

	.profile-main .options__item,
	.profile-schedule .options__item,
	.add-adv .options__item {
		padding: 7px 5px;
	}

	.profile-main .options__label::before,
	.profile-schedule .options__label::before,
	.add-adv .options__label::before {
		margin: 0px 5px 0px 0px;
	}

	.profile-main .form__btn,
	.profile-schedule .form__btn,
	.add-adv .form__btn {
		margin: 0 auto;
		height: 30px;
		width: 100%;
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.profile-main__block {
		margin-bottom: 0;
	}

	.profile-main__question {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 2px;
		right: 4px;
		background-color: var(--blue-light);
	}

	.profile-schedule__addaddr {
		top: unset;
		bottom: 12px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		right: 10px;
	}

	.profile-schedule__boxes {
		width: 100%;
	}

	.profile-schedule__boxeswrap .checkbox {
		margin: 0px 0px 15px 0px;
	}

	.profile-schedule__boxeswrap .checkbox__label {
		width: 100%;
	}

	.profile-schedule__boxeswrap {
		margin: 0;
	}

	.content-filter .select__title {
		border-radius: 5px;
	}

	.content-filter .select .select__options {
		right: unset;
		left: 0;
		position: absolute;
	}

	.popup-login-form .input {
		border-radius: 5px;
		height: 35px;
	}

	.popup-login-form textarea {
		border-radius: 5px;
		height: 100px;
	}

	.popup-login-form .form__item {
		margin: 0px 0px 15px 0px;
	}

	.popup-login-form .form__item_check {
		margin: 0px 0px 15px 0px;
	}

	.popup-login-form .form__btn {
		min-height: 30px;
		width: 100%;
		margin: 0px 0px 15px 0px;
	}

	.btn_login {
		background: #267ded;
		color: #fff;
		min-height: 30px;
		padding: 0 10px;
		margin: 0;
		display: flex;
		align-items: center
	}

	.popup-login-form__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	.popup-login-form__forgot {
		background: #e5f0ff;
		border-radius: 13px;
		min-height: 39px;
		width: 100%;
		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;
		padding: 10px 18px;
		margin: 0;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.15;
	}

	.popup-login-form__create {
		color: #000;
		text-align: center;
	}

	.auth-telegram {
		margin-top: 16px;
		gap: 10px;
	}

	.auth-telegram__divider {
		gap: 10px;
		font-size: 11px;
	}

	.auth-telegram__title {
		gap: 8px;
		font-size: 14px;
	}

	.auth-telegram__title-icon {
		--telegram-title-icon-size: 18px;
		box-shadow: 0 6px 14px rgba(42, 171, 238, 0.22);
	}

	.popup-login-form__eye {
		top: calc(100% - 17.5px);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.balance .select__title {
		border-radius: 5px;
	}

	.balance .select .select__options {
		right: unset;
		left: 0;
	}

	.balance .balance-wallet__filters {
		margin: 0;
	}

	.add-funds .popup-login-form .form__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.add-funds .popup-login-form .form__label {
		width: 100%;
		text-align: left;
		margin: 0px 0px 15px 0px;
	}

	.add-funds .popup-login-form .options {
		margin: -7px -5px;
	}

	.add-funds .popup-login-form .options__item {
		padding: 7px 5px;
	}

	.add-funds .popup-login-form .options__label::before {
		margin: 0px 5px 0px 0px;
	}

	.add-funds .input {
		max-width: 100%;
	}

	.about-search-form .input {
		height: 40px;
		padding: 0px 60px 0px 20px;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}

	.about-search-form .form__btn {
		width: 40px;
		background: #267ded url('../img/icons/lens.svg') no-repeat;
		background-size: 16px;
		background-position: center;
	}

	.about-search-form .form__btn span {
		display: none;
	}

	.chat-form .input {
		background: none;
		height: 40px;
	}

	.chat {
		margin-bottom: 0 !important;
	}

	.chat-form .form__btn {
		background: #267ded url('../img/icons/arrow2.svg') no-repeat;
		background-size: 22px;
		background-position: center;
		border-radius: 0px 12px 12px 0px;
		height: 40px;
		width: 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
	}

	.chat-form__wrappper {
		background: #fafafa;
		padding: 0 10px;
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.chat-form {
		border-radius: 12px;
		background: #e5f0ff;
		margin-top: 20px;
		margin-bottom: 10px;
		align-items: center;
		position: static !important;
		width: 100%;
	}

	.chat-form__controls {
		border: 0;
		border-radius: 5px;
		background: none;
	}

	.chat-form__plustoggle::before {
		font-size: 18px;
	}

	.chat-form__add {
		width: 18px;
		height: 18px;
		background-size: 18px;
	}

	.lg-prev::after {
		font-size: 10px;
	}

	.lg-next::before {
		font-size: 10px;
	}

	.order-table__price .icon-rub::before {
		font-size: 12px;
		font-weight: 700;
	}

	.order-table__price {
		font-size: 16px;
	}

	.product-order-form__submit {
		width: 100%;
	}

	.popup-order__from input,
	.popup-order__to input {
		border-radius: 5px;
	}

	.popup-ask .popup__body {
		padding: 20px 10px;
		border-radius: 5px;
	}

	.popup-login .popup__body,
	.popup-create .popup__body,
	.popup-recover .popup__body,
	.popup-refuse .popup__body {
		padding: 10px;
		border-radius: 5px;
	}

	.top-user__menu li a {
		color: #000;
	}

	.top-user__icon::before {
		color: #000;
	}

	.footer__logo span br {
		display: block;
	}

	.swiper-button-prev::before {
		font-size: 10px;
	}

	.swiper-button-next::before {
		font-size: 10px;
	}

	.adv-item-slider .swiper-pagination-bullets {
		bottom: 15px;
		height: 2px;
	}

	.adv-item-slider .swiper-pagination-bullet {
		margin: 0px 10px 0px 0px;
	}

	.adv-item-slider .swiper-slide img {
		border-radius: 5px;
	}

	.adv-item-slider {
		margin: 0px 0px 5px 0px;
	}

	.sidebar-slider .swiper-slide,
	.sidebar-slider1 .swiper-slide {
		padding: 0px 10px;
	}

	.sidebar-slider .swiper-pagination-bullets,
	.sidebar-slider1 .swiper-pagination-bullets {
		width: 5px;
		right: 5px;
	}

	.sidebar-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.sidebar-slider1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		-webkit-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}

	.sidebar-slider .swiper-pagination-bullet,
	.sidebar-slider1 .swiper-pagination-bullet {
		height: 3px;
		width: 3px;
		margin: 0px 0px 4px 0px;
	}

	.sidebar-slider,
	.sidebar-slider1 {
		border-radius: 5px;
	}

	.sidebar-slider {
		margin: 0px 0px 15px 0px;
	}


	.product-slider .swiper-slide {
		height: clamp(220px, 72vw, 320px);
	}

	.product-slider {
		border-radius: 5px;
	}

	.product-thumbs-slider .swiper-slide img {
		border-radius: 5px;
	}

	.product-thumbs-slider .swiper-slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		height: 50px;
	}

	.product-thumbs-slider {
		max-width: 100%;
	}

	.page {
		padding: 140px 0px 0px 0px;
	}

	.page__chat {
		padding-top: 120px;
	}

	.sidebar-adv-item {
		padding: 10px;
		border-radius: 5px;
		flex-grow: 1 !important;
		margin-top: 20px !important;
	}

	.sidebar-adv-item__bot {
		justify-content: space-between;
	}

	.sidebar-adv-item__top {
		margin: 0px 0px 10px 0px;
	}

	.sidebar-adv-item__text p {
		font-size: 14px;
	}

	.sidebar-adv-item__text {
		margin: 0px 0px 20px 0px;
	}

	.sidebar-adv__all {
		text-decoration: none;
		font-weight: 600;
	}

	.page-adv {
		background: #ffffff;
		-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		padding: 20px 10px;
	}

	.page-adv__nothing {
		font-size: 14px;
	}

	.thumb-item img {
		border-radius: 5px;
	}

	.adv-item__title {
		margin: 0px;
	}

	.adv-item__title p {
		white-space: normal;
		height: 34px;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.2;
		color: #000000;
		overflow: hidden;
	}

	.adv-item__ava {
		width: 25px;
		height: 25px;
	}

	.adv-item__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.adv-item__info p {
		font-size: 12px;
	}

	.adv-item__price {
		font-size: 16px;
	}

	.icon-rub::before {
		font-size: 13px;
	}

	.product-user {
		order: 3;
		margin-bottom: 10px !important;
		box-shadow: none;
		padding: 25px 20px;
	}

	.product__desc {
		background: #ffffff;
		border-radius: 13px;
		padding: 20px;
	}

	.product__desc p {
		font-size: 14px;
		line-height: 1.3;
	}


	.product-user__blockinfo {
		margin-bottom: 10px;
	}

	.product-order-form {
		margin-bottom: 0;
	}

	.bonuses__top {
		margin-bottom: 0;
	}

	.form_agreement__title {
		font-size: 14px !important;
		font-weight: 700;
	}

	.checkbox__label:before {
		border-radius: 50%;
	}

	.delivery_your_address {
		margin-top: 0;
	}

}

body:has(.page__otcheti) .page {
	padding-top: 175px;
}

body:has(.page__otcheti) .page-results.feedback {
	padding-top: 0;
}

body:has(.page__otcheti) .page-results__sidebar.target-13 {
	flex: 0 0 300px;
	width: 300px;
}

body:has(.page__otcheti) .profile__content.otcheti-page {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.otcheti-page {
	background: #ffffff;
	border: 1px solid #e4edf7;
	border-radius: 24px;
	box-shadow: 0 16px 40px rgba(38, 125, 237, 0.08);
	padding: 28px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.otcheti-page__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 24px;
}

.otcheti-page__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	color: #1f2d3d;
	margin-bottom: 10px;
}

.otcheti-page__text {
	max-width: 760px;
	font-size: 15px;
	line-height: 1.6;
	color: #5f6f81;
}

.otcheti-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 26px;
}

.otcheti-summary__card {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid #dde9f7;
	border-radius: 20px;
	padding: 20px 22px;
	min-height: 132px;
	box-shadow: 0 10px 24px rgba(25, 87, 170, 0.08);
}

.otcheti-summary__card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 92px;
	height: 92px;
	background: radial-gradient(circle, rgba(38, 125, 237, 0.14) 0%, rgba(38, 125, 237, 0) 72%);
}

.otcheti-summary__card_accent {
	background: linear-gradient(135deg, #267ded 0%, #5fb5ff 100%);
	border-color: transparent;
}

.otcheti-summary__card_accent .otcheti-summary__label,
.otcheti-summary__card_accent .otcheti-summary__value {
	color: #ffffff;
}

.otcheti-summary__label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 1.5;
	color: #6f8095;
	margin-bottom: 18px;
}

.otcheti-summary__value {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: 800;
	font-size: 38px;
	line-height: 1;
	color: #1c2b39;
}

.otcheti-calendar {
	border-top: 1px solid #edf3f9;
	padding-top: 24px;
}

.otcheti-calendar__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.otcheti-calendar__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.25;
	color: #1f2d3d;
	margin-bottom: 6px;
}

.otcheti-calendar__subtitle {
	font-size: 14px;
	line-height: 1.5;
	color: #7b8a9a;
}

.otcheti-calendar__table-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;
	border: 1px solid #e4edf7;
	border-radius: 20px;
	background: #f9fcff;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
}

.otcheti-calendar__table {
	width: max-content;
	min-width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
}

.otcheti-calendar__col_listing {
	width: 320px;
}

.otcheti-calendar__col_day {
	width: 96px;
}

.otcheti-calendar__table thead th {
	background: #eef6ff;
	padding: 18px 14px;
	border-bottom: 1px solid #dbe8f6;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	color: #38506b;
	text-align: center;
}

.otcheti-calendar__table thead th:not(:first-child),
.otcheti-calendar__table tbody td:not(:first-child) {
	width: 110px;
	min-width: 110px;
	max-width: 110px;
	padding-left: 8px;
	padding-right: 8px;
}

.otcheti-calendar__table thead th:first-child {
	text-align: left;
	padding-left: 22px;
	min-width: 320px;
	width: 320px;
}

.otcheti-calendar__table thead th span,
.otcheti-calendar__table thead th strong {
	display: block;
}

.otcheti-calendar__day_today {
	background: #dfeeff !important;
}

.otcheti-calendar__table tbody td {
	padding: 14px 10px;
	border-bottom: 1px solid #ebf2f8;
	vertical-align: top;
	background: #ffffff;
	overflow: visible;
}

.otcheti-calendar__table tbody td:first-child {
	min-width: 320px;
	width: 320px;
	padding-left: 22px;
	padding-right: 18px;
}

.otcheti-calendar__table tbody tr:last-child td {
	border-bottom: 0;
}

.otcheti-calendar__listing {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 260px;
	max-width: 260px;
}

.otcheti-calendar__listing strong {
	font-size: 16px;
	line-height: 1.45;
	color: #1f2d3d;
}

.otcheti-calendar__listing span {
	font-size: 13px;
	line-height: 1.45;
	color: #6d7e91;
}

.otcheti-calendar__cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 96px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 12px 8px;
	border-radius: 16px;
	border: 1px solid transparent;
	box-sizing: border-box;
	text-align: center;
}

.otcheti-calendar__cell strong {
	font-size: 22px;
	line-height: 1;
	color: #1f2d3d;
}

.otcheti-calendar__cell span,
.otcheti-calendar__cell small {
	font-size: 11px;
	line-height: 1.35;
	color: #5e7187;
}

.otcheti-calendar__cell_free {
	background: #eefaf3;
	border-color: #ccebd8;
}

.otcheti-calendar__cell_partial {
	background: #fff7e7;
	border-color: #f7ddb1;
}

.otcheti-calendar__cell_full {
	background: #fff0f0;
	border-color: #f1cbcb;
}

.otcheti-mobile-list {
	display: none;
}

.otcheti-mobile-card {
	background: #ffffff;
	border: 1px solid #e3edf7;
	border-radius: 20px;
	padding: 18px;
	box-shadow: 0 8px 24px rgba(28, 53, 82, 0.07);
}

.otcheti-mobile-card+.otcheti-mobile-card {
	margin-top: 16px;
}

.otcheti-mobile-card__head {
	margin-bottom: 16px;
}

.otcheti-mobile-card__head h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #1f2d3d;
	margin-bottom: 8px;
}

.otcheti-mobile-card__head p {
	font-size: 13px;
	line-height: 1.5;
	color: #718296;
}

.otcheti-mobile-card__days {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.otcheti-mobile-card__day {
	border-radius: 16px;
	padding: 14px;
	border: 1px solid #dfe9f3;
}

.otcheti-mobile-card__day_free {
	background: #eefaf3;
}

.otcheti-mobile-card__day_partial {
	background: #fff7e7;
}

.otcheti-mobile-card__day_full {
	background: #fff0f0;
}

.otcheti-mobile-card__date {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.otcheti-mobile-card__date span,
.otcheti-mobile-card__stats span {
	font-size: 12px;
	line-height: 1.4;
	color: #617487;
}

.otcheti-mobile-card__date strong {
	font-size: 14px;
	line-height: 1.3;
	color: #1f2d3d;
}

.otcheti-mobile-card__stats {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.otcheti-empty {
	padding: 40px 24px;
	text-align: center;
	background: linear-gradient(180deg, #f9fcff 0%, #eef6ff 100%);
	border: 1px solid #dfeaf7;
	border-radius: 22px;
}

.otcheti-empty__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: #1f2d3d;
	margin-bottom: 12px;
}

.otcheti-empty__text {
	max-width: 620px;
	margin: 0 auto 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #66788d;
}

@media (max-width: 1200px) {
	.otcheti-page {
		padding: 24px;
		border-radius: 20px;
	}

	.otcheti-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.otcheti-page__title {
		font-size: 24px;
	}

	.otcheti-calendar__table {
		min-width: 100%;
	}

	.otcheti-calendar__table thead th:first-child,
	.otcheti-calendar__table tbody td:first-child {
		min-width: 260px;
		width: 260px;
	}

	.otcheti-calendar__listing {
		max-width: 240px;
	}
}

@media (max-width: 992px) {
	body:has(.page__otcheti) .page {
		padding-top: 140px;
	}

	body:has(.page__otcheti) .page-results__sidebar.target-13 {
		flex: 0 0 100%;
		width: 100%;
	}

	.otcheti-page {
		padding: 20px;
	}

	.otcheti-page__header,
	.otcheti-calendar__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.otcheti-summary__value {
		font-size: 34px;
	}

	.otcheti-calendar__table {
		min-width: 852px;
	}

	.otcheti-calendar__col_listing {
		width: 220px;
	}

	.otcheti-calendar__col_day {
		width: 90px;
	}

	.otcheti-calendar__table thead th:first-child,
	.otcheti-calendar__table tbody td:first-child {
		min-width: 220px;
		width: 220px;
	}

	.otcheti-calendar__table thead th:not(:first-child),
	.otcheti-calendar__table tbody td:not(:first-child) {
		width: 90px;
		min-width: 90px;
		max-width: 90px;
	}

	.otcheti-calendar__cell {
		width: 74px;
		max-width: 74px;
	}

	.otcheti-calendar__listing {
		max-width: 180px;
	}
}

@media (max-width: 768px) {
	body:has(.page__otcheti) .page {
		padding-top: 90px;
	}

	.otcheti-page {
		padding: 16px;
		border-radius: 18px;
	}

	.otcheti-summary {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.otcheti-calendar__table-wrap {
		display: none;
	}

	.otcheti-mobile-list {
		display: block;
	}

	.otcheti-page__title {
		font-size: 22px;
	}

	.otcheti-page__text,
	.otcheti-calendar__subtitle,
	.otcheti-empty__text {
		font-size: 14px;
	}

	.otcheti-calendar__title,
	.otcheti-empty__title {
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	body:has(.page__otcheti) .page {
		padding-top: 70px !important;
	}

	.otcheti-summary__card {
		min-height: auto;
		padding: 18px;
	}

	.otcheti-summary__label {
		margin-bottom: 12px;
	}

	.otcheti-summary__value {
		font-size: 30px;
	}

	.otcheti-mobile-card {
		padding: 14px;
		border-radius: 16px;
	}

	.otcheti-mobile-card__head h3 {
		font-size: 16px;
	}

	.otcheti-mobile-card__days {
		grid-template-columns: 1fr;
	}

	.otcheti-mobile-card__day {
		padding: 12px;
	}

	.otcheti-mobile-card__date {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.otcheti-empty {
		padding: 28px 18px;
	}
}

/* ── Страница all-zayavki.php (AJAX фильтры + адаптив) ───────────────────── */
.all-requests-page {
	padding-top: 20px;
}

.all-requests-page__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.all-requests-page__title {
	margin-bottom: 0;
}

.all-requests-page__tabs {
	display: inline-flex;
	gap: 8px;
	flex-wrap: wrap;
}

.all-requests-page__tab {
	background: #fff;
	border: 1px solid #d9e5f5;
	color: #4f6784;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
}

.all-requests-page__tab.is-active {
	background: #e9f2ff;
	border-color: #267ded;
	color: #267ded;
}

.all-requests-page__tab-count {
	margin-left: 6px;
	opacity: .85;
}

.all-requests-filter {
	background: #fff;
	border: 1px solid #e3edf8;
	border-radius: 14px;
	padding: 14px;
	margin-bottom: 14px;
}

.all-requests-filter__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.all-requests-filter__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	color: #4f6784;
}

.all-requests-filter__field input {
	height: 42px;
	padding: 0 12px;
	border: 1px solid #d8e4f4;
	border-radius: 10px;
	font-size: 14px;
	background: #fff;
}

.all-requests-filter__actions {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.all-requests-filter__actions .btn {
	min-height: 40px;
	border-radius: 10px;
	padding: 10px 16px;
}

.all-requests-page__status {
	font-size: 13px;
	margin-bottom: 12px;
	color: #4f6784;
}

.all-requests-page__status.is-error {
	color: #c03a3a;
}

.all-requests-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.all-requests-card {
	background: #fff;
	border: 1px solid #e3edf8;
	border-radius: 14px;
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.all-requests-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.all-requests-card__avatar {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	object-fit: cover;
	background: #edf4ff;
	flex-shrink: 0;
}

.all-requests-card__head-text {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	min-width: 0;
}

.all-requests-card__name {
	font-size: 14px;
	font-weight: 700;
	color: #1e314d;
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.all-requests-card__badge {
	font-size: 11px;
	font-weight: 600;
	padding: 5px 8px;
	border-radius: 999px;
	white-space: nowrap;
}

.all-requests-card__badge.is-active {
	background: #e8f4eb;
	color: #2d8850;
}

.all-requests-card__badge.is-archive {
	background: #f1f3f6;
	color: #5d6a7b;
}

.all-requests-card__title {
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	color: #1e314d;
	margin-bottom: 6px;
}

.all-requests-card__desc {
	font-size: 13px;
	line-height: 1.45;
	color: #5d6a7b;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.all-requests-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 12px;
	color: #4f6784;
}

.all-requests-page__empty {
	grid-column: 1 / -1;
	background: #fff;
	border: 1px dashed #d5e3f5;
	border-radius: 14px;
	padding: 20px;
	font-size: 14px;
	color: #607389;
	text-align: center;
}

@media (max-width: 992px) {
	.all-requests-filter__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.all-requests-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {
	.all-requests-page {
		padding-top: 12px;
	}

	.all-requests-page__head {
		margin-bottom: 12px;
	}

	.all-requests-filter {
		padding: 12px;
	}

	.all-requests-filter__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.all-requests-filter__actions {
		flex-direction: column;
	}

	.all-requests-filter__actions .btn {
		width: 100%;
	}

	.all-requests-card {
		padding: 12px;
	}

	.all-requests-card__name {
		max-width: 180px;
	}
}

/* page top offset for fixed header */
@media (min-width: 993px) and (max-width: 1300px) {
	main.page {
		padding-top: 220px !important;
	}
}
