.postup_list{width:100%;position:relative;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(4, 1fr);row-gap:48px;column-gap:24px}.postup_list.owl-carousel{display:block}.postup_list.owl-carousel .item{width:calc(100% / 4 - (3 * 24px / 4) * 1);margin-right:24px}.postup_list .item{background:#fff;box-sizing:border-box;padding:2rem 2.5rem;border-radius:24px;display:inline-flex;flex-direction:column;gap:0;position:relative;width:100%;border:1px solid rgba(112,112,112,0.16);box-shadow:0 7px 17px rgba(0,0,0,0.1)}.postup_list .item .text{display:flex;gap:.5rem;flex-direction:column;flex:1}.postup_list .item .text .title{color:#24252C;font-size:18px;line-height:24px;margin:0;font-weight:400}.postup_list .item .text .anotation{opacity:.8;color:#24252C;margin:0;font-weight:400}.postup_list .item .number{color:#939498;opacity:.5;margin:2rem 0 0;padding:0;font-size:64px;line-height:50px;font-weight:500}.postup_list a.item{font-size:14px;line-height:22px;color:#fff;text-transform:uppercase;border-color:#24252C;background:#24252C;justify-content:center;align-items:center;flex-direction:column}.notouch .postup_list a.item:is(:hover,:focus){text-decoration:underline}.postup_list a.item::before{content:"";background:#fff;width:100px;height:100px;-webkit-mask-image:url('../../../../img/arrow_right2.svg');mask-image:url('../../../../img/arrow_right2.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:100px 100px;mask-repeat:no-repeat;mask-position:center center;mask-size:100px 100px}@media screen and (max-width:1280px){.postup_list{grid-template-columns:repeat(2, 1fr);row-gap:32px;column-gap:16px}.postup_list.owl-carousel{display:block}.postup_list.owl-carousel .item{width:calc(100% / 2 - (1 * 16px / 2) * 1);margin-right:16px}}@media screen and (max-width:1000px){.postup_list .item .item_in .top{padding:0}}@media screen and (max-width:600px){.postup_list{grid-template-columns:repeat(1, 1fr);row-gap:32px;column-gap:16px}.postup_list.owl-carousel{display:block}.postup_list.owl-carousel .item{width:calc(100% / 1 - (0 * 16px / 1) * 1);margin-right:16px}.postup_list .item .number{font-size:52px;line-height:66px}}