/* Ховеры */
.blog-hub__stream--cases .views-row:hover {
    box-shadow: 0 15px 20px 0 rgba(27, 43, 75, 0.15);
}

/* Ховеры */

/* ==========================
   ADMIN FLOATING PANEL
========================== */

.admin-floating-tabs {
    position: fixed;
    left: 0;
    top: 120px;
    z-index: 99999;
    display: flex;
    align-items: flex-start;
    transform: translateX(calc(-100% + 52px));
    transition: .3s ease;
    font-family: inherit;
}

.admin-floating-tabs:hover {
    transform: translateX(0);
}

.admin-floating-tabs__toggle {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg,
            #0d65ab,
            #0d9de6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 14px 14px 0;
    cursor: pointer;
    font-size: 24px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, .18);
    order: 2;
}

.admin-floating-tabs__body {
    background: #fff;
    min-width: 240px;
    border-radius: 0 16px 16px 0;
    padding: 18px;
    box-shadow:
        0 15px 40px rgba(0, 0, 0, .12);
    order: 1;
}

.admin-floating-tabs .nav-tabs {
    border: none;
}

.admin-floating-tabs .nav-tabs>li {
    float: none;
    margin-bottom: 10px;
}

.admin-floating-tabs .nav-tabs>li>a {
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    color: #222;
    background: #f7f9fc;
    transition: .2s;
}

.admin-floating-tabs .nav-tabs>li>a:hover {
    background: #0d65ab;
    color: white;
}

.admin-floating-tabs .nav-tabs>.active>a {
    background: #0d65ab;
    color: white;
}

@media (max-width:768px) {
    .admin-floating-tabs {
        display: none;
    }
}

.advant-cart {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
    justify-self: stretch;
    border-radius: 20px;
    border: 1px solid #D3E1EC;
    background: #F5F8FB;
}

.advant-cart .icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #1A7FC7 0%, #0D65AB 100%);
}

.advant-cart .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.advant-cart .title {
    color: #072D4C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.advant-cart .descr {
    color: #4A6578;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.services-form-message {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.4;
}

.services-form-message.is-success {
    color: #0f5132;
    background: #d1e7dd;
}

.services-form-message.is-error {
    color: #842029;
    background: #f8d7da;
}

.header {
    padding: 0;
}

.blog-hub-shell .blog-hub__section-link {
    color: #fff;
}

.blog-hub__section-head .blog-hub__section-link {
    color: #fff;
}

.blog-hub__section-head .blog-hub__section-link:hover {
    box-shadow: 0 4px 15px 0 rgba(26, 127, 199, 0.40);
}

.blog-hub__stream--products .view-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    align-items: stretch;
}

.blog-hub__stream--products .view-content .views-row {
    height: auto;
}

.blog-hub__stream--products .view-content::-webkit-scrollbar {
    display: none;
}

.blog-hub__stream--products .product-slider__item {
    flex: 0 0 280px;
    max-width: 280px;
    display: flex;
}

.article-product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #E8F2F9;
    background: #FFF;
    padding: 24px;
}

.article-product-card__image {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.article-product-card__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.article-product-card__title {
    flex-grow: 1;
    margin-bottom: 16px;
}

.article-product-card__title a {
    overflow: hidden;
    color: #072D4C;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.blog-hub__stream--products .view-content .views-row:hover .article-product-card__title a {
    color: #0D9DE6;
}

.blog-hub__stream--products .view-content .views-row:hover .article-product-card__image img {
    transition: 0.6s;
    transform: scale(1.1);
}

.article-product-card__price {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    background: #F6F6F6;
    padding: 8px
}

.article-product-card__price .article-product-card__button {
    border-radius: 8px;
    background: #0D65AB 100%;
    padding: 12px;
    display: flex;
    align-items: center;
}

.article-product-card__price span {
    color: #072D4C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.article-product-card__button {
    margin-top: auto;
}

.advantages-to-whom {
    display: inline-grid;
    row-gap: 30px;
    column-gap: 30px;
    align-self: stretch;
    grid-template-rows: repeat(2, fit-content(100%));
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.advantages-to-whom .item {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-self: stretch;
    border-radius: 20px;
    border-left: 4px solid #1A7FC7;
    background: #E8F2F9;
}

.advantages-to-whom .item .title {
    color: #072D4C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 0;
    padding: 0;
}

.advantages-to-whom .item .descr {
    color: #4A6578;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.advantages-to-whom .item .list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 48px;
}

.advantages-to-whom .item .list span {
    display: flex;
    padding: 6px 12px 6px 6px;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    border: 0.667px solid rgba(13, 101, 171, 0.19);
    background: #FFF;
    color: #226FB0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.sh-section-head .descr {
    margin-top: 30px;
    color: #4A6578;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.top-text-serv.red {
    color: #E8371A;
}

.top-text-serv.red .line-left {
    background: #E8371A;
}

.advantages-sanctions {
    display: inline-grid;
    row-gap: 30px;
    column-gap: 30px;
    align-self: stretch;
    grid-template-rows: repeat(3, fit-content(100%));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sanctions-second .advantages-sanctions {
    grid-template-rows: repeat(2, fit-content(100%));
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sanctions-second .advantages-sanctions .item-sanctions {
    border-radius: 0;
    border: none;
}

.sanctions-second .advantages-sanctions .block-sanctions {
    display: flex;
    gap: 24px;
}

.advantages-sanctions .item-sanctions {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-self: stretch;
    border-radius: 20px;
    border: 0.667px solid #FDE2DD;
    background: #FFF;
}

.advantages-sanctions .item-sanctions .sanctions-title {
    color: #072D4C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.advantages-sanctions .item-sanctions .sanctions-text {
    color: #4A6578;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
}

.advantages-sanctions .item-sanctions .sanctions-prices {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    border: 0.667px solid rgba(13, 101, 171, 0.19);
    background: rgba(232, 55, 26, 0.04);
    color: #E8371A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 32px;
}

.info-cart {
    display: flex;
    padding: 32px 64px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    background: 100% 100% no-repeat, linear-gradient(135deg, #072D4C 0%, #0F63A9 50%, #0085C8 100%);
    margin-top: 60px;
}

.info-cart .content .title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.info-cart .content .descr {
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.info-cart .btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #FFAF1D 0%, #FF880A 100%);
}

.info-cart .btn:hover {
    box-shadow: 0 4px 15px 0 rgba(255, 175, 29, 0.40);
}

.info-cart .btn a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.categories-mark {
    margin-top: 60px;
}

.categories-mark__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 60px;
}

.categories-mark__tab {
    display: flex;
    padding: 10px 16px 11px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid #E8F2F9;
    background: #FFF;
    color: #4A6578;
    text-align: center;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
}

.categories-mark__tab:hover,
.categories-mark__tab.is-active {
    background: linear-gradient(135deg, #0D5E9E 0%, #1A7FC7 100%);
    color: #fff;
}

.categories-mark__pane {
    display: none;
}

.categories-mark__pane.is-active {
    display: block;
}

.categories-mark__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.categories-mark__card {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 12px;
    justify-self: stretch;
    border-radius: 12px;
    border: 1px solid #E8F2F9;
    background: #F4F8FD;
}

.categories-mark__icon {
    display: flex;
    width: 56px;
    height: 56px;
    padding-left: 0;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 4px;
    border: 1px solid #E8F2F9;
    background: #FEFEFE;
}

.categories-mark__card span {
    color: #072D4C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.categories-mark__note {
    display: flex;
    padding: 32px 64px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: linear-gradient(135deg, #EBF5FD 0%, #E1EFF9 100%);
    margin-top: 20px;
}

.categories-mark__note-icon {
    width: 24px;
    height: 24px;
}

.categories-mark__note-text {
    color: #4A6578;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.reviews-carts {
    display: inline-grid;
    row-gap: 30px;
    column-gap: 30px;
    align-self: stretch;
    grid-template-rows: repeat(1, fit-content(100%));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviews-carts .cart {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    justify-self: stretch;
    border-radius: 20px;
    border: 0.667px solid #E8F0F8;
    background: #F5F8FB;
}

.reviews-carts .cart .text {
    color: #4A6578;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.reviews-carts .cart .name {
    color: #072D4C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: auto;
}

@media (max-width: 1200px) {
    .categories-mark__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .reviews-carts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width: 960px) {
    .advantages-to-whom {
        grid-template-rows: repeat(1, fit-content(100%));
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .advantages-sanctions {
        grid-template-rows: repeat(2, fit-content(100%));
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .categories-mark__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-cart {
        flex-direction: column;
        gap: 30px;
    }
}

@media(max-width: 767px) {
    .blog-hub__section-head .blog-hub__section-link {
        display: flex;
        padding: 16px 24px !important;
        justify-content: space-between;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.40);
        width: 100%;
        max-width: 98%;
        /* background: 100% 100% no-repeat, linear-gradient(135deg, #072D4C 0%, #0F63A9 50%, #0D9DE6 100%); */
        background: none;
    }

    .blog-hub__section-link.product-slide-btn {
        background: 100% 100% no-repeat, linear-gradient(135deg, #072D4C 0%, #0F63A9 50%, #0D9DE6 100%);
    }

    .blog-hub-shell .blog-hub__section--cases .view-view-cases .view-content {
        display: flex !important;
        align-items: stretch !important;
    }

    .blog-hub-shell .blog-hub__section--cases .view-view-cases .views-row {
        display: flex !important;
        height: auto !important;
    }

    .blog-hub-shell .blog-hub__section--cases .node.node-cases-material.node-teaser {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    .blog-hub-shell .blog-hub__section--cases .node.node-cases-material.node-teaser .content {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
    }

    .blog-hub-shell .blog-hub__section--cases .node.node-cases-material.node-teaser a:last-child {
        margin-top: auto !important;
    }

    .blog-hub-shell .blog-hub__section--cases .blog-hub__stream--cases .view.view-cases .view-content>.views-row {
        height: auto;
    }

    .categories-mark__note {
        padding: 32px 20px;
    }

    .advantages-icon {
        margin-bottom: 0;
    }

    .section-form .form-phones {
        margin: 30px 0;
    }

    .advantages-to-whom {
        row-gap: 20px;
        column-gap: 20px;
    }

    .advantages-to-whom .item {
        padding: 20px;
    }

    .info-cart {
        gap: 20px;
        padding: 24px 32px;
    }

    a.faq-block__btn {
        margin-top: 32px;
    }
}

@media(max-width: 640px) {

    .advantages-sanctions,
    .sanctions-second .advantages-sanctions {
        grid-template-rows: repeat(1, fit-content(100%));
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .categories-mark__tabs {
        gap: 8px;
    }

    .categories-mark__grid {
        grid-template-columns: 1fr;
    }

    .categories-mark__card {
        min-height: 76px;
    }

    .categories-mark__note {
        align-items: flex-start;
    }

    .categories-mark__note-text {
        text-align: left;
        font-size: 15px;
    }

    .reviews-carts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}