body, html {
  margin: 0px;
  padding: 0px; }

body * {
  box-sizing: border-box;
  font-family: 'SFUI' ,sans-serif; }

@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUIText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUIText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUIText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUIText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "SFPro";
  src: url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
.container {
  max-width: 1266px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.features {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #293034; }
  .features .outer__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px; }
    .features .outer__features > .elem {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .features .outer__features > .elem > .media {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px; }
      .features .outer__features > .elem .desc > p {
        margin-top: 0px;
        margin-bottom: 24px;
        font-size: 22px;
        line-height: 28px;
        color: #FFFFFF;
        font-weight: bold; }
      .features .outer__features > .elem .desc > span {
        letter-spacing: -0.41px;
        display: block;
        font-size: 17px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.5); }

footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #363D42; }
  footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .copyright > p {
      margin: 0px;
      font-size: 15px;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.5); }
    footer .copyright > a {
      text-decoration: none;
      font-size: 15px;
      line-height: 20px;
      color: #02A0E3;
      transition: .3s ease all; }
      footer .copyright > a:hover {
        opacity: .7; }
  footer .outer__footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px; }
    footer .outer__footer .right__foot {
      display: flex;
      align-items: flex-start;
      justify-content: flex-end; }
      footer .outer__footer .right__foot > .el {
        margin-right: 60px; }
        footer .outer__footer .right__foot > .el > ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          footer .outer__footer .right__foot > .el > ul > li {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px; }
            footer .outer__footer .right__foot > .el > ul > li:last-child {
              margin-right: 0px; }
            footer .outer__footer .right__foot > .el > ul > li > a {
              min-width: 36px;
              max-width: 36px;
              min-height: 36px;
              max-height: 36px;
              border-radius: 250px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              background-color: rgba(0, 0, 0, 0.2); }
              footer .outer__footer .right__foot > .el > ul > li > a img {
                opacity: .7;
                transition: .3s ease all; }
              footer .outer__footer .right__foot > .el > ul > li > a:hover img {
                opacity: 1; }
        footer .outer__footer .right__foot > .el > a {
          display: inline-flex;
          align-items: center;
          justify-content: flex-start;
          text-decoration: none;
          font-size: 17px;
          line-height: 22px;
          color: rgba(255, 255, 255, 0.5);
          transition: .3s ease all; }
          footer .outer__footer .right__foot > .el > a:hover {
            color: white; }
            footer .outer__footer .right__foot > .el > a:hover span svg path {
              fill-opacity: 1; }
          footer .outer__footer .right__foot > .el > a span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px; }
            footer .outer__footer .right__foot > .el > a span svg path {
              transition: .3s ease all; }
        footer .outer__footer .right__foot > .el:last-child {
          margin-right: 0px; }
        footer .outer__footer .right__foot > .el > p {
          margin-top: 0px;
          margin-bottom: 15px;
          font-size: 17px;
          line-height: 22px;
          letter-spacing: -0.41px;
          color: #FFFFFF; }
    footer .outer__footer .left__foot {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      footer .outer__footer .left__foot > a {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
      footer .outer__footer .left__foot > p {
        margin: 0px;
        color: rgba(255, 255, 255, 0.5); }

.app__download {
  padding-top: 60px;
  padding-bottom: 60px; }
  .app__download .outer__app {
    width: 100%;
    padding: 40px;
    display: flex;
    border-radius: 24px;
    background-color: #F2F2F7;
    align-items: center;
    justify-content: space-between; }
    .app__download .outer__app .desc > h2 {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 22px;
      line-height: 28px;
      color: #000000;
      font-weight: bold; }
    .app__download .outer__app .desc > p {
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 17px;
      line-height: 22px;
      color: #48484A;
      font-weight: 400;
      letter-spacing: -0.41px; }
    .app__download .outer__app .desc .app {
      margin-top: 24px; }
      .app__download .outer__app .desc .app .btns {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .app__download .outer__app .desc .app .btns > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 16px;
          transition: .3s ease all; }
          .app__download .outer__app .desc .app .btns > a:hover {
            opacity: .7; }
          .app__download .outer__app .desc .app .btns > a:last-child {
            margin-right: 0px; }
      .app__download .outer__app .desc .app > h6 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 28px;
        color: #000000; }
    .app__download .outer__app .media {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 48px; }
      .app__download .outer__app .media img {
        max-width: 230px;
        min-width: 230px; }

.main__wrapper {
  padding-top: 85px; }
  .main__wrapper .outer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .main__wrapper .outer__main .gallery__wrapper {
      width: calc(50% - 12px); }
    .main__wrapper .outer__main .main__desc {
      width: calc(50% - 12px); }
      .main__wrapper .outer__main .main__desc .author {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px;
        border-radius: 12px;
        background-color: #F2F2F7; }
        .main__wrapper .outer__main .main__desc .author > .media {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 16px; }
          .main__wrapper .outer__main .main__desc .author > .media img {
            min-width: 48px;
            max-width: 48px;
            min-height: 48px;
            max-height: 48px;
            border-radius: 16px;
            object-fit: cover; }
        .main__wrapper .outer__main .main__desc .author .desc {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .main__wrapper .outer__main .main__desc .author .desc > p {
            margin-top: 0px;
            margin-bottom: 4px;
            font-size: 15px;
            line-height: 20px;
            color: rgba(60, 60, 67, 0.6); }
          .main__wrapper .outer__main .main__desc .author .desc > span {
            font-size: 17px;
            line-height: 22px;
            font-weight: 600;
            color: #48484A; }
      .main__wrapper .outer__main .main__desc .controls {
        margin-top: 24px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px; }
        .main__wrapper .outer__main .main__desc .controls > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .main__wrapper .outer__main .main__desc .controls > a.message {
            min-height: 72px;
            border-radius: 12px;
            border: 1.5px solid #02A0E3;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            color: #02A0E3;
            font-family: "SFPro" ,sans-serif;
            font-weight: 600;
            transition: .3s ease all; }
            .main__wrapper .outer__main .main__desc .controls > a.message span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 10px; }
              .main__wrapper .outer__main .main__desc .controls > a.message span img {
                min-width: 24px;
                max-width: 24px; }
            .main__wrapper .outer__main .main__desc .controls > a.message:hover {
              opacity: .7; }
          .main__wrapper .outer__main .main__desc .controls > a.buy__btn {
            min-height: 72px;
            border-radius: 12px;
            background-color: #0D84B6;
            text-decoration: none;
            transition: .3s ease all; }
            .main__wrapper .outer__main .main__desc .controls > a.buy__btn:hover {
              background-color: #0e6f98; }
            .main__wrapper .outer__main .main__desc .controls > a.buy__btn > p {
              font-family: "SFPro" ,sans-serif;
              font-weight: 600;
              margin-top: 0px;
              margin-bottom: 4px;
              font-size: 20px;
              line-height: 24px;
              color: #FFFFFF;
              letter-spacing: 0.75px;
              font-weight: 600; }
            .main__wrapper .outer__main .main__desc .controls > a.buy__btn > span {
              font-size: 15px;
              line-height: 20px;
              color: #FFFFFF;
              letter-spacing: -0.24px; }
      .main__wrapper .outer__main .main__desc > h1 {
        margin-top: 0px;
        margin-bottom: 24px;
        font-size: 22px;
        line-height: 28px;
        color: #000000;
        font-weight: bold; }
      .main__wrapper .outer__main .main__desc > p {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 22px;
        color: #48484A;
        font-weight: 400; }
      .main__wrapper .outer__main .main__desc > .top__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px; }
        .main__wrapper .outer__main .main__desc > .top__info > p {
          margin: 0px;
          display: inline-flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 13px;
          line-height: 18px;
          color: rgba(60, 60, 67, 0.6); }
          .main__wrapper .outer__main .main__desc > .top__info > p span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 5px; }

#map {
  width: 100%;
  height: 90px;
  border-radius: 12px; }

.small__gallery .slick-slide {
  margin: 0 8px; }
  .small__gallery .slick-slide.slick-current .inn img {
    border-color: rgba(60, 60, 60, 0.6); }
.small__gallery .slick-list {
  margin: 0 -8px; }
.small__gallery .el .inn {
  height: 0px;
  padding-bottom: 100%;
  position: relative; }
  .small__gallery .el .inn img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    object-fit: cover;
    border-radius: 8px; }

.big__gallery {
  margin-bottom: 10px; }
  .big__gallery .slick-prev {
    min-width: 58px;
    max-width: 58px;
    min-height: 58px;
    max-height: 58px;
    /*		border-radius:250px;*/
    clip-path: circle(50%);
    background: url("../img/prevarrow.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 3;
    left: 24px; }
    .big__gallery .slick-prev:before {
      content: none; }
  .big__gallery .slick-next {
    min-width: 58px;
    max-width: 58px;
    min-height: 58px;
    max-height: 58px;
    /*		border-radius:250px;*/
    clip-path: circle(50%);
    background: url("../img/nextarrow.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 3;
    right: 24px; }
    .big__gallery .slick-next:before {
      content: none; }
  .big__gallery .slick-slide {
    margin: 0 8px; }
  .big__gallery .slick-list {
    margin: 0 -8px; }
  .big__gallery .el .inn {
    height: 0px;
    padding-bottom: 80%;
    position: relative; }
    .big__gallery .el .inn img {
      position: absolute;
      border-radius: 12px;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.small__gallery .slick-track {
  margin-left: 0px;
  margin-right: auto; }

.small__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 16px; }
  .small__gallery .el {
    cursor: pointer; }
    .small__gallery .el img {
      transition: .3s ease all; }
  .small__gallery .el.current img {
    border-color: #000; }

@media (max-width: 991px) {
  .main__wrapper .outer__main .main__desc .controls > a.message:hover {
    background-color: #0dabed; }

  .main__wrapper {
    padding-bottom: 100px; }

  .main__wrapper {
    overflow: hidden; }

  .main__wrapper .outer__main .main__desc .controls {
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    grid-column-gap: 0px;
    z-index: 3; }
    .main__wrapper .outer__main .main__desc .controls > .buy__btn {
      width: calc(100% - 83px); }

  .main__wrapper .outer__main .main__desc .controls > a.message span img {
    filter: brightness(0) invert(1); }

  .main__wrapper .outer__main .main__desc .controls > a.message span {
    margin-right: 0px; }

  .main__wrapper .outer__main .main__desc .controls > a.message {
    font-size: 0px;
    min-width: 83px;
    max-width: 83px;
    min-height: 83px;
    max-height: 83px;
    border-radius: 0px;
    background-color: #02A0E3; }

  .main__wrapper .outer__main .main__desc .controls > a.buy__btn {
    border-radius: 0px;
    padding-bottom: 13px;
    min-height: 83px; }

  .main__wrapper .outer__main .main__desc {
    width: 100%;
    padding-top: 12px; }

  .main__wrapper .outer__main .main__desc > h1 {
    margin-bottom: 12px; }

  .main__wrapper .outer__main .main__desc > p {
    display: none; }

  .main__wrapper .outer__main .main__desc > p:nth-child(3) {
    display: block; }

  .main__wrapper .outer__main .main__desc > br {
    display: none; }

  .main__wrapper {
    padding-top: 0px; }

  .main__wrapper .outer__main {
    flex-direction: column; }

  .gallery__wrapper .big__gallery {
    margin-bottom: 0px; }
    .gallery__wrapper .big__gallery .slick-dots {
      bottom: 20px; }
      .gallery__wrapper .big__gallery .slick-dots li {
        width: auto;
        height: auto;
        margin: 0px 4px; }
        .gallery__wrapper .big__gallery .slick-dots li.slick-active button {
          opacity: 1; }
        .gallery__wrapper .big__gallery .slick-dots li button {
          transition: .3s ease all;
          min-width: 7px;
          max-width: 7px;
          min-height: 7px;
          max-height: 7px;
          border-radius: 250px;
          background-color: #000000;
          opacity: .32;
          width: auto;
          height: auto; }
          .gallery__wrapper .big__gallery .slick-dots li button:before {
            content: none; }

  .main__wrapper .outer__main .gallery__wrapper {
    width: calc(100% + 30px);
    margin-left: -15px; }

  .big__gallery .el .inn img {
    border-radius: 0px; }

  .small__gallery {
    display: none; }

  footer, .features, .app__download {
    display: none; } }

/*# sourceMappingURL=style.css.map */

.legal-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.legal-modal-content {
  background-color: white;
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 16px;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.legal-modal-text h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.legal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.legal-close:hover {
  color: #000;
}

.legal-link {
  color: #02A0E3;
  text-decoration: none;
  transition: .3s ease all;
}

.legal-link:hover {
  opacity: .7;
}
