.header-title {
    margin-top: 50px;
}

h1.big-text {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.5px;
}

h1.big-text {
    line-height: normal;
}

.about-small-text a,
.about-small-text li {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}

.items-wrap:before,
.items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.items-wrap:before {
    left: 0;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.items-wrap:after {
    right: 0;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
}

.item {
    color: #151414;
    font-family: Open Sans;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 48px;
    padding: 0px;
}

.marquee {
    animation: scroll 20s linear infinite;
}

.reverce {
    animation-direction: reverse;
}

.items-wrap:hover .marquee {
    animation-play-state: paused;
}

.perfscan {
    margin: 20px 0;
    text-align: center;
    bottom: 0;
    background: #fff;
    padding: 5px;
}

.perfscan hr {
    border: solid #999;
    border-width: 1px 0 0 0;
    max-width: 50%;
    margin: 0 auto 20px;
}

.perfscan a {
    color: #000;
    font-weight: bold;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}

.marquee-wrap {
    background: linear-gradient(180deg, #DECA9F 0%, rgba(222, 202, 159, 0.00) 100%), linear-gradient(90deg, #B57E10 0%, #B57E10 15%, #E5C35C 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%), #FFF;
    padding: 20px 0px;
}

.marquee-wrap {
    max-width: 100%;
    overflow: hidden;
}

.bf-section-one {
    background-image: url('/images/bf-section-1-bg.png');
    background-color: #151414;
    background-size: cover;
    background-position: top;
    min-height: 765px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bf-section-two {
    background: #151414;
    padding-top: 175px;
    padding-bottom: 134px;
}

.bf-section-one-clock {
    display: flex;
    align-items: center;
}

.bf-section-one-clock-text {
    color: #FFF;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 13px;
}

.bf-section-one-title {
    color: #FFF;
    font-family: Open Sans;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 169.286% */
    margin: 23px 0px;
}

.bf-section-one-offer {
    color: #FFF;
    font-family: Caveat;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bf-section-one-btn a {
    background: linear-gradient(90deg, #FFF3A6 0%, #F9DF7B 14%, #F5D974 17%, #D9B249 31%, #C5952A 44%, #B98417 55%, #B57E10 63%, #E5C35C 77%, #F9DF7B 84%, #F6DA76 87%, #ECCD67 90%, #DCB64E 94%, #C6972B 97%, #B57E10 100%), linear-gradient(90deg, #B57E10 0%, #B57E10 15%, #E5C35C 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%), #FFF;
    width: 641px;
    max-width: 100%;
    height: 93px;
    margin-top: 64px;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bf .container {
    width: 1340px;
    max-width: 100%;
}

.bf-section-two-title {
    color: #FFF;
    font-family: Open Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}

.bf-section-items-wr {
    display: flex;
    justify-content: space-between;
}

.bf-section-item-number {
    color: #FFF;
    font-family: Caveat;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.bf-section-item-value {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.bf-section-item-img {
    text-align: center;
    padding-right: 37px;
}

.bf-section-item {
    min-height: 327px;
    min-width: 386px;
    display: flex;
    flex-direction: column;
    background: url('/images/bf-item-bg.png');
    background-size: 100% 100%;
    padding-top: 18px;
}

.bf-section-item-img.txt {
    padding: 0px;
}

.bf-section-two-sub-title {
    color: #FFF;
    font-family: Open Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
    margin-top: 100px;
}

.bf-section-two-sub-descr {
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 36px */
}

p.bf-two-little-text {
    color: #FFF;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bf-section-two-link a {
    background: linear-gradient(90deg, #FFF3A6 0%, #F9DF7B 14%, #F5D974 17%, #D9B249 31%, #C5952A 44%, #B98417 55%, #B57E10 63%, #E5C35C 77%, #F9DF7B 84%, #F6DA76 87%, #ECCD67 90%, #DCB64E 94%, #C6972B 97%, #B57E10 100%), linear-gradient(90deg, #B57E10 0%, #B57E10 15%, #E5C35C 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%), #FFF;
    width: 641px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 93px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.bf-section-one-offer {
    background: linear-gradient(60deg, #B57E10, #B57E10, #E5C35C, #F9DF7B, #FFF3A6, #F9DF7B, #B57E10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bf-section-item-number {
    background: linear-gradient(60deg, #B57E10, #B57E10, #E5C35C, #F9DF7B, #FFF3A6, #F9DF7B, #B57E10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bf-section-item-img.txt {
    background: linear-gradient(60deg, #B57E10, #B57E10, #E5C35C, #F9DF7B, #FFF3A6, #F9DF7B, #B57E10);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFF;
    text-align: center;
    font-family: Caveat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bf-section-item.two .bf-section-item-value {
    margin-bottom: 0px;
}

.bf-section-item.thr .bf-section-item-img.txt {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.bf-section-item.thr .bf-section-item-value {
    margin-bottom: 5px;
}

.bf-section-one {
    background-size: auto 810px;
}

.bf-section-one {
    background-size: auto 810px;
}

@media (max-width: 1200px) {
    .bf-section-one {
        min-height: 600px;
        background-size: auto 650px;
    }
    .bf-section-one-clock-text {
        font-size: 24px;
    }
    .bf-section-one-title {
        font-size: 60px;
    }
    .bf-section-one-offer {
        background: linear-gradient(60deg, #B57E10, #B57E10, #E5C35C, #F9DF7B, #FFF3A6, #F9DF7B, #B57E10);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 54px;
    }
    .bf-section-one-btn a {
        width: 500px;
        height: 80px;
    }
    .bf-section-item {
        width: 300px;
        min-width: 300px;
        min-height: 300px;
        margin: 0px auto;
    }
    .bf-section-item-value {
        padding: 0 15px;
    }
    .bf-section-item-value br {
        display: none;
    }
    .bf-section-item-value {
        font-size: 14px;
        min-height: 66px;
        margin-top: 5px;
    }
    .bf-section-two-sub-title {
        font-size: 30px;
    }
    .bf-section-two-sub-descr {
        font-size: 16px;
    }
    .bf-section-two-link a {
        width: 500px;
        height: 80px;
    }
    .bf .container {
        width: 970px;
    }
}

@media (max-width: 992px) {
    .item {
        font-size: 16px;
        line-height: 1;
        margin-right: 14px;
    }
    .marquee-wrap {
        background: linear-gradient(180deg, #DECA9F 0%, rgba(222, 202, 159, 0.00) 100%), linear-gradient(90deg, #B57E10 0%, #B57E10 15%, #E5C35C 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%), #FFF;
    }
    .bf .container {
        width: 330px;
    }
    .bf-section-one-clock-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        margin-left: 5px;
    }
    .bf-section-one-clock img {
        width: 21px;
        height: auto;
    }
    .bf-section-one-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        margin: 14px 0px;
    }
    .bf-section-one-offer {
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
    }
    .bf-section-one {
        justify-content: flex-start;
        padding-top: 54px;
    }
    .bf-section-one-btn a {
        background: linear-gradient(90deg, #FFF3A6 0%, #F9DF7B 14%, #F5D974 17%, #D9B249 31%, #C5952A 44%, #B98417 55%, #B57E10 63%, #E5C35C 77%, #F9DF7B 84%, #F6DA76 87%, #ECCD67 90%, #DCB64E 94%, #C6972B 97%, #B57E10 100%), linear-gradient(90deg, #B57E10 0%, #B57E10 15%, #E5C35C 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%), #FFF;
        height: 61px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        margin-top: 31px;
    }
    .bf-section-one-offer {
        background: linear-gradient(60deg, #B57E10, #B57E10, #E5C35C, #F9DF7B, #FFF3A6, #F9DF7B, #B57E10);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .bf-section-two {
        padding: 63px 0px;
    }
    .bf-section-two-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 35px;
    }
    .bf-section-item {
        width: 288px;
        min-width: 288px;
        min-height: 256px;
        height: 256px;
        margin-bottom: 25px;
        margin-right: auto;
        margin-left: 0px;
    }
    .bf-section-items-wr {
        display: flex;
        flex-direction: column;
    }
    .bf-section-item-value br {
        display: block;
    }
    .bf-section-item-value {
        padding: 0px;
        font-size: 14px;
    }
    .bf-section-item.two .bf-section-item-value {
        min-height: 50px;
    }
    .bf-section-item-img.txt {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
    }
    .bf-section-item-number {
        line-height: 1;
    }
    .bf-section-item-img {
        padding-right: 0px;
    }
    .bf-section-two-sub-title {
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        margin: 45px 0px 25px;
    }
    .bf-section-two-sub-title br {
        display: none;
    }
    .bf-section-two-sub-descr {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    p.bf-two-little-text {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .bf-section-two-link a {
        height: 61px;
        margin-top: 25px;
    }
}

@media (max-width: 600px) {
    .bf-section-one {
        background-image: url('/images/bf-section-1-bg-mb.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 550px;
    }
    section#about-page {
        margin: 0px;
    }
    .about-small-text a,
    .about-small-text li {
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    h1.big-text {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.4;
    }
    .header-title {
        margin-top: 50px;
    }
}