/* Front */
html {
    font-size: 10px;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
    background: rgba(255, 255, 255, 1);
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.table {
    color: #777e8f;
}

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: #0060e7;
}

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

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

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

.section-default {
    padding: 6rem 0;
}

.container {
    width: 100%;
    max-width: 1402px;
    padding: 0 20px;
}

.title {
    color: rgba(34, 34, 34, 1);
    font-size: 13rem;
    font-weight: 800;
    line-height: 14.3rem;
    text-transform: uppercase;
}

.title_blue {
    color: rgba(0, 0, 190, 1);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.title_blue span {
    /*position: relative;*/
    /*right: -5px;*/
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    color: rgba(34, 34, 34, 1);
    margin-top: 2rem;
}

.flexbox {
    flex: 1;
}

.text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: fit-content;
    margin-left: auto;
}

.subtitle {
    color: rgba(34, 34, 34, 1);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.6rem;
}

.text {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

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

.btn {
    padding: 0 2.8rem;
    color: rgba(240, 249, 253, 1);
    white-space: nowrap;
    border: 2px solid rgba(0, 0, 190, 1);
    background: rgba(0, 0, 190, 1);
    border-radius: 4.7rem;
    width: fit-content;
    min-height: 5.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6rem;
    text-transform: uppercase;
}

.btn.btn_reverse {
    color: rgba(0, 0, 190, 1);
    white-space: nowrap;
    border: 2px solid rgba(240, 249, 253, 1);
    background: rgba(240, 249, 253, 1);
}

.btn_main {
    display: inline-flex;
    align-items: center;
    min-height: 6.4rem;
}

.btn::before {
    content: '';
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 5px;
    background: url('../images/main-page/arrow-icon-button.svg') center / contain no-repeat;
}

.btn.btn_reverse::before {
    background: url('../images/main-page/arrow-icon-button-hover.svg') center / contain no-repeat;
}

.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: none;
}

@media (hover: hover) {
    .btn:hover {
        background: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 190, 1);
        border-color: rgba(0, 0, 190, 1);

        &:before {
            background: url('../images/main-page/arrow-icon-button-hover.svg') center / contain no-repeat;
        }
    }

    .btn.btn_reverse:hover {
        background: rgba(0, 0, 190, 1);
        color: rgba(255, 255, 255, 1);
        border-color: rgba(255, 255, 255, 1);

        &:before {
            background: url('../images/main-page/arrow-icon-button.svg') center / contain no-repeat;
        }
    }
}


.btn-wrapper {
    margin-top: 4rem;
}

.sidebar-open .site-header .site-nav .btn {
    margin: 0 auto;
}

/* Back To Top */

.return-to-top {
    position: fixed;
    bottom: -3rem;
    right: 2rem;
    width: 4.2rem;
    height: 4.2rem;
    background: rgba(0, 0, 190, 1);
    line-height: 4.2rem;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.return-to-top > i {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #ffffff, 0px 50px #ffffff;
    -webkit-transition: text-shadow 0.2s ease;
    transition: text-shadow 0.2s ease;
    z-index: 1;
}

.return-to-top > i:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border: solid 2px #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 0;
    border-right: 0;
    top: 1.8rem;
    left: 1.6rem;
    position: absolute;
}

.return-to-top:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
    text-shadow: 0px -50px #ffffff, 0px 0px #ffffff;
}

.return-to-top.back-top {
    bottom: 2rem;
    opacity: 1;
}

@keyframes pixFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-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);
    }
}

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

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

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

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

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

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

@-webkit-keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

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

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

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

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

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

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

.zoomIn {
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
}

/*--------------------------------------------------------------
  ##  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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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: rgba(0, 0, 190, 1);
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 -10px 40px -5px rgba(0, 0, 190, 1);
    box-shadow: 0 -10px 40px -5px rgba(0, 0, 190, 1);
}

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 2.6rem 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.site-header .inverse-logo,
.site-header.header-light .inverse-logo {
    display: none !important;
}

.site-header.pix-header-fixed.header-light .sticky-logo {
    display: inline-block !important;
}

.site-logo {
    max-width: 215px;
}

.site-header .header-inner {
    position: relative;
}

.site-header .header-inner .site-logo a {
    display: block;
}

.site-header .header-inner .site-logo a .sticky-logo {
    display: none;
}

.site-header .header-inner .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header-install-btn{
  visibility: visible !important;
  animation-name: fadeInUp !important;
}

.site-header .header-inner .site-nav .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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-mobile-logo {
    display: none;
}

.site-header .site-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: rgba(244, 244, 244, 1);
    border-radius: 5rem;
    align-items: center;
}

.site-header .site-main-menu li {
    position: relative;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .site-main-menu li:last-child {
    margin-right: 0;
    padding: 0;
}

.site-header .site-main-menu li > a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
    border-radius: 5rem;
    padding: 1.6rem 2.4rem;
    margin: 0;
    display: inline-block;
    color: rgba(34, 34, 34, 1);
    -webkit-transition: 0.2s ease;
    transition: 0.3s ease;
}

@media (hover: hover) {
    .site-header .site-main-menu li > a:hover {
        background: rgba(230, 230, 249, 1);
        text-decoration: none;
    }
}

.site-header .site-main-menu li > a.active {
    background: rgba(230, 230, 249, 1);
    color: rgba(34, 34, 34, 1);
    font-weight: 700; /* Дополнительный стиль для выделения */
}


.site-header .toggle-menu .bar {
    background: rgba(0, 0, 190, 1);
}

.site-header .header-inner .site-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-sticky {
    display: none;
}

.pix-header-fixed {
    padding: 1.2rem 0;
    z-index: 1000;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.pix-header-fixed .header-inner .site-logo .logo-sticky {
    display: block;
}

.pix-header-fixed .header-inner .site-logo .logo-main {
    display: none;
}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #333333;
}

.pix-header-fixed .site-logo .main-logo {
    display: none;
}

.pix-header-fixed .site-logo .sticky-logo {
    display: block;
}

.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 {
    padding-top: 16rem;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;

}

#main_content {
    background: url("../images/main-page/bg.jpg") center top / cover no-repeat;
}


.section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fullscreen .section-wrapper {
    flex-direction: column;
}

.content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}


.fullscreen .title {
    margin-bottom: 3rem;
}

.fullscreen .text {
    max-width: 45.3rem;
    margin-bottom: 5rem;
}


/*--------------------------------------------------------------
  ##  About
  --------------------------------------------------------------*/

.about-section {
    padding-top: 16rem;
    margin-top: -8rem;
}


.about-section-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
}

.about-section-card-wrapper {
    display: flex;
    flex-direction: row;
    gap: 2.2rem;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-section .title {
    margin-bottom: 5rem;
}

.about-section .subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    text-align: left;
    color: rgba(30, 38, 56, 1);
    margin-bottom: 0.8rem;
}

.about-card {
    position: relative;
    width: 452px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 3rem;
    background: url("../images/main-page/hiw-card-middle.svg") center / contain no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-card .subtitle {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    text-align: left;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.about-section .about-card .text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.about-card span {
    font-size: 7rem;
    font-weight: 500;
    line-height: 7.7rem;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.about-card.middle span {
    color: rgba(34, 34, 34, 1);
}

.about-card.middle {
    background: url("../images/main-page/hiw-card-without-bg.svg") center / contain no-repeat;
    transform: translateY(25%);
}

.about-card.middle .text,
.about-card.middle .subtitle {
    color: rgba(34, 34, 34, 1);
}


.about-section .text {
    max-width: 690px;
    margin-bottom: 20rem;
}

.about-section {
    margin-bottom: 34.6rem;
}

/*--------------------------------------------------------------
    ##  how it works
    --------------------------------------------------------------*/


.text-container {
    position: relative;
}

.text-container::before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: rgba(252, 198, 118, 0.5);
    z-index: -1;
    filter: blur(150px);
}


.text-container.reverse::before {
    background: rgba(65, 137, 244, 0.5)
}


.hiw-section {
    padding-top: 10rem;
    margin-top: -10rem;
    margin-bottom: 12rem;
}

.hiw-section .title {
    margin-bottom: 5.4rem;
    justify-content: flex-start;
}

.hiw-section .section-wrapper {
    gap: 4.8rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
    position: relative;
    padding: 0 11.7rem 6.4rem;
}


.hiw-section .subtitle {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    text-align: left;
    margin-bottom: 3rem;
    text-transform: uppercase;
}


.hiw-section .text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
    max-width: 37.4rem;
}

.hiw-section .text.fullwidth-text {
    max-width: 44.7rem;
}

.hiw-card {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.2rem;
    align-items: center;
}


.hiw-card-wrapper {
    flex-direction: column;
    gap: 3.2rem;
    display: flex;
    align-items: center;
}

.hiw-card.with-arrow::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: 70%;
    width: 13.8rem;
    height: 16rem;
    background: url("../images/main-page/arrow-down-icon.svg") center / contain no-repeat;
    transform: translateY(-50%);

}


/*======================================================
================inner pages============================
========================================================*/
.inner-page {
    min-height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5rem 0;
}

.contact-section {
    padding: 10rem 0 20rem;
}

.contact-section .title {
    margin-bottom: 11.5rem;
    text-align: left;
}

.contact-section .section-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.contact-card {
    max-width: 69rem;
    padding: 4.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url("../images/contact-page/contact-card.svg") center / contain no-repeat;
    position: relative;
    flex: 1 1 auto;
    min-height: 27.1rem;
}

.contact-card.transparent-card {
    background: url("../images/contact-page/contact-card-transparent.svg") center / contain no-repeat;
    transform: translateY(25%);
}

.contact-card__subtitle {
    margin-bottom: 3.7rem;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 00;
    line-height: 2.6rem;
    text-align: left;
}

.transparent-card .contact-card__subtitle {
    color: rgba(34, 34, 34, 1);
}

.transparent-card .contact-card__text {
    color: rgba(34, 34, 34, 1);
}

.contact-card__text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: left;
    max-width: 533px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 3rem;
}


.uninstall-section {
    padding: 16rem 0 12rem;
}

.uninstall-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    justify-content: space-between;
    align-items: center;
}

.uninstall-section .section-wrapper {
    gap: 3.2rem;
}

.section-wrapper .card-transform {
    transform: translateY(25%);
}

.uninstall-section .text {
    max-width: 81.2rem;
    margin-top: 2.8rem;
    margin-left: auto;
    margin-bottom: 5.3rem;
    text-align: left;
}

.uninstall-section .subtitle {
    margin-bottom: 5rem;
}


/*.uninstall-section .title {*/
/*    margin-bottom: 3.2rem;*/
/*}*/

.removed-section {
    padding: 12rem 0 7.6rem;
}

.remove-page-content .title {
    margin-bottom: 3.6rem;
}

.remove-page-content .text {
    margin-bottom: 4.5rem;
}

.section-404 {
    padding: 12rem 0 7rem;
}

.section-404 .section-wrapper {
    flex-direction: column;
}

.page-content-404 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3.2rem;
}

.section-404 .title {
    margin-bottom: 1.6rem;
}


.section-404 .text {
    max-width: 58.1rem;
}

.thanks-section {
    padding: 12rem 0 7rem;
}

.thanks-section .section-wrapper {
    flex-direction: column;
}

.thanks-section .title  {
    margin-bottom: 3rem;
}

.thanks-section .text {
    max-width: 57.2rem;
}



.section-404 .section-wrapper,
.thanks-section .section-wrapper,
.removed-section .section-wrapper {
    gap: 3.2rem;
}

.thanks-block {
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

.thanks-content {
    padding: 10rem 7.6rem;
}

.thanks-content .title {
    font-size: 3.5rem;
    color: #334254;
}

.thanks-content .text {
    margin-bottom: 3.9rem;
    font-size: 1.6rem;
    line-height: 174%;
    color: #687e97;
    text-align: left;
}

.thanks-content .btn {
    min-width: 130px;
    line-height: 4rem;
}

.thanks-image {
    padding: 5rem 0 5rem 3.3rem;
    background-color: #e9eff8;
}

/*=================page terms===============================*/
.terms-section {
    padding: 17rem 0 6rem;
}

.terms-section .title {
    margin-bottom: 5.2rem;
}

.terms-section .container.terms-privacy-title {
    max-width: unset;
}

.terms-section .container {
    max-width: 92.6rem;
}

.terms-privacy p,
.terms-privacy table,
.terms-privacy ul,
.terms-privacy ol {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-align: left;
    color: rgba(34, 34, 34, 1);
}

th {
    font-weight: 700;
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

.footer {
    background: transparent;
    padding-bottom: 2rem;
}

.footer .container {
    background-image: url("../images/main-page/footer-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    max-width: 1402px;
    height: auto;
    aspect-ratio: 1402/264;
}

.footer-content {
    padding: 4.8rem 0 0;
}

.footer-content .row {
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 6.6rem;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    gap: 5rem;
}

.footer-link {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
    color: rgba(34, 34, 34, 1);
}

.footer-link:hover {
    text-decoration: none;
    color: rgba(0, 0, 190, 1);
}

.footer-logo {
    display: block;
    max-width: 26rem;
}


.footer-copyright-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3.2rem 0 4.8rem;
}

.footer-copyright p {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2rem;
    text-align: center;
    color: rgba(34, 34, 34, 1);
    padding: 3rem;
    margin: 0;
}