:root {
    --system-font: arial, "helvetica neue", "nimbus sans l", freesans, sans-serif;
}

@keyframes bounce {
    0%, 50%, to {
        box-shadow: 0 0 0 5px rgba(239, 239, 239, 0.3), 0 0 0 10px rgba(210, 210, 210, 0.2)
    }
    25%, 50%, 70% {
        box-shadow: 0 0 0 7px rgba(255, 134, 134, 0.3), 0 0 0 15px rgba(255, 158, 158, 0.2)
    }
}

svg[class^="icon"], svg[class*=" icon"] {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
    width: 32px;
    height: 32px;
    display: block;
    vertical-align: middle;
    line-height: normal;
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #f9f9f9;
    color: #1B1919;
    font-size: 15px;
    font-family: var(--system-font);
    line-height: 25px;
    padding: 0;
    margin: 0px;
    overflow-x: hidden;
    max-width: 100%;
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

a.button, .button, button {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    font-family: var(--system-font);
    box-sizing: border-box;
    background: #446F6F;
    border: 2px solid #446F6F;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 26px;
    max-width: 320px;
    width: 100%;
    cursor: pointer;
    outline: none;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
    letter-spacing: normal;
    text-align: center;
    padding: 10px 20px;
    vertical-align: top;
    position: relative;
}

a.button.small, .button.small, button.small {
    line-height: 15px;
    padding: 8px 10px;
}

a.button.blue, .button.blue, button.blue {
    background: #E5EFEF;
    border: 2px solid #E5EFEF;
    color: #446F6F;
}

a.button.gray, .button.gray, button.gray {
    border: 2px solid #6f6f6f;
    background: #6f6f6f;
    color: white;
    text-shadow: none;
}

a.button.disabled, .button.disabled, button.disabled {
    border: 2px solid #B2B2B2;
    background: #F3F3F3;
    color: #49535c;
    text-shadow: none;
    cursor: default;
}

a.button.orange, .button.orange, button.orange {
    background: #ffa903;
    border: 2px solid #ffa903;
}

a.button.red, .button.red, button.red {
    background: #DF1010;
    border: 2px solid #DF1010;
    color: #fff;
}

a.button.b-red, .button.b-red, button.b-red {
    border: 1px solid #a40e0e;
    border-bottom: 4px solid #a40e0e;
    text-shadow: none;
    background: white;
    color: #a40e0e;
}

a.button.b-blue, .button.b-blue, button.b-blue {
    border: 1px solid #1c8cd4;
    border-bottom: 4px solid #14689c;
    text-shadow: none;
    background: white;
}

a.button.green, .button.green, button.green {
    border: 2px solid #0F6506;
    background: #0F6506;
    color: white;
    text-shadow: none;
}

a.button.transp, .button.transp, button.transp {
    border: 1px solid transparent;
    background: transparent;
    color: white;
    text-shadow: none;
}

a.button.copy-btn, .button.copy-btn, button.copy-btn {
    background: #446F6F;
    border: 2px solid #446F6F;
    color: white;
}

a.button.go-btn, .button.go-btn, button.go-btn {
    border: 2px solid #0F6506;
    background: #0F6506;
    color: white;
    text-shadow: none;
}

a.button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

a.button.no-active, .button.no-active, button.no-active {
    background: #E5EFEF;
    border-color: #E5EFEF;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

a {
    color: #186baa;
}

a:hover {
    text-decoration: none;
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

strong, b {
    font-family: var(--system-font);
    font-weight: bold;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

img, input[type="image"] {
    border: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

iframe, video {
    border: 0px;
    max-width: 100%;
    vertical-align: top;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea, select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e1e6ea;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    color: #1B1919;
    font-family: var(--system-font);
    font-size: 15px;
    transition: box-shadow 0.3s ease;
    vertical-align: top;
}

textarea {
    min-height: 50px;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: 0px 0px 4px 0px #ce3d3d;
}

select {
    padding: 14px;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    line-height: 25px;
    cursor: pointer;
}

input[type="radio"] + label:before, input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    border: 2px solid #cccccc;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0px 10px 0px 0px;
}

input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
    border: 2px solid #cccccc;
}

input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
    content: "X";
    font-size: 30px;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 25px;
    text-align: center;
    color: #1db53a;
}

.gpro_content .gpro_cont_top {
    width: 100%;
}

.gpro_notification {
    position: absolute;
    max-width: 1170px;
    top: 15px;
    width: 100%;
    z-index: 500;
    padding: 0px 50px;
    box-sizing: border-box;
}

.gpro_notification.fixed {
    position: fixed;
}

.gpro_form .gpro_notification {
    position: static;
    top: auto;
    padding: 0px;
    width: auto;
}

.gpro_notification > div {
    padding: 10px 35px 10px 10px;
    position: relative;
    margin: 15px 0px 0px 0px;
    letter-spacing: normal;
    font-size: 15px;
    text-align: left;
    border-radius: 5px;
    color: white;
}

.gpro_notification > div a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.gpro_notification > .error {
    border: 1px solid #ff0000;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B6B6B6 100%), #FE3433;
    background-blend-mode: multiply, normal;
}

.gpro_notification > .error .close {
    border: 1px solid #ff0000;
    color: red;
}

.gpro_notification > .success {
    background: #24B90C;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gpro_notification > .success .close {
    color: white;
}

.gpro_notification > .warning {
    border: 1px solid #ffc800;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFC107 100%), #ffb100;
    background-blend-mode: multiply, normal;
}

.gpro_notification > .warning .close {
    border: 1px solid #fec801;
    color: #eaa101;
}

.gpro_notification > .success > .icon, .gpro_notification > .warning > .icon, .gpro_notification > .error > .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.gpro_notification > div .close {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 16px;
    padding: 2px 2px 2px 3px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
}

.gpro_notification > div .close .icon {
    width: 15px;
    height: 15px;
}

.gpro_form > .gpro_notification {
    margin: 0px 0px 0px 20px;
    box-sizing: border-box;
}

.gpro_form {
    font-size: 0px;
    letter-spacing: -0.31em;
    margin: -15px 0px 0px -20px;
}

.gpro_form > .form-field {
    padding: 15px 0px 0px 20px;
}

.gpro_form > .form-field > .label {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    font-size: 15px;
    letter-spacing: normal;
}

.gpro_form > .form-field > .value {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.gpro_form.cs-reviews > .form-field > .value {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.gpro_form > .buttons {
    padding: 25px 0px 0px 20px;
    text-align: center;
}

.gpro_form .form-field .error-info {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 40px;
    font-size: 0px;
    line-height: normal;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
    z-index: 500;
}

.gpro_form.cs-reviews .form-field .error-info {
    display: none;
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-left: 30px;
}

.gpro_form .form-field .error-info:before {
    content: "!";
    font-size: 20px;
    font-family: sans-serif;
    color: white;
    line-height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B6B6B6 100%), #FE3433;
    background-blend-mode: multiply, normal;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    border-radius: 50%;
    z-index: 5;
    transition: all 0.3s ease;
    transform: scale(0);
    letter-spacing: normal;
}

.gpro_form.cs-reviews .form-field .error-info:before {
    background: #A40F0F;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    text-align: center;
    visibility: visible;
}

.gpro_form .form-field.error .error-info {
    display: block;
    opacity: 1;
    visibility: visible;
}

.gpro_form.cs-reviews .form-field.error .error-info {
    display: flex;
}

.gpro_form .form-field .error-info .msg {
    position: absolute;
    right: 0;
    visibility: hidden;
    font-size: 0px;
    line-height: 15px;
    min-height: 24px;
    text-align: right;
    background: #dd1305;
    color: white;
    padding: 4px;
    margin: 0px 35px -12px 0px;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: default;
    transition: all 0.3s ease;
    letter-spacing: normal;
    max-width: calc(100vw - 105px);
    top: 50%;
    transform: translate(0%, -50%);
    height: auto;
    width: max-content;
}

.gpro_form .form-field .error-info .msg:before {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 6px;
    border-color: transparent transparent transparent #dd1305;
}

.gpro_form .form-field .error-info:hover .msg {
    display: block;
    font-size: 15px;
    visibility: visible;
}

.gpro_form .form-field.error .error-info:before {
    transform: scale(1);
}

.gpro_form.cs-reviews .form-field .error-info .msg {
    position: relative;
    top: 0;
    visibility: visible;
    text-align: left;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    transform: none;
    width: auto;
    background: none;
    font-size: 16px;
    color: #1B1919;
}

.gpro_form.cs-reviews .form-field .error-info .msg:before {
    display: none;
    visibility: visible;
}

.gpro_form.cs-reviews .form-field .error-info:hover .msg {
    font-size: 16px;
}

.gpro_form.proccess:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -2px;
    right: -2px;
    background: white;
    z-index: 1000;
    opacity: 0.4;
    border-radius: 10px;
    backface-visibility: hidden;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.gpro_form.proccess:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 120px;
    left: 50%;
    margin: -30px 0px 0px -30px;
    background: url('/site/view/theme/default/css/../images/site-icon.png') no-repeat center /100% 100%;
    filter: drop-shadow(2px 4px 6px red);
    z-index: 1000;
    backface-visibility: hidden;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.gpro_form.proccess:after {
    animation: 0.3s linear 0s infinite scale_up alternate;
}

@keyframes scale_up {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.hide {
    display: none !important;
}

.gpro_header {
    box-shadow: 0 7px 14.2px 3.8px rgba(0, 0, 0, .25);
    position: relative;
    background: #C24747;
    z-index: 1011;
}

.gpro_header .bg-decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    object-position: left top;
    object-fit: cover;
}

.gpro_header .bg-decor-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    object-position: left top;
}

.gpro_header .bg-decor-2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    object-position: right top;
}

.gpro_toppanel {
    min-height: 100px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0px 0px 0px;
    position: relative;
    z-index: 20;
}

.gpro_toppanel > .logo-box {
    margin: 0px;
    min-height: 40px;
    float: left;
}

.gpro_toppanel > .logo-box img {
    width: auto;
    vertical-align: middle;
}

.gpro_toppanel > .logo-box > a {
    float: left;
}

.gpro_toppanel .mob-menu-btn, .gpro_toppanel .user-menu-btn, .gpro_toppanel .search-menu-btn {
    float: left;
    max-width: 45px;
    border-radius: 0px;
    font-size: 32px;
    padding: 9px 4px;
    display: none;
}

.gpro_toppanel .user-menu-btn {
    float: right;
}

.gpro_toppanel .search-menu-btn {
    float: right;
}

body.safari .gpro_toppanel .mob-menu-btn, body.safari .gpro_toppanel .user-menu-btn, body.safari .gpro_toppanel .search-menu-btn {
    font-size: 30px;
}

.gpro_toppanel .acc_panel {
    font-size: 0px;
    letter-spacing: -0.31em;
    text-align: right;
    vertical-align: top;
}

.gpro_toppanel .acc_panel .search-btn {
    font-size: 20px;
    padding: 9px;
    color: #1B1919;
    max-width: 40px;
    float: right;
    margin: 0px 0px 0px 5px;
}

.gpro_toppanel .acc_panel .search-btn:hover {
    background: none;
    border-color: transparent;
}

.gpro_toppanel .acc_panel .search-btn .icon {
    width: 20px;
    height: 20px;
}

.gpro_toppanel .slogan {
    display: block;
    font-size: 18px;
    font-family: var(--system-font);
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 0px;
    vertical-align: top;
}

.gpro_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 0px;
    letter-spacing: -0.31em;
}

.gpro_menu.top-menu {
    background: #843131;
    position: relative;
    z-index: 20;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.gpro_menu > .menu-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    position: relative;
}

.gpro_menu > .menu-item > span, .gpro_menu > .menu-item > a {
    color: white;
    display: block;
    letter-spacing: normal;
}

.gpro_menu.top-menu > .menu-item > span .icon-wrap, .gpro_menu.top-menu > .menu-item > a .icon-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: white;
    color: #A40F0F;
    border-radius: 50%;
    padding: 5px;
    margin: 0px 5px 0px 0px;
}

.gpro_menu.top-menu > .menu-item {
    min-width: 10%;
}

.gpro_menu.top-menu > .menu-item.has-submenu > span:after, .gpro_menu.top-menu > .menu-item.has-submenu > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    border-width: 7px 5px 0 5px;
}

.gpro_menu.top-menu > .menu-item.has-submenu > span > .sub-arrow, .gpro_menu.top-menu > .menu-item.has-submenu > a > .sub-arrow {
    display: none;
}

.gpro_menu.top-menu > .menu-item > span, .gpro_menu.top-menu > .menu-item > a {
    padding: 10px 5px;
    display: block;
    font-size: 12.5px;
    line-height: 35px;
    letter-spacing: normal;
    min-height: 55px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s;
    cursor: default;
    text-decoration: none;
    white-space: nowrap;
}

.gpro_menu.top-menu > .menu-item:first-child > span, .gpro_menu.top-menu > .menu-item:first-child > a {
    padding-left: 0px;
}

.gpro_menu.top-menu > .menu-item:last-child > span, .gpro_menu.top-menu > .menu-item:last-child > a {
    padding-right: 0px;
}

.gpro_menu.top-menu > .menu-item > a {
    cursor: pointer;
}

.gpro_menu.top-menu > .menu-item > span > span, .gpro_menu.top-menu > .menu-item > a > span {
    line-height: 12.5px;
    display: inline-block;
    vertical-align: middle;
}

.gpro_menu.top-menu > .menu-item:first-child > a {
}

.gpro_toppanel > .top-menu {
    margin: 20px 0px 0px 0px;
    position: relative;
    clear: both;
}

.gpro_toppanel > .top-menu:before {
    content: "";
    position: absolute;
    width: 4000%;
    height: 100%;
    left: -2000%;
    background: #843131;
    z-index: 5;
}

.gpro_menu > .menu-item > .sub-menu {
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: top;
    left: 0px;
    top: 55px;
}

.gpro_menu .menu-item > .sub-menu > .menu-item > .sub-open {
    width: 50px;
    height: 40px;
}

.gpro_menu > .menu-item:hover > .sub-menu {
    transform: rotate3d(1, 0, 0, 0deg);
}

.gpro_menu .sub-menu {
    position: absolute;
    min-width: 100%;
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 450;
    background: #C24747;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 5px 12px 0px #dc133c73;
    box-sizing: border-box;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: left;
}

.gpro_menu > .menu-item:hover > .sub-menu, .gpro_menu .sub-menu > .menu-item:hover > .sub-menu, .gpro_menu > .menu-item.active > .sub-menu, .gpro_menu .sub-menu > .menu-item.active > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.gpro_menu .sub-menu > .menu-item:hover > .sub-menu {
    transform: rotate3d(0, 1, 0, 0deg);
}

.gpro_menu .sub-menu > .menu-item > .sub-menu {
    border-radius: 0px 5px 5px 5px;
}

.gpro_menu .sub-menu > .menu-item {
    position: relative;
}

.gpro_menu .sub-menu > .menu-item > span {
    cursor: pointer;
}

.gpro_menu .sub-menu > .menu-item > span, .gpro_menu .sub-menu > .menu-item > a {
    text-decoration: none;
    display: block;
    line-height: 20px;
    font-size: 15px;
    color: white;
    letter-spacing: normal;
    padding: 15px 20px 15px 10px;
}

.gpro_menu .sub-menu > .menu-item.has-submenu > span, .gpro_menu .sub-menu > .menu-item.has-submenu > a {
    position: relative;
}

.gpro_menu .sub-menu > .menu-item.has-submenu > span:before, .gpro_menu .sub-menu > .menu-item.has-submenu > a:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    transform: rotate(45deg);
    top: 50%;
    right: 7px;
    margin-top: -4px;
}

.gpro_menu .sub-menu > .menu-item:hover > a {
    background: #843131;
    color: white;
}

.gpro_menu .sub-menu > .menu-item.has-submenu > span > .sub-arrow, .gpro_menu .sub-menu > .menu-item.has-submenu > a > .sub-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    margin: -10px 0px 0px 0px;
    width: 20px;
    height: 20px;
}

.gpro_menu .sub-open {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
}

.gpro_menu .sub-open:before, .gpro_menu .sub-open:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    margin: -5px 0px 0px -7.5px;
    border-color: white transparent transparent transparent;
    transition: transform 0.3s ease;
}

.gpro_menu .menu-item.active > .sub-open:before {
    transform: rotateZ(180deg);
    border-color: #ffffff transparent transparent transparent;
}

.gpro_menu .menu-item.active > .sub-open:after {
    display: none;
}

.gpro_menu > .menu-item.has-submenu:last-child > .sub-menu > .menu-item > span > .sub-arrow, .gpro_menu > .menu-item.has-submenu:last-child > .sub-menu > .menu-item > a > .sub-arrow {
    right: auto;
    left: 0px;
    transform: rotate(180deg);
}

.gpro_menu > .menu-item.has-submenu:last-child > .sub-menu > .menu-item > .sub-menu {
    left: auto;
    right: 100%;
    border-radius: 5px 0px 5px 5px;
    transform-origin: right;
}

.gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:first-child > span, .gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:first-child > a {
    border-radius: 0px 5px 0px 0px;
}

.gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:last-child > span, .gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:last-child > a {
    border-radius: 0px 0px 5px 5px;
}

.gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:first-child:last-child > span, .gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:first-child:last-child > a {
    border-radius: 0px 5px 5px 0px;
}

.gpro_toppanel > .top-menu > .out-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 890;
    display: none;
}

.gpro_toppanel > .top-menu.show > .out-menu {
    display: block;
}

.gpro_footer {
    padding: 75px 0px 50px 0px;
    font-size: 0px;
    letter-spacing: -0.31em;
    color: #ffff;
    background: #761F1F;
}

.gpro_footer > .gpro_wrap > .info, .gpro_footer > .gpro_wrap > .bot-menu, .gpro_footer > .gpro_wrap > .about, .gpro_footer > .gpro_wrap > .response {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 0px 30px 0px 0px;
}

.gpro_footer > .gpro_wrap > .info .copyright {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin: 25px 0px 0px 0px;
    letter-spacing: normal;
}

.gpro_footer > .gpro_wrap > .info .copyright a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.gpro_footer > .gpro_wrap > .info .copyright a:hover {
    text-decoration: none;
}

.gpro_footer > .gpro_wrap > .info .copyright p {
    margin: 0px;
}

.gpro_menu.bot-menu {
    display: flex;
}

.gpro_menu.bot-menu + .gpro_menu.bot-menu {
    display: block;
}

.gpro_menu.bot-menu > .menu-item {
    flex-grow: 1;
}

.gpro_footer > .gpro_wrap > .bot-menu {
    flex-grow: 1;
    padding: 0px;
}

.gpro_menu.bot-menu > .menu-item > a, .gpro_menu.bot-menu > .menu-item > span {
    padding: 10px 0px;
    display: block;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: normal;
    min-width: 185px;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: color 0.3s ease, background 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.gpro_menu.bot-menu > .menu-item > .sub-menu, .gpro_menu.bot-menu > .menu-item:hover > .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: none;
    box-shadow: none;
    border: 0px;
    min-width: auto;
    max-height: none;
}

.gpro_menu.bot-menu .sub-menu > .menu-item > a, .gpro_menu.bot-menu .sub-menu > .menu-item > span {
    padding: 10px 10px 0px 0px;
    transition: color 0.3s ease;
}

.gpro_menu.bot-menu .sub-menu > .menu-item:hover > a {
    background: none;
    color: #ff0000;
}

.gpro_menu.bot-menu > .menu-item.hdr > span, .gpro_menu.bot-menu > .menu-item.hdr > a {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    min-width: auto;
    color: #FFFFFF;
    font-family: var(--system-font);
    font-weight: bold;
    font-size: 16px;
    cursor: default;
}

.gpro_menu.bot-menu > .menu-item.hdr {
    border-left: 3px solid rgba(255, 255, 255, .15);
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
}

.gpro_footer .gpro_wrap {
    display: flex;
    align-items: flex-start;
}

.gpro_footer > .gpro_wrap > .response {
    padding: 0px;
}

.gpro_footer > .gpro_wrap > .about, .gpro_footer > .gpro_wrap > .response {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: normal;
    border-left: 1px solid #fff;
    padding: 0px 0px 0px 15px;
    color: white;
}

.gpro_footer > .gpro_wrap > .about > .label, .gpro_footer > .gpro_wrap > .response > .label {
    font-size: 15px;
    font-family: var(--system-font);
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
}

.gpro_footer .gpro_wrap > .info .logo {
    text-align: center;
}

.gpro_footer .gpro_wrap > .info .logo img {
    width: auto;
}

.gpro_footer .gpro_wrap > .info .social {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -15px 0px 0px;
    flex: 1 1 100%;
}

.gpro_footer .gpro_wrap > .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gpro_footer .gpro_wrap > .info .social > a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    min-width: 30px;
    color: #761F1F;
    background: #fff;
    display: inline-flex;
    align-items: center;
    margin: 10px 10px 0 0;
}

.gpro_footer .gpro_wrap > .info .social > a:last-child {
    margin-right: 0;
}

.gpro_footer .gpro_wrap > .info .social > a .icon {
    max-height: 50%;
}

.gpro_footer .gpro_wrap > .info .social > a:hover .icon {
    color: inherit !important;
}

body.main .gpro_cont_main .gpro_section.head {
    margin: 0px 0px 20px 0px;
}

.gpro_section > .content p, .mce-content-body p {
    margin: 15px 0px 0px 0px; /*text-indent:30px;*/
}

.gpro_section > .content p a:hover {
    text-decoration: none;
}

.gpro_section > .content img:first-child + p, .gpro_section > .content div:first-child + p, .mce-content-body img:first-child + p, .mce-content-body div:first-child + p {
    margin: 0px;
}

.gpro_section > .content p:first-child, .gpro_module > .content p:first-child, .mce-content-body p:first-child {
    margin: 0px;
}

.gpro_content {
    padding: 30px 0px 30px 0px;
    margin: 0px 0px -20px 0px;
    box-sizing: border-box;
    border-radius: 0px 0px 20px 20px;
    background: #f9f9f9;
    position: relative;
}

body > .gpro_content > .gpro_col_right {
    display: flex;
}

.gpro_content:after {
    content: "";
    display: block;
    clear: both;
}

.gpro_cont_left {
    width: 300px;
    margin: 0px 30px 0px 0px;
}

.gpro_cont_right {
    width: 300px;
    flex-basis: 300px;
    margin: 0px 0px 0px 30px;
}

.gpro_cont_main {
    flex: 0 0 calc(100% - 330px);
    max-width: 100%;
}

.gpro_wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.gpro_section {
    border-radius: 5px;
    border: 2px solid #E5EFEF;
    margin: 20px 0px 20px 0px;
    background: white;
    position: relative;
    overflow: hidden;
}

.gpro_section.no-hidden {
    overflow: visible !important;
}

.gpro_section header {
    position: relative;
}

.gpro_section header > .label + .gpro_rating {
    margin: 0;
    top: 20px;
}

.gpro_section > .label, .gpro_section header > .label, .gpro_section header > h2.label {
    font-size: 24px;
    font-family: var(--system-font);
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 50px 25px 20px;
    margin: 0px;
    line-height: 1.2;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    z-index: 10;
}

.gpro_section.head header > .label {
    padding: 25px 25px 25px 20px;
}

.gpro_section header + .content-author-update {
    margin-top: -20px;
}

.gpro_section > .label + .content-author-update {
    margin-top: 20px;
}

.gpro_section.no-bg > header > .label, .gpro_section.no-bg > .label {
    background: white;
    border: 2px solid #E5EFEF;
}

.gpro_section.tx-rating > .label, .gpro_section.tx-rating header > .label, .gpro_section.tx-rating > h2.label, .gpro_section.tx-rating header > h2.label {
    padding: 25px 330px 25px 20px;
}

h1, h2, h3 {
    text-align: center;
}

.gpro_section > .label h1 {
    font-size: 24px;
    font-family: var(--system-font);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

.gpro_cont_main .gpro_breadcrumbs {
    display: block;
    position: relative;
    z-index: 5;
    background: white;
    padding: 10px 20px;
    border: 1px solid #e1e6ea;
    border-top: 0px;
    border-radius: 5px;
    list-style: none;
    margin: 0px;
}

.gpro_cont_main .gpro_breadcrumbs a {
    color: #1B1919;
    font-weight: normal;
}

.gpro_cont_main .gpro_breadcrumbs a:hover span {
    text-decoration: underline;
}

.gpro_cont_main .gpro_breadcrumbs p, .gpro_cont_main .gpro_breadcrumbs a {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    vertical-align: top;
    display: inline;
    color: #1b1919;
}

.gpro_cont_main .gpro_breadcrumbs > li {
    display: inline;
    vertical-align: top;
    font-family: var(--system-font);
    min-width: auto;
    padding: 0px;
    font-size: 0px;
    line-height: 25px;
    flex: none;
    margin: 0px;
}

.gpro_cont_main .gpro_breadcrumbs li:before, .gpro_section .gpro_breadcrumbs li:before {
    content: " / ";
    position: static;
    color: #1B1919;
    margin: 0px 8px;
    width: auto;
    height: auto;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.gpro_cont_main .gpro_breadcrumbs li:first-child:before, .gpro_section .gpro_breadcrumbs li:first-child:before {
    display: none;
}

.gpro_cont_main .gpro_breadcrumbs + .gpro_section.head > .label {
    border-radius: 0px;
}

.gpro_section.head > .content {
    overflow: hidden;
}

.gpro_casino_list > .casino-item {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
    margin: 20px 0px 0px 0px;
    padding: 30px 20px;
    transition: box-shadow 0.3s ease;
}

.gpro_casino_list > .casino-item > .info {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

.gpro_casino_list > .casino-item > .buttons {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: right;
}

.gpro_casino_list > .casino-item > .info > .detail > div {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.gpro_casino_list > .casino-item > .info > .detail .rating {
    width: 15%;
}

.gpro_casino_list > .casino-item > .info > .detail .bonus, .gpro_casino_list > .casino-item > .info > .detail .players {
    width: 17.333%;
}

.gpro_casino_list > .casino-item > .info > .detail > div > .label {
    text-transform: uppercase;
    font-family: var(--system-font);
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.gpro_casino_list > .casino-item > .info > .image {
    float: left;
}

.gpro_casino_list > .casino-item > .info > .detail > div > .value {
    color: #8e97a2;
    letter-spacing: 1px;
    margin: 0px 0px 5px 0px;
}

.gpro_casino_list > .casino-item > .info > .detail .payout .value {
    text-transform: uppercase;
}

.gpro_casino_list > .casino-item > .buttons .read-more-btn {
    margin: 0px 0px 15px 0px;
}

.gpro_section.top-rated > .buttons {
    text-align: center;
    margin: 25px 0px 0px 0px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
    padding: 20px;
}

.gpro_slot_filter .gpro_morebox {
    margin-top: 28px;
    text-align: center;
}

.gpro_casino_list > .casino-item > .info > .detail .payout {
    width: 15%;
}

.gpro_cpayments_list .cpayment-item.hdr td {
    padding: 5px 2px;
}

.gpro_cpayments_list .cpayment-item.hdr img {
    max-width: 50px;
}

.gpro_cpayments_list th.name {
    width: 130px;
}

.gpro_cpayments_list .cpayment-item.hdr td img, .gpro_cpayments_list th.name img {
    vertical-align: top;
    height: 60px;
    width: auto;
}

.gpro_cpayments_list .cpayment-item .image {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 10px;
    line-height: 80px;
    box-sizing: border-box;
    text-align: center;
}

.gpro_cpayments_list .cpayment-item td {
    text-align: center;
}

table.gpro_cpayments_list:not(.no-wrap) {
    margin: 0px;
    width: 840px;
}

table.gpro_cpayments_list .cpayment-item th {
    padding: 5px;
}

.gpro_tabs.pmnt-tabs > .tab-item {
    width: 50%;
    font-weight: bold;
}

.gpro_cpayments_list .cpayment-item > .rating {
    white-space: nowrap;
}

.gpro_cpayments_list .cpayment-item > .rating .icon {
    color: gold;
    margin: 0px 5px 0px 0px;
    display: inline;
    width: 15px;
    height: 15px;
    vertical-align: top;
}

.gpro_cpayments_list .cpayment-item .icon-add-t, .gpro_cpayments_list .cpayment-item .icon-minus {
    color: white;
    padding: 4px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: top;
}

.gpro_cpayments_list .cpayment-item .icon-add-t {
    background: #33cd33;
}

.gpro_cpayments_list .cpayment-item .icon-minus {
    background: #f37685;
}

.gpro_countries_list {
    margin: 15px 0px 0px 0px;
}

.gpro_countries_list > .country-item {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0px 0px;
}

.gpro_countries_list > .country-item img {
    border-radius: 50%;
}

.gpro_box {
    margin: 0px 0px 20px 0px;
    background: #E5EFEF;
    border-radius: 5px;
}

.gpro_box > .label {
    color: #49535c;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 50px 15px 20px;
    margin: 0px 0px 0px 0px;
    line-height: 16px;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    letter-spacing: normal;
}

.gpro_box > .label .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -12.5px 0px 0px 0px;
    font-size: 25px;
    color: #ce3d3d;
    display: none;
}

.gpro_menu.vertical, .gpro_section .gpro_menu.vertical {
    background: white;
}

.gpro_menu.vertical .menu-item {
    padding: 0 20px;
    line-height: 15px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    margin: 0px;
    position: relative;
}

.gpro_menu.vertical .menu-item:after {
    position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #E5EFEF;
}

.gpro_menu.vertical .menu-item:before {
    display: none;
}

.gpro_menu.vertical .menu-item:last-child:after {
    display: none;
}

.gpro_menu.vertical .menu-item a {
    text-decoration: none;
    color: #186baa;
    font-size: 15px;
    position: relative;
    padding: 15px 0;
}

.gpro_menu.vertical .menu-item a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    content: '';
    border-top: 1px solid #5A9494;
    border-right: 1px solid #5A9494;
    transform: rotate(45deg);
    right: 0;
    top: 50%;
    margin-top: -4px;
    opacity: 0.5;
}

.gpro_menu.vertical .menu-item:hover {
    box-shadow: 0 0 25px rgba(0, 153, 222, 0.4);
    z-index: 5;
}

.gpro_menu.vertical .menu-item:hover:after {
    background: transparent;
}

.gpro_banner {
    position: relative;
    margin: 0px 0px 20px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.gpro_banner .gpro_videobox {
    border-radius: 0px;
}

.gpro_banner > .text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    margin: -10px 0px 0px 0px;
}

.gpro_banner b, .gpro_box b, .gpro_section b {
    font-family: var(--system-font);
    font-weight: bold;
}

.gpro_casino_list > .casino-item:hover {
    box-shadow: 0 0 25px rgba(53, 152, 219, 0.4);
    z-index: 5;
}

.gpro_section.faq > .content {
    padding: 0px;
}

.gpro_faq_list .faq-item {
    border-radius: 5px;
    margin: 20px 0px 0px 75px;
    position: relative;
    margin: 10px 0px 0px 0px;
    background: #E5EFEF;
}

.gpro_faq_list .faq-item > .label {
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    padding: 20px 55px 20px 20px;
    transition: border-radius 2s, background 0.3s ease;
}

.gpro_faq_list .faq-item > .label p {
    margin: 0;
    font-size: 18px;
    font-family: var(--system-font);
    font-weight: bold;
    line-height: 26px;
}

.gpro_faq_list .faq-item > .label.show {
    border-radius: 5px 5px 0px 0px;
    transition: none;
}

.gpro_faq_list .faq-item > .value {
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
    max-height: 0px;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
    transition: max-height 1s ease, background 0.3s ease;
}

.gpro_faq_list .faq-item > .value:before {
    content: "";
    display: block;
}

.gpro_faq_list .faq-item > .value:after {
    content: "";
    display: block;
    padding: 0px 0px 20px 0px;
}

.gpro_faq_list .faq-item > .value .icon-faq-question {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 27px;
    height: 27px;
    margin: -13.5px 0px 0px 0px;
    color: white;
    border-radius: 50%;
    background: #5A9494;
}

.gpro_faq_list .faq-item > .label .open-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #5a9494 transparent transparent transparent;
    margin: -5px 0px 0px 0px;
    transition: transform 0.3s ease;
}

.gpro_faq_list .faq-item > .label.show .open-icon {
    transform: rotateZ(180deg);
}

.gpro_faq_list .faq-item > .label .open-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 5px;
    margin: -2.5px 0px 0px 0px;
    background: white;
}

.gpro_faq_list .faq-item > .label .open-icon:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    width: 5px;
    height: 80%;
    margin: 0px 0px 0px -2px;
    background: white;
}

.gpro_faq_list .faq-item > .label .icon {
    width: 15px;
    height: 15px;
    margin: 7.5px auto 0px auto;
    transition: all 0.3s ease;
    color: #ce3d3d;
    display: none;
}

.gpro_faq_list .faq-item.active {
    background: white;
}

.gpro_faq_list .faq-item > .label.show {
    background: white;
}

.gpro_faq_list .faq-item > .label.show + .value {
    max-height: 1000px;
    transition: max-height 2s ease;
    background: white;
}

.gpro_faq_list .faq-item > .label.show .icon {
    transform: rotateZ(180deg);
    color: #aab5c1;
}

.gpro_faq_list > .faq-item p {
    margin: 0px;
    text-indent: 0px;
}

.gpro_section.no-bg {
    background: none;
    box-shadow: none;
    overflow: visible;
    border: 0px;
}

.gpro_section.no-bg > header > .label {
    background-color: white;
    border-radius: 5px;
    border: 2px solid #E5EFEF;
}

.gpro_section.no-bg > .label:after {
    left: 3px;
    right: 3px;
}

.gpro_section.no-bg > .content {
    padding: 0px;
    overflow: visible;
}

.gpro_section > .content > .text {
}

.gpro_section.no-bg > .content > .text {
    border-radius: 5px;
    box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
    margin: 20px 0px;
    background: white;
    padding: 20px;
}

.gpro_section.no-bg > .content > .text.no-bg {
    box-shadow: none;
    padding: 0px;
    background: none;
    margin: 15px 0px 0px 0px;
}

.gpro_section > .content > .buttons {
    margin: 20px 0px 0px 0px;
    padding: 20px;
    text-align: center;
    font-size: 0;
}

.gpro_section > .content > .buttons.box {
    border-radius: 5px;
    box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
    background: white;
}

.gpro_section > .content > .buttons.out {
    margin: 0px -20px -20px -20px;
}

.gpro_section.head > .label .votes {
    font-size: 15px;
    font-family: var(--system-font);
    line-height: 15px;
}

.gpro_section ul.gpro_payment_list, .gpro_section ul.gpro_software_list {
    font-size: 0px;
    letter-spacing: -0.31em;
    border-radius: 10px;
    box-sizing: border-box;
    margin: -5px 0px 0px -5px;
    justify-content: center;
}

.gpro_section .cs-feature-box ul.gpro_payment_list {
    justify-content: flex-start;
}

.gpro_cs_options ul.gpro_payment_list, .gpro_cs_options ul.gpro_software_list {
    justify-content: flex-start !important;
}

.gpro_payment_list > .payment-item, .gpro_software_list > .software-item {
    display: inline-flex;
    vertical-align: top;
    min-width: 33.33%;
    max-width: 33.33%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px 0px 5px;
    margin: 5px 0px 0px 0px;
    flex: none;
}

.gpro_payment_list > .payment-item > .box, .gpro_software_list > .software-item > .box {
    background: #f4f4f4;
    border-radius: 5px;
    transition: transform 0.3s ease;
    padding: 2px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.gpro_payment_list > .payment-item .icon, .gpro_payment_list > .payment-item img, .gpro_software_list > .software-item .icon, .gpro_software_list > .software-item img {
    font-size: 24px;
    vertical-align: top;
    box-sizing: border-box;
    max-height: 35px;
}

.gpro_software_list > .software-item .icon, .gpro_software_list > .software-item img {
    height: 35px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.gpro_payment_list > .payment-item:before, .gpro_software_list > .software-item:before {
    display: none;
}

.gpro_payment_list > .payment-item .icon-bitcoin {
    color: #f9a000;
}

.gpro_payment_list > .payment-item .icon-casino-cart {
    color: #00cf00;
}

.gpro_payment_list > .payment-item .icon-ethernium {
    color: #37699c;
}

ul.gpro_software_list.devs {
    margin: 0 0 -10px -10px;
    border-radius: 0;
}

.gpro_software_list.devs > .software-item {
    min-width: calc(100% / 6 - 10px);
    max-width: calc(100% / 6 - 10px);
    height: 148px;
    padding: 0;
    margin: 0 0 10px 10px;
    border: 2px solid #E5EFEF;
    border-radius: 5px;
}

.gpro_software_list.devs > .software-item > .box {
    background: transparent;
    padding: 15px;
}

.gpro_software_list.devs > .software-item .image {
    display: block;
    width: 100%;
    height: 100%;
}

.gpro_software_list.devs > .software-item .image img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

ul.gpro_payment_list.info {
    margin: -20px 0px 20px -15px;
}

.gpro_payment_list.info > .payment-item {
    padding: 15px 0px 0px 15px;
}

.gpro_payment_list.info > .payment-item .image img {
    max-height: 175px;
}

.gpro_payment_list.info > .payment-item > .box {
    padding: 20px;
    background: white;
    transition: border .3s;
    border: 2px solid #E5EFEF;
    text-decoration: none;
}

.gpro_payment_list.info > .payment-item > .box[href]:hover {
    border-color: #446F6F;
}

.gpro_payment_list.info > .payment-item > .box > .desc {
    font-size: 12px;
    text-align: justify;
    line-height: 25px;
    flex: 1;
    color: #1B1919;
    text-decoration: none;
}

.gpro_payment_list.color {
    margin: 0px -10px 0px -10px;
    text-align: center;
    justify-content: center;
}

.gpro_payment_list.color > .payment-item {
    min-width: 25%;
    max-width: 25%;
    padding: 15px 0px 0px 15px;
}

.gpro_payment_list.color > .payment-item > .box {
    border: 1px solid #E5EFEF;
    padding: 20px;
    background: white;
    text-decoration: none;
    transition: border .3s;
    flex: 1;
}

.gpro_payment_list.color > .payment-item > .box[href]:hover {
    border-color: #446F6F;
}

.gpro_payment_list.color > .payment-item > .box > .title {
    font-size: 15px;
    margin: 20px 0;
}

.gpro_payment_list.color > .payment-item > .box > .image img {
    max-height: 145px;
}

.gpro_section > .content > .text + .gpro_payment_list.color {
    margin: 0px 0px 0px -15px;
}

.gpro_cs_options .gpro_payment_list.links > .payment-item > .box, .gpro_cs_options .gpro_software_list.links > .software-item > .box {
    border: 1px solid #dedede;
    background: white;
}

.gpro_section ol, .gpro_section ul, .gpro_cont_main ol, .gpro_cont_main ul, .gpro_cont_right ol, .gpro_casino_terms ~ div[data-tippy-root] ul, .mce-content-body ol, .mce-content-body ul {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.gpro_section ol, .gpro_cont_main ol, .gpro_cont_right ol, .gpro_cont_right ol, .gpro_casino_terms ~ div[data-tippy-root] ol, .mce-content-body ol {
    counter-reset: lst-cntr;
}

.gpro_section ol > li, .gpro_section ul > li, .gpro_cont_main ol > li, .gpro_cont_main ul > li, .gpro_cont_right ol > li, .gpro_cont_right ul > li, .gpro_casino_terms ~ div[data-tippy-root] ol > li, .gpro_casino_terms ~ div[data-tippy-root] ul > li, .mce-content-body ol > li, .mce-content-body ul > li {
    line-height: 20px;
    min-width: 100%;
    max-width: 100%;
    flex: 1;
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
    margin: 10px 0px 0px 0px;
    position: relative;
}

.gpro_section .text ol:not([class]), .gpro_section .text ul:not([class]) {
    display: inherit;
}

.gpro_section .text ul:not([class]) {
    overflow: hidden;
}

.gpro_section .text ol > li {
    padding-left: 0;
}

.gpro_section .text ol > li::before {
    color: inherit;
    margin-left: 0;
}

.gpro_section ol > li > h3, .gpro_section ul > li > h3, .gpro_cont_main ol > li > h3, .gpro_cont_main ul > li > h3, .gpro_cont_right ol > li > h3, .gpro_cont_right ul > li > h3, .gpro_casino_terms ~ div[data-tippy-root] ol > li > h3, .gpro_casino_terms ~ div[data-tippy-root] ul > li > h3, .mce-content-body ol > li > h3, .mce-content-body ul > li > h3 {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
}

.gpro_section .content ol > li > p, .gpro_section ul > li > p {
    line-height: 25px;
    margin-top: 0;
}

.gpro_section ol > li > h4, .gpro_section ul > li > h4, .gpro_cont_main ol > li > h4, .gpro_cont_main ul > li > h4, .gpro_cont_right ol > li > h4, .gpro_cont_right ul > li > h4, .gpro_casino_terms ~ div[data-tippy-root] ol > li > h4, .gpro_casino_terms ~ div[data-tippy-root] ul > li > h4, .mce-content-body ol > li > h3, .mce-content-body ul > li > h4 {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
}

.gpro_section ol > li, .gpro_cont_main ol > li, .gpro_cont_right ol > li, .gpro_casino_terms ~ div[data-tippy-root] ol > li, .mce-content-body ol > li {
    counter-increment: lst-cntrl;
}

.gpro_section ul.col-2 > li, .gpro_cont_main ul.col-2 > li, .gpro_cont_right ul.col-2 > li, .gpro_cont_right ul.col-2 > li, .mce-content-body ul.col-2 > li, .gpro_section ol.col-2 > li, .gpro_cont_main ol.col-2 > li, .gpro_cont_right ol.col-2 > li, .gpro_cont_right ol.col-2 > li, .mce-content-body ol.col-2 > li {
    min-width: 50%;
    max-width: 50%;
    padding-right: 15px;
}

.gpro_section ul.col-3 > li, .gpro_cont_main ul.col-3 > li, .gpro_cont_right ul.col-3 > li, .gpro_cont_right ul.col-3 > li, .mce-content-body ul.col-3 > li, .gpro_section ol.col-3 > li, .gpro_cont_main ol.col-3 > li, .gpro_cont_right ol.col-3 > li, .gpro_cont_right ol.col-3 > li, .mce-content-body ol.col-3 > li {
    min-width: 33.33%;
    max-width: 33.33%;
    padding-right: 15px;
}

.gpro_section ul.col-4 > li, .gpro_cont_main ul.col-4 > li, .gpro_cont_right ul.col-4 > li, .gpro_cont_right ul.col-4 > li, .mce-content-body ul.col-4 > li, .gpro_section ol.col-4 > li, .gpro_cont_main ol.col-4 > li, .gpro_cont_right ol.col-4 > li, .gpro_cont_right ol.col-4 > li, .mce-content-body ol.col-4 > li {
    min-width: 25%;
    max-width: 25%;
    padding-right: 15px;
}

.gpro_section ol.steps, .mce-content-body ol.steps {
    position: relative;
    padding: 0px 0px 0px 80px;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    clear: both;
}

.gpro_section ol.steps > li:before, .mce-content-body ol.steps > li:before {
    position: absolute;
    left: -80px;
    top: 0px;
    margin: 0px;
    font-size: 20px;
    color: #146AFF;
    width: 40px;
    height: 40px;
    border: 1px solid #146AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
    background: #f5f8fb;
    z-index: 5;
}

.gpro_section ol.steps > li:after, .mce-content-body ol.steps > li:after {
    content: "";
    position: absolute;
    border-left: 1px dashed #156afe;
    height: 100%;
    left: -60px;
    bottom: 100%;
}

.gpro_section ol.steps > li, .mce-content-body ol.steps > li {
    position: relative;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.gpro_section ol.steps > li img, .mce-content-body ol.steps > li img {
    border-radius: 12px;
}

.gpro_section ol.steps > li:first-child, .mce-content-body ol.steps > li:first-child {
    margin: 0px;
}

.gpro_section ol.steps > li:first-child:after, .mce-content-body ol.steps > li:first-child:after {
    display: none;
}

.gpro_section ol.steps > li > h3, .mce-content-body ol.steps > li > h3 {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}

.gpro_casino_terms ~ div[data-tippy-root] ul > li::before {
    background: white;
}

.gpro_casino_terms ~ div[data-tippy-root] .tippy-content .tc-link {
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.gpro_casino_terms ~ div[data-tippy-root] .tippy-content a {
    color: white;
}

.gpro_section ol[style*="decimal;"], .gpro_cont_main ol[style*="decimal;"], .gpro_cont_right ol[style*="decimal;"] > li, .gpro_casino_terms ~ div[data-tippy-root] ol[style*="decimal;"] > li, .mce-content-body ol[style*="decimal;"] {
    counter-reset: lst-d-cntr;
    list-style: none !important;
}

.gpro_section ol[style*="decimal;"] > li, .gpro_cont_main ol[style*="decimal;"] > li, .gpro_cont_right ol[style*="decimal;"] > li, .gpro_casino_terms ~ div[data-tippy-root] ol[style*="decimal;"] > li, .mce-content-body ol[style*="decimal;"] > li {
    counter-increment: lst-d-cntr;
}

.gpro_section ol[style*="decimal;"] > li::before, .gpro_cont_main ol[style*="decimal;"] > li::before, .gpro_cont_right ol[style*="decimal;"] > li::before, .gpro_casino_terms ~ div[data-tippy-root] ol[style*="decimal;"] > li::before, .mce-content-body ol[style*="decimal;"] > li::before {
    content: "1." counter(lst-d-cntr) ".";
}

.gpro_section ol > li::before, .gpro_cont_main ol > li::before, .gpro_cont_right ol > li::before, .gpro_casino_terms ~ div[data-tippy-root] ol > li::before, .mce-content-body ol > li::before {
    content: counter(lst-cntr) ".";
    counter-increment: lst-cntr;
    color: #186baa;
    font-family: var(--system-font);
    font-weight: bold;
    margin: 0px 5px 0px -15px; /*position:absolute;*/
    left: 0px;
}

.gpro_section ol.r-numbers, .gpro_cont_main ol.r-numbers, .gpro_cont_right ol.r-numbers, .mce-content-body ol.r-numbers {
    margin: -30px 0px 0px -10px;
}

.gpro_section ol.r-numbers > li, .gpro_cont_main ol.r-numbers > li, .gpro_cont_right ol.r-numbers > li, .mce-content-body ol.r-numbers > li {
    margin: 30px 0px 0px 0px;
}

.gpro_section ol.r-numbers > li:before, .gpro_cont_main ol.r-numbers > li:before, .gpro_cont_right ol.r-numbers > li:before, .mce-content-body ol.r-numbers > li:before {
    font-size: 20px;
    color: #146AFF;
    width: 40px;
    height: 40px;
    border: 1px solid #146AFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
}

.gpro_section ol.r-numbers > li > h3, .gpro_cont_main ol.r-numbers > li > h3, .gpro_cont_right ol.r-numbers > li > h3, .mce-content-body ol.r-numbers > li > h3 {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px;
    line-height: 20px;
}

.gpro_section ul.no-bullets > li::before, .gpro_section ol.no-bullets > li::before, .gpro_cont_main ul.no-bullets > li::before, .gpro_cont_main ol.no-bullets > li::before, .gpro_cont_right ul.no-bullets > li::before, .gpro_cont_right ol.no-bullets > li::before, .mce-content-body ul.no-bullets > li::before, .mce-content-body ol.no-bullets > li::before {
    display: none;
}

.gpro_section ol.rounded > li:before, .gpro_cont_main ol.rounded > li:before, .gpro_cont_right ol.rounded > li:before, .mce-content-body ol.rounded > li:before {
    content: counter(lst-cntr);
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.gpro_section ol.rounded > li > h3 {
    margin: 5px 0px 5px 0px;
}

.gpro_section ol.bg-numbers > li:before, .gpro_cont_main ol.bg-numbers > li:before, .gpro_cont_right ol.bg-numbers > li:before, .mce-content-body ol.bg-numbers > li:before {
    position: absolute;
    content: counter(lst-cntr);
    width: 50px;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-align: center;
    background: #99AAD1;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 25px;
    line-height: 25px;
    color: white;
}

.gpro_section ol.bg-numbers > li, .gpro_cont_main ol.bg-numbers > li, .gpro_cont_right ol.bg-numbers > li, .mce-content-body ol.bg-numbers > li {
    padding: 15px 40px 15px 70px;
    background: #DFE9FF;
    border-radius: 10px;
    font-weight: bold;
}

.gpro_section ol > .more-btn:before, .gpro_section ul > .more-btn:before, .gpro_cont_main ol > .more-btn:before, .gpro_cont_main ul > .more-btn:before, .gpro_cont_right ol > .more-btn:before, .gpro_cont_right ul > .more-btn:before, .mce-content-body ol > .more-btn:before, .mce-content-body ul > .more-btn:before {
    display: none;
}

.gpro_section ol > .more-btn, .gpro_section ul > .more-btn, .gpro_cont_main ol > .more-btn, .gpro_cont_main ul > .more-btn, .gpro_cont_right ol > .more-btn, .gpro_cont_right ul > .more-btn, .mce-content-body ol > .more-btn, .mce-content-body ul > .more-btn {
    font-size: 18px;
    line-height: 1.8;
    display: block;
    text-decoration: underline;
    color: #446F6F;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding-left: 0;
}

.gpro_section ul > li:not([class])::before, .gpro_cont_main ul > li:not([class])::before, .gpro_cont_right ul > li:not([class])::before, .mce-content-body ul:not([class]) > li::before {
    content: "";
    color: #186baa;
    position: absolute;
    left: 0px;
    top: 50%;
    top: 7px;
    margin: -3px 0px 0px 0px;
    margin: 0px;
    width: 6px;
    height: 6px;
    background: #186baa;
    border-radius: 50%;
}

.gpro_section ul > li.user-info-item::before {
    content: "";
    color: #186baa;
    position: absolute;
    left: 0px;
    top: 50%;
    top: 7px;
    margin: -3px 0px 0px 0px;
    margin: 0px;
    width: 6px;
    height: 6px;
    background: #186baa;
    border-radius: 50%;
}

.gpro_section ul > li > p, .gpro_cont_main ul > li > p, .gpro_cont_right ul > li > p, .mce-content-body ul > li > p { /* display:inline; */
}

.gpro_section ol[style*="decimal;"], .gpro_cont_main ol[style*="decimal;"], .gpro_cont_right ol[style*="decimal;"] > li, .mce-content-body ol[style*="decimal;"] {
    counter-reset: lst-d-cntr;
    list-style: none !important;
}

.gpro_section ol[style*="decimal;"] > li, .gpro_cont_main ol[style*="decimal;"] > li, .gpro_cont_right ol[style*="decimal;"] > li, .mce-content-body ol[style*="decimal;"] > li {
    counter-increment: lst-d-cntr;
}

.gpro_section ol[style*="decimal;"] > li::before, .gpro_cont_main ol[style*="decimal;"] > li::before, .gpro_cont_right ol[style*="decimal;"] > li::before, .mce-content-body ol[style*="decimal;"] > li::before {
    content: "1." counter(lst-d-cntr) " ";
}

ul.gpro_icon_list.dev-list {
    margin: -20px 0px 0px -20px;
    clear: none;
}

ul.gpro_icon_list.dev-list > .icon-item {
    padding-right: 0px;
}

.gpro_icon_list.dev-list > .icon-item > .box > .icon {
    min-height: 90px;
}

.gpro_icon_list.dev-list > .icon-item > .box .name {
    font-size: 18px;
    font-family: var(--system-font);
    letter-spacing: normal;
}

.gpro_icon_list.dev-list > .icon-item > .box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.gpro_icon_list.dev-list > .icon-item:hover > .box {
    transform: scale(1.1);
    background: white;
    box-shadow: 2.575px 4.286px 14.85px 0.15px rgba(29, 29, 29, 0.49);
    z-index: 5;
}

.gpro_icon_list.dev-list > .icon-item > .box .avail, .gpro_icon_list.dev-list > .icon-item > .box .not-avail {
    position: absolute;
    right: 0;
    top: -13px;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
    letter-spacing: normal;
}

.gpro_icon_list.dev-list > .icon-item > .box .avail {
    background: #1b9d11;
}

.gpro_icon_list.dev-list > .icon-item > .box .not-avail {
    background: red;
    padding: 6px;
}

.gpro_icon_list.dev-list > .icon-item > .box .not-avail .icon {
    stroke-width: 1px;
}

.gpro_casino_list > .casino-item > .image {
    text-align: center;
    display: block;
    min-height: 100px;
    line-height: 100px;
}

.gpro_casino_list > .casino-item > .image img {
    vertical-align: middle;
}

.gpro_section > .content {
    padding: 20px;
}

.gpro_section > footer .content {
    padding: 0 20px 20px 20px;
}

.gpro_see_more_box {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    color: #186baa;
}

.gpro_see_more_cnt + .gpro_see_more_box .collapse, .gpro_see_more_cnt.show + .gpro_see_more_box .expand {
    display: none;
}

.gpro_see_more_cnt.show + .gpro_see_more_box .collapse {
    display: inline-block;
}

.gpro_see_more_cnt {
    transition: max-height 1s ease;
    overflow: hidden;
}

.gpro_see_more_box > .text, .gpro_see_more_box > .icon {
    display: inline-block;
    vertical-align: top;
}

.gpro_see_more_box > .icon {
    transition: transform 0.3s ease;
    margin: 0px 0px 0px 10px;
    width: 15px;
    height: 25px;
}

.gpro_see_more_cnt.show + .gpro_see_more_box > .icon {
    transform: rotate(180deg);
}

.gpro_slider {
    position: relative;
    letter-spacing: -.31em;
    z-index: 10;
    margin: -20px -20px 55px -20px;
}

.gpro_slider .slider_cont {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    margin: 0px 25px;
    scroll-behavior: smooth;
}

.gpro_slider .slide-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    letter-spacing: normal;
    color: white;
    width: 20%;
    height: 100px;
    line-height: 100px;
}

.gpro_slider .slide-item a {
    display: block;
}

.gpro_slider > .counter {
    position: absolute;
    top: 100px;
    width: 100%;
    text-shadow: 0 7px 12px rgba(0, 0, 0, .5);
    letter-spacing: 5px;
    color: white
}

.gpro_slider > .counter .current {
    font-size: 35px;
    line-height: 30px
}

.gpro_slider > .counter > span {
    vertical-align: top;
    display: inline-block;
    line-height: normal;
}

.gpro_slider .slide-item > .text {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 85px;
    white-space: normal;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35)
}

.gpro_slider > .bullets {
    position: absolute;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e1e6ea;
    border-bottom: 1px solid #e1e6ea;
    line-height: 12px;
    padding: 15px 0px;
    bottom: -45px;
}

.gpro_slider > .bullets b {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fcfdfd;
    border: 1px solid red;
    box-shadow: inset 0 3px 0 rgba(175, 195, 203, 0.37);
}

.gpro_slider > .bullets b.active {
    background: #a40f0f;
    opacity: 1;
}

.gpro_slider > .prev, .gpro_slider > .next {
    position: absolute;
    top: 50%;
    color: #e1e6ea;
    font-size: 15px;
    display: inline-block;
    width: 25px;
    margin: -7.5px 0 0 0;
    transition: all 0.3s ease;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.gpro_slider > .prev {
    left: 0px;
}

.gpro_slider > .next {
    right: 0px;
}

.gpro_slider > .prev:hover, .gpro_slider > .next:hover {
    color: #186baa;
}

.gpro_slider .slide-item .image img {
    vertical-align: middle;
}

.gpro_pagination {
    list-style: none;
    font-size: 0px;
    letter-spacing: -0.31em;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    text-align: center;
}

.gpro_pagination > li {
    font-size: 18px;
    font-family: var(--system-font);
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    background: white;
    box-shadow: 0 1px 1.9px 0.1px #d8d8d8;
    transition: background 0.3s ease;
}

.gpro_pagination > li:hover {
    background: #d7efff;
}

.gpro_pagination > li.active:hover {
    background: white;
}

ul.gpro_pagination > li:before {
    display: none;
}

.gpro_pagination > li button {
    background: none;
    border: none;
}

.gpro_pagination > li a, .gpro_pagination > li button {
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #446F6F;
}

.gpro_pagination > li:first-child {
    border-radius: 5px 0px 0px 5px;
}

.gpro_pagination > li:last-child {
    border-radius: 0px 5px 5px 0px;
}

.gpro_pagination > li > span {
    color: #b7bbc1;
    padding: 15px 20px;
    display: block;
}

ul.gpro_pagination > li {
    min-width: 0px;
    max-width: none;
    flex: none;
    padding: 0px;
    display: flex;
    align-items: center;
}

ul.gpro_pagination {
    justify-content: center;
    margin: 20px 0px;
}

.gpro_section > .content h2 {
    font-size: 22px;
    font-family: var(--system-font);
    color: #49535c;
    margin: 10px 0px 10px 0px;
}

.gpro_section > .content h3 {
    font-family: var(--system-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #1B1919;
    margin: 10px 0px 15px 0px;
}

.gpro_casino_list.b-list {
    display: flex;
    margin: 0px 0px 0px -20px;
}

.gpro_casino_list.b-list > .casino-item {
    border: 3px solid #000000;
    padding: 0px;
    flex: 1;
    margin: 0px 0px 0px 20px;
}

.gpro_casino_list.b-list > .casino-item > .name {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 35px 5px 35px;
    position: relative;
    text-align: center;
    min-height: 50px;
}

.gpro_casino_list.b-list > .casino-item > .name .icon {
    position: absolute;
    left: 5px;
    color: #df1010;
    height: 25px;
    width: 25px;
}

.gpro_casino_list.b-list > .casino-item > .features {
    padding: 10px;
    text-align: left;
    background: white;
}

.gpro_casino_list.b-list > .casino-item:hover {
    box-shadow: none;
}

.gpro_casino_list.b-list > .casino-item > .image-wrap {
    background: #E5EFEF;
    padding: 5px 0;
}

.gpro_casino_list.b-list > .casino-item > .image-wrap > .image {
    border-radius: 50%;
    padding: 10px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.gpro_casino_list.b-list > .casino-item > .image-wrap > .image .image-box img {
    max-height: 100%;
}

.gpro_section.cs-head .gpro_section.top-3 {
    margin: 0px;
}

.gpro_imenu {
    padding: 0px;
    margin: 0px;
}

.gpro_imenu .menu-item, .gpro_imenu + .buttons {
    color: #006bae;
    padding: 10px 5px;
    border-bottom: 1px solid #f1f3f5;
    line-height: 15px;
    cursor: pointer;
    position: relative;
    font-size: 0px;
    letter-spacing: -0.31em;
    transition: box-shadow 0.3s ease;
    display: block;
    text-decoration: none;
}

.gpro_imenu + .buttons a {
    text-decoration: none;
}

.gpro_imenu .menu-item > .icon {
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -6px 0px 0px 0px;
    color: #aab5c1;
    width: 15px;
    height: 15px;
}

.gpro_imenu .menu-item > div {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 13px;
    font-family: var(--system-font);
    letter-spacing: normal;
    color: #7f92ac;
    position: relative;
}

.gpro_imenu .menu-item > .image {
    width: 25%;
}

.gpro_imenu .menu-item > .image img {
    border-radius: 5px;
}

.gpro_imenu .menu-item > .info {
    width: 75%;
    line-height: 20px;
    padding: 0px 10px 0px 5px;
}

.gpro_imenu .menu-item > .buttons {
    width: 36%;
}

.gpro_imenu .menu-item > .info > .name {
    color: #186baa;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 0.3s ease;
}

.gpro_imenu .menu-item > .info > .name > a {
    text-decoration: none;
}

.gpro_imenu .menu-item:hover {
    background: white;
    box-shadow: 0 0 25px rgba(53, 152, 219, 0.4);
}

.gpro_imenu .menu-item:hover > .info > .name {
    color: #00aeff;
}

.gpro_imenu + .buttons {
    font-size: 15px;
    letter-spacing: normal;
    padding: 20px;
    text-transform: uppercase;
    position: relative;
}

.gpro_imenu > .filter input {
    border: 2px solid #cccccc;
    border-radius: 3px;
    padding: 0px 10px;
    line-height: 30px;
}

.gpro_imenu > .filter {
    padding: 5px;
}

.gpro_schema_data {
    display: none;
}

.gpro_content.error-page .main-error {
    text-align: center;
}

.gpro_content.error-page .go-to-main-btn {
    display: block;
    margin: 25px auto 0px auto;
}

.gpro_box.cs-details .gpro_tbl_wrap {
    margin: -15px -15px 5px -15px;
}

.gpro_box.cs-details .gpro_tbl_wrap > table {
    margin: 0px;
    border: 0px;
}

.gpro_slider.c-scr {
    margin: 0px 0px 45px 0px;
}

.gpro_slider.c-scr .slide-item {
    width: 100%;
    height: auto;
}

.gpro_slider.c-scr .slider_cont {
    margin: 0px;
}

.gpro_slider.c-scr > .bullets {
    border: 0px;
}

.gpro_slider.c-scr > .next, .gpro_slider.c-scr > .prev {
    display: none;
}

.gpro_cs_info > .description:after {
    display: block;
    content: "";
    clear: left;
}

.gpro_section > .content br + img {
    margin: 10px auto;
    display: block;
}

.gpro_section > .content .gpro_tbl_wrap br + img {
    display: initial;
    margin: 0px;
}

.gpro_form > .form-field.captcha .g-recaptcha {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 15px;
}

.gpro_form > .form-field.captcha > .value {
    width: 100%;
}

.gpro_slot_filter {
    font-size: 0px;
    letter-spacing: -0.31em;
    display: flex;
    flex-wrap: wrap;
}

.gpro_slot_filter > .content {
    flex: 1 1 76.23%;
}

.gpro_slot_filter > .content, .gpro_slot_filter > .gpro_slots_list {
    display: inline-block;
    vertical-align: top;
}

.gpro_form.s-filter {
    margin: 0px;
}

.gpro_form.s-filter .form-field > .value input + label a {
    color: #1B1919;
    text-decoration: none;
}

.gpro_form.s-filter .form-field, .gpro_form.s-filter .buttons {
    padding: 0px 12px 12px 12px;
    font-size: 15px;
    letter-spacing: normal;
    box-sizing: border-box;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.gpro_form.s-filter .form-field > .label, .gpro_form.s-filter .form-field > .value {
    width: 100%;
}

.gpro_form.s-filter .form-field.rtp {
    width: 20%;
}

.gpro_form.s-filter > .content {
    margin: 0px -15px 0px -15px;
}

.gpro_form.s-filter .form-field:first-child {
    border: 0px;
}

.gpro_form.s-filter .buttons {
    width: 17%;
    padding: 30px 0px 0px 15px;
}

.gpro_form.s-filter .form-field.software {
    display: none;
}

.gpro_section.head .edit-btn {
    position: absolute;
    text-decoration: none;
    top: 50%;
    z-index: 5;
    right: 20px;
    width: 25px;
    margin: -12.5px 0px 0px 0px;
    box-sizing: border-box;
    vertical-align: top;
    background: white;
    color: #a40e0e;
}

.gpro_section.head .edit-btn .icon {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 10;
}

.gpro_section .edit-btn {
    text-decoration: none;
    display: inline-block;
}

.gpro_section.head > .label {
    padding: 25px 50px 25px 20px;
}

.gpro_empty {
    font-size: 15px;
    text-align: center;
    padding: 15px;
    border: 1px solid #f0f3f4;
    border-radius: 5px;
    box-sizing: border-box;
    background: white;
    flex: 1;
    color: #1B1919;
}

.gpro_content div > div + .gpro_empty {
    display: none;
}

.gpro_cont_main.error-page .gpro_section.head > .content {
    text-align: center;
}

.gpro_cont_main.error-page .error-image {
    margin: 20px 0px;
}

.gpro_section.sl-detail > .content {
    font-size: 0px;
    letter-spacing: -0.31em;
}

.gpro_slot_details {
    width: 100%;
    border-spacing: 0px;
    border: 0px solid red;
    border-collapse: collapse;
    box-sizing: border-box;
}

.gpro_slot_details.gpro_tbl_wrap {
    margin: 0px;
}

.gpro_slot_details .software_list {
    display: inline-block;
}

.gpro_slot_details td > .label, .gpro_slot_details td > .value {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 15px;
}

.gpro_slot_details td {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    padding: 15px 10px;
    position: relative;
    font-size: 0px;
    letter-spacing: -0.31em;
}

.gpro_slot_details td:hover:before {
    width: 5px;
}

.gpro_slot_details td:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ff0000;
    transition: 0.3s ease width;
}

.gpro_slot_details td > .label:after {
    content: ":";
    display: inline-block;
    vertical-align: top;
    padding: 0px 2.5px;
}

.gpro_slot_details td a {
    text-decoration: none;
}

.gpro_slot_details td > .value .icon {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
}

.gpro_slot_details .slot_type_list {
    display: inline;
}

.gpro_slot_details td.s-types {
    max-width: 200px;
}

.gpro_slot_details td.s-types > .value {
    display: inline;
}

.gpro_slot_details .slot_type_list .slot-type-item:after {
    content: ",";
}

.gpro_slot_details .slot_type_list .slot-type-item:last-child:after {
    display: none;
}

.gpro_slot_details .icon-apply {
    color: green;
    font-weight: bold;
}

.gpro_slot_details .icon-close {
    color: red;
}

.gpro_section.head > .content > .s-image {
    float: left;
    margin: 0px 15px 15px 0px;
}

.gpro_cont_main.c-slots-soft .gpro_section.head {
    overflow: hidden;
}

.gpro_slayout {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    letter-spacing: -0.31em;
    line-height: 10px;
}

.gpro_slayout > .layout-row b {
    display: inline-block;
    vertical-align: top;
    background: #dc133c;
    width: 9px;
    height: 9px;
    margin: 1px 0px 0px 1px;
}

.gpro_slayout.vertical > .layout-row {
    display: inline-block;
    vertical-align: middle;
}

.gpro_slayout.vertical > .layout-row b {
    display: block;
}

.gpro_slot_details .slayout-style {
    display: inline-block;
    vertical-align: middle;
}

.gpro_menu.cp-menu > .menu-item > span, .gpro_menu.cp-menu > .menu-item > a {
    font-size: 10px;
    text-decoration: none;
    min-width: 0px;
    padding: 0px 15px 0px 0px;
    color: white;
}

.gpro_menu.cp-menu {
    margin: 30px 0px 0px 0px;
}

.gpro_module.n-news .gpro_imenu .menu-item > .info {
    vertical-align: top;
}

.content-author-update {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -10px;
    z-index: 50;
    line-height: 1.2;
}

.content-author-update:last-child {
    margin-bottom: 0;
}

.content-author-update + .content {
    margin-top: -20px;
}

.content .content-author-update {
    padding-left: 0;
    padding-right: 0;
}

.content .content-author-update:not(:first-child) {
    margin-top: 20px;
}

.content-author-update > * {
    margin-bottom: 8px;
}

.content-author-update__left, .content-author-update__right {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.content-author-update__right:first-child {
    padding-left: 20px;
}

.content-author-update__right:first-child .content-author-update__item {
    padding-left: 0;
}

.content .content-author-update p, .content .content-author-update a, .content .content-author-update__disclosure > button, .content-author-update p, .content-author-update a, .content-author-update__disclosure > button {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    text-indent: 0;
}

.content-author-update p {
    color: #505050;
}

.content-author-update a, .content-author-update__disclosure > button {
    color: #0C5892;
    text-decoration: underline;
}

.content-author-update a:hover, .content-author-update__disclosure > button:hover {
    text-decoration: none;
    background: none;
    color: #0C5892;
}

.content-author-update__left > *, .content-author-update__right > * {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.content-author-update__left > *::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    width: 1px;
    height: 8px;
    background: #C6C8CB;
}

.content-author-update__left > *:nth-child(2)::after {
    display: none;
}

.content-author-update__right > *::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #C6C8CB;
    font-size: 0;
}

.content-author-update__right > *:last-child::after {
    display: none;
}

.content-author-update__disclosure > button {
    width: auto;
    max-width: none;
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    text-transform: none;
    font-weight: 400;
}

.content-author-update__disclosure {
    font-size: 14px;
    line-height: 1.2;
}

.content-author-update__disclosure_drop {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: 450px;
    background: #ffffff;
    padding: 20px;
    border: 2px solid #E5EFEF;
    border-radius: 5px;
    box-shadow: 2px 4px 50px 0 rgba(0, 0, 0, .2);
    color: #1B1919;
    z-index: 11;
    white-space: normal;
}

.content-author-update__disclosure_drop.active {
    display: block;
}

.content-author-update__disclosure_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-author-update__disclosure_title {
    flex: 1 1 auto;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.content-author-update__disclosure_close {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: #E5EFEF;
    padding: 6px;
    border: none;
    font-size: 0;
}

.content-author-update__disclosure_close svg {
    width: 100%;
    height: 100%;
    fill: #446F6F;
}

.content-author-update__disclosure_close:hover {
    background: #446F6F;
}

.content-author-update__disclosure_close:hover svg {
    fill: #fff;
}

.content-author-update__disclosure_desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.content-author-update time {
    font-weight: 700;
}

.gpro_play_frame {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.gpro_play_frame .image {
    width: 100%;
}

.gpro_play_frame .image img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 5px;
}

.gpro_play_frame > .play-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;
    cursor: pointer;
}

.gpro_play_frame iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    opacity: 0;
    transition: opacity 2s ease;
    max-height: 100%;
}

.gpro_play_frame iframe[src] {
    opacity: 1;
    z-index: 60;
}

.gpro_play_frame .image:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #071828;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    border-radius: 5px;
}

.gpro_play_frame > .buttons {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    text-align: center;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gpro_play_frame > .buttons .button {
    display: block;
    margin: 0px auto 10px auto;
    max-width: 250px;
    border-radius: 5px;
    padding: 10px;
}

.gpro_play_frame > .buttons .play-for-free-btn {
    max-width: 250px;
}

.play-frame-logos {
    position: absolute;
    bottom: 30px;
    padding: 0 40px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.play-frame-logos img {
    margin-top: 20px;
}

.play-frame-logos .age-logo img {
    margin-bottom: 10px;
    margin-top: 0;
}

.play-frame-logos div {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.play-frame-logos > div:first-child, .play-frame-logos > div:last-child {
    width: 25%;
}

.play-frame-logos > div:last-child {
    text-align: right;
}

.play-for-free-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    max-width: 450px;
    margin-top: 20px;
    padding: 0 10px;
}

.gpro_search_panel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1010;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gpro_search_panel.show {
    visibility: visible;
    opacity: 1;
}

.gpro_search_panel .gpro_form {
    position: relative;
    top: -50px;
    z-index: 210;
    margin: 0px 0px 0px 0px;
    transition: top 0.3s ease;
}

.gpro_search_panel .gpro_form.search.proccess:after {
    width: 50px;
    height: 50px;
    top: 25px;
    margin: -25px 0px 0px -25px;
}

.gpro_search_panel.show .gpro_form {
    top: 0px;
}

.gpro_search_panel > .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    z-index: 200;
}

.gpro_form.search .form-field > .value {
    width: 100%;
}

.gpro_form.search .form-field > .value input {
    border-radius: 0px 0px 20px 20px;
    padding: 0px 80px 0px 10px;
    height: 50px;
}

.gpro_form.search .buttons {
    position: absolute;
    width: 75px;
    height: 100%;
    top: 0px;
    right: 0px;
    padding: 0px;
}

.gpro_form.search .form-field {
    padding: 0px;
}

.gpro_form.search .buttons button {
    height: 100%;
    width: 100%;
    border-radius: 0px 0px 20px 0px;
    top: 0px;
}

.gpro_form.search .buttons button .icon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.gpro_form.search fieldset {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.gpro_form.search fieldset legend {
    display: none;
}

.gpro_search_panel .results-list {
    position: absolute;
    width: 100%;
    max-width: 1080px;
    top: 50px;
    max-height: 90%;
    z-index: 210;
    margin: 0px 15px;
    background: white;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0px 0px 10px 10px;
    overflow: auto;
}

.gpro_search_panel .result-group {
    margin: 10px;
}

.gpro_search_panel .result-group > .hdr {
    border-bottom: 2px solid #e0e0e0;
    margin: 0px 0px 5px 0px;
    color: #1B1919;
}

.gpro_search_panel .result-group > .result-item {
    display: flex;
    margin: 5px 0px 0px 0px;
    border-radius: 5px;
    position: relative;
    transition: background 0.3s ease;
    text-decoration: none;
    align-items: center;
}

.gpro_search_panel .result-group > .result-item .image {
    width: 30px;
    height: 30px;
    margin: 0px 10px 0px 0px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.gpro_search_panel .result-group.casino > .result-item .image {
    width: 30px;
    height: 30px;
    padding: 2.5px;
    border-radius: 50%;
    box-sizing: border-box;
}

.gpro_search_panel .result-group > .result-item .image.image-placeholder {
    background: url('/site/view/theme/default/css/../images/no_image.png') no-repeat center/100% auto;
}

.gpro_search_panel .result-group > .result-item .name {
}

.gpro_search_panel .result-group > .result-item .image img {
    border-radius: 5px;
}

.gpro_search_panel .result-group > .result-item:before {
    content: "";
    position: absolute;
    background: #dc143c;
    width: 0%;
    height: 1px;
    bottom: 0px;
    opacity: 0;
    left: 0px;
    box-shadow: 0px 0px 1px 0px #dc143c;
    transition: width 1s ease;
}

.gpro_search_panel .result-group > .result-item:hover:before {
    width: 100%;
    opacity: 1;
}

.gpro_search_panel .result-group > .result-item:hover {
    background: #ffffde;
}

.gpro_section.srch-casino .gpro_search_list > .search-item > .image {
    width: 160px; /* height:160px; */
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
    border-radius: 50%;
    box-sizing: border-box;
}

.gpro_section.sl-details > .content {
    padding: 0px;
}

.gpro_cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    background: #504d4f;
    background: rgba(0, 0, 0, 0.65);
    color: #FFFFFF;
    padding: 0 10px;
    box-sizing: border-box;
}

.gpro_cookies a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.gpro_cookies button {
    max-width: 60px;
    padding: 7px;
    line-height: 14px;
    margin: 10px 0px 10px 10px;
    vertical-align: middle;
}

.gpro_cookies > .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: normal;
    margin: 10px 0;
}

.gpro_module.sl-details .gpro_slot_info {
    text-align: center;
}

.gpro_slot_info {
    margin: 0px 0px 20px 0px;
}

.gpro_section.sl-freeroll .gpro_rating {
    width: 110px;
    float: left;
    margin: 0 10px 0 0;
}

.gpro_section.sl-freeroll .gpro_rating .stars {
    width: 110px;
    height: 20px;
    vertical-align: text-top;
    margin-top: -2px;
}

.gpro_tabs {
    font-size: 0px;
    letter-spacing: -0.31em;
}

.gpro_tabs > .tab-item {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 15px;
    margin: 0px;
    text-transform: uppercase;
    background: #f9f9f9;
    box-sizing: border-box;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    letter-spacing: normal;
    text-indent: 0px;
}

.gpro_tabs > .tab-item + .tab-item {
    border-left: 0px;
}

.gpro_tabs > .tab-item.active {
    background: white;
    z-index: 15;
}

.gpro_tabs > .tab-item.active:before {
    height: 5px;
    background: #32cd32;
}

.gpro_tabs > .tab-item:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 0px;
    transition: all 0.3s ease;
}

.gpro_tabs > .tab-item.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    left: 0px;
    bottom: -1px;
}

.gpro_tabs_info > .tab-content {
    visibility: hidden;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
}

.gpro_tabs_info > .tab-content.active {
    visibility: visible;
    max-height: none;
    opacity: 1;
}

.gpro_section.smap > .content ul {
    margin: 0px;
}

.gpro_section.smap > .content ul li {
    min-width: 25%;
    max-width: 25%;
}

.gpro_section.smap > .content ul li a {
    text-decoration: none;
}

.gpro_section.smap > .content ul li a:hover {
    text-decoration: underline;
}

.gpro_section.sl-freeroll .play-for-real-bonus-btn {
    max-width: none;
    margin: 20px 0px 0px 0px;
}

.gpro_payment_list.links {
    border: 0px;
    border-radius: 0px;
}

.gpro_payment_list.links > .payment-link {
    font-size: 15px;
    padding: 0px 3px 0px 0px;
}

.gpro_payment_list.links > .payment-link:after, .gpro_software_list.links > .software-link:after {
    content: ",";
}

.gpro_payment_list.links > .payment-link:last-child:after, .gpro_software_list.links > .software-link:last-child:after {
    display: none;
}

.gpro_box.cs-details > .label {
    margin: 0px;
    padding: 17px 10px;
    background: #E5EFEF;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
}

.gpro_box.cs-details > .content {
    padding: 15px;
}

.gpro_box.cs-details > .content > .buttons {
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.gpro_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1600;
    text-align: center;
    opacity: 0;
    box-sizing: border-box;
    visibility: hidden;
    transition: opacity 0.3s ease;
    border: 0px;
}

.gpro_modal > .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1400;
    background: black;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.gpro_modal.show {
    visibility: visible;
    opacity: 1;
    border: 0px;
}

.gpro_modal.show > .overlay {
    visibility: visible;
    opacity: 0.5;
}

.gpro_modal > .modal-box {
    background: #ffffff;
    color: #49535c;
    position: relative;
    z-index: 1500;
    max-width: 600px;
    margin: 0px auto 0 auto;
    padding: 25px 30px;
    border-radius: 10px;
    top: 15%;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    transition: visibility 0.8s ease-in-out, top 0.8s ease-in-out;
}

.gpro_modal > .modal-box > .hdr {
    font-size: 24px;
    font-family: var(--system-font);
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px;
    margin: -25px -30px 25px -30px;
    line-height: 20px;
    border: 1px solid #e1e6ea;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    background: white;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
}

.gpro_modal > .modal-box > .icon.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.gpro_modal > .modal-box > .content {
    font-size: 18px;
}

.gpro_modal > .modal-box > .content > .close-btn {
    margin: 25px auto 0px auto;
    display: block;
}

.gpro_modal_content {
    display: none;
}

.gpro_modal .gpro_modal_content {
    display: block;
}

.gpro_modal_content.pmnt-box > .buttons {
    margin: 25px 0px 0px 0px;
}

.gpro_modal_content.pmnt-box .see-all-btn {
    margin: 0px 0px 10px 0px;
}

.gpro_modal_content.pmnt-box > .text {
    text-align: justify;
    font-size: 15px;
}

.gpro_footer .dmca, .gpro_footer .gamcare, .gpro_footer .legal-plus, .gpro_footer .gpro_langbox {
    width: 33.334%;
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0px 0px 0px;
    text-align: center;
}

.gpro_footer .gpro_langbox {
    float: none;
    height: 40px;
    display: none;
}

.gpro_footer .gpro_langbox .gpro_menu.lang-menu {
    right: 50%;
    top: 0px;
    margin: 0px -25px 0px 0px;
}

.gpro_footer .dmca .icon, .gpro_footer .gamcare .icon, .gpro_footer .legal-plus .icon {
    width: auto;
    color: white;
}

.gpro_footer .dmca a, .gpro_footer .gamcare a {
    display: block;
}

.gpro_software_list.links {
    border: 0px;
    border-radius: 0px;
}

.gpro_software_list.links > .software-link {
    font-size: 15px;
    padding: 0px 3px 0px 0px;
}

.gpro_filter_list {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    letter-spacing: normal;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gpro_filter_list::-webkit-scrollbar {
    display: none;
}

.gpro_filter_list > .filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 5px;
    margin: 0px 0px 0px 0.5%;
    transition: background 0.3s ease;
    flex: 1;
}

.gpro_filter_list > .filter-item:nth-child(1) {
    margin: 0px;
}

.gpro_filter_list > .filter-item .name {
    line-height: 15px;
    font-weight: bold;
    transition: color 0.3s ease;
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.gpro_filter_list > .filter-item .icon {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    padding: 5px;
    box-sizing: border-box;
}

.gpro_filter_list > .filter-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.gpro_filter_list > .filter-item.active {
    background: #2D7F8F;
}

.gpro_filter_list > .filter-item.active .name {
    color: white;
}

@media (hover: hover) and (pointer: fine) {
    .gpro_filter_list > .filter-item:hover {
        background: #2D7F8F;
    }

    .gpro_filter_list > .filter-item:hover .name {
        color: white;
    }
}

.gpro_form.cs-filter {
    margin: 0px;
}

.gpro_filter_list > .caption {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

table:not(.no-wrap) {
    border: 0px;
    border-bottom: 1px solid #e1e6ea;
    border-spacing: 0px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: normal;
}

table:not(.no-wrap) tr td, table:not(.no-wrap) tr th {
    padding: 10px;
    border: 1px solid #e1e6ea;
    border-top: 0px;
    border-bottom: 0px;
    box-sizing: border-box;
}

table:not(.no-wrap) a {
    display: inline-block;
    color: #0C5892;
}

table:not(.no-wrap) tr td {
    background: white;
}

table:not(.no-wrap) tr:nth-child(odd) td {
    background: whitesmoke;
}

table:not(.no-wrap) tr th {
    background: whitesmoke;
    border: 1px solid #e1e6ea;
    box-sizing: border-box;
}

.gpro_tbl_wrap {
    font-size: 0;
    letter-spacing: -.31em;
    overflow: auto;
    position: relative;
    clear: both;
    margin: 15px 0;
    box-sizing: border-box;
}

.gpro_tbl_wrap:first-child {
    margin-top: 0px;
}

.gpro_tbl_wrap:last-child {
    margin-bottom: 0px;
}

.gpro_tbl_wrap > .f-col thead tr th:first-child ~ *, .gpro_tbl_wrap > .f-col tbody tr th:first-child ~ *, .gpro_tbl_wrap > .f-col tbody tr td:first-child ~ * {
    visibility: hidden;
}

.gpro_tbl_wrap > .f-col thead tr th:first-child, .gpro_tbl_wrap > .f-col tbody tr th:first-child, .gpro_tbl_wrap > .f-col tbody tr td:first-child {
    position: relative;
    z-index: 25;
}

.gpro_tbl_wrap > .scroll thead tr th:first-child ~ *, .gpro_tbl_wrap > .scroll tbody tr th:first-child ~ *, .gpro_tbl_wrap > .scroll tbody tr td:first-child ~ * {
    position: relative;
    z-index: 20;
}

.gpro_tbl_wrap > .f-col thead tr .merged:first-child, .gpro_tbl_wrap > .f-col tbody tr .merged:first-child {
    visibility: hidden;
}

.gpro_section .gpro_tbl_wrap > .f-col {
    position: absolute;
    z-index: 10;
    overflow: hidden;
}

.gpro_tbl_wrap > .scroll {
    overflow: auto;
    position: relative;
    z-index: 5;
}

table a.button, table .button {
    padding: 10px;
    line-height: 15px;
}

@keyframes tbl-hand-anim {
    0% {
        right: -60px;
        visibility: hidden;
    }
    50% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        right: 160px;
        visibility: hidden;
    }
}

.gpro_section .gpro_tbl_wrap > .hand-anim {
    position: absolute;
    right: 60px;
    top: 50%;
    width: 65px;
    height: 100px;
    margin: -50px 0px 0px 0px;
    background: url(../images/hand-anim.png) no-repeat;
    opacity: 0;
    animation: 2.5s linear 0s 2 tbl-hand-anim;
    z-index: 30;
    backface-visibility: hidden;
    visibility: hidden;
}

.gpro_urating {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    white-space: nowrap;
}

.gpro_urating label {
    cursor: pointer;
    color: #ffda44;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.gpro_urating input[type="radio"] + label {
    margin: 0px;
    padding: 0px 2px;
    line-height: 20px;
    letter-spacing: normal;
}

.gpro_urating.not-rated:hover input + label .icon, .gpro_urating.not-rated:hover input:checked ~ label .icon {
    color: #ffda44; /*stroke:none;*/
}

.gpro_urating .icon-star-half, .gpro_urating .icon-star, .gpro_urating.not-rated:hover input + label:hover ~ label .icon {
    color: white;
    stroke: #ffda44;
    stroke-width: 2px;
}

.gpro_urating input[type="radio"] + label .icon-star-half {
    fill: url(#grd-star-half) #905e5e;
}

.gpro_urating.not-rated:hover input + label:hover ~ label .icon-star-half {
    fill: #ffffff;
}

.gpro_urating.not-rated:hover input[type="radio"] + label .icon-star-half {
    fill: #ffda44;
}

.gpro_urating.not-rated input:checked + label ~ label .icon {
    color: white;
    stroke: #ffda44;
    stroke-width: 2px;
}

.gpro_urating input[type="radio"] + label:before, .gpro_urating input[type="radio"] + label:after, .gpro_urating input[type="checkbox"] + label:before, .gpro_urating input[type="checkbox"] + label:after {
    display: none;
}

.gpro_urating input[type="radio"] + label .icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.gpro_howto_list {
    padding: 20px 20px 0px 20px;
    background: #E5EFEF;
}

.gpro_howto_list > header > .hdr-img {
    border-radius: 0px 10px 0px 10px;
    float: right;
    margin: -20px -20px 0px 0px;
    padding: 0px 0px 5px 5px;
    max-width: 155px;
    box-sizing: border-box;
}

.gpro_howto_list > header > .label:before {
    content: "?";
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    background: #556672;
    color: white;
    border-radius: 50%;
    padding: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.gpro_section.gpro_howto_list > header > .amount {
    display: none;
}

.gpro_section.gpro_howto_list > header > .label {
    margin: 0px;
    font-size: 25px;
    font-family: var(--system-font);
    font-weight: bold;
    line-height: 35px;
    box-sizing: border-box;
    position: relative;
    padding: 10px 0px 25px 0px;
    text-align: center;
    text-transform: none;
    color: #446F6F;
}

.gpro_howto_list > .content > .text {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    margin-right: -10px;
}

.gpro_section.gpro_howto_list > .content ol {
    margin: 0px 0px 0px -10px;
}

.gpro_howto_list > ol {
    margin: 0px;
}

.gpro_howto_list ol > .howto-item {
    position: relative;
    counter-increment: howto-cnt;
    padding: 15px 15px 15px 40px;
    margin: 15px 0px 0px 10px;
    border-radius: 5px;
    background: white; /* min-width:auto; *//* max-width:none; */
}

.gpro_howto_list ol > .howto-item:first-child {
    margin: 0px 0px 0px 10px;
}

.gpro_howto_list ol > .howto-item > .label {
    font-family: var(--system-font);
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    display: block;
    color: #446F6F;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.gpro_howto_list ol > .howto-item[data-sid]:hover > .label {
    text-decoration: underline;
    cursor: pointer;
}

.gpro_howto_list ol > .howto-item > .value {
    line-height: 20px;
    margin: 0px;
    text-indent: 0px;
}

.gpro_howto_list ol > .howto-item:before {
    content: counter(howto-cnt);
    position: absolute;
    border-radius: 50%;
    text-align: center;
    font-family: var(--system-font);
    font-weight: bold;
    line-height: 25px;
    width: 36px;
    height: 36px;
    padding: 5px;
    box-sizing: border-box;
    margin: -18px 0px 0px 0px;
    left: -18px;
    top: 50%;
    font-size: 18px;
    background: #446F6F;
    color: white;
}

.gpro_howto_list.slot {
    background: #fff;
    padding: 0;
}

.gpro_section.gpro_howto_list.slot > header > .label {
    color: #616161;
    border: 0px;
    padding: 25px 20px;
    text-align: left;
}

.gpro_howto_list.slot ol > .howto-item {
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
    min-height: 36px;
    margin-top: 10px;
}

.gpro_howto_list.slot ol > .howto-item:first-child {
    margin-top: 0;
}

.gpro_section.gpro_howto_list.slot > .content ol {
    margin: 0 0 5px 5px;
}

blockquote {
    background: rgba(229, 239, 239, 0.5);
    padding: 20px 15px 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #fff;
    position: relative;
    margin: 20px 0;
}

blockquote > span:not([class]) {
    display: block;
    line-height: 12px;
    font-size: 48px;
}

blockquote span:first-child {
    position: relative;
    top: 0;
    text-align: left;
}

blockquote span:last-child {
    text-align: right;
    margin-top: 10px;
    padding-right: 3px;
}

blockquote + p {
    margin: 25px 0px 0px 0px;
}

blockquote.b-red {
    background: white;
    color: #1B1919;
    text-align: left;
    font-style: normal;
    border-left: 10px solid #A40F0F;
    border-radius: 0px;
    padding: 0px 0px 0px 15px;
    font-size: 20px;
    font-weight: bold;
}

blockquote.b-red > span {
    display: none;
}

blockquote.b-red > .q-left, blockquote.b-red > .q-right {
    display: none;
}

.gpro_section > .content blockquote h2 {
    color: white;
    margin: 0px;
    text-align: left;
    font-size: 18px;
}

.gpro_section.sl-detail > .content .f-col table tr:first-child td {
    text-align: left;
}

.gpro_casino_htbl {
    background: white;
    font-family: var(--system-font);
    color: #1B1919;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 0px;
    letter-spacing: -0.31em;
    border: 5px solid #E5EFEF;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

.gpro_casino_htbl > .logo-box, .gpro_casino_htbl > .main-box, .gpro_casino_htbl > .specs-box {
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.gpro_casino_htbl .logo-box {
    flex: 0 0 236px;
    width: 236px;
    text-align: center;
    position: relative;
}

.gpro_casino_htbl .logo-box .logo {
    width: 236px;
    height: 236px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px;
    overflow: hidden;
}

.gpro_casino_htbl .logo-box .logo a {
    display: flex;
    align-items: center;
}

.gpro_casino_htbl .visit-btn {
    height: 60px;
    font-family: var(--system-font);
    font-weight: bold;
    line-height: 15px;
    padding: 8px 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.gpro_casino_htbl .visit-btn small {
    display: block;
    font-family: var(--system-font);
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
}

.gpro_casino_htbl .logo-box > .buttons .read-review-btn {
    margin: 0px 0px 15px 0px;
}

.gpro_casino_htbl .logo-box > .buttons .claim-bonus-btn, .gpro_casino_htbl .logo-box > .buttons .visit-btn, .gpro_casino_htbl .logo-box > .buttons .add-review-t-btn {
    margin: 10px 0px 0px 0px;
    height: 60px;
    text-transform: capitalize;
}

.gpro_casino_htbl .caption-box {
    background: #F1F6F6;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
}

.gpro_section.cs-head .buttons .visit-btn, .gpro_section.cs-head .buttons .claim-bonus-btn {
    font-family: var(--system-font);
    font-weight: bold;
}

.gpro_section.cs-head .buttons .claim-bonus-btn {
    line-height: 15px;
    margin: 0px 0px 0px 30px;
}

.gpro_section.cs-head .buttons .claim-bonus-btn span {
    font-size: 10px;
    font-family: var(--system-font);
    line-height: 10px;
    display: block;
    text-transform: none;
    opacity: 0.75;
}

.gpro_casino_htbl .specs-box {
    width: 25%;
    padding: 0px 0px 0px 20px;
}

.gpro_casino_htbl h1 {
    font-size: 32px;
    font-family: var(--system-font);
    font-weight: bold;
    letter-spacing: normal;
    color: #1e2223;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0px;
}

.gpro_casino_htbl .specs-box > .label {
    font-size: 24px;
    line-height: 24px;
    color: #468bd4;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.gpro_casino_htbl .gpro_breadcrumbs {
    display: none;
}

.gpro_casino_htbl .specs-box > .buttons, .gpro_casino_htbl .specs-box > .terms {
    display: none;
}

.gpro_casino_htbl .main-box {
    position: relative;
    vertical-align: top;
    padding: 0px 25px;
    width: 52%;
}

.gpro_casino_htbl .caption-box .rating .text {
    float: right;
    line-height: 24px;
    font-size: 24px;
    font-family: var(--system-font);
    font-weight: bold;
    letter-spacing: normal;
    color: #1B1919;
}

.gpro_casino_htbl .caption-box > .rating {
    overflow: hidden;
    font-size: 0px;
    margin: 15px 0px 0px 0px;
}

.gpro_casino_htbl .main-box > .cs-feature-box {
    flex: 1;
}

.gpro_casino_htbl .main-box > .cs-feature-box .cs-features, .gpro_casino_htbl .main-box > .cs-feature-box .cs-payments {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.gpro_casino_htbl .cs-feature-box .cs-features > .label, .gpro_casino_htbl .cs-feature-box .cs-payments > .label {
    font-size: 18px;
    font-family: var(--system-font);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #446F6F;
    margin-bottom: 5px;
    letter-spacing: normal;
    line-height: 1.8;
}

.gpro_casino_htbl .main-box .cs-features > .content > .buttons, .gpro_casino_htbl .main-box .cs-payments > .content > .buttons {
    display: none;
    text-align: center;
}

.gpro_casino_htbl .gpro_payment_list > .payment-item {
    width: 25%;
    min-width: auto;
}

.gpro_casino_htbl .main-box > .cs-feature-box .cs-payments {
    padding: 0px 0px 0px 15px;
}

.gpro_casino_htbl .main-box > .cs-feature-box .cs-payments .bonus {
    font-size: 18px;
    font-family: var(--system-font);
    font-weight: bold;
    text-align: center;
    color: red;
}

.gpro_casino_htbl .main-box .not-recomend {
    font-size: 20px;
    font-family: var(--system-font);
    font-weight: bold;
    text-align: center;
    margin: 30px 0px 25px 0px;
}

.gpro_casino_htbl .main-box > .cs-updated, .gpro_casino_htbl .logo-box > .cs-updated {
    margin: 40px 0px;
    font-size: 15px;
    font-family: var(--system-font);
    letter-spacing: normal;
    text-indent: 0px;
}

.gpro_casino_htbl .main-box > .cs-updated {
    display: none;
}

.gpro_casino_htbl .logo-box > .cs-updated {
    line-height: 1.3;
    margin: 0px 0px 10px 0px;
    flex: 1;
}

.gpro_casino_htbl .main-box > .cs-updated .icon-clock, .gpro_casino_htbl .logo-box > .cs-updated .icon-clock {
    color: #446F6F;
    margin-bottom: 6px;
}

.gpro_casino_htbl .logo-box > .cs-updated .icon-clock, .gpro_casino_htbl .main-box > .cs-updated .icon-clock {
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
}

.gpro_casino_htbl .main-box > .cs-updated .icon-clock {
    display: inline-block;
}

.gpro_casino_htbl .main-box > .cs-updated time, .gpro_casino_htbl .logo-box > .cs-updated time {
    color: #446F6F;
    padding: 0px 0px 0px 5px;
    font-family: var(--system-font);
    font-weight: bold;
    margin-top: 3px;
}

.gpro_casino_htbl .logo-box > .cs-updated time {
    display: block;
}

.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box {
    max-width: none;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    background: #F1F6F6;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
    text-align: left;
}

.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box .text {
    font-size: 18px;
    font-weight: 900;
}

.gpro_casino_htbl .main-box > .cs-feature-box .cs-features .claim .text, .gpro_casino_htbl .main-box > .claim .text {
    display: inline-block;
    vertical-align: middle;
}

.gpro_casino_htbl .main-box > .cs-feature-box .cs-features .claim .icon, .gpro_casino_htbl .main-box > .claim .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    position: relative;
    bottom: -3px;
}

.gpro_casino_htbl .main-box > .cs-feature-box .cs-features .claim, .gpro_casino_htbl .main-box > .claim {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #177108;
}

.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box:hover {
    background: #32CD32;
    color: white;
}

.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box .icon {
    width: 40px;
    height: 40px;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

.gpro_casino_htbl .main-box .gpro_bonus_box .icon, .gpro_casino_htbl .main-box .gpro_bonus_box .text {
    display: inline-block;
    vertical-align: middle;
}

.gpro_casino_htbl .main-box .gpro_bonus_box .icon {
    width: 15%;
    max-width: 50px;
}

.gpro_casino_htbl .main-box .gpro_bonus_box .text {
    max-width: 85%;
    width: auto;
    text-align: left;
}

.gpro_casino_htbl > .main-box .visit-btn {
    max-width: none;
}

.casino-page-new-design .gpro_bonus_box span {
    text-transform: uppercase;
}

.gpro_text_block_w_button .gpro_btn_list {
    margin-bottom: 15px;
}

.gpro_text_block_w_button > .content p.f-center {
    margin-top: 20px;
}

.gpro_casino_htbl .how-rate-link {
    position: relative;
    display: block;
    padding: 0 0 0 32px;
    margin: auto 0 0;
    font-size: 16px;
    color: #186BAA;
    font-weight: 600;
}

.gpro_casino_htbl .how-rate-link::before {
    content: 'i';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #186BAA;
    border-radius: 50%;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: serif;
    line-height: 24px;
    text-align: center;
}

.gpro_rating, .gpro_section p.gpro_rating {
    font-size: 0px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-indent: 0px;
    margin: 0px;
}

.gpro_rating > .stars .fill {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.gpro_rating > .stars:before, .gpro_rating > .stars .fill:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/site/view/theme/default/css/../images/stars-empty.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.gpro_rating > .stars .fill:before {
    background-image: url('/site/view/theme/default/css/../images/stars-active.svg');
}

.gpro_rating > .text {
    float: right;
    padding: 0px 0px 0px 10px;
    display: block;
    font-size: 24px;
}

.gpro_rating > .stars {
    width: 85px;
    height: 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.gpro_casino_htbl .caption-box > .rating .gpro_rating .stars {
    width: 270px;
    height: 24px;
}

.gpro_casino_htbl .logo-box > .badge {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
}

.gpro_casino_htbl .logo-box > .badge:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
}

.gpro_casino_htbl .logo-box > .badge.best:before {
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 125px 125px 0 0;
    border-color: #ff6600 transparent transparent transparent;
}

.gpro_casino_htbl .logo-box > .badge > .text {
    position: absolute;
    width: 72px;
    padding: 7.5px 0px 0px 7.5px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px
}

.gpro_casino_htbl .logo-box > .badge > .text .icon {
    display: block;
    margin: 5px 0px 0px 0px;
    font-size: 20px;
}

.gpro_casino_htbl .logo-box > .badge.best:before {
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 110px 110px 0 0;
    border-color: #ff6600 transparent transparent transparent;
}

.gpro_casino_htbl .logo-box > .badge.best {
    left: -20px;
    top: -20px;
    text-align: left;
    width: auto;
    height: auto;
}

.gpro_casino_htbl .logo-box > .badge.best > .text {
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.gpro_casino_htbl .logo-box > .badge.best > .text .icon {
    width: 20px;
    height: 20px;
}

.gpro_section > .label + .gpro_rating, .gpro_section header > .label + .gpro_rating {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -10px 0px 0px 0px;
    font-size: 0px;
    font-family: var(--system-font);
    font-weight: bold;
    line-height: 20px;
    z-index: 25;
}

.gpro_section > .label + .gpro_rating .stars, .gpro_section header > .label + .gpro_rating .stars {
    width: 223px;
    height: 20px;
}

.gpro_section.cs-head .gpro_section header > .label {
    margin: 0px;
}

.gpro_section.cs-head .gpro_section header {
    position: relative;
}

.gpro_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1200;
    text-align: center;
    display: none;
}

.gpro_popup.show {
    display: block;
}

.gpro_popup > .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    cursor: pointer;
    z-index: 5;
    backdrop-filter: blur(10px);
}

.gpro_popup > .popup_box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -280px 0px 0px -260px;
    background: white;
    box-sizing: border-box;
    border-radius: 5px;
    width: 520px;
    max-width: 90%;
    display: inline-block;
}

.gpro_popup > .popup_box > .present .present-wrap .bg-decor {
    position: absolute;
    left: 50%;
    top: -115px;
    width: 310px;
    height: 265px;
    margin: 0px 0px 0px -155px;
    object-position: top;
}

.gpro_popup > .popup_box > .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: white;
    padding: 10px;
    border-radius: 50%;
    color: #dc133c;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    z-index: 100;
}

.gpro_popup > .popup_box > .close-btn:hover {
    background: #dc133c;
    color: white;
}

.gpro_popup > .popup_box > .present {
    background: #A40F0F;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    padding: 125px 0px 0px 0px;
}

.gpro_popup > .popup_box > .info > .label {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    color: #32CD32;
    padding: 35px 25px;
    white-space: normal;
    display: block;
}

.gpro_popup > .popup_box > .info > .bonus-box > .p-logo, .gpro_popup > .popup_box > .info > .bonus-box > .bonus {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.gpro_popup > .popup_box > .info > .bonus-box > .bonus {
    font-size: 30px;
    font-weight: bold;
    max-width: 70%;
    color: #5F5656;
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 0px 0px 10px;
}

.gpro_popup > .popup_box > .info > .bonus-box > .p-logo {
    max-width: 100px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.gpro_popup > .popup_box > .info > .bonus-box > .bonus strong, .gpro_popup > .popup_box > .info > .bonus-box > .bonus b {
    font-size: 40px;
}

.gpro_popup > .popup_box > .info > .buttons {
    padding: 25px;
}

.gpro_popup > .popup_box > .info > .buttons .button {
    max-width: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: none;
}

.gpro_popup > .popup_box > .info > .buttons .p-yes-btn {
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 22px;
}

.gpro_popup > .popup_box > .info > .buttons .p-no-btn {
    color: #616161;
    background: #e8e8e8;
    border: 2px solid #b0b0b0;
    cursor: default;
}

.gpro_popup > .popup_box > .info > .buttons .p-yes-btn .c-name {
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    line-height: 15px;
}

.gpro_popup > .popup_box > .present .special {
    text-align: left;
    padding: 0px 0px 10px 10px;
}

.gpro_popup > .popup_box > .present .s-flag {
    position: absolute;
    width: 65px;
    height: 65px;
    bottom: -35px;
    left: 50%;
    margin: 0px 0px 0px -30px;
    border-radius: 50%;
    border: 5px solid white;
    overflow: hidden;
    box-sizing: border-box;
    background: white;
}

.gpro_popup > .popup_box > .present .s-flag img {
    width: 100%;
    height: 100%;
}

.gpro_popup > .popup_box > .present .special span {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    max-width: 115px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
}

.gpro_popup > .popup_box > .present .special img {
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.gpro_popup > .popup_box > .info > .bonus-box > .bonus p {
    margin: 0px;
}

.gpro_popup > .popup_box > .info > .payments {
    display: none;
    padding: 20px 25px 0px 25px;
    color: #1B1919;
}

.gpro_popup > .popup_box > .info > .payments > .label {
    font-size: 15px;
    letter-spacing: 0px;
}

.gpro_popup > .popup_box > .info > .payments > .payment-list {
    display: flex;
}

.gpro_popup > .popup_box > .info > .payments > .payment-list .payment-item {
    flex: 1;
    margin: 2.5px;
}

.gpro_popup > .popup_box > .info > .payments > .payment-list .payment-item img {
    width: auto;
    height: auto;
}

.toppanel-small-menu {
    float: right;
    display: inline-block;
    height: 40px;
    padding: 5px 0;
    box-sizing: border-box;
}

.top-small-menu {
    display: flex;
}

.top-small-menu-item {
    margin-right: 20px;
}

.top-small-menu-item span, .top-small-menu-item a {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding: 8px 0;
    text-decoration: none;
}

.hide-desktop {
    display: none !important;
}

/*payments table */
.payments-table table {
    text-align: center;
    border: none !important;
    padding-bottom: 67px;
}

.payments-table {
    height: 300px;
    overflow: hidden;
    border: 5px solid #446F6F;
    border-radius: 5px;
    position: relative;
    margin: 15px 0;
}

td.transaction_amount, td.transaction_time, td.transaction_fees {
    text-align: center;
}

.payments-table.open {
    height: auto;
}

.payments-table .gpro_tbl_wrap {
    margin: 0;
}

.payments-table .open-table {
    background: #F3F8F8;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 5px 5px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.open-table-button {
    font-weight: 700;
    font-size: 14px;
    line-height: 165%;
    text-align: center;
    color: #446F6F;
    padding: 7px 40px;
    border: 1px solid #5A9494;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.open-table-button .less {
    display: none;
}

.open-table-button:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #5A9494;
    border-right: 2px solid #5A9494;
    display: block;
    transform: rotate(135deg);
    margin-left: 7px;
    position: relative;
    top: -2px
}

.open-table-button.up:after {
    transform: rotate(-45deg);
    top: 3px;
}

.gpro-popup-bot-screen {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, .1);
    z-index: 99;
    transition: .3s;
}

.gpro-popup-bot-screen.active {
    bottom: 0;
}

.gpro-popup-bot-screen__wrap {
    max-width: 1198px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    box-sizing: border-box;
}

.gpro-popup-bot-screen__logo {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.gpro-popup-bot-screen__logo img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.gpro-popup-bot-screen__stat {
    flex: 0 0 100px;
    width: 100px;
}

.gpro-popup-bot-screen__name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.gpro-popup-bot-screen__stat .rating-box {
    margin-top: 7px;
    line-height: 1;
}

.gpro-popup-bot-screen__stat .rating-box .gpro_rating > .stars {
    height: 17px;
    width: 96px;
}

.gpro-popup-bot-screen__desc {
    flex: 1 1 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.gpro-popup-bot-screen__bonus {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.gpro-popup-bot-screen__bonus.pc {
    text-transform: uppercase;
}

.gpro-popup-bot-screen__bonus.mobile {
    display: none;
}

.gpro-popup-bot-screen__bonus.mobile > *:last-child {
    text-transform: uppercase;
}

.gpro-popup-bot-screen__terms {
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.45;
}

.gpro-popup-bot-screen__terms a:hover {
    text-decoration: none;
}

.gpro-popup-bot-screen__btn.button {
    flex: 0 0 200px;
    width: 200px;
    font-size: 16px;
    line-height: 1.1;
}

@media (max-width: 643px) {
    ul.gpro_pagination[data-ajax_form="#gpro_vacancy_list"] .item:not(.current):not(.prev):not(.next) {
        display: none;
    }
}

@media (max-width: 370px) {
    ul.gpro_pagination[data-ajax_form="#gpro_vacancy_list"] .item:not(.current) {
        display: none;
    }
}

.responsive-16-9 {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
}