*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    font-family: 'Golos';
    font-weight: 400;
}

@font-face {
    font-family: 'Golos';
    font-weight: 900;
    src: url(../fonts/GolosText-Black.ttf);
}

@font-face {
    font-family: 'Golos';
    font-weight: 800;
    src: url(../fonts/GolosText-ExtraBold.ttf);
}

@font-face {
    font-family: 'Golos';
    font-weight: 700;
    src: url(../fonts/GolosText-Bold.ttf);
}

@font-face {
    font-family: 'Golos';
    font-weight: 600;
    src: url(../fonts/GolosText-SemiBold.ttf);
}

@font-face {
    font-family: 'Golos';
    font-weight: 500;
    src: url(../fonts/GolosText-Medium.ttf);
}

@font-face {
    font-family: 'Golos';
    font-weight: 400;
    src: url(../fonts/GolosText-Regular.ttf);
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.row {}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

a {
    transition: .4s opacity;
    text-decoration: none;
}

a:hover {
    opacity: .7;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    padding: 30px 0;
    transition: transform 0.3s ease, background 0.3s ease;
    transform: translateY(0);
}

.header.scrolled {
    background: #111;
}

.header.hidden {
    transform: translateY(-100%);
}

.nav .flex {
    gap: 40px;
}

.nav a {
    color: #ffffff7d;
    font-size: 16px;
}

.footer {}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
}

.btn-primary {
    background: #6F87EB;
    border-radius: 16px;
    color: #FFF;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 500;
}

.section-1 {
    background: #111111;
    min-height: 685px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff7d;
    overflow: hidden;
}

.section-1 h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin-top: 32px;
    margin-bottom: 16px;
}

.hero-content {
    max-width: 872px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-content p {
    line-height: 160%;
}

.section-1 .btn {
    margin-top: 60px;
}

.hero__bright {
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero__dog {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section {
    margin-bottom: 160px;
}


.feature-items {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.feature-item {
    padding: 30px;
    background: #111;
    border-radius: 30px;
    min-height: 350px;
    background-image: url(../img/feature-brightness.png);
    background-size: cover;
    background-position: top right;
    display: flex;
    flex-direction: column;
}

.feature-item__text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: auto;
}

.feature-item__title {
    line-height: 160%;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    white-space: nowrap;
    margin-bottom: 10px;
}

.feature-item__value {
    font-weight: 600;
    font-size: 64px;
    line-height: 130%;
    color: #FFFFFF;
}

.feature-banner {
    max-width: 1300px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111111;
    border-radius: 40px 40px 0px 0px;
    padding: 34px 40px;
    background-image: url(../img/swag-brightness.png);
    background-position: top;
    transform: translateY(200%);
    transition: .4s transform ease;
}

.feature-banner.active {
    transform: translateY(1px);
}

.feature-banner__text {
    color: #FFF;
    max-width: 256px;
    width: 100%;
    line-height: 160%;
    font-weight: 600;
}

.feature-banner__dog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.feature-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #111;
    max-width: 923px;
    margin: 0 auto;
    margin-top: 48px;
}

.feature-banner__btn {}

.about-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}

.about-item {
    background: #111111;
    border-radius: 40px;
    padding: 60px;
}

.about-item__title {
    font-size: 32px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 64px;
    color: #FFF;
}

.about-item__tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.about-item__tag {
    border-radius: 16px;
    background: #FFFFFF;
    padding: 10px 16px;
}

.about-item_1 {
    background-image: url(../img/feature-dog-1.png);
}

.about-item_2 {
    background-image: url(../img/feature-dog-2.png);
}

.about-item_3 {
    background-image: url(../img/feature-dog-3.png);
}

.about-item__content {
    max-width: 550px;
    width: 100%;
}

.section-3 .flex {
    gap: 80px;
}

.section-3 h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    color: #111111;
}

.offer-banner {
    background: #111;
    border-radius: 40px;
}

.offer-content {
    padding: 60px 0;
}

.offer-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.offer-item__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #111111;
    opacity: 0.5;
}

.offer-item__value {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #111;
}

.offer-payments {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 70px;
}

.offer-payments__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #111111;
}

.offer-payments__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #111111;
    opacity: 0.5;
}

.offer-payment__items {
    display: flex;
    gap: 8px;
}

.offer-payment__item {
    border-radius: 16px;
    background: #F6F6F6;
    padding: 9px 16px;
    font-size: 18px;
    font-weight: 500;
}

.gray-text {
    font-weight: 300;
}


.section-4 .section-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    color: #111111;
    margin-bottom: 16px;
}

.section-4 .section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #111111;
    opacity: 0.5;
    max-width: 830px;
}

.about-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #111;
    opacity: 1;
    margin-top: 60px;
}

.section-5 {
    text-align: center;
}

.section-5 .section-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #111111;
    margin-bottom: 16px;
}

.section-5 .section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #111111;
    opacity: 0.5;
    max-width: 880px;
    margin: 0 auto;
}

.earn-items {
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.earn__item {
    background: #111;
    border-radius: 30px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    width: 33.33%;
    background-image: url(../img/earn-2.png);
}

.earn__item-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 16px 10px;
    gap: 10px;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 40px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .3);
}

.earn__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.earn__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.earn__item-text a {
    color: #FFF;
}

.section-text__bold {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #111;
}

.section:last-child {
    margin-bottom: 0;
}

.banner-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    color: #111111;
    max-width: 600px;
    width: 100%;
    margin-bottom: 16px;
}

.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #111111;
    opacity: 0.5;
    max-width: 690px;
    width: 100%;
}

.banner-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    margin-top: 40px;
    padding-bottom: 80px;
}

.banner-social__item {}

.banner-social__item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #111111;
    opacity: 0.5;
}

.banner-social__item-link {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #111;
}

.footer {
    background: #111;
    padding-top: 80px;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}

.footer-top {
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    color: rgba(255, 255, 255, .3);
}

.footer-bottom a {
    color: rgba(255, 255, 255, .3);
}

.footer-brightness-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-brightness-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.popup {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.desktop-hidden {
    display: none !important;
}

.mobile-hidden {
    display: flex !important;
}

.gray-text {
    color: rgba(0, 0, 0, .5);
}

.section-6 img {
    max-width: 430px;
}

.banner-social__item-link-mail {
    font-weight: 300 !important;
}


@media screen and (max-width: 1700px) {
    .hero__dog {
        right: -180px;
    }
}

@media screen and (max-width: 1512px) {
    .hero__dog {
        right: -240px;
    }
}

@media screen and (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }

    .desktop-hidden {
        display: flex !important;
    }

    .flex {
        flex-direction: column;
    }

    .container {
        padding: 0 15px;
    }

    .flex.justify-between {
        justify-content: flex-start;
    }

    .section-1 h1 {
        font-size: 24px;
        line-height: 140%;
    }

    .hero-content p {
        font-size: 18px;
    }

    .section-1 .btn {
        display: none;
    }

    .header {
        padding: 15px 0;
        z-index: 33;
        background: #111;
    }

    .header .nav {
        display: none;
    }

    .nav-burger {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        transition: .4s opacity;
        z-index: 1;
    }

    .nav-burger:hover {
        opacity: .7;
    }

    .nav-burger__line {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }

    .nav-burger__line span {
        width: 20px;
        border-radius: 3px;
        background-color: #FFF;
        height: 2px;
    }

    .header .row {
        flex-direction: row;
        justify-content: space-between;
    }

    .feature-items {
        flex-direction: column;
    }

    .section .section-title {
        font-size: 32px;
    }

    .offer-payment__items {
        flex-wrap: wrap;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .feature-text {
        font-size: 16px;
        text-align: left;
    }

    .feature-item {
        min-height: auto;
        background-size: cover;
        background-position: right;
    }

    .feature-items {
        gap: 8px;
    }

    .feature-banner {
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 20px 15px;
        border-radius: 20px 20px 0px 0px;
    }

    .feature-banner__dog {
        right: 0;
        bottom: 0;
        max-width: 160px;
        left: auto;
    }

    .feature-banner__text {
        display: none;
    }

    .popup {
        position: fixed;
        justify-content: center;
        top: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        padding: 30px 0;
        bottom: 0;
        height: 100dvh;
        background-image: url(../img/mobile-nav-brightness.png);
        background-position: bottom;
        background-size: cover;
        background-color: #111;
        z-index: 3;
    }

    .popup.active {
        display: flex;
    }

    .nav-menu__wrapper {
        overflow: auto;
        padding-top: 130px;
        height: 100dvh;
    }

    .nav-burger.active span {
        transition: .4s transform ease;
    }

    .nav-burger.active span:nth-child(2) {
        display: none;
    }

    .nav-burger.active span:nth-child(1) {
        transform: rotate(-45deg);
        top: 5px;
        position: relative;
    }

    .nav-burger.active span:nth-child(3) {
        transform: rotate(45deg);
    }

    .nav-menu__list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 52px;
    }

    .nav-menu__list a {
        font-weight: 600;
        font-size: 24px;
        line-height: 140%;
        color: #FFFFFF;
    }

    .nav-menu__socials {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 60px;
    }

    .nav-social__item-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        color: #FFFFFF;
        opacity: 0.5;
    }

    .nav-menu .nav-social__item-link {
        font-weight: 600;
        font-size: 24px;
        line-height: 160%;
        letter-spacing: 0.01em;
        color: #FFFFFF;
    }

    .nav-banner {
        background: #111;
        position: relative;
        /* bottom: 0;
        left: 0;
        right: 0; */
        display: flex;
        justify-content: space-between;
        padding: 20px 15px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .nav-banner__dog {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 150px;
    }

    .header-logo {
        position: relative;
        z-index: 1;
    }

    .section-1 {
        /* height: 100vh; */
        min-height: 650px;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 120px;
    }

    .hero__bright {
        height: auto;
        max-width: unset;
        object-fit: cover;
    }

    .section {
        margin-bottom: 40px;
    }

    .section-3 {
        margin-top: 80px;
    }

    .offer-banner {
        background: none;
    }

    .section-3 .flex {
        gap: 40px;
    }

    .offer-content {
        padding-top: 0;
    }

    .offer-items {
        margin-top: 24px;
        gap: 16px;
    }

    .offer-payments {
        margin-top: 24px;
    }

    .offer-payment__item {
        font-weight: 600;
    }

    .about-item {
        padding: 20px;
        min-height: 560px;
        border-radius: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .about-item__tag {
        line-height: 160%;
    }

    .about-item__title {
        font-size: 24px;
        line-height: 140%;
        margin-bottom: 24px;
    }

    .section-4 .container {
        padding-right: 0;
    }

    .section-4 .section-title,
    .section-4 .section-subtitle {
        padding-right: 15px;
    }

    .about-item_1 {
        background-image: url(../img/feature-dog-1-mob.png);
    }

    .about-item_2 {
        background-image: url(../img/feature-dog-2-mob.png);
    }

    .about-item_3 {
        background-image: url(../img/feature-dog-3-mob.png);
    }

    .swiper-pagination {
        position: static !important;
    }

    .swiper-pagination-bullet {
        max-width: 83px;
        width: 100% !important;
        border-radius: 0 !important;
        height: 2px !important;
        background: rgba(0, 0, 0, .3) !important;
    }

    .swiper-pagination-bullet-active {
        background: rgb(0, 0, 0) !important;
    }

    .about-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #111;
    }

    .section-5 {
        text-align: left;
        margin-bottom: 80px;
    }

    .section-5 .section-title {
        font-weight: 600;
        font-size: 32px;
        line-height: 140%;
        color: #111111;
        text-align: left;
    }

    .section-5 .section-subtitle {
        text-align: left;
    }

    .earn__item {
        text-align: center;
        width: 100%;
    }

    .section-text__bold {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #111;
        text-align: left;
    }

    .banner-title {
        font-weight: 600;
        font-size: 32px;
        line-height: 140%;
        color: #111111;
    }

    .banner-socials {
        gap: 16px;
    }

    .section-6 .banner {
        margin-bottom: 30px;
    }

    .hero__bright {
        width: 100%;
    }

    .offer-banner img {
        width: 100%;
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 110px;
        background-image: url(../img/footer-bg-mob.png);
        background-position: right bottom;
        background-size: cover;
    }

    .footer-brightness-1,
    .footer-brightness-2 {
        display: none;
    }

    .footer-top .items-center {
        align-items: flex-start;
    }

    .footer .nav {
        margin-top: 24px;
    }

    .footer .nav a {
        padding: 5px 0;
        display: inline-block;
    }

    .footer .nav .flex {
        gap: 8px;
    }

    .footer-bottom p {
        margin-bottom: 16px;
    }

    .nav-menu__list,
    .nav-menu__socials {
        padding: 0 15px;
    }

    .hero__dog {
        right: 0;
    }

    .banner-social__item-link-mail {
        font-size: 20px !important;
    }

    .banner-socials {
        padding-bottom: 10px;
    }

    .earn-items {
        margin-bottom: 40px;
    }

    .overflow-hidden .header-logo {
        opacity: .4;
    }
    
    .nav-banner a {
        color: #FFF;
    }
}