:root {
  --main-text: #1E1E20;
  --gray-text: #636267;
  --light-gray-stroke: #E7E7E7;
}

i {
  font-family: fontawesome !important;
  font-style: normal;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: var(--main-text-color);
  background-color: #EFF2F5;
  scroll-behavior: smooth;
}
.page__body.modal-active {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.main {
  margin: 0 auto;
  padding: 40px 40px 0;
  max-width: 1920px;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.section {
  margin-bottom: 40px;
  padding: 24px 40px;
  border-radius: 40px;
}
.section__title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
}
.section__paragraph {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #636267;
}
.section__action {
  display: flex;
}
.pt-1 {
  padding-top: 4px;
}
.pb-6 {
  padding-bottom: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pb-10 {
  padding-bottom: 40px;
}
.ml-5 {
  margin-left: 20px;
}
.ml-6 {
  margin-left: 24px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mr-1 {
  margin-right: 4px;
}

.btn-link {
  padding: 16px 24px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  border-radius: 80px;
  cursor: pointer;
}
.section__main-page-logo {
  padding-top: 24px;
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
  text-align: center;
}
.section__main-page-logo img{
  height: 30px;
}
/* start Section hero */
.section-hero {
  padding: 0;
  border-radius: 40px;
  background-image: url('../images/bg-hero.webp');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-hero__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-hero__logo {
  margin-bottom: 40px;
  height: 30px;
}
.section__title--hero {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 69px;
}
.section-hero__image {
  display: none;
}
.section-hero__text {
  padding: 80px;
  max-width: 52%;
  border-radius: 40px;
  background-color: #FFF;
}
.btn-link--black {
  color: #FFF;
  background-color: #1E1E20;
}
.btn-link:hover svg path {
  fill: #1E1E20;
}
.btn-link:hover {
  color: #1E1E20;
  background-color: #F8893C;
}
.btn-link--transparent {
  color: #1E1E20;
  background-color: transparent;
  border: 1px solid #1E1E20;
}
/* end Section hero */
/* start Section benefits */
.section-benefits {
  padding: 80px;
  background-color: #28485E;
}
.section-benefits::before {
  display: none;
}
.section-benefits .section__title {
  margin-bottom: 64px;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #FFF;
}
.section-benefits__content {
  position: relative;
}
.section-benefits__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 38px;
}
.section-benefits__article {
  width: 232px;
}
.article-benefit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.article-benefit__item-image-wrap {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F8893C;
}
.article-benefit__item-description {
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  color: #E7E7E7;
}
.article-benefit__item-description .fw-bold {
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  color: #FFF;
}
.section-benefits__floating-image {
  position: absolute;
  top: -380px;
  right: -70px;
  width: 655px;
  height: 392px;
}
/* end Section benefits */
/* start Section stores list */
.stores-list-container {
  width: 100%;
  /*max-width: 1280px;*/
  margin: auto;
}
.section-stores-list {
  padding: 0;
}
.section-stores-list .section__title-wrapper {
  margin-bottom: 40px;
}
.side-link {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #0A1319;
}
.side-link--stores-list {
  margin-left: 24px;
  position: relative;
  color: #0A1319;
}
.side-link--stores-list::after {
  content: '';
  margin-left: 8px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  border-top: 2px solid #0A1319;
  border-right: 2px solid #0A1319;
  transform: rotateZ(45deg);
}
.side-link--stores-list:hover {
  color: #0A1319;
  background-color: #F8893C;
}
.swiper {
  overflow: visible;
}
.swiper-wrapper {
}
.stores-item {
  position: relative;
  padding: 24px 0;
  width: 248px !important;
  height: 288px !important;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: #0A1319;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #DAE6EE;
  overflow: hidden;
}
.stores-item.stores-item--with-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #F58D2E;
  background-image: url('../images/external-link.png');
  background-position: 30px 68px;
  background-size: auto;
  background-repeat: no-repeat;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.stores-item.stores-item--with-link:hover {
  color: #0A1319;
  border: 1px solid #F58D2E;
  cursor: pointer;
}
.stores-item.stores-item--with-link:hover::before {
  transform: translate(39%, -41%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.stores-item.stores-item--with-link:active {
  color: #FFFFFF;
  background-color: #F58D2E;
}
.stores-item.stores-item--with-link:active::before {
  transform: translate(100%, -100%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.stores-item__image {
  flex: 1;
  margin: 0 22px;
  height: calc(100% - 60px - 16px);
  border-radius: 8px;
  background-color: #FFFFFF;
}
.stores-item__image img {
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
.stores-item__title {
  padding: 0 22px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  box-sizing: content-box;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}
.stores-item__app-badge {
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  border-radius: 18px;
  color: #5F6370;
  background-color: #F7F7F7;
}
.stores-item__app-badge img {
  height: 15px;
}
.stores-item__app-badge span {
  margin-left: 6px;
}
.stores-item__skeleton {
  margin-right: 16px;
  padding: 24px 22px;
  width: 248px;
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #DAE6EE;
}
.stores-item__skeleton-image {
  flex: 1;
  max-width: 204px;
  width: 100%;
  height: 204px;
  border-radius: 12px;
  background: linear-gradient(135deg, #F0F0F0 0%, #F7F7F7 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid #F7F7F7;
}

.stores-item__skeleton-title {
  height: 20px;
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(135deg, #F0F0F0 0%, #F7F7F7 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid #F7F7F7;
}

.stores-item__skeleton-image::after,
.stores-item__skeleton-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: flicker 1.5s infinite;
}

@keyframes flicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(300%); }
}
.swiper-button-prev {
  left: 0;
  top: 24px;
}
.swiper-button-next {
  right: 0;
  top: 24px;
}
.swiper-button-prev, .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 20px;
  color: #28485E;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #F8893C;
}
.swiper-button-disabled {
  opacity: 0.3;
  background-color: transparent;
}
/* end Section stores list */
/* start Section about-us */
.section-about-us {
  position: relative;
  margin-bottom: 0;
  padding: 160px 80px;
  background-color: #FFF;
  box-shadow: 0px 0px 128px 0px rgba(128, 128, 128, 0.11);
}
.section-about-us::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  z-index: 2;
}
.section-about-us__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-about-us__text {
  margin-left: 20px;
  max-width: 40%;
}
.section-about-us__text .section__title {
  margin-bottom: 24px;
}
.btn-link--white {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #1E1E20;
  background-color: #fff;
  border-radius: 28px;
  border: 1px solid #1E1E20;
}
/* end Section about-us */
/* start Section gallery */
.section-gallery {
  margin-top: -39px;
  margin-bottom: -39px;
  padding: 0;
}
.section-gallery__container {
  padding: 0;
}
.section-gallery__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
}
.section-gallery__column {
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-gallery__column:nth-child(2) {
  padding: 0 28px;
}
.section-gallery__column:nth-child(2) {
  padding: 0 14px;
}
.section-gallery__column-image-wrap {
  max-width: 372px;
  width: 100%;
  max-height: 800px;
  background-color: #FFF;
}
.image-wrap-1-1,
.image-wrap-3-1 {
  position: relative;
  width: 100%;
  height: 213px;
  border-radius: 0 0 24px 24px;
  opacity: 0.56;
  overflow: hidden;
}
.image-wrap-2-1 {
  position: relative;
  width: 100%;
  height: 114px;
  border-radius: 0 0 24px 24px;
  opacity: 0.56;
  overflow: hidden;
}
.image-wrap-1-2,
.image-wrap-2-2,
.image-wrap-3-2 {
  position: relative;
  margin: 20px 0;
  width: 100%;
  /* height: 800px; */
  height: auto;
  border-radius: 24px;
}
.image-wrap-1-3,
.image-wrap-3-3 {
  position: relative;
  width: 100%;
  height: 264px;
  border-radius: 24px 24px 0 0;
  opacity: 0.56;
  overflow: hidden;
}
.image-wrap-2-3 {
  position: relative;
  width: 100%;
  height: 423px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.image-wrap-1-1 img,
.image-wrap-3-1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.image-wrap-2-1 img {
  position: absolute;
  object-fit: cover;
  object-position: right bottom;
}
/* end Section gallery */
/* start Footer */
.footer {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1920px;
}
.section-footer {
  position: relative;
  padding: 40px;
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  color: #F7F7F7;
  border-radius: 40px 40px 0px 0px;
  background-color: #28485E;
}
.section-footer::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background-color: #28485E;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  z-index: 2;
}
.footer-top {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-top__logo-wrapper {
  margin-bottom: 0;
}
.footer__logo {
  margin-bottom: 16px;
  display: block;
  text-decoration: none;
}
.footer__logo img {
  height: 30px;
}
.footer-top__powered-by {
  width: max-content;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #636267;
  border-radius: 10px;
  background-color: #FFF;
}
.footer__action {
  margin: 0 0 0 auto;
  display: flex;
}
.footer__action .btn-link {
  border-radius: 28px;
  background-color: #F7F7F7;
}
.btn-link:hover svg path {
  fill: #1E1E20;
}
.btn-link:hover {
  color: #1E1E20;
  background-color: #F8893C;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
}
.footer-bottom__copyright {
  order: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #F7F7F7;
}
.footer-bottom__policy {
  order: 2;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row;
}
.privacy-policy,
.terms-conditions {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #F7F7F7;
}
.footer-bottom__terms-conditions {
  margin-left: 40px;
}
/* end Footer*/
/* start Dialog */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(0%, 100%) scale(0);
  transition: 300ms ease-in-out;
  border-radius: 24px;
  background-color: #FFF;
  z-index: 10;
}
.modal.modal-active {
  transform: translate(-50%, -50%) scale(1);
}
#overlay {
  position: fixed;
  opacity: 0;
  transition: 300ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9;
  pointer-events: none;
}
#overlay.modal-active {
  opacity: 1;
  pointer-events: all;
}
.dialog-contact-us__content {
  position: relative;
  padding: 40px;
}
.dialog-contact-us__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1E1E20;
}
.dialog-contact-us__content .close-button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  color: #FFF;
  background-color: #1E1E20;
  line-height: 24px;
}
.dialog-contact-us__field {
  margin-bottom: 21px;
}
.dialog-contact-us__field-input {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.dialog-contact-us__field-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #636267;
  order: 1;
}
.input-email:focus ~ .dialog-contact-us__field-label,
.input-phone:focus ~ .dialog-contact-us__field-label,
.input-textarea:focus ~ .dialog-contact-us__field-label {
  color: #F8893C;
}
.input-email,
.input-phone,
.input-textarea {
  display: block;
  width: 100%;
  height: 54px;
  padding: 16px 16px 16px 40px;
  border-radius: 8px;
  border: 2px solid #E7E7E7;
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  color: #636267;
  opacity: 0.7;
  caret-color: #F8893C;
  order: 2;
}
.input-textarea {
  padding: 16px;
  height: 100px;
  resize: none;
}
.input-email:focus,
.input-phone:focus,
.input-textarea:focus,
.input-email:focus ~ .input-icon path,
.input-phone:focus ~ .input-icon path,
.input-textarea:focus ~ .input-icon path {
  border-color: #F8893C;
  stroke: #F8893C;
}
.dialog-contact-us__field-input span {
  position: absolute;
  top: 40px;
  left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  color: #636267;
}
.dialog-contact-us__field-input .input-icon {
  position: absolute;
  top: 40px;
  left: 16px;
}
.input-email:valid ~ span,
.input-phone:valid ~ span,
.input-textarea:valid ~ span,
.input-email:focus ~ span,
.input-phone:focus ~ span,
.input-textarea:focus ~ span {
  display: none;
}
.input-email:focus::placeholder,
.input-phone:focus::placeholder,
.input-textarea:focus::placeholder {
  color: transparent;
}
.dialog-contact-us__captcha-message {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #636267;
  padding-bottom: 4px;
}
.dialog-contact-us__captcha-message a {
  text-decoration: none;
  color: #4B71EB;
}
.grecaptcha-badge {
  visibility: hidden;
}
.dialog-contact-us__error-message {
  color: #E53747;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  text-align: center;
}
.dialog-contact-us__action {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.dialog-contact-us__action .btn {
  padding: 16px 24px;
  width: 50%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  border-radius: 28px;
  cursor: pointer;
}
.dialog-contact-us__action .cancel-btn {
  order: 1;
  color: #0A1319;
  background-color: #F7F7F7;
}
.dialog-contact-us__action .send-btn {
  order: 2;
  color: #FFF;
  background-color: #0A1319;
}
.dialog-contact-us__action .send-btn[disabled] {
  background-color: #a7a7a7;
  cursor: default;
}
.dialog-contact-us__action .send-btn .link-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* end Dialog */
/* start Privacy Policy */
.section-privacy-policy__logo {
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
  text-align: center;
}
.section-privacy-policy__logo img{
  height: 30px;
}
.section-privacy-policy__title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 31px;
  line-height: 120%;
  color: #1E1E20;
}
.policy__title {
  font-size: 20px;
  font-weight: 700;
}
.policy__subtitle {
  margin-bottom: 24px;
  font-weight: 700;
  color: #1E1E20;
}
.policy__subtitle .policy__mailto-link {
  display: block;
  font-weight: 400;
}
.policy__list {
  margin-bottom: 24px;
  padding-left: 36px;
}
.policy__item {
  margin-bottom: 12px;
  list-style: disc;
  line-height: 150%;
  color: #636267;
}
.section-privacy-policy__content .section__paragraph .fw-bold {
  font-weight: 700;
  color: #1E1E20;
}
.policy__mailto-link:hover {
  text-decoration: underline;
}
.paragraph-policy {
  line-height: 140%;
}
/* end Privacy Policy */
/* start All Stores List */
.all-stores-list {
  padding: 0 40px;
  min-height: 100vh;
}
.all-stores-list .back-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  text-decoration: none;
  color: #0A1319;
}
.all-stores-list .back-link img {
  height: 24px;
}
.all-stores-list__wrapper {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.all-stores-list__wrapper .stores-item__skeleton {
  margin-right: 0;
}
.all-stores-list__wrapper .stores-item__skeleton-image {
  max-width: 100%;
}
/* end  Stores List */
@media all and (min-width: 1440px) {
  .section-hero {
    background-size: contain;
  }
  .section-benefits__floating-image {
    position: absolute;
    top: -380px;
    right: -70px;
    width: 655px;
    height: 392px;
  }
}
@media all and (min-width: 1370px) and (max-width: 1440px) {
  .section-hero {
    background-size: contain;
  }
  .section-benefits__floating-image {
    top: -380px;
    right: -70px;
  }
}
@media all and (min-width: 768px) and (max-width: 1100px) {
  .section {
    margin-bottom: 0;
    padding: 24px 40px;
    border-radius: 16px;
  }
  .main {
    padding: 0;
  }
  .section__paragraph {
    margin-bottom: 16px;
    font-size: 14px;
  }
  /* start Section hero */
  .section-hero {
    margin-bottom: -16px;
    padding: 0;
    border-radius: 0;
    background-color: #F8893C;
    background-image: none;
  }
  .section-hero__container {
    min-height: 725px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-hero__text {
    padding: 24px 16px;
    max-width: 100%;
    height: 52%;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #636267;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #FFF;
  }
  .section__title--hero {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #1E1E20;
  }
  .section-hero__image {
    flex: 1;
    padding: 32px 32px;
    display: block;
    text-align: right;
    background-image: url('../images/bg-hero-mobile.webp');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-hero__image img {
    height: 286px;
  }
  .btn-link:active svg path {
    fill: #1E1E20;
  }
  .btn-link:active {
    color: #1E1E20;
    background-color: #F8893C;
  }
  /* end Section hero */
  /* start Benefits  */
  .section-benefits {
    position: relative;
    margin-bottom: 16px;
    padding: 32px 24px;
  }
  .section-benefits::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background-color: transparent;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .section-benefits .section__title {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: left;
    color: #FFF;
  }
  .section-benefits__list {
    flex-direction: column;
    gap: 24px;
  }
  .section-benefits__article {
    width: 100%;
  }
  .article-benefit__item {
    align-items: flex-start;
  }
  .article-benefit__item-image-wrap {
    width: 56px;
    height: 56px;
  }
  .article-benefit__item-image-wrap img {
    width: 24px;
    height: 24px;
  }
  .article-benefit__item-description {
    text-align: left;
  }
  .section-benefits__floating-image {
    top: -180px;
    right: -300px;
  }
  .section-benefits__floating-image img {
    height: 258px;
  }
  /* end Benefits  */
  /* start Stores List Slider */
  .section-stores-list .section__title-wrapper {
    margin-bottom: 16px;
  }
  .section-stores-list {
    padding: 8px 16px;
  }
  .stores-item {
    padding: 24px 0;
    height: 288px;
  }
  .swiper-button-prev, .swiper-button-next {
  }
  /* end Stores List */
  /* start About-us */
  .section-about-us::after {
    height: 20px;
  }
  /* start Gallery */
  .section-gallery {
    padding-bottom: 0;
  }
  /* end Gallery */
  /* start All Stores List */
  .all-stores-list {
    padding: 0 52px;
  }
  /* end  Stores List */
}
@media all and (max-width: 768px) {
  .section {
    margin-bottom: 0;
    padding: 24px 40px;
    border-radius: 16px;
  }
  .main {
    padding: 0;
  }
  .section__paragraph {
    margin-bottom: 16px;
    font-size: 14px;
  }
  /* start Section hero */
  .section-hero {
    margin-bottom: -16px;
    padding: 0;
    border-radius: 0;
    background-color: #F8893C;
    background-image: none;
  }
  .section-hero__container {
    min-height: 725px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section-hero__text {
    padding: 24px 16px;
    max-width: 100%;
    height: 52%;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #636267;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #FFF;
  }
  .section__title--hero {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #1E1E20;
  }
  .section-hero__image {
    flex: 1;
    padding: 32px 32px;
    display: block;
    text-align: right;
    background-image: url('../images/bg-hero-mobile.webp');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-hero__image img {
    height: 286px;
  }
  .btn-link:active svg path {
    fill: #1E1E20;
  }
  .btn-link:active {
    color: #1E1E20;
    background-color: #F8893C;
  }
  /* end Section hero */
  /* start Benefits  */
  .section-benefits {
    position: relative;
    margin-bottom: 16px;
    padding: 32px 24px;
  }
  .section-benefits::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background-color: transparent;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .section-benefits .section__title {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: left;
    color: #FFF;
  }
  .section-benefits__list {
    flex-direction: column;
    gap: 24px;
  }
  .section-benefits__article {
    width: 100%;
  }
  .article-benefit__item {
    align-items: flex-start;
  }
  .article-benefit__item-image-wrap {
    width: 56px;
    height: 56px;
  }
  .article-benefit__item-image-wrap img {
    width: 24px;
    height: 24px;
  }
  .article-benefit__item-description {
    text-align: left;
  }
  .section-benefits__floating-image {
    top: -180px;
    right: -300px;
  }
  .section-benefits__floating-image img {
    height: 258px;
  }
  /* end Benefits  */
  /* start Stores List Slider */
  .section-stores-list .section__title-wrapper {
    margin-bottom: 16px;
    justify-content: space-between;
  }
  .section-stores-list .section__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: left;
  }
  .side-link--stores-list {
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .section-stores-list {
    padding: 8px 16px;
  }
  .stores-item__skeleton {
    margin-right: 8px;
    padding: 8px 0 8px;
    width: 140px;
    height: 167px;
    gap: 8px;
  }
  .stores-item__skeleton-image {
    flex: 1;
    width: 126px;
    height: 126px;
    border-radius: 4px;
  }
  .stores-item__skeleton-title {
    height: 17px;
    width: 126px;
    border-radius: 4px;
  }
  .stores-item {
    padding: 8px 0 0;
    width: 140px !important;
    height: 167px !important;
    gap: 8px;
  }
  .stores-item.stores-item--with-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #F58D2E;
    background-image: url('../images/external-link.png');
    background-position: 17px 39px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .stores-item__image {
    margin: 0 8px;
  }
  .stores-item__title {
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
  }
  .stores-item__app-badge {
    padding: 8px;
    width: 100%;
    border-radius: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  /* end Stores List */
  /* start About-us */
  .section-about-us {
    margin-bottom: 24px;
    padding: 24px;
  }
  .section-about-us::after {
    display: none;
  }
  .section-about-us__content {
    flex-direction: column;
  }
  .section-about-us__image {
    margin-bottom: 16px;
    text-align: center;
  }
  .section-about-us__text {
    margin-left: 0;
    max-width: 100%;
  }
  .section-about-us__text .section__title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #1E1E20;
  }
  /* end About-us */
  /* start Gallery */
  .section-gallery {
    margin: 0 auto 24px;
    padding: 0;
    height: 90vw;
  }
  .section-gallery__container {
    height: 100%;
  }
  .section-gallery__content {
    height: 100%;
    padding: 0 24px;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .section-gallery__column {
    max-width: calc(150vw - 54px);
    flex-direction: row;
    gap: 16px;
  }
  .section-gallery__column:nth-child(2) {
    max-width: calc(100vw - 16px);
  }
  .section-gallery__column-image-wrap {
    width: 400px;
    background-color: transparent;
  }
  .image-wrap-1-1,
  .image-wrap-1-2,
  .image-wrap-1-3,
  .image-wrap-2-1,
  .image-wrap-2-2,
  .image-wrap-2-3,
  .image-wrap-3-1,
  .image-wrap-3-2,
  .image-wrap-3-3 {
    position: relative;
    margin: 0;
    height: 100%;
    border-radius: 16px;
    opacity: 1;
  }
  .image-wrap-1-1 img,
  .image-wrap-1-2 img,
  .image-wrap-1-3 img,
  .image-wrap-2-1 img,
  .image-wrap-2-2 img,
  .image-wrap-2-3 img,
  .image-wrap-3-1 img,
  .image-wrap-3-2 img,
  .image-wrap-3-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .image-wrap-2-1 {
    display: none;
  }
  /* end Gallery */
  /* start Footer */
  .footer {
    padding: 0;
  }
  .section-footer {
    padding: 24px;
    border-radius: 16px 16px 0px 0px;
  }
  .section-footer::before {
    display: none;
  }
  .footer-top__logo-wrapper {
    margin-bottom: 24px;
  }
  .footer__logo {
    display: block;
    text-decoration: none;
  }
  .footer__logo img {
    height: 16px;
  }
  .footer-top__powered-by {
    font-size: 10px;
  }
  .footer-top {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
  }
  .footer-bottom__copyright {
    order: 2;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #F7F7F7;
  }
  .footer-bottom__policy {
    order: 1;
    margin: 0 auto 0 0;
    display: flex;
    flex-direction: column;
  }
  .privacy-policy,
  .terms-conditions {
    margin-bottom: 16px;
    font-size: 14px;
    text-decoration-line: underline;
  }
  .footer-bottom__terms-conditions {
    margin-left: 0;
  }
  .footer__action {
    margin: 0 auto 16px 0;
  }
  /* end Footer */
  /* start Dialog */
  .modal {
    position: fixed;
    top: 100%;
    left: 50%;
    width: 100%;
    transform: translate(0%, 100%) scale(0);
    transition: 300ms ease-in-out;
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #FFF;
    z-index: 10;
  }
  .modal.modal-active {
    transform: translate(-50%, -100%) scale(1);
  }
  .dialog-contact-us__content .close-button {
    display: none;
  }
  
  .dialog-contact-us__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .dialog-contact-us__action .btn {
    width: 100%;
  }
  .dialog-contact-us__action .send-btn {
    order: 1;
  }
  .dialog-contact-us__action .cancel-btn {
    order: 2;
  }
  /* start Dialog */
  /* start Privacy Policy */
  .section-privacy-policy__logo {
    display: block;
    text-decoration: none;
    margin-bottom: 24px;
    text-align: center;
  }
  .section-privacy-policy__logo img{
    height: 16px;
  }
  .section-privacy-policy__title {
    font-size: 20px;
  }
    
  .policy__title {
    font-size: 17px;
    font-weight: 700;
  }
  .policy__subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #1E1E20;
  }
  .policy__subtitle .policy__mailto-link {
    display: block;
    font-weight: 400;
  }
  .policy__list {
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .policy__item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 150%;
    list-style: disc;
    color: #636267;
  }
  .section-privacy-policy {
    padding: 24px 16px;
  }
  /* end Privacy Policy */
  /* start All Stores List */
  .section__main-page-logo img {
    height: 16px;
  }
  .all-stores-list__wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .all-stores-list {
    padding: 0 20px;
  }
  .all-stores-list .back-link {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
  }
  /* end All Stores List */
}
