.site-big-title, h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    color: #323232;
    padding-bottom: 0;
}
.site-big-title-thin, h1.site-big-title-thin{
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    color: #323232;
    padding-bottom: 0;
}
h2{
    font-size: 28px;
    line-height: 1.42;
    color: #323232;
    font-weight: 400;
    margin-bottom: 20px;
}
.site-small-title{
    font-weight: 500;
    font-size: 15px;
    color: #323232;
    text-transform: uppercase;
    padding-bottom: 0;
}
footer .site-small-title{
    letter-spacing: 0.03em;
}
.site-big-text{
    font-size: 28px;
    line-height: 1.3;
}
.site-text-22{
    font-weight: normal;
    font-size: 22px;
    line-height: 1.48;
    color: #8C8C8C;
}
.text-left{
    text-align: left;
}
.site-text-small{
    font-size: 15px;
}
.site-medium-title{
    font-size: 24px;
    line-height: 1.425;
    color: #323232;
}
.site-text-dark{
    color: #323232;
}
.site-text-semibold{
    font-weight: 500;
}
.site-btn{
    display: inline-block;
    padding: 0 24px 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    
    height: 45px;
    line-height: 45px;
    padding-bottom: 2px;
    text-align: center;
    border: 1px solid currentColor;
    border-radius: 25px;
}
.site-btn.red-btn{
    color: #FF0A0A;
}
.site-btn.white-btn{
    color: #fff;
}
.site-btn.red-btn.btn-fill{
    color: #fff;
    border-color: #FF0A0A;
    background-color: #FF0A0A;
}




@media only screen and (max-width:1280px) {
    .site-big-text{
        font-size: 26px;
    }
}
@media only screen and (max-width:980px) {
    .site-big-text{
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    .site-big-title{
        font-size: 26px;
    }
    .site-text-22{
        font-size: 20px;
    }
}