.history{margin:30px 0 60px}.history__title{font-size:44px;font-weight:400;line-height:110%;margin:0;padding:10px 0}.history__items{display:flex;flex-direction:column;gap:90px;margin-top:48px;position:relative}.history__items:after{background:rgba(34,34,32,.15);content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px}.history__item{align-items:flex-start;display:flex;gap:100px;justify-content:space-between;position:relative;z-index:3}.history__item-image{border-radius:200px;height:270px;max-width:540px;overflow:hidden;width:100%}.history__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}.history__item-info{max-width:540px;width:100%}.history__item-year{font-size:104px;font-weight:700;line-height:100%}.history__item-title{font-size:24px;font-weight:600;line-height:120%;margin-top:8px}.history__item-text{color:var(--secondary-text);font-size:18px;line-height:140%;margin-top:24px}.history__item-decor{align-items:center;background:var(--bg-color);border:1px solid rgba(34,32,32,.1);border-radius:50%;box-sizing:content-box;display:flex;height:81px;justify-content:center;left:50%;position:absolute;top:0;transform:translateX(-50%);width:81px}.history__item-decor:after{background:var(--black);border-radius:50%;content:"";height:15px;position:absolute;width:15px}.history__item:nth-child(2n){flex-direction:row-reverse}.history__item:last-child:after{background:var(--bg-color);content:"";height:calc(100% - 81px);left:50%;position:absolute;top:83px;transform:translateX(-50%);width:1px}@media(max-width:992px){.history{margin:60px 0}.history__title{font-size:28px;padding:0}.history__items{gap:32px;margin-top:24px}.history__items:after{display:none}.history__item{flex-direction:column-reverse;gap:16px}.history__item-decor{display:none}.history__item-image,.history__item-info{max-width:none;width:100%}.history__item-image{height:180px}.history__item-year{font-size:64px}.history__item-title{font-size:18px}.history__item-text{font-size:16px}.history__item:nth-child(2n){flex-direction:column-reverse}.history__item:last-child:after{display:none}}