@charset "UTF-8";
body,
html {
	max-width: 100%;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.4;
	overflow-y: hidden;
}
*,
:after,
:before {
	box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
p:not([class]) {
	margin-bottom: 15px;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
ol,
ul {
	list-style: none;
}
figcaption,
figure,
ol,
ul {
	margin: 0;
	padding: 0;
}
img,
picture {
	display: block;
	max-width: 100%;
	height: auto;
}
button,
input,
select,
textarea {
	font: inherit;
}
button,
input:not([type='radio']):not([type='checkbox']),
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:not([class]),
textarea:not([class]) {
	border-radius: 0;
}
select {
	background-color: transparent;
}
textarea {
	resize: vertical;
}
input,
textarea {
	outline: none;
}
input:focus,
textarea:focus {
	box-shadow: 0 0 5px blue;
}
button,
label {
	-webkit-tap-highlight-color: transparent;
}
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
body {
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 100%;
	background-color: #fff;
	font-family: Montserrat, sans-serif;
	font-optical-sizing: auto;
}
body::-webkit-scrollbar {
	width: 0.5em;
}
body::-webkit-scrollbar-track {
	background-color: #dedede;
}
body::-webkit-scrollbar-thumb {
	background-color: #fab862;
}
a {
	text-decoration: none;
	color: #333;
	transition: color 0.3s;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container {
	width: 100%;
	padding: 0 15px;
}
@media (min-width: 576px) {
	.container {
		width: 540px;
		margin: 0 auto;
		padding: 0;
	}
}
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1440px;
	}
}
.page__main {
	padding-top: 15px;
}
@media (min-width: 768px) {
	.page__main {
		padding-top: 20px;
	}
}
@media (min-width: 992px) {
	.page__main {
		padding-top: 25px;
	}
}
@media (min-width: 1600px) {
	.page__main {
		padding-top: 30px;
	}
}
.page__main--no-padding {
	padding-top: 0;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}
.overlay {
	position: relative;
}
.overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}
.san-hide {
	opacity: 0;
}
.san-animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
.embla {
	display: grid;
}
.embla__viewport {
	overflow: hidden;
}
.embla__container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 100%;
	touch-action: pan-y;
	backface-visibility: hidden;
}
.embla__container--horizontal {
	grid-auto-flow: row;
	touch-action: pan-x;
}
.embla__dots {
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	column-gap: 5px;
	box-sizing: border-box;
}
@media (min-width: 1600px) {
	.embla__dots {
		column-gap: 7px;
	}
}
.embla__dot {
	display: grid;
	place-items: center;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: hsla(0, 0%, 100%, 0.6);
	touch-action: manipulation;
	transition: background-color 0.3s;
	cursor: pointer;
}
@media (min-width: 1600px) {
	.embla__dot {
		width: 8px;
		height: 8px;
	}
}
.embla__dot--selected {
	background-color: #fff;
}
@keyframes a {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.animate__fadeIn {
	animation-name: a;
}
@keyframes b {
	0% {
		opacity: 0;
		transform: translate3d(0, -65%, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
.animate__fadeInDown {
	animation-name: b;
}
@keyframes c {
	0% {
		opacity: 0;
		transform: translate3d(0, 65%, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
.animate__fadeInUp {
	animation-name: c;
}
@keyframes d {
	0% {
		opacity: 0;
		transform: translate3d(-65%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
.animate__fadeInLeft {
	animation-name: d;
}
@keyframes e {
	0% {
		opacity: 0;
		transform: translate3d(65%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
.animate__fadeInRight {
	animation-name: e;
}
@keyframes f {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.animate__zoomIn {
	animation-name: f;
}
.logo {
	display: flex;
	align-items: center;
}
.logo__image {
	width: 35px;
}
@media (min-width: 768px) {
	.logo__image {
		width: 40px;
	}
}
@media (min-width: 992px) {
	.logo__image {
		width: 45px;
	}
}
@media (min-width: 1200px) {
	.logo__image {
		width: 50px;
	}
}
@media (min-width: 1600px) {
	.logo__image {
		width: 70px;
	}
}
.logo__text {
	margin-left: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	text-transform: uppercase;
}
@media (min-width: 576px) {
	.logo__text {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.logo__text {
		margin-left: 15px;
	}
}
@media (min-width: 1200px) {
	.logo__text {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.logo__text {
		margin-left: 20px;
		font-size: 22px;
	}
}
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 14px;
	border-radius: 30px;
	border: 1px solid transparent;
	background-color: #fbb150;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 992px) {
	.button {
		padding: 11px 16px;
	}
}
@media (min-width: 1600px) {
	.button {
		padding: 15px 20px;
		font-size: 18px;
	}
}
.button--black,
.button:hover {
	background-color: #333;
}
.button--black {
	box-shadow: 3px 3px 10px rgba(33, 31, 31, 0.15);
	color: #fff;
}
.button--black:hover {
	background-color: #fbb150;
}
.button--white {
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(33, 31, 31, 0.15);
	color: #333;
}
.button--white:hover {
	background-color: #333;
	color: #fff;
}
.button--text {
	background-color: transparent;
	font-weight: 500;
	color: #000;
}
.button--text:hover {
	background-color: transparent;
	color: #fbb150;
}
.button--red {
	background-color: tomato;
}
.button--red:hover {
	background-color: #fa4525;
}
.button--pink {
	background-color: #ff4363;
	box-shadow: 3px 3px 10px rgba(120, 49, 255, 0.15);
	color: #fff;
}
.button--pink:hover {
	background-color: #ff1039;
}
.button--light-blue {
	background-color: #eff3ff;
}
.button--center {
	margin: 0 auto;
}
.menu {
	line-height: 0;
}
@media (min-width: 1200px) {
	.menu {
		position: relative;
	}
}
.menu__button {
	position: relative;
	z-index: 11;
	width: 36px;
	height: 36px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
@media (min-width: 1200px) {
	.menu__button {
		display: none;
	}
}
.menu__icon {
	width: 100%;
	height: 100%;
}
.menu__button--open .menu__icon-menu,
.menu__icon-cross {
	display: none;
}
.menu__button--open .menu__icon-cross {
	display: block;
}
.menu__list {
	display: none;
}
@media (min-width: 1200px) {
	.menu__list {
		display: grid;
		grid-auto-flow: column;
		align-items: center;
		column-gap: 30px;
	}
}
@media (min-width: 1600px) {
	.menu__list {
		column-gap: 40px;
	}
}
.menu__list--open {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: grid;
	align-content: start;
	row-gap: 23px;
	width: 100vw;
	height: 100dvh;
	padding: 60px 40px 25px;
	background-color: #fff9fc;
	background-color: #f3f3f3;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.menu__list--open::-webkit-scrollbar {
	display: none;
}
@media (min-width: 576px) {
	.menu__list--open {
		left: auto;
		right: 0;
		align-content: start;
		row-gap: 25px;
		width: 360px;
		padding-top: 100px;
		box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
		animation: e 0.3s both;
	}
}
.menu__item {
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #333;
	transition: color 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media (min-width: 1200px) {
	.menu__item {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.menu__item {
		font-size: 22px;
	}
}
.menu__link {
	color: inherit;
	transition: color 0.3s;
}
.menu__link--active,
.menu__link:hover {
	color: #2575dd;
}
.menu__section {
	display: grid;
	align-items: start;
	row-gap: 13px;
	padding-top: 23px;
	padding-bottom: 0;
	border-top: 1px solid #ccc;
}
@media (min-width: 576px) {
	.menu__section {
		padding-top: 25px;
	}
}
@media (min-width: 1200px) {
	.menu__section {
		display: none;
	}
}
.menu__section-item {
	font-size: 16px;
	line-height: 1.4;
}
.menu__section-title {
	font-weight: 550;
	margin-bottom: 5px;
}
.extended-menu {
	line-height: 0;
}
@media (min-width: 1200px) {
	.extended-menu {
		position: relative;
	}
}
.extended-menu__trigger {
	position: relative;
	z-index: 11;
	width: 45px;
	height: 45px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
@media (min-width: 1600px) {
	.extended-menu__trigger {
		width: 48px;
		height: 48px;
	}
}
.extended-menu__trigger-icon {
	width: 100%;
	height: 100%;
}
.extended-menu__trigger-icon-cross {
	display: none;
}
.extended-menu__trigger--active {
	right: 0.25em;
}
.extended-menu__trigger--active .extended-menu__trigger-icon-menu {
	display: none;
}
.extended-menu__trigger--active .extended-menu__trigger-icon-cross {
	display: block;
}
.extended-menu__trigger--light .extended-menu__trigger-icon-cross {
	filter: brightness(0) invert(1);
}
.extended-menu__dropdown {
	display: none;
	align-items: center;
}
.extended-menu__dropdown--opened {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	display: grid;
	align-content: center;
	justify-items: center;
	row-gap: 30px;
	width: 100vw;
	height: 100vh;
	background-color: #f6f8f9;
	animation: b 0.4s;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-y: auto;
}
.extended-menu__wrapper {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	width: 100%;
	height: 100dvh;
}
.extended-menu__list {
	display: grid;
	row-gap: 30px;
	align-content: center;
	line-height: 1.4;
	padding: 0 60px;
}
@media (min-width: 1600px) {
	.extended-menu__list {
		row-gap: 45px;
		padding: 0 80px;
	}
}
.extended-menu__item {
	position: relative;
	font-weight: 400;
	font-size: 42px;
	line-height: 1.3;
	color: #000;
	transition: color 0.3s, letter-spacing 0.7s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media (min-width: 1600px) {
	.extended-menu__item {
		font-size: 58px;
	}
}
.extended-menu__item:hover {
	letter-spacing: 2px;
}
.extended-menu__link {
	color: inherit;
	transition: color 0.3s;
}
.extended-menu__link--active,
.extended-menu__link:hover {
	color: #2575dd;
}
.extended-menu__contacts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.extended-menu__contacts-item {
	display: grid;
	align-content: end;
	row-gap: 12px;
	padding: 40px;
	background-color: transparent;
	border: 1px solid #ccc;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-align: left;
	transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 1600px) {
	.extended-menu__contacts-item {
		row-gap: 18px;
		padding: 65px;
		font-size: 24px;
		line-height: 28px;
	}
}
.extended-menu__contacts-item:hover {
	background-color: #2575dd;
	background-color: #111;
	color: #fff;
}
.extended-menu__contacts-item:first-child,
.extended-menu__contacts-item:nth-child(2) {
	border-right: 0;
	border-bottom: 0;
}
.extended-menu__contacts-item:nth-child(3) {
	border-right: 0;
}
.extended-menu__contacts-item svg {
	width: 30px;
	height: 30px;
}
@media (min-width: 1600px) {
	.extended-menu__contacts-item svg {
		width: 35px;
		height: 35px;
	}
}
.extended-menu__social {
	position: absolute;
	bottom: 35px;
	left: 60px;
}
@media (min-width: 1600px) {
	.extended-menu__social {
		left: 80px;
	}
}
.search-box {
	line-height: 0;
	width: 32px;
}
@media (min-width: 1200px) {
	.search-box {
		width: 42px;
		height: 42px;
	}
}
@media (min-width: 1600px) {
	.search-box {
		width: 45px;
		height: 45px;
	}
}
.search-box.active {
	position: absolute;
	top: 50%;
	right: 39px;
	z-index: 1;
	transform: translateY(-50%);
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	width: calc(100% - 39px);
	height: 42px;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
	transition: width 0.2s ease-out;
}
@media (min-width: 1200px) {
	.search-box.active {
		right: 35px;
		width: 550px;
		height: 42px;
	}
}
@media (min-width: 1600px) {
	.search-box.active {
		right: 45px;
		width: 670px;
		height: 54px;
		border-radius: 27px;
	}
}
.search-box__form {
	display: none;
	height: 100%;
}
.search-box.active .search-box__form {
	display: grid;
}
.search-box__form-input {
	width: 100%;
	height: 100%;
	padding-right: 15px;
	padding-left: 3px;
	border: 0;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	outline: none;
}
@media (min-width: 1600px) {
	.search-box__form-input {
		font-size: 20px;
	}
}
.search-box__form-input::placeholder {
	font-size: 16px;
	color: #7794bf;
}
@media (min-width: 1600px) {
	.search-box__form-input::placeholder {
		font-size: 20px;
	}
}
.search-box__form-input:focus {
	box-shadow: none;
	outline: none;
}
.search-box__form-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
}
.search-box__toggle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #000;
	background-image: url(../img/search-icon.svg);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 50%;
}
@media (min-width: 1200px) {
	.search-box__toggle {
		width: 42px;
		height: 42px;
		background-size: 18px 18px;
	}
}
@media (min-width: 1600px) {
	.search-box__toggle {
		width: 45px;
		height: 45px;
		background-size: 20px 20px;
	}
}
.search-box.active .search-box__toggle {
	width: 45px;
	height: 100%;
	border: 0;
	border-radius: 0;
	background-image: url(../img/arrow-long-left.svg);
	background-size: 24px 24px;
	background-position: 50%;
}
@media (min-width: 992px) {
	.search-box.active .search-box__toggle {
		width: 55px;
	}
}
@media (min-width: 1200px) {
	.search-box.active .search-box__toggle {
		width: 65px;
		background-size: 28px 28px;
	}
}
@media (min-width: 1600px) {
	.search-box.active .search-box__toggle {
		width: 70px;
		background-size: 32px 32px;
	}
}
.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
@media (min-width: 1200px) {
	.main-nav {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (min-width: 1600px) {
	.main-nav {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.main-nav__controls {
	display: grid;
	grid-template-columns: repeat(2, auto);
	column-gap: 8px;
	margin-left: auto;
	margin-right: 10px;
}
@media (min-width: 576px) {
	.main-nav__controls {
		margin-right: 15px;
	}
}
@media (min-width: 1200px) {
	.main-nav__controls {
		grid-template-columns: repeat(3, auto);
		order: 1;
		margin: 0;
	}
}
@media (min-width: 1600px) {
	.main-nav__controls {
		column-gap: 10px;
	}
}
.main-nav__favorites {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #000;
	background-image: url(../img/favorite.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 50%;
}
@media (min-width: 1200px) {
	.main-nav__favorites {
		width: 42px;
		height: 42px;
		background-size: 20px 20px;
	}
}
@media (min-width: 1600px) {
	.main-nav__favorites {
		width: 45px;
		height: 45px;
		background-size: 22px 22px;
	}
}
.main-nav__phone {
	display: none;
}
@media (min-width: 1200px) {
	.main-nav__phone {
		display: inline-block;
		width: 42px;
		height: 42px;
		padding: 10px 14px;
		border: 1px solid #000;
		border-radius: 50%;
		font-weight: 500;
		font-size: 0;
		color: #000;
		background-image: url(../img/phone.svg);
		background-size: 18px 18px;
		background-position: 50%;
		background-repeat: no-repeat;
	}
}
@media (min-width: 1600px) {
	.main-nav__phone {
		width: 45px;
		height: 45px;
		background-size: 21px 21px;
	}
}
@media (min-width: 1200px) {
	.main-nav__menu {
		margin: 0 auto;
	}
}
.main-nav__extended-menu {
	display: none;
}
@media (min-width: 1200px) {
	.main-nav__extended-menu {
		display: grid;
		order: 2;
		margin-left: 25px;
	}
}
@media (min-width: 1600px) {
	.main-nav__extended-menu {
		margin-left: 35px;
	}
}
.header {
	position: relative;
	background-color: #fff;
	box-shadow: 0 3px 5px #e0e8ff;
	transition: background-color 0.3s;
}
.header--sticky {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}
.social {
	display: grid;
	row-gap: 20px;
	justify-content: start;
}
.social--grid-row {
	grid-auto-flow: column;
	column-gap: 40px;
}
@media (min-width: 1600px) {
	.social--grid-row {
		column-gap: 50px;
	}
}
.social__item {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	column-gap: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
}
@media (min-width: 1600px) {
	.social__item {
		font-size: 18px;
	}
}
.social__item:before {
	content: '';
	background-size: 100% 100%;
	background-position: 50%;
	background-repeat: no-repeat;
}
.social__item:hover {
	color: #2575dd;
}
.social__item--im:before {
	width: 24px;
	height: 24px;
	background-image: url(../img/instagram.svg);
}
.social__item--fb:before {
	width: 24px;
	height: 24px;
	background-image: url(../img/facebook.svg);
}
.social__item--in {
	align-items: end;
	padding-left: 2px;
}
.social__item--in:before {
	width: 20px;
	height: 22px;
	background-image: url(../img/linkedin.svg);
}
.social__item--vk:before {
	width: 24px;
	height: 24px;
	background-image: url(../img/vk.svg);
}
.social__item--ok:before {
	width: 23px;
	height: 23px;
	background-image: url(../img/odnoklassniki.svg);
}
.social__item--tw:before {
	width: 25px;
	height: 25px;
	background-image: url(../img/twitter.svg);
}
.social__item--yt:before {
	width: 24px;
	height: 17px;
	background-image: url(../img/youtube.svg);
}
.social__item--wp:before {
	width: 30px;
	height: 30px;
	background-image: url(../img/whatsapp.svg);
}
.social__item--tm:before {
	width: 27px;
	height: 27px;
	background-image: url(../img/telegram.svg);
}
.breadcrumbs {
	display: flex;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.breadcrumbs {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.breadcrumbs {
		margin-bottom: 40px;
	}
}
@media (min-width: 1600px) {
	.breadcrumbs {
		margin-bottom: 60px;
	}
}
.breadcrumbs__list {
	display: flex;
	align-items: center;
}
.breadcrumbs__item {
	font-weight: 450;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}
@media (min-width: 1200px) {
	.breadcrumbs__item {
		font-size: 15px;
	}
}
@media (min-width: 1600px) {
	.breadcrumbs__item {
		font-size: 17px;
	}
}
.breadcrumbs__item:not(:last-child):after {
	content: '/';
	margin: 0 5px;
}
@media (min-width: 992px) {
	.breadcrumbs__item:not(:last-child):after {
		margin: 0 7px;
	}
}
@media (min-width: 1600px) {
	.breadcrumbs__item:not(:last-child):after {
		margin: 0 9px;
	}
}
.breadcrumbs__link {
	color: #2575dd;
}
.breadcrumbs__link:hover {
	color: #fbb150;
}
.rating {
	display: flex;
	align-items: center;
}
.rating__item {
	width: 9px;
	height: 9px;
	fill: #cac7da;
}
@media (min-width: 768px) {
	.rating__item {
		width: 10px;
		height: 10px;
	}
}
@media (min-width: 992px) {
	.rating__item {
		width: 13px;
		height: 13px;
	}
}
@media (min-width: 1600px) {
	.rating__item {
		width: 15px;
		height: 15px;
	}
}
.rating__item:not(:last-child) {
	margin-right: 3px;
}
.rating__item--active {
	fill: #eff3ff;
}
.rating__value {
	margin-left: 8px;
	font-weight: 600;
	font-size: 11px;
	line-height: 14px;
	color: #eff3ff;
}
.form {
	display: grid;
	row-gap: 15px;
}
@media (min-width: 1600px) {
	.form {
		row-gap: 20px;
	}
}
.form__item-label,
.form__label {
	display: grid;
	row-gap: 10px;
	justify-items: start;
	width: 100%;
}
.form__label {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
@media (min-width: 1600px) {
	.form__label {
		font-size: 20px;
		line-height: 22px;
	}
}
.form__label-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}
@media (min-width: 992px) {
	.form__label-text {
		font-size: 18px;
		line-height: 20px;
	}
}
@media (min-width: 1600px) {
	.form__label-text {
		font-size: 20px;
		line-height: 22px;
	}
}
.form__input {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	background-color: #eff3ff;
	border: 0;
	border-radius: 12px;
	transition: box-shadow 0.3s;
	font-size: 16px;
	color: #000;
}
.form__input:focus,
.form__input:hover {
	box-shadow: 0 0 5px #89a7ff;
}
.form__input::placeholder {
	color: #707070;
}
.form__input--light {
	background-color: #fff;
}
.form__textarea {
	height: auto;
	min-height: 140px;
	max-height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form__default-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 42px;
	background-color: transparent;
	border-radius: inherit;
	font-size: inherit;
	outline: none;
	z-index: 1;
}
.form__default-select::-ms-expand {
	display: none;
}
.form__default-select:focus + .form__select-focus {
	display: block;
}
.form__select {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 45px;
	border-radius: 12px;
	background-color: #eff3ff;
	font-size: 16px;
	color: #000;
}
.form__select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 13px;
	height: 7px;
	background-image: url(../img/select-arrow.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.form__select-focus {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 3px #7093ff;
	border-radius: inherit;
	transition: box-shadow 0.3s;
	touch-action: none;
}
.form__radio {
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	column-gap: 15px;
	align-items: center;
	justify-self: start;
	min-width: 290px;
	height: 60px;
	padding: 0 15px;
	border: 0;
	border-radius: 20px;
	transition: box-shadow 0.3s;
}
.form__radio:hover {
	box-shadow: 3px 3px 0 #333;
}
@media (min-width: 1600px) {
	.form__radio:hover {
		box-shadow: 4px 4px 0 #333;
	}
}
.form__radio-text {
	font-size: 22px;
}
.form__radio-input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}
.form__radio-circle {
	position: relative;
	order: -1;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #333;
}
.form__radio-circle:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #333;
	opacity: 0;
	transition: opacity 0.3s;
}
.form__radio-input:checked + .form__radio-circle:after {
	opacity: 1;
}
.form__photo {
	border-radius: 10px;
	background-color: #eff3ff;
	border: 1px dashed #b1b1b1;
}
.form__photo:hover {
	border-color: #fab862;
}
.form__photo--changed {
	display: grid;
	grid-template-columns: 185px auto;
	align-items: center;
}
.form__photo-attachments {
	display: none;
	grid-auto-flow: column;
	height: 70px;
	padding-left: 10px;
}
.form__photo-attachments img {
	height: 70px;
	border-radius: 5px;
	object-fit: cover;
}
.form__photo-attachments img:not(:first-child) {
	margin-left: -25%;
}
.form__photo--changed .form__photo-attachments {
	display: grid;
}
.form__photo-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	cursor: pointer;
}
.form__photo-input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}
.form__photo-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}
.form__photo-text--hide {
	display: none;
}
.form__submit {
	justify-self: start;
}
.form__reset {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	font-size: 14px;
}
@media (min-width: 576px) {
	.form__reset {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.form__reset {
		font-size: 18px;
	}
}
.sort {
	font-weight: 500;
	color: #333;
	font-size: 14px;
}
@media (min-width: 992px) {
	.sort {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.sort {
		font-size: 18px;
	}
}
.sort__select {
	border: 0;
	transition: color 0.3s;
	cursor: pointer;
}
.sort__select:focus {
	outline: none;
	color: #fbb150;
}
.toasted {
	position: fixed;
	bottom: 0;
	z-index: 10;
	display: grid;
	row-gap: 9px;
	width: 100%;
}
@media (min-width: 576px) {
	.toasted {
		width: auto;
		min-width: 320px;
		max-width: 90vw;
		bottom: auto;
		top: 30px;
		right: 30px;
	}
}
.toasted__item {
	position: relative;
	display: grid;
	align-items: center;
	width: 100%;
	max-height: 96px;
	padding: 10px 30px 10px 15px;
	box-shadow: 3px 3px 0 #222;
	overflow: hidden;
}
@media (min-width: 576px) {
	.toasted__item {
		max-height: 104px;
		border-radius: 3px;
	}
}
.toasted__item--success {
	background-color: #0ae35d;
}
.toasted__item--warning {
	background-color: #ffc107;
}
.toasted__item--error {
	background-color: #f44336;
}
.toasted__item-text {
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}
@media (min-width: 576px) {
	.toasted__item-text {
		line-height: 1.4;
	}
}
@media (min-width: 1600px) {
	.toasted__item-text {
		font-size: 18px;
	}
}
.toasted__item-close {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-image: url(../img/cross.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
}
@media (min-width: 1600px) {
	.toasted__item-close {
		width: 16px;
		height: 16px;
	}
}
.progress {
	display: none;
	grid-template-columns: 1fr auto;
	align-items: center;
	column-gap: 8px;
}
.progress__bar {
	display: grid;
	height: 6px;
	border-radius: 3px;
	background-color: #eee;
	overflow: hidden;
}
.progress__track {
	width: 0;
	background-color: #04aa6d;
	transition: width 0.3s;
}
.progress__text {
	font-size: 13px;
	line-height: 13px;
	color: #777;
}
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100dvh;
	max-height: 100dvh;
	padding: 15px;
	background-color: #f3f3f3;
	overflow-y: auto;
}
@media (min-width: 576px) {
	.modal {
		width: 420px;
		height: auto;
		padding: 30px 25px;
		border-radius: 20px;
		box-shadow: 3px 3px 15px 3px rgba(0, 57, 143, 0.1);
	}
}
@media (min-width: 768px) {
	.modal {
		width: 500px;
		padding: 30px;
	}
}
@media (min-width: 992px) {
	.modal {
		width: 90vw;
	}
}
@media (min-width: 1200px) {
	.modal {
		width: 1000px;
		padding: 35px 30px;
		border-radius: 25px;
	}
}
@media (min-width: 1600px) {
	.modal {
		width: 1100px;
		padding: 45px 40px;
		border-radius: 35px;
	}
}
.modal[data-is-open='true'] {
	display: grid;
}
.modal__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	background-image: url(../img/cross.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@media (min-width: 992px) {
	.modal__close {
		top: 25px;
		right: 25px;
		width: 30px;
		height: 30px;
	}
}
@media (min-width: 1600px) {
	.modal__close {
		top: 35px;
		right: 35px;
		width: 35px;
		height: 35px;
	}
}
.modal__close:hover {
	opacity: 1;
}
.modal__body {
	display: grid;
	align-content: start;
}
@media (min-width: 992px) {
	.modal__body {
		grid-template-columns: 350px 1fr;
		column-gap: 30px;
	}
}
@media (min-width: 1200px) {
	.modal__body {
		grid-template-columns: 450px 1fr;
	}
}
@media (min-width: 1600px) {
	.modal__body {
		column-gap: 40px;
	}
}
.modal__logo {
	margin-bottom: 30px;
}
.modal__title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	color: #333;
}
@media (min-width: 992px) {
	.modal__title {
		margin-bottom: 15px;
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.modal__title {
		font-size: 34px;
	}
}
@media (min-width: 1600px) {
	.modal__title {
		margin-bottom: 20px;
		font-size: 40px;
	}
}
.modal__text {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
@media (min-width: 992px) {
	.modal__text {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.modal__text {
		margin-bottom: 35px;
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.modal__text {
		font-size: 20px;
	}
}
.modal__form {
	row-gap: 25px;
}
@media (min-width: 992px) {
	.modal__form {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.modal__form {
		row-gap: 30px;
		width: 350px;
	}
}
@media (min-width: 1600px) {
	.modal__form {
		row-gap: 40px;
		width: 400px;
	}
}
.modal__form-input {
	background-color: #fff;
}
.modal__form-submit {
	margin-top: 10px;
	border-radius: 12px;
}
.modal__illustration {
	display: none;
}
@media (min-width: 992px) {
	.modal__illustration {
		display: grid;
		align-content: center;
		grid-column: 2/3;
		grid-row: 1/5;
	}
}
.table {
	overflow-x: auto;
	padding-bottom: 10px;
}
.table::-webkit-scrollbar {
	height: 7px;
	border-radius: 4px;
}
.table::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: #f3f3f3;
}
.table::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #eff3ff;
}
.table__body {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	text-align: left;
}
.table__th {
	padding: 14px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
@media (min-width: 1600px) {
	.table__th {
		font-size: 16px;
		line-height: 18px;
	}
}
.table__th:not(:last-child) {
	padding-right: 20px;
}
.table__td {
	padding: 14px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	white-space: nowrap;
}
@media (min-width: 1600px) {
	.table__td {
		font-size: 16px;
		line-height: 18px;
	}
}
.table__td:not(:last-child) {
	padding-right: 20px;
}
.table a {
	color: #eff3ff;
}
.table a:hover {
	color: #fbc47d;
}
.title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #333;
}
@media (min-width: 992px) {
	.title {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 48px;
	}
}
@media (min-width: 1600px) {
	.title {
		margin-bottom: 40px;
		font-size: 52px;
		line-height: 62px;
	}
}
.join-us {
	position: relative;
	padding-top: 90px;
	padding-bottom: 55px;
}
@media (min-width: 992px) {
	.join-us {
		padding-top: 130px;
		padding-bottom: 70px;
	}
}
@media (min-width: 1600px) {
	.join-us {
		padding-top: 160px;
		padding-bottom: 90px;
	}
}
.join-us:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 830px;
	height: 830px;
	background-image: url(../img/bg-join-us.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.join-us:after {
		width: 1000px;
		height: 1000px;
	}
}
@media (min-width: 992px) {
	.join-us:after {
		width: 1200px;
		height: 1200px;
	}
}
@media (min-width: 1200px) {
	.join-us:after {
		width: 1600px;
		height: 1600px;
	}
}
@media (min-width: 1600px) {
	.join-us:after {
		top: 200px;
		width: 1825px;
		height: 1800px;
	}
}
.join-us__title {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 28px;
	color: #333;
	text-align: center;
}
@media (min-width: 992px) {
	.join-us__title {
		margin-bottom: 60px;
		font-size: 30px;
		line-height: 38px;
	}
}
@media (min-width: 1600px) {
	.join-us__title {
		margin-bottom: 90px;
		font-size: 40px;
		line-height: 48px;
	}
}
.join-us__items {
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between;
}
@media (min-width: 576px) {
	.join-us__items {
		justify-content: center;
		column-gap: 70px;
	}
}
@media (min-width: 992px) {
	.join-us__items {
		column-gap: 130px;
	}
}
@media (min-width: 1600px) {
	.join-us__items {
		column-gap: 195px;
	}
}
.join-us__item {
	position: relative;
	justify-self: start;
	padding-right: 17px;
	font-weight: 450;
	font-size: 20px;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	transition: color 0.3s;
}
@media (min-width: 576px) {
	.join-us__item {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.join-us__item {
		padding-right: 25px;
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.join-us__item {
		padding-right: 35px;
		font-size: 26px;
	}
}
.join-us__item:hover {
	color: #fab862;
}
.join-us__item:after {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: 0;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background-image: url(../img/icon-long-arrow.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: transform 0.3s;
}
@media (min-width: 992px) {
	.join-us__item:after {
		width: 15px;
		height: 15px;
	}
}
@media (min-width: 1600px) {
	.join-us__item:after {
		width: 21px;
		height: 21px;
	}
}
.join-us__item:hover:after {
	transform: translate(5px, -50%);
}
.card {
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 15px hsla(0, 0%, 58%, 0.2);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.card,
.card__date {
	background-color: #fff;
	overflow: hidden;
}
.card__date {
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	max-width: 170px;
	padding: 6px 10px;
	border-radius: 23px;
	box-shadow: 0 0 3px #ccc;
	font-weight: 500;
	font-size: 12px;
	color: #fbc47d;
}
@media (min-width: 1600px) {
	.card__date {
		top: 20px;
		left: 20px;
		padding: 8px 14px;
		font-size: 14px;
	}
}
.card__date-years {
	margin-left: 7px;
	color: #333;
}
@media (min-width: 1600px) {
	.card__date-years {
		margin-left: 10px;
	}
}
.card__image {
	width: 100%;
	height: 215px;
	background-color: #eee;
	object-fit: cover;
}
@media (min-width: 576px) {
	.card__image {
		height: 230px;
	}
}
@media (min-width: 992px) {
	.card__image {
		height: 245px;
	}
}
@media (min-width: 1600px) {
	.card__image {
		height: 285px;
	}
}
.card__content {
	padding: 15px;
}
@media (min-width: 768px) {
	.card__content {
		padding: 20px;
	}
}
@media (min-width: 1600px) {
	.card__content {
		padding: 25px;
	}
}
.card__title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	transition: color 0.3s;
}
@media (min-width: 1200px) {
	.card__title {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.card__title {
		margin-bottom: 15px;
		font-size: 20px;
	}
}
.card__text {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
@media (min-width: 1600px) {
	.card__text {
		font-size: 16px;
	}
}
.card__text a {
	color: #2575dd;
}
.card__text p {
	margin-bottom: 0;
}
.slider,
.slider__viewport {
	position: relative;
}
.slider__container {
	height: 100%;
}
.slider__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider__next,
.slider__prev {
	display: none;
}
@media (min-width: 1200px) {
	.slider__next,
	.slider__prev {
		display: block;
		position: absolute;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
		background-image: url(../img/slider-arrow-left.svg);
		background-size: 18px 18px;
		background-position: 45%;
		background-repeat: no-repeat;
		opacity: 0;
		transition: opacity 0.3s;
	}
}
.slider__prev {
	left: 10px;
}
.slider__next {
	right: 10px;
	transform: translateY(-50%) rotate(180deg);
}
.slider:hover > .slider__controls .slider__next,
.slider:hover > .slider__controls .slider__prev {
	opacity: 1;
}
.slider__dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 1600px) {
	.slider__dots {
		bottom: 20px;
	}
}
.news-excerpts {
	position: relative;
	display: grid;
	padding-bottom: 40px;
}
@media (min-width: 992px) {
	.news-excerpts {
		padding-top: 20px;
		padding-bottom: 80px;
	}
}
@media (min-width: 1200px) {
	.news-excerpts {
		padding-top: 40px;
		padding-bottom: 100px;
	}
}
@media (min-width: 1600px) {
	.news-excerpts {
		padding-top: 70px;
		padding-bottom: 130px;
	}
}
.news-excerpts__container {
	display: grid;
}
@media (min-width: 992px) {
	.news-excerpts__container {
		grid-template-columns: auto 1fr;
		column-gap: 40px;
	}
}
@media (min-width: 1600px) {
	.news-excerpts__container {
		column-gap: 60px;
	}
}
@media (min-width: 992px) {
	.news-excerpts__aside {
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 320px;
		min-width: 320px;
		top: 60px;
		height: 400px;
		padding: 40px 20px;
		border-radius: 10px;
		background-color: #fab862;
	}
	.news-excerpts__aside:after {
		content: '';
		position: absolute;
		top: 40px;
		left: 20px;
		background-image: url(../img/icon-quotes.svg);
		width: 80px;
		height: 60px;
		background-repeat: no-repeat;
		background-size: 65px 45px;
	}
}
@media (min-width: 1200px) {
	.news-excerpts__aside {
		width: 350px;
		min-width: 350px;
		height: 450px;
		padding: 50px 25px;
	}
	.news-excerpts__aside:after {
		left: 40px;
		background-size: 100% 100%;
	}
}
@media (min-width: 1600px) {
	.news-excerpts__aside {
		width: 380px;
		min-width: 380px;
		height: 500px;
		padding: 60px 35px;
	}
}
.news-excerpts__title {
	margin-bottom: 25px;
	text-align-last: left;
}
@media (min-width: 992px) {
	.news-excerpts__title {
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 44px;
		line-height: 1;
		color: #fff;
	}
}
@media (min-width: 1200px) {
	.news-excerpts__title {
		font-size: 48px;
	}
}
@media (min-width: 1600px) {
	.news-excerpts__title {
		margin-bottom: 25px;
		font-size: 56px;
	}
}
.news-excerpts__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
@media (min-width: 992px) {
	.news-excerpts__text {
		color: #fff;
	}
}
@media (min-width: 1200px) {
	.news-excerpts__text {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.news-excerpts__text {
		font-size: 18px;
	}
}
.news-excerpts__cards {
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	grid-auto-columns: 280px;
	column-gap: 15px;
	margin-right: -15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-x: scroll;
}
@media (min-width: 576px) {
	.news-excerpts__cards {
		grid-auto-columns: 300px;
		column-gap: 20px;
		margin-right: -18px;
		padding-right: 18px;
	}
}
@media (min-width: 768px) {
	.news-excerpts__cards {
		margin-right: -24px;
		padding-right: 24px;
	}
}
@media (min-width: 992px) {
	.news-excerpts__cards {
		grid-auto-columns: 320px;
		margin-right: -16px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.news-excerpts__cards {
		grid-auto-columns: 340px;
		margin-right: -145px;
	}
}
@media (min-width: 1600px) {
	.news-excerpts__cards {
		grid-auto-columns: 370px;
		margin-right: -235px;
	}
}
.news-excerpts__cards::-webkit-scrollbar {
	height: 3px;
	border-radius: 0;
	background-color: #efefef;
}
.news-excerpts__cards::-webkit-scrollbar-track {
	border-radius: 0;
}
.news-excerpts__cards::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #fbb150;
}
.news-excerpts__cards::scrollbar-color {
	background-color: #fbb150;
}
.news-excerpts__card {
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.news-excerpts__card:hover .card__title {
	color: #fbb150;
}
@media (min-width: 992px) {
	.news-excerpts__card {
		transition: transform 0.3s, margin-right 0.3s;
	}
}
.news-excerpts__button {
	justify-self: center;
	margin-top: 50px;
}
.favorite {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	justify-content: start;
	column-gap: 5px;
	font-weight: 500;
	transition: background-image 0.3s ease-in-out;
}
.favorite:before {
	content: '';
	width: 23px;
	height: 23px;
	background-image: url(../img/favorite.svg);
	background-size: 100% 100%;
	background-position: 50%;
	background-repeat: no-repeat;
}
@media (min-width: 1600px) {
	.favorite:before {
		width: 27px;
		height: 27px;
	}
}
.favorite.is-favorite:before {
	background-image: url(../img/favorite-fill.svg);
}
.product__promo {
	display: grid;
	grid-template-areas: 'a' 'b' 'c' 'd';
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.product__promo {
		grid-template-columns: 1fr 340px;
		grid-template-areas: 'a a' 'b b' 'c d';
		column-gap: 15px;
	}
}
@media (min-width: 992px) {
	.product__promo {
		grid-template-columns: 1fr 360px;
		grid-template-areas: 'a a' 'b b' 'c d';
		column-gap: 20px;
	}
}
@media (min-width: 1200px) {
	.product__promo {
		grid-template-columns: 1fr 400px;
		column-gap: 25px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1600px) {
	.product__promo {
		grid-template-columns: 1fr 490px;
		column-gap: 35px;
		margin-bottom: 50px;
	}
}
.product__headline {
	grid-area: a;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.product__headline {
		margin-bottom: 25px;
	}
}
@media (min-width: 992px) {
	.product__headline {
		font-size: 26px;
	}
}
@media (min-width: 1600px) {
	.product__headline {
		font-size: 30px;
	}
}
.product__title {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}
@media (min-width: 992px) {
	.product__title {
		font-size: 26px;
	}
}
@media (min-width: 1600px) {
	.product__title {
		margin-bottom: 20px;
		font-size: 30px;
	}
}
.product__bar {
	grid-area: b;
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: space-between;
	align-items: center;
	margin-bottom: 13px;
}
@media (min-width: 768px) {
	.product__bar {
		grid-template-columns: 1fr 340px;
		margin-bottom: 15px;
	}
}
@media (min-width: 992px) {
	.product__bar {
		grid-template-columns: 1fr 360px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.product__bar {
		grid-template-columns: 1fr 400px;
	}
}
@media (min-width: 1600px) {
	.product__bar {
		grid-template-columns: 1fr 490px;
	}
}
.product__bar-column {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	column-gap: 25px;
}
@media (min-width: 768px) {
	.product__bar-column {
		justify-content: space-between;
	}
}
.product__bar-item {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	color: #333;
	transition: color 0.3s;
}
@media (min-width: 576px) {
	.product__bar-item {
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	.product__bar-item {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.product__bar-item {
		font-size: 20px;
	}
}
.product__order-measure {
	display: none;
}
@media (min-width: 576px) {
	.product__order-measure {
		display: flex;
		align-items: center;
	}
}
@media (min-width: 576px) {
	.product__order-measure:before {
		content: '';
		margin-right: 5px;
		width: 20px;
		height: 20px;
		background-image: url(../img/measuring-tape.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
}
@media (min-width: 768px) {
	.product__order-measure:before {
		width: 23px;
		height: 23px;
		margin-right: 9px;
	}
}
@media (min-width: 1600px) {
	.product__order-measure:before {
		width: 25px;
		height: 25px;
		margin-right: 11px;
	}
}
.product__order-measure:hover {
	color: #777;
}
@media (min-width: 768px) {
	.product__favorite {
		column-gap: 9px;
	}
}
@media (min-width: 1600px) {
	.product__favorite {
		column-gap: 11px;
	}
}
.product__favorite:before {
	width: 20px;
	height: 20px;
}
@media (min-width: 768px) {
	.product__favorite:before {
		width: 23px;
		height: 23px;
	}
}
@media (min-width: 1600px) {
	.product__favorite:before {
		width: 25px;
		height: 25px;
	}
}
.product__favorite:hover {
	color: #777;
}
.product__slider {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.product__slider {
		margin-bottom: 0;
	}
}
.product__slider-viewport {
	height: 220px;
	border-radius: 15px;
}
@media (min-width: 576px) {
	.product__slider-viewport {
		height: 360px;
	}
}
@media (min-width: 768px) {
	.product__slider-viewport {
		height: 300px;
	}
}
@media (min-width: 992px) {
	.product__slider-viewport {
		border-radius: 20px;
		height: 385px;
	}
}
@media (min-width: 1200px) {
	.product__slider-viewport {
		height: 475px;
	}
}
@media (min-width: 1600px) {
	.product__slider-viewport {
		height: 600px;
		border-radius: 25px;
	}
}
.product__aside {
	grid-area: d;
	padding: 0 15px;
	border-radius: 15px;
	background-color: #f3f3f3;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
	.product__aside {
		padding: 0 20px;
		border-radius: 20px;
	}
}
@media (min-width: 1600px) {
	.product__aside {
		padding: 0 25px;
		border-radius: 25px;
	}
}
.product__features {
	display: grid;
}
.product__aside-footer,
.product__aside-header {
	margin: 0 -15px;
	padding: 20px 15px;
}
@media (min-width: 992px) {
	.product__aside-footer,
	.product__aside-header {
		margin: 0 -20px;
		padding: 20px;
	}
}
@media (min-width: 1200px) {
	.product__aside-footer,
	.product__aside-header {
		padding: 25px 20px;
	}
}
@media (min-width: 1600px) {
	.product__aside-footer,
	.product__aside-header {
		margin: 0 -25px;
		padding: 30px 25px;
	}
}
.product__aside-header {
	display: grid;
	align-items: center;
	border-bottom: 1px solid #a7b0d0;
}
.product__aside-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #000;
}
@media (min-width: 992px) {
	.product__aside-title {
		font-size: 22px;
	}
}
@media (min-width: 1200px) {
	.product__aside-title {
		font-size: 24px;
	}
}
@media (min-width: 1600px) {
	.product__aside-title {
		font-size: 28px;
	}
}
.product__features-price {
	align-self: center;
	padding: 10px 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
}
@media (min-width: 1200px) {
	.product__features-price {
		padding: 15px 0;
		font-size: 24px;
	}
}
@media (min-width: 1600px) {
	.product__features-price {
		padding: 20px 0;
		font-size: 28px;
	}
}
.product__features-list {
	display: grid;
	grid-template-columns: max-content auto;
	justify-content: space-between;
	column-gap: 10px;
	row-gap: 15px;
	margin: 0 -15px;
	padding: 20px 15px;
	border-top: 1px solid #a7b0d0;
	border-bottom: 1px solid #a7b0d0;
}
@media (min-width: 992px) {
	.product__features-list {
		margin: 0 -20px;
		padding: 20px;
	}
}
@media (min-width: 1600px) {
	.product__features-list {
		row-gap: 20px;
		margin: 0 -25px;
		padding: 20px 25px;
	}
}
.product__features-name {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
}
@media (min-width: 1600px) {
	.product__features-name {
		font-size: 18px;
	}
}
.product__features-value {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}
@media (min-width: 1600px) {
	.product__features-value {
		font-size: 18px;
	}
}
.product__aside-footer {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	column-gap: 20px;
}
@media (min-width: 576px) {
	.product__aside-footer {
		justify-content: center;
		column-gap: 30px;
	}
}
.product__section {
	padding: 25px 0;
}
.product__details {
	border-bottom: 1px solid #a7b0d0;
}
.product__details-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__details-nav:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ccc;
}
@media (min-width: 576px) {
	.product__details-nav {
		justify-content: start;
		column-gap: 20px;
	}
}
@media (min-width: 992px) {
	.product__details-nav {
		column-gap: 30px;
	}
}
@media (min-width: 1600px) {
	.product__details-nav {
		column-gap: 45px;
	}
}
.product__details-nav-item {
	position: relative;
	display: grid;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	cursor: pointer;
	transition: color 0.2s, border-bottom 0.2s;
}
@media (min-width: 992px) {
	.product__details-nav-item {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.product__details-nav-item {
		font-size: 22px;
	}
}
.product__details-nav-item.is-active,
.product__details-nav-item:hover {
	color: #fbb150;
	border-bottom: 2px solid #fbb150;
}
.product__details-item {
	display: none;
	font-size: 16px;
	line-height: 20px;
}
@media (min-width: 1600px) {
	.product__details-item {
		font-size: 18px;
		line-height: 22px;
	}
}
.product__details-item a {
	color: #2575dd;
}
.product__details-item a:hover {
	color: #fbb150;
}
.product__details-item.is-active {
	display: grid;
}
.product__similar-items {
	position: relative;
}
.product__similar-items-title {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.product__similar-items-title {
		margin-bottom: 25px;
	}
}
@media (min-width: 1600px) {
	.product__similar-items-title {
		margin-bottom: 30px;
	}
}
.product__similar-items-slider {
	position: static;
	margin-right: -15px;
}
@media (min-width: 1200px) {
	.product__similar-items-slider {
		margin-right: 0;
	}
}
.product__similar-items-slider-viewport {
	margin: -15px 0;
	padding: 15px 0;
	padding-right: 15px;
}
@media (min-width: 1200px) {
	.product__similar-items-slider-viewport {
		padding-right: 0;
	}
}
.product__similar-items-slider-container {
	margin-left: -8px;
	margin-right: -8px;
	grid-auto-columns: 305px;
}
@media (min-width: 576px) {
	.product__similar-items-slider-container {
		grid-auto-columns: 315px;
	}
}
@media (min-width: 1200px) {
	.product__similar-items-slider-container {
		grid-auto-columns: 33.3333333333%;
	}
}
@media (min-width: 1600px) {
	.product__similar-items-slider-container {
		grid-auto-columns: 25%;
	}
}
.product__similar-items-slider-container > .slider__slide {
	padding: 0 8px;
}
@media (min-width: 1200px) {
	.product__similar-items-slider-container > .slider__slide {
		padding: 0 10px;
	}
}
@media (min-width: 1200px) {
	.product__similar-items-slider-container .product-preview__image {
		height: 245px;
	}
}
@media (min-width: 1600px) {
	.product__similar-items-slider-container .product-preview__image {
		height: 230px;
	}
}
.product__similar-items-slider > .slider__controls {
	display: none;
}
@media (min-width: 1200px) {
	.product__similar-items-slider > .slider__controls {
		display: grid;
		position: absolute;
		top: 20px;
		right: 0;
	}
}
.product__similar-items-slider-buttons {
	display: grid;
	grid-auto-flow: column;
	column-gap: 15px;
}
.product__similar-items-slider-buttons > .embla__button {
	width: 40px;
	height: 40px;
	background-image: url(../img/slider-circle-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.product__similar-items-slider-buttons > .embla__button--next {
	transform: rotate(180deg);
}
.product-preview {
	position: relative;
	display: grid;
	border-radius: 14px;
	box-shadow: 2px 5px 15px rgba(59, 11, 55, 0.12);
	z-index: 1;
	overflow: hidden;
	transition: box-shadow 0.3s, transform 0.3s;
	animation: a 0.5s both;
}
.product-preview:hover {
	transform: translate(-5px, -10px);
	box-shadow: 2px 5px 20px rgba(59, 11, 55, 0.3);
}
.product-preview__header {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 1200px) {
	.product-preview__header {
		top: 13px;
		left: 13px;
		right: 13px;
	}
}
@media (min-width: 1600px) {
	.product-preview__header {
		top: 15px;
		left: 15px;
		right: 15px;
	}
}
.product-preview__category {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 4px 8px;
	border-radius: 15px;
	background-color: #333;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1200px) {
	.product-preview__category {
		top: 12px;
		left: 12px;
		padding: 5px 9px;
	}
}
@media (min-width: 1600px) {
	.product-preview__category {
		top: 15px;
		left: 15px;
		padding: 7px 12px;
		border-radius: 20px;
		font-size: 14px;
	}
}
.product-preview__category:hover {
	background-color: #fab862;
}
.product-preview__image {
	width: 100%;
	height: 195px;
	object-fit: cover;
}
@media (min-width: 576px) {
	.product-preview__image {
		height: 200px;
	}
}
@media (min-width: 1200px) {
	.product-preview__image {
		height: 215px;
	}
}
@media (min-width: 1600px) {
	.product-preview__image {
		height: 255px;
	}
}
.product-preview__details {
	display: grid;
	width: 100%;
	padding: 15px 10px;
	background-color: #fff;
}
@media (min-width: 768px) {
	.product-preview__details {
		padding: 15px;
	}
}
@media (min-width: 1600px) {
	.product-preview__details {
		padding: 20px;
	}
}
.product-preview__title {
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
@media (min-width: 992px) {
	.product-preview__title {
		font-size: 18px;
		line-height: 20px;
	}
}
@media (min-width: 1600px) {
	.product-preview__title {
		font-size: 22px;
		line-height: 24px;
	}
}
.product-preview__description {
	display: none;
	font-size: 12px;
	line-height: 16px;
	color: #2b2b2b;
}
@media (min-width: 576px) {
	.product-preview__description {
		font-size: 13px;
	}
}
@media (min-width: 992px) {
	.product-preview__description {
		font-size: 14px;
	}
}
@media (min-width: 1600px) {
	.product-preview__description {
		font-size: 16px;
		line-height: 20px;
	}
}
.product-preview__params {
	display: grid;
	row-gap: 5px;
	margin-top: 10px;
}
@media (min-width: 1600px) {
	.product-preview__params {
		row-gap: 7px;
	}
}
.product-preview__params-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dotted #ccd2e3;
	font-size: 14px;
	padding-bottom: 3px;
}
@media (min-width: 1600px) {
	.product-preview__params-item {
		font-size: 16px;
	}
}
.product-preview__params-value {
	font-weight: 500;
}
.product-preview__details-extra {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
@media (min-width: 992px) {
	.product-preview__details-extra {
		margin-top: 20px;
	}
}
@media (min-width: 1600px) {
	.product-preview__details-extra {
		margin-top: 25px;
	}
}
.product-preview__price {
	font-weight: 450;
	font-size: 16px;
}
@media (min-width: 992px) {
	.product-preview__price {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.product-preview__price {
		font-size: 20px;
	}
}
.product-preview__price:after {
	content: '₽';
	vertical-align: middle;
}
.product-preview__more {
	background-color: #fab862;
}
@media (max-width: 992px) {
	.product-preview__more {
		padding: 7px 10px;
		font-size: 14px;
	}
}
@media (max-width: 1599px) {
	.product-preview__more {
		font-size: 15px;
		padding: 8px 14px;
	}
}
.products__container {
	display: grid;
}
.products__title {
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.products__title {
		margin-bottom: 24px;
	}
}
.products__nav {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	justify-content: start;
	grid-auto-columns: max-content;
	column-gap: 15px;
	margin: 0 -15px;
	padding: 10px 15px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.products__nav::-webkit-scrollbar {
	display: none;
}
@media (min-width: 576px) {
	.products__nav {
		margin-right: -16px;
		padding-right: -16px;
	}
}
@media (min-width: 768px) {
	.products__nav {
		justify-content: center;
		column-gap: 20px;
		margin: 0;
		padding: 10px 0;
	}
}
@media (min-width: 1600px) {
	.products__nav {
		column-gap: 30px;
		margin-bottom: 20px;
	}
}
.products__nav-item--active,
.products__nav-item:hover {
	background-color: #fbb150;
	color: #fff;
}
.products__items {
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	column-gap: 15px;
	margin: 0 -15px;
	padding: 25px 15px;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
@media (min-width: 1200px) {
	.products__items {
		padding: 25px;
		-ms-overflow-style: auto;
		scrollbar-width: auto;
	}
}
.products__items::-webkit-scrollbar {
	display: none;
}
@media (min-width: 1200px) {
	.products__items::-webkit-scrollbar {
		display: block;
		height: 3px;
		border-radius: 0;
		background-color: #efefef;
	}
}
@media (min-width: 1200px) {
	.products__items::-webkit-scrollbar-track {
		border-radius: 0;
	}
}
@media (min-width: 1200px) {
	.products__items::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #fbb150;
	}
}
@media (min-width: 1200px) {
	.products__items::scrollbar-color {
		background-color: #fbb150;
	}
}
@media (min-width: 576px) {
	.products__items {
		margin-right: -33px;
		padding-right: 33px;
	}
}
@media (min-width: 768px) {
	.products__items {
		margin-right: -20px;
	}
}
@media (min-width: 992px) {
	.products__items {
		margin-right: -31px;
		padding-right: 31px;
	}
}
@media (min-width: 1200px) {
	.products__items {
		margin-right: -150px;
		padding-right: 20px;
	}
}
@media (min-width: 1600px) {
	.products__items {
		column-gap: 20px;
		margin-right: -240px;
	}
}
.products__more {
	justify-self: center;
	margin-top: 20px;
}
@media (min-width: 1200px) {
	.products__more {
		margin-top: 40px;
	}
}
@media (min-width: 1600px) {
	.products__more {
		margin-top: 55px;
	}
}
.products .product-preview {
	width: 290px;
}
@media (min-width: 576px) {
	.products .product-preview {
		width: 300px;
	}
}
@media (min-width: 1200px) {
	.products .product-preview {
		width: 320px;
	}
}
@media (min-width: 1600px) {
	.products .product-preview {
		width: 380px;
	}
}
.catalog__panel {
	margin-bottom: 15px;
}
@media (min-width: 1600px) {
	.catalog__panel {
		margin-bottom: 20px;
	}
}
.catalog__items {
	display: grid;
	row-gap: 25px;
}
@media (min-width: 576px) {
	.catalog__items {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
	}
}
@media (min-width: 768px) {
	.catalog__items {
		column-gap: 25px;
	}
}
@media (min-width: 992px) {
	.catalog__items {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 15px;
	}
}
@media (min-width: 1200px) {
	.catalog__items {
		column-gap: 20px;
	}
}
@media (min-width: 1600px) {
	.catalog__items {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 25px;
	}
}
.catalog__items .product-preview__image {
	height: 220px;
}
@media (min-width: 576px) {
	.catalog__items .product-preview__image {
		height: 175px;
	}
}
@media (min-width: 768px) {
	.catalog__items .product-preview__image {
		height: 230px;
	}
}
@media (min-width: 992px) {
	.catalog__items .product-preview__image {
		height: 205px;
	}
}
@media (min-width: 1200px) {
	.catalog__items .product-preview__image {
		height: 245px;
	}
}
@media (min-width: 1600px) {
	.catalog__items .product-preview__image {
		height: 225px;
	}
}
.catalog-panel__wrapper {
	position: relative;
}
.catalog-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
@media (min-width: 576px) {
	.catalog-panel__header {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.catalog-panel__header {
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.catalog-panel__header {
		margin-bottom: 30px;
	}
}
@media (min-width: 1600px) {
	.catalog-panel__header {
		margin-bottom: 40px;
	}
}
.catalog-panel__title {
	max-width: calc(100% - 60px);
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.5;
	color: #000;
}
@media (min-width: 576px) {
	.catalog-panel__title {
		max-width: calc(100% - 150px);
	}
}
@media (min-width: 768px) {
	.catalog-panel__title {
		max-width: 100%;
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.catalog-panel__title {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.catalog-panel__title {
		font-size: 30px;
	}
}
@media (min-width: 1600px) {
	.catalog-panel__title {
		font-size: 40px;
	}
}
@media (min-width: 768px) {
	.catalog-panel__bar {
		display: grid;
		grid-template-columns: 590px auto;
		justify-content: space-between;
		align-items: center;
	}
}
@media (min-width: 992px) {
	.catalog-panel__bar {
		grid-template-columns: 820px auto;
	}
}
@media (min-width: 1200px) {
	.catalog-panel__bar {
		grid-template-columns: 990px auto;
	}
}
@media (min-width: 1600px) {
	.catalog-panel__bar {
		grid-template-columns: 1260px auto;
	}
}
.catalog-panel__filter {
	position: absolute;
	top: -2px;
	right: 0;
}
@media (min-width: 576px) {
	.catalog-panel__filter {
		top: -4px;
	}
}
@media (min-width: 768px) {
	.catalog-panel__filter {
		position: static;
		top: auto;
		right: auto;
	}
}
.catalog-panel__sort {
	margin-top: 10px;
}
@media (min-width: 992px) {
	.catalog-panel__sort {
		margin-top: 15px;
	}
}
.nav-categories {
	display: grid;
	grid-auto-flow: column;
	justify-content: start;
	grid-auto-columns: max-content;
	column-gap: 15px;
	margin: 0 -15px;
	padding: 10px 15px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.nav-categories::-webkit-scrollbar {
	display: none;
}
@media (min-width: 576px) {
	.nav-categories {
		margin-right: -16px;
		padding-right: -16px;
	}
}
@media (min-width: 768px) {
	.nav-categories {
		column-gap: 20px;
		margin: 0;
		padding: 10px 0;
	}
}
@media (min-width: 1600px) {
	.nav-categories {
		column-gap: 30px;
	}
}
.nav-categories__item {
	display: grid;
}
.nav-categories__item span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}
.nav-categories__link {
	display: grid;
	align-content: center;
	text-align: center;
	white-space: nowrap;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.nav-categories__item--active .nav-categories__link,
.nav-categories__item:hover .nav-categories__link {
	background-color: #fbb150;
	color: #fff;
}
.nav-categories__title {
	font-weight: 500;
	font-size: inherit;
}
.filter {
	display: grid;
}
.filter__trigger {
	display: flex;
	align-items: center;
}
@media (min-width: 576px) {
	.filter__trigger {
		padding: 6px 8px;
		border: 1px solid #999;
		border-radius: 10px;
		transition: border-color 0.3s, background-color 0.3s;
	}
}
@media (min-width: 576px) and (min-width: 1200px) {
	.filter__trigger {
		padding: 8px 10px;
	}
}
@media (min-width: 576px) and (min-width: 1600px) {
	.filter__trigger {
		padding: 12px 14px;
	}
}
@media (min-width: 576px) {
	.filter__trigger:hover {
		background-color: #eff3ff;
		border-color: #eff3ff;
	}
}
.filter__trigger:before {
	content: '';
	width: 38px;
	height: 38px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	background-image: url(../img/filter.svg);
	background-size: 28px 28px;
	background-position: 50%;
	background-repeat: no-repeat;
}
@media (min-width: 576px) {
	.filter__trigger:before {
		width: 28px;
		height: 28px;
		margin-right: 5px;
		border: 0;
		border-radius: 0;
		background-size: 100% 100%;
	}
}
@media (min-width: 768px) {
	.filter__trigger:before {
		background-color: transparent;
	}
}
@media (min-width: 1600px) {
	.filter__trigger:before {
		width: 36px;
		height: 36px;
	}
}
.filter__trigger-text {
	display: none;
	color: #333;
}
@media (min-width: 576px) {
	.filter__trigger-text {
		display: inline-block;
		font-weight: 500;
		font-size: 14px;
	}
}
@media (min-width: 1600px) {
	.filter__trigger-text {
		font-size: 18px;
	}
}
.filter__form {
	position: relative;
	display: none;
	grid-template-rows: auto 1fr auto;
	row-gap: 0;
	width: 100vw;
	height: 100dvh;
	background-color: #fff;
	padding: 0 20px;
	box-shadow: 4px 4px 16px 3px rgba(0, 57, 143, 0.13);
}
@media (min-width: 576px) {
	.filter__form {
		width: calc(100vw - 60px);
		height: auto;
		max-height: calc(100dvh - 30px);
		border-radius: 25px;
		padding: 0 25px;
	}
}
@media (min-width: 768px) {
	.filter__form {
		width: 650px;
	}
}
@media (min-width: 1200px) {
	.filter__form {
		width: 700px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1600px) {
	.filter__form {
		width: 750px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
.filter__form.show {
	display: grid;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
@media (min-width: 576px) {
	.filter__form.show {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.filter__form-footer,
.filter__form-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: -20px;
	margin-right: -20px;
	padding: 15px 20px;
}
@media (min-width: 576px) {
	.filter__form-footer,
	.filter__form-header {
		margin-left: -25px;
		margin-right: -25px;
		padding: 20px 25px;
	}
}
.filter__form-header {
	border-bottom: 1px solid #eff3ff;
}
.filter__form-footer {
	border-top: 1px solid #eff3ff;
}
.filter__form-body {
	display: grid;
	row-gap: 25px;
	align-items: start;
}
@media (min-width: 576px) {
	.filter__form-body {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
	}
}
@media (min-width: 768px) {
	.filter__form-body {
		column-gap: 20px;
	}
}
@media (min-width: 992px) {
	.filter__form-body {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 25px;
		row-gap: 40px;
	}
}
@media (min-width: 1200px) {
	.filter__form-body {
		column-gap: 30px;
		row-gap: 50px;
	}
}
@media (min-width: 1600px) {
	.filter__form-body {
		column-gap: 40px;
		row-gap: 60px;
	}
}
.filter__form-fieldset {
	padding: 30px 0;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.filter__form-fieldset::-webkit-scrollbar {
	display: none;
}
@media (min-width: 992px) {
	.filter__form-fieldset {
		padding: 35px 0;
	}
}
@media (min-width: 1600px) {
	.filter__form-fieldset {
		padding: 45px 0;
	}
}
.filter__form-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}
@media (min-width: 992px) {
	.filter__form-title {
		font-size: 22px;
	}
}
@media (min-width: 1600px) {
	.filter__form-title {
		font-size: 26px;
	}
}
.filter__form-close {
	width: 24px;
	height: 24px;
	background-image: url(../img/cross.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@media (min-width: 992px) {
	.filter__form-close {
		width: 26px;
		height: 26px;
	}
}
@media (min-width: 1600px) {
	.filter__form-close {
		width: 28px;
		height: 28px;
	}
}
.filter__form-submit {
	width: auto;
	margin: 0;
	padding-left: inherit;
	padding-right: inherit;
}
.faq {
	display: grid;
	row-gap: 10px;
}
.faq__item {
	padding: 0 15px;
	border-radius: 15px;
	background-color: #f8f9fc;
	color: #000;
}
.faq__item:active,
.faq__item:focus {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.faq__item-title {
	position: relative;
	margin: 0 -12px;
	padding: 12px 10px;
	padding-right: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	list-style: none;
	cursor: pointer;
}
.faq__item-title::-webkit-details-marker {
	display: none;
}
.faq__item-title::-moz-list-bullet {
	display: none;
}
@media (min-width: 992px) {
	.faq__item-title {
		padding: 12px 15px;
		padding-right: 20px;
		font-size: 16px;
		line-height: 22px;
	}
}
@media (min-width: 1600px) {
	.faq__item-title {
		font-size: 18px;
		line-height: 24px;
	}
}
.faq__item-title:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	font-size: 18px;
	line-height: 1;
}
@media (min-width: 992px) {
	.faq__item-title:after {
		right: 10px;
		font-size: 22px;
	}
}
.faq__item[open] .faq__item-title:after {
	content: '-';
}
.faq__item-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	animation: a 0.4s both;
}
@media (min-width: 992px) {
	.faq__item-text {
		font-size: 16px;
		line-height: 19px;
	}
}
.faq__item-text p:not(:last-child) {
	margin-bottom: 10px;
}
.faq__item-text b {
	font-weight: 600;
}
.faq__item-text a {
	color: #5800ff;
	text-decoration: underline;
	transition: color 0.3s;
}
.faq__item-text a:hover {
	color: #fb0;
}
.stories__container {
	display: grid;
}
.stories__title {
	margin-bottom: 35px;
}
.stories__slider .embla__controls {
	order: 1;
	column-gap: 20px;
	margin-top: 20px;
}
.stories__slider .embla__controls .embla__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #dbdbdb;
}
@media (min-width: 992px) {
	.stories__slider .embla__controls .embla__dot {
		width: 15px;
		height: 15px;
	}
}
.stories__slider .embla__controls .embla__dot--selected {
	background-color: #fab862;
}
@media (min-width: 768px) {
	.stories__item-wrapper {
		display: grid;
		grid-template-columns: 0.7fr 1fr;
		align-items: center;
	}
}
.stories__item-image {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;
	box-shadow: 10px 10px 15px #999;
}
@media (min-width: 768px) {
	.stories__item-image {
		width: 190px;
		height: 190px;
	}
}
@media (min-width: 992px) {
	.stories__item-image {
		width: 240px;
		height: 240px;
	}
}
@media (min-width: 1600px) {
	.stories__item-image {
		width: 320px;
		height: 320px;
	}
}
.stories__item-name {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	text-align: center;
}
@media (min-width: 992px) {
	.stories__item-name {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (min-width: 1600px) {
	.stories__item-name {
		font-size: 22px;
		line-height: 26px;
	}
}
.stories__item-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}
@media (min-width: 768px) {
	.stories__item-text {
		position: relative;
		padding-left: 30px;
		text-align: left;
	}
}
@media (min-width: 992px) {
	.stories__item-text {
		padding-left: 50px;
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.stories__item-text {
		padding-left: 80px;
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.stories__item-text:after,
	.stories__item-text:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 16px;
		background-image: url(../img/icon-quote.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
}
@media (min-width: 992px) {
	.stories__item-text:after,
	.stories__item-text:before {
		width: 30px;
		height: 24px;
	}
}
@media (min-width: 1600px) {
	.stories__item-text:after,
	.stories__item-text:before {
		width: 40px;
		height: 34px;
	}
}
@media (min-width: 768px) {
	.stories__item-text:before {
		top: 5px;
		left: 0;
	}
}
@media (min-width: 768px) {
	.stories__item-text:after {
		right: 0;
		bottom: -5px;
		transform: rotate(180deg);
	}
}
.stories__item-text p {
	margin-bottom: 10px;
	font-size: inherit;
	line-height: inherit;
	color: #333;
}
@media (min-width: 768px) {
	.stories__item-text p {
		margin-bottom: 15px;
	}
}
@media (min-width: 1600px) {
	.stories__item-text p {
		margin-bottom: 20px;
	}
}
.know-more {
	display: grid;
	align-content: end;
	padding: 45px 20px;
	border-radius: 16px;
	background-color: #f6f7f9;
}
@media (min-width: 768px) {
	.know-more {
		padding: 45px 35px;
	}
}
@media (min-width: 992px) {
	.know-more {
		padding: 45px;
	}
}
@media (min-width: 1200px) {
	.know-more {
		grid-template-columns: 1.2fr 1fr;
	}
}
@media (min-width: 1600px) {
	.know-more {
		padding: 65px;
	}
}
.know-more__title {
	margin-bottom: 35px;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #333;
	text-align: center;
}
@media (min-width: 576px) {
	.know-more__title {
		margin-bottom: 20px;
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.know-more__title {
		font-size: 36px;
		line-height: 40px;
	}
}
@media (min-width: 1600px) {
	.know-more__title {
		font-size: 40px;
		line-height: 44px;
	}
}
.know-more__text {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}
@media (min-width: 576px) {
	.know-more__text {
		margin-bottom: 25px;
	}
}
@media (min-width: 1600px) {
	.know-more__text {
		font-size: 18px;
		line-height: 24px;
	}
}
.know-more__text a {
	color: #2575dd;
}
.know-more__text a:hover {
	color: #fbb150;
}
.know-more__link {
	justify-self: center;
	text-transform: uppercase;
}
@media (min-width: 576px) {
	.know-more__link {
		justify-self: start;
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media (min-width: 1200px) {
	.know-more__link {
		grid-column: 2/3;
		grid-row: 1/3;
		align-self: center;
		justify-self: end;
	}
}
@media (min-width: 1600px) {
	.know-more__link {
		justify-self: center;
	}
}
.community__title {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.community__title {
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {
	.community__title {
		margin-bottom: 50px;
	}
}
.community__wrapper {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	row-gap: 70px;
	padding: 50px 20px;
	border-radius: 35px;
	background-color: #f9f6fe;
	box-shadow: 2px 5px 20px rgba(59, 11, 55, 0.12);
}
@media (min-width: 576px) {
	.community__wrapper {
		justify-content: space-around;
	}
}
@media (min-width: 768px) {
	.community__wrapper {
		grid-template-columns: unset;
		grid-auto-flow: column;
		justify-content: space-between;
		padding: 100px 40px;
	}
}
@media (min-width: 992px) {
	.community__wrapper {
		padding: 120px 50px;
	}
}
@media (min-width: 1200px) {
	.community__wrapper {
		padding: 140px 65px;
	}
}
@media (min-width: 1600px) {
	.community__wrapper {
		padding: 150px 140px;
	}
}
.community__item {
	display: grid;
	row-gap: 15px;
	text-align: center;
}
@media (min-width: 768px) {
	.community__item {
		row-gap: 25px;
	}
}
@media (min-width: 1200px) {
	.community__item {
		row-gap: 30px;
	}
}
.community__item-count {
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #333;
}
@media (min-width: 768px) {
	.community__item-count {
		font-size: 30px;
		line-height: 36px;
	}
}
@media (min-width: 992px) {
	.community__item-count {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (min-width: 1200px) {
	.community__item-count {
		font-size: 50px;
		line-height: 60px;
	}
}
@media (min-width: 1600px) {
	.community__item-count {
		font-size: 54px;
		line-height: 66px;
	}
}
.community__item-text {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
@media (min-width: 576px) {
	.community__item-text {
		font-size: 16px;
		line-height: 19px;
	}
}
@media (min-width: 992px) {
	.community__item-text {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 1200px) {
	.community__item-text {
		font-size: 21px;
		line-height: 25px;
	}
}
.map {
	display: grid;
	min-height: 250px;
}
@media (min-width: 576px) {
	.map {
		min-height: 300px;
	}
}
@media (min-width: 768px) {
	.map {
		min-height: 400px;
	}
}
@media (min-width: 992px) {
	.map {
		min-height: 450px;
	}
}
@media (min-width: 1200px) {
	.map {
		min-height: 500px;
	}
}
@media (min-width: 1600px) {
	.map {
		min-height: 600px;
	}
}
.map__stream {
	width: 100%;
	height: 100%;
}
.connect__wrapper {
	display: grid;
	row-gap: 25px;
}
@media (min-width: 576px) {
	.connect__wrapper {
		row-gap: 35px;
	}
}
@media (min-width: 992px) {
	.connect__wrapper {
		grid-template-columns: 1fr 550px;
		column-gap: 50px;
		justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.connect__wrapper {
		grid-template-columns: 1fr 600px;
	}
}
@media (min-width: 1600px) {
	.connect__wrapper {
		grid-template-columns: 1fr 750px;
	}
}
@media (min-width: 768px) {
	.connect__column--content {
		max-width: 500px;
	}
}
.connect__column--contacts {
	display: grid;
	row-gap: 5px;
	justify-content: start;
}
@media (min-width: 992px) {
	.connect__column--contacts {
		align-self: end;
		row-gap: 10px;
	}
}
@media (min-width: 992px) {
	.connect__column--form {
		grid-column: 2/3;
		grid-row: 1/4;
	}
}
.connect__text {
	font-size: 16px;
	color: #000;
}
@media (min-width: 992px) {
	.connect__text {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.connect__text {
		font-size: 20px;
	}
}
.connect__contact-item {
	font-size: 16px;
	color: #2575dd;
}
@media (min-width: 992px) {
	.connect__contact-item {
		font-size: 18px;
	}
}
@media (min-width: 1600px) {
	.connect__contact-item {
		font-size: 20px;
	}
}
.connect__contact-item:hover {
	color: #fbb150;
}
@media (min-width: 768px) {
	.connect__form {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
	}
}
@media (min-width: 992px) {
	.connect__form {
		column-gap: 20px;
	}
}
@media (min-width: 768px) {
	.connect__form .form__textarea {
		grid-column: 1/-1;
	}
}
.footer {
	padding-top: 55px;
	padding-bottom: 40px;
	background-color: #fff;
}
@media (min-width: 992px) {
	.footer {
		padding-top: 70px;
		padding-bottom: 50px;
	}
}
@media (min-width: 1600px) {
	.footer {
		padding-top: 100px;
		padding-bottom: 70px;
	}
}
.footer__wrapper {
	display: grid;
	row-gap: 50px;
}
@media (min-width: 992px) {
	.footer__wrapper {
		grid-template-columns: auto 1fr;
		column-gap: 50px;
		justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.footer__wrapper {
		column-gap: 130px;
	}
}
@media (min-width: 1600px) {
	.footer__wrapper {
		column-gap: 270px;
	}
}
.footer__logo {
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.footer__logo {
		margin-bottom: 20px;
	}
}
@media (min-width: 1600px) {
	.footer__logo {
		margin-bottom: 25px;
	}
}
.footer__slogan {
	margin-top: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #2b2b2b;
}
@media (min-width: 992px) {
	.footer__slogan {
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
	}
}
@media (min-width: 1600px) {
	.footer__slogan {
		font-size: 18px;
		line-height: 22px;
	}
}
.footer__nav {
	display: grid;
	grid-template-columns: auto 1fr;
	justify-content: space-between;
	row-gap: 45px;
}
@media (min-width: 576px) {
	.footer__nav {
		grid-template-columns: repeat(3, auto);
	}
}
.footer-nav {
	display: grid;
}
.footer-nav__item {
	display: grid;
	align-content: start;
}
.footer-nav__title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #2b2b2b;
}
@media (min-width: 992px) {
	.footer-nav__title {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 24px;
	}
}
@media (min-width: 1600px) {
	.footer-nav__title {
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 30px;
	}
}
.footer-nav__sublist {
	display: grid;
	row-gap: 8px;
}
@media (min-width: 992px) {
	.footer-nav__sublist {
		row-gap: 10px;
	}
}
@media (min-width: 1600px) {
	.footer-nav__sublist {
		row-gap: 15px;
	}
}
.footer-nav__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #2b2b2b;
}
@media (min-width: 992px) {
	.footer-nav__link {
		font-size: 15px;
	}
}
@media (min-width: 1600px) {
	.footer-nav__link {
		font-size: 18px;
		line-height: 22px;
	}
}
.footer-nav__link:hover {
	color: #fab862;
}
.p-home__main {
	padding-top: 35px;
}
@media (min-width: 768px) {
	.p-home__main {
		padding-top: 100px;
	}
}
@media (min-width: 1200px) {
	.p-home__main {
		padding-top: 85px;
	}
}
@media (min-width: 1600px) {
	.p-home__main {
		padding-top: 95px;
	}
}
.p-home .products {
	padding: 50px 0;
}
@media (min-width: 1600px) {
	.p-home .products {
		padding: 80px 0;
	}
}
.p-home__faq {
	padding-bottom: 40px;
}
@media (min-width: 992px) {
	.p-home__faq {
		padding-bottom: 80px;
	}
}
@media (min-width: 1200px) {
	.p-home__faq {
		padding-bottom: 100px;
	}
}
@media (min-width: 1600px) {
	.p-home__faq {
		padding-bottom: 130px;
	}
}
.promo {
	position: relative;
	margin-bottom: 90px;
}
@media (min-width: 1200px) {
	.promo {
		padding-bottom: 70px;
	}
}
@media (min-width: 1600px) {
	.promo {
		padding-bottom: 150px;
	}
}
@media (min-width: 768px) {
	.promo__wrapper {
		display: grid;
		grid-template-columns: 1.2fr 1fr;
		column-gap: 30px;
	}
}
@media (min-width: 992px) {
	.promo__wrapper {
		grid-template-columns: 490px 1fr;
	}
}
@media (min-width: 1200px) {
	.promo__wrapper {
		grid-template-columns: 540px 1fr;
	}
}
@media (min-width: 1600px) {
	.promo__wrapper {
		grid-template-columns: 820px 1fr;
		column-gap: 90px;
	}
}
.promo__title {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #333;
}
@media (min-width: 768px) {
	.promo__title {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.promo__title {
		margin-top: 50px;
		font-size: 40px;
		line-height: 48px;
	}
}
@media (min-width: 1200px) {
	.promo__title {
		margin-top: 100px;
		font-size: 44px;
		line-height: 54px;
	}
}
@media (min-width: 1600px) {
	.promo__title {
		margin-bottom: 35px;
		font-size: 74px;
		line-height: 90px;
	}
}
.promo__image {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.promo__image {
		grid-row: span 4;
		margin-bottom: 0;
		margin-top: -30px;
	}
}
.promo__cards {
	position: relative;
	margin-bottom: 50px;
	width: 300px;
	height: 360px;
	margin: 0 auto;
	margin-bottom: 30px;
	visibility: hidden;
}
@media (min-width: 768px) {
	.promo__cards {
		grid-row: span 4;
		margin-bottom: 0;
		margin-top: -30px;
	}
}
@media (min-width: 992px) {
	.promo__cards {
		width: 370px;
		height: 420px;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.promo__cards {
		width: 460px;
		height: 515px;
	}
}
@media (min-width: 1600px) {
	.promo__cards {
		width: 640px;
		height: 680px;
	}
}
.promo__card {
	position: absolute;
	display: grid;
	width: 160px;
	height: 210px;
	transition: transform 0.8s, height 0.4s, width 0.4s;
}
@media (min-width: 992px) {
	.promo__card {
		width: 195px;
		height: 255px;
	}
}
@media (min-width: 1200px) {
	.promo__card {
		width: 250px;
		height: 325px;
	}
}
@media (min-width: 1600px) {
	.promo__card {
		width: 345px;
		height: 450px;
	}
}
.promo__card[data-pos='-1'] {
	transform: skewY(-4deg) translate3d(0, 55px, 0);
}
.promo__card[data-pos='-1'] > .promo__card-info {
	transform: skewY(7deg);
}
.promo__card[data-pos='1'] {
	transform: skewY(4deg) translate3d(135px, 0, 0);
}
@media (min-width: 992px) {
	.promo__card[data-pos='1'] {
		transform: skewY(4deg) translate3d(175px, 0, 0);
	}
}
@media (min-width: 1200px) {
	.promo__card[data-pos='1'] {
		transform: skewY(4deg) translate3d(225px, -25px, 0);
	}
}
@media (min-width: 1600px) {
	.promo__card[data-pos='1'] {
		transform: skewY(4deg) translate3d(320px, -50px, 0);
	}
}
.promo__card[data-pos='1'] > .promo__card-info {
	transform: skewY(-6deg);
}
.promo__card[data-pos='0'] {
	transform: skewY(4deg) translate3d(60px, 75px, 0);
	width: 180px;
	height: 240px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media (min-width: 992px) {
	.promo__card[data-pos='0'] {
		transform: skewY(4deg) translate3d(80px, 90px, 0);
		width: 220px;
		height: 285px;
	}
}
@media (min-width: 1200px) {
	.promo__card[data-pos='0'] {
		transform: skewY(4deg) translate3d(110px, 90px, 0);
		width: 275px;
		height: 360px;
	}
}
@media (min-width: 1600px) {
	.promo__card[data-pos='0'] {
		transform: skewY(4deg) translate3d(170px, 110px, 0);
		width: 380px;
		height: 495px;
	}
}
.promo__card[data-pos='0'] > .promo__card-info {
	display: grid;
	transform: skewY(-6deg);
}
.promo__card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 3px 20px #ccc;
}
@media (min-width: 1600px) {
	.promo__card-image {
		border-radius: 25px;
	}
}
.promo__card-info {
	display: none;
	position: absolute;
	bottom: -30px;
	left: 0;
	row-gap: 7px;
	width: 100%;
	padding: 9px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 2px 5px 15px rgba(59, 11, 55, 0.12);
}
@media (min-width: 992px) {
	.promo__card-info {
		row-gap: 10px;
		padding: 10px;
	}
}
@media (min-width: 1200px) {
	.promo__card-info {
		row-gap: 15px;
		padding: 15px;
		border-radius: 15px;
	}
}
@media (min-width: 1600px) {
	.promo__card-info {
		row-gap: 20px;
		padding: 20px;
	}
}
.promo__card-name {
	margin: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	color: #333;
}
@media (min-width: 992px) {
	.promo__card-name {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.promo__card-name {
		display: inline-block;
		font-size: 17px;
	}
}
@media (min-width: 1600px) {
	.promo__card-name {
		font-size: 24px;
	}
}
.promo__card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promo__card-price {
	font-weight: 550;
	font-size: 11px;
	line-height: 1.1;
}
@media (min-width: 992px) {
	.promo__card-price {
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.promo__card-price {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.promo__card-price {
		font-size: 20px;
	}
}
.promo__card-link {
	font-weight: 500;
	font-size: 11px;
	line-height: 1.1;
	color: #fff;
	text-transform: uppercase;
	transition: color 0.3s;
}
@media (min-width: 992px) {
	.promo__card-link {
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.promo__card-link {
		font-size: 15px;
	}
}
@media (min-width: 1600px) {
	.promo__card-link {
		font-size: 19px;
	}
}
.promo__text {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
@media (min-width: 1600px) {
	.promo__text {
		margin-bottom: 55px;
		font-size: 24px;
		line-height: 40px;
	}
}
.promo__text p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.promo__buttons {
	display: grid;
	grid-auto-flow: column;
	column-gap: 15px;
}
@media (min-width: 576px) {
	.promo__buttons {
		justify-content: start;
	}
}
@media (min-width: 992px) {
	.promo__buttons {
		column-gap: 30px;
	}
}
@media (min-width: 1600px) {
	.promo__buttons {
		column-gap: 50px;
	}
}
.how-work {
	position: relative;
	padding-bottom: 40px;
}
@media (min-width: 992px) {
	.how-work {
		padding-bottom: 70px;
	}
}
@media (min-width: 1600px) {
	.how-work {
		padding-bottom: 150px;
	}
}
.how-work__slider {
	position: relative;
	margin-right: -15px;
}
@media (min-width: 768px) {
	.how-work__slider {
		margin: 0;
	}
}
.how-work__buttons {
	position: absolute;
	top: -30px;
	right: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 55px;
}
@media (min-width: 576px) {
	.how-work__buttons {
		top: -45px;
	}
}
@media (min-width: 992px) {
	.how-work__buttons {
		top: -75px;
		width: 70px;
	}
}
@media (min-width: 1200px) {
	.how-work__buttons {
		position: static;
	}
}
.how-work__button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	z-index: 1;
	height: 22px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}
@media (min-width: 992px) {
	.how-work__button {
		width: 17px;
		height: 30px;
	}
}
@media (min-width: 1600px) {
	.how-work__button {
		width: 26px;
		height: 45px;
	}
}
.how-work__button--prev {
	left: 0;
	background-image: url(../img/how-work-prev.svg);
}
@media (min-width: 1200px) {
	.how-work__button--prev {
		left: -60px;
	}
}
@media (min-width: 1600px) {
	.how-work__button--prev {
		left: -95px;
	}
}
.how-work__button--next {
	right: 0;
	background-image: url(../img/how-work-next.svg);
}
@media (min-width: 1200px) {
	.how-work__button--next {
		right: -60px;
	}
}
@media (min-width: 1600px) {
	.how-work__button--next {
		right: -95px;
	}
}
.how-work__title {
	margin-bottom: 15px;
	text-align: left;
}
@media (min-width: 576px) {
	.how-work__title {
		text-align: center;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.how-work__title {
		margin-bottom: 55px;
	}
}
@media (min-width: 1600px) {
	.how-work__title {
		margin-bottom: 100px;
	}
}
.how-work__items {
	counter-reset: a;
	grid-auto-columns: 75%;
}
@media (min-width: 576px) {
	.how-work__items {
		grid-auto-columns: 50%;
	}
}
@media (min-width: 768px) {
	.how-work__items {
		grid-auto-columns: 33.33%;
	}
}
.how-work__item {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 15px;
}
.how-work__item:before {
	counter-increment: a;
	content: counter(a);
	position: relative;
	z-index: -1;
	font-weight: 600;
	font-size: 170px;
	line-height: 170px;
	color: rgba(32, 0, 93, 0.03);
}
@media (min-width: 992px) {
	.how-work__item:before {
		font-size: 200px;
		line-height: 200px;
	}
}
@media (min-width: 1600px) {
	.how-work__item:before {
		font-size: 270px;
		line-height: 270px;
	}
}
.how-work__item:after {
	content: '';
	position: relative;
	width: 109px;
	height: 109px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 3px 20px rgba(72, 0, 208, 0.16);
	background-size: 55px 55px;
	background-repeat: no-repeat;
	background-position: 50%;
}
@media (min-width: 992px) {
	.how-work__item:after {
		width: 120px;
		height: 120px;
	}
}
@media (min-width: 1600px) {
	.how-work__item:after {
		width: 140px;
		height: 140px;
	}
}
.how-work__item:first-child::after {
	background-image: url(../img/how-work-item-1.svg);
	background-size: 57px 57px;
}
@media (min-width: 1600px) {
	.how-work__item:first-child::after {
		background-size: 73px 73px;
	}
}
.how-work__item:nth-child(2):after {
	background-image: url(../img/how-work-item-2.svg);
	background-size: 62px 62px;
}
@media (min-width: 1600px) {
	.how-work__item:nth-child(2):after {
		background-size: 80px 80px;
	}
}
.how-work__item:nth-child(3):after {
	background-image: url(../img/how-work-item-3.svg);
	background-size: 77px 40px;
}
@media (min-width: 1600px) {
	.how-work__item:nth-child(3):after {
		background-size: 99px 50px;
	}
}
.how-work__item:nth-child(4):after {
	background-image: url(../img/how-work-item-7.svg);
	background-size: 56px 41px;
}
@media (min-width: 1600px) {
	.how-work__item:nth-child(4):after {
		background-size: 72px 53px;
	}
}
.how-work__item:nth-child(5):after {
	background-image: url(../img/how-work-item-8.svg);
	background-size: 45px 41px;
}
@media (min-width: 1600px) {
	.how-work__item:nth-child(5):after {
		background-size: 58px 53px;
	}
}
.how-work__text {
	order: 1;
	grid-column: 1/-1;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	text-align: center;
}
@media (min-width: 768px) {
	.how-work__text {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (min-width: 992px) {
	.how-work__text {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (min-width: 1600px) {
	.how-work__text {
		font-size: 24px;
		line-height: 30px;
	}
}
.popular-product {
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: hsla(34, 94%, 74%, 0.9);
}
@media (min-width: 768px) {
	.popular-product {
		height: 701px;
		margin-bottom: 190px;
	}
}
@media (min-width: 992px) {
	.popular-product {
		height: 898px;
		margin-bottom: 180px;
	}
}
@media (min-width: 1200px) {
	.popular-product {
		height: 1029px;
		margin-bottom: 130px;
	}
}
@media (min-width: 1600px) {
	.popular-product {
		height: 1254px;
		margin-bottom: 180px;
	}
}
.popular-product__title {
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
}
.popular-product__subtitle {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #c6c2f1;
	text-align: center;
}
@media (min-width: 992px) {
	.popular-product__subtitle {
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
		font-size: 34px;
		line-height: 40px;
	}
}
@media (min-width: 1600px) {
	.popular-product__subtitle {
		font-size: 48px;
		line-height: 58px;
	}
}
.popular-product__items {
	position: relative;
	display: grid;
	align-content: start;
	height: 1140px;
	padding-top: 55px;
}
@media (min-width: 576px) {
	.popular-product__items {
		height: 1270px;
	}
}
@media (min-width: 768px) {
	.popular-product__items {
		grid-template-columns: repeat(3, 1fr);
		align-items: start;
		column-gap: 30px;
		row-gap: 30px;
		height: auto;
		padding-top: 100px;
	}
}
@media (min-width: 992px) {
	.popular-product__items {
		column-gap: 40px;
		row-gap: 40px;
	}
}
@media (min-width: 1600px) {
	.popular-product__items {
		column-gap: 70px;
		row-gap: 70px;
		padding-top: 180px;
		padding-right: 105px;
		padding-left: 105px;
	}
}
.popular-product__item {
	position: relative;
	display: grid;
	border-radius: 14px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	transition: transform 0.3s;
}
@media (min-width: 1600px) {
	.popular-product__item {
		border-radius: 22px;
	}
}
.popular-product__item:hover {
	transform: translate(-20px, -20px);
}
.popular-product__item:first-child {
	z-index: 2;
	width: 170px;
}
@media (min-width: 576px) {
	.popular-product__item:first-child {
		width: 240px;
	}
}
@media (min-width: 768px) {
	.popular-product__item:first-child {
		width: auto;
	}
}
.popular-product__item:nth-child(2) {
	z-index: 1;
	top: 20px;
	left: 120px;
	width: 190px;
}
@media (min-width: 576px) {
	.popular-product__item:nth-child(2) {
		width: 240px;
	}
}
@media (min-width: 768px) {
	.popular-product__item:nth-child(2) {
		top: -60px;
		left: unset;
		width: auto;
	}
}
.popular-product__item:nth-child(3) {
	position: absolute;
	top: 700px;
	right: -20px;
	width: 230px;
}
@media (min-width: 576px) {
	.popular-product__item:nth-child(3) {
		width: 260px;
		right: 0;
	}
}
@media (min-width: 768px) {
	.popular-product__item:nth-child(3) {
		position: relative;
		top: 30px;
		right: unset;
		width: auto;
	}
}
.popular-product__item:nth-child(4) {
	position: absolute;
	top: 520px;
	left: 0;
	width: 190px;
}
@media (min-width: 576px) {
	.popular-product__item:nth-child(4) {
		top: 565px;
		width: 220px;
	}
}
@media (min-width: 768px) {
	.popular-product__item:nth-child(4) {
		position: static;
		top: unset;
		left: unset;
		width: auto;
	}
}
.popular-product__item:nth-child(5) {
	position: absolute;
	top: 20px;
	right: -20px;
	width: 160px;
}
@media (min-width: 576px) {
	.popular-product__item:nth-child(5) {
		width: 230px;
		right: -50px;
	}
}
@media (min-width: 768px) {
	.popular-product__item:nth-child(5) {
		position: relative;
		top: -60px;
		right: unset;
		width: auto;
	}
}
.popular-product__item:nth-child(6) {
	position: absolute;
	bottom: 0;
	left: 24px;
	width: 230px;
}
@media (min-width: 576px) {
	.popular-product__item:nth-child(6) {
		left: 40px;
		width: 250px;
	}
}
@media (min-width: 768px) {
	.popular-product__item:nth-child(6) {
		position: relative;
		top: 30px;
		bottom: unset;
		left: unset;
		width: auto;
	}
}
.popular-product__item-image {
	width: 100%;
	height: 100%;
	min-height: 160px;
	max-height: 270px;
	object-fit: cover;
}
@media (min-width: 1600px) {
	.popular-product__item-image {
		max-height: 300px;
	}
}
.popular-product__item-info {
	display: grid;
	row-gap: 2px;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}
@media (min-width: 992px) {
	.popular-product__item-info {
		row-gap: 5px;
		padding: 15px 20px;
	}
}
@media (min-width: 1600px) {
	.popular-product__item-info {
		row-gap: 10px;
		padding: 20px 25px;
	}
}
.popular-product__item-price {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	color: #fbb150;
}
@media (min-width: 992px) {
	.popular-product__item-price {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.popular-product__item-price {
		font-size: 20px;
	}
}
.popular-product__item-price:after {
	content: '₽';
	vertical-align: middle;
}
.popular-product__item-title {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.3;
	transition: color 0.3s;
}
@media (min-width: 992px) {
	.popular-product__item-title {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.popular-product__item-title {
		font-size: 24px;
	}
}
.popular-product__item:hover .popular-product__item-title {
	color: #2575dd;
}
.popular-product__item-button {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 12px;
	padding: 7px;
	text-transform: uppercase;
}
.slider-tab__nav {
	display: grid;
	grid-auto-flow: column;
	column-gap: 25px;
	justify-content: start;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
@media (min-width: 576px) {
	.slider-tab__nav {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	.slider-tab__nav {
		column-gap: 50px;
		margin-bottom: 40px;
	}
}
.slider-tab__nav-item {
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
}
@media (min-width: 576px) {
	.slider-tab__nav-item {
		font-size: 16px;
		line-height: 19px;
	}
}
@media (min-width: 992px) {
	.slider-tab__nav-item {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 1600px) {
	.slider-tab__nav-item {
		font-size: 22px;
		line-height: 26px;
	}
}
.slider-tab__nav-item--active {
	position: relative;
}
.slider-tab__nav-item--active:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fbc47d;
}
.slider-tab__item {
	display: none;
	position: relative;
	padding: 40px 15px;
	border-radius: 20px;
	color: #fff;
	overflow: hidden;
	animation: a 0.3s both;
}
@media (min-width: 576px) {
	.slider-tab__item {
		padding: 40px 25px;
	}
}
@media (min-width: 768px) {
	.slider-tab__item {
		padding: 50px 40px;
	}
}
@media (min-width: 1200px) {
	.slider-tab__item {
		padding: 80px 40px;
	}
}
@media (min-width: 1600px) {
	.slider-tab__item {
		padding: 120px 60px;
	}
}
.slider-tab__item-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(50%);
}
.slider-tab__item-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
@media (min-width: 576px) {
	.slider-tab__item-title {
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 28px;
	}
}
@media (min-width: 992px) {
	.slider-tab__item-title {
		margin-bottom: 30px;
		width: 60%;
	}
}
@media (min-width: 1600px) {
	.slider-tab__item-title {
		margin-bottom: 40px;
		font-size: 30px;
		line-height: 36px;
	}
}
.slider-tab__item-text {
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
@media (min-width: 576px) {
	.slider-tab__item-text {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (min-width: 992px) {
	.slider-tab__item-text {
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.slider-tab__item-text {
		width: 70%;
	}
}
@media (min-width: 1600px) {
	.slider-tab__item-text {
		font-size: 18px;
		line-height: 24px;
	}
}
.slider-tab__item-text a {
	color: #fbb150;
}
.slider-tab__item-link {
	justify-self: center;
}
@media (min-width: 576px) {
	.slider-tab__item-link {
		justify-self: start;
	}
}
.slider-arrow {
	margin-right: -15px;
}
@media (min-width: 576px) {
	.slider-arrow {
		margin-right: -18px;
	}
}
@media (min-width: 768px) {
	.slider-arrow {
		margin-right: 0;
	}
}
.slider-arrow__nav {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.slider-arrow__nav {
		margin-bottom: 30px;
	}
}
.slider-arrow__nav-item {
	width: 21px;
	height: 21px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.slider-arrow__nav-item--prev {
	margin-right: 10px;
	background-image: url(../img/icon-prev.svg);
}
.slider-arrow__nav-item--next {
	background-image: url(../img/icon-next.svg);
}
.slider-arrow__item {
	display: block;
	height: 170px;
	border-radius: 14px;
	overflow: hidden;
	transition: transform 0.3s;
}
@media (min-width: 768px) {
	.slider-arrow__item {
		height: 235px;
	}
}
@media (min-width: 992px) {
	.slider-arrow__item {
		height: 260px;
	}
}
@media (min-width: 1600px) {
	.slider-arrow__item {
		height: 330px;
	}
}
.slider-arrow__item:not(:last-child) {
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.slider-arrow__item:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (min-width: 1600px) {
	.slider-arrow__item:not(:last-child) {
		margin-bottom: 25px;
	}
}
.slider-arrow__item:hover {
	transform: scale(0.95);
}
.slider-arrow__item-image {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: cover;
}
.p-about-us__promo-wrapper {
	position: relative;
	height: 620px;
}
@media (min-width: 768px) {
	.p-about-us__promo-wrapper {
		height: 520px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-wrapper {
		height: 610px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-wrapper {
		height: 730px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-wrapper {
		height: 750px;
	}
}
.p-about-us__promo-title {
	position: absolute;
	top: 220px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	font-weight: 600;
	font-size: 38px;
	line-height: 42px;
}
@media (min-width: 768px) {
	.p-about-us__promo-title {
		top: 240px;
		font-size: 34px;
		line-height: 42px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-title {
		top: 270px;
		font-size: 54px;
		line-height: 64px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-title {
		top: 300px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-title {
		top: 330px;
		font-size: 74px;
		line-height: 90px;
	}
}
.p-about-us__promo-item {
	position: absolute;
	transition: transform 0.1s;
	border-radius: 35px;
	overflow: hidden;
}
.p-about-us__promo-item:first-of-type {
	top: 25px;
	left: 5px;
	width: 105px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:first-of-type {
		width: 125px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:first-of-type {
		top: 50px;
		left: 50px;
		width: 170px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:first-of-type {
		width: 200px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:first-of-type {
		top: 0;
		left: 80px;
		width: 210px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:first-of-type {
		left: 280px;
	}
}
.p-about-us__promo-item:nth-of-type(2) {
	top: 90px;
	left: 60px;
	width: 100px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(2) {
		width: 120px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(2) {
		top: 70px;
		left: 170px;
		z-index: -1;
		width: 130px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(2) {
		width: 160px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(2) {
		top: 30px;
		left: 255px;
		width: 190px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(2) {
		top: 95px;
		left: 460px;
	}
}
.p-about-us__promo-item:nth-of-type(3) {
	bottom: 0;
	left: 0;
	width: 120px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(3) {
		width: 140px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(3) {
		bottom: auto;
		left: auto;
		top: 55px;
		z-index: 1;
		right: 130px;
		width: 125px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(3) {
		top: 70px;
		right: 170px;
		width: 180px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(3) {
		top: 55px;
		right: 270px;
		width: 180px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(3) {
		top: 85px;
		right: 430px;
	}
}
.p-about-us__promo-item:nth-of-type(4) {
	display: none;
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(4) {
		display: block;
		top: 20px;
		right: 40px;
		width: 150px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(4) {
		width: 220px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(4) {
		top: -20px;
		right: 100px;
		width: 220px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(4) {
		right: 280px;
	}
}
.p-about-us__promo-item:nth-of-type(5) {
	bottom: 0;
	right: 0;
	width: 140px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(5) {
		width: 160px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(5) {
		display: none;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(5) {
		display: block;
		right: auto;
		left: -5px;
		bottom: 140px;
		z-index: -1;
		width: 260px;
	}
}
.p-about-us__promo-item:nth-of-type(6) {
	bottom: 115px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(6) {
		width: 180px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(6) {
		left: 20px;
		z-index: -1;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(6) {
		left: 30px;
		width: 210px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(6) {
		left: 0;
		bottom: 130px;
		width: 230px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(6) {
		bottom: 155px;
		left: 440px;
	}
}
.p-about-us__promo-item:nth-of-type(7) {
	bottom: 175px;
	left: 0;
	width: 120px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(7) {
		width: 140px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(7) {
		bottom: 0;
		left: 80px;
		width: 170px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(7) {
		left: 110px;
		width: 200px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(7) {
		left: 180px;
		width: 200px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(7) {
		left: 300px;
	}
}
.p-about-us__promo-item:nth-of-type(8) {
	bottom: 205px;
	right: 0;
	width: 120px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(8) {
		width: 140px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(8) {
		bottom: 10px;
		right: auto;
		left: 250px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(8) {
		width: 170px;
		left: 330px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(8) {
		bottom: 50px;
		left: 445px;
		width: 180px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(8) {
		left: 600px;
	}
}
.p-about-us__promo-item:nth-of-type(9) {
	display: none;
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(9) {
		display: block;
		bottom: 60px;
		right: 150px;
		width: 140px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(9) {
		right: 190px;
		width: 170px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(9) {
		bottom: 100px;
		right: 290px;
		width: 190px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(9) {
		right: 490px;
	}
}
.p-about-us__promo-item:nth-of-type(10) {
	display: none;
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(10) {
		display: block;
		bottom: 0;
		right: 60px;
		width: 160px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(10) {
		right: 70px;
		width: 190px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(10) {
		right: 140px;
		width: 200px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(10) {
		right: 340px;
	}
}
.p-about-us__promo-item:nth-of-type(11) {
	top: 85px;
	right: 0;
	width: 105px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(11) {
		width: 125px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(11) {
		right: -20px;
		top: 160px;
		z-index: -1;
		width: 170px;
	}
}
@media (min-width: 992px) {
	.p-about-us__promo-item:nth-of-type(11) {
		top: 220px;
		width: 200px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__promo-item:nth-of-type(11) {
		top: 200px;
		right: 30px;
		width: 240px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(11) {
		top: 240px;
		right: 210px;
	}
}
.p-about-us__promo-item:nth-of-type(12) {
	top: 15px;
	right: 80px;
	width: 105px;
}
@media (min-width: 576px) {
	.p-about-us__promo-item:nth-of-type(12) {
		width: 125px;
	}
}
@media (min-width: 768px) {
	.p-about-us__promo-item:nth-of-type(12) {
		display: none;
	}
}
@media (min-width: 1600px) {
	.p-about-us__promo-item:nth-of-type(12) {
		display: block;
		top: 100px;
		right: -30px;
		width: 270px;
	}
}
.p-about-us__promo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-about-us__desk {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.p-about-us__desk {
		padding-top: 60px;
		padding-bottom: 120px;
	}
}
@media (min-width: 992px) {
	.p-about-us__desk {
		padding-top: 90px;
		padding-bottom: 150px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__desk {
		padding-top: 150px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__desk {
		padding-top: 250px;
		padding-bottom: 300px;
	}
}
.p-about-us__desk-wrapper {
	display: grid;
}
@media (min-width: 768px) {
	.p-about-us__desk-wrapper {
		grid-template-columns: 0.8fr 1fr;
		align-items: center;
		column-gap: 20px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__desk-wrapper {
		column-gap: 50px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__desk-wrapper {
		column-gap: 130px;
	}
}
.p-about-us__desk-title {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.p-about-us__desk-title {
		align-self: end;
		padding-top: 10px;
		font-size: 28px;
		text-align: left;
	}
}
@media (min-width: 992px) {
	.p-about-us__desk-title {
		padding-top: 20px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__desk-title {
		margin-bottom: 25px;
		font-size: 42px;
		line-height: 52px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__desk-title {
		margin-bottom: 35px;
		padding-top: 30px;
		font-size: 52px;
		line-height: 62px;
	}
}
.p-about-us__desk-text {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
@media (min-width: 768px) {
	.p-about-us__desk-text {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.p-about-us__desk-text {
		font-size: 18px;
		line-height: 34px;
	}
}
.p-about-us__desk-image {
	border-radius: 35px;
}
@media (min-width: 576px) {
	.p-about-us__desk-image {
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.p-about-us__desk-image {
		order: -1;
		grid-row: span 3;
		height: 100%;
		margin: 0;
		object-fit: cover;
	}
}
.p-about-us__attention {
	padding-bottom: 55px;
}
@media (min-width: 768px) {
	.p-about-us__attention {
		padding-bottom: 75px;
	}
}
@media (min-width: 992px) {
	.p-about-us__attention {
		padding-bottom: 90px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__attention {
		padding-bottom: 200px;
	}
}
.p-about-us__attention-wrapper {
	position: relative;
}
@media (min-width: 768px) {
	.p-about-us__attention-wrapper {
		display: grid;
		grid-template-columns: auto 370px;
		column-gap: 40px;
	}
}
@media (min-width: 992px) {
	.p-about-us__attention-wrapper {
		grid-template-columns: auto 500px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__attention-wrapper {
		grid-template-columns: auto 550px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__attention-wrapper {
		grid-template-columns: 530px 800px;
		column-gap: 90px;
	}
}
.p-about-us__attention-wrapper:after {
	content: '';
	position: absolute;
	top: -20px;
	right: -350px;
	z-index: -1;
	width: 650px;
	height: 650px;
	background-image: url(../img/bg-circle--light-purple.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
@media (min-width: 768px) {
	.p-about-us__attention-wrapper:after {
		top: -115px;
	}
}
@media (min-width: 992px) {
	.p-about-us__attention-wrapper:after {
		top: -200px;
		width: 850px;
		height: 850px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__attention-wrapper:after {
		top: -350px;
		right: -650px;
		width: 1700px;
		height: 1700px;
	}
}
.p-about-us__attention-title {
	text-align: left;
}
@media (min-width: 768px) {
	.p-about-us__attention-title {
		padding-top: 20px;
	}
}
@media (min-width: 992px) {
	.p-about-us__attention-title {
		padding-top: 30px;
	}
}
@media (min-width: 1200px) {
	.p-about-us__attention-title {
		padding-top: 60px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__attention-title {
		padding-top: 100px;
	}
}
.p-about-us__attention-text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
@media (min-width: 1200px) {
	.p-about-us__attention-text {
		font-size: 18px;
		line-height: 34px;
	}
}
.p-about-us__attention-text ul {
	padding-left: 30px;
}
.p-about-us__attention-text ul li:before {
	content: '—';
	margin-right: 10px;
}
.p-about-us__attention-image {
	width: 100%;
	border-radius: 35px;
	object-fit: cover;
}
@media (min-width: 768px) {
	.p-about-us__attention-image {
		position: relative;
		grid-column: 2/3;
		grid-row: 1/4;
	}
}
.p-about-us__offer {
	padding-bottom: 55px;
}
@media (min-width: 768px) {
	.p-about-us__offer {
		padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
	.p-about-us__offer {
		padding-bottom: 90px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__offer {
		padding-bottom: 200px;
	}
}
.p-about-us__offer-title {
	margin-bottom: 30px;
	font-weight: 400;
	text-align: left;
}
@media (min-width: 992px) {
	.p-about-us__offer-title {
		width: 65%;
		margin-bottom: 40px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__offer-title {
		margin-bottom: 50px;
	}
}
.p-about-us__stories {
	padding-bottom: 55px;
}
@media (min-width: 768px) {
	.p-about-us__stories {
		padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
	.p-about-us__stories {
		padding-bottom: 90px;
	}
}
@media (min-width: 1600px) {
	.p-about-us__stories {
		padding-bottom: 200px;
	}
}
.p-about-us__stories-title {
	font-weight: 400;
	text-align: left;
}
.p-catalog__main {
	padding-bottom: 20px;
}
@media (min-width: 992px) {
	.p-catalog__main {
		padding-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	.p-catalog__main {
		padding-bottom: 60px;
	}
}
@media (min-width: 1600px) {
	.p-catalog__main {
		padding-bottom: 80px;
	}
}
.p-post__content {
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.p-post__content {
		width: 600px;
		padding-bottom: 60px;
	}
}
@media (min-width: 992px) {
	.p-post__content {
		width: 750px;
	}
}
@media (min-width: 1200px) {
	.p-post__content {
		width: 800px;
		padding-bottom: 90px;
	}
}
@media (min-width: 1600px) {
	.p-post__content {
		width: 960px;
		padding-bottom: 130px;
	}
}
.p-post__content h1,
.p-post__content h2,
.p-post__content h3,
.p-post__content h4,
.p-post__content h5,
.p-post__content h6 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #333;
}
.p-post__content h1 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
@media (min-width: 992px) {
	.p-post__content h1 {
		margin-bottom: 30px;
		font-size: 36px;
		line-height: 44px;
	}
}
@media (min-width: 1600px) {
	.p-post__content h1 {
		margin-bottom: 40px;
		font-size: 48px;
		line-height: 58px;
	}
}
.p-post__content h2 {
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
@media (min-width: 992px) {
	.p-post__content h2 {
		margin-bottom: 20px;
		font-size: 34px;
		line-height: 42px;
	}
}
@media (min-width: 1600px) {
	.p-post__content h2 {
		margin-bottom: 30px;
		font-size: 44px;
		line-height: 54px;
	}
}
.p-post__content h3 {
	font-size: 20px;
	line-height: 24px;
}
@media (min-width: 992px) {
	.p-post__content h3 {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 38px;
	}
}
@media (min-width: 1600px) {
	.p-post__content h3 {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 50px;
	}
}
.p-post__content h3 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
@media (min-width: 992px) {
	.p-post__content h3 {
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 34px;
	}
}
@media (min-width: 1600px) {
	.p-post__content h3 {
		margin-bottom: 30px;
		font-size: 36px;
		line-height: 46px;
	}
}
.p-post__content img {
	width: 100%;
	margin: 20px 0;
}
@media (min-width: 768px) {
	.p-post__content img {
		margin: 30px 0;
	}
}
@media (min-width: 1600px) {
	.p-post__content img {
		margin: 40px 0;
	}
}
.p-post__content p {
	font-size: 14px;
	line-height: 20px;
}
@media (min-width: 576px) {
	.p-post__content p {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (min-width: 1600px) {
	.p-post__content p {
		font-size: 18px;
		line-height: 24px;
	}
}
.p-post__content p:not(:last-child) {
	margin-bottom: 15px;
}
@media (min-width: 1600px) {
	.p-post__content p:not(:last-child) {
		margin-bottom: 20px;
	}
}
.p-post__content blockquote {
	margin: 20px 0;
	margin-left: 20px;
	padding-left: 15px;
	border-left: 2px solid #fbc47d;
	font-style: italic;
}
@media (min-width: 1600px) {
	.p-post__content blockquote {
		margin: 30px 0;
	}
}
.p-post__content ol,
.p-post__content ul {
	margin: 20px 0;
}
@media (min-width: 1600px) {
	.p-post__content ol,
	.p-post__content ul {
		margin: 30px 0;
	}
}
.p-post__content ul {
	padding-left: 20px;
}
.p-post__content ul li {
	position: relative;
	padding-left: 20px;
}
.p-post__content ul li:before {
	content: '—';
	position: absolute;
	top: 0;
	left: 0;
}
.p-post__content a:not([class]) {
	color: #2575dd;
}
.p-post__content a:not([class]):hover {
	color: #ff4363;
}
.p-post__content b,
.p-post__content strong {
	font-weight: 600;
}
.p-post__tags {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.p-post__tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #fab862;
	margin-bottom: 5px;
	padding: 6px 12px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	transition: background-color 0.3s;
}
@media (min-width: 576px) {
	.p-post__tag {
		padding: 8px 15px;
		font-size: 14px;
	}
}
@media (min-width: 1600px) {
	.p-post__tag {
		padding: 10px 18px;
		font-size: 16px;
	}
}
.p-post__tag:not(:last-child) {
	margin-right: 5px;
}
.p-post__tag:hover {
	background-color: #333;
}
.p-news__main {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.p-news__main {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.p-news__main {
		padding-top: 60px;
		padding-bottom: 90px;
	}
}
@media (min-width: 1600px) {
	.p-news__main {
		padding-top: 90px;
		padding-bottom: 130px;
	}
}
.p-news__promo {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.p-news__promo {
		margin-bottom: 40px;
	}
}
@media (min-width: 1600px) {
	.p-news__promo {
		margin-bottom: 60px;
	}
}
.p-news__title {
	margin-bottom: 10px;
	text-align: left;
}
.p-news__slogan {
	font-size: 16px;
	line-height: 20px;
}
@media (min-width: 576px) {
	.p-news__slogan {
		max-width: 330px;
	}
}
@media (min-width: 1200px) {
	.p-news__slogan {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 1600px) {
	.p-news__slogan {
		font-size: 20px;
		line-height: 24px;
	}
}
.p-news__items {
	display: grid;
	row-gap: 25px;
}
@media (min-width: 768px) {
	.p-news__items {
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px;
		justify-content: space-between;
	}
}
@media (min-width: 992px) {
	.p-news__items {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1600px) {
	.p-news__items {
		column-gap: 30px;
		row-gap: 30px;
	}
}
.p-news__item {
	display: block;
	min-height: unset;
	transition: transform 0.3s;
}
.p-news__item:hover {
	transform: translate(-10px, -10px);
}
.p-news__item:hover .card__title {
	color: #fbb150;
}
.p-news__item .card {
	contain: none;
	min-height: unset;
}
.p-news__item .card__title {
	font-weight: 600;
	transition: color 0.3s;
}
@media (min-width: 1200px) {
	.p-news__item .card__image {
		height: 230px;
	}
}
@media (min-width: 1600px) {
	.p-news__item .card__image {
		height: 275px;
	}
}
.p-news__item .card__content {
	height: auto;
}
@media (min-width: 1600px) {
	.p-news__item .card__title {
		font-size: 22px;
		line-height: 1.4;
	}
}
.b-error {
	display: grid;
	padding-top: 20px;
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	.b-error {
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		column-gap: 20px;
		padding-top: 30px;
	}
}
@media (min-width: 992px) {
	.b-error {
		column-gap: 30px;
	}
}
@media (min-width: 1200px) {
	.b-error {
		padding-top: 75px;
		padding-bottom: 50px;
	}
}
@media (min-width: 1600px) {
	.b-error {
		padding-top: 100px;
		padding-bottom: 75px;
	}
}
.b-error__image {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.b-error__image {
		width: unset;
		margin: 0;
	}
}
.b-error__title {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 70px;
	line-height: 70px;
}
@media (min-width: 768px) {
	.b-error__title {
		margin-top: 0;
	}
}
.b-error__subtitle {
	font-size: 26px;
}
.b-error__text {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
}
