

/* Start:/local/templates/deus/blocks/intro-service/style.min.css?1740567405351*/
.intro-service__inner{height:270px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}.intro-service h3{text-shadow:0 4px 4px rgba(0,0,0,.25)}.intro-service{background-size:cover;background-position:center}@media (max-width:768px){.intro-service__inner{min-height:120px;height:auto;padding:10px 0}}
/* End */


/* Start:/local/templates/deus/blocks/device-nav/style.css?17894442203044*/
.device-nav {
    padding-block: 30px;
}
.device-nav__inner {
    position: relative;
}
.device-nav__slider.swiper {
    overflow: hidden;
    position: relative;
}
.device-nav__item {
    width: 180px !important;
}
.device-nav__item:hover .device-nav__item-top {
    background-color: var(--turquoise);
}
.device-nav__item--bonds:hover .device-nav__item-top {
    background-color: var(--bonds-blue);
}
.device-nav__item.is-active .device-nav__item-top {
    background-color: var(--turquoise);
}
.device-nav__item--bonds.is-active .device-nav__item-top {
    background-color: var(--bonds-blue);
}
.device-nav__item-top {
    width: 100%;
    height: 110px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9px;
    transition: background-color 0.2s;
}
.device-nav__item-top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(79, 79, 79, 0.6);
    transition: opacity 0.2s;
}
.device-nav__item.is-active .device-nav__item-top::before,
.device-nav__item--bonds.is-active .device-nav__item-top::before, 
.device-nav__item:hover .device-nav__item-top::before, 
.device-nav__item--bonds:hover .device-nav__item-top::before {
    opacity: 0;
}
.device-nav__item-img {
    width: auto;
    height: 90%;
    object-fit: contain;
}
.device-nav__item span {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: var(--slate);
}
.device-nav__item.active span {
    color: var(--turquoise);
    text-decoration-line: underline;
}
.device-nav__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.device-nav__arrow {
    position: relative;
    width: 40px;
    height: 40px;
    color: var(--slate);
}
.device-nav__arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}
.device-nav__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}
.device-nav__arrow--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}
.device-nav__arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
@media (min-width: 481px) {
    .device-nav__item-top {
        height: 148px;
    }
}
@media (min-width: 768px) {
    .device-nav {
        padding-bottom: 30px;
    }
    .device-nav__item {
        width: 202px !important;
    }
    .device-nav__navigation {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-95%);
        justify-content: space-between;
        pointer-events: none;
    }
    .device-nav__arrow {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: var(--soft-white);
        background: var(--slate) !important;
        pointer-events: auto;
    }
}
/* End */


/* Start:/local/templates/deus/blocks/clips-service/style.css?17586834002497*/
.clips-service {
    background-color: #FDFBFA;
    padding: 30px 0;
    overflow: hidden;
}

.clips-service__grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 50px);
}

.clips-service__video {
    width: calc((100%/3) - 50px);
    margin: 0 50px 50px 0;
}

.clips-service__video-top {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 206px;
}

.clips-service__video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clips-service__video-preview_contain {
    object-fit: contain;
}

.clips-service__video-btn.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clips-service__video-play {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clips-service__video-play svg {
    width: 18px;
    height: auto;
    transform: translateX(3px);
}

@media (max-width: 1300px) {
    .clips-service__video-top {
        height: 150px;
    }

    .clips-service__grid {
        width: calc(100% + 35px);
    }

    .clips-service__video {
        width: calc((100%/3) - 35px);
        margin: 0 35px 35px 0;
    }
}

@media (max-width: 820px) {
    .clips-service__video {
        width: calc((100%/2) - 35px);
        margin: 0 35px 20px 0;
    }

    .clips-service__video-top {
        height: 150px;
    }

    .clips-service__video-description {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .clips-service__video-play {
        width: 43px;
        height: 43px;
    }

    .clips-service__video-play svg {
        width: 11px;
        height: auto;
        transform: translateX(2px);
    }
}

@media (max-width: 500px) {
    .clips-service__video-top {
        height: 230px;
    }

    .clips-service__video {
        width: calc((100%/1) - 35px);
    }
}

@media (max-width: 480px) {
    .clips-service .swiper-button-prev, .clips-service .swiper-button-next {
        top: 36%;
    }

    .clips-service .swiper-button-prev::after, .clips-service .swiper-button-next::after {
        font-size: 20px;
        color: #34303D;
    }
}

@media (max-width: 450px) {
    .clips-service__video-top {
        height: 180px;
    }
}

@media (max-width: 375px) {
    .clips-service__video-top {
        height: 145px;
    }
}
/* End */


/* Start:/local/templates/deus/blocks/banner-service/style.css?17894442202826*/
.banner-service {
    margin-bottom: 60px;
}
.banner-service.banner-service-white .banner-service__article {
    background-color: #FFF8ED;
}
.banner-service.banner-service-reverse .banner-service__image {
    right: 0;
    left: inherit;
}
.banner-service.banner-service-reverse .banner-service__article {
    margin-left: inherit;
    margin-right: 65%;
}
.banner-service.banner-service-dark .banner-service__article {
    background-color: var(--slate);
}
.banner-service.banner-service-dark h4 {
    color: #ffffff;
}
.banner-service.banner-service-dark p {
    color: #ffffff;
}
.banner-service__wrapper {
    display: flex;
    position: relative;
}
.banner-service__image {
    width: 65%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}
.banner-service__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-service__image.banner-service__image--iluma-i-one img {
    object-position: top;
}
.banner-service__article {
    background-color: #00D1D2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 40px;
    width: 35%;
    margin-left: 65%;
}

.banner-service__article--bonds {
    padding: 60px 20px;
}

.banner-service__article h2,
.banner-service__article h4 {
    margin-bottom: 10px;
}
.banner-service__article p {
    margin-bottom: 30px;
}
.banner-service__btn {
    width: 300px;
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    .banner-service__btn {
        width: auto;
    }
}
@media (max-width: 768px) {
    .banner-service__article h1 br,
    .banner-service__article h4 br {
        display: none;
    }
    .banner-service__article p {
        margin-bottom: 20px;
    }
    .banner-service__btn {
        margin-bottom: 15px;
    }
    .banner-service {
        height: auto;
        margin-bottom: 20px;
    }
    .banner-service__wrapper {
        flex-direction: column;
    }
    .banner-service.banner-service-reverse .banner-service__wrapper {
        flex-direction: column;
    }
    .banner-service.banner-service-white h4 br {
        display: none;
    }
    .banner-service__image {
        width: 100%;
        position: relative;
    }
    .banner-service__image img {
        height: 217px;
    }
    .banner-service__article {
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 20px;
        margin: 0;
    }
    .banner-service__article--bonds {
        padding: 20px;
    }
    .banner-service__article p br {
        display: none;
    }
    .banner-service__btn {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .banner-service__image img {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .banner-service .container {
        padding: 0;
    }
}
/* End */


/* Start:/local/templates/deus/blocks/contacts/style.css?17894442201998*/
.support-social {
    background-color: var(--soft-white);
}
.support-social a:hover {
    text-decoration: underline;
    color: var(--turquoise);
}
.support-social__list__item a {
    text-decoration: none;
    color: var(--turquoise);
}
.support-social__list__item--bonds a {
    text-decoration: none;
    color: var(--bonds-blue);
}
.support-social__list__item-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}
.support-social__item-icon.special {
    padding: 0;
    width: 55px;
}
.support-social__item-icon {
    max-width: 64px;
}
.support-social.support-social-hard-white {
    background-color: var(--hard-white);
}
.support-social.support-social-turquoise {
    background-color: var(--turquoise);
    color: var(--slate);
}
.support-social.support-social-turquoise p {
    color: var(--slate);
}
.support-social.support-social-turquoise a {
    color: var(--slate);
}
.support-social.support-social-slate {
    background-color: var(--slate);
    color: var(--soft-white);
}
.support-social.support-social-slate p {
    color: var(--soft-white);
}
.support-social.support-social-slate a {
    color: var(--turquoise);
}
.support-social__inner {
    padding: 80px 0;
    overflow: hidden;
}
.support-social__list {
    display: flex;
    width: calc(100% + 32px);
    flex-wrap: wrap;
}
.support-social__list__item {
    width: calc((100% / 3) - 32px);
    margin: 0 32px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.support-social__item-link {
    color: var(--turquoise);
}
@media (max-width: 768px) {
    .support-social__list {
        justify-content: center;
    }
    .support-social__list__item {
        width: calc((100% / 2) - 32px);
        margin: 0 32px 80px 0;
    }
}
@media (max-width: 500px) {
    .support-social__list__item {
        width: calc((100% / 1) - 32px);
        margin: 0 32px 32px 0;
    }
}
/* End */
/* /local/templates/deus/blocks/intro-service/style.min.css?1740567405351 */
/* /local/templates/deus/blocks/device-nav/style.css?17894442203044 */
/* /local/templates/deus/blocks/clips-service/style.css?17586834002497 */
/* /local/templates/deus/blocks/banner-service/style.css?17894442202826 */
/* /local/templates/deus/blocks/contacts/style.css?17894442201998 */
