.gallery{background:var(--white-0);border-radius:24px;padding:24px;position:relative}@media screen and (max-width:1072px){.gallery{padding:0 16px 16px;border-radius:0 0 24px 24px}}.gallery__title{text-align:center;font-weight:600;font-size:16px;line-height:24px}.gallery__subtitle{color:#8c8f96;font-weight:400;word-wrap:break-word}.gallery__subtitle,.gallery__text{text-align:center;font-size:14px;line-height:20px}.gallery__text{font-weight:500}.gallery__arrow-right{position:absolute;z-index:1;cursor:pointer;top:160px;right:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:24px;transition:.35s}@media screen and (max-width:1072px){.gallery__arrow-right{display:none}}.gallery__arrow-right:hover{background:var(--white-3)}.gallery__arrow-left{z-index:1;position:absolute;cursor:pointer;top:160px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:24px;transition:.35s}@media screen and (max-width:1072px){.gallery__arrow-left{display:none}}.gallery__arrow-left:hover{background:var(--white-3)}.gallery__list{display:flex;overflow:auto;-webkit-overflow-scrolling:touch}.gallery__list::-webkit-scrollbar{width:0;height:0}.gallery-step-one{display:flex;flex-direction:column;flex:0 0 100%;align-items:center;justify-content:space-between;gap:20px}@media screen and (max-width:1072px){.gallery-step-one{gap:0}}.gallery-step-one__image-container{position:relative;width:343px;height:207px}.gallery-step-one__image-container svg{width:100%;height:100%}.gallery-step-one__text-container{width:100%;padding:16px;display:flex;flex-direction:column;gap:4px}.gallery-step-one__block-container{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gallery-step-one__block-container-item{border-radius:12px;border:1px solid var(--white-3);padding:8px 12px}.gallery-step-one__block-container-item-header{font-weight:700;font-size:14px;line-height:16px;color:var(--primary)}.gallery-step-one__block-container-item-text{font-weight:400;font-size:14px;line-height:16px;color:var(--grey)}.stepper{display:flex;gap:8px;align-items:center;justify-content:center}.stepper__item{width:8px;height:8px;border-radius:8px;background:var(--white-1);transition:.35s}.stepper__item-active{width:20px;background:var(--primary)}.gallery-step{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;flex:0 0 100%}.gallery-step__image-container{position:relative;width:264px;height:192px}.gallery-step__image-container svg{width:100%;height:100%}.gallery-step__text-container{width:100%;padding:16px;display:flex;flex-direction:column;gap:10px}