.about-banner .image-mobile {
  display: none;
}

.about-banner :not(.slick-initialized) .halo-row-item {
  display: none;
}

.about-banner .content-box--absolute {
  width: calc(100% - 100px);
}

.about-banner .info {
  max-width: 100%;
  color: #ffffff;
  height: auto;
  margin: 0 auto;
}

.about-banner .info .content {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.about-banner .info .img-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.about-banner .info .avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about-banner .info .avatar .content-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  padding-left: 20px;
}

.about-banner .info .avatar .name {
  font-size: 18px;
  letter-spacing: .02em;
  margin-bottom: 2px;
  font-weight: 500;
}

.about-banner .info .avatar .position {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .02em;
  font-weight: 400;
}

.about-banner .info .desc {
  color: #ffffff;
  letter-spacing: .02em;
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 42px;
}

.about-banner .info .title {
  font-size: 40px;
  font-weight: 600;
  margin: 40px 0 24px 0;
  letter-spacing: .02em;
}

.about-banner .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-banner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.about-banner .slick-dots li button {
  background: #ffffff;
  border-color: #ffffff;
}

.about-banner .slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}

.page-header .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 37px 0px 11px;
}

.page-header .page-title {
  margin-bottom: 30px;
}

.page-header .desc {
  max-width: 730px;
  margin: 0 auto;
  letter-spacing: .02em;
  line-height: 24px;
}

.about-policies {
  margin-top: 64px;
  margin-bottom: 80px;
}

.about-policies .img-box img {
  margin: 0 auto;
}

.about-policies .text-policies {
  color: #232323;
  font-size: 18px;
  letter-spacing: .02em;
  font-weight: 600;
}

.about-policies .desc {
  padding: 30px 0 10px 0;
}

.about-policies .policies-icon {
  padding-bottom: 30px;
}

.about-policies .row {
  padding-left: 0;
  padding-right: 0;
}

.about-policies .halo-row-item {
  padding-left: 5px;
  padding-right: 5px;
}

.about-store {
  margin-bottom: 80px;
}

.about-store .desc {
  line-height: 26px;
}

.about-store .slick-arrow.slick-next {
  right: -110px;
  border: none;
}

.about-store .row .slick-list {
  padding: 0;
}

.about-store .slick-slider {
  margin: 0;
}

.about-store .slick-arrow.slick-prev {
  left: -110px;
  border: none;
}

.about-store .slick-dots {
  margin-top: 32px;
}

.about-store .slick-dots button {
  border: 1px solid #232323;
  background: #232323;
}

.about-store .slick-arrow.slick-prev .slick-arrow,
.about-store .slick-slider .slick-arrow {
  border: none;
}

.about-store .slick-arrow.slick-prev .slick-arrow svg,
.about-store .slick-slider .slick-arrow svg {
  top: 0;
  right: 10%;
}

.about-store .slick-arrow {
  width: 45px;
  height: 45px;
  padding: 0 !important;
}

.about-store .slick-arrow:hover {
  background-color: transparent;
}

.about-store .slick-arrow:hover svg {
  fill: #232323;
  color: #232323;
}

.about-store .store-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.about-store .store-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
}

.about-store .store-left .store-content {
  max-width: 390px;
}

.about-store .store-left .title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}

.about-store .slick-slider .slick-list,
.about-store .slick-slider .slick-track {
  -webkit-transform: inherit;
          transform: inherit;
}

.about-store .video-banner {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 9;
}

.about-store .video-banner.open_video {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0 !important;
}

.about-store :not(.open_video) .halo-modal-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.about-store .open_video .halo-modal-close {
  display: block;
}

.about-store .store-right {
  position: relative;
}

.about-store .store-right a.video_icon {
  position: absolute;
  z-index: 9;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-store .store-right a.video_icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  color: #ffffff;
}

.about-store .store-right .open_video {
  width: 100%;
  height: 100%;
}

.about-store .store-right .video-banner.open_video.fixed_video {
  position: fixed;
  top: inherit !important;
  right: 0px !important;
  bottom: 0px;
  max-width: 350px;
  max-height: 250px;
}

.about-store .store-right .video-banner.open_video.fixed_video svg {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  background-color: #323232;
}

.about-store .store-right .video-banner.open_video.fixed_video .visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  word-wrap: normal !important;
}

.about-store .img-box {
  position: relative;
}

.about-store a.video_youtube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: .3;
  -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
          animation: zoom-animation 1.4s ease-in-out infinite;
}

.about-store .modal-content-video.video,
.about-store .modal-video-content.video,
.about-store .video_YT.video {
  width: 100%;
  height: 100%;
}

.about-store .modal-content-video {
  width: 100%;
  height: 100%;
}

.about-store .modal-video-content {
  width: 100%;
  height: 100%;
}

.about-store .button.button-1 {
  width: 195px;
  margin-top: 45px;
  text-align: center;
}

.about-contact .contact-img {
  padding-right: 0;
}

.about-contact .wrapper-street {
  padding-left: 0;
}

.about-contact .contact-street {
  padding-left: 0;
  background-color: #f8f8f8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-contact .content-left {
  width: 100%;
  max-width: 290px;
  margin-bottom: 110px;
}

.about-contact .content-left .title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
  letter-spacing: .05em;
  margin-bottom: 38px;
}

.about-contact .content-left .wrapper-text {
  border-right: 1px solid #626262;
  font-size: 12px;
}

.about-contact .content-left .wrapper-text .massage-contact {
  margin-bottom: 8px;
}

.about-contact .content-left .wrapper-text .desc {
  line-height: 24px;
}

.about-contact .content-left .svg-inline--fa {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}

.about-contact .content-left .street {
  margin: 20px 0;
}

.about-contact .content-right {
  position: relative;
  top: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 300px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.about-contact .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 195px;
}

@media (max-width: 1600px) {
  .about-store .slick-arrow.slick-prev {
    left: -60px;
    border: none;
  }
  .about-store .slick-arrow.slick-next {
    right: -60px;
    border: none;
  }
}

@media (max-width: 1400px) {
  .about-store .slick-slider .slick-arrow {
    display: none !important;
  }
  .about-contact .content-left {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .about-contact .contact-img {
    padding-right: 15px;
  }
  .about-contact .wrapper-street {
    padding-left: 15px;
  }
}

@media (max-width: 1024px) {
  .about-banner button.slick-arrow.slick-prev.slick-disabled {
    left: 15px;
  }
  .about-banner button.slick-arrow .slick-next {
    right: 15px;
  }
  .about-banner .info .title {
    margin: 0 0 15px 0;
  }
  .about-banner .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 15px;
  }
  .about-intro .desc {
    max-width: 720px;
  }
  .about-policies .slick-dots {
    margin-top: 25px;
  }
  .about-policies .desc {
    padding: 30px 10px 10px 10px;
  }
  .about-store {
    margin-bottom: 70px;
  }
  .about-store .store-left .store-content {
    max-width: 340px;
    padding: 0px 20px;
  }
  .about-store .slick-dots {
    margin-top: 30px;
  }
  .about-store .row {
    margin: 0;
  }
  .about-contact .wrapper-street {
    padding: 0 10px;
  }
  .about-contact .contact-street {
    width: 100%;
    margin-top: 0;
    padding-bottom: 70px;
    margin-left: 0;
    max-width: 100%;
    padding-top: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about-contact .contact-street .content-left {
    padding-left: 0px;
  }
  .about-contact .content-right {
    top: -15%;
  }
  .about-contact .col-12.col-xl-6.contact-img {
    padding: 0;
  }
  .about-contact .image-adapt img {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .about-banner .img-box .image-desktop {
    display: none;
  }
  .about-banner .img-box .image-mobile {
    display: block;
  }
  .about-banner .info .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
  }
  .about-banner .info .desc {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 22px;
    padding: 0 54px;
  }
  .about-banner .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    top: 50px;
    gap: 0;
  }
  .about-banner .content-box--absolute {
    width: 100%;
  }
  .about-banner .slick-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-intro .breadcrumb {
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .about-intro h3.page-title.uppercase {
    margin-bottom: 15px;
  }
  .about-policies {
    margin: 20px 0 40px 0;
  }
  .about-policies .slick-dots {
    margin-top: 25px;
  }
  .about-policies .desc {
    max-width: 100%;
  }
  .about-store {
    margin-bottom: 40px !important;
  }
  .about-store .item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-store .store-item.item-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-store .title {
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 30px;
  }
  .about-store .store-left .store-content {
    padding-left: 15px;
    max-width: 100%;
  }
  .about-store .button-1 {
    margin-bottom: 40px;
  }
  .about-store .slick-dots {
    margin-top: 20px;
  }
  .about-store .store-right .video-banner.open_video.fixed_video {
    max-width: 200px;
    max-height: 150px;
    right: 5% !important;
  }
  .about-store .store-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about-contact .contact-street {
    padding-left: 0 10px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px !important;
  }
  .about-contact .content-left {
    padding-left: 0px;
  }
  .about-contact .content-left .wrapper-text {
    border-right: none;
  }
  .about-contact .content-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0 0 0;
    text-align: left;
    width: 100%;
  }
  .about-contact .image-adapt img {
    padding: 0 5px;
  }
  .about-contact .button {
    width: 100%;
  }
}

@media (max-width: 551px) {
  .about-policies .halo-row-item {
    width: 100%;
  }
  .about-policies .policies-content .desc {
    max-width: 80%;
    margin: 0 auto;
  }
  .about-banner .info .desc {
    padding: 0 24px;
  }
}

@media (max-width: 320px) {
  .about-banner .slick-dots {
    top: 30px;
  }
}

@media (min-width: 768px) {
  .about-banner .content-box--absolute {
    max-width: 730px;
  }
}
/*# sourceMappingURL=about-us.css.map */