.stores-grid{position:relative;padding:var(--padding-top-desktop) 40px var(--padding-bottom-desktop) 40px;overflow:hidden;border-bottom:1px solid #cdcdcd}@media only screen and (max-width:767px){.stores-grid{padding:var(--padding-top-mobile) 12px var(--padding-bottom-mobile) 12px}}.stores-grid__blocks{display:flex;flex-wrap:wrap;gap:40px}.stores-grid__block{flex:1 0 calc(50% - 20px);max-width:calc(50% - 20px)}@media only screen and (max-width:1023px){.stores-grid__block{flex:1 0 100%;max-width:100%}}.stores-grid__image-inner{min-height:32vw;position:relative;overflow:hidden}@media only screen and (max-width:767px){.stores-grid__image-inner{min-height:64vw}}.stores-grid__image-inner img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stores-grid__block-name{padding-top:20px;text-transform:uppercase}.stores-grid__content-wrapper{display:flex;padding-top:8px;-moz-column-gap:20px;column-gap:20px}@media only screen and (max-width:767px){.stores-grid__content-wrapper{flex-direction:column}}.stores-grid__content-main{display:flex;flex-direction:column;row-gap:12px;flex:1 0 calc(50% - 10px)}@media only screen and (max-width:767px){.stores-grid__content-main{padding-bottom:8px}}.stores-grid__content-additional{font-family:var(--font-secondary);flex:1 0 calc(50% - 10px);display:flex;-moz-column-gap:40px;column-gap:40px;row-gap:5px}.stores-grid__block-address{font-family:var(--font-secondary)}.stores-grid__block-phone{font-family:var(--font-secondary)}.stores-grid__block-email{font-family:var(--font-secondary)}.stores-grid__content-additional-days,.stores-grid__content-additional-hours{display:flex;flex-direction:column;row-gap:5px}