/* Front */

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #2F4243;
    background: url("../images/main-page/home-main-bg.svg") no-repeat center top,
    url("../images/main-page/home-bg-bottom.svg") no-repeat left bottom,
    linear-gradient(0deg, #25A0A8 0%, #25A0A8 100%);
    background-size: cover, auto, auto;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
}

#main_content {
    padding: 36px 0;
}

.home-page,
.thanks-page {
    background: url("../images/main-page/home-bg-1.svg") no-repeat 90% top,
    url("../images/main-page/home-main-bg.svg") no-repeat left top,
    url("../images/main-page/home-bg-bottom.svg") no-repeat left bottom, linear-gradient(0deg, #25A0A8 0%, #25A0A8 100%);
    background-size: auto, cover, auto, auto;
}

.terms-page {
    background: url("../images/terms-page/terms-bg-top.svg") no-repeat top left, url("../images/terms-page/terms-bg-bottom.svg") no-repeat bottom right, linear-gradient(0deg, #25A0A8 0%, #25A0A8 100%);
    background-size: cover, cover, auto;
}

.removed-page-page {
    background: url("../images/removed-page/removed-bg.svg") no-repeat top left,
    linear-gradient(0deg, #25A0A8 0%, #25A0A8 100%);
    background-size: cover, auto;
}

.table {
    color: #2F4243;
}

svg {
    display: block;
}

a,
button,
input,
textarea,
button,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button {
    cursor: pointer;
    outline: 0;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px 12px;
    outline: 0;
}

a {
    text-decoration: none;
    color: #2F4243;
}

p {
    margin: 0;
}

@media (hover: hover) {
    a:hover {
        text-decoration: underline;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-default {
    position: relative;
    padding: 5rem 0;
}

.container {
    margin: 0 auto;
    width: 1440px;
    max-width: 100%;
    padding: 0 16px;
}

.title {
    font-weight: 800;
    font-size: 3.4rem;
    line-height: 1.2;
    text-wrap: balance;
    margin: 0;
    color: #fff;
}

.title-big {
    font-size: 5.4rem;
}

.mb-1 {
    margin-bottom: 24px;
}

.mb-2 {
    margin-bottom: 40px;
}

.mb-3 {
    margin-bottom: 48px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #09282A;
    line-height: 1.3;
    white-space: nowrap;
    padding: 8px 8px 8px 24px;
    border-radius: 56px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.57);
    transition: all 0.3s;
    cursor: pointer;
}

.btn:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("../images/main-page/btn-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s;
}

.btn-secondary {
    color: #fff;
    background: linear-gradient(0deg, #25A0A8 0%, #25A0A8 100%), #25A0A8;;
}

.btn-wide {
    min-width: 220px;
}

.btn:focus {
    box-shadow: none;
}

.btn:active {
    box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (hover: hover) {
    .btn:hover {
        text-decoration: none;
    }

    .btn:hover:after {
        background-color: rgba(255, 255, 255, 0.60);;
    }
}

/* Back To Top */

.return-to-top {
    display: inline-block;
    padding: 10px;
    border-radius: 60px;
    background: #EFF8FE;
    cursor: pointer;
}

.return-to-top:hover {
    transform: scale(1.07);
}

@-webkit-keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.pixFadeUp {
    -webkit-animation-name: pixFadeUp;
    animation-name: pixFadeUp;
}

.pixFadeDown {
    -webkit-animation-name: pixFadeDown;
    animation-name: pixFadeDown;
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-loader svg {
    display: none;
}

.blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #25A0A8;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform-origin: left top;
    transform: scale(0.9) translate(-50%, -50%);
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    box-shadow: 0 -10px 40px -5px #25A0A8;
}

.blob {
    position: absolute;
    background: #25A0A8;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: blobs ease-out 3.4s infinite;
    transform: scale(0.9) translate(-50%, -50%);
    transform-origin: center top;
    opacity: 0;
}

.blob:nth-child(1) {
    animation-delay: 0.2s;
}

.blob:nth-child(2) {
    animation-delay: 0.4s;
}

.blob:nth-child(3) {
    animation-delay: 0.6s;
}

.blob:nth-child(4) {
    animation-delay: 0.8s;
}

.blob:nth-child(5) {
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@-webkit-keyframes blob-grow {
    0%,
    39% {
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        transform: scale(0) translate(-50%, -50%);
    }
}

@keyframes blob-grow {
    0%,
    39% {
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        transform: scale(0) translate(-50%, -50%);
    }
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
    margin: 0 auto 36px;
}
.site-logo {
    max-width: 294px;

    img {
        display: block;
    }
}

.site-header .header-inner {
    padding: 14px 30px;
    border-radius: 20px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) -97.47%, #FFF 54.13%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .header-inner .site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-header .site-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.site-header .site-main-menu li {
    position: relative;
    padding: 1rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .site-main-menu li > a {
    margin: 0 15px;
    display: inline-block;
    padding: 0;
    color: #09282A;
    font-size: 1.6rem;
    font-weight: 400;
    transition: 0.3s ease;

    &:focus {
        color: #25A0A8;
    }
}

.toggle-menu {
    display: none;
}

@media (hover: hover) {
    .site-header .site-main-menu li > a:hover {
        color: #25A0A8;
        text-decoration: none;
    }
}

.site-header .toggle-menu .bar {
    background: #25A0A8;
}

.site-header .header-inner .site-nav {
    justify-content: space-between;
}

.mask-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    top: 0;
    left: 0;
}

.close-menu {
    display: none;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
  ##  Fullscreen
  --------------------------------------------------------------*/
.fullscreen {
    position: relative;
    padding: 2vw 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../images/main-page/home-bg-2.svg") no-repeat left top;
}

.fullscreen-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    color: #fff;
    font-size: 2.4rem;
}

.fullscreen-content .btn {
    min-width: 22rem;
}
/*--------------------------------------------------------------
  ##  About
  --------------------------------------------------------------*/
.bg-left {
    background: url("../images/main-page/home-bg-left.svg") no-repeat left center;
}

.bg-right {
    background: url("../images/main-page/home-bg-right.svg") no-repeat right center;
}

.block-grid {
    display: flex;
    gap: 32px;
}

.block {
    padding: 32px;
    flex: 1;
    border-radius: 30px;
    background: #EEF6F6;
}

.block-title {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 8px;
}

.block-title.-small {
    font-size: 2rem;
    margin-bottom: 10px;
}

.block-image {
    display: flex;
    flex-direction: column;
    gap: 32px;
    aspect-ratio: 414 / 220;
    margin-bottom: 32px;
}

.block-count {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: linear-gradient(155deg, rgba(199, 230, 233, 0.72) 7.39%, rgba(199, 230, 233, 0.00) 139.57%);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.09);
    display: grid;
    place-items: center;
    color: #000;
    font-size: 2.8rem;
    font-weight: 600;;
}

.block .btn {
    width: 100%;
}

.feature {
    padding: 0;
    text-align: left;
    background: none;
}

.card {
    position: relative;
    border-radius: 2.4rem;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.card + .card {
    margin-top: 0.8rem;
}

.card-header {
    border: 0;
    border-radius: 0;
    background: none;
    padding: 0;
}

.card-btn {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    position: relative;
    padding: 2.4rem;
    padding-right: 4.8rem;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    color: #BEEEFD;
    background: none;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.card-btn:before,
.card-btn:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #BEEEFD;
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translateY(-50%);
}

.card-btn:after {
    transform: translateY(-50%) rotate(90deg);
}

.card.active .card-btn {
    padding-bottom: 1.6rem;
}

.card.active .card-btn:after {
    display: none;
}

.card-btn span {
    flex: 1 1 auto;
}

.card-btn svg {
    flex-shrink: 0;
}

svg {
    transition: 0.3s;
}

.card-btn:focus {
    outline: none;
}

.card-body {
    padding: 0 2.4rem 2.4rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 150%;
}

.card-body p {
    margin: 0;
}

.collapse {
    max-height: 500px;
    transition: max-height 0.4s;
}

.collapse:not(.show) {
    max-height: 0;
}


/*======================================================
================inner pages============================
========================================================*/
.inner-page {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 28rem);
    padding-top: 3vw;
    padding-bottom: 5vw;
    color: #fff;
}

.contact-cards {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.contact-cards .block {
    max-width: 500px;
    color: #09282A;
}

    /*=================page terms===============================*/
.terms-section {
    padding: 2rem 0;
}
.terms-privacy,
.terms-privacy p,
.terms-privacy table,
.terms-privacy ul,
.terms-privacy ol {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 150%;
    color: #fff;
}

th {
    font-weight: 700;
}

.terms-privacy .container {
    max-width: 99rem;
}

@media screen and (min-width: 992px) {
    .container-md {
        max-width: 90rem;
    }
}

@media screen and (min-width: 576px) {
    .container-sm {
        max-width: 50rem;
    }
}

.section-404 .text {
    font-size: 1.8rem;
    color: #fff;
}

.thanks-page #main_content {
    background: url("../images/thanks-page/thanks-bg-1.svg") no-repeat top left, url("../images/thanks-page/thanks-bg.svg") no-repeat bottom right;
    background-size: auto, cover;
}

.uninstall-page {
    background: linear-gradient(0deg, #25A0A8 0%, #25A0A8 100%);
}

.uninstall-page #main_content {
    background: url("../images/uninstall/uninstall-bg.svg") no-repeat bottom left;
    background-size: cover;
}

.thanks-page p {
    font-size: 2rem;
    color: #fff;
}

.thanks-bg-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.uninstall-bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.uninstall-content {
    border-radius: 16px;
    background: #EEF6F6;
    box-shadow: -9px 18px 38px 0 #335E78;
    padding: 32px 40px;
    max-width: 743px;
    margin: 0 auto;
    color: #09282A;
}

.uninstall-content svg {
    display: inline;
    vertical-align: middle;
}

.uninstall-content-title {
    font-size: 2rem;
    font-weight: 600;
}

.uninstall-list {
    margin: 24px 0;
    padding-left: 24px;

    li {
        margin-bottom: 12px;
    }
}

.uninstall-image {
    position: absolute;
    margin-left: 8px;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/
footer {
    margin-top: 48px;
}

.footer-content {
    padding: 16px 0;
    border-radius: 20px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) -97.47%, #FFF 54.13%);
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.footer-link {
    color: #09282A;
    display: block;
    line-height: 1.4;
    font-size: 1.6rem;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-logo {
    display: block;
    max-width: 25rem;
    margin: 0 auto 24px;
}

.footer-copyright {
    margin-top: 40px;
    text-align: center;
}

.footer-copyright p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #09282A;
    margin: 0;
}


/*--------------------------------------------------------------
  ##  MODAL WINDOW
  --------------------------------------------------------------*/

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    position: relative;
    margin: auto;
    padding: 2rem;
    width: 80%;
    max-width: 60rem;
    background-color: transparent;
    animation: modalopen 0.4s;
}

@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 0.5rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: flex-end;
}

.modal-header .close {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    cursor: pointer;

    &:hover {
        opacity: 1;
    }
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}
