html, body {
	margin: 0;
	padding: 0;
}
body {
	background: rgba(213, 227, 246, 1);
	font-family: "Manrope", sans-serif;
	font-style: normal;
}
p {
	margin: 0;
}
.clear {
	clear: both;
}


.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.header {
	background: rgba(34, 90, 136, 1);
	padding-top: 18px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
}
.header_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: middle;
}
.header .name, .menu_wrapper .name {
	font-size: 18px;
	font-weight: 500;
	color: rgba(248, 248, 248, 1);
	max-width: 405px;
	width: 100%;
	padding-top: 8px;
}
.header .button a, .menu_wrapper .button a {
	text-decoration: none;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 23px;
	font-weight: 700;
	font-size: 14px;
	color: rgba(34, 90, 136, 1);
	background: rgba(213, 227, 246, 1);
	border-radius: 10px;
	display: inline-block;
}
.header .button a img, .menu_wrapper .button a img {
	margin-right: 14px;
}
.header .logo {
	padding-top: 5px;
}
.header .phone_email a, .menu_wrapper .phone_email a {
	text-decoration: none;
	color: rgba(248, 248, 248, 1);
	font-size: 17px;
	font-weight: 500;
	margin-right: 4px;
	display: inline-block;
	margin-right: 37px;
	display: block;
}
.header .button {
	margin-top: 10px;
}
.header .phone_email a:last-child {
	margin: 0;
}
.header .phone_email, .menu_wrapper .phone_email {
	padding-top: 10px;
}
.header .phone_email a img, .menu_wrapper .phone_email a img {
	vertical-align: middle;
	width: 16px;
	margin-right: 7px;
}
.main {
	padding-bottom: 40px;
	background-image: url(../img/main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(213, 227, 246, 1);
    margin-top: 100px;
}
.main_wrapper {
	display: flex;
	justify-content: space-between;
    margin-bottom: 40px;	
}
.main .title {
	font-size: 33px;
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
    line-height: 43px;
    max-width: 700px;
    margin-bottom: 30px;	
}
.main .title span {
	color: rgba(46, 102, 172, 1);
}
.main .left_side {
	width: 100%;
    max-width: 800px;
    padding-top: 65px;
}
.main .advantages {
	display: flex;
	justify-content: space-between;
	max-width: 765px;
	flex-wrap: wrap;
}
.main .sub_text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.main .advantages .advantages_item {
	padding: 13px;
	color: rgba(3, 27, 57, 1);
	font-size: 17px;
	font-weight: 500;
	display: flex;
	line-height: 21px;
	border-radius: 10px;
	background: #fff;
}
.main .advantages .advantages_item div {
	display: inline-block;
	vertical-align: middle;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-right: 18px;
    background: rgba(46, 102, 172, 1);
    border-radius: 8px;
}
.main .advantages .advantages_item div img {
    width: 20px;
}
.main .sub_text .sub_text_item {
	font-weight: 600;
	color: rgba(17, 40, 73, 1);
	font-size: 14px;
}
.main .right_side {
    padding-top: 110px;
}
.main .production_list {
	width: 235px;
	box-sizing: border-box;
	padding-top: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 15px;
    border-radius: 20px;
    background: #fff;
}
.main .production_list .production_list_title {
	font-weight: 600;
	font-size: 14px;
	color: rgba(17, 40, 73, 1);
}
.main .production_list .production_list_title span {
	color: rgba(46, 102, 172, 1);
}
.main .production_list ul {
	margin-top: 7px;
	padding-left: 18px;
    height: 85px;
    overflow: hidden;
    margin-bottom: 0;
}
.main .production_list ul li {
	color: rgba(17, 40, 73, 1);
	font-size: 11px;
    margin-bottom: 7px;
}
.main .production_list .show_more {
	color: rgba(17, 40, 73, 1);
	font-weight: 600;
    font-size: 11px;
}
.offers_wrapper, .form_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.offer_item {
	width: 49%;
	padding: 35px;
    padding-top: 50px;
    box-sizing: border-box;
    height: 360px;
    border-radius: 30px;
    background-image: url(../img/folder.png);
    background-repeat: no-repeat;
    background-position: 88% bottom;
    background-size: 255px;
    background-color: rgba(46, 102, 172, 1);
    border: 1px solid rgba(208, 208, 208, 1);
}
.offer_item_form {
	width: 49%;
	box-sizing: border-box;
	padding: 35px;
	background-image: url(../img/bucket.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 170px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid rgba(208, 208, 208, 1);
}
.offer_item_form.folder {
	background-image: url(../img/folder.png);
	background-size: 204px;
    background-position: 104% bottom;
}
.offer_item .offer_item_title {
	font-weight: 600;
	color: #fff;
	font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
}
.offer_item .offer_item_button a {
	color: rgba(3, 27, 57, 1);
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
    padding-left: 25px;
    font-size: 14px;
    display: flex;
    max-width: 230px;
    background: #fff;
}
.offer_item .offer_item_button a img {
	vertical-align: middle;
	width: 11px;
    margin-right: 10px;
}
.offer_item_form .offer_item_form_title {
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
	font-size: 25px;
    line-height: 34px;
    margin-bottom: 12px;
}
.offer_item_form .offer_item_form_title span {
	color: rgba(46, 102, 172, 1);
}
.offer_item_form .offer_item_form_subtitle {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 17px;
    margin-bottom: 35px;
}
.offer_item_form .offer_item_form_subtitle.first {
	margin-bottom: 0;
}
.offer_item_form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 330px;
}
.offer_item_form input[name="name"], .offer_item_form input[name="phone"], .offer_item_form input[name="email"] {
	height: 50px;
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: 700;
	border-radius: 14px;
	background: rgba(217, 217, 217, 1);
}
.offer_item_form form .input_wrapper:first-child {
	width: 41%;
}
.offer_item_form form .input_wrapper:nth-child(2) {
	width: 56%;
}
.offer_item_form input::placeholder {
	font-family: 'Manrope', sans-serif;
	font-style: normal;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: 700;
}
.offer_item_form .form_button {
	margin-top: 15px;
	width: 100%;
}
.offer_item_form .form_button a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: rgba(46, 102, 172, 1);
}
.offer_item_form .form_button a img {
	vertical-align: middle;
	width: 11px;
    margin-right: 10px;
}
.download_wrapper {
	padding-top: 37px;
	padding-bottom: 40px;
	background: rgba(46, 102, 172, 1);
	border-radius: 30px;
}
.download .title {
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-weight: 600;
	font-size: 23px;
}
.download .button {
	text-align: center;
	margin-top: 13px;
}
.download .button a, .download .button span {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 335px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
.download .button a img, .download .button span img {
	vertical-align: middle;
    width: 11px;
    margin-right: 10px;
}
.catalog {
    padding-top: 70px;
    padding-bottom: 70px;
}
.catalog .title {
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 12px;
}
.catalog .title span {
	color: rgba(46, 102, 172, 1);
}
.catalog .subtitle {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 30px;
}
.catalog_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog_wrapper .catalog_item {
	width: 157px;
}
.catalog_wrapper .catalog_item .catalog_item_img {
	width: 100%;
    height: 157px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(208, 208, 208, 1);
}
.catalog_wrapper .catalog_item .catalog_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog_wrapper .catalog_item .catalog_item_title {
	text-align: center;
	margin-top: 16px;
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.about {
	padding-top: 85px;
}
.about p {
	margin-top: 14px;
	margin-bottom: 14px;
}
.about .about_text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-left: 35px;
    padding-top: 30px;
    padding-right: 90px;
    padding-bottom: 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid rgba(208, 208, 208, 1);
}
.about .about_text .title {
	color: rgba(22, 22, 22, 1);
	font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
}
.about .about_text .title span {
	color: rgba(46, 102, 172, 1);
}
.about .circles .circle {
	position: relative;
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    overflow: hidden;
}
.about .circles .circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .circles .circle:nth-child(2) {
	left: -25px;
}
.about .circles .circle:nth-child(3) {
	left: -50px;
}
.about .circles .circle:nth-child(4) {
	left: -75px;
}
.about .right_side {
	width: 520px;
	color: rgba(3, 27, 57, 1);
	font-size: 14px;
    padding-top: 15px;
}
.about .about_numbers {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about .about_numbers .about_numbers_item {
    width: 287px;
    border-radius: 30px;
    border: 1px solid rgba(208, 208, 208, 1);
    padding-top: 23px;
    box-sizing: border-box;
    padding-left: 33px;
    padding-bottom: 23px;
    background: #fff;
}
.about .about_numbers .about_numbers_item .number {
	color: rgba(46, 102, 172, 1);
	font-weight: 600;
	font-size: 58px;
	margin-bottom: 30px;
}
.about .about_numbers .about_numbers_item .description {
	color: rgba(3, 27, 57, 1);
	font-size: 17px;
	font-weight: 500;
	display: flex;
	line-height: 21px;
	border-radius: 10px;
	align-items: center;
}
.about .about_numbers .about_numbers_item .description div {
	display: inline-block;
	vertical-align: middle;
    width: 44px;
    height: 44px;
    padding-top: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-right: 18px;
    background: rgba(46, 102, 172, 1);
    border-radius: 8px;
}
.about .about_numbers .about_numbers_item .description div img {
    width: 20px;
}
.about .about_numbers .about_numbers_item.blue .description div {
	background: rgba(37, 70, 112, 1);
}
.about .about_numbers .about_numbers_item.blue .description {
	color: #fff;
}
.about .about_numbers .about_numbers_item.blue {
	background: rgba(46, 102, 172, 1);
}
.about .about_numbers .about_numbers_item.blue .number {
	color: #fff;
}
.leaders {
	padding-top: 90px;
}
.leaders .title {
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
    font-size: 28px;
    margin-bottom: 25px;
}
.leaders .title span {
	color: rgba(46, 102, 172, 1);
}
.leaders .leaders_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.leaders .leaders_wrapper .leaders_item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 30px;
	padding-left: 35px;
    padding-top: 25px;
    height: 230px;
    margin-bottom: 13px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.leaders .leaders_wrapper .leaders_item .image {
	position: absolute;
	top: 0;
	right: 0;
}
.leaders .leaders_wrapper .leaders_item .image img {
	width: 275px;
}
.leaders .leaders_wrapper .leaders_item:last-child {
	width: 100%;
}
.leaders .leaders_wrapper .leaders_item .leaders_title {
	color: rgba(46, 102, 172, 1);
	font-weight: 600;
	font-size: 43px;
	margin-bottom: 15px;
}
.leaders .leaders_wrapper .leaders_item .leaders_title span {
	font-size: 33px;
}
.leaders .leaders_wrapper .leaders_item .leaders_subtitle {
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}
.leaders .leaders_wrapper .leaders_item .leaders_text {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 14px;
    line-height: 17px;
}
.leaders .leaders_wrapper .leaders_item:last-child .image img {
	width: 465px;
}
.comm_offer .title {
	color: #fff;
	font-weight: 600;
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 27px;
}
.comm_offer .comm_offer_wrapper {
	border-radius: 30px;
	padding-top: 50px;
    padding-left: 35px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background: rgba(46, 102, 172, 1);
}
.comm_offer .comm_offer_wrapper .button a {
	text-decoration: none;
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
	font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 10px;
    background: #fff;
}
.comm_offer .comm_offer_wrapper .button a img {
    vertical-align: middle;
    width: 11px;
    margin-right: 10px;
}
.comm_offer .comm_offer_wrapper .folder {
	position: absolute;
	bottom: 0;
	right: 143px;
    width: 320px;
	z-index: 2;
}
.comm_offer .comm_offer_wrapper .times {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 320px;
	z-index: 1;
}
.owner {
    margin-bottom: 75px;
}
.owner .title {
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 23px;
}
.owner .title span {
	color: rgba(46, 102, 172, 1);
}
.owner .owner_wrapper {
	border-radius: 30px;
	background: #fff;
}
.owner .owner_wrapper .owner_top {
	padding-top: 35px;
	background: url(../img/owner2.png);
	background-repeat: no-repeat;
	background-size: 350px;
    background-position: right 0px;
    position: relative;
    padding-bottom: 60px;
    padding-left: 35px;
}
.owner .owner_wrapper .owner_bottom {
	padding-left: 35px;
	color: rgba(248, 248, 248, 1);
	font-weight: 500;
	padding-top: 33px;
    font-size: 14px;
    padding-bottom: 40px;
    border-radius: 30px;
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-size: 37%;
    background-position: 91%;
    background-color: rgba(46, 102, 172, 1);
}
.owner .owner_wrapper .owner_bottom ul {
	margin: 0;
    padding-left: 22px;
    margin-bottom: 10px;
}
.owner .owner_wrapper .owner_bottom span {
	font-weight: 700;
}
.owner .owner_wrapper .text {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    max-width: 670px;
}
.owner .owner_wrapper span {
	font-weight: 700;
}
.owner .name {
	position: absolute;
	bottom: 7%;
    right: 24%;
    padding-top: 15px;
    box-sizing: border-box;
    width: 200px;
    height: 100px;
    padding-left: 20px;
    background: rgba(213, 227, 246, 1);
    border-radius: 10px;
}
.owner .name .owner_name {
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
}
.owner .name .owner_position {
	color: rgba(0, 0, 0, 1);
	font-weight: 400;
    margin-bottom: 9px;
}
.owner .name .owner_email {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 13px;
}
.owner .name .owner_email img {
	width: 16px;
	margin-right: 10px;
	vertical-align: middle;
}
.owner .button {
	margin-top: 13px;
}
.owner .button a {
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 245px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    text-align: center;
}
.owner .button a img {
	vertical-align: middle;
    width: 11px;
    margin-right: 10px;
}
.technical_specifications_wrapper {
	border-radius: 30px;
    padding-left: 35px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    background-image: url(../img/folder.png);
    background-repeat: no-repeat;
    background-position: 97% bottom;
    background-size: 230px;
    background-color: rgba(46, 102, 172, 1);
}
.technical_specifications_wrapper .title {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 30px;
}
.technical_specifications_wrapper .button a {
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 245px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    text-align: center;
}
.technical_specifications_wrapper .button a img {
	vertical-align: middle;
    width: 11px;
    margin-right: 10px;
}
.technical_specifications_wrapper .left_side {
    margin-right: 68px;
}
.technical_specifications_wrapper .docs_list_item {
	display: flex;
	flex-wrap: wrap;
}
.technical_specifications .docs_list_item .text {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}
.technical_specifications .docs_list_item .text a {
	text-decoration: underline;
	font-weight: 400;
	color: #fff;
}
.technical_specifications .docs_list_item .icon {
	display: inline-block;
	vertical-align: middle;
    width: 46px;
    height: 46px;
    padding-top: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-right: 15px;
    background: rgba(213, 227, 246, 1);
    border-radius: 8px;
}
.technical_specifications .docs_list_item .icon img {
    width: 22px;
}
.technical_specifications .right_side {
	padding-top: 30px;
}
.technical_specifications_wrapper .docs_list_item:first-child {
    margin-bottom: 20px;
}
.technical_specifications_wrapper .folder {
	position: absolute;
    bottom: -23px;
    right: 14%;
}
.technical_specifications {
	margin-bottom: 70px;
}
.payment_delivery .title {
	text-align: center;
	margin-bottom: 25px;
}
.payment_delivery .title span {
	display: inline-block;
	color: rgba(3, 27, 57, 1);
	border-bottom: 3px solid rgba(46, 102, 172, 1);
	font-weight: 700;
	font-size: 28px;
}
.payment_delivery .payment_delivery_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.payment_delivery .payment_delivery_wrapper .payment_delivery_item {
	width: 49%;
    height: 285px;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 40px;
    background-color: #fff;
}
.payment_delivery .payment_delivery_wrapper .payment_delivery_item:first-child {
	background-image: url(../img/notebook.png);
	background-repeat: no-repeat;
	background-position: right 20px;
    background-size: 275px;
}
.payment_delivery .payment_delivery_wrapper .payment_delivery_item:last-child {
	background-image: url(../img/close_car.png);
	background-repeat: no-repeat;
	background-position: right bottom;
    background-size: 275px;
}
.payment_delivery .payment_delivery_wrapper .payment_delivery_item .payment_delivery_item_title {
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
	font-size: 28px;
    margin-bottom: 20px;
}
.payment_delivery .payment_delivery_wrapper .payment_delivery_item .payment_delivery_item_text {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
}
.payment_delivery .payment_delivery_wrapper .payment_delivery_item .payment_delivery_item_button a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: rgba(46, 102, 172, 1);
    max-width: 230px;
}
.payment_delivery .payment_delivery_wrapper .payment_delivery_item .payment_delivery_item_button a img {
	vertical-align: middle;
	width: 11px;
    margin-right: 10px;
}
.contacts {
	margin-top: 70px;
	margin-bottom: 70px;
}
.contacts_wrapper {
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 35px;
	padding-left: 35px;
	padding-bottom: 35px;
	padding-right: 35px;
	background: #fff;
}
.contacts_wrapper .map {
	width: 700px;
    height: 425px;
}
.contacts_wrapper .left_side {
	width: 375px;
}
.contacts_wrapper .title {
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
}
.contacts_wrapper .phone {
	margin-bottom: 15px;
}
.contacts_wrapper .phone a {
	text-decoration: none;
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 14px;
}
.contacts_wrapper .phone a img {
    width: 17px;
    vertical-align: middle;
    margin-right: 8px;
}
.contacts_wrapper .email {
	margin-bottom: 15px;
}
.contacts_wrapper .email a {
	text-decoration: none;
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 14px;
}
.contacts_wrapper .email a img {
    width: 17px;
    vertical-align: middle;
    margin-right: 8px;
}
.contacts_wrapper .time {
	text-decoration: none;
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 15px;
}
.contacts_wrapper .time img {
    width: 14px;
    vertical-align: middle;
    margin-right: 8px;
}
.contacts_wrapper .address {
	text-decoration: none;
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 2px;
}
.contacts_wrapper .address img {
    width: 14px;
    vertical-align: middle;
    margin-right: 8px;
}
.contacts_wrapper .address2 {
	text-decoration: none;
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 15px;
}
.contacts_wrapper .yandex a {
	text-decoration: none;
	color: rgba(60, 155, 214, 1);
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.contacts_wrapper .yandex a img {
    width: 18px;
    margin-right: 8px;
    vertical-align: middle;
}
.contacts_wrapper .yandex {
	margin-top: 23px;
	margin-bottom: 20px;
}
.contacts_wrapper .rating img {
	width: 240px;
}
.contacts_wrapper .rating {
	margin-bottom: 18px;
}
.contacts_wrapper a.callback {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: rgba(46, 102, 172, 1);
    max-width: 245px;
}
.contacts_wrapper a.callback img {
	vertical-align: middle;
	width: 11px;
    margin-right: 10px;
}
.contacts_wrapper .buttons {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.contacts_wrapper .buttons .wa {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	padding-left: 12px;
    padding-top: 12px;
    background: rgba(213, 227, 246, 1);
    box-sizing: border-box;
    margin-left: 15px;
}
.contacts_wrapper .buttons .tg {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
    padding-left: 11px;
    padding-top: 15px;
    background: rgba(213, 227, 246, 1);
    box-sizing: border-box;
}
.contacts_wrapper .buttons .wa img {
    width: 27px;
}
.contacts_wrapper .buttons .tg img {
	width: 27px;
}
.footer {
    padding-top: 33px;
    padding-bottom: 30px;
    background: rgba(34, 90, 136, 1);
}
.footer .container {
	position: relative;
}
.footer .top_footer {
	display: flex;
	justify-content: space-between;
	align-items: middle;
}
.footer .name {
	font-size: 14px;
	font-weight: 500;
	color: rgba(248, 248, 248, 1);
	max-width: 310px;
	width: 100%;
}
.footer .name a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	display: inline-block;
    margin-top: 10px;
}
.footer .info a {
	margin-top: 10px;
	color: #fff;
	font-size: 11px;
	display: block;
    margin-top: 10px;
}
.footer .button a {
	text-decoration: none;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 23px;
	font-weight: 700;
	font-size: 14px;
	color: rgba(34, 90, 136, 1);
	background: rgba(213, 227, 246, 1);
	border-radius: 10px;
	display: inline-block;
}
.footer .button a img {
	margin-right: 14px;
}
.footer .logo img {
	max-width: 118px;
}
.footer .phone_email a {
	text-decoration: none;
	color: rgba(248, 248, 248, 1);
	font-size: 17px;
	font-weight: 500;
	margin-right: 4px;
	display: inline-block;
	margin-right: 37px;
}
.footer .phone_email a:last-child {
	margin: 0;
}
.footer .phone_email {
	padding-top: 20px;
}
.footer .phone_email a img {
	vertical-align: middle;
	width: 16px;
	margin-right: 7px;
}
.footer .button {
    padding-top: 6px;
}
.footer .bottom_footer {
	padding-top: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer .bottom_footer img {
    width: 355px;
    float: right;
}
.applications {
    padding-top: 30px;
    padding-bottom: 70px;
}
.applications .title {
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
	font-size: 27px;
}
.applications .title span {
	color: rgba(46, 102, 172, 1);
}
.applications .subtitle {
	color: rgba(3, 27, 57, 1);
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 28px;
}
.applications .applications_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.applications .applications_item_img {
	height: 160px;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.applications .applications_item_name {
	color: rgba(3, 27, 57, 1);
	font-weight: 600;
	font-size: 14px;
}
.swiper_nav img {
	width: 48px;
}
.swiper_nav div {
	position: absolute;
}
.applications .container {
	position: relative;
}
.swiper-button-applications-prev {
    left: -70px;
    top: 165px;
}
.swiper-button-applications-next {
    right: -70px;
    top: 165px;
}
.reviews {
	padding-top: 55px;
}
.reviews .container {
	position: relative;
}
.reviews .qr {
	position: absolute;
	top: 0;
	right: 0;
}
.reviews .qr img {
	width: 100px;
}
.reviews .title {
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
	font-size: 27px;
}
.reviews .title span {
	color: rgba(46, 102, 172, 1);
}
.reviews .subtitle {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.reviews_item {
	border: 1px solid rgba(208, 208, 208, 1);
	border-radius: 30px;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    height: 180px;
    margin-bottom: 15px;
    background: #fff;
}
.reviews_item .reviews_item_text {
	font-size: 11px;
    line-height: 14px;
    color: rgba(3, 27, 57, 1);
}
.reviews_item .reviews_item_name {
	position: absolute;
	width: 100%;
	bottom: 23px;
	left: 0;
	padding-left: 25px;
    box-sizing: border-box;
}
.reviews_item .reviews_item_name_rating_stars {
	display: flex;
	align-items: end;
	margin-top: -5px;
}
.reviews_item .reviews_item_name_rating {
	box-sizing: border-box;
	padding-left: 45px;
	background: url(../img/person.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 32px;
}
.reviews_item .reviews_item_name_rating_author {
	font-size: 15px;
	color: rgba(3, 27, 57, 1);
}
.reviews_item .reviews_item_name_rating_stars_img img {
	width: 52px;
}
.reviews_item .reviews_item_name_date {
	font-size: 9px;
    margin-left: 48px;
    color: rgba(3, 27, 57, 1);
}
.reviews .container {
	position: relative;
}
.swiper-button-reviews-prev {
    left: -70px;
    top: 58%;
}
.swiper-button-reviews-next {
    right: -70px;
    top: 58%;
}
.certs {
	padding-top: 55px;
    padding-bottom: 70px;
}
.certs .title {
	color: rgba(3, 27, 57, 1);
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 25px;
}
.main_img {
	width: 180px;
}
.certs_item {
    text-align: center;
    height: 310px;
    border: 1px solid rgba(208, 208, 208, 1);
	border-radius: 30px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    background: #fff;
}
.search {
	position: absolute;
    position: absolute;
    right: 22%;
    bottom: 10%;
}
.search img {
	width: 28px;
}
.certs .container, .certs2 .container {
	position: relative;
}
.swiper-button-certs-prev {
    left: -70px;
    top: 52%;
}
.swiper-button-certs-next {
    right: -70px;
    top: 52%;
}
.clients {
	padding-top: 75px;
	padding-bottom: 65px;
}
.clients .title {
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
	text-align: center;
	font-size: 28px;
    line-height: 32px;
    margin-bottom: 35px;
}
.clients .title span {
	color: rgba(46, 102, 172, 1);
}
.clients .clients_item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.clients .clients_item {
	height: 160px;
	border: 1px solid rgba(208, 208, 208, 1);
	border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 5px;
    padding: 30px;
}
.clients .container {
	position: relative;
}
.swiper-button-clients-prev {
    left: -70px;
    top: 56%;
}
.swiper-button-clients-next {
    right: -70px;
    top: 56%;
}
.swiper-button-certs2-prev {
    left: -70px;
    top: 45%;
}
.swiper-button-certs2-next {
    right: -70px;
    top: 45%;
}
.certs2 {
	padding-top: 75px;
}
.certs2 .certs_item {
    height: 440px;
}
.certs2 .certs2_wrapper {
	display: flex;
	justify-content: center;
}
.certs2 .certs2_wrapper .certs_item {
	margin-left: 15px;
	margin-right: 15px;
}
.certs_item_title {
	margin-top: 7px;
    font-size: 14px;
    color: rgba(3, 27, 57, 1);
    margin-bottom: 25px;
}
.certs_item_button a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(46, 102, 172, 1);
	color: rgba(46, 102, 172, 1);
	font-weight: 700;
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 15px;
    border-radius: 10px;
}
.certs2 .search {
	bottom: 37%;
}
.mobile_header_wrapper {
	display: none;
}
.menu_wrapper {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3;
	background: rgba(46, 102, 172, 1);
	top: 0;
	left: 0;
	padding: 15px;
	padding-top: 40px;
	box-sizing: border-box;
}
.menu_wrapper .close {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 50px;
	ine-height: 30px;
}
.burger {
    background: rgba(46, 102, 172, 1);
    border-radius: 8px;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 6px;
    box-sizing: border-box;
    padding-top: 5px;
}
.burger div {
	width: 33px;
	height: 3px;
	background: #fff;
	display: inline-block;
	bottom: 3px;
}
.menu_wrapper .phone_email {
	margin-bottom: 20px;
}
.popup_opacity {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.6);
    top: 0;
    display: none;
}
.popup {
	position: fixed;
	z-index: 11;
	margin: 0 auto;
	width: 100%;
	max-width: 590px;
	height: 360px;
	top: 30%;
    left: 0;
    right: 0;
    display: none;
}
.popup .offer_item_form {
	width: 100%;
}
.popup .close {
	color: #fff;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -55px;
    height: 0;
    font-size: 50px;
}
.popup input[type="file"] {
    margin-top: 10px;
}
.offer_item_form textarea {
	height: 80px;
    border: 0;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 10px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-weight: 700;
    border-radius: 14px;
    background: rgba(217, 217, 217, 1);
}
.error {
	border: 1px solid red !important;
}
.input_wrapper.full {
	width: 100%;
    margin-top: 10px;
}

 body{
    overflow-x: clip;
}

.owner_email a, .technical_specifications a {
    color: rgba(3, 27, 57, 1);
}

.owner_email {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.owner .name {
    padding-right: 10px;
}



.footer .phone_email a
{
   margin-right: clamp(22px, 1.3rem, 37px);
}



@media(max-width: 767px){
	.container {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.main_wrapper {
		display: block;
	}
	.header_wrapper {
		display: none;
		position: flex;
	}
	.main .left_side {
		padding-top: 20px;
	}
	.main .title {
		font-size: 26px;
	}
	.main .advantages {
		display: block;
	}
	.main .advantages .advantages_item {
		margin-bottom: 10px;
	}
	.main .sub_text {
		display: block;
	}
	.main .sub_text .sub_text_item {
		margin-bottom: 10px;
	}
	.main .right_side {
		padding-top: 20px;
	}
	.main .production_list {
		margin: 0 auto;
	}
	.offers_wrapper, .form_wrapper {
		display: block;
	}
	.offer_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.offer_item_form {
		width: 100%;
	}
	.swiper-button-applications-prev {
		z-index: 2;
	    left: 20px;
	    top: 59%;
	}
	.swiper-button-applications-next {
		z-index: 2;
	    right: 20px;
	    top: 59%;
	}
	.download .title {
		font-size: 18px;
	}
	.applications {
		padding-bottom: 30px;
	}
	.catalog {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.catalog_wrapper .catalog_item {
		margin-bottom: 20px;
	}
	.offer_item_form.folder {
		margin-bottom: 10px;
	}
	.about {
		padding-top: 30px;
	}
	.about .about_numbers {
		display: block;
	}
	.about .about_numbers .about_numbers_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.leaders {
		padding-top: 30px;
	}
	.leaders .leaders_wrapper {
		display: block;
	}
	.leaders .leaders_wrapper .leaders_item {
		width: 100%;
		padding-right: 35px;
	}
	.leaders .leaders_wrapper .leaders_item .image {
		display: none;
	}
	.swiper-button-reviews-prev {
		z-index: 2;
	    left: 20px;
	    top: 67%;
	}
	.swiper-button-reviews-next {
		z-index: 2;
	    right: 20px;
	    top: 67%;
	}
	.certs {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.swiper-button-certs-prev {
		z-index: 2;
	    left: 20px;
	    top: 60%;
	}
	.swiper-button-certs-next {
		z-index: 2;
	    right: 20px;
	    top: 60%;
	}
	.comm_offer .comm_offer_wrapper .folder {
		display: none;
	}
	.comm_offer .comm_offer_wrapper .times {
		display: none;
	}
	.clients {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.swiper-button-clients-prev {
		z-index: 2;
	    left: 20px;
	    top: 60%;
	}
	.swiper-button-clients-next {
		z-index: 2;
	    right: 20px;
	    top: 60%;
	}
	.owner .owner_wrapper .owner_top {
		background: #fff;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	.owner .name {
		position: unset;
		margin-top: 20px;
	}
	.owner .owner_wrapper .owner_bottom {
		padding-left: 15px;
		padding-right: 15px;
		background-image: none;
	}
	.owner {
		margin-bottom: 30px;
	}
	.technical_specifications_wrapper .folder {
		display: none;
	}
	.payment_delivery .payment_delivery_wrapper {
		display: block;
	}
	.payment_delivery .payment_delivery_wrapper .payment_delivery_item {
		width: 100%;
		margin-bottom: 10px;
		background-image: none !important;
	}
	.certs2 {
		padding-top: 30px;
	}
	.swiper-button-certs2-prev {
		z-index: 2;
	    left: 20px;
	    top: 44%;
	}
	.swiper-button-certs2-next {
		z-index: 2;
	    right: 20px;
	    top: 44%;
	}
	.contacts_wrapper {
		padding-left: 15px;
		padding-right: 15px;
		display: block;
	}
	.contacts_wrapper a.callback {
		max-width: 165px;
	}
	.contacts_wrapper .map {
		width: 100%;
		margin-top: 20px;
	}
	.footer .top_footer {
		display: block;
	}
	.footer .name {
		margin-top: 10px;
	}
	.contacts_wrapper .left_side {
		width: 100%;
	}
	.contacts {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.swiper_nav {
		display: flex;
    	justify-content: space-between;
    	padding-top: 10px;
	}
	.swiper_nav div {
		position: unset;
	}
	.mobile_header_wrapper {
		display: flex;
		justify-content: space-between;
	}
	.header .logo {
		padding-top: 0;
	}
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer .bottom_footer {
		position: unset;
	}
	.reviews .qr img {
		display: none;
	}
	.certs2 .certs2_wrapper {
	    flex-wrap: wrap;
	}
	.certs2 .certs2_wrapper .certs_item {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 20px;
	}
}

