body .maxwidth-theme {
	max-width: calc(1439px + (32px * 2));
}
.mt_43 {
	margin-top: 49px;
}
.mt_49 {
	margin-top: 49px;
}
.mt_68 {
	margin-top: 68px;
}
.mt_87 {
	margin-top: 87px;
}
.mt_145 {
	margin-top: 145px;
}
.title_2 {
	font-family: Involve;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 1rem;
}


.new_index .banners-big .banners-big__depend-height {
	min-height: 100dvh;
	max-height: 1100px;
}
.new_index .banners-big .banners-big__text {
	align-items: center;
	text-align: center;
	overscroll-behavior: unset;
}
.new_index .banners-big .banners-big__text .banners-big__title {
	font-family: Involve;
    font-weight: 600;
    font-size: 64px;
    line-height: 106%;
    margin: 0 auto;
}
.new_index .banners-big .text_block {
	color: white;
	margin-top: 19px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
}
.new_index .banners-big .banners-big__buttons .btn {
	border-radius: 33px;
	padding: 21px 44px;
	font-family: Montserrat;
	font-weight: 600;
	line-height: 100%;
}
.new_index .banners-big .banners-big__buttons .btn.btn-video {
	height: 60px;
	padding: 20px;
	aspect-ratio: 1 / 1;
	width: auto;
}
.new_index .banners-big .navigation {
	width: 100%;
	margin: auto;
	top: 0;
}
.new_index .banners-big .swiper-pagination {
	justify-content: center;
	width: 100%;
	margin: 0;
}
.new_index .banners-big .slider-nav {
	--slider-button: 58px;
	background: #00000036;
	border: 1px solid white;
	border-radius: 100%;
}
@media (hover:hover) {
	.new_index .banners-big .slider-nav:hover {
		border-color: var(--theme-base-color);
		background: var(--theme-base-color);
	}
}
.new_index  .banners-big .slider-nav .svg {
	stroke: white;
}

.index-block:has(.advantages_block) {
	border:none;
	background: transparent;
	
}
.advantages_block {
	padding-top: 0!important;
	padding-bottom: 0!important;
	border-bottom:none!important;
}
.advantages_block .title_2 {
	margin-bottom: 49px;
}
.advantages_items {
	counter-reset: css-counter 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px 18px;
}
.advantages_items .itm {
	counter-increment: css-counter 1;
	background: linear-gradient(180deg, #fff 0%, #fff9dc 100%);
	border-radius: 22px;
	border: 1px solid #e0e0e0;
	padding: 44px 37px 45px 23px;
	color: rgba(0, 0, 0, 0.78);
}
.advantages_items .itm .icon_block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 139px;
}
.advantages_items .itm .icon_block:after {
	content: "0" counter(css-counter);
	font-weight: 600;
	font-size: 72px;
	background: linear-gradient(211deg, #fdd20bc7 0%, #fff7d000 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	align-items: center;
}
.advantages_items .itm .name {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 11px;
}
.advantages_items .itm .text {
	font-weight: 400;
	font-size: 16px;
}
.advantages_items .itm .text:last-child {
	margin-bottom: 0;
}

.solutions_block {
	position: relative;
	padding-bottom: 111px;
}
.solutions_block .title_block {
	margin: auto;
	position: relative;
	aspect-ratio: 835 / 138;
	max-width: 835px;
	text-align: center;
}
.solutions_block .title_block > * {
	position: relative;
	z-index: 1;
}
.solutions_block .title_block .subtitle{
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
}
.solutions_block .title_block:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='836' height='138' viewBox='0 0 836 138' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.298 12.0039C24.556 4.23241 12.463 0 0 0H835.4C817.72 0 801.12 8.49563 790.79 22.8336L724.21 115.167C713.88 129.505 697.28 138.001 679.6 138.001H211.499C199.037 138.001 186.944 133.769 177.202 125.997L34.298 12.0039Z' fill='white' /%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: -1px;
}
.solutions_items {
	margin-top: 80px;
	display: grid;
	gap: 20px 65px;
	grid-template-columns: repeat(2, minmax(auto, 502px));
	justify-content: center;

}
.solutions_items .itm {
	background: #fff;
	border-radius: 22px;
	padding: 21px 26px 34px;
	display: flex;
	flex-direction: column;
}
.solutions_items .itm .icon_block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 27px;
	align-items: center;
}
.solutions_items .itm .icon_block .name {
	margin-bottom: 0;
	font-size: 28px;
}

.solutions_items .itm ul {
	margin-bottom: 41px;
	max-width: 397px;
}
.solutions_items .itm ul li {
	display: flex;
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 16px;
}
.solutions_items .itm ul li:before {
	min-width: 6px;
	width: 6px;
	height: 6px;
	top: 10px;
	border-radius: 100%;
	background: black;
}
.solutions_items .itm .btn {
	margin-top: auto;
	width: 100%;
	border-radius: 33px;
	padding: 19px;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
}



/* Продукция */
.productions_items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* grid-auto-rows: minmax(0, 1fr);*/
	grid-auto-rows: auto;
	gap: 16px;
}

.productions_items .itm {
	overflow: hidden;
	padding: 25px;
	border-radius: 15px;
	position: relative;
	display: flex;
	align-items: flex-end;

}
.productions_items .itm .services-list__item-image {
	position: absolute;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	transition: .4s all linear;
}
@media (hover:hover) {
	.productions_items .itm:hover .services-list__item-image {
		transform: scale(1.1);
	}
}

.productions_items .itm .services-list__item-link:after {
	content: '';
	z-index: 1;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.48) 100%);;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.productions_items .itm .services-list__item-link span {
	position: relative;
	z-index: 2;
	color: white;
	font-weight: 600;
	font-size: 28px;
	line-height: 130%;
	display: block;
}
.productions_items .itm:first-child {
	grid-row: span 2;
	aspect-ratio: 468/724;
}
.productions_items .itm:nth-child(2) {
	aspect-ratio: 955/280;
	grid-column: span 2;
}
.productions_items .itm:nth-child(3) {
	aspect-ratio: 469/427;
	grid-column: 2;
	grid-row: 2;
}
.productions_items .itm:nth-child(4) {
	aspect-ratio: 469/427;
	grid-column: 3;
	grid-row: 2;
}
.productions_items .itm:nth-child(n+5) {
}


/* Готовые решения */
.ready_solutions_block {

}
.ready_solutions_items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}
.ready_solutions_items .itm {

}
.ready_solutions_items .itm .img_block {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	aspect-ratio: 469/258;
}
.ready_solutions_items .itm .img_block .image {
    position: absolute;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: .4s all linear;
}
.ready_solutions_items .itm .text_block {
	border-radius: 0 0 15px 15px;
	background: linear-gradient(180deg, #fff 0%, #fff9dc 100%);
	padding: 18px 23px 0;
}
.ready_solutions_items .itm .text_block .name {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 16px;

}
.ready_solutions_items .itm .text_block .description {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 21px;
	max-width: 332px;
}
.ready_solutions_items .itm .text_block .btn {
    margin-top: auto;
    width: 100%;
    border-radius: 33px;
    padding: 19px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}
.ready_solutions_items .itm .text_block .btn_transparent {
	background: transparent;
	border: none;
	width: 100%;
	display: block;
	text-align: center;
	color: #000;
	padding: 20px 10px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
	text-decoration-skip-ink: auto;
	transition: .4s all linear;
}
@media (hover:hover) {
	.ready_solutions_items .itm .text_block .btn_transparent:hover {
		color: var(--theme-base-color);
	}
}

.ready_solutions_modal {
	backdrop-filter: blur(7px);
	color: black;
}
.ready_solutions_modal .modal-body {
	padding: 25px;
}
.ready_solutions_modal .modal-content {
	border-radius: 15px;
}
.ready_solutions_modal button.close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	color: black;
	opacity: .7;
}
.ready_solutions_modal button.close:hover {
	opacity: 1;
	color: var(--theme-base-color);
}
.ready_solutions_modal .img_block {
	margin-bottom: 20px;
}
.ready_solutions_modal .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 16px;
}
.ready_solutions_modal p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 21px;
}

/* Формы */
.form_block .banner_form {
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	padding: 31px 71px 49px;
	border-radius: 22px;
	overflow: hidden;
	align-items: center;
}
.form_block .banner_form .text_block {
	flex: 1;
	max-width: 600px;
	color: white;
}
.form_block .banner_form .name {
	color: white;
	font-weight: 600;
	font-size: 48px;
	color: #fff;
}
.form_block .banner_form .description {
	color: white;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
}
.form_block .banner_form .blur_form {
	max-width: 483px;
	border-radius: 22px;
	backdrop-filter: blur(16.899999618530273px);
	background: rgba(54, 54, 54, 0.25);
	padding: 30px 30px 46px;
    position: relative; /* Добавляем для позиционирования псевдоэлемента */
}

/* Псевдоэлемент для градиентной обводки */
.form_block .banner_form .blur_form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 22px; /* Такой же скругление как у блока */
    padding: 1px; /* Толщина обводки */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.17) 0%,
        #656565 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none; /* Чтобы не мешать кликам по блоку */
}
.form_block .banner_form .btn {
    margin-top: auto;
    width: 100%;
    border-radius: 33px;
    padding: 19px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.form_block .banner_form .bootstrap-select {
	width: 100%;
}


.form_block .banner_form .form-control {
	text-align: left;
	border-radius: 11px;
	width: 100%;
	padding: 18px;
	height: 58px;
	background: white;
	position: relative;
	font-size: 16px;
	line-height: 100%;
	transition: .3s all linear;
}
.form_block .banner_form .form-group {
	position: relative;
}
.form_block .banner_form .form-group::before {
	content: 'Ошибка';
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 10px;
    color: #e02222;
    pointer-events: none;
    transition: .3s all linear;
    opacity: 0;
    z-index: 1;
    font-weight: bold;
}
.form_block .banner_form .form-group:has(.error)::before {
	opacity: 1;
}
.form_block .banner_form .form-control.error {
	outline: 1px solid #e02222!important;
}

.form_block .banner_form .form-group .dropdown-menu {
	border-radius: 11px;
	width: 100%;
    top: 102%;
    overflow: hidden;
    font-size: 16px;
}
.form_block .banner_form .form-control .selected-text:not(.active), .form_block .banner_form .form-control::placeholder {
	color: #00000080;
}    
.form_block .banner_form .form-control .caret {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
.form_block .banner_form .form-checkbox__label {
	color: #fff;
}
.form_block .banner_form .form-checkbox__input {
	position: absolute;
	opacity: 0;
	position: absolute;
	appearance: auto;
	width: unset;
	height: unset;
	visibility: unset;
}

.form_block_2 .banner_form {
	flex-direction: column;
	align-items: flex-start;
}
.form_block_2 .banner_form .text_block {
	max-width: 500px;
}
.form_block_2 .banner_form .blur_form {
	width: 100%;
    max-width: 500px;
    padding: 29px 31px;
}

/* Вкладки решения */
.tabs_solution_block .nav-tabs {
	display: flex;
	gap: 1px;
}

.tabs_solution_block .nav-tabs li {
	flex: 1;
}
.tabs_solution_block .nav-tabs li.active:after {
	display: none;
}
.tabs_solution_block .nav-tabs li a{
	transition: .4s all linear;
	border: none;
	background: #727272;
	text-align: center;
	font-weight: 600;
	font-size: clamp(12px, 1.45vw, 24px);
	line-height: 100%;
	padding: 24px;
	color: white;
}
.tabs_solution_block .nav-tabs li.active a {
	background:var(--theme-base-color);
	color: black;
}
.tabs_solution_block .tab-pane  {
	justify-content: space-between;
	background: #F8F8F8;
	border-radius: 0 0 22px 22px;
	padding: 32px 18px 25px 39px;
}
.tabs_solution_block .tab-pane.active {
	display: flex;
}
.tabs_solution_block .tab-pane .text_block {

}
.tabs_solution_block .tab-pane .text_block .name {
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 32px;
}
.tabs_solution_block .tab-pane .text_block > .name + * {
	color: #555;
}
.tabs_solution_block .tab-pane .text_block > * {
	color: black;
}
.tabs_solution_block .tab-pane .text_block p {
	margin-bottom: 14px;
}
.tabs_solution_block .tab-pane .text_block ul {
}
.tabs_solution_block .tab-pane .text_block ul li {
	display: flex;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
}
.tabs_solution_block .tab-pane .text_block ul li:before {
    min-width: 5px;
    width: 5px;
    height: 5px;
    top: 9px;
    border-radius: 100%;
    background: black;
}
.tabs_solution_block .tab-pane .text_block .line {
	margin-top: 35px;
	margin-bottom: 18px;
	display: block;
	width: 40px;
	height: 1px;
	background: black;
}
.tabs_solution_block .tab-pane .text_block .btn {
	min-width: 242px;
    margin-top: 19px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border-radius: 33px;
    padding: 16px;
}
.tabs_solution_block .tab-pane .slider_block {
	overflow: hidden;
	position: relative;
	padding: 0 21px;
}
.tabs_solution_block .tab-pane .slider_block .swiper-container {
	overflow: hidden;
	max-width: 671px;
	border-radius: 22px;
}
.tabs_solution_block .tab-pane .slider_block .swiper-slide {
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	aspect-ratio: 671/419;
	border-radius: 22px;
	background-size: cover;
	background-position: center;
}
.tabs_solution_block .tab-pane .slider_block .slider-nav {
    --slider-button: 42px;
    --fill_dark_light: black;
    background: #FFFFFFDB;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
}
.tabs_solution_block .tab-pane .slider_block .slider-nav .svg {
	transform: scale(0.8);
}
.tabs_solution_block .tab-pane .slider_block .swiper-button-prev {
	left: 0;
}
.tabs_solution_block .tab-pane .slider_block .swiper-button-next {
	right: 0;
}
@media (hover:hover) {
	.tabs_solution_block .tab-pane .slider_block .slider-nav:hover {
		background: var(--theme-base-color);
		border: 1px solid var(--theme-base-color);
	}
}
.tabs_solution_block .tab-pane .slider_block .swiper_pagination {
	text-align: center;
	margin-top: 21px;
}
.tabs_solution_block .tab-pane .slider_block .swiper_pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #D9D9D9;
    &::before {
    	background: #D9D9D9;
    }
}

/* Вопросы */
.new_index .REVIEWS {

}
.new_index .REVIEWS .index-block__subtitle, .new_index .REVIEWS .index-block__part--right {
	display: none;
	
}
.new_index .REVIEWS .index-block__title-wrapper {
	justify-content: center;
}
.new_index .REVIEWS .index-block__title {
	color: black;
	font-family: Involve;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.new_index .REVIEWS .index-block__preview {
	margin: auto;
	text-align: center;
	max-width: 863px;
	margin-bottom: 48px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000BF;
}
.new_index .REVIEWS .reviews-list-slider {
	max-width: 1308px;
}
.new_index .REVIEWS .reviews-list__item {
	padding: 26px 21px;
	border-radius: 22px;
}
.new_index .REVIEWS .reviews-list__item-top-part {
	position: relative;
	flex-direction: column;
	align-items: start;
	margin: 0;
}
.new_index .REVIEWS .reviews-list__item-top-part:before {
	content: '';	
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='36' height='27' viewBox='0 0 36 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4937 26.6011C25.5497 26.6011 23.4469 25.6549 22.1851 23.7623C20.9234 21.7996 20.2926 19.7318 20.2926 17.5589C20.2926 15.7364 20.573 13.8438 21.1337 11.8811C21.6945 9.84838 22.5707 7.92076 23.7623 6.09828C24.9539 4.27581 26.496 2.80381 28.3886 1.68228C30.3512 0.560761 32.6994 0 35.4331 0C35.5032 0 35.5032 0.280382 35.4331 0.841145C35.4331 1.4019 35.4331 1.99771 35.4331 2.62857C35.4331 3.18933 35.4331 3.46971 35.4331 3.46971C35.4331 3.46971 35.0476 3.6099 34.2766 3.89029C33.5055 4.10057 32.5943 4.55619 31.5429 5.25714C30.4914 5.888 29.5802 6.79924 28.8091 7.99086C28.0381 9.18248 27.6526 10.7246 27.6526 12.6171C27.7928 12.5471 27.968 12.512 28.1783 12.512C28.3886 12.512 28.5638 12.512 28.704 12.512C30.7368 12.512 32.349 13.1429 33.5406 14.4046C34.8023 15.6663 35.4331 17.2785 35.4331 19.2411C35.4331 21.4141 34.7672 23.2015 33.4354 24.6034C32.1737 25.9352 30.5265 26.6011 28.4937 26.6011ZM8.20114 26.6011C5.25714 26.6011 3.15429 25.6549 1.89257 23.7623C0.630857 21.7996 0 19.7318 0 17.5589C0 15.7364 0.280381 13.8438 0.841143 11.8811C1.4019 9.84838 2.2781 7.92076 3.46971 6.09828C4.66133 4.27581 6.20343 2.80381 8.096 1.68228C10.0587 0.560761 12.4069 0 15.1406 0C15.2107 0 15.2107 0.280382 15.1406 0.841145C15.1406 1.4019 15.1406 1.99771 15.1406 2.62857C15.1406 3.18933 15.1406 3.46971 15.1406 3.46971C15.1406 3.46971 14.755 3.6099 13.984 3.89029C13.213 4.10057 12.3017 4.55619 11.2503 5.25714C10.1989 5.888 9.28762 6.79924 8.51657 7.99086C7.74552 9.18248 7.36 10.7246 7.36 12.6171C7.50019 12.5471 7.67543 12.512 7.88571 12.512C8.096 12.512 8.27124 12.512 8.41143 12.512C10.4442 12.512 12.0564 13.1429 13.248 14.4046C14.5097 15.6663 15.1406 17.2785 15.1406 19.2411C15.1406 21.4141 14.4747 23.2015 13.1429 24.6034C11.8811 25.9352 10.2339 26.6011 8.20114 26.6011Z' fill='%23C8C8C8' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.new_index .REVIEWS .reviews-list__item-top-part--row .reviews-list__rating {
	margin: 0;
	margin-bottom: 19px;
}
.new_index .REVIEWS .reviews-list__item .rating__star svg {
	width: 29px;
	height: 29px;
}
.new_index .REVIEWS .reviews-list__item .rating__star .rating__star-svg--filled svg > *{
	fill: var(--theme-base-color);
}
.new_index .REVIEWS .date {
	font-weight: 400;
	font-size: 16px;
	color: #9F9F9F;

}
.new_index .REVIEWS .reviews-list__item-preview-wrapper {
	margin-top: 21px;
	font-size: 16px;
}
.new_index .REVIEWS .reviews-list__item-text {
	margin-top: 41px;
}
.new_index .REVIEWS .reviews-list__item-company * {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: black;
}
.new_index .REVIEWS .reviews-list__item-title {
	font-family: Involve;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #9F9F9F;
}

.new_index .REVIEWS .slider-nav {
    --slider-button: 42px;
    --fill_dark_light: black;
    background: #FFFFFFDB;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
    box-shadow: none;
}
@media (hover: hover) {
    .new_index .REVIEWS .slider-nav:hover {
        background: var(--theme-base-color);
        border: 1px solid var(--theme-base-color);
    }
}
.new_index .REVIEWS .slider-nav .svg {
	transform: scale(0.8);
}

/* Блок вопросов */
.new_index .FAQS .index-block__subtitle, .new_index .FAQS .index-block__part--right {
	display: none;
}
.new_index .FAQS .index-block__title {
	color: black;
    font-family: Involve;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.new_index .FAQS .item-accordion-wrapper {
	border-radius: 11px;
	background: linear-gradient(182deg, #fff6cd 0%, #fff9dc 100%);
	margin-bottom: 25px;
	border: none;
	padding: 0;
	transition: .4s all linear;
}
.new_index .FAQS .item-accordion-wrapper.opened {
	padding-bottom: 34px;
}
.new_index .FAQS .accordion-btn {
	padding: 30px 0 0 0;
}
.new_index .FAQS .item-accordion-wrapper:last-child {
	margin-bottom: 0;
}
.new_index .FAQS .accordion-head {
    padding: 26px 30px;
}
.new_index .FAQS .accordion-head .switcher-title {
	font-family: Involve;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
}
.new_index .FAQS .accordion-preview{
	margin-top: 2px;
	margin-bottom: 0;
	background: white;
	padding: 26px 20px 32px;
	border-radius: 11px;
}
.new_index .FAQS .accordion-line {
	display: none;
}
.new_index .FAQS .accordion-head i {
	right: 30px;
	top: 21px;
	border: 1px solid #474747;
	padding: 10px;
	border-radius: 100%;
	transform: unset!important;
}
.new_index .FAQS .accordion-head.accordion-open i {
	transform: rotate(135deg)!important;
}
.new_index .FAQS .accordion-head i svg {
	width: 16px;
	height: 16px;
	stroke: black!important;
}
.new_index .FAQS .accordion-head i svg * {
	stroke: black!important;
	stroke-width: 1px;
}

/* Карта */
@media (min-width: 768px) {
	.new_index .MAPS .map-view {
		padding: 0;
		padding-left: 344px;
	}
	.new_index .MAPS .map-container{
		right: unset;
		left: 33px;
	}
	.new_index .MAPS .map-view--side-left:before  {
		right: unset;
		left: 344px;
	}
}
@media (max-width: 991px) {
	.new_index .banners-big .banners-big__depend-height {
		min-height: calc(100dvh - (62px * 2))
	}
	.new_index .banners-big .slider-nav {
		transform: scale(.6);
		margin-top: 13px;
	}
	.new_index .banners-big .slider-nav.slider-button-prev {
		left: -20px;
	}
	.new_index .banners-big .slider-nav.slider-button-next {
		right: -20px;
	}

	.mt_43, .mt_49, .mt_68, .mt_87, .mt_145 {
		margin-top: 30px;
	}
	.title_2 {
		font-size: 30px;
	}

	/* Главный слайдер */
	.new_index .banners-big .banners-big__text .banners-big__title {
		font-size: 30px;
	}
	.new_index .banners-big .text_block {
		font-size: 14.5px;
	}

	.solutions_block .title_block .title_2 {
		margin: 0;
	}
	.solutions_block .title_block .subtitle {
		font-size: 15px;
	}
	.solutions_items {
		grid-template-columns: repeat(1, 1fr);
	}
	.solutions_items .itm .icon_block .name {
		font-size: 20px;
	}
	.solutions_items .itm ul {
		margin-bottom: 15px;
	}
	.solutions_items .itm ul li {
		margin-bottom: 10px;
	}

	.advantages_block .maxwidth-theme {
		padding: 0;
	}
	.advantages_items {
		width: 100%;
		gap:0;
        display: grid;
        align-items: start;
        grid-template-columns: auto;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
	}
	.advantages_items .itm {
		padding: 15px;
		grid-row: 1;
        margin: 0 6px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        width: 81vw;
	}
	.advantages_items .itm:first-child {
		margin-left: 23px;
	}
	.advantages_items .itm:last-child {
		margin-right: 23px;
	} 
	.advantages_items .itm .icon_block {
		margin-bottom: 25px;
	}
	.advantages_items .itm .icon_block svg {
		width: 60px;
		height: 60px;
	}
	.advantages_items .itm .icon_block:after {
		font-size: 50px;
	}

	/* Продукция */
	.productions_items {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.productions_items .itm {
		aspect-ratio: 1 / 1 !important;
		grid-column: unset!important;
		grid-row: unset!important;
		padding: 8px;
	}
	.productions_items .itm .services-list__item-link span {
		font-size: 16px;
	}

	/* Готовые решения */
	.ready_solutions_block .maxwidth-theme {
		padding: 0;
	}
	.ready_solutions_items {
		width: 100%;
		gap:0;
		display: grid;
		align-items: start;
		grid-template-columns: auto;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.ready_solutions_items .itm {
		grid-row: 1;
        margin: 0 6px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        width: 81vw;
	}
	.ready_solutions_items .itm:first-child {
		margin-left: 23px;
	}
	.ready_solutions_items .itm:last-child {
		margin-right: 23px;
	} 


	/* Вкладки решения */
	.tabs_solution_block .nav-tabs {
		flex-direction: column;
	}
	.tabs_solution_block .nav-tabs li a {
		border-radius: 5px;
		padding: 10px;
		font-size: 15px;
	}
	.tabs_solution_block .tab-pane .text_block .btn {
		width: 100%;
		margin-top: 0;
	}
	.tabs_solution_block .tab-pane {
		padding: 15px;
		flex-direction: column;
	}
	.tabs_solution_block .tab-pane .slider_block {
		padding: 0;
		margin-top: 15px;
	}
	/* Блок вопросов */
	.new_index .REVIEWS .index-block__title {
		font-size: 30px;
	}
	.new_index .REVIEWS .index-block__preview {
		font-size: 15px;
	}
	.new_index .FAQS .accordion-head {
		padding-right: 60px;
	}
	.new_index .FAQS .accordion-head .switcher-title {
		font-size: 16px;
	}

	/* Формы */
	.form_block .banner_form {
		padding: 15px;
		flex-direction: column;
		position: relative;
	}
	.form_block .banner_form > * {
		z-index: 1;
	}
	.form_block .banner_form:before {
		content: '';
		background: linear-gradient(180deg, rgba(0, 0, 0, 10%) 0%, rgba(0, 0, 0, 30%) 100%);
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
	}
	.form_block .banner_form .name {
		font-size: 30px;
	}
	.form_block .banner_form .description {
		font-size: 16px;
	}
	.form_block .banner_form .blur_form {
		padding: 20px;
	}
}