

/* Start:/local/templates/main/components/arturgolubev/search.title/search/style.css?17483188893824*/
.search-bar {
    display: flex;
    max-width: 100%;
}
.search-bar__field {
    position: relative;
    flex-grow: 1;
    margin-right: 80px;
}
.search-bar__input {
    width: 100%;
    font-size: 18px;
    line-height: 1.66;
    color: #35374E;
    margin-top: 11px;
    border-bottom: 2px solid rgba(53,55,78,0.4);
    outline: none;
}
.search-bar__close {
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    margin-right: 28px;
}
.search-bar__close:after, .search-bar__close:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #92939A;
    margin: auto;
}
.search-bar__close:before {
    width: 2px;
    height: 100%;
    transition: all .7s cubic-bezier(.77,0,.175,1) .1s;
}
.search-bar__close:after {
    height: 2px;
    width: 100%;
    transition: all .7s cubic-bezier(.77,0,.175,1) 0s;
}
.search-bar__label {
    font-family: RF Dewi,sans-serif;
    right: 0;
    left: 0;
    top: 11px;
    position: absolute;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: .01em;
    transform-origin: 0 50%;
    color: rgba(53,55,78,0.6);
    transition: transform .3s cubic-bezier(.33,1,.68,1) 0s,color .3s cubic-bezier(.33,1,.68,1) 0s;
    pointer-events: none;
}
.search-bar__input:focus ~ .search-bar__label ,
.search-bar__input:not(:placeholder-shown) ~ .search-bar__label {
    transform: scale(.7) translate3d(0,-35px,0);
}
.search-bar__buttons {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 526px) {
    .search-bar__buttons {
        min-width: 145px;
    }
}
@media only screen and (min-width: 640px) {
    .search-bar__buttons {
        min-width: 152px;
    }
}
.search__btn {
    position: relative;
    z-index: 100;
}
.search__btn:before {
    position: absolute;
    content: "";
    bottom: -18px;
    left: -6px;
    width: 40px;
    height: 2px;
    background-color: #EC1818;
    opacity: 0;
    z-index: 100;
}
.nav__item_active .search__btn:before {
    opacity: 1;
}
.nav__item_active .modal-form,
.header__buttons_active .modal-form {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}
.header__buttons {
    display: flex;
    align-items: center;
}
.search__btn_mob {
    margin-right: 16px;
}
.modal-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear 0s,transform .5s ease 0s,bottom 0s ease .5s,visibility 0s linear .5s;
    background-color: rgba(25, 25, 32, 0.4);
}
.modal-form__content {
    margin-top: 65px;
}
.search-bar_modal {
    padding: 36px;
    background-color: #fff;
}
@media (min-width: 1131px) {
    .search__btn_mob {
        display: none;
    }
}
@media (max-width: 1130px) {
    .modal-form__content {
        margin-top: 60px;
    }
}
@media (min-width: 526px) {
    .popup__close_search {
        position: relative;
    }
}
@media (max-width: 1131px) {
    .nav__item_search:not(.header__buttons) {
        display: none !important;
    }
    .search-bar__field {
        margin-right: 30px;
    }
    .search__btn:before {
        display: none;
    }
}
@media (max-width: 525px) {
    .modal-form__content .wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .search-bar {
        flex-direction: column;
    }
    .search-bar_modal {
        position: relative;
    }
    .search-bar__close {
        position: absolute;
        top: 10px;
        right: -10px;
        width: 20px;
        height: 20px;
    }
    .search-bar__field {
        margin: 0 0 24px;
    }
}
/* End */


/* Start:/catalog/ustroystva-uluchsheniya-kachestva-elektricheskoy-energii/style.css?174831880512663*/
.wrapper__title {
        margin-bottom: 80px;
    }
    .wrapper__subtitle {
        margin-bottom: 60px;
    }
    .banner {
        color: #fff;
    }
    .banner__inner {
        position: relative;
		margin-bottom: 40px;
    }
    .banner__picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .banner__img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner__content {
        padding: 60px 44px;
    }
    .banner__title {
        color: #fff;
    }
    .banner__descr {
        max-width: 960px;
        margin-bottom: 50px;
    }
    .banner__text {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .banner__footer {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .link {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 20px 42px;
        letter-spacing: .04em;
        text-transform: uppercase;
        border-radius: 60px;
    }
    .link__name {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .04em;
    }
    .link__icon {
        margin-left: 13px;
    }
    .swiper-slide_padding_bottom {
        padding-bottom: 12px;
        border-bottom: 1px solid #171930;
    }
    .swiper-slide_view_column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .swiper-slide.swiper-slide_height_auto {
        height: auto;
    }
    .swiper-slide__content {
        display: flex;
        flex-direction: column;
    }
    .swiper-slide__picture {
        display: block;
        width: 100%;
        position: relative;
       
    }
	.sub__text p{
		font-family: RF Dewi;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 31px; /* 172.222% */
		letter-spacing: 0.18px;
		margin-bottom: 20px;
	}
    .swiper-slide__picture_aspect-ratio_70 {
        padding-top: 70%;
    }
    .swiper-slide__picture_aspect-ratio_100 {
        height: 100%;
    }

    .swiper-slide__img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper-slide__descr {
        margin: 18px 0 14px;
    }
    .swiper-slide__title {
        max-width: 595px;
        margin-bottom: 12px;
        text-transform: uppercase;
    }
    .swiper-slide__title_size_s {
        font-size: 18px;
        line-height: 1.66;
    }
    .swiper-slide__title_size_l {
        font-size: 24px;
        line-height: 1.66;
    }
    .swiper-slide__title_color_red {
        color: #EC1818;
    }
    .swiper-slide__name {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .swiper__controls_position_center {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 32px;
    }
    .card__inner {
        display: grid;
        gap: 20px;
    }
    .card__item {
        color: #fff;
        position: relative;
        min-height: 178px;
    }
	.card__item:hover .card__descr{
		visibility: visible;
		opacity:1;
    }
    .card__picture {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .card__img {
        object-fit: cover;
    }
    .card__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
    }
    .card__top {
        padding: 10px 40px;
        background: rgba(236, 24, 24, 0.8);
    }
    .card__title {
        font-size: 18px;
        line-height: 1.66;
        margin-bottom: 8px;
        text-transform: uppercase;
    }
    .card__subtitle {
        display: inline-block;
        font-size: 13px;
        line-height: 1;
        padding-top: 6px;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
    }
    .card__descr {
        visibility: hidden;
        opacity: 0;
        flex-grow: 1;
        font-size: 18px;
        line-height: 1,7;
        padding: 56px 40px;
        background: rgba(53, 55, 78, 0.8);
        transition: opacity .3s, visibility .3s;
    }
    .card__text {
        max-width: 570px;
    }
    .section-column {
        display: grid;
        gap: 20px;
    }
    .title-caption {
        font-size: 13px;
        font-weight: 600;
        color: #35374E;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .title-caption_padding_top {
        padding-top: 15px;
    }
    .props__content {
        display: grid;
        gap: 65px 20px;
    }
    .props__item {
        display: grid;
        column-gap: 20px;
    }
    
    .props__title {
        font-size: 13px;
        font-weight: 600;
        color: #EC1818;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 7px;
    }
    .props__descr {
        font-size: 16px;
        line-height: 1.5;
        color: #35374E;
        margin-bottom: 16px;
    }
    .props__picture {
        display: block;
    }
    .props__img {
        display: block;
        object-fit: cover;
    }
    .props__btn {
        width: 100%;
        height: 50px;
        border: none;
        background: none;
        text-align: center;
        transition: transform .3s;
    }
    .props__btn_close {
        transform: rotate(-180deg);
    }
    .list {
        color: #35374E;
        margin-bottom: 0;
    }
    .list_icon_check .list__item:before {
        content: '';
        background-image: url("/catalog/ustroystva-uluchsheniya-kachestva-elektricheskoy-energii/images/check.svg");
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        top: 3px;
        left: 8px;
        background-color: transparent;
    }
    .list .list__item {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    .list_hidden_xs {
        position: relative;
        transition: max-height .3s;
    }
    .list_hidden_xs:before {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0;
        right: 0;
        height: 60px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        z-index: 1;
    }
    .swiper-slide__inner {
        display: flex;
        height: 100%;
    }
    .swiper-slide__info {
        height: 100%;
        padding: 50px;
        background-color: #FAFAFA;
        box-sizing: border-box;
    }
    .mb_40 {
        margin-bottom: 40px;
    }
    .swiper__pagination.swiper-pagination-custom {
        width: 45px;
    }

    .swiper__button.swiper-button-prev:after, 
    .swiper-rtl .swiper-button-next:after {
        display: none;
    }
    .swiper__button.swiper-button-next:after, 
    .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .swiper__button.swiper-button-prev,
    .swiper__button.swiper-button-next {
        position: relative;
    }
    .swiper__button.swiper-button-prev {
        left: 0;
    }
    .swiper__button.swiper-button-next {
        right: 0;
    }
    .swiper__controls .swiper-pagination {
        position: relative;
        width: 45px;
        margin: 0 20px;
    }
    .swiper__controls .swiper-pagination-current {
        color: #EC1818;
    }
    .swiper__button.swiper-button-prev .arr {
        transform: rotate(180deg);
    }
    .work__inner .swiper-slide {
        height: auto;
    }
    
    /* Media queries */
    @media (min-width: 1025px) {
        .props__item {
            grid-template-columns: 1fr 1fr;
        }
    }
    @media (min-width: 769px) {
        .swiper-slide__column {
            width: 50%;
        }
        .section-column {
            grid-template-columns: 1fr 1fr;
        }
        .card__item {
            min-height: 400px;
        }
        .card__inner {
            grid-template-columns: 1fr 1fr;
        }
        .banner__link {
            margin-left: 36px;
        }
        .props__content {
            grid-template-columns: 1fr 1fr;
        }
        .props__btn {
            display: none;
        }
        .list_hidden_xs:before {
            display: none;
        }
    }
    @media (max-width: 1024px) {
        .work__inner_width_full {
            margin-right: -16px;
            width: calc(100% + 16px);
        }
    }
    @media (max-width: 991px) {
        .card__descr {
            padding: 14px 10px;
        }
        .swiper-slide__info {
            padding: 24px 10px;
        }
        .card__top {
            padding: 10px;
        }
    }
    @media (max-width: 768px) {
		.banner__inner {
			margin-bottom: 28px;
		}
		.sub__text p{
			font-family: RF Dewi;
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 22px; /* 157.143% */
		}
        .banner__content {
            padding: 30px 10px 0;
        }
        .swiper-slide__inner {
            flex-direction: column;
        }
        .banner__footer {
            flex-direction: column;
            justify-content: center;
        }
        .banner__footer .button__submit {
            align-self: center;
        }
        .swiper-slider-container_banner_full .swiper-slide {
            max-width: 232px;
            margin-right: 12px;
        }
        .swiper-slide__title_size_s {
            font-size: 12px;
        }
        .swiper-slide__title_size_l {
            font-size: 14px;
        }
        .swiper-slide__name {
            font-size: 12px;
            margin-bottom: 6px;
        }
        .list .list__item {
            font-size: 12px;
        }
        .list_icon_check .list__item:before {
            background-size: 12px 12px;
            width: 12px;
            height: 12px;
        }
        .mb_xs_none {
            margin-bottom: 0;
        }
        .banner__title {
            font-size: 22px;
        }
        .mb_xs_20 {
            margin-bottom: 20px;
        }
        .subtitle br {
            display: none;
        }
        .swiper-slide__descr {
            margin: 7px 0 0;
        }
        .swiper-slide__column_left {
            flex-grow: 1;
        }
        .work__inner .swiper-slide_view_column {
            width: 125px;
        }
        .list_hidden_xs {
            max-height: 60px;
            overflow: hidden;
        }
        .list_state_open {
            max-height: 10000px;
        }
        .swiper-slide__picture_aspect-ratio_100 {
            padding-top: 70%;
            height: auto;
        }
    }

    @media (max-width: 639px) {
        .banner__inner {
            margin: 0 -16px;
            width: calc(100% + 32px);
			margin-bottom: 28px;
        }
        .banner__text {
            font-size: 14px;
            line-height: 1.28;
        }
        .banner__descr {
            margin-bottom: 30px;
        }
        .wrapper__title {
            margin-bottom: 30px;
        }
        .wrapper__subtitle {
            margin-bottom: 30px;
        }
        .swiper-slide__title {
            margin-bottom: 3px;
        }
        .swiper-slider__controls_position_center {
            margin-top: 15px;
        }
        .swiper-slider__controls_position_center .swiper-slider__button {
            display: none;
        }
        .card__title {
            font-size: 12px;
            margin-bottom: 0;
        }
        .card__subtitle {
            font-size: 10px;
            padding-top: 2px;
        }
        .title-caption {
            font-size: 10px;
        }
        .props__title {
            font-size: 11px;
        }
        .props__picture {
            max-width: 232px;
            margin: 0 auto;
        }
        .props__descr {
            font-size: 13px;
        }
        .swiper__controls .swiper__button {
            display: none;
        }
        .work__inner .swiper-slide {
            width: 232px;
        }
    }
.banner__picture{
	/* position: relative; */
}
.banner__picture:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0, 0, 0, .7);
}
.banner__text{
	font-size: 18px;
}
.banner__footer .button{
	font-weight: 700;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/.default/style.css?17483188892656*/

@media (min-width: 1025px) {
    .breadcrumbs-section .dd-breadcrumbs .dd-wrapper {
        overflow: visible;
    }

    .breadcrumbs {
        flex-wrap: wrap;
    }
}

.breadcrumb__item {
    flex-direction: column;
}

.breadcrumb__item .breadcrumb__link {
    margin-bottom: 0;
}

.breadcrumb__submenu {
    display: none;
    width: 100%;
    max-width: 91%;
    margin: 0 auto;
    padding: 0 16px;
}

@media (max-width: 1024px) {
    .breadcrumb__item {
        padding-right: 35px;
    }

    .breadcrumb_submenu_open .breadcrumb__submenu {
        display: block;
    }
}

@media (min-width: 1025px) {
    .breadcrumb__submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        display: block;
        overflow: hidden auto;
        overflow-x: hidden;
        overflow-y: auto;
        width: max-content;
        max-width: 260px;
        max-height: 260px;
        margin: 0;
        padding: 0 16px 8px;
        background: #fff;
        box-shadow: 0 2px 20px rgba(0,30,97,.1);
        opacity: 0;
        pointer-events: none;
        scrollbar-color: #35374e transparent;
        scrollbar-width: thin;
    }
    .breadcrumb__submenu::-webkit-scrollbar-track {
      background-color: transparent;
    }
    .breadcrumb__submenu::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: transparent;
        background-clip: padding-box;
        border: 2px solid transparent;
        border-radius: 4px;
    }
    .breadcrumb__submenu::-webkit-scrollbar-thumb {
        background-color: #35374e;
        background-clip: padding-box;
        border-radius: 4px;
        border: 2px solid transparent;
    }

    .breadcrumb__item:hover .breadcrumb__submenu {
        opacity: 1;
        pointer-events: auto;
    }
}

.breadcrumb__submenu-trigger {
    position: absolute;
    top: 19px;
    right: 12px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 20px;
    height: 20px;
    font-size: 0;
    background: transparent;
    border: none;
    outline: none;
    transform: translate(0, -50%)
}

@media (min-width: 1025px) {
    .breadcrumb__submenu-trigger {
        top: 17px;
        right: 7px;
    }
}

.breadcrumb__sublist {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb__subitem {
    display: block;
    padding: 6px 0;
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}

.breadcrumb__subitem:before {
    display: none;
}

.breadcrumb__subitem .breadcrumb__sublink {
    margin: 0;
    padding: 0;
}
/* End */


/* Start:/local/components/layout/footer/templates/.default/style.css?1748318890589*/
.back-to-top__button {
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 500;
    background: #fff;
    padding: 13px;
    border: 2px solid #171930;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 8px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
}

.back-to-top__button:hover {
    background-color: #171930;
}

.back-to-top__button:hover path {
    stroke: #fff;
}

.back-to-top__button_state_visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/* End */
/* /local/templates/main/components/arturgolubev/search.title/search/style.css?17483188893824 */
/* /catalog/ustroystva-uluchsheniya-kachestva-elektricheskoy-energii/style.css?174831880512663 */
/* /local/templates/main/components/bitrix/breadcrumb/.default/style.css?17483188892656 */
/* /local/components/layout/footer/templates/.default/style.css?1748318890589 */
