/*- Made by DeMETAL (c) 2021 >>> -*/
/* velestbox@gmail.com */

/*
c_body #313131
bg_blue #56ace0
bg_blue_d #2f375f
bg_red #dd2b1c
bg_dark #313131
*/

/* project settings */
.c_body {
	color: #36383c;
}
.c_blue {
	color: #56ace0;
}
.bg_blue {
	background: #56ace0;
}
.bg_blue_d {
	background: #2f375f;
}
.bg_red {
	background: #dd2b1c;
}
.bg_dark {
	background: #313131;
}

body {
	color: #313131;
	/*font-family: Roboto, sans-serif;*/
	font: normal 14px/1.5 Tahoma, Arial, sans-serif;
	background: #f9f9f9;
}

a {color:#56ace0;}
a:hover {color: #2f375f;}
a:hover, a:active, a:focus {
	outline: none;
}

.ico img, .img img {
	width: 100%;
}

.telto {
	white-space: nowrap;
	text-decoration: none;
}

.h_decore {
	width: 100px;
	height: 8px;
	margin: 16px 0;
	background: #56ace0;
}

.bdb {
	border-bottom: 4px solid #56ace0;
}

/* header_wrap >>> */
.header_wrap .logo img {
	width: 114px;
}
.header_wrap .sidebar_tog {
	padding: 15px;
	cursor: pointer;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.header_wrap .sidebar_tog img, .header_wrap .telto img {
	width: 36px;
}
.header_wrap a {
	color: #36383c;
	text-decoration: none;
}
.header_wrap .telto {
	font-size: 0;
}
.header_wrap .telto.telto_ico::before {
	content: '';
	display: block;
	width: 36px;
	height: 56px;
	font-size: 0;
	background: url(images/svg/phone.svg) 0 0 / contain no-repeat;
}

.menu_wrap a {
	color: #313131;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_wrap a:hover {
	color: #56ace0;
}
/* header_wrap <<< */

/* main_wrap >>> */
.main_wrap, .main_wrap h1 {
	color: #fff;
}
.main_text p {
	font-size: 18px;
}
.main_text br {
	display: none;
}
.main_wrap .ico {
	width: 40px;
	min-width: 40px;
}
.btn_wrap {
	border-radius: 4px;
}
.btn_wrap .btn {
	color: #fff;
	width: 210px;
	min-width: 210px;
	height: 60px;
	border-radius: 5px;
	font: bold 14px/60px Tahoma, Arial, sans-serif;
	padding: 0;
	background: #dd2b1c;
}
.submit_wrap .btn {
	height: 40px;
	line-height: 40px;
}
.btn_wrap .btn:hover {
	background: #2f375f;
}
/* main_wrap <<< */

/* logo_wrap >>> */
.logo_wrap img {
	width: 124px;
}
.logo_item {
	border-bottom: 1px solid #f1f1f1;
}
.logo_item:nth-child(odd) {
	border-right: 1px solid #f1f1f1;
}
/* logo_wrap <<< */

/* tns >>> */
.slider_big_wrap .container {
	padding-bottom: 40px;
}

.slider_big_wrap .tns_fix {
	height: 210px;
	overflow: hidden;
}

.tns_item {
	position: relative;
}
.tns_item img {
	width: 100%;
}

.slider_big1 .decore_line {
	position: absolute;
	width: 110px;
	height: 12px;
	font-size: 0;
	margin: auto;
	top: 20px;
	bottom: 0;
	left: 25px;
}
.tns_decore {
	position: absolute;
	width: 85px;
	height: 68px;
	bottom: 0;
	right: 30px;
}

.tns-outer {
	position: relative;
}

.tns-controls button {
	position: absolute;
	width: 30px;
	height: 100%;
	line-height: 0;
	padding: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background: url(images/svg/tns_arr.svg) 50% 50% / contain no-repeat;
}
.tns-controls [data-controls='prev'] {
	transform: rotate(180deg);
	left: -12px;
}
.tns-controls [data-controls='next'] {
	right: -12px;
}

.tns-nav {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 0;
	text-align: center;
	bottom: -40px;
	text-decoration: underline;
}
.tns-nav button {
	display: inline-block;
	width: 40px;
	height: 8px;
	border: none;
	box-shadow: none;
	outline: none;
	line-height: 0;
	padding: 0;
	margin: 0 5px;
	background: none;
}
.tns-nav button::before {
	content: '';
	display: block;
	margin-top: 16px;
	height: 8px;
	line-height: 0;
	border-radius: 5px;
	background: #2f375f;
}
.tns-nav .tns-nav-active::before {
	background: #56ace0;
}

.slider_big1 .title {
	position: absolute;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	top: 25px;
	left: 25px;
	padding-right: 20px;
}
.slider_big .more_btn {
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	bottom: 25px;
	left: 25px;
	padding: 10px;
	border-radius: 20px 0 20px 0;
	background: #0004;
	border: 2px solid #fff;
}
.slider_big .more_btn:hover {
	text-decoration: none;
	background: #0009;
}

.slider_big2 .tns_item .in {
	border-radius: 30px 0 30px 0;
	background: #36383c;
 }
.slider_big2 .title {
	color: #ff7f00;
	font-size: 16px;
	font-weight: bold;
}
.slider_big2 .descr {
	color: #fff;
	font-size: 14px;
}
.slider_big2 .decore_line {
	position: relative;
	width: 110px;
	height: 10px;
	line-height: 0;
}
.slider_big2 .decore_img {
	position: absolute;
	width: 60px;
	right: 40px;
	bottom: 24px;
}
/* tns <<< */

/* shop_groups_wrap >>> */
.shop_groups_wrap .img {
	border: 1px solid #ddd;
}
.shop_groups_wrap .img img {
	width: auto;
	height: 140px;
}
.shop_groups_wrap .name {
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.shop_groups_wrap .descr {
	color: #fff;
}

.type2 .img {
	position: relative;
}
.type2 .img_decore {
	position: absolute;
	width: 130px;
	height: auto;
	left: 10px;
	top: 10px;
}
.type2 .img_decore img {
	width: 100% !important;
	height: auto !important;
}
/* shop_groups_wrap <<< */

/* features_wrap >>> */
.features_wrap .ico img {
	min-width: 40px;
	width: 40px;
}
/* features_wrap <<< */

/* catalog_wrap >>> */
.catalog_wrap a {
	text-decoration: underline;
}
.catalog_wrap a:hover {
	color: #56ace0;
	text-decoration: none;
}
.catalog_wrap .ico {
	width: 40px;
	min-width: 40px;
}

.num_list_wrap .num {
	color: #56ace0;
	font-size: 40px;
	font-weight: bold;
}
.num_list_wrap .name {
	color: #2f375f;
	font-weight: bold;
}
/* catalog_wrap <<< */

/* footer >>> */
.footer_wrap, .footer_wrap a {
	color: #fff;
}
.footer_btm, .footer_btm a {
	font-size: 12px;
}
.footer_btm a {
	text-decoration: underline;
}
.footer_btm a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_wrap .logo_s {
	width: 140px;
}
.footer_wrap .ico {
	width: 30px;
	min-width: 30px;
}
.footer_wrap .btn_wrap .ico {
	width: 40px;
	min-width: 40px;
}
/* footer <<< */

/* sidebar_wrap >>> */
.js_overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .7;
	background-color: #000;
	z-index: 4999;
}

.js_close {
	position: relative;
	display: inline-block;
	height: 30px;
	cursor: pointer;
	transition: all .2s ease 0s;
}
.close_ico {
	position: absolute;
	width: 18px;
	height: 30px;
	left: 0;
	top: 0;
}
.close_ico::before, .close_ico::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transform: rotate(45deg);
	border-radius: 2px;
	background: #fff;
}
.close_ico::before {
	width: 18px;
	height: 4px;
}
.close_ico::after {
	width: 4px;
	height: 18px;
}
.side_close {
	width: auto;
	color: #fff;
	padding-left: 22px;
}
.close_text {
	padding-bottom: 2px;
}

.sidebar_wrap {
	position: fixed;
	width: 320px;
	height: 100%;
	overflow-y: auto;
	top: 0;
	left: -100%;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	z-index: 5000;
}
.sidebar_wrap.active {
	left: 0;
}

.sidebar_wrap .login {
	color: #fff;
	text-decoration: none;
}
.sidebar_wrap .login img {
	width: 30px;
}

.sidebar_body {
	background: #f9f9f9;
}

.side_menu_item {
	display: block;
	color: #36383c;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.side_menu_item:last-child {
	border: none;
}
.side_menu_item:hover {
	color: #36383c;
	text-decoration: none;
}

.submenu_tog {
	position: relative;
}
.submenu_tog::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	transform: rotate(90deg);
	transition: all 0.2s ease 0s;
	background: url(images/svg/tns_arr.svg) 50% 50% / contain no-repeat;
}
.submenu_tog.active::before {
	transform: rotate(-90deg);
}
.submenu_wrap {
	display: none;
	border-bottom: 1px solid #ddd;
}
.submenu_wrap a {
	display: block;
	color: #fff;
	color: #36383c;
	padding: 15px;
	text-decoration: none;
}

.sidebar_footer a {
	font-size: 16px;
	color: #fff;
}
.sidebar_footer a:hover {
	color: #56ace0;
	text-decoration: none;
}

.sidebar_footer .logo_s img {
	width: 126px;
}
.sidebar_footer .ico img {
	width: 30px;
	min-width: 30px;
}
/* sidebar_wrap <<< */

/* popup_form_wrap >>> */
.loading, .ajax_response_wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.9;
	z-index: 998;
}
.loading {
	background: #fff url(../../hostcmsfiles/images/ajax_loader.gif) 50% 50% no-repeat;
	z-index: 999;
}
.ajax_response_wrap {
	opacity: 1;
	background: #fff;
}
.ajax_message_wrap {
	position: relative;
	font-weight: bold;
	padding: 15px;
	transform: translateY(-50%);
	top: 50%;
}
.ajax_title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.ajax_message {
	color: #fff;
	text-align: center;
}

.popup_form_wrap {
	z-index: 5000;
}
.modal-title {
	color: #2f375f;
	font-size: 20px;
}
.ajax_form_wrap .inp_wrap {
	position: relative;
	margin-bottom: 15px;
}
.ajax_form_wrap .form_input {
	width: 100%;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	padding: 10px 32px 10px 15px;
	border-radius: 5px;
	border: none;
	border-bottom: 1px solid #2f375f;
	background: #f0f0f0;
}
.ajax_form_wrap .form_input:focus {
	outline: none;
}

.ajax_form_wrap .inp_name::before, .ajax_form_wrap .inp_phone::before {
	display: block;
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	top: 8px;
	right: 10px;
	border-radius: 50%;
	margin: auto;
}
.ajax_form_wrap .inp_name::before {
	background: hsl(199, 8%, 70%) url(images/default/form_user.svg) 50% 50% / 60% no-repeat;
}
.ajax_form_wrap .inp_phone::before {
	background: hsl(199, 8%, 70%) url(images/default/form_phone.svg) 50% 50% / 60% no-repeat;
}

.fz_label, .fz_label a {
	font-size: 14px;
}
.fz_label a {
	text-decoration: underline;
}

label.input_error {
	color: #dd2b1c;
	font-size: 12px;
}

.popup_form_wrap .js_close {
	position: absolute;
	width: 18px;
	height: 30px;
	cursor: pointer;
	right: 5px;
	top: 0;
}
.popup_form_wrap .close_ico {
	position: absolute;
	width: 18px;
	height: 30px;
	left: 0;
	top: 0;
}
.popup_form_wrap .close_ico::before, .popup_form_wrap .close_ico::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transform: rotate(45deg);
	border-radius: 2px;
	background: #36383c;
}
.popup_form_wrap .close_ico::before {
	width: 18px;
	height: 4px;
}
.popup_form_wrap .close_ico::after {
	width: 4px;
	height: 18px;
}

.js_close {
	z-index: 999;
}

.button_download {
	position: relative;
	cursor: pointer;
	background: #f0f0f0;
}
.button_download input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
}
.button_download_title {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 24px;
	padding: 10px 15px;
}
/* popup_wrap <<< */

/*** PAGES ***/
/* contacts <<< */
.crumbs_wrap {
	width: auto;
	font-size: 0;
}
.crumbs_wrap span, .crumbs_wrap a {
	color: #36383c;
	font-size: 14px;
}
.crumbs_wrap a:hover {
	color: #000;
}
.crumbs_wrap :nth-child(n+2)::before {
	content: '|';
	display: inline-block;
	margin: 0 5px;
}

.contacts_wrap a {
	color: #56ace0;
	font-size: 16px;
}

#ymap {
	min-height: 400px;
	border: 1px solid #ededed;
}
/* contacts <<< */


/* noka >>> */

.promo-wh img {
    width: 24px;
    height: 24px;
}
.header_wrap .telto img.w24 {
    width: 24px;
}
.h24 {
    height: 24px;
}

/* noka <<< */

.pages_doc .container {
	min-height: 500px;
}
.pages_doc p, .pages_doc ul, .pages_doc ol {
	margin-bottom: 1rem;
}
.pages_doc ul, .pages_doc ol {
	padding-left: 1rem;
}

.pages_doc h1 {
	font-size: 40px;
	line-height: 1.2;
}

/*** MEDIA >>> ***/
h1, .h1 {
	font-size: 40px;
	font-weight: bold;
}
h2, .h2 {
	color: #2f375f;
	font-size: 24px;
	font-weight: bold;
}

/* sm */
@media screen and (min-width: 576px) {
	h1, .h1 {
	width: 85%;
    font-size: 48px;
	}

	h2, .h2 {
	width: 75%;
	font-size: 26px;
	}

	.header_wrap .sidebar_tog img {
	width: 42px;
	}

	.header_wrap .logo img {
    width: 128px;
	}

	.header_wrap .telto.fwb {
		font-size: 14px;
	}

	.logo_item {
		border-right: 1px solid #f1f1f1;
	}

	.main_text br {
		display: inline;
	}

	.type1 .img {
		height: 130px;
	}
	.type1 .img img {
		height: 100px;
	}

	.type2 .name {
		min-height: 74px;
	}

	.tns-controls [data-controls='prev'] {
		left: 78px;
	}
	.tns-controls [data-controls='next'] {
		right: 78px;
	}
}

/* md */
@media screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	h1, .h1 {
	width: 75%;
	font-size: 54px;
	line-height: 1.4;
	}
	h2, .h2 {
		width: 65%;
		font-size: 28px;
	}

	.header_wrap .logo img {
		width: 130px;
	}
	.header_wrap .sidebar_tog img {
		width: 50px;
	}
	.header_wrap .telto img {
		width: 40px;
	}

	.main_wrap p {
		font-size: 20px;
	}
	.main_text br {
		display: none;
	}

	.main_wrap .btn_wrap {
		width: 75%;
	}

	.main_wrap .ico {
		width: 50px;
		min-width: 50px;
	}

	.logo_wrap img {
		width: 140px;
	}

	.type1 .img {
		height: 180px;
	}
	.type1 .img img {
		height: 150px;
	}
	.type2 .img_decore {
		width: 150px;
	}

	.shop_groups_wrap .name {
		white-space: nowrap;
	}

	.features_wrap .ico img, .catalog_wrap .ico {
		width: 50px;
		min-width: 50px;
	}

	.type2 .name {
		white-space: normal;
		min-height: 80px;
	}

	.num_list_wrap .row .col-12 {
		padding-right: 30px !important;
	}

}

/* lg */
@media screen and (min-width: 992px) {
	h1, .h1 {
		font-size: 56px;
	}

	h2, .h2 {
		font-size: 30px;
		line-height: 1.4;
		width: 55%;
	}

	.contacts_wrap .h2 {
		width: 100%;
		font-size: 20px;
	}
	.cont_info .in {
		border: 1px solid #ededed;
	}
	#ymap {
		height: 100%;
		min-height: 100%;
	}
	.cont_ymap {
		border: 1px solid #ededed;
	}

	.logo_wrap img {
		width: 200px;
	}
	.main_wrap .btn_wrap {
		width: 65%;
	}

	.type1 .img {
		height: 200px;
	}
	.type1 .img img {
		height: 170px;
	}

	.features_wrap .ico img, .catalog_wrap .ico {
		width: 60px;
		min-width: 60px;
	}

	.slider_big_wrap .container {
		max-width: none;
	}
	.tns-nav button {
		width: 60px;
		height: 10px;
	}

	.footer_wrap .btn_wrap {
		width: 75%;
	}

	.tns-controls [data-controls='prev'] {
		left: 76px;
	}
	.tns-controls [data-controls='next'] {
		right: 76px;
	}

}

/* xl */
@media screen and (min-width: 1200px) {
	h1, .h1 {
		font-size: 62px;
	}

	.header_wrap .logo img {
		width: 160px;
	}
	.header_wrap .sidebar_tog {
		padding: 20px 15px;
	}

	.main_wrap .container {
		min-height: 600px;
	}
	.main_wrap {
		background: #2f375f url(images/svg/h_decore.svg) 0 0 / 260px auto no-repeat;
	}
	.cat_img_big img {
		max-width: 400px;
	}

	.footer_wrap .btn_wrap {
		width: 100%;
	}

	.tns-controls [data-controls='prev'] {
		left: 106px;
	}
	.tns-controls [data-controls='next'] {
		right: 106px;
	}
}
/* xxxl */
@media screen and (min-width: 1400px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.offset-xxl-2 {
		margin-left: 16.666667%;
	}

	.tns_item img {
		/*width: auto;*/
		/*max-height: 300px;*/
	}

	.tns-controls button {
		width: 40px;
	}
	.tns-controls [data-controls='prev'] {
		left: 180px;
	}
	.tns-controls [data-controls='next'] {
		right: 180px;
	}

}

/*** MEDIA <<< ***/
/*- Made by DeMETAL (c) 2021 <<< -*/