/*** ============== // TABLE OF CONTENT // ==============
01 - MAIN
02 - PRELOADER
03 - BREADCRUMB
04 - COLLAPSE
05 - HEADER
06 - FOOTER
07 - PRODUCT-CARD PRODUCTS
08 - PRODUCT CONTENT

==================================================== ***/

:root{
	/*--base:#141A28;*/
	/*--secondary:#19203B;*/
	/*--secondary-hover:#19203B;*/
	/*--gray:#4B4E57;*/
	--base:#2c2c2c;
	--primary:#ED2836;
	--primary-hover:#AD131E;
	--secondary:#000;
	--secondary-hover:#333333;
	--blue:#06c;
	--gray:#53555b;
	--light-gray:#90939D;
	--light:#F3F4F8;
	--white:#FFFFFF;
}

/*--- MAIN ---*/
body {
	padding-top: 185px;
	font-size: 22px;
}
section {
	padding: 60px 0;
	position: relative;
	background: var(--white);
}
section.bg-light {
	background: var(--light);
}
section .section-back {
	position: absolute;
	left: 0;
	color: var(--light);
	font-weight: 700;
	font-size: 140px;
	font-weight: 700;
	transform: scale(-1) translateY(50%);
	position: absolute;
	top: 50%;
	left: calc(50vw - 630px - 220px);
	width: 300px;
	height: 100%;
	writing-mode: vertical-rl;
	text-align: center;
	white-space: nowrap;
	word-spacing: 180px;
	pointer-events: none;
	overflow: hidden;
}
section.bg-light .section-back {
	color: var(--white);
}
section .section-back.section-back_top {
	transform: scale(-1);
	top: 50px;
	height: fit-content;
	max-height: 100%;
}
section .section-back.section-back_right {
	right: calc(50vw - 630px - 220px);
	left: auto;
	transform: scale(1) translateY(-50%);
}
section .section-back.section-back_top.section-back_right {
	transform: scale(1);
}
.section-title {
	margin-bottom: 40px;
}
.section-title__title {
	position: relative;
	width:fit-content;
	line-height: 130%;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.section-title__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background: var(--primary);
}
.section-title__desc {
	
}
h1, .h1 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h2, .h2 {
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 600;
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h4, .h4 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h5, .h5 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h6, .h6 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}
p {
	font-size: 22px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 0 20px 0;
}
blockquote {
	padding: 15px 30px 15px 30px;
	border-radius: 10px;
	background: var(--light);
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
blockquote:before {
	content: '';
	position: absolute;
	width: 5px;
	height: calc(100% - 28px);
	left: 0px;
	top: 14px;
	border-radius: 0 4px 4px 0;
	background: var(--primary);
}
blockquote p:last-child {
  margin: 0;
}
blockquote.no-line:before {
	display: none;
}
input, textarea {
	user-select: text!important;
	-webkit-user-select: text!important;
	-moz-user-select: text!important;
	-ms-user-select: text!important;
	user-select: text!important;
}
ul {
	list-style: none;
}
ul li {
	position: relative;
}
.content ul {
	padding: 0;
}
.content ul li {
	padding: 0 0 0 40px;
}
.content ul li::before {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	border: 3px solid var(--gray);
	border-top-width: 3px;
	border-left-width: 3px;
	border-left-width: 0;
	border-top-width: 0;
	position: absolute;
	left: 5px;
	top: 8px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
}
ol {

}
ol li {
	position: relative;
}

.content a[data-fancybox]{
  display: inline-block;
}
.content img {
	margin: 0 0 20px 0;
	width: 100%;
	height: auto;
}
.scroll-content {
	padding-top: 130px;
}
.slide_up_anim {
	display: block;
	opacity: 0!important;
	transform: translateY(50px);

}
.slide_up_anim_show {
	opacity: 1;
	transition: all 1.2s;
	transform: translateY(0%);
}

.content-collapse__wrap {
	
}
.content-collapse__inner {
	/*height: 150px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: -10px;
	z-index: 2;
	position: relative;
}
.content-collapse__inner.content-collapse__inner_show {
	margin-bottom: 30px;
	height: auto;
	overflow: visible;
	transition: .3s;
}
.content-collapse__text {
	position: relative;
	z-index: -1;
	padding: 0 0 50px 0;
}
.content-collapse__btn {
	z-index: 3;
	position: relative;
	box-shadow: 0px -10px 10px 10px #fff;
	background: #fff;
	margin: 0;
	width: 100%;
	display: block;
	transition: .3s;

	border: none;
	font-size: 13px;
	padding: 0 0 30px 0;
	color: var(--base);
}
.content-collapse__btn:hover {
	cursor: pointer;
	color: var(--primary);
}
.content-back_double {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 35vw;
	background: #5E6575;
}

/*--- END MAIN ---*/


/*--- SCROLL TOP ---*/

.scroll-top {
	position: fixed;
	right: 5vw;
	bottom: 5vw;
	width: 60px;
	height: 60px;
	overflow: hidden;
	transition: .3s;
	opacity: 0;
	z-index: 99;
	transform: translateY(50px);
}
.scroll-top_show {
	transform: translateY(0);
	opacity: 1;
}
.scroll-to-top {
	width: 100%;
	height: 100%;
	display: flex;
	background: var(--primary);
	align-items: center;
	justify-content: center;
	color: var(--white);
	transition: .3s;
}
.scroll-to-top:hover {
	background: var(--primary-hover);
	color: var(--white);
	opacity: 1;
}
.scroll-to-top svg {
	width: 32px;
	height: 32px;
}

/*--- END SCROLL TOP ---*/

/*--- HEADER ---*/

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header_fixed {
	position: fixed;
	top: -130px;
}
.header-top {
	background: var(--secondary);
	height: 130px;
	display: flex;
	align-items: center;
}
.header-top__inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: auto 0;
}
.header-top__left {
	display: flex;
	align-items: center;
}
.header-top__logo-wrap {
	display: block;
	padding: 0 25px 0 0;
	margin: 0 25px 0 0;
	border-right: 2px solid var(--gray);
}
.header-top__logo {
	height: 80px;
	width: auto;
}
.header-top__logo-desc {
	font-size: 20px;
	line-height: 130%;
	color: var(--white);
}
.header-top__right {
	display: flex;
	align-items: center;
}
.header-top__email {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 25px 0 0;
	padding: 28px 25px 28px 55px;
	height: 100px;
	border-right: 2px solid var(--gray);
}
.header-top__email-icon {
	position: absolute;
	left: 0;
	top: 28px;
	height: 44px;
	width: auto;
}
.header-top__email-desc {
	font-size: 18px;
	line-height: 100%;
	color: var(--light-gray);
}
.header-top__email-link {
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	color: transparent;
	background: linear-gradient(90deg, #ed2836 0%, #ed2836 50%, #fff 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ed2836), color-stop(50%, #ed2836), color-stop(50%, #fff), to(#fff));
  background: -o-linear-gradient(left, #ed2836 0%, #ed2836 50%, #fff 50%, #fff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	background-size: 200%;
	background-position: right;
	transition: background-position .45s;
	-webkit-transition: background-position .45s;
  -o-transition: background-position .45s;
}
.header-top__email-link:hover {
	color: transparent;
	background-position: left;
}
.header-top__phone {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 28px 0px 28px 40px;
	height: 100px;
}
.header-top__phone-icon {
	position: absolute;
	left: 0;
	top: 28px;
	height: 44px;
	width: auto;
}
.header-top__phone-desc {
	font-size: 18px;
	line-height: 100%;
	color: var(--light-gray);
}
.header-top__phone-link {
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	color: transparent;
	background: linear-gradient(90deg, #ed2836 0%, #ed2836 50%, #fff 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ed2836), color-stop(50%, #ed2836), color-stop(50%, #fff), to(#fff));
  background: -o-linear-gradient(left, #ed2836 0%, #ed2836 50%, #fff 50%, #fff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	background-size: 200%;
	background-position: right;
	transition: background-position .45s;
	-webkit-transition: background-position .45s;
  -o-transition: background-position .45s;
}
.header-top__phone-link:hover {
	color: transparent;
	background-position: left;
}
.header-top__menu-btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 15px;
	align-items: center;
	cursor: pointer;
	display: none;
}
.header-top__menu-btn span {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background: var(--white);
}
.header-top__menu-btn span::before {
	content: '';
	position: absolute;
	right: 0;
	top: -10px;
	width: 100%;
	height: 2px;
	background: var(--white);
	transition: .3s ease;
}
.header-top__menu-btn:hover span::before {
	width: 80%;
}
.header-top__menu-btn span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%;
	height: 2px;
	background: var(--white);
	transition: .3s ease;
}
.header-top__menu-btn:hover span::after {
	width: 60%;
}


.header-bottom {
	display: block;
	width: 100%;
	background: var(--white);
	border-bottom: 2px solid var(--light);
}
.header-bottom__inner {
	height: 55px;
}
.header-bottom__menu {
	
}
.menu-wrap {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
}
.menu-item {
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
}
.menu-link {
	position: relative;
	color: var(--secondary);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	padding: 0 35px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.menu-link:hover {
	text-decoration: none;
	color: var(--secondary);
}
.menu-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 4px;
	width: 100%;
	background: var(--primary);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .45s ease-in-out;
}
.menu-link:hover::after,
.menu-link.active::after {
	transform: scaleX(1);
	transform-origin: left;
}
.submenu-wrap {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	width: 450px;
	list-style: none;
	background: var(--white);
	box-shadow: 0px 10px 10px rgba(40, 40, 40, .1);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
}
.menu-link:hover ~ .submenu-wrap,
.submenu-wrap:hover {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}
.submenu-item {
	border-top: 1px solid var(--light);
}
.submenu-link {
	position: relative;
	color: var(--secondary);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	padding: 15px 35px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.submenu-link:hover,
.submenu-link.active {
	color: var(--primary);
	text-decoration: none;
}

/*--- END HEADER ---*/

/*--- MOBILE MENU ---*/
.aside {
	position: fixed;
	width: 100%;
	max-width: 400px;
	height: 100vh;
	top: 0;
	right: -410px;
	padding: 80px 0 50px;
	background: var(--white);
	z-index: 999;
	transition: .4s;
	display: none;
}
.aside_show {
	right: 0;
}
.aside-back {
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(20, 20, 20, .5);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	display: none;
	transition: .4s;
}
.aside-back_show {
	z-index: 998;
	visibility: visible;
	opacity: 1;
}
.aside__close-btn {
	position: absolute;
	right: 15px;
	top: 30px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.aside__close-btn span {
	content: '';
	position: absolute;
	right: 0;
	top: 19px;
	width: 100%;
	height: 2px;
	background: var(--base);
	transition: .3s ease;
	transform: rotate(45deg);
}
.aside__close-btn span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 2px;
	background: var(--base);
	transition: .3s ease;
	transform: rotate(90deg);
}
.aside__menu-wrap {
	padding: 0 40px;
	margin: 0;
	list-style: none;
}
.aside__menu-item {
	
}
.aside__menu-link {
	display: block;
	font-size: 18px;
	padding: 2px 0;
	font-weight: 500;
	color: var(--base);
}
.aside__menu-link:hover,
.aside__menu-link.active {
	text-decoration: none;
	color: var(--primary);
}
.aside__submenu-wrap {
	padding: 0 0 0 20px;
	margin: 10px 0 10px 0;
	list-style: square;
}
.aside__submenu-item {
	
}
.aside__submenu-link {
	display: block;
	font-size: 18px;
	padding: 2px 0;
	font-weight: 500;
	color: var(--base);
}
.aside__submenu-link:hover,
.aside__submenu-link.active {
	text-decoration: none;
	color: var(--primary);
}

/*--- END MOBILE MENU ---*/



/*--- BREADCRUMBS ---*/

.breadcrumbs {
	padding: 25px 0 0 0;
	margin: 0;
}
.breadcrumb__wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	overflow-x: auto;
	flex-wrap: nowrap;
}
.breadcrumb__item {
	position: relative;
	padding: 0 0 0 22px;
}
.breadcrumb__item::before {
	content: '/';
	position: absolute;
	left: 8px;
	top: 2px;
	width: 11px;
	height: 11px;
	color: var(--light-gray);
	font-weight: 400;
	font-size: 20px;
}
.breadcrumb__item:first-child {
	padding: 0;
}
.breadcrumb__item:first-child::before {
	display: none;
}
.breadcrumb__item:last-child .breadcrumb__link {
	pointer-events: none;
}
.breadcrumb__link {
	text-decoration: none;
	color: var(--light-gray);
	font-weight: 400;
	font-size: 18px;
	position: relative;
}
.breadcrumb__link:hover {
	text-decoration: none;
}
.breadcrumb__title {
	position: relative;
	width:fit-content;
	margin: 30px 0 40px 0;
	padding: 0 0 10px 0;
	line-height: 130%;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.breadcrumb__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background: var(--primary);
}

/*--- END BREADCRUMBS ---*/


/*--- FOOTER ---*/

.footer {
	background: var(--secondary);
}
.footer-top {
	padding: 50px 0 30px;
}
.footer-top__content {
	padding: 30px;
}
.footer-top__address {
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
	position: relative;
	margin: 0 0 40px 0;
}
.footer-top__address p {
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
}
.footer-top__phone {
	position: relative;
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
}
.footer-top__phone-icon {
	width: auto;
	height: 26px;
	position: absolute;
	left: 5px;
}
.footer-top__phone-link {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
}
.footer-top__phone-link:hover {
	text-decoration: none;
}
.footer-top__email {
	position: relative;
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
}
.footer-top__email-icon {
	width: auto;
	height: 26px;
	position: absolute;
	left: 0;
}
.footer-top__email-link {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
}
.footer-top__email-link:hover {
	text-decoration: none;
}
.footer-top__politic-link {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
	position: relative;
	padding: 0;
	margin: 45px 0 0 0;
}
.footer-top__politic-link:hover {
	text-decoration: none;
}
.footer-top__menu-wrap {
	padding: 30px;
	margin: 0;
	list-style: none;
}
.footer-top__menu-item {
	padding: 0;
	margin: 0 0 15px 0;
}
.footer-top__menu-link {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
	position: relative;
}
.footer-top__menu-link:hover {
	color: var(--primary);
	text-decoration: none;
}
.footer-top__menu-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	transition: .3s ease;
	background: var(--primary);
}
.footer-top__menu-link:hover::after {
	width: 100%;
}
.footer-bottom {
	border-top: 2px solid var(--gray);
	padding: 40px 0;
}
.footer-bottom p {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
	position: relative;
	margin: 0;
}
.footer-bottom p a {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
	position: relative;
}
.footer-bottom p a:hover {
	text-decoration: none;
	color: var(--primary);
}

/*--- END FOOTER ---*/


/*--- COLLAPSE ---*/

.collapse {
	border-top: 1px solid var(--light-gray);
	margin: 25px 0 0 0;
}
.collapse__item {
	border-bottom: 1px solid var(--light-gray);
	transition: .3s ease;
}
.collapse__item.active {

}
.collapse__head {
	padding: 20px 0;
	position: relative;
	height: 70px;
	display: flex;
	align-items: center;
}
.collapse__head:hover {
	cursor: pointer;
}
.collapse__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: var(--base);
	letter-spacing: -0.02em;
	-webkit-letter-spacing: -0.02em;
	-moz-letter-spacing: -0.02em;
	-ms-letter-spacing: -0.02em;
	-o-letter-spacing: -0.02em;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 0 0 10px;
}
.collapse__content {
	padding: 0 0 20px 10px;
	display: none;
}
.collapse__content p {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.collapse__btn {
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: 1;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.collapse__btn img {
	width: 40px;
	height: 40px;
	display: block;
	transition: .3s ease;
}
.collapse__item.active .collapse__btn {

}
.collapse__item.active .collapse__btn img {
	transform: rotate(45deg);
}

/*--- END COLLAPSE ---*/


/*--- SLIDER ---*/

.slider-arrows-wrap {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.btn-slider {
	position: absolute;
	top: -30px;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s ease;
	opacity: .2;
}
.btn-slider:hover {
	opacity: 1;
}
.btn-slider-prev {
	left: 0px;
}
.btn-slider-next {
	right: 0px;
}


.sert-slider {
	padding: 0 30px;
}
.sert-slider__item {
	border: 1px solid var(--light);
	margin: 15px;
	padding: 0;
}
.sert-slider__item img {
	margin: 0;
	padding: 0;
}


.object-slider {
	padding: 0 30px;
}
.object-slider__item {
	margin: 15px;
	padding: 15px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.object-slider__item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	margin: auto;
	padding: 0;
}


/*--- END SLIDER ---*/


/*--- FORMS ---*/

.form-wrap {
	padding: 100px 0;
}
.form-wrap__back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.form-wrap__back img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form {
	padding: 20px 0;
	margin: 30px 0 0 0;
}
.form-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}
.form-group label {
	width: 100%;
	color: var(--light);
}
.form-group input {
	width: 100%;
	outline: none!important;
	height: 70px;
	padding: 0 25px;
	border: 2px solid var(--light);
	transition: .4s;
}
.form-group input:focus {
	border-color: var(--blue);
}
.form-group textarea {
	width: 100%;
	height: 70px;
	resize: none;
	padding: 15px 25px 0px 25px;
	outline: none!important;
	border: 2px solid var(--light);
	transition: .4s;
}
.form-group textarea:focus {
	border-color: var(--blue);
}
.politic-text {
	font-size: 16px;
	max-width: 800px;
	color: var(--white);
}
.politic-text a {
	color: var(--white);
	text-decoration: underline;
	font-weight: 400;
}
.politic-text a:hover {
	color: var(--primary-hover);
}
.btn.form__btn {
	padding: 25px 50px;
	font-size: 18px;
}

/*--- END FORMS ---*/


/*--- CATEGORY ---*/

.categoty {
	
}
.category__wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0 0;
}
.category__item {
	position: relative;
	width: 50%;
	height: 35vw;
	border-top: 2px solid var(--base);
	border-right: 1px solid var(--base);
	border-left: 1px solid var(--base);
	overflow: hidden;
}
.category__item-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.category__item-back::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(60 60 60 / 60%);
	/*background: rgba(10, 14, 25, 0.6);*/
}
.category__item-back::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform 0.5s ease-in-out;
	background-color: rgb(32 32 32 / 60%);
	background-color: rgba(10, 14, 25, 0.6);
	transform: scaleX(0);
	transform-origin: right;
}
.category__item:hover .category__item-back::after {
	transform: scaleX(1);
	transform-origin: left;
}
.category__item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.category__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category__item-content {
	padding: 70px;
}
.category__item-title {
	position: relative;
	width:fit-content;
	z-index: 5;
	text-transform: uppercase;
	color: var(--light);
	opacity: .9;
	padding: 0 0 10px 0;
}
.category__item-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100%;
	background: var(--primary);
}
.category__item-desc {
	position: relative;
	z-index: 5;
	line-height: 130%;
	color: var(--light);
	opacity: .9;
}
.category__item-btn {
	position: absolute;
	left: 70px;
	bottom: 70px;
	transform: translateX(-300px);
	opacity: 0;
	transition: .6s ease;
}
.category__item:hover .category__item-btn {
	opacity: 1;
	transform: translateX(0px);
}
.category__item-btn svg {
	width: 24px;
	height: 24px;
	margin: -4px 0 0 15px;
}
.category__item-btn:hover {
	
}
.category__item-btn:hover svg {
	
}

/*--- END CATEGORY ---*/

/*--- GALLERY ---*/

.gallery {
	
}
.gallery__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.gallery__item {
	width: 25%;
	aspect-ratio: 6/4;
	padding: 5px;
	overflow: hidden;
}
.gallery__item-link {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.gallery__item-image {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.gallery__item-link:hover .gallery__item-image {
	transform: scale(1.05);
	filter: brightness(.75);
}

/*--- END GALLERY ---*/



/*--- BANNER ---*/

.banner {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.banner-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner-back::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 14, 25, 0.6);
	z-index: 1;
}
.banner-back img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner__item-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.banner__item-title {
	font-size: 60px;
	position: relative;
	z-index: 5;
	color: var(--white);
	text-transform: uppercase;
}
.banner__item-desc {
	position: relative;
	z-index: 5;
	color: var(--white);
	max-width: 800px;
}
.banner__item-btn {
	position: relative;
	z-index: 5;
}
.banner__item-btn svg {
	margin: -2px 0 0 10px;
}

/*--- END BANNER ---*/



/*--- SERVICES ---*/

.services {
	padding: 80px 0 80px 0;
}
.services .section-title {
	position: relative;
	z-index: 5;
	color: var(--white);
}
.services-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.services-back::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(46 46 46 / 90%);
	/*background-color: rgba(20, 26, 40, .9);*/
	z-index: 1;
}
.services-back img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services__item {
	position: relative;
	z-index: 1;
	height: 240px;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 25px 40px;
}
.services__item-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.services__item-back::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(10, 14, 25, 0.6);
	transition: background-color 0.5s ease-in-out;
}
/*.services__item:hover .services__item-back::after{
	background-color: rgba(237, 40, 54, 0.8);
}*/
.services__item-back img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services__item-title {
	position: relative;
	z-index: 9;
	color: var(--white);
}

/*--- END SERVICES ---*/



/*--- BENEFITS ---*/

.benefits {
	background: var(--light);
	padding-bottom: 100px;
}
.section-title {
	
}
.section-title__title {
	
}
.benefit__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	margin: 30px 0 0 0;
}
.benefit__item-icon {
	width: 120px;
	height: auto;
}
.benefit__item-title {
	font-size: 22px;
	font-weight: 500;
	margin: 50px 0 0 0;
	max-width: 330px;
}

/*--- END BENEFITS ---*/


.about_main_block{
    position:relative;
    z-index:2;
}
.about_main_block .btn-bordered {
    border: 1px solid var(--white);
    color: var(--white);
}


/*-------vacancies---------*/
.vacancies .vacancies__item{
    margin-bottom:35px;
}
.vacancies .vacancies__head{
    position:relative;
    cursor:pointer;
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--light);
}
.vacancies .vacancies__img{
    width:65px;
    margin: 0;
}
.vacancies .vacancies__title span{
    font-size:25px;
    margin-left:15px;
}


.vacancies .vacancies__item.active .vacancies__head .vacancies__arrow:before {
    top: 8px;
    right: 13px
}

.vacancies .vacancies__item.active .vacancies__head .vacancies__arrow:after {
    bottom: 6px
}



.vacancies .vacancies__item .vacancies__head .vacancies__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vacancies .vacancies__item .vacancies__head .vacancies__arrow:before {
    content: "";
    width: 18px;
    height: 2px;
    background: var(--secondary);
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    transition: 0.5s;
}

.vacancies .vacancies__item .vacancies__head .vacancies__arrow:after {
    content: "";
    width: 18px;
    height: 2px;
    background: var(--secondary);
    position: absolute;
    bottom: 2px;
    right: 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    transition: 0.5s;
}


.vacancies .vacancies__body.content{
    border-bottom: 1px solid var(--light);
    padding: 30px 0 0 105px;
}


/*-------vacancies end---------*/
.list_img_block_li{
    padding:0;
}
.list_img_block{
    display:flex;
    padding: 15px 0;
    align-items: center;
}
.list_img_block img{
    margin: 0 10px 0 0;
    width:60px;
    height:60px;
}
.list_img_block span{
    margin:auto 0;
}


.dropdown_text_item{
    position:relative;
}
.dropdown_text__mark {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    border: 3px solid var(--gray);
    border-top-width: 3px;
    border-left-width: 3px;
    border-left-width: 0;
    border-top-width: 0;
    position: absolute;
    left: 5px;
    top: 7px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.dropdown_text__head{
    margin-bottom: 20px;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.dropdown_text__title{
    margin: 0 0 0 15px;
}

.dropdown_text__title span{
    color: #06c;
} 
.dropdown_text__body {
    padding:0 10px;
}

.table {
	width: 100%;
	margin: 30px 0 40px 0;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
	text-align:center;
	font-size:16px;
    
}
.table th {
	font-weight: bold;
	padding: 7px;
	background: var(--light);
	border: 1px solid #dddddd;
}
.table td {
	border: 1px solid #dddddd;
	padding: 7px;
}



.arrow_block__item{
    text-align: center;
    position: relative;
    margin:0 40px 20px 0;
}
.arrow_block__item svg{
    margin-bottom:15px;
}
.arrow_block__item p{
    font-size: 17px;
}

.arrow_block__item::before{
    content: url(../icons/right-arrows.png);
    position: absolute;
    top: 20px;
    right: -60px;
}

.arrow_block__item.last-child:before{
    content:"";
}

.warning{
    display:flex;
    margin: 20px 0;
}
.warning span{
	border-left: 3px solid #ED2836;
    margin: auto;
    line-height: 25px;
    padding: 10px;
}
.warning img{
    width:50px;
    margin: auto 10px;
    color:#ffbbbb;
}

.topping_list_row{
    border-bottom: 2px solid var(--light-gray);
    margin:0;
}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mr-0{margin-right:0;}
.ml-0{margin-left:0;}
.text-left{text-align:left;}
.background-red{background:var(--primary);}
.white{color: white;}
.gen_dir{
    
}
.gen_dir img{
    width:30%;
    margin: 0 20px 0 0;
}

/*FORM PRIVACY*/
.form-privacy { position: relative!important;display: flex!important;flex-direction: column!important;gap: 15px;margin: 15px 0!important;padding: 0!important;}
.form-privacy .form-privacy__item { position: relative!important;display: flex!important;flex-direction: row!important;gap: 15px;padding: 0!important;margin: 0!important;align-items: flex-start;justify-content: flex-start;top: unset;left: unset;pointer-events: all !important;}
.form-privacy .form-privacy__item-checkbox-wrap { position: relative;width: 20px;height: 23px;padding: 0!important;margin: 0!important;overflow: hidden!important;}
.form-privacy .form-privacy__item-checkbox { position: absolute !important;left: 0 !important;top: auto !important;bottom: 0px !important;opacity: 0 !important;display: block !important;width: 20px !important;height: 20px !important;}
.form-privacy .form-privacy__item-checkbox-icon { display: flex!important;align-items: center!important;justify-content: center!important;position: relative;width: 18px;height: 18px;padding: 0;margin: 2px 0 0 0;border: 1px solid #bbb;border-radius: 4px;cursor: pointer;background: #fff;color: #333;transition: .2s ease;text-align: left!important;}
.form-privacy .form-privacy__item-checkbox-icon:after { content: '✓';width: 100%;line-height: 100%;height: auto;display: block;text-align: center;font-weight: 900;opacity:0;transition: .2s ease;color:#4a4a4a;font-size: 15px;}
.form-privacy .form-privacy__item-checkbox:required:checked + .form-privacy__item-checkbox-icon { border-color: #bbb;}
.form-privacy .form-privacy__item-checkbox:checked + .form-privacy__item-checkbox-icon { border-color: #bbb;}
.form-privacy .form-privacy__item-checkbox:checked + .form-privacy__item-checkbox-icon:after { opacity:1;}
.form-privacy .form-privacy__item-text { width: calc(100% - 25px);padding: 0!important;margin: 0!important;font-size: 13px!important;line-height: 120%!important;text-align: left!important;font-weight: 500;}
.form-privacy .form-privacy__item-text a { text-decoration: underline;}
@media screen and (max-width: 500px) { .form-privacy .form-privacy__item-text { font-size: 12px;}}
/*END FORM PRIVACY*/