.body {
    font-family: TildaSans, sans-serif;    
}

h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
    padding: 0 !important;
}

h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 98%;
    padding: 0 !important;
}

h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    padding: 40px 0 0 0 !important;
    }
    
h4 {
    font-size: 28px !important;
    font-weight: 500;
    line-height: 112%;
    padding: 0 !important;
}

.p-big {
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    padding: 0 0 10px 0 !important;
}

.p-medium {
    font-size: 18;
    font-weight: 500;
    line-height: 135%;
    padding: 0 !important;
}

.p-reg {
    font-size: 18;
    font-weight: 400;
    line-height: 135%;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}
.p-button {
    font-size: 18;
    font-weight: 900;
    line-height: 100%;
    padding: 0 !important;
}

.blue-button {
            background-color: #4E7CF2;
            color: #fff;
            padding: 20px 50px;
            border: none;
            border-radius: 4px;
            cursor: pointer !important;
            font-family: TildaSans, Sans-Serif;
            font-size: 18px;
            font-weight: 600;
}
      
.blue-button:hover {
        background-color: #1A50D9;
        transition: 0.3s;
}

.blue-button-small {
            background-color: #4E7CF2;
            color: #fff;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer !important;
            font-family: TildaSans, Sans-Serif;
            font-size: 15px;
            font-weight: 600;
            width: fit-content;
}

.blue-button-small:hover {
            background-color: #1A50D9;
        transition: 0.3s;
}

.blue-button-small a {
    color: #fff !important;

/* это класс, меняющий тильдовскую кнопку на первом экране*/

.tn-elem[data-elem-id="1720004429320"] {
    cursor: pointer;
}


