@charset "utf-8";

/* -------------------------------------
    #as-section-home-hero
------------------------------------- */
#as-section-home-hero {
    --height-slide: 820px;
    border-radius: 20px;
    overflow: hidden;
}

#as-section-home-hero .uk-slideshow-items {
    height: var(--height-slide);
}

[class*=as-img-hero] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-hero-block-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(25px);
    box-sizing: border-box;
    min-height: 417px;
}
.as-hero-title {
    margin-bottom: 24px;
    color: var(--theme-color);
    font-size: 32px;
    line-height: .96;
    letter-spacing: -0.96px;
}
.as-hero-block-txt {
    margin-block: 24px 20px;
}
.as-hero-block-text .as-social-link-telegram {
    background-color: #fff;
    border-color: transparent;
}
.as-hero-block-text .as-social-link-telegram:hover {
    background-color: transparent;
    color: #0a0a0a;
    border-color: currentColor;
}

#as-section-home-hero .uk-slideshow-nav {
    position: absolute;
    /*top: auto;*/
    bottom: 460px;
    left: 20px;
}

@media (min-width: 385px) {
    #as-section-home-hero .uk-slideshow-nav {
        bottom: 437px;
    }
}

@media (min-width: 1200px) {
    #as-section-home-hero {
        --height-slide: 810px;
    }
    .as-hero-block-text {
        bottom: 40px;
        left: 40px;
        width: 720px;
        padding: 40px;
    }
    .as-hero-title {
        color: #000;
        font-family: var(--font-default);
        font-size: 46px;
        font-weight: 500;
        letter-spacing: -1.38px;
    }
    .as-hero-block-txt {
        margin-block: 30px;
    }
    #as-section-home-hero .uk-slideshow-nav {
        bottom: 40px;
        right: 40px;
        left: auto;
    }
}


/* -------------------------------------
    #as-section-home-help
------------------------------------- */
#as-section-home-help {}

#as-sec-home-help-1 {
    max-width: 443px;
}

#as-sec-home-help-blocks {}
#as-sec-home-help-blocks .uk-card-title {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.84px;
}
#as-sec-home-help-figures {}

.as-help-figure-block {
    position: relative;
    height: 470px;
    border-radius: 20px;
    box-sizing: border-box;
}

.as-help-figure-block:hover .uk-button-small {
    background-color: #007ef5;
    color: #fff;
    border-color: transparent;
}
.as-help-figure-block .uk-button-small:active {
    background-color: #006ae1;
    color: #fff;
}
.as-help-img {}

.as-help-figure-panel {
    position: absolute;
    bottom: 20px;
    inset-inline: 20px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(7px);
    box-sizing: border-box;
}
.as-help-figure-panel h3 {
    margin-bottom: 20px;
    color: var(--theme-color);
}
.as-help-figure-panel .uk-button-small {
    line-height: 52px;
}

@media (min-width: 1200px) {
    #as-sec-home-help-blocks .uk-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #as-sec-home-help-blocks .uk-card-title {
        font-size: 36px;
        letter-spacing: -1.08px;
    }
    #as-sec-home-help-1 h2 {
        max-width: 320px;
    }
    #as-sec-home-help-figures {
        margin-top: 80px;
    }
    .as-help-figure-block {
        height: 700px;
    }
    .as-help-figure-panel {
        padding: 30px;
        width: 350px;
        inset-inline: 40px auto;
        bottom: 40px;
    }
    .as-help-figure-panel h3 {
        margin-bottom: 30px;
    }
    .as-help-figure-panel .uk-button-small {
        margin-top: 30px;
        display: block;
        line-height: 54px;
    }
}

@media (max-width: 1199px) {
    #as-sec-home-help-blocks {
        margin-top: 50px;
    }
    .as-help-figure-panel h3 {
        font-size: 20px;
    }
    .uk-button-adults {
        background-color: #007ef5;
        color: #fff;
        border-color: transparent;
    }
}



/* -------------------------------------
    #as-section-home-about
------------------------------------- */
#as-section-home-about {
    display: grid;
    column-gap: 20px;
}

#as-sec-home-about-l {}
#as-sec-home-about-top {}

#as-sec-home-about-desc {
    margin-block: 30px 50px;
}


#as-sec-home-about-blocks {}
#as-sec-home-about-blocks .uk-card-title {
    font-size: 28px;
    line-height: 1;
}

#as-sec-home-about-r {}

#as-sec-home-about-subnav {
    position: absolute;
    bottom: 60px;
    inset-inline: 40px;
    z-index: 2;
}
#as-sec-home-about-switcher {}

@media (min-width: 1200px) {
    #as-section-home-about {
        grid-template-columns: 520px 1fr;
    }
    #as-sec-home-about-blocks .uk-card-title {
        font-size: 36px;
        letter-spacing: -1.08px;
    }
    #as-sec-home-about-subnav {
        bottom: 40px;
    }
}

@media (max-width: 1199px) {
    #as-sec-home-about-l {
        padding-bottom: 20px;
    }
    #as-sec-home-about-r {
        background: #fff;
        padding: 0 20px 30px;
    }
    #as-sec-home-about-switcher img {
        height: 390px;
        width: 100%;
        object-fit: cover;
    }
}


/* -------------------------------------
    #as-section-home-methods
------------------------------------- */
#as-section-home-methods {}
#as-sec-home-methods-list {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.as-method-panel {
    padding: 20px;
    min-height: 260px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.as-method-1 h3 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.84px;
}
.as-method-panel.uk-card-default h3 {
    color: var(--theme-color);
}

@media (min-width: 1200px) {
    #as-sec-home-methods-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .as-method-panel {
        padding: 30px 40px;
        min-height: 400px;
    }
    .as-method-1 h3 {
        font-size: 36px;
        letter-spacing: -1.08px;
    }
}


/* -------------------------------------
    #as-section-home-test
------------------------------------- */
#as-section-home-test {
    display: grid;
    gap: 20px;
}

#as-sec-home-test-r {}

#as-sec-home-test-1 {}
#as-sec-home-test-2 {}
#as-sec-home-test-gallery {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
}

#as-sec-home-test-3 {}
#as-sec-home-test-3 .uk-button-small-group {
    column-gap: 20px;
}
#as-sec-home-span-25 {
    background: var(--muted-background);
    border-radius: 500px;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding-inline: 32px;
}
@media (min-width: 1200px) {
    #as-section-home-test {
        grid-template-columns: minmax(auto, 650px) minmax(570px, 1fr);
    }
    #as-sec-home-test-gallery {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    #as-sec-home-test-1 {
        padding-block: 20px;
    }
    #as-sec-home-test-1 h2,
    #as-sec-home-test-3 h2 {
        margin-bottom: 20px;
    }
    #as-sec-home-test-2,
    #as-sec-home-test-3 {
        padding: 20px;
    }
}





/* -------------------------------------------------------------- *
 * ### RESP
** ------------------------------------------------------------ */
@media (min-width: 640px) {}
@media (min-width: 960px) {}
@media (min-width: 1200px) {}


/* max */
@media (max-width: 1199px) {}
@media (max-width: 639px) {}