.advantages {
    background: linear-gradient(180deg, #e7f5ff 0%, #e3dafc 100%);
    position: relative;
}

.advantages__subtitle {
    margin-top: 20px;
}

.advantages-video {
    border-radius: 30px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.08));
}

.advantages__row {
    margin-top: 20px;
}

.advantages-video__btn {
    position: absolute;
    top: 50%;
    bottom: 50%;
    border-radius: 20px;
    width: 80px;
    height: 60px;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages-video__btn-img {
    width: 90px;
    height: auto;
    position: absolute;
}

.advantages-video__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages-item {
    position: relative;
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 20px;
}

.advantages-item__col:not(:first-child)>.advantages-item {
    margin-top: 20px;
}

.advantages-item__img {
    position: absolute;
    right: 19px;
    top: 15px;
}

.advantages-item__title {
    font-size: 30px;
    color: var(--color-accent);
}

.advantages-item__text {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}

.pulse-button-yt {
    -webkit-animation: y1 2s 0.5s ease-out infinite;
    -moz-animation: y1 2s 0.5s ease-out infinite;
    animation: y1 2s 0.5s ease-out infinite;
}

.pulse-button-yt:hover {
    -webkit-animation: y21 0.5s 0.4s ease-out infinite;
    -moz-animation: y21 0.5s 0.4s ease-out infinite;
    animation: y21 0.5s 0.4s ease-out infinite;
}

.advantages .bg-kz-hero {
    position: absolute;
    width: 100%;
    top: 70px;
    bottom: 0;
    overflow: hidden;
    display: none;
    left: 0;
    right: 0;
    display: none;
}

.advantages .bg-kz-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.custom-body-class .advantages .bg-kz-hero {
    display: block;
    visibility: visible;
    opacity: 1;
}

@-webkit-keyframes y1 {
    0 {
        box-shadow: 0 0 8px 6px rgba(255, 255, 217, 0), 0 0 0 0 rgba(255, 255, 255, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 0, 0, 0.3), 0 0 12px 14px rgba(255, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 217, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes y1 {
    0 {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 0, 0, 0.3), 0 0 12px 14px rgba(255, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    }
}

@keyframes y1 {
    0 {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 0, 0, 0.3), 0 0 12px 14px rgba(255, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes y21 {
    from {
        box-shadow: 0 0 8px 6px rgba(255, 0, 0, 0.3), 0 0 12px 14px rgba(255, 0, 0, 0.3);
    }
    to {
        box-shadow: 0 0 8px 6px rgba(255, 48, 26, 0), 0 0 4px 41px rgba(255, 48, 26, 0);
    }
}

@-moz-keyframes y21 {
    from {
        box-shadow: 0 0 8px 6px rgba(255, 0, 0, 0.3), 0 0 12px 14px rgba(255, 0, 0, 0.3);
    }
    to {
        box-shadow: 0 0 8px 6px rgba(255, 48, 26, 0), 0 0 4px 41px rgba(255, 48, 26, 0);
    }
}

@keyframes y21 {
    from {
        box-shadow: 0 0 8px 6px rgba(255, 0, 0, 0.3), 0 0 12px 14px rgba(255, 0, 0, 0.3);
    }
    to {
        box-shadow: 0 0 8px 6px rgba(255, 48, 26, 0), 0 0 4px 41px rgba(255, 48, 26, 0);
    }
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    .advantages-item {
        margin-top: 20px !important;
    }
    .advantages-video__btn {
        width: 80px;
        height: 50px;
    }
    .advantages-video__btn-img {
        width: 80px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .advantages-item {
        padding: 20px;
    }
    .advantages-item__img {
        right: 20px;
    }
    .advantages__row {
        margin-top: 20px;
    }
    .advantages__subtitle {
        margin-top: 20px;
    }
}

@media (max-width: 545px) {}