/* Указываем box sizing */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 140%;
	cursor: default;
	color: #231F20;
}

h1,
h2,
h3,
h4 {
	line-height: 120%;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Элементы a */
a {
	text-decoration: none;
	font-weight: 600;
	color: #231F20;
}

/* Упрощаем работу с изображениями */
img {
	display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
	font: inherit;
}

button,
select {
	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;
	}
}


/* общие стили */
.wrapper {
	max-width: 1410px;
	padding: 0 30px;
	margin: 0 auto;
}

.img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title {
	font-size: 36px;
	font-weight: 800;
}

.subtitle {
	font-size: 20px;
	font-weight: 700;
}

.text,
.text p {
	font-size: 18px;
	line-height: 140%;
	font-weight: 400;
}

.text p,
.text ul {
	margin-bottom: 15px;
}

.mb-100 {
	margin-bottom: 100px;
}



.btn-full {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	min-height: 58px;
	padding: 3px 24px;
	border-radius: 12px;
	background: #FDCF73;
	border: 1px solid #FDCF73;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	transition: .15s;
}

.btn-full:hover,
.btn-full:focus {
	border: 1px solid #514A7B;
	background: #FFF;
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.wp-contenet h2,
.wp-contenet h3,
.wp-contenet h4 {
	margin: 25px 0 15px;
}

.wp-contenet p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.wp-contenet ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
	margin: 10px 0 10px 20px;
}

.wp-contenet ol {
	list-style: auto;
	margin-left: 20px;
	margin-bottom: 5px;
}

.wp-contenet li {
	margin-bottom: 5px;
}





/* header */
header {
	position: relative;
	z-index: 50;
	margin-bottom: 30px;
}


/* Работа плавающей шапки */
#header-mid,
#header-bot {
	width: 100%;
	top: -100px;
	left: 0;
	z-index: 100;
	transition: .3s;
}

#header-bot {
	z-index: 99;
	transition: top .3s;
}

.fixed-header #header-mid,
.fixed-header #header-bot {
	position: fixed;
	top: 0;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.show #header-mid {
	box-shadow: 0 0 0 rgb(0 0 0 / 20%);
}

._active #header-mid {
	position: fixed;
	top: 0;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}




/* Шапка средняя */
.mob-headerbtns {
	display: none;
}

.header-mid {
	background-color: #fff;
	border-bottom: 1px solid #EAEAEA;
}

.header-mid__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo-img {
	width: 110px;
}

.logo-img img {
	width: 100%;
}

/* Поиск в шапке */
.page-header-search {
	flex-grow: 1;
}

.page-header-search__wrapper {
	display: flex;
	align-items: center;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #CCC;
}

.header-search-input {
	flex-grow: 1;
	padding: 10px 20px !important;
	height: 48px;
	border-radius: 16px 0 0 16px !important;
	border: none !important;
	outline: none;
	font-size: 16px;
	color: #B3B3B3 !important;
}

.header-search-input::placeholder {
	color: #B3B3B3 !important;
}

.header-search-input:focus,
.header-search-input:focus+.search-button {
	background: #fff;
	/* border: 1px solid rgba(89, 65, 235, 0.10); */
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border-radius: 0 16px 16px 0;
	height: 48px;
	width: 48px;
	border: none;
	outline: none;
}




.header-mid__links {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.header-mid__links p:first-of-type {
	font-size: 16px;
}

.header-mid__links p+p,
.header-mid__links a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 800;
	white-space: nowrap;
}

.header-mid__links a:hover {
	color: #514A7B;
	text-decoration: underline;
}

.icon-clock {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/icon/icon-clock.svg) no-repeat 50% 50%;
	background-size: contain;
}

.icon-mail {
	display: block;
	width: 11px;
	height: 9px;
	background: url(../img/icon/icon-mail.svg) no-repeat 50% 50%;
	background-size: contain;
}

.icon-phone {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/icon/icon-phone.svg) no-repeat 50% 50%;
	background-size: contain;
}


.lang-selector {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.lang-selector a {
	font-size: 16px;
	font-weight: 700;
}

.lang-selector a:hover {
	color: #514A7B;
}



/* Шапка нижняя */
.header-bot {
	background-color: #fff;
	border-bottom: 1px solid #EAEAEA;
}

.header-bot__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.header-call {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	min-height: 33px;
	padding: 3px 24px;
	border-radius: 7px;
	background: #FDCF73;
	border: 1px solid #FDCF73;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	transition: .15s;
}

.header-call:hover,
.header-call:focus {
	border: 1px solid #514A7B;
	background: #FFF;
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}


.menu-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
}

.menu-item>a {
	display: block;
	padding: 16px 0;
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
}

.menu-item>a:hover {
	color: #514A7B;
}

/* выпадающее меню на десктопе */
/* Dropdown Button */
.menu-item-has-children>a {
	position: relative;
	padding-right: 20px;
}

.menu-item-has-children>a:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/icon/icon_arrow.svg) no-repeat 50% 50%;
	position: absolute;
	top: calc(50% - 9px);
	right: 0;
	filter: brightness(0);
	transition: .3s;
}

/* The container <div> - needed to position the dropdown content */
.menu-item-has-children {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.sub-menu {
	display: none;
	position: absolute;
	z-index: 50;
	background: #fff;
	width: 1340px;
	max-width: calc(100vw - 60px);

	max-height: calc(100vh - 170px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #a2a2a2 #E5E7EB;
}

/* Ширина скроллбара */
.sub-menu::-webkit-scrollbar {
	width: 3px;
}

/* цвет скроллбара */
.sub-menu::-webkit-scrollbar-track {
	background-color: #E5E7EB;
}

/* Цвет бегунка скроллбара */
.sub-menu::-webkit-scrollbar-thumb {
	background-color: #a2a2a2;
	position: relative;
}

/* Show the dropdown menu on hover */
.menu-item-has-children:hover .sub-menu {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.menu-item-has-children:hover .menu-item-has-children>a:before {
	transform: rotate(180deg);
}

/* Стилизация самого выпадающего меню услуг */
#header-bot .sub-menu {
	background: #FFF;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
	padding: 10px 30px 30px;
	width: max-content;
}

#header-bot .sub-menu a {
	display: block;
	font-weight: 400;
	font-size: 16px;
	padding: 8px 0;
}





.header-bot .menu-item-has-children:first-of-type {
	padding-left: 33px;
	position: relative;
}

.header-bot .menu-item-has-children:first-of-type::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/icon/cat-sub.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
}






/* Слайдер с баннерами */
.mainbanner {
	position: relative;
	margin-bottom: 60px;
}

.mainbanner-swiper .swiper-wrapper {
	align-items: stretch;
}

.mainbanner .swiper-pagination {
	display: none;
}

.mainbanner .swiper-button-next {
	background: url(../img/icon/swiper-right.svg);
}

.mainbanner .swiper-button-prev {
	background: url(../img/icon/swiper-left.svg);
}

.mainbanner .swiper-button-next,
.mainbanner .swiper-button-prev {
	width: 54px;
	height: 54px;
	opacity: 1 !important;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 60px;
	box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
}

.mainbanner .swiper-button-next {
	right: 5px;
}

.mainbanner .swiper-button-prev {
	left: 5px;
}

/* Большой баннер 1 */
.mainbanner-body {
	background-color: #514A7B;
	background-image: url(../img/decor/main_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: auto;
	min-height: 395px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.mainbanner-body * {
	cursor: pointer;
}

.mainbanner-left {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	padding: 60px 0 60px 80px;
}

.mainbanner-title {
	font-weight: 800;
	font-size: 36px;
	color: #fff;
	margin-bottom: 25px;
}

.mainbanner-subtitle {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 50px;
}

.mainbanner .btn-full {
	max-width: max-content;
}

.mainbanner-right {
	width: 900px;
	position: relative;
	z-index: 2;
	padding: 20px 0;
}

.mainbanner-img {
	position: relative;
}

.mainbanner-img img {
	max-width: 100%;
}






/* Блок с преимуществами на главной */
.preim-glav {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 50px;
}

.preim-glav-item {
	display: flex;
	gap: 20px;
}

.preim-glav__img {
	align-self: center;
	flex-shrink: 0;
	position: relative;
}

.preim-glav__img::before {
	content: "";
	width: 1px;
	height: 60px;
	background-color: #d9d9d9;
	position: absolute;
	top: -10px;
	left: -30px;
}

.preim-glav-item:first-child .preim-glav__img::before {
	display: none;
}

.preim-glav__img img {
	width: 100%;
}

.preim-glav__text {
	max-width: 347px;
}

.preim-glav__text p:first-of-type {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 4px;
}

.preim-glav__text p+p {
	font-weight: 400;
	font-size: 14px;
	opacity: 0.7;
}





/* Блок с категориями на главной */
.category-plate {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.category-plate-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	background: #F7F7F9;
	border: 1px solid #F7F7F9;
	padding: 15px 0 15px 15px;
	overflow: hidden;
	grid-column: span 2;
	transition: .3s;
}

.category-plate-item:hover {
	border-radius: 11px;
	border: 1px solid rgba(89, 65, 235, 0.10);
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
	transform: translateY(-5px);
}

.category-plate-item * {
	cursor: pointer;
}

.category-plate-item__main p:first-of-type {
	color: #514A7B;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}

.category-plate-item__main p+p {
	font-size: 16px;
	font-weight: 400;
}

.category-plate-item__img {
	width: 150px;
}

.category-plate-item__img img {
	width: 100%;
}



.category-plate-item:nth-of-type(5),
.category-plate-item:nth-of-type(6) {
	grid-column: span 1;
}

.category-plate-item:nth-of-type(5) .category-plate-item__img,
.category-plate-item:nth-of-type(6) .category-plate-item__img {
	margin-right: -60px;
}





/* Первая форма на главной */
.form-1__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-radius: 20px;
	background: #514A7B;
	padding: 50px 60px 60px;
}

.form-1__inner .title {
	color: #fff;
	margin-bottom: 18px;
}

.form-1__inner .subtitle {
	color: #fff;
	margin-bottom: 30px;
}

.form-1__form {
	max-width: 720px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 23px;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #fff;
	background: initial;
	padding: 15px 30px;
	color: #fff;
	font-size: 16px;
	outline: none;
	transition: .3s;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder {
	color: #fff;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus {
	border: 1px solid rgba(255, 255, 255, 0.50);
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.15);
}

form .btn-full:hover,
form .btn-full:focus {
	color: #FDCF73;
	border: 1px solid #FDCF73;
	box-shadow: 0px 0px 30px 5px rgba(253, 207, 115, 0.15);
	background: initial;
}




/* для элемента input c type="checkbox" */
.personal-checkbox>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .personal-checkbox */
.personal-checkbox>span {
	display: inline-flex;
	align-items: center;
	user-select: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.personal-checkbox>span::before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 7px;
	border: 1px solid #FFF;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	transition: .3s
}

/* стили при наведении курсора на checkbox */
.personal-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.15);
}

/* стили для чекбокса, находящегося в фокусе */
.personal-checkbox>input:focus+span::before {
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.15);
}

/* стили для чекбокса, находящегося в состоянии checked */
.personal-checkbox>input:checked+span::before {
	background-image: url("../img/icon/personal-checkbox.svg");
}








/* Блок "О нас" */
.about-block__header {
	display: flex;
	justify-content: space-between;
	gap: 10px 20px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.btn-more {
	display: flex;
	align-items: center;
	gap: 14px;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
	padding: 15px 30px;
	font-size: 18px;
	transition: .15s;
}

.btn-more::after {
	content: '';
	display: block;
	width: 29px;
	height: 13px;
	background: url(../img/icon/btn-more.svg) no-repeat 50% 50%;
	background-size: contain;
	opacity: 0.5;
	transition: .15s;
}

.btn-more:hover {
	color: #514A7B;
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.btn-more:hover::after {
	opacity: 1;
}



.about-block__main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.about-block__subtitle {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 45px;
}

.about-block__main-left img {
	max-width: 100%;
}

.about-block__text {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 45px;
}

.about-block__bulls {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.about-block__bull p:first-of-type {
	color: #514A7B;
	font-size: 36px;
	font-weight: 900;
	white-space: nowrap;
}

.about-block__bull p+p {
	font-size: 16px;
	font-weight: 400;
}







/* Блок партнеры */
.partners__inner {
	border-radius: 20px;
	background: #F7F7F9;
	padding: 60px 80px 100px;
}

.partners__inner .title {
	margin-bottom: 40px;
}

.partners__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 50px;
}

.partners__list-item {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 120px;
	transition: .3s;
}

.partners__list-item:hover {
	transform: scale(1.05);
}

.partners__list-item img {
	object-fit: contain;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
}








/* Блок с блогом на главной */
.blog-block__header {
	display: flex;
	justify-content: space-between;
	gap: 10px 20px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.blog-block-swiper {
	padding: 20px 15px 0;
	margin: -20px -15px 0;
}

.blog-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	transition: 300ms;
	overflow: hidden;
}

.blog-card:hover {
	transform: translateY(-10px);
	border-radius: 11px;
	border: 1px solid rgba(89, 65, 235, 0.10);
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.blog-img {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.blog-img>img {
	opacity: 0.75;
}

.blog-info {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 18px;
	font-weight: 500;
}

.blog-views {
	padding-left: 32px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.blog-views:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon/blog-views.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
}

.blog-card-main {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 25px;
}

.blog-card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-card-bottom .blog-cta {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog-card-bottom .blog-cta-btn {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

.blog-read {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.blog-public {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #828282;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
}

.blog-public::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon/blog-public.svg) no-repeat 50% 50%;
	background-size: contain;
}

.blog-public span {
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	margin-right: 16px;
	position: relative;
}

.blog-public span::before {
	content: "";
	position: absolute;
	height: 14px;
	width: 1px;
	background: #828282;
	top: 52%;
	right: -10px;
	transform: translate(0, -50%);
}

.blog-cat {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}

.blog-name {
	flex-grow: 1;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	color: #514A7B;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;

	margin-bottom: 25px;
}

.blog-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
	padding: 15px 30px;
	color: #231F20;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	transition: .15s;
}

.blog-btn:hover {
	color: #514A7B;
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.blog-block-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 15px;
}

.blog-block-grid .blog-card {
	width: 100%;
	max-width: none;
	min-width: auto;
}








/* Второй блок с формой */
.form-2__inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 30px;
	border-radius: 20px;
	padding: 50px 80px 60px;
	background-color: #514A7B;
	background-image: url(../img/decor/form-2_decor.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.form-2 .title {
	color: #fff;
	margin-bottom: 15px;
}

.form-2 .subtitle {
	color: #fff;
	margin-bottom: 30px;
}

.form-2__form-top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 23px;
}

.form-2__form-bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 23px;
}

.form-2__form-bot .btn-full {
	min-width: 345px;
}



.form-2__right {
	position: relative;
	width: 313px;
	height: auto;
	margin-bottom: -60px;
}

.form-2__right img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}






/* Футер */
.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 35px 0 60px;
	border-top: 1px solid #EAEAEA;
}

.footer-top__links {
	display: flex;
	align-items: center;
	gap: 70px;
}

.footer-menus {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 50px;
}

.footer-menu__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
}

.footer-menu li+li {
	margin-top: 7px;
}

.footer-menu li a {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	transition: .15s;
}

.footer-menu li a:hover {
	color: #514A7B;
}

.footer-menu li a img {
	width: 28px;
	transition: .15s;
}

.footer-menu li a:hover img {
	opacity: 0.5;
}

.footer-menu:first-of-type {
	position: relative;
	padding-left: 35px;
}

.footer-menu:first-of-type::before {
	content: '';
	display: block;
	width: 16px;
	height: 15px;
	background: url(../img/icon/cat-sub.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}



.footer-middle__bot {
	margin-bottom: 50px;
}

.footer-middle__bot p {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
}


.footer-bottom {
	border-top: 1px solid #EAEAEA;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.footer-bottom a {
	font-size: 12px;
	font-weight: 400;
	transition: .15s;
}

.footer-bottom a:hover {
	color: #514A7B;
}






/* Попап */
.formPopup-body {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(35, 31, 32, 0.05);
	padding: 40px 70px;
}

.formPopup-title {
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 17px;
}

.formPopup-subtitle {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}

#formPopup .hystmodal__window {
	width: 500px;
}

.formPopup-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 23px;
}

.formPopup-form input {
	border: 1px solid #B3B3B3;
	color: #231F20;
}

.formPopup-form input::placeholder {
	color: #231F20;
}

.formPopup-form input:focus {
	border: 1px solid rgba(89, 65, 235, 0.10);
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.formPopup-form .btn-full:hover,
.formPopup-form .btn-full:focus {
	color: #231F20;
	border-radius: 11px;
	border: 1px solid #514A7B;
	background: #FFF;
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.formPopup-form .personal-checkbox>span {
	color: #231F20;
}

.formPopup-form .personal-checkbox>span::before {
	border: 1px solid #B3B3B3;
}

.formPopup-form .personal-checkbox>input:checked+span::before {
	background-image: url(../img/icon/personal-checkbox-black.svg);
}








/* breadcrumbs */
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 30px;
}

.breadcrumbs.wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
}

.breadcrumbs .itemListElement {
	display: block;
}

.breadcrumbs .itemListElement a,
.breadcrumbs .itemListElement .post,
.breadcrumbs .itemListElement .taxonomy {
	display: block;
	position: relative;
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
	padding-right: 32px;
}

.breadcrumbs .itemListElement:first-of-type a {
	background: url(../img/icon/breadcrumbs-home.svg) no-repeat 0% 50%;
	width: 45px;
	height: 18px;
	font-size: 0;
}

.breadcrumbs .itemListElement a:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon/chevron-right.svg) no-repeat 50% 50%;
	position: absolute;
	right: 8px;
	top: 2px;
}

.breadcrumbs .itemListElement:last-child {
	padding-left: 0;
}

.breadcrumbs .itemListElement:last-child a,
.breadcrumbs .itemListElement:last-child span {
	padding-right: 0;
	font-weight: 600;
}

.breadcrumbs .itemListElement:last-child a:after {
	display: none;
}

/* END breadcrumbs */

.page-title {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 30px;
}









/* Страница карточки товара */
.card-inner {
	display: grid;
	grid-template-columns: 630px auto 290px;
	gap: 30px 40px;
}


/* Картинки карточки товара на странице карточки товара */
.thumbs-wrapper {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 15px;
}

.card-inner-thumb {
	width: 100%;
	/* border: 1px solid #dadada; */
	border-radius: 20px;

	order: 2;
}

.card-inner-thumb img {
	object-fit: contain;
}

.card-inner-thumb .swiper-slide,
.card-inner-thumb {
	position: relative;
	height: 400px;
}

.card-thums {
	height: 360px;
	padding-bottom: 10px;

	order: 1;
}

.card-thums .swiper-slide {
	position: relative;
	width: 90px;
	border-radius: 7px;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	overflow: hidden;
	transition: border 0.3s;
}

.card-thums .swiper-slide img {
	padding: 10px;
}

.card-thums .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #514a7b;
}

/* Кнопки управления слайдером карточки товара */
.card-thums-nav {
	display: flex;
	justify-content: center;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}

.card-button-prev,
.card-button-next {
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.card-button-prev {
	background: url(../img/icon/card-button-prev.svg) no-repeat 50% 50%;
	border-right: 0.5px solid #d9d9d9;
}

.card-button-next {
	background: url(../img/icon/card-button-next.svg) no-repeat 50% 50%;
	border-left: 0.5px solid #d9d9d9;
}


/* Описание на странице товара */
.card-col-descrip {
	padding-right: 25px;
	border-right: 1px solid #EAEAEA;
}

.card-col-descrip__title {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
}

.card-col-descrip__text {
	font-size: 16px;
	font-weight: 400;
}




/* Правая колонка страницы каталога */
.card-col-main__download {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #514A7B;
	font-size: 20px;
	font-weight: 800;
	text-decoration: underline;
	margin-bottom: 10px;
}

.card-col-main__download::after {
	content: '';
	display: block;
	width: 77px;
	height: 69px;
	background: url(../img/decor/card-col-main__download.png) no-repeat 50% 50%;
	background-size: contain;
}

.card-col-main__download:hover {
	text-decoration: none;
}


.card-col-main__form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 23px;
	margin-top: 23px;
}

.card-col-main__form input {
	border: 1px solid #B3B3B3;
	color: #231F20;
}

.card-col-main__form input::placeholder {
	color: #231F20;
}

.card-col-main__form input:focus {
	border: 1px solid rgba(89, 65, 235, 0.10);
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}

.card-col-main__form .btn-full:hover,
.card-col-main__form .btn-full:focus {
	color: #231F20;
	border-radius: 11px;
	border: 1px solid #514A7B;
	background: #FFF;
	box-shadow: 0px 0px 25px 0px rgba(140, 125, 229, 0.15);
}








/* табы в карточке товара */
.tabs-swiper {
	padding: 0 15px;
	margin: 0 -15px 30px;
}

.tab-btn {
	width: max-content;
	border-radius: 12px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	padding: 17px 50px;
	font-weight: 700;
	cursor: pointer;
}

.tab-btn.tab-btn--act {
	background: #F5F5F7;
	border: 1px solid #F5F5F7;
}

.tab-content {
	display: none;
}

.tab-content.show {
	display: block;
	-webkit-animation: fadeInFromNone 0.5s ease-in-out;
	animation: fadeInFromNone 0.5s ease-in-out;
}




/* Таб характеристик */
.tab-content__char table {
	width: 100%;
	border-collapse: collapse;
}

.tab-content__char td {
	border-bottom: 1px dashed #E6E6E6;
	padding: 10px 5px;
	font-size: 16px;
	font-weight: 400;
}

.tab-content__char tr:last-of-type td {
	border-bottom: none;
}




/* Таб Видео */
.tab-content__video iframe {
	max-width: 100%;
}












/* Страница О компании */

/* Первый блок */
.openabout-card {
	background-image: url(../img/decor/openabout.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}

.openabout-card .breadcrumbs {
	margin: 0;
	padding: 33px 47px;
}

.openabout-card__inner {
	display: grid;
	grid-template-columns: 55% 45%;
	align-items: center;
	padding: 0 66px 100px;
}

.openabout-card .page-title {
	margin: 0;
}

.page-subtitle {
	font-size: 18px;
	padding-left: 50px;
}



/* Второй блок с буллетами на странице О компании */
.aboutpreim {
	display: grid;
	grid-template-columns: 1fr 470px;
	align-items: center;
	gap: 60px;
}

.aboutpreim-img img {
	width: 100%;
}

.aboutpreim-bulls {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 23px;
}

.aboutpreim-bulls__item p:first-of-type {
	color: #514A7B;
	font-size: 36px;
	font-weight: 900;
	white-space: nowrap;
}

.aboutpreim-bulls__item p+p {
	font-size: 16px;
}






/* Блок со слайдером преимуществ на странице О компании */
.preim-glav__about .title {
	margin-bottom: 60px;
}






/* Блок с картинкой и текстом на странице О компании */
.aboutleader {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.aboutleader .title {
	margin-bottom: 45px;
}

.aboutleader-right {
	flex-shrink: 0;
	max-width: 575px;
}

.aboutleader-right img {
	max-width: 100%;
}






/* Блок с галереей картинок на странице О компании */
.aboutgallery-swiper {
	margin: 0 -15px;
	padding: 0 15px 30px;
}

.aboutgallery-item {
	position: relative;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
	background: #F7F7F9;
}






/* Страница каталога */

/* Слайдер Категорий */
.category-wrapper {
	position: relative;
	margin-bottom: 100px;
}

.category-wrapper::before {
	content: '';
	display: block;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #EAEAEA;
	position: absolute;
	bottom: -50px;
	left: 30px;
}

.category-swiper {
	padding: 0 15px;
	margin: 0 -15px;
}

.category-wrapper .swiper-button-prev,
.category-wrapper .swiper-button-next {
	width: 54px;
	height: 54px;
	opacity: 1 !important;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 60px;
	box-shadow: 0px 0px 16px rgba(77, 77, 77, 0.25);
	transform: none !important;
	margin: 0 !important;
	top: calc(50% - 27px);
}

.category-wrapper .swiper-button-prev.swiper-button-disabled,
.category-wrapper .swiper-button-next.swiper-button-disabled {
	display: none;
}

.category-wrapper .swiper-button-prev {
	background-image: url('../img/icon/swiper-left.svg') !important;
	left: 0;
}

.category-wrapper .swiper-button-next {
	background-image: url('../img/icon/swiper-right.svg') !important;
	right: 0;
}

.category-item {
	display: flex;
	align-items: center;
	gap: 13px;
	height: 85px;
	width: 260px;
	border-radius: 20px;
	padding: 14px 15px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: 0.15s ease-in;
}

.category-item * {
	cursor: pointer;
}

.category-item__thumb {
	flex-shrink: 0;
	max-width: 64px;
	width: 100%;
	max-height: 64px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.category-item__thumb img {
	width: 100%;
	height: 100%;
}

.category-item:hover {
	border: 1px solid #514A7B;
}

.category-item {
	border: 1px solid #ccc;
}

.category-item:hover .category-item__name {
	color: #514A7B;
}






/* Страница каталога */
.catalog-cols {
	display: grid;
	grid-template-columns: 255px 1fr;
	gap: 20px;
	margin-bottom: 180px;
}

/* Фильтры каталога */
.catalog-filters {
	padding-right: 25px;
	border-right: 1px solid #EAEAEA;
}

/* Аккордеоны в фильтрах */
.accordion-mob {
	display: none;
}

.accordion {
	margin-top: 20px;
	padding: 12px 0;
	padding-right: 15px;
	display: block;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #EAEAEA;
	text-align: left;
	outline: none;
	position: relative;
	transition: 0.5s;

	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	color: #1a1a1a;
}

.submenu li {
	padding: 5px 0;
}

.accordion.active {
	font-weight: 800;
}

.accordion:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/icon/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}

.active:after {
	transform: rotate(-180deg) translateY(50%);
}

.filters-item:last-of-type .accordion svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	float: right;
}

.submenu {
	height: 0px;
	overflow: hidden;
	transition: 0.5s;
}

.submenu-body {
	padding: 15px 0;
}

.accordion.active+.submenu {
	height: auto;
}





/* Кастомный чекбокс в фильтре */
.checkbox-list {
	display: flex;
	flex-direction: column;
}

.checkbox-list a {
	display: block;
	margin: 4px 0;
}

.checkbox-list label {
	margin: 4px 0;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
	display: inline-flex;
	align-items: center;
	user-select: none;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #B3B3B3;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	position: absolute;
	top: 3px;
	left: 0px;
}

.custom-checkbox>span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: url("../img/icon/checkbox.svg");
	border-radius: 2px;
	position: absolute;
	top: 10px;
	left: 6px;
	transform: scale(0);
	transition: 0.3s;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::after {
	transform: scale(1);
}


/* для элемента input c type="radio" */
.custom-radio>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio>span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40px;
	border-radius: 10px;
	padding: 10px 12px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	transition: 0.3s;
}

/* для элемента при наведении */
.custom-radio>span:hover {
	border: 1px solid #514a7b;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio>input:checked+span {
	border: 1px solid #514a7b;
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio>input:disabled+span {
	background-color: #323740;
	color: #919191;
	border: 1px solid #919191;
	cursor: not-allowed;
}

/* Фильтр производителей */
.filters-proizvod {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 25px;
}

.submenu-body .all-har {
	font-size: 16px;
}

/* Кнопка сброса фильтров */
.filter-reboot {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 60px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	transition: 0.15s ease-in;
}

.filter-reboot:hover {
	color: #fff;
	background: #514a7b;
	;
}

.filter-reboot path {
	transition: 0.15s ease-in;
}

.filter-reboot:hover path {
	fill: #fff;
}

.catalog .category-plate-title {
	line-height: 100%;
}


/* Кнопка скачать католог в фильтрах */
.filter-download {
	display: block;
	margin-top: 45px;
	width: 100%;
}

.filter-download img {
	width: 100%;
}




/* Сетка товаров в каталоге */
.catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px 14px;
}

.catalog-main .woocommerce-info {
	background: none;
}



/* счетчик страниц внизу каталога */
.catalog-grid-bottom {
	margin-top: 40px;
}

.catalog-grid-bottom .btn-full {
	max-width: max-content;
	margin: 0 auto;
}

.catalog-grid-counter {
	margin-top: 45px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.catalog-grid-counter__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.catalog-grid-counter-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 100px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	transition: 0.3s;
}

.catalog-grid-counter-number:hover {
	color: #115ba4;
}

.catalog-grid-counter-number.active {
	background: #f5f5f7;
}

.catalog-grid-counter-number.disable {
	pointer-events: none;
	cursor: default;
}

.catalog-grid-counter-next {
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background: url(../img/icon/catalog-grid-counter-next.svg) no-repeat 50% 50%;
	background-size: contain;
}

.page-numbers {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 45px;
}

.page-numbers li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	transition: 0.3s;
}

.page-numbers li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f7;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}












/* Карточка товаров */
.prod-card {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	border: 1px solid #CCC;
	background: #fff;
	padding: 30px;
}

.prod-card-title {
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	line-height: 125%;
	margin: 20px 0 6px;
}

.prod-card-descip {
	flex-grow: 1;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
}



/* Картинки товара */
.prod-card-thumb {
	position: relative;
	width: 100%;
	height: 170px;
	margin: 0 auto;
}

.prod-card-thumb .img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}

.prod-card-thumb .img:nth-child(2) {
	z-index: 2;
}

/* обязательные стили */
.hvr {
	position: relative;
}

.hvr__images {
	position: relative;
}

.hvr__sectors {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 10;
}


.hvr__sector {
	flex-grow: 1;
}

/* не обязательные стили */
.images {
	display: flex;
	overflow: hidden;
}

.image {
	display: block;
}

.hvr__dots {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	position: absolute;
	z-index: 2;
	bottom: -5px;
	left: 0;
}

.hvr__dot {
	width: 8px;
	height: 8px;
	border-radius: 60px;
	border: 1px solid #d9d9d9;
	background: #d9d9d9;
}

.hvr__dot--active {
	border-color: #514a7b;
	background: #514a7b;
}











.woof_list_label .woof_label_term {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 40px;
	border-radius: 10px;
	padding: 10px 12px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	cursor: pointer;
	transition: 0.3s;
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
	background-color: #fff;
	border: 1px solid #514a7b;
	color: #000;
}

.woof_label_count {
	background-color: #fff;
}

.woof_container_inner h4 {
	margin-top: 20px;
	padding: 12px 0;
	padding-right: 25px;
	display: block;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #EAEAEA;
	text-align: left;
	outline: none;
	position: relative;
	transition: 0.5s;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	color: #1a1a1a;
}

.woof_front_toggle {
	font-size: 0;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/icon/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	border: none !important;
	transition: 0.3s;
}

.woof_front_toggle.woof_front_toggle_opened {
	transform: rotate(-180deg) translateY(50%);
}

.woof_reset_search_form {
	margin-top: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 60px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	transition: 0.15s ease-in;
}

.woof_reset_search_form::before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(../img/icon/filter_close.svg) no-repeat 50% 50%;
	background-size: contain;
	transition: 0.15s ease-in;
}

.woof_reset_search_form:hover {
	color: #fff;
	background: #514a7b;
}

.woof_reset_search_form:hover::before {
	filter: invert(1);
}

.woof_reset_button_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #CCC;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	transition: 0.15s ease-in;
}

.woof_reset_button_2::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/icon/filter_close.svg) no-repeat 50% 50%;
	background-size: contain;
	transition: 0.15s ease-in;
}












































.burger-menu,
.menubox {
	display: none;
}

@media screen and (max-width: 1350px) {
	.card-inner {
		grid-template-columns: 470px auto 290px;
	}

	.aboutleader-right {
		max-width: 500px;
	}

	.catalog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 1200px) {
	.preim-glav__text p:first-of-type {
		white-space: unset;
	}

	.form-2__inner {
		padding-right: 10px;
	}

	.card-inner {
		grid-template-columns: auto 290px;
	}

	.card-col-descrip {
		grid-column: 1 / span 2;
		grid-row: 2;
		padding-right: 0;
		border-right: none;
	}

	.openabout-card__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.page-subtitle {
		padding-left: 0;
	}

	.aboutleader {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
}

@media screen and (max-width: 1100px) {
	.mainbanner-body {
		min-height: auto;
	}

	.mainbanner-right {
		display: none;
	}

	.mainbanner-left {
		padding: 40px 60px;
	}

	.category-plate {
		grid-template-columns: repeat(4, 1fr);
	}

	.form-1__right {
		display: none;
	}

	.form-2__right {
		display: none;
	}

	.form-2__inner {
		padding: 50px 80px 60px;
		background-image: none;
	}

	.catalog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 980px) {
	.mob-headerbtns {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.burger-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		background: linear-gradient(180deg, #f3f4f8 0%, #e9ebf3 100%), #f2f3f7;
		border-radius: 100px;
		cursor: pointer;
		position: relative;
		z-index: 11;
		transition: 0.25s;
	}

	.burger-menu>span,
	.burger-menu>span::before,
	.burger-menu>span::after {
		display: block;
		position: absolute;
		width: 13px;
		height: 2px;
		background: #514A7B;
		transition-duration: 0.25s;
	}

	.burger-menu>span::before {
		content: "";
		top: -4px;
	}

	.burger-menu>span::after {
		content: "";
		top: 4px;
	}

	/* меню */
	.menubox {
		display: block;
		position: fixed;
		visibility: hidden;
		opacity: 0;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 180px 15px 0px 15px;
		list-style: none;
		background-color: #fff;
		z-index: 40;
		transition-duration: 0.25s;
		overflow-y: scroll;
	}

	/* работа меню */
	.burger-menu.active>span {
		background-color: initial;
	}

	.burger-menu.active>span::before {
		top: 0;
		transform: rotate(-45deg) scale(1);
	}

	.burger-menu.active>span::after {
		top: 0;
		transform: rotate(45deg) scale(1);
	}

	.active.menubox {
		visibility: visible;
		opacity: 1;
	}

	body._lock {
		overflow-y: hidden;
		height: 100vh;
	}

	.wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}

	.title,
	.page-title {
		font-size: 24px;
	}

	.subtitle {
		font-size: 18px;
	}

	.mb-100 {
		margin-bottom: 40px;
	}

	.header-mid__inner {
		flex-wrap: wrap;
		gap: 20px;
		padding-top: 17px;
		padding-bottom: 20px;
	}

	.header-mid .page-header-search {
		width: 100%;
	}

	.header-tel-btn {
		display: block;
		width: 36px;
		height: 36px;
		background: linear-gradient(180deg, #f3f4f8 0%, #e9ebf3 100%), #f2f3f7;
		background-image: url(../img/icon/header-tel-btn.svg);
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 100px;
	}

	.logo-img {
		width: 60px;
	}

	.header-mid .header-mid__links,
	.header-mid .lang-selector {
		display: none;
	}

	.header-bot {
		display: none;
	}

	.menubox .header-mid__links {
		margin-bottom: 20px;
		border-bottom: 1px solid #EAEAEA;
		padding-bottom: 20px;
	}

	.menubox .menu-list {
		flex-direction: column;
		gap: 15px;
	}

	.menubox .menu-item>a {
		font-size: 20px;
		padding: 0;
	}

	.menubox .menu-item-has-children>a:before {
		display: none;
	}

	/* Футер бергер-меню */
	.menubox-footer {
		background: #514A7B;
		border-radius: 20px 20px 0px 0px;
		padding: 45px 15px 0;
		margin: 50px -15px 0;
	}

	.menubox-footer p,
	.menubox-footer a {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 120%;
		color: #ffffff;
		opacity: 0.5;
	}

	.menubox-footer__bottom {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding-top: 22px;
		padding-bottom: 33px;
		border-top: 1px solid #d9d9d9;

		margin-top: 50px;
	}

	.mainbanner-left {
		padding: 40px 20px;
	}

	.mainbanner-title {
		font-size: 25px;
	}

	.mainbanner-subtitle {
		font-size: 18px;
	}

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

	.mainbanner .swiper-pagination {
		display: block;
	}

	.preim-glav {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.preim-glav__img::before {
		display: none;
	}

	.category-plate {
		grid-template-columns: repeat(2, 1fr);
	}

	.category-plate-item:nth-of-type(5),
	.category-plate-item:nth-of-type(6) {
		grid-column: span 1;
	}

	.category-plate-item:nth-of-type(5) .category-plate-item__img,
	.category-plate-item:nth-of-type(6) .category-plate-item__img {
		margin-right: -60px;
	}

	.form-1__inner {
		padding: 40px 20px;
	}

	.about-block__main {
		grid-template-columns: 1fr;
	}

	.btn-more {
		padding: 10px 20px;
		font-size: 16px;
	}

	.about-block__subtitle {
		font-size: 20px;
	}

	.about-block__text {
		font-size: 16px;
	}

	.partners__inner {
		padding: 40px 20px;
	}

	.partners__inner .title {
		margin-bottom: 20px;
	}

	.blog-block__header {
		margin-bottom: 20px;
	}

	.blog-card {
		width: 350px;
		max-width: calc(100vw - 30px);
	}

	.blog-card-bottom {
		flex-direction: column;
		gap: 15px;
	}

	.blog-card-bottom .blog-cta {
		justify-content: space-between;
	}

	.blog-btn {
		width: 100%;
	}

	.form-2__inner {
		display: block;
		padding: 40px 20px;
	}

	.form-2__form-top {
		grid-template-columns: 1fr;
	}

	.form-2__form-bot .btn-full {
		min-width: auto;
	}

	.footer-top {
		flex-direction: column;
	}

	.footer-top__links {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.footer-menus {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		text-align: center;
	}

	.footer-menu:first-of-type {
		padding-left: 0;
	}

	.footer-menu li a {
		text-align: center;
		justify-content: center;
	}

	.footer-middle__bot {
		margin-bottom: 25px;
	}

	.footer-middle__bot p {
		text-align: center;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 10px;
		padding: 20px 0;
		text-align: center;
	}

	.card-col-descrip__title {
		font-size: 24px;
	}

	.openabout-card .breadcrumbs {
		padding: 33px 20px;
	}

	.openabout-card__inner {
		padding: 0 20px 80px;
	}

	.page-subtitle {
		font-size: 16px;
	}

	.aboutpreim {
		grid-template-columns: 1fr 320px;
		gap: 20px;
	}

	.aboutpreim-bulls__item p:first-of-type {
		font-size: 26px;
	}

	.aboutpreim-bulls__item p+p {
		font-size: 14px;
	}

	.preim-glav__about .title {
		margin-bottom: 20px;
	}

	.aboutleader .title {
		margin-bottom: 20px;
	}

	.text,
	.text p {
		font-size: 16px;
	}

	.aboutgallery-item {
		width: 300px;
	}

	.category-wrapper {
		margin-bottom: 60px;
	}

	.category-wrapper::before {
		width: calc(100% - 30px);
		bottom: -30px;
		left: 15px;
	}

	.category-wrapper .swiper-button-prev,
	.category-wrapper .swiper-button-next {
		display: none;
	}

	.category-item {
		width: 260px;
	}

	.catalog-cols {
		grid-template-columns: 1fr;
		margin-bottom: 60px;
	}

	.catalog-filters {
		padding-right: 0;
		border: none;
	}

	/* Аккордион, который закрывает фильтры на мобилке */
	.accordion-mob {
		padding: 12px 0;
		padding-right: 15px;
		display: block;
		width: 100%;
		cursor: pointer;
		background: none;
		border: none;
		border-bottom: 1px solid #d9d9d9;
		text-align: left;
		outline: none;
		position: relative;
		transition: 0.5s;
		font-weight: 800;
		font-size: 16px;
		line-height: 20px;
		color: #1a1a1a;
	}

	.accordion-mob.active {}

	.accordion-mob:after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		top: calc(50% - 5px);
		right: 2px;
		border-left: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		transform: rotate(-45deg);
		transition: 0.3s;
	}

	.accordion-mob.active:after {
		transform: rotate(-225deg);
	}

	.panel {
		height: 0px;
		overflow: hidden;
		transition: 0.5s;
	}

	.panel._active {}

	.catalog-grid-bottom__more {
		margin-top: 30px;
		height: 45px;
	}

	.catalog-grid-counter,
	.catalog-grid-counter__list {
		justify-content: center;
	}


	.catalog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 750px) {
	.card-inner {
		display: block;
	}

	.card-col-descrip {
		grid-column: unset;
		grid-row: unset;
		margin-top: 23px;
	}

	.card-col-main {
		margin-top: 23px;
	}

	.catalog-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.prod-card {
		padding: 10px 20px 20px;
	}

	.prod-card-thumb {
		height: 140px;
	}

	.prod-card-title {
		font-size: 16px;
	}

	.prod-card-descip {
		font-size: 14px;
	}

	.card-col-main__download {
		justify-content: center;
	}

	.blog-block-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 650px) {
	.preim-glav-item {
		gap: 15px;
	}

	.preim-glav__img {
		width: 60px;
	}

	.preim-glav__text p:first-of-type {
		font-size: 16px;
	}

	.preim-glav__text p+p {
		font-size: 13px;
	}

	.form-1__form {
		grid-template-columns: 1fr;
	}

	.form-2__form-bot {
		flex-direction: column;
		align-items: flex-start;
	}

	.form-2 .personal-checkbox br {
		display: none;
	}

	.form-2__form-bot .btn-full {
		width: 100%;
	}

	.thumbs-wrapper {
		display: block;
	}

	.card-thums {
		margin-top: 10px;
		height: 70px;
	}

	.card-inner-thumb .swiper-slide,
	.card-inner-thumb {
		height: 300px;
	}

	.card-thums-nav {
		margin: 0 auto;
		max-width: max-content;
	}

	.aboutpreim {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 500px) {
	.category-plate {
		grid-template-columns: repeat(2, 1fr);
	}

	.category-plate-item:nth-of-type(5),
	.category-plate-item:nth-of-type(6) {
		grid-column: span 2;
	}

	.category-plate-item:nth-of-type(5) .category-plate-item__img,
	.category-plate-item:nth-of-type(6) .category-plate-item__img {
		margin-right: 0;
	}

	.about-block__header {
		margin-bottom: 20px;
	}

	.about-block__bull p:first-of-type {
		font-size: 26px;
	}

	.partners__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.partners__list-item {
		max-height: 80px;
	}

	.formPopup-body {
		padding: 40px 20px;
	}

	.formPopup-title {
		font-size: 24px;
	}

	.tab-btn {
		padding: 10px 20px;
	}

	.tab-content__char td {
		font-size: 14px;
	}

	.catalog-grid {
		gap: 0;
	}

	.prod-card {
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #CCC;
		padding: 0 0 20px 10px;
	}

	.prod-card:nth-of-type(odd) {
		border-right: 1px solid #CCC;
		padding: 0 10px 20px 0;
	}

	.prod-card .btn-full {
		min-height: 40px;
		padding: 3px 10px;
	}

	.blog-block-grid {
		grid-template-columns: 1fr;
	}
}