.header-bnt-cfg .main-btn{
    background: -moz-linear-gradient(bottom, #6898e8 0%, #7789dd 100%);
    background: linear-gradient(0deg, #6898e8 0%, #7789dd 100%);
}

.about-page{
    background-image: none;
}
.header-sign {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    opacity: 1;
}
.content_sign {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;

}
.wrapper{
    min-height: 100vh;
}
.sign{
    margin: 0 auto 30px;
    padding: 25px 60px;
    border: 1px solid rgba(65, 165, 213, 0.25);
    border-radius: 4px;
    background: rgba(0,0,0,0.35);
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.sign .main-subtitle > span {
    color: rgba(217, 235, 233, 0.7);
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 5px;
}
.sign .main-subtitle {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.sign .main-subtitle p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.sign .invest-calc__input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
}
.sign .invest-calc__input input {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16) inset;
    outline: none;
    padding: 0 20px;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.forgot-link {
    text-align: center;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    width: 100%;
}
.forgot-link:hover {
    color: #fff;
}
.sign-check {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
.sign-check input {
    display: none;
}
.sign-check span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.sign-check input:checked + span:before {
    opacity: 1;
}
.sign-check span:before {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    width: 8px;
    height: 8px;
    left: 8px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    background-color: #41a5d5 ;
    position: absolute;
}
.sign-check span a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}
.sign-check span a:hover{
    text-decoration: none;
}
.sign-check span:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #41a5d5 ;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.main-btn{
    outline: none;
}
.c-rules-list .item{
    margin-bottom: 30px;
}
.faq-item p{
    width: 100%;
}
.tradingview-widget-container{
    position: relative;
    pointer-events: none;
}
.tradingview-widget-container:after{
    position: absolute;
    height: 100%;
    width: 37px;
    content: '';
    background: #fbfcfe;
    right: 0;
    top: 0;
}
.alert{
    width: 100%;
}
/*
.header-scene{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.header-scene img{
    max-width: 50%;
}
@media (min-width: 1200px){
    .header-content {
        padding: 50px 0;
    }
}
*/
.info {
    padding: 10px 0;
}
.info-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    padding: 10px 50px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 18px 21px 0px rgba(69, 115, 175, 0.17);
    border-radius: 18px;
}
.info-item span {
    font-weight: 700;
    font-size: 14px;
    color: #4573af;
    margin-bottom: 10px;
}
.info-item p {
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.stat-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0px 18px 21px 0px rgba(69, 115, 175, 0.17);
    padding: 0 15px;
}
.stat-item {
    width: -moz-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 40px;
    margin: 15px 0;
}
.stat-item img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
}
.stat-item__val {
    white-space: nowrap;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.stat-item__val sup {
    font-weight: 400;
    top: -2px;
}
.stat-item__val:after {
    display: inline-block;
    width: 100%;
    margin-left: 10px;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 0%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 0%);
    content: '';
    height: 1px;
    background-size: 8px 1px;
}
.stat-item__right {
    white-space: nowrap;
    padding-left: 10px;
}
.stat-item__right span {
    font-weight: 400;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    display: inline-block;
}
.stat-item__right p {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    max-width: 80px;
}
.invest-calc__input_capch,.contacts-input_text{
    position: relative;
}
.invest-calc__input_capch img{
    position: absolute;
    right: 5px;
    top: 15px;
}
.contacts-input_text .invest-calc__input_capch{
    position: absolute;
    bottom: 5px;
    left: 5px;
    margin-bottom: 0;
    width: 145px;
    height: 30px;
}
.contacts-input_text .invest-calc__input_capch img{
    top: 5px;
}
@media (max-width: 1199px){
    .stat-list{
        margin-bottom: 50px;
    }
}
@media (max-width: 480px){
    .stat-item {
        width: 100%;
    }
    .contacts-input_text .invest-calc__input_capch {
        position: relative;
        top: 5px;
        bottom: auto;
    }
}