.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;
	}

	.features-strip {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.feature-item {
		width: 270px;
		padding-top: 10px;
		padding-bottom: 10px;
		justify-content: flex-start;
	}
}

@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;
}

.product__details-content h6 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

.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;
}

.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 h2,
.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-100 {
	margin-top: -100px !important;
}

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

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

.mt-70 {
	margin-top: -70px !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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Ограничение на 2 строки */
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; /* Зависит от line-height */
    line-height: 1.5em; /* Высота строки */
    min-height: 52px;
}

.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 .back_img__relative img {
    height: 200px;
    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;
}

.features-strip {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	padding: 10px 0;
}

.feature-item {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 30px;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.feature-icon {
	width: 32px;
	height: 32px;
	margin-right: 24px;
	object-fit: contain;
}

.feature-text {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}




.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 ol li {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 10px 20px;
}

.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 h2,
.orange-bg h6,
.orange-bg .h6 {
	color: #fff;
}

.orange-bg h2 {
	margin-bottom: 40px;
	text-align: center;
}

.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%;
	}
	.w100p-mob {
		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;
	}
}

.slick-track {
	display: flex !important;
	align-items: stretch;
}

.slick-track .slide {
	height: auto;
}

.slide .slide-inner {
    height: 100%;
    position: relative;
    padding: 11px 43px 100px 43px !important;
}

.slide .slide-inner .stock-btn {
    position: absolute;
    left: 43px;
    bottom: 30px;
    right: 43px;
}

/* Баннер сбера на главной */

.banner__sber-img {
	margin-top: 80px;
	width: 100%;
}

.categories {
	margin: 10px 0 !important;
}

/* Баннер сбера на главной */

/* hidden from bootstrap */

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.price.text-center {
	font-weight: 400 !important;
	border-top: 0 !important;
	width: 100% !important;
}

.product__details-nav .nav-item {
	width: 80px;
}

/* Review_block start */

.aboutReviews-container * {
	color: #333;
	line-height: 1.4;
}
.aboutReviews__text {
	margin-bottom: 60px;
}
.aboutReviews__text p {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}
.aboutReviews__title {
	font-size: 28px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 16px;
}
.aboutReviews__numbers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-bottom: 60px;
}
.aboutReviews__numbers__item {
	border: 2px solid #FF4500;
	padding: 26px;
}
.aboutReviews__numbers__item__title {
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 20px;
}
.aboutReviews__numbers__item__text {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}
.aboutReviews__mails {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 20px;
	margin-bottom: 60px;
}
.aboutReviews__mails__item {
	display: flex;
	flex-direction: column;
}
.aboutReviews__mails__item__img {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 30px;
	margin-bottom: 20px;
	border: 1px solid #D6D6D6;
}
.aboutReviews__mails__item__img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}
.aboutReviews__mails__item__text {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.aboutReviews__numbers {
		grid-template-columns: repeat(1, 100%);
	}
	.aboutReviews__mails {
		grid-template-columns: repeat(2, 1fr);
	}
	.aboutReviews__title {
		font-size: 24px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 450px) {
	.aboutReviews__numbers__item {
		padding: 16px;
	}
	.aboutReviews__mails {
		grid-template-columns: repeat(1, 100%);
	}
}

/* Review_block end */

.product-details .product-status::before {
	margin-top: 3px;
}
.product-details .product-status::after {
	top: 12px;
}

.breadcrumb li.breadcrumb-item {
	margin-left: 0;
}

.your-order-table b{
	font-weight: 600;
}


.projectForm {
	width: 832px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}
.projectForm h3 {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
	font-weight: 500;
}
.projectForm__row {
	display: flex;
	align-items: center;
	margin-left: -12px;
	margin-right: -12px;
	flex-wrap: wrap;
}
.projectForm__row .checkout-form-list {
	width: calc(100%/3 - 24px);
	margin-left: 12px;
	margin-right: 12px;
}
.projectForm textarea {
	height: 150px;
}
.projectForm .form__submit button {
	text-transform: uppercase;
	font-weight: 600;
}
.projectForm .success {
	text-align: center;
}
.projectForm__file {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.projectForm__file__button {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #6F7172;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 30px;
	background: #F5F5F5;
	margin-right: 15px;
	cursor: pointer;
	justify-content: center;
}
.projectForm__file__button__icon {
	width: 30px;
	height: 30px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAINSURBVHgB7Zc/aBNRHMe/7/VSiVOdxL8EChYnEcRFBePiJk4ODjoHgpezuHcLdEkqIXFzd3HQwakpiIo4uLYphUJpKXRsSdMmfd/+LsmFlqaX+1PaDPlAeO9d3r33uXe/9+eAIUAhBo7jPDFQjqIpFYvFeUTEQgyM0nMg71ONTUrxHiKiEQfySjsBxxGDeBJnxEjCYyThMZLwGEl4DIWE796Ry+UmJHmaTCZ/5fP5LYSkfb/WL2HMgmxwq6fV8x0JKv1dfl/rjcZPafAaQpDNZq/LBveXxGdq/cWv7oDXoZrddIpKVYOKuPXGEuPzck6445ZJ1hFVYr9RfyNPshJGxP1fRq8q2am2AFAzzcRrRJWoVCprzb3ddFCR/gJWulSa3fDrJ9DJKpPJ3EpcSlaVwmTnCpcUmZYOf0shJZ0tappnRwWk4VorgEC3bjD6icjtVyUjM4jrkt/B0RFIiMDsYIFQEv1F+jZYa4UQcOnFhBxaH9j29HO/yidj5DgMKOD2JfGTOiYhF2/IqfkPNH+8c5xXiCTCZRNIYPqt9PVP4ud/dzHsSBhjbsJbPanuYgAnRbi8BwR6BQdkqpudIK3bPYkouCKt/cZjA/1CZsrDT4XCOiIS67ujXC5vSvINMRnOXVSm34ztvJ/BOdIJTOvyNi4AY7Hlpr3FyradD0qrRzgHZFaRigsfC4U5DAuHm4nvc9bFO3IAAAAASUVORK5CYII=");
	background-size: cover;
	background-position: center center;
	margin-left: 14px;
}
.projectForm__file__text {
	color: #C0C0C0;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
}
.projectForm__fileInput-hidden {
	display: none;
}
.projectForm__fileInput-name {
	margin-top: 4px;
}
@media screen and (max-width: 767px) {
	.projectForm__row {
		margin-left: 0;
		margin-right: 0;
	}
	.projectForm__row .checkout-form-list {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
@media screen and (max-width: 630px) {
	.projectForm__file__button {
		margin-right: 0;
		width: 100%;
	}
	.projectForm__file__text {
		margin-top: 6px;
	}
}

/* service page */

.services_page ul {
	margin: 20px 0 20px 16px;
}

.services_page ul li {
	position: relative;
	font-size: 14px;
	line-height: 1.4;
	margin: 20px 0;
}

.services_page ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    height: 6px;
    width: 6px;
    left: -15px;
    background: #ff4500;
    border-radius: 50%;
}

.services_page__image {
	margin-bottom: 20px;
	width: 100%;
}

.checkout-form-list.checkout-form-list-subname {
	display: none;
}

.new-first-page {
	display: grid;
	gap: 20px;
}
@media (max-width: 991px) {
	.new-first-page .page-banner-content {
		text-align: center;
	}
}
.new-first-page .page-banner-content h1 {
	font-weight: 400;
	font-size: 60px;
	color: #fff;
	line-height: 1.17em;
	margin-bottom: 55px;
	letter-spacing: -3px;
}
@media (max-width: 991px) {
	.new-first-page .page-banner-content h1 {
		font-size: 50px;
		line-height: 1;
		margin-bottom: 25px;
	}
}
.new-first-page .page-banner-content p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
@media (max-width: 991px) {
	.new-first-page .page-banner-content p {
		font-size: 16px;
	}
}
@media (min-width: 991px) {
	.new-first-page {
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
}
@media (max-width: 991px) {
	.new-first-page {
		gap: 62px;
	}
}
.new-first-page__callback {
	display: flex;
	flex-direction: column;
	padding: 76px 39px;
	background: #fff;
	border-radius: 10px;
	gap: 40px;
}
@media (min-width: 991px) {
	.new-first-page__callback {
		max-width: 554px;
		justify-self: end;
	}
}
@media (max-width: 768px) {
	.new-first-page__callback {
		padding: 29px 25px;
		gap: 30px;
	}
}
.new-first-page__title {
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	color: #1f2024;
	line-height: 1.2;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.new-first-page__title {
		font-size: 20px;
	}
}
.new-first-page__form {
	display: flex;
	flex-direction: column;
}
.new-first-page__form label {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.new-first-page__form label span {
	font-weight: 400;
	font-size: 18px;
	color: #6f7172;
}
@media (max-width: 768px) {
	.new-first-page__form label span {
		font-size: 14px;
	}
}
.new-first-page__form label input {
	border: 1px solid #dfdfdf;
	min-height: 52px;
	display: flex;
	align-items: center;
	padding: 5px 15px;
}
.new-first-page__form label:not(:last-child) {
	margin-bottom: 20px;
}
.new-first-page__btn {
	background: #fcbe03;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	min-height: 52px;
}
.new-first-page__btn:not(:first-child) {
	margin-top: 20px;
}

.accordion-new {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.accordion-new-header {
	width: 100%;
	padding: 25px 0;
	border: none;
	font-weight: 400;
	font-size: 24px;
	color: #1f2024;
	display: flex;
	gap: 26px;
	text-align: left;
	align-items: center;
}
@media (max-width: 991px) {
	.accordion-new-header {
		font-size: 16px;
		padding: 15px 0;
	}
}
.accordion-new-header span {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	flex: 0 0 18px;
	transition: all 0.3s;
}
.accordion-new-header span::before {
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ff4500;
}
.accordion-new-header span::after {
	content: "";
	height: 100%;
	width: 2px;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ff4500;
}
.active .accordion-new-header span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-new-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 15px;
}
.accordion-new-content ul li {
	display: inline-block;
	position: relative;
	display: flex;
	gap: 10px;
}
.accordion-new-content ul li::before {
	content: "";
	height: 3px;
	width: 3px;
	flex: 0 0 3px;
	border-radius: 50%;
	background-color: #666;
	display: inline-block;
	transform: translateY(10px);
}
.accordion-new-content ul li:not(:last-child) {
	margin-bottom: 20px;
}
.active .accordion-new-content {
	padding: 15px;
}

.new-service {
	margin: 0 0;
	position: relative;
}
@media (min-width: 991px) {
	.new-service__main {
		display: grid;
		grid-template-columns: 7fr 5fr;
		justify-content: end;
	}
}
.new-service__main_add {
	grid-template-columns: 1fr;
}
.new-service__title {
	font-weight: 600;
	font-size: 30px !important;
	color: #1f2024;
	margin-bottom: 55px;
}
@media (max-width: 768px) {
	.new-service__title {
		font-size: 22px !important;
		margin-bottom: 40px;
	}
}
.new-service__img img {
	max-width: 100%;
}
@media (max-width: 991px) {
	.new-service__img {
		position: absolute;
		right: -10%;
		bottom: -40%;
	}
	.new-service__img img {
		opacity: 0.3;
	}
}

.newStyle {
	background: #f4f5f7;
}
@media (max-width: 991px) {
	.newStyle {
		padding-bottom: 156px !important;
	}
}
.newStyle__add {
	background-color: #fff;
}
@media (max-width: 991px) {
	.newStyle__add {
		padding-bottom: 60px !important;
	}
}

.indispensably {
	padding: 75px 0;
}
.indispensably__title {
	font-weight: 600;
	font-size: 26px;
	color: #1f2024;
	margin-bottom: 70px;
}
@media (max-width: 991px) {
	.indispensably__title {
		font-size: 22px;
		margin-bottom: 40px;
	}
}
.indispensably__box {
	/* display: flex;
    flex-wrap: wrap; */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
	justify-items: center;
	gap: 88px;
}
@media (max-width: 991px) {
	.indispensably__box {
		row-gap: 40px;
		-moz-column-gap: 22px;
		column-gap: 22px;
	}
}
.indispensably__item {
	display: flex;
	gap: 28px;
	text-align: center;
	flex-direction: column;
	max-width: 230px;
}
@media (max-width: 530px) {
	.indispensably__item {
		max-width: 166px;
		gap: 11px;
	}

	.features-strip {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.feature-item {
		width: 270px;
		padding-top: 10px;
		padding-bottom: 10px;
		justify-content: flex-start;
	}
}
@media (max-width: 374px) {
	.indispensably__item {
		max-width: 300px;
	}
}
.indispensably__item p {
	margin-bottom: 0;
}
.indispensably__img {
	margin: 0 auto;
}
.indispensably__img img {
	max-width: 100%;
}
.indispensably__sub-title {
	font-weight: 600;
	font-size: 14px;
}
@media (max-width: 991px) {
	.indispensably__sub-title {
		line-height: 1.3;
	}
}
.indispensably__desc {
	font-weight: 400;
	font-size: 14px;
	color: #1f2024;
}
@media (max-width: 991px) {
	.indispensably__desc {
		font-size: 12px;
		line-height: 1.2;
	}
}

@media (min-width: 991px) {
	.callback {
		padding-top: 40px;
	}
}
@media (min-width: 991px) {
	.callback__box {
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		gap: 20px;
		align-items: center;
	}
}
.callback__form {
	justify-self: center;
	align-content: center;
}
.callback__form .new-first-page__title {
	text-align: left;
	margin-bottom: 63px;
	font-weight: 500;
	font-size: 40px;
	color: #1f2024;
}
@media (max-width: 768px) {
	.callback__form .new-first-page__title {
		margin-bottom: 24px;
		font-size: 22px;
	}
}
.callback__content {
	display: flex;
	gap: 59px;
	flex-direction: column;
	max-width: 471px;
	justify-self: center;
}
@media (max-width: 991px) {
	.callback__content {
		display: none;
	}
}
.callback__desc {
	font-weight: 400;
	font-size: 24px;
	color: #666;
}
.callback__tel {
	font-weight: 500;
	font-size: 40px;
	color: #fcbe03;
}
.callback__adress {
	font-weight: 400;
	font-size: 24px;
	color: #666;
}


/* Подобрать решение */
.podbor {
	color: #000;
	line-height: normal;
	margin-top: 80px;
}
.podbor__block {
	padding: 50px 30px;
	box-shadow: 0px 0px 22.3px 12px #00000012;
	border-radius: 10px;
}
.podbor__block__title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 60px;
}
.podbor__block__tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;	
}
.podbor__block__tabs__tab {
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	height: 60px;
	padding: 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border: 1px solid #E5E5E5;
	transition: .2s;
}
.podbor__block__tabs__tab:hover {
	color: #FF4500;
	border-color: #FF4500;
}
.podbor__block__tabs__tab.podbor__block__tabs__tab-active {
	background-color: #FF4500;
	border-color: #FF4500;
	color: #fff;
}
.podbor__block__content:not(.podbor__block__content-active) {
	display: none;
}
.podbor__block__content__items {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
}
.podbor__block__content__items__item {
	width: calc(100%/3 - (2/3 * 40px));
	cursor: pointer;
	display: flex;
	flex-direction: column;
}
.podbor__block__content__items__item__name {
	text-align: center;
	font-size: 18px;
	margin-bottom: 28px;
	transition: .2s;
}
.podbor__block__content__items__item:hover .podbor__block__content__items__item__name {
	color: #FF4500;
}
.podbor__block__content__items__item__img {
	border: 3px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
	margin-top: auto;
}
.podbor__block__content-configuration .podbor__block__content__items__item__img {
	border: none;
}
.podbor__block__content__items__item-active .podbor__block__content__items__item__img {
	border-color: #FF4500;
}
.podbor__block__content__items__item__img img {
	width: 100%;
	max-width: 100%;
}
.podbor__block__content-configuration .podbor__block__content__items__item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
}
.podbor__block__content-configuration .podbor__block__content__items__item__name {
	margin-bottom: 0;
}
.podbor__block__content-configuration .podbor__block__content__items__item__img {
	margin-right: 20px;
}
.podbor__block__content-configuration .podbor__block__content__items__item__img img {
	width: auto;
}
.podbor__detail {
	display: none;
	margin-top: 52px;
	background-color: #F4F5F7;
}
.podbor__detail__content {
	display: flex;
	flex-wrap: nowrap;
	gap: 140px;
	align-items: stretch;
	padding: 70px 0;
}
.podbor__detail__content__text,
.podbor__detail__content__img {
	width: calc(50% - 70px);
}
.podbor__detail__content__text {
	display: flex;
	flex-direction: column;
}
.podbor__detail__content__text__title {
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: 500;
}
.podbor__detail__content__text__text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	margin-top: auto;
}
.podbor__detail__content__text__button {
	padding: 0 60px;
	height: 56px;
	border: 2px solid #FF4500;
	font-size: 18px;
	background-color: #FF4500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	transition: .2s;
	cursor: pointer;
	width: fit-content;
}
.podbor__detail__content__text__button:hover {
	background-color: transparent;
	color: #FF4500;
}
.podbor__detail__content__img img {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 991px) {
	.podbor__block {
		padding: 24px 16px;
	}
	.podbor__block__title {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.podbor__block__tabs {
		margin-bottom: 40px;
	}
	.podbor__block__tabs__tab {
		padding: 0 24px;
		height: 44px;
		font-size: 12px;
	}
	.podbor__block__content__items {
		gap: 34px 10px;
	}
	.podbor__block__content__items__item {
		width: calc(50% - 5px);
	}
	.podbor__block__content__items__item__name {
		font-size: 12px;
		margin-bottom: 14px;
	}
	.podbor__detail__content {
		padding: 40px 0;
		flex-direction: column-reverse;
		gap: 30px;
	}
	.podbor__detail__content__img {
		text-align: center;
	}
	.podbor__detail__content__img img {
		width: auto;
		max-width: 100%;
	}
	.podbor__detail__content__text__text {
		font-size: 14px;
	}
	.podbor__detail__content__text__button {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.podbor__detail__content__text__title {
		text-align: center;
	}
	.podbor__detail__content__text, .podbor__detail__content__img {
		width: 100%;
	}
	.podbor__block__content-configuration .podbor__block__content__items__item {
		flex-direction: column;
	}
	.podbor__block__content-configuration .podbor__block__content__items__item__img {
		margin-right: 0;
	}
	.podbor__block__content-configuration .podbor__block__content__items__item__name {
		margin-bottom: 14px;
	}
}
/* end Подобрать решение */

.category-card__subtitle {
	font-size: 20px;
}

#projectFeedbackModalId h3 {
	line-height: 1.1;
	max-width: 340px;
	font-size: 24px;
	margin-bottom: 10px;
}
#projectFeedbackModalId .projectForm__row {
	flex-direction: column;
	margin: 0;
	gap: 10px;
}
#projectFeedbackModalId .projectForm__row .checkout-form-list {
	margin: 0;
	width: 100%;
}

.privacy-checkbox__label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.privacy-checkbox__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
	margin: 0 !important;
}

.privacy-checkbox__custom {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-right: 10px;
    flex-shrink: 0;
}

.privacy-checkbox__input:checked + .privacy-checkbox__custom {
    background-color: #f5f5f5;
}

.privacy-checkbox__input:checked + .privacy-checkbox__custom::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fcbe00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.privacy-checkbox__text {
    font-size: 14px;
    line-height: 1.4;
}

.privacy-checkbox__text a {
    color: #fcbe00;
    text-decoration: underline;
}

.privacy-checkbox__text a:hover {
    text-decoration: none;
}

#projectSubmitBtn:disabled {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
}


/* .uslugiDetailPage .page-banner-content h1 {
	color: #FFF;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 50px;
	letter-spacing: normal;
}
.uslugiDetailPage .page-banner-content p {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
} */
.uslugiDetailPage .page-banner-content .breadcrumbBlock {
	margin-bottom: 50px;
}
.uslugiDetailPage .page-banner-content .breadcrumbBlock .breadcrumb {
	margin-bottom: 0;
}
.uslugiDetailPage .page-banner-content .breadcrumbBlock .breadcrumb-item a,
.uslugiDetailPage .page-banner-content .breadcrumbBlock .breadcrumb-item.active {
	color: #FCBE00;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
.uslugiDetailPage .page-banner-content .breadcrumbBlock .breadcrumb-item.active {
	color: #858585;
}
.uslugiDetailPage .page-banner-content .breadcrumbBlock .breadcrumb-item + .breadcrumb-item::before {
	color: #858585;
}
.uslugiDetailPage .page-banner-height {
	padding: 20px 0;
}

.uslugiDetailPage .new-first-page__callback.new-first-page__callback_redis {
	padding: 30px;
}

.uslugiDetailPage .indispensably {
	padding: 50px 0;
	background: url('/local/templates/effort/assets/img/uslugi_sferi_bg_01.jpg') no-repeat center center /cover;
}
.uslugiDetailPage .indispensably__title {
	color: #333;
	text-align: center;
	font-size: 36px !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 60px;
}
.uslugiDetailPage .indispensably__box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	flex-wrap: wrap;
}
.uslugiDetailPage .indispensably__item__wrap {
	position: relative;
	width: calc(25% - (40px * 3/4));
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.uslugiDetailPage .indispensably__img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.uslugiDetailPage .indispensably__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: unset;
	padding: 0 30px;
}
.uslugiDetailPage .indispensably__item__block {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.uslugiDetailPage .indispensably__img img {
	max-width: 100%;
  	max-height: 100%;
	object-fit: contain;
}
.uslugiDetailPage .indispensably__sub-title {
	color: #333;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration: underline dashed;
  	text-underline-offset: 6px;
}
.uslugiDetailPage .indispensably__desc {
	color: #333;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: none;
}
.uslugiDetailPage .indispensably__item__wrap.indispensably__item__wrap-active .indispensably__item {
	position: absolute;
	padding: 30px;
	top: -30px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 2px 4px 50px 0px rgba(0, 0, 0, 0.10);
	z-index: 1;
}
.uslugiDetailPage .indispensably__item__wrap.indispensably__item__wrap-active .indispensably__sub-title {
	color: #FF4500;
}
.uslugiDetailPage .indispensably__item__wrap.indispensably__item__wrap-active .indispensably__desc {
	display: block;
}

.usligiResheniya {
	padding: 50px 0;	
}
.usligiResheniya__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;	
}
.usligiResheniya__list__item {
	width: calc(25% - (40px * 3/4));
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.usligiResheniya__list__item__img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.usligiResheniya__list__item__img img {
	max-width: 100%;
  	max-height: 100%;
	object-fit: contain;
}
.usligiResheniya__list__item__title {
	color: #333;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.usligiResheniya__list__item__desc {
	color: #333;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.usligiEtaps {
	color: #fff;
	padding: 56px 0 64px;
	background: url('/local/templates/effort/assets/img/uslugi_etaps_bg_01.jpg') no-repeat center center /cover;
}
.usligiEtaps__title.indispensably__title {
	color: #fff;
}
.usligiEtaps__list__item__text * {
	color: #fff;
}
.usligiEtaps__list {
	column-count: 2;
  	column-gap: 40px;
	margin-bottom: 46px;
}
.usligiEtaps__list__item {
	width: 100%;
	margin-bottom: 40px;
	break-inside: avoid;
  	page-break-inside: avoid;
}
.usligiEtaps__list__item:last-child {
	margin-bottom: 0;
}
.usligiEtaps__list__item__title {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 20px;
}
.usligiEtaps__list__item__text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.usligiEtaps__bottom {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.usligiEtaps__bottom a {
	color: #FCBE00;	
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	white-space: nowrap;
}
.usligiEtaps__bottom__tel {
	font-size: 20px;
}

.projectFormUslugi.projectForm {
	width: 100%;
	padding-left: 0;
	padding-right: 0;	
}
.projectFormUslugi.projectForm .projectFormUslugi__block {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	padding: 50px 40px 50px 0;
	border: 2px solid #E0E0E0;
	background: #FFF;	
}
.projectFormUslugi__img {
	min-width: 360px;
	min-height: 517px;
	background: url('/local/templates/effort/assets/img/uslugi_forma_01.png') no-repeat center left /contain;
}
.projectFormUslugi.projectForm .projectFormUslugi__block .js-form-project {
	width: auto;
	flex: 1;
}
.projectFormUslugi.projectForm h3 {
	text-align: left;
	margin-bottom: 10px;
}
.projectFormUslugi__subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 20px;
	color: #222;
}
.projectFormUslugi.projectForm .checkout-form-list {
	margin-bottom: 16px;
}
.projectFormUslugi.projectForm .checkout-form-list.form__submit {
	margin-bottom: 0;
}
@media (max-width: 1279px) {
	.uslugiDetailPage .indispensably__box,
	.usligiResheniya__list {
		gap: 20px;
	}
	.uslugiDetailPage .indispensably__item__wrap,
	.usligiResheniya__list__item {
		width: calc(100%/3 - (20px * 2/3));
	}

}
@media (max-width: 990px) {	
	/* .uslugiDetailPage .page-banner-content h1 {
		font-size: 54px;
		line-height: normal;
		text-align: left;
	}
	.uslugiDetailPage .page-banner-content p {
		font-size: 24px;
		line-height: 140%;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	} */
	.projectFormUslugi.projectForm .projectFormUslugi__block {
		flex-direction: column;
		padding: 26px;
		gap: 0;
	}
	.projectFormUslugi__img {
		display: none;
	}
}
@media (max-width: 767px) {
	.uslugiDetailPage .page-banner-content .breadcrumbBlock {
		margin-bottom: 30px;
	}
	/* .uslugiDetailPage .page-banner-content h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.uslugiDetailPage .page-banner-content p {
		font-size: 20px;
		margin-bottom: 30px;
	} */
	.uslugiDetailPage .new-first-page {
		gap: 30px;
	}
	.uslugiDetailPage .indispensably__title {
		font-size: 30px !important;
	}
	.uslugiDetailPage .indispensably__item__wrap,
	.usligiResheniya__list__item {
		width: calc(50% - 10px);
	}
	.usligiEtaps__list {
		column-count: 1;
		margin-bottom: 20px;
	}
	.projectFormUslugi.projectForm .projectFormUslugi__block {
		flex-direction: column;
		padding: 14px;
		gap: 0;
	}
}