@import url('//fonts.googleapis.com/css?family=Montserrat:500,700,900i');

*:focus {
    outline: none;
}

.gamopo-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    vertical-align: initial !important;
}

.container-gamopo-widget * {

    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.container-gamopo-widget {
    height: 320px;
}

.container-gamopo-widget,
.flip-box,
.front-gamopo,
.back-gamopo,
.f_slide {
    width: 250px;
    height: 300px;
    border-radius: 15px;
}

.container-gamopo-widget  {
    font-weight: 900 !important;
    font-style: italic !important;
}
.container-gamopo-widget p {
    font-style: normal !important;
    font-weight: 500 !important;
}

.container-gamopo-widget,
.flip_box {
    position: relative;
    text-align: center !important;
}

.front-gamopo,
.back-gamopo {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -9999;
}

.f_slide {
    position: absolute;
    left: 300px;
    background: -webkit-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -o-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -ms-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -moz-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: linear-gradient(to bottom, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    opacity: 0;
    transition: all 0.3s ease-out;
    text-align: center;
}

.f_slide * {
    margin: 0 auto;
}

.f_slide h1 {
    margin: 0 auto !important;
    font-size: 24px;
    padding-top: 20px !important;
}

.container-gamopo-widget {
    -moz-transform: perspective(1200px);
    -webkit-perspective: 1200px;
    perspective: 1200px;

}


.gamopo_card_widget {
    flex: 1;
    max-width: 250px;
    margin: auto;
    
    user-select: none;
}

.gamopo_card_widget>* {
    padding: 0 !important;
    margin-bottom: 30px !important;
    color: #fff !important;

}




.flip_box {
    transition: all 0.5s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front-gamopo {
    background: -webkit-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -o-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -ms-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -moz-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: linear-gradient(to bottom, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
}

.f_name {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 0px;
}

.f_logo {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100px;
    border: 1px solid #ccc;
}

.f_logo-img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

.esports-holder,
.payment-holder {
    width: 100%;
    height: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.b_esports,
.b_payment {
    margin: 0 auto;
    padding: 5px;
}

.f_rating {
    margin: 0 auto !important;
    margin-top: 15px !important;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #18102B;
    position: relative;
}

.f_rating::after {
    content: "";
    border: 3px solid #999;
    -webkit-border-radius: 30px;
    height: 52px;
    width: 52px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
    z-index: -999;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}



.f_rating * {
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-size: 22px;
    font-weight: 700 !important;
    font-style: italic !important;
}

.f_bonus {
    font-size: 14px;
    padding: 10px;
}

.f_button_holder {
    position: absolute;
    width: 100%;
    bottom: -10px;
}

.f_button {
    margin: 0 auto;
    border-radius: 50px;
    border: 3px solid #18102B;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    border: none;
    background: #DF0062;
    color: #fff !important;
    text-decoration: none !important;
}

.f_button:hover {
    background: #000000;
    transition: 0.5s all;
}

.back-gamopo {
    background: -webkit-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -o-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -ms-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: -moz-linear-gradient(top, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    background: linear-gradient(to bottom, rgb(28, 32, 42) 0%, rgb(48, 24, 92) 80%, rgb(53, 22, 105) 100%);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.b_headline {
    padding-top: 50px;
}

.b_text {
    font-size: 1.4em;
    line-height: 28px;
    padding-top: 10px;
    opacity: 0.85;
}

.b_button {
    position: absolute;
    left: 36px;
    bottom: 38px;
    width: 150px;
    height: 52px;
    background-color: #C30C3D;
    transition: all 0.3s;
}

.b_button:hover {
    background-color: #303030;
}

.flipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.l_wrap {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 9999;
}

.r_wrap {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 9999;
}


.b_round,
.s_round {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #18102B !important;
    transition: all 0.2s linear;
}

.bl_round:hover,
.sl_round:hover {
    background: #303030 !important;
    transition: all 0.5s;
}

.b_round:hover,
.s_round:hover {
    background: #303030 !important;
    transition: all 0.5s;
}

.bl_round,
.sl_round {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #18102B;
    transition: all 0.2s linear;
}




.s_arrow,
.sl_arrow {
    width: 30px;
    height: 30px;
    background-image: url('https://img-fotki.yandex.ru/get/194549/29644339.5/0_d6c60_1d7815f0_orig');
    background-color: transparent;
    transition: all 0.35s linear;
    background-size: contain;
}

.sl_arrow {
    transform: rotate(-180deg);
}



/* REST DESIGN */

.rate {
    user-select: none;
    color: #fff !important;
}