:root {
	--red-color: #B9201F;
	--text-color: #666;
	--headers-color: #333;
	--yellow-color: #EA9309;
	--white-color: #ffffff;
	--whatsapp-color: #43D854;
	--telegram-color: #08C;
	--bg-color: #F8F8F8;
	--grey-color: #EEEDED;
	--light-grey-color: #F1F1F1;
	--main-font: 'Montserrat', sans-serif;
	--second-font: 'Roboto', sans-serif
}
.page-top {
	min-height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden
}
@media (max-width: 576px) {
	.page-top {
		min-height: 450px
	}
}
.page-top.container {
	position: relative;
	z-index: 2;
	width: 100%
}
.page-top__bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
	-webkit-animation: zoompage 12s infinite;
	animation: zoompage 12s infinite
}
.page-top__inner {
	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;
	padding: 50px 20px
}
@media (max-width: 576px) {
	.page-top__inner {
		padding: 50px 0
	}
}
.page-top__title {
	color: var(--white-color);
	margin-bottom: 12px;
	text-align: center
}
@media (max-width: 576px) {
	.page-top__title {
		text-align: left;
		margin-bottom: 30px
	}
}
.page-top__text {
	color: var(--white-color);
	margin-bottom: 50px;
	text-align: center
}
@media (max-width: 576px) {
	.page-top__text {
		text-align: left
	}
}
.page-top__btns {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px
}
@media (max-width: 576px) {
	.page-top__btns {
		grid-gap: 10px
	}
}
@-webkit-keyframes zoompage {
	50% {
		-webkit-transform: scale(1.14);
		transform: scale(1.14)
	}
}
@keyframes zoompage {
	50% {
		-webkit-transform: scale(1.14);
		transform: scale(1.14)
	}
}
.breadcrumbs {
	padding: 30px 0 20px
}
@media (max-width: 576px) {
	.breadcrumbs {
		padding: 50px 0 20px
	}
}
.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.breadcrumbs__item {
	position: relative
}
.breadcrumbs__item:not(:last-child) {
	margin-right: 20px
}
@media (max-width: 576px) {
	.breadcrumbs__item:not(:last-child) {
		margin-right: 16px
	}
}
.breadcrumbs__item:not(:last-child)::after {
	content: "—";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	right: -2px
}
@media (max-width: 576px) {
	.breadcrumbs__item:not(:last-child)::after {
		content: "-";
		right: -5px
	}
}
.breadcrumbs__item a:hover {
	color: var(--red-color)
}
.catalog {
	padding: 40px 0 65px;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--grey-color);
	border-top: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.catalog {
		padding: 30px 0
	}
}
.catalog__title {
	margin-bottom: 20px
}
.catalog__title._first {
	margin-bottom: 20px
}
@media (max-width: 576px) {
	.catalog__title._first {
		margin-bottom: 30px
	}
}
.catalog__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr
}
@media (max-width: 1024px) {
	.catalog__wrap {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}
@media (max-width: 576px) {
	.catalog__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}
@media (max-width: 576px) and (max-width: 576px) {
	.catalog__wrap {
		grid-gap: 20px
	}
}
.catalog__wrap:not(:last-child) {
	margin-bottom: 40px
}
@media (max-width: 576px) {
	.catalog__wrap:not(:last-child) {
		margin-bottom: 50px
	}
}
@media (max-width: 576px) {
	.catalog .catalog-promo__btn {
		margin-top: 0
	}
}
.catalog .categories-span {
	display: none
}
.catalog .categories-span._show {
	display: block;
	margin-bottom: 20px
}
@media (max-width: 768px) {
	.catalog .categories-span {
		display: block;
		margin-bottom: 20px
	}
}
.catalog-title {
	padding: 20px 0 30px
}
@media (max-width: 576px) {
	.catalog-title {
		padding: 0;
		margin-bottom: 30px
	}
}
.catalog-cat {
	padding: 40px 0;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--grey-color);
	border-top: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.catalog-cat {
		padding: 30px 0
	}
}
.catalog-cat__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 5px
}
@media (max-width: 1024px) {
	.catalog-cat__inner {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}
}
@media (max-width: 768px) {
	.catalog-cat__inner {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}
@media (max-width: 576px) {
	.catalog-cat__inner {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 10px
	}
}
.catalog-cat__img-wrap {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}
.catalog-cat__img {
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}
@media (max-width: 576px) {
	.catalog-cat__img {
		width: 50px;
		height: 50px
	}
}
.catalog-cat__link {
	border-radius: 4px;
	border: 1px solid var(--grey-color);
	background-color: var(--white-color);
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s
}
@media (max-width: 576px) {
	.catalog-cat__link {
		padding: 10px
	}
}
.catalog-cat__link:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1)
}
.catalog-cat__link:hover .catalog-cat__text {
	color: var(--red-color)
}
.catalog-cat__link:hover .catalog-cat__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.catalog-cat__text {
	margin-right: 10px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	color: var(--headers-color);
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s
}
@media (max-width: 576px) {
	.catalog-cat__text {
		font-size: 18px
	}
}
.sidebar {
	top: 70px
}
.sidebar__list {
	border: 1px solid var(--grey-color);
	background-color: var(--white-color)
}
.sidebar__item:not(:last-child) {
	border-bottom: 1px solid var(--grey-color)
}
.sidebar__item._first {
	padding: 20px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	color: var(--headers-color);
	position: relative
}
.sidebar__item._first::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	width: 9px;
	height: 5px;
	background-image: url("../images/icon/sidebar-title.svg");
	background-repeat: no-repeat;
	background-size: contain
}
.sidebar__link {
	position: relative;
	padding: 20px 30px;
	padding-right: 45px;
	font-size: 16px;
	display: block;
	color: var(--headers-color);
	width: 100%;
	-moz-text-align-last: left;
	text-align-last: left;
	line-height: 1.4
}
@media (max-width: 1024px) {
	.sidebar__link {
		padding: 20px;
		padding-right: 35px
	}
}
.sidebar__link.js-sidebar-link::after {
	display: block
}
.sidebar__link::after {
	content: "";
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	width: 9px;
	height: 5px;
	background-image: url("../images/icon/sidebar.svg");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}
@media (max-width: 1024px) {
	.sidebar__link::after {
		right: 20px
	}
}
.sidebar__link::before {
	content: "";
	position: absolute;
	border-radius: 2px;
	width: 4px;
	height: 23px;
	background-color: var(--red-color);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 11px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s
}
.sidebar__link._open {
	font-weight: 500
}
.sidebar__link._open::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}
.sidebar__link._open::before {
	opacity: 1
}
.sidebar__sublist {
	display: none;
	padding: 0 30px 20px
}
.sidebar__subitem:not(:last-child) {
	margin-bottom: 10px
}
.sidebar__subitem._open .sidebar__sublink {
	font-weight: 700;
	color: var(--headers-color)
}
.sidebar__subitem._open .sidebar__sublink::after {
	opacity: 1
}
.sidebar__sublink {
	position: relative
}
.sidebar__sublink:hover,
.sidebar__sublink.active{
	color: var(--red-color)
}

.sidebar__sublink::after {
	content: "";
	position: absolute;
	top: 7px;
	left: -19px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--yellow-color);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s
}
.about-page {
	padding: 40px 0 65px;
	background-color: var(--bg-color)
}
@media (max-width: 576px) {
	.about-page {
		padding: 25px 0 30px
	}
}
.about-page__inner {
	font-size: 18px;
	line-height: 1.3
}
@media (max-width: 1024px) {
	.about-page__inner {
		font-size: 16px
	}
}
@media (max-width: 576px) {
	.about-page__inner {
		font-size: 14px;
		line-height: 1.8
	}
}
.about-page__inner:not(:last-child) {
	margin-bottom: 70px
}
@media (max-width: 576px) {
	.about-page__inner:not(:last-child) {
		margin-bottom: 50px
	}
}
.about-page__inner p:not(:last-child) {
	margin-bottom: 15px
}
@media (max-width: 576px) {
	.about-page__inner p:not(:last-child) {
		margin-bottom: 10px
	}
}
.about-page__inner img {
	border-radius: 6px;
	width: 100%;
	height: auto;
	-webkit-box-shadow: -4px 0px 12px 2px rgba(51, 51, 51, 0.11);
	box-shadow: -4px 0px 12px 2px rgba(51, 51, 51, 0.11)
}
@media (max-width: 576px) {
	.about-page__inner img {
		border-radius: 4px
	}
}
.about-page__inner img:not(:first-child) {
	margin-top: 40px
}
@media (max-width: 576px) {
	.about-page__inner img:not(:first-child) {
		margin-top: 30px
	}
}
.about-page__inner img:not(:last-child) {
	margin-bottom: 40px
}
@media (max-width: 576px) {
	.about-page__inner img:not(:last-child) {
		margin-bottom: 30px
	}
}
.about-page__inner strong {
	font-family: var(--second-font);
	color: var(--yellow-color);
	font-weight: 500
}
.about-page__inner ul {
	list-style: circle;
	margin-bottom: 20px;
}
.about-page__inner ul li {
	margin-left: 20px;
}
@media (max-width: 576px) {
	.about-page__inner strong {
		font-weight: 300;
		font-family: var(--main-font)
	}
}
.about-page__price-table:not(:last-child) {
	margin-bottom: 40px
}
.about-page__info:not(:last-child) {
	margin-bottom: 40px
}
.about-title {
	position: relative;
	overflow: hidden
}
.about-title::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 65%;
	background-image: url("../images/decor/stroke3.svg");
	background-size: 100%;
	height: 3px;
	background-repeat: no-repeat
}
@media (max-width: 576px) {
	.about-title::after {
		left: calc(100% - 70px);
		height: 1px;
		width: 70px;
		background-image: url("../images/decor/stroke4.svg")
	}
}
.about-title__text {
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 43px;
	padding-right: 75px
}
@media (max-width: 1380px) {
	.about-title__text {
		line-height: 36px
	}
}
@media (max-width: 1024px) {
	.about-title__text {
		padding-right: 50px;
		line-height: 31px
	}
}
@media (max-width: 576px) {
	.about-title__text {
		padding-right: 40px
	}
}
.about-title__text::after {
	content: "";
	position: absolute;
	background-image: url("../images/categories/1.svg");
	width: 35px;
	height: 43px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}
@media (max-width: 1380px) {
	.about-title__text::after {
		height: 36px;
		width: 29px
	}
}
@media (max-width: 1024px) {
	.about-title__text::after {
		height: 31px;
		width: 25px
	}
}
.page {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 310px;
	grid-template-columns: 1fr 310px;
	grid-gap: 10px;
	position: relative
}
@media (max-width: 1024px) {
	.page {
		-ms-grid-columns: 1fr 280px;
		grid-template-columns: 1fr 280px
	}
}
@media (max-width: 768px) {
	.page {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}
.page._about {
	grid-gap: 50px
}
.page__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	margin-bottom: 30px;
}
.catalog__inner-page:not(:last-child) {
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.page__sidebar {
		display: none
	}
}
.page__sidebar-item:not(:last-child) {
	margin-bottom: 40px
}
.price-table {
	border-radius: 6px;
	background-color: var(--white-color);
	border: 1px solid var(--grey-color);
	overflow-x: auto
}
.price-table::-webkit-scrollbar {
	width: 6px;
	height: 6px
}
.price-table::-webkit-scrollbar-thumb {
	background-color: rgba(102, 102, 102, 0.5)
}
.price-table__list {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 100%
}
.price-table__item {
	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;
	font-family: var(--second-font);
	font-size: 18px;
	color: var(--headers-color);
	font-weight: 500;
	line-height: 1.5;
	padding: 13px 12px
}
.price-table__item:not(:last-child) {
	border-bottom: 1px solid var(--grey-color)
}
.price-table__price {
	white-space: nowrap;
	color: var(--headers-color);
	padding: 5px 18px;
	border-radius: 5px;
	background-color: var(--bg-color)
}
.price-table__name {
	white-space: nowrap;
	margin-right: 30px;
	padding-left: 40px;
	position: relative
}
.price-table__name:hover {
	color: var(--yellow-color)
}
.price-table__name::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -12px;
	width: 32px;
	height: 1px;
	background-color: var(--yellow-color)
}
.info._red .info__inner {
	background-color: var(--red-color)
}
.info._red .info__text {
	color: var(--white-color)
}
.info._green .info__inner {
	background-color: #69BE14
}
.info._green .info__text {
	color: var(--white-color)
}
.info__inner {
	position: relative;
	border-radius: 6px;
	background-color: rgba(234, 147, 9, 0.1);
	padding: 23px 18px 23px 85px
}
@media (max-width: 768px) {
	.info__inner {
		padding-left: 70px
	}
}
@media (max-width: 576px) {
	.info__inner {
		padding: 10px 10px 10px 45px
	}
}
.info__inner::after {
	content: "";
	position: absolute;
	background-image: url("../images/categories/1.svg");
	width: 45px;
	height: 43px;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain
}
@media (max-width: 768px) {
	.info__inner::after {
		width: 35px;
		height: 43px;
		left: 18px
	}
}
@media (max-width: 576px) {
	.info__inner::after {
		left: 10px;
		top: 12px;
		width: 25px;
		height: 31px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.info__text {
	font-size: 18px;
	color: var(--headers-color);
	line-height: 1.27
}
@media (max-width: 1024px) {
	.info__text {
		font-size: 16px
	}
}
@media (max-width: 576px) {
	.info__text {
		font-size: 12px;
		line-height: 1.58
	}
}
.page-form {
	margin: 10px 0 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.page-form__inner {
	position: relative;
	max-width: 560px;
	border-radius: 15px;
	color: var(--white-color);
	border: 1px solid var(--grey-color);
	background-color: var(--red-color);
	-webkit-box-shadow: 0px 0px 52px 2px rgba(51, 51, 51, 0.21);
	box-shadow: 0px 0px 52px 2px rgba(51, 51, 51, 0.21);
	padding: 50px 50px 0
}
@media (max-width: 1024px) {
	.page-form__inner {
		padding: 50px 25px 0
	}
}
@media (max-width: 576px) {
	.page-form__inner {
		padding: 50px 20px 0
	}
}
.page-form__inner::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	background-color: var(--white-color);
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 36px rgba(51, 51, 51, 0.11);
	box-shadow: 0px 0px 36px rgba(51, 51, 51, 0.11);
	background-image: url("../images/categories/1.svg");
	background-size: 30px 37px;
	background-repeat: no-repeat;
	background-position: center
}
.page-form__title {
	text-align: center;
	color: var(--white-color);
	margin-bottom: 40px
}
@media (max-width: 576px) {
	.page-form__title {
		margin-bottom: 35px;
		font-size: 24px
	}
}
.page-form__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 35px;
	margin-bottom: 10px
}
@media (max-width: 576px) {
	.page-form__grid {
		grid-gap: 20px;
		margin-bottom: 5px
	}
}
.page-form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width: 576px) {
	.page-form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.page-form__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.page-form__item:not(:last-child) {
	margin-right: 39px
}
@media (max-width: 1024px) {
	.page-form__item:not(:last-child) {
		margin-right: 20px
	}
}
@media (max-width: 576px) {
	.page-form__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px
	}
}
.page-form__label {
	display: block;
	color: var(--white-color)
}
@media (max-width: 576px) {
	.page-form__label {
		margin-bottom: 5px
	}
}
.page-form__input {
	padding: 10px 10px 9px;
	border-radius: 6px;
	border: 1px solid #E9E6E7;
	background-color: var(--white-color);
	outline: none;
	color: var(--headers-color);
	width: 100%;
	max-width: 100%
}
.page-form__input._textarea {
	resize: vertical;
	min-height: 70px
}
.page-form .popup__check-label::before {
	border: 1px solid rgba(255, 255, 255, 0.5)
}
.page-form .popup__check-label::after {
	background-image: url("../images/icon/check-politicy2.svg")
}
.page-form__btn {
	background-color: var(--yellow-color);
	position: absolute;
	width: calc(100% - 100px);
	font-family: var(--second-font);
	font-size: 16px;
	line-height: 1.25;
	border-radius: 6px;
	font-weight: 500;
	bottom: -25px;
	left: 50px;
	padding: 15px
}
@media (max-width: 1024px) {
	.page-form__btn {
		width: calc(100% - 50px);
		left: 25px
	}
}
@media (max-width: 576px) {
	.page-form__btn {
		left: 20px;
		width: calc(100% - 40px)
	}
}
.gallery {
	padding: 65px 0
}
@media (max-width: 576px) {
	.gallery {
		padding: 30px 0
	}
}
.gallery__title {
	margin-bottom: 30px
}
@media (max-width: 576px) {
	.gallery__title {
		max-width: 170px
	}
}
.gallery__inner {
	display: -ms-grid;
	display: grid;
	grid-template-areas: "a a a b b c c" "d d e e e e e";
	grid-gap: 7px;
	-ms-grid-rows: 1fr 7px 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-columns: 1fr;
}
@media (max-width: 576px) {
	.gallery__inner {
		grid-gap: 3px;
		grid-template-areas: "a a b" "e e e" "c d d";
		-ms-grid-rows: 1fr 3px 1fr 3px 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 3px 1fr 3px 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}
}
.gallery__item {
	display: block
}
.gallery__item:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 5;
	grid-area: a
}
.gallery__item:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
	-ms-grid-column-span: 3;
	grid-area: b;
	aspect-ratio: 1/1;
	width: 100%;
	height: auto
}
.gallery__item:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 11;
	-ms-grid-column-span: 3;
	grid-area: c
}
.gallery__item:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: d;
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
	max-width: 100%
}
@media (max-width: 576px) {
	.gallery__item:nth-child(4) {
		aspect-ratio: 2/1;
		height: 100%
	}
}
.gallery__item:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
	-ms-grid-column-span: 9;
	grid-area: e
}
@media (max-width: 576px) {
	.gallery__item:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3
	}
	.gallery__item:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
		-ms-grid-column-span: 1
	}
	.gallery__item:nth-child(3) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1
	}
	.gallery__item:nth-child(4) {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
		-ms-grid-column-span: 3
	}
	.gallery__item:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 5
	}
}
.gallery__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}
.question-page {
	padding: 30px 0 70px;
	background-color: var(--bg-color)
}
@media (max-width: 576px) {
	.question-page {
		padding: 25px 0 50px
	}
}
.question-page__instr {
	margin-bottom: 30px
}
.question-page__form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px
}
@media (max-width: 768px) {
	.question-page__form {
		grid-gap: 20px
	}
}
@media (max-width: 576px) {
	.question-page__form {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}
.question-page__form:not(:last-child) {
	margin-bottom: 130px
}
@media (max-width: 768px) {
	.question-page__form:not(:last-child) {
		margin-bottom: 100px
	}
}
.question-page__form-item:not(:last-child) {
	margin-bottom: 24px
}
@media (max-width: 768px) {
	.question-page__form-item:not(:last-child) {
		margin-bottom: 20px
	}
}
.question-page__form-item_textarea {
	margin-bottom: 5px !important
}
.question-page__form-item_textarea textarea {
	min-height: 146px;
	resize: vertical
}
.question-page__label {
	display: block;
	color: var(--headers-color);
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 10px
}
@media (max-width: 1380px) {
	.question-page__label {
		font-size: 18px
	}
}
.question-page__input {
	outline: none;
	padding: 17px 10px 16px;
	font-size: 20px;
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	line-height: 1.25;
	border: 1px solid #E9E6E7
}
@media (max-width: 1380px) {
	.question-page__input {
		font-size: 18px
	}
}
.question-page__input::-webkit-input-placeholder {
	opacity: 0.3
}
.question-page__input::-moz-placeholder {
	opacity: 0.3
}
.question-page__input:-ms-input-placeholder {
	opacity: 0.3
}
.question-page__input::-ms-input-placeholder {
	opacity: 0.3
}
.question-page__input::placeholder {
	opacity: 0.3
}
.question-page__btn {
	width: 100%;
	padding: 15px;
	font-family: var(--second-font);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25
}
@media (max-width: 576px) {
	.question-page__btn {
		font-size: 14px;
		font-family: var(--main-font);
		letter-spacing: 0.7px;
		line-height: 1.42;
		font-weight: 300
	}
}
.question-page__item:not(:last-child) {
	margin-bottom: 50px
}
.question-page__item-top {
	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
}
.question-page__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	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-color: var(--grey-color);
	margin-right: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 60px;
	background-image: url("../images/categories/1.svg");
	background-size: 30px 37px;
	background-position: center;
	background-repeat: no-repeat
}
.question-page__avatar-img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}
.question-page__quest {
	padding: 17px 30px;
	font-size: 20px;
	color: var(--headers-color);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.25;
	border-radius: 4px;
	background-color: #f1f1f1
}
@media (max-width: 1380px) {
	.question-page__quest {
		font-size: 18px
	}
}
@media (max-width: 768px) {
	.question-page__quest {
		padding: 10px
	}
}
@media (max-width: 576px) {
	.question-page__quest {
		font-size: 14px
	}
}
.question-page__sublist {
	margin-top: 15px;
	padding-left: 110px
}
@media (max-width: 768px) {
	.question-page__sublist {
		padding-left: 0
	}
}
.question-page__subitem {
	font-size: 16px;
	line-height: 1.25;
}
.question-page__subitem a {
	color: var(--yellow-color);
	text-decoration: underline;
	display: inline;
}
@media (max-width: 768px) {
	.question-page__subitem {
		font-size: 14px
	}
}
@media (max-width: 576px) {
	.question-page__subitem {
		font-size: 12px;
		line-height: 1.5
	}
}
.question-page__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px
}
@media (max-width: 768px) {
	.question-page__pagination {
		margin-top: 50px
	}
}
.pagination__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.pagination__item:not(:last-child) {
	margin-right: 20px
}
.pagination__item._active a {
	border-color: var(--red-color)
}
.pagination__item:hover a {
	background-color: var(--red-color);
	border-color: var(--red-color);
	color: var(--white-color)
}
.pagination__item._prev a, .pagination__item._next a {
	background-color: var(--red-color);
	border-color: var(--red-color);
	position: relative;
	background-image: url("../images/icon/dropdown.svg");
	-webkit-box-shadow: 0px 0px 12px 2px rgba(51, 51, 51, 0.11);
	box-shadow: 0px 0px 12px 2px rgba(51, 51, 51, 0.11);
	background-size: 13px 6px;
	background-repeat: no-repeat;
	background-position: center
}
.pagination__item._prev {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.pagination__item._next {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.pagination__item a {
	min-width: 29px;
	height: 29px;
	border-radius: 3px;
	font-size: 20px;
	color: var(--headers-color);
	line-height: 30px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s
}
.reviews-page {
	padding: 30px 0 65px;
	background-color: var(--bg-color)
}
.reviews-page__item .reviews__slide {
	border-radius: 6px;
	width: 100%;
}
@media (max-width: 576px) {
	.reviews-page__item .reviews__slide {
		padding: 30px 20px
	}
}
@media (max-width: 576px) {
	.reviews-page__item .reviews__top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.reviews-page__item:not(:last-child) {
	margin-bottom: 20px
}
@media (max-width: 576px) {
	.reviews-page__item:not(:last-child) {
		margin-bottom: 10px
	}
}
.reviews-list {
	padding: 65px 0;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--grey-color);
	border-top: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.reviews-list {
		padding: 30px 0
	}
}
.reviews-list__item {
	border: 1px solid #E9E6E7;
	padding: 17px 40px;
	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;
	background-color: var(--white-color)
}
@media (max-width: 1024px) {
	.reviews-list__item {
		padding: 15px 20px
	}
}
@media (max-width: 768px) {
	.reviews-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media (max-width: 576px) {
	.reviews-list__item {
		padding: 15px 10px
	}
}
.reviews-list__left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 30px
}
@media (max-width: 768px) {
	.reviews-list__left {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%
	}
}
.reviews-list__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 500px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (max-width: 768px) {
	.reviews-list__right {
		max-width: 100%;
		width: 100%
	}
}
.reviews-list__btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px
}
@media (max-width: 576px) {
	.reviews-list__btn {
		padding: 5px 1px;
		letter-spacing: 0.48px
	}
}
.reviews-list__btn:not(:last-child) {
	margin-right: 19px
}
@media (max-width: 576px) {
	.reviews-list__btn:not(:last-child) {
		margin-right: 6px
	}
}
.reviews-list__title {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--headers-color);
	line-height: 1.25;
	margin-bottom: 11px
}
@media (max-width: 576px) {
	.reviews-list__title {
		font-size: 18px;
		margin-bottom: 10px
	}
}
.reviews-list__address {
	margin-bottom: 15px
}
@media (max-width: 576px) {
	.reviews-list__address {
		margin-bottom: 10px
	}
}
.reviews-list__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.reviews-list__rating {
	margin-right: 25px;
	color: var(--yellow-color)
}
.reviews-list__inner {
	direction: rtl;
	max-height: 611px;
	overflow-y: auto;
	padding-left: 14px
}
@media (max-width: 1024px) {
	.reviews-list__inner {
		max-height: 354px
	}
}
@media (max-width: 768px) {
	.reviews-list__inner {
		direction: ltr;
		padding-left: 0;
		padding-right: 10px
	}
}
@media (max-width: 576px) {
	.reviews-list__inner {
		max-height: 490px;
		padding-right: 8px
	}
}
.reviews-list__inner::-webkit-scrollbar-thumb {
	background-color: #D9D9D9;
	border-radius: 30px;
	border: none
}
.reviews-list__list {
	direction: ltr
}
.vacancy {
	padding: 30px 0 65px;
	background-color: var(--bg-color)
}
@media (max-width: 576px) {
	.vacancy {
		padding: 30px 0
	}
}
.vacancy__top {
	padding: 50px;
	border: 1px solid var(--grey-color);
	background-color: var(--white-color)
}
@media (max-width: 1024px) {
	.vacancy__top {
		padding: 20px 15px
	}
}
.vacancy__top:not(:last-child) {
	margin-bottom: 70px
}
@media (max-width: 576px) {
	.vacancy__top:not(:last-child) {
		margin-bottom: 50px
	}
}
.vacancy__top-top {
	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-bottom: 50px
}
@media (max-width: 1024px) {
	.vacancy__top-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
@media (max-width: 768px) {
	.vacancy__top-top {
		margin-bottom: 30px
	}
}
.vacancy__top-text {
	font-size: 18px;
	line-height: 1.72;
	letter-spacing: 0.18px
}
@media (max-width: 1024px) {
	.vacancy__top-text {
		font-size: 16px
	}
}
@media (max-width: 768px) {
	.vacancy__top-text {
		font-size: 14px
	}
}
@media (max-width: 576px) {
	.vacancy__top-text {
		font-size: 12px;
		line-height: 1.58
	}
}
.vacancy__btn-wrap {
	max-width: 171px;
	margin-right: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (max-width: 1024px) {
	.vacancy__btn-wrap {
		max-width: 165px;
		margin-right: 0;
		margin-top: 30px
	}
}
@media (max-width: 576px) {
	.vacancy__btn-wrap {
		max-width: 100%;
		width: 100%
	}
}
.vacancy__top-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.vacancy__top-left {
	margin-right: 100px
}
@media (max-width: 1024px) {
	.vacancy__top-left {
		margin-right: 50px
	}
}
@media (max-width: 1024px) and (max-width: 576px) {
	.vacancy__top-left {
		margin-right: 18px
	}
}
.vacancy__item:not(:last-child) {
	margin-bottom: 20px
}
.vacancy__label {
	display: block;
	margin-bottom: 5px
}
.vacancy__label-text {
	font-size: 16px;
	color: var(--headers-color);
	line-height: 1.25
}
@media (max-width: 576px) {
	.vacancy__label-text {
		font-size: 14px;
		line-height: 1.42;
		color: var(--headers-color)
	}
}
.vacancy__btn {
	padding: 10px;
	width: 100%
}
.vacancy__title {
	margin-bottom: 30px
}
.vacancy__list:not(:last-child) {
	margin-bottom: 70px
}
@media (max-width: 576px) {
	.vacancy__list:not(:last-child) {
		margin-bottom: 50px
	}
}
.vacancy__list-item {
	position: relative;
	border: 1px solid var(--grey-color);
	background-color: var(--white-color);
	padding: 50px;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s
}
@media (max-width: 1024px) {
	.vacancy__list-item {
		padding: 30px 15px
	}
}
.vacancy__list-item:hover {
	z-index: 2;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.23)
}
.vacancy__list-btn {
	position: absolute;
	top: 45px;
	right: 50px;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}
@media (max-width: 1024px) {
	.vacancy__list-btn {
		top: 25px;
		width: 25px;
		height: 25px;
		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;
		right: 15px
	}
}
.vacancy__list-btn:hover svg path {
	stroke: var(--red-color)
}
.vacancy__list-btn._open {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.vacancy__list-btn._open svg path {
	stroke: var(--red-color)
}
.vacancy__list-btn svg {
	width: 25px;
	height: 25px;
	-o-object-fit: contain;
	object-fit: contain
}
@media (max-width: 1024px) {
	.vacancy__list-btn svg {
		width: 15px;
		height: 15px
	}
}
.vacancy__list-btn svg path {
	-webkit-transition: stroke 0.3s;
	-o-transition: stroke 0.3s;
	transition: stroke 0.3s
}
.vacancy__info {
	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;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--headers-color);
	line-height: 1.25;
	padding-right: 85px;
	margin-bottom: 10px
}
@media (max-width: 1024px) {
	.vacancy__info {
		padding-right: 40px
	}
}
@media (max-width: 576px) {
	.vacancy__info {
		font-size: 18px;
		line-height: 1.5;
		-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;
		margin-bottom: 5px
	}
}
.vacancy__name {
	margin-right: 30px
}
@media (max-width: 576px) {
	.vacancy__name {
		margin-right: 0;
		margin-bottom: 5px
	}
}
.vacancy__price {
	white-space: nowrap
}
.vacancy__experience {
	font-size: 12px;
	margin-bottom: 20px
}
.vacancy__subitem-block {
	margin-top: 60px;
	display: none
}
@media (max-width: 576px) {
	.vacancy__subitem-block {
		margin-top: 30px
	}
}
.vacancy__subitem-block ul:not(:last-child) {
	margin-bottom: 30px
}
@media (max-width: 576px) {
	.vacancy__subitem-block ul:not(:last-child) {
		margin-bottom: 20px
	}
}
@media (max-width: 576px) {
	.vacancy__subitem-block ul li {
		font-size: 14px;
		line-height: 1.4
	}
}
.vacancy__subitem-block ul li:first-child {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 10px;
	color: var(--headers-color)
}
@media (max-width: 576px) {
	.vacancy__subitem-block ul li:first-child {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 1.5
	}
}
.vacancy__subitem-block ul li:not(:first-child)::before {
	content: "—"
}
.vacancy__list-btn-popup {
	margin-top: 20px
}
@media (max-width: 576px) {
	.vacancy__list-btn-popup {
		margin-top: 10px;
		width: 100%
	}
}
.evaluations {
	padding: 65px 0;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--grey-color);
	border-top: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.evaluations {
		padding: 20px 0 40px
	}
}
.evaluations__title {
	margin-bottom: 30px
}
.evaluations__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px 40px;
	margin-bottom: 80px
}
@media (max-width: 768px) {
	.evaluations__grid {
		margin-bottom: 60px;
		grid-gap: 20px 30px
	}
}
@media (max-width: 576px) {
	.evaluations__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px
	}
}
.evaluations__item {
	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
}
.evaluations__col {
	max-width: 45px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media (max-width: 768px) {
	.evaluations__col {
		margin-right: 15px
	}
}
@media (max-width: 576px) {
	.evaluations__col {
		font-size: 30px
	}
}
.evaluations__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.evaluations__name {
	font-size: 16px;
	color: var(--headers-color);
	font-family: var(--second-font);
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 10px
}
@media (max-width: 576px) {
	.evaluations__name {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 4px
	}
}
.evaluations__stroke {
	position: relative;
	width: 100%;
	border-radius: 10px;
	height: 7px;
	background-color: var(--grey-color);
	margin-bottom: 10px
}
@media (max-width: 576px) {
	.evaluations__stroke {
		height: 5px;
		margin-bottom: 7px
	}
}
.evaluations__stroke span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: var(--yellow-color);
	border-radius: 10px
}
.evaluations__text {
	font-size: 12px;
	line-height: 1.6
}
.evaluations__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
}
@media (max-width: 768px) {
	.evaluations__bottom {
		-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
	}
}
.evaluations__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px
}
@media (max-width: 768px) {
	.evaluations__list {
		margin-right: 0;
		margin-bottom: 30px
	}
}
.evaluations__link {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 460px;
	padding: 15px
}
@media (max-width: 1024px) {
	.evaluations__link {
		max-width: 320px
	}
}
@media (max-width: 768px) {
	.evaluations__link {
		max-width: 100%;
		width: 100%
	}
}
.evaluations__bottom-item:not(:last-child) {
	margin-right: 110px
}
@media (max-width: 1024px) {
	.evaluations__bottom-item:not(:last-child) {
		margin-right: 30px
	}
}
@media (max-width: 576px) {
	.evaluations__bottom-item:not(:last-child) {
		margin-right: 25px
	}
}
.evaluations__item-title {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--red-color)
}
@media (max-width: 576px) {
	.evaluations__item-title {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 1px
	}
}
.evaluations__item-col {
	font-size: 30px
}
@media (max-width: 1024px) {
	.evaluations__item-col {
		font-size: 26px
	}
}
@media (max-width: 576px) {
	.evaluations__item-col {
		font-size: 30px
	}
}
.evaluations__item-col:not(:last-child) {
	margin-right: 15px
}
@media (max-width: 576px) {
	.evaluations__item-col:not(:last-child) {
		margin-right: 5px
	}
}
@media (max-width: 576px) {
	.evaluations__item-text {
		font-size: 12px
	}
}
.contact-page {
	background-color: var(--bg-color)
}
.contact-page__title {
	margin-bottom: 20px
}
@media (max-width: 576px) {
	.contact-page__title {
		margin-bottom: 30px
	}
}
.contact-page__title:not(:first-child) {
	margin-top: 20px
}
@media (max-width: 576px) {
	.contact-page__title:not(:first-child) {
		margin-top: 10px
	}
}
.contact-page__city-wrap {
	padding: 30px 0;
	border-bottom: 1px solid var(--grey-color);
	border-top: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.contact-page__city-wrap {
		padding: 20px 0
	}
}
.contact-page__wrap {
	padding: 50px 0 65px
}
@media (max-width: 576px) {
	.contact-page__wrap {
		padding: 30px 0
	}
}
.contact-page__slider-inner {
	position: relative
}
@media (max-width: 1024px) {
	.contact-page__slider-inner {
		margin: 0 -15px;
		padding: 0 16px
	}
}
@media (max-width: 576px) {
	.contact-page__slider-inner {
		margin: 0;
		padding: 0 15px
	}
}
.contact-page__slider {
	width: 100%;
	height: 100%
}
.contact-page__slider .swiper-wrapper {
	width: 100% !important;
}
.contact-page__slide-wrap {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.contact-page__slide {
	text-align: left;
	display: block;
	position: relative;
	padding: 10px 15px 10px 46px;
	border: 1px solid var(--grey-color);
	background-color: var(--white-color);
	height: auto;
	width: 100%;
	-webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
	transition: border-color 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s
}
.contact-page__slide:hover {
	border-color: var(--red-color);
	-webkit-box-shadow: -4px 0px 12px 2px rgba(51, 51, 51, 0.11);
	box-shadow: -4px 0px 12px 2px rgba(51, 51, 51, 0.11)
}
.contact-page__slide::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	width: 26px;
	height: 31px;
	background-image: url("../images/categories/1.svg");
	background-repeat: no-repeat;
	background-size: contain
}
.contact-page__city {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--headers-color);
	line-height: 1.25;
	margin-bottom: 3px
}
@media (max-width: 576px) {
	.contact-page__city {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 2px
	}
}
.contact-page__address {
	font-size: 12px;
	line-height: 1.3
}
.contact-page__arrow {
	display: none
}
@media (max-width: 1024px) {
	.contact-page__arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		z-index: 10
	}
}
.contact-page__arrow_next {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}
.contact-page__box {
	padding: 20px 20px 30px;
	border-radius: 4px;
	border: 1px solid var(--grey-color);
	background-color: var(--white-color)
}
@media (max-width: 576px) {
	.contact-page__box {
		padding: 30px 15px
	}
}
.contact-page__box:not(:last-child) {
	margin-bottom: 30px
}
@media (max-width: 576px) {
	.contact-page__box:not(:last-child) {
		margin-bottom: 20px
	}
}
.contact-page__box-address {
	margin-bottom: 30px
}
@media (max-width: 576px) {
	.contact-page__box-address {
		margin-bottom: 15px
	}
}
.contact-page__box-inner {
	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
}
@media (max-width: 1024px) {
	.contact-page__box-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.contact-page__box-inner:not(:last-child) {
	margin-bottom: 60px
}
@media (max-width: 1024px) {
	.contact-page__box-inner:not(:last-child) {
		margin-bottom: 40px
	}
}
.contact-page__box-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: initial;
	margin-right: 20px
}
@media (max-width: 1024px) {
	.contact-page__box-left {
		margin-right: 0;
		margin-bottom: 40px;
		max-width: 100%;
		width: 100%
	}
}
.contact-page__box-right {
	max-width: 400px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (max-width: 1024px) {
	.contact-page__box-right {
		max-width: 100%;
		width: 100%
	}
}
.contact-page__box-link {
	width: 100%;
	display: block
}
.contact-page__box-map {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(51, 51, 51, 0.11);
	box-shadow: 0px 0px 12px 2px rgba(51, 51, 51, 0.11)
}
@media (max-width: 1024px) {
	.contact-page__box-map {
		margin-bottom: 40px
	}
}
.contact-page__box-img-wrap {
	margin-bottom: 20px
}
.contact-page__box-img {
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 497/332;
	width: 100%;
	height: auto
}
.contact-page__box-info-wrap {
	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
}
.contact-page__box-info:not(:last-child) {
	margin-right: 50px
}
@media (max-width: 576px) {
	.contact-page__box-info:not(:last-child) {
		margin-right: 20px
	}
}
.contact-page__box-info-item:not(:last-child) {
	margin-bottom: 20px
}
.contact-page__box-info-grey {
	font-size: 12px;
	opacity: 0.5;
	line-height: 1.66;
	margin-bottom: 5px
}
@media (max-width: 576px) {
	.contact-page__box-info-grey {
		margin-bottom: 0
	}
}
@media (max-width: 576px) {
	.contact-page__box-info-text {
		color: var(--headers-color)
	}
}
.contact-page__box-info-text a {
	display: block
}
.contact-page__box-info-text a:hover {
	color: var(--red-color)
}
.contact-page__box-map-inner {
	width: 100%;
	height: 360px
}
.contact-title {
	margin-bottom: 30px
}
.order {
	padding: 50px 0 65px;
	background-color: var(--bg-color)
}
@media (max-width: 576px) {
	.order {
		padding: 30px 0
	}
}
.order__top {
	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-bottom: 30px
}
@media (max-width: 1024px) {
	.order__top {
		margin-bottom: 20px
	}
}
.order__top-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 40px;
	max-width: 620px
}
@media (max-width: 1024px) {
	.order__top-left {
		margin-right: 0
	}
}
.order__top-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 400px
}
@media (max-width: 1024px) {
	.order__top-right {
		display: none
	}
}
.order__input-inner {
	display: -ms-grid;
	display: grid;
	grid-gap: 30px
}
@media (max-width: 1024px) {
	.order__input-inner {
		grid-gap: 20px
	}
}
.order__label {
	position: relative;
	font-size: 20px;
	line-height: 1.25;
	color: var(--headers-color);
	display: block;
	margin-bottom: 10px
}
@media (max-width: 1024px) {
	.order__label {
		font-size: 18px;
		line-height: 1.27
	}
}
.order__input-input {
	max-width: 100%;
	width: 100%;
	padding: 17px 20px;
	border-radius: 4px;
	border: 1px solid var(--yellow-color);
	color: var(--headers-color);
	font-size: 20px;
	line-height: 1.25;
	outline: none
}
@media (max-width: 1024px) {
	.order__input-input {
		font-size: 16px;
		padding: 15px
	}
}
@media (max-width: 576px) {
	.order__input-input {
		font-size: 14px;
		padding: 10px
	}
}
.order__input-input::-webkit-input-placeholder {
	opacity: 0.3
}
.order__input-input::-moz-placeholder {
	opacity: 0.3
}
.order__input-input:-ms-input-placeholder {
	opacity: 0.3
}
.order__input-input::-ms-input-placeholder {
	opacity: 0.3
}
.order__input-input::placeholder {
	opacity: 0.3
}
.order__input-input._textarea {
	resize: vertical;
	min-height: 146px
}
.order__info {
	padding: 30px;
	border: 1px solid var(--grey-color);
	background-color: var(--white-color)
}
@media (max-width: 576px) {
	.order__info {
		padding: 20px 15px
	}
}
.order__info span {
	font-family: var(--second-font);
	font-size: 16px;
	line-height: 1.25;
	color: var(--headers-color);
	font-weight: 500
}
@media (max-width: 576px) {
	.order__info span {
		font-size: 18px;
		line-height: 1.8
	}
}
@media (max-width: 1024px) {
	.order__info._ds {
		display: none
	}
}
.order__info-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;
	padding-bottom: 19px;
	border-bottom: 1px solid var(--grey-color)
}
.order__info-top a {
	text-decoration: underline
}
.order__info-top a:hover {
	color: var(--red-color)
}
.order__info-item:not(:last-child) {
	margin-bottom: 10px
}
@media (max-width: 576px) {
	.order__info-col {
		font-size: 16px
	}
}
.order__info-list {
	padding: 20px 0
}
@media (max-width: 576px) {
	.order__info-list {
		padding: 10px 0
	}
}
.order__info-name {
	margin-bottom: 10px
}
@media (max-width: 576px) {
	.order__info-name {
		font-size: 18px
	}
}
.order__info-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
}
.order__info-summa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 19px;
	border-top: 1px solid var(--grey-color);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width: 576px) {
	.order__info-summa {
		padding-top: 9px
	}
}
.order__info-summa span:nth-child(2) {
	color: var(--red-color)
}
.order__option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 30px
}
@media (max-width: 1024px) {
	.order__option {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 620px;
		margin-bottom: 20px
	}
}
.order__option-item {
	padding: 30px;
	border-radius: 4px;
	border: 1px solid var(--yellow-color);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (max-width: 576px) {
	.order__option-item {
		padding: 10px
	}
}
.order__option-item:not(:last-child) {
	margin-right: 40px
}
@media (max-width: 1024px) {
	.order__option-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px
	}
}
.order__option-item._payment {
	max-width: 535px
}
@media (max-width: 1024px) {
	.order__option-item._payment {
		max-width: 100%
	}
}
@media (max-width: 576px) {
	.order__option-item._payment {
		padding-bottom: 20px;
		padding-top: 20px
	}
}
.order__payment-inner {
	padding-left: 76px;
	background-image: url("../images/icon/wallet_z7y5rvdhb0wd 1.svg");
	background-size: 36px 36px;
	background-position: left top;
	background-repeat: no-repeat
}
@media (max-width: 576px) {
	.order__payment-inner {
		padding-left: 0;
		background-position: 10px 0
	}
}
.order__payment-title {
	margin-bottom: 30px
}
@media (max-width: 576px) {
	.order__payment-title {
		padding-left: 55px;
		padding-top: 10px;
		margin-bottom: 35px
	}
}
.order__delivery-radio-radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	pointer-events: none
}
.order__delivery-radio-radio:checked+label::before {
	opacity: 1
}
.order__delivery-label {
	font-size: 20px;
	color: var(--headers-color);
	line-height: 1.25;
	padding-left: 33px;
	position: relative;
	cursor: pointer
}
@media (max-width: 576px) {
	.order__delivery-label {
		font-size: 14px;
		padding-left: 28px
	}
}
.order__delivery-label::after, .order__delivery-label::before {
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%
}
.order__delivery-label::after {
	width: 13px;
	height: 13px;
	top: 4px;
	border: 1px solid var(--red-color)
}
@media (max-width: 576px) {
	.order__delivery-label::after {
		top: 2px
	}
}
.order__delivery-label::before {
	width: 9px;
	height: 9px;
	background-color: var(--red-color);
	top: 6px;
	left: 2px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s
}
@media (max-width: 576px) {
	.order__delivery-label::before {
		top: 4px
	}
}
.order__delivery-inner {
	padding-left: 85px;
	background-image: url("../images/icon/gas_truck_mrq52t2io1cd 1.svg");
	background-size: 45px 45px;
	background-position: left top;
	background-repeat: no-repeat
}
@media (max-width: 576px) {
	.order__delivery-inner {
		padding-left: 0;
		background-position: 10px 10px
	}
}
@media (max-width: 576px) {
	.order__delivery-radio {
		padding-left: 80px;
		padding-top: 10px
	}
}
.order__info-table {
	margin-top: 15px
}
@media (max-width: 576px) {
	.order__info-table .info__inner::after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.order__info-table .info__text {
	font-size: 16px
}
@media (max-width: 576px) {
	.order__info-table .info__text {
		font-size: 12px
	}
}
.order__delivery-radio-item:not(:last-child) {
	margin-bottom: 10px
}
.order__delivery-address {
	max-width: 100%;
	width: 100%;
	outline: none;
	margin-top: 10px;
	padding: 17px 20px;
	border-radius: 4px;
	border: 1px solid #E9E6E7;
	font-size: 20px;
	line-height: 1.25
}
@media (max-width: 576px) {
	.order__delivery-address {
		padding: 10px;
		font-size: 14px;
		margin: 30px 0
	}
}
.order__delivery-address::-webkit-input-placeholder {
	opacity: 0.3
}
.order__delivery-address::-moz-placeholder {
	opacity: 0.3
}
.order__delivery-address:-ms-input-placeholder {
	opacity: 0.3
}
.order__delivery-address::-ms-input-placeholder {
	opacity: 0.3
}
.order__delivery-address::placeholder {
	opacity: 0.3
}
.order__bottom {
	max-width: 705px
}
.order .order__input {
	max-width: 620px
}
.order .order__input.hidden {
	display: none;
}
.order__input._doc {
	margin: 44px 0 15px
}
@media (max-width: 1024px) {
	.order__input._doc {
		margin: 20px 0 10px
	}
}
.order__input._doc .order__label {
	max-width: 100%;
	width: 100%;
	padding: 17px 20px;
	border-radius: 4px;
	border: 1px solid var(--yellow-color);
	color: var(--headers-color);
	font-size: 20px;
	line-height: 1.25;
	outline: none;
	padding-left: 65px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1024px) {
	.order__input._doc .order__label {
		font-size: 16px;
		padding-left: 55px
	}
}
@media (max-width: 576px) {
	.order__input._doc .order__label {
		font-size: 14px;
		padding: 11px 10px 10px;
		padding-left: 45px
	}
}
.order__input._doc .order__label::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	width: 25px;
	height: 25px;
	background-image: url("../images/icon/paperclip.svg");
	background-repeat: no-repeat;
	background-size: contain
}
@media (max-width: 576px) {
	.order__input._doc .order__label::after {
		width: 20px;
		height: 20px;
		left: 10px
	}
}
.order__doc-text {
	font-size: 20px;
	line-height: 1.25;
	color: var(--headers-color);
	display: block;
	margin-bottom: 10px
}
@media (max-width: 1024px) {
	.order__doc-text {
		font-size: 18px;
		line-height: 1.27
	}
}
.order__document {
	position: absolute;
	z-index: -1;
	opacity: 0;
	pointer-events: none
}
.order__btns {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px
}
@media (max-width: 576px) {
	.order__btns {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}
.order__btns .btn_2 {
	border: 1px solid var(--red-color)
}
@media (max-width: 1024px) {
	.order .popup__check {
		margin-bottom: 50px
	}
}
.order-success {
	padding: 30px 0 70px;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--grey-color);
	border-top: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.order-success {
		padding: 30px 0
	}
}
.order-success__return-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 20px
}
.order-success__return:hover {
	color: var(--red-color)
}
.order-success__logo {
	margin-bottom: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative
}
@media (max-width: 576px) {
	.order-success__logo {
		max-width: 140px;
		margin-bottom: 45px
	}
}
.order-success__title {
	color: var(--red-color);
	text-align: center;
	margin-bottom: 30px
}
@media (max-width: 576px) {
	.order-success__title {
		margin-bottom: 10px
	}
}
.order-success__subtitle {
	text-align: center;
	margin-bottom: 50px
}
@media (max-width: 576px) {
	.order-success__subtitle {
		margin-bottom: 45px
	}
}
.order-success__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
	margin-bottom: 60px
}
@media (max-width: 768px) {
	.order-success__inner {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 35px
	}
}
@media (max-width: 576px) {
	.order-success__inner {
		margin-bottom: 30px
	}
}
@media (max-width: 768px) {
	.order-success__list {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}
.order-success__item {
	font-size: 20px;
	line-height: 1.25
}
@media (max-width: 576px) {
	.order-success__item {
		font-size: 14px
	}
}
.order-success__item:not(:last-child) {
	margin-bottom: 15px
}
@media (max-width: 576px) {
	.order-success__item:not(:last-child) {
		margin-bottom: 20px
	}
}
.order-success__item span:not(:last-child) {
	margin-right: 20px
}
@media (max-width: 576px) {
	.order-success__item span:not(:last-child) {
		margin-right: 13px
	}
}
.order-success__item span:not(:first-child) {
	color: var(--headers-color)
}
.order-success .order__info-list {
	padding-top: 0
}
.order-success__bottom {
	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
}
.order-success__bottom a {
	font-size: 16px;
	line-height: 1.25;
	text-decoration: underline
}
@media (max-width: 576px) {
	.order-success__bottom a {
		font-size: 14px;
		line-height: 1.42
	}
}
.order-success__bottom a:hover {
	color: var(--red-color)
}
.order-success__print {
	position: relative;
	margin-right: 40px;
	padding-left: 37px
}
@media (max-width: 576px) {
	.order-success__print {
		margin-right: 25px
	}
}
.order-success__print::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 27px;
	height: 27px;
	background-image: url("../images/icon/printer_akhaqdv6wgmj 1.svg");
	background-repeat: no-repeat;
	background-size: contain
}
.product {
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--grey-color);
	padding: 30px 0 65px
}
@media (max-width: 576px) {
	.product {
		padding: 30px 0
	}
}
@media (max-width: 576px) {
	.product .container {
		padding: 0
	}
}
.product__title-wrap {
	background-color: var(--bg-color)
}
.product__product {
	border: 1px solid var(--grey-color);
	background-color: var(--white-color);
	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
}
@media (max-width: 768px) {
	.product__product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media (max-width: 576px) {
	.product__product {
		padding: 15px 20px 30px
	}
}
@media (max-width: 576px) {
	.product__main-slider-wrap {
		min-width: 0
	}
}
@media (max-width: 576px) {
	.product__second-slider-wrap {
		min-width: 0;
		width: 45px;
		margin-left: 5px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}
@media (max-width: 576px) {
	.product__second-slider {
		height: 376px
	}
}
.product__sliders {
	min-width: 0;
	max-width: 564px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 30px
}
@media (max-width: 768px) {
	.product__sliders {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%
	}
}
@media (max-width: 576px) {
	.product__sliders {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 376px
	}
}
.product__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
@media (max-width: 1024px) {
	.product__content {
		max-width: 400px
	}
}
@media (max-width: 768px) {
	.product__content {
		max-width: 100%
	}
}
@media (max-width: 576px) {
	.product__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.product__content-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;
	margin-bottom: 30px
}
@media (max-width: 576px) {
	.product__content-top {
		margin-bottom: 10px
	}
}
.product__content-top-left {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width: 576px) {
	.product__content-top-left {
		margin-right: 0
	}
}
.product__art {
	opacity: 0.8
}
.product__status {
	margin-right: 11px;
	padding-left: 9px;
	position: relative
}
.product__status._green {
	color: var(--whatsapp-color)
}
.product__status._green::before {
	background-color: var(--whatsapp-color)
}
.product__status._red {
	color: var(--red-color)
}
.product__status._red::before {
	background-color: var(--red-color)
}
.product__status::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 0
}
.product__links {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width: 576px) {
	.product__links {
		margin-bottom: 17px;
		margin-left: auto
	}
}
.product__links .heart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product__links._mob {
	display: none
}
@media (max-width: 576px) {
	.product__links._mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media (max-width: 576px) {
	.product__links._ds {
		display: none
	}
}
.product__information {
	padding-left: 26px;
	color: rgba(102, 102, 102, 0.8);
	position: relative;
	margin-bottom: 50px
}
@media (max-width: 1024px) {
	.product__information {
		margin-bottom: 30px
	}
}
@media (max-width: 576px) {
	.product__information {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 5px
	}
}
.product__information::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/icon/information_gq23mr54t81k 1.svg")
}
.product__main-slider {
	margin-bottom: 20px;
	border-radius: 6px;
	border: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.product__main-slider {
		margin-bottom: 0
	}
}
.product__main-slide-img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%
}
.product__main-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 564px
}
@media (max-width: 576px) {
	.product__main-slide {
		min-height: auto;
		height: 376px
	}
}
.product__second-slider .slick-slider {
	overflow: hidden
}
.product__second-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	margin: 0 -10px
}
@media (max-width: 576px) {
	.product__second-slider .slick-track {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: -4px 0
	}
}
.product__second-slide {
	overflow: hidden;
	height: auto;
	aspect-ratio: 1/1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	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-radius: 6px;
	border: 1px solid var(--grey-color);
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s
}
@media (max-width: 576px) {
	.product__second-slide {
		aspect-ratio: 45/60
	}
}
.product__second-slide-wrap {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media (max-width: 576px) {
	.product__second-slide-wrap {
		padding: 4px 0
	}
}
.product__second-slide-wrap.slick-current .product__second-slide {
	border-color: var(--headers-color)
}
.product__second-slide-img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.product__specifications-title {
	font-size: 20px;
	opacity: 0.8;
	color: var(--headers-color);
	line-height: 1.25;
	margin-bottom: 20px
}
@media (max-width: 1024px) {
	.product__specifications-title {
		font-size: 18px
	}
}
.product__specifications-item {
	font-size: 16px;
	line-height: 1.25;
	opacity: 0.8
}
@media (max-width: 1024px) {
	.product__specifications-item {
		font-size: 14px
	}
}
.product__specifications-item:not(:last-child) {
	margin-bottom: 10px
}
.product__specifications-item span:last-child {
	color: var(--headers-color)
}
.product__specifications-sublist {
	margin-top: 10px;
	display: none
}
.product__specifications-btn {
	color: var(--yellow-color);
	font-size: 16px;
	line-height: 1.25;
	text-decoration: underline;
	padding-right: 20px;
	position: relative;
	margin-top: 35px
}
@media (max-width: 576px) {
	.product__specifications-btn {
		font-size: 14px;
		margin-top: 25px
	}
}
.product__specifications-btn._open::after {
	-webkit-transform: rotate(180deg) translateY(-50%);
	-ms-transform: rotate(180deg) translateY(-50%);
	transform: rotate(180deg) translateY(-50%)
}
.product__specifications-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 10px;
	height: 6px;
	background-image: url("../images/icon/Vector 391.svg");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}
@media (max-width: 1024px) {
	.product__right {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}
.product__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px
}
@media (max-width: 1024px) {
	.product__inner {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}
@media (max-width: 576px) {
	.product__inner {
		grid-gap: 30px
	}
}
.product__price {
	font-size: 20px;
	line-height: 1.7;
	font-weight: 500;
	color: var(--headers-color);
	font-family: var(--second-font);
	margin-bottom: 15px
}
.product__btn-inner {
	margin-bottom: 20px
}
.product__btn-inner .btn_2 {
	border: 1px solid var(--red-color)
}
.product__btn {
	width: 100%;
	display: block
}
.product__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}
.product__row .product__btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.product__row .product__btn_q {
	max-width: 41px;
	margin-left: 10px;
	padding: 10px
}
.product__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: rgba(102, 102, 102, 0.8)
}
.product__info-item:not(:last-child) {
	margin-bottom: 10px
}
.product__info-item a {
	text-decoration: underline
}
.product__info-img {
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px
}
.product__additionally {
	margin-top: 35px
}
.product__additionally-name:hover {
	color: var(--yellow-color)
}
.product__additionally-title {
	font-size: 20px;
	line-height: 1.25;
	opacity: 0.8;
	color: var(--headers-color);
	margin-bottom: 15px
}
.product__additionally-list {
	border: 1px solid var(--grey-color)
}
.product__additionally-list li:not(:last-child) {
	border-bottom: 1px solid var(--grey-color);
}
@media (max-width: 576px) {
	.product__additionally-list {
		border: none
	}
}
.product__additionally-item {
	padding: 10px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 70px 1fr 89px 135px;
	grid-template-columns: 70px 1fr 89px 135px;
	grid-gap: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s
}
@media (max-width: 576px) {
	.product__additionally-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		grid-gap: 0;
		border: 1px solid var(--grey-color)
	}
}
.product__additionally-item:hover {
	-webkit-box-shadow: 0 0 10px rgba(102, 102, 102, 0.14);
	box-shadow: 0 0 10px rgba(102, 102, 102, 0.14)
}
.product__additionally-item:not(:last-child) {
	border-bottom: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.product__additionally-item:not(:last-child) {
		margin-bottom: 15px
	}
}
.product__additionally-img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	-o-object-fit: contain;
	object-fit: contain
}
@media (max-width: 576px) {
	.product__additionally-img {
		max-width: 100px;
		margin-bottom: 10px
	}
}
.product__additionally-price {
	color: var(--headers-color);
	font-weight: 500;
	font-size: 16px;
	opacity: 0.8;
	text-align: right;
	line-height: 1.25;
	font-family: var(--second-font)
}
@media (max-width: 576px) {
	.product__additionally-price {
		margin: 10px 0
	}
}
.product__info-block {
	margin-top: 40px
}
.product__info-block .info__text {
	font-size: 14px;
	max-width: 100%
}
@media (max-width: 576px) {
	.product__info-block .info__text {
		font-size: 12px
	}
}
.product__tabs {
	margin-top: 20px
}
@media (max-width: 576px) {
	.product__tabs {
		padding: 30px 20px 0;
		margin: 0
	}
}
.product__tabs .info__text {
	font-size: 16px
}
@media (max-width: 1024px) {
	.product__tabs .info__text {
		font-size: 14px
	}
}
@media (max-width: 576px) {
	.product__tabs .info__text {
		font-size: 12px
	}
}
.product__tabs-top-wrap {
	overflow-x: auto
}
.product__tabs-top-wrap::-webkit-scrollbar {
	width: 3px;
	height: 3px
}
.product__tabs-top-wrap::-webkit-scrollbar-thumb {
	background-color: #D9D9D9
}
.product__tabs-link {
	font-family: var(--second-font);
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	color: var(--headers-color);
	position: relative;
	padding: 0 17px 12px;
	white-space: nowrap
}
@media (max-width: 576px) {
	.product__tabs-link {
		padding: 0 9px 4px
	}
}
.product__tabs-link:hover {
	color: var(--yellow-color)
}
.product__tabs-link._active {
	color: var(--yellow-color)
}
.product__tabs-link._active::after {
	opacity: 1
}
.product__tabs-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-radius: 20px;
	opacity: 0;
	background-color: var(--yellow-color);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s
}
.product__tabs-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--grey-color)
}
.product__tabs-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.product__tabs-box {
	display: none
}
.product__tabs-box._active {
	display: block
}
.product__tabs-box-inner {
	margin-top: 60px
}
@media (max-width: 768px) {
	.product__tabs-box-inner {
		margin-top: 50px
	}
}
.product__tabs-title {
	margin-bottom: 30px
}
.product__tabs-info-wrap {
	margin-top: 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 28px
}
@media (max-width: 768px) {
	.product__tabs-info-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px
	}
}
.specifications {
	max-width: 900px
}
.specifications__item {
	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;
	position: relative
}
@media (max-width: 576px) {
	.specifications__item {
		font-size: 12px
	}
}
.specifications__item:not(:last-child) {
	margin-bottom: 20px
}
.specifications__item::after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed var(--yellow-color)
}
.specifications__left {
	color: rgba(102, 102, 102, 0.7);
	background-color: var(--bg-color);
	position: relative;
	z-index: 1;
	padding-right: 10px
}
@media (max-width: 576px) {
	.specifications__left {
		max-width: 174px
	}
}
.specifications__right {
	color: var(--headers-color);
	font-family: var(--second-font);
	font-weight: 500;
	background-color: var(--bg-color);
	text-align: right;
	position: relative;
	z-index: 1;
	padding-left: 10px;
	max-width: 34%
}
.basket {
	padding: 30px 0 65px;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--grey-color)
}
@media (max-width: 1024px) {
	.basket {
		border-bottom: none;
		padding-bottom: 0
	}
}
.basket__reset {
	margin-bottom: 30px;
	left: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	position: relative
}
.basket__reset:hover {
	color: var(--red-color)
}
.basket__box {
	border: 1px solid var(--grey-color);
	background-color: var(--white-color);
	padding: 30px
}
@media (max-width: 576px) {
	.basket__box {
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.basket__listing {
	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;
	padding-bottom: 19px;
	border-bottom: 1px solid var(--grey-color);
	margin-bottom: 20px
}
@media (max-width: 576px) {
	.basket__listing {
		padding-bottom: 0;
		padding-top: 20px;
		margin-bottom: 30px;
		border: none;
		border-top: 1px solid var(--grey-color)
	}
}
.basket__listing span {
	color: var(--headers-color);
	font-size: 16px
}
@media (max-width: 576px) {
	.basket__listing span {
		font-size: 14px
	}
}
.basket__box-b {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--headers-color);
	line-height: 1.25
}
@media (max-width: 576px) {
	.basket__box-b {
		font-size: 18px !important;
		line-height: 1.5
	}
}
.basket__summa {
	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
}
@media (max-width: 576px) {
	.basket__summa {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 20px
	}
}
.basket__box-summa {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: var(--red-color)
}
.basket__btn {
	width: 100%
}
@media (max-width: 1024px) {
	.basket__sidebar {
		width: calc(100% + 40px);
		left: -20px;
		position: relative;
		padding: 20px 20px 60px;
		background-color: var(--white-color);
		border-top: 1px solid var(--grey-color)
	}
}
.basket__page {
	-ms-grid-columns: 1fr 400px;
	grid-template-columns: 1fr 400px;
	grid-gap: 50px
}
@media (max-width: 1024px) {
	.basket__page {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 20px
	}
}
.basket__item {
	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
}
@media (max-width: 576px) {
	.basket__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.basket__item:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 29px;
	border-bottom: 1px solid var(--grey-color)
}
@media (max-width: 576px) {
	.basket__item:not(:last-child) {
		margin-bottom: 20px;
		padding-bottom: 19px
	}
}
.basket__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 25px
}
@media (max-width: 576px) {
	.basket__left {
		margin-right: 0
	}
}
.empty-none {
	display: none;
}
.basket__img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-right: 30px;
	border-radius: 6px;
	border: 1px solid var(--grey-color);
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	overfow: hidden;
}
@media (max-width: 576px) {
	.basket__img-wrap {
		width: 85px;
		height: 85px;
		margin-right: 10px
	}
}
.basket__img-wrap:hover {
	border-color: var(--headers-color)
}
.basket__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.basket__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 80px;
	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
}
@media (max-width: 576px) {
	.basket__right {
		margin-left: 95px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 11px;
		max-width: 100%
	}
}
.basket__price {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--headers-color);
	line-height: 1.25;
	margin-bottom: 30px;
	white-space: nowrap;
}
@media (max-width: 576px) {
	.basket__price {
		font-size: 14px;
		line-height: 1.42;
		margin-bottom: 0
	}
}
.basket__price._mob {
	display: none
}
@media (max-width: 576px) {
	.basket__price._mob {
		display: block
	}
}
@media (max-width: 576px) {
	.basket__price._ds {
		display: none
	}
}
.basket__name {
	font-family: var(--second-font);
	font-size: 16px;
	color: var(--headers-color);
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 20px
}
@media (max-width: 576px) {
	.basket__name {
		font-size: 14px;
		line-height: 1.92;
		margin-bottom: 0
	}
}
.basket__info-item {
	opacity: 0.8
}
@media (max-width: 576px) {
	.basket__info-item {
		font-size: 12px
	}
}
.basket__info-item:not(:last-child) {
	margin-bottom: 10px
}
@media (max-width: 576px) {
	.basket__info-item:not(:last-child) {
		margin-bottom: 0
	}
}
.basket__info-status {
	position: relative;
	display: block;
	opacity: 0.8;
	padding-left: 8px
}
.basket__info-status::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0.8
}
.basket__info-status._green {
	color: var(--whatsapp-color)
}
.basket__info-status._green::after {
	background-color: var(--whatsapp-color)
}
.basket__del {
	width: 30px;
	height: 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
}
@media (max-width: 576px) {
	.basket__del {
		width: 25px;
		height: 25px
	}
}
.basket__del:hover svg path {
	fill: var(--red-color)
}
@media (max-width: 576px) {
	.basket__del svg {
		width: 14px;
		height: 14px;
		-o-object-fit: contain;
		object-fit: contain
	}
}
.basket__del svg path {
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s
}
.basket__counter {
	margin-bottom: 35px
}
@media (max-width: 576px) {
	.basket__counter {
		margin-bottom: 0;
		margin-right: 30px
	}
}
.fast__content {
	max-width: 1300px
}
.fast__inner {
	max-width: 100%
}
.fast .product__product {
	padding: 0;
	border: none
}
.fast .product__sliders {
	max-width: 500px
}
@media (max-width: 576px) {
	.fast .product__sliders {
		max-width: 100%
	}
}
.fast .product__main-slide {
	min-height: 400px;
	max-height: 400px;
	overflow: hidden;
}
@media (max-width: 576px) {
	.fast .product__main-slide {
		min-height: auto;
		max-height: initial
	}
}
.fast .product__main-slide-img {
	max-height: 400px
}
.table {
	overflow-x: auto
}
.table::-webkit-scrollbar {
	width: 4px;
	height: 4px
}
.table::-webkit-scrollbar-thumb {
	background-color: #D9D9D9
}
.table table {
	border-collapse: collapse;
	width: 100%
}
.table thead {
	color: var(--white-color)
}
.table thead th {
	background-color: var(--yellow-color);
	padding: 13px;
	font-family: var(--second-font);
	font-size: 16px;
	white-space: nowrap;
	font-weight: 500;
	text-align: center;
	line-height: 1.25
}
.table thead th:first-child {
	border-radius: 3px 0 0 0
}
.table thead th:last-child {
	border-radius: 0 3px 0 0
}
.table tr:nth-child(even) td {
	background-color: var(--white-color)
}
.table td {
	padding: 12px 15px;
	white-space: nowrap
}
.product__price-cont {
	display: inline-flex;
	flex-wrap: wrap;
}
.product__price-min:not(:last-child) {
	margin-right: 15px;
}
.js-price {
	display: flex;
    flex-direction: column;
}
[data-msac-empty].d-none {
	display: none;
}
.price-fix-min {
	font-size: 12px;
	color: var(--red-color);
}
#msOrder {
	margin-top: 0 !important;
}
.favorites-btn-modal {
    position: fixed;
    right: 30px;
    top: 40px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.favorites-btn-modal > div {
	padding: 10px;
	background-color: #fff;
    border-radius: 50%;
    height: initial !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.favorites-btn-modal__inner {
    padding: 10px;
    position: relative;
}
.favorites-btn-modal__inner > .heart {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 992px) {
	.favorites-btn-modal {
		top: initial;
		bottom: 80px;
		right: initial;
		left: 15px;
		gap: 10px;
		flex-direction: column;
	}
	.favorites-btn-modal > div {
		padding: 5px;
	}
	.favorites-btn-modal__inner > .heart {
	    height: 10px;
	    width: 10px;
	}
}
.favorites-btn-modal__inner > .heart .comparison-total {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    color: var(--red-color);
}
.comparison {
	height: 21px;
}
.comparison-go:not(.can_compare) {
	display: none;
}

.product table {
	text-decoration: none;
	border-collapse: collapse;
	width: 60%;
	text-align: center;
}
.product table th,
.product table tr:first-child {
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	background-color: #EA9309;
}
.product table tr td:first-child {
	text-align: left;
}
.product table td {
	font-size: 13px;
	color: #000000;
}
.product table td,
.product table th {
	white-space: pre-wrap;
	padding: 10px 5px;
	line-height: 13px;
	vertical-align: middle;
	border: 1px solid #000000;
}