/* -------------------------------------------

    SELLER REVIEWS PAGE

-------------------------------------------- */
.seller-reviews-page .main {
  max-width: 800px;
  margin: 0 auto;
}
.seller-reviews-page .main h1.title {
  font: bold 22px Manrope;
}
.tablet-and-up .seller-reviews-page .main h1.title {
  float: left;
  font-size: 30px;
}
.seller-reviews-page .main .logo-title-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  gap: 20px;
}
.large-mobile-and-up .seller-reviews-page .main .logo-title-wrapper {
  flex-direction: row;
  align-items: center;
}
.seller-reviews-page .main .logo-rating-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
.large-mobile-and-up .seller-reviews-page .main .logo-rating-block {
  width: 50%;
}
.seller-reviews-page .main .logo-rating-block .seller-logo,
.seller-reviews-page .main .logo-rating-block .seller-rating {
  width: 100%;
  height: 73px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  position: relative;
  box-shadow: 0 0.125rem 0.45rem rgba(0, 0, 0, 0.23);
  border-radius: 8px;
  box-sizing: border-box;
}
.tablet-and-up .seller-reviews-page .main .logo-rating-block .seller-logo,
.tablet-and-up .seller-reviews-page .main .logo-rating-block .seller-rating {
  height: 115px;
  justify-content: center;
}
.seller-reviews-page .main .logo-rating-block .seller-logo {
  justify-content: center;
}
.seller-reviews-page .main .logo-rating-block .seller-logo img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
}
.seller-reviews-page .main .logo-rating-block .seller-logo span {
  font: bold 12px Manrope, sans-serif;
}
.seller-reviews-page .main .logo-rating-block .seller-rating img {
  width: 17px;
  height: auto;
}
.tablet-and-up .seller-reviews-page .main .logo-rating-block .seller-rating img {
  width: 24px;
}
.tablet-and-up .seller-reviews-page .main .logo-rating-block .seller-rating .rating {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  text-align: center;
}
.seller-reviews-page .main .logo-rating-block .seller-rating .rating .num {
  display: flex;
  align-items: baseline;
  column-gap: 6px;
  font-size: 25px;
  line-height: 30px;
}
.tablet-and-up .seller-reviews-page .main .logo-rating-block .seller-rating .rating .num {
  justify-content: center;
  align-items: center;
  font-size: 39px;
}
.seller-reviews-page .main .logo-rating-block .seller-rating .rating .seller-reviews {
  color: #717171;
  font: bold 12px Manrope;
}
.seller-reviews-page .main .logo-rating-block .seller-rating .rating .seller-reviews.for-desktop {
  font: 500 14px Manrope;
}
.seller-reviews-page .main .logo-rating-block .seller-rating .rating .phrase {
  display: block;
  font-size: 15px;
  line-height: 15px;
}
.large-mobile-and-up .seller-reviews-page .main .title {
  width: 50%;
}
.tablet-and-up .seller-reviews-page .main .secondary-button {
  display: flex;
}
.seller-reviews-page .main .reviews-wrapper .review-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px 0 10px 0;
  margin-bottom: 5px;
  font-size: 14px;
  border-bottom: #D5D5D5 1px solid;
}
.seller-reviews-page .main .reviews-wrapper .review-item .rating-user-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.seller-reviews-page .main .reviews-wrapper .review-item .rating-user-block .rating-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.seller-reviews-page .main .reviews-wrapper .review-item .rating-user-block .rating-user {
  padding: 0 5px;
}
.seller-reviews-page .main .reviews-wrapper .review-item .rating-user-block .rating-date {
  color: #717171;
}
.seller-reviews-page .main .reviews-wrapper .review-item .review-comment {
  padding: 10px 0 20px 0;
}

/* -------------------------------------------

    INFO PAGE

-------------------------------------------- */
.info-page .main {
  display: flex;
  padding-bottom: 55px;
}
.tablet-and-up .info-page .main {
  justify-content: space-between;
}
.info-page .main .left-side {
  display: none;
}
.tablet-and-up .info-page .main .left-side {
  display: block;
  width: 316px;
  background: #FFFFFF;
}
.info-page .main .right-side {
  width: 100%;
  height: 100%;
}
.tablet-and-up .info-page .main .right-side {
  width: calc(100% - 336px);
  border-bottom: 1px solid #D5D5D5;
}
.info-page .main .right-side .manufacturer-container {
  margin-bottom: 20px;
}
.info-page .main .right-side .manufacturer-container .producer-wrapper {
  height: 100px;
  width: 100px;
  padding: 8px 2px;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #8DB723;
}
.info-page .main .right-side .manufacturer-container .producer-wrapper:hover {
  box-shadow: 0 0.125rem 0.45rem rgba(0, 0, 0, 0.23);
}
.info-page .main .right-side .manufacturer-container .producer-wrapper .img-container {
  display: block;
  height: 50px;
  position: relative;
}
.info-page .main .right-side .manufacturer-container .producer-wrapper .img-container img {
  position: absolute;
  max-width: 90px;
  max-height: 50px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.info-page .main .right-side .manufacturer-container .producer-wrapper .title {
  margin: 0;
  line-height: 15px;
  display: inline-block;
  font: 600 12px Manrope, sans-serif;
}
.info-page .main .right-side > .content {
  margin-bottom: 20px;
}
.info-page .main .right-side > .content h1, .info-page .main .right-side > .content h2 {
  margin: 20px 0;
}
.info-page .main .right-side > .content h3, .info-page .main .right-side > .content h4 {
  margin: 12px 0;
}
.info-page .main .right-side > .content p {
  margin: 10px 0;
}
.info-page .main .right-side > .content img {
  padding: 10px;
  height: auto !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.info-page .main .right-side .info-page-banner-block {
  display: flex;
  margin: 0 -20px;
  justify-content: space-between;
}
.large-mobile .info-page .main .right-side .info-page-banner-block, .tablet-and-up .info-page .main .right-side .info-page-banner-block {
  margin: 0;
}
.info-page .main .right-side .banner-container {
  overflow: hidden;
  display: none;
  width: 100%;
}
.info-page .main .right-side .banner-container:first-child {
  display: block;
}
.large-mobile .info-page .main .right-side .banner-container, .tablet-and-up .info-page .main .right-side .banner-container {
  display: block;
  width: 49%;
  margin: 0;
}
.info-page .main .right-side .banner-container > img {
  width: 100%;
  padding: 0;
}
.large-mobile .info-page .main .right-side .banner-container > img, .tablet-and-up .info-page .main .right-side .banner-container > img {
  border-radius: 10px;
}
.info-page .main .right-side .important-link-blocks {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-page .main .right-side .important-link-blocks > div {
  width: 24%;
  height: fit-content;
  min-height: 107px;
  margin-bottom: 10px;
  min-width: 140px;
  max-width: 240px;
}
.mobile .info-page .main .right-side .important-link-blocks > div {
  width: 47%;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile, .info-page .main .right-side .important-link-blocks > div .for-desktop {
  display: flex;
  height: 100%;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  background-color: #FFFFFF;
}
.tablet-and-up .info-page .main .right-side .important-link-blocks > div .for-mobile, .tablet-and-up .info-page .main .right-side .important-link-blocks > div .for-desktop {
  padding: 20px;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile:hover, .info-page .main .right-side .important-link-blocks > div .for-desktop:hover {
  text-decoration: none;
  border-color: #8DB723;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile .img-container, .info-page .main .right-side .important-link-blocks > div .for-desktop .img-container {
  height: 64px;
  display: flex;
  align-items: center;
  object-fit: contain;
}
.tablet-and-up .info-page .main .right-side .important-link-blocks > div .for-mobile .img-container, .tablet-and-up .info-page .main .right-side .important-link-blocks > div .for-desktop .img-container {
  height: 44px;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile .img-container img, .info-page .main .right-side .important-link-blocks > div .for-desktop .img-container img {
  width: auto;
  height: auto;
  margin: 10px 0;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile .title, .info-page .main .right-side .important-link-blocks > div .for-desktop .title {
  font: bold 12px Manrope, sans-serif;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile ul.link-list, .info-page .main .right-side .important-link-blocks > div .for-desktop ul.link-list {
  width: 100%;
  margin-top: 5px;
  font: normal 12px Manrope, sans-serif;
  line-height: 19px;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile ul.link-list li, .info-page .main .right-side .important-link-blocks > div .for-desktop ul.link-list li {
  padding-top: 15px;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile.for-desktop .img-box, .info-page .main .right-side .important-link-blocks > div .for-desktop.for-desktop .img-box {
  width: 100%;
  padding: 20px 0;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile.for-desktop .img-box img, .info-page .main .right-side .important-link-blocks > div .for-desktop.for-desktop .img-box img {
  width: 100%;
  height: auto;
  padding: 0;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile.for-desktop p, .info-page .main .right-side .important-link-blocks > div .for-desktop.for-desktop p {
  font: normal 12px Manrope, sans-serif;
  line-height: 19px;
}
.info-page .main .right-side .important-link-blocks > div .for-mobile .secondary-button, .info-page .main .right-side .important-link-blocks > div .for-desktop .secondary-button {
  height: 30px;
  padding: 0 10px;
  margin-top: 20px;
  font-weight: bold;
}
.tablet-and-up .info-page .main .right-side .important-link-blocks > div .for-mobile .secondary-button, .tablet-and-up .info-page .main .right-side .important-link-blocks > div .for-desktop .secondary-button {
  display: flex;
}
.info-page .main .right-side .other-link-block {
  padding-top: 30px;
}
.info-page .main .right-side .other-link-block li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EEEEEE;
}
.info-page .main .right-side .other-link-block li a span {
  font: 500 12px Manrope, sans-serif;
  line-height: 50px;
}
.info-page .main .right-side .other-link-block li:last-child a {
  border-bottom: 1px solid #EEEEEE;
}

/* -------------------------------------------

    INFO SIDEBRAR

-------------------------------------------- */
.INFO_SIDEBAR {
  width: 100%;
  max-width: 370px;
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
}
.tablet-and-up .INFO_SIDEBAR {
  width: 100%;
  max-width: unset;
  padding: 15px 12px 15px 25px;
  box-shadow: 0 0.125rem 0.45rem rgba(0, 0, 0, 0.23);
  border-radius: 8px;
}
.INFO_SIDEBAR > li {
  font: bold 12px Manrope, sans-serif;
  color: #1A242C;
  line-height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.tablet-and-up .INFO_SIDEBAR > li {
  line-height: 38px;
  border-bottom: none;
}
.INFO_SIDEBAR > li span {
  display: flex;
  align-items: center;
}
.INFO_SIDEBAR > li span > img {
  width: 18px;
  height: 18px;
  padding-right: 20px;
}
.INFO_SIDEBAR > li span a, .INFO_SIDEBAR > li span .title-arrow-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: #140F26;
}
.INFO_SIDEBAR > li span a:hover, .INFO_SIDEBAR > li span .title-arrow-wrap:hover {
  cursor: pointer;
}
.INFO_SIDEBAR > li span a.opened, .INFO_SIDEBAR > li span .title-arrow-wrap.opened {
  color: #8DB723;
}
.INFO_SIDEBAR > li span a .arrow-down, .INFO_SIDEBAR > li span .title-arrow-wrap .arrow-down {
  width: 18px;
  height: 18px;
  padding: 0 0 0 10px;
  transition: all 0.3s;
}
.INFO_SIDEBAR > li ul {
  display: none;
  width: 100%;
  padding: 0 0 20px 38px;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
}
.INFO_SIDEBAR > li ul li .title {
  color: #140F26;
}
.INFO_SIDEBAR > li ul li .title.selected {
  font-weight: bold;
}
.INFO_SIDEBAR > li.opened span a .arrow-down,
.INFO_SIDEBAR > li.opened span .arrow-down {
  padding: 0 10px 0 0;
  transform: rotate(180deg);
}
.INFO_SIDEBAR > li.opened > span .title-arrow-wrap {
  color: #8DB723;
}
.INFO_SIDEBAR > li.opened ul {
  display: block;
}

/* -------------------------------------------

    CONTACTS PAGE

-------------------------------------------- */
.contacts-page .show-for-map {
  display: none;
}
.contacts-page .messages {
  width: 100%;
  height: fit-content;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 10;
}
.tablet-and-up .contacts-page .messages {
  top: 80px;
}
.contacts-page .messages li {
  height: 50px;
  width: 100%;
  font: 500 14px Manrope, sans-serif;
  line-height: 45px;
  text-align: center;
  backdrop-filter: blur(3px);
}
.tablet-and-up .contacts-page .messages li {
  font-size: 18px;
}
.contacts-page .messages li.success {
  background: #62b662a0;
}
.contacts-page .messages li.error {
  background: #b67362a0;
}
.contacts-page .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
}
.contacts-page .main .left-side {
  display: none;
}
.tablet-and-up .contacts-page .main .left-side {
  display: block;
  width: 316px;
  background: #FFFFFF;
}
.contacts-page .main .right-side {
  width: 100%;
  height: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #D5D5D5;
}
.tablet-and-up .contacts-page .main .right-side {
  width: calc(100% - 336px);
  padding-top: 30px;
  border-top: 1px solid #D5D5D5;
}
.contacts-page .main .right-side h1 {
  font: bold 26px Manrope, sans-serif;
  margin: 0 0 13px 0;
}
.large-mobile-and-down .contacts-page .main .right-side .map-container {
  margin: 0 -20px;
}
.large-mobile-and-down .contacts-page .main .right-side .map-container #map {
  height: 450px !important;
}
.contacts-page .main .right-side .map-container .store-infowindow {
  padding: 15px;
}
.contacts-page .main .right-side .map-container .store-infowindow .title {
  font: bold 18px Manrope, sans-serif;
  padding-bottom: 10px;
}
.contacts-page .main .right-side .map-container .store-infowindow .address-line, .contacts-page .main .right-side .map-container .store-infowindow .work-hours, .contacts-page .main .right-side .map-container .store-infowindow .phone, .contacts-page .main .right-side .map-container .store-infowindow .email {
  padding-top: 8px;
  font: 500 14px Manrope, sans-serif;
  line-height: 20px;
}
.contacts-page .main .right-side .map-container .store-infowindow .address-line a, .contacts-page .main .right-side .map-container .store-infowindow .work-hours a, .contacts-page .main .right-side .map-container .store-infowindow .phone a, .contacts-page .main .right-side .map-container .store-infowindow .email a {
  font-weight: bold;
}
.tablet-and-up .contacts-page .main .right-side .map-container .store-infowindow .secondary-button {
  display: flex;
}
.contacts-page .main .right-side button.store-map.for-mobile {
  display: flex;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  align-items: center;
  border-radius: 8px;
  background-color: #212121;
  border: none;
}
.contacts-page .main .right-side button.store-map.for-mobile:hover {
  cursor: pointer;
}
.contacts-page .main .right-side button.store-map.for-mobile:hover span {
  text-decoration: underline;
}
.contacts-page .main .right-side button.store-map.for-mobile:active {
  transform: translateY(1px);
}
.contacts-page .main .right-side button.store-map.for-mobile img {
  width: auto;
  height: auto;
  margin-right: 15px;
}
.contacts-page .main .right-side button.store-map.for-mobile span {
  color: #FFFFFF;
  font: 600 12px Manrope, sans-serif;
}
.contacts-page .main .right-side .store-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000099;
  z-index: 100;
}
.contacts-page .main .right-side .store-popup.shown {
  display: block;
}
.contacts-page .main .right-side .contacts-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contacts-page .main .right-side .contact-item {
  width: 100%;
  padding: 34px 15px 10px 15px;
  margin-top: 20px;
  border-top: 1px solid #D5D5D5;
  box-sizing: border-box;
}
.large-mobile-and-down .contacts-page .main .right-side .contact-item:first-child {
  border-top: none;
  margin-top: 0;
}
.tablet-and-up .contacts-page .main .right-side .contact-item {
  width: 48%;
}
.contacts-page .main .right-side .contact-item > div {
  font: normal 15px Manrope, sans-serif;
  line-height: 25px;
}
.contacts-page .main .right-side .contact-item > div a {
  font-weight: bold;
}
.contacts-page .main .right-side .contact-item .title {
  font: bold 16px Manrope, sans-serif;
  line-height: 30px;
  color: #212121;
}
.contacts-page .main .right-side .contact-item .phone {
  display: flex;
}
.contacts-page .main .right-side .contact-item .phone .numbers {
  padding-left: 5px;
}
.contacts-page .main .right-side .contact-item .phone .numbers a {
  display: block;
}
.contacts-page .main .right-side .contact-item .extra-info {
  display: flex;
  align-items: flex-start;
  padding-bottom: 13px;
}
.contacts-page .main .right-side .contact-item .extra-info img {
  height: auto;
  width: auto;
  padding-top: 5px;
}
.contacts-page .main .right-side .contact-item .extra-info .content {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.contacts-page .main .right-side .contact-item .extra-info .content.important {
  color: red;
}
.contacts-page .main .right-side .contact-item .extra-info .content.important span {
  font-weight: bold;
}
.contacts-page .main .right-side .contact-item .button-line {
  display: flex;
  justify-content: space-between;
}
.contacts-page .main .right-side .contact-item .button-line .secondary-button {
  display: flex;
  width: 32%;
}
.contacts-page .main .right-side .company-details {
  width: 100%;
  padding: 34px 15px 10px 15px;
  margin-top: 20px;
  border-top: 1px solid #D5D5D5;
  box-sizing: border-box;
}
.contacts-page .main .right-side .company-details .title {
  font: bold 16px Manrope, sans-serif;
  line-height: 30px;
  color: #212121;
}
.contacts-page .main .right-side .company-details ul {
  font: normal 15px Manrope, sans-serif;
  color: #2A2A2A;
  line-height: 25px;
}
.contacts-page .main .right-side .company-details ul li a {
  color: #8DB723;
  font-weight: bold;
}
.contacts-page .main .right-side .company-details .segment {
  padding-top: 25px;
}
.contacts-page .main .right-side .company-details .segment .title {
  line-height: 25px;
  font-size: 15px;
}
.contacts-page .main .right-side .company-details .segment a {
  font: normal 15px Manrope, sans-serif;
  text-decoration: underline;
  color: #2A2A2A;
}
.contacts-page .main .right-side .company-details .segment a:hover {
  color: #8DB723;
}
.contacts-page .main .right-side .extra-content {
  margin-top: 20px;
  padding: 34px 15px 10px 15px;
  border-top: 1px solid #D5D5D5;
  box-sizing: border-box;
}
.contacts-page .main .right-side .extra-content a {
  color: #8DB723;
  font-weight: bold;
}
.contacts-page .main .right-side .extra-content a:hover {
  text-decoration: underline;
}
.contacts-page .main .right-side #form-destination {
  position: absolute;
  margin-top: -40px;
}
.tablet-and-up .contacts-page .main .right-side #form-destination {
  margin-top: -80px;
}
.contacts-page .main .right-side .contacts-page-form {
  margin-top: 20px;
  padding: 34px 15px 10px 15px;
  border-top: 1px solid #D5D5D5;
  box-sizing: border-box;
}
.contacts-page .main .right-side .contacts-page-form form {
  width: 100%;
  max-width: 500px;
}
.tablet-and-up .contacts-page .main .right-side .contacts-page-form form {
  width: 60%;
  min-width: 450px;
  max-width: unset;
}
.contacts-page .main .right-side .contacts-page-form .form-title {
  padding-bottom: 30px;
  font: bold 16px Manrope, sans-serif;
  line-height: 30px;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box {
  position: relative;
  padding: 10px 0 20px 0;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box span:first-child {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 15px;
  padding: 0 4px;
  background: #FFFFFF;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box input, .contacts-page .main .right-side .contacts-page-form .inquiry-box select {
  width: 100%;
  height: 52px;
  padding: 15px;
  color: #212121;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  font: bold 13px Manrope, sans-serif;
  overflow-x: scroll;
  white-space: nowrap;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box img {
  display: none;
  position: absolute;
  right: 27px;
  top: 25px;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box img.valid {
  top: 28px;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box textarea {
  height: 110px;
  width: 100%;
  resize: none;
  overflow-y: scroll;
  border-radius: 5px;
  box-sizing: border-box;
  font: normal 15px Manrope, sans-serif;
  line-height: 24px;
  padding: 15px;
  border: 1px solid #D5D5D5;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box > span {
  padding: 0 20px;
  font: 500 14px Manrope, sans-serif;
  cursor: pointer;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box > span:hover {
  color: #1CB4E5;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box .invalid {
  display: none;
  position: absolute;
  right: 12px;
  top: 25px;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box.invalid-value textarea, .contacts-page .main .right-side .contacts-page-form .inquiry-box.invalid-value input, .contacts-page .main .right-side .contacts-page-form .inquiry-box.invalid-value select {
  padding-right: 41px;
  border-color: #EC3131;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box.invalid-value span {
  color: #EC3131;
}
.contacts-page .main .right-side .contacts-page-form .inquiry-box.invalid-value .invalid {
  display: block;
}
.contacts-page .main .right-side .contacts-page-form .secondary-button {
  display: inline-flex;
  width: 200px;
  font-weight: bold;
  margin: 0;
}
.contacts-page .main .right-side > .content {
  overflow: hidden;
}

/* -------------------------------------------

    STORE PAGE

-------------------------------------------- */
.store-page .messages {
  width: 100%;
  height: fit-content;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 10;
}
.tablet-and-up .store-page .messages {
  top: 80px;
}
.store-page .messages li {
  height: 50px;
  width: 100%;
  font: 500 14px Manrope, sans-serif;
  line-height: 45px;
  text-align: center;
  backdrop-filter: blur(3px);
}
.tablet-and-up .store-page .messages li {
  font-size: 18px;
}
.store-page .messages li.success {
  background: #62b662a0;
}
.store-page .messages li.error {
  background: #b67362a0;
}

.store-page .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
}
.store-page .main .left-side {
  display: none;
}
.tablet-and-up .store-page .main .left-side {
  display: block;
  width: 316px;
  background: #FFFFFF;
}
.store-page .main .right-side {
  width: 100%;
  height: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #D5D5D5;
}
.tablet-and-up .store-page .main .right-side {
  width: calc(100% - 336px);
  padding-top: 30px;
  border-top: 1px solid #D5D5D5;
}
.store-page .main .right-side h1 {
  font: bold 26px Manrope, sans-serif;
  margin: 0 0 13px 0;
}
.store-page .main .right-side .store-images {
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.large-mobile-and-up .store-page .main .right-side .store-images {
  justify-content: flex-start;
}
.store-page .main .right-side .store-images .fancybox-store {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.large-mobile-and-up .store-page .main .right-side .store-images .fancybox-store {
  width: unset;
  margin-right: 10px;
}
.store-page .main .right-side .store-images .fancybox-store img {
  width: 100%;
  border-radius: 7px;
  height: auto;
  max-width: 400px;
}
.large-mobile-and-up .store-page .main .right-side .store-images .fancybox-store img {
  height: 150px;
  width: auto;
  max-width: unset;
}
.store-page .main .right-side .store-images .fancybox-store:hover img {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.44);
}
.store-page .main .right-side .map-container {
  margin-bottom: 20px;
}
.large-mobile-and-down .store-page .main .right-side .map-container {
  margin: 0 -20px 20px -20px;
}
.store-page .main .right-side .map-container .store-infowindow {
  padding: 15px;
}
.store-page .main .right-side .map-container .store-infowindow .title {
  font: bold 18px Manrope, sans-serif;
  padding-bottom: 10px;
}
.store-page .main .right-side .map-container .store-infowindow .address-line, .store-page .main .right-side .map-container .store-infowindow .work-hours, .store-page .main .right-side .map-container .store-infowindow .phone, .store-page .main .right-side .map-container .store-infowindow .email {
  padding-top: 8px;
  font: 500 14px Manrope, sans-serif;
  line-height: 20px;
}
.store-page .main .right-side .map-container .store-infowindow .address-line a, .store-page .main .right-side .map-container .store-infowindow .work-hours a, .store-page .main .right-side .map-container .store-infowindow .phone a, .store-page .main .right-side .map-container .store-infowindow .email a {
  font-weight: bold;
}
.store-page .main .right-side .map-container .store-infowindow .phone {
  display: flex;
}
.store-page .main .right-side .map-container .store-infowindow .phone .numbers {
  padding-left: 5px;
}
.store-page .main .right-side .map-container .store-infowindow .phone .numbers a {
  display: block;
}
.tablet-and-up .store-page .main .right-side .map-container .store-infowindow .secondary-button {
  display: flex;
}
.store-page .main .right-side .notification-line {
  margin-top: 20px;
  font: bold 15px Manrope, sans-serif;
  box-sizing: border-box;
  background: #eb1717;
}
.store-page .main .right-side .notification-line:hover {
  background: #b80101;
}
.store-page .main .right-side .store-info {
  width: fit-content;
  padding: 10px 15px;
  margin-top: 20px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
}
.store-page .main .right-side .store-info .title {
  font: bold 20px Manrope, sans-serif;
  line-height: 30px;
  color: #212121;
}
.store-page .main .right-side .store-info .phone {
  display: flex;
}
.store-page .main .right-side .store-info .phone .numbers {
  padding-left: 5px;
}
.store-page .main .right-side .store-info .phone .numbers a {
  display: block;
}
.store-page .main .right-side .store-info .extra-info {
  display: flex;
  align-items: flex-start;
  padding-bottom: 13px;
}
.store-page .main .right-side .store-info .extra-info img {
  height: auto;
  width: auto;
  padding-top: 5px;
}
.store-page .main .right-side .store-info .extra-info .content {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.store-page .main .right-side .store-info .button-line {
  display: flex;
  justify-content: space-between;
}
.store-page .main .right-side .store-info .button-line .secondary-button {
  display: flex;
  width: 32%;
}
.store-page .main .right-side .extra-content {
  margin-top: 20px;
  padding: 34px 15px 10px 15px;
  border-top: 1px solid #D5D5D5;
  box-sizing: border-box;
}
.store-page .main .right-side .extra-content a {
  color: #8DB723;
  font-weight: bold;
}
.store-page .main .right-side .extra-content a:hover {
  text-decoration: underline;
}
.store-page .main .right-side .employees h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #D5D5D5;
}
.store-page .main .right-side .employees-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.tablet-and-up .store-page .main .right-side .employees-container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.store-page .main .right-side .employees-container .employee {
  width: 100%;
  max-width: 460px;
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}
.tablet-and-up .store-page .main .right-side .employees-container .employee {
  width: 46%;
}
.store-page .main .right-side .employees-container .employee .employee-photo {
  width: 22%;
  height: auto;
  position: absolute;
  top: 8%;
  left: 5%;
}
.store-page .main .right-side .employees-container .employee .frog {
  width: 100%;
  position: relative;
  z-index: 9;
}
.store-page .main .right-side .employees-container .employee .employee-info {
  width: 100%;
  position: absolute;
  top: 39%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 380px) {
  .store-page .main .right-side .employees-container .employee .employee-info {
    top: 27%;
  }
}
.store-page .main .right-side .employees-container .employee .employee-info p {
  margin: 0;
  font-weight: 500;
  line-height: 25px;
  color: #7D7B7B;
}
.store-page .main .right-side .employees-container .employee .employee-info p b {
  color: #140F26;
}
.store-page .main .right-side #form-destination-store {
  position: absolute;
  margin-top: -40px;
}
.tablet-and-up .store-page .main .right-side #form-destination-store {
  margin-top: -80px;
}
.store-page .main .right-side .store-page-form {
  margin-top: 20px;
  padding: 34px 15px 10px 15px;
  border-top: 1px solid #D5D5D5;
  box-sizing: border-box;
}
.store-page .main .right-side .store-page-form form {
  width: 100%;
  max-width: 500px;
}
.tablet-and-up .store-page .main .right-side .store-page-form form {
  width: 60%;
  min-width: 450px;
  max-width: unset;
}
.store-page .main .right-side .store-page-form .form-title {
  padding-bottom: 30px;
  font: bold 16px Manrope, sans-serif;
  line-height: 30px;
}
.store-page .main .right-side .store-page-form .inquiry-box {
  position: relative;
  padding: 10px 0 20px 0;
}
.store-page .main .right-side .store-page-form .inquiry-box span:first-child {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 15px;
  padding: 0 4px;
  background: #FFFFFF;
}
.store-page .main .right-side .store-page-form .inquiry-box input, .store-page .main .right-side .store-page-form .inquiry-box select {
  width: 100%;
  height: 52px;
  padding: 15px;
  color: #212121;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  font: bold 13px Manrope, sans-serif;
  overflow-x: scroll;
  white-space: nowrap;
}
.store-page .main .right-side .store-page-form .inquiry-box textarea {
  height: 110px;
  width: 100%;
  resize: none;
  overflow-y: scroll;
  border-radius: 5px;
  box-sizing: border-box;
  font: normal 15px Manrope, sans-serif;
  line-height: 24px;
  padding: 15px;
  border: 1px solid #D5D5D5;
}
.store-page .main .right-side .store-page-form .inquiry-box > span {
  padding: 0 20px;
  font: 500 14px Manrope, sans-serif;
  cursor: pointer;
}
.store-page .main .right-side .store-page-form .inquiry-box > span:hover {
  color: #1CB4E5;
}
.store-page .main .right-side .store-page-form .inquiry-box .invalid {
  display: none;
  position: absolute;
  right: 12px;
  top: 25px;
}
.store-page .main .right-side .store-page-form .inquiry-box.invalid-value textarea, .store-page .main .right-side .store-page-form .inquiry-box.invalid-value input, .store-page .main .right-side .store-page-form .inquiry-box.invalid-value select {
  padding-right: 41px;
  border-color: #EC3131;
}
.store-page .main .right-side .store-page-form .inquiry-box.invalid-value span {
  color: #EC3131;
}
.store-page .main .right-side .store-page-form .inquiry-box.invalid-value .invalid {
  display: block;
}
.store-page .main .right-side .store-page-form .secondary-button {
  display: inline-flex;
  width: 200px;
  font-weight: bold;
  margin: 0;
}

/*# sourceMappingURL=page.css.map */
