@charset "UTF-8";

@import url('fonts.css');
@import url('formstyler.css');
@import url('formstyler.theme.css');
@import url('scrollbar.min.css');
@import url('magnific-popup.css');

/*** Default styles ***/

.b-range_sort {
	cursor: pointer;
}
.m-crypto_style a,
.b-letter_item span {
    border: none !important;
    -moz-transition: all 0.4s ease-out !important;
    -o-transition: all 0.4s ease-out !important;
    -webkit-transition: all 0.4s ease-out !important;
    transition: all 0.4s ease-out !important;
	outline: none !important;
}

.m-crypto_style a:hover,
.b-letter_item span:hover {
    text-decoration: none !important;
}

.m-crypto_style input:focus  {
    outline: none !important;
}

.m-crypto_style p:last-child {
    margin-bottom: 0 !important;
}

.m-crypto_style .row-flex {
    display: flex !important;
    flex-flow: row wrap !important;
}

/*** /Default styles ***/

.b-crypto_line {
    background: #fff !important;
} 
/*
.b-crypto_wrp {
    width: 100% !important;
    padding: 25px 0 !important;
    background: #DBF0FF !important;
}

.b-crypto_list {
    font: 14px Roboto-Regular !important;
    color: #575757 !important;
    padding: 40px !important;
    background: #fff !important;
    border: 1px solid #E2F0F5 !important;
    box-sizing: border-box !important;
    position: relative !important;
}

*/

.b-crypto_list *, .b-crypto_list *:before, .b-crypto_list *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.crypto_list__tit {
    font: 36px PFAgoraSlabPro-Medium !important;
    color: #354256 !important;
    margin-bottom: 15px !important;
}

.crypto_list__sub {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 25px !important;
}

.b-crypto_items {
    font-family: Roboto-Regular !important;
    padding: 17px 25px !important;
    background: #FFF !important;
    box-shadow: 0px 4px 30px #D5E2EB !important;
    border-radius: 5px !important;
    margin-bottom: 0 !important;
}

.b-crypto_line .b-crypto_items {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.b-crypto_items.m-pop {
    margin-bottom: 50px !important;
}

.b-crypto_cources, .b-crypto_select, .b-crypto_trigger {
    display: block !important;
    float: left !important;
}

.b-crypto_cources {
    width: calc(100% - 143px) !important;
    font-size: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.b-crypto_items.m-pop .b-crypto_cources {
    width: calc(100% - 125px) !important;
}

.b-crypto_cources > div {
    display: inline-block !important;
    width: 16.66666666% !important;
    font-size: 13px !important;
    padding: 0 10px !important;
}

.b-crypto_cources.m-more > div {
	-webkit-animation: marquee 5s linear infinite !important;
	   -moz-animation: marquee 5s linear infinite !important;
	    -ms-animation: marquee 5s linear infinite !important;
	     -o-animation: marquee 5s linear infinite !important;
	        animation: marquee 5s linear infinite !important;
}

@keyframes marquee {
    0%{transform: translate(0, 0) !important;}
    100%{transform: translate(-100%, 0)}
 
}
 
@-moz-keyframes marquee {
    0%{transform: translate(0, 0) !important;}
    100%{transform: translate(-100%, 0)}
 
}
 
@-webkit-keyframes marquee {
    0%{transform: translate(0, 0) !important;}
    100%{transform: translate(-100%, 0)}
 
}
 
@-ms-keyframes marquee {
    0%{transform: translate(0, 0) !important;}
    100%{transform: translate(-100%, 0)}
 
}
 
@-o-keyframes marquee {
    0%{transform: translate(0, 0) !important;}
    100%{transform: translate(-100%, 0)}
 
}

.b-crypto_cources > div:first-child {
    padding-left: 0 !important;
}

.b-crypto_cources > div:last-child {
    padding-right: 0 !important;
}

.b-crypto_cources > div span.m-currency {
    font-family: Roboto-Bold !important;
    color: #C8C8C8 !important;
    margin-right: 3px !important;
}

.b-crypto_cources > div span.m-status {
    font-size: 11px !important;
    line-height: 14px !important;
    padding-left: 9px !important;
    margin-left: 3px !important;
    position: relative !important;
}

.b-crypto_cources > div span.m-status.m-up {
    color: #66BC9B !important;
}

.b-crypto_cources > div span.m-status.m-down {
    color: #EEA297 !important;
}

.b-crypto_cources > div span.m-status:before {
    font: 11px Arial !important;
    position: absolute !important;
    top: -2px !important;
    left: 0 !important;
}

.b-crypto_cources > div span.m-status.m-up:before {
    content: "↑" !important;
    color: #66BC9B !important;
}

.b-crypto_cources > div span.m-status.m-down:before {
    content: "↓" !important;
    color: #EEA297 !important;
}

.b-crypto_select {
    width: 125px !important;
    font-size: 0 !important;
    text-align: right !important;
    padding: 0 25px !important;
    padding-right: 30px !important;
}

.b-crypto_items.m-pop .b-crypto_select {
    padding-right: 0 !important;
}

.b-crypto_select select, .b-crypto_select .jq-selectbox__select {
    width: 100% !important;
    height: 14px !important;
    font: 13px Roboto-Medium !important;
    line-height: 14px !important;
    color: #277BCC !important;
    border: none !important;
    background-image: none !important;
    padding: 0 15px 0 0 !important;
    margin: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.b-crypto_select select {
    text-align: right !important;
    padding-right: 14px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
}

.b-crypto_select .jq-selectbox__select {
    display: inline-block !important;
    text-align: left !important;
}

.b-crypto_filter > div {
    width: 100% !important;
    float: left !important;
    margin-bottom: 40px !important;
}

.b-crypto_filter > div:last-child {
    margin-bottom: 0 !important;
}

.crypto_filter__tit {
    font: 24px PFAgoraSlabPro-Medium !important;
    color: #354256 !important;
    line-height: 40px !important;
    margin-bottom: 30px !important;
}

.b-crypto_search {
    position: relative !important;
    float: right !important;
}

.b-crypto_search input {
    width: 230px !important;
    height: 40px !important;
    font: 16px Roboto-Regular !important;
    color: #969696 !important;
    border: none !important;
    padding-left: 15px !important;
    padding-right: 40px !important;
    margin: 0 !important;
    background: #F2F2F2 !important;
    border-radius: 5px !important;
}

.b-crypto_search input::-webkit-input-placeholder { color: #969696 !important; }
.b-crypto_search input::-moz-placeholder          { color: #969696 !important; }
.b-crypto_search input:-moz-placeholder           { color: #969696 !important; }
.b-crypto_search input:-ms-input-placeholder      { color: #969696 !important; }

.b-crypto_search a {
    width: 16px !important;
    height: 15px !important;
    margin-top: -7px !important;
    background: url(../img/ic_search.svg) no-repeat center center !important;
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
}

.b-crypto_search a:hover {
    opacity: 0.7 !important;
}

.crypto_filter__all, .crypto_filter__items {
    width: calc(100% + 20px) !important;
    margin: 0 -10px !important;
}

.crypto_filter__items.m-single {
    display: none !important;
    width: calc(20% - 20px) !important;
    margin: 0 10px 0 !important;
    float: left !important;
}

.crypto_filter__items.m-single:nth-child(5n + 5) {
    width: calc(20% - 21px) !important;
}

.crypto_filter__items.m-active {
    display: block !important;
}

.crypto_filter__items.m-search .b-crypto_item:not(.m-active) {
    display: none !important;
}

.b-crypto_item {
    width: calc(20% - 20px) !important;
    margin: 20px 10px 0 !important;
    overflow: hidden !important;
    float: left !important;
}

.crypto_filter__items.m-single .b-crypto_item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

.crypto_filter__items:not(.m-single) .b-crypto_item:nth-child(-n + 5) {
    margin-top: 0 !important;
}

.crypto_item_letter {
    font: 18px Roboto-Bold !important;
    color: #C8C8C8 !important;
    line-height: 23px !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
}

.b-crypto_item .checkbox {
    vertical-align: top !important;
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
}

.b-crypto_item .checkbox + label {
    -moz-transition: all 0.4s ease-out !important;
    -o-transition: all 0.4s ease-out !important;
    -webkit-transition: all 0.4s ease-out !important;
    transition: all 0.4s ease-out !important;
    cursor: pointer !important;
}

.b-crypto_item .checkbox + label > span {
    font: 13px Roboto-Bold !important;
    color: #ACACAC !important;
    text-transform: uppercase !important;
    margin-left: 5px !important;
}

.b-crypto_item .checkbox:not(checked) {
    position: absolute !important;
    opacity: 0 !important;
}

.b-crypto_item .checkbox:not(checked) + label {
    font-size: 14px !important;
    line-height: 20px !important;
    position: relative !important;
    padding: 0 0 0 35px !important;
    margin-bottom: 0 !important;
    font-weight: 100 !important;
    overflow: hidden !important;
}

.b-crypto_item .checkbox:not(checked) + label:hover {
    color: #3A9EFF !important;
}

.b-crypto_item .checkbox:not(checked) + label:before, .b-crypto_item .checkbox:not(checked) + label:after {
    content: '' !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: -10px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 2px solid #C8C8C8 !important;
    box-sizing: border-box !important;
    border-radius: 2px !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    -webkit-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
}

.b-crypto_item .checkbox:not(checked) + label:hover:before {
    border-color: #3A9EFF !important;
    background-image: url(../img/ic_check.svg) !important;
}

.b-crypto_item .checkbox:not(checked) + label:after {
    background-image: url(../img/ic_checked.svg) !important;
    background-color: #3A9EFF !important;
    border-color: #3A9EFF !important;
    opacity: 0 !important;
}

.b-crypto_item .checkbox:checked + label:after {
    opacity: 1 !important;
}

.b-crypto_bottom {
    font-size: 0 !important;
    text-align: center !important;
    margin-top: 45px !important;
    padding: 45px 0 10px !important;
    border-top: 1px solid #E2F0F5 !important;
    position: relative !important;
}

.b-crypto_bottom .b-letter_item {
    display: inline-block !important;
    text-align: center !important;
    margin: 0 3px !important;
    padding: 0 !important;
    list-style: none !important;
}

.b-crypto_bottom .b-letter_item a,
.b-crypto_bottom .b-letter_item span {
    display: block !important;
    font-size: 14px !important;
    color: #277BCC !important;
    line-height: 23px !important;
    text-decoration: none !important;
    padding: 0 5px !important;
    border: 2px solid transparent !important;
    border-radius: 15px !important;
	cursor: pointer;
}

.b-crypto_bottom .b-letter_item a:hover,
.b-crypto_bottom .b-letter_item span:hover {
    color: rgba(39, 123, 204, 0.6) !important;
}

.b-crypto_bottom .b-letter_item.m-active:not(.m-buttons) a {
    font-family: Roboto-Bold !important;
    color: #354256 !important;
    border-color: #EEE0D8 !important;
}

.b-crypto_bottom .b-letter_item.m-buttons {
    width: auto !important;
}

.b-crypto_bottom .b-letter_item.m-buttons.m-prev a {
    margin-right: 25px !important;
}

.b-crypto_bottom .b-letter_item.m-buttons.m-next a {
    margin-left: 25px !important;
}

.b-crypto_bottom .b-letter_item.m-buttons a.m-disabled {
    color: #D2D2D2 !important;
}

.b-crypto_nothing {
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.crypto_items-open {
    display: block !important;
    width: 18px !important;
    height: 14px !important;
    background: url(../img/ic_open.svg) no-repeat center center !important;
	cursor: pointer;
}

.crypto_items-open:hover {
    opacity: 0.8 !important;
}

.b-crypto_preloader {
    margin: 0 auto !important;
}

.crypto_filter__items.m-active.m-fix_3 {
    margin-top: 0 !important;
}

.crypto_filter__items.m-active.m-fix_6 {
    margin-top: 25px !important;
}

.b-range {
    font-size: 0 !important;
    text-align: center !important;
    margin-top: 20px !important;
}

.b-range_sort {
    display: inline-block !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 7px 10px !important;
    margin: 0 5px !important;
    background: #B09383 !important;
    border-radius: 3px !important;
}

.b-range_sort:hover, .b-range_sort.m-active {
    color: #fff !important;
    opacity: 0.8 !important;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 17px !important;
    margin: -1px auto 0 auto !important;
    border-radius: 3px !important;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #3A9EFF !important;
}

.b-range .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 0 !important;
}

.b-range .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0 !important;
}

.b-range .mCSB_scrollTools_horizontal {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
}

.b-modal {
    font: 14px Roboto-Regular !important;
    color: #575757 !important;
	background: #fff !important;
	padding: 40px !important;
	max-width: 1170px !important;
	margin: 25px auto !important;
	border: 1px solid #E2F0F5 !important;
	position: relative !important;
}

.b-plugin {
    background: #fff !important;
}

.mCSB_container .b-letter_item.m-buttons {
    display: none !important;
}

.b-plugin .green {
    color: #57C289;
    font-weight: 500;
}

.b-plugin .red {
    color: #AE6767;
    font-weight: 500;
}
