.features-des__mod {
	font-family: #666;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-bottom: 15px;
	line-height: 24px;
}

.features-des li {
	position: relative;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.features-des li:before {
    position: absolute;
    top: 10px;
    left: -16px;
    border-radius: 2px;
    background-color: #ff4500;
    display: inline-block;
    content: '';
    height: 3px;
    width: 8px;
}

.features-des b {
	font-weight: 500;
}

.contact__map {
	background: #f4f4f4;
}

/* .success {
	padding-top: 100px;
	font-size: 25px;
} */

.product-image {
	height: 260px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-pixel img {
	margin-top: -2px;
	margin-left: 5px;
	height: 16px;
	width: 16px;
	object-fit: cover;
}

.copy-left-area p{
	color: #999;
}

@media (min-width: 768px) {
	.copy-right-area {
		text-align: right;
	}
}

.product__desc-info h2 {
	display: inline-block;
    box-shadow: 0 -2px #fcbe00 inset;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #222;
    margin-bottom: 30px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.product__desc-info table {
	width: auto !important;
	border: none;
}

.product__desc-info table tr td {
font-size: 0.9rem;
padding: 5px 10px;
}

.product__desc-info table tr td:first-child {
width: 30%;
}

.product__desc-info table tr:nth-child(odd) {
	background: #f4f4f4;
}

/*.slider-title, 
. slider_text,*/
.slider-content {
	text-align: left;
}

.slider-content .slider_text {
	margin-left: 0;
}

.offcanvas__logo img {
	max-width: 200px;
}

/* mod for section */

.shop-area__banner-row--noimg .banner__item .banner__img{
	display: none;
}

.shop-area__banner-row--noimg .banner__item {
	width: 100%;
	height: 100%;
	background: #fcbe00;
	color: #000;
}

.shop-area__banner-row--noimg .banner__item .banner__content {
	text-align: center;
	position: static;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shop-area__banner-row--noimg .banner__item .banner__content h6{
	color: #000;
}

.banner__margin {
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	.banner__margin {
		margin-bottom: 10px;
	}
}

.header__search-box .button {
	background: #2a2a2a;
	color: #ffffff;
}

.features__content {
	flex: 0 0 65%;
	margin-bottom: 20px;
}

.features__item {
	flex-wrap: wrap;
}

.features__text {
    font-size: 14px;
    max-width: 84%;
}

.banner-image {
    background-color: #ff4500;
}

.banner-image .banner-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
	max-width: 40%;
}

.banner-image .banner-left img {
	width: 100%;
}

.banner-image .banner-right {
    position: absolute;
    right: 5%;
    max-width: 40%;
    top: 50%;
    transform: translateY(-50%);
	color: #ffffff;
}

.banner-image .banner-right p{
	color: #ffffff;
	font-size: 1em;
    line-height: 1.6em;
	margin-bottom: 0;
}

.one-news ul{
	margin: 25px 0
}

.one-news ul li{
	position: relative;
	margin: 10px 0 10px 20px;
}

.one-news ul li:before{
    position: absolute;
    top: 9px;
    left: -15px;
    display: block;
    height: 6px;
    width: 6px;
    content: "";
    background-color: #666;
    border-radius: 50%;
}

.one-news a {
	color: #0068c9;
}

@media (max-width: 992px) {
	.banner-image .banner-right p{
		font-size: 0.8em;
		line-height: 1.6em;
	}
}

@media (max-width: 576px) {
	.banner-image .banner-left {
		display: none;
	}
	.banner-image .banner-right {
		max-width: 90%;
	}
	.banner-l {
		opacity: 0;
	}
	.banner-image .banner-l {
		min-height: 160px;
	}
}

@media (min-width: 992px) {
	.blog-image {
		max-height: 156px;
		display: flex;
		align-items: center;
	}
	.blog-image img{
		object-fit: contein;
	}
}

.single-slider {
	//background-image: url("/local/templates/effort/assets/img/effort/bg1.jpg");
	//background-position: center bottom;
}

.product__details-delivery {
	//border: 1px solid #e5e5e5;
	//background: #222;
	background: #f5f5f5;
	border-radius: 20px;
	padding: 20px;
	font-size: 14px;
	color: #222;
	margin-bottom: 20px;
	margin-top: 20px;
}

.product__details-delivery a{
	//color: #fcbe00;
	border-bottom: 1px dashed #222;
	//font-weight: 700;
}

.cart-btn.cart-btn_gray {
    border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

.cart-option .cart-btn + .cart-btn { 
	margin-left: 20px;
}

.single-smblog:hover .blog-image img {
    transform: none;
}

.checkout-form-list label span{
    display: block;
    font-size: 12px;
    margin-top: -10px;
}

.single-item-pd {
	padding: 10px 20px;
}

.product__content {
	padding-bottom: 0;
	padding-left: 20px;
	overflow: visible;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.bannergrey__area {
	margin: 80px 0;
}

.bannergrey__item {
	height: 200px;
	background: #f6f6f6;
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
}

.bannergrey__img {
    margin-bottom: 2px;
}

.bannergrey__title h6 {
    font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.slider-sale .single-slider{
	background-size: cover;
	background-position: center center;
}

.slider-sale {
    margin-bottom: 60px;
}

.our-services {
	margin: 40px 0;
}

.product-bs-slider .product__content {
	margin-bottom: 20px;
	min-height: 41px;
}

.main-menu ul li ul.submenu li a {
	text-transform: none;
}

.support a {
	color: #0068c9;
}

.text-center {
	text-align: center;
}
.header-inner-center {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.country_flag {
	height: 20px;
	width: 20px;
}

.certificates-gallery {
	align-items: flex-end;
}

.certificates-item {
	text-align: center;
}

.certificates-item .img { 
	border: 1px solid #dddddd;
	display: block;
}

.certificates-item .img img{ 
	max-height: 180px;
	object-fit: contain;
	object-position: center;
}

.brand-slider {
	border-top: 0;
}

.product__docs-item {
	display: block;
	font-size: 0.9rem;;
}

.product__docs-item + .product__docs-item {
	margin-top: 10px;
}

.product__docs-item .product__docs-itemimg {
    display: inline-block;
    height: 17px;
    width: 17px;
    position: relative;
    top: -3px;
    opacity: 0.6;
}

.pd-rating span + span:after {
    position: absolute;
    content: "";
    background: #999;
    width: 1px;
    height: 10px;
    left: -15px;
    right: 0;
    top: 8px;
}

.brand__item img {
	max-width: 150px;
}

.sections-row .sections-banner{
	margin-bottom: 20px;
}

.sections-row .sections-banner .prim_wrapper{
	position: relative;
	background: #f6f6f6;
	border-radius: 10px;
	height: 100%;
	padding: 20px;
}

.sections-row .sections-banner .prim_wrapper a{
	color: #2a2a2a;
}

.sections-row .sections-banner .prim_wrapper h4 {
	font-size: 16px;
}

.sections-row .sections-banner .prim_wrapper a:hover{
	opacity: 0.7;
}

.nav_sec {
;
}

.sections-row .nav_sec-item {
	font-size: 0.8em;
	line-height: 1.5em;
}

.sec_wrapper {
	height: auto;
}

.section_icon {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.85;
}

.section_icon img{
	max-width: 40px;
	max-height: 40px;
}

.position-rel {
	position: relative;
}

.product__details-badge {
	position: relative;
	display: inline-block;
}

.product__details-badge:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}

.tooltiptext {
	display: inline-block;
	visibility: hidden;
	position: absolute !important;
    left: 50%;
    top: 48px;
    transform: translateX(-50%);
    position: absolute;
    width: 240px;
    background-color: #fff;
    color: #555;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    font-size: 14px;
    line-height: 20px;
}

.tooltiptext p {
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.tooltiptext ul {
	margin-left: 15px;
}

.tooltiptext li {
	position: relative;
	font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
}

.tooltiptext li:before {
	position: absolute;
	top: 0;
	left: -15px;
	content: '-';
}

/*.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/

.single-item-pd .product__details-badge{
	font-size: 14px;
	line-height: 14px;
	background: #eee;
	padding: 3px 5px;
	color: #555555;
}


.blog-image a{
	width: 100% !important;
	background: #f00;
}

.product__details-linkedarticle {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.product__details-linkedarticle {
	margin-top: 20px; 
}

.product__details-linkedarticle:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.30;
}

.product__details-linkedarticle img{
	width: 100%;
	max-height: 100px;
	object-position: center;
	object-fit: cover;
}

.product__details-linkedarticle h4{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

.author-title {
	line-height: 36px;
}

/* custom landing */


.top_container .top_title,
.tracking_container .block_title,
.memory_container .block_title,
.speed_block .block_title,
.voice_container .block_title,
.core_container .block_title {
	color: #fff;
}

@media (max-width: 1024px) {
	.top_container .top_title {
		font-size: 35px !important;
	}
}

.clear_container {
	position: relative;
    box-sizing: border-box;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.clear_container, 
.core_container {
	position: relative;
}

.sticker_container {
	background-repeat: no-repeat;
}

.hikvision {
	background: #000;
}

.nice-select.open .list {
    max-height: 280px;
    overflow: scroll;
    
}

.manuf {
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	top: -8px;
	font-size: 18px !important;
	color: #656565 !important;
}

.news-detail img {
	max-width: 100%;
	height: 100%;
}

.product__details-content h1 {
    font-size: 24px;
    color: #0068c9;
}

.breadcrumb__wrapper .breadcrumb-item {
	white-space: nowrap;
}

/************ AV STYLES *************/

.newpage4 {
	display: block;
}

.link_colored {
	text-decoration: underline;
	color: #0068c9;
}

body {
    font-family: "Rubik", sans-serif !important;
}

.main-menu__nav {
	text-align: left;
}

.av__modal {

}

.checkout-form-list textarea{
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    height: 65px;
    padding: 10px 10px 0 10px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.lcd_container.interactive.screen4 .lcd_box .lcd_height {
	height: 100%;
}

.lcd_container.interactive.screen4 .lcd_box .lcd_width {
	width: 100%;
}

.lcd_container.interactive.screen4 .lcd_box .back_img,
.interactive .lcd_box .lcd_item4 {
	width: 100%;
	height: 100%;
}

.lcd_container.interactive.screen3 .lcd_box .lcd_height {
	height: 80%;
}

.lcd_container.interactive.screen3 .lcd_box .lcd_width {
	width: 80%;
}

.lcd_container.interactive.screen3 .lcd_box .back_img,
.interactive .lcd_box .lcd_item3 {
	width: 80%;
	height: 80%;
}

.lcd_container.interactive.screen2 .lcd_box .lcd_height {
	height: 60%;
}

.lcd_container.interactive.screen2 .lcd_box .lcd_width {
	width: 60%;
}

.lcd_container.interactive.screen2 .lcd_box .back_img,
.interactive .lcd_box .lcd_item2 {
	width: 60%;
	height: 60%;
}

.lcd_container.interactive.screen1 .lcd_box .lcd_height {
	height: 40%;
}

.lcd_container.interactive.screen1 .lcd_box .lcd_width {
	width: 40%;
}

.lcd_container.interactive.screen1 .lcd_box .back_img,
.interactive .lcd_box .lcd_item1 {
	width: 40%;
	height: 40%;
}

@media (min-width: 1024px) {
	.interactive .lcd_block .lcd_box {
	    padding: 0px 0 46.085%;
	    width: 70%;
	    margin: 0 auto;
	}
}

.logo .logo-image img {
	max-width: 260px;
}

/*****fix*****/

.newpage7_tablewrap table tr th:first-child,
.newpage7_tablewrap table tr td:first-child {
	display: none;
}

.newpage7_tablewrap table tr th:nth-child(3),
.newpage7_tablewrap table tr td:nth-child(3) {
	display: none;
}

.newpage6_item .back_img {
	margin: 0 20px;
	width: calc(100% - 40px) !important;
}

.newpage6_item .back_img img {
	object-fit: contain !important;
}

.textpage h3{
	color: #1F2024;
	font-size: 24px;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.textpage iframe {
	margin-bottom: 40px;
}

.textpage b {
	font-weight: 500;
	color: #666;
}

.services-item h6 {
	margin-bottom: 6px;
}

.abs-section-title h4 {
	margin-bottom: 20px;
}

.about-content h1 {
	font-size: 37px;
    line-height: 44px;
    margin: 0 0 18px;
    font-weight: 500;
}

.about-content h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.34em;
	letter-spacing: -0.9px;
	color: #1f2024;
}

.about-contacts {
	padding: 20px;
	background: #eee;
}

.about-contacts b{ 
	font-weight: 700 !important;
}

.social_nom .social {
	margin-top: 0;
	background: #fff;
}

.newpage13_for__text ul {
	margin: 20px 0;
}

.newpage13_for__text li{
	position: relative;
	padding: 5px 0 5px 20px;
}

.newpage13_for__text li:before{
	position: absolute;
	left: 0;
	top: 13px;
	background: #ff4500;
	display: block;
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
}

.newpage18_content {
	max-height: 460px;
}


@media (min-width: 1920px) {
	.newpage19_item__img {
		max-height: 180px;
	}
	.social {
		margin-top: 0;
	}
}

h1.title_yelbor {
    margin: 0 0 50px;
}

.content p{
	margin: 0 0 25px;
    padding: 0;
    font-size: 16px;
    line-height: 150%;
}

.screen__outer-frame_indoor_transparent {
	height: 22% !important;
    left: 7.04166% !important;
    top: 19.74359% !important;
    width: 17% !important;
}

.screen__inner-frame_indoor_transparent {
    -webkit-clip-path: polygon(0 0,100% 21%,100% 99%,0 100%) !important;
    clip-path: polygon(0 0,100% 21%,100% 99%,0 100%) !important;
}

.screen__outer-frame_indoor_default {
	height: 25% !important;
    left: 60.04166% !important;
    top: 57.74359% !important;
    width: 14.91666% !important;
}

.screen__inner-frame_indoor_default {
    -webkit-clip-path: polygon(0 0,100% 17%,100% 100%,0 73%) !important;
    clip-path: polygon(0 0,100% 17%,100% 100%,0 73%) !important;
}

.screen_outdoor_default,
.screen__outer-frame {
	overflow: visible !important;
}

.screen__outer-frame_outdoor_default {
    bottom: 31% !important;
    height: 15% !important;
    right: 11% !important;
    width: 10% !important;
}

.screen__inner-frame_outdoor_default {
    -webkit-clip-path: polygon(0 4%,100% 0%,100% 100%,0 100%) !important;
    clip-path: polygon(0 4%,100% 0%,100% 100%,0 100%) !important;
}

.screen__outer-frame_outdoor_default:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 50%;
	height: 144%;
	width: 8px;
	background-size: contain;
	background-repeat: repeat-y;
	background-image: url('/local/templates/effort/assets_ledconfig/img/bracing.svg');
}

.screen__outer-frame_outdoor_wall {
    height: 30% !important;
    right: 40% !important;
    top: 31% !important;
    width: 14.5% !important;
}

.screen__inner-frame_outdoor_wall {
    -webkit-clip-path: polygon(0 16%,100% 0,100% 97%,0 100%) !important;
    clip-path: polygon(0 16%,100% 0,100% 97%,0 100%) !important;
}

.screen__outer-frame_outdoor_transparent {
    height: 19% !important;
    right: 40% !important;
    top: 31% !important;
    width: 14.5% !important;
}

.screen__inner-frame_outdoor_transparent {
    -webkit-clip-path: polygon(0 24%,100% 0,100% 88%,0 100%) !important;
    clip-path: polygon(0 24%,100% 0,100% 88%,0 100%) !important;
}

.screen__outer-frame_indoor_pilon {
    height: 19% !important;
    left: 13.04166% !important;
    top: 62.74359% !important;
    width: 5.5% !important;
}

.screen__inner-frame_indoor_pilon {
    -webkit-clip-path: polygon(0% 2%,100% 0%,100% 95%,0 100%) !important;
    clip-path: polygon(0% 2%,100% 0%,100% 95%,0 100%) !important;
}

.screen__outer-frame_indoor_pilon:before {
	position: absolute;
	display: block;
	content: '';
	top: 3px;
	left: 0%;
	height: 120%;
	width: 100%;
    -webkit-clip-path: polygon(0% 1%,100% 0%,100% 95%,0 100%) !important;
    clip-path: polygon(0% 1%,100% 0%,100% 95%,0 100%) !important;
	background-color: #e3e3e3;
}

.screen__outer-frame_indoor_pilon:after {
    position: absolute;
    display: block;
    content: '';
    top: 3px;
    left: -13%;
    height: 120%;
    width: 13%;
    -webkit-clip-path: polygon(0% 1%,100% 0%,100% 95%,0 100%) !important;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0 98%) !important;
    background-color: #ababab;
}

.screen__outer-frame_outdoor_pilon {
    height: 14% !important;
    left: 22% !important;
    top: 62.5% !important;
    width: 5.5% !important;
}

.screen__inner-frame_outdoor_pilon {
    -webkit-clip-path: polygon(0% 4%,100% 0%,100% 100%,0 96%) !important;
    clip-path: polygon(0% 4%,100% 0%,100% 100%,0 96%) !important;
}

.screen__outer-frame_outdoor_pilon:before {
	position: absolute;
	display: block;
	content: '';
	top: 3px;
	left: 0%;
	height: 120%;
	width: 100%;
    -webkit-clip-path: polygon(0% 4%,100% 0%,100% 100%,0 96%) !important;
    clip-path: polygon(0% 4%,100% 0%,100% 100%,0 96%) !important;
	background: rgb(217,217,217);
	background: linear-gradient(160deg, rgba(217,217,217,1) 0%, rgba(183,183,183,1) 100%);


}

.screen__outer-frame_outdoor_pilon:after {
    position: absolute;
    display: block;
    content: '';
    top: 3px;
    left: 98%;
    height: 120%;
    width: 14%;
    -webkit-clip-path: polygon(0% 4%,100% 0%,100% 100%,0 96%) !important;
    clip-path: polygon(0% 0%,100% 3%,100% 97%,0 100%) !important;
    background: rgb(217,217,217);
    background: #999;
}

.configurator {
	margin-bottom: 100px !important;
}

.configurator p {
	margin-bottom: 0;
}

.configurator .btn {
	background: #FCBE00;
	height: 50px !important;
	text-align: center;
	padding: 15px 30px;
	line-height: 1 !important;
	margin-top: 8px;
}

.advantages__icon {
	display: block;
}

.configurator__results_show {
	position: static !important;
}

.configurator__form_hide {
	height: 0 !important;
}

.ml0 {
	margin-left: 0px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mt-60 {
	margin-top: -60px !important;
}

.mt-50 {
	margin-top: -50px !important;
}

.mt-40 {
	margin-top: -40px !important;
}

.mt-30 {
	margin-top: -30px !important;
}

.mt-20 {
	margin-top: -20px !important;
}

.mt-10 {
	margin-top: -10px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pt90 {
	padding-top: 90px;
}

.maxw60 {
	max-width: 60%;
}

.bg-gray {
	background-color: #f5f5f5;
}

.content.bg-gray {
	padding: 60px 0 40px 0;
}

.ttu {
	text-transform: uppercase;
}

.font-bold {
	font-weight: 700;
}

.align-center {
	margin-right: auto !important;
	margin-left: auto !important;
}

.article_page h1 {
    font-size: 37px;
    line-height: 44px;
    margin: 0 0 18px;
    font-weight: 500;
}

.product__details-content .price {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
    display: flex;
    padding-top: 17px;
}

.price .btn {
	margin-left: 20px;
}

.product__details-content .price span {
	padding-top: 20px;
	padding-bottom: 0 !important;
}

.btn {
	display: inline-block;
	background: #FCBE00;
	height: 50px !important;
	text-align: center;
	padding: 15px 30px;
	line-height: 1 !important;
	margin-top: 8px;
}

.solution__img-desc {
	display: none;
}

.solution__item:hover .solution__img-title {
	text-decoration: none;
}



.solution__img-title {
	color: #0068c9;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	z-index: 20;
	text-decoration: underline;
}

.solution__img-title:after {
    position: relative;
    bottom: -1px;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 6px;
    background: url(/local/templates/effort/assets/img/svg/external-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.solution__img-wrapper {
	text-align: center;
	display: block;
}

.solution__img-wrapper {
    margin-bottom: -55px;
}

.solution__item {
    max-width: 425px;
    margin: 0px 0 20px 26px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #1F2024;
    outline: 2px solid #fcbe00;
    padding: 24px 0;
    text-align: center;
}

.solution__item:hover {
	outline: 2px solid #ffedb5;
}

.solution__img-wrapper {
	width: 100%;
	text-align: center;
}

.configurator__results-btn {
	margin-left: auto;
	margin-right: auto;
}

.configurator__results-btn {
	gap: 20px;
}

/*карточка решения на AV */

.av-solution {
	margin-bottom: 80px;
}

.av-solution  li {
	position: relative;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 !important;
	background: none !important;
}

.av-solution  li:before {
    position: absolute;
    top: 10px;
    left: -16px;
    border-radius: 2px;
    background-color: #ff4500;
    display: inline-block;
    content: '';
    height: 3px;
    width: 8px;
}

.features-des__av {
	margin-top: 30px;
}

.features-des__av ul li:nth-child(2n+1) {
    background: #f7f7f7;
}

.features-des__av ul li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-size: 16px;
}

.features-des__av ul li h6 {
    font-size: 16px;
    color: #454545;
    margin-bottom: 0;
    display: inline-block;
    width: 50%;
}



.features-des__av li:before {
	display: none;
}

.newpage21 .newpage21_item__title {
    font-size: 20px !important;
}

.newpage21_item__img {
	background: #fff;
}

.newpage21_item__img .back_img{
	max-height: 214px;
}

.newpage21_item__img .back_img img{  
	height: 100%;
}

.newpage21 .newpage21_item {
    display: block;
    max-width: 100%;
}

.slick-slide img {
    max-height: 214px;
    width: 100%;
    object-fit: contain !important;
    object-position: center !important;
}

.newpage22 {
	padding-top: 0px !important;
}

.nopt {
	padding-top: 0 !important;
}

.nopt .newpage21{
	padding-top: 0 !important;
}

.hide_now {
	display: none !important;
}

.back_dark {
	position: relative;
	color: #fff;
}

.newpage20.back_dark .newpage20_title,
.newpage20.back_dark .newpage20_subtitle,
.newpage18.back_dark .newpage18_title,
.newpage18.back_dark .newpage18_subtitle {
	color: #fff;
}

.newpage20.back_dark .newpage18_title,
.newpage18.back_dark .newpage18_title {
	margin-bottom: 20px;
}


.newpage20.back_dark .newpage20_text,
.newpage18.back_dark .newpage18_text {
	width: 100%;
	margin-bottom: 20px;
}

.newpage20.back_dark .newpage20_content {
	height: auto;
	padding: 80px 0;

}

.newpage20.back_dark .newpage20_subtitle p {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	text-transform: none;
}


.newpage18 .newpage18_text p{
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	max-width: 820px;
}

/*
.back_dark:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(91,44,109,0.78);
	z-index: 1;
}*/

h5 {
    color: #1F2024;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.faq-title {
	font-size: 36px;
	color: #1F2024;
    margin-top: 0px;
    padding-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.accordion-button {
	padding-left: 30px;
}

.accordion-button::after {
	right: auto;
	left: 0;
	top: 14%;
	color: #ff4500;
}

.faq-content h3{
	font-size: 24px;
    color: #1F2024;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition;
}

.faq-content .features-des li {
	font-size: 16px;
}

.faq-content .features-des ul {
	margin-bottom: 15px;
}

.newpage13_text .new_button{
	padding: 0 20px;
}

.site-slider__btns svg{
	height: 38px;
	width: 38px;
}

.header-mid .cart-btn {
	line-height: 1.2;
}

.reason-card {
	gap: 20px !important;
    padding: 25px 35px !important;
}
.lcd-text p {
    font-size: 16px;
    font-family: 'Rubik';
    color: #1F2024;
    line-height: 150%;
}

.lcd-text ul {
    margin: 20px 0;
}

.lcd-text ul li {
    position: relative;
    padding: 5px 0 5px 20px;
}

.lcd-text ul li:before {
    position: absolute;
    left: 0;
    top: 13px;
    background: #ff4500;
    display: block;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.social__list img {
	max-width: 44px;
}

.page-banner-content p{
	max-width: 700px;
	margin: 0 auto;
}

.st-btn-4 {
	border: 2px solid #fcbe00;
}

.st-btn-4 + .st-btn-4 {
	margin-left: 10px;
}

.st-btn-oulined {
	border: 2px solid #fcbe00;
	background: transparent !important;
	color: #fcbe00;
}

.st-btn-oulined:hover {
	color: #ffffff;
}

/*Костыли для конфигуратора*/

.slick-dots {
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.newpage5:before {
	display: none;
}

.newpage5_out1 {
    width: 58.85vw;
    max-width: 750px;
}

.newpage5 h2 {
	margin-top: 80px;
}

.newpage7.newpage7--upper {
    margin: -70px 0 130px !important;
    z-index: 2; 
    position: relative
}

.newpage7 table {
	margin-bottom: 40px !important;
}

.newpage7 th {
	text-align: center;
	font-size: 18px;
	padding: 5px 0 !important;
}

.newpage7 td {
	text-align: center;
	padding: 5px 0 !important;
}

.newpage21 .slick-dots {
	display: none;
}

/* addon 2 advantages */

.advantages__item-title {
	min-height: 41px;
}

.advantages__item-desc {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}

.accordion-item {
	border-bottom: 0;
}

.advantages__list-4col {
    grid-template-columns: repeat(1, 1fr) !important;
}

@media (min-width: 768px) {
	.advantages__list-4col {
	    grid-template-columns: repeat(2, 1fr) !important;
	}
}


@media (min-width: 768px) {
	.advantages__list-4col {
	    grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (min-width: 1024px) {
	.advantages__list-4col {
	    grid-template-columns: repeat(4, 1fr) !important;
	}
}





.advantages__list-3col {
    grid-template-columns: repeat(1, 1fr) !important;
}

@media (min-width: 768px) {
	.advantages__list-3col {
	    grid-template-columns: repeat(2, 1fr) !important;
	}
}


@media (min-width: 768px) {
	.advantages__list-3col {
	    grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (min-width: 1024px) {
	.advantages__list-3col {
	    grid-template-columns: repeat(3, 1fr) !important;
	}
}

/* interactive panels */

.lcd_container:before {
	display: none;
}

@media (min-width: 993px) {
	.lcd_block {
		width: 100% !important;
		max-width: 680px;
	}
}

.newpage6_item {
	min-height: 200px;
}

.lcd_height .lcd_measure {
    font-size: 22px;
    transform: translateY(-50%) translateX(-41%) rotate(90deg);
}

.newpage6_sliderwrap .custom_slarrows {
	width: 96px;
	top: -53px !important;
}

.newpage6_sliderwrap .custom_slarrows svg{
	width: 40px;
}

@media (min-width: 1024px) {
    .interactive .lcd_block .lcd_box {
        padding: 0px 0 46.085%;
        width: 80%;
        margin: 0 auto 0 0;
    }
}

/* fix long titles in banner on mobile */

.page-banner-content h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.17em;
    letter-spacing: -3px;
	margin: 0;
}

@media (max-width: 480px) {
	.page-banner-content h1,
	.page-banner-content h3{
		font-size: 50px;
		line-height: 1;
		margin-bottom: 25px;
	}
}

@media (max-width: 1479px) and (min-width: 1024px) {
	.categories__list {
        -ms-grid-columns: (1fr) [4] !important;
        grid-template-columns: repeat(4, 1fr) !important;
        max-width: 100% !important;
	}
	h2, .h2 {
		font-size: 20px !important;
	}
	h4, .h4 {
		font-size: 20px !important;
	}
	.category-card__title-wrapper {
		min-height: 56px !important;
	}
}

.textpage ul li {
	position: relative;
	font-size: 14px;
	line-height: 1.7;
}

.textpage ul li:before {
	position: absolute;
	top: 8px;
    left: -15px;
	background: #ff4500;
}

.lcdconfig .screen1{
	padding: 0 !important;
}

.lcdconfig .screen2{
	padding: 0 !important;
}


.lcdconfig .lcd_box {
	padding: 0;
	margin-bottom: 0 !important;
	min-height: 370px;
}

.lcdconfig .lcd_item span {
    right: 7px;
    top: 2px;
    font-size: 18px;
    line-height: 27px;
}


.lcdconfig.lcd_container .lcd_block {
	margin: 0 0 0 120px;
}

.lcdconfig.lcd_container {
	padding: 0 0 100px 0;
}

.social {
    margin-top: 0;
}
/*header fixed*/
.header-fixed.active {
    display: block;
}
.header-fixed {
	display: none;
	top: 0;
	position: fixed;
	background: white;
	padding: 21px 0;
	width: 100%;
	z-index: 999;
}
.header-fixed .header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	padding: 0;
}
.header-fixed .header-inner ul.main-menu__nav {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 0 50px;
}
.header-fixed .header-inner ul.main-menu__nav li:not(.fixed) a {
    color: #FF4500;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.header-fixed .header-inner ul.main-menu__nav li.fixed a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.header-fixed .header-inner .header__info .btn {
    margin: 0;
    height: fit-content!important;
    padding: 13.5px 38px 13.5px 37px;
}
.header-fixed .header-inner .header__info .btn a {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.header-fixed .header-inner .logo img {
    max-width: 228px;
}
.header-fixed .header-inner p {
    margin-bottom: 5px;
    color: #333;
    font-family: Rubik;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-fixed .header-inner a.header-mail {
    color: #FF4500;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.header-fixed .header-inner .header__info {
    display: flex;
    gap: 50px;
}
.header-fixed .header-inner .header__info .info {
    display: flex;
    gap: 24px;
}
@media (max-width: 1480px) {
	.header-fixed .header-inner .logo img {
		max-width: 200px;
	}
}
@media (max-width: 1360px) {
	.header-fixed .header-inner .header__info .btn {
		padding: 13px;
	}
	.header-fixed .header-inner ul.main-menu__nav {
		grid-gap: 0 20px;
	}
}
@media (max-width: 1250px) {
    .header-fixed .header-inner .logo img {
        max-width: 170px;
    }
	.header-fixed .header-inner ul.main-menu__nav li:not(.fixed) a, .header-fixed .header-inner .header__info .btn a {
		font-size: 14px;
	}
	.header-fixed .header-inner .header__info {
		gap: 20px;
	}
	.header-fixed .header-inner ul.main-menu__nav {
		grid-template-columns: auto auto;
	}
	.header-fixed .header-inner .header__info .btn {
		height: fit-content!important;
	}
}
@media (max-width: 991px) {
	.header-fixed .header-inner .side-menu {
		background: #FF4500;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 46px;
		height: 46px;
	}
	.header-fixed .header-inner a.logo-image img {
		width: 202px;
	}
	.header-fixed .header-inner a.logo-image {
		display: flex;
	}
	.header-fixed .header-inner .header__info .menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 34px;
		flex: 1 0 auto;
	}
	.header-fixed .header-inner .header__info {
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }
	.header-fixed .header-inner .header__info .menu a.phone {
		color: #333;
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
	}
}
@media (max-width: 550px) {
	.header-fixed {
		padding: 0;
	}
	.header-fixed .container {
		padding: 0;
	}
	.header-fixed .header-inner a.logo-image img {
        width: 134px;
    }
	.header-fixed .header-inner .header__info .menu a.phone {
        font-size: 13px;
    }
	.header-fixed .header-inner .header__info .menu {
        gap: 21px;
    }
}

.dark {
    height: 0;
    position: relative;
    z-index: 10;
}

.dark .breadcrumb-item.active,
.dark .breadcrumb-item a {
	color: #ffffff;
}

.container.container-short {
	max-width: 920px;
}

.chars_table-wrapper {

}

.chars_table li{
	margin-top: 10px;
	margin-bottom: 10px;
}

.orange-bg {
	background: #ff4500;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffffff;
}

.orange-bg h6,
.orange-bg .h6 {
	color: #fff;
}

.list {
	margin-bottom: 20px;
}

.list li {
	position: relative;
	margin: 8px 0 8px 15px;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 !important;
	background: none !important;
}

.list li:before {
    position: absolute;
    top: 10px;
    left: -16px;
    border-radius: 2px;
    background-color: #ff4500;
    display: inline-block;
    content: '';
    height: 3px;
    width: 8px;
}

.main-menu ul li span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 0;
}

.header-fixed .header-inner ul.main-menu__nav li:not(.fixed) span {
    color: #FF4500;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.header-fixed .sticky-hide {
	display: none;
}

.header-fixed .header-inner ul.main-menu__nav li:not(.fixed) a,
.header-fixed .header-inner ul.main-menu__nav li:not(.fixed) span {
	font-size: 13px;
}

.header-fixed .header-inner ul.main-menu__nav li.fixed {
	display: none;
}

.header-fixed .header-inner .info,
.header-fixed .header-inner .header__info {
    align-items: center;
}

.header-fixed .header-inner .info p {
	margin-bottom: 0;
}

.header-fixed .header-inner .info .phone {
	font-weight: 700;
}

.header-fixed {
	border-bottom: 3px solid #ff4500;
}

@media (max-width: 768px) {
	.newpage7.newpage7--upper {
		margin: 0px 0 130px !important;
	}
	.newpage7.newpage7--upper table {
		width: 100%;
	}
}

.product__desc-info ul li {
	display: block;
}
.header-fixed.active #mobile-menu ul.main-menu__nav li.active a,
.header-fixed.active #mobile-menu ul.main-menu__nav li.active span{
	color: #FCBE00;
}
.header-fixed.active #mobile-menu ul.main-menu__nav li ul.submenu {
	display: none;


}
.with_sub {
	display: none !important;
}
.header-fixed.active .fa-angle-down {
	display: none;
}
.header-fixed.active .with_sub {
	width: 13px;
	height: 9px;
	display: inline-block !important;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45MSAwLjkzMzAzNkwxMi45NyAxLjk5NDA0TDcuMTkzIDcuNzczMDRDNy4xMDA0MyA3Ljg2NjE5IDYuOTkwMzYgNy45NDAxMiA2Ljg2OTExIDcuOTkwNTdDNi43NDc4NiA4LjA0MTAxIDYuNjE3ODMgOC4wNjY5OSA2LjQ4NjUgOC4wNjY5OUM2LjM1NTE3IDguMDY2OTkgNi4yMjUxNCA4LjA0MTAxIDYuMTAzODkgNy45OTA1N0M1Ljk4MjY0IDcuOTQwMTIgNS44NzI1NyA3Ljg2NjE5IDUuNzggNy43NzMwNEwwIDEuOTk0MDRMMS4wNiAwLjkzNDAzNkw2LjQ4NSA2LjM1ODA0TDExLjkxIDAuOTMzMDM2WiIgZmlsbD0iI0ZGNDUwMCIvPgo8L3N2Zz4K");
}
.header-fixed.active #mobile-menu ul.main-menu__nav li ul.submenu.active {
	display: block;
	position: absolute;
	background: #FFFFFF;
	top: calc(100% + 24px);
	padding: 22px 25px 0 25px;
	width: 230px;
}
.header-fixed.active #mobile-menu ul.main-menu__nav li ul.submenu.active li {
	margin-bottom: 20px;
}
.header-fixed.active #mobile-menu ul.main-menu__nav li ul.submenu.active li a {
	color: #666;
	font-family: Rubik;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 153.846% */
	text-transform: none;
}
.header-fixed.active #mobile-menu ul.main-menu__nav li.active .with_sub{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45MSAwLjkzMzAzNkwxMi45NyAxLjk5NDA0TDcuMTkzIDcuNzczMDRDNy4xMDA0MyA3Ljg2NjE5IDYuOTkwMzYgNy45NDAxMiA2Ljg2OTExIDcuOTkwNTdDNi43NDc4NiA4LjA0MTAxIDYuNjE3ODMgOC4wNjY5OSA2LjQ4NjUgOC4wNjY5OUM2LjM1NTE3IDguMDY2OTkgNi4yMjUxNCA4LjA0MTAxIDYuMTAzODkgNy45OTA1N0M1Ljk4MjY0IDcuOTQwMTIgNS44NzI1NyA3Ljg2NjE5IDUuNzggNy43NzMwNEwwIDEuOTk0MDRMMS4wNiAwLjkzNDAzNkw2LjQ4NSA2LjM1ODA0TDExLjkxIDAuOTMzMDM2WiIgZmlsbD0iI0ZDQkUwMCIvPgo8L3N2Zz4K")
}
.mean-container .mean-nav ul li span {
	width: 100%;
	padding: 10px 0;
	color: #222;
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	float: left;
	margin: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.with_sub {
		display: none !important;
	}
	ul.main-menu__nav .fa-angle-down {
		display: none;
	}
}

/* Скрываем настоящий input */
.privacy-checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Контейнер кастомного чекбокса */
.privacy-checkbox__custom {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  margin-right: 15px;
  position: relative;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 4px;
}

/* Отрисовываем галочку через псевдоэлемент, только когда чекбокс отмечен */
.privacy-checkbox__input:checked + .privacy-checkbox__custom::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
