body.page-id-11272 {
    background-color: #ffffff;
    background-image: radial-gradient(at 0% 100%, hsla(350.1, 84.8%, 51%, 0.66) 0px, transparent 50%), radial-gradient(at 99% 99%, hsla(258.7, 96.3%, 32%, 0.69) 0px, transparent 50%);
    background-attachment: fixed;
}

body.page-id-11272 .owl-item.advantages {
    box-shadow: none;
}

.hero {
    width: 100%;
    position: relative;
	box-shadow: 0px 0px 30px #0000005c;
	caret-color: transparent;	
}

.hero-slide {
    /* min-height: calc(100vh - 85px); */
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding: 60px 0 20px;
}

.hero-slide .c {
    padding: 0 40px 0 20px;
    position: relative;
    z-index: 2;
}

.hero-slide-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide h2,
.hero-slide h2 a {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

.hero-slide p {
    color: #FFF;
    margin: 12px 0;
    font-size: 18px;
    line-height: 1.1;
	font-weight:500;
}


.hero .swiper-pagination {
    width: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: translate3d(0, -50%, 0);
    left: auto;
    justify-content: center;
}


.hero .swiper-pagination .swiper-pagination-bullet {
    background: #FFF;
    width: 8px;
    height: 8px;
    transition: 0.3s;
    border: none;
    opacity: 1;
    box-shadow: 0 0 0 2px transparent;
}

.hero .swiper-pagination .swiper-pagination-bullet-active {
    background: #ec163f;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 2px #ec163f;
}

.hero-links {
    max-width: 1280px;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero .btn {
    min-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    min-height: 64px;
    padding: 10px 16px;
    text-decoration: none;
    white-space: unset;

    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.hero .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 18px;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
    opacity: 0.6;
    -webkit-transition: .4s;
    transition: .4s;
}

.hero .btn img {
    max-height: 16px;
    width: auto;
}

.hero .btn p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hero .btn span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
}

.hero .btn:hover {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    top: 32px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    z-index: 3;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #FFF;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.autoplay-progress span {
    opacity: 0;
    visibility: hidden;
}

.hero .autoplay-progress::before {
    content: "⏸";
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.hero .autoplay-progress.paused::before {
    content: "▶";
}

@media screen and (min-width: 768px) {
    .hero-slide .c {
        padding: 0 50px;
    }

    .hero-slide {
        min-height: calc(100vh - 93px);
        height: unset;
        align-items: flex-end;
        padding: 60px 0;
    }

    .admin-bar .hero-slide {
        min-height: calc(100vh - 125px);
    }

    .hero-slide h2,
    .hero-slide h2 a {
        font-size: 61px;
        line-height: 0.8em;
    }

    .hero-slide p {
        font-size: 20px;
        padding-right: 100px;
    }

    .hero .swiper-pagination {
        right: 30px;
    }

    .hero .swiper-pagination .swiper-pagination-bullet,
    .hero .swiper-pagination .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }

    .hero-links {
        gap: 7px;
    }

    .hero .btn {
        min-width: unset;
        padding: 10px 24px;
    }

    .hero .btn img {
        max-height: 24px;
    }

    .hero .btn p {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero .btn span {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 2px;
    }
}