html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
}


input, textarea {font-size: 24px; font-family: 'Montserrat', sans-serif}

.shadow-main {
-webkit-box-shadow: 0px 0px 37px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 37px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 37px 2px rgba(34, 60, 80, 0.2);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
}
.header {
position: relative;
}

.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
transition: all .3s;
}
/*.marg-r {margin-left: 130px;}*/

/*.header-fixed {
position: fixed;
width: 100%;
top: 0;
background: #fff;
z-index: 999;
}*/

.header-fixed {
position: fixed;
width: 1440px;
top: 0;
background: #fff;
z-index: 999;
}

.header-fixed .header-inner {
padding: 10px 0;
}

.header-fixed .logo img {
/*	width: 330px;*/
}

.logo img {
transition: all .3s;
}

.menu-inner {
display: flex;
align-items: center;
}
/*.menu a {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #123885;
	border-radius: 12px;
	padding: 12px 24px;
	margin: 0 32px 0 0;
	transition: all .3s;
}

.menu a:last-child {margin: 0 0px 0 0;}

.menu a:hover {
	background: #ED1C24;
}*/

/*.hero {
	position: relative;
	padding: 60px 0 60px 0;
	color: #fff;
	overflow: hidden;
	height: calc(100vh - 164px);
}*/

.menu a {
font-weight: 600;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.02em;
color: #123885;
border-radius: 12px;
padding: 12px 10px;
margin: 0 32px 0 0;
transition: all .3s;
}
.menu a:last-child {margin: 0 0px 0 0;border: 1px solid #123885;}
.menu a:last-child:hover {border-radius: 12px; border: 1px solid #1c8ced; color:#1c6378;}
.menu a:hover {
border-bottom: 1px solid #123885;
border-radius: 0;
}

.hero {
position: relative;
padding: 0px 0 0px 0;
color: #fff;
overflow: hidden;
}

.hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hero-bg-new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -2;
}
.login {display: none;}
.hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
/*    background: linear-gradient(277.5deg, rgba(0, 31, 92, 0.91) 12.36%, rgba(1, 28, 82, 0.51) 34.62%, rgba(5, 32, 86, 0.63) 74.39%, #032467 95.8%);*/
	mix-blend-mode: normal;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

.hero-info {
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	height: 100%;
	position: relative;
}

.hero-info h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	margin: 0 0 75px 0;
}

.hero-img p {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	max-width: 80%;
/*		padding-top: 90px;*/
	padding: 45px 0 45px 0;
}

.hero-img img {
	position: relative;
	left: -60px;
}

.hero-info--sub--inner {
	display: flex;
	align-items: center;
}

.hero-info--sub {
/*    flex-grow: 1;
	margin: 0 0 2rem 0;*/
	margin: 0 0 115px 0;

}
.llog {display: flex;}

.hero-info--sub img {
	max-width: 197px;
	margin: 0 20px 0 0;
}

.hero-info--sub span {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

/*.hero-info:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 707.02px;
	height: 216.77px;
	background: #00D1FF;
	mix-blend-mode: hard-light;
	opacity: 0.3;
	filter: blur(150px);
	transform: translate(-50%, -50%) rotate(-31.98deg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}*/

.main-btn {
	background: #152f8d;
	box-shadow: 8px 4px 80px rgba(0, 224, 255, 0.9);
	border-radius: 12px;
	color: #fff;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	transition: all .3s;
}

.main-btn:hover {
	color: #1c57ed;
	background: #FFFFFF;
	box-shadow: 8px 4px 80px rgba(0, 224, 255, 0.9);
}
.topt {top: 30px; position: relative;}
.tabs__content {
	display: none;
}

.tabs__content.active {
	display: block;
}

.tabs__caption {
	display: flex;
	margin: 0 -20px;
}

.tabs__caption li {
	width: 33.333%;
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	background: #A7A7A7;
	border-radius: 12px;
	cursor: pointer;
	transition: all .3s;
}

.tabs__caption img {
	height: 380px;
	width: auto;
	object-fit: contain;
}

.tabs__caption li.active {
	background: #2f70d5;
}

.tabs__caption li span {
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	margin: 0 0 5px 0;
}

.tabs__content--inner {
	display: flex;
	padding: 50px 0;
}

.kbt-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.benmob {display: none;}

.kbt-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	text-align: center;
	margin: 0 0 18px 0;
	color: #777777;
}

.kbt-block {
	border: 2px solid #2f70d5;
	border-radius: 12px 12px;
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 0 0 0 8px;
	overflow: hidden;
}

.kbt-block span {
	padding: 0 5px;
	color: #2f70d5;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
}

.kbt-block div {
	padding: 4px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	background: #2f70d5;
	padding: 5px 10px;
}

.tabs-info div {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #2f70d5;
	margin: 0 0 10px 0;
}

.tabs-info {
	margin: 0 0 30px 0;
}

.tabs-info ul {
	padding: 0 0 0 20px;
}

.tabs-info li {
	position: relative;
	max-width: 550px;
	margin: 0 0 5px 0;
}

.tabs-info li:before {
	content: "·";
	color: #2f70d5;
	font-size: 64px;
	line-height: 0px;
	position: absolute;
	left: -17px;
	top: 3px;
}

.tabs__content--right {
	margin: 0 0 0 50px;
}

.tabs__content--left img {
	padding: 20px 30px;
}

.tabs__content--left {
	max-width: 390px;
	width: 100%;
}

.title {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	color: #2f70d5;
	margin-top: 45px;
	margin-bottom: 28px;
}

.tabs-title {
	display: flex;
	flex-wrap: wrap;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: #123885;
	text-align: center;
	margin: 0 0 17px 0;
}

.tabs-title-1 {
	flex: 0 0 66.666%;
	max-width: 66.666%;
}

.tabs-title-2 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

/*.systems {
	position: relative;
	background: url(../img/system-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}*/
.systems {
position: relative;
background: url(../img/system-bg.jpg);
background-repeat: no-repeat;
background-size: auto;
background-position: top;
}

.systems-title::before {
	content: "";
	background: url(../img/arrows-new.png);
	background-repeat: no-repeat;
	width: 1006px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: -1;
}

.systems-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #2f70d5;
	padding: 12px 67px;
	background: #fff;
	border-radius: 12px;
	position: relative;
	width: fit-content;
	margin: 0 auto 68px auto;
	z-index: 1;
}

.systems-inner {
	padding: 43px 0 0 0;
	position: relative;
}

.systems-block {
/*    background: #fff;
	padding: 16px 33px;*/
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.systems-block-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #123885;
	margin-bottom: 11px;
}

.systems-block-images img {
	height: 140px;
	width: 100%;
	object-fit: contain;
}

.systems-central-block {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 569px;
	z-index: 9;
}

.systems-central-block-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 36px 0;
}

.systems-central-block-info {
	border: 2.5px solid #FFFFFF;
	border-radius: 12px;
	color: #fff;
	padding: 15px 15px;
	margin: 0 0 60px 0;
}

.systems-info-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

.systems-list li {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
	position: relative;
}

.systems-list {
	padding: 0 0 0 20px;
}

.systems-list li:before {
	content: "·";
	color: #0c2777;
	font-size: 64px;
	line-height: 0px;
	position: absolute;
	left: -17px;
	top: 3px;
}

.systems-central-block-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.benefits {
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	margin: 170px 0 0 0;
}

.benefits:before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -4px;
	z-index: -2;
	background: rgb(237, 28, 36);
	background: linear-gradient(220deg, rgba(237, 28, 36, 1) 0%, rgba(18, 56, 133, 1) 25%, rgba(18, 56, 133, 1) 75%, rgba(237, 28, 36, 1) 100%);
	border-radius: 12px;
}

.benefits::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #fff;
	border-radius: 12px;
}

.benefits-title {
	position: absolute;
	top: -4px;
	left: -4px;
	background: #123885;
	mix-blend-mode: normal;
	border-radius: 12px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px;
}

.benefit {
	position: absolute;
}

.benefit-line {
	position: absolute;
}

.text-right {
	text-align: right;
}

.benefit-item-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #123885;
	margin: 0 0 5px 0;
	position: relative;
}

.benefit-info p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;

	color: #000000;
}

.row-reverse {
	display: flex;
	flex-direction: row-reverse;
}

.row-b {
	display: flex;
}

.benefit-1 {
	top: 1%;
	left: 18%;
	max-width: 320px;
}

.benefit-1 .benefit-line {
	height: 282px;
	width: auto;
	top: 5px;
}

.benefit-1 img {
	width: 161px;
}

.benefit-2 {
	top: 7%;
	left: 51%;
	max-width: 404px;
}

.benefit-2 .benefit-line {
	height: 288px;
	width: auto;
	top: 5px;
	left: -19px;
}

.benefit-3 {
	top: 18%;
	left: 57%;
	max-width: 485px;
}

.benefit-3 .benefit-line {
	height: 145px;
	width: auto;
	top: 5px;
	left: -19px;
}

.benefit-3 img {
	width: 93px;
}

.benefit-4 {
	top: 34%;
	left: 70%;
	max-width: 330px;
}

.benefit-4 .benefit-line {
	width: 157px;
	top: 0;
	right: 101%;
}

.benefit-5 {
	top: 52%;
	left: 70%;
	max-width: 330px;
}

.benefit-5 .benefit-line {
	width: 157px;
	top: 0;
	right: 101%;
}

.benefit-5 img {
	width: 55px;
}

.benefit-6 {
	top: 77%;
	left: 59%;
	max-width: 475px;
}

.benefit-6 .benefit-line {
	height: 172px;
	right: 101%;
	width: auto;
	bottom: 0;
}

.benefit-6 img {
	width: 82px;
}

.benefit-7 {
	top: 77%;
	left: 27%;
	max-width: 352px;
}

.benefit-7 .benefit-line {
	height: 125px;
	right: -21px;
	width: auto;
	bottom: 0;
}

.benefit-7 img {
	width: 103px;
}

.benefit-8 {
	top: 41%;
	left: 6%;
	max-width: 316px;
}

.benefit-8 .benefit-line {
	width: 184px;
	top: 8px;
}

.benefit-8 img {
	width: 148px;
}

/*.systems-2 {
	margin-top: -336px;
	padding-top: 461px;
	padding-bottom: 91px;
	position: relative;
	background: url(../img/system2-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 10%;
}*/
.systems-2 {
margin-top: -336px;
padding-top: 461px;
padding-bottom: 75px;
position: relative;
background: url(../img/system2-bg.png);
background-repeat: no-repeat;
background-size: inherit;
background-position: center -40px;
}
.systems-2-items {margin: 0px 70px 0;}
.systems-2-text {
	margin: 0 0 180px 100px;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: #123885;
	max-width: 593px;
}

.hidden-mob-dop {display: none;}

.systems-2-item {
	background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 58.33%, rgba(255, 255, 255, 0.95) 100%);
	opacity: 0.9;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 35px 10px 15px 10px;
/*    height: 100%;*/
	height: 240px;
	width: 240px;
	margin: 0 auto;
}

.systems-2-items .col-lg-3 {
	margin-bottom: 1rem;
}

.systems-2-item img {
	width: 84px;
	height: 84px;
	object-fit: contain;
}

.systems-2-item div {
	margin: 28px 0 15px 0;
	font-weight: 700;
	font-size: 28px;
	height: 27px;
	line-height: 20px;
	text-align: center;
	color: #123885;
}
.ltl-text {
font-size: 12px;
position: relative;
bottom: 15px;
}

.systems-2-item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.swiper {
	width: 100%;
	height: 100%;
}

.text-blue {
	background: #123885;
}

.text-red {
	background: #0c2777;
}

.production {
	position: relative;
}

.production-slide {
	display: flex;
	border-radius: 12px;
	padding: 4px;
	overflow: hidden;
	position: relative;
	background: rgb(237, 28, 36);
	background: linear-gradient(220deg, rgb(28 206 237) 0%, rgba(18, 56, 133, 1) 25%, rgba(18, 56, 133, 1) 75%, rgba(237, 28, 36, 1) 100%);
}

.production-slide>* {
	width: 33.333%;
}

.no-text>* {
	width: 100%;
}

.production-slide img:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.production-slide img:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.swiper-slide-text {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
}


.swiper-button-prev,
.swiper-button-next {
	color: #123885 !important;
	background: rgba(255, 255, 255, 0.7);
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 32px !important;
}

.no-text img {
	border-radius: 4px;
}

.production-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #0c2777;
	margin: 33px 0 36px 0;
}

.production-title-mob {display: none;}

.swiper-pagination {
	bottom: -30px !important;
}

.swiper-pagination-bullet-active {
	transform: scale(1.8) !important;
	background: #0c2777 !important;
	opacity: 1;
}

.swiper-pagination-bullet {
	background: #0c2777;
	opacity: 1;
	transition: all .3s;
}

.objects .row {
	margin-right: -5px;
	margin-left: -5px;
}

.objects .col-12,
.objects .col-md-4 {
	padding: 0 5px;
}

.object {
	position: relative;
}

.dop-round-left img {border-radius: 0px 12px 12px 0px;}
.dop-round-right img {border-radius: 12px 0px 0px 12px;}
.dop-round-center img {border-radius: 12px;}

.dop-margin {
max-width: 1440px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*.object img {border-radius: 12px;}*/

.object-info {
	position: absolute;
	bottom: 24px;
	left: 24px;
}

.object .object-info div {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
}

.object .object-info span {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
}

.objects {
	margin: 80px 0 109px 0;
}

.object-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1c81ed;
	height: 100%;
}

.distrib {
	background: #EAEAEA;
}

.distrib-info {
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	color: #333333;
	padding: 0 0 0 30px;
}

.distrib-inner {
	padding: 53px 0;
}

.distrib-info img {
	width: 8px;
	height: 8px;
	margin: 6px 10px 6px 16px;
}

.distrib-info p {
	display: inline;
}

.distrib-logo img {padding: 0 50px;}
.distrib-info div {
	margin: 0 0 36px 0;
}

.contacts {
	margin: 72px 0 152px 0;
}

.contacts-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	color: #1c51ed;
	margin: 0 0 44px 0;
}

.form {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	max-width: 600px;
	margin: 0 auto;
}
textarea:focus, input:focus{
outline: none;
}
.form input,
.form textarea {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 14px 17px;
	width: 100%;
	margin: 0 0 24px 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #123885;
}

.form input.not-valid,
.form textarea.not-valid {
	color: #ED1C24;
	border: 1px solid #ED1C24;
}

.form input.valid,
.form textarea.valid {
	color: #123885;
	border: 1px solid #123885;
}

.form input::placeholder,
.form textarea::placeholder {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #919396;
}

.file-label {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 14px 17px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #919396;
	cursor: pointer;
}

.file-input {
	opacity: 0;
	position: absolute;
	width: 190px !important;
	cursor: pointer;
}

.file-uload {
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	position: relative;
	margin: 0 0 24px 0;
}

.filename {
	margin: 0 0 0 22px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #919396;
}

.form p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #A7A7A7;
	margin: 0 0 30px 0;
}

.form p a {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #A7A7A7;
	text-decoration: underline;
}

.form-btn {
	background: #123885;
	border-radius: 12px;
	color: #fff;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	transition: all .3s;
	margin-top: 25px;
}

/* .form-btn:hover {
	background: #123885;
} */

button:disabled {
  color: #fff;
	background: #A7A7A7;
	cursor: not-allowed;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
	width: 100% !important;
	height: 100% !important;

}

.popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000c2;
	z-index: -1;
	cursor: url('../img/close.svg'), auto;
}

.popup-inner {
	width: 100%;
	max-width: 700px;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close-pop-up {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 30px;
	height: 30px;
	padding: 5px;
	background: #123885;
	border-radius: 50%;
	cursor: pointer;
}

.popup-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 120px #C5C5C5;
	border-radius: 12px;
	padding: 20px;
	position: relative;
}

.popup-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	background: linear-gradient(90deg, #123885 0%, #ED1C24 81.13%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin: 0 0 22px 0;
}

.form-control {
	display: flex;
	align-items: center;
}

input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--form-background);
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	height: 24px;
	border: 0.15em solid #D1CFCF;
	border-radius: 5px;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	padding: 0;
	margin: 0 12px 0 0;
}

input[type="radio"]::before {
	content: "";
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background: url(../img/select.svg);
	width: 16px;
	height: 16px;
}

input[type="radio"]:checked::before {
	transform: scale(1);
}

.radio {
	display: flex;
	align-items: center;
	margin: 0 0 39px 0;
}

.radio .form-control:last-child {
	margin: 0 0 0 35px;
}

p.radio-lable {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin: 0 0 15px 0;
}

.title-red:before {
content: "";
background: #ED1C24;
position: absolute;
top: 0;
left: -1000%;
right: 0;
bottom: 0;
z-index: -1;
}

.personals {
margin: 50px 0 50px 0;
overflow: hidden;
}

.personals .title-red {
margin: 0 0 50px 0;
font-weight: 600;
	font-size: 25px;
	line-height: 59px;
	color: #FFFFFF;
	padding: 10px 0;
	position: relative;
	max-width: 80%;
}

.personals p {
font-weight: 500;
font-size: 14px;
line-height: 25px;
color: #333333;
}

.footer {
	background: #EAEAEA;
	padding: 36px 0 52px 0;
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 17px 0;
}

.footer-nav {
	padding: 0 0 0 30px;
}

.footer-nav a {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #919396;
	margin: 0 58px 0 0;
	transition: all .3s;
}

.footer-nav a:hover {
color: #000;
}

.footer-nav a:last-child {
	margin: 0;
}

.footer-copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy {
	font-weight: 400;
	font-size: 12px;
	line-height: 26px;
	color: #919396;
}

.rights {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #919396;
}

.burger {
	position: relative;
	width: 50px;
	height: 100%;
	display: none;
}

.burger span {
	width: 50px;
	height: 4px;
	margin: 0 0 10px 0;
	background: #123885;
	display: block;
	transition: all .3s;
}

.burger span:last-child {
	margin: 0;
}

.burger-open span:nth-child(1) {
	position: absolute;
	transform: rotate(45deg);
}

.burger-open span:nth-child(2) {
	display: none;
}

.burger-open span:nth-child(3) {
	transform: rotate(136deg);
	position: absolute;
}

.benefit-img {
	display: none;
}

.row-hidden {
	display: none;
}

.to-top {
	display:none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 99;
}

.to-top img {
	width: 64px;
	height: 64px;
}

@media(max-width:1400px) {
	.benefits>* {
			display: none;
	}

	.benefits>.benefit-img {
			display: block;
			transform: scale(1.01);
	}

	.benefit-img img {
			display: block;

	}

	.benefits {
			padding: 0;
	}

	.benefits:before,
	.benefits::after {
			content: none;
	}
}

@media(max-width:1200px) {
	.menu a {
			margin: 0;
	}

	.header-inner {
			padding: 10px 0;
	}

	.systems-block {
			height: 100%;
	}

	.benefits {
			margin: 0;
	}

	.row-hidden {
			display: flex;
	}

	.systems-title:before {
			content: none;
	}

	.arrow {
			position: relative;
	}

	.row-hidden .arrow:before {
			top: 100%;
	}

	.arrow:before {
			content: "";
			position: absolute;
			width: 2px;
			height: 90px;
			background: #fff;
			bottom: 100%;
			display: block;
			left: 50%;
	}

	.systems-title {
			margin: 68px auto;
	}

	.systems-central-block {
			top: auto;
			left: auto;
			transform: none;
			max-width: 569px;
			margin: 2rem auto 0;
			z-index: 9;
			position: relative;
	}

	.hide-mob>* {
			display: none;
	}

	.menu-inner {
			flex-direction: column;
	}

	.menu {
			display: none;
			position: absolute;
			top: 100%;
			width: 100% !important;
			left: 0;
			right: 0;
			background: #123885;
			z-index: 99;
	}

	.burger {
			display: block;
	}

	.logo img {
			max-width: 150px;
	}
}

@media(max-width:996px) {
	.radio .form-control:last-child {
			margin: 0;
	}

	.radio .form-control:first-child {
			margin: 0 0 1rem 0;
	}

	.radio {
			flex-direction: column;
			align-items: baseline;
	}

	.hide-tablet {
			display: none;
	}

	.swiper-slide-text {
			font-size: 18px;
			line-height: 21px;
	}

	.arrow:before {
			height: 500px;
	}

	.row-hidden .arrow:before {
			top: 50%;
	}

	.systems-inner .col-md-3 {
			display: none;
	}

	.systems-inner .arrow {
			display: block !important;
	}

	.systems-inner .col-md-3 {
			flex: 0 0 auto;
			width: 50%;
	}

	.tabs__caption img {
			height: 230px;
	}

	.hero-img img {
			left: auto;
	}

	.hero-img p {
			max-width: 100%;
			text-align: center;
	}

	.hero-info h2 {
			text-align: center;
	}

	.hero-info--sub {
			width: 100%;
	}

	.hero-info--sub--inner {
			justify-content: center;
	}

	.hero-info {
			padding-top: 30px;
			align-items: center;
	}

	.hero-info--sub span {
			text-align: center;
	}
}

@media(max-width:768px) {
.popup-inner {
	padding: 20px;

}
.menu-inner {
	padding-bottom: 10px;
}
.menu a {
	color: #ffffff;
}
.hidden-mob {display: none;}
.systems-2-items {margin: 0;}
.header-fixed .logo img {max-width: 220px;}
.header-fixed {width: 100%;}
	.dop-margin {padding-right: 15px;padding-left: 15px;}
	.dop-round-left img {border-radius: 12px;}
	.dop-round-right img {border-radius: 12px;}
	.dop-round-center img {border-radius: 12px;}
	.systems-2 {background-position: center 0px;}
	.systems-2-item {height: 180px;width: 250px;margin: 0 auto;}
	.systems-2-item img {width: 50px;height: 50px;object-fit: contain;}
	.hero-info--sub {margin: 0 0 2rem 0;}
.hero {
	padding: 10px 0 10px 0;
/*		height: calc(80vh - 94px);*/
}
.swiper-button-prev, .swiper-button-next {
width: 35px;
height: 35px;
}
.swiper-button-prev:after, .swiper-button-next:after {
font-size: 21px !important;
}
.hero-img p {
font-size: 20px;
line-height: 25px;
padding: 40px 0 0px 0;
}
.to-top {
	bottom: 15px;
	right: 15px;
	display: none!important;
}
.to-top img {
width: 40px;
height: 40px;
}
	.contacts {
			margin: 50px 0;
	}

	.footer {
			background: #EAEAEA;
			padding: 36px 0 10px 0;
	}

	.footer-nav {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			padding: 0 30px 0 30px;
	}
	.footer-nav a:last-child {
		margin: 10px;
}
	.footer-copy {
			flex-direction: column;
	}

	.footer-nav a {
			margin: 10px;
	}

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

	.footer-logo {
			margin: 0 0 1rem 0;
	}


	.systems-block {
			height: 100%;
	}

	.title {
			font-size: 20px;
			line-height: 25px;

	}

	.tabs-title {
			display: none;
	}

	.hero-info h2 {
			margin: 0 0 40px 0;
			font-size: 24px;
			line-height: 32px;
	}

	.hero-info--sub--inner {
			flex-direction: column;
	}

	.hero-info--sub img {
			margin: 0 0 35px 0;
	}
	.mob-fix {position: fixed;
		bottom: 5px;
		z-index: 99;
		font-size: 17px;
		box-shadow: none;
	}
	.production-title-mob {
		display: block;
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #ED1C24;
		margin: 33px 0 36px 0;
}
.tabs__content--right {
	margin: 0 0 0 0px;
}
.kbt-block div {
padding: 0px 10px;
}
.tabs-info li {
font-size: 14px;
}
.tabs__content--inner {
display: flex;
padding: 15px 0;
}
.hidden-mob {display: none;}
}

@media(max-width:678px) {
	.production-slide img:first-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
	}

	.production-slide img:last-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
	}

	.production-slide>* {
			width: 50%;
			height: 320px;
			object-fit: cover;
	}

	.no-text>* {
			width: 100%;
	}

	.swiper-slide-text {
			position: absolute;
			width: 100%;
			height: 100%;
			background: #12388599;
			padding: 35px;
	}

	.tabs__caption img {
			height: 125px;
	}

	.tabs__content--inner {
			flex-direction: column;
	}

	.tabs__content--left {
			max-width: 100%;
			margin: 0 0 1rem 0;
	}

	.tabs__content--left img {
			max-width: 60%;
			margin: 0 auto;
			width: auto;
			display: block;
	}
}

@media(max-width:500px) {

	.form input::placeholder,
	.form textarea::placeholder {
			font-weight: 400;
			font-size: 16px;
			line-height: 20px;
	}

	.form-btn {
			font-weight: 700;
			font-size: 18px;
			line-height: 22px;
			width: 100%;
	}

	.popup-title {
			font-size: 24px;
			line-height: 30px;
	}

	.form input, .form textarea {
		padding: 10px 10px;
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 10px 0;
}
.form p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #A7A7A7;
	margin: 0 0 15px 0;
}
.radio {
	margin: 0 0 15px 0;
}

input[type="radio"] {
margin: 10px!important;
}
.systems {
background-size: cover;
background-position: center;
}
.benefit-mobile {display: block;}
.benmob {border-radius: 12px; display: block;}

.radio .form-control:first-child {
margin: 0 0 1rem 0;
font-size: 14px;
height: 30px;
}

.radio .form-control:last-child {
margin: 0;
font-size: 14px;
height: 30px;
}

	.distrib-info {
			font-size: 20px;
			line-height: 26px;
			padding: 0;
	}

	.object .object-info div {
			font-size: 20px;
			line-height: 26px;
	}

	.object .object-info span {
			font-size: 18px;
			line-height: 22px;
	}

	.systems-2 {
			margin-top: 0;
			padding-top: 52px;
			padding-bottom: 52px;
	}

	.systems-2-text {
			font-size: 22px;
			line-height: 31px;
			margin: 0 0 100px 0;
			color: #fff;
	}

	.systems-title {
			margin: 30px auto;
	}

	.systems-central-block-title {
			font-size: 19px;
			line-height: 26px;
	}

	.systems-block-images img {
			height: 100px;
	}

	.systems-block-title {
			font-size: 16px;
			line-height: 18px;
	}

	.systems-block {
			padding: 10px 5px;
	}

	.systems-title {
			font-size: 18px;
			line-height: 27px;
	}

	.kbt-title {
			font-size: 17px;
			line-height: 19px;
			margin: 0 0 5px 0;
	}

	.kbt-block {
			margin: 0 auto;
	}

	.tabs__caption li {
			margin: 0 5px;
	}

	.tabs__caption {
			margin: 0 -5px;
	}

	.tabs__caption li span {
			font-size: 16px;
			line-height: 27px;
	}

	.tabs__caption img {
			height: 125px;
	}

	.hero-info h2 {
			font-size: 17px;
			line-height: 22px;
			margin: 0 0 30px 0;
	}

	.hero-info--sub img {
		margin: 0 0 30px 0;
}

	.hero-img p {
			font-size: 17px;
			line-height: 22px;
			padding: 20px 0 0px 0;
	}

	.hero-info--sub span {
			font-size: 15px;
			line-height: 19px;
	}

	.main-btn {
			font-size: 19px;
			line-height: 21px;
	}
}

@media(max-width:370px) {
	.tabs__caption li span {
			font-size: 14px;
			line-height: 24px;
	}

	.production-title-mob {
		display: block;
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #ED1C24;
		margin: 33px 0 36px 0;
}

	.contacts-title,
	.production-title {
			font-size: 24px;
			line-height: 30px;
	}

	.kbt-block span {
			font-size: 16px;
			line-height: 25px;
	}

	.kbt-block div {
			font-size: 16px;
			line-height: 25px;
	}

.mob-fix {position: fixed;
bottom: 5px;
z-index: 99;
font-size: 17px;
box-shadow: none;
}
 font-family: Arial, sans-serif;
    background-color: #f0f4f7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.form-container {
    background-color: #184866;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
}
input, select {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.submit-btn {
    background-color: #4caf50;
    color: white;
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.submit-btn:hover {
    background-color: #45a049;
}
.privacy-text {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
 box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f4f7;
}

.title {
    color: #2b27cf;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-container {
    background-color: #184866;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}

input, select, textarea {
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width: 100%;
    font-size: 16px;
}

textarea {
    resize: none;
    height: 60px;
}

button {
    margin-top: 15px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #28a745;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #218838;
}

.policy-text {
    margin-top: 10px;
    font-size: 12px;
}

.policy-text a {
    color: white;
    text-decoration: underline;
}