.games-list-hover, article, aside, details, figure, footer, header, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body, figure {
    margin: 0
}

button::-moz-focus-inner, input::-moz-focus-inner, legend {
    border: 0;
    padding: 0
}

::selection {
    background-color: #755ff4
}

.alignleft {
    float: left;
    margin: 0 20px 5px 0
}

@media (max-width: 575px) {
    .alignleft {
        float: none;
        display: block;
        margin: 10px auto
    }
}

.alignright {
    float: right;
    display: block;
    margin: 0 0 5px 20px
}

@media (max-width: 575px) {
    .alignright {
        float: none;
        display: block;
        margin: 10px auto
    }
}

.aligncenter {
    float: none;
    margin: 10px auto;
    display: block
}

@media (max-width: 575px) {
    .aligncenter {
        float: none;
        margin: 10px auto
    }
}

.site_counters, .to_top_btn {
    display: none
}

.to_top_btn {
    position: fixed;
    bottom: 90px;
    right: 50%;
    margin-right: -45%;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(/wp-content/themes/stake/images/to_top.png) center no-repeat, #1a2c38;
    background-size: 60%;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width: 767px) {
    .to_top_btn {
        width: 32px;
        height: 32px;
        background-size: 60%;
        bottom: 20px
    }
}

.to_top_btn:hover {
    background: url(/wp-content/themes/stake/images/to_top.png) center no-repeat, #0ca0fa;
    background-size: 60%
}

.text-block .table-wrapper::-webkit-scrollbar, body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: #1f2b44
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #0ca0fa;
    outline: 0
}

body {
    text-rendering: optimizeSpeed;
    position: relative;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #1f2b44;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.text-block {
    line-height: 1.8em
}

.text-block h1 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #1a2c38;
    border-radius: 10px;
    border-top-style: solid;
    border-top-color: #007bff;
    clear: both
}

@media (max-width: 575px) {
    .text-block h1 {
        font-size: 2.4rem
    }
}

.text-block h2, .text-block h3 {
    font-weight: 700;
    line-height: 2em;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 1em 0;
    clear: both
}

.text-block h2 {
    background-color: #1a2c38;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    border-top-style: solid;
    border-top-color: #007bff
}

@media (max-width: 575px) {
    .text-block h2 {
        font-size: 2rem
    }
}

.text-block h3 {
    font-size: 18px;
    border-bottom: 2px solid #007bff
}

@media (max-width: 575px) {
    .text-block h3 {
        font-size: 1.8rem
    }
}

.text-block a, .text-block button.intext-btn-link {
    color: #07d06a;
    font-weight: 700;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.text-block a:hover, .text-block button.intext-btn-link:hover {
    color: #007bff
}

.text-block table {
    width: 100%;
    clear: both
}

.text-block table tr td {
    border: 1px solid #fff;
    padding: 7px 15px
}

.text-block img {
    max-width: 100%;
    height: auto
}

.text-block .table-wrapper {
    overflow-x: auto;
    padding-bottom: 10px
}

.text-block .table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: 0 0
}

.text-block .table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #0ca0fa;
    outline: 0
}

@media (max-width: 991px) {
    .text-block .table-wrapper, .text-block .table-wrapper table {
        width: 100%
    }
}

.text-block .intext-btn-link {
    background: 0 0;
    outline: 0;
    border: 0;
    padding: 0;
    text-decoration: underline
}

.text-block ol, .text-block ul {
    overflow: hidden
}

.text-block ol li, .text-block ul li {
    margin: 5px 0
}

.text-block .lwptoc {
    margin-top: 5px !important;
    margin-bottom: 15px !important
}

@media (max-width: 575px) {
    .text-block .lwptoc {
        width: 100% !important;
        float: none !important
    }
}

.text-block .lwptoc .lwptoc_i {
    border-width: 2px;
    background: 0 0 !important
}

.header {
    position: relative;
    z-index: 100;
    max-height: 117px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1a2c38;
    box-shadow: inset 0 -1px 0 0 #007bff
}

@media (max-width: 767px) {
    .header {
        max-height: unset
    }
}

.header__inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box
}

@media (max-width: 991px) {
    .header__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .header__inner {
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .header__inner {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.header__left, .header__right {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .header__middle {
        margin: 15px auto
    }
}

.header__btns {
    display: flex;
    align-items: center
}

.header__btns .btn {
    margin-left: 1rem
}

.header-languages {
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 20
}

@media (max-width: 1239px) {
    .header-languages {
        top: 30px;
        right: 15px
    }
}

.header-languages__list {
    padding: 0;
    margin: 0
}

.header-languages__list:active li, .header-languages__list:hover li {
    height: 42px
}

@media (max-width: 575px) {
    .header-languages__list:active li, .header-languages__list:hover li {
        height: 36px
    }
}

.header-languages__list:active li:first-child, .header-languages__list:active li:first-child > a, .header-languages__list:active li:first-child > div, .header-languages__list:hover li:first-child, .header-languages__list:hover li:first-child > a, .header-languages__list:hover li:first-child > div {
    border-radius: 10px 10px 0 0
}

.header-languages__list li {
    height: 0;
    list-style: none;
    background: #1b1919;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.header-languages__list li:hover {
    background: #0ca0fa
}

.header-languages__list li:first-child {
    border-radius: 10px;
    height: 42px;
    background: #071824
}

@media (max-width: 575px) {
    .header-languages__list li:first-child {
        height: 36px
    }
}

.header-languages__list li:first-child > a, .header-languages__list li:first-child > div {
    border-radius: 10px
}

.header-languages__list li:last-child, .header-languages__list li:last-child a {
    border-radius: 0 0 10px 10px
}

.header-languages__list li > a, .header-languages__list li > div, .mobile-menu-btn, .mobile-menu-btn span {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.header-languages__list li > a, .header-languages__list li > div {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #000;
    height: 42px;
    box-sizing: border-box
}

@media (max-width: 575px) {
    .header-languages__list li > a, .header-languages__list li > div {
        height: 36px;
        font-size: 14px;
        padding: 5px 7px
    }
}

.header-languages__list li img {
    display: block;
    width: 28px;
    margin: 0 7px 0 0
}

@media (max-width: 575px) {
    .header-languages__list li img {
        width: 24px
    }
}

.mobile-menu-btn, .mobile-menu-btn span {
    position: absolute
}

.mobile-menu-btn {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 32px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    top: 90px;
    z-index: 100;
    left: 15px;
    outline: 0;
    background: 0 0;
    border: 0;
    display: none
}

@media (max-width: 767px) {
    .mobile-menu-btn {
        display: block
    }
}

@media (max-width: 575px) {
    .mobile-menu-btn {
        margin-left: 15px
    }
}

.mobile-menu-btn span {
    left: 6px;
    right: 6px;
    height: 4px;
    background: #fff;
    border-radius: 2px
}

.mobile-menu-btn span:first-child {
    top: 4px
}

.mobile-menu-btn span:nth-child(2) {
    top: 14px
}

.mobile-menu-btn span:nth-child(3) {
    bottom: 4px
}

.mobile-menu-btn.active {
    z-index: 9999
}

.mobile-menu-btn.active span:first-child {
    width: 28px;
    top: 14px;
    left: 4px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0
}

.mobile-menu-btn.active span:nth-child(3) {
    width: 28px;
    top: 14px;
    left: 4px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.mobile-menu-btn:hover {
    border-color: #0ca0fa
}

.mobile-menu-btn:hover span {
    background: #0ca0fa
}

.wrapper {
    max-width: 1190px;
    margin: 0 auto
}

.main, .main-wrapper {
    position: relative
}

.main-wrapper {
    z-index: 11
}

.main-nav {
    padding-left: 45px;
    padding-right: 45px;
    background-color: #0f212e
}

.main-nav .main-nav-menu {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

@media (max-width: 767px) {
    .main-nav .main-nav-menu {
        position: absolute;
        left: 0;
        width: 100%;
        min-height: 300px;
        max-height: 600px;
        background: #1a2c38;
        top: 0;
        z-index: 100;
        transform: translate3d(0, -600px, 0)
    }
}

.main-nav .main-nav-menu.opened {
    transform: translate3d(0, 0, 0)
}

.main-nav .main-nav-menu .menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .main-nav .main-nav-menu .menu {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px 20px
    }
}

.main-nav .main-nav-menu .menu-item {
    list-style: none;
    margin-left: 2.5rem
}

@media (max-width: 767px) {
    .main-nav .main-nav-menu .menu-item {
        margin-left: 0
    }
}

.main-nav .main-nav-menu .menu-item a {
    display: block;
    padding: 20px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.main-nav .main-nav-menu .menu-item a:hover {
    color: #0ca0fa;
    background: #0e1f2c
}

@media (max-width: 767px) {
    .main-nav .main-nav-menu .menu-item a {
        font-size: 1.7rem
    }
}

.main-promo {
    cursor: pointer
}

.main-promo img {
    max-width: 100%;
    height: auto;
    display: block
}

.main-content {
    background-color: #2f4553;
    padding: 15px 45px
}

@media (max-width: 767px) {
    .main-content {
        padding: 15px 25px
    }
}

.providers-slider__wrapper, .slots-slider__wrapper {
    padding: 15px 0
}

.providers-slider__item:hover button, .slots-slider__item:hover button {
    border-color: #07d06a
}

.providers-slider__item-inner button, .slots-slider__item-inner button, .slots-slider__item-inner button img {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.providers-slider__item-inner button, .slots-slider__item-inner button {
    padding: 0;
    margin: 0;
    outline: 0;
    background: 0 0;
    border: 3px solid #0ca0fa
}

.slots-slider__item-inner button img {
    max-width: 175px;
    display: block
}

.providers-slider__item-inner button img {
    max-width: 175px;
    max-height: 69px;
    display: block
}

.tns-outer {
    position: relative
}

.btn, .footer__nav .menu-item a, .providers-slider__item-inner button img, .tns-controls button {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.tns-controls button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 18px;
    height: 18px;
    background: 0 0;
    font-size: 0;
    padding: 0;
    outline: 0;
    border: 0
}

.tns-controls button[data-controls=prev] {
    left: -20px;
    border-left: 4px solid #0ca0fa;
    border-top: 4px solid #0ca0fa;
    transform: rotate(-45deg)
}

.tns-controls button[data-controls=prev]:hover {
    border-left: 4px solid #07d06a;
    border-top: 4px solid #07d06a
}

.tns-controls button[data-controls=next] {
    right: -20px;
    border-right: 4px solid #0ca0fa;
    border-top: 4px solid #0ca0fa;
    transform: rotate(45deg)
}

.tns-controls button[data-controls=next]:hover {
    border-right: 4px solid #07d06a;
    border-top: 4px solid #07d06a
}

.btn, .footer__nav .menu-item a {
    font-weight: 700
}

.btn {
    outline: 0;
    min-width: 120px;
    border: 0
}

.btn--casino, .btn--enter, .btn--reg, .btn--sport {
    display: inline-block;
    text-decoration: none;
    background-color: #1a2c38;
    color: #fff;
    border: 0 solid #006089;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 25px
}

.btn--enter:active, .btn--enter:hover {
    text-decoration: none;
    background-color: #1a2c38;
    color: #007bff;
    border-color: #006089
}

.btn--casino, .btn--reg, .btn--sport {
    background-color: #0ca0fa
}

.btn--casino:hover, .btn--reg:hover, .btn--sport:hover {
    text-decoration: none;
    background-color: #0677bb;
    color: #fff;
    border-color: #006089
}

.btn--casino, .btn--sport {
    background-color: #071824;
    color: #d5dceb;
    border-radius: 31px;
    padding: 9px 20px;
    transition: all .2s ease
}

.btn--casino:hover, .btn--sport:hover {
    background-color: #0b2232
}

.btn--casino:before, .btn--sport:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    background-size: contain
}

.btn--casino:before {
    width: 22px;
    height: 22px;
    background: no-repeat center/contain url(/wp-content/themes/stake/images/cas-icon.png)
}

.btn--sport:before {
    width: 20px;
    height: 20px;
    background: no-repeat center/contain url(/wp-content/themes/stake/images/sport-icon.png)
}

.btn--green {
    display: block;
    max-width: 100%;
    width: fit-content;
    line-height: 1.5em;
    font-size: 2rem;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center;
    background: #07d06a;
    border-radius: 15px;
    margin: 25px auto;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.btn--blue:hover, .btn--green:hover {
    box-shadow: none;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px)
}

.btn--green:hover {
    background: #04a84d
}

.btn--blue > img, .btn--green > img {
    max-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin: -3px 10px 0 0
}

.btn--blue, .btn--green, .side_promo > div {
    text-decoration: none;
    cursor: pointer
}

.btn--blue {
    display: block;
    max-width: 100%;
    width: fit-content;
    line-height: 1.5em;
    font-size: 2rem;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center;
    background: #0ca0fa;
    border-radius: 15px;
    margin: 25px auto;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.btn--blue:hover {
    background: #0677bb
}

.faq > h2 {
    margin-bottom: 10px !important
}

.faq_list {
    padding: 0;
    margin: 0
}

.faq_list__item {
    list-style: none;
    margin: 0 0 15px !important
}

.faq_list__item-question {
    margin: 0 !important
}

.footer {
    background-color: #071d2a;
    border-top: 1px solid #0ca0fa;
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 11
}

.footer__nav {
    margin: 10px auto 20px
}

.footer-partners, .footer-payments, .footer__nav .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.footer__nav .menu-item {
    list-style: none;
    margin: 0 15px 10px
}

.footer__nav .menu-item a {
    font-size: 1.5rem;
    color: #b1bad3;
    text-decoration: none
}

.footer__nav .menu-item a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-partners, .footer-payments {
    padding: 35px 0 0;
    margin: 15px auto 20px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer-partners__item, .footer-payments__item {
    margin: 0 10px 15px
}

.footer__logo {
    margin: 35px auto
}

.footer__copyrights {
    font-size: 1.4rem;
    color: #b1bad3;
    margin: 35px 0 0
}

.footer__copyrights-text {
    font-size: 1.2rem;
    color: #b1bad3
}

.side_promo {
    position: fixed;
    left: 2vw;
    top: 230px;
    width: 15vw;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1239px) {
    .side_promo {
        display: none
    }
}

.side_promo > div {
    color: #fff
}

.side_promo > div img {
    width: 200px;
    max-width: 80%;
    display: block;
    margin: 0 auto 10px
}

.side_promo__bonus {
    text-align: center;
    font-weight: 700;
    margin: 10px auto
}

.side_promo__bonus-label {
    font-size: 2.2rem;
    margin: 20px 0 0;
    color: #0ca0fa;
    line-height: 1.2em;
    text-shadow: 0 1px 0 #333, 0 2px 0 #111
}

@media (max-width: 1239px) {
    .side_promo__bonus-label {
        font-size: 2rem
    }
}

.side_promo__bonus-value {
    color: #fff;
    font-size: 4rem;
    line-height: 1.2em;
    margin: 15px auto 25px;
    text-shadow: 0 1px 0 #797979, 0 2px 0 #515151, 0 3px 0 #333, 0 4px 0 #111
}

@media (max-width: 1239px) {
    .side_promo__bonus-value {
        font-size: 2.4rem
    }
}

.side_promo__btn {
    margin: 15px auto 0;
    border: 0
}

@media (max-width: 1429px) {
    .side_promo__btn {
        max-width: 100%;
        min-width: 100px
    }
}

/*Popup*/
.popup {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.popup__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.popup-shadow {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(16, 16, 15, 0.9);
    width: 100%;
    z-index: 101;
}
.popup-close, .reg_popup-close, .email-popup-close {
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    outline: none;
    background: #c00000 url("assets/close_white.png") center/24px no-repeat;
    border-radius: 25px;
    box-shadow: 0 5px 0 #330000;
    position: absolute;
    top: -30px;
    right: -60px;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
@media (max-width: 991px) {
    .popup-close, .reg_popup-close, .email-popup-close {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: #c00000 url("assets/close_white.png") center/15px no-repeat;
    }
}
.popup-close:hover, .reg_popup-close:hover, .email-popup-close:hover {
    box-shadow: none;
    background: #ff0000 url("assets/close_white.png") center/15px no-repeat;
}
@media (max-width: 991px) {
    .popup-close:hover, .reg_popup-close:hover, .email-popup-close:hover {
        background: #ff0000 url("assets/close_white.png") center/15px no-repeat;
    }
}

.reg_popup, .email-popup {
    width: 550px;
    height: 400px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    border: 3px solid #4986f5;
    max-width: 500px;
    padding: 10px 20px;
    background: #171717;
    -webkit-box-shadow: 0 8px 10px #000;
    box-shadow: 0 8px 10px #000;
    align-items: flex-start;
    justify-content: flex-start;
}
@media (max-width: 575px) {
    .reg_popup, .email-popup {
        width: 90%;
        height: 450px;
        box-sizing: border-box;
    }
}
.reg_popup__ttl, .email-popup__ttl {
    border-bottom: 1px solid #646a87;
    font-size: 26px;
    line-height: 1.4em;
    padding-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.reg_popup__ttl span, .email-popup__ttl span {
    color: #4986f5;
}
.reg_popup-close, .email-popup-close {
    position: absolute;
    top: -30px;
    right: -35px;
    border: none;
    width: 30px;
    height: 30px;
    background-size: 15px;
}
.reg_popup__inner, .email-popup__inner {
    height: fit-content;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.reg_popup__inner .error_valid_message, .email-popup__inner .error_valid_message {
    color: #ff0a09;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
}
.reg_popup__inner .ref_btn, .email-popup__inner .ref_btn {
    line-height: 36px;
    height: 40px;
    border-radius: 20px;
    width: 300px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
    outline: none;
    border: none;
    color: #fff;
}
@media (max-width: 575px) {
    .reg_popup__inner .ref_btn, .email-popup__inner .ref_btn {
        width: 260px;
    }
}
.reg_popup__form, .email-popup__form {
    width: 100%;
    padding: 40px 0;
}
.reg_popup__form .wpcf7-form-control-wrap, .email-popup__form .wpcf7-form-control-wrap {
    display: block;
}
.reg_popup__form .wpcf7-form-control-wrap input[type=email], .email-popup__form .wpcf7-form-control-wrap input[type=email] {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    width: 80%;
    max-width: 300px;
    text-align: left;
    margin: 0 auto 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
@media (max-width: 575px) {
    .reg_popup__form .wpcf7-form-control-wrap input[type=email], .email-popup__form .wpcf7-form-control-wrap input[type=email] {
        max-width: 100%;
        margin: 0 auto 10px;
        width: 100%;
    }
}
.reg_popup__form .wpcf7-form-control-wrap input[type=email]:hover, .reg_popup__form .wpcf7-form-control-wrap input[type=email]:active, .email-popup__form .wpcf7-form-control-wrap input[type=email]:hover, .email-popup__form .wpcf7-form-control-wrap input[type=email]:active {
    border-color: #4986f5;
}
.reg_popup__form .wpcf7-form-control-wrap input[type=email].error_valid, .email-popup__form .wpcf7-form-control-wrap input[type=email].error_valid {
    border: 2px solid #ff0a09;
}
.reg_popup__form .wpcf7-submit, .email-popup__form .wpcf7-submit {
    color: #fff;
    width: fit-content;
    max-width: 90%;
    outline: 0;
    font-size: 14px;
    border: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border-radius: 20px;
    padding: 0 40px;
    margin: -2px auto 0;
    line-height: 22px;
    font-weight: 800;
    font-family: Muller, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 0 0 #14260b, 0 4px 4px 0 #000;
    box-shadow: 0 3px 0 0 #14260b, 0 4px 4px 0 #000;
    background-color: #60d139;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.reg_popup__form .wpcf7-submit:hover, .email-popup__form .wpcf7-submit:hover {
    transform: translateY(2px);
    -webkit-box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}
.reg_popup__form .hidden-input, .email-popup__form .hidden-input {
    height: 0;
    overflow: hidden;
}
.reg_popup__form .hidden-input p, .email-popup__form .hidden-input p {
    margin: 0;
}
.reg_popup__form .hidden-input input, .email-popup__form .hidden-input input {
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
}
.reg_popup__form .wpcf7-response-output, .email-popup__form .wpcf7-response-output {
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
}
.reg_popup__form .wpcf7 form.failed .wpcf7-response-output, .reg_popup__form .wpcf7 form.aborted .wpcf7-response-output, .email-popup__form .wpcf7 form.failed .wpcf7-response-output, .email-popup__form .wpcf7 form.aborted .wpcf7-response-output {
    display: none !important;
}
.reg_popup__form .wpcf7-form__success-message, .email-popup__form .wpcf7-form__success-message {
    text-align: center;
}
.reg_popup__bottom-text, .email-popup__bottom-text {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
.reg_popup label, .email-popup label {
    margin-bottom: 5px;
    display: block;
    text-align: left;
    width: 80%;
    font-size: 15px;
    max-width: 300px;
}
@media (max-width: 575px) {
    .reg_popup label, .email-popup label {
        max-width: 100%;
        width: 100%;
    }
}
.reg_popup p, .email-popup p {
    font-size: 16px;
    max-width: 80%;
    margin: 10px auto;
}
@media (max-width: 575px) {
    .reg_popup p, .email-popup p {
        margin: 5px auto;
        max-width: 100%;
    }
}


.captcha{
    height: 30px;
    width: 170px;
    margin: 15px auto 20px;
}
.captcha span{
    float:right;
    line-height: 30px;
    font-size:13pt;
    font-weight: bolder;
}
.captcha .check{
    border-radius: 3px;
    width:30px;
    height: 30px;
    border: 2px solid green;
    display:inline;
    position: absolute;
    cursor: pointer;
}

/*Styles for check animation*/
.check .wrapper {
    width: 25px;
    display: inline;
    margin: 4em auto 0;
}

.check .checkmark {
    stroke: green;
    stroke-dashoffset: 745.74853515625;
    stroke-dasharray: 745.74853515625;
    -webkit-animation: dash 2s ease-out forwards;
    animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/*End check animation*/