@font-face{
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl_0.otf'),
	url('../fonts/MuseoSansCyrl_0.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl.otf'),
	url('../fonts/MuseoSansCyrl.otf') format('otf');
	font-weight: 100;
	font-style: normal;
}
@font-face{
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl_1.otf'),
	url('../fonts/MuseoSansCyrl_1.otf') format('otf');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl_2.otf'),
	url('../fonts/MuseoSansCyrl_2.otf') format('otf');
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl_3.otf'),
	url('../fonts/MuseoSansCyrl_3.otf') format('otf');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Helios-Cond';
	src: url('../fonts/Helios-Cond-BoldItalic.eot');
	src: url('../fonts/Helios-Cond-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helios-Cond-BoldItalic.woff2') format('woff2'),
		url('../fonts/Helios-Cond-BoldItalic.woff') format('woff'),
		url('../fonts/Helios-Cond-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Helios-Cond';
	src: url('../fonts/Helios-Cond-Bold.eot');
	src: url('../fonts/Helios-Cond-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helios-Cond-Bold.woff2') format('woff2'),
		url('../fonts/Helios-Cond-Bold.woff') format('woff'),
		url('../fonts/Helios-Cond-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Helios-Cond';
	src: url('../fonts/Helios-Cond-Italic.eot');
	src: url('../fonts/Helios-Cond-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helios-Cond-Italic.woff2') format('woff2'),
		url('../fonts/Helios-Cond-Italic.woff') format('woff'),
		url('../fonts/Helios-Cond-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Helios-Cond';
	src: url('../fonts/Helios-Cond.eot');
	src: url('../fonts/Helios-Cond.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helios-Cond.woff2') format('woff2'),
		url('../fonts/Helios-Cond.woff') format('woff'),
		url('../fonts/Helios-Cond.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helios-Cond';
	src: url('../fonts/Helios-Cond-light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Helios-Cond-light.woff2') format('woff2'),
		url('../fonts/HeliosCondLight.woff') format('woff'),
		url('../fonts/HeliosCondLight.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
#debug-top-block #header {
	position: fixed !important;
}
img {
	max-width: 100%;
}
a, a:hover {
	transition: all .5s;
	text-decoration: none;
}
body {
	font-family: 'Helios-Cond';
	min-width: 320px;
	background: #f4f5fb;
}
:focus {
    outline: none;
}
.site-header {
	padding: 1.5rem 0;
}
body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important;
}
.site-header {
	background: #2b2b2b url('/img/bg.png') repeat center center / 50%;
}
.site_footer {
	background: #2b2b2b url('/img/bg.png') repeat center center / 50%;
	padding: 6rem 0 2rem 0;
	color: #fff;
}
.site-header .navbar-offcanvas {
	width: 100%;
}
.site-header a {
	color: #c0c4d7;
	text-transform: uppercase;
}
.site-header a:hover {
	color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	white-space: nowrap;
}
.phone-link {
	font-size: 1.5rem;
	color: #fff !important;
}
.site-logo {
	display: block;
	width: 100%;
	max-width: 200px;
}
.navbar-main {
	padding: 0;
}
.gray-bg {
	background: #f4f5fb;
}
.main-slider {
	background: #fff url('/img/bg-slider.png') no-repeat center center / cover;
	padding-top: 2rem;
}
.main-slider .slide {
	height: 392px;
}
.main-slider img {
	max-height: 360px;
}
.main-slider .title {
	font-weight: bold;
	font-size: 6rem;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	margin-bottom: 6rem;
}
.main-slider .title .small {
	font-weight: bold;
	letter-spacing: -3px;
}
.logo-info {
	margin: 1rem 0;
	font-weight: 500;
	font-size: 1.1rem;
}
.site_footer .tel {
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
	display: block;
}
.site_footer .tel + .tel {
	margin-bottom: 2rem;
}
.site_footer .mailto {
	color: #fff;
	margin-top: auto;
}
.copyright_widget {
	padding-top: 2rem;
	color: #c0c4d7;
}
.copyright_widget a {
	color: #c0c4d7;
}
.s-title {
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: 2rem;
	color: #283346;
	font-family: 'MuseoSansCyrl';
	text-transform: uppercase;
}
.main-catalog {
	padding: 3rem 0;
}
section.parts {
	padding: 3rem 0;
}
.tech-card {
    border-radius: 4px;
    box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
    background: #fff;
    min-height: 365px;
    padding: 1.5rem;
    position: relative;
	margin-bottom: 2rem;
	height: calc(100% - 2rem);
}
.tech-card .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}
.tech-card .image img {
	max-width: 80%;
}
.tech-card .title {
	font-weight: 700;
	margin-bottom: .5rem;
	color: #283346;
	font-family: 'MuseoSansCyrl';
	font-size: 1.5rem;
	transition: all .5s;
	line-height: 1.1;
}
.tech-card .cat {
	color: #a0a6c5;
	font-size: .875rem;
	font-weight: 500;
	text-transform: uppercase;
}
.tech-card .price {
	font-size: 1rem;
	color: #ff3100;
	text-align: right;
	font-weight: bold;
}
.tech-card:hover .title {
	color: #ff3100;
	transition: all .5s;
}
.main-catalog>div {
	padding-left: 3rem;
	position: relative;
}
.main-catalog>div::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 2rem;
	bottom: 1rem;
	background: #e0e4f6;
	width: 1px;
}
.your-wat {
	text-align: center;
	padding-bottom: 4rem;
	background: #fff;
}
.your-wat .title {
	font-weight: bold;
    font-size: 6rem;
    text-transform: uppercase;
    color: #2b2b2b;
    line-height: 1;
	margin-top: -5rem;
}
.your-wat .title span {
	color: #ff3100;
	display: block;
}
.news-video-bg {
	height: 500px;
	position: relative;
}
.news-video-bg::before {
	content: '';
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .25);
}
.news-video-box {
	position: relative;
}
.news-video-box .title {
	font-weight: bold;
    font-size: 6rem;
    text-transform: uppercase;
    color: #2b2b2b;
    line-height: 1;
	color: #fff;
	position: absolute;
	z-index: 3;
	bottom: 6rem;
	left: 0;
	right: 0;
}
.news-video-box .title span {
	border-top: 5px solid #fff;
	padding-top: 2rem;
}
.news-container {
	margin-top: -3rem;
}
.news .info {
    padding: 1.5rem;
	display: flex;
	flex-direction: column;
	height: calc(100% - 197px);
}
.news {
	margin-bottom: 2rem;
	height: calc(100% - 2rem);
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.news .title {
	margin-bottom: .5rem;
	font-size: 1.5rem;
	color: #283346;
	font-family: 'MuseoSansCyrl';
	font-weight: bold;
	line-height: 1.1;
}
.news .descr {
	margin-bottom: .5rem;
} 
.news .more {
	margin-top: auto;
}
.news .more a {
	color: #ff3100;
	text-transform: uppercase;
	font-weight: bold;
}
.news-section {
	padding-bottom: 2rem;
}
.aboutus-cont {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0;
    box-shadow: inset 0 -4px 0px 0px #dfe2f0;
    color: #868ca7;
}
.navbar-brand {
	padding: .25rem .5rem;
	color: #fff !important;
	margin-left: 1rem;
}
.breadcrumbs {
	display: flex;
	color: #a0a6c5;
	font-weight: 600;
	font-size: .875rem;
	position: relative;
	overflow: auto;
	white-space: nowrap;
}
.breadcrumbs i + i::before {
	content: '/';
	margin: 0 .5rem;
}
.breadcrumbs a {
	color: #18202e;
}
.slick-arrow {
	font-size: 0;
	position: absolute;
	top: 50%;
	border: none;
}
.slick-prev, 
.slick-next {
	width: 40px;
	height: 40px;
	background: #ff3100;
	border-radius: 50%;
	z-index: 9;
	opacity: .6;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
.slick-prev:before, 
.slick-next:before {
	content: '';
	width: 16px;
	height: 16px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 11px;
	left: 9px;
}
.slick-prev:before {
	transform: rotate(225deg);
	left: auto;
	right: 9px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity: 1;
	background: #ff3100;
}
.item-title {
	font-size: 1.25rem;
	font-weight: 900;
}
.tech-card.full {
	min-height: inherit;
}
.tech-card.full .price {
    font-size: 1.5rem;
}
.l-line {
	border-left: 1px solid #e0e4f6;
}
hr {
    border-top: 1px solid #e0e4f6;
}
.item-props dl {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-props dt {
    width: 27%;
    float: left;
    font-size: 15px;
    margin: 0 0 8px;
    padding: 0 5px 0 0;
}
.item-props dd {
    width: 23%;
    float: left;
    color: #283346;
    font-size: 15px;
    margin: 0 0 8px;
    padding: 0 5px 0 0;
}
.item-slider-nav .slick-slide {
	opacity: .7;
}
.item-slider-nav .slick-slide.slick-current {
	opacity: 1;
}
.article-image {
	height: 600px;
}
.article-text {
    background: #fff;
    margin-top: -10rem;
    margin-bottom: 3rem;
    box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
    border-radius: 4px;
    padding: 1.5rem;
    color: #868ca7;
}
.icon-group {
	display: flex;
	gap: 15px;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.main-catalog .icon-group .icon {
	color: #000;
}
.sortLine {
	display: flex;
	justify-content: space-between;
}
.sort {
	display: flex;
	justify-content: space-between;
}
.pageSize {
	display: flex;
	justify-content: space-between;
}
.breadcrumbs,
.BreadCrumbs {
	padding: 1rem 0;
	margin-bottom: 1.5rem;
}
.icon-group .icon {
	color: #fff;
}
.site_footer .tel:hover,
.icon-group .icon:hover {
	color: #ff3100;
}
.index-category {
	background: #fff;
	padding: 2rem;
	border: 2px solid #dadbdd;
	display: block;
	text-align: center;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.5rem;
}
.index-category:hover {
	color: #000;
	border: 2px solid #ff3100;
}
.table-row {
	display: flex;
	width: 100%;
	align-items: center;
}
.table-row .image {
	display: block;
	width: 50px;
}
.table-row .title {
	display: block;
	width: calc(100% - 300px);
	padding: 0 .5rem;
	color: #000;
}
.table-row .price {
	display: block;
	width: 110px;
	padding: .5rem;
}
.table-row .articul {
	display: block;
	width: 80px;
	padding: .5rem;
}
.table-row .hoverBlock {
	display: block;
	width: 120px;
}
.subCategory a {
	display: block;
	text-align: center;
	color: #000;
	border: 2px solid #dadbdd;
	padding: 1rem;
	font-weight: 600;
}
.subCategory a img {
	margin-bottom: .5rem;
	display: block;
}
.products .table-row {
	padding: .5rem;
}
.products .table-row:nth-of-type(even) {
	background: #dadbdd;
	padding: .5rem;
}
.addToCart {
	cursor: pointer;
	color: #fff !important;
	background: #ff3100;
	display: block;
	text-align: center;
	justify-content: center;
	padding: .25rem 0;
}
.bold {
	font-weight: bold;
}
.table-row .bold {
	font-weight: bold;
	text-transform: uppercase;
}
.cat-image {
	text-align: center;
}
@media (min-width: 992px) {
	.aboutus-cont .image {
		min-height: 376px;
		background: url('/img/about3.jpg') no-repeat top center / cover;
	}
	.aboutus-cont .image img {
		display: none;
	}
}
@media (max-width: 1199px) {
	.main-slider .title {
		font-size: 5rem;
	}
	.news .info {
		height: calc(100% - 163px);
	}
}
@media (max-width: 991px) {
	.main-slider {
		background: #f4f5fb url('/img/bg-slider.png') no-repeat 30% bottom / cover;
	}
	.main-slider img {
		max-height: 360px;
		top: 4rem;
		position: relative;
	}
	.news-video-box .title,
	.your-wat .title {
		font-size: 4rem;
	}
	.tech-card {
		min-height: inherit;
	}
	.news .info {
		height: inherit;
		display: block;
	}
	.navbar-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 280px !important;
		max-width: 280px !important;
		background: #2b2b2b;
		height: 100vh;
		padding: 2rem 1rem;
		transform: translateX(-280px);
		transition: all .5s;
		z-index: 9999;
	}
	.nav-show .navbar-offcanvas {
		transform: translateX(0px);
		transition: all .5s;
	}
	.nav-show::before {
		content: '';
		display: block;
		z-index: 9000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .45);
	}
	.item-slider-nav {
		margin-bottom: 2rem;
	}
	.l-line {
		border-left: none;
	}
}
@media (max-width: 767px) {
	.footer-logo img {
		max-width: 200px;
	}
	.site_footer iframe {
		margin-top: 2rem;
	}
	.main-slider {
		background: #f4f5fb url('/img/bg-slider.png') no-repeat 40% bottom / cover;
	}
	.site-logo img {
		width: 40px;
		height: auto;
	}
	.item-props dt {
		width: 50%;
	}
	.item-props dd {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.site_footer {
		padding: 2rem 0;
	}
	.main-slider .title {
		font-size: 3rem;
	}
	.main-slider img {
		min-width: 300px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-slider .image {
		position: relative;
	}
	.s-title {
		font-size: 1.5rem;
	}
	.main-catalog>div {
		padding-left: 15px;
	}
	.main-catalog>div::before {
		left: 2px;
		top: 0;
		bottom: 2rem;
		background: #e0e4f6;
		width: 4px;
	}
	.tech-card {
		min-height: inherit;
		padding: 1rem;
		margin-bottom: 1rem;
		height: auto;
	}
	.tech-card .title {
		font-size: 1.25rem;
	}
	.news-video-box .title, .your-wat .title {
		font-size: 2.5rem;
	}
	.your-wat .title {
		margin-top: -2rem;
	}
	.phone-link {
		font-size: 1.25rem;
	}
	header {
		padding: 1rem 0;
	}
	.your-wat {
		text-align: center;
		padding-bottom: 2rem;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}


