@font-face {
    font-family: 'SF Pro Display';
    src: url('/font/sf-pro-display-medium.woff2') format('woff2'),
         url('/font/sf-pro-display-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body {
  font-family: 'SF Pro Display', sans-serif;
}

body a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}
body a:hover {
    color: #000;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
body > header,
body > footer {
  flex-shrink: 0;
}
body > main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* * {
    font-family: 'SF Pro', sans-serif;
    font-weight: 400;
} */

.container {
    max-width: 1140px !important;
    overflow: hidden;
}


/* Pagination */

.page-link,
.page-link:hover,
.page-link:focus {
    color: #000;
}
.page-link:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}


/* Header / Footer */

header {
    height: 65px;
}
header .fixed-block {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

header .container,
footer .container {
    overflow: visible;
}

header .menu-content,
footer .menu-content {
    padding: 20px 0;
    align-items: center;
}
header .menu-content {
    border-bottom: 1px solid #F1F1F1;
}
footer .menu-content {
    border-top: 1px solid #F1F1F1;
}

#show-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 54px;
    display: block;
}

.left-menu-list {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.right-menu-list ul {
    display: flex;
    margin: 0;
}
.right-menu-list ul li {
    padding-left: 17px;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400;
}
.right-menu-list ul li a {
    padding-bottom: 4px;
}
.mobile-menu-list li.active a,
.right-menu-list ul li.active a,
.right-menu-list ul li a:hover,
.lang-btn:hover {
    color: #777;
    transition: color 0.3s ease;
    border-bottom: 2px solid #777;
}
.right-menu-list ul li:first-child {
    list-style: none;
    padding: 0;
}
.right-menu-list ul li:last-child,
.mobile-menu-list li:last-child {
    margin: 0;
}

.lang-btn {
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}
.lang-selector {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 43px;
    left: 9px;
    background: #fff;
    border: 1px solid #000;
}
footer .lang-selector {
    top: auto;
    bottom: 43px;
}
.mobile-menu .lang-selector {
    left: -8px;
    top: 40px;
}

/* Title block */

.title-block {
    margin-top: 142px;
}
.title-block .nav-block {
    display: flex;
    gap: 8px;
}
.title-block .nav-block .nav-item,
.right-info-block .nav-block .nav-item {
    padding: 6.5px 18.5px;
    border: 1px solid #000;
    border-radius: 42px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.right-info-block .nav-block .nav-item {
    width: fit-content;
}

.title-text {
    margin-top: 20px;
}
.title-text h1 {
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 8px;
}
.title-text h1 span {
    position: absolute;
    bottom: 16px;
    font-size: 16px;
    width: 34.5%;
    text-transform: none;
    margin-left: 45px;
    letter-spacing: 0;
}

/* Info block */

.info-block {
    margin-top: 80px;
}

.info-content {
    display: flex;
    row-gap: 30px;
}
.left-info-block,
.right-info-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 446px;
    border-radius: 12px;
}

.left-info-block {
    background: linear-gradient(to bottom right, #F3F8FF, #ffffff);
}
.right-info-block {
    background: linear-gradient(to bottom right, #F3F3F3, #ffffff);
}
.left-info-block .left-main-img {
    position: absolute;
    height: 484px;
    bottom: -113px;
    right: -70px;
    transform: rotate(-10deg);
}
.left-info-block .main-info p {
    margin-bottom: 8px;
}
.right-info-block .right-main-img {
    position: absolute;
    bottom: 0px;
    right: 58px;
}
.left-info-block .store-item {
    transform: scale(0.7);
    margin-left: -32px;
}
.left-info-block .store-item img {
    width: 209px;
    height: 64px;
    object-fit: none;
    object-position: -84px -70px;
    border-radius: 60px;
    border: 1px solid;
}

.main-info {
    width: 100%;
    height: 100%;
    padding: 48px;
    position: inherit;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-info h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 14px;
    
}
.main-info p,
.statistics-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    max-width: 312px;
}

.right-info-block .main-info {
    justify-content: space-between;
    gap: 22px;
}
.right-info-block .main-info p {
    max-width: 182px;
}

.statistics-block {
    display: flex;
    flex-direction: column;
}
.statistics-item {
    width: 150px;
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
}
.statistics-item.more-btn {
    width: 120px;
    align-content: center;
    text-align: center;
    background-color: #000;
}
.statistics-item h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

.all-apps-btn,
.comig-soon-btn,
.collaboration-btn,
.send-btn {
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-top: 37px;
    background-color: #000;
    border: 1px solid #000;
    padding: 13.5px 16px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.all-apps-btn {
    border-radius: 30px;
}
.comig-soon-btn,
.collaboration-btn {
    padding: 10.5px 16px;
    background-color: unset;
    border: 1px solid #000;
    margin: 0;
    color: #000 !important;
}
.collaboration-btn {
    padding: 6.5px 23.5px;
    border-radius: 42px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
}
.comig-soon-btn:hover {
    color: #fff !important;
    background-color: #000;
}

.all-apps-btn:hover,
.send-btn:hover,
#accept-btn:hover {
    color: #000 !important;
    background-color: #EBEBEB;
}


/* Feedback */

.feedback-block {
    margin-top: 37px;
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.feedback-block .title {
    font-size: 70px;
    max-width: 880px;
    text-align: center;
    margin: 0;
}
.feedback-block .description-text {
    text-align: center;
    max-width: 750px;
    margin: 0;
}

.form-block .row {
    margin: 0 !important;
}
.form-block .left{
    padding-right: 6px !important;
}
.form-block .right{
    padding-left: 6px !important;
}

.custom-input {
    width: 100%;
    padding: 15.5px 20px;
    border-radius: 10px;
    font-size: 14px;
    background-color: #F4F4F4;
    color: #000;
    border: 0;
    outline: none;
    box-shadow: none;
}
.custom-input:focus,
.custom-input:hover,
.custom-input:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #F4F4F4;
}
.custom-input::placeholder {
    color: #000;
    opacity: 1;
}

.send-btn {
    display: block;
    margin: 0 auto;
    margin-top: 14px;
    border-radius: 30px;
    padding: 15.5px 73.5px;
    width: auto;
}
.send-btn:disabled {
    background-color: #50C878;
    color: #fff !important;
    border: 0;
}

.swal2-confirm,
.swal2-confirm:hover,
.swal2-confirm:active,
.swal2-confirm:focus {
    background-color: #50C878;
    border: 0;
    outline: 0;
}

/* Cookies */

.cookies-block {
    display: block;
    position: fixed;
    width: 400px;
    bottom: 64px;
    right: 20px;
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    transition: all 0.5s ease-out;
}
.cookies-block.hide {
    right: -500px;
}
.cookies-block h6,
.cookies-block p {
    font-size: 16px;
}
.cookies-block .action-block {
    display: flex;
    justify-content: end;
}
.cookies-block .action-block .btn {
    border-radius: 42px;
    font-size: 16px;
    padding: 6px 28px;
}
#accept-btn {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
#settings-btn {
    font-weight: 700;
}

/* Apps page */

.apps-container {
    margin-bottom: 24px;
}

.apps-container .title .title-text {
    margin: 0;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
}
.apps-container .apps-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


/* MOBILE */

@media screen and (min-width: 769px) {
    .mobile-menu {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 40px;
    }
    .title-block {
        margin-top: 32px;
    }
    .title-block .nav-block .nav-item {
        padding: 6px 8px;
    }
    .title-text h1,
    .feedback-block .title {
        font-size: 36px;
        text-align: center;
        letter-spacing: 0;
    }
    .title-text h1 span {
        display: block;
        position: static;
        margin: 0 auto;
        margin-top: 12px;
        width: 80%;
    }

    .info-block {
        margin-top: 40px;
    }
    .info-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .main-info {
        padding: 12px;
    }
    .left-info-block,
    .right-info-block {
        width: 95%;
        height: 240px;
    }
    .left-info-block .left-main-img {
        height: 300px;
    }
    .right-info-block .right-main-img {
        height: 200px;
        right: 6px;
    }
    .right-info-block .main-info {
        gap: 0;
    }

    .statistics-block {
        justify-content: left;
    }
    .statistics-item {
        padding: 8px 16px;
        width: auto;
    }
    .statistics-item h6 {
        font-size: 16px;
    }
    .statistics-item p {
        font-size: 14px;
    }
    .statistics-item.more-btn {
        width: 70px;
    }

    .comig-soon-btn {
        background-color: #fff;
    }

    .form-block .left,
    .form-block .right {
        padding: 0 !important;
    }
    .form-block .right {
        margin-top: 12px;
    }

    .cookies-block {
        width: 100vw;
        right: 50%;
        bottom: 0;
        transform: translate(50%, 0);
        border-radius: 0;
    }
    .cookies-block.hide {
        bottom: -300px;
        right: 50%;
    }
    .cookies-block .action-block {
        flex-direction: column;
        gap: 16px;
    }

    /* Menu */

    .mobile-menu {
        display: block;
        background-color: #fff;
        position: fixed;
        top: -100%;
        width: 100vw;
        height: 100%;
        z-index: 999;
        transition: top 0.3s ease;
    }
    .mobile-menu.show {
        top: 0;
    }
    .mobile-menu .container {
        height: 100%;
    }
    .mobile-menu .mobile-menu-container {
        height: 90vh;
        align-content: center;
    }
    .mobile-menu-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding: 0;
    }
    .mobile-menu-list li {
        font-size: 20px;
        font-weight: 400;
        list-style: none;
    }

    .left-info-block .store-item {
        transform: scale(0.6);
        margin-left: -42px;
    }
}

/* Loader */

@keyframes ldio-x2uulkbinbj {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-x2uulkbinbj div {
  left: 50%;
  top: 0;
  transform: translate(50%, 0);
  position: absolute;
  animation: ldio-x2uulkbinbj linear 1s infinite;
  background: #000000;
  width: 2px;
  height: 6px;
  border-radius: 2px;
  transform-origin: 1px 15px;
}.ldio-x2uulkbinbj div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.875s;
  background: #000000;
  width: 2.5px;
}.ldio-x2uulkbinbj div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.75s;
  background: #000000;
}.ldio-x2uulkbinbj div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.625s;
  background: #000000;
}.ldio-x2uulkbinbj div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.5s;
  background: #000000;
}.ldio-x2uulkbinbj div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.375s;
  background: #000000;
}.ldio-x2uulkbinbj div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.25s;
  background: #000000;
}.ldio-x2uulkbinbj div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.125s;
  background: #000000;
}.ldio-x2uulkbinbj div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
  background: #000000;
}
.loadingio-spinner-spinner-nq4q5u6dq7r {
  position: absolute;
  top: 145px;
  right: 154px;
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  background: #ebebeb;
  z-index: 99999;
}
.ldio-x2uulkbinbj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-x2uulkbinbj div { box-sizing: content-box; }

@media screen and (max-width: 768px) {
    .loadingio-spinner-spinner-nq4q5u6dq7r {
        top: 92px;
        right: 55px;
        width: 15px;
        height: 15px;
    }
    .ldio-x2uulkbinbj div {
        width: 1px;
        height: 3px;
        transform-origin: 0.4px 7px;
    }

    .ldio-x2uulkbinbj div:nth-child(1) {
        height: 3.5px;
        width: 0.5px;
    }
}