@charset "UTF-8";

@font-face {
	font-family: icons;
	font-display: swap;
	src: url(/wp-content/themes/busla/fonts/icons.woff) format("woff"), url(/wp-content/themes/busla/fonts/icons.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: icons;
	font-display: swap;
	src: url(/wp-content/themes/busla/fonts/icons.woff) format("woff"), url(/wp-content/themes/busla/fonts/icons.woff2#icons) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: block
}



:root {
	--main-color: #dc1f26;
	--sec-color: #1ca64a;
	--gradient: linear-gradient(148deg, rgba(192, 218, 251, 1) 0%, rgba(205, 207, 248, 1) 5%, rgba(216, 242, 255, 1) 100%);
	--reverse-gradient: linear-gradient(270deg, rgba(192, 218, 251, 1) 0%, rgba(205, 207, 248, 1) 5%, rgba(216, 242, 255, 1) 100%);
	--color-white: #ffffff;
	--color-black: #000000;
	--transition-normal: all 0.3s ease 0s
}

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

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

:active,
:focus {
	outline: 0
}

a:active,
a:focus {
	outline: 0
}

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

body,
html {
	height: 100%;
	width: 100%;
	min-width: 320px
}

button,
input,
textarea {
	font-family: inherit
}

input::-ms-clear {
	display: none
}

button {
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	cursor: pointer
}

ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-bottom: 20px;
}

ul li {
	line-height: 1.6;
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-bottom: 10px;
	font-family: Rubik;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	color: #616161;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 5rem;
}

body {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
	font-family: 'Rajdhani', 'Arial', sans-serif;
}

body.lock,
body.fancybox-active {
	overflow: hidden
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

@media(max-width:767px) {
	.container {
		padding: 0 20px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search {
	padding: 15px;
	margin-right: 20px;
	cursor: pointer;
}

.search-panel {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--color-white);
	z-index: -2;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.search-panel.is-opened {
	z-index: 150;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.search-panel__section {
	padding: 64px 0 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.search-panel__inner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.search-panel__items {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.search-panel__item {
	min-width: 100%;
}

.search-panel__logo {
	max-width: 160px;
}

.search-panel__item--center {
	-ms-flex: 1 1;
	-webkit-box-flex: 1;
	        flex: 1 1;
}

.search-panel__item--right {
	position: relative;
}

.search-panel__search {
	margin-bottom: 36px;
}

.search-panel__search-title {
	font-style: normal;
	font-weight: normal;
	font-size: 44px;
	line-height: 1.2;
	color: var(--color-black);
	margin-bottom: 32px;
	font-weight: 600;
}

.search-panel__search-body {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 100%;
	border-radius: 4px;
	background: var(--color-white);
}

.search-panel__search-body input {
	-ms-flex: 1 1;
	-webkit-box-flex: 1;
	        flex: 1 1;
	border: none;
	outline: none;
	padding: 0 44px 0 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 56px;
	background: none;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #000000;
	border: 1px solid;
}

.search-panel__search-body input:placeholder {
	color: #000000;
	font-size: 16px;
}

.search-panel__search-body span {
	position: absolute;
	right: 20px;
	top: 17px;
	background: none;
	border: none;
	padding: 0;
}

.search-panel__search-body button .svg-icon {
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	fill: #0c1428;
}

.search-panel__search-body .svg-icon--search {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}


.search-panel__close {
	position: absolute;
	right: 0;
	top: -40px;
}

.search-panel__close .svg-icon {
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	fill: var(--color-black);
	cursor: pointer;
}

.svg-icon--nav-close:hover {
	fill: var(--main-color);
}

.search-panel__result {
	margin-bottom: 36px;
}

.search-panel__result-item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flx-wrap: wrap;
	-ms-flex-align: start;
	-webkit-box-align: start;
	        align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.search-panel__result-item:last-child {
	margin-bottom: 0;
	color: var(--color-black);
	font-weight: 500;
	font-size: 18px;
}

.search-panel__item-pic {
	min-width: 112px;
	margin-right: 20px;
	font-size: 0;
	line-height: 0;
}

.search-panel__item-pic img {
	height: 120px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
	max-width: 120px;
	width: 100%;
}

.search-panel__item-body {
	-ms-flex: 1 1;
	-webkit-box-flex: 1;
	        flex: 1 1;
}

.search-panel__item-title {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: var(--color-black);
	margin-bottom: 12px;
}

.search-panel__item-title:hover {
	color: var(--main-color);
}

.search-panel__item-desc {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: var(--color-black);
	margin-bottom: 12px;
}

.search-panel__item-link {
	color: var(--main-sec-color);
}

.search-panel__item-link a {
	font-size: 16px;
	color: var(--main-color);
	line-height: 18px;
	font-weight: 500;
}

.search-panel__item-link a:hover {
	color: var(--color-black);
}

.search-panel__options-item {
	margin-bottom: 36px;
}

.search-panel__options-item:last-child {
	margin-bottom: 0;
}

.search-panel__options-name {
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 12px;
}

.search-panel__options-desk {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 12px;
}

.search-panel__options-link a {
	font-size: 12px;
	line-height: 16px;
}

.search-panel__no-result {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #fff;
}

.search__btn {
	cursor: pointer;
}

.search__btn .svg-icon {
	fill: var(--color-black);
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
}

.search:hover .svg-icon {
	fill: var(--main-color);
}


.search-panel__inner::-webkit-scrollbar {
	width: 7px;
	height: 5px
}

.search-panel__inner::-webkit-scrollbar-button:end:increment,
.search-panel__inner::-webkit-scrollbar-button:start:decrement {
	display: block;
	height: 0;
	background-color: transparent
}

.search-panel__inner::-webkit-scrollbar-track-piece {
	border-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.search-panel__inner::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: var(--main-color);
	border-radius: 0
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	z-index: 2;
	background: #ffffff;
}

input::-webkit-input-placeholder {
	font-size: 16px;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

input::-moz-placeholder {
	font-size: 16px;
	opacity: 1;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

input:-moz-placeholder {
	font-size: 16px;
	opacity: 1;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

input:-ms-input-placeholder {
	font-size: 16px;
	opacity: 1;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

input:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

input:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

input:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea::-webkit-input-placeholder {
	font-size: 16px;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea::-moz-placeholder {
	font-size: 16px;
	opacity: 1;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea:-moz-placeholder {
	font-size: 16px;
	opacity: 1;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea:-ms-input-placeholder {
	font-size: 16px;
	opacity: 1;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

textarea:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: var(--color-gray)
}

.fancybox-slide--html {
	padding: 30px 15px
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-top: -1px
}

.btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	outline: none;
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
	color: var(--color-white);
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	padding: 10px 30px 10px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}


.btn:hover {
	background-color: var(--sec-color);
	border: 2px solid var(--sec-color);
}

.btn.btn-light {
	color: #6850ff;
	background: #ffffff;
}

.btn.btn-light:hover {
	background: var(--color-white);
	color: var(--color-violet)
}

.btn.btn-white {
	background: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-black)
}

.btn.btn-white:hover {
	background: var(--color-red);
	border-color: var(--color-red);
	color: var(--color-white)
}

.btn.btn-outline-white {
	background: 0 0;
	border-color: var(--color-white)
}

.btn.btn-outline-white:hover {
	background: var(--color-white);
	color: var(--color-black)
}

.btn.btn-outline-red {
	background: 0 0;
	border-color: var(--color-red);
	color: var(--color-red)
}

.btn.btn-outline-red:hover {
	background: var(--color-red);
	color: var(--color-white)
}

.btn.btn-outline-black {
	background: 0 0;
	border-color: var(--color-black);
	color: var(--color-black)
}

.btn.btn-outline-black:hover {
	background: var(--color-black);
	color: var(--color-white)
}

.section-title {
	font-size: 44px;
	line-height: 54px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 20px;
}

@media(max-width:767px) {
	.section-title {
		font-size: 34px;
		line-height: 40px;
	}
}

.animatable {
	opacity: 0;
	visibility: hidden;
}


.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	min-height: 40px;
}

.header__wrapper {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background-color: rgba(255, 255, 255, .95);
}

.header.scroll .header__wrapper {
	background-color: rgba(255, 255, 255, .95);
	border-bottom: 1px solid var(--main-color);
}

@media (any-hover: hover) {
	.header.scroll .header__wrapper:hover {
		background-color: rgba(255, 255, 255, .99);
	}
}

.header__body {
	-webkit-transition: min-height .3s ease 0s;
	-o-transition: min-height .3s ease 0s;
	transition: min-height .3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	min-height: 75px;
	position: relative;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.header__logo {
	position: relative;
	z-index: 5;
	width: 6rem;
	padding: 10px 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.scroll .header__logo {
	width: 4rem;
}

@media(max-width:460px) {
	.header__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 4rem;
	}
}


@media (min-width: 767.98px) {
	.menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
}

.menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 3px;
	padding: 5px 10px;
	position: relative
}

.menu__item-current {
	position: relative;
}

.menu__link {
	color: inherit;
	-webkit-transition: color .3s ease 0s;
	-o-transition: color .3s ease 0s;
	transition: color .3s ease 0s;
	letter-spacing: .3px;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.menu__link:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #666;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
	transition: color 0.1s, -webkit-transform 0.2s ease-out;
	-o-transition: color 0.1s, transform 0.2s ease-out;
	transition: color 0.1s, transform 0.2s ease-out;
	transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.menu__link:hover:before,
.menu__link[aria-current="page"]:before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	background-color: var(--main-color);
}



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

@media(max-width:360px) {
	.header__contacts {
		display: none;
	}
}

.contacts-header__item {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	color: #1e2a34;
	font-size: 20px;
}

@media(max-width:460px) {
	.contacts-header__item {
		font-size: 16px;
	}
}

.contacts-header__item-phone b {
	font-size: 21px;
}

@media(max-width:460px) {
	.contacts-header__item b {
		font-size: 17px;
	}
}

.contacts-header__item:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	top: calc(50% - 15px);
	right: 0;
	background: #8c4990;
}

.contacts-header__item-wa {
	height: 25px;
}

.contacts-header__icon {
	width: 25px;
	height: 25px;
}

.contacts-header__callback {
	display: none;
}

@media (min-width: 665px) {
	.contacts-header__callback {
		display: block;
	}
}

@media(max-width:1099px) {
	.contacts-header__callback {
		margin-right: 20px;
	}
}

.header__controls {
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media(max-width:767px) {
	.header__controls .callback-btn {
		display: none;
	}
}

.icon-menu {
	display: none;
}

@media (max-width: 1099px) {
	.header {
		min-height: 5px
	}

	.header__body {
		min-height: 75px
	}

	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: auto;
		top: 0;
		left: -100%;
		background-color: var(--color-black);
		-webkit-transition: left .3s ease 0s;
		-o-transition: left .3s ease 0s;
		transition: left .3s ease 0s;
		padding: 120px 15px 30px 15px;
	}

	.menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 60px;
		top: 0;
		left: -100%;
		-webkit-transition: left .3s ease 0s;
		-o-transition: left .3s ease 0s;
		transition: left .3s ease 0s;
		background-color: var(--color-black);
		z-index: 2;
	}

	.menu__body._active {
		left: 0
	}

	.menu__body._active::before {
		left: 0
	}

	.menu__item {
		margin: 0 0 5px 0;
		width: 100%;
	}

	.menu__link {
		font-size: 22px;
		font-weight: 600;
		color: var(--color-white);
	}

	.menu-contacts {
		margin-top: 20px;
		border-top: 1px solid #fafafa;
	}


	.menu-contacts__item {
		display: block;
		font-size: 22px;
		font-weight: 500;
		padding-left: 10px;
		margin-top: 16px;
	}

	.menu-contacts__item-title {
		font-size: 12px;
		color: #131313;
		margin-bottom: 2px;
	}

	.menu-contacts__item a {
		color: #493f7c;
	}

	.menu-contacts__item-title {
		font-size: 12px;
		color: #131313;
		margin-bottom: 2px;
	}

	.menu-contacts__item-callback {
		font-size: 12px;
		font-weight: 400;
		color: #131313;
		margin-top: 2px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.menu-contacts__item-callback svg {
		width: 9px;
		height: 8px;
		margin-left: 6px;
	}


	.icon-menu {
		position: relative;
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		background: transparent;
	}

	.icon-menu span {
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		top: calc(50% - 1px);
		left: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000
	}

	.icon-menu span:first-child {
		top: 0
	}

	.icon-menu span:last-child {
		top: auto;
		bottom: 0
	}

	.icon-menu._active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		background: var(--color-white);
	}

	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 1px)
	}

	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 1px)
	}
}


@media (min-width: 768px) and (max-width: 1099px) {
	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: auto;
		top: 75px;
		left: auto;
		background-color: #ffffff;
		-webkit-transition: left .3s ease 0s;
		-o-transition: left .3s ease 0s;
		transition: left .3s ease 0s;
		padding: 30px 15px 30px 15px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		transition: transform 0.3s, -webkit-transform 0.3s;
		width: 300px;
	}

	.menu__body:before {
		content: none;
	}

	.menu__body._active {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		left: 0;
	}
}


@media(min-width:1099px) {
	.menu__contacts {
		display: none;
	}
}

@media(max-width:580px) {
	.header__body {
		min-height: 60px
	}
}

.top-block {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.top-block__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slider-main__body {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-main__slide {
	position: relative;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	animation: zoom 40s infinite;
	-webkit-animation: zoom 40s infinite;

	background-position: center center;
	background-repeat: no-repeat;

}

@-webkit-keyframes zoom {
	0% {
		background-size: 100%;

	}

	50% {
		background-size: 120%;
	}

	100% {
		background-size: 100%;
	}
}

@keyframes zoom {
	0% {
		background-size: 100%;

	}

	50% {
		background-size: 120%;
	}

	100% {
		background-size: 100%;
	}
}

.slider-main__caption {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0 auto;
	z-index: 2;
}

@media(max-width:767px) {
	.slider-main__caption {
	margin: 40px 0 auto 0;
	}
}

.slider-main__title {
	color: white;
	font-size: 72px;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 30px;
	max-width: 800px;
	line-height: 1.2;
	text-align: center;
}

@media (max-width: 767px) {
	.slider-main__title {
		font-size: 42px;
		width: calc(100% - 40px);
		margin: 0 auto 30px;
	}
}

.slider-main__btn {
	margin: 0 auto;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.top-block__slider-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	margin: 0 auto;
	padding: 0 20px;
}

@media(max-width:767px) {
	.top-block__slider-controls {
		display: none;
	}
}

.swiper-button-next.top-block__slider-next,
.swiper-button-prev.top-block__slider-prev {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 2px solid #ffffff66;
	opacity: 0.5;
}

.swiper-button-next.top-block__slider-next:hover,
.swiper-button-prev.top-block__slider-prev:hover {
	opacity: 1;
}

.top-block__slider-next:after,
.top-block__slider-prev:after {
	font-size: 24px;
}

.top-block__dotts {
	position: relative;
	bottom: 50px;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
}

.top-block__caption {
	position: relative;
	z-index: 5;
	padding-top: 0;
	margin: -155px 0 0;
	background: rgb(38 38 40 / 50%);
	padding: 0 30px 30px;
	border-radius: 10px;
}

@media(min-width:768px) {
	.top-block__caption {
		position: relative;
		z-index: 5;
		margin: 0;
		padding-top: 75px;
		padding-left: 5px;
		background: rgb(38 38 40 / 50%);
		padding: 40px;
		max-width: 600px;
	}
}


.top-caption__title {
	color: #FFFFFF;
	font-size: 34.5px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 2px;
}

@media(max-width: 767px) {
	.top-caption__title {
		font-size: 24px;
		text-align: center;
		padding-top: 30px;
	}
}

.top-caption__title span {
	display: block;
}

.top-caption__subtitle {
	padding: 24px 0 0;
	margin-top: 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	border-top: 1px solid;
}


@media(max-width:768px) {
	.top-caption__subtitle {
		font-size: 13px;
	}
}

.about-text {
	padding: 80px 0 100px;
}

@media(max-width:767px) {
	.about-text {
		padding: 80px 0 60px;
	}
}

.about-text__body {
	display: grid;
	grid-gap: 30px;
}

@media(max-width:767px) {
	.about-text__body {
		grid-gap: 40px;
	}
}

@media(min-width:992px) {
	.about-text__body {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 60px;
	}
}

.about-text__img {
	height: 100%;
	position: relative;
}

.about-text__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.about-text__slogan-body {
	position: absolute;
	max-width: 300px;
	padding: 40px;
	bottom: -20px;
	left: -20px;
	background: var(--sec-color);
	opacity: 0.96;
}

@media(max-width:767px) {
	.about-text__slogan-body {
		bottom: -10px;
		left: -10px;
	}
}

.about-text__slogan {
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

@media(max-width:767px) {
	.about-text__slogan {
		font-size: 28px;
	}
}

.about-text__slogan::after {
	content: "";
	position: absolute;
	right: 25px;
	bottom: 0;
	border: 6px solid #ffffff;
	border-left: none;
	pointer-events: none;
	width: 40px;
	height: calc(100% - 100px);
	top: 50px;
}

.about-text__slogan-count {
	font-size: 100px;
}

@media(max-width:767px) {
	.about-text__slogan-count {
		font-size: 60px;
	}
}

.about-text__tag {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--main-color);
	margin: 0px 0px 5px 0px;
}

.about-text__text {
	margin-bottom: 30px;
}

.featured-products {
	padding: 0 0 100px;
}

@media(max-width:767px) {
	.featured-products {
		padding: 0 0 60px;
	}
}

.featured-products__list {
	display: -ms-grid;
	display: grid;
	gap: 32px;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media(min-width:992px) {
	.featured-products__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.featured-products-list__item {
	padding: 30px;
	background: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.featured-products-item__image {
	margin-bottom: 14px;
}

.featured-products-item__image img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media(max-width:767px) {
	.featured-products-item__image img {
	height: 100%;
	}
}

.featured-products-item__title {
	margin-top: 14px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.featured-products-item__model span {
	font-weight: 600;
}

.featured-products-item__btn {
	width: 100%;
	margin-top: auto;
}

.more-btn {
	display: block;
	margin: 0 auto;
}

.featured-equipment {
	padding: 0 0 100px;
}

@media(max-width:767px) {
	.featured-equipment {
		padding: 0 0 60px;
	}
}

.featured-equipment-list {
	display: -ms-grid;
	display: grid;
	gap: 32px;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media(min-width:992px) {
	.featured-equipment-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.featured-equipment-list__item {
	padding: 30px;
	border: 1px solid #2a2a2a;
}

@media(min-width:768px) {
	.featured-equipment-list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.featured-equipment-item__image {
	margin-bottom: 20px;
}

@media(min-width:768px) {
	.featured-equipment-item__image {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45%;
		        flex: 0 0 45%;
		margin-right: 30px;
		margin-bottom: 0;
	}
}

.featured-equipment-item__image img {
	width: 100%;
	height: 135px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.featured-equipment-item__info {
	width: 100%;
}

.featured-equipment-item__title {
	margin-top: 14px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #000000;
}

.featured-equipment-item__model span {
	font-weight: 600;
}

.featured-equipment-item__btn {
	width: 100%;
	margin-top: auto;
}

.advantages {
	padding: 80px 0 150px;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}

@media(max-width:767px) {
	.advantages {
		padding: 80px 0 100px;
}
}

.advantages:after {
	content: "";
	display: block;
	background-image: url(/wp-content/uploads/bg_bottom_adv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 59px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

@media (max-width: 991px) {
	.advantages:after {
		 height: 40px;
		 background-position: right top;
	}
}

.advantages::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1;
}

.advantages__body {
	position: relative;
	z-index: 3;
	color: #ffffff;
}

.advantages__title {
	color: #ffffff;
}

@media(min-width:992px) {
	.advantages__title {
		max-width: 50%;
	}
}

.advantages__subtitle {
	font-size: 20px;
	font-weight: 600;
}

.advantages__list {
	display: grid;
	grid-gap: 32px;
	margin-top: 30px;
}

@media(min-width:992px) {
	.advantages__list {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 50px;
	}
}

.advantages-item {
	padding: 20px;
	background: #1a1a1a;
	border: 1px solid var(--main-color);
}

@media(min-width:768px) {
	.advantages-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.advantages-item__icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid var(--main-color);
	padding: 10px;
	margin-bottom: 20px;
}

@media(min-width:768px) {
	.advantages-item__icon {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 80px;
	        flex: 0 0 80px;
	width: 100%;
	margin-right: 30px;
	margin-bottom: 0;
	}
}

.advantages-item__icon img {
	width: 100%;
}

.advantages-item__title {
	line-height: 1;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}

.advantages-item__text {
	font-size: 18px;
}

.certificate {
	padding: 20px 0 80px;
	position: relative;
	z-index: 3;
}

@media(max-width:767px) {
	.certificate {
		padding: 60px 0;
	}
}

.certificate__body {
	background: -o-radial-gradient(98.98% 50.08%, 98.98% 717.76%, #dc1f26 0%, #60080b 48.23%, #000000 100%);
	background: radial-gradient(98.98% 717.76% at 98.98% 50.08%, #dc1f26 0%, #60080b 48.23%, #000000 100%);
	padding-top: 32px;
	padding-bottom: 40px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.certificate__body::after {
	content: "";
	position: absolute;
	inset: 0px;
	background-image: url(/wp-content/uploads/guilloche.svg);
	background-repeat: repeat;
	background-position: right top;
	background-size: 20px, 20px;
	z-index: 0;
	opacity: 0.075;
	background-clip: padding-box;
}

@media (min-width: 768px) {
	.certificate__body {
		display: grid;
		grid-template-rows: auto auto 1fr;
	}
}

.certificate__title {
	font-family: var(--sec-font-family);
	margin-bottom: 32px;
	color: var(--color-white);
}

@media (min-width: 768px) {
	.certificate__title {
		grid-row: 1 / 2;
		grid-column: 2 / -1;
		margin-bottom: 16px;
	}
}

@media (min-width: 1024px) {
	.certificate__title {
		margin-bottom: 24px;
	}
}

@media (min-width: 1024px) {
	.certificate__body {
		grid-column-gap: 132px;
		grid-template-columns: 430px 1fr;
		padding: 92px 100px 92px 0;
	}
}

@media (min-width: 1024px) {
	.certificate__title {
		margin-bottom: 24px;
	}
}

@media (min-width: 768px) {
	.certificate__title {
		grid-row: 1 / 2;
		grid-column: 2 / -1;
		margin-bottom: 16px;
	}
}

.certificate__title {
	margin-bottom: 32px;
}

@media(max-width:767px) {
	.certificate__title {
		font-size: 34px;
		padding: 0 20px;
		margin-bottom: 0;
		position: relative;
		z-index: 3;
	}
}

.certificate__img {
	position: absolute;
	max-width: 430px;
	padding: 0 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}

@media(max-width:767px) {
	.certificate__img {
		position: relative;
		padding: 0;
	}
}

.certificate__img::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 150px;
	-webkit-transform: translate3d(0%, 0%, 0px) skewY(38deg);
	transform: translate3d(0%, 0%, 0px) skewY(38deg);
	background-image: -o-linear-gradient(250deg, #1ca64a 1.57%, #1ca64a1f 99.48%);
	background-image: linear-gradient(200deg, #1ca64a 1.57%, #1ca64a1f 99.48%);
	z-index: 0;
}

.certificate__img img {
	position: relative;
	z-index: 5;
	width: 100%;
}

@media (min-width: 1024px) {
	.certificate__desc {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.certificate__desc {
		grid-row: 2 / 3;
		grid-column: 2 / -1;
	}
}

.certificate__desc {
	margin-bottom: 32px;
	color: var(--color-white);
	font-size: 18px;
	font-weight: 300;
}

@media (max-width: 767px) {
	.certificate__desc {
		 text-align: center;
		 padding: 0 20px;
	}
}

@media (min-width: 1024px) {
	.certificate__desc {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.certificate__desc {
		grid-row: 2 / 3;
		grid-column: 2 / -1;
	}
}

.certificate__btn {
	z-index: 2;
}

@media (max-width: 767px) {
	.certificate__btn {
		 margin: 0 auto;
		 display: block;
	}
}

@media (min-width: 768px) {
	.certificate__btn {
		grid-row: 3 / -1;
		grid-column: 2 / -1;
		align-self: flex-start;
	}
}

@media (min-width: 768px) {
	.certificate__btn {
		grid-row: 3 / -1;
		grid-column: 2 / -1;
		align-self: flex-start;
	}
}


.catalog__title {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
}

.catalog__list {
	display: grid;
	grid-gap: 30px;
}

@media(min-width:992px) {
	.catalog__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.catalog__button {
	margin-top: 30px;
}

.gallery__title {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
}

.gallery__list {
	display: grid;
	grid-template-columns: 1fr;
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
	row-gap: 20px;
	position: relative;
	z-index: 3;
}

@media(min-width:768px) {
	.gallery__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.gallery-list__item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 220px;
}

@media(min-width:960px) {
	.gallery-list__item img {
		height: 250px;
	}
}

.gallery__button {
	margin-top: 45px;
}


.page-top {
	position: relative;
	overflow: hidden;
}

.page-top:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(bottom, rgb(24 24 24 / 70%) 0%, rgba(24, 24, 24, 0.25) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(24 24 24 / 70%)), to(rgba(24, 24, 24, 0.25)));
	background: linear-gradient(0deg, rgb(24 24 24 / 70%) 0%, rgba(24, 24, 24, 0.25) 100%);
}

.page-top__container {
	height: 100%;
	margin: 0 auto;
}

.page-top__wrapper {
	padding: 180px 0 50px;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

@media(max-width:460px) {
	.page-top__wrapper {
		padding: 150px 0 50px;
	}
}

.page-top__title {
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 767px) {
	.page-top__title {
		 font-size: 32px;
	}
}

.page-top__desc {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 30px;
}

@media(max-width:767px) {
	.page-top__desc {
		font-size: 15px;
	}
}

.page-top__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
}

.page-top-breadcrumbs {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-top-breadcrumbs__bg {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 70%;
	        flex: 0 0 70%;
	width: 70%;
	background-color: #ffffff;
	height: auto;
	position: relative;
}

@media(max-width:767px) {
	.page-top-breadcrumbs__bg {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 10%;
		        flex: 0 0 10%;
		width: 10%;
	}
}

.page-top-breadcrumbs__bg:after {
	content: "";
	width: 54px;
	height: calc(100%);
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: calc(100%);
	background: #ffffff;
	-webkit-clip-path: polygon(0 0, -50% 150%, 100% 100%);
	        clip-path: polygon(0 0, -50% 150%, 100% 100%);
}

.breadcrumbs {
	list-style-type: none;
	color: #ffffff;
	width: 30%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30%;
	        flex: 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: var(--main-color);
	margin-top: 14px;
	padding-left: 60px;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 1;
}


@media(max-width:767px) {
	.breadcrumbs {
		width: 90%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
	}
}

.breadcrumbs span {
	text-transform: uppercase;
	padding: 0 2px;
	font-weight: 600;
	font-size: 16px;
}

.breadcrumbs__link {
	color: #fafafa;
}

.product-catalog {
	padding: 80px 0 40px;
}

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

@media(max-width:767px) {
	.catalog-controls {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	}
}

.filter-item {
	width: 300px;
}

@media(max-width:767px) {
	.filter-item {
		width: 100%;
	}
	
	.search-container {
		width: 100%;
	}
}

.product-container {
	width: 100%;
	max-width: 1480px;
	padding: 0 20px;
	margin: 0 auto;
}

.product-info {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}

.product-list {
	display: grid;
	grid-template-columns: 1fr;
}

.product-list__header {
	display: none;
	grid-template-columns: 200px 1fr 2fr 215px;
	gap: 0;
	font-weight: bold;
	background-color: #f8f8f8;
	border-bottom: 2px solid #dc1f26;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
}

.product-list__header-item {
	padding: 20px;
	text-transform: uppercase;
	color: #ffffff;
}

.product-list__header-item:not(:last-child) {
	border-right: 1px solid #4a4a4a;
	font-size: 18px;
	font-weight: 600;
}

@media(min-width:992px) {
	.product-item>div:not(:last-child) {
		border-right: 1px solid #ddd;
		font-size: 18px;
		font-weight: 600;
	}
}

.product-item {
	padding: 30px;
	background: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

@media(max-width:767px) {
	.product-item:not(:last-child) {
	margin-bottom: 40px;
	}
}

.product-item:hover {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product-item__image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

@media(max-width:767px) {
	.product-item__image img {
		height: 100%;
		margin-bottom: 14px;
	}
}

.product-item__model,
.product-item__title {
	font-size: 16px;
	font-weight: 600;
}

@media(max-width:767px) {
	.product-item__title {
		margin-top: 14px;
		font-size: 18px;
		line-height: 1.2;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 24px;
  }
}

.product-item__model-title {
	font-weight: 400;
}

@media(min-width:768px) {
	.product-item__model-title {
		display: none;
	}
}

.product-item__button .btn {
	width: 100%;
	padding: 10px;
}

@media (min-width: 768px) {
	.product-list {
		grid-template-columns: 1fr;
		border: 1px solid #ddd;
		background: #ffffff;
	}

	.product-list__header {
		display: grid;
		background: #2a2a2a;
	}

	.product-item {
		display: grid;
		grid-template-columns: 200px 1fr 2fr auto;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0;
		border: none;
		background-color: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-radius: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.product-item:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}

	.product-item__image {
		padding: 0;
	}

	.product-item__image img {
		width: 100%;
		height: auto;
		border: none;
		padding: 20px;
	}

	.product-item__model,
	.product-item__title,
	.product-item__btn,
	.product-item__button {
		height: 100%;
		padding: 20px;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.product-item__button {
		min-width: 215px;
	}

	.product-item:hover {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

.equipment-catalog {
	padding: 80px 0 40px;
}

.equipment-list__body {
	display: -ms-grid;
	display: grid;
	gap: 32px;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.featured-equipment__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pattern {
	padding: 100px 0;
	position: relative;
}

.pattern-body {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	top: 0;
}

.pattern-body img {
	width: 100%;
	position: absolute;
	margin: 0 auto;
	top: 20px;
}

.footer {
	width: 100%;
	padding: 60px 0 20px;
	position: relative;
	background: #1d1919;
	color: var(--color-white);
}

.footer a:not(.btn):hover {
	color: var(--main-color);
}

@media (min-width: 961px) {
	.footer {
		padding-top: 80px;
		position: fixed;
		bottom: 0;
	}
}

.footer::after {
	content: "";
	position: absolute;
	inset: 0px;
	background-image: url(/wp-content/uploads/guilloche.svg);
	background-repeat: repeat;
	background-position: right top;
	background-size: 20px, 20px;
	z-index: 0;
	opacity: 0.015;
	background-clip: padding-box;

}

.footer__container {
	position: relative;
	z-index: 1;
}

.footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 60px;
}

@media(max-width:540px) {
	.footer__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		gap: 30px;
	}
}

.footer__body-col {
	position: relative;
}

@media(min-width:1200px) {
	.footer__body-col:not(:last-child):after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: -10px;
		background: #ffffff1a;
	}
}

.footer__body>.footer__body-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
}

@media(max-width:540px) {
.footer__body-col:nth-child(3), .footer__body-col:nth-child(4) {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
}

.footer-menu-nav__list {
	list-style-type: none;
}

.footer-menu-nav__link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__logo {
	display: block;
	width: 120px;
}

@media(min-width:768px) {
	.footer__logo {
		width: 150px;
		margin: 0 auto;
	}
}

.footer__underlogo {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	color: #ffffff;
}

.footer__register {
	font-size: 12px;
	margin-top: 20px;
}

.footer__contacts span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.footer__contacts a {
	font-weight: 600;
	display: block;
	font-family: var(--sec-font-family);
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color-white);
}

.footer-contacts__phone {
	margin-bottom: 15px;
}

.footer-callback__btn {
	width: 100%;
	text-align: center;
}

.footer__socials-bottom {
	margin-top: 15px;
}

.footer__socials-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.footer__socials-flex a {
	width: 28px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__bottom-body {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #ffffff1a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media(max-width:767px) {
	.footer__bottom-body {
		margin-top: 30px;
		padding-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer__socials span {
	display: block;
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.footer__policy {
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
}

.footer__policy a {
	color: var(--color-white);
}

.filter-count {
	font-size: 18px;
	font-weight: 600;
}

@media(max-width:767px) {
	.filter-count {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 10px;
	}
}

.search-container {
	position: relative;
	display: inline-block;
}

.search-container input[type="text"] {
	padding-left: 30px;
}

.search-container .search-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
	height: 20px;
}

.search-container .search-icon svg {
	width: 20px;
	height: 20px;
	fill: #999;
}

.form-input input {
	font-size: 16px;
	width: 100%;
	color: #000000;
	border-bottom: 1px solid;
	border-color: #dc1f26;
	padding: 14px 0 14px 5px;
	height: 60px;
	border: unset;
	border-radius: 0;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
	padding-left: 25px;
	background-color: rgb(255 255 255);
	line-height: 1;
}

.form-input input:focus {
	border-color: #222222;
}

.form-submit input,
.form-submit input:focus {
	cursor: pointer;
	padding: 10px 35px;
	max-width: 480px;
	min-height: 45px;
	font-size: 14px;
	background-color: transparent;
	Border: 1px solid #000;
	color: #000000;
	width: 100%;
	-webkit-transition: color .2s linear, background .3s linear, opacity .2s linear;
	-o-transition: color .2s linear, background .3s linear, opacity .2s linear;
	transition: color .2s linear, background .3s linear, opacity .2s linear;
}

.form-submit input:hover {
	background-color: #474747;
	color: #ffffff;
	border-color: #474747;
}

.modal-form .form-input:nth-last-child(n+2) {
	margin-bottom: 20px;
}

#filter input[type="text"] {
	height: 50px;
	width: 300px;
	padding: 20px;
	line-height: 1;
	border: 1px solid;
}

@media(max-width:767px) {
	#filter input[type="text"] {
		width: 100%;
	}
}

.privacy__btn {
	color: #333333;
	text-decoration: underline;
}

.modal-map__body {
	width: 500px;
	height: 400px;
}

.modal.fancybox-content {
	max-width: 400px;
}

.modal-title__main {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.modal-title__subtitle {
	color: #787670;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}

.modal-title+* {
	margin-top: 30px;
}

.modal-textarea {
	margin-bottom: 20px;
}

.modal-form__submit {
	text-align: center;
}

.bottom-controls {
	position: fixed;
	left: 0;
	bottom: 12px;
	z-index: 8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 24px;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: -webkit-transform linear .2s;
	transition: -webkit-transform linear .2s;
	-o-transition: transform linear .2s;
	transition: transform linear .2s;
	transition: transform linear .2s, -webkit-transform linear .2s;
}

@media(min-width: 992px) {
	.bottom-controls {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding: 0;
		left: unset;
		right: 150px;
		top: 150px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		-webkit-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
	}
}

.bottom-controls.loaded {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

@media(max-width:991px) {
	.bottom-controls.loaded {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fixed-btn__img {
	max-width: 30px;
	margin-right: 20px;
}

.fixed-btn__img img {
	width: 100%;
	height: auto;
}

.fixed-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	background: #2a2a2a;
	padding: 12px 30px;
	-webkit-box-shadow: 0 0 0 rgba(49, 51, 54, 1);
	box-shadow: 0 0 0 rgba(49, 51, 54, 1);
	-webkit-animation: fixed-btn 2s infinite;
	animation: fixed-btn 2s infinite;
}

@-webkit-keyframes fixed-btn {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(49, 51, 54, 0.4);
		box-shadow: 0 0 0 0 rgba(49, 51, 54, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 14px rgba(49, 51, 54, 0);
		box-shadow: 0 0 0 14px rgba(49, 51, 54, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(49, 51, 54, 0);
		box-shadow: 0 0 0 0 rgba(49, 51, 54, 0);
	}
}

@keyframes fixed-btn {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(49, 51, 54, 0.4);
		box-shadow: 0 0 0 0 rgba(49, 51, 54, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 14px rgba(49, 51, 54, 0);
		box-shadow: 0 0 0 14px rgba(49, 51, 54, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(149, 51, 54, 0);
		box-shadow: 0 0 0 0 rgba(49, 51, 54, 0);
	}
}

.featured-products-gallery {
	position: relative;
	padding: 70px 0 60px;
}

.featured-products-gallery__body {
	position: relative;
}

.featured-products-gallery__slider {
	position: relative;
	overflow: hidden;
}

.featured-products-gallery__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: -webkit-box-shadow .3s ease 0s;
	transition: -webkit-box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
}


.featured-products-gallery__image {
	height: 300px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}


.featured-products-gallery__dotts {
	padding-top: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.featured-products-gallery__arrows {
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: calc(100% + 32px);
	left: -16px;
	z-index: 5;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.featured-products-gallery__dotts {
	padding-top: 28px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.single-equipment {
	padding: 40px 0 80px;
}

@media(max-width:767px) {
	.single-equipment {
		padding: 40px 0;
	}
}

.single-equipment__body {
	display: grid;
	grid-gap: 30px;
	margin-bottom: 40px;
}

@media(min-width:768px) {
	.single-equipment__body {
		grid-template-columns: repeat(2, 1fr);
	}
}

.single-equipment__image img {
	width: 100%;
}

@media(max-width:767px) {
	.single-equipment__order-btn a {
		width: 100%;
		text-align: center;
	}
}

.single-equipment__desc-title {
	font-size: 32px;
	line-height: 42px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 20px;
}

.single-equipment__desc h3 {
	font-size: 32px;
	line-height: 42px;
	color: #1c1c1c;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px;
}

.single-equipment__desc ul {
		-webkit-padding-start: 15px;
		padding-inline-start: 15px;
		margin-bottom: 20px;
}

.single-equipment__desc ul li {
margin-bottom: 10px;
font-family: Rubik;
font-size: 16px;
line-height: 1.875;
font-weight: 400;
color: #616161;
}

.about-content__body {
	display: grid;
}

@media(min-width:768px) {
	.about-content__body {
		grid-template-columns: repeat(2, 1fr);
	}
}

.about-content__img-wrap {
	margin: 0 0 0 -50%;
	margin-top: 60px;
}

@media(max-width:767px) {
	.about-content__img-wrap {
		margin: 0;
  }
}

.about-content__img-wrap img {
	width: 100%;
}

.about-content__info {
	padding: 72px;
	background: var(--main-color);
	color: #ffffff;
	position: relative;
	z-index: 1;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

@media(max-width:767px) {
	.about-content__info {
		padding: 40px 20px;
	}
}

.about-content__title {
	color: var(--color-white);
	line-height: 1.2;
}

.about-content__text {
	margin-bottom: 10px;
	font-family: Rubik;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
}

.about-content {
	padding: 80px 0 120px;
}

@media(max-width:767px) {
	.about-content {
		padding: 80px 0 40px;
	}
	
}

.about-advantages {
	padding: 80px 0 140px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 60px;
}

@media(max-width:767px) {
	.about-advantages {
		padding: 80px 0;
	}
}

.about-advantages:after {
	content: "";
	display: block;
	background-image: url(/wp-content/uploads/bg_bottom_adv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 59px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

@media(max-width:991px) {
		.about-advantages:after {
			 height: 40px;
			 background-position: right top;
		}
}

.about-advantages__tag {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--main-color);
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.about-advantages__title {
	max-width: 700px;
	text-align: center;
	margin: 0 auto 60px;
}

.about-advantages__list {
	counter-reset: about-advantage;
	display: grid;
	grid-gap: 40px;
}

@media(min-width:768px) {
	.about-advantages__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.about-advantage {
	position: relative;
	text-align: left;
	padding: 50px 45px 42px 45px;
	background: var(--color-white);
}

.about-advantage:before {
	font-size: 120px;
	font-weight: bold;
	line-height: 50px;
	position: absolute;
	top: 17px;
	right: 0;
	display: inline-block;
	content: counter(about-advantage, decimal-leading-zero);
	counter-increment: about-advantage;
	vertical-align: top;
	opacity: 0.05;
}

.about-advantage__icon {
	width: 60px;
	margin-bottom: 30px;
}

.about-advantage__icon img {
	width: 100%;
	height: auto;
}

.about-advantage__title {
	position: relative;
	z-index: 1;
	font-size: 30px;
	line-height: 1.5;
	margin: 0px 0px 8px 0px;
	color: #1c1c1c;
	word-break: break-word;
	font-weight: 700;
}

.message-form {
	padding: 80px 0;
	background: #f7f7f7;
}

.message-form__wrap {
	padding: 40px 60px;
	background: #ffffff;
	border: 1px solid #f4f4f4;
	background-image: url(/wp-content/uploads/mask-group-1.png);
	background-size: cover;
	background-position: top;
}

@media(max-width:767px) {
	.message-form__wrap {
	padding: 40px 20px;
	}
}

.message-form__body {
	display: grid;
	grid-gap: 40px;
}

@media(min-width:768px) {
	.message-form__body {
	grid-template-columns: 1fr 1fr;
	}
}

.message-form__img {
	position: relative;
	right: -60px;
	bottom: -40px;
	left: -100px;
}

@media(max-width:767px) {
	.message-form__img {
	min-height: 150px;
	}
}

.message-form__img-wrap {
	position: absolute;
	width: 145%;
	bottom: 0;
}

.message-form__img img {
	width: 100%;
}

.message-form .form-submit {
	text-align: left;
}

.contacts-list {
	padding: 80px 0;
}

.contacts-list__grid {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
}

.contacts-grid__item {
	width: 100%;
	text-align: center;
	padding: 50px 30px 28px 30px;
	border: 1px solid;
}

@media(min-width:768px) {
	.contacts-grid__item {
		width: 31%;
	}
}

.contacts-grid__item-icon {
	margin-bottom: 20px;
}

.contacts-grid__item-icon svg {
	width: 30px;
	height: 30px;
	fill: #dc1f26;
}

.contacts-grid__item-title {
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	color: #1c1c1c;
	font-weight: 700;
}

.contacts-grid__item-content {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 500;
}

.contacts-grid__item-content--address {
	font-size: 16px;
}

.contacts-grid__item-content a {
	color: var(--color-black);
	font-weight: 500;
}

.contacts-grid__item-content a:hover {
	color: var(--main-color);
}

.contacts-form {
	padding-bottom: 80px;
	margin-top: 60px;
}

.contacts-form__slogan {
	font-size: 18px;
	font-weight: 700;
	color: var(--main-color);
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.contacts-form__title {
	text-align: center;
}

.contacts-form__row {
	display: grid;
	grid-gap: 20px;
	margin-bottom: 20px;
}

@media(min-width:992px) {
	.contacts-form__row {
		grid-template-columns: repeat(2, 1fr);
	}
}

.wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
}

.wpcf7 textarea {
	font-size: 16px;
	height: 150px;
	padding: 14px 14px 14px 25px;
	margin-bottom: 20px;
}

.modal-form textarea {
	margin-bottom: 0;
}

.wpcf7-spinner {
	display: none;
}

.form-submit {
	text-align: center;
}

.slider-arrows {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 48px);
}

.slider-arrow {
	pointer-events: auto;
	border-radius: 50%;
	height: 48px;
	background-color: rgb(255 255 255 / 63%);
	color: #2a2a2a;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .16);
	box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .16);
}

.slider-arrow:hover {
	background-color: #ffffff;
}

.slider-arrow_prev::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.slider-arrow_next::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.slider-arrow_white {
	-webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .16);
	box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .16);
	background-color: #fff
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	display: block;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
	content: "\e900";
}

.slider-arrow_prev::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slider-arrow_next::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-pagination-bullet {
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2px 0;
	background: transparent;
}

.swiper-pagination-bullet:not(:last-child) {
	margin-right: 12px
}

.swiper-pagination-bullet::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #9b9b9b;
	border-radius: 50%;
	-webkit-transition: background-color .3s ease 0s;
	-o-transition: background-color .3s ease 0s;
	transition: background-color .3s ease 0s
}

.swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #2a2a2a;
	-webkit-transition: -webkit-transform .3s ease 0s;
	transition: -webkit-transform .3s ease 0s;
	-o-transition: transform .3s ease 0s;
	transition: transform .3s ease 0s;
	transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.swiper-pagination-bullet-active::after {
	background-color: #2a2a2a;
}

.swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.requisites__item {
	font-size: 14px;
}

.requisites__item:not(:last-child) {
	margin-bottom: 14px;
	font-size: 14px;
}


.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	width: 44px;
	height: 44px;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	bottom: 30px;
	margin: 0 auto;
	width: 100%;
}

.navigation.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.navigation.pagination {
		margin-top: 20px;
	}
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-numbers {
	min-width: 32px;
	background: #f2e9fd;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 30px;
	line-height: 35px;
	margin: 2px 5px;
	font-weight: 600;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 12px;
	color: #000000;
}

.page-numbers:not(.current):hover {
	background-color: var(--sec-color);
	color: #ffffff;
}

.page-numbers.current {
	background: var(--main-color);
	color: #fff;
}

@media(max-width:767px) {
	.slider-main__slide {
		background-size: cover !important;
	}
}

.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-pagination-bullet {
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2px 0px;
}

.swiper-pagination-bullet:not(:last-child) {
	margin-right: 12px;
}

.swiper-pagination-bullet::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: var(--color-white);
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
}

.swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid var(--color-white);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.swiper-pagination-bullet-active::after {
	background-color: var(--color-white);
}

.swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.go-top {
	width:60px;
	height: 60px;
	position:fixed;
	bottom: 10%;
	right: 20px;
	padding:20px;
	display:none;
	cursor: pointer;
	 -webkit-font-smoothing: antialiased;
	 z-index: 999;
	 background: var(--main-color);
 }

 .go-top svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 40px;
	height: 40px;
}
 
 .go-top:hover {
	 transition: all .1s linear;
	 background: var(--color-black);
 }
 