.startUsps{margin:0 0 -300px;position:relative;z-index:3;}
.startUspsIn{max-width:1720px;justify-content:center;padding:46px 0 51px;border-radius:15px;background:#fff;}
.startUspsWrapper{max-width:1170px;width:100%;flex-direction:column;align-items:center;}
.startUspsList{gap:38px 60px;margin:59px 0 0;}
.sulCol{width:calc((100% - 60px) / 2);gap:32px;align-content:flex-start}
.sulItem{width:100%;flex-direction:column;align-items:center;}
.suliTitle{font-family:var(--sec-font);font-size:40px;line-height:54px;text-transform:uppercase;color:var(--colLine);margin:14px 0 12px;text-align:center;}
.suliText{text-align:center;font-weight:900;padding:0 3px;}
.startUsps .mainButton{margin:30px 0 0;}

@media screen and (min-width:768px) and (max-width:1299px)
{
    .startUspsIn{padding:46px 0 40px;}
    .startUspsWrapper{padding:0 25px;}
    .sulPic{position:sticky;top:10px;}
}

@media screen and (min-width:768px) and (max-width:999px)
{
    .startUspsWrapper{padding:0 25px;}
}

@media screen and (max-width:767px)
{
    .startUsps{margin:0;}
    .startUspsIn{padding:23px 0 6px;}
    .startUspsList{margin:27px 0 0;gap:32px;}
    .sulCol{width:100%;gap:32px;}
    .suliTitle{text-align:center;font-size:31px;line-height:33.75px;margin:12px 0 9px;}
    .sulCol:nth-of-type(1) .sulItem:nth-of-type(1) img{width:61px;}
    .sulCol:nth-of-type(1) .sulItem:nth-of-type(2) img{width:75px;}
    .sulCol:nth-of-type(1) .sulItem:nth-of-type(3) img{width:75px;}
    .sulCol:nth-of-type(2) .sulItem:nth-of-type(1) img{width:61px;}

    .sulPicPic{margin:0 -10px 0 0;max-width:calc(100% + 10px);}
}