/* общие стили */
.first-info	h1				{margin-top:30px}
.first-info-slide .prv-btn,
.first-info-slide .nxt-btn	{width:20px;height:32px;border-radius:3px;top:25px!important;box-shadow:none}
.first-info-slide .nxt-btn	{right:-30px!important;background:#004a91 url(/files/icon/chevron-right-wh.svg) center no-repeat;background-size:16px}
.first-info-slide .prv-btn	{left:-30px!important;background:#004a91 url(/files/icon/chevron-left-wh.svg) center no-repeat;background-size:16px}
.first-info-nav	ul			{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin:0}
.first-info-nav li			{margin-left:15px;margin-top:25px;width:177px;line-height:1em;white-space: nowrap;overflow: hidden;}
.first-info-nav li:nth-child(1) {margin-left:0}
.first-info-nav .btn-solid 	{padding:8px 0px;}

*[slider-container] {user-select:none}

/* кнопки навигации */
.btn-solid				{display:block;min-width:100px;text-align:center;border:1px solid #f0f0f5;border-radius:4px;padding:8px 25px;font-size:12px;color:#000;font-weight:600;transition:border-color .2s ease-in-out, color .2s ease-in-out,background-color .2s ease-in-out}
.btn-solid:hover		{border-color:#fff;color:#ccc;background-color:#fff}
.btn-solid-blue	 		{border:1px solid #004a91;background-color:#004a91;color:#fff}
.btn-solid-red			{border:1px solid #b40101;background-color:#b40101;color:#fff}
.big-ul					{margin-top:20px}
.big-ul	li				{margin-top:10px;font-size:14px;color:#333;padding-left:30px;position:relative;line-height:1.6em}
.big-ul	li::before		{content:'•';color:#ff4114;display:block;position:absolute;left:0px;top:0}

.h1-bg					{background-color:#f8f8fa;border-radius:4px;padding:12px 25px;font-size:20px}
.h2-bg					{background-color:#f8f8fa;border-radius:4px;padding:8px 25px!important;font-size:18px;margin-top:25px}
.box-shadow 			{/*box-shadow:0 0px 5px 0 rgb(0,0,0,.1);*/border:1px solid #f0f0f5}

.main-btn				{background:#004a91;padding:11px 40px;text-align:center;border-radius:4px;color:#fff;display:inline-block;font-size:14px;font-weight:500;letter-spacing:.5px;text-align:center;transition:opacity .2s ease-in-out}
.main-btn:hover			{opacity:.7}
.main-btn-download		{background:#fff url(/files/icon/download-bl.svg);background-position:left  15px center;background-size:16px;background-repeat:no-repeat;padding:9px 30px 10px 50px;color:#004a91;align-self:center;border:1px solid #f0f0f5;border-radius:5px;font-size:14px;font-weight:500;letter-spacing:.5px;transition:opacity .2s ease-in-out}
.main-btn-edit			{background:#fff url(/files/icon/edit-bl.svg);background-position:left 15px center;background-size:18px;background-repeat:no-repeat;padding:9px 30px 10px 50px;color:#004a91;align-self:center;border:1px solid #f0f0f5;border-radius:5px;font-size:14px;font-weight:500;letter-spacing:.5px;transition:opacity .2s ease-in-out}
.main-btn-modal			{background:#fff url(/files/icon/3d-model.svg);background-position:left 15px center;background-size:18px;background-repeat:no-repeat;padding:9px 30px 10px 50px;color:#004a91;align-self:center;border:1px solid #f0f0f5;border-radius:5px;font-size:14px;font-weight:500;letter-spacing:.5px;transition:opacity .2s ease-in-out}
.main-btn-download:hover,
.main-btn-edit:hover	{opacity:.7}

@media screen and (max-width:1140px) {
.pscw h1			{padding:0 15px}
.pscw h2			{padding:0 15px}
.pscw nav			{padding:0}
.first-info-nav li:nth-child(1) {margin-left:15px}
.first-info-nav ul	{margin-right:15px}
}

@media screen and (max-width:1024px) {
.first-info	h1		{font-size:18px;margin-top:25px}
.first-info	h2		{font-size:18px;margin-top:30px}
.first-info-nav		{justify-content:flex-start;margin-top:10px}
.first-info-nav li	{margin-top:10px;width: auto;min-width: 130px;}
.big-ul				{margin-top:20px}
.btn-solid			{padding:7px 30px!important}
}
@media screen and (max-width:719px) {
.h2-bg {font-size: 16px;margin-top: 20px;padding:8px 15px!important;}
}

/* горизонтальный слайдер */
.slider-host-flex 		{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch}
.slider-host-flex>* 	{flex-shrink:0}
.slider-host-four>*		{width:calc(22.5%);margin-right:3.33%}
.slider-host-three>*	{margin-right:30px!important}
@media screen and (max-width:1140px) {
.slider-host-flex 		{padding-left:15px}
.slider-host-four		{margin-top:10px}
.slider-host-three>*,
.slider-host-four>*		{width:220px!important;margin-right:15px!important}
}
@media screen and (max-width:649px) {
.slider-host-four>*:nth-child(2n+2),
.slider-host-three>*:nth-child(2n+2)	{margin-right:15px!important}
.slider-host-three>*,
.slider-host-four>*						{width:190px!important}
}
/* горизонтальный слайдер */
.prv-btn, .nxt-btn	{width:48px;height:48px;top:calc(50% - 15px)!important;border-radius:50%;box-shadow:0 4px 8px rgba(25,35,62,.24)}
.prv-btn			{left:-24px!important;background:#fff url(/files/icon/chevron-left.svg) center no-repeat;background-size:16px}
.nxt-btn			{right:-24px!important;background:#fff url(/files/icon/chevron-right.svg) center no-repeat;background-size:16px}
@media screen and (max-width:1200px) {
.prv-btn			{left:0px!important}
.nxt-btn			{right:0px!important}
}
@media screen and (max-width:1140px) {
.prv-btn, .nxt-btn	{display:none!important}
}

/* баннер на главной */
.welcome-box 			{display: flex;align-items:stretch;margin-top:-30px;padding:40px 0 20px!important;background:linear-gradient(325deg, rgba(27,31,35,1) 0%, rgba(35,55,76,1) 80%);height:470px!important;overflow:hidden;}
.welcome-box h2 		{font-size:26px;color:#fff;text-transform:uppercase}
.welcome-box-info 		{display:flex!important;flex-flow:row nowrap;justify-content:space-between;align-items: stretch;position: relative;}
.welcome-box-left 		{width:60%;display:flex;flex-flow:column;justify-content:center;align-items:flex-start}
.welcome-pref 			{color:#fff;font-weight:600;text-transform:uppercase;margin-top:30px;background:linear-gradient(325deg, #143c6d 0%, #23374c 80%);padding:11px 25px 10px;border-radius:4px;display:inline-block}
.welcome-text 			{color:#fff;font-size:16px;font-weight:400;line-height:1.6em;margin:30px 0 0 0}
.welcome-btn 			{margin-top:30px;display:flex;flex-flow:row;justify-content:flex-start;align-items:center}
.welcome-btn .main-btn	{margin-right:30px;width:200px;padding:10px 0}
.welcome-btn-down 		{background:url(/files/icon/download-wh.svg);background-position:left 15px center;background-size:16px;background-repeat:no-repeat;padding:9px 30px 9px 50px;color:#fff;align-self:center;border:1px solid #666;border-radius:5px;font-size:14px;font-weight:500;letter-spacing:.5px}
.welcome-btn a			{transition:opacity .2s ease-in-out}
.welcome-btn a:hover	{opacity:.7}
.welcome-box-right 		{width:35%;display:flex;flex-flow:column;justify-content:center;align-items:flex-end;position:relative;}
.welcome-box-image 		{flex-grow: 1;display:flex;flex-flow:column;justify-content:center;}
.welcome-box-image img 	{max-height: 350px;height: 100%;}
.welcome-box-logo 		{position:absolute;right:0;bottom:0px;background:#004a91;border-radius:5px;width:120px;height:60px;background-image:url(/files/logo-wh.svg);background-size:80px;background-repeat:no-repeat;background-position:center;opacity:.25}

/* хлебные крошки */
.breadcrumb 					{position:absolute;left:0;top:20px;}
.breadcrumb ol 					{display:flex;flex-flow:row}
.breadcrumb ol li 				{margin-left:15px}
.breadcrumb ol li:first-child 	{margin-left:0}
.breadcrumb ol li a 			{padding:0 20px 0 0;background-image:url(/files/icon/angle-right.svg);text-decoration:none;background-position:right center;background-repeat:no-repeat;background-size:7px}

@media screen and (max-width:1140px) {
.breadcrumb 		{left:15px;top:0px;}
}
@media screen and (max-width:1024px) {
.welcome-box 		{margin-top:-10px}
}
@media screen and (max-width:719px) {
.breadcrumb				{display: none;}
.welcome-box			{padding:30px 0!important;height:auto!important;}
.welcome-box-info 		{flex-direction: column-reverse;}
.welcome-box-left 		{width: 100%;z-index: 2;margin-top:10px;align-items:center;margin-bottom:40px;}
.welcome-page-box .welcome-box-left {margin-bottom:0px!important;}
.welcome-page-box h1,
.welcome-box h2			{font-size: 21px!important;;line-height: 1.4em!important;;text-align: center!important;;}
.welcome-pref			{margin-top:20px}
.welcome-text			{font-size: 14px;line-height: 1.6em;text-align: center;margin-top:20px}
.welcome-btn			{flex-flow:column;margin-top:10px}
.welcome-btn a 			{margin-right: 0!important;width: 200px!important;margin-top:15px;}
.welcome-box-right		{width: 100%;align-items: center;}
.welcome-box-image img 	{max-height: 250px;text-align: center;}
.welcome-box-logo 		{display: none;}
}

/* продукция*/
.products-box			{margin-top:-30px;display:flex;flex-flow:row wrap;justify-content:space-between}
.products-box>div		{width:48.5%;margin:15px 0;background-color:#fff;border-radius:7px;min-height:100px}
.products-pos 			{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;padding:25px 20px 25px 0;background:url(/files/hexagon-bg-2.svg) no-repeat top right;background-size:160px}
.products-image 		{width:35%;max-width:200px;text-align:center;padding:0px 10px}
.products-image img 	{width:100%}
.products-desc			{width:60%;display:flex;flex-flow:column}
.products-desc h3		{font-size:18px;color:#153f72}
.products-desc ul		{margin-top:13px}
.products-desc ul li	{margin-top:12px}
.products-show-more		{color:#153f72;align-self:flex-start;cursor:pointer;font-weight: 500;margin-top:15px;display: block;}
.products-btn 			{margin-top:30px}

/* поправка продукция отдельная страница */
.products-page-box		{margin-top:10px}
@media screen and (max-width:768px) {
.products-box>div		{width:100%}
}
@media screen and (max-width:425px) {
.products-image 		{width:100%;max-width:140px}
.products-desc			{width:100%;margin-top:15px;}
.products-pos 			{padding:20px 20px;flex-flow: column;}
}

/* продукция продающая страница*/
.welcome-page-box 			{background:#f8f8fa url(/files/hexagon-bg-3.svg);background-size:1000px}
.welcome-page-box h1		{font-size:26px;color:#000;text-transform:uppercase;line-height:1.6em}
.welcome-page-box .welcome-text {color:#000}
.welcome-page-box .welcome-btn-down {background-image:url(/files/icon/download-bl.svg);background-color:#fff;color:#004a91;border:1px solid #f0f0f5}
.welcome-page-box .welcome-box-logo {opacity:1}
.product-info-box			{display:flex;flex-flow:row nowrap;justify-content:space-between;margin-top:-30px;align-items:stretch}
.product-info-box>div		{width:48.5%;margin:15px 0;background-color:#fff;border-radius:7px;min-height:100px;padding:25px 25px 30px;display:flex;flex-flow:column}
.product-info-img ul		{margin-top:25px}
.product-info-img li		{margin-top:10px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}
.product-info-img li span:nth-child(1) {margin-right:15px;width:40%;display:block;text-align:center;border:1px solid #f0f0f5;border-radius:3px;background-color:#fff}
.product-info-img li span:nth-child(2) {width: calc(60% - 15px);}
.product-info-img img 		{max-height:60px}
.product-info-img p 		{margin-top:5px;line-height: 1.4em;}
.product-chars ul			{margin-top:10px}
.product-chars li			{margin-top:10px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}
.product-chars li span:nth-child(1) {margin-right:15px;width:60%;background-color:#f8f8fa;padding:10px 0px 10px 15px;border-radius:3px;font-weight:500;text-align: left;}
.product-info-btn			{margin-top:30px;width:40%;text-align: center;display: block;padding:10px 0}
.product-text-box			{margin-top:-30px;padding:30px 0 40px;background-color:#f8f8fa}
.product-text-box h2		{margin-top:10px}
.product-text-btn 			{margin-top:25px}
.product-text-btn a 		{margin-left:15px}
.product-text-btn a:nth-child(1) {margin-left:0}

.product-vars-box			{margin-top:30px}
.product-vars-box>div 		{border-top:1px solid #f0f0f5;margin-top:20px}
.product-vars-pos 			{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;margin-top:20px;border-bottom:1px solid #f0f0f5;padding-bottom:20px}
.product-vars-num 			{width:30px;flex:none;margin-right:20px}
.product-vars-num span		{display:flex;flex-flow:row;justify-content:center;align-items:center;height:30px;color:#fff!important;font-weight:600;font-size:16px;background:linear-gradient(325deg, rgba(27,31,35,1) 0%, rgba(35,55,76,1) 80%);border-radius:4px}
.product-vars-num span:after{height:100%;border:1px solid #f0f0f5;display:block}

.product-vars-img 			{width:160px;flex:none;text-align:center;margin-right:30px}
.product-vars-img img 		{width:100%}
.product-vars-text 			{display:flex;flex-flow:column;justify-content:center;width:100%}
.product-vars-text h3		{font-size:18px}
.product-vars-text p 		{line-height:1.6em;margin-top:15px}
.product-vars-btn 			{margin-top:20px}
.product-vars-btn a 		{display:inline-block;margin-left:15px;text-align: center;}
.product-vars-btn a:nth-child(1) {margin-left:0}

.product-docs-box			{margin-top:30px}
.product-docs-box>div		{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch}
.product-docs-pos			{width:48.5%;margin:20px 0 0;line-height:1.4em;font-weight:500;background-image:url(/files/icon/download-bl.svg);background-repeat:no-repeat;background-position:top 14px left 25px;background-size:26px 26px;background-color:#fff;border:1px solid #f0f0f5;border-radius:5px;padding:16px 20px 16px 75px;transition:opacity .2s ease-in-out}
.product-docs-pos span 		{display:block;color:#000;font-weight:400;margin-top:5px;font-size:12px}
.product-docs-pos:hover 	{opacity:0.7}
@media screen and (max-width:768px) {
.product-info-box			{flex-flow:row wrap;}
.product-info-box>div		{width:100%;padding: 15px 15px 20px;}
}
@media screen and (max-width:719px) {
.product-vars-btn		{margin-top:5px;display:flex;flex-flow: column;}
.product-vars-btn a		{margin:15px 0 0 0;width: 200px;align-self: flex-start;}
.product-vars-btn .main-btn-modal {padding: 9px 30px 10px 30px;}
.product-docs-pos 		{width: 100%;padding:12px 15px 12px 50px;background-position:top 12px left 15px;background-size:20px 20px;}
}
@media screen and (max-width:649px) {
.product-vars-pos 		{flex-flow:row wrap;}
.product-vars-num 		{margin-right: 10px;}
.product-vars-num span 	{height:30px;font-size:14px;width: 30px;}
.product-vars-img		{margin-right: 0;}
.product-vars-text		{width: 100%;padding-left: 50px;}
.product-vars-text h3	{font-size:16px;margin-top:15px;}
.product-vars-text p	{margin-top:15px}
}
@media screen and (max-width:425px) {
.product-info-btn		{width: 200px;}
}

/* о компании на главной */
.about-box				{display:flex;flex-flow:row wrap;justify-content:space-between}
.about-box>div			{width:48.5%;margin-top:30px}
.about-prefs ul			{margin-top:30px}
.about-prefs li			{margin-top:20px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}
.about-prefs li>span:nth-child(1)						{width:160px;margin-right:15px}
.about-prefs li:not(:last-child)>span:nth-child(1) 		{padding:10px 0;text-align:center;color:#004a91;font-weight:600;font-size:16px;background-color:#f8f8fa;border-radius:5px}
.about-prefs li:not(:last-child)>span:nth-child(2)		{font-size:12px;text-transform:uppercase;font-weight:500}
.about-prefs li:last-child								{margin-top:30px}
.about-prefs li:last-child>span:nth-child(1) .main-btn	{display:block}
.about-prefs sup		{font-size: 10px;padding-left: 3px;}
@media screen and (max-width:1024px) {
.about-box>div			{width:100%;}
}
@media screen and (max-width:649px) {
.about-prefs .main-btn-download 					{display: none;}
.about-prefs li:not(:last-child)>span:nth-child(1)	{flex:none;width: 140px;}
.about-prefs li>span:nth-child(1)					{width: 140px;}
.about-prefs li:not(:last-child)>span:nth-child(2)	{text-transform: none;font-size: 14px;}
}

/* наши работы на главной */
.objects-box			{margin-top:30px}
.objects-slider			{margin-top:20px}
.objects-pos			{display:flex;flex-flow:column;margin-bottom:5px;border-radius:7px;overflow:hidden;background:url(/files/hexagon-bg-2.svg) no-repeat center right;background-size:160px}
.objects-pref 			{padding:25px;background:linear-gradient(325deg, rgba(27,31,35,1) 0%, rgba(35,55,76,1) 80%)}
.objects-pref h3		{color:#ccc;font-size:21px;text-transform:uppercase;font-weight:600;transition:color .2s ease-in-out}
.objects-pref h4		{color:#fff;font-size:24px;text-transform:uppercase;font-weight:600;margin-top:20px;flex-grow:1}
.objects-pref-logo		{margin-top:20px;background:#004a91;border-radius:4px;width:100px;height:50px;background-image:url(/files/logo-wh.svg);background-size:80px;background-repeat:no-repeat;background-position:center;opacity:.25;transition:opacity .2s ease-in-out}
.objects-pref:hover .objects-pref-logo {opacity:1}
.objects-pref:hover h3 	{color:#fff}
.objects-img img 		{width:100%}
.objects-desc			{padding:20px 20px;display:flex;flex-flow: column;flex-grow: 1;}
.objects-desc h3 		{font-size:16px;font-weight:500;color:#004a91;flex-grow: 1;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.objects-desc-city		{font-size: 12px;font-weight: 500;color:#000;margin-top:15px;}
@media screen and (max-width:1140px) {
.objects-box .h2-bg		{margin:20px 15px 0;}
}
@media screen and (max-width:719px) {
.objects-pref 		{padding:20px;}
.objects-pref h3	{font-size: 16px;}
.objects-pref h4	{font-size: 16px;}
.objects-slider 	{margin-top:10px;}
.objects-desc		{padding:15px 12px}
.objects-desc h3	{font-size: 14px;max-height: 55px;}
}

/* фотогалерея */
.gallery-box		{margin-top:10px}
.gallery-pos 		{margin-top:15px}
.gallery-pos a		{display:block}
.gallery-pos img	{width:100%;border:1px solid #f0f0f5;overflow:hidden;border-radius:4px}
@media screen and (max-width:1140px) {
.gallery-box .h2-bg	{margin:20px 15px 0!important}
}

/* контакты */
.contacts-box		{margin-top:30px}
.contacts-pos		{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;margin-top:20px}
.contacts-icon		{flex:none;width:28px; height:28px;border:1px solid #f0f0f5;border-radius:4px;margin-right:15px;background-position:center center;background-size:16px;background-repeat:no-repeat}
.contacts-phone		{background-image:url(/files/icon/phone-bl.svg)}
.contacts-adress	{background-image:url(/files/icon/map-bl.svg)}
.contacts-email		{background-image:url(/files/icon/mail-bl.svg)}
.contacts-main-text	{font-size:16px;font-weight:600;margin-right:15px}
.contacts-text		{color:#000}
.contacts-additional-text {color:#000}
.contacts-href		{text-decoration:none;color:#000;font-weight:600;min-width:150px;display:block}
.contacts-map		{height:400px;margin-top:35px;overflow:hidden;background:#f8f8fa;background-image:url(/files/icon/map.svg);background-repeat:no-repeat;background-position:center center;background-size:100px 100px}
/* контакты допилы */
.contacts-pos .main-btn-download {margin-left:15px}
@media screen and (max-width:768px) {
.contacts-btns {display: flex;flex-flow: column;margin-top:5px}
.contacts-btns a {align-self: start;margin-top:15px;width: 250px;margin-left: 0!important;}
}
@media screen and (max-width:649px) {
	.contacts-additional-text {width: 100%;margin:5px 0 0 42px;line-height: 1.4em;}
}
@media screen and (max-width:425px) {
.contacts-btns a {width: 100%;text-align: center;padding: 9px 30px 10px 30px;}
}

/* форма отправки данных */
.mail-form					{margin-top:35px;width:100%}
.mail-form h2				{color:#fff;background:linear-gradient(325deg, rgba(27,31,35,1) 0%, rgba(35,55,76,1) 80%);font-weight:500;text-align:center;font-size:16px;padding:10px 20px;border-radius:5px 5px 0 0}
.mail-form-body 			{border-left:1px solid #f0f0f5;border-right:1px solid #f0f0f5;border-bottom:1px solid #f0f0f5;border-radius:0 0 5px 5px}
.mail-form-body>p			{padding-top:25px;font-size:14px;font-weight:500;color:#000;text-align:center;line-height:1.6em}
.mail-form-fields,
.mail-form-submit>div		{max-width:720px;margin-right:auto;margin-left:auto}
.mail-form-fields			{padding:15px 0 25px}
.mail-form-submit>div		{margin-top:20px}
/* инпуты формы */
.mail-form-double			{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}
.mail-form-double>div		{width:49%}
.mail-form-full>div			{width:100%}
.mail-form-double>div,
.mail-form-full>div			{margin-top:20px;padding:15px 20px;background:#f8f8fa;border:1px solid #f8f8fa;border-radius:4px;transition:background-color .2s ease-in-out}
.mail-form-double label,
.mail-form-full label		{display:block;font-weight:500}
.mail-form-double input,
.mail-form-full input,
.mail-form-full textarea	{width:100%;padding:10px 0 0;background:transparent;letter-spacing:.25px}
.mail-form-full textarea	{resize:none}
.mail-form-focus			{background-color:#fff!important}

/* чекбоксы */
.mail-form-chekbox						{margin-top:20px}
.mail-form-chekbox input[type=checkbox]	{display:none}
.mail-form-chekbox label				{color:#000;cursor:pointer}
.mail-form-chekbox label:before			{margin:-4px 20px 0 0;padding-top:3px;box-sizing:border-box;content:' ';display:block;float:left;height:20px;width:20px;text-align:center;border-radius:5px;color:#fff;border:1px solid #666;transition:border-color .2s ease-in-out,background-color .2s ease-in-out}
.mail-form-chekbox input[type=checkbox]:checked+label:before{content:'\2713';border:1px solid #b40101;background-color:#b40101}
/* прикрепить файл */
.file-form-body input[type=file]	{display:none}
.input-file							{display:block;margin:20px 0 0;width:100%;text-align:center;background-color:#f8f8fa;border:1px solid #f8f8fa;padding:12px 5px 14px;border-radius:5px;transition:background-color .2s ease-in-out}
.input-file:hover					{background-color:#fff;cursor:pointer}
#select-photo-button-text			{background-image:url(/files/icon/paper-clip.svg);background-repeat:no-repeat;background-position:left center;background-size:15px;padding-left:35px;padding-right:15px;font-size:14px;color:#004a91}
#select-file-name-container			{margin:10px 0 0;text-align:center;border:1px solid #f8f8fa;border-radius:5px;padding:8px 20px}
#select-file-name-container span	{color:#000;font-weight:500;width:auto;font-size:12px}
/* как связаться */
.connect-form-body				{margin-top:15px;text-align:center}
.connect-form-body p			{margin:15px 0 0px;color:#000}
.connect-form-body-flex			{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin-top:10px}
.connect-form-body-flex>div		{width:32%}
.connect-form-body label		{font-weight:400;color:#fff;border-radius:4px;cursor:pointer;text-align:center;padding:11px 0;font-size:14px;font-weight:500;display:block}
.connect-form-body input[type=radio]				{display:none}
.connect-form-body input[type=radio]+label			{background:#f8f8fa;color:#666;transition:.15s ease-in-out}
.connect-form-body input[type=radio]:checked+label	{background:#004a91;color:#fff}
/* отправка формы */
.mail-form-submit				{border-top:1px solid #f0f0f5}
.mail-form-submit>div			{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}
.mail-form-submit button		{font-family:'Lab Grotesque',Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;background-color:#153f72;background:linear-gradient(325deg, rgba(27,31,35,1) 0%, rgba(35,55,76,1) 80%);border-radius:4px;padding:10px 20px;color:#fff;display:block;width:160px;margin-right:25px;transition:opacity .2s ease-in-out}
.mail-form-submit button:disabled	{opacity:.5;cursor: pointer;}
.mail-form-submit p				{margin-top:0;font-size:12px;font-weight:500;}
/* форма в боковой панели */
.aside-form h2							{font-size:16px;text-align:center;margin-top:0}
.aside-form								{margin-top:0}
.aside-form .mail-form-double			{display:block}
.aside-form .mail-form-double>div		{width:100%}
.aside-form .mail-form-fields			{padding:15px 24px 25px}
.aside-form .mail-form-submit			{padding:0 24px}
.aside-form .mail-form-submit>div 		{flex-flow:column}
.aside-form .mail-form-submit button	{margin-right:0;width:100%;padding:10px 0}
.aside-form .mail-form-submit p			{margin-top:15px;text-align:center}
/* форма в модальном окне */
#recall									{display:none}
.modal-form 							{width:100%;max-width:340px;padding:0 15px;box-sizing:border-box}
.modal-form h2							{font-size:20px;text-align:center;margin-top:30px}
.modal-form .mail-form-body 			{border:none}
.modal-form .mail-form-body p 			{text-align:center;font-size:14px;margin-top:10px}
.modal-form .mail-form-fields 			{padding:0}
.modal-form .mail-form-double			{display:block}
.modal-form .mail-form-double>div		{width:100%}
.modal-form .mail-form-submit			{border:none}
.modal-form .mail-form-submit>div 		{flex-flow:column}
.modal-form .mail-form-submit button	{margin-right:0;width:100%;padding:10px 0}
.modal-form .mail-form-submit p			{margin-top:15px;font-size:12px;line-height:1.4em}
/* звёзды рейтинга */
.rating-area 						{overflow:hidden;margin:0;text-align:left;width:180px}
.rating-area p						{margin-top:15px}
.rating-area:not(:checked) > input	{display:none}
.rating-area:not(:checked) > label	{margin-top:10px;float:right;width:36px;padding:0;cursor:pointer;font-size:28px;color:#ccc}
.rating-area:not(:checked) > label:before {content:'★'}
.rating-area > input:checked ~ label {color:#ffd700}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {color:#ffd700}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {color:#ffd700}
.rate-area > label:active			{position:relative}
@media screen and (max-width:1140px) {
.mail-form 									{margin-top:25px}
.mail-form-fields, .mail-form-submit>div	{max-width:680px}
}
@media screen and (max-width:1024px) {
.mail-form h2								{font-size:14px;border-radius:4px 4px 0 0;padding:15px 20px}
.mail-form-body								{border-radius:0 0 4px 4px}
.mail-form-body>p							{font-size:14px;padding:15px 15px 0;margin-top: 0px!important;}
.mail-form-fields, .mail-form-submit>div 	{max-width:100%}
.mail-form-double>div, .mail-form-full>div	{margin-top:10px;padding:12px 15px}
.mail-form-double label,
.mail-form-full label,
.rating-area p								{font-size:12px;font-weight:600}
.mail-form-chekbox label:before				{margin-right:10px}
.input-file									{margin:15px 0 0}
.mail-form-fields,
.aside-form .mail-form-fields 				{padding:5px 15px 15px}
.mail-form-submit>div 						{padding:15px;flex-flow:column;margin-right:0px}
.mail-form-submit button 					{padding:10px 0px;width:100%;margin-right:0px;border-radius:4px;font-size:12px;font-weight:600}
.mail-form-submit p							{margin-top:15px;text-align:center;padding:0;font-size:12px!important}
.modal-form h2								{font-size:18px}
.modal-form p								{padding-top:10px}
.aside-form .mail-form-submit>div,
.modal-form .mail-form-submit>div			{padding:15px 0px}
.modal-form .mail-form-fields				{margin-top:20px}
.aside-form .mail-form-submit				{padding:0 15px}
.connect-form-body label					{border-radius:4px;font-size:12px;font-weight:600}
}
@media screen and (max-width:425px) {
.mail-form-double			{display:block}
.mail-form-double>div		{width:100%}
}

/* личный кабинет */
.customer-wrapper			{display:flex;flex-flow:row;justify-content:space-between;margin-top:10px}
.customer-wrapper>div		{width:48%}
.customer-info				{display:flex;flex-flow:column;align-items:flex-start}
.customer-info p			{margin-top:20px;line-height: 1.6em;}
.customer-info ul			{margin-top:15px}
/* формы личного кабинета */
.customer-form					{margin-top:0px;width:100%;max-width:720px;display:flex;flex-flow:column;align-items:flex-start}
.customer-form h2				{margin-top:0px;font-size:16px}
.customer-form-input			{margin-top:20px;width:100%;padding:15px 20px;background:#f8f8fa;border:1px solid #f8f8fa;border-radius:5px;transition:background-color .2s ease-in-out}
.customer-form-input label		{display:block;font-weight:500}
.customer-form-input input		{width:100%;padding:10px 0 0;background:transparent;letter-spacing:.25px}
.customer-form-focus			{background-color:#fff!important}
.customer-form-errors			{font-size:12px;font-weight:500;color:#b40101;margin-top:5px;line-height:1.6em}
/* чекбоксы */
.customer-form-checkbox							{margin-top:20px}
.customer-form-checkbox input[type=checkbox]	{display:none}
.customer-form-checkbox label					{color:#000;cursor:pointer;padding-left:15px;font-weight:500}
.customer-form-checkbox label:before			{margin:-4px 0 0;padding-top:3px;box-sizing:border-box;content:' ';display:block;float:left;height:20px;width:20px;text-align:center;border-radius:2px;color:#fff;border:1px solid #666;transition:border-color .2s ease-in-out,background-color .2s ease-in-out}
.customer-form-checkbox input[type=checkbox]:checked+label:before{content:'\2713';border:1px solid #153f72;background-color:#153f72}
.customer-form button				{font-family:"Lab Grotesque",sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;min-width:160px;background:linear-gradient(325deg, rgba(27,31,35,1) 0%, rgba(35,55,76,1) 80%);border-radius:5px;padding:12px 25px;color:#fff;margin-top:20px;transition:opacity .2s ease-in-out}
.customer-form button:hover			{opacity:.7}
/* страницы личного кабинета */
.customer-info-btn 					{margin-top:30px;display:flex;flex-flow:row}
.customer-info-btn>a 				{margin-left:15px}
.customer-info-btn>a:nth-child(1) 	{margin-left:0}
@media screen and (max-width:1024px) {
.customer-wrapper			{flex-flow:column}
.customer-wrapper>div		{width:100%}
.customer-info h2			{margin-top:0;font-size:16px}
.customer-form-input		{padding:10px 15px;border-radius:4px}
.customer-form-input label	{font-size:12px;font-weight:600}
.customer-form button		{border-radius:4px;padding:10px 25px;font-size:12px}
}

/* документация */
.manual-box 		{margin-top:10px}
.manual-box>div:nth-of-type(even) {background-color:#f8f8fa}
.manual-pos 		{margin-top:0px;padding:7px 30px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}
.manual-icon		{background:#004a91;padding:5px 0px 4px;width:55px;text-align:center;margin-right:15px;border-radius:3px;color:#fff;display:inline-block;font-size:12px;font-weight:500;letter-spacing:.5px;text-align:center}
.manual-name 		{flex-grow:1;padding-right: 15px;}
.manual-btn a		{display:inline-block;background-color:#fff;margin-left:15px}
.manual-btn a:nth-child(1) {margin-left:0}
@media screen and (max-width:649px) {
.manual-pos 		{padding:7px 15px;}
.manual-btn a 		{padding:12px 20px;background-position: center center;}
.manual-btn a span	{display: none;}
}
/* реквизиты */
.requisite-box		{margin-top:25px}
.requisite-box a	{display:inline-block}

/* отзывы */
.review-box						{border-top:1px solid #f0f0f5;margin-top:15px}
.review-pos 					{padding:0 0 25px 25px;margin-top:25px;border-bottom:1px solid #f0f0f5;background-color:#fff;border-radius:5px;position:relative}
.review-pos p					{margin-top:0;line-height:1.6em;text-align:left;font-size:14px;padding-left:30px;background-image:url(/files/icon/quote.svg);background-position:top -1px left;background-repeat:no-repeat;background-size:15px}
.review-pos img 				{position:absolute;right:20px;bottom:20px;width:75px}
.review-name					{font-weight:500;font-size:14px;margin-top:15px}
.review-time					{font-size:13px;margin-top:10px}
@media screen and (max-width:1200px) {
.review-pos						{margin-top:15px;padding:15px}
.review-pos img 				{right:15px;bottom:15px}
.review-wrapper a				{padding:3px}
}

/* благодарственные письма */
.grat-box			{margin-top:15px}
.grat-box a			{display:block;margin-top:20px;}
.grat-box img		{width:100%;border:1px solid #f0f0f5;overflow:hidden;border-radius:4px}
@media screen and (max-width:1140px) {
.grat-box .h2-bg	{margin:20px 15px 0!important}
}

/* пагинация */
.pagination-container					{margin:20px 0 0;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;background-color:#f8f8fa;border-radius:4px;padding:0px 25px}
.pagination-container *					{margin:2px 5px;background-color:transparent;padding:5px 10px;font-size:14px;color:#004a91;font-weight:500;border:1px solid #f8f8fa;border-radius:3px}
.pagination-container>*:first-child,
.pagination-container>*:last-child		{margin-left:0;margin-right:0;padding:0!important}
.paginator-active						{border:1px solid #333!important;background-color:#fff;color:#666}
@media screen and (max-width:649px) {
.pagination-container>*:first-child,
.pagination-container>*:last-child		{display: none;}
}

/* наши клиенты и партнёры на главной */
.partners-box			{margin-top:30px;background-color:#f8f8fa}
.partners-box>div		{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:stretch}
.partners-box>div>div	{width:48.5%;margin:30px 0;display:flex;flex-flow:column}
.partnets-img			{display:flex;flex-flow:row wrap;justify-content:flex-start;margin-top:15px;flex-grow:1}
.partnets-img span		{width:23.5%;margin-right:2%;border-radius:5px;overflow:hidden;margin-top:10px;background:#fff;min-height:50px;padding:15px}
.partnets-img span:nth-child(4n+4) {margin-right:0}
.partnets-img span img	{width:100%}
.partners-btn			{margin-top:30px}
/* допилы */
.partners-btn .main-btn {padding:10px 0;width:160px}

/* наши клиенты и партнёры страница */
.partners-page-box 		{margin-top:25px}
.partners-page-box>div:nth-child(odd)	{background-color:#f8f8fa;border-radius:4px}
.partners-page-pos 		{display:flex;flex-flow:row nowrap;justify-content:flex-start;padding:15px}
.partners-page-img 		{width:15%;margin-right:3%;padding:0;align-self: flex-start;border: 1px solid #f0f0f5;border-radius: 3px;}
.partners-page-img img	{width:100%;border-radius:4px;overflow:hidden}
.partners-page-desc 	{display:flex;flex-flow:column;justify-content:center;width: 82%;}
.partners-page-desc h3	{font-size:16px}
.partners-page-text		{margin-top:10px;line-height: 1.4em;padding-left:30px;background:url(/files/icon/partner.svg) top -1px left / 16px no-repeat}
.partners-page-activity {margin-top:10px;line-height: 1.4em;padding-left:30px;background:url(/files/icon/activity.svg) top 2px left / 17px no-repeat}
.partners-page-object	{margin-top:15px;line-height: 1.4em;padding-left:30px;background:url(/files/icon/photo.svg) top left / 16px no-repeat}
.partners-page-web		{margin-top:15px;padding-left:30px;background:url(/files/icon/link.svg) center left 1px / 14px no-repeat}
@media screen and (max-width:719px) {
.partners-box>div>div				{width: 100%;}
.partners-box>div>div:nth-child(2)	{border-top: 1px solid #f0f0f5;padding-top:30px;margin-top:0}
}
@media screen and (max-width:425px) {
.partnets-img span 		{padding:5px;}
.partners-page-pos 		{flex-flow:column}
.partners-page-img 		{width:120px;}
.partners-page-desc 	{width: 100%;}
.partners-page-desc h3	{margin-top: 15px;}
.partners-page-activity	{margin-top: 15px;}
}

/* выполненные объекты все страница */
.object-list-cust		{margin-top:20px;font-weight: 600;}
.object-list-cust span	{color: #000;font-weight: 600;}
.object-list-cust strong{font-size: 14px;text-transform: uppercase;font-weight: 600;}
.object-list-box		{border-top:1px solid #f0f0f5;margin-top:25px}
.object-list-pos		{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:0 25px 25px 25px;margin-top:25px;border-bottom:1px solid #f0f0f5;background-color:#fff}
.object-list-img		{width:30%;align-self:flex-start}
.object-list-img a		{display:block}
.object-list-img img	{width:100%;border-radius:4px;overflow:hidden}
.object-list-img>div	{display:flex;flex-flow:row wrap;justify-content:space-between}
.object-list-img>div>span{width:48%;margin-top:15px}
.object-list-desc		{width:65%}
.object-list-desc h3	{font-size:16px;margin-top:15px}
.object-list-desc h4	{margin-top:15px;font-size:11px;text-transform:uppercase;font-weight:600}
.object-list-date		{font-size:12px;padding:3px 10px;background-color:#f8f8fa;border-radius:3px;font-weight:600;display:inline-block}
.object-list-city		{margin-top:10px;}
.object-list-city p		{font-weight: 500;color:#000}
.object-list-text 		{line-height:1.6em;margin-top:10px}
.object-list-brands 	{display:flex;flex-flow:row wrap;justify-content:flex-start}
.object-list-brands>* 	{width:100px;border:1px solid #f0f0f5;border-radius:4px;padding:10px;margin:15px 0 0 15px}
.object-list-brands>*:nth-child(1) {margin-left:0}
.object-list-brands img	{width:100%}
.object-list-info		{display:flex;flex-flow:row; justify-content:flex-start}
.object-list-views		{margin-right:20px;font-size:12px;margin-top:15px;color:#666;padding:0 0 0 30px;background-image:url(/files/icon/view.svg);background-position:center left;background-repeat:no-repeat;background-size:16px}
.object-list-photos		{font-size:12px;margin-top:15px;color:#666;padding:0 0 0 30px;background-image:url(/files/icon/image-bl.svg);background-position:center left;background-repeat:no-repeat;background-size:16px}
.object-list-btn		{margin-top:15px}
.object-list-btn a		{display:inline-block}

/* выполненные объекты отдельная страница */
.object-page-pos				{display:flex;flex-flow:row nowrap;justify-content:space-between;margin-top:30px;}
.object-page-share				{margin-top:25px;min-height:24px}
.object-page-share li::before 	{display:none}
@media screen and (max-width:1024px) {
.object-list-pos				{padding:0 0 25px}
}
@media screen and (max-width:719px) {
.object-list-brands>* 					{width:32%;max-width:110px;padding:5px;margin:15px 0 0 2%}
.object-list-brands>*:nth-child(4n+4) 	{margin-left:0}
}
@media screen and (max-width:425px) {
.object-list-views span,
.object-list-photos span					{display: none;}
.object-page-pos							{flex-flow: column;align-items: stretch;margin-top:10px}
.object-page-pos .object-list-img			{width: 100%;display: flex;flex-flow: row nowrap;justify-content: space-between;}
.object-page-pos .object-list-img>a			{width: 49%;margin-top:10px;}
.object-page-pos .object-list-img>a img		{height: 100%;}
.object-page-pos .object-list-img>div		{width: 49%;}
.object-page-pos .object-list-img>div>span	{margin-top:10px}
.object-page-pos .object-list-img>div>span:nth-child(n+5) {display: none;}
.object-page-pos .object-list-desc			{width: 100%;margin-top:20px}
.object-page-pos .object-list-desc h4 		{margin-top:25px}
}

/* новости и статьи на главной */
.news-box				{display:flex;flex-flow:row wrap;justify-content:space-between}
.news-box>div			{width:48.5%;margin-top:30px}
.news-pos				{margin-top:25px}
.news-img-theme 		{display:flex;flex-flow:row nowrap; justify-content:space-between}
.news-img-theme>a		{width:30%;}
.news-img-theme>a>img 	{width:100%;border-radius:4px;overflow:hidden}
.news-img-theme>div		{width:65%}
.news-date 				{font-size:12px;padding:3px 10px;background-color:#f8f8fa;border-radius:3px;font-weight:600;display:inline-block;margin-right:15px}
.news-views				{font-size:12px;color:#666;padding:0 0 0 30px;background-image:url(/files/icon/view.svg);background-position:center left;background-repeat:no-repeat;background-size:16px;display:inline-block}
.news-url 				{margin-top:15px;font-size:14px;font-weight:500;line-height:1.6em}
.news-url a				{display: block;font-size: 16px;}
.news-desc 				{margin-top:15px;}
.news-desc p			{line-height:1.6em}
.news-btn				{margin-top:30px}
.news-btn .main-btn		{width:160px;padding:10px 0px!important}

/* страница всех новостей */
.news-list-box		{border-top:1px solid #f0f0f5;margin-top:25px}
.news-list-pos 		{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:0 25px 25px 25px;margin-top:25px;border-bottom:1px solid #f0f0f5;background-color:#fff}
.news-list-img 		{width:15.5%;align-self:flex-start}
.news-list-img a	{display: block;}
.news-list-img img	{width:100%;border-radius:4px;overflow:hidden}
.news-list-img>div	{display:flex;flex-flow:row wrap;justify-content:space-between}
.news-list-img>div>span{width:48%;margin-top:15px}
.news-list-desc		{width:80%}
.news-list-date		{font-size:12px;padding:3px 10px;background-color:#f8f8fa;border-radius:3px;font-weight:600;display:inline-block}
.news-list-url		{font-size:16px;margin-top:15px;display:inline-block}
.news-list-text 	{line-height:1.6em;margin-top:10px}
.news-list-text p	{margin:0;padding:0 0 0 30px;background-image:url(/files/icon/quote.svg);background-position:top 3px left;background-repeat:no-repeat;background-size:15px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-list-info		{display:flex;flex-flow:row; justify-content:flex-start}
.news-list-views	{font-size:12px;margin-top:10px;color:#666;padding:0 0 0 30px;background-image:url(/files/icon/view.svg);background-position:center left;background-repeat:no-repeat;background-size:16px}

/* страница новости */
.news-page-pos					{display:flex;flex-flow:row nowrap;justify-content:space-between;border-bottom:1px solid #f0f0f5;padding-bottom:30px;margin-top:30px}
.news-page-text p				{/*font-size: 14px;*/}
.news-page-share				{margin-top:25px;min-height:24px}
.news-page-share li::before 	{display:none}
.news-page-pos .news-list-img 	{width:30%}
.news-page-pos .news-list-desc	{width:65%}
.news-page-pos .news-list-views {margin-top:20px;}

/* ограничения вывода фото */
.news-page-pos .news-list-img>div>span:nth-child(n+4) 		{display: none}
.news-page-pos .count-image-three>div>span:nth-child(n+4) 	{display: block}
.news-page-pos .count-image-three>div>span:nth-child(n+5) 	{display: none}

/* видео с ютуба */
.news-video-box				{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;border-radius: 4px;overflow: hidden;}
.news-video-box>div 		{width:100%;}
.news-video-unit 			{position:relative;padding-bottom:75%;height:0;overflow:hidden}
.news-video-unit iframe, 
.news-video-unit object, 
.news-video-unit embed 		{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0;outline-width:0}

@media screen and (max-width:1024px) {
.news-box>div		{width: 100%;}
.news-img-theme>a 	{width: 160px;}
.news-img-theme>div {width: calc(100% - 160px - 30px);}
.news-list-pos 		{padding:0 0 25px}
.news-list-img		{width:30%;}
.news-list-desc		{width:65%}
.news-list-text p	{-webkit-line-clamp: 10;}
}
@media screen and (max-width:649px) {
.news-img-theme>a 	{display: none;}
.news-img-theme>div {width: 100%;}
.news-url a			{font-size: 14px;}
.news-desc			{margin-top:5px;}
}

@media screen and (max-width:425px) {
.news-page-pos							{flex-flow: column;align-items: stretch;margin-top:10px}
.news-page-pos .news-list-img			{width: 100%;display: flex;flex-flow: row nowrap;justify-content: space-between;}
.news-page-pos .news-list-img>a			{width: 49%;margin-top:10px;}
.news-page-pos .news-list-img>a img		{height: 100%;}
.news-page-pos .news-list-img>div		{width: 49%;}
.news-page-pos .news-list-img>div>span	{margin-top:10px}
.news-page-pos .news-list-desc			{width: 100%;margin-top:20px}
.news-page-pos .news-list-desc h4 		{margin-top:25px}
}

/* услуги компании лист */
.service-box 		{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;margin-top:10px}
.service-box>a:nth-child(4n+4) {margin-right:0!important}
.service-pos 		{width:24%;margin-right: 1.25%;display:flex;flex-flow:column;border-radius:7px;overflow:hidden;background:url(/files/hexagon-bg-2.svg) no-repeat center right;background-size:160px;margin-top:15px}
.service-img img 	{width:100%}
.service-desc		{padding:20px 20px;flex-grow: 1;display: flex;flex-flow: column;}
.service-desc h3 	{font-size:16px;font-weight:600;flex-grow: 1;}
.service-info		{display:flex;justify-content:space-between;align-items:center;margin-top:15px}
.service-info p		{font-size:12px;padding:3px 10px;background-color:#f8f8fa;border-radius:3px;font-weight:600}
.service-info span	{font-size:12px;padding:3px 10px;background-color:#004a91;color:#fff;border-radius:3px;font-weight:600}
@media screen and (max-width:719px) {
.service-desc		{padding:15px 12px;}
.service-desc h3	{font-size: 14px;}
}
@media screen and (max-width:649px) {
.service-pos {width:48%;margin-right: 4%;}
.service-box>a:nth-child(2n+2) {margin-right:0!important}
}
/* услуги отдельная страница */
.service-page-steps					{margin-top:30px;display: flex;flex-flow: row;align-items: stretch;}
.service-page-steps>a				{margin-left:5px;min-height: 30px;}
.service-page-steps>a:nth-child(1)	{margin-left:0}
.service-page-steps-prev			{min-width:auto;border: 1px solid #153f72;background: #153f72 url(/files/icon/chevron-left-wh.svg);background-position: center center;background-size: 16px;background-repeat: no-repeat;}
.service-page-steps-prev:hover 		{background-color: #ccc;border: 1px solid #ccc;}
.service-page-steps-next			{min-width: 200px;}

/* дилеры в о компании */
.dealers-box 					{display: flex;flex-flow: row wrap;margin-top: 15px;justify-content: flex-start;}
.dealers-box>*					{width: calc((100% - 45px)/4);margin: 15px 15px 0 0;}
.dealers-box>a:nth-child(4n+4) 	{margin-right: 0}
.dealers-box img				{width: 100%;}