body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 16px;
}
/*	Верхняя линия начало	*/
#section-toolbar {
	background: #f8f8f8;
	font-size: .875rem;
	color: #333;
}
#section-toolbar a {
	color: #333;
	text-decoration: none;
}
/*	Верхняя линия конец	*/

/*	Верхнее меню телефонов начало	*/
#section-toolbar .mod-phone {
	display: inline-flex;
}

#section-toolbar .mod-phone div {
	display: inline-flex;
	padding-left: .313rem;
}
@media (max-width: 1199px) {
	#section-toolbar .mod-phone {
		flex-wrap: wrap;
		justify-content: center;
		flex: 1 1 100%;
		padding: .5rem;
	}
	#section-toolbar .mod-phone .shop-col, #section-toolbar .mod-phone .serv-col {
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#section-toolbar .mod-phone .label-shop, #section-toolbar .mod-phone .label-service {
		display: none;
	}
	#section-toolbar .mod-phone .shop-col .phone, .mod-phone .serv-col .phone {
		display: inline-flex;
	}
	#section-toolbar .mod-phone .shop-col .phone:before {
		content: url("/images/shop.svg");
		margin-right: .313rem;
	}
	#section-toolbar .mod-phone .serv-col .phone:before {
		content: url("/images/service.svg");
		margin-right: .313rem;
	}
}
/*	Верхнее меню телефонов конец	*/

/*	Социальные сети и аккаунт меню начало	*/
.mod-social .network, .tm-modid-113 .mod-menu li {
	padding-right: 1.5rem;
}
.mod-social .network:last-child {
	padding-right: 0px;
}
.tm-modid-113 .mod-menu li:last-child {
	padding-right: 0px;
}
.tm-modid-113 svg {
	width: 20px;
	height: 20px;
}
/*	Социальные сети и аккаунт меню конец	*/

/*	Логотип начало	*/
@media (max-width: 700px) {
	.uk-logo {
		max-width: 90%;
	}
}
/*	Логотип конец	*/

/*	Основное меню начало	*/
.uk-navbar-nav > li > a {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
}
.uk-navbar-nav > .uk-active > span {
	color: #ff5a00;
}
.uk-navbar-dropdown {
	width: 820px;
}
.uk-navbar-dropdown-nav li {
	width: 25%;
}
.uk-navbar-dropdown-nav li img {
	transition: .4s;
}
.uk-navbar-dropdown-nav li img:hover {
	transform: scale(1.1);
}
.uk-navbar-nav > li > a:hover {
	color: #ff5a00;
}
.uk-navbar-dropdown-nav li span:hover {
	color: #ff5a00;
}
/*	Основное меню конец	*/
/*	Основное меню смартфоны начало	*/
.uk-offcanvas-bar .uk-nav-sub img {
	display: none;
}
/*	Основное меню смартфоны конец	*/

/*	Слайдер начало	*/
#slider .owl-prev {
	width: 3.625rem;
	height: 3.625rem;
	position: absolute;
	top: 40%;
	left: 1.25em;
	display: block !important;
	opacity: .5;
}
#slider .owl-prev:hover {
	background: transparent !important;
}

#slider .owl-next {
	width: 3.625rem;
	height: 3.625rem;
	position: absolute;
	top: 40%;
	right: 1.25em;
	display: block !important;
	opacity: .5;
}
#slider .owl-next:hover {
	background: transparent !important;
}
#slider .owl-dots, .manufactuter_list .owl-dots {
	display: flex;
	justify-content: center;
	padding: .625rem;
}
#slider .owl-dot span, .manufactuter_list .owl-dot span {
	display: block;
	width: .5rem;
	height: .5rem;
	border: 2px solid #ff5a00;
	border-radius: 50%;
	margin-right: .375rem;
}
#slider .owl-dot.active span, .manufactuter_list .owl-dot.active span {
	background: #ff5a00;
}
/*	Слайдер конец	*/

/*	Слайдер категорий начало	*/
#block-a .jshop_menu_level_0 .category-name {
	min-height: 48px;
}
#block-a .jshop_menu_level_0 a:hover {
	color: #ff5a00;
}
#block-a .owl-carousel .owl-item img {
	max-width: 240px;
}
#block-a .owl-item > a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
}
#block-a .owl-item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 180px;
	background-color: transparent;
}

#block-a .owl-item:after {
	position: absolute;
	content: '';
	top: -200px;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 180px;
	background: #ff5a00;
	background: linear-gradient(to top, #ff5a00 0%, #fe7327 100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#block-a .owl-item:hover:after {
	top: 0;
}
#block-a .owl-prev {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 28%;
	left: -35px;
	display: block !important;
	opacity: .5;
}
#block-a .owl-prev:hover {
	background: transparent !important;
}
#block-a .owl-next {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 28%;
	right: -35px;
	display: block !important;
	opacity: .5;
}
#block-a .owl-next:hover {
	background: transparent !important;
}
/*	Слайдер категорий конец	*/

/*	Описание сайта начало	*/
#block-h .text-company h2 {
	color: #fff;
}
#block-h .text-company {
	background-image: url('/images/about-bg.webp');
	background-position: 100%;
	position: relative;
	width: 100vw;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;
	margin-right: -30%;
	color: #fff;
}
#block-h .image-man {
	background-image: url('/images/service-man2.webp');
	background-size: cover;
	min-height: 440px;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#block-h .label-name, #block-h .label-desc {
	max-width: 50%;
}
@media (max-width: 700px) {
	#block-h .label-name, #block-h .label-desc {
		max-width: 80%;
	}
	#block-h .text-company {
		flex: 1 1 100%;
		margin-right: 0;
	}
	#block-h .image-man {
		flex: 1 1 0%;
	}
}
@media (max-width: 1200px) {
	#block-h .label-name, #block-h .label-desc {
		max-width: 70%;
	}
}
/*	Описание сайта конец	*/

/*	Слайдер производителей начало	*/
#block-k .owl-carousel .owl-item img {
	max-width: 100px;
}
#block-k .owl-prev {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 28%;
	left: -35px;
	display: block !important;
	opacity: .5;
}
#block-k .owl-prev:hover {
	background: transparent !important;
}
#block-k .owl-next {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 28%;
	right: -35px;
	display: block !important;
	opacity: .5;
}
#block-k .owl-next:hover {
	background: transparent !important;
}
/*	Слайдер производителей конец	*/

/*	Нижняя часть сайта начало	*/
#section-footer {
	background: #252C32;
	background: linear-gradient(180deg, #252C32, #0f1014);
}
#section-footer a {
	line-height: 40px;
	text-decoration: none;
}
#section-footer .mod-phone {
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
}
#section-footer .mod-phone .phone {
	margin-left: 1rem;
}
@media (max-width: 1200px) {
	#section-footer h3{
		display: none;
	}
	#section-footer .mod-phone {
		display: inline-flex;
		flex-direction: row;
	}
}
/*	Нижняя часть сайта конец	*/

#block-m {
	background: #0f1014;
	color: #fff;
}
#block-m .desc-org {
	font-size: .875rem;
}
#list_product_image_thumb {
	max-width: 500px;
	max-height: 125px;
}
#list_product_image_thumb .owl-stage-outer {
	max-height: 125px;
}
.name-product h1 {
	font-size: 2.25rem;
	color: #3a3a3a;
	font-weight: 600;
}
@media (max-width: 480px) {
	.name-product h1 {
		font-size: 1.5rem;
	}
}
.block_available.prod-yes {
	color: #08bb08;
}
.block_available.prod-no, .block_available.prod-yes.not_available {
	color: #ed1c24;
}
#block_price {
	font-family: 'Inter', sans-serif;
	color: #3e3e3e;
	font-size: 2.375rem;
	font-weight: 600;
	line-height: 1;
}
@media (max-width: 480px) {
	#block_price {
		font-size: 1.75rem;
	}
	#section-footer .mod-phone .phone {
	    margin: 0;
	}
}
#list_product_image_thumb .sblock0 {
padding: 6px;
}
#list_product_image_thumb .sblock0 img {
cursor: pointer;
}
.thumb-list-carousel .owl-prev {
	position: absolute;
	top: 12%;
	left: -20px;
	display: block !important;
	opacity: .5;
}
.thumb-list-carousel .owl-prev:hover {
	background: transparent !important;
}
.thumb-list-carousel .owl-next {
	position: absolute;
	top: 12%;
	right: -20px;
	display: block !important;
	opacity: .5;
}
.thumb-list-carousel .owl-next:hover {
	background: transparent !important;
}
.thumb-list-carousel .owl-prev span, .thumb-list-carousel .owl-next span {
font-size: 40px;
}
.jshop.productview .extra_fields {
border: 1px solid #ddd;
}
@media (max-width: 600px) {
	.jshop.productview .extra_fields {
		font-size: .875rem;
		hyphens: auto;
	}
	#section-footer a {
		line-height: normal;
	}
	.footer-col {
		font-size: .875rem;
	}
}
.extra_fields .extra_fields_group {
background-color: #f7f7f7;
font-weight: bold;
color: #4d4d4d;
border-bottom: 1px solid #ddd;
}
.extra_fields .extra_fields_el {
border-bottom: 1px solid #ddd;
}
.extra_fields .extra_fields_el:last-child {
border-bottom: none;
}
.jshop.list_product .name a {
color: #ff5a00;
}
.jshop.list_product .block_available.available {
	color: #08bb08;
}
.jshop.list_product .block_available.not_available {
	color: #ed1c24;
}
.jshop.list_product .block_product, .jshop_list_category .row-fluid .jshop_categ {
border: 1px solid #e6e6e6;
	transition: .4s;
}
.jshop.list_product .block_product:hover, .jshop_list_category .row-fluid .jshop_categ:hover {
    border-color: #fff;
    box-shadow: 0 29px 57px 15px rgba(51, 51, 51, .15);
}
.jshop.list_product .block_product .button_detail {
background: #ff5a00;
color: #fff;
transition: .2s;
}
.jshop.list_product .block_product .button_detail:hover {
    box-shadow: 2px 2px 10px rgba(51, 51, 51, .15);
}
#submit_product_list_filter {
background: #ff5a00;
color: #fff;
transition: .2s;
}
.jshop.list_product #submit_product_list_filter:hover {
    border-color: #fff;
    box-shadow: 0 29px 57px 15px rgba(51, 51, 51, .15);
}
.com-content-article.item-page .list {
line-height: 30px;
}
.blog .blog-items {
display: inline-flex;
}
.blog .blog-desc a:hover {
color: 666 !important;
}
.blog .blog-item .item-image {
width: 100%;
  max-width: 400px;
  max-height: 210px;
  overflow: hidden;
}
#submit_product_list_filter_sort_dir {
cursor: pointer;
}
@media (max-width: 1200px) {
	.blog .blog-item .item-image {
		max-width: none;
		text-align: center;
	}
}
.blog .blog-item {
	transition: .4s;
}
.blog .blog-item:hover {
    border-color: #fff;
    box-shadow: 0 29px 57px 15px rgba(51, 51, 51, .15);
}
.blog .blog-item .readmore a {
padding: 6px 12px;
background: #ff5a00;
  color: #fff;
  transition: .2s;
}
.blog .blog-item .item-content .readmore a:hover {
    box-shadow: 2px 2px 10px rgba(51, 51, 51, .15);
}
.item-page.article-site h1 {
-webkit-text-stroke: calc(1.4px + 0.002em);
  -webkit-text-fill-color: transparent;
text-align: center;
}
.item-page.article-site .item-image {
display: flex;
justify-content: center;
}
.item-page.article-site .com-content-article__body {
text-align: justify;
}
.item-page.article-site .com-content-article__body div {
margin-bottom: 15px;
}
.tm-position-offcanvas-menu li img {
display: none;
}
.uk-navbar-toggle svg {
height: 40px;
width: 40px;
}
.image_thumb_list .owl-stage {
display: inline-flex;
}
}
.contacts-teplovit div {
font-size: 14px;
}
.related_header {
	font-size: 2rem;
	text-align:  center;
}
.jshop_related.block_product {
	text-align: center;
}
.jshop_related.block_product .button_detail, .form-horizontal .button_detail {
	background: #ff5a00;
    color: #fff;
    transition: .2s;
}
.jshop_related.block_product .extra_fields {
	border: none;
}