.gallery-module{display:flex;justify-content:space-between;padding:var(--section-padding) var(--page-padding-wide)}.gallery-module__images,.gallery-module__text{box-sizing:border-box}.gallery-module__text{background-color:#4d4e53;border-radius:10px;display:flex;flex-direction:column;gap:40px;justify-content:space-between;padding:30px 20px 20px;width:calc(33.33333% - 8px)}.gallery-module__images{margin-bottom:0;margin-left:auto;width:calc(66.66667% - 16px)}.gallery-module__status{align-items:center;display:flex;justify-content:space-between}.gallery-module__buttons{display:flex;gap:10px}.gallery-module__buttons button{align-items:center;background:transparent;border:none;border:1px solid #fff;border-radius:5px;bottom:auto;color:#fff;cursor:pointer;display:inline-flex;font-size:0;height:auto;justify-content:center;left:auto;line-height:normal;margin-top:0;min-height:50px;min-width:50px;outline:none;padding:0;position:static;right:auto;top:auto;transition:opacity .1s;width:auto}.gallery-module__buttons button:focus,.gallery-module__buttons button:hover{opacity:.8}.gallery-module__buttons button:active{opacity:.6}.gallery-module__buttons button:before{display:none}.gallery-module__buttons button:after{display:inline-block;height:auto;width:10px}.gallery-module__buttons button:first-child:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E")}.gallery-module__buttons button:not(:first-child):after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E")}.gallery-module__count,.gallery-module__description{color:#fff;font-size:1rem;line-height:1.5}.gallery-module__description{margin:0}.gallery-module__count{font-family:var(--font-family-display);font-size:1.25rem;white-space:nowrap}.gallery-module__image{border-radius:10px;overflow:hidden}.gallery-module__image,.gallery-module__image img{height:100%;max-width:100%;object-fit:cover;width:100%}.gallery-module .slick-list,.gallery-module .slick-track{height:100%}@media (max-width:719px){.gallery-module{flex-direction:column;padding-left:0;padding-right:0}.gallery-module__images,.gallery-module__text{width:100%}.gallery-module__image,.gallery-module__text{border-radius:0}.gallery-module__image,.gallery-module__image img{max-height:242px}.gallery-module__text{padding:38px 34px 22px}}@media (min-width:1200px){.gallery-module{min-height:576px}}