/*** VAR >>> ***/
:root {
  --body: #3A3C3E;
	--red: #DD0011;
	--spacing: 20px;
}

/* colors >>> */
.c_body {
	color: var(--body) !important;
}
.c_red {
	color: var(--red) !important;
}
/* colors <<< */

body {
	color: var(--body);
	font: 16px/1.25 'Exo 2';
	background: #FDFEFF;
}
a {
	color: var(--red);
}
a:hover {
}

.btn, .btn:hover, .btn:active, .btn:focus {
	display: inline-block;
	line-height: 64px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	border-radius: 8px;
	border: none;
	background: var(--red);
}
.btn:hover {
	/*background: var(--red2);*/
	background: hsl(355, 100%, 33%);
}

.btn_ico, .btn_ico:hover, .btn_ico:active, .btn_ico:focus {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 24px;
	padding-right: 12px;
}
.btn_ico::after {
	content: '';
	display: block;
	margin-left: 20px;
}
.btn_ico::after {
	width: 40px;
	height: 40px;
	background: url(images/design/btn_arr.svg) 50% 50% / cover  no-repeat;
}

.de_icotext {
	display: flex;
	align-items: center;
}
.de_icotext .ico, .de_icotext > img {
	margin-right: 10px;
}
.pre_footer .de_icotext img {
	width: 32px;
	min-width: 32px;
}

.diz1a {
	width: 35px;
	height: 35px;
	margin-bottom: 15px;
	background: url(images/design/diz1a.svg) 50% 50% no-repeat;
}

/*** MAIN >>> ***/
/* header_wrap >>> */
.header_wrap {
	border-top: 2px solid var(--red);
	background: #FEFEFE;
}
.header_in {
	height: 64px;
}
.logo img {
	width: 180px;
}
.h_ico img {
	width: 42px;
}
/* header_wrap <<< */

/* menu_wrap >>> */
.menu_top_wrap {
	background: var(--red);
}
.menu_top {
}

.menu_top a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	white-space: nowrap;
	padding-left: 18px;
	text-transform: uppercase;
}
.menu_top a:hover {
	color: #fff;
	color: var(--body);
	text-decoration: none;
}

.menu_top a::before{
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: url(images/design/diz_black.svg) 0 0 no-repeat;
}
/* menu_wrap <<< */


/* main_wrap >>> */
.main_wrap_xs .img_xs, .solutions_wrap .img_xs {
	border-bottom: 2px solid var(--red);
}

.stt_wrap {
	border-bottom: 2px solid var(--red);
	background: #EDEDED;
}

.stt_wrap .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.stt_wrap .de_icotext.diz {
	font-weight: bold;
	margin-bottom: 36px;
}
.stt_wrap .de_icotext.diz img {
	width: 35px;
	min-width: 35px;
	margin-right: 15px;
}

.stt_wrap .de_icotext.pdf {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.stt_wrap .de_icotext.pdf:hover {
	color: var(--red);
	text-decoration: none;
}
.stt_wrap .de_icotext.pdf img {
	width: 48px;
	min-width: 48px;
}

.stt_wrap .fix {
	margin: 0 auto;
	width: 260px;
}
/* main_wrap <<< */

/* main_info >>> */
.main_info {
	background: #ededed;
}
.main_info .item {
	font-weight: bold;
}
.main_info .item .in {
	padding: 30px 0;
}
.main_info .item br {
	display: none;
}
.main_info .item b {
	display: block;
	font-size: 40px;
	font-weight: 900;
}
.main_info .item span {
	color: var(--red);
	font-size: 20px;
}
.main_info .descr {
	padding-top: 15px;
}
.main_info img {
	width: 50px;
	min-width: 50px;
	margin-left: 15px;
}
/* main_info <<< */

/* solutions_wrap >>> */
.solutions_wrap .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* solutions_wrap <<< */

/* block_red block_dark >>> */
.block_red {
	/*background: var(--red);*/
}
.block_red .item {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.block_red .item::before {
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
	background: url(images/design/diz2.svg) 50% 50% no-repeat;
}
.block_red img {
	width: 62px;
	margin-bottom: 10px;
}
.block_red .text {
	color: #fff;
	font-weight: bold;
}

.block_red .r1 {
	background: #FF1628;
}
.block_red .r2 {
	background: #EB0416;
}
.block_red .r3 {
	background: #D61418;
}

.block_dark {
	position: relative;
	color: #fff;
	padding: 30px 0 50px;
	background: url(images/pix/img_dark.jpg) 80% 50% no-repeat;
	background-size: auto 100%;
}
.block_dark::before, .pr_wrap .btm::before {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 0;
	background: url(images/design/diz3.svg) 50% 50% no-repeat;
	background-size: contain;
}
.block_dark h2 {
	color: #fff;
}

.block_dark span {
	color: var(--red);
}
.block_dark .de_icotext.stt {
	font-size: 20px;
	font-weight: bold;
}
.block_dark .info img {
	width: 24px;
	min-width: 24px;
}
/* block_red block_dark <<< */

/* block_scale >>> */
.block_scale_img {
	padding-top: 30px;
	padding-bottom: 116px;
	background: url(images/pix/img_scale.jpg) 100% 0 no-repeat;
	background-size: auto 100%;
}

.block_scale {
	padding-top: 30px;
}
.block_scale .item {
	margin-bottom: 30px;
}
.block_scale .name {
	font-weight: bold;
	padding: 5px 0;
}
/* block_scale <<< */

/* pr_wrap >>> */
.pr_wrap .top {
	padding: 30px 0;
	background: var(--red);
}
.pr_wrap .top a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.pr_wrap .top a:hover {
	text-decoration: none;
}
.pr_wrap .top img {
	width: 48px;
	min-width: 48px;
}

.pr_wrap .btm {
	position: relative;
	padding: 40px 0 110px;
	background: url(images/pix/img_dark2.jpg) 100% 50% no-repeat;
	background-size: auto 100%;
}
.pr_wrap .btm h2 {
	color: #fff;
	font-size: 20px;
	text-transform: none;
}
/* pr_wrap <<< */

/* clients_wrap gallery_wrap >>> */
.clients_wrap {
	padding: 30px 0 25px;
}
.clients_wrap .item {
	margin-bottom: 30px;
}

.gallery_wrap {
	padding: 30px 0 0;
}
.gallery_wrap .item {
	margin-bottom: 30px;
}
.gallery_wrap img {
	width: 100%;
	border: 1px solid #2C2C2C;
}
/* clients_wrap <<< */
/*** MAIN <<< ***/

/*** PAGES >>> ***/
/*** PAGES <<< ***/

/* footer >>> */
.pre_footer {
	background: #2C2C2C;
}
.pre_footer h2 {
	font-size: 30px !important;
}
.pre_footer .logo {
	width: 180px;
}
.pre_footer .descr {
	font-weight: bold;
	padding: 20px 0;
}

.pre_footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pre_footer .fix {
	width: 330px;
	margin: 0 auto;
}

.pre_footer, .pre_footer a, .pre_footer h2 {
	color: #fff;
}
.f_info {
	margin-bottom: 36px;
}
.f_info, .f_info a {
	font-size: 14px;
}
.pre_footer .f_info a {
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 10px;
}
.pre_footer a:hover {
	text-decoration: none;
}
.pre_footer .ttt1, .pre_footer .ttt2 {
	margin-bottom: 10px;
}

.footer {
	background: var(--red);
}
.footer .container {
	height: 50px;
}
.footer, .footer a {
	color: #fff;
	font-size: 14px;
}
/* footer <<< */

/*** FORMS >>> ***/
.inline_form_wrap {
	position: relative;
}

.inline_form_wrap .ajax_msg_wrap {
	color: var(--body);
}

.inline_form .fz_wrap label, .inline_form .fz_wrap a {
	color: #fff;
}
.fz_wrap {
	margin-bottom: 10px;
}

.popup_wrap .close_btn {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 1;
	opacity: 1;
	background: url(images/design/ico_close_wh.svg) 0 0 no-repeat;
}
.popup_wrap .close_btn:hover {
	opacity: 1 !important;
}

.popup_wrap .close_btn::before, .popup_wrap .close_btn::after {
	content: none;
}

.popup_header {
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 16px;
}
.close_btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ededed;
}
.inp_wrap {
	position: relative;
	margin-bottom: 20px;
}
.inp_wrap .inp_label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
}
.inp_wrap .inp {
	color: #fff;
	font: 16px/1.5 'Exo 2';
	line-height: 40px;
	padding: 0;
	border: none;
	border-bottom: 2px solid var(--red);
	background: none;
}
.modal .inp_wrap .inp {
	color: #000;
}
.popup_wrap .btn {
	/*width: 100%;
	height: 52px;
	line-height: 52px;*/
}
.err_warn {
	display: none;
	position: absolute;
	width: 18px;
	height: 18px;
	right: 12px;
	bottom: 12px;
	background: url(images/design/ico_warning.svg) 0 0 / cover no-repeat;
}
.inp.input_error {
	color: var(--red) !important;
	/*border: 1px solid var(--red);*/
}
.input_error ~ .err_warn {
	/*display: block;*/
}
.input_error ~ label {
	color: var(--red);
}

.rating-lg {
	font-size: 10px;
}
.rating-container .star img {
	width: 20px;
}
/*** FORMS <<< ***/

/* buttons >>> */
.close_btn::after, .close_btn::before {
	background: #000;
}

.side_wrap .close_btn {
}
/* buttons <<< */

/* side_wrap >>> */
.side_wrap {
	width: 100%;
	max-width: 360px;
	background: #EDEDED;
}
.ovh .header_wrap {
	z-index: 999;
}

.side_header {
	height: 64px;
	border-top: 2px solid var(--red);
	background: #fff;
}
.side_logo img {
	width: 180px;
}

.side_menu {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.side_menu a, .side_footer a {
	display: block;
	color: var(--body);
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #FDFEFF;
}
.side_menu  a:hover {
	text-decoration: none;
}

.side_footer {
	padding-top: 10px;
	padding-left: 15px;
}
.side_footer .item {
	margin-bottom: 15px;
}
.side_footer a {
	border: none;
}
/* side_wrap <<< */

/* crumbs >>> */
.cf_crumbs {
	background: #EDEDED;
}
.crumbs_wrap {
	font-size: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
}
.crumbs_wrap span, .crumbs_wrap a {
	color: #4F4C4D;
	font-size: 14px;
}
.crumbs_wrap :nth-child(n+2)::before {
	content: '>';
	position: relative;
	display: inline-block;
	width: 16px;
	height: 18px;
	/*top: -1px;*/
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	/*background: url(images/design/tri_r.svg) 50% 50% no-repeat;*/
}

/*.crumbs_wrap .home {
	display: inline-block;
	width: 18px;
	min-width: 18px;
	line-height: 0;
	vertical-align: 2px;
}
.crumbs_wrap .home img {
	width: 100%;
}*/
/* crumbs <<< */

/* pager >>> */
.pager_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	border-radius: 50%;
	font-weight: 600;
	transition: all .3s ease 0s;
	border: 2px solid #C1BDB3;
	background: #C1BDB3;
}
.pager_item.active, .pager_item:hover {
	color: var(--red);
	border: 2px solid var(--red);
	text-decoration: none;
	background: none;
}
.pager .pager_nav::before {
	border-color: #000;
}
/* pager >>> */

/* PAGE_CONT >>> */
#ymap {
	position: relative;
	min-height: 540px;
	z-index: 1;
}
.ymap_wrap .container {
	position: absolute;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.p__cont_xs {
	/*background: #ededed;*/
}

.p__cont_xs .in {
	padding: 30px 15px;
	border-bottom: 1px solid var(--red);
	background: #ededed;
}

.p__cont a {
	color: var(--body);
	text-decoration: none;
}
.p__cont a.de_icotext:hover {
	text-decoration: underline;
}

.p__cont_xs .h3, .p__cont .h3 {
	font-size: 30px;
}

.p__cont .telto {
	font-weight: 600;
}

.ymap_wrap {
	position: relative;
}
.p__cont_xl .in {
	position: absolute;
	width: 380px;
	height: calc(100% - 190px);
	font-weight: 500;
	margin: auto;
	top: 0;
	bottom: 0;
	/*left: 65px;*/
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 2px solid var(--red);
	background: #EDEDED;
	z-index: 2;
}

.p__cont .de_icotext img {
	width: 28px;
	min-width: 28px;
	margin-right: 3px;
}
/* PAGE_CONT <<< */

/* FIX >>> */
.mt-20 {
	margin-top: 20px;
}

.tmpl_ct {
	line-height: 1.5;
}
.tmpl_ct a {
	text-decoration: underline;
}
.tmpl_ct a:hover {
	color: var(--red);
	text-decoration: none;
}
/* FIX <<< */

/*** MEDIA >>> ***/
.h0 {
	color: var(--body);
	font-size: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.h0 span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: var(--body);
	font-weight: 600;
	text-transform: uppercase;
}

h1, .h1 {
	font-size: 22px;
}
h2, .h2, h3, .h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* sm */
@media screen and (min-width: 576px) {
	.fix_sm {
		width: 330px;
		margin: 0 auto;
	}

	.main_info .item {
		border-bottom: 1px solid #FDFEFF;
	}
	.main_info .item:nth-child(odd) {
		border-right: 1px solid #FDFEFF;
	}
	.main_info .item:nth-last-child(-n+2) {
		border-bottom: none;
	}
	
	.pr_wrap .btm {
		background-size: cover;
	}
	.pr_wrap .btm .in {
		width: 400px;
		margin: 0 auto;
	}

}

/* md */
@media screen and (min-width: 768px) {
	h1, .h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.header_wrap {
		padding: 24px 0;
		background: none;
	}
	.header_in {
		height: auto;
	}
	.header_wrap .split {
		width: 3px;
		height: 34px;
		margin: 0 10px;
		background: var(--red);
	}

	.main_wrap .btn {
		width: 260px;
	}
	.stt_wrap {
		background: url(images/pix/img_main.jpg) 100% 50% / auto 100% no-repeat;
	}
	.stt_wrap .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.solutions_wrap {
		padding: 90px 0 100px;
		background: url(images/pix/img_solutions.jpg) 100% 0 / cover no-repeat;
	}
	.solutions_wrap .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.block_scale {
		padding: 60px 0;
		background: url(images/pix/img_scale.jpg) 150% 50% / auto 100% no-repeat;
	}
	.block_scale .in {
		width: 50%;
	}

	.solutions_wrap .in, .block_dark .in {
		width: 50%;
		margin: initial;
	}

	.block_dark, .block_scale {
		background-position: 100% 0;
	}

	.stt_wrap .fix_sm, .stt_wrap .fix, .pre_footer .fix {
		width: auto;
		margin: initial;
	}

	.pr_wrap .btm {
		padding: 96px 0 156px;
	}
	.pr_wrap .btm .in {
		width: 400px;
		margin: 0 auto;
	}

	.block_dark::before, .pr_wrap .btm::before {
		width: 140px;
		height: 140px;
	}

	.main_info .item {
		display: flex;
		justify-content: center;
	}
	.main_info .item .in {
		min-width: 200px;
	}
	.main_info .item br {
		display: inline;
	}

	.pre_footer .container {
		padding-top: 50px;
		/*padding-bottom: 30px;*/
	}
	.pre_footer .logo {
		width: 280px;
	}
	.pre_footer .btn {
		width: 100%;
	}
	.pre_footer .descr {
		max-width: 330px;
		padding: 40px 0 30px;
	}
	.pre_footer .ttt2 {
		margin-bottom: 30px;
	}
}

/* lg */
@media screen and (min-width: 992px) {
	.h0 {
		font-size: 54px;
	}
	h1, .h1 {
		font-size: 22px;
	}
	h2, .h2 {
		font-size: 40px;
	}

	.block_red {
		background: var(--red);
	}
	.block_red .item {
		padding-top: 40px;
		padding-bottom: 40px;
		background: none;
	}
	.stt_wrap, .block_dark, .pr_wrap .btm, .solutions_wrap  {
		background-size: cover;
	}
	.block_scale {
		background-size: contain;
	}

	.stt_wrap .container {
		padding-top: 108px;
		padding-bottom: 108px;
	}
	.stt_wrap .container::before {
		content: '';
		position: absolute;
		display: block;
		width: 590px;
		height: 510px;
		right: 15px;
		top: -3px;
		background: url(images/design/diz_lines.svg) 0 0 no-repeat;
	}

	.solutions_wrap::before {
		content: '';
		position: absolute;
		display: block;
		width: 101%;
		height: 250px;
		left: -5px;
		top: 25px;
		transform: rotate(-3deg);
		background: url(images/design/diz_lines21.svg) 0 0 no-repeat;
		background-size: auto;
	}

	.pr_wrap .btm {
		padding: 208px 0 143px;
	}

	.solutions_wrap {
		padding: 260px 0 150px;
	}
	.block_dark {
		padding: 90px 0;
	}

	.pre_footer .lg_fix {
		max-width: 330px;
	}

	.main_info .item {
		border: none;
	}
	.main_info .item .in {
		padding: 36px 0;
	}
	.main_info .item {
		border-right: 1px solid #FDFEFF;
		border-bottom: 1px solid #FDFEFF;
	}
	.main_info .item:nth-child(3n) {
		border-right: none;
	}
	.main_info .item:nth-last-child(-n+3) {
		border-bottom: none;
	}

}

/* xl */
@media screen and (min-width: 1200px) {
	h2, .h2 {
		font-size: 46px;
	}

	.stt_wrap .container::before {
		right: 190px;
	}

	.solutions_wrap::before {
		width: 101%;
		height: 380px;
		left: -5px;
		top: -50px;
		transform: rotate(0);
		background-size: 100% auto;
	}

	.main_wrap .btn {
		width: 240px;
	}

	.menu_top .btn {
		width: 260px;
		margin-left: 50px;
	}

	.solutions_wrap {
		padding: 280px 0 230px;
	}


	.pr_wrap .btm {
		padding: 251px 0 172px;
	}
}
/*** MEDIA <<< ***/

.de-none {
	display: none !important;
}
/* Made by DeMETAL (c) 2025 */
/* velestbox@gmail.com */