@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap&subset=cyrillic-ext");

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

a {
	color: inherit;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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;
	font-family: "Rubik", sans-serif;
	color: #313131;
	background: #FFFFFF;
	overflow-x: hidden;
}

body._lock {
	overflow: hidden;
}

.page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0;
}

.page.fixed {
	margin-top: 200px;
}

@media (max-width: 1180px) {
	.page {
		margin-top: 100px;
	}

	.page.fixed {
		margin-top: 100px;
	}
}

@media (max-width: 767.98px) {
	.page {
		margin-top: 70px;
	}

	.page.fixed {
		margin-top: 70px;
	}
}

.page__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

._container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	._container {
		max-width: 768px;
		padding: 0 30px;
	}
}

@media (max-width: 767.98px) {
	._container {
		max-width: 100%;
		padding: 0 10px;
	}
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 40px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	background: #6788C6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn:hover {
	background: #6788C6 -webkit-gradient(linear, left top, left bottom, from(#8CACE8), to(#6788C6));
	background: #6788C6 linear-gradient(180deg, #8CACE8 0%, #6788C6 100%);
}

.btn-secondary {
	background: #FF8C00;
}

.btn-secondary:hover {
	background: #FF8C00 -webkit-gradient(linear, left top, left bottom, from(#FFAA43), to(#FF8C00));
	background: #FF8C00 linear-gradient(180deg, #FFAA43 0%, #FF8C00 100%);
}

.btn-white {
	background: #FFFFFF;
	color: #FF8C00;
	-webkit-box-shadow: 0px 4px 8px rgba(231, 152, 0, 0.5);
	box-shadow: 0px 4px 8px rgba(231, 152, 0, 0.5);
}

.btn-white:hover {
	background: #6788C6;
	color: #FFFFFF;
}

.btn-o {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 9px 20px;
	border: 1px solid #6788C6;
	background: transparent;
	color: #6788C6;
}

.btn-o:hover {
	color: #FFFFFF;
	background: #6788C6;
}

.btn-slider {
	width: 38px;
	height: 38px;
	background: transparent;
	border-radius: 100px;
	border: 1px solid #FF8C00;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 9px 8px 9px 10px;
}

.btn-slider svg {
	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;
}

.btn-slider svg path {
	fill: #FF8C00;
}

.btn-slider:hover {
	background: #FF8C00;
}

.btn-slider:hover svg path {
	fill: #FFFFFF;
}

.btn-clean {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 40px;
	border-radius: 100px;
	font-weight: bold;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FF3D51;
	background: transparent;
	border: 1px solid #FF3D51;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn-clean::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url("../../../img/icons/delete.svg") center center/contain no-repeat;
	margin-left: 10px;
}

.btn-clean:hover {
	background: #FF3D51;
	color: #FFFFFF;
}

.btn-clean:hover::after {
	background: url("../../../img/icons/delete-white.svg") center center/contain no-repeat;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
	display: none;
}

input[type=search] {
	border-width: 0px;
	border: 0;
	background: transparent;
	outline: none;
	border-radius: 0;
}

input[type=search]:focus,
input[type=search]:hover,
input[type=search]:active {
	outline: none;
}

input,
button,
textarea {
	font-family: "Rubik", sans-serif;
	border-width: 0px;
	border: none;
	background: transparent;
	outline: none;
	border-radius: 0;
}

textarea {
	resize: none;
}

input.error {
	border-bottom: 1px solid #FF3D51;
	padding-right: 24px;
	background: url("../../../img/icons/warning-filled.svg") center right/contain no-repeat;
	background-size: 24px;
}

input.error:focus,
input.error:hover,
input.error.filled {
	border-bottom: 1px solid #FF3D51;
}

label.error {
	margin-top: 3px;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #FF3D51;
}

.form__textaria {
	display: block;
	width: 100%;
	min-height: 120px;
	padding: 12px 0px 14px;
	border-bottom: 1px solid #DFDFDF;
	font-size: 14px;
	line-height: 22px;
	color: #313131;
	font-family: "Rubik", sans-serif;
}

.form__textaria::-webkit-input-placeholder {
	color: #B0B0B0;
}

.form__textaria:-ms-input-placeholder {
	color: #B0B0B0;
}

.form__textaria::-ms-input-placeholder {
	color: #B0B0B0;
}

.form__textaria::placeholder {
	color: #B0B0B0;
}

.form__textaria:focus,
.form__textaria:hover,
.form__textaria.filled {
	border-bottom: 1px solid #313131;
}

.form__checkbox {
	margin-top: 20px;
	margin-bottom: 20px;
}

.form__submit {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.input {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.input__item {
	width: 100%;
	padding: 12px 0px 14px;
	border-bottom: 1px solid #DFDFDF;
	font-size: 14px;
	line-height: 22px;
	color: #313131;
	background: transparent;
}

.input__item:disabled {
	opacity: 0.3;
}

.input__item:disabled:hover {
	border-bottom: 1px solid #DFDFDF;
}

.input__item::-webkit-input-placeholder {
	color: #B0B0B0;
}

.input__item:-ms-input-placeholder {
	color: #B0B0B0;
}

.input__item::-ms-input-placeholder {
	color: #B0B0B0;
}

.input__item::placeholder {
	color: #B0B0B0;
}

.input__item:focus,
.input__item:hover,
.input__item .filled {
	border-bottom: 1px solid #313131;
}

.password {
	position: relative;
}

.password-control {
	position: absolute;
	top: 11px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../../img/icons/view-pass.svg") 0 0 no-repeat;
	opacity: 0.3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.password-control.view {
	background: url("../../../img/icons/no-view-pass.svg") 0 0 no-repeat;
}

.password-control:hover {
	opacity: 1;
}

.textarea {
	width: 100%;
}

.checkbox {
	position: relative;
	cursor: pointer;
}

.checkbox__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	opacity: 0;
}

.checkbox__input:checked+.checkbox__label::before {
	background: #6788C6 url("../../../img/icons/checkbox-white.svg") center center/contain no-repeat;
	background-size: 7px;
	border: 1px solid #6788C6;
}

.checkbox__label {
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.checkbox__label::before {
	cursor: pointer;
	content: '';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background: transparent center center / contain no-repeat;
	background-size: 7px;
	border: 1px solid #DFDFDF;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.checkbox__label a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #6788C6;
}

.checkbox-right .checkbox__label::before {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 10px;
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.radio {
	cursor: pointer;
	position: relative;
}

.radio__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	opacity: 0;
}

.radio__input:checked+.radio__label::before {
	border: 1px solid #6788C6;
}

.radio__input:checked+.radio__label::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.radio__label {
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.radio__label::before {
	content: '';
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	margin-top: 2px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: block;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background: transparent center center / contain no-repeat;
	background-size: 7px;
	border: 1px solid #DFDFDF;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.radio__label::after {
	cursor: pointer;
	content: '';
	display: block;
	position: absolute;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	top: 6px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background: #6788C6;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.radio__label a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #6788C6;
}

.header {
	position: relative;
	padding: 15px 0;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
	z-index: 9995;
}

.header .burger {
	display: none;
}

.header.fixed {
	position: fixed;
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100%;
}

.header.fixed .contact {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	border-bottom: 0;
	padding: 0;
}

.header.fixed .contact__social {
	display: none;
}

.header.fixed .contact__phones {
	display: none;
}

.header.fixed .contact__callback {
	display: none;
}

.header.fixed .sub-menu {
	padding-top: 45px;
}

.header.fixed .header__column.fix-column {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header.fixed .header__search {
	display: none;
}

.header.fixed .header__navbar {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.header.fixed .header__logo {
	margin-right: 30px;
}

.header.fixed .logo {
	max-width: 69px;
}

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

.header__column {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.header__logo {
	margin-right: 48px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

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

.header__contact {
	padding-bottom: 16px;
	border-bottom: 1px solid #EEEEEE;
}

.header__search {
	padding: 23px 0;
}

.header__navbar {
	padding-bottom: 10px;
}

.header .logo {
	max-width: 151px;
}

.header .logo img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.header .contact {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .contact__colum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .contact__social {
	margin-right: 30px;
}

.header .contact__phones {
	margin-right: 30px;
}

.header .contact__callback {
	margin-right: 24px;
}

.header .contact__btns {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header .social {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header .social__link {
	margin-right: 10px;
}

.header .social__link:last-child {
	margin-right: 0;
}

.header .social__link path,
.header .social__link circle {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .social__link:hover path {
	fill: #313131;
}

.header .social__link:hover circle {
	stroke: #313131;
}

.header .phones__number {
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	margin-right: 30px;
}

.header .phones__number:last-child {
	margin-right: 0;
}

.header .sign-in {
	margin-right: 10px;
	margin-top: 0px;
}

.header .logout {
	margin-right: 10px;
	margin-top: 0px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	width: 22px;
	height: 22px;
}

.header .logout__active {
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	border: 2px solid #FF3D51;
	border-radius: 100px;
}

.header .logout__active span {
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #FFFFFF;
}

.header .logout__active span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background: #FF3D51;
}

.header .logout__avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	overflow: hidden;
}

.header .logout__avatar img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.header .cart-shop {
	position: relative;
	padding-right: 10px;
	min-height: 33px;
}

.header .cart-shop__number {
	position: absolute;
	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;
	background: #6788C6;
	border-radius: 100px;
	top: -6px;
	left: 17px;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 6px;
	min-height: 20px;
	color: #FFFFFF;
}

.header .time-work {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.header .time-work b {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FF3D51;
	padding-right: 3px;
}

.header .search {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	min-height: 32px;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .search:hover {
	border-bottom: 1px solid #DFDFDF;
}

.header .search:hover .search__input::-webkit-input-placeholder {
	opacity: 1;
}

.header .search:hover .search__input:-ms-input-placeholder {
	opacity: 1;
}

.header .search:hover .search__input::-ms-input-placeholder {
	opacity: 1;
}

.header .search:hover .search__input::placeholder {
	opacity: 1;
}

.header .search__input {
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 19px;
}

.header .search__input::-webkit-input-placeholder {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	color: #DFDFDF;
}

.header .search__input:-ms-input-placeholder {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	color: #DFDFDF;
}

.header .search__input::-ms-input-placeholder {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	color: #DFDFDF;
}

.header .search__input::placeholder {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	color: #DFDFDF;
}

.header .search__button {
	position: absolute;
	right: 0;
	background: transparent;
}

.header .menu {
	position: relative;
}

.header .menu__list {
	min-width: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .menu__item {
	margin-right: 50px;
	border-bottom: 2px solid transparent;
	padding-top: 2px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .menu__item:last-child {
	margin-right: 0px;
}

.header .menu__item:hover {
	border-bottom: 2px solid #6788C6;
}

.header .menu__item:hover .menu__link {
	color: #6788C6;
}

.header .menu__dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .menu__dropdown::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 9px;
	background: url("../../../img/icons/chervron.svg") center center/contain no-repeat;
	background-size: 11px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .menu__dropdown:hover::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../img/icons/chevron-active.svg") center center/contain no-repeat;
	background-size: 11px;
}

.header .menu__dropdown:hover>.sub-menu {
	display: block;
}

.header .menu__link {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.header .sub-menu {
	display: none;
	position: absolute;
	top: 99%;
	width: auto;
	padding-top: 35px;
}

.header .sub-menu.open {
	display: block;
}

.header .sub-menu__wrapper {
	width: auto;
	background: #FFFFFF;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .sub-menu__content {
	display: none;
	padding-left: 30px;
	padding-right: 40px;
	width: 100%;
	min-width: 150px;
	max-width: 100%;
}

.header .sub-menu__item {
	font-weight: normal;
	min-width: 200px;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .sub-menu__item:first-child {
	padding-top: 0;
}

.header .sub-menu__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.header .sub-menu__item:hover {
	color: #6788C6;
}

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

.header .sub-menu__dropdown::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../img/icons/chevron-left.svg") center center/contain no-repeat;
	background-size: 6px;
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}

.header .sub-menu__dropdown:hover::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../img/icons/chevron-left-active.svg") center center/contain no-repeat;
	background-size: 6px;
}

.header .sub-menu__link {
	font-size: 14px;
	line-height: 17px;
}

.header .sub-sub-menu {
	display: none;
	font-weight: normal;
}

.header .sub-sub-menu__item {
	padding: 5px 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header .sub-sub-menu__item:first-child {
	padding-top: 0;
}

.header .sub-sub-menu__item:last-child {
	padding-bottom: 0;
}

.header .sub-sub-menu__item:hover {
	color: #6788C6;
}

.header .sub-sub-menu__link {
	font-size: 12px;
	line-height: 14px;
}

.header-mob__tablet {
	display: none;
}

@media (max-width: 1180px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px 0;
	}

	.header.fixed {
		position: fixed;
		padding: 10px 0;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.fixed .logo {
		position: relative;
		z-index: 1;
		max-width: 84px;
	}

	.header__body {
		position: relative;
	}

	.header__logo {
		margin-right: 30px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.header__navbar {
		display: none;
	}

	.header__search {
		display: none;
	}

	.header__contact {
		padding-bottom: 0px;
		border-bottom: none;
	}

	.header .time-work {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .time-work b {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		padding-right: 0px;
	}

	.header .phones {
		display: none;
	}

	.header .search {
		border-bottom: 1px solid #DFDFDF;
	}

	.header .search__input::-webkit-input-placeholder {
		opacity: 1;
	}

	.header .search__input:-ms-input-placeholder {
		opacity: 1;
	}

	.header .search__input::-ms-input-placeholder {
		opacity: 1;
	}

	.header .search__input::placeholder {
		opacity: 1;
	}

	.header .contact__social {
		position: relative;
		z-index: 1;
	}

	.header .contact__btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .logo {
		position: relative;
		z-index: 1;
		max-width: 84px;
	}

	.header .burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 29px;
		height: 25px;
		margin-left: 30px;
		position: relative;
		z-index: 3;
	}

	.header .burger span {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: block;
		width: 29px;
		height: 3px;
		background: #000;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.header .burger.active {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 25px;
		height: 25px;
		margin-left: 34px;
	}

	.header .burger.active span {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: block;
		width: 29px;
		height: 3px;
		background: #FF3D51;
		position: absolute;
		top: 50%;
		left: 0;
	}

	.header .burger.active span:first-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header .burger.active span:nth-child(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	.header .burger.active span:last-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header-mob__tablet {
		-webkit-box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
		max-width: 380px;
		width: 100%;
		min-height: 100vh;
		display: block;
		background: #FFFFFF;
		position: absolute;
		top: 0px;
		left: 0;
		padding-top: 100px;
		padding-bottom: 48px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .8s;
		transition: .8s;
	}

	.header-mob__tablet.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.header-mob__tablet * {
		position: relative;
		z-index: 1;
	}

	.header-mob__tablet::after {
		content: '';
		display: block;
		width: 100vh;
		height: 100%;
		background: #FFFFFF;
		position: absolute;
		right: 0;
		top: 0;
	}

	.header-mob__work {
		border-top: 1px solid #EEEEEE;
		padding: 10px 0;
		border-bottom: 1px solid #EEEEEE;
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-mob__callback {
		display: none;
	}

	.header-mob__social {
		display: none;
	}

	.header-mob__call {
		padding: 10px 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-mob__call .phones__number {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-right: 20px;
	}

	.header-mob__call .phones__number:last-child {
		margin-right: 0;
	}

	.header-mob__search {
		border-top: 1px solid #EEEEEE;
		padding: 10px 0;
		border-bottom: 1px solid #EEEEEE;
		padding-left: 30px;
		padding-right: 30px;
	}

	.header-mob__menu {
		padding: 10px 0;
		padding-left: 30px;
		padding-right: 30px;
		padding-right: 0px;
		padding-top: 29px;
	}

	.header-mob__menu .sub-menu {
		display: block;
		position: relative;
		padding-top: 0;
	}

	.header-mob__menu .sub-menu__wrapper {
		padding: 0;
		ackground: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header-mob__menu .sub-menu__wrapper.active {
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
/*шапка доп стили*/
@media (min-width: 300px) and (max-width: 1180px) { 
   .header .contact__phones {
	margin-right: 0;
	}
 }
 


@media (min-width: 768px) and (max-width: 1180px) { 
   .header .contact__phones {
	width: 190px;
	}
 }
 
 @media (max-width: 950px) { 
  .header .callback__btn-2 {
		display: none;
	}
	.header .contact__callback {
    margin-right: 0px;
}
 }
 
@media (max-width: 575px) { 
    .header .burger{
        margin-left: 10px;
    }

 } 
@media (max-width: 495px) { 
     .header .contact__phones {
	width: 135px;
	}
	.header__logo {
    margin-right: 20px;
	}
}

@media (max-width: 320px) { 
     .header .contact__phones {
	width: 120px;
	}
	
	.header .phones__number {
    font-size: 12px !important;
    margin-right: 10px;
}
	.header__logo {
    margin-right: 10px;
	}
}

@media (max-width: 767.98px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px 0;
	}

	.header.fixed {
		position: fixed;
		padding: 10px 0;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.fixed .logo {
		max-width: 53px;
	}

	.header .logo {
		max-width: 53px;
	}

	.header .social {
		display: none;
	}

	.header .phones {
		display: none;
		margin: 0;
	}

	.header .phones__number {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		margin-right: 0;
	}

	.header .phones__number:last-child {
		margin-right: 0;
	}

	.header .time-work {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .time-work b {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		text-transform: none;
		padding-right: 0px;
	}

	.header .callback__btn {
		display: none;
	}

	.header-mob__tablet {
		max-width: 100%;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-mob__work {
		border-top: 1px solid #EEEEEE;
		border-bottom: 1px solid #EEEEEE;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-mob__call {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		border-bottom: 1px solid #EEEEEE;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
	}

	.header-mob__search {
		border-top: none;
		border-bottom: none;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.header-mob__social {
		padding: 10px 0;
		padding-left: 10px;
		padding-right: 10px;
		border-top: 1px solid #EEEEEE;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-mob__callback {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 0;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #EEEEEE;
	}

	.header-mob__callback .callback__btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		max-width: 100%;
		width: 100%;
	}

	.header-mob__menu {
		padding: 10px 0;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 29px;
	}

	.header-mob__menu .sub-menu {
		display: block;
		position: relative;
		padding-top: 0;
	}

	.header-mob__menu .sub-menu__menu {
		/*max-width: 50%;*/
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.sub-menu__content > .sub-menu__content {
	    display: none !important;
	}

	.header-mob__menu .sub-menu__item {
		min-width: 100%;
	}

	.header-mob__menu .sub-menu__link {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
	}

	.header-mob__menu .sub-menu__wrapper {
		padding: 0;
		ackground: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header-mob__menu .sub-menu__wrapper.active {
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header-mob__menu .sub-menu__content {
		padding-left: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		min-width: 50%;
	}
}



.footer__body {
	padding-top: 50px;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #EEEEEE;
}

.footer .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .menu__column {
	margin-right: 60px;
}

.footer .menu__header {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}

.footer .menu__item {
	padding: 5px 0;
}

.footer .menu__item:last-child {
	padding-bottom: 0;
}

.footer .menu__item:first-child {
	padding-top: 0;
}

.footer .menu__link {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer .menu__link:hover {
	color: #6788C6;
}

.footer .contacts {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .contacts__number {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 38px;
}

.footer .contacts__number-call {
	margin-bottom: 10px;
}

.footer .contacts__number-btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	max-width: 270px;
	width: 100%;
	padding: 8px 24px;
}

.footer .contacts__work {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

.footer .contacts__work b {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

.footer .contacts__address {
	text-align: right;
}

.footer .contacts__address .address {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}

.footer .contacts__address .mail {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

.footer .contacts__social {
	margin-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer .contacts__social .social__link {
	margin-right: 10px;
}

.footer .contacts__social .social__link:last-child {
	margin-right: 0;
}

.footer .contacts__social .social__link path,
.footer .contacts__social .social__link circle {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer .contacts__social .social__link:hover path {
	fill: #313131;
}

.footer .contacts__social .social__link:hover circle {
	stroke: #313131;
}

.footer .botton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.footer .botton__copy {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.footer .botton__politica {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #B0B0B0;
}

.footer .botton__avtors {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.mailing {
	background: #FF8C00;
}

.mailing__body {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #FFFFFF;
}

.mailing__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
}

.menu-mobile {
	display: none;
}

@media (max-width: 1180px) {
	.mailing__body {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.mailing__text {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
		max-width: 324px;
	}

	.footer__body {
		padding-bottom: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer .contacts {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-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;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 40px;
		padding-top: 30px;
	}

	.footer .contacts__number {
		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: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 10px;
	}

	.footer .contacts__work {
		text-align: left;
		margin-bottom: 10px;
	}

	.footer .contacts__address {
		text-align: left;
	}

	.footer .contacts__social {
		margin-top: 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer .contacts__social .social__link {
		margin-right: 10px;
	}

	.footer .contacts__social .social__link:last-child {
		margin-right: 0;
	}

	.footer .botton {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 10px;
		position: relative;
	}

	.footer .botton__copy {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.footer .botton__politica {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		position: relative;
		left: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		border-top: 1px solid #EEEEEE;
		padding-top: 10px;
		margin-top: 20px;
	}

	.footer .botton__avtors {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 767.98px) {
	.mailing__body {
		padding-top: 20px;
		padding-bottom: 20px;
		-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;
		text-align: left;
	}

	.mailing__text {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.mailing__btn {
		text-align: left;
		justify-self: flex-start;
	}

	.menu-mobile {
		display: block;
		position: relative;
		max-width: 100%;
		width: 100%;
	}

	.menu-mobile .menu {
		position: relative;
	}

	.menu-mobile .sub-sub-menu {
		display: none;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 0;
		max-width: 100%;
		width: 50%;
		padding-left: 20px;
	}

	.menu-mobile .sub-sub-menu__item {
		padding: 5px 0;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.menu-mobile .sub-sub-menu__item:first-child {
		padding-top: 0;
	}

	.menu-mobile .sub-sub-menu__item:last-child {
		padding-bottom: 0;
	}

	.menu-mobile .sub-sub-menu__item:hover {
		color: #6788C6;
	}

	.menu-mobile .sub-sub-menu__link {
		font-size: 12px;
		line-height: 14px;
	}

	.menu-mobile .sub-menu__item {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		max-width: 100%;
		width: 100%;
	}

	.menu-mobile .sub-menu__item {
		font-weight: normal;
		padding: 10px 0;
		border-bottom: 1px solid #EEEEEE;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.menu-mobile .sub-menu__item:first-child {
		padding-top: 0;
	}

	.menu-mobile .sub-menu__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.menu-mobile .sub-menu__item:hover {
		color: #313131;
	}

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

	.menu-mobile .sub-menu__dropdown.active {
		color: #6788C6;
	}

	.menu-mobile .sub-menu__dropdown.active .sub-sub-menu {
		display: block;
		color: #313131;
	}

	.menu-mobile .sub-menu__dropdown::after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background: url("../../../img/icons/chevron-left.svg") center center/contain no-repeat;
		background-size: 6px;
		-webkit-transition: background 0.3s ease 0s;
		transition: background 0.3s ease 0s;
	}

	.menu-mobile .sub-menu__dropdown:hover::after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		background: url("../../../img/icons/chevron-left-active.svg") center center/contain no-repeat;
		background-size: 6px;
	}

	.menu-mobile .sub-menu__link {
		width: 100%;
	}

	.footer__body {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.footer .menu {
		max-width: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .menu__column {
		display: none;
	}

	.footer .menu__info {
		display: block;
		margin-top: 20px;
	}

	.footer .menu__header {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.footer .menu__item {
		padding: 5px 0;
	}

	.footer .menu__item:last-child {
		padding-bottom: 0;
	}

	.footer .menu__item:first-child {
		padding-top: 0;
	}

	.footer .menu__link {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.footer .menu__link:hover {
		color: #FF3D51;
	}

	.footer .contacts {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-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;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 0px;
		padding-top: 30px;
	}

	.footer .contacts__number {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.footer .contacts__work {
		text-align: left;
		margin-bottom: 10px;
	}

	.footer .contacts__address {
		text-align: left;
	}

	.footer .contacts__social {
		margin-top: 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer .botton {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer .botton__copy {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		max-width: 180px;
	}

	.footer .botton__politica {
		margin: 0;
		padding: 0;
		border: none;
		text-align: left;
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
	}

	.footer .botton__avtors {
		width: 100%;
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		padding: 10px 0;
		margin: 10px 0;
		border-bottom: 1px solid #EEEEEE;
		border-top: 1px solid #EEEEEE;
	}
}

.breadcrumb {
	margin-top: 30px;
}

.breadcrumb__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb li {
	padding: 0 11px;
	position: relative;
}

.breadcrumb li::after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #B0B0B0;
}

.breadcrumb li:last-child {
	padding-right: 0;
}

.breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb li>a {
	font-size: 12px;
	line-height: 19px;
	color: #313131;
}

.breadcrumb .active {
	font-size: 12px;
	line-height: 19px;
	color: #B0B0B0;
}

.breadcrumb .active a {
	font-size: 12px;
	line-height: 19px;
	color: #B0B0B0;
}

.tooltip-card {
	position: absolute;
	z-index: 1;
	bottom: 25px;
	right: 20px;
	max-width: 190px;
	width: 100%;
}

.tooltip-card__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 10px;
	background: transparent;
}

.tooltip-card__icon svg {
	width: 100%;
	height: 100%;
}

.tooltip-card__icon:hover+.tooltip-card__content {
	display: block;
}

.tooltip-card__content {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	display: none;
	position: absolute;
	bottom: 33px;
	left: 0;
	padding: 10px;
	border-radius: 3px;
	background: #313131;
	color: #FFFFFF;
}

.tooltip-card__content::after {
	content: '';
	display: block;
	width: 14px;
	height: 8px;
	border: 8px solid transparent;
	border-top: 8px solid #313131;
	position: absolute;
	bottom: -16px;
	right: 12px;
}

.card-tooltip-info {
	position: absolute;
	z-index: 1;
	bottom: 25px;
	left: 20px;
}

.card-tooltip-info__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
}

.card-tooltip-info__icon svg {
	width: 100%;
	height: 100%;
}

.card-tooltip-info__icon:hover+.tooltip-card__content {
	display: block;
}

.card-min .card-tooltip-info {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 5px;
}

.card-gum .card-tooltip-info {
	bottom: 10px;
	left: 10px;
}

.card-gum .tooltip-card {
	bottom: 10px;
	right: 10px;
}

.tooltip-info {
	position: relative;
	width: 16px;
	height: 16px;
	z-index: 1;
}

.tooltip-info__icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
}

.tooltip-info__icon svg {
	width: 100%;
	height: 100%;
}

.tooltip-info__icon.open+.tooltip-info__content {
	display: block;
}

.tooltip-info__content {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	display: none;
	position: absolute;
	bottom: 25px;
	left: 18px;
	min-width: 196px;
	padding: 10px;
	padding-right: 20px;
	border-radius: 5px;
	background: #F2F7FF;
	color: #A3A7B4;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.09);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.09);
}

.tooltip-info__content::after {
	content: '';
	display: block;
	width: 15px;
	height: 10px;
	border: 8px solid transparent;
	border-top: 20px solid #F2F7FF;
	position: absolute;
	bottom: -16px;
	left: -7px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.tooltip-info__close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 16px;
	height: 16px;
}

.tooltip-info__close path {
	fill: #6788C6;
}

@media (max-width: 1180px) {
	.card-tooltip-info {
		position: absolute;
		z-index: 1;
		bottom: 10px;
		left: 15px;
	}

	.tooltip-card {
		bottom: 10px;
		right: 10px;
	}

	.card-min .card-tooltip-info {
		position: absolute;
		z-index: 1;
		bottom: 5px;
		left: 5px;
	}

	.card-gum .card-tooltip-info {
		bottom: 10px;
		left: 10px;
	}

	.card-gum .tooltip-card {
		bottom: 10px;
		right: 0px;
		max-width: 130px;
	}

	.card-gum .tooltip-card__content {
		font-size: 10px;
		line-height: 11px;
		bottom: 30px;
		padding: 5px;
	}
}

@media (max-width: 1180px) {
	.tooltip-info__content {
		font-size: 10px;
		line-height: 12px;
		left: 10px;
		min-width: 130px;
		padding: 5px;
	}

	.tooltip-info__content * {
		position: relative;
		z-index: 1;
	}

	.tooltip-info__close {
		position: absolute;
		top: 3px;
		right: 3px;
	}

	.card-tooltip-info {
		position: absolute;
		z-index: 1;
		bottom: 5px;
		left: 7px;
	}

	.tooltip-card {
		bottom: 5px;
		right: 7px;
	}

	.card-gum .card-tooltip-info {
		bottom: 5px;
		left: 5px;
	}

	.card-gum .tooltip-card {
		bottom: 5px;
		right: -3px;
		max-width: 100%;
	}

	.card-gum .tooltip-card__content {
		font-size: 8px;
		line-height: 09px;
		bottom: 30px;
		left: 10px;
		padding: 3px;
	}

	.card-gum .tooltip-card__icon {
		right: 5px;
	}
}

.card {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
	border-radius: 18px;
	height: 100%;
	max-width: 370px;
	width: 100%;
	min-height: 540px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.card:hover {
	-webkit-box-shadow: 0px 0px 18px rgba(103, 136, 198, 0.18);
	box-shadow: 0px 0px 18px rgba(103, 136, 198, 0.18);
}

.card__cover {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	min-height: 257px;
}

.card__images {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.card__images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 26px 15px 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.card__description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card__text {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card__info {
	width: 100%;
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card__length {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-left: 10px;
}

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

.card__price {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.card__price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.card__btn {
	min-height: 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.card-count {
	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;
}

.card-count__btn {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	background: transparent;
}

.card-count__btn_remove.disabled {
	color: #B0B0B0;
}

.card-count__value {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 30px;
	min-height: 30px;
	background: #F8F8F8;
	border-radius: 100px;
	margin: 0 10px;
	padding: 3px;
	max-width: 30px;
    text-align: center;
}

.card-min {
	position: relative;
	cursor: pointer;
	max-width: 370px;
	width: 100%;
	min-height: 88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.card-min:hover {
	-webkit-box-shadow: 0px 0px 14px rgba(103, 136, 198, 0.25);
	box-shadow: 0px 0px 14px rgba(103, 136, 198, 0.25);
}

.card-min__cover {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	height: 100%;
	min-height: 88px;
	overflow: hidden;
	border-radius: 10px;
}

.card-min__cover img {
	width: 100%;
	min-height: 88px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-min__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	padding: 10px 20px;
	min-height: 88px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-min__info {
	display: none;
}

.card-min__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 171px;
	flex: 0 0 171px;
	margin-right: 17px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.card-min__size {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.card-min__close {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 10px;
	right: 16px;
	cursor: pointer;
	z-index: 10;
	background: url("../../../img/icons/close.svg") 0 0 no-repeat;
	background-size: 20px;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}

.card-min__close:hover {
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.card-menu {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
	border-radius: 18px;
	height: 100%;
	max-width: 370px;
	width: 100%;
	min-height: 540px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 30px;
}

.card-menu:hover {
	-webkit-box-shadow: 0px 0px 18px rgba(103, 136, 198, 0.18);
	box-shadow: 0px 0px 18px rgba(103, 136, 198, 0.18);
}

.card-menu__cover {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	min-height: 257px;
}

.card-menu__images {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.card-menu__images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-menu__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 26px 15px 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-menu__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.card-menu__description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card-menu__text {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-menu__bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.card-menu__info {
	width: 100%;
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-menu__length {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-left: 10px;
}

.card-menu__footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-menu__price {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 10px;
}

.card-menu__price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.card-gum {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	height: 191px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.card-gum:last-child {
	margin-bottom: 0px;
}

.card-gum__cover {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	max-width: 270px;
	min-height: 191px;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.card-gum__cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-gum__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
}

.card-gum__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 206px;
	flex: 0 0 206px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 2px solid #EEEEEE;
}

.card-gum__description {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 328px;
	flex: 0 0 328px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 2px solid #EEEEEE;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-gum__footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 368px;
	flex: 0 0 368px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
}

.card-gum__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	width: 100%;
}

.card-gum__size {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.card-gum__col {
	margin-top: 5px;
	margin-bottom: auto;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.card-gum__price {
	-ms-flex-item-align: end;
	align-self: flex-end;
	justify-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.card-gum__price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-left: 3px;
	text-decoration: none;
}

.card-gum__price .card-gum__old-price {
	color: #FF3D51;
	margin-left: 15px;
	text-decoration: line-through;
}

.card-gum__price .card-gum__old-price span {
	text-decoration: none;
}

.card-gum__close {
	-ms-flex-item-align: end;
	align-self: flex-end;
	justify-self: flex-end;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
	z-index: 10;
	background: url("../../../img/icons/close.svg") 0 0 no-repeat;
	background-size: 20px;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}

.card-gum__close:hover {
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.card-gum-min {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	width: 100%;
	height: 109px;
	overflow: hidden;
	border-radius: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}

.card-gum-min__cover {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	width: 170px;
	height: 109px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 30px;
}

.card-gum-min__cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-gum-min__description {
	padding: 10px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 265px;
	flex: 0 0 265px;
	max-width: 265px;
	margin-right: 35px;
}

.card-gum-min__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.card-gum-min__text {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
}

.card-gum-min__naturial {
	padding: 10px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #DFDFDF;
}

.card-gum-min__energo {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #DFDFDF;
}

.card-gum-min__energo_mobile {
	display: none;
}

.card-gum-min__footer {
	padding: 10px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	min-width: 370px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-gum-min__size {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-gum-min__size span {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.card-gum-min__size span:last-child {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.card-gum-min__price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

.card-gum-min__price span {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-left: 3px;
	text-decoration: none;
}

.card-gum-min__price .card-gum__old-price {
	color: #FF3D51;
	margin-left: 15px;
	text-decoration: line-through;
}

.card-gum-min__price .card-gum__old-price span {
	text-decoration: none;
}

.old-price {
	display: inline-block;
	color: #FF3D51;
	padding-left: 15px;
	text-decoration: line-through;
}

.old-price span {
	text-decoration: none;
}

@media (max-width: 1180px) {
	.card {
		width: 344px;
	}

	.card-min {
		max-width: 344px;
		width: 100%;
		margin-bottom: 20px;
	}

	.card-min__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 10px 20px;
	}

	.card-min__title {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: 0;
	}

	.card-menu {
		max-width: 100%;
		width: 100%;
		min-height: 174px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
	}

	.card-menu__cover {
		max-width: 253px;
		width: 100%;
		min-height: 100%;
	}

	.card-menu__content {
		width: 100%;
		padding: 10px 20px 15px 20px;
	}

	.card-menu__description {
		padding-right: 95px;
	}

	.card-menu__title {
		max-width: 100%;
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.card-menu__text {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
	}

	.card-menu__length {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		text-align: right;
		position: absolute;
		top: 10px;
		right: 20px;
	}

	.card-menu__footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.card-menu__bottom {
		margin-top: 0px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card-menu__info {
		width: auto;
		margin-top: 0;
	}

	.card-menu__tooltip {
		right: 0px;
		bottom: 8px;
	}

	.card-menu__price {
		margin: 0 auto;
	}

	.card-menu .old-price {
		display: none;
	}

	.card-menu__btn {
		justify-self: flex-end;
	}

	.card-gum {
		position: relative;
		height: 130px;
		margin-bottom: 20px;
	}

	.card-gum:last-child {
		margin-bottom: 0px;
	}

	.card-gum__cover {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 162px;
		flex: 0 0 162px;
		max-width: 162px;
		min-height: 130px;
	}

	.card-gum__tooltip {
		bottom: 15px;
		right: 10px;
	}

	.card-gum__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		margin: 15px 0px 15px 20px;
		padding-right: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 270px;
		flex: 0 0 270px;
		border-right: 1px solid #EEEEEE;
	}

	.card-gum__title {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
		margin-bottom: 10px;
	}

	.card-gum__description {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
		-webkit-line-clamp: 3;
	}

	.card-gum__footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 10px 15px;
		padding-bottom: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}

	.card-gum__column {
		height: auto;
	}

	.card-gum__size {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 10px;
	}

	.card-gum__price {
		justify-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin: 0;
		margin-top: 10px;
	}

	.card-gum__close {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.card-gum-min {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		position: relative;
	}

	.card-gum-min__cover {
		height: 142px;
	}

	.card-gum-min__description {
		padding-bottom: 42px;
	}

	.card-gum-min__footer {
		position: absolute;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 243px;
		bottom: 0;
		left: 200px;
		padding: 3px 0;
	}

	.card-gum-min__size {
		margin-right: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.card-gum-min__size span:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: auto;
		margin-right: auto;
	}

	.card-gum-min__size span:last-child {
		margin-top: 0px;
	}
}

@media (max-width: 767.98px) {
	.card {
		min-width: 300px;
		width: 100%;
	}

	.card-min {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}

	.card-min__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 10px 10px 10px 20px;
	}

	.card-menu__cover {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 145px;
		flex: 0 0 145px;
		max-width: 145px;
		width: 100%;
		min-height: 100%;
	}

	.card-menu__content {
		padding: 10px;
	}

	.card-menu__description {
		padding-right: 0px;
	}

	.card-menu__title {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
	}

	.card-menu__text {
		padding-right: 5px;
	}

	.card-menu__length {
		display: none;
	}

	.card-menu__info {
		display: none;
	}

	.card-menu__btn {
		display: none;
	}

	.card-menu__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.card-menu .price-btn {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 8px 40px;
		border-radius: 100px;
		text-align: center;
		color: #FFFFFF;
		background: #6788C6;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
	}

	.card-menu .price-btn span {
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		margin-left: 5px;
	}

	.card-menu .price-btn:hover {
		background: #6788C6 -webkit-gradient(linear, left top, left bottom, from(#8CACE8), to(#6788C6));
		background: #6788C6 linear-gradient(180deg, #8CACE8 0%, #6788C6 100%);
	}

	.card-menu .price-btn::before {
		content: 'от ';
		margin-right: 5px;
	}

	.card-menu__tooltip {
		right: 0px;
		bottom: 3px;
	}

	.card-menu__tooltip .tooltip-card__content {
		font-size: 9px;
		line-height: 13px;
	}

	.card-gum {
		position: relative;
		height: 162px;
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.card-gum:last-child {
		margin-bottom: 0px;
	}

	.card-gum__cover {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		max-width: 100px;
		min-height: 100px;
		max-height: 100px;
	}

	.card-gum__tooltip {
		bottom: 10px;
		right: 0px;
	}

	.card-gum__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		margin: 10px 20px 10px 20px;
		padding-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 145px;
		flex: 0 0 145px;
		border-right: none;
	}

	.card-gum__title {
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
	}

	.card-gum__description {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
	}

	.card-gum__footer {
		border-top: 1px solid #EEEEEE;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 10px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
	}

	.card-gum__column {
		width: auto;
		height: auto;
		-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;
	}

	.card-gum__size {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		margin: 0;
		margin-right: 15px;
	}

	.card-gum__price {
		justify-self: flex-end;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin: 0;
		margin-left: 10px;
	}

	.card-gum-min__cover {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 94px;
		flex: 0 0 94px;
		height: 99px;
		margin-right: 10px;
	}

	.card-gum-min__description {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 63%;
		flex: 0 0 63%;
		padding-bottom: 0px;
		padding-right: 10px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.card-gum-min__title {
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
	}

	.card-gum-min__text {
		-webkit-line-clamp: 3;
		margin-bottom: 0px;
	}

	.card-gum-min__energo {
		display: none;
	}

	.card-gum-min__energo_mobile {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.card-gum-min__naturial {
		border-top: 1px solid #EEEEEE;
		padding: 10px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		color: #DFDFDF;
	}

	.card-gum-min__footer {
		border-top: 1px solid #EEEEEE;
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		min-width: auto;
		width: auto;
		bottom: auto;
		left: auto;
		padding: 10px;
	}

	.card-gum-min__size {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-right: 0px;
		-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;
	}

	.card-gum-min__size span:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: auto;
		margin-right: auto;
	}

	.card-gum-min__size span:last-child {
		margin-top: 0px;
	}

	.card-gum-min__price {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		justify-self: flex-end;
		text-align: right;
	}

	.old-price {
		display: none;
	}
}

.popup {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	z-index: 9999;
}

.popup::before {
	content: "";
	background: rgba(191, 191, 191, 0.6);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}

.popup.popup_active {
	overflow: auto;
	visibility: visible;
}

.popup.popup_active::before {
	opacity: 1;
}

.popup.popup_active .popup__block {
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-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%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.popup__block {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	padding: 90px 65px;
	width: 100%;
	max-width: 630px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 30px rgba(66, 148, 201, 0.15);
	box-shadow: 0px 4px 30px rgba(66, 148, 201, 0.15);
}

.popup__close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 18px;
	right: 10px;
	cursor: pointer;
	z-index: 30;
	background: url("../../../img/icons/close.svg") 0 0 no-repeat;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}

.popup__close:hover {
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#orderCallback .popup__block,
#subscriptionMail .popup__block {
	max-width: 370px;
	padding: 55px 30px;
}

#orderCallback .popup__title, #select-region .popup__title,
#subscriptionMail .popup__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#cardInfo .popup__block,
#cardInfoComplex .popup__block {
	max-width: 970px;
	width: 100%;
	padding: 40px 30px;
}

#cardInfo .popup-info,
#cardInfoComplex .popup-info {
	width: 100%;
}

#cardInfo .popup-info__body,
#cardInfoComplex .popup-info__body {
	width: 100%;
}

#cardInfo .popup-info__header,
#cardInfoComplex .popup-info__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

#cardInfo .popup-info__title,
#cardInfoComplex .popup-info__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-right: 30px;
}

#cardInfo .popup-info__close,
#cardInfoComplex .popup-info__close {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

#cardInfo .popup-info__content,
#cardInfoComplex .popup-info__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

#cardInfo .popup-info__cover,
#cardInfoComplex .popup-info__cover {
	margin-right: 30px;
	max-width: 440px;
	min-height: 392px;
	max-height: 392px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

#cardInfo .popup-info__cover img,
#cardInfoComplex .popup-info__cover img {
	width: 100%;
	height: 100%;
	min-height: 392px;
	max-height: 392px;
	-o-object-fit: cover;
	object-fit: cover;
}

#cardInfo .popup-info__menu,
#cardInfoComplex .popup-info__menu {
	margin-right: 30px;
	max-width: 440px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#cardInfo .popup-info__menu .card-min,
#cardInfoComplex .popup-info__menu .card-min {
	max-width: 100%;
	margin-bottom: 10px;
}

#cardInfo .popup-info__menu .card-min:last-child,
#cardInfoComplex .popup-info__menu .card-min:last-child {
	margin-bottom: 0;
}

#cardInfo .popup-info__row,
#cardInfoComplex .popup-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #EEEEEE;
}

#cardInfo .popup-info__row:first-child,
#cardInfoComplex .popup-info__row:first-child {
	padding-bottom: 10px;
}

#cardInfo .popup-info__row:nth-child(2),
#cardInfoComplex .popup-info__row:nth-child(2) {
	padding: 10px 0;
}

#cardInfo .popup-info__row:last-child,
#cardInfoComplex .popup-info__row:last-child {
	padding: 4px 0;
	padding-bottom: 23px;
}

#cardInfo .popup-info__row:last-child.popup-info__addition,
#cardInfoComplex .popup-info__row:last-child.popup-info__addition {
	padding: 0;
	padding-bottom: 0px;
}

#cardInfo .popup-info__addition,
#cardInfoComplex .popup-info__addition {
	padding-bottom: 0;
}

#cardInfo .popup-info__nutritional,
#cardInfoComplex .popup-info__nutritional {
	color: #B0B0B0;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-right: 30px;
	max-width: 240px;
}

#cardInfo .popup-info__size,
#cardInfoComplex .popup-info__size {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

#cardInfo .popup-info__discription,
#cardInfoComplex .popup-info__discription {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

#cardInfo .popup-info__footer,
#cardInfoComplex .popup-info__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#cardInfo .popup-info__column,
#cardInfoComplex .popup-info__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#cardInfo .popup-info__count .card-count__text,
#cardInfoComplex .popup-info__count .card-count__text {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-right: 10px;
}

#cardInfo .popup-info__price,
#cardInfoComplex .popup-info__price {
	margin-right: auto;
	margin-left: 30px;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#cardInfo .popup-info__price span,
#cardInfoComplex .popup-info__price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-left: 2px;
}

#cardInfo .popup-info__price .old-price,
#cardInfoComplex .popup-info__price .old-price {
	display: inline-block;
	color: #FF3D51;
	padding-left: 15px;
	text-decoration: line-through;
}

#cardInfo .popup-info__price .old-price span,
#cardInfoComplex .popup-info__price .old-price span {
	text-decoration: none;
}

#cardInfo .popup-info__group,
#cardInfoComplex .popup-info__group {
	width: 100%;
	max-height: 240px;
	overflow-y: scroll;
}

#cardInfo .popup-info__btn_o,
#cardInfoComplex .popup-info__btn_o {
	color: #FF8C00;
	background: transparent;
	border: 1px solid #FF8C00;
	margin-right: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#cardInfo .popup-info__btn_o:hover,
#cardInfoComplex .popup-info__btn_o:hover {
	background: #FF8C00;
	color: #FFFFFF;
}

#cardInfo .popup-add__title,
#cardInfoComplex .popup-add__title {
	margin-top: 19px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

#cardInfo .popup-add__radio,
#cardInfoComplex .popup-add__radio {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

#cardInfo .popup-add__radio:last-child,
#cardInfoComplex .popup-add__radio:last-child {
	margin-bottom: 0;
}

#cardInfo .popup-add__checkbox,
#cardInfoComplex .popup-add__checkbox {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

#cardInfo .popup-add__checkbox:last-child,
#cardInfoComplex .popup-add__checkbox:last-child {
	margin-bottom: 0;
}

#cardInfo .popup-addition,
#cardInfoComplex .popup-addition {
	padding-top: 23px;
	max-height: 256px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
}

#cardInfo .popup-addition__title,
#cardInfoComplex .popup-addition__title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

#cardInfo .popup-addition__body,
#cardInfoComplex .popup-addition__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

#cardInfo .popup-addition__card,
#cardInfoComplex .popup-addition__card {
	max-width: 130px;
	width: 100%;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#cardInfo .popup-addition__card:nth-child(3n),
#cardInfoComplex .popup-addition__card:nth-child(3n) {
	margin-right: 0;
}

#cardInfo .popup-addition__input,
#cardInfoComplex .popup-addition__input {
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
}

#cardInfo .popup-addition__input:checked+.popup-addition__item,
#cardInfoComplex .popup-addition__input:checked+.popup-addition__item {
	border-color: #6788C6;
}

#cardInfo .popup-addition__input:checked+.popup-addition__item::after,
#cardInfoComplex .popup-addition__input:checked+.popup-addition__item::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#cardInfo .popup-addition__item,
#cardInfoComplex .popup-addition__item {
	padding: 0;
	padding-bottom: 10px;
	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;
	border: 1px solid #DFDFDF;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

#cardInfo .popup-addition__item::after,
#cardInfoComplex .popup-addition__item::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url("../../../img/icons/checkmark.svg") center center/contain no-repeat;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#cardInfo .popup-addition__item:hover,
#cardInfoComplex .popup-addition__item:hover {
	border-color: rgba(103, 136, 198, 0.5);
}

#cardInfo .popup-addition__image,
#cardInfoComplex .popup-addition__image {
	max-width: 100%;
	width: 100%;
	height: 79px;
	overflow: hidden;
	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;
}

#cardInfo .popup-addition__image img,
#cardInfoComplex .popup-addition__image img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

#cardInfo .popup-addition__subtitle,
#cardInfoComplex .popup-addition__subtitle {
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

#cardInfo .popup-addition__price,
#cardInfoComplex .popup-addition__price {
	padding-top: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

@media (max-width: 1180px) {

	#cardInfo .popup__block,
	#cardInfoComplex .popup__block {
		max-width: 708px;
		padding: 30px;
		padding-top: 30px;
	}

	#cardInfo .popup-info__content,
	#cardInfoComplex .popup-info__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#cardInfo .popup-info__cover,
	#cardInfoComplex .popup-info__cover {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 20px;
	}

	#cardInfo .popup-info__menu,
	#cardInfoComplex .popup-info__menu {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 20px;
	}

	#cardInfo .popup-info__group,
	#cardInfoComplex .popup-info__group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#cardInfo .popup-info .popup-add,
	#cardInfoComplex .popup-info .popup-add {
		margin-right: 45px;
	}

	#cardInfo .popup-info__footer,
	#cardInfoComplex .popup-info__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#cardInfo .popup-info__column,
	#cardInfoComplex .popup-info__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}

	#cardInfo .popup-info__column:last-child,
	#cardInfoComplex .popup-info__column:last-child {
		margin-bottom: 0;
	}

	#cardInfo .popup-addition__card,
	#cardInfoComplex .popup-addition__card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 100%;
		width: 100%;
		position: relative;
		margin-right: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	#cardInfo .popup-addition__card:nth-child(3n),
	#cardInfoComplex .popup-addition__card:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {

	#cardInfo .popup__block,
	#cardInfoComplex .popup__block {
		max-width: 300px;
		padding: 20px;
		padding-top: 20px;
	}

	#cardInfo .popup-info__header,
	#cardInfoComplex .popup-info__header {
		margin-bottom: 20px;
	}

	#cardInfo .popup-info__cover,
	#cardInfoComplex .popup-info__cover {
		margin-right: 0px;
		margin-bottom: 20px;
		max-width: 100%;
		min-height: 160px;
		max-height: 160px;
	}

	#cardInfo .popup-info__cover img,
	#cardInfoComplex .popup-info__cover img {
		width: 100%;
		height: 100%;
		min-height: 160px;
		max-height: 160px;
	}

	#cardInfo .popup-info__menu,
	#cardInfoComplex .popup-info__menu {
		margin-right: 0px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	#cardInfo .popup-info__title,
	#cardInfoComplex .popup-info__title {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	#cardInfo .popup-info__row:first-child,
	#cardInfoComplex .popup-info__row:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	#cardInfo .popup-info__size,
	#cardInfoComplex .popup-info__size {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	#cardInfo .popup-info__footer,
	#cardInfoComplex .popup-info__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#cardInfo .popup-info__btn,
	#cardInfoComplex .popup-info__btn {
		max-width: 100%;
		width: 100%;
		min-height: 40px;
	}

	#cardInfo .popup-info__btn_o,
	#cardInfoComplex .popup-info__btn_o {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#cardInfo .popup-info__count,
	#cardInfoComplex .popup-info__count {
		margin-right: 10px;
	}

	#cardInfo .popup-info__count .card-count__text,
	#cardInfoComplex .popup-info__count .card-count__text {
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
		margin-right: 10px;
	}

	#cardInfo .popup-info__price,
	#cardInfoComplex .popup-info__price {
		margin: 0;
		margin-left: 0px;
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	#cardInfo .popup-info__price .old-price,
	#cardInfoComplex .popup-info__price .old-price {
		display: none;
	}

	#cardInfo .popup-info__group,
	#cardInfoComplex .popup-info__group {
		width: 100%;
		max-height: 270px;
		overflow-y: scroll;
	}

	#cardInfo .popup-info__column,
	#cardInfoComplex .popup-info__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	#cardInfo .popup-info__column:last-child,
	#cardInfoComplex .popup-info__column:last-child {
		margin-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#cardInfo .popup-addition__card,
	#cardInfoComplex .popup-addition__card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 100%;
		width: 100%;
		position: relative;
		margin-right: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	#cardInfo .popup-addition__card:nth-child(3n),
	#cardInfoComplex .popup-addition__card:nth-child(3n) {
		margin-right: 10px;
	}

	#cardInfo .popup-addition__card:nth-child(2n),
	#cardInfoComplex .popup-addition__card:nth-child(2n) {
		margin-right: 0px;
	}
}

#cardInfoMin .popup__block {
	max-width: 630px;
	padding: 30px 35px;
}

#cardInfoMin .popup-info__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

#cardInfoMin .popup-info__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-right: 30px;
}

#cardInfoMin .popup-info__close {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

#cardInfoMin .popup-info__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

#cardInfoMin .popup-info__cover {
	position: relative;
	margin-right: 30px;
	max-width: 300px;
	min-height: 246px;
	max-height: 246px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}

#cardInfoMin .popup-info__cover img {
	width: 100%;
	height: 100%;
	min-height: 246px;
	max-height: 246px;
	-o-object-fit: cover;
	object-fit: cover;
}

#cardInfoMin .popup-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #EEEEEE;
}

#cardInfoMin .popup-info__row:first-child {
	padding-bottom: 20px;
}

#cardInfoMin .popup-info__row:last-child {
	padding: 4px 0;
	padding-bottom: 23px;
	border-bottom: none;
}

#cardInfoMin .popup-info__nutritional {
	color: #B0B0B0;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-right: 0px;
	max-width: 240px;
	margin-top: 20px;
}

#cardInfoMin .popup-info__size {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

#cardInfoMin .popup-info__discription {
	margin-top: 20px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

#cardInfoMin .popup-add__title {
	margin-top: 19px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

#cardInfoMin .popup-add__radio {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

#cardInfoMin .popup-add__radio:last-child {
	margin-bottom: 0;
}

#cardInfoMin .popup-add__checkbox {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

#cardInfoMin .popup-add__checkbox:last-child {
	margin-bottom: 0;
}

@media (max-width: 1180px) {
	#cardInfoMin .popup__block {
		padding: 30px;
		padding-top: 30px;
	}

	#cardInfoMin .popup-info__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#cardInfoMin .popup-info__cover {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 20px;
	}

	#cardInfoMin .popup-info__group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#cardInfoMin .popup-info .popup-add {
		margin-right: 45px;
	}
}

@media (max-width: 767.98px) {
	#cardInfoMin .popup__block {
		max-width: 300px;
		padding: 20px;
		padding-top: 20px;
	}

	#cardInfoMin .popup-info__header {
		margin-bottom: 20px;
	}

	#cardInfoMin .popup-info__cover {
		margin-right: 0px;
		margin-bottom: 20px;
		max-width: 100%;
		min-height: 160px;
		max-height: 160px;
	}

	#cardInfoMin .popup-info__cover img {
		width: 100%;
		height: 100%;
		min-height: 160px;
		max-height: 160px;
	}

	#cardInfoMin .popup-info__title {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	#cardInfoMin .popup-info__row:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	#cardInfoMin .popup-info__size {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	#cardInfoMin .popup-info__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#cardInfoMin .popup-info__btn {
		min-height: 40px;
	}

	#cardInfoMin .popup-info__count {
		margin-bottom: 12px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	#cardInfoMin .popup-info__count .card-count__text {
		margin-right: auto;
	}

	#cardInfoMin .popup-info__price {
		margin-left: 0px;
	}

	#cardInfoMin .popup-info__group {
		width: 100%;
		max-height: 270px;
		overflow-y: scroll;
	}
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: 1px solid #EEEEEE;
	color: #EEEEEE;
	background: #FFFFFF;
	border-right: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pagination a:hover {
	color: #B0B0B0;
}

.pagination a:first-child {
	border-radius: 50px 0px 0px 50px;
}

.pagination a:last-child {
	border-right: 1px solid #EEEEEE;
	border-radius: 0px 50px 50px 0;
}

.pagination a.touth {
	color: #B0B0B0;
}

.pagination a.open {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #6788C6;
}

.home-mainscreen {
	position: relative;
}

.home-mainscreen__slider {
	max-width: 100vw;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.home-mainscreen__slider .home-mainscreen-slider__pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 2;
	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;
}

.home-mainscreen__slider .home-mainscreen-slider__pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #B0B0B0;
	-webkit-transition: .2s;
	transition: .2s;
	margin-right: 25px;
}

.home-mainscreen__slider .home-mainscreen-slider__pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.home-mainscreen__slider .home-mainscreen-slider__pagination .swiper-pagination-bullet:hover {
	opacity: .6;
	background: #313131;
}

.home-mainscreen__slider .home-mainscreen-slider__pagination .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: #FF8C00;
}

.home-mainscreen__slider .home-mainscreen-slider__pagination .swiper-pagination-bullet-active:hover {
	opacity: 1;
	background: #FF8C00;
}

.home-mainscreen__slide {
	height: 100%;
	min-height: 570px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home-mainscreen__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-mainscreen__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-mainscreen__content {
	position: relative;
	z-index: 1;
}

.home-mainscreen__title {
	font-weight: bold;
	font-size: 46px;
	line-height: 56px;
	text-transform: uppercase;
	margin-bottom: 40px;
	max-width: 605px;
	color: #6788C6;
}

.home-mainscreen__title span:first-child {
	color: #FF8C00;
}

.home-mainscreen__title span:last-child {
	color: #FF3D51;
}

.home-mainscreen__btn {
	min-height: 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.home-mainscreen__features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 40px;
	max-width: 571px;
	color: #313131;
}

.home-mainscreen__item {
	text-align: center;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-mainscreen__item:last-child {
	margin-right: 0;
}

.home-mainscreen__icon {
	max-width: 52px;
	margin-bottom: 14px;
}

.home-mainscreen__icon img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.home-mainscreen__subtitl {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.home-mainscreen__text {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.home-mainscreen .swiper-wrapper {
	height: 100%;
}

.home-features {
	display: none;
}

@media (max-width: 1180px) {
	.home-mainscreen__title {
		font-weight: bold;
		font-size: 28px;
		line-height: 33px;
		text-transform: uppercase;
		margin-bottom: 20px;
		max-width: 365px;
	}

	.home-mainscreen__bg img {
		-o-object-position: 70% 50%;
		object-position: 70% 50%;
	}

	.home-mainscreen__bg::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(97.57deg, #E4EDF1 49.93%, rgba(229, 238, 242, 0.19) 86.39%);
	}

	.home-mainscreen__features {
		margin-top: 73px;
	}

	.home-mainscreen__subtitl {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
	}

	.home-mainscreen__text {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
	}
}

@media (max-width: 767.98px) {
	.home-mainscreen__slider {
		max-width: 100vw;
		height: 100%;
		position: relative;
		overflow-x: hidden;
	}

	.home-mainscreen__slider .home-mainscreen-slider__pagination {
		bottom: 0;
	}

	.home-mainscreen__slide {
		min-height: 257px;
	}
/*
	.home-mainscreen__bg {
		display: none;
	}
*/
	.home-mainscreen__title {
		font-weight: bold;
		font-size: 18px;
		line-height: 26px;
		text-transform: uppercase;
		text-align: center;
	}

	.home-mainscreen__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;
	}

	.home-mainscreen__features {
		display: none;
	}

	.home-mainscreen__item {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.home-mainscreen__item:last-child {
		margin-bottom: 0;
	}

	.home-features {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.home-features__body {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 0;
		padding-top: 60px;
	}

	.home-features__body .home-mainscreen__item {
		padding-left: 3px;
		padding-right: 3px;
		margin-bottom: 0;
	}
}

@media (max-width: 767.98px) and (max-width: 430px) {
	.home-features__body .home-mainscreen__item {
		width: 100%;
		margin-bottom: 20px;
	}

	.home-features__body .home-mainscreen__item:last-child {
		margin-bottom: 0;
	}
}

.home-stages {
	padding: 100px 0;
	color: #313131;
}

.home-stages__body {
	padding: 0 33px;
}

.home-stages__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
}

.home-stages__content {
	padding-top: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.home-stages__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 204px;
	flex: 0 0 204px;
	margin-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-stages__item:last-child {
	margin-right: 0;
}

.home-stages__item:nth-child(3) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.home-stages__icon {
	margin-bottom: 21px;
	width: auto;
}

.home-stages__icon img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.home-stages__subtitle {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 7px;
}

.home-stages__text {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	max-width: 204px;
}

@media (max-width: 1180px) {
	.home-stages__body {
		padding: 0px;
	}

	.home-stages__content {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.home-stages__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.home-stages__item:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.home-stages__item:nth-child(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	.home-stages {
		padding: 60px 0;
	}

	.home-stages__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		text-align: center;
	}

	.home-stages__content {
		padding-top: 40px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.home-stages__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.home-stages__item:first-child .home-stages__text {
		padding: 0 10px;
	}

	.home-stages__item:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.home-stages__item:nth-child(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-bottom: 0;
	}

	.home-stages__subtitle {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
	}

	.home-stages__icon {
		width: auto;
		height: 83px;
	}

	.home-stages__icon img {
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.home-stages__text {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
	}
}

@media (max-width: 319px) {
	.home-stages__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.home-stages__item:nth-child(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 0;
	}
}

.home-menu {
	padding-bottom: 60px;
	color: #313131;
}

.home-menu__body {
	overflow-x: hidden;
}

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

.home-menu__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-right: 30px;
}

.home-menu__btn_prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home-menu__btn_next {
	margin-left: 20px;
}

.home-menu .menu-cart {
	max-width: 370px;
	min-height: 220px;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	padding: 30px 40px;
}

.home-menu .menu-cart__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #DFDFDF;
	border-radius: 20px;
}

.home-menu .menu-cart__bg img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

.home-menu .menu-cart__bg::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(108.71deg, rgba(255, 255, 255, 0.7) 0.92%, rgba(255, 255, 255, 0.2) 98.79%);
}

.home-menu .menu-cart__content {
	position: relative;
	z-index: 1;
	min-height: 145px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-menu .menu-cart__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

.home-menu .menu-cart__btn {
	min-height: 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media (max-width: 767.98px) {
	.home-menu__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-right: 20px;
	}

	.home-menu__head {
		margin-bottom: 40px;
	}

	.home-menu .menu-cart {
		max-width: 100%;
		width: 100%;
	}

	.home-menu .menu-cart__bg {
		width: 100%;
		height: 100%;
	}

	.home-menu .menu-cart__bg img {
		max-width: 100%;
		width: 100%;
	}
}

.home-recommendation {
	color: #313131;
}

.home-recommendation__body {
	overflow-x: hidden;
	padding: 0 15px;
	padding-bottom: 100px;
}

.home-recommendation ._container {
	max-width: 1220px;
	padding: 0;
}

.home-recommendation__head {
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 2px;
}

.home-recommendation__btn_prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home-recommendation__btn_next {
	margin-left: 20px;
}

@media (max-width: 1180px) {
	.home-recommendation__body {
		padding: 0 30px;
		padding-bottom: 100px;
	}

	.home-recommendation ._container {
		max-width: 768px;
		padding: 0;
	}

	.home-recommendation__head {
		padding: 0 10px;
	}
}

@media (max-width: 767.98px) {
	.home-recommendation__body {
		padding: 0 10px;
		padding-bottom: 60px;
	}

	.home-recommendation ._container {
		padding: 0;
	}

	.home-recommendation__head {
		padding: 0 10px;
		margin-bottom: 40px;
	}
}

.home-quality {
	padding-bottom: 70px;
}

.home-quality__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
}

.home-quality__content {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-quality__item {
	position: relative;
	max-width: 370px;
	min-height: 493px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #EEFAF8;
	border-radius: 20px;
	padding: 60px 40px;
	margin-bottom: 30px;
}

.home-quality__item:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 770px;
	width: 100%;
	min-height: 323px;
	background: #F8F8F8;
}

.home-quality__item:first-child .home-quality__number {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#F8F8F8));
	background-image: linear-gradient(180deg, #E0E0E0 0%, #F8F8F8 100%);
}

.home-quality__item:first-child .home-quality__image {
	position: relative;
	left: auto;
	bottom: auto;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.home-quality__item:nth-child(2) {
	min-height: 440px;
}

.home-quality__item:nth-child(3),
.home-quality__item:nth-child(4) {
	margin-top: -117px;
}

.home-quality__item:nth-child(3) .home-quality__image img {
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
}

.home-quality__item:nth-child(4) {
	background: #F8F8F8;
}

.home-quality__item:nth-child(4) .home-quality__number {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#F8F8F8));
	background-image: linear-gradient(180deg, #E0E0E0 0%, #F8F8F8 100%);
}

.home-quality__item:last-child {
	min-height: 376px;
	background: #F8F8F8;
}

.home-quality__item:last-child .home-quality__number {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#F8F8F8));
	background-image: linear-gradient(180deg, #E0E0E0 0%, #F8F8F8 100%);
}

.home-quality__number {
	font-weight: bold;
	font-size: 46px;
	line-height: 50px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DDEAE8), to(#EEFAF8));
	background-image: linear-gradient(180deg, #DDEAE8 0%, #EEFAF8 100%);
}

.home-quality__subtitle {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.home-quality__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.home-quality__image {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-quality__image img {
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1180px) {
	.home-quality {
		padding-bottom: 80px;
	}

	.home-quality__item {
		max-width: 344px;
		min-height: 493px;
		padding: 60px 30px;
		margin-bottom: 20px;
	}

	.home-quality__item:first-child {
		width: 100%;
		min-height: 323px;
	}

	.home-quality__item:nth-child(2) {
		max-width: 344px;
		min-height: 493px;
	}

	.home-quality__item:nth-child(2) .home-quality__image {
		border-radius: 0 0 20px 20px;
	}

	.home-quality__item:nth-child(3),
	.home-quality__item:nth-child(4) {
		margin-top: 0px;
	}

	.home-quality__item:last-child {
		max-width: 344px;
		min-height: 493px;
	}
}

@media (max-width: 767.98px) {
	.home-quality {
		padding-bottom: 80px;
	}

	.home-quality__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 390px;
		padding: 30px 20px;
		margin-bottom: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.home-quality__item:first-child {
		max-width: 100%;
		max-height: 390px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-quality__item:nth-child(2) {
		max-width: 100%;
		min-height: 390px;
		max-height: 390px;
	}

	.home-quality__item:nth-child(2) .home-quality__image {
		border-radius: 0 0 20px 20px;
		position: absolute;
		-webkit-transform: translateY(0px) translateX(-50%);
		transform: translateY(0px) translateX(-50%);
	}

	.home-quality__item:nth-child(2) .home-quality__image img {
		-o-object-fit: cover;
		object-fit: cover;
		height: auto;
	}

	.home-quality__item:nth-child(3),
	.home-quality__item:nth-child(4) {
		max-width: 100%;
		margin-top: 0px;
		max-height: 390px;
	}

	.home-quality__item:nth-child(3) .home-quality__image {
		width: 119px;
		height: 174px;
		overflow: visible;
	}

	.home-quality__item:nth-child(3) .home-quality__image img {
		-o-object-fit: cover;
		object-fit: cover;
		height: auto;
	}

	.home-quality__item:last-child {
		max-width: 100%;
		min-height: 390px;
	}

	.home-quality__subtitle {
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.home-quality__text {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		width: 100%;
	}

	.home-quality__image {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: 100%;
		max-height: 190px;
		height: auto;
		position: absolute;
	}

	.home-quality__image img {
		width: 100%;
		max-width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: top;
		object-position: top;
	}
}

.faq {
	padding: 100px 0;
	padding-top: 0;
	color: #313131;
}

.faq__head {
	margin-bottom: 30px;
}

.faq__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 50px;
}

.faq__description {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.faq-tabs__nav {
	margin-bottom: 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.faq-tabs__link {
	max-width: 270px;
	width: 100%;
	height: 82px;
	border-radius: 15px;
	background: #F8F8F8;
	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;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #B0B0B0;
}

.faq-tabs__link:hover {
	opacity: 0.5;
	background: #F2F7FF;
	color: #6788C6;
}

.faq-tabs__link:hover path {
	fill: #6788C6;
}

.faq-tabs__link_active {
	background: #F2F7FF;
	color: #6788C6;
}

.faq-tabs__link_active path {
	fill: #6788C6;
}

.faq-tabs__link_active:hover {
	opacity: 1;
}

.faq-tabs__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
}

.faq-tabs__icon svg {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	overflow: visible;
}

.faq-tabs__icon svg g {
	width: 100%;
	height: 100%;
}

.faq-tabs__content {
	border-top: 1px solid #B0B0B0;
	position: relative;
}

.faq-tabs__item {
	display: none;
}

.faq-tabs__item_active {
	display: block;
}

.faq-accardion {
	cursor: pointer;
	padding: 29px 0 38px 0;
	border-bottom: 1px solid #B0B0B0;
}

.faq-accardion_active {
	padding: 29px 0px 30px 0;
}

.faq-accardion_active .faq-accardion__head::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	background: url("../../../img/Home-Page/faq/icon/down_red.svg") center center/contain no-repeat;
}

.faq-accardion_active .faq-accardion__content {
	padding-top: 13px;
	height: auto;
	opacity: 1;
}

.faq-accardion__head {
	width: 100%;
	padding-right: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.faq-accardion__head::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	width: 20px;
	height: 20px;
	background: url("../../../img/Home-Page/faq/icon/down.svg") center center/contain no-repeat;
	-webkit-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}

.faq-accardion__content {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	opacity: 0;
	height: 0;
	padding-top: 0;
	-webkit-transition: 0.5s ease 0s, opacity 0s ease 0s;
	transition: 0.5s ease 0s, opacity 0s ease 0s;
}

@media (max-width: 1180px) {
	.faq-tabs__nav {
		margin-bottom: 20px;
	}

	.faq-tabs__link {
		max-width: 344px;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 767.98px) {
	.faq-tabs__nav {
		margin-bottom: 0px;
		padding-bottom: 30px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.faq-tabs__link {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 223px;
		flex: 0 0 223px;
		max-width: 233px;
		max-height: 60px;
		width: 100%;
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.faq-accardion {
		padding: 20px 0;
	}

	.faq-accardion__head {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		padding-right: 40px;
	}

	.faq-accardion__content {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		padding-right: 40px;
	}

	.faq {
		padding: 60px 0;
		padding-top: 0;
	}

	.faq__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.faq__description {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}
}

.home-about {
	padding-bottom: 100px;
}

.home-about__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 66px;
}

.home-about__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-about__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-about__column img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 20px;
	width: auto;
	margin-bottom: 30px;
}

.home-about__cover {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	max-width: 570px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-about__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 560px;
	flex: 0 0 560px;
	margin-bottom: 23px;
}

.home-about__text p {
	margin-bottom: 10px;
}

.home-about__text p:last-child {
	margin-bottom: 0;
}

.home-about__botton {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1180px) {
	.home-about__title {
		max-width: 693px;
		margin-bottom: 50px;
	}

	.home-about__cover {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home-about__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 344px;
		flex: 0 0 344px;
	}

	.home-about__column img {
		width: 100%;
		margin-bottom: 20px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.home-about__column img:first-child {
		max-height: 230px;
	}

	.home-about__column:last-child img:last-child {
		max-width: 255px;
		max-height: 122px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.home-about__text {
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.home-about__text p {
		margin-bottom: 10px;
	}

	.home-about__text p:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	.home-about {
		padding-bottom: 60px;
		overflow-x: hidden;
	}

	.home-about__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.home-about__cover {
		overflow-x: scroll;
		margin-bottom: 30px;
	}

	.home-about__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.home-about__column img {
		max-width: 222px;
		max-height: 148px;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.home-about__column img:first-child {
		max-height: 148px;
	}

	.home-about__column:last-child img:last-child {
		max-width: 222px;
		min-height: 148px;
		max-height: 148px;
	}

	.home-about__text {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.home-about__text p {
		margin-bottom: 8px;
	}

	.home-about__text p:last-child {
		margin-bottom: 0;
	}

	.home-about__botton {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}
}

.menu-days {
	padding-top: 50px;
	padding-bottom: 100px;
	color: #313131;
}

.menu-days__body {
	overflow-x: hidden;
}

.menu-days__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.menu-days__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-right: 30px;
}

.menu-days__btn_prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-days__btn_next {
	margin-left: 20px;
}

.menu-days .menu-cart {
	max-width: 370px;
	min-height: 220px;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	padding: 30px 40px;
}

.menu-days .menu-cart__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #DFDFDF;
	border-radius: 20px;
}

.menu-days .menu-cart__bg img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

.menu-days .menu-cart__bg::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(108.71deg, rgba(255, 255, 255, 0.7) 0.92%, rgba(255, 255, 255, 0.2) 98.79%);
}

.menu-days .menu-cart__content {
	position: relative;
	z-index: 1;
	min-height: 145px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.menu-days .menu-cart__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

.menu-days .menu-cart__btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	min-height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 8px 25px;
}

@media (max-width: 767.98px) {
	.menu-days {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.menu-days__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-right: 20px;
		max-width: 100px;
	}

	.menu-days__head {
		margin-bottom: 40px;
	}

	.menu-days .menu-cart {
		max-width: 100%;
		width: 100%;
		padding: 40px 24px;
	}

	.menu-days .menu-cart__bg {
		width: 100%;
		height: 100%;
	}

	.menu-days .menu-cart__bg img {
		max-width: 100%;
		width: 100%;
	}

	.menu-days .menu-cart__title {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
	}
}

.menu-category {
	padding-bottom: 100px;
}

.menu-category__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 50px;
}

.menu-category__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.menu-category__item {
	overflow: hidden;
	position: relative;
	max-width: 570px;
	max-height: 254px;
	width: 100%;
	height: 254px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #EEFAF8;
	border-radius: 20px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.menu-category__item:nth-child(1),
.menu-category__item:nth-child(2),
.menu-category__item:nth-child(5),
.menu-category__item:nth-child(6),
.menu-category__item:nth-child(11),
.menu-category__item:nth-child(12),
.menu-category__item:nth-child(15),
.menu-category__item:nth-child(16) {
	max-width: 270px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-category__item:nth-child(1) .menu-category__image,
.menu-category__item:nth-child(2) .menu-category__image,
.menu-category__item:nth-child(5) .menu-category__image,
.menu-category__item:nth-child(6) .menu-category__image,
.menu-category__item:nth-child(11) .menu-category__image,
.menu-category__item:nth-child(12) .menu-category__image,
.menu-category__item:nth-child(15) .menu-category__image,
.menu-category__item:nth-child(16) .menu-category__image {
	-ms-flex-item-align: end;
	align-self: flex-end;
	top: auto;
	bottom: 22px;
	right: 27px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.menu-category__item:nth-child(6) {
	background: #F8F8F8;
}

.menu-category__item:nth-child(6n+1) {
	background: #FFEAEC;
}

.menu-category__item:nth-child(6n+2) {
	background: #F8F8F8;
}

.menu-category__item:nth-child(6n+3) {
	background: #F2F7FF;
}

.menu-category__item:nth-child(6n+4) {
	background: #FFF3E3;
}

.menu-category__subtitle {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 30px;
	padding-bottom: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.menu-category__image {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	max-width: 316px;
	max-height: 233px;
	overflow: hidden;
}

.menu-category__image img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1180px) {
	.menu-category__item {
		max-width: 344px;
		max-height: 254px;
	}

	.menu-category__item:nth-child(1),
	.menu-category__item:nth-child(2),
	.menu-category__item:nth-child(5),
	.menu-category__item:nth-child(6) {
		max-width: 344px;
	}

	.menu-category__image {
		right: 10px;
		top: 60%;
		max-width: 324px;
		max-height: 203px;
	}
}

@media (max-width: 767.98px) {
	.menu-category {
		padding-bottom: 60px;
	}

	.menu-category__body {
		-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;
	}

	.menu-category__item {
		max-width: 344px;
		height: auto;
		min-height: 170px;
		max-height: 254px;
		margin-bottom: 10px;
	}

	.menu-category__item:nth-child(1),
	.menu-category__item:nth-child(2),
	.menu-category__item:nth-child(5),
	.menu-category__item:nth-child(6) {
		max-width: 344px;
	}

	.menu-category__image {
		max-width: 170px;
		max-height: 101px;
		right: 10px;
		top: 60%;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.menu-category__image img {
		max-width: 80%;
		width: auto;
		height: auto;
	}

	.menu-category__subtitle {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
	}
}

.menuDays-header {
	padding-bottom: 40px;
}

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

.menuDays-header__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-right: 30px;
}

.menuDays-header__discription {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px; margin-bottom: 10px;
}

.menuDays-dropdown {
	max-width: 352px;
	width: 100%;
	position: relative;
	z-index: 30;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.menuDays-dropdown__link {
	cursor: pointer;
	width: 100%;
	padding: 14px 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #313131;
}

.menuDays-dropdown__link::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	background: url("../../../img/icons/chervron.svg") center center no-repeat;
	background-size: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menuDays-dropdown__link:hover {
	border-bottom: 1px solid #FF3D51;
	color: #FF3D51;
}

.menuDays-dropdown__link:hover::after {
	background: url("../../../img/icons/chervron-red.svg") center center no-repeat;
	background-size: 15px;
}

.menuDays-dropdown__list {
	position: absolute;
	width: 100%;
	min-height: 0px;
	height: 0;
	overflow: hidden;
	overflow-y: scroll;
	top: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFFFFF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menuDays-dropdown_active .menuDays-dropdown__link::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menuDays-dropdown_active .menuDays-dropdown__list {
	min-height: 357px;
}

.menuDays-dropdown__item {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}
.menuDays-dropdown__item a {
    display: inline-block;
	cursor: pointer;
	width: 100%;
	padding: 14px 25px;
}

.menuDays-dropdown__item:last-child {
	border-bottom: 1px solid #313131;
}

.menuDays-dropdown__item:hover {
	border-bottom: 1px solid #FF3D51;
	color: #FF3D51;
}

@media (max-width: 767.98px) {
	.menuDays-header {
		padding-bottom: 30px;
	}

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

	.menuDays-header__title {
		width: 100%;
		font-weight: bold;
		font-size: 30px;
		line-height: 38px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	.menuDays-header__discription {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		margin-top: 20px;
	}

	.menuDays-dropdown {
		max-width: 100%;
		margin-top: 20px;
	}
}

.menuDays-catalog {
	padding-top: 50px;
}

.menuDays-item {
	padding-bottom: 30px;
}

.menuDays-item__head {
	padding: 19px 30px 16px;
	border-radius: 10px;
	width: 100%;
	background: #EEEEEE;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #6788C6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menuDays-item__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.menuDays-item__body .card-menu,
.menuDays-item__body .card-min {
	margin-right: 30px;
	margin-bottom: 30px;
}

.menuDays-item__body .card-menu:nth-child(3n),
.menuDays-item__body .card-min:nth-child(3n) {
	margin-right: 0;
}

.menuDays-item__footer {
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.menuDays-item__value {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 55px;
	color: #FF3D51;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menuDays-item__price {
	margin-left: 10px;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.menuDays-item__price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.menuDays-item__count {
	margin-right: 55px;
}

@media (max-width: 1180px) {
	.menuDays-catalog {
		padding-top: 35px;
	}

	.menuDays-item__head {
		margin-bottom: 20px;
		min-height: 65px;
	}

	.menuDays-item__body .card-min {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.menuDays-item__body .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.menuDays-item__body .card-min:nth-child(3n) {
		margin-right: 20px;
	}

	.menuDays-item__body .card-menu {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.menuDays-item__body .card-menu:nth-child(2n) {
		margin-right: 0;
	}

	.menuDays-item__body .card-menu:nth-child(3n) {
		margin-right: 0px;
	}

	.menuDays-item__footer {
		margin-top: 0px;
	}
}

@media (max-width: 767.98px) {
	.menuDays-catalog {
		padding-top: 30px;
	}

	.menuDays-item {
		padding-bottom: 10px;
	}

	.menuDays-item__head {
		padding: 5px 10px;
		margin-bottom: 20px;
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.menuDays-item__body .card-min {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.menuDays-item__body .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.menuDays-item__body .card-min:nth-child(3n) {
		margin-right: 0px;
	}

	.menuDays-item__footer {
		margin-top: 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.menuDays-item__value {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.menuDays-ordersheet {
	padding-bottom: 70px;
}

.menuDays-ordersheet__footer {
	padding: 30px 0 0;
}

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

.menuDays-ordersheet__column {
	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;
}

.menuDays-ordersheet__btn {
	margin-right: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.menuDays-ordersheet__btn:last-child {
	margin-right: 0;
}

.menuDays-ordersheet__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 20px;
}

.menuDays-ordersheet__value {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-right: 20px;
}

.menuDays-ordersheet__price {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.menuDays-ordersheet__price span {
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	margin-left: 5px;
}

.menuDays-ordercomplex {
	padding: 30px 0 0;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
}

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

.menuDays-ordercomplex__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.menuDays-ordercomplex__close {
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 1;
	background: url("../../../img/icons/close.svg") 0 0 no-repeat;
	background-size: 20px;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}

.menuDays-ordercomplex__close:hover {
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.menuDays-ordercomplex__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.menuDays-ordercomplex__body .card-min {
	margin-right: 30px;
	margin-bottom: 30px;
}

.menuDays-ordercomplex__body .card-min:nth-child(3n) {
	margin-right: 0;
}

.menuDays-orderproduct {
	padding: 30px 0 0;
	border-bottom: 1px solid #B0B0B0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.menuDays-orderproduct .card-min {
	margin-right: 30px;
	margin-bottom: 30px;
}

.menuDays-orderproduct .card-min:nth-child(3n) {
	margin-right: 0;
}

@media (max-width: 1180px) {
	.menuDays-ordercomplex__header {
		margin-bottom: 30px;
	}

	.menuDays-ordercomplex__body .card-min {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.menuDays-ordercomplex__body .card-min:nth-child(3n) {
		margin-right: 20px;
	}

	.menuDays-ordercomplex__body .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.menuDays-orderproduct .card-min {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.menuDays-orderproduct .card-min:nth-child(3n) {
		margin-right: 20px;
	}

	.menuDays-orderproduct .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.menuDays-ordersheet {
		padding-bottom: 50px;
	}

	.menuDays-ordersheet__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.menuDays-ordersheet__column {
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.menuDays-ordercomplex__header {
		margin-bottom: 30px;
	}

	.menuDays-ordercomplex__body .card-min {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.menuDays-ordercomplex__body .card-min:nth-child(3n) {
		margin-right: 0px;
	}

	.menuDays-ordercomplex__body .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.menuDays-orderproduct .card-min {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.menuDays-orderproduct .card-min:nth-child(3n) {
		margin-right: 0px;
	}

	.menuDays-orderproduct .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.menuDays-ordersheet {
		padding-bottom: 40px;
	}

	.menuDays-ordersheet__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.menuDays-ordersheet__column {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.menuDays-ordersheet__column:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}

	.menuDays-ordersheet__btn {
		margin-right: 0;
		max-width: 300px;
		width: 100%;
		margin-bottom: 20px;
	}

	.menuDays-ordersheet__text {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.menuDays-ordersheet__value {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}
}

.delivery {
	padding-top: 50px;
	padding-bottom: 100px;
}

.delivery__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 50px;
}

.delivery-banner {
	padding: 30px;
	color: #6788C6;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
	border-radius: 20px;
	margin-bottom: 50px;
}

.delivery-banner__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 22px;
}

.delivery-banner__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.delivery-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.delivery-page__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.delivery-page ul {
	margin-bottom: 20px;
}

.delivery-page ul li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.delivery-page ul li::before {
	content: '';
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 18px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13px;
	flex: 0 0 13px;
	width: 13px;
	height: 13px;
	background: url("../../../img/icons/check_icon.svg") center center/contain no-repeat;
	background-size: 15px;
}

.delivery-page__payment {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.delivery-page__payment p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.delivery-page__payment p img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
	-o-object-fit: contain;
	object-fit: contain;
}

.delivery-contacts {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 386px;
	flex: 0 0 386px;
	max-width: 386px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 4px solid #F2F7FF;
}

.delivery-contacts__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 36px;
}

.delivery-contacts__item {
	margin-bottom: 40px;
}

.delivery-contacts__subtitle {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.delivery-contacts__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.delivery-contacts__text p {
	max-width: 210px;
	margin-bottom: 10px;
}

@media (max-width: 1180px) {
	.delivery-page {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.delivery-contacts {
		margin-top: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.delivery-contacts__title {
		margin-bottom: 30px;
	}

	.delivery-contacts__item {
		margin-bottom: 30px;
	}

	.delivery-contacts__text p {
		max-width: 100%;
		margin-bottom: 10px;
	}

	.delivery-banner {
		padding: 30px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.delivery {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.delivery__title {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.delivery-banner {
		padding: 20px;
		margin-bottom: 20px;
	}

	.delivery-banner__title {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.delivery-banner__text {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.delivery-page__title {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.delivery-page ul {
		margin-bottom: 10px;
	}

	.delivery-page ul li {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 10px;
	}

	.delivery-page ul li::before {
		content: '';
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 13px;
		flex: 0 0 13px;
		width: 13px;
		height: 13px;
		background: url("../../../img/icons/check_icon.svg") center center/contain no-repeat;
		background-size: 15px;
	}

	.delivery-page__payment {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.delivery-page__payment p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.delivery-page__payment p img {
		max-width: 185px;
	}

	.delivery-contacts {
		padding-left: 20px;
	}

	.delivery-contacts__title {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	.delivery-contacts__item {
		margin-bottom: 17px;
	}

	.delivery-contacts__subtitle {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.delivery-contacts__text {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}
}

.stock {
	padding-top: 50px;
	padding-bottom: 100px;
}

.stock__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 50px;
}

.stock__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
}

.stock__item {
	margin-right: 30px;
	margin-bottom: 30px;
}

.stock__item:nth-child(2n) {
	margin-right: 0;
}

.stock-block {
	max-width: 570px;
	height: 473px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	position: relative;
	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;
	position: relative;
}

.stock-block__cover {
	max-height: 278px;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.stock-block__cover img {
	overflow: hidden;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.stock-block__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: 40px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stock-block__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #313131;
	margin-bottom: 10px;
	padding-right: 20px;
}

.stock-block__text {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.stock-block__date {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	width: 100%;
	min-height: 95px;
	max-height: 95px;
	height: 100%;
	margin-left: 100px;
	color: #6788C6;
	border: 1px solid #6788C6;
	border-radius: 10px;
	text-align: center;
	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;
}

.stock-block__badge {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	min-height: 28px;
	top: 30px;
	left: 30px;
	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;
	text-align: center;
	padding: 3px 30px;
	background: #6788C6;
	border-radius: 30px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.stock-block:hover .stock-block__title {
	color: #FF3D51;
}

.stock-block:hover .stock-block__date {
	color: #FF3D51;
	border: 1px solid #FF3D51;
}

@media (max-width: 1180px) {
	.stock-block {
		max-width: 100%;
	}

	.stock {
		padding-top: 30px;
	}

	.stock__item {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.stock__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {
	.stock-block {
		max-width: 100%;
		height: 370px;
	}

	.stock-block__cover {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 190px;
		flex: 0 0 190px;
		max-height: 190px;
		height: 190px;
	}

	.stock-block__cover img {
		height: 100%;
	}

	.stock-block__content {
		max-width: 100%;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px;
		padding-bottom: 20px;
	}

	.stock-block__date {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 300px;
		width: 100%;
		margin-left: 0;
		max-height: 42px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
	}

	.stock-block__title {
		font-weight: bold;
		font-size: 14px;
		line-height: 22px;
		color: #FF3D51;
		margin-bottom: 10px;
		padding-right: 0px;
	}

	.stock-block__text {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.stock-block__badge {
		top: 30px;
		left: 10px;
		padding: 3px 20px;
	}

	.stock-block__date {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		min-height: 42px;
		max-height: 100%;
		height: auto;
		width: 100%;
	}

	.stock {
		padding-bottom: 60px;
	}

	.stock__item {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.stock__item:nth-child(2n) {
		margin-right: 0;
	}

	.stock__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

.about {
	padding-top: 50px;
	padding-bottom: 0px;
}

.about__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 50px;
}

.about__subtitle {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.about__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.about__row *:first-child {
	margin-right: 30px;
}

.about__text h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.about__text p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}

.about__block {
	background: #F2F7FF;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.about__block h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.about__block p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}

.about img {
	border-radius: 20px;
	max-width: 570px;
	max-height: 440px;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-stock {
	padding-bottom: 60px;
}

.about-stock__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-stock_mobile {
	display: none;
}

.about-stock__content {
	margin-right: 30px;
}

.about-stock__content h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.about-stock__content p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	max-width: 464px;
}

.about-stock__content .btn {
	margin-top: 40px;
}

.about-stock__banner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 670px;
	flex: 0 0 670px;
	max-width: 670px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.about-stock__banner img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left center;
	object-position: left center;
}

.about-work {
	padding-bottom: 100px;
}

.about-work__body h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
}

.about-work__body p {
	margin-bottom: 20px;
}

.about-work__body p,
.about-work__body li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.about-work__body ul li {
	padding-left: 16px;
	padding-bottom: 10px;
	position: relative;
}

.about-work__body ul li::after {
	content: '';
	background: #FF3D51;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
}

@media (max-width: 1180px) {
	.about__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.about__row *:first-child {
		margin-right: 0px;
	}

	.about img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}

	.about-stock {
		padding-bottom: 60px;
	}

	.about-stock__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-stock__content {
		margin-right: 0px;
	}

	.about-stock__content h3 {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.about-stock__content p {
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		max-width: 100%;
	}

	.about-stock__content .btn {
		display: none;
	}

	.about-stock_mobile {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-top: 20px;
	}

	.about-stock__banner {
		margin-top: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.about-stock__banner img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: left center;
		object-position: left center;
	}
}

@media (max-width: 767.98px) {
	.about {
		padding-top: 30px;
	}

	.about__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.about__subtitle {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.about__text {
		margin-top: 30px;
	}

	.about__text h3 {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.about__text p {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.about__block {
		padding: 20px;
	}

	.about__block h3 {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.about__block p {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 10px;
	}

	.about img {
		margin-bottom: 0;
	}

	.about-stock {
		padding-bottom: 30px;
	}

	.about-stock__content h3 {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.about-stock__content p {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.about-stock_mobile {
		max-width: 100%;
		width: 100%;
		min-height: 40px;
	}

	.about-stock__banner img {
		min-height: 120px;
	}

	.about-work {
		padding-bottom: 60px;
	}

	.about-work__body h3 {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.about-work__body p {
		margin-bottom: 10px;
	}

	.about-work__body p,
	.about-work__body li {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.about-work__body ul li {
		padding-bottom: 8px;
	}
}

.cart {
	padding: 50px 0 100px;
}

.cart__header {
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #B0B0B0;
}

.cart__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.cart__body {
	padding-bottom: 30px;
}

.cart__footer {
	padding-top: 30px;
}

.cart-order {
	padding-top: 30px;
}

.cart-steps {
	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;
	text-align: center;
	color: #B0B0B0;
}

.cart-steps__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 53px;
}

.cart-steps__item:nth-child(2) {
	margin-right: 36px;
}

.cart-steps__item:last-child {
	margin-right: 0;
}

.cart-steps__item:last-child .cart-steps__block::after {
	display: none;
}

.cart-steps__item_active {
	color: #313131;
}

.cart-steps__item_active .cart-steps__block {
	border-color: #313131;
}

.cart-steps__block {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 43px;
	height: 43px;
	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;
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	position: relative;
}

.cart-steps__block::after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #313131;
	position: absolute;
	left: calc(100% + 20px);
}

.cart-steps__title {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-top: 5px;
	text-align: center;
}

.cart-ordercomplex {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #B0B0B0;
}

.cart-ordercomplex__header {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.cart-ordercomplex__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cart-ordercomplex__body .card-menu,
.cart-ordercomplex__body .card-min {
	margin-right: 30px;
	margin-bottom: 30px;
}

.cart-ordercomplex__body .card-menu:nth-child(3n),
.cart-ordercomplex__body .card-min:nth-child(3n) {
	margin-right: 0;
}

.cart-ordercomplex__footer {
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-ordercomplex__value {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 55px;
	color: #FF3D51;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-ordercomplex_price {
	margin-left: 10px;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.cart-ordercomplex_price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.cart-ordercomplex_count {
	margin-left: 55px;
}

.cart-ordercomplex__close {
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 1;
	background: url("../../../img/icons/close.svg") 0 0 no-repeat;
	background-size: 20px;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}

.cart-ordercomplex__close:hover {
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cart-recommended {
	padding-top: 60px;
}

.cart-recommended__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.cart-recommended__slider {
	position: relative;
	max-width: 1210px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	overflow-x: hidden;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cart-recommended__btnNext {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1px;
	width: 38px;
	height: 38px;
	border-radius: 100px;
	background: #EEEEEE url("../../../../img/icons/chevron-left-active.svg") center center no-repeat;
	background-size: 12px;
	z-index: 1;
}

.recommended-card {
	max-width: 370px;
	min-height: 150px;
	max-height: 150px;
	height: 100%;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #B0B0B0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 20px;
}

.recommended-card__cover {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 152px;
	flex: 0 0 152px;
	max-width: 152px;
	min-height: 150px;
	height: 150px;
	border-radius: 20px;
}

.recommended-card__cover img {
	height: 100%;
}

.recommended-card__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px;
	min-height: 150px;
	height: 100%;
	max-height: 112px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.recommended-card__title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	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-right: 0;
}

.recommended-card__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 42px;
	min-width: 109px;
}

.cart-beverages ._container {
	padding-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #B0B0B0;
}

.cart-beverages__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 30px;
}

.cart-beverages__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cart-beverages__body .card-menu,
.cart-beverages__body .card-min {
	margin-right: 30px;
	margin-bottom: 30px;
}

.cart-beverages__body .card-menu:nth-child(6n),
.cart-beverages__body .card-min:nth-child(6n) {
	margin-right: 0;
}

.beverages-card {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	max-width: 170px;
	min-height: 288px;
	max-height: 288px;
	height: 100%;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #B0B0B0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	border-radius: 20px;
}

.beverages-card__cover {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 144px;
	flex: 0 1 144px;
	max-width: 288px;
	width: 100%;
	min-height: 144px;
	height: 144px;
	border-radius: 19px;
}

.beverages-card__cover img {
	height: 100%;
}

.beverages-card__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 104px;
	height: 100%;
	max-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

.beverages-card__title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	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-right: 0;
	padding: 0 20px;
	text-align: center;
}

.beverages-card__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 42px;
	min-width: 109px;
}

.cart-footer__body {
	padding-top: 30px;
}

.cart-footer__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
}

.cart-footer__add {
	margin-bottom: 30px;
}

.cart-footer__add .popup-add__checkbox {
	margin-bottom: 10px;
}

.cart-footer__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-footer__values {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-left: 20px;
}

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

.cart-footer__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-footer__btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	min-height: 40px;
}

.cart-footer__btn:first-child {
	margin-right: 30px;
}

.cart-footer__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 20px;
}

.cart-footer__value {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-right: 20px;
}

.cart-footer__price {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.cart-footer__price span {
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	margin-left: 5px;
}

.footer-add {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.footer-add__title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.footer-add__radio {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

.footer-add__radio:last-child {
	margin-bottom: 0;
}

.footer-add__checkbox {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

.footer-add__checkbox:last-child {
	margin-bottom: 0;
}

@media (max-width: 1180px) {

	.cart-ordercomplex__body .card-menu,
	.cart-ordercomplex__body .card-min {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.cart-ordercomplex__body .card-menu:nth-child(3n),
	.cart-ordercomplex__body .card-min:nth-child(3n) {
		margin-right: 20px;
	}

	.cart-ordercomplex__body .card-menu:nth-child(2n),
	.cart-ordercomplex__body .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.cart-ordercomplex__footer {
		margin-top: 10px;
	}

	.cart-recommended__slider {
		max-width: 808px;
	}

	.cart-beverages__body {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-width: 100%;
		width: 100%;
		min-width: auto;
		overflow-x: scroll;
	}

	.cart-beverages__body .card-menu,
	.cart-beverages__body .card-min {
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.cart-beverages__body .card-menu:nth-child(6n),
	.cart-beverages__body .card-min:nth-child(6n) {
		margin-right: 30px;
	}

	.cart-footer__control {
		-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;
	}

	.cart-footer__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cart-footer__column:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 35px;
	}
}

@media (max-width: 767.98px) {

	.cart-ordercomplex__body .card-menu,
	.cart-ordercomplex__body .card-min {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.cart-ordercomplex__body .card-menu:nth-child(3n),
	.cart-ordercomplex__body .card-min:nth-child(3n) {
		margin-right: 0px;
	}

	.cart-ordercomplex__header {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
	}

	.cart-ordercomplex_price {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 0;
	}

	.cart-ordercomplex_count {
		margin-left: 0px;
		margin-right: 30px;
	}

	.cart {
		padding: 30px 0 60px;
	}

	.cart__header {
		padding-bottom: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-bottom: 1px solid #B0B0B0;
	}

	.cart__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 30px;
	}

	.cart-recommended {
		padding-top: 10px;
	}

	.cart-recommended__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.recommended-card {
		max-width: 282px;
	}

	.recommended-card__cover {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 115px;
		flex: 0 0 115px;
		max-width: 115px;
	}

	.recommended-card__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 20px;
		padding-left: 15px;
	}

	.recommended-card__title {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		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-right: 0;
	}

	.recommended-card__btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		min-height: 42px;
		min-width: 109px;
	}

	.cart-beverages ._container {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	.cart-beverages__body {
		overflow-x: scroll;
	}

	.cart-beverages__body .card-menu,
	.cart-beverages__body .card-min {
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.cart-beverages__body .card-menu:nth-child(6n),
	.cart-beverages__body .card-min:nth-child(6n) {
		margin-right: 10px;
	}

	.beverages-card {
		max-width: 145px;
	}

	.beverages-card__cover {
		max-width: 145px;
	}

	.cart-footer__control {
		-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;
	}

	.cart-footer__column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.cart-footer__column:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 35px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cart-footer__text {
		margin-right: 15px;
	}

	.cart-footer__value {
		margin-right: 15px;
	}

	.cart-footer__btn {
		width: 100%;
	}

	.cart-footer__btn:first-child {
		margin-right: 0px;
		margin-bottom: 30px;
	}
}

.checkout {
	padding: 50px 0 100px;
}

.checkout .cart__header {
	border-bottom: none;
}

.checkout-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.checkout-form__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	margin-right: 30px;
}

.checkout-form__column_form {
	margin-right: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.checkout-form__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}

.checkout-form__item {
	margin-bottom: 10px;
}

.checkout-form__item_subscription .checkout-item__botton {
	padding-left: 0;
}

.checkout-form__box {
	width: 100%;
}

.checkout-form__footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.checkout-item__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
}

.checkout-item__subtitle .icon {
	margin-right: 5px;
}

.checkout-item__top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkout-item__tooltip {
	margin-left: 11px;
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}

.checkout-item__radio .radio__label {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.checkout-item__price {
	margin-left: auto;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.checkout-item__price span {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	margin-left: 5px;
}

.checkout-item__botton {
	margin-top: 5px;
	padding-left: 21px;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #B0B0B0;
}

.checkout-item__checkbox-min {
	margin-right: 20px;
}

.checkout-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.checkout-footer__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 600px);
	flex: 0 0 calc(100% - 600px);
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkout-footer__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 20px;
}

.checkout-footer__value {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-right: 20px;
}

.checkout-footer__price {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.checkout-footer__price span {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-left: 5px;
}

.checkout-footer__row {
	padding-top: 10px;
}

.checkout-footer__btn-o {
	margin-right: 30px;
	position: relative;
}

.checkout-footer__btn-o svg {
	margin-left: 10px;
}

.checkout-footer__btn-o path {
	fill: #6788C6;
}

.checkout-footer__btn-o:hover path {
	fill: #FFFFFF;
}

@media (max-width: 1180px) {
	.checkout-form {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.checkout-form__column_form {
		margin-top: 10px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.checkout-footer {
		-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;
	}

	.checkout-footer__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0px;
		margin-top: 30px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 767.98px) {
	.checkout {
		padding: 30px 0 60px;
	}

	.checkout-form__title {
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.checkout-footer {
		position: relative;
	}

	.checkout-footer__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.checkout-footer__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0;
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.checkout-footer__value {
		margin-right: 10px;
	}

	.checkout-footer__price {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.checkout-footer__price span {
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		text-transform: uppercase;
	}

	.checkout-footer__btn-o {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
		min-height: 40px;
		margin-right: 0;
	}

	.checkout-footer__btn {
		max-width: 100%;
		width: 100%;
		min-height: 40px;
	}
}

.received {
	padding: 50px 0 100px;
}

.received .cart__header {
	border-bottom: none;
	margin: 0;
}

.received-list__title {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.received-list__body {
	padding-top: 20px;
}

.received-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	padding-top: 20px;
	border-bottom: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.received-header__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 772px;
	flex: 0 0 772px;
	margin-right: 30px;
}

.received-header__column_min {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
}

.received-header__column_min:last-child {
	margin-right: 0px;
}

.received-complex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #B0B0B0;
}

.received-complex__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 772px;
	flex: 0 0 772px;
	margin-right: 30px;
}

.received-complex__column_min {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding-top: 54px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
}

.received-complex__column_min:last-child {
	margin-right: 0px;
}

.received-complex__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.received-complex__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.received-complex__items .card-menu,
.received-complex__items .card-min {
	margin-right: 30px;
	margin-bottom: 20px;
}

.received-complex__items .card-menu:nth-child(2n),
.received-complex__items .card-min:nth-child(2n) {
	margin-right: 0;
}

.received-items {
	padding: 30px 0px;
}

.received-items .card-gum-min {
	margin-bottom: 20px;
}

.received-items .card-gum-min:last-child {
	margin-bottom: 0;
}

.received-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 12px;
	border-bottom: 1px solid #B0B0B0;
}

.received-footer__price-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.received-footer__price {
	margin-left: 20px;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.received-footer__price span {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
	margin-left: 5px;
}

.received-footer__bottom {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.received-footer__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}

.received-footer__title {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.received-footer__item {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.received-footer__item span {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-right: 10px;
}

@media (max-width: 1180px) {
	.received-header {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
	}

	.received-header__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 435px;
		flex: 0 0 435px;
		margin-right: 40px;
	}

	.received-header__column_min {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 109px;
		flex: 0 0 109px;
		margin-right: 30px;
	}

	.received-header__column_min:last-child {
		margin-right: 0px;
	}

	.received-complex__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 435px;
		flex: 0 0 435px;
		margin-right: 48px;
	}

	.received-complex__column_min {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		padding-top: 54px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 109px;
		flex: 0 0 109px;
		margin-right: 30px;
	}

	.received-complex__column_min:last-child {
		margin-right: 0px;
	}

	.received-complex__items .card-menu,
	.received-complex__items .card-min {
		max-width: 100%;
		margin-right: 0px;
	}

	.received-complex__items .card-menu:nth-child(2n),
	.received-complex__items .card-min:nth-child(2n) {
		margin-right: 0;
	}

	.received-footer__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 12px;
		border-bottom: 1px solid #B0B0B0;
	}

	.received-footer__price-name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.received-footer__price {
		margin-left: 20px;
		font-weight: bold;
		font-size: 30px;
		line-height: 38px;
	}

	.received-footer__price span {
		font-weight: bold;
		font-size: 30px;
		line-height: 38px;
		font-weight: 400;
		margin-left: 5px;
	}

	.received-footer__bottom {
		padding-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.received-footer__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.received-footer__column:last-child {
		margin-top: 30px;
	}

	.received-footer__title {
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.received-footer__item {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.received-footer__item span {
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}
}

@media (max-width: 767.98px) {
	.received-header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
	}

	.received-header__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 0px;
	}

	.received-header__column_min {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.received-header__column_min:last-child {
		margin-right: 0px;
	}

	.received-complex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.received-complex__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0px;
	}

	.received-complex__column_min {
		padding-top: 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 30px;
	}

	.received-complex__column_min:last-child {
		margin-right: 0px;
	}

	.received-complex__items {
		max-width: 100%;
		width: 100%;
	}

	.received-complex__items .card-menu,
	.received-complex__items .card-min {
		max-width: 100%;
		margin-right: 0px;
	}

	.received-complex__items .card-menu:nth-child(2n),
	.received-complex__items .card-min:nth-child(2n) {
		margin-right: 0;
	}
}

.product {
	padding-top: 50px;
	padding-bottom: 100px;
}

.product__header {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.product-card {
	width: 100%;
	height: 100%;
	max-height: 540px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
	border-radius: 20px;
	padding: 30px;
}

.product-card__body {
	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-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

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

.product-card__content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-card__cover {
	margin-right: 30px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 540px;
	height: 480px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.product-card__cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-card__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #EEEEEE;
}

.product-card__row:first-child {
	padding-bottom: 10px;
}

.product-card__row:nth-child(2) {
	padding: 10px 0;
	min-height: 70px;
}

.product-card__row:nth-child(3) {
	padding: 10px 0;
	padding-top: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.product-card__nutritional {
	color: #B0B0B0;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-right: 30px;
	max-width: 400px;
}

.product-card__size {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.product-card__discription {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	max-width: 480px;
}

.product-card__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
}

.product-card__count .card-count__text {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-right: 10px;
}

.product-card__price {
	margin-right: auto;
	margin-left: 30px;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-card__price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-left: 2px;
}

.product-card__price .card-gum__old-price {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FF3D51;
	margin-left: 15px;
	text-decoration: line-through;
}

.product-card__price .card-gum__old-price span {
	text-decoration: none;
}

.product-card__btn {
	min-height: 40px;
}

.product-add__title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.product-add__form {
	margin-bottom: 11px;
}

.product-add__radio {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 9px;
}

.product-add__checkbox {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 9px;
}

@media (max-width: 1180px) {
	.product__header {
		margin-bottom: 30px;
	}

	.product-card {
		height: auto;
		max-height: 100%;
	}

	.product-card__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-card__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-card__cover {
		margin-right: 0px;
		width: 100%;
		height: 392px;
		margin-bottom: 20px;
	}

	.product-card__nutritional {
		max-width: 240px;
	}

	.product-card__row:nth-child(2) {
		min-height: auto;
	}

	.product-card__discription {
		max-width: 100%;
	}

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

	.product-add:first-child {
		margin-right: 30px;
	}
}

@media (max-width: 767.98px) {
	.product {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.product__header {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.product-card {
		padding: 20px;
	}

	.product-card__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-card__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-card__cover {
		height: auto;
		min-height: 160px;
	}

	.product-card__nutritional {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
		padding-top: 10px;
	}

	.product-card__size {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.product-card__row:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.product-card__row:nth-child(2) {
		min-height: auto;
	}

	.product-card__discription {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.product-card__group {
		display: block;
	}

	.product-card__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-card__count {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.product-card__price {
		margin-left: 0px;
		font-weight: bold;
		font-size: 30px;
		line-height: 38px;
	}

	.product-card__price .card-gum__old-price {
		display: none;
	}
}

.product-feedback {
	padding-bottom: 100px;
}

.product-feedback__title {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.product-feedback__page {
	padding: 30px 0;
}

.feedback-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 145px;
	border-radius: 20px;
	border: 1px solid #EEEEEE;
	padding: 30px 30px 5px 25px;
	margin-bottom: 30px;
}

.feedback-item__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px;
	margin-right: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #DFDFDF;
}

.feedback-item__avatar {
	height: 48px;
	width: 48px;
	border-radius: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}

.feedback-item__avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.feedback-item__name,
.feedback-item__date {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.feedback-item__text {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.feedback-form {
	display: block;
	border-radius: 20px;
	border: 1px solid #EEEEEE;
	padding: 30px;
}

.feedback-form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.feedback-form__row:last-child {
	margin-bottom: 0;
}

.feedback-form .mr-1 {
	margin-right: 30px;
}

.feedback-form .input_min {
	width: auto;
}

.feedback-form__btn {
	max-width: 212px;
	height: 40px;
}

.feedback-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 155px;
	flex: 0 0 155px;
	margin-right: 40px;
}

.feedback-avatar__label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.feedback-avatar__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
}

.feedback-avatar__placeholder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 17px;
}

.feedback-avatar__placeholder img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.feedback-avatar__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #DFDFDF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.feedback-avatar__text:hover {
	color: #B0B0B0;
}

@media (max-width: 1180px) {
	.feedback-item {
		padding: 30px;
	}

	.feedback-item__info {
		margin-right: 25px;
	}

	.feedback-form__row {
		-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: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.feedback-form__row:last-child {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.feedback-form .mr-1 {
		margin-right: 0px;
	}

	.feedback-form .input_min {
		margin-right: 20px;
	}

	.feedback-avatar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 0px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.product-feedback {
		padding-bottom: 60px;
	}

	.product-feedback__title {
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		text-transform: uppercase;
		padding-bottom: 20px;
		border-bottom: 1px solid #EEEEEE;
	}

	.product-feedback__page {
		padding: 30px 0;
	}

	.feedback-item {
		padding: 30px 25px;
	}

	.feedback-item__info {
		margin-right: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
	}

	.feedback-item__text {
		font-weight: normal;
		font-size: 12px;
		line-height: 19px;
	}

	.feedback-form__row {
		margin-bottom: 0;
	}

	.feedback-form__row:last-child {
		margin-top: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.feedback-form__btn {
		max-width: 100%;
		width: 100%;
	}
}

.product-similar {
	color: #313131;
}

.product-similar__body {
	overflow-x: hidden;
	padding: 0 15px;
	padding-bottom: 100px;
}

.product-similar ._container {
	max-width: 1220px;
	padding: 0;
}

.product-similar__head {
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.product-similar__btn_prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 20px;
}

.product-similar__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.product-similar__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1180px) {
	.product-similar__body {
		padding: 0 30px;
		padding-bottom: 100px;
	}

	.product-similar ._container {
		max-width: 768px;
		padding: 0;
	}

	.product-similar__head {
		padding: 0 10px;
	}
}

@media (max-width: 767.98px) {
	.product-similar__body {
		padding: 0 10px;
		padding-bottom: 60px;
	}

	.product-similar ._container {
		padding: 0;
	}

	.product-similar__head {
		padding: 0 10px;
		margin-bottom: 40px;
	}

	.product-similar__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}
}

.profile {
	padding: 50px 0 100px 0;
}

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

.profile__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	margin-right: 30px;
}

.profile-avatar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile-avatar__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
}

.profile-avatar__label {
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #B0B0B0;
	margin-right: 20px;
	-webkit-transition: .3s;
	transition: .3s;
}

.profile-avatar__label:hover {
	color: #313131;
}

.profile-avatar__logout {
	margin-right: 10px;
	margin-top: 0px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	width: 25px;
	height: 25px;
}

.profile-avatar__active {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 25px;
	height: 25px;
	border: 2px solid #6788C6;
	border-radius: 100px;
}

.profile-avatar__active span {
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #FFFFFF;
}

.profile-avatar__active span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background: #FF8C00;
}

.profile-avatar__images {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 100px;
	overflow: hidden;
}

.profile-avatar__images img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.profile-tabs__nav {
	margin-bottom: 28px;
}

.profile-tabs__link {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #313131;
	margin-right: 28px;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
}

.profile-tabs__link:last-child {
	margin-right: 0;
}

.profile-tabs__link_active {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FF8C00;
	border-bottom: 2px solid #6788C6;
}

.profile-tabs__item {
	display: none;
}

.profile-tabs__item_active {
	display: block;
}

@media (max-width: 767.98px) {
	.profile {
		padding: 30px 0 50px 0;
	}

	.profile__header {
		margin-bottom: 30px;
	}

	.profile__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		margin-right: 0px;
	}

	.profile-avatar__label {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.profile-tabs__nav {
		margin-bottom: 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.profile-tabs__link {
		width: 100%;
		padding: 5px 0;
		height: 0;
		overflow: hidden;
	}

	.profile-tabs__link.open-dropdown {
		height: auto;
	}

	.profile-tabs__link_active {
		height: auto;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		position: relative;
	}

	.profile-tabs__link_active::after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 0;
		background: url("../../../../img/icons/controls/slider-arrow.svg") center center/contain no-repeat;
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.profile-tabs__link_active.arrow::after {
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}

	.profile-tabs__item {
		display: none;
	}

	.profile-tabs__item_active {
		display: block;
	}
}

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

.personal-date__column {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	margin-right: 30px;
	margin-bottom: 30px;
}

.personal-date__column:nth-child(2),
.personal-date__column:nth-child(4),
.personal-date__column:nth-child(5) {
	margin-right: 0;
}

.personal-date__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal-date__label {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	min-width: 85px;
	margin-right: 13px;
	margin-bottom: 20px;
}

.personal-date__btn {
	display: block;
	min-height: 40px;
	margin-left: auto;
	margin-right: 30px;
}

.personal-date__row {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.personal-date__confg {
	position: relative;
	max-width: 605px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.personal-date__confg a {
	color: #6788C6;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.personal-date__confg::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../../../../img/icons/warning.svg") center center/contain no-repeat;
}

.personal-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}

.personal-item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.personal-item__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
}

.personal-item__subtitle img,
.personal-item__subtitle svg {
	margin-right: 5px;
}

.personal-item__checkbox {
	max-height: 23px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 15px;
}

.personal-item__checkbox .checkbox__label {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	min-width: auto;
}

.personal-item__botton {
	padding-left: 21px;
	max-width: 470px;
	color: #A3A7B4;
}

@media (max-width: 1180px) {
	.personal-date {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.personal-date__column {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.personal-date__column:first-child {
		margin-bottom: 0;
	}

	.personal-date__btn {
		margin-left: 0;
	}
}

@media (max-width: 767.98px) {
	.personal-date__confg::after {
		top: 0;
		left: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.history-accardion {
	overflow-y: hidden;
	overflow-x: visible;
	border-top: 1px solid #EEEEEE;
}

.history-accardion:last-child {
	border-bottom: 1px solid #B0B0B0;
}

.history-accardion_active {
	overflow: visible;
}

.history-accardion_active .history-accardion__content {
	height: auto;
	opacity: 1;
}

.history-accardion_active .history-head__icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.history-accardion__head {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0;
}

.history-accardion__content {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid #B0B0B0;
	opacity: 0;
	height: 0;
	padding-top: 0;
	-webkit-transition: 0.5s ease 0s, opacity 0s ease 0s;
	transition: 0.5s ease 0s, opacity 0s ease 0s;
}

.history-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history-head__number,
.history-head__date {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-right: 15px;
}

.history-head__number span,
.history-head__date span {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-right: 20px;
}

.history-head__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history-head__infotext {
	color: #FF8C00;
	margin-right: 23px;
}

.history-head__icon {
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.history-head__icon path {
	fill: #FF8C00;
}

.history-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 69px 0 40px 0;
}

.history-footer__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.history-footer__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	margin-right: 10px;
}

.history-footer__value {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-right: 10px;
}

.history-footer__price {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.history-footer__price span {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-left: 3px;
}

@media (max-width: 767.98px) {
	.history-head__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.history-head__infotext {
		display: none;
	}

	.history-footer {
		-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;
	}

	.history-footer__btn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.history-footer__info {
		margin-bottom: 20px;
	}

	.history-footer__text {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
	}

	.history-footer__price {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.history-footer__price span {
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		text-transform: uppercase;
		margin-left: 3px;
	}
}

.authorization {
	padding: 50px 0 100px;
}

.authorization__header {
	margin-bottom: 50px;
}

.authorization__title {
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

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

.log-in {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	padding: 30px 0;
}

.log-in__title {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.log-in__form {
	margin-top: 20px;
}

.log-in__item {
	margin-bottom: 20px;
}

.log-in__item:last-child {
	margin-bottom: 0;
}

.log-in__checkbox {
	margin-top: 30px;
	margin-bottom: 40px;
}

.log-in__label {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	display: block;
	margin-top: 10px;
	padding-right: 30px;
}

.log-in__btn {
	min-height: 40px;
}

.registration {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	background: #F8F8F8;
	border: 1px solid #EEEEEE;
	padding: 30px 20px;
	border-radius: 4px;
}

.registration__title {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.registration__form {
	margin-top: 20px;
}

.registration__item {
	margin-bottom: 20px;
}

.registration__item:last-child {
	margin-bottom: 0;
}

.registration__checkbox {
	margin-top: 30px;
	margin-bottom: 40px;
}

.registration__label {
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	display: block;
	margin-top: 10px;
	padding-right: 30px;
}

.registration__btn {
	min-height: 40px;
}

@media (max-width: 1180px) {
	.authorization__header {
		margin-bottom: 30px;
	}

	.authorization__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.log-in {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 100px;
		padding: 0;
	}

	.registration {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.authorization {
		padding: 30px 0 50px;
	}

	.authorization__header {
		margin-bottom: 30px;
	}

	.authorization__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.registration__btn,
	.log-in__btn {
		min-height: 40px;
		min-width: 100%;
	}
}

.contacts-page {
	padding: 50px 0 100px;
}

.contacts-page__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts-page__map {
    margin-top: 60px;
}
.contacts-page__body .about__row {
    width: 100%;
}
.contacts-page__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 670px;
	flex: 0 0 670px;
}

.contacts-page__column:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 467px;
	flex: 0 0 467px;
}

.contacts-page__title {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
}

.contacts-page__subtext {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
}

.contacts-page__item {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.contacts-page__label {
	color: #6788C6;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.contacts-page__btn {
	margin-top: 10px;
}

.contacts-form__item {
	margin-bottom: 20px;
}

@media (max-width: 1180px) {
	.contacts-page {
		padding: 50px 0 100px;
	}

	.contacts-page__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contacts-page__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 100px;
	}

	.contacts-page__column:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 467px;
		flex: 0 0 467px;
		max-width: 467px;
		margin-bottom: 0;
	}

	.contacts-page__title {
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.contacts-page {
		padding: 30px 0 60px;
	}
	.contacts-page__map {
    margin-top: 30px;
}

	.contacts-page__column {
		margin-bottom: 60px;
	}

	.contacts-page__title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.contacts-page__subtext {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
	}

	.contacts-page__item {
		margin-bottom: 20px;
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
	}

	.contacts-page__label {
		color: #6788C6;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.contacts-page__btn {
		margin-top: 0;
		max-width: 100%;
		width: 100%;
	}
}

.app-404 {
	padding: 50px 0 100px;
}

.app-404__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.app-404__head {
	margin-bottom: 53px;
}

.app-404__title {
	font-weight: bold;
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 40px;
}

.app-404__description {
	max-width: 698px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.app-404__cover {
	max-width: 490px;
	margin: 0 auto;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
}

.app-404__cover img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.app-404__footer {
	margin-top: 53px;
}

.app-404__btn {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1180px) {
	.app-404__title {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.app-404 {
		padding: 30px 0 60px;
	}

	.app-404__head {
		margin-bottom: 40px;
	}

	.app-404__title {
		max-width: 202px;
		margin-bottom: 10px;
		font-weight: 500;
		font-size: 18px;
		line-height: 26px;
	}

	.app-404__description {
		max-width: 260px;
		margin: 0 auto;
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
	}

	.app-404__cover {
		max-width: 254px;
		margin: 0 auto;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	.app-404__cover img {
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.app-404__footer {
		margin-top: 40px;
	}

	.app-404__btn {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
	}
}

/* ===== Costum style ======== */

/* ===== icon cart ======== */
.msMiniCart {
    min-height: 33px;
}

form.ms2_form {
	display: contents;
}

.dn {
	display: none;
}

/******test*/
.product-card__filters .product-radio-options {
	margin: 10px auto;
}

.product-card__filters .fake-radiobutton.active {
	background-color: #ffdd9a;
}

.product-card__filters .filter-name {
	display: inline;
	float: left;
	margin-top: 5px;
}

.product-card__filters .filters-type input {
	width: 0.1px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.product-card__filters .fake-radiobutton {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	border-radius: 15px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	border: 1px solid #ffdd9a;
	cursor: pointer;
	font-family: 'Roboto Condensed Regular';
}
#seo_text ul, .home-about__text ul, .home-about__text ol {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 18px;
}
#seo_text li::marker, .home-about__text li::marker {
    color: #FF8C00;
}
#seo_text ul li, .home-about__text ul li {
    list-style: disc;
}

.msb2 {color: #a3a7b4;font-size: 12px;line-height:1.4}
.msb2 .msb2-form__button {background: #6788c6;color: #fff;font-weight: 600;}
.msb2 .msb2-form__button:hover {opacity:0.8;}
/* ===== user-account-page =====*/
.account-info__reward {justify-content: center;
  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;  -ms-flex-align: center;
  align-items: center; margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .account-info__reward {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .account-info__reward {
    -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;
  }
}

.account-info__reward .form-badge__group+.form-badge__group {
  margin-left: 30px;
}
.form-badge {width: 170px; text-align: center;  height: 50px;  border-radius: 50px;  line-height: 50px;  background-color: #f5f5f5;
  font-size: 25px;  color: #e21736;}
.form-badge__group p {text-align:center; font-weight:600;  margin-bottom: 10px;}
.regions-list a {display: block;line-height: 1.5;}
.regions-list a:hover {color:#FF8C00;;}
@media (max-width: 424px) {
.card-menu .price-btn, .card-menu .card__btn {padding: 5px 10px;}
}
span .text-link.text-accent.popup-link {font-weight:300;}
/********Дополнительный текст**********/
a.showlink {color:#ff8c00;}
a.showlink:hover {color:#ffaa43;}
.home-about__title.mb20 {margin-bottom:20px;}
#hide-deskription {  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  z-index: -1;
  opacity: 0;
}
#hide-deskription.editor-text--visible {display: block; opacity: 1; z-index: 3;}
#transform-block.transform-block--hide {opacity: 0; display: none;}
#hideDesk {margin-top: 20px;}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info_block_cart{
	border: 1px solid rgb(255, 140, 0);
    padding: 10px;
    display: flex;
    background: rgba(255, 140, 0, 0.07);
}
.info_block_cart span{
	margin-left: 15px;
    font-size: 16px;
    color: #313131;
    font-weight: 500;
}
/**********/
.collapse {display: none;}
#seo_text a.show_more_btn::after {content: 'Подробнее';}
#seo_text a.show_more_btn.control-active::after {content: 'Свернуть';}
.show_more_btn {color: #ff8c00;transition: .3s; cursor: pointer;}
.show_more_btn:hover {color: #ffaa43;}

#xlsxExport {color: #6788C6;cursor: pointer;display: flex;}
#xlsxExport img, #xlsxExport svg {margin-right:5px;}
#xlsxExport:hover {color: #FF8C00;}
#xlsxExport:hover svg .fill2, #xlsxExport:hover svg .fill3 {fill:#FF8C00;}