﻿:root{

    --color-gray-light: #ABBAD6;
    --color-gray: #7D8696; 
    --color-blue: #2066ED;
    --color-black: #262838;

    --font-inter: "Inter", sans-serif;
    --font-jura: "Jura", sans-serif;
    --bg-blue-gradient: linear-gradient( 330deg, 
        #2066ED 30%, 
        #5891FF 90%
    );
    --bg-gray-light: #FAFAFA;

}

html{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    scroll-padding-top: 5rem;
}
/* anchors padding */
section#mission{ scroll-margin-top: -3rem; }
section#numbers{ scroll-margin-top: 0; }
section#partners{ scroll-margin-top: -23rem; }
section#team{ scroll-margin-top: 5rem; }

/* jupiter */
.ccm-page-id-238 section { scroll-margin-top: -3rem; }
.ccm-page-id-238 section#about{ scroll-margin-top: -15rem; }
.ccm-page-id-238 section#partners{ scroll-margin-top: -12rem; }
.ccm-page-id-238 section#faq{ scroll-margin-top: 5rem; }

/* top-crypto */
.ccm-page-id-240 section{ scroll-margin-top: -2rem; }
.ccm-page-id-240 section#portfel{ scroll-margin-top: 4rem; }
.ccm-page-id-240 section#compare{ scroll-margin-top: -4rem; }
.ccm-page-id-240 section#partners{ scroll-margin-top: -10rem; }
.ccm-page-id-240 section#faq{ scroll-margin-top: 5rem; }


a{
    text-decoration: none;
    color: inherit;
}

h1, .section-title{
    font-family: var(--font-jura);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}
h3, .h3{
    font-family: var(--font-jura);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-black);
}
h4, .h4{
    font-family: var(--font-jura);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-black);
}

.section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 1.4rem;
    line-height: 1.2em;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-1{
    font-size: 1rem !important;
}

.d-mobile{
    display: none;
}

/* fancybox override */
.fancybox__carousel {
    padding-top: 5%;
}
/* color */
.color-blue{
    color: var(--color-blue);
}
.color-gray{
    color: var(--color-gray);
}

/* mobile-menu */
.mobile-menu{
    position: fixed;      
    width: 100%;
    max-width: 272px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 1.6rem 0 0 1.6rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);

    transform: translateX(100%);
    z-index: 1100;
    transition: all .4s ease;
}
.mobile-menu.open{
    transform: translateX(0);

}
.mobile-menu .btn-mobile-menu-close{
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
}
.mobile-test-link{
    display: flex;
    gap: 0.6rem;
    font-size: 1rem;
    line-height: 1.2rem;

    position: absolute;
    bottom: 1rem;
    left: 1.6rem;
}
.mobile-menu .mobile-menu-logo{
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.mobile-menu .mobile-menu-logo img{
    height: 30px;
    width: auto;
}
.mobile-menu .mobile-menu-tree{
    margin-top: 70px;
    margin-left: 0.6rem;
}
.mobile-menu .mobile-menu-tree .menu{
    display: flex;
    flex-direction: column;
}
.mobile-menu .mobile-menu-tree .menu > li > a{
    font-size: 1.2rem;
    padding: 0.3em 0.6em;
    width: fit-content;
}
.mobile-menu .mobile-menu-tree .menu .submenu{
    position: static;
    display: block;
    padding: 0.4rem 0.8rem 0.4rem 2rem;
    background: none;
    border: none;
}
.mobile-test-link .telegram-logo{
    width: 40px;
    height: 40px;
}
.side-menu-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 10, 20, 0.3);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 1099;
    display: none;
}
.side-menu-backdrop.show{
    opacity: 1;
    display: block;
}

/* button */
.wr-button{
    width: 318px;
    height: 100px;
    background: url(../img/wr-button-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all .4s ease;

}
.wr-button .title{
    display: block;
    font-family: var(--font-jura);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px; /* 20 */
    width: min-content;
    margin-right: auto;

}
.wr-button .note{
    display: block;
    flex: none;
    width: 90px;
    height: 48px;
    border: 1px #ffffff66 dashed;
    border-radius: 10px;
    font-size: 10px;
    line-height: 1.2em;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.wr-button .fingerprint{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/finger-print.svg);
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all .4s ease;
}
.wr-button:hover{
    transform: translateY(-0.2rem);
}
.wr-button:hover .fingerprint{
    display: block;
    width: 32px;
    height: 32px;
}

/* table */
.wr-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    --border-radius: 1rem;
    --border: 1px var(--color-gray-light) dashed;
}
.wr-table td{ /* border top + left */
    padding: 0.3rem 1.2rem;
    font-size: 1.25rem;
    font-family: var(--font-jura);
    font-weight: 700;
    border-top: var(--border);
    border-left: var(--border);
}
.wr-table tr:last-child td { /* border bottom */
    border-bottom: var(--border);
}
.wr-table tr td:last-child { /* border right */
    border-right: var(--border);
}
.wr-table tr:first-child td{  /* head */
    font-size: 1rem;
    color: var(--color-gray-light);
}
.wr-table tr:first-child td:first-child { /* radius */
    border-top-left-radius: var(--border-radius);
}
.wr-table tr:first-child td:last-child {
    border-top-right-radius: var(--border-radius);
}
.wr-table tr:last-child td:first-child {
    border-bottom-left-radius: var(--border-radius);
}
.wr-table tr:last-child td:last-child {
    border-bottom-right-radius: var(--border-radius);
}

/* slider */
.btn-slider-prev,
.btn-slider-next{
    display: block;
    width: 53px;
    height: 53px;
    background-image: url('../img/btn-prev.svg');
    background-size: 100% 100%;
    margin-left: 0.5rem;
}
.btn-slider-next{
    background-image: url('../img/btn-next.svg');
}


/* background */
.bg-blue-gradient{
    background: var(--bg-blue-gradient);
}

.main{
    background-image: url(../img/page-bg.webp);
    background-repeat: repeat-y;
    background-size: 100% auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


/* modal */
.modal-backdrop{
    background-color: #000;
    transition: all .4s ease;
}
.modal-backdrop.show{
    opacity: .6;
}

.logo{
    height: 60px;
    width: auto;
}
.telegram-logo{
    width: 53px;
    height: 53px;
}


/* header */
header{
    padding: 3rem 0 2rem;
    position: sticky;
    top: 0;
    z-index: 1050;
    transition: all .4s ease;
}
header.isSticky {
    padding: 0.8rem 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

    position: fixed;
    width: 100%;
    left: 0;
}

.menu{
    display: flex;
    padding: 0;
    margin: 0;
}
.menu > li{
    display: block;
    position: relative;
}
.menu > li > a{
    display: block;
    font-family: var(--font-jura);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.8em 0.6em;
    color: #7D8696;
    transition: all 0.4s ease;
}
.menu > li:hover > a{
    color: var(--color-blue);
    margin-top: -3px;
}
.menu > li > a:after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #7D8696;
}
.menu > li:hover > a:after{
    border-bottom-color: var(--color-blue);
}
.menu .submenu{
    position: absolute;
    top: 100%;
    display: none;
    padding: 0.8rem 0.8rem 0.8rem 2rem;
    margin: 0;
    width: max-content;
    z-index: 1;
    list-style: disc;

    background: url(../img/rect-white-100-100.svg);
    background-size: calc(100%) calc(100%);
}
.menu > li:hover .submenu{
    display: block;
}
.menu .submenu > li{
    font-size: 0.85rem;
    line-height: 1.2em;
    margin-bottom: 0.4em;
    color: #7D8696;
}
.menu .submenu > li:hover{
    color: var(--color-blue);
}

/* mobile menu */
.btn-mobile-menu{
    display: block;
    width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-blue-gradient);
    border-radius: 0.4rem;
}

/* ABOUT */
.section-about{
    padding: 3rem 0 300px;
}
.section-about-numbers .section-title{
    padding-right: 50%;
}
.page-subtitle{
    font-size: 1.4rem;
    display: flex;
    margin: 1.2rem 0 2rem;
}
.page-subtitle:before{
    content: "";
    display: block;
    background-image: url(../img/about-rings.svg);
    background-repeat: no-repeat;
    margin-top: 0.6rem;
    min-width: 3rem;
    height: 1rem;
}

.section-about .img-wrapper{
    position: relative;
    margin-top: -50px;
}
.section-about .img-wrapper img.about-phone{
    width: 585px;
    height: auto;
}
.section-about .img-wrapper .indexes{
    position: absolute;
    top: 306px;
    left: 148px;
    width: 245px;
    height: 50px;
    display: flex;
    padding: 2px;
    gap: 2.5px;
}
.section-about .img-wrapper .indexes > div{
    width: 78px;
    height: 44px;
    background-size: cover;
    position: relative;
}
.section-about .img-wrapper .indexes > div.up{
    background-image: url(../img/about-phone-index-up.svg);
}
.section-about .img-wrapper .indexes > div.down{
    background-image: url(../img/about-phone-index-down.svg);
}
.section-about .img-wrapper .indexes .title{
    position: absolute;
    font-size: 1rem;
    font-weight: 700;
    top: 1px;
    left: 3px;
    line-height: 1em;
}
.section-about .img-wrapper .indexes .value{
    position: absolute;
    font-size: 0.55rem;
    font-weight: 600;
    left: 3px;
    bottom: 2px;
}
.section-about .img-wrapper .indexes .percent{
    position: absolute;
    font-size: 0.4rem;
    font-weight: 500;
    right: 3px;
    bottom: 2px;
}
.section-about .img-wrapper .indexes .up .percent:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url(../img/up-t.svg);
    background-size: 6px 6px;
}
.section-about .img-wrapper .indexes .down .percent:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url(../img/down-t.svg);
    background-size: 6px 6px;
}
.section-about .img-wrapper img.products{
    width: 253px;
    height: 210px;
    position: absolute;
    top: 352px;
    left: 144px;
}


.about-activity-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.about-activity{
    display: flex;
    padding: 0.8rem 1.2rem;
    background: url(../img/rect-white-300-100.svg);
    background-size: calc(100%) calc(100%);
}
.about-activity .numer{
    font-family: var(--font-jura);
    font-size: 2rem;
    line-height: 1em;
    font-weight: 700;
    color: #3475f3;
    min-width: 3rem;
}
.section-about-numbers{
    background-image: url(../img/about-bg.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;

    padding-top: 56.25%;
    position: relative;
    z-index: 1;

    margin-top: -32rem;
}
.section-about-numbers .container{
    height: 100%;
}
.section-about-numbers .text{
    height: 100%;
    padding-left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    color: #fff;
}
.numbers-grid{
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
    margin-top: 2rem;
}
.numbers-grid .value{
    font-family: var(--font-jura);
    font-size: 2.75rem;
    font-weight: 700;
}
.numbers-grid .title{
    font-size: 1.4rem;
    line-height: 1.25em;
}

/* section-mission */
.section-mission{
    padding: 8rem 0 4rem;
}
.section-mission .mission{
    padding: 1.6rem 10rem 3.5rem 4rem;
    border-radius: 1.8rem;
    background: var(--bg-blue-gradient);
    overflow: hidden;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
}
.section-mission .mission::after{
    content: '';
    width: 296px;
    height: 296px;
    background-image: url(../img/mission-array.svg);
    background-size: 296px 296px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(42%, -50%);
}
.mission-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.mission-card{
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;

    background: url(../img/rect-white-250-100.svg);
    background-size: calc(100%) calc(100%);
}
.mission-card .icon{
    margin-right: 0.8rem;
}

/* section-advantages */
.section-advantages{
    padding: 4rem 0 4rem;
}
.advantages-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.advantage-card{
    display: flex;
}
.advantage-card .img-wrapper{
    min-width: 31%;
    max-width: 31%;
    margin-right: 2rem;
}
.advantage-card img{
    width: 100%;
    height: auto;
}
.advantage-card .title{
    font-family: var(--font-jura);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 1rem;
}
.advantage-card .text{
    padding-right: 4.2rem;
}

/* section-history */
.section-history{          
    padding: 4rem 0 4rem;
}
.section-header .top-link{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.2em;
}
.section-header .top-link img{
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}
.history-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    margin-top: 2rem;
}
.history-card{
    padding: 2rem;
    position: relative;
    font-size: 1.2rem;
    padding-bottom: 5rem;

    background: url(../img/rect-white-300-300.svg);
    background-size: calc(100%) calc(100%);
}

.history-card::before{
    content: '';
    display: block;
    width: 247px;
    height: 34px;
    background-image: url(../img/history-line-end.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 2rem;
    bottom: 1.6rem;
}
.history-card .year{
    font-family: var(--font-jura);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-blue);
    margin-bottom: 1rem;
   
}
.history-card .numer{
    font-family: var(--font-jura);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-gray);
    position: absolute;
    top: 2.2rem;
    right: 1.6rem;
}

/* section-media */
.main .section-media{
    padding: 4rem 0 0;
    overflow: visible;
}
.section-media .tv-logo{
    width: auto;
    height: 48px;
}
.section-media .container{
    position: relative;
}
.video-wrapper{
    margin-top: 2.8rem;
    position: absolute;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    left: 0;
    z-index: 1;
}
.video-wrapper img{
    width: 100%;
}
.video-wrapper .btn-video{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100px;
    box-shadow: 2px 2px 3px #fff;
    transition: all 0.4s ease;
}
.video-wrapper .btn-video:hover{
    background-color: #fff;
    box-shadow: none;
}
.video-wrapper .btn-video:hover svg{
    fill: var(--color-blue);
}

/* section-partners */
.section-partners{
    background-image: url(../img/partners-bg.webp);
    background-repeat: no-repeat;
    background-size: auto 100%; /* fix bg height */
    background-position: center center;
    padding-top: 1532px;  /* fix bg height */
    position: relative;

    margin-top: 13rem;
}
.section-partners .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-partners .text{
    width: 100%;
    color: #fff;
    margin-top: -5rem;
}
.section-partners .section-title{
    text-align: center;
}

.partner-list{
    display: grid;
    grid-template-columns: auto 35% auto;
    gap: 1.4rem;
    margin-top: 5rem;
}
.partner-card{
    padding: 1.6rem 2rem;
    border: 1.2px dashed #fff;
    border-radius: 1.6rem;
}
.partner-card img{
    margin-bottom: 2rem
}
.partner-card ul{
    padding-left: 1.2rem;
}

/* ----------------------- */
.ccm-page-id-238 .section-partners{
    margin-top: 0; /* */ 
}
.ccm-page-id-238 .section-partners .container{
    display: block;
}
.ccm-page-id-238 .section-partners .text{
    margin-top: 15rem;
}


/* ---  section-team  --- */
.section-team{
    position: relative;
    padding: 0 0 3rem;

    margin-top: -21rem;
}
.section-team .section-title{
    color: #fff;
}
.team-counter{
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1em;
    padding: 0.8rem;

    background: url(../img/rect-white-250-80.svg);
    background-size: calc(100%) calc(100%);
}
.team-counter strong{
    font-size: 1.4rem;
}
.team-counter img{
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}
.team-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;

}
.team-card{
    padding: 1.4rem;
    display: flex;

    background: url(../img/rect-white-600-250.svg);
    background-size: calc(100%) calc(100%);
}
.team-card img{
    width: 188px;
    height: 188px;
    margin-right: 2rem;
}
.team-card .title{
    font-family: var(--font-jura);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1em;
}
.team-card ul{
    margin-top: 1rem;
    padding-left: 1rem;
    margin-bottom: 0;
}

/* projects */
.section-projects{
    padding: 3rem 0 4rem;
}
.projects-grid{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1.4rem;
    margin-top: 2rem;
}
.projects-card{
    display: block;
}
.projects-card img{
    width: 100%;
}
.projects-card .title{
    display: block;
    font-family: var(--font-jura);
    font-size: 1.1rem;
    text-align: center;
    font-weight: 900;
    margin-top: 0.6rem;
}

/* INSTRUMENTS  */

.section-instruments{
    padding: 3rem 0 4rem;
}
.section-instruments .row{
    margin-top: 2rem;
}
.instruments-card{
    display: block;
    position: relative;
    padding-top: 65%;
    color: #fff;
}
.instruments-card img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.instruments-card .subtitle{
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    padding: 0.8rem;
    border: 1px #fff dashed;
    border-radius: 0.8rem;
    letter-spacing: 4px;
}
.instruments-card .title{
    position: absolute;
    bottom: 1.8rem;
    left: 1.6rem;
    font-family: var(--font-jura);
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.instruments-card .link{
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 38px;
    height: 38px;
    border: 1px #fff solid;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.instruments-card:hover .link{
    background-color: #fff;
}
.instruments-card .link svg path{
    stroke: #fff;
}
.instruments-card:hover .link svg path{
    stroke: #2066ED;
}
.section-instruments .text{
    padding: 1rem;
}
.section-instruments .text .h3{
    margin-bottom: 1rem;
}

/* ---  jupiter-about  --- */
.section-jupiter-about{
    padding: 3rem 0;
}
.section-jupiter-about .container{
    position: relative;
}
.section-jupiter-about .yield{
    position: absolute;
    padding-left: 3rem;
    bottom: 300px;
    left: 0.75rem;
}
.section-jupiter-about .period{
    font-style: italic;
    margin-top: 0.5rem;
}
.section-jupiter-about .note{
    position: absolute;
    width: 360px;
    max-width: 100%;

    background-image: url(../img/rect-white-250-80.svg);
    background-size: calc(100%) calc(100%);

    display: flex;
    align-items: center;
    padding: 1rem;

    bottom: 74px;
    left: 0;
    z-index: 1;
}
.section-jupiter-about .note::before{
    content: '';
    width: 61px;
    min-width: 61px;
    height: 89px;
    background-image: url(../img/j-note-clock.webp);
    background-size: cover;
    margin-right: 1rem;

}
.jupiter-slider{
    width: 422px;
    max-width: 100%;
    margin-left: 0;
}
.jupiter-slider .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}
.jupiter-slider .swiper-slide img{
    width: 422px;
    max-width: 100%;
    height: auto;
}
.arrows{
    display: flex;
}
.jupiter-slider .arrows{
    padding-top: 1rem;
    display: flex;
    justify-content: end;
}



/* ---  jupiter-advantage  --- */
.section-jupiter-advantage{
    background-image: url(../img/j-advantage-bg.webp);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 1088px; /* 56.67%; */
    position: relative;
    color: #fff;

    margin-top: -250px;
}
.section-jupiter-advantage .overlay{
    padding-top: 382px;
}
.section-jupiter-advantage .section-subtitle{
    padding: 0.6rem 0 2rem;
    font-size: 1.4rem;
}
.section-jupiter-advantage .advantage{
    display: flex;
    align-items: start;
}
.section-jupiter-advantage .advantage img{
    margin-right: 1rem;
}
.section-jupiter-advantage .advantage .title{
    font-size: 1.4rem;
    font-weight: 700;
}
.section-jupiter-advantage .advantage ul{
    padding: 0.6rem 6rem 0.4rem 1.4rem;
}
/*  section-jupiter-strategy    */
.section-jupiter-strategy{
    padding-top: 7rem;
}
.section-jupiter-strategy .section-title{
    padding-right: 30%;
    margin-bottom: 2rem;
}
.section-jupiter-strategy .chart-wrapper{
    padding-right: 1rem;
}
.section-jupiter-strategy .chart-bottom{
    display: flex;
    align-items: end;
    height: 140px;
}
.section-jupiter-strategy .chart-bottom .wr-button{
    margin-right: 3rem;
}
.section-jupiter-strategy .chart-bottom .chart-legend{
    margin-bottom: 0.6rem;
}
.section-jupiter-strategy .chart-legend .seria{
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.section-jupiter-strategy .chart-legend .seria svg{
    margin-right: 0.6rem;
}
.section-jupiter-strategy .chart-legend .seria.yellow svg path{
    fill: #EDD820;
}
.section-jupiter-strategy .chart-legend .seria.yellow svg circle{
    stroke: #EDD820;
}
.section-jupiter-strategy .chart-legend .seria.red svg path{
    fill: #F90303;
}
.section-jupiter-strategy .chart-legend .seria.red svg circle{
    stroke: #F90303;
}
.section-jupiter-strategy .chart-legend .seria.green svg path{
    fill: #00B633;
}
.section-jupiter-strategy .chart-legend .seria.green svg circle{
    stroke: #00B633;
}


.section-jupiter-strategy .options{
    font-size: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 2.4rem 0;
}
.section-jupiter-strategy .options li{
    margin-bottom: 0.4rem;
}
.section-jupiter-strategy .target{
    background: url(../img/rect-white-400-250.svg);
    background-size: calc(100%) calc(100%);

    padding: 2rem;
}

/* section-jupiter-benefits */

.section-jupiter-benefit{
    padding-top: 7rem;
}
.section-jupiter-benefit .benefit-grid{
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}
.section-jupiter-benefit .benefit-card {
    background-image: url(../img/rect-white-300-300.svg);
    background-size: calc(100%) calc(100%);
    padding: 1rem 1rem 1.6rem;
    position: relative;
}
.section-jupiter-benefit .benefit-card .benefit-head{
    width: 263px;
    height: 99px;
    position: relative;
    background-size: calc(100%) calc(100%);
}
.section-jupiter-benefit .benefit-card.newbee .benefit-head{
    background-image: url(../img/j-benefits-newbee.webp);
}
.section-jupiter-benefit .benefit-card.employee .benefit-head{
    background-image: url(../img/j-benefits-employee.webp);
}
.section-jupiter-benefit .benefit-card.free .benefit-head{
    background-image: url(../img/j-benefits-free.webp);
}
.section-jupiter-benefit .benefit-card.seller .benefit-head{
    background-image: url(../img/j-benefits-seller.webp);
}
.section-jupiter-benefit .benefit-card.trader .benefit-head{
    background-image: url(../img/j-benefits-trader.webp);
}
.section-jupiter-benefit .benefit-card.pro .benefit-head{
    background-image: url(../img/j-benefits-pro.webp);
}

.section-jupiter-benefit .benefit-card .benefit-head::after{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 1.4rem;
    right: 1.4rem;
    background-image: url(../img/j-benefits-newbee-logo.svg);
}
.section-jupiter-benefit .benefit-card.newbee .benefit-head::after{
    background-image: url(../img/j-benefits-newbee-logo.svg);
}
.section-jupiter-benefit .benefit-card.employee .benefit-head::after{
    background-image: url(../img/j-benefits-employee-logo.svg);
}
.section-jupiter-benefit .benefit-card.free .benefit-head::after{
    background-image: url(../img/j-benefits-free-logo.svg);
}
.section-jupiter-benefit .benefit-card.seller .benefit-head::after{
    background-image: url(../img/j-benefits-seller-logo.svg);
}
.section-jupiter-benefit .benefit-card.trader .benefit-head::after{
    background-image: url(../img/j-benefits-trader-logo.svg);
}
.section-jupiter-benefit .benefit-card.pro .benefit-head::after{
    background-image: url(../img/j-benefits-pro-logo.svg);
}


.section-jupiter-benefit .benefit-card .numer{
    position: absolute;
    font-family: var(--font-jura);
    font-size: 1.4rem;
    color: var(--color-gray);
    top: 1.4rem;
    right: 2rem;
}
.section-jupiter-benefit .benefit-card h3{
    margin: 0.5rem 0 1.5rem 1.8rem;
}
.section-jupiter-benefit .benefit-card ul{
    padding-left: 1rem;
    margin: 0 2rem;
    font-size: 1.1rem;
}

/* section-jupiter-stats */
.section-jupiter-stats{
    padding-top: 8rem;
}
.section-jupiter-stats .usability{
    font-size: 0.75rem;
    line-height: 1.4em;
    color: #ABBAD6;
    max-width: 170px;
    display: flex;
    align-items: center;
}
.section-jupiter-stats .usability.usability-mobile{
    display: none;
}
.section-jupiter-stats .usability svg{
    margin-right: 0.6rem;
    width: 40px;
    height: auto;
}
.section-jupiter-stats .chart-legend{
    font-size: 1rem;
    line-height: 1.4em;
}
.section-jupiter-stats .chart-legend .seria{
    display: flex;
    align-items: center;
}
.section-jupiter-stats .chart-legend .seria svg{
    margin-right: 0.4rem;
}

.ccm-page-id-240 .section-jupiter-stats .chart-legend{
    display: flex;
    gap: 1rem;
}
.section-jupiter-stats .chart-title{
    font-size: 1rem;
    position: relative;
}
.section-jupiter-stats .chart-title::after{
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../img/j-stats-line.svg);
    position: absolute;
    top: 30px;
    left: -50px;
}
.chart{
    margin-top: 2.8rem;
    width: 100%;
    padding-top: 50%;
    background: url(../img/j-stat-chart-bg.svg);
    background-size: calc(100%) calc(100%);
    background-repeat: no-repeat;
    position: relative;
}

.year-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.6rem;
    margin-top: 0.6rem;
}
.year-list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    background-color: #fff;
    border: 1px var(--color-gray-light) solid;
    border-radius: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--font-jura);
    color: var(--color-gray-light);
}
.year-list > div.selected {
    background-color: var(--color-gray-light);
    color: #fff;
}
.year-list-mobile{
    display: none;
}


/* shart data styles */
.chart .apexcharts-canvas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    
.chart .apexcharts-canvas .apexcharts-tooltip{
    top: 40px !important;
    background: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
}
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-usdt,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-btc{
    background-image: url(../img/tooltip-usdt.webp);
    background-size: 100% 100%;
    width: 138px;
    height: 79px;
    position: relative;
    color: #fff;
}
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-btc{
    background-image: url(../img/tooltip-btc.webp);
    margin-top: 10px;
}

.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-usdt .profit,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-usdt .drop,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-btc .profit,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-btc .drop{
    position: absolute;
    top: 38px;
    left: 90px;
    font-size: 12px;
    font-family: Inter;
    font-weight: 700;
    color: #fff;
}
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-usdt .drop,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-btc .drop{
    top: 55px;
}

.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-usdt .month,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-btc .month{
    position: absolute;
    top: 8px;
    right: 13px;
    font-size: 10px;
    font-family: Inter;
    font-weight: 400;
    color: #fff;
}
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-gold,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-useful,
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-future{
    background-size: 100% 100%;
    width: 164px;
    height: 79px;
    position: relative;
    color: #fff;
}
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-gold{
    background-image: url(../img/tooltip-gold1.webp);
}
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-useful{
    background-image: url(../img/tooltip-useful1.webp);
}
.chart .apexcharts-canvas .apexcharts-tooltip .tooltip-future{
    background-image: url(../img/tooltip-future1.webp);
}
.chart .apexcharts-canvas .apexcharts-tooltip .datetime,
.chart .apexcharts-canvas .apexcharts-tooltip .price,
.chart .apexcharts-canvas .apexcharts-tooltip .delta{
    display: flex;
    justify-content: space-between;
    align-items: center;      
    position: absolute;  
    width: calc(100% - 20px);
    left: 10px;
}
.chart .apexcharts-canvas .apexcharts-tooltip .datetime{
    top: 6px;
}
.chart .apexcharts-canvas .apexcharts-tooltip .price{
    top: 34px;
}
.chart .apexcharts-canvas .apexcharts-tooltip .delta{
    top: 50px;
}
.chart .apexcharts-canvas .apexcharts-tooltip .name{
    font-size: 0.75rem;
    font-weight: 300;      
}
.chart .apexcharts-canvas .apexcharts-tooltip .value{
    font-size: 0.85rem;
    font-weight: 700;      
}

.chart .apexcharts-xaxistooltip-bottom {
    display: none;
}

/* section-jupiter-calc */
.section-jupiter-calc{
    padding-top: 8rem;
}
.section-jupiter-calc .description{
    margin-top: 2rem;
    font-size: 1.2rem;
}
.section-jupiter-calc .description li{
    margin-bottom: 1rem;
}
.section-jupiter-calc .note{
    font-size: 1.1rem;
    font-style: italic;
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 3rem;
    line-height: 1.25em;
}

.calculator{
    display: block;
    background: url(../img/rect-white-760-460.svg);
    background-size: calc(100%) calc(100%);
    background-repeat: no-repeat;
    padding: 2rem 2.6rem;
}
.calculator input[name="asset"]{
    display: none;
}
.calculator input[name="asset"] + label{
    display: block;
    width: 80px;
    height: 53px;
    background: var(--bg-gray-light);
    border-radius: 0.6rem;
    text-align: center;
    line-height: 53px;
    font-family: var(--font-jura);
    font-size: 0.65rem;
    font-weight: 700;
    margin: 0 0.6rem 0 0;
    cursor: pointer;
}
.calculator input[name="asset"]:checked + label{
    background: var(--bg-blue-gradient);
    color: #fff;
}
.calculator .field{
    padding-bottom: 0.8rem;
}
.calculator .field-usdt,
.calculator .field-btc,
.calculator .field-gold,
.calculator .field-useful,
.calculator .field-future{
    display: none;
}
.calculator[data-asset="usdt"] .field-usdt{
    display: block;
}
.calculator[data-asset="btc"] .field-btc{
    display: block;
}
.calculator[data-asset="gold"] .field-gold{
    display: block;
}
.calculator[data-asset="useful"] .field-useful{
    display: block;
}
.calculator[data-asset="future"] .field-future{
    display: block;
}
.calculator label{
    margin: 0.4rem 0 0.2rem;
}
.calculator input[type="number"],
.calculator input[type="text"],
.calculator select{
    background: var(--bg-gray-light);
    height: 53px;
    border: none;
    border-radius: 0.6rem;
    font-family: var(--font-jura);
    font-size: 1.25rem;
    font-weight: 700;
}
.calculator select{
    background: no-repeat 93% center var(--bg-gray-light) url(../img/select-angle-down.svg);
}
.calculator input[type="text"]:read-only{
    background: var(--bg-gray-light);
    font-size: 1rem;
    color: var(--color-gray);
}
.calculator input[type="number"]::placeholder{
    font-family: var(--font-inter);
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--color-gray);
    line-height: 53px;
}
.calculator input::-webkit-outer-spin-button,
.calculator input::-webkit-inner-spin-button {  /* hide arrows */
  -webkit-appearance: none;
  margin: 0;
}
.calculator input[type=number] { /*  hide arrows Firefox */
  -moz-appearance: textfield;
}
.calculator .field .form-text{
    font-size: 0.6rem;
    display: flex;
    justify-content: space-between;
}
.calculator .field .form-text .by-rate{
    color: var(--color-blue);
}
.calculator .form-check{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.calculator .wr-button{
    margin-bottom: -15px;
}

.wr-button.btn-buy .note{
    width: 48px;
    text-align: center;
}
.wr-button.btn-test .note{
    width: 48px;
    border: 1px #fff solid;
    background-color: #fff;
    color:var(--color-blue);
    flex-direction: column;
    padding-bottom: 0;
}
.wr-button.btn-test .note .big{
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--font-jura);
    margin-bottom: 3px;
}
.wr-button.btn-test .note br{
    display: none;
}
#calculator_modal .modal-dialog .modal-content{
    --bs-modal-border-radius: 1.2rem;
}
#calculator_modal .modal-dialog{
    max-width: 1224px;
    margin-top: 60px;
    min-height: calc(100% - 90px);
    height: calc(100% - 90px);
}
#calculator_modal .modal-dialog .modal-header{
    position: relative;
    border: none;
}
#calculator_modal .modal-dialog .modal-footer{
    position: relative;
    display: flex;
    justify-content: space-between;
    border: none;
}
#calculator_modal .modal-dialog .modal-footer .wr-button{
    margin-bottom: -1rem;
}
#calculator_modal .modal-dialog-scrollable .modal-content {
    overflow: visible;
}
#calculator_modal .modal-dialog .modal-header .modal-close{
    position: absolute;
    right: 0;
    top: -54px;
}
#calculator_modal .modal-dialog .result-text{
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.2em;
}
#calculator_modal .modal-dialog .description{
    padding: 1rem;
    border: 1px #ccc dashed;
    border-radius: 1rem;
    font-size: 0.85rem;
}
#calculator_modal .modal-body{
    padding-top: 0;
    padding-bottom: 0;
}
#calculator_modal .wr-table tbody tr:first-child{
    position: sticky;
    top: 0;
    background-color: #fff;
}
#calculator_modal .wr-table small{
    font-size: 0.8rem;
    color: var(--color-gray);
}
#calculator_modal .wr-table tr.finish td{
    background-color: #00B633;
}
#calculator_modal .wr-table tr.target td{
    background-color: var(--color-blue);
}
#calculator_modal .wr-table tr.finish td,
#calculator_modal .wr-table tr.finish td small,
#calculator_modal .wr-table tr.target td,
#calculator_modal .wr-table tr.target td small{
    color: #fff;
}



/* section-jupiter-tariff */
.section-jupiter-tariff{
    padding-top: 8rem;
}
.section-jupiter-tariff .section-header .top-link{
    font-size: 1.1rem;
}
.section-jupiter-tariff .section-header .top-link img{
    width: 60px;
    height: 60px;
}

.section-jupiter-tariff .table-wrapper{
    background-image: url(../img/rect-white-760-460.svg);
    background-size: calc(100%) calc(100%);
    padding: 2rem;   
    margin-top: 2.5rem;                                                                                                       
}
.section-jupiter-tariff .table-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-jupiter-tariff .table-title .name{
    font-size: 2.4rem;
    font-family: var(--font-jura);
    font-weight: 700;
    color: var(--color-black);
}
.section-jupiter-tariff .table-title .symbol{
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-family: var(--font-jura);
    font-weight: 700;
    color: var(--color-blue);
    margin-top: 0.8rem;
}
.section-jupiter-tariff .table-title .symbol svg{
    width: 19px;
    height: 19px;
    margin-right: 0.4rem;
}
.section-jupiter-tariff .table-title .symbol svg path{
    fill: var(--color-blue);
}
.section-jupiter-tariff .table-wrapper table{
    margin-top: 1rem;                                                                                                       
}
.section-jupiter-tariff .table-wrapper table td{
    width: 50%;                                                                                                     
}
.section-jupiter-tariff .button-wrapper{
    padding: 1.5rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;                                                                                               
}
.section-jupiter-tariff .button-wrapper::after{
    content: url(../img/j-button-hints.svg);
    position: absolute;
    left: 380px;
    top: 85px;
}

.section-jupiter-tariff .deposit-wrapper{
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 3rem 1rem;
    font-size: 1.25rem;
}
.section-jupiter-tariff img{
    width: 118px;
    height: auto;
    margin-right: 1rem;
}

/* section-jupiter-risk */
.section-jupiter-risk{
    padding-top: 5rem;
}
.section-jupiter-risk .risk-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    gap: 1rem;
}
.section-jupiter-risk .risk-card{
    padding-top: 52.54%;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
}
.section-jupiter-risk .risk-grid .risk-card:nth-child(1){
    background-image: url(../img/j-risk-locker.webp);
}
.section-jupiter-risk .risk-grid .risk-card:nth-child(2){
    background-image: url(../img/j-risk-shield.webp);
}
.section-jupiter-risk .risk-grid .risk-card:nth-child(3){
    background-image: url(../img/j-risk-warning.webp);
}

.section-jupiter-risk .risk-card .overlay{
    padding: 2.5rem 3rem;
}
.section-jupiter-risk .risk-card .title{
    font-size: 1.4rem;
    font-family: var(--font-jura);
    font-weight: 700;
    line-height: 1.2;
    padding-right: 45%;
    margin-bottom: 1rem;
}
.section-jupiter-risk .risk-card ul{
    padding-left: 1.4rem;
    padding-right: 50%;
    font-size: 1rem;
}
.section-jupiter-risk .risk-card:first-child ul{
    padding-right: 45%;
}

.section-jupiter-risk .risk-card .numer{
    position: absolute;
    width: 57px;
    height: 57px;
    top: 3rem;
    right: 3rem;
    background-color: #fff;
    border-radius: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: var(--font-jura);
    color: var(--color-blue);
}
.section-jupiter-risk .risk-note{
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
}
.section-jupiter-risk .risk-note ul{
    padding: 1.2rem;
}

/* section-jupiter-step */
.section-jupiter-step{
    padding-top: 5rem;
    text-align: center;
}
.section-jupiter-step .section-title{
    max-width: 800px;
    margin: 0 auto;
}

.section-jupiter-step .step-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
    margin-top: 2.5rem;
}

.section-jupiter-step .step-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.section-jupiter-step .step-card .numer{
    background: url(../img/rect-dashed-43-43.svg);
    background-size: 100%;
    width: 43px;
    height: 43px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-family: var(--font-jura);
    color: var(--color-gray-light);
    font-weight: 700;
}
.section-jupiter-step .step-card svg.line-h{
    position: absolute;
    top: 22px;
    left: calc(50% + 22px);
}
.section-jupiter-step .step-card svg.line-v{
    position: absolute;
    top: 48px;
    left: 50%;
}
.section-jupiter-step .step-card .icon{
    width: 181px;
    height: 181px;
    background-size: 100% 100%;
    background-image: url(../img/rect-gray-180-180.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    transition: all .4s ease;
}
.section-jupiter-step .step-card:hover .icon{
    transform: translateY(-10px);
}

.section-jupiter-step .step-card:nth-child(1) .icon::after{
    content: url(../img/j-steps-tgbot.svg);
}
.section-jupiter-step .step-card:nth-child(2) .icon::after{
    content: url(../img/j-steps-auth.svg);
}
.section-jupiter-step .step-card:nth-child(3) .icon::after{
    content: url(../img/j-steps-money.svg);
}
.section-jupiter-step .step-card:nth-child(4) .icon::after{
    content: url(../img/j-steps-connect.svg);
}
.section-jupiter-step .step-card:nth-child(5) .icon::after{
    content: url(../img/j-steps-rate.svg);
}

.ccm-page-id-240 .section-jupiter-step .step-card:nth-child(4) .icon::after{
    content: url(../img/j-steps-chart.svg);
}



.section-jupiter-step .step-card .text{
    margin: 1rem 0.6rem 0;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.2em;
    padding: 0 0.2rem;
}

.section-jupiter-step .canal-grid{
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.section-jupiter-step .canal-card{
    background-image: url(../img/rect-blue-590-150.svg);
    background-size: calc(100%) calc(100%);
    min-height: 150px;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.section-jupiter-step .canal-card .icon{
    margin-right: 2rem;
}
.section-jupiter-step .canal-card .title{
    font-size: 1.4rem;
    font-family: var(--font-jura);
    font-weight: 700;
    text-align: left;
    min-width: 36%;
}
.section-jupiter-step .canal-card .note{
    text-align: left;
}


/* section-jupiter-result */
.section-jupiter-result{
    padding-top: 8rem;
}
.section-jupiter-result .jupiter-review-slider{
    margin-top: 2rem;
}
.section-jupiter-result .jupiter-review-slider .swiper-slide:focus{
    outline: none;
}
.section-jupiter-result .jupiter-review-slider .swiper-slide img{
    max-width: 100%;
}
.section-jupiter-result .jupiter-review-slider .arrows{
    margin-top: 1rem;
    display: flex;
}
.section-jupiter-result .jupiter-review-slider .btn-slider-prev{
    margin-left: 0;
}

.section-jupiter-result .trust{
    background-image: url(../img/trust-bg-590-515.svg);
    background-size: calc(100%) calc(100%);
    padding: 5rem 5rem 6rem;
    height: 100%;
    position: relative;
    z-index: 1;
}
.section-jupiter-result .trust .user-counter{
    font-size: 3rem;
    font-family: var(--font-jura);
    font-weight: 700;
    margin-top: 1rem;
    color: var(--color-blue);
}
.section-jupiter-result .trust .user-name{
    font-size: 1.4rem;
}
.video-review-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.6rem;
    padding-top: 2rem;
}
.video-review-card{
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    padding-top: 178%;
    background-image: url(../img/video-review-card-bg.webp);
    background-size: 100% 100%;
    transition: all .4s ease;
}
.video-review-card:hover{
    transform: translateY(-1rem);
}

.video-review-card .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.video-review-card a.btn-video {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}

.video-review-card img{
    width: 100px;
    height: 100px;
    margin: 1rem auto;
}
.video-review-card .title,
.video-review-card .author{
    font-family: var(--font-jura);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
}
.video-review-card .title{
    margin-top: 2rem;
}


.video-review-link .wr-button{
    margin: 3rem auto;
}


/* section-faq */
.section-faq{
    position: relative;
    color: #fff;
    margin-top: -28rem;
}
.section-faq .section-title{
    padding-right: 50%;
}

.section-faq .accordion{
    margin-top: 2rem;
}

.section-faq .accordion .accordion-item{
    background: none;
    border: none;
    margin-top: 1rem;
}

.section-faq .accordion .accordion-header .accordion-button{
    align-items: start;
    padding: 2rem 2.4rem;
    font-size: 1.4rem;
    background: url(../img/rect-white-1200-125.svg);
    background-size: calc(100%) calc(100%);
    background-repeat: no-repeat;
    color: var(--color-black);
    border: none;
    border-radius: none;
    box-shadow: none;
}
.section-faq .accordion .accordion-header .accordion-button::after{
    content: url(../img/chevron-down.svg);
    background: none;
    filter: grayscale(1);
}
.section-faq .accordion .accordion-header .numer{
    font-size: 1.6rem;
    font-family: var(--font-jura);
    font-weight: 700;
    color: var(--color-blue);
    margin-right: 1rem;
    margin-top: -0.1em;
    filter: grayscale(1);
}
.section-faq .accordion .accordion-header .accordion-button:not(.collapsed) .numer,
.section-faq .accordion .accordion-header .accordion-button:not(.collapsed)::after{
    filter: none;
}
.section-faq .accordion .accordion-body{
    padding: 2rem 2.4rem 3rem;
    font-size: 1rem;
    /*
    background: url(../img/rect-white-1200-125.svg);
    background-size: calc(100%) calc(100%);
    */
    background: #fff;
    border-radius: 1rem;
    box-shadow: inset 0 2px 0 -1px #0001, 0.5px 0.5px 0 0.5px #0001;

    color: var(--color-black);
    margin-top: 0.4rem;
}

/*   TOP CRYPTO  */
.section-tc-about .page-title{
    margin: 3rem 0 0;
}
.section-tc-about .task{
    padding: 0 10rem 0 4rem;
}
.section-tc-about .task li{
    margin-bottom: 0.4rem;
}
.section-tc-about .top-about{
    position: relative;
}
.section-tc-about .note{
    position: absolute;
    width: 403px;
    max-width: 100%;

    background-image: url(../img/rect-white-250-80.svg);
    background-size: calc(100%) calc(100%);

    display: flex;
    padding: 0.8rem;

    bottom: 54px;
    left: 0.75rem;
    z-index: 1;

    font-size: 1.4rem;
    line-height: 1.2em;
}
.section-tc-about .note::before{
    content: '';
    flex: none;
    width: 61px;
    height: 61px;
    background-image: url(../img/target-icon.svg);
    background-size: cover;
    margin-right: 1rem;

}

.section-tc-about .principle .action{
    font-size: 2.6rem;
    line-height: 1.2em;
    font-family: var(--font-jura);
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    margin: 5rem auto 0;
}
.section-tc-about .principle .reaction{
    font-size: 1.4rem;
    line-height: 1.2em;
    text-align: center;
    max-width: 650px;
    margin: 1rem auto 5rem;
}


/* --- section-tc-effect --- */
.section-tc-effect .portfel-flex{
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.section-tc-effect .portfel-chart img{
    width: 100%;
    height: auto;
    max-width: 536px;
}

.section-tc-effect .portfel-chart .title{
    font-family: var(--font-jura);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;   
    margin-bottom: 3rem; 
}
.section-tc-effect .copy-text{
    position: absolute;
    width: 190px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
    text-align: center;
}
.section-tc-effect .copy-text img{
    margin-bottom: 1rem;
}

.section-tc-effect .chart-wrapper{
    position: relative;
}
.section-tc-effect .wr-button{
    margin: 2rem auto -1rem;
}
.section-tc-effect .portfel{
    margin-top: 3rem;
    display: flex;
    gap: 3rem;
}
.section-tc-effect .portfel .title{
    background-image: url(../img/rect-white-portfel.svg); 
    background-size: calc(100%) calc(100%);
    flex-basis: 50%; 
    position: relative;
    padding: 2.4rem 4rem;
    font-size: 1.4rem;
}
.section-tc-effect .portfel .title .caption{
    font-size: 2.6rem;
    font-family: var(--font-jura);
    font-weight: 700;
    line-height: 1.2em;

    margin-bottom: 1rem;
}

.section-tc-effect .portfel .title::after{
    content: '';
    position: absolute;
    display: block;
    width: 58px;
    height: 57px;
    top: 50%;
    left: calc(100% + 0.5rem);
    background-image: url(../img/tc-portfel-arrow.webp);   
    background-size: calc(100%) calc(100%); 
    transform: translate(-50%, -50%) rotate(-90deg); 
}
.section-tc-effect .portfel .profit{
    background-image: url(../img/tc-portfel-bg.svg);    
    background-size: calc(100%) calc(100%); 
    flex-basis: 50%; 
    padding: 2.4rem 8rem 2.4rem 4rem;
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
}
.section-tc-effect .portfel .profit .caption{
    font-size: 2.6rem;
    font-family: var(--font-jura);
    font-weight: 700;

    margin-bottom: 1rem;
}

/* --- section-tc-advantage --- */
.section-tc-advantage{
    padding-top: 7rem;
}
.tc-advantage-grid{
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
}
.tc-advantage-card{
    background-image: url(../img/rect-white-580-215.svg);
    background-size: calc(100%) calc(100%);
    padding: 1.4rem 1rem 0.6rem;
    display: flex;
}
.tc-advantage-card .image-wrapper{
    min-width: 190px;
    height: 190px;
    background-size: calc(100%) calc(100%);
    position: relative;
    margin-right: 1.6rem;
}
.tc-advantage-card.tc-academy .image-wrapper{
    background-image: url(../img/tc-advantage-1.webp);
}
.tc-advantage-card.tc-money .image-wrapper{
    background-image: url(../img/tc-advantage-2.webp);
}
.tc-advantage-card.tc-clock .image-wrapper{
    background-image: url(../img/tc-advantage-3.webp);
}
.tc-advantage-card.tc-briefcase .image-wrapper{
    background-image: url(../img/tc-advantage-4.webp);
}
.tc-advantage-card .icon{
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-blue-gradient);
}
.tc-advantage-card.tc-academy .icon::after{
    content: url(../img/tc-academy.svg);
}
.tc-advantage-card.tc-money .icon::after{
    content: url(../img/tc-money.svg);
}
.tc-advantage-card.tc-clock .icon::after{
    content: url(../img/tc-clock.svg);
}
.tc-advantage-card.tc-briefcase .icon::after{
    content: url(../img/tc-briefcase.svg);
}
.tc-advantage-card .numer{
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: var(--font-jura);
    color: var(--color-gray);
}
.tc-advantage-card .title{
    font-family: var(--font-jura);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 1rem;
}
.tc-advantage-card .text{
    padding-right: 20%;
    font-size: 1.1rem;
    line-height: 1.2em;
}

.section-tc-advantage .index-count{
    padding: 3rem 0;
}
.section-tc-advantage .index-count .text{
    padding: 0 2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.2em;
}
.section-tc-advantage .index-count .caption{
    font-family: var(--font-jura);
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1rem 0;
}
.section-tc-advantage .index-count .wr-button{
    margin-top: 1rem;
}
.section-tc-advantage .index-count .wr-button .note{
    width: 80px;
}

.section-tc-advantage .index-count .img-wrapper{
    position: relative;
    margin-right: 2rem;
}
.section-tc-advantage .index-count .img-wrapper img{
    width: 100%;
}
.section-tc-advantage .index-count .img-wrapper .tg-link{
    position: absolute;
    top: 2rem;
    right: 3rem;
    border: 1px #fff dashed;
    border-radius: 0.4rem;
    color: #fff;
    padding: 0.2em 0.6em;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}
.section-tc-advantage .index-count .img-wrapper .tg-link svg{
    margin-right: 4px;
}

.section-tc-advantage .index-count .img-wrapper .update-note{
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 200;
    position: absolute;
    top: 3rem;
    left: 6rem;
    color: #fff;
}
.section-tc-advantage .index-count .img-wrapper .indexes{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47%;
    display: flex;
    padding: 0.2rem;
    gap: 0.2rem;
}
.section-tc-advantage .index-count .img-wrapper .indexes > div{
    width: 33.33%;
    height: 100%;
    background-size: cover;
    position: relative;
}
.section-tc-advantage .index-count .img-wrapper .indexes > div.up{
    background-image: url(../img/about-phone-index-up.svg);
}
.section-tc-advantage .index-count .img-wrapper .indexes > div.down{
    background-image: url(../img/about-phone-index-down.svg);
}
.section-tc-advantage .index-count .img-wrapper .indexes .title{
    position: absolute;
    font-size: 2.4rem;
    font-weight: 600;
    top: 0.8rem;
    left: 1rem;
    line-height: 1em;
}
.section-tc-advantage .index-count .img-wrapper .indexes .value{
    position: absolute;
    font-size: 1.2rem;
    font-weight: 600;
    left: 1rem;
    bottom: 1rem;
}
.section-tc-advantage .index-count .img-wrapper .indexes .percent{
    position: absolute;
    font-size: 1rem;
    font-weight: 500;
    right: 1rem;
    bottom: 1rem;
}
.section-tc-advantage .index-count .img-wrapper .indexes .up .percent:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/up-t.svg);
    background-size: 14px 14px;
}
.section-tc-advantage .index-count .img-wrapper .indexes .down .percent:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/down-t.svg);
    background-size: 14px 14px;
}


/* --- section-tc-cycle --- */
.section-tc-cycle {
    padding-top: 5rem;
}
.section-tc-cycle .section-header .top-link{
    font-size: 1.2rem;;
    max-width: 684px;
}
.section-tc-cycle .section-header .top-link img{
    width: 61px;
    height: 61px;
}
.section-tc-cycle .tc-cycle-img{
    width: 100%;
    height: auto;
    margin-top: 3rem;
}
.section-tc-cycle .img-note{
    padding: 2rem 0;
}
.section-tc-cycle .img-note ul{
    padding-left: 4rem;
    font-size: 1.4rem;
    line-height: 1.2em;
}
.section-tc-cycle .img-note .wr-button .note{
    width: 80px;
}
.section-tc-cycle .usability.usability-mobile{
    display: none;   
    gap: 0.6rem; 
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.4em;
    color: #ABBAD6;
    max-width: 170px;
    margin: 2rem 0 0 5rem;
}
/* --- section-tc-autobalans --- */
.section-tc-autobalans{
    padding-top: 5rem;
}
.section-tc-autobalans .tc-balans-row{
    padding-top: 2rem;
    display: flex;
}
.section-tc-autobalans .tc-balans:first-child{
    padding-right: 1.6rem;
    margin-right: 1.6rem;
    border-right: 1px var(--color-gray) dashed;
}
.section-tc-autobalans .tc-balans .top{
    display: flex;
    padding-bottom: 1rem;
}
.section-tc-autobalans .tc-balans .top .numer{
    font-size: 1.75rem;
    font-family: var(--font-jura);
    font-weight: 700;
    color: var(--color-blue);
    margin-right: 1rem;
    line-height: 1em;
}
.section-tc-autobalans .tc-balans .top .title{
    font-size: 1.5rem;
    font-family: var(--font-jura);
    font-weight: 700;
    line-height: 1.2em;
}
.section-tc-autobalans .tc-balans .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.section-tc-autobalans .tc-balans .item .event{
    background: url(../img/rect-white-250-100.svg);
    background-size: calc(100%) calc(100%);
    padding: 1rem 1.2rem;
    font-size: 1.1rem;
    line-height: 1.2em;
}
.section-tc-autobalans .tc-balans .item .arrow{
    width: 33px;
    height: 33px;
    flex: none;
    background-image: url(../img/arrow-dashed.svg);
    background-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
.section-tc-autobalans .tc-balans .item .action{
    color: #fff;
    padding: 1rem 2rem 1rem 1.2rem;
    background-size: calc(100%) calc(100%);
    flex: none;
}
.section-tc-autobalans .tc-balans .item .action.pay{
    background-image: url(../img/tc-autobalance-pay-bg.webp);
    width: 258px;
}
.section-tc-autobalans .tc-balans .item .action.hold{
    background-image: url(../img/tc-autobalance-hold-bg.webp);
    width: 356px;
}
.section-tc-autobalans .tc-balans .item .action.stor{
    background-image: url(../img/tc-autobalance-stor-bg.webp);
    width: 356px;
}
.section-tc-autobalans .tc-balans .wr-button{
    margin: 2rem auto 0;
}
.section-tc-autobalans .tc-balans .wr-button .title{
    margin-left: 10px;
}
.section-tc-autobalans .tc-balans .wr-button .note{
    width: 100px;
}
/* --- section-tc-compare --- */
.section-tc-compare{
    padding-top: 8rem;
}
.section-tc-compare .define{
    max-width: 600px;
}
.section-tc-compare .section-header .top-link img{
    width: 61px;
    height: 61px;
}
.section-tc-compare .section-header .top-link div{
    flex: none;
    max-width: 355px;
    font-size: 1.1rem;
    line-height: 1.2em;
}
.section-tc-compare .section-header.plus{
    margin-top: 3rem;
}
.section-tc-compare .usability.usability-mobile{
    display: none;   
    gap: 0.6rem; 
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.4em;
    color: #ABBAD6;
    max-width: 170px;
    margin: 2rem 0 2rem 5rem;
}
.section-tc-compare .index-selector{
    display: none;
}
.section-tc-compare .index-selector input[type="radio"]{
    display: none;
}
.section-tc-compare .index-selector label {
    display: block;
    width: 80px;
    height: 53px;
    background: var(--bg-gray-light);
    border-radius: 0.6rem;
    text-align: center;
    line-height: 53px;
    font-family: var(--font-jura);
    font-size: 0.65rem;
    font-weight: 700;
    margin-right: 0.6rem;
    cursor: pointer;
    transition: all .4s ease;
}
.section-tc-compare .index-selector label:hover{
    background: #ABBAD6;
    color: rgb(255, 255, 255);
}
.section-tc-compare .index-selector input[type="radio"]:checked + label {
    background: var(--bg-blue-gradient);
    color: rgb(255, 255, 255);
}
.section-tc-compare .wr-table{
    margin-top: 3rem;
}
.section-tc-compare .wr-table tr:first-child td {
    color: var(--color-black);
    vertical-align: middle;
}
.section-tc-compare .wr-table td{
    font-family: var(--font-inter);
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--color-black);
    padding: 0.8rem 1rem 0.8rem 2rem;
    width: 25%;
    vertical-align: middle;
}
.section-tc-compare .wr-table td:first-child{
    font-size: 1.1rem;
    vertical-align: top;
}
.section-tc-compare .wr-table td .row-title{
    font-family: var(--font-jura);
    font-size: 2rem;
    font-weight: 700;
    display: flex;
}
.section-tc-compare .wr-table td .row-title note{
    margin-left: auto;
    color: var(--color-gray-light);
}
.section-tc-compare .wr-table td small{
    font-size: 0.65rem;
    display: block;
    font-style: italic;
    margin-top: 0.6rem;
}
.section-tc-compare .wr-table td .risk{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-tc-compare .wr-table td .risk.green{
    color: #00B633;
}
.section-tc-compare .wr-table td .risk.green svg{
    fill: #00B633;
}

.section-tc-compare .wr-table td .risk.blue{
    color: #2066ED;
}
.section-tc-compare .wr-table td .risk.blue svg{
    fill: #2066ED;
}

.section-tc-compare .wr-table td .risk.red{
    color: #FD0100;
}
.section-tc-compare .wr-table td .risk.red svg{
    fill: #FD0100;
}

.section-tc-compare .wr-table tr:nth-child(6) td{
    vertical-align: top;
    text-align: center;
}
.section-tc-compare .wr-table td .strategy{
    font-size: 0.9rem;
    text-align: center;
    margin-top: 1rem;
}
.section-tc-compare .wr-button{
    margin: 2rem auto 0;
}/*
.section-tc-compare .wr-button .note{
    width: 110px;
    text-align: center; 
}*/

/* --- --- */
.ccm-page-id-240 .section-jupiter-stats .chart-title{
    width: 185px;
}
.ccm-page-id-240 .section-jupiter-stats .year-list,
.ccm-page-id-240 .section-jupiter-stats .year-list-mobile{
        display: none;
}

/* --- --- */
.ccm-page-id-240 .section-jupiter-tariff .section-header .top-link:nth-child(0){
    width: 400px;
}
.ccm-page-id-240 .section-jupiter-tariff .section-header .top-link:nth-child(1){
    width: 200px;
}
.ccm-page-id-240 .section-jupiter-tariff .button-wrapper{
    padding: 2.5rem 0;
}
.ccm-page-id-240 .section-jupiter-tariff .button-wrapper::after{
    left: 330px;
}
/* --- --- */
.ccm-page-id-240 .section-jupiter-risk .risk-card ul{
    padding-right: 45%;
}
/* --- --- */
/* ----------------------- */
.ccm-page-id-240 .section-partners{
    margin-top: -3rem;
}
.ccm-page-id-240 .section-partners .container{
    display: block;
}
.ccm-page-id-240 .section-partners .text{
    margin-top: 17rem;
}
.ccm-page-id-240 .section-partners .partner-image{
    position: absolute;
    content: url(../img/tc-partner-image.webp);
    width: 50%;
    top: 18rem;
    right: 0;
}


/* --- section-knowledge --- */
.main .section-knowledge{
    overflow: unset;
}
.section-knowledge .sticky-top{
    top: -8rem;
}

.section-knowledge .section-title{
    padding: 3rem 0;
}
.section-knowledge .page-title{
    margin: 10rem 0 2rem;
}
.section-knowledge .sidebar{
    background-image: url(../img/rect-white-400-800.svg);
    background-size: calc(100%) calc(100%);
    padding: 0.6rem;
    margin-right: 1.2rem;

    max-height: calc(100vh - 6rem);
    overflow-y: auto;
}

.section-knowledge .sidebar li{
    cursor: pointer;
    line-height: 1em;
    margin: 0.5rem 0;
}
.section-knowledge .sidebar li > span{
    transition: all 0.4s ease;
}
.section-knowledge .sidebar li > span:hover{
    color: var(--color-blue);
}
.section-knowledge .sidebar li > ul{
    display: none;
}
.section-knowledge .sidebar li.open > ul{
    display: block;
}

/* level-0 */
.section-knowledge .sidebar ul.level-0{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-knowledge .sidebar ul.level-0 > li > span{
    font-size: 1rem;
    font-weight: 600;
    display: block;
    background-color: #fafafa;
    padding: 0.5rem 0.8rem;
    border-radius: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
}
.section-knowledge .sidebar ul.level-0 > li > span::after{
    content: url(../img/chevron-down.svg);
    width: 22px;
    height: 12px;
    transform: rotate(-90deg);
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.4s ease;
}
.section-knowledge .sidebar ul.level-0 > li.open > span::after{
    transform: none;
}
.section-knowledge .sidebar ul.level-0 > li > span:hover::after{
    color: var(--color-blue);
    opacity: 1;
    filter: none;
}


/* level-1 */
.section-knowledge .sidebar ul.level-1{
    padding: 0 0 0 1.4rem;
    list-style: disc;
}
.section-knowledge .sidebar ul.level-1 > li{
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-black);
}
.section-knowledge .sidebar ul.level-1 > li.active{
    color: var(--color-blue);
}
/* level-2 */
.section-knowledge .sidebar ul.level-2{
    padding: 0 0 0 1rem;
    list-style: square;
}
.section-knowledge .sidebar ul.level-2 > li{
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--color-black);
}
.section-knowledge .sidebar ul.level-2 > li.active{
    color: var(--color-blue);
}
/* level-3 */
.section-knowledge .sidebar ul.level-3{
    padding: 0 0 0 1rem;
    list-style: none;
}
.section-knowledge .sidebar ul.level-3 > li{
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--color-gray);
}
.section-knowledge .sidebar ul.level-3 > li.active{
    color: var(--color-blue);
}
/* toc */
.section-knowledge .sidebar ul.toc{
    padding: 0;
    list-style: none;
}
.section-knowledge .sidebar ul.toc > li{
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--color-gray);
}
.section-knowledge .sidebar ul.toc > li > a:hover,
.section-knowledge .sidebar ul.toc > li > a.current{
    color: var(--color-blue);
}


/* content */

.content ul.toc{
    padding-left: 1rem;
    margin-bottom: 3rem;
}
.content ul.toc > li{
    list-style: circle;
    font-size: 1rem;
}


.content h2{
    font-weight: 700;
    margin: 2rem 0 1rem;
}
.content ul li{
    font-size: 0.85rem;
}

.content img{
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 1rem 0;
}

.section-knowledge .content ul,
.section-knowledge .content ol,
.section-knowledge .content p{
    font-size: 0.85rem;
}
.section-knowledge .content h2{
    font-size: 1.4rem;
}
.article-section .content a,
.section-knowledge .content a{
    color: var(--color-blue);
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-style: solid;
    transition: all .4s ease;
}
.section-knowledge .content .table td{
    font-size: 0.85rem;
}
/* ----------------------- */
.section-titan-about{
    padding: 3rem 0 0;
}
.section-titan-about .row{
    position: relative;
}
.section-titan-about .yield{
    font-size: 1.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.section-titan-about .titan-slider{
    display: flex;
}
.section-titan-about .titan-slider img {
    width: 422px;
    max-width: 100%;
    height: auto;
}
.section-titan-about .arrows{
    position: absolute;
    bottom: 4px;
    left: -80px;
    display: flex;
    flex-direction: column-reverse;
    z-index: 1;
}
.section-titan-about .arrows > *{
    margin-top: 0.6rem;
}

.section-titan-about .note{
    position: absolute;
    width: 500px;
    max-width: 100%;

    background-image: url(../img/rect-white-250-80.svg);
    background-size: calc(100%) calc(100%);

    display: flex;
    padding: 0.8rem;

    bottom: 0;
    left: 0.75rem;
    z-index: 1;

    font-size: 1.1rem;
    line-height: 1.4em;
}
.section-titan-about .note .text {
    margin-bottom: 0.4rem;
}
.section-titan-about .note .icon {
    width: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    box-shadow: .8px .8px 2px 0 #0003;
    align-self: stretch;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-titan-about .note .link{
    display: block;
    width: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--bg-blue-gradient);
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-titan-info{
    padding: 5rem 0;
}
.section-titan-info .info{
    font-family: var(--font-jura);
    font-size: 2.4rem;
    font-weight: 700;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.section-titan-info .info a{
    border-bottom: 1px var(--color-blue) dashed;
}

.section-titan-info .info-add{
    font-family: var(--font-inter);
    font-size: 1.2rem;
    font-weight: 400;
    margin:  1rem auto 0;
    text-align: center;
}

.section-titan-info .info-add a{
    color: var(--color-blue);
    border-bottom: 1px var(--color-blue) dashed;
}

/* ---- TITAN ---- */
.ccm-page-id-239 .section-jupiter-stats .chart-title {
    font-size: 0.9rem;
    position: relative;
    line-height: 1.2em;
    width: 420px;
}
/* ----  PRICE ---- */

.ccm-page-id-237 .section-jupiter-tariff{
    padding-top: 5rem;
}

.ccm-page-id-237 .section-jupiter-tariff .section-header .top-link{
    font-family: var(--font-jura);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--color-blue);
    border-bottom: 1px var(--color-blue) dashed;
    margin-left: auto;
}

.ccm-page-id-237 .section-jupiter-tariff .section-header .link-btn{
    width: 64px;
    height: 64px;
    background-image: url('../img/btn-next.svg');
    background-size: 100%;
    margin-left: 1rem;
}

.ccm-page-id-237 .section-jupiter-tariff .pie-wrapper img {
    display: block;
    margin: 2rem auto;
    width: 450px;
    height: auto;;
}

.ccm-page-id-237 .section-jupiter-tariff .deposit-wrapper {
    padding: 0;
}

.ccm-page-id-237 .section-jupiter-tariff .deposit-wrapper img {
    width: 242px;
    height: 189px;
}


.ccm-page-id-237 .section-jupiter-tariff .button-line{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.ccm-page-id-237 .section-jupiter-tariff .button-line .wr-button{
    flex: none;
}

.ccm-page-id-237 .section-jupiter-tariff .line{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    flex-grow: 1;
}
.ccm-page-id-237 .section-jupiter-tariff .line .path{
    height: 2px;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
}
.ccm-page-id-237 .section-jupiter-tariff .line .path svg{
    position: absolute;
}


/* ----------------------- */
.ccm-page-id-237 .section-faq{
    margin-top: -40rem;
}

/* partnership */
.section-parnership .body-text{
    margin: 2rem 0;
    font-size: 1.2rem;
}
.section-parnership .ps-card{
    padding: 2rem 3rem;

    background: #fff;
    border-radius: 2rem;
    box-shadow:  inset 0 2px 0 -1px #0001, 0.5px 0.5px 0 0.5px #0001;
}
.section-parnership .ps-card .ps-card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.section-parnership .ps-card .ps-card-header .title{
    font-family: var(--font-jura);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
}
.section-parnership .ps-card ul{
    padding-right: 3rem;
    font-size: 0.9rem;
}
.section-parnership .ps-card .ps-cart-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

.section-parnership .ps-card .wr-button{
    flex-shrink: 0;
    transform: scale(0.8);
}
.section-parnership .ps-card .wr-button:hover{
    transform: scale(0.8) translateY(-0.2rem);
}


/* ---  blog  --- */
.blog-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-header .search-panel{
    position: relative;
}
.blog-header .search-panel input[name="search"]{
    padding: 0.4rem 0.8rem 0.4rem 3rem;
    border: 1px #333 solid;
    border-radius: 0.4rem;
    width: 300px;
    outline: none !important;
}
.blog-header .search-panel img{
    position: absolute;
    top: 0.6rem;
    left: 1rem;
}
.blog-content .blog-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-content .section-title {
    font-size: 2.4rem;
    font-weight: 700;
}
.blog-content .blog-section .dropdown svg{
    width: 20px;
    height: 20px;
    fill: var(--color-blue);
    margin-right: 0.2rem;;
}

.categories-list .btn-slider-prev {
    width: 37px;
    height: 37px;
    margin-left: 0;
    cursor: default;
    opacity: 60%;
    transition: all 0.5s ease;
    flex-shrink: 0;
}

.categories-list .btn-slider-prev.active {
    opacity: 100%;
}

.categories-list .btn-slider-prev.active:hover {
    cursor: pointer;
}

.categories-list .btn-slider-next {
    width: 37px;
    height: 37px;
    margin-left: 0;
    cursor: default;
    opacity: 60%;   
    transition: all 0.5s ease;
    flex-shrink: 0;
}

.categories-list .btn-slider-next.active {
    opacity: 100%;
}

.categories-list .btn-slider-next.active:hover {
    cursor: pointer;
}

.blog-pagination .btn-slider-prev {
    width: 37px;
    height: 37px;
    margin-left: 0;
}

.blog-pagination .btn-slider-next {
    width: 37px;
    height: 37px;
    margin-left: 0;
}

.categories {
    margin-top: 1.5rem;    
    font-family: var(--font-jura);
    display: flex;
}

.rubricator {
    display: flex;
    align-items: start;
    gap: 0.3rem;
    flex-wrap: wrap;
}
.rubricator a {
    padding: 0 0.6rem 0;
    height: 37px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0.4rem;
    border: 1px var(--color-blue) solid;
    color: var(--color-black);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.rubricator a.active {
    background: var(--bg-blue-gradient);
    color: #fff;
}
a.telegram-news{
    border: none;
    border-radius: 0.4rem;
    height: 37px;
    width: 37px;
    background-size: cover;
    background-image: url('../img/telegram-link.webp');
}

.categories .rubricator {
    padding-right: 2rem;
    flex-shrink: 0;
}

.categories .categories-list {
    display: flex;
    align-items: center;
    width: calc(100% - 310px);
    margin-left: auto;
}

.categories .categories-list .categories-list-wrapper {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */    
    scroll-behavior: smooth;
}

.categories .categories-list .categories-list-wrapper::-webkit-scrollbar {
    width: 0px;
}

.categories .categories-list .categories-list-wrapper .categories-list-group {
    display: flex;   
    padding: 0 1rem;    
    gap: 2rem;
    width: fit-content;
}


.categories .categories-list .categories-list-wrapper .categories-list-group a {
    font-weight: 700;
}

.categories .categories-list .categories-list-wrapper .categories-list-group a.active {
    color: var(--color-blue);
}

.category-description {
    margin: 1.5rem 0;
}

.blog-content {
    margin-top: 2rem;
}

.news-grid {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}

.news-card {
    display: block;
    background-image: url(../img/rect-white-300-300.svg);
    background-size: calc(100%) calc(100%);
    padding: 1rem 1rem 1.6rem;
    position: relative;
    height: 415px;
    /* cursor: pointer; */
}

.news-card .news-card-head img {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
}

.news-card .news-card-head .news-new {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    position: absolute;
    width:5.43rem;
    height: 1.5rem;
    top: 2rem;
    left: 1.8rem;
    padding: 0.4rem;
    background: var(--bg-blue-gradient);
    border-radius: 0.4rem;
    color: #fff;
}

.news-card .news-card-head .news-new .news-new-icon {
    width: 16px;
    height: 11px;
    background-image: url(../img/megaphone.svg);
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
}

.news-card .news-card-head .news-new .news-new-text {
    font-family: var(--font-jura);
    font-size: 0.8rem;
    color: #fff;
    margin-right: auto;
}

.news-card .news-card-wrapper {
    position: absolute;
    top: 0;
    left: 2px;
    width: calc(100% - 4px);
    height: 332px;
    overflow: hidden;
}

.news-card .news-card-wrapper .news-card-body {
    position: absolute;
    padding: 1.2rem 2rem 0;
    width: 100%;
    left: 0;
    top: 186px;
    height: 340px;
    background: linear-gradient(to bottom,#fffa 0,#fff 33%);
    border-radius: 3rem 3rem 0 0;
    transition: all 0.4s ease;
}

.news-card:hover .news-card-wrapper .news-card-body {
    top: 0.8rem;
    height: 340px;
}

.news-card .news-card-wrapper .news-card-body .news-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
}

.news-card .news-card-wrapper .news-card-body .news-card-description {
    margin-top: 1rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2em;
}

.news-card .news-card-footer {
    display: flex;
    gap: 0.2rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2em;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1.6rem;
    padding: 0 2rem;
}

.news-card .news-card-footer a {
    font-family: var(--font-jura);
    padding: 0.2rem 0.4rem 0.2rem;
    background-color: #fff;
    border-radius: 0.26rem;
    border: 1px var(--color-blue) solid;
    color: var(--color-blue);
    font-weight: 700;
}

.news-card .news-card-footer a:hover {
    background: var(--bg-blue-gradient);
    color: #fff;
    border: 1px #fff solid;
}

.news-card .news-card-footer .time-to-read {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.news-card .news-card-footer .time-to-read svg {
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.news-card .news-card-footer .time-to-read .time-to-read-text {
    color: var(--color-gray);
}

.news-card .news-card-footer .time-to-read .time-to-read-text b {
    font-weight: 700;
    color: var(--color-black);
}

.news-card .news-card-footer .time-posted {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.news-card .news-card-footer .time-posted .time-posted-icon {
    width: 12px;
    height: 12px;
    background-image: url(../img/new/time-posted-icon.svg);
    background-size: contain;
    margin-right: 0.5em;
}

.news-card .news-card-footer .time-posted .time-posted-text {
    margin-left: 0.2rem;
}


.article-section .sticky-top{
    top: 110px;
}
.sidebar .news-list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sidebar .news-card {
    height: 240px;

    background: #fff;
    border-radius: 2rem;
    box-shadow: inset 0 2px 0 -1px #0001, 0.5px 0.5px 0 0.5px #0001;
}
.sidebar .news-card .news-card-head .news-new,
.sidebar .news-card .news-card-head img {
    display: none;
}
.sidebar .news-card .news-card-wrapper {
    height: 160px;
}
.sidebar .news-card .news-card-wrapper .news-card-body {
    top: 0;
    height: 240px;
}
.sidebar .news-card:hover .news-card-wrapper .news-card-body {
    top: 0;
    height: 240px;
}

.sidebar-title{
    font-family: var(--font-jura);
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: none;
}

.blog-pagination {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    font-family: var(--font-jura);
    gap: 0.5rem;
}

.blog-pagination .p-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0.4rem;
    border: 1px var(--color-gray) solid;
    color: var(--color-gray);
    line-height: 1em;
}

.blog-pagination .p-link.active {
    border: 1px var(--color-blue) solid;
    color: var(--color-blue);
}

.blog-pagination .paginator-crops-icon {
    width: 37px;
    height: 37px;
    background-image: url(../img/paginator-crops-icon.svg);
    background-size:100% 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------- */
.article-section{
    padding: 3rem 0;
}
.article-header {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;
    align-items: center;
}
.article-header .page-info{
    margin-left: auto;
    display: flex;
    gap: 1.4rem;
}
.article-header .page-counter{
    color: var(--color-gray);
    display: flex;
    align-items: center;
    gap: 0.2rem;
    cursor: default;
}
.article-header .page-counter svg{
    fill: var(--color-gray);
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.article-header .time-posted,
.article-header .time-to-read {
    display: flex;
    align-items: center;
}
.article-header .time-to-read .time-to-read-text {
    color: var(--color-gray);
    margin-left: 0.2rem;
}
.article-header .time-to-read .time-to-read-text b{
    color: var(--color-black);
}
.article-body{
    margin-top: 2rem;
}
.article-body .article-img img{
    border-radius: 1rem;
    width: 100%;
    height: auto;
}
.article-body .article-img{
    padding-bottom: 2rem;
}
.article-description{
    margin: 2rem 0 2rem;
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
}
.article-body p{
    margin-bottom: 0.8rem;
}
.article-footer{
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
}
.article-footer .publication-date{
    font-size: 0.85rem;
    color: var(--color-gray);
}
.article-footer .publication-date b{
    font-size: 1rem;
    color: var(--color-black);
}
.article-footer .go-back{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.85rem;
    padding: .3rem .6rem;
    border-radius: 0.4rem;;
    color: #fff;
    background: var(--bg-blue-gradient);
    transition: all .4s ease;
}

/* ----------------------- */

/* ----------------------- */
.section-parnership{
    padding: 3rem 0;
}


/* ---  footer  --- */
footer{
    padding: 5rem 0 3rem;
}
footer .logo{
    margin-top: -3px;
}
ul.footer-navbar{
    display: flex;
    padding-top: 0.2rem;
    padding-left: 0;
    list-style: none;
}

ul.footer-navbar > li > a{
    display: inline-block;
    font-family: var(--font-jura);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.8em 0.6em;
    color: #7D8696;
    transition: all 0.4s ease;
}
ul.footer-navbar > li:hover > a{
    color: var(--color-blue);
}
ul.footer-navbar > li > a:after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #7D8696;
}
ul.footer-navbar > li:hover > a:after{
    border-bottom-color: var(--color-blue);
}

ul.footer-navbar ul{ /* level 2*/
    padding-left: 1.4rem;
    list-style-type: disc;
} 

ul.footer-navbar ul li{
    font-size: 0.75rem;
    color: var(--color-gray);
    line-height: 1.4em;
    transition: all 0.4s ease;
}
ul.footer-navbar ul li:hover, 
ul.footer-navbar ul li:hover::marker{
    color: var(--color-blue);
}

footer .bottom{
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}
footer .copyright{
    font-size: 0.75rem;
    font-style: italic;
    color: var(--color-gray);
}

.footer-btn-test{
    text-align: right;
    margin-left: auto;
    max-width: 140px;
    line-height: 1.2em;
}
.footer-btn-test a{
    display: block;
}
.footer-btn-test .telegram-logo{
    margin-bottom: 0.6rem;
}

footer img.qr-code{
    width: 125px;
    height: auto;
}

.to-top{
    position: fixed;
    width: 100%;
    bottom: 5rem;
    text-align: right;
    z-index: 900;
}
.to-top .container{
    height: 0;
}
.btn-to-top{
    padding: 0.6rem 0.8rem 0.8rem;
    background-color: #fff;
    border-radius: 0.4rem;
    border: 1px var(--color-blue) solid;
    color: var(--color-blue);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);

    display: none;
    opacity: 0;
    transition: all 0.4s ease;
}
.btn-to-top.show{
    display: inline;
    opacity: .6;
}
.btn-to-top:hover{
    opacity: 1;
}

.btn-to-top:hover{
    background-color: var(--color-blue);
    color: #fff;
}
.btn-to-top svg{
    margin-left: 0.6rem;
    transition: all 0.4s ease;
}
.btn-to-top:hover svg path{
    stroke: #fff;
}

footer .contacts label{
    margin-top: 3rem;
    margin-bottom:0.4rem;
    color: #7D8696;
    font-family: var(--font-jura);
    font-weight: 700;
    display: block;
    text-align: left;
}
footer .contacts-flex{
    display: flex;
    gap: 4px;
}
footer .contacts-flex a{
    display: block;
    width: 35px;
    height: 35px;
    background-size: cover;
}
footer .contacts-flex .telegram-link{
    background-image: url('../img/telegram-link.webp');
}
footer .contacts-flex .youtube-link{
    background-image: url('../img/youtube-link.webp');
}
.tooltip{
    --bs-tooltip-color: #444;
    --bs-tooltip-bg: #fff;
    --bs-tooltip-opacity: 1;
    box-shadow: 0 0 10px #0003;
}
.tooltip .tooltip-inner{
    font-size: 0.75rem;
    padding: .4em .8em;
    border-radius: 0.3em;
    text-align: left;
}




/* glossary  icons  */
.glossary::after{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.3em;
    background-image: url('../img/glossary-modal-fill.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}
.glossary-tooltip::after{
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.3em;
    background-image: url('../img/glossary-tooltip-fill.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}



/* эффекты для кнопок */
footer .contacts a:hover,
.header-btn-test:hover,
.section-jupiter-step .canal-card:hover,
.footer-btn-test a:hover,
.ccm-page-id-237 .section-jupiter-tariff .section-header .link-btn:hover,
.section-titan-about .note:hover::after,
.projects-card:hover img,
.btn-slider-prev:hover,
.btn-slider-next:hover,
a.telegram-news:hover,
a.go-back:hover {
    filter: brightness(1.3);
    cursor: pointer;
    transition: all 0.4s ease;
}

.calculator input[name="asset"] + label:hover{
    background-color: #ABBAD6;
}

/* usebility move for mobile */
.mobile-move{
    display: none; /* flex for min 767.98 */
    align-items: center;
    gap: 0.5rem;
    color: #ABBAD6;
    font-size: 1rem;
    width: fit-content;
    margin: 1rem auto;
}
.mobile-move:before{
    content: url(../img/usebility-move.svg);
}


@media(min-width: 1201px){
    .section-media .container{
        max-width: 951px;
    }
    .section-jupiter-about .page-subtitle{
        padding-right: 10rem;
    }
    /* different height cards of 2th col */
    .section-jupiter-benefit .benefit-card.employee{
        height: calc(100% + 50px);
        margin-bottom: -50px;
    }
    .section-jupiter-benefit .benefit-card.trader{
        height: calc(100% - 50px);
        margin-top: 50px;
    }
    .section-jupiter-calc .description{
        max-width: 350px;
    }
    .calculator{
        width: 756px;
    }
    /* different order for the history cards on desctop PC */
    .history-card::before{
        background-size: auto;
        left: 2rem;
        top: 11.6rem;
        bottom: auto;
    }
    .history-card:nth-child(4)::before{
        background-image: url(../img/history-line-down.svg);
        height: 70px;
    }
    .history-card:nth-child(5){
        order: 4;
    }
    .history-card:nth-child(5)::before{
        background-image: url(../img/history-line-up.svg);
        top: 4.6rem;
        height: 134px;
    }
    .history-card:nth-child(6){
        order: 3;
    }
    .history-card:nth-child(6)::before{
        top: 10rem;
    }
    .history-card:nth-child(7){
        order: 2;
    }
    .history-card:nth-child(7)::before{
        top: 10rem;
    }
    .history-card:nth-child(8){
        order: 1;
    }
    .history-card:nth-child(8)::before{
        top: 10.5rem;
        background-image: url(../img/history-line-start.svg);
    }


}

@media(min-width: 1400px){
    .container{
        max-width: 1224px;
    }
}

@media(min-width: 1600px){
    section#numbers{ scroll-margin-top: -5rem; }
    .container{
        max-width: 1440px;
    }
    /* 2025-01-31 increase card size */
    .news-card {
        height: 450px;
    }
    .news-card .news-card-wrapper {
        height: 365px;
    }
    .news-card .news-card-wrapper .news-card-body {
        top: 225px;
    }
}


/**************************    **********************/
@media(max-width: 1400px){

    html{font-size: 16px}

    .ccm-page-id-240 .section-partners{
        padding-top: 1300px;
    }
    .section-team{
        margin-top: -25rem;
    }

    #calculator_modal .modal-dialog{
        max-width: 1140px;
    }
}
/**************************  LAPTOP  **********************/
@media(max-width: 1199.98px){

    .page-title{
        margin-right: 2rem;
    }
    h1, .section-title {
        font-size: 2.6rem;
    }
    .section-about-numbers .section-title{
        padding-right: 0;
        margin-top: 3rem;
    }
    .numbers-grid{
        gap: 0;
        margin-top: 1rem;
    }
    .partner-card img {
        margin-bottom: 1.4rem;
        height: 50px;
    }

    .instruments-card .subtitle{
        position: absolute;
        top: 1.4rem;
        left: 1.4rem;
        padding: 0.4rem;
        border-radius: 0.4rem;
        letter-spacing: 2px;
    }
    .instruments-card .title{
        bottom: 1.4rem;
        left: 1.4rem;
        font-size: 2rem;
    }
    .section-team{
        margin-top: -27rem;
    }
    /**/
    .section-jupiter-strategy {
        padding-top: 3rem;
    }
    .section-jupiter-strategy .chart-bottom{
        display: none;
    }
    .section-jupiter-strategy .target{
        margin-bottom: 1rem;
    }
    .section-jupiter-benefit {
        padding-top: 3rem;
    }
    .section-jupiter-benefit .benefit-card .benefit-head::after {
        top: auto;
        bottom: 0;
        right: 1rem;
    }
    .section-jupiter-benefit .benefit-card h3 {
        margin: 0.5rem 0 1.5rem 1rem;
        font-size: 1.4rem;
    }
    .section-jupiter-benefit .benefit-card ul {
        margin: 0 1rem 0 1rem;
    }
    .section-tc-compare tbody tr:nth-child(6) img{
        width: 160px;
    }
    .section-jupiter-stats {
        padding-top: 3rem;
    }
    .section-jupiter-risk .risk-card .title{
        padding-right: 25%;
    }
    .section-jupiter-risk .risk-card ul {
        padding-right: 35%;
    }
    .section-jupiter-risk .risk-note {
        padding: 1rem;
    }

    .section-jupiter-calc {
        padding-top: 3rem;
    }

    .section-jupiter-tariff {
        padding-top: 3rem;
    }
    .section-jupiter-tariff .button-wrapper::after {
        left: 340px;
    }
    .section-jupiter-tariff img {
        width: 138px;
        height: 140px;
        margin-right: 1rem;
        margin-left: 2rem;
    }
    .section-jupiter-tariff .deposit-wrapper {
        font-size: 1.2rem;
    }

    .section-jupiter-risk {
        padding-top: 2rem;
    }
    .section-jupiter-step {
        padding-top: 3rem;
    }
    .section-jupiter-step .step-card .icon {
        width: 140px;
        height: 140px;
    }
    .section-jupiter-step .step-card .icon::after {
        transform: scale(0.7);
    }
    .section-jupiter-step .step-card svg.line-h {
        left: 95px;
        width: 150px;
    }
    .section-jupiter-step .canal-card {
        min-height: 130px;
        padding: 1.4rem 1.4rem;
    }
    .section-jupiter-result {
        padding-top: 3rem;
        position: relative;
    }
    .video-reviews{
        height: 380px;
    }
    .video-review-grid{
        display: flex;
        overflow-x: scroll;
        position: absolute;
        left: 0;
        right: 0;
        gap: 1rem;
    }
    .video-review-grid:before,
    .video-review-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 480px - 1rem);
    }
    .video-review-grid .video-review-card{
        min-width: 200px;
        padding-top: 360px;
    }

    .video-review-card .title, 
    .video-review-card .author {
        font-size: 1rem;
    }

    .ccm-page-id-238 .section-partners {
        padding-top: 1300px;
        margin-top: 0;
    }
    .ccm-page-id-238 .section-faq {
        margin-top: -32rem;
    }

    .section-tc-effect img.chart{
        width: 100%;
        height: auto;
    }
    .section-tc-effect .portfel{
        flex-direction: column;
        padding-left: unset;
        width: 500px;
        margin: 3rem auto;
        gap: 0;
    }
    .section-tc-effect .portfel .title{
        padding: 2rem;
    }
    .section-tc-effect .portfel .profit {
        padding: 2rem 8rem 2rem 2rem;
    }
    .section-tc-effect .portfel .title::after{
        top: calc(100% + 0.5rem);
        left: 50%;
        transform: translate(-50%, -50%); 
    }
   
    .ccm-page-id-240 .section-jupiter-stats .chart-legend{
        display: block;
    }
    .ccm-page-id-240 .section-jupiter-stats .chart-title {
        width: 164px;
    }
    .ccm-page-id-240 .section-jupiter-tariff .section-header .top-link {
        font-size: 1rem;
    }
    .ccm-page-id-240 .section-jupiter-tariff .section-header .top-link img {
        width: 50px;
        height: 50px;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .overlay {
        padding: 2rem 2.5rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .numer {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 2rem;
        right: 2rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card ul {
        padding-right: 25%;
    }
    .ccm-page-id-240 .section-partners{
        padding-top: 1050px;
    }
    .ccm-page-id-240 .section-partners .text {
        margin-top: 13rem;
    }

    .ccm-page-id-240 .section-faq{
        margin-top: -23rem;
    }
    .section-tc-autobalans .tc-balans-row {
        flex-wrap: wrap;
    }
    .section-tc-autobalans .tc-balans {
        width: 600px;
    }
    .section-tc-autobalans .tc-balans:nth-child(1){
        padding: 0;
        border: none;
        margin: 0 0 1rem;
    }
    .section-tc-autobalans .tc-balans .item .action {
        padding: 1rem 7rem 1rem 1.2rem;
    }
    .section-tc-autobalans .tc-balans .wr-button {
        display: none;
    }
    /* modal */
    #calculator_modal .modal-dialog{
        max-width: 960px;
    }
    #calculator_modal .modal-dialog .modal-header .description{
        margin-top: 0.6rem;
        padding: 0.5rem;
        font-size: 0.65rem;
    }
    #calculator_modal .modal-dialog .modal-footer .logo{
        display: none;
    }
    #calculator_modal .modal-dialog .modal-body{
        padding-bottom: 1rem;
    }

    footer img.logo{
        width: 240px;
        height: auto;
    }
    ul.footer-navbar > li{
        margin-left: 0;
    }
    /* blog */
    .news-card .news-card-wrapper .news-card-body{
        padding: 1.2rem 1rem 0;
    }
    .news-card .news-card-footer{
        padding: 0 1rem;
    }
}
/**************************  TABLET  **********************/
@media(max-width: 991.98px){
    
    header{
        padding: 1rem 0;;
    }

    h1, .section-title{
        font-size: 2.2rem;
        line-height: 1em;
    }
    .section-about .img-wrapper{
        margin-top: 0;
    }

    .numbers-grid .value {
        font-size: 2rem;
    }
    .numbers-grid .title {
        font-size: 1rem;
    }
    .section-mission{
        padding: 4rem 0 0;
    }
    .section-mission .section-title{
        margin-top: 2.2rem;
    }
    .section-advantages{
        padding: 4rem 0 0;
    }
    .advantages-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-history{
        padding: 4rem 0 0;
    }
    .history-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .section-partners .text {
        margin-top: -14rem;
    }
    .partner-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .partner-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .section-team{
        margin-top: -28rem;
    }
    .section-team{
        padding-bottom: 0;
    }
    .team-grid {
        grid-template-columns: repeat(1, 1fr);
    }    

    .section-projects{
        padding: 3rem 0 0;
    }
    .section-projects .section-header{
        flex-wrap: wrap;
    }
    .section-projects .section-header > *{
        width: 100%;
        margin-bottom: 1.6rem;
    }
    .projects-grid{
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .section-instruments{
        padding: 3rem 0 0;
    }
    .instruments-card .subtitle{
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
    .instruments-card .title{
        bottom: 1rem;
        left: 1rem;
        font-size: 1.6rem;
    }
    .instruments-card .link{
        top: 1rem;
        right: 1rem;
        width: 30px;
        height: 30px;
    }

    /**/
    .section-jupiter-advantage .overlay {
        padding-top: 200px;
    }
    .section-jupiter-advantage {
        background-position: center left;
        padding-top: 650px;
    }
    .section-jupiter-advantage .advantage .title {
        font-size: 1.2rem;
    }
    .section-jupiter-advantage .advantage ul {
        padding: 0.2rem 4rem 0.2rem 1.4rem;
        margin-bottom: 0;
    }
    .jupiter-slider {
        margin-left: auto;
        margin-right: 0;
    }
    .section-jupiter-about .yield {
        position: relative;
        padding-left: 0;
        bottom: 95px;
    }
    .section-jupiter-about .note {
        position: relative;
    }
    .section-jupiter-benefit .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-jupiter-stats .chart-wrapper {
        margin-top: 1rem;
    }
    .section-jupiter-strategy .chart-wrapper img{
        max-width: 100%;
        height: auto;
    }
    .section-jupiter-stats .usability{
        display: none;
    }

    .section-jupiter-tariff .button-wrapper::after {
        left: 360px;
    }

    .section-jupiter-risk .risk-card .overlay {
        padding: 1rem 1.2rem;
    }
    .section-jupiter-risk .risk-card .title {
        font-size: 1.2rem;
    }
    .section-jupiter-risk .risk-card .numer {
        width: 30px;
        height: 30px;
        top: 1rem;
        right: 1rem;
        font-size: 1.2rem;
    }
    .section-jupiter-risk .risk-card ul {
        padding-right: 0%;
    }
    .section-jupiter-risk .risk-note ul {
        padding: 0;
        margin: 0;
        font-size: 0.9rem;
    }
    .section-jupiter-step .step-grid {
        gap: 0;
    }
    .section-jupiter-step .step-card .icon {
        width: 100px;
        height: 100px;
    }
    .section-jupiter-step .step-card svg.line-h {
        left: 80px;
        width: 120px;
    }
    .section-jupiter-step .step-card svg.line-v {
        top: 38px;
    }

    .section-jupiter-step .canal-grid {
        grid-template-columns: repeat(1, 1fr);
        width: 525px;
        margin: 3rem auto 0;
    }

    .ccm-page-id-238 .section-partners {
        margin-top: 0;
    }
    .ccm-page-id-238 .section-partners .text {
        margin-top: 10rem;
    }
    .ccm-page-id-238 .section-faq {
        margin-top: -25rem;
    }
    .video-review-grid:before,
    .video-review-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 360px - 1rem);
    }


    /* --- */
    .section-tc-about .note{
        position: static;
    }
    .section-tc-about .principle {
        font-size: 2.6rem;
        font-family: var(--font-jura);
        margin: 5rem auto 3rem;
    }
    .section-tc-effect .portfel-flex{
        flex-direction: column;
    }

    .section-tc-effect .portfel-flex .copy-text{
        position: static;
        margin: 3rem auto;
        transform: none;
        width: 280px;
    }

    .tc-advantage-card {
        display: block;
    }
    .tc-advantage-card .image-wrapper {
        min-width: unset;
        width: 190px;
    }
    .section-tc-advantage .index-count .img-wrapper {
        padding-right: 0;
    }
    .section-tc-advantage .index-count .text {
        padding: 2rem 0;
    }
    .section-header{
        flex-wrap: wrap;
    }
    .section-header .section-title{
        flex-wrap: wrap;
        margin-bottom: 1.6rem;
    }
    .section-tc-advantage .index-count {
        padding: 3rem 0 0;
    }

    .ccm-page-id-240 .section-partners {
        padding-top: 900px;
        margin-top: -5rem;
    }
    .ccm-page-id-240 .section-partners .text {
        margin-top: 8rem;
    }
    .ccm-page-id-240 .section-faq {
        margin-top: -20rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card {
        padding-top: 60%;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .overlay {
        padding: 1rem 1.2rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .numer {
        width: 30px;
        height: 30px;
        top: 1rem;
        right: 1rem;
        font-size: 1.2rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .title {
        padding-right: 10%;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card ul {
        padding-right: 0;
    }

    .section-tc-compare .index-selector{
        display: flex;
    }
    .d-mobile{
        display: block;
    }
    .section-tc-compare .usability.usability-mobile{
        display: flex;
    }
    .section-tc-compare .table-index-compare tr td {
        display: none;
    }
    .section-tc-compare .table-index-compare tr td .d-mobile{
        font-size: 0.85rem;
        margin-bottom: 0.6rem;
    }
    .section-tc-compare .table-index-compare[data-col="2"] tr td:nth-child(2){
        display: table-cell;
        border-right: var(--border);
    }
    .section-tc-compare .table-index-compare[data-col="3"] tr td:nth-child(3){
        display: table-cell;
        border-right: var(--border);    
    }
    .section-tc-compare .table-index-compare[data-col="4"] tr td:nth-child(4){
        display: table-cell;
        border-right: var(--border);
    }

    .section-tc-compare .table-index-compare tr:first-child td {
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
    }
    .section-tc-compare .table-index-compare tr:last-child td {
        border-bottom-left-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
    }


    /* --- */

    .ccm-page-id-237 .section-jupiter-tariff .section-header{
        flex-wrap: wrap;
    }

    .ccm-page-id-237 .section-jupiter-tariff .section-header .page-title,
    .section-jupiter-tariff .section-header .section-title{
        width: 100%;
    }
    .ccm-page-id-237 .section-jupiter-tariff .section-header .top-link{
        font-size: 2.2rem;
    }
    .ccm-page-id-237 .section-jupiter-tariff .section-header .link-btn{
        width: 53px;
        height: 53px;
        margin-left: 1rem;
    }
    
    .ccm-page-id-237  .section-jupiter-tariff .pie-wrapper {
        display: none;
    }

    .ccm-page-id-237  .section-jupiter-tariff .deposit-wrapper {
        margin-bottom: 1rem;
    }

    .ccm-page-id-237 .section-jupiter-tariff .line {
        display: none;
    }

    /* modal */
    #calculator_modal .modal-dialog{
        max-width: calc(100% - 1rem);
        margin: 130px auto auto;
        min-height: calc(100% - 130px);
        height: calc(100% - 130px);
    }
    #calculator_modal .modal-dialog .modal-body{
        overflow: scroll;
    }
    #calculator_modal .modal-dialog .modal-body .wr-table{
        min-width: 640px;
    }
    #calculator_modal .modal-dialog .modal-body .wr-table td{
        font-size: 0.8rem;
        padding: 0.3em 0.9em;
    }
    #calculator_modal .modal-dialog .result-text{
        font-size: 0.8rem;
        margin-top: 0.6rem;
    }
    /* knowlodge */
    .section-knowledge .sidebar {
        margin-right: 0;
    }

    footer{
        padding: 3rem 0 1rem;
    }
    .footer-links{
        order: 1;
        width: 100%;
    }
    ul.footer-navbar{
        padding-left: 0;
    }
    /* blog */
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/**************************  MOBILE  **********************/
@media (max-width: 767.98px){


    .main > section{
        overflow: hidden;
    }
    
    html{
        scroll-padding-top: 4rem;
    }
        /* anchors padding */
    section#numbers{ scroll-margin-top: -7rem; }
    section#mission{ scroll-margin-top: 0; }
    section#advantage{ scroll-margin-top: -2rem; }
    section#partners { scroll-margin-top: -14rem;}
    section#history { scroll-margin-top: -2rem;}
    section#media { scroll-margin-top: -2rem;}
    section#team { scroll-margin-top: 3rem;}
    section#projects { scroll-margin-top: -2rem;}
    section#products { scroll-margin-top: -2rem;}

    .ccm-page-id-238 section { scroll-margin-top: 0; }
    .ccm-page-id-238 section#partners { scroll-margin-top: 0; }
    
    .ccm-page-id-240 section { scroll-margin-top: 0; }
    .ccm-page-id-240 section#portfel { scroll-margin-top: 2rem; }
    .ccm-page-id-240 section#cycles { scroll-margin-top: -2rem; }
    .ccm-page-id-240 section#compare { scroll-margin-top: -2rem; }
    .ccm-page-id-240 section#reviews { scroll-margin-top: -2rem; }
    .ccm-page-id-240 section#partners { scroll-margin-top: -6rem; }
    .ccm-page-id-240 section#faq { scroll-margin-top: 2rem;}


    header{
        padding: 0.6rem 0;
    }
    .logo{
        height: 36px;
    }
    .btn-mobile-menu{
        width: 40px;
        height: 40px;
    }

    .section-about-numbers{
        background-image: url(../img/about-bg-mobile.webp);
        padding-top: 196%;
    }
    .section-about-numbers .section-title{
        padding-right: 40%;
    }

    .section-about-numbers .text{
        padding-left: 0;
    }
    .numbers-grid{
        gap: 1rem 2rem;
        margin-top: 2rem;
    }
    .numbers-grid .title{
        font-size: 1.2rem;
        padding-right: 0.5rem;
    }
    .numbers-grid .value{
        font-size: 3rem;
    }

    .section-history .section-header{
        flex-wrap: wrap;
    }
    .section-history .section-header > *{
        width: 100%;
    }
    .section-history .section-title{
        margin-bottom: 1.6rem;
    }

    .history-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-media .section-header{
        flex-wrap: wrap;
        justify-content: left;
    }
    .section-media .section-header *{
        width: 50%; /* set logo + note to one row */
    }
    .section-media .section-header .tv-logo{
        height: auto;
        padding-right: 1rem;
    }

    .section-media .section-header .section-title{
        margin-bottom: 1.6rem;
        width: 100%;
    }
    .video-wrapper .btn-video{
        width: 57px;
        height: 57px;
        border-radius: 60px;
    }
    .video-wrapper .btn-video svg{
        width: 28px;
        height: 28px;
    }
    .partner-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .projects-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .section-partners{
        background-image: url(../img/partners-bg-mobile-2.webp);
        padding-top: 1343px;
        margin-top: 13rem;
    }
    .section-partners .text {
        margin-top: 0;
    }
    .partner-list {
        margin-top: 2rem;
    }
    .section-team{
        margin-top: -100px;
    }

    .instruments-card .subtitle{
        top: 1.6rem;
        left: 1.6rem;
        font-size: 1.2rem;
        padding: 0.8rem;
        letter-spacing: 4px;
    }
    .instruments-card .title{
        bottom: 1.8rem;
        left: 1.6rem;
        font-size: 3rem;
    }
    .instruments-card .link{
        top: 1.6rem;
        right: 1.6rem;
        width: 38px;
        height: 38px;
    }

    /* jupiter */
    .jupiter-slider{
        margin-right: auto;
    }
    .jupiter-slider .arrows {
        justify-content: center;
    }
    .section-jupiter-about .yield{
        bottom: auto;
        margin-top: 2rem;
    }
    .section-jupiter-about .note{
        bottom: auto;
        margin-top: 1rem;
    }
    .section-jupiter-advantage{
        background-image: url(../img/j-advantage-bg-mobile-2.webp);
        background-position: center center;
        padding-top: 1350px;
        margin-top: -200px;
    }
    .section-jupiter-advantage .overlay {
        padding-top: 320px;
    }
    .section-jupiter-advantage .advantage .title {
        font-size: 1.2rem;
        line-height: 1.2em;
        margin-top: -0.4rem;
    }
    .section-jupiter-advantage .advantage ul {
        padding: 0.6rem 10rem 0.4rem 1.4rem;
        margin-bottom: 1rem;
    }
    .section-jupiter-strategy .chart-wrapper {
        padding-right: 0;
    }
    .section-jupiter-strategy .options {
        margin-top: 0rem;
    }
    .section-jupiter-strategy .chart-legend {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .section-jupiter-strategy .chart-legend {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .section-jupiter-strategy .wr-button {
        margin: 0 auto;
    }

    .section-jupiter-benefit{
        height: 550px;
    }
    .section-jupiter-benefit .benefit-grid{
        display: flex;
        overflow-x: scroll;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 0;
        gap: 1.4rem;
    }
    .section-jupiter-benefit .benefit-grid:before,
    .section-jupiter-benefit .benefit-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 270px - 1.4rem);
    }
    .section-jupiter-benefit .benefit-card{
        min-width: 350px;
        margin-bottom: 2rem;
    }
    .section-jupiter-stats .section-header{
        position: relative;
    }
    .section-jupiter-stats .usability{
        display: none;
    }
    .section-jupiter-stats .usability.usability-mobile{
        display: flex;
        position: static;
        margin: 1rem auto;
    }
    .section-jupiter-stats .section-header{
        flex-direction: column;
        align-items: start;
    }
    .section-jupiter-stats .chart-legend{
        display: flex;
        gap: 1rem;
    }
    .section-jupiter-stats .chart-title{
        margin-top: 1rem;
        width: none;
    }
    .ccm-page-id-239 .section-jupiter-stats .chart-title {
        width: auto;
    }
    .section-jupiter-stats .chart-title::after{
        display: none;
    }
    
    .year-list{
        display: none;
    }
    
    .year-list.year-list-mobile{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0.6rem;
        margin: 1rem 0;
    }

    .jupiter-calculator{
        margin-top: 2rem;
    }
    .jupiter-calculator .wr-button{
        margin: 0 auto;
    }

    .section-jupiter-tariff .section-header{
        flex-wrap: wrap;
    }
    .section-jupiter-tariff .section-header .top-link{
        margin-top: 1rem;
    }
    .section-jupiter-tariff .section-header .top-link img{
        width: 50px;
        height: 50px;
        margin-left: 0;
    }
    .section-jupiter-risk .risk-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .section-jupiter-risk .risk-card .overlay {
        padding: 2.5rem 3rem;
    }
    .section-jupiter-risk .risk-card .numer {
        width: 57px;
        height: 57px;
        top: 3rem;
        right: 3rem;
    }
    .section-jupiter-risk .risk-card .title {
        font-size: 1.4rem;
        padding-right: 45%;
    }
    .section-jupiter-risk .risk-card ul {
        padding-right: 50%;
    }

    .section-jupiter-step .step-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .section-jupiter-step .step-card {
        flex-direction: row;
    }
    .section-jupiter-step .step-card .icon {
        margin-top: 0;
        margin-left: 2rem;
    }
    .section-jupiter-step .step-card .text {
        margin-top: 0;
        padding: 0 2rem;
        width: 230px;
        text-align: left;
    }
    .section-jupiter-step .step-card svg.line-h {
        display: none;
    }
    .section-jupiter-step .step-card svg.line-v {
        left: 10%;
        rotate: 90deg;
    }
    .section-jupiter-result .jupiter-review-slider .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .section-jupiter-result .jupiter-review-slider .arrows {
        justify-content: center;
    }
    .video-review-grid{
        padding-top: 1rem;
    }
    .video-review-grid:before,
    .video-review-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 270px - 1rem);
    }

    .ccm-page-id-238 .section-partners {
        padding-top: 1336px;
        margin-top: 0;
    }
    .ccm-page-id-238 .section-partners .text {
        margin-top: 18rem;
    }
    .ccm-page-id-238 .section-faq {
        margin-top: 3rem;
    }
    .ccm-page-id-238 .section-faq .section-title {
        padding-right: 0;
        color: var(--color-black);
    }

    .ccm-page-id-237 .section-jupiter-tariff .section-header{
        align-items: end;
    }

    .ccm-page-id-237 .section-jupiter-tariff .section-header .top-link{
        max-width: 230px;
        margin-left: unset;
        margin-right: auto;
    }
    .ccm-page-id-237  .section-jupiter-tariff .button-line{
        flex-wrap: wrap;
    }
    /*  */
    .ccm-page-id-240 .section-tc-about .note{
        margin: 0 auto;
    }
    .section-tc-compare {
        padding-top: 4rem;
    }
    .section-tc-effect .wr-button {
        position: static;
        margin: 2rem auto 0;
    }
    .section-tc-advantage {
        padding-top: 3rem;
        height: 600px;
    }
    .tc-advantage-grid{
        display: flex;
        overflow-x: scroll;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 0;
        gap: 1rem;
    }
    .tc-advantage-grid:before,
    .tc-advantage-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 160px - 1rem);
    }
    .tc-advantage-card {
        background-image: url(../img/rect-white-320-450.svg);
        min-width: 320px;
        padding: 1.5rem 2rem;
        margin-bottom: 1rem;
    }
    .section-tc-advantage .index-count {
        padding: 500px 0 0;
    }    
    .section-tc-advantage .index-count .wr-button{
        margin: 2rem auto 0;
    }

    .section-tc-cycle .usability.usability-mobile{
        display: flex;
    }
    .section-tc-cycle .img-wrapper {
        position: absolute;
        overflow-x: scroll;
        left: 0;
        right: 0;
    }
    .section-tc-cycle .tc-cycle-img {
        width: auto;
        height: 800px;
        margin: 2rem calc(50% - 270px);
    }
    .section-tc-cycle .img-note {
        padding-top: 880px;
    }
    .section-tc-cycle .img-note .wr-button{
        margin: 2rem auto 0;
    }
    .section-tc-autobalans .tc-balans .item {
        flex-direction: column;
        gap: 0.4rem;
    }
    .section-tc-autobalans .tc-balans .item .event {
        width: 320px;
        text-align: center;
    }
    .section-tc-autobalans .tc-balans .item .action{
        width: 320px !important;
        padding: 1.4rem 2rem 2rem 1rem;
    }
    .section-tc-autobalans .tc-balans .item .action.pay{
        padding: 1.4rem 9rem 2rem 1rem;
    }
    .section-tc-autobalans .tc-balans .item .action.stor{
        padding: 1.4rem 5rem 2rem 1rem;
    }
    .section-tc-autobalans .tc-balans .item .arrow {
        rotate: 90deg;
    }
    .section-tc-autobalans .tc-balans .wr-button {
        margin: 2rem auto 0;
    }
    .ccm-page-id-240 .section-jupiter-stats .chart-legend {
        display: flex;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card {
        padding-top: 52.54%;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .overlay {
        padding: 2.5rem 3rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .title {
        font-size: 1.4rem;
        padding-right: 25%;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .numer {
        width: 57px;
        height: 57px;
        top: 3rem;
        right: 3rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card ul {
        padding-right: 35%;
    }
    .ccm-page-id-240 .section-partners {
        padding-top: 1350px;
        margin-top: -2rem;
    }
    .ccm-page-id-240 .section-partners .text {
        margin-top: 12rem;
    }
    .ccm-page-id-240 .section-partners .partner-image {
        width: 100%;
        top: auto;
        right: 0;
        bottom: 9rem;
    }
    .ccm-page-id-240 .partner-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ccm-page-id-240 .section-faq {
        margin-top: 3rem;
    }
    .ccm-page-id-240 .section-faq .section-title {
        padding-right: 0;
        color: var(--color-black);
    }
    /**/
    #calculator_modal .modal-dialog .wr-button.btn-test{
        display: none;
    }
    .footer-logo .logo{
        width: 200px;
    }
    .chart-control .index-selector, .chart-control .period-selector {
        justify-content: space-between;
    }    
    /* blog */
    .blog-header .search-panel {
        width: 100%;
    }
    .blog-header .search-panel input[name="search"]{
        width: 100%;
    }
    .blog-header .page-title{
        order: 1;
        margin-top: 1rem;
    }
    .blog-content .section-title {
        font-size: 1.8rem;
    }
    .blog-content .blog-section .dropdown{
        width: 100%;
        margin-top: 1rem;
    }
    .article-header .page-info {
        margin-left: unset;
        justify-content: space-between;
        width: 100%;
    }
    section.blog-menu{
        padding-top: 3rem;
    }
    .news-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 0;
    }
    .news-card {
        display: block;
        width: 320px;
    }
    .news-card .news-card-wrapper .news-card-body{
        padding: 1.2rem 1.4rem 0;
        top: 160px;
    }
    .news-card .news-card-wrapper .news-card-body .news-card-title {
        font-size: 1.1rem;
    }
    .news-card .news-card-footer{
        padding: 0 1.4rem;
    }
    .news-card .news-card-footer,
    .news-card .news-card-footer a {
        font-size: 0.6rem;
    }
    .categories {
        flex-direction: column;
        gap: 1rem;
        margin-top: -2rem;
    }
    .categories .categories-list {
        width: 100%;
    }
    .categories .rubricator {
        padding-right: 0;
        flex-shrink: 0;
        align-self: end;
    }
    .article-header {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }
    .article-header .time-to-read {
        margin-left: 0;
        display: flex;
        align-items: center;
    }
    .article-body h1.page-title {
         font-size: 1.6rem;
         margin-right: 0;
    }

    .sidebar .news-card{
        height: 200px;
    }
    .sidebar-title{
        display: block;
    }
    /* usebility move for mobile */
    .mobile-move{
        display: flex; /* min 767.98 */
    }
    
    .blog-pagination .p-link,
    .blog-pagination .btn-slider-prev,
    .blog-pagination .btn-slider-next {
        width: 30px;
        height: 30px;
    }
}
/**************************  MOBILE  **********************/
@media (max-width: 575.98px){
    .section-title {
        font-size: 1.8rem;
    }
    .section-jupiter-advantage .section-subtitle {
        font-size: 1.2rem;
    }
    .section-jupiter-advantage .advantage {
        margin-bottom: 1rem;
    }
    .section-header .top-link {
        font-size: 1.1rem;
        line-height: 1.4em;
    }

    .section-about{
        padding: 0;
    }
    .section-about .page-title{
        letter-spacing: -2px;
    }
    .page-subtitle{
        font-size: 1rem;
    }

    /*
    .section-about .img-wrapper {
        margin-left: -38%;
    }
    */
    .section-about .img-wrapper {
        margin-left: -22%;
    }
    .section-about .img-wrapper img.about-phone{
        width: 470px;
    }
    .section-about .img-wrapper .indexes {
        position: absolute;
        top: 247px;
        left: 118px;
        gap: 1px;
    }
    .section-about .img-wrapper .indexes > div {
        width: 64px;
        height: 36px;
        background-size: cover;
        position: relative;
    }
    .section-about .img-wrapper .indexes .value {
        font-size: 0.48rem;
        bottom: 1px;
    }
    .section-about .img-wrapper .indexes .percent {
        font-size: 0.38rem;
        font-weight: 500;
    }
    .section-about .img-wrapper img.products {
        width: 204px;
        height: 170px;
        position: absolute;
        top: 283px;
        left: 115px;
    }


    .about-activity-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }

    .about-activity {
        display: flex;
        padding: 1rem 3.2rem 1rem 1.2rem;
    }
    .section-about-numbers {
        margin-top: -20rem;
    }
    .section-about-numbers .section-title {
        margin-top: 0;
    }

    .about-activity-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .section-mission {
        padding: 3rem 0 0;
    }
    .section-mission .mission {
        padding: 1rem 7rem 1.6rem 1.6rem;
        border-radius: 1rem;
        font-size: 1rem;
    }
    .section-mission .mission .section-title {
        margin-top: 0;
    }
    .section-mission .mission::after{
        width: 190px;
        height: 190px;
        background-size: 190px 190px;
    }
    .mission-grid {
        gap: 0.6rem;
    }
    .mission-card {
        padding: 0.6rem 1.2rem 0.6rem 0.6rem;
        border-radius: 0.6rem;
        font-size: 0.75rem;
    }
    .mission-card .icon {
        margin-right: 0.6rem;
    }
    .mission-card .icon img{
        width: 24px;
        height: 30px;
    }

    .section-advantages {
        padding: 3rem 0 0;
    }
    .advantage-card .img-wrapper{
        margin-right: 1rem;
    }
    .advantage-card .text{
        font-size: 0.95rem;
        padding-right: 1rem;
    }
    .advantage-card .title{
        font-size: 1.4rem;
    }
    .section-history {
        padding: 3rem 0 0;
    }
    .history-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }

    .history-card {
        height: 140px;
        padding: 0.8rem 1rem;
        font-size: 0.75rem;
        padding-bottom: 2.5rem;

        background-image: url(../img/rect-white-150-150.svg);
    }
    .history-card .year{
        font-size: 1.4rem;
        top: 0.8rem;
        margin-bottom: 0.4rem;
    }
    .history-card .numer{
        font-size: 1rem;
        top: 0.8rem;
        right: 1rem;
    }
    .history-card::before{
        width: 140px;
        height: 20px;
        left: 1rem;
        bottom: 1.2rem;
    }
    .history-card:last-child::before{
        background-image: url(../img/history-line-continue.svg);
        background-size: 140px auto;
        bottom: .8rem;
    }
    .section-media .section-header{
        font-size: 1rem;
    }
    .section-media .section-title {
        margin-bottom: 1.4rem;
    }
    .video-wrapper {
        margin-top: 1.8rem;
    }
    .section-partners{
        margin-top: 5rem;
    }
    .section-partners .text {
        margin-top: 0rem;
    }
    .partner-card img{
        height: 48px;
        margin-bottom: 1.2rem;
    }

    .section-team{
        padding: 0;
    }
    .section-team .section-header{
        align-items: start;
    }
    .team-counter{
        padding: 0.6rem;
        border-radius: 0.6rem;
        max-width: 135px;
        align-items: start;
    }
    .team-counter strong{
        font-size: 1rem;
    }
    .team-counter img{
        width: 30px;
        height: 30px;
        margin-right: 0.4rem;
    }
    .team-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 3rem;
    }
    .team-card{
        padding: 1rem 0.5rem 1rem 1rem;
        background-image: url(../img/rect-white-600-250.svg);
    }
    .team-card img{
        width: 112px;
        height: 112px;
        margin-right: 0.8rem;
    }
    .team-card .title{
        font-size: 1.4rem;
    }
    .team-card ul {
        margin-top: 0.6rem;
        padding-left: 0.8rem;
        font-size: 0.75rem;
    }

    .section-projects{
        padding: 3rem 0 0;
    }
    .section-projects .section-header > * {
        margin-bottom: 1.2rem;
    }
    .projects-grid {
        gap: 1.4rem;
        margin-top: 0.6rem;
    }

    .section-instruments{
        padding: 3rem 0 0;
    }
    .section-instruments .section-header{
        flex-wrap: wrap;
    }
    .section-instruments .section-header > *{
        width: 100%;
        margin-bottom: 1rem;
    }
    .section-instruments .row {
        margin-top: 1rem;
    }
    .instruments-card .title {
        font-size: 2.6rem;
        left: 1.6rem;
        bottom: 1.6rem;
    }
    .instruments-card .subtitle {
        position: absolute;
        top: 1.2rem;
        left: 1.6rem;
        padding: 0.6rem 0.8rem;
        font-size: 1rem;
        border-radius: 1rem;
        letter-spacing: 3px;
    }
    .instruments-card .link {
        top: 1.2rem;
        right: 1.6rem;
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }
    .section-instruments .text {
        padding: 1.6rem 1rem 1.6rem;
        font-size: 1.1rem;
    }

    /**/
    .section-jupiter-about .note .text {
        font-size: 1.1rem;
    }
    .section-jupiter-about .note::before {
        width: 48px;
        min-width: 48px;
        height: 70px;
    }
    .section-jupiter-advantage .overlay {
        padding-top: 300px;
    }
    .section-jupiter-advantage .advantage ul {
        padding: 0.2rem 0 0.2rem 1.4rem;
        margin-top: 1rem;
    }
    .section-jupiter-strategy .section-title {
        padding-right: 10%;
    }
    .section-jupiter-benefit .benefit-grid{
        gap: 1.2rem;
    }
    .section-jupiter-benefit .benefit-grid:before,
    .section-jupiter-benefit .benefit-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 160px - 1.2rem);
    }
    .section-jupiter-benefit .benefit-card{
        min-width: 284px;
    }
    .section-jupiter-benefit .benefit-card .benefit-head {
        width: 208px;
        height: 78px;
    }
    .section-jupiter-benefit .benefit-card.newbee .benefit-head::after {
        width: 40px;
        height: 40px;
        background-size: calc(100%) calc(100%);
        bottom: 1rem;
    }

    .calculator {
        padding: 1.4rem;
    }
    .calculator .wr-button {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
    .section-jupiter-tariff .table-wrapper {
        padding: 1rem;
        margin-top: 1.5rem;
    }
    .section-jupiter-tariff .table-title .name {
        font-size: 1.4rem;
    } 
    .section-jupiter-tariff .table-title .symbol {
        font-size: 1rem;
        margin-top: 0;
    }
    .section-jupiter-tariff .table-title .symbol svg {
        width: 14px;
        height: 14px;
    }
    .section-jupiter-tariff img {
        width: 88px;
        height: auto;
        margin-right: 0.6rem;
        margin-left: 0;
    }
    .section-jupiter-tariff .deposit-wrapper {
        padding: 1rem 0 0 0;
        font-size: 1rem;
    }
    .section-jupiter-tariff .button-wrapper {
        padding: 1.5rem 0;
    }

    .section-jupiter-risk .risk-grid .risk-card{
        height: 360px;
    }
    .section-jupiter-risk .risk-card:first-child ul {
        padding-right: 0;
    }
    .section-jupiter-risk .risk-grid .risk-card:nth-child(1){
        background-image: url(../img/j-risk-locker-mobile.webp);
    }
    .section-jupiter-risk .risk-grid .risk-card:nth-child(2){
        background-image: url(../img/j-risk-shield-mobile.webp);
    }
    .section-jupiter-risk .risk-grid .risk-card:nth-child(3){
        background-image: url(../img/j-risk-warning-mobile.webp);
    }
    .section-jupiter-risk .risk-card .overlay {
        padding: 1.5rem 2rem;
    }
    .section-jupiter-risk .risk-card .numer {
        top: auto;
        bottom: 3rem;
        right: 3rem;
    }
    .section-jupiter-risk .risk-card .title {
        font-size: 1.75rem;
        padding-right: 0;
    }
    .section-jupiter-risk .risk-card ul {
        padding-right: 0;
    }

    .section-jupiter-step .section-title{
        text-align: left;
    }
    .section-jupiter-step .step-card .numer {
        width: 33px;
        height: 33px;
        flex-shrink: 0;
    }
    .section-jupiter-step .step-card .icon {
        width: 80px;
        height: 80px;
        margin-left: 0.5rem;
    }
    .section-jupiter-step .step-card .icon::after {
        transform: scale(0.5);
    }
    .section-jupiter-step .step-card .text {
        padding: 0;
        width: auto;
    }
    .section-jupiter-step .step-card svg.line-v {
        left: 12%;
        rotate: 90deg;
        height: 10px;
        top: 40px;
    }
    .section-jupiter-step .canal-grid {
        width: auto;
    }
    .section-jupiter-step .canal-card{
        background-image: url(../img/rect-blue-320-172.svg);
        flex-wrap: wrap;
        justify-content: start;
        padding: 2rem;
    }
    .section-jupiter-step .canal-card .title {
        font-size: 1.6rem;
        line-height: 1.2em;
        max-width: 70%;
    }
    .section-jupiter-step .canal-card .note {
        margin-top: 0.3rem;
        font-size: 0.9rem;
    }
    .section-jupiter-result .trust {
        padding: 2rem;
        margin-top: 2rem;
        height: auto;
    }
    .section-jupiter-result .trust .section-title{
        font-size: 1.6rem;
    }
    .section-jupiter-result .trust .user-name {
        font-size: 1rem;
    }
    .video-review-grid{
        gap: 0.6rem;
    }
    .video-review-grid:before,
    .video-review-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 160px - 0.6rem);
    }

    .section-faq .accordion .accordion-header .accordion-button{
        background-image: url(../img/rect-white-320-70.svg);
        padding: 0.6rem 1rem;
        font-size: 1rem;
    }
    .section-faq .accordion .accordion-body {
        background: #fff;
        padding: 0.6rem 1rem;
        border-radius: 1rem;
    }

    .section-faq .accordion .accordion-header .numer {
        font-size: 1.2rem;
        margin-right: 0.4rem;
    }
    .section-faq .accordion .accordion-header .accordion-button::after {
        transform: scale(0.7);
    }
    /**/
    .ccm-page-id-237  .section-jupiter-tariff .section-header .link-btn{
        width: 42px;
        height: 42px;
        margin-left: 1rem;
    }
    .section-jupiter-tariff .deposit-wrapper{
        align-items: start;
    }
    /* */
    .ccm-page-id-238 .section-partners {
        margin-top: 0;
    }

    /* titan */
    .section-titan-about .page-subtitle {
        padding-right: 1rem;
        margin: 1.2rem 0 1rem;
    }
    .section-titan-about .yield {
        font-size: 1rem;
        padding-right: 1rem;
        margin-bottom: 1rem;
    }
    .section-titan-about .arrows {
        position: static;
        flex-direction: row;
        justify-content: center;
    }
    .section-titan-about .note {
        position: static;
        margin-top: 2rem;
        font-size: .8rem;
    }
    .section-titan-about .note .link{
        width: 50px;
    }
    .section-titan-info {
        padding: 3rem 0;
    }
    .section-titan-info .info{
        font-size: 2.2rem;
    }
    .section-titan-info .info-add{
        font-size: 1rem;
    }
    

    /* top crypto */
    .ccm-page-id-240 .section-tc-about .task {
        padding: 0 0 0 4rem;
    }
    .ccm-page-id-240 .section-tc-about img.tc-about {
        width: 100%;
        height: auto;
    }
    .ccm-page-id-240 .section-tc-about .note {
        margin: 0 auto;
        font-size: 1.2rem;
    }
    .section-tc-about .note::before {
        flex: none;
        width: 50px;
        height: 50px;
        margin-right: 0.6rem;
    }
    .section-tc-about .principle {
        font-size: 2.2rem;
        margin: 2rem auto;
        margin-right: auto;
        text-align: left;
        margin-right: -1rem;
    }
    .section-tc-effect .portfel {
        padding-left: unset;
        width: 320px;
        margin: 2rem auto;
    }
    .section-tc-effect .portfel .title,
    .section-tc-effect .portfel .profit {
        font-size: 1rem;
    }
    .section-tc-effect .portfel .title{
        padding: 1rem 1rem 2rem;
    }
    .section-tc-effect .portfel .profit {
        padding: 1rem 30% 2rem 1rem;
    }
    .section-tc-effect .portfel .title  .caption,
    .section-tc-effect .portfel .profit .caption {
        font-size: 2.2rem;
        margin-bottom: 0.4rem;
    }
    .tc-advantage-grid:before,
    .tc-advantage-grid:after{
        content: '';
        display: block;
        min-width: calc(50% - 160px - 1rem);
    }    
    .tc-advantage-card {
        min-width: 290px;
    }
    .tc-advantage-card .text {
        padding-right: 0;
    }
    .section-header .top-link {
        align-items: start;
    }
    .section-tc-cycle .section-header .top-link img {
        width: 50px;
        height: 50px;
    }
    .section-tc-cycle .tc-cycle-img {
        width: auto;
        height: 800px;
        margin: 2rem calc(50% - 160px);
    }
    .section-tc-cycle .img-note ul {
        padding-left: 2rem;
        font-size: 1.2rem;
    }
    .section-tc-autobalans {
        padding-top: 3rem;
    } 
    .section-tc-compare .section-header .top-link img {
        width: 50px;
        height: 50px;
    }
    .section-tc-compare .section-header .top-link div {
        flex: unset;
        width: auto;
        font-size: 1rem;
    }
    .section-tc-compare .section-header.plus{
        margin-top: 0;
    }
    .section-tc-compare .wr-button .note {
        width: 100px;
    }
    .section-header .define {
        font-size: 1.1rem;
        line-height: 1.4em;
        margin-bottom: 2rem;
    }
    .section-jupiter-calc .description {
        font-size: 1.1rem;
    }
    .section-jupiter-tariff .button-wrapper::after {
        display: none;
    }
    .ccm-page-id-237 .section-jupiter-tariff .deposit-wrapper {
        font-size: 0.9rem;
    }
    .ccm-page-id-237 .section-jupiter-tariff .deposit-wrapper img {
        width: 110px;
        height: auto;
    }
    .ccm-page-id-237 .section-jupiter-tariff .button-line {
        margin-top: 2rem;
        gap: 0rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .overlay {
        padding: 1.5rem 2rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .numer {
        top: auto;
        bottom: 2rem;
        right: 3rem;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card .title {
        font-size: 1.75rem;
        padding-right: 0;
    }
    .ccm-page-id-240 .section-jupiter-risk .risk-card ul {
        padding-right: 0;
    }
    .section-jupiter-step .step-grid {
        gap: 0.5rem;
    }

    .ccm-page-id-240 .section-partners {
        padding-top: 1012px;
        margin-top: -2rem;
    }
    .ccm-page-id-240 .section-partners .text {
        margin-top: 8rem;
    }


    footer{
        padding: 3rem 0;
    }
    .footer-logo{
        width: 100%;
        text-align: center;
        padding-bottom: 2rem;
    }
    .footer-logo .logo{
        width: 160px;
    }
    footer img.qr-code {
        display: none;
    }

    .footer-btn-test{
        display: flex;
        justify-content: start;
        max-width: none;
        text-align: left;
        margin: 0.5rem;
        font-size: 1.2rem;
    }
    .footer-btn-test div{
        order: 1;
    }
    .footer-btn-test .telegram-logo{
        margin-left: 0;
        margin-right: 0.5rem;
    }

    ul.footer-navbar{
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 220px;
    }
    ul.footer-navbar > li{
        width: 50%;
    }

    .container{
        max-width: 344px;
    }

    /* partnersheep */
    .section-parnership .ps-card {
        padding: 1rem;
        height: auto;
        margin-bottom: 1rem;
        border-radius: 1.4rem;

    }
    .section-parnership .ps-card ul {
        padding-right: 1rem;
    }
    .section-parnership .ps-card .ps-card-header .title {
        font-size: 1.2rem;
    }
    .section-parnership .ps-card .ps-card-header img {
        width: 40px;
        height: 40px;
    }
    .section-parnership .ps-card .ps-cart-footer {
        margin: 2rem 0 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* blog */
    .categories {
        margin-top: -1.75rem;
    }
    .rubricator a {
        height: 30px;
        font-size: 0.85rem;
    }
    a.telegram-news{
        height: 30px;
        width: 30px;
    }
    
    .categories-list .btn-slider-prev,
    .categories-list .btn-slider-next {
        width: 28px;
        height: 28px;
    }
    .categories .categories-list .categories-list-wrapper .categories-list-group {
        padding: 0 0.6rem;
        gap: 1rem;
    }
    .categories .categories-list .categories-list-wrapper .categories-list-group a {
        font-size: 0.8rem;
    }
    .article-header .time-to-read {
        font-size: 0.8rem;
    }

    .to-top{
        bottom: 3rem;
    }
    .btn-to-top {
    padding: .3rem 0.8rem 0.5rem;
    }
    .fixed-chat {
        bottom: 60px;
        right: 20px;
    }
}

/********* freezing the height of a background image  ***********/
@media (max-width: 480px){

    .section-about-numbers > .overlay{
        position: static;
    }
    .section-about-numbers .text {
        display: block;
    }
    .section-about-numbers{
        background-image: url(../img/about-bg-mobile.webp);
        background-size: auto 100%;
        background-position: center center;
        height: 942px;
        margin-top: -250px;
        padding-top: 150px;
    }


    .section-partners {
        background-image: url(../img/partners-bg-mobile-2.webp);
        background-size: auto 100%;
        background-position: center center;
        padding-top: 1360px;
        margin-top: 80px;
    }
    .section-team{
        margin-top: -100px;
    }
    /* jupiter */
    .ccm-page-id-238 .section-partners{
        padding-top: 1060px;
        margin-top: -2rem;
    }
    .ccm-page-id-238 .section-partners .text {
        margin-top: 4rem;
    }
    /* top-crypto */
    .ccm-page-id-240 .section-partners {
        padding-top: 843px;
        margin-top: -2rem;
    }
    .ccm-page-id-240 .section-partners .text {
        margin-top: 8rem;
    }
    .ccm-page-id-240 .section-partners .partner-image {
        width: auto;
        height: 395px;
        top: auto;
        bottom: 0;
        left: -90px;
        right: auto;
    }

}