@import url('https://fonts.googleapis.com/css2?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;
}

main {
    background: url('./img/head.jpg') no-repeat top center /contain;
}

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;
}

.header {
    padding: 80px 0px;
    color: #fff;
}

.header .container {
    gap: 30px;
    padding-left: 80px;
    padding-right: 80px;
}

.header .logo {
    max-width: 20%;
    width: 100%;
}

.pageTitle {
    font-size: 60px;
    font-weight: bold;
}

.pageSubtitle {
    font-size: 24px;
    line-height: 120%;
    max-width: 30%;
}

.header .block {
    gap: 100px;
}

.header .unit {
    gap: 0px;
}

.header .unit .title {
    font-size: 120px;
}

.header .unit .subtitle {
    font-size: 30px;
    font-weight: 700;
}

.tgBtn {
    gap: 25px;
    padding: 40px 50px;
    border-radius: 10px;
    background: #ffffff;
    color: #0a0a0a;
    transition: .3s ease;
    font-size: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    align-items: center;
    margin-top: 30px;
}

.tgBtn .img {
    width: 50px;
    height: 50px;
    transform: rotate(-10deg);
}

.tgBtn:hover {
    transform: scale(1.05);
    opacity: .9;
}

.we .container {
    background: #fff;
    padding: 60px 80px;
    border-radius: 30px;
    gap: 40px;
    position: relative;
    box-shadow: 0px 10p 10px #00000012;
    filter: drop-shadow(0px 10px 20px #00000044)
}

.we .sectionTitle {
    text-align: center;
    font-weight: 800;
    font-size: 34px;
    text-transform: uppercase;
}

.we .content {
    gap: 60px;
}

.we .left {
    max-width: 270px;
    width: 100%;
    gap: 60px;
}

.we .left .title {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
}

.we .left .subtitle {
    font-size: 21px;
}

.we .unit {
    position: relative;
    width: 100%;
}

.we .unit * {
    min-width: 0;
    min-height: 0;
}

.we .unit .content {
    gap: 10px;
    position: relative;
    z-index: 2;
}

.we .unit .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: end;
    overflow: hidden;
    margin: 0;
    padding: 0;

}

.we .unit .bg p {
    position: absolute;
    top: -40px;
    left: 0px;
    font-size: 316px;
    font-weight: 900;
    color: #d4c5b8;
    line-height: 1;
    align-items: flex-start;
}

.we .left .img {
    display: flex;
    justify-content: center;
    max-width: 140px;
    margin: 0 auto;
}

.we .img img {
    display: block;
}

.we .right p {
    font-size: 28px;
}

.we .right {
    position: relative;
}

.we .right .text {
    gap: 20px;
}

.we .right .img {
    position: absolute;
    bottom: 0px;
    right: 20px;
    transform: translateY(27%);
    max-width: 90%;
}

.bitcoin {
    position: absolute;
    right: 20px;
    bottom: -100px;
    width: 600px;
}

.aside {
    margin-top: 250px;
}

.aside .text {
    padding: 30px 45px;
    background: #f1f1f1;
    border-radius: 30px;
    text-align: center;
    max-width: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.aside .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.aside .img {
    position: absolute;
    left: 20px;
    bottom: 0px;
    max-width: 390px;
    width: 100%;
    margin-bottom: -10px;
}

.aside p {
    font-size: 33px;
    text-align: center;
}

.aside a {
    font-size: 38px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.cta {
    padding: 80px;
    background: #171717;
    position: relative;
    filter: drop-shadow(0px 30px 10px #00000044)
}

.cta .container {
    position: relative;
    z-index: 10;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cta .bg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 500px;
    width: 100%;
    z-index: 1;
}

.cta .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00000094;
    z-index: 2;
}

.cta .lapa {
    position: absolute;
    max-width: 400px;
    width: 100%;
    bottom: -40%;
    left: -100px;
    transform: rotate(210deg);
    z-index: 15;
}

.cta .title {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.cta .text {
    font-size: 40px;
    font-style: italic;
    text-align: center;
}

.cta .img {
    font-size: 80px;
    font-weight: 500;
    width: 80px;
    margin-top: 20px;
}

.callback .container {
    align-items: center;
    padding: 80px;
}

.callback a {
    gap: 25px;
    background: #000000;
    color: #fff;
    padding: 40px 50px;
    position: relative;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s ease;
    border-radius: 10px;
    align-items: center;
}

.callback a:hover {
    transform: scale(1.05);
    opacity: .9;
}

.callback a .img {
    width: 50px;
    height: 50px;
    transform: rotate(-10deg);
    position: relative;
}

.callback .text {
    font-size: 40px;
    margin-top: 30px;
    text-align: center;
}

.callback .text span.under {
    text-decoration: underline;
}

.footer {
    padding: 40px 0;
    font-size: 34px;
    font-weight: 500;
}

.footer .container {
    justify-content: space-between;
    align-items: center;
}

.footer .footerLogo {
    max-width: 300px;
    width: 100%;
}
a.contacts {
    display: none;
}


@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    main {
        background-size: 190%;
    }

    .header {
        padding: 30px 0px 40px 0px;
    }

    .header .logo {
        max-width: 30%;
    }

    .header .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pageTitle {
        font-size: 30px;
        font-weight: normal;
    }

    .pageSubtitle {
        font-size: 18px;
        max-width: 60%;
    }

    .header .block {
        gap: 50px;
    }

    .header .unit .title {
        font-size: 30px;
    }

    .header .unit .subtitle {
        font-size: 18px;
    }

    .tgBtn {
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 22px;
        padding: 25px 35px;
    }
    .tgBtn .img {
        width: 30px;
        height: 30px;
    }

    .we {
        overflow: hidden;
        background: url('./img/bitcoin.png');
        background-repeat: no-repeat;
        background-position: -300% 50px;
        background-size: 110%;
        padding-top: 50px;
    }

    .we .container {
        border-radius: 0px;
        padding: 30px 15px;
        background: transparent;

    }

    .we .sectionTitle {
        font-size: 18px;
    }

    .we .content {
        gap: 30px;
    }

    .we .unit .bg p {
        top: -15px;
        font-size: 140px;
    }

    .we .left {
        max-width: 35%;
        gap: 30px;
    }

    .we .left .img {
        max-width: 50%;
    }

    .we .unit .content {
        gap: 5px;
    }

    .we .left .title {
        font-size: 18px;
    }

    .we .left .subtitle {
        font-size: 14px;
    }

    .we .right .text {
        display: none;
    }

    .we .right .img {
        position: relative;
    }

    .aside {
        margin-top: 0px;
    }

    .aside .img {
        top: 0px;
        max-width: 250px;
        left: -10%;
    }

    .aside .text {
        max-width: 60%;
        padding: 20px;
        font-size: 16px;
    }

    .aside p {
        font-size: 16px;
        font-style: italic;
    }

    .aside a {
        font-size: 24px;
    }

    .cta {
        filter: drop-shadow(0px -30px 10px #ffffffc6);
        padding: 20px;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .cta .bg {
        width: 50%;
        height: 100%;
        bottom: -70px;
    }
    .cta .lapa {
        display: none;
    }
    .cta .title {
        font-size: 18px;
        margin-top: 0px;
    }
    .cta .text {
        font-size: 18px;
    }
    .cta .img {
        width: 40px;
        font-size: 40px;
        margin-top: 0px;
    }
    .callback .container {
        padding: 30px;
    }
    .callback a {
        font-size: 22px;
        padding: 25px 35px;
    }
    .callback .text {
        font-size: 18px;
    }
    .callback .text span.wait {
        font-size: 22px;
        font-weight: 600;
        color: #393939
    }
    .callback a .img {
        width: 30px;
        height: 30px;
    }
    .callback a svg {
        width: 40px;
        height: 40px;
    }
    .footer {
        font-size: 18px;
        gap: 5px;
        padding: 20px 0;
    }
    .footer .container {
        flex-direction: column;
    }
    .footer .footerLogo {
        max-width: 100px;
        order: 0;
    }
    .copyright {
        order: 1;
    }
    a.contacts {
        display: block;
        text-decoration: underline;
        order: 2;
    }
    a.link {
        display: none;
    }
}