.values{justify-content:space-between;position:relative}.values__title{letter-spacing:-.07rem}.values__caption,.values__item-text,.values__item-title,.values__title{color:var(--values_color,var(--primary_color))}.values__item-text>:last-child{margin-bottom:0}.values__item-title{margin-bottom:var(--spacer_xxxs);text-transform:uppercase}.values__text{--body_font_font_size:var(--font_size_lg);width:362px}.values__list{display:flex;flex-wrap:wrap;justify-content:space-between;width:calc(100% - 362px - var(--spacer_md)*2)}.values__list--col{display:grid;grid-auto-flow:column;grid-auto-rows:minmax(100px,1fr);grid-template-columns:repeat(auto-fit,minmax(calc(50% - var(--spacer_md)),1fr));grid-template-rows:repeat(3,minmax(100px,1fr));grid-gap:var(--spacer_md) var(--spacer_xxxl)}.values__item{margin-bottom:var(--spacer_md);width:362px}@media (max-width:1279px){.values__list--col{grid-auto-flow:row;grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.values__list,.values__text{width:calc(50% - var(--spacer_md))}.values__item{width:100%}}@media (max-width:991px){.values__list,.values__text{width:100%}.values__list{padding-top:var(--spacer_xs)}}.values__item--button{align-self:center}.shapes--values{bottom:-85px;position:absolute;right:0;transform:translateX(calc((100vw - var(--container_width))/2 + var(--spacer_md)))}@media (max-width:1279px){.shapes--values{bottom:-140px;transform:translateX(var(--spacer_md))}}@media (max-width:991px){.shapes--values{bottom:-205px}}.shapes--values path{stroke-dasharray:1200;stroke-dashoffset:-1200}.shapes--values.shapes--visible path{stroke-dashoffset:0;transition:stroke-dashoffset 1s ease var(--shapes_delay)}