* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: stieglitz;
    src: url("../assets/fonts/Stieglitz SP.ttf");
    font-weight: normal;
}

@font-face {
    font-family: chicoree;
    src: url("../assets/fonts/Chicoree.ttf");
    font-weight: normal;
}

@font-face {
    font-family: farabee;
    src: url("../assets/fonts/ofont.ru_Farabee.ttf");
    font-weight: normal;
}

.logo {
    width: 30px;
    height: 30px;
}

.h1 {
    font-family: stieglitz, sans-serif;
    font-size: 40px;
    font-style: italic;
    padding-top: 50px;
    text-align: center;
}

.h2 {
    font-family: stieglitz, sans-serif;
    font-size: 30px;
    font-style: italic;
    padding-top: 30px;
    text-align: center;
}

.fon {
    width: 100%;
    background-image: url("../assets/images/gradient.orig.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.block {
    justify-content: space-evenly;
}

.second {
    justify-content: space-between;

}

.img {
    max-width: 30%;
    border-radius: 30px;
    padding-top: 10px;
    object-fit: cover;
}

.text {
    font-family: chicoree, sans-serif;
    font-size: 20px;
    text-align: center;
    font-style: italic;
}

.span {
    font-family: chicoree, sans-serif;
    font-size: 18px;
    font-style: italic;
}

.block2 {
    max-width: 450px;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.liliya {
    padding-top: 14px;
    max-width: 500px;
    /*position: relative;*/
    left: 15%;
}

.carwidth {
    max-width: 60%;
    justify-self: center;
}

.zapblock {
    padding: 100px;
    max-width: 1000px;
    margin: 0 auto;
}

.zitata {
    font-family: farabee, sans-serif;
    font-size: 15px;
}

.imgclub {
    max-width: 30%;
    object-fit: contain;
}

.clubtext {
    max-width: 700px;
}

