@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
		url('../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	/* scroll-behavior: smooth; */
	/* scroll-padding-block-start: 90px; */
}

body {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	font-style: normal;
	background: #fff;
}

.wrapper {
	margin: 0 auto;
	padding-top: 90px;
}

.container {
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
	margin: 0 auto;
}

.header {
	padding: 10px 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	box-shadow: 0 3px 22px 0px rgba(0, 0, 0, 0.5);
}

.header__container {
	display: flex;
	align-items: center;
}

.menu ul {
	list-style: none;
	display: flex;
	align-items: center;
}

.menu li {
	margin: 0 10px;
}

.menu a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

.phones {
	margin: 0 20px 0 auto;
}

.phones p {
	margin: 2px 0;
}

.phones a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}

.lang-list {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
}

.lang-list li {
	margin-left: 10px;
	position: relative;
}

.lang-list li::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #00000080;
	border-radius: 50%;
	top: 11px;
	right: -6px;
}

.lang-list .last-lang-item::after {
	display: none;
}

.lang-list a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #00000080;
}

.lang-list a:hover,
.lang-list .active a {
	color: #E30D26;
}

.mob-menu-btn {
	border: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	padding: 0;
	background: none;
	display: none;
}

.mob-menu-btn svg {
	width: 100%;
	height: 100%;
	fill: #E30D26;
}

.menu-close {
	position: absolute;
	top: 25px;
	right: 15px;
	border: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	padding: 0;
	background: none;
}

.menu-close svg {
	width: 100%;
	height: 100%;
	fill: #E30D26;
}

.mob-menu {
	width: 360px;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 10;
	padding: 20px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
	transition: .4s;
	transform: translateX(100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mob-menu.show {
	transform: translateX(0);
}

.mob-menu .menu-list {
	display: flex;
	flex-direction: column;
	padding: 0;
	justify-content: center;
	list-style: none;
	margin: 0;
}

.mob-menu .menu-list li {
	width: 100%;
	margin: 10px 0;
}

.mob-menu .menu-list a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

.mob-menu .menu-list a:hover {
	color: #E30D26;
}

.home {
	min-height: 640px;
	background: url(../img/hero.webp) center/cover no-repeat fixed;
	padding: 75px 0;
}

.home__container {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-self: center;
	align-items: center;
}

.home h1 {
	text-transform: uppercase;
	color: #E30D26;
	font-size: 50px;
	margin: 0 0 10px;
	line-height: 100%;
	margin: 0 0 20px;
	text-align: center;
}

.home h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 25px;
	line-height: 100%;
	text-align: center;
}

.home .content {
	font-size: 20px;
	color: #fff;
	text-align: center;
	max-width: 450px;
}

.home .content p {
	margin: 10px 0;
}

.btn-request {
	font-size: 22px;
	color: #fff;
	background: #E30D26;
	box-shadow: 0px 4px 35px 0px #C44949;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	border: none;
	cursor: pointer;
	transition: .3s;
}

.btn-request:hover {
	background: #d6182e;
	box-shadow: 0px 4px 35px 0px #8e2323;
	transform: translateY(2px);
}

.home .btn-request {
	width: 390px;
	height: 80px;
	margin-top: 40px;
}

.home .items {
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.home .item {
	display: flex;
	align-items: center;
	margin: 0 20px;
}

.home .item img {
	margin-right: 10px;
}


/*about*/
.about {
	background: #fff;
	padding: 30px 0 50px;
}

.about h2 {
	color: #E30D26;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 30px;
}


.about__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text {
	font-size: 16px;
	width: calc(50% - 20px);
}

.video {
	width: calc(50% - 20px);
	position: relative;
}

.video video {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

/*gallery*/
.gallery {
	background: #000;
	padding: 30px 0 50px;
}

.gallery__container {
	max-width: 1300px;
	position: relative;
}

.gallery__container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 100%;
	background: linear-gradient(90deg, #000000 20%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}

.gallery__container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: 100%;
	background: linear-gradient(270deg, #000000 20%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}

.gallery h2 {
	color: #E30D26;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 10px;
}

.gallery h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

.slider-gallery .slide-item {
	padding: 0 5px;
}

.slider-gallery .slick-slide > div {
	width: 100%;
}

.slider-nav {
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
}

.slider-nav .slider-pagination {
	margin: 0 15px;
	overflow: hidden;
	display: flex;
	position: relative;
	width: 90px;
	height: 10px;
}

.slider-nav .slick-dots {
	position: absolute;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease;
}

.slider-nav .slick-dots .custom-bullet {
	margin: 0 4px;
	background: #D9D9D9;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	font-size: 0;
	padding: 0;
	transition: .3s;
	cursor: pointer;
}

.slider-nav .slick-dots .custom-bullet.active {
	background: #E30D26;
}

.slider-nav .slider-prev,
.slider-nav .slider-next {
	background: #E30D26;
	width: 50px;
	height: 50px;
	padding: 13px;
	border-radius: 50%;
	margin: 0;
	user-select: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
}

.slider-nav .slider-prev {
	transform: scaleX(-1);
}

.slider-nav .slider-prev:hover,
.slider-nav .slider-next:hover {
	background: #d6182e;
}

.slide-item {
	padding: 20px;
	height: 100%;
}

.slide-item .spotlight {
	display: flex;
}

.slide-item .spotlight img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/*components*/
.components {
	padding: 40px 0;
	background: #fff;
}

.components h2 {
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 40px;
	padding: 0 15px;
}

.components__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.components__container img {
	display: block;
	margin: 0 20px 20px;
}

/*partners*/
.partners {
	background: #fff;
	padding: 30px 0 50px;
}

.partners h2 {
	color: #E30D26;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 30px;
}

.partners__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partners__container1 {
	margin-bottom: 80px;
}

.partner-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
}

.partner-img {
	width: calc(40% - 20px);
	position: relative;
}

.partner-img img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.partner-text {
	width: calc(60% - 20px);
	position: relative;
}

.partner-text p {
	font-size: 15px;
}

.slider-partners .slide-item {
	padding: 0;
} 

/*services*/
.services,
.products {
	background: #F4F4F4;
	padding: 60px 0;
}

.products .desc {
	margin: 20px auto;
	max-width: 450px;
	text-align: center;
	padding: 0 10px;
}

.services__container {
	max-width: 1330px;
	padding: 0;
}

.services h2,
.products h2 {
	color: #E30D26;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 30px;
}

.products h2 {
	margin: 0 0 10px;
}

.service-item,
.product-item {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0px 2px 10px 0px #00000040;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #000;
}

.service-img,
.product-img {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	min-height: 250px;
	max-height: 250px;
}

.service-img img,
.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-title {
	margin: 20px 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

.service-desc,
.product-title {
	font-size: 15px;
	padding: 0;
	min-height: 40px;
}

.product-title {
	margin: 20px 0 30px;
}

.product-item .btn-request {
	width: 100%;
	padding: 17px 10px;
}

.slick-track {
	display: flex !important;
	transition: .4s;
}

.slick-slide {
	height: inherit !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slider-services .slick-slide > div {
	height: 50%;
}

/*faq*/
.faq {
	background: #fff;
	padding: 30px 0 50px;
}

.faq h2 {
	color: #E30D26;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 30px;
}

.faq-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0;
	cursor: pointer;
	border-bottom: 2px solid #0000001A;
}

.faq-title svg {
	min-width: 40px;
	transition: .3s;
}

.faq-title.open svg {
	transform: rotate(45deg);
	color: #E30D26;
}

.faq-title span {
	padding-right: 70px;
	font-size: 22px;
	font-weight: 700;
}

.faq-answer {
	display: none;
	padding: 15px 0;
	border-bottom: 2px solid #0000001A;
}

.faq-answer p:first-child {
	margin-top: 0;
}

/*contacts*/
.contacts {
	padding: 45px 0;
	background: url(../img/bg-contacts.jpg) center/cover no-repeat;
}

.contacts__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contacts__text {
	width: calc(50% - 20px);
	max-width: 400px;
}

.contacts__text h2 {
	color: #E30D26;
	text-align: left;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 30px;
}

.contacts__text a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	font-weight: 600;
}

.contacts__text a img {
	margin-right: 15px;
}

.contacts__form {
	width: calc(50% - 20px);
	margin-left: 20px;
}

.form__feedback {
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px 20px;
	position: relative;
}

.form {
	position: relative;
}

.form__loader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.loader {
	position: relative;
	width: 100px;
	height: 100px;
}

.loader__circle {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #E30D26;
	stroke-width: 5px;
	stroke-linecap: round;
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	position: absolute;
	animation: loader 2s linear infinite;
}

@-webkit-keyframes loader {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes loader {
	100% {
		stroke-dashoffset: 0;
	}
}

.form-messages {
	height: 15px;
	margin-bottom: 7px;
	color: red;
	font-size: 12px;
	text-align: center;
}

.thanks-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #91d7b0;
	border-radius: 4px;
	z-index: 1;
}

.thanks-message h5 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
}

.thanks-message p {
	margin: 0;
}

.form .input-block {
	margin-bottom: 10px;
}

.form .input-block .error {
	height: 15px;
	color: red;
	font-size: 13px;
}

.form input,
.form textarea {
	background: #E8E8E8;
	border-radius: 5px;
	height: 50px;
	padding: 0 10px;
	border: none;
	width: 100%;
	color: #8E8E8E;
}

.form textarea {
	padding: 10px;
	resize: none;
	height: 120px;
}

.form .input-block-btn {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

.form .input-block-btn .btn-request {
	width: 100%;
	padding: 17px 10px;
}

/*footer*/
.footer {
	padding: 12px 0;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

/*modal*/
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 11;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal {
	background: #fff;
	width: 90%;
	max-width: 600px;
	border-radius: 10px;
}

.modal-title {
	background: #E30D26;
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px;
	position: relative;
}

.close {
	position: absolute;
	top: 14px;
	right: 14px;
	border: none;
	background: #fff;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #E30D26;
	font-size: 40px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content {
	padding: 20px;
}