html {
    height: 100%;
}

html > body {
    height: 100%;
    color: #FFFFFF;
    background: #192030;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #fb0053;
}
a:hover {
    color: rgba(253, 0, 76, .8);
}

a, a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

ul {
    padding-left: 0;
}

ul, ol, li, dl, dd, dt {
    list-style: none;
}

p {
    margin-bottom: 10px;
}

/* HEADER */

header {
    position: relative;
    background: #101621;
    margin-bottom: 35px;
    padding: 15px;
}

header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(25deg, #ff0059, #a100ea); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(25deg, #ff0059, #a100ea); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(25deg, #ff0059, #a100ea); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(25deg, #ff0059, #a100ea); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(25deg, #ff0059, #a100ea); /* Standard syntax; must be last */
    width: 100%;
    height: 3px;
}

header ul {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

header ul li {
    display: inline-block;
}

header ul li a {
    position: relative;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

header ul li a:after {
    content: "";
    background: #ff3551;
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    margin: 0 auto;
    border-radius: 50%;
}

header ul li.active a::after, header ul li a:hover::after, header ul li a:focus::after {
    bottom: -5px;
    opacity: 1;
}

header ul li a:hover {
    color: #ff3551!important;
}

header .logo a span {
    display: block;
}

header .logo a .title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

header .logo a .title span {
    display: inline-block;
    color: #ff3551;
}

header .logo a .subtitle {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

header .menu a {
    color: #fff!important;
}

div [id^='reklink_'] a {
    color: #fff;
}

/* STAT */
.stat-block {
    display: block;
}
.stat-block .stat-img {
    text-align: center;
    margin-bottom: 10px;
}
.stat-block .stat-img svg {
    width: 80px;
    height: 80px;
}
.stat-block .stat-img svg path, .stat-block .stat-img svg circle, .stat-block .stat-img svg rect {
    fill: #fff;
}
.stat-block .stat-num {
    font-size: 25px;
    font-weight: bold;
    color: #ff0058;
    text-align: center;
    margin-bottom: 10px;
}

.stat-block p {text-align: center;font-weight: bold;}

/* GENERAL */

.home_logo img {
    width: calc(100% - 230px);
    margin-top: 25px;
}

.rules-list {
    width: 100%;
    display: block;
}

.rules-list__item {
    font-size: 16px;
    margin-bottom: 17px;
    line-height: 1.5;
    display: inline-block;
}

.rules-list__title {
    color: #ff0058;
    padding-left: 14px;
    font-size: 24px;
}

.rules-list-bullets {
    margin-top: 17px;
}

.rules-list-bullets__item {
    /* padding-left: 30px; */
}

.rules-list-bullets__item:before {
    display: inline-block;
    content: "";
    background: url(/img/svg/bullit-arrow.svg) no-repeat;
    background-size: cover;
    width: 6px;
    height: 12px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.left-sup-block {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    left: 45px;
    top: 21%;
    z-index: 99;
    background: rgba(32, 177, 128, 0);
    border-radius: 0 4px 4px 0;
}

#sidebar-menu {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    right: 45px;
    top: 21%;
    z-index: 99;
    background: rgba(32, 177, 128, 0);
    border-radius: 0 4px 4px 0;
}

.page-title {
    margin-bottom: 20px;
    font-weight: bold;
}

.q_block {
    width: 100%;
    text-align: justify;
    float: left;
    margin-top: 3px;
    font-size: 13px;
}

.top_bar {
    background: #0f1622;
    width: 100% !important;
    position: fixed;
    padding: 10px;
    z-index: 9999;
    bottom: 0;
    display: none;
    text-align: center;
    border-top: 2px solid rgb(255, 53, 72);
    font-size: 14px;
    color: #FFFFFFFF;
}

.cart {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    outline: none;
    background: url(/img/cart.png) no-repeat;
}

.cart {
    background: url(/img/svg/cart.svg) no-repeat;
}

/* USER MENU */
.user_menu {
    margin: 15px 0 0 0;
}

.help {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
}

.help svg {
    float: left;
    margin: 3px 0 0 5px;
    width: 18px;
    height: 18px;
}

.user_menu svg {
    width: 48px;
    height: 48px;
}

.all_table svg path, .all_table svg circle {
    fill: #efefef;
}

.user_menu svg path, .user_menu svg circle {
    fill: #00ff89;
}

.vtb_login {
    text-align: left;
    height: 36px;
    padding: 3px 0 3px 0;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
}

.vtb {
    text-align: left;
    height: 20px;
    padding: 3px 0 3px 0;
    line-height: 20px;
}

.vtlb {
    clear: left;
    float: left;
    width: 136px;
    color: #fff;
    font-size: 12px;
}

.vtrb {
    margin-left: 6px;
    width: 134px;
    float: left;
}

/* TOOLTIP */

.tooltip {
    top: 10px!important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fd004c;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fd004c;
}

.tooltip-inner {
    background-color: #ff0054;
}

.jQtooltip {
    position: relative;
    cursor: pointer;
}

.jQtooltip div {
    display: none;
    position: absolute;
    left: 20px;
    z-index: 1000;
    width: 190px;
    padding: 8px 12px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background: #ff0054;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* BTN */
.btn-default {
    background: -webkit-linear-gradient(25deg, #ff944d, #ff1751); /* For Chrome and Safari */
    background:    -moz-linear-gradient(25deg, #ff944d, #ff1751); /* For old Fx (3.6 to 15) */
    background:     -ms-linear-gradient(25deg, #ff944d, #ff1751); /* For pre-releases of IE 10*/
    background:      -o-linear-gradient(25deg, #ff944d, #ff1751); /* For old Opera (11.1 to 12.0) */
    background: linear-gradient(160deg, #ff944d, #ff1751); /* Standard syntax; must be last */
    box-shadow: 0 2px 2px 0 rgba(255, 0, 74, .14), 0 3px 1px -2px rgba(255, 13, 73, .2), 0 1px 5px 0 rgba(255, 0, 74, .12);
    border: 0px solid transparent;
    color: #fff;
    padding: 10px 25px;
    border-radius: 2px;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

.btn-default:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 128, 60, .42), 0 4px 23px 0 rgba(255, 39, 73, .12), 0 8px 10px -5px rgba(255, 131, 59, .2);
}

.btn-panel {
    background: #182030;
    border: 0px solid transparent;
    color: #fff;
    border-radius: 2px;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #111826;
    opacity: 1;
}

/* ICON PULSE */

.pulse-icon{
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.pulse-icon .icon-wrap{
    position: relative;
    width: 50px;
    height: 50px;
    box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #182031;
    background: #efefef;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.pulse-icon .icon{
    line-height: 50px;
    font-size: 20px;
    animation: grow-shrink 4s ease-out infinite;
}

.pulse-icon .elements{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.pulse-icon .circle{
    border-radius: 50%;
    position: absolute;
}

.pulse-icon .circle-inner{
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
    background: linear-gradient(-180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.1) 100%);
    animation: grow-circles 4s linear infinite both;
}

.pulse-icon .circle-outer{
    width: 60px;
    height: 60px;
    background: linear-gradient(-180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.1) 100%);
    top: -5px;
    left: -5px;
    animation: grow-circles 4s linear infinite both;
}

.pulse-icon .pulse{
    position: absolute;
    animation: pulse-wave 4s linear infinite both;
    border-radius: 50%;
}
.pulse-icon .pulse-1{
    border: solid 1px rgba(255,255,255,0.25);
    width: 90px;
    height: 90px;
    top: -20px;
    left: -20px;
}
.pulse-icon .pulse-2{
    border: solid 1px rgba(255,255,255,0.35);
    width: 110px;
    height: 110px;
    top: -30px;
    left: -30px;
}
.pulse-icon .pulse-3{
    border: solid 1px rgba(255,255,255,0.45);
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
}

@keyframes pulse-wave{
    0%{
        opacity: 0;
        transform: scale(0.1);
    }
    50%{
        opacity: 1;
        transform: scale(0.5);
    }
    100%{
        opacity: 0;
        transform: scale(1.0);
    }
}

@keyframes grow-circles{
    0%{
        opacity: 0.85;
        transform: scale(1.0);
    }
    15%{
        opacity: 1;
        transform: scale(1.05);
    }
    30%{
        opacity: 0.85;
        transform: scale(1.0);
    }

}

@keyframes grow-shrink{
    0%{
        transform: scale(1);
    }
    15%{
        transform: scale(1.1);
    }
    30%{
        transform: scale(1);
    }
}

.rainbow {
    background-image: -webkit-linear-gradient(left, #E0F8F7, #585858, #fff); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #E0F8F7, #585858, #fff); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #E0F8F7, #585858, #fff); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #E0F8F7, #585858, #fff); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(25deg, #ff0059, #a100ea); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* CARD */
.card {
    background-color: #141b2a;
}

/* TABLE */
.table td, .table th {
    border: none;
}

table.buy_table {
    width: 100%;
    float: right;
}

table.deal_table {
    border-right: 4px solid #ff004a;
}


table.deal_table svg {
    width: 24px;
    height: 24px;
}

table.deal_table svg path {
    fill: #ff004a;
}

table.deal_table td.deal_title {
    background: transparent;
    text-align: left;
    border-right: none;
    font: 12px Tahoma, Verdana, sans-serif;
}

table.deal_table td {
    padding: 5px 5px 5px 5px;
    border-right: 1px dashed #DBDADE;
}

table.deal_table td:last-child {
    border-right: none;
}

table.deal_table td.deal_mid {
}

.table thead th {
    border-bottom: 0px solid #dee2e6!important;
}

.buy_table td {
    line-height: 14px !important;
}

.all_table {
    font-size: 12px;
    margin-top: 1rem;
}

.all_mid {
    vertical-align: middle!important;
}

.all_table svg {
    width: 24px;
    height: 24px;
}

.all_table input[type="image"] {
    width: 24px;
    height: 24px;
}

.all_table .info svg path {
    fill: #28c5e2;
}

.all_table .info svg circle {
    fill: #28c5e2;
}

.all_table .good svg path {
    fill: #03d17d;
}

.all_table .good svg circle {
    fill: #03d17d;
}

.all_table .fail svg path {
    fill: #ff0054;
}

.pending {
    position: relative;
    pointer-events: none;
    outline: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 24px;
    transition: all .33s ease-in-out;
}

.pending:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 2px solid rgb(16, 22, 33);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: loading-btn--fade-in .33s ease, loading-btn--rotation .66s linear 0s infinite;
    animation: loading-btn--fade-in .33s ease, loading-btn--rotation .66s linear 0s infinite;
}

a {
    color: #c17f93;
}

/**
 * Animations
 */
@-webkit-keyframes loading-btn--fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes loading-btn--fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes loading-btn--rotation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loading-btn--rotation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.m_img, .m_img img {
    float: left;
    width: 220px;
}

.m_r_info {
    width: 445px;
    margin: 0;
    float: right;
}

.m_text {
    margin: 12px 0 15px 0;
}

.m_text {
    float: left;
    width: 644px;
    margin: 10px 0 0 0;
}

.m_form {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

/* SLIDER */
.jslider .jslider-value {
    background: transparent!important;
}

/* BUY */
.pay_btn {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
}

.pay_btn .comment {
    line-height: 2.5;
}

.pay_btn input {
    float: left;
    margin: 0;
    margin-right: 15px;
}

.wmoney {
    border: 0;
    font-size: 14px;
    background: -webkit-linear-gradient(25deg, #ff0053, #8e02d5);
    background: -moz-linear-gradient(25deg, #ff0053, #8e02d5);
    background: -ms-linear-gradient(25deg, #ff0053, #8e02d5);
    background: -o-linear-gradient(25deg, #ff0053, #8e02d5);
    background: linear-gradient(160deg, #ff0053, #8e02d5);
    border-radius: 2px;
    color: #ffffff;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    width: 180px;
    height: 45px;
    text-align: center;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

.wmoney:hover {
    box-shadow: 0 14px 26px -12px rgb(142, 2, 213, .42), 0 4px 23px 0 rgb(142, 2, 213, .12), 0 8px 10px -5px rgb(142, 2, 213, .2);
}

/* CARD */

.card-body {
    position: relative;
}

.card-body.answer {
    overflow: hidden;
}

.card-body.answer .btn-answer {
    cursor: pointer;
    outline: 0;
    background: #fff;
    border: 0;
    border-radius: 50%;
    font-weight: bolder;
    width: 65px;
    height: 65px;
    position: absolute;
    top: -25px;
    right: -25px;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 10px;
    transition: color .2s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.card-body.answer .btn-answer:hover {
    color: #ff004a;
}

/* FORM */

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #202838;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #182030;
    border: 1px solid rgba(0,0,0,.125);
}

/* RADIO */

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ff004b;
}

/* SWITCH */
.can-toggle {
    position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}
.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}
.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
    position: relative;
}
.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}
.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    /* background-color: #777; */
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    /* color: #5e5e5e; */
}
.can-toggle input[type="checkbox"]:hover ~ label {
    /* color: #6a6a6a; */
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    /* background-color: #5fc054; */
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    /* color: #47a43d; */
}
.can-toggle label .can-toggle__label-text {
    flex: 1;
}
.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #141b2a;
    cursor: pointer;
}
.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #141b2a;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); */
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); */
}
.can-toggle label {
    font-size: 14px;
}
.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 100%;
    border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
    left: 50%;
    font-size: 12px;
    line-height: 36px;
    width: 50%;
    padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: calc(50% - 2px);
    line-height: 32px;
    font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); */
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(44px, 0, 0);
    transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(78px, 0, 0);
    transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
    font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
    height: 50px;
    flex: 0 0 160px;
    border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
    left: 80px;
    font-size: 14px;
    line-height: 50px;
    width: 80px;
    padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 78px;
    line-height: 46px;
    font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
    color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #8f315c;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
    color: #a23768;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
    color: #39916a;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #44ae7f;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #368a65;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #2f7757;
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
    flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
    transition: background-color 0.3s ease-in-out;
    background: #c14b81;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    color: #b53e74;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
    color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
    color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
    color: #62b125;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #75d32d;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #5da924;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #52941f;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #515151;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(58px, 0, 0);
    transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
    font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
    height: 60px;
    flex: 0 0 120px;
    border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    left: 60px;
    font-size: 13px;
    line-height: 60px;
    width: 60px;
    padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 30px;
    width: 58px;
    line-height: 56px;
    font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

/* PAGINATION */
.page_selector {
    text-align: center;
    margin-top: 15px;
}

.page_selector .selector.active {
    background-color: #ff0056;
    border-radius: 100%;
    color: #fff;
}

.page_selector a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

/* BANNER */
.banner {
    float: right;
    font-size: 22px;
    color: #333;
    width: 468px;
    height: 60px;
}

/* FOOTER */

footer {
    position: relative;
    margin-top: 35px;
    background: #101621;
    color: #FFFFFF;
    padding: 25px;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(25deg, #ff0059, #a100ea); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(25deg, #ff0059, #a100ea); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(25deg, #ff0059, #a100ea); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(25deg, #ff0059, #a100ea); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(25deg, #ff0059, #a100ea); /* Standard syntax; must be last */
    width: 100%;
    height: 3px;
}