.intro {
    height: 860px;
    padding-top: 109px;
    margin-top: -109px;
    position: relative;
    overflow: hidden;
}
.intro::before {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #191a1f99;
    z-index: 2;
}
.intro > video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.intro > img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.intro-wrapper {
    position: relative;
    z-index: 3;
    /* background-color: #191a1f99; */
    height: 100%;
    padding-top: 51px;
    padding-bottom: 32px;
}
.intro-wrapper .title {
    margin-bottom: 52px;
    line-height: 100%;
}
.intro-inner {
    display: flex;
    justify-content: space-between;
}
.intro-ls {
    width: 561px;
}
.service-nav {
    display: flex;
    flex-direction: column;
    gap:8px;
}
.service-nav-item {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* background: #191A1F99; */
    border: 1px solid #30343F;
    backdrop-filter: blur(14px);
    border-radius: 24px;
    padding:25px 40px;
    width: 100%;
    transition: .3s;
    overflow: hidden;
}
.service-nav-item::after {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(25, 26, 31, 0) 0.02%, rgba(31, 95, 255, 0.6) 99.98%);
    opacity: 0;
    transition: .3s;
}
.service-nav-item::before {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    background: #191A1F99;
    transition: .3s;
}
.service-nav-item .icon {
    display: block;
    width: 33px;
    height: 33px;
    margin-right: 20px;
    opacity: .6;
    transition: .3s;
}
.service-nav-item:hover .icon,
.service-nav-item.active .icon {
    opacity: 1;
}
.service-nav-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.service-nav-item .name {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1%;
    margin: 0;
    margin-right: auto;
}
.service-nav-item .counter {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: .3s;
    opacity: .6;
    position: relative;
}
.service-nav-item .counter::after {
    content:'';
    display: block;
    position: absolute;
    left:calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.530273 0.530334L7.53027 7.53033L0.530273 14.5303' stroke='%231F5FFF' stroke-width='1.5'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    opacity: 0;
}
.service-nav-item:hover .counter::after,
.service-nav-item.active .counter::after {
    opacity: 1;
}
.service-nav-item:hover .counter,
.service-nav-item.active .counter {
    opacity: 1;
}
.service-nav-item:hover,
.service-nav-item.active {
    border-color:#1F5FFF99;
}
.service-nav-item:hover::after,
.service-nav-item.active::after {
    opacity: 50%;
}
.intro-rs {
    width: 561px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(14px);
    background: #191A1F99;
    border: 1.5px solid;
    border-image-source: linear-gradient(103.37deg, rgba(31, 95, 255, 0.6) 4.75%, #30343F 17.78%);
    border-radius: 32px;
    padding: 41px;
}
.intro-rs::before {
    content:'';
    display: block;
    width: 912px;
    height: 912px;
    position: absolute;
    left: 48px;
    top: 138px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='912' height='912' viewBox='0 0 912 912' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6' filter='url(%23filter0_f_2011_848)'%3E%3Ccircle cx='456' cy='456' r='156' fill='%231F5FFF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_2011_848' x='0' y='0' width='912' height='912' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_2011_848'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}
.intro-rs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.intro-rs-head .view-more {
    text-decoration: none;
    display: inline-flex;
    padding-right: 19px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1%;
    position: relative;
}
.intro-rs-head .view-more::after {
    content:'';
    display: block;
    width: 7px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.530273 0.530334L7.53027 7.53033L0.530273 14.5303' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.intro-rs-head .view-more:hover::after {
    transform: translateY(-50%) translateX(15px);
}
.service-slider-arrows {
    display: flex;
    align-items: center;
    gap:10px;
}
.service-slider-arrows .sl-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.service-slider {
    height: calc(100% - 74px);
}
.service-slider:not(.slick-initialized) > *:not(:first-child) {
    display: none!important;
}
.service-slider .slick-list {
    height: 100%;
    overflow: unset;
}
.service-slider .slick-track {
    display: flex;
    height: 100%;
}
.service-slider .slick-slide {
    height: auto;
}
.service-slider .slick-slide > div {
    height: 100%;
}
.service-slider-item {
    display: flex!important;
    flex-direction: column;
    height: 100%;
}
.service-slider-item .name {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1%;
    margin: 0;
    margin-bottom: 24px;
}
.service-slider-item .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    opacity: .6;
    margin-bottom: auto;
    max-height: 144px;
    overflow: hidden;
}
.service-slider-item .description > *:first-child {
    margin-top: 0;
}
.service-slider-item .description > *:last-child {
    margin-bottom: 0;
}
.service-slider-item .price {
    margin-top:24px;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1%;
    margin-bottom: 0;
}
.service-slider-item .btns-rows {
    display: flex;
    margin-top: 24px;
    gap:8px;
}
.service-slider-item .btns-rows > * {
    width: 100%;
    white-space: nowrap;
}
.service-slider-item .btns-rows .email::before {
    content:'';
    display: block;
    width: 15px;
    height: 12px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2.65141V9.75023C15 10.3241 14.7808 10.8764 14.387 11.2939C13.9933 11.7115 13.4549 11.9628 12.882 11.9965L12.75 12.0003H2.25C1.67609 12.0003 1.12386 11.781 0.706304 11.3873C0.288745 10.9936 0.0374194 10.4552 0.00375009 9.88223L0 9.75023V2.65141L7.08375 7.37421L7.17075 7.42371C7.27328 7.47381 7.38589 7.49985 7.5 7.49985C7.61411 7.49985 7.72672 7.47381 7.82925 7.42371L7.91625 7.37421L15 2.65141Z' fill='white'/%3E%3Cpath d='M12.75 0C13.56 0 14.2702 0.427504 14.6662 1.07026L7.49999 5.84781L0.33374 1.07026C0.521834 0.764875 0.780208 0.50888 1.08732 0.32362C1.39443 0.13836 1.74138 0.0292032 2.09924 0.00525003L2.24999 0H12.75Z' fill='white'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.service-slider-item .btn-border {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: unset;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 19px;
    transition: .3s;
    cursor: pointer;
    border-radius: 16px;
    background-color: transparent;
    border: 1px solid #1F5FFF;
}
.service-slider-item .btn-border:hover {
    background-color: #1F5FFF;
    box-shadow: 0px 0px 15px 0px #1F5FFF80;
}
.service-slider-item .btn-border::after {
    content:'';
    display: block;
    width: 7px;
    height: 11px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 0.353546L5.35352 5.35355L0.353516 10.3535' stroke='white'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media(max-width:1400px) {
    .intro-ls {
        width: 521px;
    }
    .intro-rs {
        width: 521px;
        padding: 40px;
    }
    .service-slider-item .btns-rows > * {
        width: auto;
        padding: 19px 12px;
    }
    .service-slider-item .btn-border {
        padding: 19px 12px;
    }
}
@media(max-width:1200px) {
    .intro {
        height: 960px;
    }
    .intro-ls {
        width: 421px;
    }
    .intro-rs {
        width: 421px;
    }
    .service-slider-item .btns-rows {
        flex-wrap: wrap;
    }
}
@media(max-width:992px) {
    .intro {
        height: auto;
        padding-top: 98px;
        margin-top: -98px;
    }
    .intro-ls {
        display: none;
    }
    .intro-rs {
        width: 100%;
        padding: 26px;
        background: #191a1f3b;
    }
    .service-slider-item .description {
        max-height: 168px;
        font-size: 14px;
    }
    .intro-wrapper {
        padding-top: 48px;
        padding-bottom: 48px;   
    }
    .intro-wrapper .title {
        margin-bottom: 24px;
    }

    .service-slider-item .name {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .intro-rs-head {
        margin-bottom: 32px;
    }
    .service-slider-arrows .sl-count {
        font-size: 20px;
    }
    .service-slider-item .price {
        font-size: 28px;
        margin-top: 32px;
    }
    .service-slider-item .btns-rows {
        margin-top: 16px;
    }
    .service-slider-item .btns-rows > * {
        width: calc(50% - 4px);
    }
    .service-slider-item .btns-rows .email {
        display: none;
    }
}
@media(max-width:414px) {
    .intro-rs-head .view-more {
        font-size: 14px;
        width: 95px;
    }
}

/* features */
.features-list {
    display: flex;
    gap:90px;
    justify-content: center;
    align-items: flex-start;
}
.features-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.features-item:nth-child(1) {
    max-width: 250px;
}
.features-item:nth-child(2) {
    max-width: 278px;
}
.features-item:nth-child(3) {
    max-width: 220px;
}
.features-item:nth-child(4) {
    max-width: 247px;
}
.features-item .icon {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 32px;
}
.features-item .icon img {
    width: 100%;
    height: 100%;
}
.features-item .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}
.features-item .excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    text-align: center;
    opacity: .6;
    margin: 0;
}
@media(max-width:1400px) {
    .features-list {
        gap:20px;
    }
}
@media(max-width:1200px) {
    .features-item:nth-child(1) {
        max-width: 220px;
    }
    .features-item:nth-child(2) {
        max-width: 198px;
    }
}
@media(max-width:992px) {
    .features-list {
        flex-wrap: wrap;
        gap:48px 16px;
    }
    .features-item {
        width: calc(100% / 2 - 8px);
    }
    .features-item:nth-child(1) {
        max-width: 100%;
    }
    .features-item:nth-child(2) {
        max-width: 100%;
    }
    .features-item:nth-child(3) {
        max-width: 100%;
    }
    .features-item:nth-child(4) {
        max-width: 100%;
    }
    .features-item .icon {
        margin-bottom: 24px;
    }
    .features-item .title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .features-item .excerpt {
        font-size: 14px;
    }
}
/* end */ 

/* delivery-banner */
.delivery-banner {
    overflow: visible;
}
.delivery-banner-block {
    display: flex;
    gap:147px;
    align-items: center;
    padding:32px 40px;
    border-radius: 32px;
    background: #1F5FFF;
    box-shadow: 0px 0px 30px 0px #1F5FFF80;
}
.delivery-banner-text {
    max-width: 782px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:24px;
}
.delivery-banner-text .title {
    margin: 0;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -1%;    
}
.delivery-banner-icon {
    width: 234px;
    height: 100px;
}
.delivery-banner-icon img {
    width: 100%;
    height: 100%;
}
@media(max-width:1400px) {
    .delivery-banner-block {
        gap: 47px;
    }
}
@media(max-width:768px) {
    .delivery-banner-block {
        padding:32px;
        flex-direction: column;
        align-items: flex-start;
        gap:70px;
    }
    .delivery-banner-text {
        max-width: 100%;
        width: 100%;
        gap:32px;
        margin-bottom: 0px;
    }
    .delivery-banner-icon {
        width: 179px;
        height: 77px;
    }
    .delivery-banner-text .btn-white {
        padding: 20px 20px;
    }
}
/* end */