:root {
    font-size: calc(100vw / 1920);
}

@font-face {
    font-family: 'MADE';
    src: url('../fonts/MADE-TheArtist-Sans-.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'MADE', Arial, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.block1 {
    height: 702rem;
    background: url(../images/tild3864-6566-4637-a662-653233326339__banner1.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 46em;

}

.text-center {
    text-align: center;
}

.state_0 {
    opacity: 0;
    transform: scale(0.1);
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.state_1 {
    opacity: 1;
    transform: scale(1.0);
}


.img1 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 55%;
}

.img2 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 24%;
    margin-top: 96rem;
}

.text0 {
    text-align: center;
    font-size: 31rem;
    color: #b13b34;
    letter-spacing: 9rem;
}

.text1 {
    display: block;
    background: #b13b34;
    color: #e7d1b2;
    text-align: center;
    font-size: 28rem;
    padding: 11rem 58rem;
    margin: 0 auto;
    margin-top: 27rem;
    font-weight: 400;
}

.block2 {
    background: #b13b34;
    /*    min-height: 80vh;*/
    border-top: 1px solid #b13b34;
    padding-bottom: 58rem;
}

.cut {
    width: 75%;
    margin: 0 auto;
    margin-top: -106rem;
    background: url(../images/cut.png) top center no-repeat;
    background-size: contain;
    height: 457rem;
    text-align: center;
    padding-top: 98rem;
}

.text2 {
    font-weight: 400;
    font-size: 32rem;
    color: #4a4a4a;
    margin-bottom: 30rem;
}

.text3 {
    font-weight: 400;
    font-size: 24rem;
    color: #4a4a4a;
    line-height: 1.55;
}

.item {
    width: 375rem;
    max-width: 100%;
    /*    margin-top: 40rem;*/
    margin: 40rem 13rem;
    text-align: center;
    overflow: hidden;
}

.item img {
    width: 100%;


    /*    margin-top: -400rem;*/
}

.animate-element {
    opacity: 0;
    transition: opacity 1.5s;
}

.in-viewport {
    opacity: 1;
}

.item p {
    color: #e4d1b5;
    font-size: 24rem;
}

.item .link {
    background: url(../images/tild3362-3036-4032-b733-326638313264__1.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 50rem;
    line-height: 48rem;
    display: block;
    color: #b13b34;
    font-size: 24rem;
    margin-top: 20rem;

}

.block3 {
    background: #e4d1b5;
    color: #b13b34;
    text-align: center;
    padding-top: 73rem;
}

.text4 {
    font-weight: 400;
    font-size: 32rem;
    margin-bottom: 40rem;
}

.text5 {
    font-size: 24rem;
    line-height: 1.55;
}

.link2 {
    background: url(../images/tild3162-3436-4965-b339-323534656637__2.png) top center no-repeat;
    background-size: contain;
    width: 375rem height: 50rem;
    line-height: 48rem;
    display: block;
    color: #e4d1b5;
    font-size: 24rem;
    margin-top: 20rem;
}

.cut2 {
    width: 100%;
    height: 400rem;
    background: url(../images/tild6237-6434-4539-a633-366133303731__ed6.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 175rem;
    margin-top: 66rem;
}

.text6 {
    font-size: 41rem;
    line-height: 1.55;
    color: #b13b34;
}

footer {
    width: 100%;
    height: 230rem;
    background: url(../images/tild3133-6533-4236-a334-633363356132__foot2.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 60rem;


}

.footer-img {
    width: 275rem;
    height: auto;
    display: block;
    margin: 0 auto;

}

@media only screen and (max-width:768px) {
    :root {
        font-size: calc(100vw / 375);
    }

    .block1 {
        min-height: 75vh;
        height: auto;
        background: url(../images/tild3864-6566-4637-a662-653233326339__banner1.jpg) top right no-repeat;
        background-size: cover;


    }

    .text0 {
        text-shadow: 2rem 2rem #e4d1b5;
    }

    .img2 {
        width: 70%;
    }

    .text1 {
        padding: 9rem 18rem;
    }

    .cut {
        background: none;
        margin-top: 0;
        padding-top: 50rem;
        width: 95%;
        height: auto;
    }

    .cut br {
        display: none;
    }

    .text2,
    .text3 {
        color: #e4d1b5;
    }

    .text3 {
        text-align: justify;
    }

    .block2 .flex {
        flex-direction: column;
        padding: 5rem;
        margin: 0;
        margin-top: 30rem;
    }

    .item {
        margin: 0;
        max-width: 100%;
        margin-bottom: 30rem;
    }

    .text5 {
        text-align: justify;
        padding-right: 10rem;
        padding-left: 10rem;
    }

    .text5 br {
        display: none;
    }

    .text6 {
        font-size: 32rem;
        /*        text-align: justify;*/
        padding-right: 10rem;
        padding-left: 10rem;
    }

    .text6 br {
        display: none;
    }
}