

/* Start:/local/templates/elektronik/components/bitrix/menu/grid/style.css?1784625262392*/
.footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 1em;
}
.footer-grid a {
    font-weight: 300;
    color: #C3C3C3;
}
.footer-grid a:hover {
    text-decoration: none;
    color: #e0e0e0;
}
@media screen and (max-width: 576px) {
    .footer-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/local/templates/elektronik/components/bitrix/menu/column/style.css?1784625262228*/
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.footer-column a {
    font-weight: 300;
    color: #C3C3C3;
}
.footer-column a:hover {
    text-decoration: none;
    color: #e0e0e0;
}
/* End */


/* Start:/local/templates/elektronik/styles.css?178462526210492*/
.card_info__boxs {
            --card_info__boxs-col: repeat(4, 1fr);
            --card_info_margin: 0;
            display: grid;
            grid-template-columns: var(--card_info__boxs-col);
            gap: 20px;
            margin: var(--card_info_margin);
            margin-bottom: 30px;
        }
        @media screen and (min-width: 960px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(4, 1fr);
            }
        }
        @media screen and (min-width: 720px) and (max-width: 959px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(2, 1fr);
                --card_info_margin: 20px;
            }
        }
        @media screen and (max-width: 719px) {
            .card_info__boxs {
                --card_info__boxs-col: 1fr;
                --card_info_margin: 10px;
            }
        }
        .card_info__boxs .card_info {
            display: flex;
            width: 100%;
            height: 158px;
            border-radius: 15px;
            box-shadow: 3px 3px 22px 0 rgba(25, 25, 25, 0.11);
            background: #fff;
            position: relative;
            justify-content: end;
            align-items: end;
        }
        .card_info__boxs .card_info .info__text {
            display: flex;
            position: absolute;
            inset: 0;
            padding: 30px 25px;
            font-weight: 300;
            font-size: 25px;
            color: #000;
            z-index: 1;
        }
        .card_info__boxs .card_info .info__img {
            display: flex;
            z-index: 0;
        }
        .card_info__boxs .card_info .info__img img {
            width: 123px;
            height: 123px;
        }

        .service__info {
            display: flex;
            flex-direction: column;
            margin: 20px auto;
        }
        .service__info .head__info {
            margin: 20px 0;
            font-weight: 300;
            font-size: 32px;
            color: #141414;
        }
        .service__info .text__info {
            font-weight: 300;
            font-size: 16px;
            color: #141414;
        }

.section__boxs {
            --section__boxs-col: repeat(4, 1fr);
            --section__boxs-margin: 0;
            display: grid;
            grid-template-columns: var(--section__boxs-col);
            margin: var(--section__boxs-margin);
        }
        @media screen and (min-width: 960px) {
            .section__boxs {
                --section__boxs-col: repeat(4, 1fr);
            }
        }
        @media screen and (min-width: 720px) and (max-width: 959px) {
            .section__boxs {
                --section__boxs-col: repeat(3, 1fr);
                --section__boxs-margin: 20px;
            }
        }
        @media screen and (min-width: 540px) and (max-width: 719px) {
            .section__boxs {
                --section__boxs-col: repeat(2, 1fr);
                --section__boxs-margin: 15px;
            }
        }
        @media screen and (max-width: 539px) {
            .section__boxs {
                --section__boxs-col: 1fr;
                --section__boxs-margin: 10px;
            }
        }
        .section__box_item {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .service__head {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
        .service__head img {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
        .service__head span {
            font-weight: 600;
            font-size: 18px;
            text-align: center;
            color: #000;
        }
        .service__lists {
            list-style: none !important;
            display: flex !important;
            flex-direction: column !important;
            gap: 10px !important;
            margin: 20px 0;
            padding: 0;
        }
        .service__item {
            display: flex !important;
            gap: 10px !important;
            border: none !important;
            align-items: center !important;
            justify-content: start !important;
            margin: 0 !important;
            padding: 0 !important;
            height: auto;
        }
        .service__item::before {
            display: flex;
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background-color: #000;
        }

        .service__info {
            display: flex;
            flex-direction: column;
            margin: 20px auto;
        }
        .service__info .head__info {
            margin: 20px 0;
            font-weight: 300;
            font-size: 32px;
            color: #141414;
        }
        .service__info .text__info {
            font-weight: 300;
            font-size: 16px;
            color: #141414;
        }

.card_info__boxs {
            --card_info__boxs-col: repeat(4, 1fr);
            --card_info_margin: 0;
            display: grid;
            grid-template-columns: var(--card_info__boxs-col);
            gap: 20px;
            margin: var(--card_info_margin);
            margin-bottom: 30px;
        }
        @media screen and (min-width: 960px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(4, 1fr);
            }
        }
        @media screen and (min-width: 720px) and (max-width: 959px) {
            .card_info__boxs {
                --card_info__boxs-col: repeat(2, 1fr);
                --card_info_margin: 20px;
            }
        }
        @media screen and (max-width: 719px) {
            .card_info__boxs {
                --card_info__boxs-col: 1fr;
                --card_info_margin: 10px;
            }
        }
        .card_info__boxs .card_info {
            display: flex;
            width: 100%;
            height: 158px;
            border-radius: 15px;
            box-shadow: 3px 3px 22px 0 rgba(25, 25, 25, 0.11);
            background: #fff;
            position: relative;
            justify-content: end;
            align-items: end;
        }
        .card_info__boxs .card_info .info__text {
            display: flex;
            position: absolute;
            inset: 0;
            padding: 25px;
            font-weight: 300;
            font-size: 20px;
            color: #000;
            z-index: 1;
        }
        .card_info__boxs .card_info .info__img {
            display: flex;
            z-index: 0;
        }
        .card_info__boxs .card_info .info__img img {
            width: 123px;
            height: 123px;
        }
        .header__text {
            margin: 40px auto;
            font-weight: 500;
            font-size: 32px;
            text-align: center;
            color: #141414;
        }

.web-form-btn{
        padding: 28px 53px;
        border: none;
        border-radius: 110px;
        box-shadow: 3px 3px 22px 0 rgba(25, 25, 25, 0.11);
        background: #003fcc;
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        text-align: center;
    }

.btn-group1 button {
            color: #fff;
            background-color: #0023bf;
            border: 1px solid #0023bf;
            padding-left: 44px;
            padding-right: 44px;
        }
        .btn-group1 button:first-child {
            border-radius: 100px 0 0 100px !important;
        }
        .btn-group1 button:last-child {
            border-radius: 0 100px 100px 0 !important;
        }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main-container {
    margin-top: 4em;
    margin-bottom: 4em;
}
.main-container header {
    margin-bottom: 2em;
}

body {
    font-size: 16px !important;
    line-height: 24px !important;
}

/* Visibility Hidden for SEO */
.vh, .vh-desktop {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

footer .footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1em;
}
footer#footer {
    background-color: #333333;
    color: #C3C3C3;
}
footer .footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3em;
}
footer .footer-title {
    font-weight: 600;
    color: white;
}
footer .footer-section {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
footer .footer-content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
footer .footer-button {
    margin-top: 2em;
    padding: 1em 2em;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 2em;
    color: white;
}
footer .footer-link-list {
    display: flex;
    gap: 0.5em;
}
footer .footer-logo-image {
    object-fit: contain;
}
footer .footer-underline-link {
    text-decoration: underline;
    color: #C3C3C3;
}
footer .footer-underline-link:hover {
    color: white;
}
footer .footer-link img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
}
/* Tablet */
@media screen and (max-width: 992px) {
    footer .footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .vh-desktop {
        position: inherit;
        width: auto;
        height: auto;
        padding: unset;
        margin: unset;
        overflow: auto;
        clip: inherit;
        white-space: inherit;
        border: inherit;
    }
    .vh-laptop {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}
/* Mobile */
@media screen and (max-width: 576px) {
    footer .footer-link-list {
        justify-content: center;
    }
    footer .footer-inner {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
    footer .footer-content {
        justify-content: center;
    }
    .vh-desktop {
        position: inherit;
        width: auto;
        height: auto;
        padding: unset;
        margin: unset;
        overflow: auto;
        clip: inherit;
        white-space: inherit;
        border: inherit;
    }
    .vh-mobile {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}
/* End */


/* Start:/local/templates/elektronik/template_styles.css?178462526214385*/
.main-container .page-content {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.banner {
    padding: 2em;
    display: flex;
    gap: 2em;
    background-color: #0332AD;
    border-radius: 1em;
    background-image: url('/upload/bannerCircles.png');
}
.banner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    justify-content: center;
    padding: 4em;

    color: white;
}
.banner-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.banner-content-tizers-list {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.banner-content-tizer {
    display: flex;
    gap: 1em;
    align-items: center;
}
.banner-content-button {
    display: inline;
    padding: 0.8em 8px;
    background-color: white;
    color: #0332AD;
    font-weight: 700;
    border: none;
    border-radius: 1em;
    box-shadow: none;
    width: 250px;
}

.tizers-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
.tizer-item {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1.5em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    min-width: 200px;
    width: 100%;
}

.colored-layout {
    background-color: #FAFAFA;
}

#prices, #malfunctions, #reviews, #gallery {
    position: relative;
    padding: 2em 0em;
}
#prices header h2, #prices .prices-banners h2, #malfunctions header h2, #workflow header h2, #reviews header h2, #map .map-fake-title, #gallery header h2 {
    font-size: 2em;
    font-weight: 700;
}
#prices .prices-content-solo {
    display: block;

    .prices-table {
        width: 100%;
    }
}
#prices .prices-content-duo {
    display: flex;
    gap: 1em;
}
#prices .prices-table {
    width: 870px;
}
#prices .prices-banners {
    width: 270px;
}
#prices table {
    width: 100%;
    padding: 1em;
    border: 1px solid #E0E5F0;
    border-radius: 1em;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#prices table thead {
    background-color: #0332AD;
    color: white;
}
#prices table th, #prices table td {
    padding: 1em;
    border: 1px solid #E0E5F0;
}
#prices .price-button-wrapper {
    padding: 0.5em;
}
#prices .price-button {
    display: inline;
    padding: 0.6em;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 132px;

    background: linear-gradient(90deg, #ff3366, #8833ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border: 1px solid #8833ff;
    border-radius: 2em;
}
#prices .price-desktop {
    display: block;
}
#prices .price-mobile {
    display: none;
    background-color: white;
}
#prices .price-item {
    border: 1px solid #E0E5F0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
}
#prices .price-item .price-item-header div:nth-child(2) {
    min-width: 100px;
}
#prices .price-item:last-child {
    border-bottom: 1px solid #E0E5F0;
}
#prices .price-item-header, #prices .price-item-body {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
#prices .price-item-header div:nth-child(1) {
    font-size: 1.2em;
}
#prices .price-item-header > div:nth-child(2) {
    font-weight: 700;
}
#prices .price-item-body > div:nth-child(1) > div:nth-child(1) {
    font-weight: 700;
    color: #0332AD;
}

#prices .prices-banners {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#prices .prices-banners-item {
    padding: 1.5em;
    min-height: 210px;
    min-width: 250px;
    border-radius: 1em;
    position: relative;
    flex-shrink: 1;
}
#prices .banner-item-layout {
    background-color: white;
    border-radius: 100%;
    height: 96px;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #F23838;
}
#prices .banner-item-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #F23838;
}
#prices .prices-banners-item .banner-item-icon {
    position: absolute;
    padding: 0.5em;
    left: 1em;
    top: 1em;
    background-color: white;
    border-radius: 100%;
}
#prices .banner-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    text-align: center;
}
#prices .banner-item-description {
    font-weight: 600;
}
#prices .price-banner-color-1 {
    background-color: #E0E6F8;
}
#prices .price-banner-color-2 {
    background-color: #FBD2D2;
}

#callback-name-alert, #callback-phone-alert, #callback-agreement-alert {
    display: none;
    color: rgb(255, 90, 90);
    font-size: 0.8em;
    position: absolute;
    top: -2em;
    left: 0;

}
#callback .callback-content-inner {
    background-image: url('/upload/electronik/callback_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 3em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
}
#callback .callback-header {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 600;
}
#callback .callback-container {
    display: flex;
    gap: 1em;
}
#callback .callback-container label, #callback .callback-agreement {
    position: relative;
}

#callback .callback-button, #callback-reset {
    border: none;
    border-radius: 2em;
    background-color: #F4DA34;
    color: #0332AD;
    padding: 0.5em 2em;
    font-weight: 600;
    height: 45px;
}
#callback .callback-content {
    background: linear-gradient(90deg, #0332AD 0%, #546FB5 100%);
    width: 100%;
    height: 306px;
    border-radius: 1em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    color: white;
}
#callback .callback-agreement label {
    display: flex;
    align-items: start;
    gap: 0.5em;
    max-width: 800px;
}
#callback .callback-agreement a {
    color: #F4DA34;
}
#callback .callback-form {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
#callback input[type="text"] {
    width: 270px;
    padding: 0.5em 1em;
    border-radius: 1em;
    color: black;
    border: none;
    box-shadow: none;
}
#callback-success {
    display: none;
}
#callback-success div {
    margin-bottom: 1em;
}
#callback .callback-header {
    font-size: 2em;
}

#malfunctions .malfunctions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}
#malfunctions .malfunction-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#malfunctions .malfunction-item .malfunction-header {
    display: flex;
    gap: 0.5em;
    align-items: center;
    color: #0332AD;
    font-size: 1.2em;
    font-weight: 600;
}
#malfunctions .malfunction-list {
    list-style-type: disc;
}
#malfunctions .malfunction-list li {
    margin-left: 2em;
}
#workflow .workflow-list {
    display: flex;
    justify-content: space-between;
    gap: 2em;
    flex-wrap: wrap;
}
#workflow .workflow-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 200px;
}
#workflow .workflow-item-header {
    display: flex;
}
#workflow .workflow-item-header-content {
    display: flex;
    gap: 1em;
    align-items: center;
    padding-bottom: 0.5em;
    border-bottom: #0332AD 1px solid;
}
#workflow .workflow-item-number {
    font-size: 4em;
    opacity: 25%;
    color: #0332AD;
    line-height: 60px;
    size: 55px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
}
#workflow ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#prices .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#reviews .review-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#reviews .review-item-header {
    display: flex;
    align-items: center;
    gap: 1em;
}
#reviews .review-item-image-container {
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: 0.4em;
    border: 1px solid #E0E5F0;
    border-radius: 100%;
}
#reviews .review-item-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#reviews .review-item-mark {
    height: 23px;
}
#reviews .review-item {
    background-color: white;
    border: 1px solid #E0E5F0;
    border-radius: 1em;
    padding: 1em;
}
#reviews .review-item-name {
    font-weight: 600;
}
#reviews .reviews-content {
    position: relative;
}
#reviews main, #gallery main {
    position: relative;
}
.reviews-buttons, .gallery-buttons {
    position: absolute;
    left: -4em;
    right: -4em;
    top: 0;
    bottom: 0;
    display: flex !important;
    justify-content: space-between;
    visibility: visible !important;
}
.reviews-buttons .swiper-button, .gallery-buttons .swiper-button {
    border: none;
    box-shadow: none;
    background-color: none;
}
#reviews .reviews-get-review {
    margin-top: 2em;
    padding: 2em;
    background-color: #0332AD;
    color: white;
    display: flex;
    justify-content: space-between;
    gap: 1em;
    border-radius: 1em;
    align-items: center;
}
#reviews .reviews-get-review-left-part {
    display: flex;
    gap: 1em;
    align-items: center;
}
#reviews .reviews-get-review-header {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.3em;
}
#reviews .reviews-get-review-links {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
#reviews .reviews-get-review-links a {
    padding: 0.5em;
    background-color: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    box-sizing: content-box;
}
#reviews .reviews-get-review-links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#map .map-container {
    display: flex;
    gap: 1em;
}
#map .map-list {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
#map .map-item-title {
    font-weight: 600;
    font-size: 1.2em;
}

#map ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#map li {
    padding: 0;
    margin: 0;
}
#map .map-content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
#map .map-item-time, #map .map-item-adress {
    display: flex;
    align-items: start;
    gap: 0.5em;
}
#map .map-content, #map .map-iframe {
    width: 100%;
}
#map .map-item img {
    width: 22px;
    height: 22px;
    object-fit: cover;
}
#gallery .gallery-item {
    width: 270px;
    height: 250px;
}
#gallery .gallery-item img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
#header3-container .backfix {
    display: block;
}
#header3-container {
    background-color: #042bb7;
    padding: 0.5em 100px;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header3-container .logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}
@media screen and (max-width: 992px) {
    #map .map-fake-title {
        display: none;
        visibility: hidden;
    }
    #map .map-content {
        order: 1;
    }
    #map .map-iframe {
        order: 0;
    }
    #map .map-container {
        flex-direction: column;
    }
    #reviews .reviews-get-review-left-part, #reviews .reviews-get-review {
        flex-direction: column;
        gap: 1em;
    }
    #reviews .reviews-buttons, .gallery-buttons {
        position: initial;
    }
    #workflow .swiper-buttons {
        display: none;
        visibility: hidden;
    }
    #prices .swiper-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0em;
    }
    #prices .swiper-slide, #workflow .workflow-item {
        flex-shrink: 0;
        width: 100%;
    }
    .banner {
        flex-direction: column;
        padding: 1em;
        gap: 1em;
        text-align: center;
    }
    .banner-content {
        padding: 1em 0em;
    }
    .banner-content-tizer {
        justify-content: center;
    }
    .banner-content-button {
        margin: 0 auto;
    }
    .banner-image img {
        width: 60%;
        height: auto;
    }
    .tizers-list {
        grid-template-columns: repeat(2, 1fr);
    }
    #prices .price-desktop {
        display: none;
    }
    #prices .price-mobile {
        display: block;
    }
    #prices .prices-banners-item {
        min-width: unset;
    }
    #prices .prices-content-duo {
        flex-direction: column;
    }
    #prices .prices-banners {
        width: auto;
    }
    #callback .callback-content-inner {
        align-items: center;
        gap: 3em;
        text-align: center;
    }
    #callback .callback-container {
        flex-direction: column;
        gap: 1.2em
    }
    #callback .callback-content {
        height: auto;
    }
    #callback input[type="text"] {
        width: 100%;
    }
    #callback .callback-form {
        gap: 3em;
    }
    #callback .callback-agreement div {
        text-align: left;
    }
    #malfunctions .malfunctions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #workflow .workflow-list {
        justify-content: unset;
    }
    #header3-container {
        padding: 1em;
    }
}
@media screen and (max-width: 576px) {
    #workflow .swiper-buttons {
        display: flex;
        visibility: visible;
        padding: 1em 0;
        justify-content: center;
        gap: 1em;
    }
    .banner-image img {
        width: 80%;
        height: auto;
    }
    .tizers-list {
        grid-template-columns: repeat(1, 1fr);
    }
    #malfunctions .malfunctions-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    #workflow .workflow-list {
        flex-wrap: nowrap;
        gap: 0;
    }
}

/* End */
/* /local/templates/elektronik/components/bitrix/menu/grid/style.css?1784625262392 */
/* /local/templates/elektronik/components/bitrix/menu/column/style.css?1784625262228 */
/* /local/templates/elektronik/styles.css?178462526210492 */
/* /local/templates/elektronik/template_styles.css?178462526214385 */
