html,
body {
	margin: 0;
	padding: 0;
}



body {
	background: rgba(213, 227, 246, 1);
	font-family: "Manrope", sans-serif;
	font-style: normal;
}

p {
	margin: 0;
}

button {  
    padding: 0;  
    border: none;  
    font: inherit;  
    color: inherit;  
    background-color: transparent;  
    cursor: pointer;  
} 


.clear {
	clear: both;
}





.container {
	width: 100%;
	max-width: 1343px;
	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 {
	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 {
	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: 280px;
	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;
}

@media(max-width: 767px) {
	.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;
	}
}




/* new */

/* ===== Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð¸ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ðµ ===== */
:root {
	--color-primary: #4092C0;
	--color-text: #1A1A1A;
	--color-text-light: #666;
	--color-border: rgba(68, 68, 68, 0.36);
	--color-bg-light: #f5f5f5;
	--bg-param: #f0f8ff;
	--bg-param-select: #4092C0;
	--bg-button: #4092C0;
	--rounded-s: 8px;
	--rounded-xl: 24px;
	--transition: all 0.2s ease;
}

.hidden-el {
	display: none;
	color: #242424;
}

.actual-el {
	color: #242424;
	text-decoration: none;
}

/* .container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
} */

/* ===== ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ñ†ÐµÐ¿Ð¾Ñ‡ÐºÐ° ===== */
.navigation_container {
	padding-top: 163px;
	display: flex;
	align-items: center;
}

.navigation_container a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	color: var(--color-two);
}

/* catalog */

.catal {
	display: grid;
	/* flex-wrap: wrap; */
	gap: 16px;
}

.catal .kisloti {
	margin: 15px 0;
}

.catal_params {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.priority-title {
	font-size: 50px;
	font-weight: 700;
	display: block;
	margin: 10px 0px;

}
.seo-hidden {
	display: none;
}

.catal__input {
	padding: 24px;
	border: 1px solid #4444445d;
	font-size: 17px;
	width: 67cqi;
	background: transparent;
	border-radius: var(--rounded-s);
	font-weight: 300;
	outline: none;
}

.catal_params_param {
	display: flex;
	border: 0;
	gap: 13px;
	padding: 12px 29px;
	border-radius: var(--rounded-xl);
	background-color: #F0F0F0;
	font-size: 15px;
	font-weight: 500;
	color: var(--color-three);
}

.catal_params_param:hover {
	background: #3F3F3F;
	color: #ffffff;
}

.catal_params_param:hover img {
	filter: invert(100%);
}

/* ===== ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ñ‚Ð¾Ð²Ð°Ñ€Ð° ===== */
.assortment_card {
	display: flex;
	align-items: center;
	gap: 39px;
	padding-top: 32px;
}

.card_column_one {
	border-radius: 7px;
	max-width: 138px;
}

.card_column_two {
	margin-left: 13px;
	display: flex;
	gap: clamp(10px, 10vw, 200px);
}

.two__title {
	font-size: 33px;
	font-weight: 600;
	width: max-content;
	display: flex;
	gap: 12px;
	margin-bottom: 6px;
}

/*  */

/* ÐžÐ±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ .sample-form Ð¸ .sample-form-acid */
.sample-form,
.sample-form-acid {
	display: flex;
	align-items: center;
	gap: 0px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid rgba(208, 208, 208, 1);
	padding: 30px;
	margin-top: 100px;
	margin-bottom: 100px;
}

/* Ð¢Ð¾Ð»ÑŒÐºÐ¾ Ð´Ð»Ñ .sample-form-acid Ð¿Ñ€Ð¸ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ð¸ Ð²Ñ‹ÑˆÐµ 1024px */
@media (min-width: 1025px) {
	.sample-form-acid {
		width: 60%;
	}
}

@media (max-width: 1300px) {
	.sample-form-acid__image {
		display: none;
	}
}

.sample-form-catal {
	margin-top: 64px;
	display: flex;
	align-items: center;
	gap: 40px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid rgba(208, 208, 208, 1);
	width: 100%;
	margin-bottom: 100px;
}

.sample-form__content,
.sample-form-acid__content {
	flex: 1;
	min-width: 0;
	padding: 30px;
}

.sample-form__header,
.sample-form-acid__header {
	margin-bottom: 35px;
}

.sample-form__title,
.sample-form-acid__title {
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 12px;
}

.sample-form__title-accent,
.sample-form-acid__title-accent {
	color: rgba(46, 102, 172, 1);
}

.sample-form__subtitle,
.sample-form-acid__subtitle {
	color: rgba(3, 27, 57, 1);
	font-weight: 500;
	font-size: 17px;
	line-height: 1.4;
}

/* Ð¤Ð¾Ñ€Ð¼Ð° */
.sample-form__form,
.sample-form-acid__form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 330px;
	width: 100%;
}

/* ÐŸÐ¾Ð»Ñ Ñ„Ð¾Ñ€Ð¼Ñ‹ */
.sample-form__field,
.sample-form-acid__field {
	margin-bottom: 15px;
}

.sample-form__field--name,
.sample-form-acid__field--name {
	width: 41%;
}

.sample-form__field--phone,
.sample-form-acid__field--phone {
	width: 56%;
}

.sample-form__field--full,
.sample-form-acid__field--full {
	width: 100%;
}

.sample-form__input,
.sample-form-acid__input {
	height: 50px;
	border: 1px solid transparent;
	background: transparent;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: 700;
	border-radius: 14px;
	background: rgba(217, 217, 217, 1);
	font-family: 'Manrope', sans-serif;
}

.sample-form__input::placeholder,
.sample-form-acid__input::placeholder {
	font-family: 'Manrope', sans-serif;
	font-style: normal;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: 700;
}

.sample-form__textarea,
.sample-form-acid__textarea {
	height: 50px;
	border: 1px solid transparent;
	background: transparent;
	padding: 15px 20px;
	box-sizing: border-box;
	width: 100%;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: 700;
	border-radius: 14px;
	background: rgba(217, 217, 217, 1);
	font-family: 'Manrope', sans-serif;
	resize: vertical;
	min-height: 50px;
}

.sample-form__textarea::placeholder,
.sample-form-acid__textarea::placeholder {
	font-family: 'Manrope', sans-serif;
	font-style: normal;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: 700;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ */
.sample-form__submit,
.sample-form-acid__submit {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-weight: 700;
	border-radius: 10px;
	padding: 16px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: rgba(46, 102, 172, 1);
	border: none;
	cursor: pointer;
	font-family: 'Manrope', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: background-color 0.3s;
}

.sample-form__submit:hover,
.sample-form-acid__submit:hover {
	background: rgba(37, 82, 138, 1);
}

.sample-form__submit-icon,
.sample-form-acid__submit-icon {
	width: 11px;
	height: 11px;
}

/* Ð˜Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ */
.sample-form__image,
.sample-form-acid__image {
	flex-shrink: 0;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sample-form__image img,
.sample-form-acid__image img {
	width: 100%;
	height: auto;
	max-width: 400px;
	border-radius: 10px;
	object-fit: cover;
	aspect-ratio: 4/3;
}

/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ */
@media (max-width: 1100px) {

	.sample-form__image,
	.sample-form-acid__image {
		width: 300px;
	}

	.sample-form,
	.sample-form-acid {
		gap: 30px;
		padding: 30px;
	}

	.sample-form-catal {
		gap: 30px;
	}
}

@media (max-width: 992px) {

	.sample-form,
	.sample-form-acid {
		flex-direction: column;
		gap: 30px;

	}

	.sample-form-catal {
		flex-direction: column;
		gap: 0px;
	}

	.sample-form__image,
	.sample-form-acid__image {
		width: 80%;
		max-width: 500px;
		padding-bottom: 30px;
	}

	.sample-form__form,
	.sample-form-acid__form {
		max-width: 100%;
	}

	.sample-form__field--name,
	.sample-form-acid__field--name,
	.sample-form__field--phone,
	.sample-form-acid__field--phone {
		width: 48%;
	}
}

@media (max-width: 768px) {

	.sample-form,
	.sample-form-acid {
		padding: 25px;
		border-radius: 20px;
	}

	.sample-form__title,
	.sample-form-acid__title {
		font-size: 22px;
		line-height: 28px;
	}

	.sample-form__subtitle,
	.sample-form-acid__subtitle {
		font-size: 15px;
		line-height: 1.3;
	}

	.sample-form__field--name,
	.sample-form-acid__field--name,
	.sample-form__field--phone,
	.sample-form-acid__field--phone {
		width: 100%;
	}

	.sample-form__field--name,
	.sample-form-acid__field--name {
		margin-bottom: 10px;
	}

	.sample-form__image,
	.sample-form-acid__image {
		max-width: 100%;
	}

	.sample-form__image img,
	.sample-form-acid__image img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 480px) {

	.sample-form,
	.sample-form-acid {
		padding: 20px;
		border-radius: 15px;
	}

	.sample-form__header,
	.sample-form-acid__header {
		margin-bottom: 25px;
	}

	.sample-form__title,
	.sample-form-acid__title {
		font-size: 20px;
		line-height: 24px;
	}

	.sample-form__subtitle,
	.sample-form-acid__subtitle {
		font-size: 14px;
	}

	.sample-form__input,
	.sample-form-acid__input,
	.sample-form__textarea,
	.sample-form-acid__textarea {
		height: 45px;
		font-size: 13px;
		padding: 0 15px;
	}

	.sample-form__textarea,
	.sample-form-acid__textarea {
		padding: 12px 15px;
		min-height: 45px;
	}

	.sample-form__submit,
	.sample-form-acid__submit {
		padding: 14px;
		font-size: 13px;
	}
}

/* Ð¤Ð¾ÐºÑƒÑ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»ÐµÐ¹ Ð²Ð²Ð¾Ð´Ð° */
.sample-form__input:focus,
.sample-form-acid__input:focus,
.sample-form__textarea:focus,
.sample-form-acid__textarea:focus {
	outline: none;
	border-color: rgba(46, 102, 172, 0.5);
	background: rgba(217, 217, 217, 0.9);
}

/* Ð£Ð»ÑƒÑ‡ÑˆÐµÐ½Ð½Ð°Ñ Ð´Ð¾ÑÑ‚ÑƒÐ¿Ð½Ð¾ÑÑ‚ÑŒ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
.sample-form__submit:focus,
.sample-form-acid__submit:focus {
	outline: 2px solid rgba(46, 102, 172, 0.5);
	outline-offset: 2px;
}

.two__info {
	display: grid;
	gap: 10px;
}

.info_span {
	display: flex;
	gap: 11px;
}

.info_span p {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-five);
}

.info_format {
	font-size: 16px;
	font-weight: 500;
}

.info_specifications {
	display: flex;
	gap: 17px;
}

.specifications_param {
	display: flex;
	gap: 9px;
	align-items: center;
}

.specifications_param p {
	min-width: max-content;
	font-style: 15px;
	font-weight: 600;
}

.specifications_param_icon {
	width: 80%;
}

.column_one_row_one {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.column_one_row_two {
	font-size: 28px;
	color: #1A1A1A;
	font-weight: 600;
}

.column_one_row_three {
	font-size: 14px;
	font-weight: 600;
}

.card_column_three {
	display: grid;
	gap: 14px;
}

.actions {
	display: grid;
	gap: 15px;
}

.actions .price {
	cursor: pointer;
	display: flex;
	gap: 43px;
}

.card_actions {
	display: flex;
	align-items: center;
}


.actions_button {
	background: var(--bg-button);
	text-decoration: none;
	color: white;
	padding: 16px 20px;
	width: max-content;
	font-size: 16px;
	font-weight: 500;
	border-radius: var(--rounded-s);
}

.actions_link {
	color: var(--bg-button);
	text-decoration: none;
	padding: 12px 24px;
	width: max-content;
	font-size: 16px;
	font-weight: 500;
	border-radius: var(--rounded-s);
}

.info-product {
	display: grid;
	gap: 10px 20px;
	margin: auto;
}

.info-product__card {
	background: #eeeeee;
	min-height: 120px;
	background: url(../img/applications3.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 20px;
	text-decoration: none;

}

.info-product__card a {
	text-decoration: none;
	color: #4092C0;
}


.card_column_two br {
	display: none;
}

.spec-param br {
	display: none;
}

.spec-param-hidden {
	display: none;
}

.assortment {
	margin-top: 40px;
}

.block-link {
	text-decoration: none;
	color: #202020;
}

.best .title {
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
	font-size: 28px;
	margin-bottom: 25px;
}

.assortment {
	display: grid;
}

.best .title span {
	color: rgba(46, 102, 172, 1);
}

.opt {
	background: #fff;
}

.common {
	padding: 146px 0;
	display: grid;
	gap: 16px;
}

.opt h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
}

.opt p {
	font-size: 18px;
}

.opt .list {
	display: grid;
	gap: 10px;
	list-style-type: none;
	padding: 0;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
}

.best {
	padding: 40px 0;
	max-width: 1343px;
	margin: 0 auto;
}

.best .title {
	font-weight: 700;
	color: rgba(3, 27, 57, 1);
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.3;
}

.best .title span {
	color: rgba(46, 102, 172, 1);
}

.best .cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.best .card {
	width: 100%;
	margin-bottom: 20px;
}


.best .card img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.best .card .text,
.best .card .rep_card_text {
	padding: 0 5px;
}

.best .card h3 {
	color: rgba(3, 27, 57, 1);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
}

.best .card p {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

@media (min-width: 576px) {
	.best {
		padding: 50px 15px;
	}

	.best .title {
		font-size: 26px;
		text-align: left;
		margin-bottom: 30px;
	}

	.best .cards {
		gap: 25px;
		justify-content: space-between;
	}

	.best .card {
		width: 48%;
		margin-bottom: 0;
		flex: 0 0 48%;
	}

	.best .card .text,
	.best .card .rep_card_text {
		padding: 0;
	}

	.best .card h3 {
		font-size: 19px;
	}

	.best .card p {
		font-size: 15px;
	}
}


@media (min-width: 768px) {
	.best {
		padding: 60px 15px;
	}

	.best .title {
		font-size: 28px;
		margin-bottom: 35px;
	}

	.best .cards {
		gap: 30px;
		justify-content: flex-start;
	}

	.best .card {
		width: 31%;
		flex: 0 0 31%;
	}

	.best .card h3 {
		font-size: 20px;
	}

	.best .card p {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.best {
		padding: 70px 15px;
	}

	.best .title {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.best .cards {
		gap: 35px;
		justify-content: flex-start;
	}

	.best .card {
		width: 30%;
		flex: 0 0 30%;
	}

	.best .card h3 {
		font-size: 21px;
		margin-bottom: 12px;
	}

	.best .card p {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media (min-width: 1200px) {
	.best {
		padding: 80px 15px;
	}

	.best .title {
		font-size: 32px;
		margin-bottom: 45px;
	}

	.best .cards {
		gap: 40px;
		justify-content: flex-start;
	}

	.best .card {
		width: 30%;
		flex: 0 0 30%;
	}

	.best .card h3 {
		font-size: 22px;
	}
}

@media (min-width: 1400px) {
	.best .title {
		font-size: 34px;
	}

	.best .cards {
		gap: 45px;
		justify-content: flex-start;
	}

	.best .card {
		width: 30%;
		flex: 0 0 30%;
	}
}

@media (min-width: 1440px) {
	.best .cards {
		gap: 50px;
		justify-content: flex-start;
	}

	.best .card {
		width: 30%;
		flex: 0 0 30%;
		max-width: 400px;
	}
}

@media (max-width: 575px) {
	.best {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.best .card img {
		border-radius: 10px;
	}
}

@media (max-width: 374px) {
	.best .title {
		font-size: 22px;
	}

	.best .card h3 {
		font-size: 16px;
	}

	.best .card p {
		font-size: 13px;
	}
}


.best .cards .card {
	flex-grow: 1;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.best .cards {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.best .card {
		width: 100%;
	}
}

.best .container {
	max-width: 1800px;
	margin: 0 auto;
}

@media (max-width: 929px) {
	.card_column_two {
		margin-left: 13px;
		display: flex;
		gap: clamp(10px, 5vw, 200px);
	}
}



@media (max-width: 1280px) {

	.assortment_card {
		display: grid;
	}

	.card_column_two {
		display: flex;
		justify-content: space-between;
	}

	.card_column_one {
		display: none;
	}

	.card_actions {
		display: grid;
		gap: 10px;
	}

	.actions_button {
		width: auto;
		text-align: center;
	}

	.actions_link {
		width: auto;
		text-align: center;
	}
}

@media (max-width: 865px) {
	.card_column_two {
		display: grid;
		justify-content: stretch;
	}
}

@media (max-width: 458px) {
	.spec-param br {
		display: initial;
	}
}

@media (max-width: 391px) {
	.spec-param br {
		display: none;
	}

	.spec-param {
		display: none;
	}

	.spec-param-hidden {
		display: flex;
	}
}

@media (max-width: 640px) {
	.two__title {
		display: grid;
		white-space: pre-wrap;
	}

	.card_column_two br {
		display: initial;
	}
}

@media (max-width: 575px) {
	.info-product {
		grid-template-columns: 1fr;
		margin-top: 30px;
		gap: 10px;
	}

	.info-product__card {
		min-height: 100px;
	}

	.info-product__title {
		padding: 15px 12px;
		font-size: 24px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.info-product {
		grid-template-columns: 1fr 1fr;
		margin-top: 60px;
	}

	.info-product__card {
		min-height: 140px;
	}

	.info-product__title {
		padding: 10px 10px;
		font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.info-product {
		grid-template-columns: 1fr 1fr 1fr;
		margin-top: 100px;
	}

	.info-product__card {
		min-height: 160px;
	}

	.info-product__title {
		padding: 30px 25px;
		font-size: 28px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.info-product {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin-top: 150px;
	}

	.info-product__card {
		min-height: 180px;
	}

	.info-product__title {
		padding: 35px 30px;
		font-size: 28px;
	}
}

@media (max-width: 456px) {
	.two__title a {
		font-size: 28px;
	}
}

@media (max-width: 1376px) {}

@media (min-width: 1200px) {
	.info-product {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin-top: 189px;
		row-gap: 10px;
		gap: 20px;
	}

	.info-product__card {
		min-height: 200px;
	}

	.info-product__title {
		padding: 38px 33px;
		font-size: 28px;
	}
}

@media (min-width: 1600px) {
	.info-product {
		max-width: 1343px;
		margin-left: auto;
		margin-right: auto;
	}

	.info-product__card {
		min-height: 220px;
	}

	.info-product__title {
		padding: 40px 35px;
		font-size: 28px;
	}
}

@media (max-width: 374px) {
	.info-product__card {
		min-height: 90px;
	}

	.info-product__title {
		padding: 12px 10px;
		font-size: 28px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.info-product__card {
		background: #eeeeee;
	}
}

@supports not (gap: 10px) {
	.info-product {
		margin: -5px;
	}

	.info-product__card {
		margin: 5px;
	}
}

.info-product__card {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: url(../img/applications2.png);
	background-size: cover;

}

.info-product__title {
	position: relative;
	z-index: 1;
	background: transparent;
	padding: 10px 10px;
	color: #2e66ac;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	word-break: break-word;
}

.products-offer {
	display: grid;
	margin-bottom: 80px;
}

.products-offer .title {
	font-size: 40px;
	font-weight: 600;
}



.breadcrumbs {
	padding-top: 163px;

}

.breadcrumbs__list {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	flex-wrap: wrap;
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.breadcrumbs__link {
	color: #4092C0;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
}

.breadcrumbs__link:hover {
	color: #2a7ca6;
}

.breadcrumbs__icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

/* ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ñ‚Ð¾Ð²Ð°Ñ€Ð° */
.product-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	margin: 40px auto;
	padding: 30px;
}

@media (min-width: 768px) {
	.product-card {
		grid-template-columns: 1fr 1.5fr;
	}

	.product-card__sidebar .pricing {
		display: flex;
		gap: 50px;
	}

	.product-card__sidebar {
		display: grid;
		gap: 20px;
	}

	.product-card__sidebar .pricing {
		display: flex;
	}

	.product-card__sidebar .line {
		width: 100%;
		height: 1px;
		background-color: #BABABA;
		margin: 20px 0;
	}
}

@media (min-width: 1024px) {
	.product-card {
		grid-template-columns: 1fr 1.5fr 1.3fr;
		gap: 24px;
	}

	.product-card__sidebar .pricing {
		display: grid;
	}
}

.product-card__gallery {
	grid-column: 1;
}

.product-card__image {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #E2E2E2;
	overflow: hidden;
}

.product-card__image img {
	width: 100%;
	height: auto;
	display: block;
}

.product-card__image-discount {
	position: absolute;
	z-index: 100;
	margin-top: 10px;
	margin-left: 10px;
	width: 67px;
	height: 64px;
}

.product-card__content {
	grid-column: 2;
	display: grid;
	gap: 20px;
}

.product-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.product-card__title {
	font-size: 28px;
	font-weight: 600;
	margin: 5px 0;
}

@media (min-width: 768px) {
	.product-card__title {
		font-size: 42px;
	}
}

.product-card__sku {
	font-size: 14px;
	font-weight: 400;
	color: #838383;
}

.product-card__description {
	color: #161616;
	font-weight: 500;
	font-size: 17px;
}

.product-card__params {
	display: grid;
	gap: 7px;
	font-size: 15px;
	font-weight: 500;
}

.product-card__param-value {
	font-weight: 700;
}

.product-card__sample-link {
	color: #4092C0;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.product-card__sample-link:hover {
	text-decoration: underline;
}

.product-card__separator {
	/* width: 200px; */
	height: 1px;
	background-color: #000;
}

.product-card__availability {
	display: grid;
	gap: 10px;
}

.product-card__availability-title {
	font-size: 17px;
	font-weight: 600;
}

.product-card__availability-quantity {
	font-size: 30px;
	font-weight: 600;
}

.product-card__delivery {
	display: grid;
}

.product-card__delivery-title {
	font-size: 17px;
	font-weight: 600;
}

.delivery-option {
	display: flex;
	align-items: center;
	gap: 9px;
}

.delivery-option__icon {
	width: 24px;
	height: 24px;
}

/* Ð‘Ð¾ÐºÐ¾Ð²Ð°Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ Ñ Ñ†ÐµÐ½Ð°Ð¼Ð¸ */
.product-card__sidebar {
	grid-column: 3;
	background-color: #EDEDED;
	border-radius: 8px;
	padding: 30px;
	position: sticky;
	top: 100px;
	height: fit-content;
}


.pricing {
	display: flex;
	gap: 30px;
}

.price-block {
	display: grid;
	gap: 3px;
}

.price-block__title {
	font-size: 22px;
	font-weight: 600;
}

.price-block__value {
	font-size: 38px;
	font-weight: 600;
}

.price-block__note {
	font-size: 19px;
	font-weight: 600;
	color: #666;
}

.product-card__actions {
	display: grid;
	gap: 15px;
}

.product-card__button {
	background-color: #4092C0;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #FFFFFF;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	transition: background 0.3s;
}

.product-card__button:hover {
	background-color: #2a7ca6;
}

.product-card__quick-order {
	color: #4092C0;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.product-card__quick-order:hover {
	text-decoration: underline;
}

.product-card__benefits {
	list-style: none;
	padding: 0 10px;
}

.benefit-item {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.benefit-item b {
	font-weight: 600;
}

.benefit-item a {
	color: #4092C0;
	text-decoration: none;
}

.benefit-item a:hover {
	text-decoration: underline;
}

/* Ð¥Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸ÑÑ‚Ð¸ÐºÐ¸ */
.specifications {
	margin: 100px 0px;
	width: 75%;
}

.specifications__title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.specifications__title {
		font-size: 40px;
	}
}

/* Ð¢Ð°Ð±Ð»Ð¸Ñ†Ð° Ñ…Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸ÑÑ‚Ð¸Ðº */
.specifications-table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 80%;
}
@media (max-width: 1024px) {
	.specifications-table-wrapper {
		width: 100%;
	}
}

.specifications-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 300px;
}

.specifications-table__header {
	font-weight: 600;
	font-size: 25px;
	text-align: left;
	padding: 20px 15px;
	color: #000;
	border-bottom: 2px solid #BABABA;
}

.specifications-table__row {
	border-bottom: 1px solid #E0E0E0;
}

.specifications-table__row:last-child {
	border-bottom: none;
}

.specifications-table__param {
	font-weight: 700;
	font-size: 18px;
	padding: 18px 15px;
	color: #000;
	background-color: transparent;
}

.specifications-table__value {
	font-weight: 500;
	font-size: 18px;
	padding: 18px 15px;
	color: #000;
	background-color: transparent;
}

@media (min-width: 768px) {
	.specifications-table__param {
		font-size: 20px;
		padding: 20px 25px;
	}

	.specifications-table__value {
		font-size: 20px;
		padding: 20px 25px;
	}

	.specifications-table__header {
		padding: 25px 25px;
	}
}

/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… */
@media (max-width: 767px) {
	.specifications {
		margin: 60px 0;
		width: 100%;
	}



	.specifications-table__header {
		font-size: 20px;
		padding: 15px 10px;
		white-space: nowrap;
	}

	.specifications-table__param {
		font-size: 16px;
		padding: 15px 10px;
	}

	.specifications-table__value {
		font-size: 16px;
		padding: 15px 10px;
	}

	.specifications__title {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.specifications-table__header {
		font-size: 18px;
		padding: 12px 8px;
	}

	.specifications-table__param {
		font-size: 14px;
		padding: 12px 8px;
	}

	.specifications-table__value {
		font-size: 14px;
		padding: 12px 8px;
	}

	.specifications__title {
		font-size: 24px;
	}
}

/* ÐŸÐ¾Ð»Ð¾ÑÐºÐ¸ Ð´Ð»Ñ Ñ‡ÐµÑ‚Ð½Ñ‹Ñ… ÑÑ‚Ñ€Ð¾Ðº (Ð¾Ð¿Ñ†Ð¸Ð¾Ð½Ð°Ð»ÑŒÐ½Ð¾, Ð´Ð»Ñ Ð»ÑƒÑ‡ÑˆÐµÐ¹ Ñ‡Ð¸Ñ‚Ð°ÐµÐ¼Ð¾ÑÑ‚Ð¸) */
.specifications-table__row:hover {
	background-color: rgba(64, 146, 192, 0.05);
	transition: background-color 0.2s ease;
}

.specifications__separator {
	width: 80%;
	height: 1px;
	background-color: #BABABA;
	margin: 30px 0;
}

@media (max-width: 767px) {
	.specifications__separator {
		width: 100%;
	}
}

.documents {
	margin-bottom: 60px;
	width: 60%;
}

.documents__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.documents-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

@media (min-width: 768px) {
	.documents-list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 940px;
	}
}

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

.document-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.document-item__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

 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);
}


 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(min-width: 1100px)
{

	.card_column_two{
  margin-left: 13px;
  display: flex;
  align-items: stretch;
  gap: 24px;                
  flex: 1 1 auto;
  min-width: 0;             
}

.card_column_two .text{
  flex: 1 1 auto;
  min-width: 0;              
}

.card_column_two .actions{
  flex: 0 0 340px;         
  max-width: 340px;
}
}




@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;
	}
}


@media (max-width: 767px) {
	.product-card__sidebar .line {
		width: 100%;
		height: 1px;
		background-color: #BABABA;
		margin: 20px 0;
	}

	.page-header__inner {
		flex-wrap: wrap;
		gap: 15px;
	}

	.page-header__mobile-toggle {
		display: flex;
	}

	.page-header__company {
		order: 3;
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}

	.page-header__contacts {
		display: none;
	}

	.page-header__button {
		display: none;
	}

	.product-card__content {
		grid-column: 1;
	}

	.product-card__sidebar {
		padding: 20px;
		display: grid;
		gap: 20px;
	}

	.price-block__value {
		font-size: 32px;
	}

	.specifications__table {
		overflow-x: auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page-header__company {
		display: none;
	}

	.product-card__gallery {
		grid-row: 1;
		grid-column: 1;
	}

	.product-card__content {
		grid-row: 1;
		grid-column: 2 / -1;
	}
}

/* Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ */
.arrow-icon {
	width: 16px;
	height: 16px;
	transition: transform 0.3s;
}

.product-card__sample-link:hover .arrow-icon,
.product-card__quick-order:hover .arrow-icon {
	transform: translateX(3px);
}


.product__one {
	background-color: #FFFFFF;
	padding-bottom: 40px;
}

.product__bl
{
	background: rgba(213, 227, 246, 1);
}

@media(min-width: 1000px)
{
    .sample-form__content {
    flex-basis: 40%;
    flex-grow: 0;
}

.sample-form__image  {
    flex-grow: 1;
    padding: 30px;
}
    .sample-form__image img
    {
        max-width: 550px;
    }
}

.kp, .onecl {
	cursor: pointer;
}


@media (max-width: 1023px) {
	.product-card__sidebar {
		grid-column: 1 / -1;
		position: static;
	}

	.specifications {
		width: 100%;
	}

	.documents {
		width: 100%;
	}

	.specifications__separator {
		width: 100%;
	}

	.sample-form {
		width: 100%;
	}

	.sample-form-acid__image {
		display: none;
	}
}



@media(max-width: 500px){

.info_specifications,
.info_span {
    flex-direction: column;
}

.card_column_two,
.card_column_two .text,
.card_column_two .two__info,
.card_column_two .info_format{
  min-width: 0;
}



a,
span{
  overflow-wrap: anywhere;  /* лучший вариант */
  word-break: break-word;   /* fallback */
}


/* важно для flex-контейнеров: разрешаем детям сжиматься */
.two__title,
.two__title * {
  min-width: 0;
}

/* сама ссылка */
.two__title .actual-el{
  display: inline;          /* или block, если хочешь всю строку кликабельной */
  white-space: normal;
  overflow-wrap: anywhere;  /* переносит даже длинные куски */
  word-break: break-word;   /* fallback */
  line-height: 1.2;
}

.two__title .actual-el img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}



img.specifications_param_icon {
  width: initial;
}
.specifications_param p
{
  min-width: max-content;
}

.card_column_two {
        justify-content: stretch;
}

.two__title{
  display: flex;       
  max-width: 100%;
  align-items: flex-start;
  gap: 8px;
}


.two__title .actual-el{
  flex: 1 1 auto;
  min-width: 0;               
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.two__title .actual-el img{
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.sample-form-acid__content
{
	padding: 0;
}

    .owner .name {
    min-width: 290px;
    }
}

