section.store-information{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}section.store-information .main-container{display:flex;gap:51px}section.store-information .store-information__info-container{width:30%;display:flex;flex-direction:column;gap:26px;margin-top:51px}section.store-information .store-information__heading .store-information__badge{display:flex;max-width:fit-content;background-color:var(--badge-color);color:var(--badge-text-color);font-size:12px;font-weight:400;line-height:17.94px;padding:1px 10px;border-radius:2px}section.store-information .store-information__heading h1{font-size:46px;font-weight:500;line-height:52px;letter-spacing:-1px;text-align:left;color:#2a2f29;margin-top:15px;margin-bottom:5px}section.store-information .store-information__review-container .store-information__review-container{display:flex;align-items:center;gap:7px}section.store-information .store-information__review-container .store-information__review-container span{font-size:14px;font-weight:300;line-height:20.93px;letter-spacing:-0.03em;text-align:left;color:#2a2f29}section.store-information .store-information__review-container .store-information__review-container strong{font-weight:500}section.store-information .store-information__review-container .store-information__reviewers-amount p{font-size:14px;font-weight:300;line-height:20.93px;letter-spacing:-0.03em;text-align:left;margin:0;color:#2a2f29}section.store-information .store-information__review-container .store-information__reviewers-amount strong{font-weight:500}section.store-information .store-information__working-hours{color:var(--working-hours-color);display:flex;gap:10px;align-items:center}section.store-information .store-information__working-hours p{font-size:16px;font-weight:400;line-height:22px;margin:0}section.store-information .store-information__button{padding:11px 25px;border-radius:2px;font-size:18px;font-weight:400;line-height:22px;color:#f6f6f6;background-color:#233889;text-decoration:none;width:fit-content;margin-top:16px}section.store-information .store-information__button:focus,section.store-information .store-information__button:hover{background-color:#f6c002;color:#2a2f29;transition:all .3s ease}section.store-information .store-information__image-container{width:70%;position:relative;max-width:850px;max-height:540px}section.store-information .store-information__image-container img{object-fit:cover}section.store-information .store-information__general-info{display:flex;flex-direction:column;gap:20px}section.store-information .store-information__general-info .item__container{display:flex;align-items:flex-start;gap:10px}section.store-information .store-information__general-info .item__container img{margin-top:3px}section.store-information .store-information__general-info p{margin:0;line-height:1;font-size:18px;font-weight:300;line-height:22px;color:#2a2f29}section.store-information .store-information__general-info p a{color:#2a2f29}section.store-information .store-information__general-info p a:hover{color:#f6c002;transition:all .3s ease}@media screen and (max-width: 768px){section.store-information{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}section.store-information .main-container{flex-direction:column;gap:30px;padding-top:16px}section.store-information .main-container .store-information__info-container{margin-top:10px}section.store-information .store-information__image-container,section.store-information .store-information__info-container{width:100%}}@media screen and (max-width: 1024px){section.store-information .store-information__heading h1{font-size:36px;line-height:42px}}