/* ------- Global styles start ------- */

html,
body {
    overflow-x: hidden;
}

body {
    background: #050715;
    font-family: 'Rubik', sans-serif;
    color: #C3CFF6;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: #181D2F;
    outline: 1px solid #181D2F;
    width: 5px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Rubik', sans-serif;
    color: #C3CFF6;
}

h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 59px;
}

h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
}

h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

a {
    text-decoration: underline;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

a:hover {}

.button,
button {
    display: inline-block;
    outline: none;
    background: #3662CF;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    transition: all .3s;
    color: #fff;
    padding: 10px 33px;
}

.button:hover,
button:hover {
    background: #37A8D1;
    text-decoration: none;
    cursor: pointer;
}

.container {
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hd-content-box {
    box-shadow: 0 2px 8px 0 rgba(16, 7, 104, .1), 0 1px 2px 0 rgba(83, 51, 237, .06);
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px;
}

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

.page-header {
    margin-bottom: 60px;
}

/* ------- Global styles end ------- */

/* ------- Header Menu styles start ------- */

.site-header {
    position: relative;
}

.header-logo {
    max-width: 100%;
    height: auto;
}

.social-networks {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 5px;
}

.social-networks li {
    padding: 0 10px;
}

.woocommerce-header-links a {
    margin: 0 5px;
}

/* ---------------- For sticky header: class="float-panel"  ------------------*/

.float-panel {
    width: 100%;
    background: transparent;
    padding: 10px 0 15px;
    z-index: 300;
    transform: translateZ(0);
    transition: all 0.5s;
    /* Effect for switching from .fixed to static */
}

/* when class="float-panel fixed" */

.fixed {
    background: #091122;
    animation: slide-down 0.7s;
    /*     opacity:0.9;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
    padding:4px 0; */
}

.fixed .fa-gg {
    transform: rotate(360deg);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

/* ---------------- For Animation on Scroll ---------------- */

.slideanim {
    visibility: hidden;
    visibility: visible\9;
    /*For old IE browsers IE6-8 */
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}

.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ------- Header & Menu styles end ------- */

/* ------- Home Page styles start ------- */

#home-banner {
    background: url(../images/bg/banner-bg.png);
    background-repeat: no-repeat;
    background-position-y: 43%;
    padding: 80px 0 80px;
    position: relative;
}

.home-banner--title {
    margin-bottom: 30px;
}

.home-banner--descr {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 50px;
}

.home-banner--info .get-apps {
    margin-bottom: 43px;
}

.get-started {
    padding-left: 70px;
}

.get-started--subtitle {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: -4px;
}

.get-started--subtitle span {
    font-weight: 700;
}

.get-started--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.get-started--title .scroll-link {
    margin-left: 10px;
}

.double-button {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 230px;
    margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .double-button {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        max-width: 250px;
    }
    .double-button .get-app,
    .double-button .get-apk {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .double-button {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        max-width: none;
    }
    .double-button .get-app,
    .double-button .get-apk {
        margin-bottom: 0;
    }
}

.double-button .get-app {
    flex: 1;
    text-align: center;
}

.double-button .get-apk {
    width: 32px;
    height: 32px;
    /* 	padding-left: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.double-button .get-apk img {
    width: 100%;
    /* Картинка заполняет 40px квадрат */
    height: auto;
}

.home-banner--image {
    background: url(../images/bg/secure-blocks-bg.png);
    background-repeat: no-repeat;
    background-position-x: 65%;
}

.home-banner--image img {
    max-width: 75%;
    width: 100%;
    height: auto;
}

#mobile-app {
    background: url(../images/bg/slider-bg.png);
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: 80%;
    padding: 50px 0 0;
}

.mobile-app--title,
.secure-system--title {
    margin-bottom: 30px;
}

.mobile-app--descr {
    margin-bottom: 60px;
}

#secure-system {
    padding: 50px 0 100px;
    background: url(../images/bg/secure-bg.png);
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: 90%;
}

.secure-info--blocks {
    background: url(../images/bg/secure-blocks-bg.png);
    background-repeat: no-repeat;
}

.secure-block {
    padding: 100px 0;
    display: flex;
}

.secure-block--descr {
    max-width: 840px;
    width: 100%;
}

.secure-block img {
    margin-right: 25px;
}

#you-can {
    padding: 50px 0 25px;
    background: url(../images/bg/mouse.png);
    background-repeat: no-repeat;
    background-position-y: 95%;
    background-size: 300px;
    background-position-x: 2%;
}

.you-can--labels {
    max-width: 700px;
    margin: 70px auto 0;
}

.you-can--label {
    margin-bottom: 50px;
}

.you-can--label img {
    margin-bottom: 30px;
    max-width: 44px;
    width: 100%;
    height: 44px;
}

.label-title {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #C3CFF6;
}

.you-can--boxes {
    padding: 70px 0 33px;
}

.you-can--box {
    background: #181D31;
    border-radius: 17px;
    padding: 21px;
    margin-bottom: 37px;
    min-height: 96px;
    display: flex;
    align-items: center;
}

#services {
    padding: 25px 0;
    background: url(../images/bg/services-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 100%;
}

.services-title {
    margin-bottom: 30px;
}

.services-wrapper {
    padding: 64px 0;
}

.service-item {
    position: relative;
    padding: 17px 21px;
    border: 1px solid #2B334E;
    border-radius: 17px;
    display: flex;
    align-items: center;
    max-width: 375px;
    width: 100%;
    margin: 0 auto 52px;
}

.service-item--icon {
    margin-right: 16px;
}

.service-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
}

.service-descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.arrow-right {
    position: absolute;
    right: 7px;
    bottom: 7px;
}

#get-wallet {
    background: url('../images/bg/support-shadow-bg.png');
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: -90%;
    padding: 50px 0;
    position: relative;
}

.get-wallet-title {
    text-align: center;
    margin-bottom: 40px;
}

.get-wallet--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}

.get-wallet--wrapper .get-apps {
    margin-bottom: 51px;
    margin-left: 43px;
}

.support-title {
    margin-bottom: 70px;
}

.support-descr {
    margin-bottom: 50px;
}

.contact-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-btn {
    background: #3662CF;
    border-radius: 50px;
    font-size: 17px;
    line-height: 20px;
    color: #C3CFF6;
    padding: 12px 22px;
    margin-right: 27px;
    min-width: 200px;
}

.contact-btn img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.support-picture {
    background: url('../images/bg/shadow-bg.png');
    background-repeat: no-repeat;
    text-align: center;
    background-position-x: 45%;
    background-position-y: 40%;
}

/* ------- Home Page styles end ------- */

/* ------- Archive, Blog, Search styles start ------- */

.blog-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ------- Archive Blog styles end ------- */

/* ------- Single Page styles start ------- */

.site-page {
    padding: 45px 0 116px 0;
}

.site-page p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EAEAEA;
    margin: 0 0 29px 0;
}

.site-page ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EAEAEA;
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 29px 0;
}

.site-page h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #EAEAEA;
    margin: 0 0 14px 0;
}

.page-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    color: #C3CFF6;
    margin-bottom: 28px;
}

/* ------- Single Page styles end ------- */

/* ------- Footer styles start ------- */

.site-footer {
    border-top: 1px solid #2B334E;
    padding: 17px 0 28px;
    position: relative;
}

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

.footer-section--title {
    margin-bottom: 15px;
}

.company-info--list,
.support {
    padding: 0;
    list-style: none;
}

.company-info--list {
    margin-bottom: 12px;
}

.company-info--list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #9DA0A8;
    margin-bottom: 6px;
    display: flex;
}

.info-item--name {
    margin-right: 5px;
}

.support {
    display: flex;
    flex-wrap: wrap;
}

.support li {
    margin-bottom: 7px;
    margin-right: 11px;
    display: flex;
    flex-wrap: wrap;
}

.support li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    color: #3662CF;
}

.footer-download--apps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-download--app {
    background: #181D31;
    border: 1px solid #2B334E;
    border-radius: 50px;
    padding: 11px;
    max-width: 150px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}

.footer-diamond {
    position: absolute;
    max-width: 238px;
    width: 100%;
    height: auto;
    bottom: 0%;
    left: 2%;
    z-index: -1;
}

/* ------- Footer styles end ------- */