.startAreas{position:relative;background:var(--colLine);overflow:hidden;z-index:1;}
.startAreasBg{position:absolute;z-index:0;left:0;bottom:0;width:100%;height:auto;}
.startAreasIn{position:relative;z-index:2;padding:388px 0 55px;}
.startAreas .dhTop{color:#fff;}
.startAreasButtons{gap:30px;margin:58px 0 0;width:100%;justify-content:center;}
.startAreas .mainButton{min-width:370px;}
.sabItem{flex-direction:column;gap:15px;}
.sabEpi{color:var(--colBlack);text-align:center;font-weight:700;}

@media screen and (min-width:768px) and (max-width:999px)
{
    .startAreas .mainButton{min-width:210px;}
}

@media screen and (max-width:767px)
{
    .startAreas{background:#fff;}
    .startAreasBg{display:none;}
    .startAreasIn{padding:30px 0 49px;}
    .startAreas .dhTop{color:var(--colLine);letter-spacing:-0.5px;}
    .startAreas .dhBot{font-size:40px;line-height:37.5px;letter-spacing:-0.7px;}
    .startAreasButtons{flex-direction:column;align-items:center;gap:8px;width:100%;margin:28px 0 0;}
    .startAreas .mainButton{min-width:281px;}
    .startAreasButtons .sabItem:nth-of-type(1) .mainButton.white{background:var(--colGreen);color:#fff;}
    .startAreasButtons .sabItem:nth-of-type(1) .sabEpi{color:var(--colGreen);}
    .startAreasButtons .sabItem:nth-of-type(2) .mainButton.white{background:#00976f;color:#fff;}
    .startAreasButtons .sabItem:nth-of-type(2) .sabEpi{color:#00976f;}
    .startAreasButtons .sabItem:nth-of-type(3) .mainButton.white{background:var(--colBlack);color:#fff;}
    .startAreasButtons .sabItem:nth-of-type(2) .sabEpi{color:var(--colBlack);}
}

@media screen and (max-width:399px)
{
    .startAreas .dhBot{font-size:37px;line-height:35px;}
}