
.a1 h2 {
	display: inline-block;
	width: 100%;
	margin: 50px 0 60px 0;
}

.a1 .row {
	display:  flex;
	column-gap: 50px;
}

.a1 .row2 {
	display:  flex;
	column-gap: 50px;
}

.a1 .h {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 13px;	
}


.a1 .row > div {
	width: 50%;
}

.maxw100 {
	max-width: 100%;
}



.a2 .row {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
}

.a2 img {
	width: 64px;
}

.a2 .h {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 20px;	
}

.a2 .text {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
}

.a3 h2 {
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 35px;
}


.a-slide img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


.a-slide .slick-slide {
    width: calc(var(--max-width) / 4 - 20px / 4 * 3 );
    height: calc(var(--max-width) / 4 - 20px / 4 * 3 );
    margin-right: 20px;
}

.a-slide .slick-track {
    display: flex;
    padding: 20px 0;
}

.a4 h2 {
    width: 100%;
}

.a5 .row {
    display: flex;
    column-gap: 125px;
}

.a5 .row > div {
    width: 50%;
}

.a5 .row2 {
    display: flex;
    column-gap: 50px;
    align-items: center;
}

.a5 .h {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
}

.a5 .tel {
    color: var(--primary);
}


.a5 .btn {
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
}


.newsDetail {
	padding-bottom: 50px;
}

.newsDetail .row {
	display: flex;
	align-items: flex-start;
}

.newsDetail .newsShortText {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}


.newsDetail .row .news-body {
	width: 100%;
	box-sizing: border-box;
}
.newsDetail .row .news-list-right {
	width: 35%;
	background-color: var(--gray-bg);
	padding: 3vw;
	box-sizing: border-box;
}

.newsDetail .news-body .date {
	background-color: var(--gray-bg);
	border-radius: 28px;

	font-size: 14px;
	font-weight: 600;
	line-height: 13px;
	letter-spacing: 0em;
	text-align: left;
	padding: 6px 10px;

	margin-bottom: 15px;
}

.newsDetail .news-body table[border='3'] {
	width: 100% !important;
	display: block;
}
.newsDetail .news-body table[border='3'] tbody {
	display: block;
}


.newsDetail .news-body table[border='3'] tr {
	display: flex;
	column-gap: 10px;
	row-gap: 10px;
}
.newsDetail .news-body table[border='3'] tr td {
	width: 33.33% !important;
}
.newsDetail .news-body table[border='3'] tr td img {
	width: 100% !important;
	height: auto !important;
}


.newsDetail .news-body table[border='2'] {
	width: 100% !important;
	display: block;
}
.newsDetail .news-body table[border='2'] tbody {
	display: block;
}


.newsDetail .news-body table[border='2'] tr {
	display: flex;
	column-gap: 10px;
	row-gap: 10px;
}
.newsDetail .news-body table[border='2'] tr td {
	width: 50% !important;
}
.newsDetail .news-body table[border='2'] tr td img {
	width: 100% !important;
	height: auto !important;
}

.newsDetail h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 39px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-top: 15px;
}

.newsDetail .description p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.newsDetail .news-body strong, 
.newsDetail .news-body b
{
	font-weight: 600;

}

.newsDetail .description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0.5em 0;
}


.newsDetail .news-list-right .news-list {
	flex-direction: column;
}

.newsDetail .news-list-right .news-list li {
	width: 100%;
}

.newsDetail img {
	width: 100%;
}

.newsDetail .sticky {
}


.partner-list {
	display: flex;	
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.partner-list li {
	width: calc(50% - 50px / 2);
	position: relative;
}

.partner-list li > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}

.partner-list li .block {
	display: flex;
	column-gap: 30px;
}

.partner-list h2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 10px;
}

.partner-list li p {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;

	color: var(--gray70);

}


.partners_detail .product-list3 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-bottom: 50px;
}

.partners_detail .product-list3 > li {
	width: calc(100% / 4 + 20px / 4 * 3);
	background: #FFFFFF;
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.08);
}

.partners_detail .product-list3 > li img {
	width: 100%;
}

.partners_detail .product-list3 > li .text {
	margin: 0;
	padding: 10px 20px;
	color: var(--secondary);
}

.partners_detail .partnerHead {
	display: flex;
	column-gap: 50px;
}

.partners_detail .partnerHead .photo {
	margin-bottom: 40px;
}

.certificate-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	margin-bottom: 50px;
}


.company-info {
	line-height: 1.5em;
}

.company-info .pic-list {
	display: flex;
	column-gap: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.company-info .padding1 {
	list-style-type: disc;
	margin-bottom: 20px;
}

.company-info .padding1 a {
	color: var(--secondary);
}

.block {
	background-color: var(--gray5);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 40px;
}

.block h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 10px;
}

.block .style1 {
	margin-bottom: 30px;
	line-height: 1.5em;
	list-style-type: disc;
}

.block p {
	line-height: 1.5em;
}

.twocolumns {
	display: flex;
	column-gap: 50px;
	flex-wrap: wrap;
}

.twocolumns.some-h-box {
	margin-top: 40px;
	margin-bottom: 50px;
}

.twocolumns.some-h-box .col {
	background-color: var(--gray5);
}

.twocolumns > .col {
	width: calc(50% - 50px / 2) ;
}

.twocolumns h2 {
	font-size: 24px;
	line-height: 1em;
}


ol.twocol {
	counter-reset: item;
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 50px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.twocol li {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 100px / 2);
	box-sizing: border-box;
	padding-left: 100px;
	position: relative;
}


ol.dig li::before, ol.dig .num, .dost ol.dig li::before {
	position: absolute;
	left: 0px;

	font-size: 32px;
	font-weight: 600;
	line-height: 62px;
	letter-spacing: -0.02em;
	text-align: center;
	width: 62px;
	height: 62px;

	color: var(--secondary);
	background-color: var(--gray5);


	content: counters(item, "");
	counter-increment: item;
}

p {
	line-height: 1.5em;
	margin: 0.5em 0;
	color: var(--gray70);
}

.call-predl {
	text-align: center;
}

.call-predl .call-text {
	font-family: Verdana Pro;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	margin-top: 40px;
	margin-bottom: 40px;
}

.call-predl .call-text a {
	text-decoration: underline;
}

.company-info .primerkaInfo span {
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	line-height: 62px;
	letter-spacing: -0.02em;
	text-align: center;
	width: 62px;
	height: 62px;

	color: var(--secondary);
	border: 2px var(--secondary) solid;

}

.opl-block {
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
	margin-bottom: 50px;
	margin-top: 40px;
}

.opl-block .opl-block-items {
	width: calc(50% - 50px);
	background-color: var(--gray5);
	padding: 20px 40px;
	box-sizing: border-box;
}

.opl-block .opl-block-items h3 {
	font-size: 24px;
}

.back-part-items h3 {
	font-size: 30px;
}


.sep50.cons {
	display: flex;
	margin-bottom: 40px;
	column-gap: 100px;
	margin-top: 50px;
}

.sep50.cons .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.08);
	padding: 50px;
}

.sep50.cons form .row {
	margin-bottom: 20px;
}

.sep50.cons form .btn {
	width: 100%;
}

.sep50.cons .formHint {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: center;
}
.sep50.cons .formHint a {
	text-decoration: underline;
}


.cert-list {
	list-style-type: disc;
}

.cert-list li {
	margin: 1em 0;
	line-height: 1.5em;
}

.f50 {
	display: flex;
	column-gap: 50px;
	flex-wrap: wrap;
}

.f50 > * {
	width: calc(50% - 25px);
	box-sizing: border-box;
}

.sotrudnichestvo .block1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;

	color: var(--gray70);

}

.sotrudnichestvo .block1 .head {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;

	margin-bottom: 13px;

	color: black;	
}

.sotrudnichestvo .block1 img {
	max-width: 100%;
	margin-top: 30px;
}


.sotr_list li {
	margin-bottom: 50px;
	padding-left: 100px;
	position: relative;
	line-height: 1.5em;
}

.sotr_list li b {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.sotr_list li::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top left;
}

.sotr_list.l1 li:nth-child(1):before {
	background-image: url('/interface/2022/i_sot1.svg');
}
.sotr_list.l1 li:nth-child(2):before {
	background-image: url('/interface/2022/i_sot2.svg');
}
.sotr_list.l1 li:nth-child(3):before {
	background-image: url('/interface/2022/i_sot3.svg');
}
.sotr_list.l1 li:nth-child(4):before {
	background-image: url('/interface/2022/i_sot4.svg');
}


.sotr_list.l2 li:nth-child(1):before {
	background-image: url('/interface/2022/i_sotr2_1.svg');
}
.sotr_list.l2 li:nth-child(2):before {
	background-image: url('/interface/2022/i_sotr2_2.svg');
}
.sotr_list.l2 li:nth-child(3):before {
	background-image: url('/interface/2022/i_sotr2_3.svg');
}
.sotr_list.l2 li:nth-child(4):before {
	background-image: url('/interface/2022/i_sotr2_4.svg');
}
.sotr_list.l2 li:nth-child(5):before {
	background-image: url('/interface/2022/i_sotr2_5.svg');
}
.sotr_list.l2 li:nth-child(6):before {
	background-image: url('/interface/2022/i_sotr2_6.svg');
}





.sotr_list.l3 li:nth-child(1):before {
	background-image: url('/interface/2022/i_sotr3_1.svg');
}
.sotr_list.l3 li:nth-child(2):before {
	background-image: url('/interface/2022/i_sotr3_2.svg');
}
.sotr_list.l3 li:nth-child(3):before {
	background-image: url('/interface/2022/i_sotr3_3.svg');
}
.sotr_list.l3 li:nth-child(4):before {
	background-image: url('/interface/2022/i_sotr3_4.svg');
}





.sotrudnichestvo h2 {
	padding-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: center;
	width: 100%;
	margin-bottom: 70px;
}


.sotrudnichestvo .block2 {
	display: flex;
	align-items: flex-start;
	column-gap: 80px;

}

.sotrudnichestvo .block2 > * {
	width: calc(50% - 50px);
	background: #FFFFFF;
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.08);
	padding: 50px;

}

.sotrudnichestvo .block2 .shortCallbackBlock {
	width: 100%;
}

.sotrudnichestvo .form h2 {
	margin-bottom: 40px;
}



#map_canvas,
#map_canvas2,
#map_canvas3 {
	width: 100%;
	height: 533px;
}


.addrBlock1, .addrBlock2, .addrBlock3 {
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.08);
	padding: 50px;
	margin-bottom: 50px;
}

.contact-list {
	margin-top: 50px;
}

.contact-list li {
	margin-bottom: 50px;
}

.contact-list li h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 20px;
}

.contact-list li .holder {
	display: flex;
	column-gap: 40px;
}

.contact-list li p {
	margin: 0;
	color: var(--primary);
}

.contact-list li .description {
	color: var(--primary);
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;

}

.contact-list li .description .row {
	margin-top: 30px;
}

.dost .row {
	display: flex;
	column-gap: 30px;
	padding: 40px 0;
	align-items: flex-start;
}

.dost .row p {
	margin: 0;
	margin-top: -0.2em;
}

.dost2 .row {
	display: flex;
	column-gap: 50px;
	align-items: flex-start;
	justify-content: space-between;
}

.dost2 p {
	margin-top: -0.4em;
}

.dost2 .bigText {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: left;
	color: var(--secondary);
}

.dost2 .bigText i {
	font-size: 42px;
}


ol.onecol {
	counter-reset: item;
	display: flex;
	flex-wrap: wrap;
	row-gap: 50px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.onecol li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 100px;
	position: relative;
}

.onecol b {
	font-weight: 600;
}

.onecol p {
	margin-top: -0.3em;
}

.onecol .info {
	background-color: var(--gray5);
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
}


.dost3 .row {
	display: flex;
	column-gap: 40px;
}

.rb {
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	line-height: 62px;
	letter-spacing: -0.02em;
	text-align: center;
	min-width: 62px;
	height: 62px;
	color: var(--secondary);
	border: 2px var(--secondary) solid;
}

h2.s2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: left;
	margin: 0;
	padding: 0;
}

.dost .row.v2 {
	align-items: center;
}

.dost .row .big2 {
	font-family: Verdana;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0px;
	text-align: left;
	color: var(--secondary);
}

.dost .row .big {
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: left;
	color: var(--secondary);

}

.fs {
	color: var(--secondary);
}
