
:root{
    --global-color : #2398ab;
    --text-nav-menu : 'IBM Plex Sans',Arial,sans-serif;
    --text-ubuntu : 'Ubuntu',Arial,sans-serif;
}


.t-body {
    background-color: #f5f5f5;
    overflow-x: hidden;
}

.new-box-site {
    background-color: #f5f5f5;
    min-height: 100%;
    display: grid;
    grid-auto-columns: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

:after, :before {
    box-sizing: content-box;
}

/*------------------HEADER-----------------------------*/

.one-header {
    width: 100%;
    background-color: white;
    box-shadow: rgb(0 0 0 / 13%) 0 4px 16px 11px;;
    text-align: right;
    line-height: 99px;
    transition: 0.4s ease;
    transition-property: background-color,box-shadow;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 100px;
}

.container-header {
    margin: 0 auto;
    width: 1450px;
    height: 100px;
    padding: 0 40px;
    display: flex;
    justify-content: space-around;
}

.container-logo {
    -webkit-box-orient: vertical;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.img-logo {
    width: 200px;
}

.for-menu {
    height: 100px;
    background: white;
    display: flex;
    align-items: center;
    padding: 7px 0 0px 0px;
    letter-spacing: 0.12em;
}

.menu-ul {
    list-style-type: none;
    display: flex;
    column-gap: 3px;
}


.new-menu-item:nth-child(1) {
    font-family: var(--text-nav-menu);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    color: inherit;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
    outline: none;
    padding: 1px;
    cursor: pointer;
}


.new-menu-item:nth-child(1)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    border-top-color: inherit;
    transition: transform 0.5s,-webkit-transform 0.5s;
}

.new-menu-item:nth-child(1):hover::after {
    transform: rotate(180deg);
}


#for-sub-menu div{
    line-height: 1em;
    margin-top: 42px;
}

.one-sub.show-submenu {
    display: block;
    position: absolute;
    border-right: 1px solid #958585;
    border-bottom: 1px solid #857676;
    border-left: 1px solid #a39999;
    box-shadow: 0px 0px 6px 3px #bac3c5;
    transition: all .6s;
    margin-top: 12px !important;
    margin-left: -66px;
    height: 30px;
    border-radius: 5px;
    background-color: white;
}

.two-sub {
    list-style-type: none;
    transition: all .6s;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin-right: 2px;
    width: 100%;
    margin-left: -16px;
}

.two-sub li {

}


.two-sub a:hover {
    color: #79ecec !important;
}

.one-sub {
    display: none;
}



.new-menu-item:nth-child(1):hover {
    color: var(--global-color) ;
}



.new-menu-item a {
    font-family: var(--text-nav-menu);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    color: inherit;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
    outline: none;
}

.new-menu-item a:hover {
    color: var(--global-color);
}



.lang {
    margin: 0 0 0 70px;
    font-family: var(--text-nav-menu);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
    outline: none;
    padding: 1px;
    cursor: pointer;
}

.lang span:nth-child(1) {
    margin-right: 5px;
}


.sub-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 15px;
    margin: 100px;
    margin-left: 0;
}


.line-post-header-left {
    height: 1px;
    background: linear-gradient(326deg, #7e7e7e, transparent);
    width: 50%;
    margin: 0 auto;

}

.line-post-header-right {
    height: 1px;
    background: linear-gradient(178deg, #7e7e7e, transparent);
    width: 50%;
    margin: 0 auto;

}


.active-nav-menu-new {
    color: var(--global-color) !important;
}



/*------------------HEADER-----------------------------*/


/*----------------------CONTENT------------------------*/
.inside-box {
    width: 1210px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.new-container-content {
    width: 67%;
    margin-top: 135px;
    border-radius: 6px;
}

.container-brockers {
    background-color: white;
    border-radius: 4px;
}

.switch-container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    text-align: center;
    padding: 17px;
    grid-column-gap: 41px;
}

.cryptocurrency-button {

    padding: 7px 4px 5px 4px;
    height: 60px;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px;
}

.cryptocurrency-button span {
    color: #ffffff;
    font-size: 31px;
    font-family: var(--text-ubuntu);
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.cryptocurrency-button:hover ,
.forex-button:hover {
    background: linear-gradient(14deg, #40a4b5 36%, #2298ab 0);
}

.forex-button {
    padding: 7px 4px 5px 4px;
    height: 60px;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px;
}




.forex-button span {
    color: #ffffff;
    font-size: 31px;
    font-family: var(--text-ubuntu);
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.open-index-broker {
    background: linear-gradient(14deg, #40a4b5 36%, #2298ab 0);
}
.close-index-broker {
    background: linear-gradient(13deg, #cccccc 61%, #d4d4d4 0%);
}

.more-brokers {
    margin-top: 10px;
    text-align: left;
    font-size: 19px;
    font-weight: 700;
    font-family: var(--text-ubuntu);
    cursor: pointer;
    padding: 12px;


}
.more-brokers a {
    color: black;
    text-decoration: none;
}

.more-brokers a:hover {
    color: var(--global-color);
}
/*----------------------CONTENT------------------------*/




/*-----------------Главная Страница------------------------*/




.cryptocurrency-brockers {
    margin: 0 auto;
    text-align: center;
    border-collapse:collapse;
    width:96%;
}


.cryptocurrency-item {
    border-bottom:1px solid #ab9f9f;
    height: 75px;
}

.cryptocurrency-item img {
    max-height: 75px;
}

.cryptocurrency-item td {
    width: 150px;
}



.cryptocurrency-logo {

}

.cryptocurrency-country {

}

.cryptocurrency-country img {
    border-radius: 4px;
}



/*-------------------------*/

 .cryptocurrency-more a {
    text-decoration: none;
    color: var(--global-color);
}

.cryptocurrency-more {
    border: 1px solid;
    width: 75%;
    height: 34px;
    padding: 6px;
    border-radius: 4px;
    color: var(--global-color);
    cursor: pointer;
    transition: all .5s;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.cryptocurrency-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(14deg, #40a4b5 36%, var(--global-color) 0);
    transition: all .5s;
    z-index: -1;
    transform: translateX(-100%);
}

.cryptocurrency-more:hover::before {
    transform: translateX(0);
}


.cryptocurrency-more a:hover {
    color: white;
}


/*-------------------------*/


.cryptocurrency-info {
    border: 1px solid;
    width: 95%;
    height: 34px;
    padding: 6px;
    border-radius: 4px;
    background-color: var(--global-color);
    color: white;
    cursor: pointer;
    margin-left: -15px;
}

.cryptocurrency-info a {
    text-decoration: none;
    color: white;
}

.cryptocurrency-info:hover {
    background-color: white;
    color: var(--global-color);
}


.cryptocurrency-info a:hover {
    color: var(--global-color);
}

.cryptocurrency-cashback {
    border: 1px solid;
    width: 102%;
    height: 34px;
    padding: 6px;
    border-radius: 4px;
    margin-left: -5px;
    color: black;
    cursor: pointer;

}

.cryptocurrency-cashback a {
    color: black;
    text-decoration: none;
}


.cryptocurrency-cashback a:hover {
    color: white;

}


.cryptocurrency-cashback:hover {
    background-color: black;
    color: white;
}
/*.line-brockers {*/
/*    border-top: 1px solid #b0b6b7;*/
/*    width: 95%;*/
/*    margin: 0 auto;*/
/*}*/


/*-----------------------INFO-CALCUL-----------------*/

.container-info-calcul {
    display: grid;
    grid-template-columns: 65% 33%;
    grid-column-gap: 16px;
    margin-top: 30px;
    border-radius: 4px;
}

.info-container-block {
    background-color: white;
    font-family: var(--text-nav-menu);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 6px;
}

.info-container-block  h3 {
    text-align: center;
    font-family: var(--text-nav-menu);
    font-size: 20px;
}

.global-colot-text {
    color: var(--global-color);
}

.info-container-item {
    width: 100%;
    display: grid;
    grid-template-columns: 20% 70%;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

.info-img-container {
    align-self: center;
    margin-left: 30px;
}

.info-container-text {
    line-height: 1.4em;
}

.info-container-text span {
    font-weight: bolder;
}


.container-calcul {
    background-color: white;
    height: 100%;
    padding: 8px;
    border-radius: 6px;
}

.for-zag {
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    margin-top: 8px;

}

.choice-trading {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.choice-trading button {
    font-size: 10px;
    width: 110px;
    cursor: pointer;
    border: none;
    background: #899699;
    color: white;
    height: 33px;
    border-radius: 4px;
}

.choice-trading button:hover {
    background: #52595a;
}


.on-but-calcul {
    background: var(--global-color) !important;
}


.choice-currency {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 51% 30%;
    grid-gap: 40px;
}


.euro-usd {
    display: grid;
    grid-template-columns: 38% 50%;
    grid-column-gap: 2px;
    width: 125%;
}

.btc {
    display: grid;
    grid-template-columns: 35% 50%;
    grid-column-gap: 2px;
    width: 110%;
}

.euro-usd span , .btc span {
    align-self: center;
    font-weight: bold;
    font-size: 20px;
}


.in-sum {
    margin-top: 10px;
    border: 1px solid;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    height: 41px;
    display: grid;
    grid-template-columns: 46% 50%;
    grid-column-gap: 10px;
}


.in-sum input {
    border: none;
    height: 100%;
    margin-left: 4px;
    outline: none;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
}

.sam-input {

}


.dop-input {
    font-size: 13px;
    align-self: center;
    color: #9ea1a5;
}


.raschitat {
    margin-top: 13px;
    text-align: center;
}

.raschitat button {
    border: none;
    background-color: var(--global-color);
    color: white;
    font-size: 11px;
    font-weight: bold;
    width: 75%;
    height: 7%;
    border-radius: 4px;
    cursor: pointer;
}

.raschitat button:hover {
    background: #3c4546;
}

.result {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 13px;
}


.month , .yar {

}

.result-month ,
.result-yar {
    border: 1px solid #000;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    height: 21px;
    box-shadow: 0 0 3px 0px;
    display: grid;
    font-weight: 900;
}

.result-one ,
.result-all {
    align-self: center;
    font-weight: 900;
    margin-left: 10px;

}



.result-yar {
    align-self: center;
    font-weight: 900;
}

.range {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.range span {
    font-weight: 700;
}

.name-range {
    font-family: var(--text-nav-menu);
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    color: #555c5c;
}

.col-sdel input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 90%;
    height: 3px;
    background: #8f8f8f;
    align-self: center;
}

.col-sdel input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    background: #2398ab;
    width:8%;
    cursor: pointer;
    border-radius:50%;
}


/*-----------------------INFO-CALCUL-----------------*/

.electronik-wallet-index {
    display: none;
    margin-top: 25px;
    background-color: white;
    border-radius: 6px;
}

.name-wallet-index {
    text-align: center;
    padding-top: 15px;
    font-size: 19px;
    font-family: var(--text-ubuntu);
    font-weight: bold;
}

.more-wallet {
    padding-top: 15px;
    font-size: 19px;
    font-family: var(--text-ubuntu);
    font-weight: bold;
    margin-left: 10px;
    padding-bottom: 10px;
}

.electronik-wallet-index .wallet-img {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
    margin-top: 20px;
}

.electronik-wallet-index .wallet-img img{
    width: 50%;
}

    /*-------------------------BONUS---------------------------*/

.bonus-block {
    border-radius: 4px;
}

.name-bonus-block {
    margin-bottom: 20px;
    margin-top: 20px;
    background: linear-gradient(17deg, var(--global-color) 75%, #30a6b9 25% );

    border-radius: 4px;
    width: 60%;
}

/*.name-bonus-block::before {*/
/*    content: "";*/
/*    position: fixed;*/
/*    border-radius: 3px;*/
/*    width: 58%;*/
/*    height: 10px;*/
/*    z-index: 100;*/
/*    box-shadow: 0px 0px 4px rgb(0 0 0 / 80%);*/
/*}*/
/*.name-bonus-block::after {*/
/*    content: "";*/
/*    position: fixed;*/
/*    border-radius: 3px;*/
/*    width: 58%;*/
/*    height: 10px;*/
/*    z-index: 100;*/
/*    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 80%);*/
/*    top: 58px;*/
/*}*/


.name-bonus-block h1 {
    color: white;
    margin-left: 15px;
}



.bonus-block {
    margin-top: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
}

.collection-bonus {
    display: none;
    padding: 5px;
}

.items-bonus {
    margin-bottom: 20px;
}

.item-bonus {
    margin-bottom: 15px;
    border: 1px solid #000;
    box-shadow: 0 0 4px 1px;
    border-radius: 4px;
}


/*------------------first---------------*/
.first-bonus {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr;
    text-align: center;
    align-items: center;
    color: #042548;
    width: 100%;
    padding: 6px 0 6px 0;
}

.image-bonus img {
    width: 180px;
}

.image-bonus-home {
    max-width: 100px;
    max-height: 50px;
}

.reward-bonus {

}

.reward-bonus span {
    font-size: 25px;
    color: #46515c;
    font-weight: bold;

}


.time-bonus {
    font-size: 25px;
    color: #2398ab;
    font-weight: bold;
    font-family: var(--text-nav-menu);
}

.open-bonus {
    cursor: pointer;
    width: auto;
    transition: 400ms ease-in-out;
}

.open-bonus img {
    width: 55px;
    color: #2398ab;
}

.open-bonus-sub img {
    width: 60px;
}

.right-for-bonus {
    align-self: center;
}

/*------------------second---------------*/
.secondary-bonus {
    display: grid;
    background: #52b4c5;
    height: 35px;
    border-top: 1px solid #fdfdfd;
    grid-template-columns: 88% 11%;
    text-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 3px;
    color: white;
    border-radius: 7px;
}

.text-bonus {
    font-size: 18px;
    font-weight: 600;
}

.down-second-bonus {

}

.down-second-bonus i {
    transition: 300ms ease-in-out;
}

/*------------------ternary---------------*/

.ternary-bonus {
    border: 10px solid #52b4c5;
    display: grid;
    grid-template-columns: 89% 11%;
    border-radius:16px;
}

.content-bonus {
    align-self: center;
    margin: 5px 5px 5px 5px;
}

.reference-bonus {
    text-align: center;
    align-self: center;
    background-color: #ffffff;
    width: 39px;
    margin: 0 auto;
    padding: 5px 0 4px 0px;
}

.reference-bonus a {
    text-decoration: none;
    color: var(--global-color);
    font-weight: bold;
}


.more-bonus {
    text-align: left;
    padding: 12px;
    font-size: 19px;
    font-weight: 700;
    font-family: var(--text-ubuntu);
    cursor: pointer;
}

.more-bonus a {
    text-decoration: none;
    color: #282725;
}

.more-bonus a:hover {

    color: var(--global-color);
}

.disp-block {
    display: block;
}

.disp-gird {
    display: grid !important;
}

/*-------------------------BONUS---------------------------*/



/*-----------------Главная Страница------------------------*/




/*-----------------------Страница-----Бонусы--------------*/


.img-for-up-page {
    position: relative;
}

.text-ofpage {
    position: absolute;
    top: 66px;
    left: 18px;
    color: #ffffff;
    font-size: 18px;
    font-family: var(--text-ubuntu);
    background-position: center center;
    border-color: transparent;
    border-style: dashed;
}

.info-site-bonus-down {
    background-color: white;
    padding: 15px;
    border-radius: 6px;
}

.info-bonus {
    text-align: center;
    color: #242240;
    font-size: 15px;
    font-family: var(--text-nav-menu);
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}


/*-----------------------Страница-----Бонусы--------------*/



/*-----------------------Страница-----КАК это работает-----*/

.for-howitworks-pr {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    width: 65%;
    margin: 23px 0px 1px 0px;
    padding: 7px;
    color: #ffffff;
    font-size: 18px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    border-radius: 4px;

}

.for-howitworks-pr span {
    margin-left: 5px;
}

.info-howtiworks {
    margin-top: 20px;
    background-color: white;
    border-radius: 6px;
    padding: 15px;
    color: #242240;
    font-size: 13px;
    font-family: var(--text-nav-menu);
    line-height: 1.15;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}


.prime-of-check {
    display: grid;
    grid-template-columns: 51% 49%;
    margin-top: 10px;

}

.out-prime {
    padding: 20px;
    border-radius: 6px;
}

.prime {
    background-color: white;
    text-align: center;
    color: #242240;
    font-size: 22px;
    font-family: var(--text-nav-menu);
    line-height: 1.15;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 10px;
}

.check {
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    align-items: center;

}


.block-for-howitworks {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(130px,1fr));
    margin-top: 20px;
    grid-column-gap: 70px;
    padding: 7px;
}


.item-for-how {
    background-color: white;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 7px 1px;
}

.img-for-how {
    margin-top: 15px;
}

.info-for-how {
    color: #242240;
    font-size: 12px;
    font-family: var(--text-ubuntu);
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 2px;
}

.video-block-content {
    margin-top: 20px;
    text-align: center;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 6px;
}


/*-----------------------Страница-----КАК это работает-----*/


/*-----------------------Страница-Партнерам-----------------*/


.info-partners {
    margin-top: 20px;
    background-color: white;
    padding: 24px;
    border-radius: 6px;
}

.in-info-block {
    color: #242240;
    font-size: 17px;
    font-family: 'Ubuntu',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.items-part {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;

}

.item-part {
    text-align: center;
    display: grid;
}



.img-part img {
    width: 20%;
}


.polos-info {
    margin-top: 20px;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    width: 60%;
    padding: 7px;
    color: #ffffff;
    font-size: 24px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    border-radius: 6px;
    text-align: center;
}


.block-partners-inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
}

.item-list-partners {
    display: grid;
    grid-template-columns: 6% 94%;
    margin-bottom: 10px;
}

.info-list-part {
    align-self: end;
    color: #242240;
    font-size: 15px;
    font-family: var(--text-nav-menu);
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;

}


/*-----------------------Страница-Партнерам-----------------*/

/*-----------------------FAQ--------------------------------*/

.sub-name {
    margin-top: 20px;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    padding: 7px;
    color: #ffffff;
    font-size: 24px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}


.block-list-faq {
    margin-top: 20px;
    display: grid;
    grid-row-gap: 16px;
}

.item-faq {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 4px 1px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.img-faq {
    margin-left: 20px;
    z-index: 3;
}

.sub-item-faq {
    align-self: center;
    color: #242240;
    font-size: 20px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-style: solid;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    border-radius: 8px;
    padding: 7px;
    margin: 0 20px 0px -8px;
    border-color: var(--global-color);
    z-index: 2;
    cursor: pointer;
    min-width: 90%
}

.info-faq {
    margin-left: 10px;
}

.info-item-faq {
    padding: 10px;
    background-color: white;
    margin-top: 5px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #2398ab;
    border-radius: 5px 5px 5px 5px;
    font-family: var(--text-ubuntu);
    line-height: 1.3em;
}

/*-----------------------FAQ-----------------------------*/

/*-----------------------Контакты-----------------------*/

.block-contact {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 40% 57%;
    grid-column-gap: 25px;
}

.sub-info-contact {
    background-color: white;
    border-radius: 5px;
    padding-bottom: 50px;
}

.info-contact-item {
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #242240;
    font-size: 15px;
    font-family: var(--text-ubuntu);
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    border-radius: 6px;
}

.info-contact-social {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-bottom: 5px;
}

.text-soc {
    align-self: center;
}

.text-soc a {
    color: black;
}

.form-call-back {
    border: 1px solid;
    border-radius: 8px;
    border-color: var(--global-color);
}

.name-call-back-form {
    background-color: var(--global-color);
    color: white;
    border-radius: 5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-left: 10px;
}


.name-email {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 15px;
    grid-column-gap: 8px;
    margin-top: -10px;
}

.label-style {
    color: #242240;
    font-size: 13px;
    font-family: var(--text-nav-menu);
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;

}

.input-style {
    border-radius: 6px;
    border: 1px solid var(--global-color);
    outline: none;
    height: 29px;
    width: 200px;
    font-size: 15px;
    color: #717676;
}

.area {
    padding: 15px;
    margin-top: -10px;
}

#area-callback {
    outline: none;
    border: 1px solid var(--global-color);
    border-radius: 6px;
    width: 99%;
    height: 70px;
}

.name-for-file {
    padding: 15px;
    line-height: 0.7em;
    margin-top: -10px;
}

.name-for-file span:nth-child(1) {
    color: #242240;
    font-size: 13px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 600;
}
.name-for-file span:nth-child(3) {
    color: var(--global-color);
}

.for-files {
    padding: 15px;
    margin-top: -10px;
}

.go-callback {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
}
#files-callback {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

#go-callback {
    background-color: var(--global-color);
    border: none;
    color: white;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
}

#go-callback:hover {
    background-color: white;
    color: var(--global-color);
    border: 1px solid var(--global-color);;
}

.input__file-icon-wrapper {
    color: var(--global-color);
    border: 1px solid;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
}

.input__file-button-text {
    color: #242240;
    font-size: 13px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 500;
}


.google-cap {
    margin: 0 auto;
    width: 62%;
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.g-recaptcha {
    align-self: center;
}

#recaptchaError {
    margin-top: 10px;
    text-align: center;
    color: red;
}

/*-----------------------Контакты------------------------*/



/*-----------------------Список Forex------------------------*/

.items-container-brokers {
    display: grid;
    grid-row-gap: 20px;
    grid-template-columns: 100%;
}


.name-brokers {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    color: white;
    width: 55%;
    border-radius: 6px;
    box-shadow: #7bc1cb 3px 5px 0 0;
}


.name-brokers h1{
    line-height: 2em;
    padding-left: 15px;
    font-family: var(--text-nav-menu);
}



.item-container-brokers {
    background-color: white;
    padding: 10px;
    border: 1px solid var(--global-color);
    border-radius: 6px;
}

.item-first-brokers {
    display: grid;
    grid-template-columns: 23% 73%;
    grid-column-gap: 28px;
}

.item-one-brokers {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-evenly;
}

.img-one-brokers {
    box-shadow: var(--global-color) 0 0 3px 2px;
    border-radius: 6px;
    height: 75px;
    display: flex;
    justify-content: center;

}

.img-one-brokers img {
    width: 85%;
    align-self: center;
}

.reiting-one-forex {
    text-align: center;
    margin-top: 25px;
}

.open-one-forex {
    box-shadow: var(--global-color) 0 0 2px 2px;
    border-radius: 6px;
    text-align: center;
    margin-top: 25px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}



.open-one-forex a {
    text-decoration: none;
    color: #242240;
    font-size: 11px;
    font-family: var(--text-nav-menu);
    line-height: 1.9;
    font-weight: 600;
}


.open-one-forex::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--global-color);
    transform: translateX(100%);
    border-radius: 6px;
    z-index: -1;
    transition: all 0.5s;
}

.open-one-forex:hover {

}
.open-one-forex:hover::before {
    transform: translateX(0px);
}

.open-one-forex a:hover {
    color:white;
}


.item-two-brokers {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-between;
}


.up-two-brokers {
    display: flex;
    justify-content: space-between;
}

.left-two-name-brokers {
    color: #242240;
    font-size: 25px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
}

.right-two-name-brokers {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    display: flex;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    box-shadow: #208199 2px 3px 0 0;
}

.right-two-name-brokers::before {
    content: "";
    background-color: var(--global-color);
    transform: translateX(-16%) skewX(211deg);
    position: absolute;
    width: 38%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 6px;
    z-index: -1;
}

.right-two-name-brokers span{
    color: #ffffff;
    font-size: 13px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 700;
    align-self: center;
    width: 200px;
}

.info-two-brokers {
    margin-top: 15px;
    color: #242240;
    font-size: 13px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.down-two-brokers {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.numbers-two-brokers {
    color: #2398ab;
    font-size: 25px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.more-two-brokers {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    display: grid;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    width: 20%;
    height: 32px;
    overflow: hidden;
    align-self: center;
    transition: all 0.5s;
}

.more-two-brokers a{
    align-self: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 700;

}


.more-two-brokers::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    transform: translateX(-100%);
    border-radius: 5px;
    z-index: -1;
    transition: all 0.5s;

}

.more-two-brokers:hover {
    border: 1px solid var(--global-color);
}
.more-two-brokers:hover::before {
    transform: translateX(0px);
}

.more-two-brokers a:hover {
    color: var(--global-color);
}





    /*-----------------------Список Forex------------------------*/



/*-----------------------Список КриптоБиржи------------------------*/

.reiting-one-cryptocurrency {
    text-align: center;
    margin-top: 10px;
}

.reiting-one-cryptocurrency img {
    width: 80%;
}

.open-one-cryptocurrency {
    box-shadow: var(--global-color) 0 0 2px 2px;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}



.open-one-cryptocurrency a {
    text-decoration: none;
    color: var(--global-color);
    font-size: 11px;
    font-family: var(--text-nav-menu);
    line-height: 1.9;
    font-weight: 600;
}


.open-one-cryptocurrency::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--global-color);
    transform: translateX(100%);
    border-radius: 6px;
    z-index: -1;
    transition: all 0.5s;
}

.open-one-cryptocurrency:hover {

}
.open-one-cryptocurrency:hover::before {
    transform: translateX(0px);
}

.open-one-cryptocurrency a:hover {
    color:white;
}








.open-two-cryptocurrency {
    box-shadow: var(--global-color) 0 0 2px 2px;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}



.open-two-cryptocurrency a {
    text-decoration: none;
    color: var(--global-color);
    font-size: 11px;
    font-family: var(--text-nav-menu);
    line-height: 1.9;
    font-weight: 600;
}


.open-two-cryptocurrency::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--global-color);
    transform: translateX(100%);
    border-radius: 6px;
    z-index: -1;
    transition: all 0.5s;
}

.open-two-cryptocurrency:hover {

}
.open-two-cryptocurrency:hover::before {
    transform: translateX(0px);
}

.open-two-cryptocurrency a:hover {
    color:white;
}


/*-----------------------Список КриптоБиржи------------------------*/



/*-----------------------Страница Брокера-----------------------*/





.name-broker {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    color: white;
    width: 55%;
    border-radius: 6px;
    box-shadow: #7bc1cb 3px 5px 0 0;
}


.name-broker h1{
    line-height: 2em;
    font-family: var(--text-nav-menu);
    text-align: center;
}



.item-container-broker {
    background-color: white;
    padding: 10px;
    border: 1px solid var(--global-color);
    border-radius: 6px;
}

.item-first-broker {
    display: grid;
    grid-template-columns: 23% 73%;
    grid-column-gap: 28px;
}

.item-one-broker {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-evenly;
}

.img-one-broker {
    box-shadow: var(--global-color) 0 0 3px 2px;
    border-radius: 6px;
    height: 75px;
    display: flex;
    justify-content: center;

}

.img-one-broker img {
    width: 85%;
    align-self: center;
}

.reiting-one-forex {
    text-align: center;
    margin-top: 25px;
}

.reiting-one-forex img {
    width: 80%;
}

.item-two-broker {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-between;
}


.up-two-broker {
    display: flex;
    justify-content: space-between;
}

.left-two-name-broker {
    color: #242240;
    font-size: 25px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
}

.right-two-name-broker {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    display: flex;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    box-shadow: #208199 2px 3px 0 0;
}

.right-two-name-broker::before {
    content: "";
    background-color: var(--global-color);
    transform: translateX(-16%) skewX(211deg);
    position: absolute;
    width: 38%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 6px;
    z-index: -1;
}

.right-two-name-broker span{
    color: #ffffff;
    font-size: 13px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 700;
    align-self: center;
    width: 200px;
}

.info-two-broker {
    margin-top: 15px;
    color: #242240;
    font-size: 13px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.down-two-broker {
    display: flex;
    justify-content: right;
    margin-top: 8px;
}

.numbers-two-broker {
    color: #2398ab;
    font-size: 25px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.more-two-broker {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    display: grid;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    width: 20%;
    height: 32px;
    overflow: hidden;
    transition: all 0.5s;

}





.container-broker-inside {
    margin-top: 20px;
}

.name-field-broker {
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
    color: white;
    width: 70%;
    border-radius: 5px;
    box-shadow: #7bc1cb 1px 3px 0 0;
    line-height: 1.5em;
    font-size: 24px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 20px;
}


.in-product-broker td img {
    width: 20px;
}

.in-about-broker {
    background-color: white;
    border-radius: 6px;
}

.in-about-broker table {
    border-collapse: separate;
    border-spacing: 0px 6px;
    color: #242240;
    font-size: 12px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 600;
    padding: 8px;
    width: 100%;
    table-layout: fixed;
}

/*.in-about-broker table tr td:nth-child(1) {*/
/*    width: 30%*/
/*}*/

.in-product-broker {
    background-color: white;
    border-radius: 6px;
}

.in-product-broker table {
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 6px;
    color: #242240;
    font-size: 12px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 600;
    padding: 8px;
    table-layout: fixed;
}

.in-first-info-broker {
    color: #242240;
    font-size: 12px;
    font-family: 'IBM Plex Sans',Arial,sans-serif;
    font-weight: 600;
    background-color: white;
    border-radius: 6px;
    padding: 20px;
}


 .mobile-6-col {
     display: none;
 }


/*-----------------------Страница Брокера-----------------------*/


/*-------------Техт UP1----------------------------------*/

.img-for-up-page {
    position: relative;
}

.text-ofpage {
    position: absolute;
    top: 66px;
    left: 18px;
    color: #ffffff;
    font-size: 18px;
    font-family: var(--text-ubuntu);
    background-position: center center;
    border-color: transparent;
    border-style: dashed;
}

/*-------------Техт UP1----------------------------------*/


/*-------------Техт UP2----------------------------------*/
.img-for-up2-page {
    display: grid;
    grid-template-columns: 5% 88%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.img-for-up2-page-min {
    display: grid;
    grid-template-columns: 5% 88%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.up2-img {
    z-index: 3;
}

.up2-text {
    align-self: center;
    font-size: 14px;
    font-family: var(--text-nav-menu);
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    border-style: solid;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
    float: right;
    width: 108%;
    padding-left: 55px;
    border-radius: 6px;
}

.up2-text-min {
    align-self: center;
    font-size: 11px;
    font-family: var(--text-nav-menu);
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    border-style: solid;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
    width: 106%;
    padding-left: 60px;
    margin-left: 14px;
    border-radius: 6px;
}

.up2-img-min {
    z-index: 4;
}

.up2-img-min img{

}
/*-------------Техт UP2----------------------------------*/

/*-----------------------Ссылка на регистрацию--------------*/
.register-info-site {
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 2px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.out-register {
    border: 1px solid var(--global-color);
    border-radius: 2px;
    background: -webkit-linear-gradient(79deg ,var(--global-color) 60% , #5eaab7 50%);
    width: 160px;
    height: 27px;
    text-align: center;
    display: block;
    font-size: 15px;
    font-family: var(--text-ubuntu);
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    align-self: center;
}

.out-register a {
    text-decoration: none;
    color: white;
}

.info-register-text {
    color: #242240;
    font-size: 17px;
    font-family: var(--text-ubuntu);

    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.out-register:active {
    box-shadow: #42777c inset -1px 1px 7px 4px;
}




/*-----------------------Ссылка на регистрацию--------------*/


/*----------------------SIDEBAR------------------------*/
.login-in {
    background-color: var(--global-color);
    width: 90%;
    margin: 0 auto;
    padding: 3px;
    color: white;
    border-radius: 5px;
    margin-bottom: 5px;
}

.balance-sidebar-site {
    margin-bottom: 5px;
}

.sidebar-href-login {
    display: flex;
    justify-content: space-evenly;
}

.sidebar-href-login a {
    text-decoration: none;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 600;
}

.sidebar-href-login a:hover {
    color: var(--global-color);
}


.new-sidebar {
   width: 30%;
   margin-top: 135px;
    margin-bottom: 25px;
}

.my-panel {
    background-color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 6px;
}

.my-panel-sidebar {
    width: 96%;
    height: 40px;
    font-size: 22px;
    outline: none;
}

.log-in-register {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
}

#loginsidebar button {
    cursor: pointer;
    background: linear-gradient(14deg, #40a4b5 36%, #2298ab 0);
    color: white;
    border: #cccccc;
    font-size: 16px;
    border-radius: 4px;
    padding: 5px 30px 5px 30px;
    font-weight: bolder;
}

#loginsidebar button:hover {
    background: linear-gradient(200deg, #7b8587 36%, #879193 0);
}

#loginsidebar button a {
    text-decoration: none;
    color: white;
}

#inlk {
    padding: 5px 55px 5px 55px !important;
    background: linear-gradient(200deg, #40a4b5 36%, var(--global-color) 0) !important;
}

#inlk:hover {
    background: linear-gradient(200deg, #7b8587 36%, #879193 0) !important;
}

.a-newpass {
    text-decoration: none;
    font-weight: bold;
    color: black;
}
.a-newpass:hover {
    color: #8792a5;
}

.infoForSeo {
    background-color: white;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-family: var(--text-nav-menu);
    font-size: 14px;
    text-align: center;
}






/*----------------WALLET-SEC--------*/

.electronik-wallet-sidebar {
    background-color: white;
    margin-top: 20px;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
}

.name-wallet {
    text-align: center;
    border: 1px solid var(--global-color);
    padding: 6px;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
}


.wallet-img {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    margin-top: 40px;
}

.wallet-img img {
    margin: 0 auto;
    align-self: center;
    padding: 5px;
    width: 130px;

}

.wallet-img img:nth-child(1) {
    width: 90px;
}

.wallet-img img:nth-child(4) {
    width: 90px;
}


/*----------------WALLET-SEC--------*/

.video-block {
    background-color: white;
    margin-top: 20px;
    text-align: center;
    border-radius: 6px;
}

.video-block iframe {
    margin-top: 25px;
    margin-bottom: 25px;
}



.profitable-block {
    margin-top: 20px;
    background-color: white;
    padding: 6px;
    border-radius: 6px;
}

.name-profitable-block {
    text-align: center;
    border: 1px solid var(--global-color);
    padding: 6px;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
}

.list-profitable {
    width: 100%;
    margin-top: 13px;
}

.item-profitable {
    border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px;
    margin-bottom: 10px;
    height: 75px;
}

.img-profitable {
   display: flex;

}

.img-profitable img{
    align-self: center;
}

.sum-profitable {
    align-self: center;
    font-weight: bold;
    font-size: 23px;
    font-family: sans-serif;
    color: var(--global-color);
}


/*----------------NEWS-BLOCK-----------------*/


.list-news {
    padding: 7px;
}


.news-block {
    margin-top: 20px;
    background-color: white;
    border-radius: 6px;
}


.name-news-block {
    text-align: center;
    border: 1px solid var(--global-color);
    padding: 6px;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, var(--global-color) 70%, #5aadb9 25%);
}


.item-news {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 13px;
    grid-column-gap: 2px;
}

.left-news {

}

.img-logo-news {
    text-align: center;
}

.img-logo-news img {
    width: 70%;
}

.name-news-item {
    margin-top: 10px;
    margin-bottom: 11px;
    text-align: center;
    font-size: 13px;
    font-family: var(--text-nav-menu);
}




.more-news {
    cursor: pointer;
    position: relative;
    text-align: center;
    border: 1px solid #000;
    width: 80%;
    margin: 0 auto;
    border-radius: 3px;
    padding: 2px;
    z-index: 0;
    overflow: hidden;
}


.more-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(-100%);
    background-color: var(--global-color);
    transition: all 0.5s;

}

.more-news:hover::before {
    transform: translateX(0px);
}

.more-news:hover {
    border-color: var(--global-color);
}

.more-news a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-family: 'Arial',Arial,sans-serif;
}

.more-news a:hover {
    color: white;
}

.right-news {
    background-color: var(--global-color);
}

.right-news img {
    width: 93%;
}

.more-wallet a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.more-wallet a:hover {
    color: var(--global-color);
}

/*----------------------SIDEBAR------------------------*/

/*--------------------------More-Wallets-----------------*/

.section-more-wallets {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.for-form-wallets {
    margin-top: 20px;
}

.for-form-wallets form{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%,1fr));
    grid-column-gap: 15px;
}

.info-wallets span {

    font-family: var(--text-nav-menu);
    font-size: 17px;
}

.left-wallets {
    display: grid;
    grid-row-gap: 20px;
}

.item-input-wallet-left label {
    font-family: var(--text-nav-menu);
    font-size: 15px;
    position: relative;
}

.item-input-wallet-left label::after {
    content: '*';
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    transform: translateX(12px);
    font-size: 20px;
    font-weight: 500;
}

.input-wallets {
    outline: 0;
    line-height: 1.6em;
    font-size: 18px;
    width: 90%;
    border: 1px solid #3e666c;
}

.right-wallets {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.google-tap-wallet-right {
    margin: 0 auto;
}
.msg-wallet {
    text-align: center;
}

.item-input-wallet-right {
    text-align: center;
}
.item-input-wallet-right button {
    font-size: 19px;
    line-height: 1.8em;
    background:  radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: #2398ab 0 0 5px 3px;
    width: 90%;
}

.item-input-wallet-right button:hover{
    background: linear-gradient(13deg, #8e9b9f 61%, #9bafb1 0%);
    box-shadow: none;
}

.item-input-wallet-right button:active{
    box-shadow: inset #747f82 0 0 5px 8px;
}


/*--------------------------More-Wallets-----------------*/

/*---------------------Форма ПЕРЕЗВОНИМ--------------------------*/

.block-recall {
    position: fixed;
    bottom: 10px;
    left: 0;
    display: flex;
    z-index: 40;
    transition: all 1s ease-in-out;
    transform: translate(-300px);



}

.show-recall {
    transform: translate(10px);
}

#recallForm {
    display: flex;
}


.text-recall {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 24px;
    color: white;
    background-color: var(--global-color);
    border-radius: 0px 10px 10px 0;
    cursor: pointer;
    animation: 4s linear infinite recall;
    transition: all 1s;
    height: 359px;
}

.mobile-text {
    display: none;
    width: 59px;
    height: 60px;
    background-color: var(--global-color);
    border-radius: 53%;
    border: 2px solid #48818b;
    box-shadow: #48818b 0 0 5px 4px;
    animation: 4s linear infinite recall;
    margin-left: 10px;
    transition: all .7s;

}

.mobile-text img {
    width: 100%;
}


.closeOnMobile i{
    float: right;
    color: var(--global-color);
    font-size: 20px;
    display: none;
    cursor: pointer;
}




@keyframes recall {
    0% { box-shadow:#2298ab 0px 0px 7px 6px; }
    25% {  box-shadow:#2298ab 0px 0px 14px 6px;}
    50%{ box-shadow:#2298ab 0px 0px 14px 12px;}
    75% { box-shadow:#2298ab 0px 0px 14px 6px;}
    100%{ box-shadow:#2298ab 0px 0px 7px 6px;}

}


.text-recall i {
    margin-left: 4px;
}

.text-recall span {
    writing-mode: vertical-lr;
}

.text-recall:hover{
    animation: none;
}



.on-off-recall img {
    width: 70px;

}

.first-item-recall img {
    width: 140px;
}

.form-recall {
    width: 300px;
    border-top: 5px solid #2398ab;
    border-left: 5px solid #2398ab;
    border-bottom: 5px solid #2398ab;
    border-radius: 7px 0 0px 7px;
    background-color: white;
    padding: 10px;
    display: grid;
    grid-row-gap: 10px;
    text-align: center;
}

.item-recall-start {
    display: grid;
    grid-row-gap: 5px;
}

.item-recall-low {
    display: grid;
    grid-row-gap: 7px;
}

.item-recall-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5px;
    row-gap: 10px;
}

#go-recall {
    font-size: 19px;
    line-height: 1.8em;
    background: radial-gradient(ellipse farthest-corner at 24% 123%, #2398ab 70%, #5aadb9 25%);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: #2398ab 0 0 5px 3px;
    width: 90%;
}

#go-recall:hover {
    background: linear-gradient(13deg, #8e9b9f 61%, #9bafb1 0%);
    box-shadow: none;
}
#go-recall:active {
    box-shadow: inset #747f82 0 0 5px 8px;
}

.first-item-recall {
    text-align: center;
}
.secondary-item-recall {
    width: 100%;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    font-weight: 900;
    color: #565d5e;
    text-align: initial;
}

.so-input-recall {
    align-self: center;
    display: grid;
    grid-row-gap: 40px;
}

.item-recall-low input {
    outline: none;
    line-height: 1.5em;
    font-size: 18px;
    width: 100%;
}

.chek-recall label{
    font-size: 14px;
}
.but-recall {
    margin-top: 5px;
}


/*---------------------Форма ПЕРЕЗВОНИМ--------------------------*/



/*----------------------FOOTER--------------------------*/


.new-container-footer {
    width: 100%;
    background-color: #242240;
    height: 250px;
    margin-top: 20px;
}


.item-footer-one {
    display: grid;
    grid-template-columns: 89% 11%;
    color: white;
    line-height: 1.6em;
    margin: 0 auto;
    width: 61%;
    padding-top: 10px;
}

.item-footer-two {
    width: 61%;
    color: white;
    font-size: 13px;
    margin: 0 auto;
}

.item-footer-two span {
    font-size: 11px;
    font-family: var(--text-ubuntu);
    line-height: 1.45em;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.item-footer-three {
    margin: 0 auto;
    width: 65%;
}

.new-copyright {
    margin: 0 auto;
    width: 80px;
    background: white;
    font-size: 13px;
    text-align: center;
}


.item-footer-three ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(294px,1fr));
}

.item-footer-three ul a{
    color: white;
}

.item-footer-three ul a:hover {
    color: var(--global-color);
}

.info-footer em {
    color: #ffffff;
    font-size: 22px;
    font-family: var(--text-ubuntu);
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.info-footer  span:nth-child(2) {
    font-size: 19px;
    font-family: var(--text-ubuntu);
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.info-footer span:nth-child(4) {
    font-size: 16px;
    font-family: var(--text-ubuntu);
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}




/*------------load------------------------*/

/*.load-site {*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    position: fixed;*/
/*}*/


/*.ball {*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 10px;*/


/*}*/

/*.ball-1 {*/
/*    background-color: red;*/
/*    animation: 4s linear infinite ball-1;*/
/*    transform: translate(24px, 14px);*/
/*}*/

/*.ball-2 {*/
/*    background-color: aqua;*/
/*    animation: 4s linear infinite ball-2;*/
/*    transform: translate(0px, 38px);*/
/*}*/

/*.ball-3 {*/
/*    background-color: green;*/
/*    animation: 4s linear infinite ball-3;*/
/*    transform: translate(0px, -10px);*/
/*}*/

/*.ball-4 {*/
/*    background-color: blue;*/
/*    animation: 4s linear infinite ball-4;*/
/*    transform: translate(-24px, 14px);*/
/*}*/

/*@keyframes ball-1 {*/
/*    0% ,100% { transform: translate(24px, 14px); }*/
/*    25% {  transform: translate(4px, 4px);}*/
/*    50% { transform: translate(10px, 10px);}*/
/*    75% {}*/
/*}*/

/*@keyframes ball-2 {*/
/*    0% ,100% { }*/
/*    25% {}*/
/*    50% {}*/
/*    75% {}*/
/*}*/

/*@keyframes ball-3 {*/
/*    0% ,100% { }*/
/*    25% {}*/
/*    50% {}*/
/*    75% {}*/
/*}*/

/*@keyframes ball-4 {*/
/*    0% ,100% { }*/
/*    25% {}*/
/*    50% {}*/
/*    75% {}*/
/*}*/

/*---------------------------FOOTER---------------------*/

@media screen and (max-width: 1450px){


    .container-header {

        width:1200px ;
    }

    .inside-box {

    }



}

@media screen and (max-width: 1250px){



    .new-container-footer {

        height: 271px;
    }

}


@media screen and (max-width: 1200px){


    .container-header {

        width:1100px ;
    }

    .inside-box {

        width: 1100px;
    }

    .lang {
        margin: 0 0 0 20px;
    }


    .new-container-content {
        padding: 10px;
    }

    .new-sidebar {
        padding: 5px;
    }

    .wallet-img img {
        width: 90%;
    }

    #loginsidebar button {
        font-size: 13px;
    }

   .info-register-text {
    margin-left: 10px;
       font-size: 15px;
   }

    .for-howitworks-pr {
        font-size: 16px;
    }


    .prime {
        font-size: 20px;
    }

    .block-for-howitworks {
        grid-row-gap: 20px;
    }


    .name-email {
        grid-template-columns: unset;
        grid-row-gap: 15px;
    }

    .input-style {
        width: 100%;
    }

    .img-profitable img {
        width: 75%;
    }

    .sum-profitable {
        font-size: 16px;
    }

    }


@media screen and (max-width: 1100px){


    .container-header {

        width:1025px ;
        padding: 0px 0px;
    }

    .inside-box {

        width: 1025px;
    }

    .lang {
        margin: 0 0 0 20px;
    }


    .cryptocurrency-button span {

        font-size: 29px;
    }

    .forex-button span {
        font-size: 29px;
    }


    .switch-container {
        padding: 12px;
    }


    .prime {
        font-size: 19px;
    }


}


@media screen and (max-width: 1024px){


    .container-header {

        width:100% ;
        padding: 0px 0px;
    }

    .inside-box {

        width: 100%;
    }

    .lang {
        margin: 0 0 0 20px;
    }

    .new-sidebar {
        display: none;
    }

    .new-container-content {
        width: 100%;
    }

    .for-menu {
        display: none;
    }

    .switch-container {
        padding: 22px;
    }


    .electronik-wallet-index {
        display: block;
    }


    .new-container-footer {

        height: 271px;

    }


    .item-footer-two {
        display: none;
    }

    .info-register-text {

        font-size: 17px;
    }

    .for-howitworks-pr {
        font-size: 16px;
    }

    .prime {
        font-size: 22px;
    }


    .block-for-howitworks {
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    }

    .name-email {
        grid-template-columns: 50% 50%;

    }

    .input-style {
        width: 94%;
    }


    .form-recall {
        border-right: 5px solid #2398ab;
        border-radius: 7px;
    }

    .mobile-text {
        display: block;
        position: fixed;
        bottom: 10px;
        left: 310px;
    }

    .text-recall {
        display: none;
    }

    .closeOnMobile i{
        display: block;
    }

}

@media screen and (max-width: 768px){


    .one-header {
        height: 75px;
    }

    .img-logo {
        width: 155px;
    }

    .container-logo {
        justify-content: normal;
        padding: 6px;
    }

    .container-header {

    }

    .sub-head {
        margin: 75px 0px 0px 0px;
    }

    .inside-box {


    }

    .lang {

    }

    .new-sidebar {

    }

    .new-container-content {
        margin-top: 105px;
    }

    .for-menu {

    }

    .switch-container {
        grid-row-gap: 15px;
    }

    .cryptocurrency-item td:nth-child(5) {
        display: none;
    }

    .more-brokers {
        font-size: 16px;
        text-align: left;
        margin-left: 20px;
    }

    .container-info-calcul {
        grid-template-columns: none;
        grid-row-gap: 25px;

    }

    .info-container-block {

    }

    .info-container-block {

    }

    .info-container-item {

    }

    .choice-trading {
        margin-top: 40px;
    }

    .for-zag {
        margin-top: 25px;
        font-size: 20px;
    }

    .choice-currency {
        margin-top: 25px;
    }

    .name-range {
        font-size: 17px;
    }

    .range {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .result {
        margin-top: 45px;
        margin-bottom: 25px;
    }

    .choice-trading button {
        font-size: 19px;
        width: 215px;
    }

    .col-sdel input::-webkit-slider-thumb {
        height: 45px;
    }

    .euro-usd {
        width: 110%;
    }
    .btc {
        width: 135%;
    }

    .raschitat button {
        font-size: 16px;
    }

    .name-bonus-block {
        font-size: 13px;
    }


    .time-bonus {
        font-size: 22px;
    }


    .image-bonus img {
        width: 150px;
    }

    .reward-bonus span {
        font-size: 22px;
    }

    .open-bonus-sub img {
        width: 50px;
    }

    .open-bonus img {
        width: 48px;
    }

    .more-bonus {
        font-size: 16px;
    }

    .text-ofpage {
        font-size: 16px;
    }

    .out-register {
    width: 144px;
    }

    .info-register-text {
        font-size: 14px;

        margin-left: 5px;
    }

    .for-howitworks-pr {
        font-size: 13px;
    }


    .prime-of-check {
        display: block;
        margin-top: 20px;
    }

    .prime {
        font-size: 18px;
    }


    .block-for-howitworks {
        grid-row-gap: 20px;
    }


    .polos-info {
        width: 100%;
        font-size: 20px;
    }


    .item-list-partners {
        grid-template-columns: 10% 88%;
    }
    .img-list-part {
        align-self: center;
    }

    .sub-item-faq {
        font-size: 17px;

    }

    .sub-name {
        font-size: 20px;
    }

    .block-contact {
        grid-template-columns: unset;
        grid-column-gap: unset;
        grid-row-gap: 20px;
    }

    .info-contact-social {
        display: flex;
        justify-content: center;
    }

    .name-brokers {
        font-size: 13px;
        width: 100%;
    }

    .item-first-brokers {
        grid-template-columns: unset;
    }

    .up-two-brokers {
        display: none;
    }


    .numbers-two-brokers {
        font-size: 19px;
    }



    .img-one-brokers {
        height: 100px;
    }

    .img-one-brokers img
    {
        width: 50%
    }

    .reiting-one-cryptocurrency img {
        width: 40%;
    }

    .open-one-cryptocurrency a {
        font-size: 18px;
        line-height: 2;
    }

    .open-two-cryptocurrency a {
        font-size: 18px;
        line-height: 2;

    }

    .more-two-brokers {
        width: 45%;

    }

    .more-two-brokers a {
        font-size: 18px;
    }

    .down-two-brokers {
        margin-top: 15px;
    }

    .name-broker {
        width: 100%;
    }

    .item-first-broker {
        grid-template-columns: unset;
    }

    .item-two-broker {

    }
    .up-two-broker {
        justify-content: unset;
        padding-top: 16px;
        margin: 0 auto;
        width: 100%;
    }

    .left-two-name-broker {
        display: none;
    }

    .right-two-name-broker {
        height: 40px;
        width: 100%;
        align-self: center;

        box-shadow: #8ba8af 2px 3px 0 0;

    }



    .down-two-broker {
        justify-content: center;
    }

    .img-one-broker img {
        width: 50%;
    }

    .name-field-broker {
        width: 100%;
        font-size: 20px;
    }

    .right-two-name-broker::before {
        background: none;
    }

    .right-two-name-broker span {
        font-size: 16px;
        margin: 0 auto;
    }


    .for-form-wallets form {
        grid-template-columns: unset;
    }

    .input-wallets {
        width: 100%;
    }
    .right-wallets {
        margin-top: 20px;
    }


    .msg-wallet {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .item-input-wallet-right {

        margin-top: 10px;
    }

}


@media screen and (max-width: 568px){



    .cryptocurrency-item td:nth-child(4) {
        display: none;
    }

    .cryptocurrency-logo img {
        width: 110%;
    }

    .cryptocurrency-country img {

    }


    .cryptocurrency-logo {
        text-align: left;
    }

    .cryptocurrency-more {
        width: 100%;
    }



    .cryptocurrency-button {

        height: 45px;
        width: 100%;
    }

    .forex-button {

        height: 45px;
        width: 100%;
    }

    .cryptocurrency-button span {
        font-size: 22px;
        line-height: 1.5em;
    }

    .forex-button span {
        font-size: 22px;
        line-height: 1.5em;
    }

    .info-container-block {

    }




    .name-bonus-block {
        font-size: 9px;
        width: 80%;
    }


    .time-bonus {
        font-size: 19px;
    }


    .image-bonus img {
        width: 120px;
    }

    .reward-bonus span {
        font-size: 19px;
    }

    .open-bonus-sub img {
        width: 45px;
    }

    .open-bonus img {
        width: 44px;
    }


    .content-bonus {

        font-size: 14px;
    }



    .info-footer em {
        font-size: 17px;
    }

    .info-footer span:nth-child(2) {
        font-size: 15px;
    }

    .info-footer span:nth-child(4) {
        font-size: 12px;
    }



    .text-ofpage {
        font-size: 13px;
        top: 35px;
    }

    .up2-text {
        font-size: 11px;
        padding-left: 75px;
        width: 103%;
    }

    .register-info-site {
        flex-direction: column;
        row-gap: 10px;
    }

    .info-register-text {
        font-size: 13px;
        text-align: center;
    }


    .for-howitworks-pr {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .up2-img-min img {
        width: 115px;
    }

    .img-for-up2-page-min {
        display: block;
        text-align: center;
    }

    .up2-text-min {
        border-radius: 5px;
        width: 100%;
        padding: 10px;
        margin:0;
    }

    .out-register {
        margin-top: 10px;
    }

    .out-prime {
        padding: 0px;
    }

    .item-list-partners {
        grid-template-columns: 15% 83%;
    }

    .sub-name {
        font-size: 16px;
    }


    .sub-item-faq {
        font-size: 15px;
        min-width: 80%;
    }

    .sub-info-contact {
        padding-bottom: 30px;
    }

    .img-one-brokers {
        height: 80px;
    }

    .mobile-6-col {
        display: table-row;
    }

    .normal-6-col {
        display: none;
    }

    .item-footer-three {
        display: none;
    }
}


@media screen and (max-width: 500px) {

    .choice-trading button {
        font-size: 13px;
        width: 140px;

    }

    .col-sdel input::-webkit-slider-thumb {
        height: 30px;
    }

    .item-footer-one {
        line-height: 1em;
    }





    .time-bonus {
        font-size: 15px;
    }


    .image-bonus img {
        width: 90px;
    }

    .reward-bonus span {
        font-size: 15px;
    }

    .open-bonus-sub img {
        width: 30px;
    }

    .open-bonus img {
        width: 30px;
    }

    .electronik-wallet-index .wallet-img {
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    }


    .electronik-wallet-index .wallet-img img{
        width: 55%;
    }

    .electronik-wallet-index .wallet-img img:nth-child(1){
        width: 40%;
    }

    .electronik-wallet-index .wallet-img img:nth-child(4){
        width: 41%;
    }

    .new-container-footer {
        height: 150px;
    }

    .new-copyright {
        display: none;
    }

    .for-howitworks-pr {




    }


}

@media screen and (max-width: 465px) {
    .name-email {
        grid-template-columns: unset;
        grid-row-gap: 15px;
    }

    .input-style {
        width: 100%;
    }

    .google-cap {

        transform: scale(0.8);
    }

    .go-callback {
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }

    .img-one-brokers {
        height: 60px;
    }

}


@media screen and (max-width: 400px) {


    .cryptocurrency-country img {
        width: 50%
    }


    .switch-container {
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    }

    .cryptocurrency-more {
        font-size: 13px;
        height: 30px;

    }


    .cryptocurrency-button {
    }

    .forex-button {
    }

    .cryptocurrency-button span {
    }

    .forex-button span {
    }


    .info-container-block {
    }


    .info-img-container {
        margin-left: 12px;
    }


    .btc {
        width: 125%;
    }

    .col-sdel input::-webkit-slider-thumb {
        height: 25px;
    }

    .item-footer-three {
        font-size: 13px;
    }

    .text-ofpage {
        font-size: 12px;
        top: 20px;
    }

    .block-for-howitworks {
        padding: 20px;
    }

    .google-tap-wallet-right {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 350px) {
    .google-tap-wallet-right {
        margin-left: -40px;
    }
}