@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

body {
    font-family: 'Montserrat', sans-serif;
    background: #000;
}

a {
    color: inherit;
    text-decoration: none;
    display: flex;
    width: fit-content;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.df {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.aic {
    align-items: center;
}

.header {
    background: url(./img/top.jpg) no-repeat center /cover;
    padding-top: 550px;
    color: #ffffff;
    padding-bottom: 200px;
}

.pageTitle {
    font-weight: 300;
    font-size: 78.6px;
    max-width: 1150px;
    position: relative;
    z-index: 1;
}

.pageTitle p {
    position: relative;
    z-index: 2;
}

.pageTitle b {
    font-weight: 500;
}

.pageTitle::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    background: rgba(197, 5, 5, 0.458);
    width: 600px;
    height: 120px;
    z-index: 0;
}

.achievements {
    margin-top: 60px;
}

.achievements .block {
    width: fit-content;
    position: relative;
    padding-left: 40px;
    padding-bottom: 40px;
}

.achievements .block:nth-child(1) {
    background: url(./img/1.png) no-repeat left bottom /contain;
}

.achievements .block:nth-child(2) {
    background: url(./img/2.png) no-repeat left bottom /contain;
}

.achievements .block:nth-child(3) {
    background: url(./img/3.png) no-repeat left bottom /contain;
}

.achievements .block:nth-child(4) {
    background: url(./img/4.png) no-repeat left bottom /contain;
}

.achievements .container {
    width: 100%;
    justify-content: space-between;
}

.achievements .content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 10px;
    align-items: center;
    width: fit-content;
}

.achievements .content .title {
    font-size: 142px;
    font-weight: 200;
    line-height: 1;
}

.achievements .content .subtitle {
    font-size: 20.7px;
    font-weight: 400;
    margin-top: -10px;
    text-transform: uppercase;
}

.cta {
    position: relative;
    padding-top: 100px;
    margin-top: 120px;
    background: url(./img/bull.jpg) no-repeat left center /cover;
    background-size: 50%;
    overflow: hidden;
}

.cta .bg {
    position: absolute;
    z-index: 1;
    right: -180px;
    top: 0px;
    font-size: 340px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    align-items: flex-end;
    width: 42%;
}

/* .cta .bg p {
    margin: 0;
    padding: 0;
    line-height: 0.85;
    display: block;

}

.cta .bg p+p {
    margin-top: -85px;
} */

.ctaContainer {
    max-width: 1400px;
    position: relative;
    z-index: 2;
    gap: 100px;
    justify-content: end;
}

.ctaContainer>.content {
    max-width: 60%;
    width: 100%;
    color: #fff;
    gap: 10px;
    padding-bottom: 20px;
}

.cta .btn {
    padding: 50px 70px;
    border-radius: 35px;
    background: #2b2424;
    background: linear-gradient(0deg, rgb(38, 1, 1) 0%, rgb(140, 0, 0) 100%);
    gap: 20px;
    text-transform: uppercase;
    font-size: 57px;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    transition: .3s ease;
    margin: 70px auto 0px auto;
    box-shadow: 0px -7px 0px 0px #c60000;
    letter-spacing: -2px;
}

.cta .btn p {
    font-weight: bold;
    ;
}

.cta .btn span {
    padding-left: 20px;
}

.cta .btn:hover {
    transform: scale(1.05);
}

.cta .btn img {
    max-width: 50px;
}

.ctaContainer .big {
    font-size: 40px;
}

.ctaContainer .small {
    font-size: 32px;
    margin-top: 40px;
}

.cta .description {
    text-align: center;
    font-size: 33px;
    margin-top: 10px;
}

.money {
    position: relative;
    overflow: hidden;
    align-items: center;
    background: url(./img/leva.png) no-repeat -3% center /contain;
    padding: 200px 0;
}

.money .bg {
    position: absolute;
    max-width: 70%;
    right: 0px;
    top: 70px;
    z-index: 1;
    margin-left: auto;
    transform: translateX(200px);
}

.money .bg .shadow {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    right: 0px;
    z-index: 3;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.money .container {
    max-width: 660px;
    margin-left: 5%;
}

.money p {
    font-size: 67px;
    max-width: 660px;
    font-style: italic;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 2;
}

.cb {
    color: #fff;
    margin-top: 100px;
    padding-bottom: 150px;
    background: url(./img/foot.jpg) no-repeat center bottom /contain;
}

.cb .btn {
    padding: 50px 70px;
    border-radius: 35px;
    background: #2b2424;
    background: linear-gradient(0deg, rgb(16, 1, 1) 0%, rgb(84, 0, 0) 100%);
    gap: 20px;
    text-transform: uppercase;
    font-size: 57px;
    font-weight: 600;
    font-family: "Bebas Neue", sans-serif;
    transition: .3s ease;
    /* box-shadow: 0px -7px 0px 0px #c60000; */
    letter-spacing: -2px;
    z-index: 10;
    position: relative;

}

.cb p {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
}

.cb .btn p {
    font-weight: bold;
}

.cb p span {
    padding-left: 20px;
}

.cb p.description {
    font-weight: 600;
}

.cb .btnBg:hover {
    transform: scale(1.05);
}

.cb p.copyright {
    margin-top: 70px;
    font-size: 39px;
}

.btnBg {
    padding: 5px;
    background: linear-gradient(0deg, rgba(111, 0, 0, 0.588) 0%, rgba(117, 0, 0, 0.549) 100%);
    width: fit-content;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    margin: 70px auto 0px auto;
    transition: .3s ease;
    border-radius: 40px;
    box-shadow: 0px -7px 10px 1px #c60000c7;
    position: relative;
    z-index: 5;
}

.cb .btn img {
    max-width: 50px;
}
.razdel {
    display: none;
}
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 7%;
        padding-right: 7%;
    }

    .header {
        padding-top: 430px;
        background-position: center top;
        background-size: 200%;
        padding-bottom: 100px;
    }

    .pageTitle {
        font-size: 44px;
    }

    .pageTitle::before {
        width: 75%;
        height: 65px;
        top: -5px;
        left: -10px;

    }

    .achievements {
        margin-top: 30px;
    }

    .achievements .container {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .achievements .block {
        max-width: 50%;
        width: 100%;
        gap: 5px;
    }

    .achievements .block .title {
        font-size: 100px;
    }

    .achievements .block .subtitle {
        font-size: 13px;
    }

    .achievements .block:nth-child(2) {
        padding-left: 0px;

    }

    .achievements .block:nth-child(2) .content {
        transform: translateX(-20px);
    }

    .cta {
        background-size: 180%;
        padding-top: 300px;
        background-position-x: 40%;
        background-position-y: top;
        margin-top: 30px;
    }

    .cta .bg {
        display: none;
    }

    .ctaContainer>.content {
        max-width: 100%;
    }

    .ctaContainer .big {
        font-size: 30px;
    }

    .ctaContainer .small {
        font-size: 24px;
        margin-top: 20px;
    }

    .cta .btn img {
        max-width: 30px;
    }

    .cta .btn {
        padding: 30px 40px;
        border-radius: 25px;
        box-shadow: 0px -3px 2px 1px #c60000;
        margin-top: 40px;
    }

    .cta .btn p {
        font-size: 34px;
        font-weight: 600;
    }

    .cta .btn span {
        padding-left: 10px;
    }

    .cta .description {
        font-size: 20px;
        margin-top: 10px;
    }

    .money {
        background: none;
        flex-direction: column-reverse;
        padding-top: 100px;
        margin-top: 20px;
        padding-bottom: 0;
    }

    .money .container {
        max-width: 100%;
        margin: 0 auto;
    }

    .money .bg {
        position: relative;
        max-width: 100%;
        top: 0px;
        margin: 0 auto;
        transform: translateX(0px) scale(1.5);
    }

    .money p {
        font-size: 40px;
    }
    .razdel {
        display: block;
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .cb {
        padding-bottom: 60px;
        background-size: 200%;
        margin-top: 60px;
    }

    .cb p {
        font-size: 24px;
    }

    .btnBg {
        border-radius: 25px;
        padding: 2px;
        box-shadow: 0px -2px 3px 1px #c60000c7;
        margin-top: 40px;
    }

    .cb .btn {
        padding: 30px 40px;
        border-radius: 25px;

    }

    .cb .btn p {
        font-weight: 600;
        font-size: 34px;
    }

    .cb .btn img {
        max-width: 30px;
    }

    .cb p span {
        padding-left: 10px;
    }

    .cb p.copyright {
        margin-top: 40px;
        font-size: 20px;
    }
}