.timeline{background:#fff;border-left:1px solid #000;border-right:1px solid #000;box-sizing:border-box;left:50%;margin:0;max-width:1560px;padding:60px 96px;position:relative;transform:translateX(-50%);width:calc(100vw - 80px)}.timeline__item{align-items:center;display:grid;gap:20px;grid-template-columns:minmax(0,1fr) 80px minmax(0,1fr);min-height:140px;position:relative}.timeline__item:before{background:#000;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px;z-index:0}.timeline__item:first-child:before{top:50%}.timeline__item:last-child:before{bottom:50%}.timeline__content{background:#fff;border:1px solid #000;box-sizing:border-box;font-size:18px;grid-row:1;line-height:1.45;margin:30px 0;padding:30px;position:relative;transition:background-color .2s ease;z-index:1}.timeline__item:nth-child(odd) .timeline__content{grid-column:1}.timeline__item:nth-child(2n) .timeline__content{grid-column:3}.timeline__content:hover{background-color:#ceff00}.timeline__header{font-size:16px;font-weight:700;letter-spacing:.1em;line-height:1.2;margin:0 0 10px;text-transform:uppercase}.timeline__text{margin:0}.timeline__text>:first-child{margin-top:0}.timeline__text>:last-child{margin-bottom:0}.timeline__image{background:#000;border-radius:50%;grid-column:2;grid-row:1;height:80px;overflow:hidden;position:relative;width:80px;z-index:2}.timeline__image img{box-sizing:border-box;display:block;height:100%;object-fit:contain;padding:25%;width:100%}@media (max-width:1000px){.timeline{border-left:0;border-right:0;left:auto;margin:0;max-width:none;padding:40px 20px;transform:none;width:100%}.timeline__item{gap:20px;grid-template-columns:80px minmax(0,1fr)}.timeline__item:before{left:40px}.timeline__image{grid-column:1}.timeline__content,.timeline__item:nth-child(2n) .timeline__content,.timeline__item:nth-child(odd) .timeline__content{grid-column:2;grid-row:1;margin:20px 0;padding:20px}}@media (max-width:600px){.timeline{padding:30px 12px}.timeline__item{gap:14px;grid-template-columns:56px minmax(0,1fr)}.timeline__item:before{left:28px}.timeline__image{height:56px;width:56px}.timeline__content,.timeline__item:nth-child(2n) .timeline__content,.timeline__item:nth-child(odd) .timeline__content{font-size:16px;padding:18px}.timeline__header{font-size:13px}}