@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Mulish:wght@500&display=swap');

body {
	font-family: 'Mulish', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
	min-width: 320px;
}

ul {
	list-style: none;
}

h2 {
	font-weight: 400;
	font-size: 50px;
	line-height: 106%;
	text-align: center;
	letter-spacing: -0.045em;
	color: #252525;
}

input:focus-visible {
	outline: none;
}

.btn-close {
	position: absolute;
	top: 20px;
	right: 30px;
}

.nav-toggle {
	display: block;
	border-radius: 50%;
	float: right;
	height: 38px;
	width: 38px;
	cursor: pointer;
	padding: 8px 8px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
}

.nav-toggle span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 4px;
	background-color: #000;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.nav-toggle.open span:first-child {
	-webkit-transform: rotate(45deg) translate(4.4px, 4.4px);
	-ms-transform: rotate(45deg) translate(4.4px, 4.4px);
	transform: rotate(45deg) translate(4.4px, 4.4px);
}

.nav-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.nav-toggle.open span:last-child {
	-webkit-transform: rotate(-45deg) translate(4.4px, -4.4px);
	-ms-transform: rotate(-45deg) translate(4.4px, -4.4px);
	transform: rotate(-45deg) translate(4.4px, -4.4px);
}

#navigation {
	position: relative;
	display: none;
	z-index: 1;
}

ul.menu-left {
	display: none;
	max-height: 0;
	overflow: hidden;
	z-index: 10;
}

ul.menu-left:before {
	content: '';
	display: table;
	clear: both;
}

ul.menu-left.collapse {
	position: absolute;
	right: 0;
	padding: 30px 50px 0px 22px;
	max-height: 15em !important;
	background: #FEFEFE;
	z-index: -1;
}

ul.menu-left.collapse li {
	margin-bottom: 18px;
}

ul.menu-left.collapse li a {
	font-weight: 400;
	font-size: 12px;
	line-height: 105.9%;
	letter-spacing: -0.045em;
	color: #30343A;
	text-transform: uppercase;
	text-decoration: none;
}

.collapse:not(.show) {
	display: block;
}

.box-btn {
	text-align: center;
}

.modal-content {
	background: #FFFFFF;
	border-radius: 40px;
	padding: 45px;
}

.modal-lg {
	max-width: 580px;
}

.modal-header {
	border-bottom: none;
}

.modal-header,.modal-body,.modal-footer {
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-title {
	font-weight: 600;
	font-size: 35px;
	line-height: 105.9%;
	text-align: center;
	letter-spacing: -0.045em;
	color: #252525;
	margin-bottom: 50px;
}

.modal-content form {
	background: transparent;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-content form input {
	width: 100%;
	line-height: 2;
}

.modal-content form input::-webkit-input-placeholder {
	color: #252525;
}

.modal-content form input::-moz-placeholder {
	color: #252525;
}

.modal-content form input:-ms-input-placeholder {
	color: #252525;
}

.modal-content form input::-ms-input-placeholder {
	color: #252525;
}

.modal-content form input::placeholder {
	color: #252525;
}

.modal-content form input:last-child {
	margin-bottom: 0;
}

.modal-footer {
	border-top: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.response-output {
	margin-top: 50px;
	color: #2cd659;
	text-align: center;
}

.reset {
	display: none;
}

.my_btn {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	max-width: 302px;
	width: 100%;
	height: 80px;
	line-height: 84px;
	border: none;
	padding: 0;
	display: inline-block;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-filter: brightness(1);
	filter: brightness(1);
	position: relative;
	z-index: 10;
	background: -o-radial-gradient(50.19% -46.15%, 189.18% 146.15%, rgb(254 254 254 / 12%) 0%, rgb(222 52 59 / 55%) 50.89%), #BF4042;
	background: radial-gradient(189.18% 146.15% at 50.19% -46.15%, rgb(254 254 254 / 12%) 0%, rgb(222 52 59 / 55%) 50.89%), #BF4042;
	-webkit-box-shadow: 0px 16px 21px rgb(176 0 0 / 53%), 0px 2px 3px rgb(0 0 0 / 10%), 0px 4px 0px #ff8585, inset -4px -4px 19px rgb(255 255 255 / 25%), inset 4px 4px 19px rgb(255 255 255 / 24%);
	box-shadow: 0px 16px 21px rgb(176 0 0 / 53%), 0px 2px 3px rgb(0 0 0 / 10%), 0px 4px 0px #ff8585, inset -4px -4px 19px rgb(255 255 255 / 25%), inset 4px 4px 19px rgb(255 255 255 / 24%);
	border-radius: 10px;
}

.my_btn:hover {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: -o-radial-gradient(50.19% -46.15%, 189.18% 146.15%, rgb(254 254 254 / 12%) 0%, rgb(222 52 59) 50.89%), #BF4042;
	background: radial-gradient(189.18% 146.15% at 50.19% -46.15%, rgb(254 254 254 / 12%) 0%, rgb(222 52 59) 50.89%), #BF4042;
}

.nav-box {
	position: relative;
	width: 25%;
	height: 40px;
	margin: 0 auto;
	margin-top: -40px;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
}

.header .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 182px;
}

.logo-branding {
	width: 40px;
	margin-right: 4px;
}

.logo span {
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.045em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 9px;
}

.header-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.header-menu ul li:not(:last-child) {
	margin-right: 50px;
}

.header-menu ul li a {
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.hero {
	background-image: url(../img/hero-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	width: 100%;
}

.hero .my_btn {
	margin-bottom: 40px;
}

h1 {
	font-weight: 600;
	max-width: 598px;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.045em;
	color: #FFFFFF;
	margin-top: 185px;
	margin-bottom: 14px;
}

.hero p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	width: 360px;
	margin-bottom: 24px;
}

.hero-img-mob {
	display: none;
}

.hero-info,.info-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 52px;
	background: -o-radial-gradient(50% 53.89%, 50% 2900.76%, rgba(240, 240, 240, 0.4) 0%, rgba(150, 220, 233, 0.4) 100%);
	background: radial-gradient(50% 2900.76% at 50% 53.89%, rgba(240, 240, 240, 0.4) 0%, rgba(150, 220, 233, 0.4) 100%);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	border-radius: 90px;
	margin-bottom: 30px;
}

.hero-info__item {
	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;
	width: 370px;
	height: 99px;
}

.hero-info__item span {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	width: 267px;
}

.hero-info__item:nth-child(3) span {
	color: #296587;
}

.hero-info__item:nth-child(2) {
	border-left: 1px solid #9BE0EB;
	border-right: 1px solid #9BE0EB;
}

.hero-img {
	padding-top: 106px;
	width: 660px;
	height: auto;
}

.info-slider .swiper-slide {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding: 22px 0;
}

.product {
	padding: 90px 0;
}

.product .container-fluid {
	position: relative;
	width: 1400px;
}

.product .container-fluid:after {
	content: '';
	background-image: url(../img/product-bg.png);
	width: 237px;
	height: 304px;
	position: absolute;
	right: 304px;
	top: -94px;
	z-index: -1;
}

.product h2 {
	margin-bottom: 40px;
}

.product-slider {
	padding-bottom: 30px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #000;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #E60730;
	border: none;
}

.product-slider .swiper-slide .product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 376px;
	width: 397px;
	background: #FFFFFF;
	-webkit-box-shadow: 10px -10px 12px rgb(0 0 0 / 5%), -10px 10px 15px rgb(0 0 0 / 5%);
	box-shadow: 10px -10px 12px rgb(0 0 0 / 5%), -10px 10px 15px rgb(0 0 0 / 5%);
	border-radius: 10px;
	margin: 0 auto;
}

.product-slider .kg.swiper-slide-next,.product-slider .kg.swiper-slide-prev {
	opacity: .5;
}

.product-slider .swiper-wrapper {
	padding: 50px 0;
}

.product-slider .swiper-wrapper .swiper-slide {
	opacity: .3;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.product-slider .swiper-wrapper .swiper-slide-active {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.kg.swiper-button-next, .kg.swiper-button-prev {
	width: 40px;
	height: 40px;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.kg.swiper-button-next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-slider .kg.swiper-button-next:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.kg.swiper-button-next:after, .kg.swiper-button-prev:after {
	background-image: url(../img/prev.svg);
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.info-slider {
	display: none;
}

.info-slider .swiper-button-next,.info-slider .swiper-button-prev {
	color: #fff;
}

.product-item {
	padding: 18px 35px;
}

.product-content {
	text-align: center;
}

.product-content .title {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #2A2A2A;
	margin-bottom: 10px;
}

.product-content .desc {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #2A2A2A;
	margin-bottom: 5px;
}

.product-content img {
	margin-bottom: 10px;
}

.product-price {
	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;
}

.product-price .price {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #2A2A2A;
}

.btn_price {
	background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #E5002A;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #E5002A;
	-webkit-box-shadow: inset 2px 2px 4px rgba(245, 245, 245, 0.5);
	box-shadow: inset 2px 2px 4px rgba(245, 245, 245, 0.5);
	border-radius: 5px;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	border: none;
	padding: 9px 24px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn_price:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0.8;
}

.services {
	padding-bottom: 90px;
}

.services .my_btn {
	display: block;
	margin: 0 auto;
}

.serv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 50px;
}

.serv-item {
	width: 360px;
}

.serv-img {
	height: 357px;
	background: #F3F3F3;
	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;
}

.serv-img img {
	width: 230px;
	height: auto;
	mix-blend-mode: darken;
}

.serv-content {
	font-family: 'Montserrat', sans-serif;
	padding: 15px 22px;
	background: #526272;
	height: 345px;
}

.serv-content .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #F8F8F8;
	margin-bottom: 10px;
}

.serv-content ul {
	list-style-type: disc;
}

.serv-content p,.serv-content ul li {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	color: #F8F8F8;
}

.serv-item:nth-last-child(1) .serv-content p:nth-last-child(1) {
	font-size: 12px;
	text-align: center;
}

.serv-slider,.services .nav-box {
	display: none;
}

.profit {
	padding-top: 58px;
	padding-bottom: 80px;
	background-image: url(../img/profit-bg.jpg);
}

.profit .profit-slider {
	padding: 70px 0;
}

.profit .profit-slider .swiper-wrapper {
	padding-left: 300px;
}

.arrow-decor {
	padding-left: 430px;
}

.profit .profit-slider .swiper-slide {
	width: 360px !important;
	height: 270px;
}

.profit-slide {
	padding: 34px 10px;
	text-align: center;
}

.profit-slide img {
	margin-bottom: 20px;
	mix-blend-mode: color-burn;
}

.profit-slide p {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 18px;
	line-height: 21.6px;
	color: #535353;
}

.production {
	padding: 90px 0;
}

.production p.desc {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: #535353;
	padding: 20px 0px;
}

.prod-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 1px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 955px;
	margin: 0 auto;
}

.prod-item {
	width: 50%;
	margin-top: -1px;
	margin-left: -1px;
	padding: 20px;
	border: 1px solid #8c8c8c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-sizing: border-box;
}

.prod-numb,.prod-title {
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 20px;
	line-height: 105.9%;
	letter-spacing: -0.045em;
	color: #BB0000;
}

.prod-desc {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #535353;
}

.prod-title {
	margin-bottom: 7px;
}

.step {
	padding-bottom: 100px;
}

.step h2 {
	margin-bottom: 40px;
}

.step-img {
	width: 93px;
	height: 93px;
	background: -o-linear-gradient(284.7deg, #BB0000 10.4%, #2A2424 90.2%);
	background: linear-gradient(165.3deg, #BB0000 10.4%, #2A2424 90.2%);
	border-radius: 50%;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 16px;
}

.step-img img {
	width: 80px;
	height: 80px;
}

.step-block {
	position: relative;
	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;
}

.step-box {
	position: relative;
}

.arrow-step {
	position: absolute;
	top: 138px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 38px;
	padding-left: 38px;
}

.arrow-step img {
	width: 100%;
}

.arrow-mob {
	display: none;
}

.step-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 65px;
	margin-right: 10px;
	width: 190px;
}

.step-item:last-child {
	margin-right: 0;
}

.step-item p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #333333;
	text-align: center;
	letter-spacing: -0.9px;
}
.step-item p.short-desc
{
	max-width: 100px;
}
.contacts {
	padding-bottom: 90px;
}

.contacts h2 {
	margin-bottom: 42px;
}

.contacts-content {
	background: #F5F5F5;
}

.contacts .contacts-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

.contacts .contact {
	width: 50%;
	padding: 74px 55px;
}

.contacts .contact p {
	font-weight: 400;
	font-size: 24px;
	line-height: 105.9%;
	color: #000000;
	margin-bottom: 40px;
}

.contacts .contact p:nth-child(1) {
	font-weight: 700;
	font-size: 28px;
}

.contacts .maps {
	width: 50%;
}

.faq {
	padding-bottom: 90px;
}

.faq h2 {
	margin-bottom: 42px;
}

ul.accordion {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.accordion {
	border-top: 1px solid #BB0000;
}

.accordion li {
	border-bottom: 1px solid #BB0000;
	position: relative;
	padding: 35px 0px;
}

.accordion li p {
	display: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 90px;
}

.accordion li p:last-child {
	margin-bottom: 26px;
}

.accordion a {
	font-weight: 400;
	font-size: 26px;
	line-height: 110.4%;
	text-transform: uppercase;
	color: #252525 !important;
	padding-left: 30px;
	text-decoration: none;
	cursor: pointer;
}

.accordion a:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: 28px;
	top: 28px;
	background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff)), -webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff));
	background: -o-linear-gradient(#fff,#fff), -o-linear-gradient(#fff,#fff);
	background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff);
	background-position: center;
	background-size: 100% 2px,2px 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion a:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	right: 18px;
	top: 18px;
	border-radius: 50%;
	background: -o-linear-gradient(257.05deg, #BB0000 5.05%, #F42121 90.65%);
	background: linear-gradient(192.95deg, #BB0000 5.05%, #F42121 90.65%);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion p {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
	margin-bottom: 10px;
}

a.active:after {
	background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff));
	background: -o-linear-gradient(#fff,#fff);
	background: linear-gradient(#fff,#fff);
	background-position: center;
	background-size: 100% 2px,2px 100%;
	background-repeat: no-repeat;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.footer {
	
}
.footer__form
{
	padding-top: 53px;
	padding-bottom: 75px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.form-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 360px;
}

.footer h2 {
	color: #F0F0F0;
	margin-bottom: 11px;
}

.footer p.desc {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #F0F0F0;
	text-align: center;
	margin-bottom: 24px;
}

.footer__copyright-wrapper 
{
	padding-top: 65px;
	padding-bottom: 45px;
	align-items: flex-end;
}
.footer__item {
}
.footer__copyright-text 
{
	display: flex;
	align-items: flex-end;

}
.footer__copyright-img 
{
	width: 57px;
	margin-right: 12px;
}
.footer__copyright-text-bx {
}

.footer__company-name,
.footer__company-text,
.footer__copyright-contact   
{

	margin-bottom: 0;
	font-size: 12px;
	line-height: 1;
	letter-spacing: -4.5;
}
.footer__company-name
{
	margin-bottom: 8px;
}
.footer__company-text--left
{

}
.footer__company-text--right
{
	display: none;
}
.footer__term 
{
	padding: 0;
	color: #000;
    background: none;
    border: 0;
    text-decoration: underline;
}
.footer__copyright-contact 
{
	font-size: 14px;
	text-align: right;
}
.footer__contact-list 
{
	padding: 0;
	margin: 0;
}
.footer__contact-item 
{
	margin-bottom: 10px;
	line-height: 1;
}
.footer__contact-item:last-child,
.footer__contact-item--mobile
{
	margin-bottom: 0;
}
.footer__contact-item--mobile a
{
	color: #000;
	text-decoration: none;
}
form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 42px 78px;
	background: rgba(240, 240, 240, 0.5);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

form input {
	width: 329px;
	margin-bottom: 35px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #AD484C;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 3;
}

form input::-webkit-input-placeholder {
	color: #fff;
}

form input::-moz-placeholder {
	color: #fff;
}

form input:-ms-input-placeholder {
	color: #fff;
}

form input::-ms-input-placeholder {
	color: #fff;
}

form input::placeholder {
	color: #fff;
}
form textarea{
	width: 100%;
	border: 1px solid #BB0000;
	margin-bottom: 30px;
}
.footer form textarea{
	background: transparent;
	padding: 7px;
}
.footer form textarea::placeholder{
	color: #fff;
}
.swiper-container {
	overflow: hidden;
}