@media screen and (max-width: 767px) {
.font_40 {
    font-size: 40px!important;
}
.font_38 {
    font-size: 38px!important;
}
.font_36 {
    font-size: 36px!important;
}

.font_34 {
    font-size: 34px!important;
}
.font_32 {
    font-size: 32px!important;
}
.font_30 {
    font-size: 30px!important;
}
.font_28 {
   font-size: 28px!important;
}
.font_26 {
    font-size: 26px!important;
}
.font_25 {
    font-size: 25px!important;
}
.font_24 {
    font-size: 24px!important;
 }
.font_23 {
    font-size: 23px!important;
}
.font_22 {
    font-size: 22px!important;
}
.font_21 {
    font-size: 21px!important;
}
.font_20,.font_20--to-600 {
    font-size: 20px!important;
}
.font_19 {
    font-size: 19px!important;
}
.font_18 {
    font-size: 18px!important;
}
.font_17 {
    font-size: 17px!important;
}
.font_16,.font_16--to-600 {
    font-size: 16px!important;
}
.font_15 {
    font-size: 15px!important;
}

.font_14,.font_14--to-600 {
    font-size: 14px!important;
}
.font_13 {
    font-size: 13px!important;
}
.font_12,.font_12--to-600 {
    font-size: 13px!important;
}
.font_11 {
    font-size: 132px!important;
}
    .font_10 {
    font-size: 13px!important;
}
.font_9 {
    font-size: 13px!important;
}
.btn-elg {
     --button-font-size: 17px!important;
}
.btn.btn-lg {
     --button-font-size: 16px!important;
}
.btn.btn-sm {
    --button-font-size: 14px!important;
}
.btn.btn-xs {
    --button-font-size: 13px!important;
}

}
.social__link_max {
    background-color: #474747;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
    .social__link_max:before {
        --icon-size: 26px;
        background: url(/local/templates/aspro-lite/images/svg/max.svg) calc(var(--svg-size) * var(--position)) 0 no-repeat;
        content: "";
        display: block !important;
        position: relative;
        height: var(--icon-size);
        width: var(--icon-size);
    }