.text--header {
    color: #ffffff !important;
    font-family: 'Circe',Arial,sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    width: 280px;
    margin: auto;
    text-transform: uppercase;
}

.text--headerMax {
    color: #ffffff !important;
    font-size: 56px;
    font-family: 'Circe',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.text--header img{
    height: 12px;
}

.text--DS {
    font-family: 'UniSans';
    font-style: normal;
    font-weight: 900;
}

@media (min-width: 640px) {
    .text--header {  
        font-size: 30px;
        width: 100%;
        max-width: 900px;
    }
    .text--header img{
        height: 22px;
    }
}

.text--standart {
    color: #ffffff !important;
    font-family: 'Circe',Arial,sans-serif;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    width: 280px;
    margin: auto;
}
.text--standart img{
    height: 10px;
}

@media (min-width: 640px) {
    .text--standart {  
        font-size: 24px;
        width: 100%;
    }
    .text--standart img{
        height: auto;
    }
}

.link--btn {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #000000 !important;
    font-size: 18px;
    font-family: 'Circe',Arial,sans-serif;
    text-transform: uppercase;
    line-height: 1.55;
    padding: 15px 0;
    font-weight: 700;
    letter-spacing: 1.2px;
    background: #ffffff;
    border-radius: 8px;
}
.link--btn img {
        height: 13px;
    }
@media (min-width: 640px) {
    .link--btn {
        font-size: 28px;
        border-radius: 20px;
    }
    .link--btn img {
        height: auto;
    }
}