.block-item .image .autoplay, .quote:before, blockquote:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.inner-predictors:after, .inner-predictors:before, .sidebar-right-widgets .ec-post-data:after, .sidebar-right-widgets .ec-post-data:before {
    content: "";
    display: table
}

.inner-predictors:after, .sidebar-right-widgets .ec-post-data:after {
    clear: both
}

.rouble {
    font-family: rouble;
    font-weight: 400;
    font-style: normal
}

.block-item .image .autoplay, .quote:before, blockquote:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.button-default {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBold, sans-serif;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
    background-color: #3b86c4;
    display: inline-block;
    position: relative;
    border: none;
    outline: 0;
    font-size: 18px;
    padding: 15px 75px
}

.button-default.button-default-s {
    font-size: 15px;
    padding: 11px 11px
}

body.has-overlay::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 10001;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.uikit-popup-container {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    outline: 0!important;
    overflow-x: hidden;
    overflow-y: auto;
    color: #131313
}

.uikit-popup-container .uikit-popup-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.uikit-popup-container .uikit-popup-inner::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.uikit-popup-container .uikit-popup-buttons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uikit-popup-container .uikit-popup-buttons-row button:not(:last-of-type) {
    margin-right: 8px
}

.uikit-popup-container.open {
    display: block
}

.uikit-popup-content {
    width: 100%;
    cursor: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    max-width: 320px;
    padding: 15px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-property: transform, opacity, -webkit-transform;
    color: #131313
}

.uikit-popup-content a {
    color: #00ace8;
    -webkit-text-decoration: dotted;
    text-decoration: dotted
}

.uikit-popup-content .button-default {
    text-align: center;
    width: 100%
}

.uikit-popup-content .checkbox label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.uikit-popup-content .checkbox .checkbox input[type=checkbox]:checked+label:after {
    font-size: 18px
}

.uikit-popup-content .checkbox label.singlerow {
    padding-top: 2px
}

.uikit-popup-header {
    position: relative;
    margin-bottom: 15px;
    z-index: 1001
}

.uikit-popup-header .uikit-popup-title {
    font: 18px "Open Sans Bold";
    margin: 0;
    border-bottom: 1px solid #f1f2f2;
    padding-bottom: 14px;
    color: #131313
}

.uikit-popup-header .icon-close {
    cursor: pointer;
    font-size: 20px;
    color: #131313;
    position: absolute;
    right: -4px;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.uikit-popup-header .icon-close::before {
    display: inline-block;
    width: 31px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.uikit-popup-header .icon-close:hover::before {
    color: #00ace8;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.uikit-popup-descr {
    padding: 0 0 15px;
    text-align: center;
    font: 15px 'Open Sans';
    color: #191919
}

.uikit-popup-descr.error {
    color: #d32f2f
}

.uikit-popup-descr.success {
    color: #43a047
}

.uikit-popup-descr.is-bold {
    font-family: 'Open Sans Semibold'
}

.uikit-popup-descr a {
    color: #00ace8;
    text-decoration: underline
}

.uikit-link-wrapper {
    border-bottom: 1px dashed #00ace8;
    line-height: 1
}

.uikit-form-link {
    color: #00ace8;
    font-family: Gotham;
    text-decoration: none;
    font-size: 13px
}

.uikit-form-separator {
    margin: 5px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 13px "Open Sans";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uikit-form-separator:after, .uikit-form-separator:before {
    border-top: 1px solid #f1f1f2;
    height: 1px;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 3px
}

.uikit-form-separator:before {
    margin-right: 5px
}

.uikit-form-separator:after {
    margin-left: 5px
}

.open .uikit-popup-content {
    opacity: 1;
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg)
}

.uikit-tt-arrow, .uikit-tt-body {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.uikit-tt-body {
    border: 1px solid #f5f5f5;
    padding: 7px 15px;
    text-align: center;
    font: 13px/16px 'Open Sans Italic';
    z-index: 9998
}

.uikit-tt-body.dark-scheme {
    color: #707070;
    font-family: Gotham;
    font-size: 13px;
    max-width: 290px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #131313;
    padding: 10px 15px;
    text-align: left;
    border-color: #131313
}

.uikit-tt-arrow.dark-scheme {
    background-color: #131313
}

.uikit-tt-arrow {
    z-index: 9999;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media all and (max-width:500px) {
    .uikit-tt-arrow.mobile-cut {
        display: none
    }
}

.tt-menu {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bababa;
    border-top: 1px solid #f1f2f2;
    margin-top: -1px;
    -webkit-box-shadow: 3px 4px 10px -2px #bababa;
    box-shadow: 3px 4px 10px -2px #bababa;
    background-color: #fff;
    max-height: 212px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9
}

.tt-menu::-webkit-scrollbar {
    width: 6px
}

.tt-menu::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px
}

.tt-menu .tt-s {
    margin: 0;
    padding: 10px;
    font: normal 15px 'Open Sans';
    color: #131313;
    cursor: pointer
}

.tt-menu .tt-s.tt-cursor, .tt-menu .tt-s:hover {
    background-color: #fffde7
}

.tt-menu .tt-s strong {
    font: normal 15px 'Open Sans Semibold'
}

.info-icon {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
    font-size: 16px;
    color: #00ace8;
    text-decoration: none!important;
    cursor: pointer
}

.info-icon::before {
    content: "\e917"
}

.icon-spin {
    text-rendering: auto;
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.uikit-has-spinner {
    position: relative
}

.uikit-has-spinner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    z-index: 1000
}

.uikit-has-spinner::after {
    content: "\e60b";
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1001;
    font-size: 30px;
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #4271b5
}

.uikit-has-spinner.pos-top::after {
    top: 27px
}

.uikit-has-spinner.pos-middle::after {
    -webkit-animation: spin-middle 2s infinite linear;
    animation: spin-middle 2s infinite linear;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.uikit-has-spinner.pos-bottom::after {
    top: auto;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.uikit-has-spinner.black-bg::before {
    background: rgba(0, 0, 0, .5)
}

.uikit-has-spinner.white:after {
    color: #fff
}

.uikit-has-spinner.clear-white::before {
    content: none
}

.uikit-has-spinner.clear-white:after {
    color: #fff
}

@-webkit-keyframes spin-middle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(359deg);
        transform: translate(-50%, -50%) rotate(359deg)
    }
}

@keyframes spin-middle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(359deg);
        transform: translate(-50%, -50%) rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.has-error .input-control, .has-error.input-control {
    border: 1px solid #c62828
}

.has-error .input-control::-webkit-input-placeholder, .has-error.input-control::-webkit-input-placeholder {
    color: #c62828
}

.has-error .input-control:-moz-placeholder, .has-error.input-control:-moz-placeholder {
    color: #c62828
}

.has-error .input-control::-moz-placeholder, .has-error.input-control::-moz-placeholder {
    color: #c62828
}

.has-error .input-control:-ms-input-placeholder, .has-error.input-control:-ms-input-placeholder {
    color: #c62828
}

.has-error .input-control:focus, .has-error.input-control:focus {
    border: 1px solid #c62828
}

.input-control {
    background: #fff;
    width: 100%;
    outline: 0;
    border: 1px solid #d9dada;
    padding: 10px 10px;
    font-family: Gotham, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #131313;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

.input-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b86c4
}

.input-control::-webkit-input-placeholder {
    color: #bababa
}

.input-control:-moz-placeholder {
    color: #bababa
}

.input-control::-moz-placeholder {
    color: #bababa
}

.input-control:-ms-input-placeholder {
    color: #bababa
}

.form-row {
    margin-bottom: 15px
}

.form-row-inline {
    margin-bottom: 15px
}

.form-row-inline input, .form-row-inline label {
    display: inline-block
}

.form-row-inline.required>label::after, .form-row.required>label::after {
    content: '*';
    color: red;
    display: inline-block;
    margin-left: 5px
}

.form-small input, .form-small textarea {
    padding: 6px 6px
}

.form label, .label {
    font-size: 15px;
    font-family: GothamBold;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}

.fieldset, .form fieldset {
    margin-bottom: 15px
}

.input-control[readonly]:focus {
    outline: 0;
    border-color: #d9dada
}

.input-control:-moz-read-only {
    color: #999
}

.input-control:read-only {
    color: #999
}

textarea {
    overflow: auto
}

.input-control-file {
    display: none;
    visibility: hidden
}

.input-control-file+label {
    cursor: pointer;
    line-height: 44px;
    max-width: 250px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px
}

.input-control-file+label:hover .bmr-paperclip {
    color: #fff;
    background-color: #00ace8
}

.bmr-paperclip {
    font-size: 28px;
    display: inline-block;
    width: 48px;
    height: 46px;
    text-align: center;
    border: 1px solid #d0d0d0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background-color: #f4f4f4
}

.bmr-paperclip::before {
    position: relative;
    top: 10px
}

.checkbox input[type=checkbox], .form input[type=checkbox], .form input[type=radio], .radio input[type=radio] {
    display: none
}

.checkbox input[type=checkbox]+label, .form input[type=checkbox]+label, .form input[type=radio]+label, .radio input[type=radio]+label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: auto 10px auto auto;
    text-transform: none;
    display: inline-block;
    font-size: 13px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox input[type=checkbox]+label:after, .checkbox input[type=checkbox]+label:before, .form input[type=checkbox]+label:after, .form input[type=checkbox]+label:before, .form input[type=radio]+label:after, .form input[type=radio]+label:before, .radio input[type=radio]+label:after, .radio input[type=radio]+label:before {
    cursor: pointer
}

.checkbox input[type=checkbox]:disabled+label, .form input[type=checkbox]:disabled+label, .form input[type=radio]:disabled+label, .radio input[type=radio]:disabled+label {
    color: #bababa
}

.checkbox input[type=checkbox]:disabled+label:before, .checkbox input[type=checkbox]:disabled+label:hover:before, .form input[type=checkbox]:disabled+label:before, .form input[type=checkbox]:disabled+label:hover:before, .form input[type=radio]:disabled+label:before, .form input[type=radio]:disabled+label:hover:before, .radio input[type=radio]:disabled+label:before, .radio input[type=radio]:disabled+label:hover:before {
    border-color: #eaeaea;
    cursor: auto
}

.checkbox input[type=checkbox]+label, .form input[type=checkbox]+label {
    margin-left: 31px;
    min-height: 24px;
    cursor: pointer
}

.checkbox input[type=checkbox]+label:before, .form input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: -31px;
    top: 0;
    z-index: 1
}

.checkbox input[type=checkbox]+label:after, .form input[type=checkbox]+label:after {
    color: #00ace8;
    position: absolute;
    left: -31px;
    top: 3px;
    font-size: 18px
}

.checkbox input[type=checkbox]:checked+label:after, .form input[type=checkbox]:checked+label:after {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e62f";
    width: 24px;
    height: 24px;
    position: absolute;
    left: -32px;
    top: 2px;
    z-index: 2;
    font-size: 19px
}

.form input[type=radio]+label, .radio input[type=radio]+label {
    margin-left: 31px;
    min-height: 24px
}

.form input[type=radio]+label:before, .radio input[type=radio]+label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    left: -31px;
    top: 0;
    z-index: 1
}

.form input[type=radio]+label:hover:before, .radio input[type=radio]+label:hover:before {
    border-color: #131313
}

.form input[type=radio]:checked+label:before, .radio input[type=radio]:checked+label:before {
    border-color: #131313
}

.form input[type=radio]:checked+label:after, .radio input[type=radio]:checked+label:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #131313;
    position: absolute;
    left: -25px;
    top: 6px;
    z-index: 2
}

.button {
    border: 4px solid #3b86c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBold, sans-serif;
    color: #131313;
    cursor: pointer;
    vertical-align: bottom;
    background-color: transparent;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    padding: 11px 75px
}

.button:hover {
    color: #fff!important;
    text-decoration: none!important
}

.button:hover:after {
    height: 100%
}

.button:hover:active:after {
    background-color: #295e89
}

.button:focus {
    outline: 0
}

.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #3b86c4
}

.button:disabled {
    border-color: #bababa!important;
    cursor: default!important;
    color: #bababa!important
}

.button:disabled:hover {
    background-color: transparent!important
}

.button:disabled:after {
    background: 0 0!important
}

.button:disabled i, .button:disabled span {
    color: #bababa!important
}

.button.button-has-icons {
    border: 4px solid #3b86c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBold, sans-serif;
    color: #131313;
    cursor: pointer;
    vertical-align: bottom;
    background-color: transparent;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 11px 0
}

.button.button-has-icons:hover {
    color: #fff!important;
    text-decoration: none!important
}

.button.button-has-icons:hover:after {
    height: 100%
}

.button.button-has-icons:hover:active:after {
    background-color: #295e89
}

.button.button-has-icons:focus {
    outline: 0
}

.button.button-has-icons:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #3b86c4
}

.button.button-has-icons:disabled {
    border-color: #bababa!important;
    cursor: default!important;
    color: #bababa!important
}

.button.button-has-icons:disabled:hover {
    background-color: transparent!important
}

.button.button-has-icons:disabled:after {
    background: 0 0!important
}

.button.button-has-icons:disabled i, .button.button-has-icons:disabled span {
    color: #bababa!important
}

.button.button-has-icons [class*=" icon-"], .button.button-has-icons [class^=icon-] {
    font-size: inherit;
    padding: 0 20px;
    vertical-align: text-bottom
}

.button.button-s {
    font-size: 15px;
    padding: 7px 35px
}

.button.button-s.button-has-icons {
    padding: 7px 0
}

.button.button-white {
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBold, sans-serif;
    color: #131313;
    cursor: pointer;
    vertical-align: bottom;
    background-color: transparent;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none
}

.button.button-white:hover {
    color: #131313!important;
    text-decoration: none!important
}

.button.button-white:hover:after {
    height: 100%
}

.button.button-white:hover:active:after {
    background-color: #d9d9d9
}

.button.button-white:focus {
    outline: 0
}

.button.button-white:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff
}

.button.button-white:disabled {
    border-color: #bababa!important;
    cursor: default!important;
    color: #bababa!important
}

.button.button-white:disabled:hover {
    background-color: transparent!important
}

.button.button-white:disabled:after {
    background: 0 0!important
}

.button.button-white:disabled i, .button.button-white:disabled span {
    color: #bababa!important
}

.button-default {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBold, sans-serif;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
    background-color: #3b86c4;
    display: inline-block;
    position: relative;
    border: none;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    padding: 15px 75px
}

.button-default:hover {
    background-color: #629ed0;
    color: #fff!important;
    text-decoration: none!important
}

.button-default:hover:active {
    background-color: #295e89
}

.button-default:focus {
    outline: 0
}

.button-default:disabled {
    cursor: default!important;
    color: #fff!important;
    background-color: #bababa!important
}

.button-default:disabled:hover {
    background-color: #bababa!important
}

.button-default:disabled i, .button-default:disabled span {
    color: #bababa!important
}

.button-default.button-default-s {
    font-size: 15px;
    padding: 11px 11px
}

.button-default.button-white {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBold, sans-serif;
    color: #131313;
    cursor: pointer;
    vertical-align: bottom;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border: none;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

.button-default.button-white:hover {
    background-color: #fff;
    color: #131313!important;
    text-decoration: none!important
}

.button-default.button-white:hover:active {
    background-color: #d9d9d9
}

.button-default.button-white:focus {
    outline: 0
}

.button-default.button-white:disabled {
    cursor: default!important;
    color: #131313!important;
    background-color: #bababa!important
}

.button-default.button-white:disabled:hover {
    background-color: #bababa!important
}

.button-default.button-white:disabled i, .button-default.button-white:disabled span {
    color: #bababa!important
}

.button-default.button-lb {
    background-color: #00ace8
}

.button-default.button-lb:hover {
    background-color: #40c3f1
}

.button-default.button-grey {
    background-color: #bababa
}

.button-default.button-grey:hover {
    background-color: #c7c7c7
}

.review-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #131313;
    color: #fff!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 15px GothamBold;
    height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%
}

.rew-btn-red {
    background-color: #f27046
}

.rew-btn-red:hover {
    background-color: #f59576
}

.rew-btn-orange {
    background-color: #ff924a
}

.rew-btn-orange:hover {
    background-color: #ffb17d
}

.rew-btn-green {
    background-color: #43a047
}

.rew-btn-green:hover {
    background-color: #5bbb60
}

.rew-btn-blue {
    background-color: #3b86c4
}

.rew-btn-blue:hover {
    background-color: #629ed0
}

.rew-btn-black {
    background-color: #2d2d2d
}

.btn {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px/38px GothamBold;
    text-decoration: none;
    position: relative
}

.btn.bordered-green, .btn.filled-green {
    border: 3px solid transparent
}

.btn.bordered-green {
    border-color: #43a047;
    color: #2d2d2d;
    background: #fff
}

.btn.bordered-green::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: block
}

.btn.bordered-green:hover::after {
    background: #e3f1e4;
    height: 100%
}

.btn.filled-green {
    border-color: #43a047;
    color: #fff;
    background: #43a047
}

.btn.filled-green::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    border: 3px solid transparent;
    left: -3px;
    top: -3px
}

.btn.filled-green:hover::after {
    border-color: #5bbb60;
    background: #5bbb60;
    height: 100%
}

.uikit-input-block {
    position: relative;
    outline: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.uikit-input-block label {
    position: relative;
    display: block;
    padding: 0 7px;
    font: 13px/27px Gotham;
    color: #bababa;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none
}

.uikit-input-block input {
    font: 15px/20px "Open Sans";
    color: #131313;
    width: 100%;
    margin-top: -27px;
    padding: 28px 7px 10px;
    outline: 0;
    background: 0 0;
    border: none;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uikit-input-block input.uikit-input-password {
    padding-right: 32px
}

.uikit-input-block .cool-select {
    height: auto
}

.uikit-input-block .cool-select .selected:focus, .uikit-input-block .cool-select:focus {
    outline: 0
}

.uikit-input-block .cool-select .dropdown {
    -webkit-box-shadow: none;
    box-shadow: none
}

.uikit-input-block .cool-select.opened .dropdown {
    outline: 1px solid #dcdcdc
}

.uikit-input-block .cool-select .items li, .uikit-input-block .cool-select .selected {
    font: normal 15px/20px "Open Sans";
    padding: 12px 10px;
    min-height: 20px
}

.uikit-input-block .cool-select .selected {
    border: none;
    line-height: 20px;
    min-height: 20px;
    padding: 0 7px 10px
}

.uikit-input-block .cool-select .items li.active:not([data-state=disabled]) {
    background: #ecf9fe;
    color: #131313
}

.uikit-input-block span.twitter-typeahead .tt-dropdown-menu {
    border: none;
    outline: 1px solid #dcdcdc
}

.uikit-input-block input.tt-hint, .uikit-input-block input.tt-input {
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 32px
}

.uikit-input-block span.twitter-typeahead .tt-suggestion>p:active {
    background: #ecf9fe;
    color: #131313;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

.uikit-input-block span.twitter-typeahead .tt-suggestion.tt-cursor p {
    background: #ecf9fe;
    color: #131313!important
}

.uikit-input-block.has-error {
    outline-color: #d32f2f
}

.uikit-input-block.has-error label {
    text-indent: -999999px
}

.uikit-input-block.has-error label::before {
    content: attr(data-error);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 7px;
    text-indent: 0;
    color: #d32f2f
}

.uikit-input-block .icon-circle-question, .uikit-input-block .icon-eye, .uikit-input-block .icon-eye-crossed {
    font-family: icomoon;
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 16px;
    color: #bababa;
    cursor: pointer;
    cursor: pointer
}

.uikit-input-block .icon-circle-question {
    top: 6px;
    bottom: inherit;
    display: none
}

.uikit-input-block .icon-search, .uikit-input-block .icon-search4 {
    font-family: icomoon;
    position: absolute;
    bottom: 12px;
    right: 10px;
    font-size: 15px;
    color: #bababa;
    cursor: pointer
}

.has-error .icon-circle-question {
    display: block
}

.uikit-input-block>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#loginform .uikit-input-block.form-row, #regform .uikit-input-block.form-row {
    margin: 8px 0
}

body.admin-bar header {
    top: 32px
}

@media all and (max-width:782px) {
    body.admin-bar header {
        top: 46px
    }
}

.in-fullscreen header {
    -webkit-transform: translate3d(0, -85px, 0)!important;
    transform: translate3d(0, -85px, 0)!important;
    display: none
}

.in-fullscreen.admin-bar header {
    -webkit-transform: translate3d(0, -117px, 0)!important;
    transform: translate3d(0, -117px, 0)!important
}

@media all and (max-width:950px) {
    .in-fullscreen header {
        -webkit-transform: translate3d(0, 0, 0)!important;
        transform: translate3d(0, 0, 0)!important
    }
    .in-fullscreen.admin-bar header {
        -webkit-transform: translate3d(0, -47px, 0)!important;
        transform: translate3d(0, -47px, 0)!important
    }
}

.wrapper {
    padding-top: 140px
}

@media all and (max-width:950px) {
    .wrapper {
        padding-top: 55px
    }
}

.chat-template-tpl .wrapper {
    padding-top: 55px
}

.chat-template-tpl .wrapper {
    padding-top: 55px
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header::after {
    content: '';
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

@media all and (max-width:1179px) and (min-width:951px) {
    header {
        padding: 0 25px
    }
}

@media all and (max-width:950px) {
    header .top {
        display: none!important
    }
}

header .header-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1180px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header .header-wrap .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px
}

header .header-wrap .top .search-wrap {
    -ms-flex-preferred-size: 395px;
    flex-basis: 395px;
    margin-right: 3px;
    z-index: 1
}

header.animate {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

header.animate .menu-trigger {
    width: 58px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

header.animate .menu-trigger.desktop-menu {
    display: none
}

header.animate .menu-trigger.tablet-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width:950px) {
    header.animate .menu-trigger.desktop-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    header.animate .menu-trigger.tablet-menu {
        display: none
    }
}

header .search-block {
    position: relative;
    width: 100%;
}

header .search-block input {
    width: 100%;
    height: 44px;
    padding: 0 8px;
    border: 0;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    font: 15px/44px Gotham;
    background-color: transparent;
    outline: 0;
    border-bottom: 3px solid rgba(255, 255, 255, .25);
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header .search-block input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

header .search-block input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

header .search-block input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

header .search-block input::placeholder {
    color: rgba(255, 255, 255, .5)
}

header .search-block input:focus {
    border-color: #fff
}

header .search-block button {
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background: 0 0;
    pointer-events:none;
}

header .search-block button::before {
    font: 16px icomoon;
    content: '\e616'
}

header.small .mini-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    width: 55px;
    margin-right: 10px;
    margin-left: 3px
}

header.small .small-hidden {
    width: 0!important;
    min-width: 0!important;
    padding: 0!important;
    -webkit-transition: all .3s;
    transition: all .3s
}

header .mini-logo {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    width: 0;
    margin-right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1
}

@media all and (max-width:950px) {
    header .mini-logo {
        display: none
    }
}

@media all and (max-width:950px) {
    header .top-menu {
        display: none!important
    }
}

span.achivement-label {
    cursor: default
}

.achivement-label {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    font: 12px/20px 'Open Sans Semibold';
    background-color: #d3d3d3;
    color: #fff;
    text-decoration: none
}

.achivement-label:hover {
    color: #fff;
    text-decoration: none
}

.header-profile .achivement-label {
    padding-left: 5px;
    padding-right: 5px;
    font: 11px/16px 'Open Sans Semibold'
}

.interlocutors .achivement-label {
    position: relative;
    top: 1px
}

#feedbacks-list .achivement-label {
    margin-left: 3px
}

.page-block .header h1 .achivement-label {
    position: relative;
    top: -5px
}

.post-author-meta .achivement-label {
    margin-left: 7px;
    font: 12px/20px 'Open Sans Semibold'!important
}

.notify-alert {
    position: absolute;
    top: 100%;
    right: 0;
    width: 240px;
    margin-top: 1px;
    color: #fff;
    z-index: -2
}

@media all and (min-width:950px) and (max-width:1024px) {
    .notify-alert {
        width: 25%
    }
}

body.has-branding .notify-alert {
    right: 3px
}

.notify-wrap {
    display: block;
    position: relative;
    background-color: #060606;
    opacity: 0;
    max-height: 300px;
    text-decoration: none;
    color: #fff
}

.notify-wrap:hover {
    text-decoration: none
}

.notify-wrap[data-showed="1"] {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.notify-wrap.removing {
    -webkit-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    opacity: 0
}

.notify-wrap+.notify-wrap {
    margin-top: 1px
}

.notify-wrap .icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #666261;
    cursor: pointer
}

.notify-wrap .icon-close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notify-data {
    padding: 15px;
    white-space: normal
}

.notify-data[data-type=ach][data-trend=up] .header .icon::before {
    content: '\e6b6'
}

.notify-data[data-type=ach][data-trend=down] .header .icon::before {
    content: '\e6b8'
}

.notify-data[data-type=ach][data-ach=new] .header {
    color: #afb42b
}

.notify-data[data-type=ach][data-ach=new] .header .icon {
    background-color: #afb42b
}

.notify-data[data-type=ach][data-ach=amateur] .header {
    color: #4db6ac
}

.notify-data[data-type=ach][data-ach=amateur] .header .icon {
    background-color: #4db6ac
}

.notify-data[data-type=ach][data-ach=player] .header {
    color: #00ace8
}

.notify-data[data-type=ach][data-ach=player] .header .icon {
    background-color: #00ace8
}

.notify-data[data-type=ach][data-ach=pro] .header {
    color: #3b86c4
}

.notify-data[data-type=ach][data-ach=pro] .header .icon {
    background-color: #3b86c4
}

.notify-data[data-type=ach][data-ach=guru] .header {
    color: #8868c0
}

.notify-data[data-type=ach][data-ach=guru] .header .icon {
    background-color: #8868c0
}

.notify-data[data-type=ban] .msg, .notify-data[data-type=bank_charge] .msg, .notify-data[data-type=comment] .msg, .notify-data[data-type=complaint] .msg, .notify-data[data-type=post] .msg, .notify-data[data-type=tip] .msg {
    line-height: 16px
}

.notify-data[data-type=tip] .header {
    color: #ff6e40
}

.notify-data[data-type=post] .header {
    color: #afb42b
}

.notify-data[data-type=ban][data-ban-type=ban] .header {
    color: #d01416
}

.notify-data[data-type=ban][data-ban-type=ban] .header .icon::before {
    font-size: 22px;
    content: '\e6a2';
    color: #d01416
}

.notify-data[data-type=ban][data-ban-type=unban] .header {
    color: #00912d
}

.notify-data[data-type=ban][data-ban-type=unban] .header .icon::before {
    font-size: 22px;
    content: '\e962';
    color: #00912d
}

.notify-data[data-type=bank_charge] .header {
    color: #3aaa77
}

.notify-data[data-type=bank_charge] .header .icon {
    background-color: #3aaa77
}

.notify-data[data-type=bank_charge] .header .icon-plus {
    position: relative;
    left: -2px;
    color: #fff
}

.notify-data[data-type=comment] .header {
    color: #00ace8
}

.notify-data[data-type=comment] .header .icon {
    background-color: #00ace8
}

.notify-data[data-type=comment] .header .icon-comment {
    position: relative;
    left: -1px;
    top: 0;
    color: #fff;
    font-size: 12px
}

.notify-data[data-type=complaint] .header {
    color: #00ace8
}

.notify-data[data-type=complaint] .header .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00ace8;
    content: ''
}

.notify-data[data-type=complaint][data-status=groundless] .header {
    color: #ff924a
}

.notify-data[data-type=complaint][data-status=groundless] .header .icon::before {
    background-color: #ff924a
}

.notify-data[data-type=complaint][data-status=refused] .header {
    color: #e56c69
}

.notify-data[data-type=complaint][data-status=refused] .header .icon::before {
    background-color: #e56c69
}

.notify-data[data-type=complaint][data-status=ignored] .header {
    color: #e64a19
}

.notify-data[data-type=complaint][data-status=ignored] .header .icon::before {
    background-color: #e64a19
}

.notify-data[data-type=complaint][data-status=solved] .header {
    color: #43a047
}

.notify-data[data-type=complaint][data-status=solved] .header .icon::before {
    background-color: #43a047
}

.notify-data .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    padding-right: 25px;
    font: bold 13px Gotham
}

.notify-data .header .icon {
    position: relative;
    top: -1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin-right: 7px;
    border-radius: 50%;
    text-align: center
}

.notify-data .header .icon::before {
    position: relative;
    left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: 13px/25px icomoon;
    color: #fff;
    content: ''
}

.notify-data .msg {
    font: 13px/24px 'Open Sans'
}

.notify-data .msg strong {
    font-weight: 600
}

.notify-data .achivement-label {
    margin-left: 5px
}

.bmr-bar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px
}

@media all and (max-width:1200px) and (min-width:950px) {
    .bmr-bar-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .bmr-bar-wrapper .bmr-bar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media all and (max-width:700px) {
    .bmr-bar-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .bmr-bar-wrapper .bmr-bar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.bmr-bar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bmr-bar[data-next=player] .bar-ok {
    background-color: #00ace8
}

.bmr-bar[data-next=player] .bar-inner {
    background: -webkit-gradient(linear, left top, right top, from(#4db6ac), to(#00ace8));
    background: -webkit-linear-gradient(left, #4db6ac 0, #00ace8 100%);
    background: linear-gradient(90deg, #4db6ac 0, #00ace8 100%)
}

.bmr-bar[data-next=pro] .bar-ok {
    background-color: #3b86c4
}

.bmr-bar[data-next=pro] .bar-inner {
    background: -webkit-gradient(linear, left top, right top, from(#00ace8), to(#3b86c4));
    background: -webkit-linear-gradient(left, #00ace8 0, #3b86c4 100%);
    background: linear-gradient(90deg, #00ace8 0, #3b86c4 100%)
}

.bmr-bar[data-next=guru] .bar-ok {
    background-color: #8868c0
}

.bmr-bar[data-next=guru] .bar-inner {
    background: -webkit-gradient(linear, left top, right top, from(#3b86c4), to(#8868c0));
    background: -webkit-linear-gradient(left, #3b86c4 0, #8868c0 100%);
    background: linear-gradient(90deg, #3b86c4 0, #8868c0 100%)
}

.bmr-bar .bar-wrapper {
    position: relative;
    padding: 4px;
    background-color: #f1f2f2
}

.bmr-bar .bar-wrapper .bar-ok {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bmr-bar .bar-wrapper .bar-ok::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: 15px icomoon;
    content: '\e913';
    color: #fff
}

.bmr-bar .bar-inner {
    height: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#00ace8));
    background: -webkit-linear-gradient(left, #fff 0, #00ace8 100%);
    background: linear-gradient(90deg, #fff 0, #00ace8 100%)
}

.bmr-bar .title {
    margin-top: 5px;
    font: 12px 'Open Sans Semibold';
    color: #828282
}

.bmr-bar .values {
    font: 12px 'Open Sans Semibold';
    color: #131313
}

.is-hidden {
    display: none!important
}

.socials-container.socials-share a::before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body, html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html {
    color: #131313;
    font: 15px/1.5 "Open Sans", sans-serif;
    min-height: 100%
}

body {
    background: #f1f2f2;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 320px
}

a {
    color: #00ace8;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative
}

.page-content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 140px
}

.page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1180px;
    flex: 0 0 1180px;
    margin-top: 10px;
    padding-left: 170px;
    position: relative
}

.page-center>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 760px
}

.page-center>.fullWidth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
    max-width: 100%
}

@media all and (max-width:1200px) {
    .page-center {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin: 10px 30px 0
    }
}

@media all and (max-width:1024px) {
    .page-center {
        padding-left: 200px
    }
}

@media all and (max-width:950px) {
    .disable-page-scroll .page-content {
        position: fixed;
        width: 100%
    }
    .page-content {
        padding-top: 55px
    }
    .page-center {
        margin: 0;
        padding-left: 29%;
        padding-left: -webkit-calc(29% + 10px);
        padding-left: calc(29% + 10px)
    }
    .main-nav-opened .page-content::after {
        background: rgba(0, 0, 0, .4);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3
    }
}

@media all and (max-width:500px) {
    .page-content {
        left: 0;
        position: absolute;
        width: 100%
    }
    .preopened-left-sidebar .page-content::after, .preopened-user-menu .page-content::after {
        background: 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: background .3s;
        transition: background .3s;
        width: 100%;
        z-index: 3
    }
    .opened-left-sidebar .page-content::after, .opened-user-menu .page-content::after {
        background: rgba(0, 0, 0, .4)
    }
    .page-center {
        padding-left: 0
    }
}

.bm-redirect-container {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-perspective: 2500px;
    perspective: 2500px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000
}

.bm-redirect-container .bm-redirect-popup-body {
    color: #fff;
    font-size: 15px;
    width: 100%
}

.bm-redirect-container .bm-redirect-popup-body #meter-content {
    width: 100%;
    height: 5px;
    margin: 25px auto 16px;
    background: #000
}

.bm-redirect-container .bm-redirect-popup-body #meter-content .expand {
    width: 100%;
    height: 1px;
    margin: 2px 0;
    background: #2187e7;
    position: absolute;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 198, 255, .7);
    box-shadow: 0 0 0 1px rgba(0, 198, 255, .7);
    -webkit-animation: fullexpand 10s ease-out;
    animation: fullexpand 10s ease-out;
    left: 0
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text {
    line-height: 1
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo {
    display: inline-block;
    vertical-align: middle
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo img {
    width: 94px;
    height: auto;
    padding: 0 10px;
    position: relative;
    top: -5px;
    -webkit-box-sizing: initial;
    box-sizing: initial
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo.liga img {
    width: 110px
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text.second {
    top: -6px;
    position: relative
}

.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close::before {
    cursor: pointer;
    content: "\e62d";
    font-size: 18px;
    color: #fff;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.bm-redirect-container #goto-1xbet {
    margin: 42px 0 25px 0;
    width: 205px;
    height: 45px;
    font-size: 15px;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: GothamBold, sans-serif;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    border: none;
    outline: 0;
    text-decoration: none
}

.bm-redirect-container #goto-1xbet:hover {
    background-color: #5bbb60!important
}

.bm-redirect-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@-webkit-keyframes fullexpand {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes fullexpand {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.socials-container.socials-share {
    display: inline-block
}

.socials-container.socials-share a {
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: 17px/38px GothamBold;
    height: 35px;
    padding-right: 11px;
    margin-right: 13px;
    position: relative
}

.socials-container.socials-share a::before {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-right: 11px;
    text-align: center;
    -webkit-transition: .15s;
    transition: .15s;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.socials-container.socials-share a::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    left: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.socials-container.socials-share a:hover {
    text-decoration: none
}

.socials-container.socials-share a.without-cnt {
    font-size: 0;
    min-width: 35px;
    padding-right: 0
}

.socials-container.socials-share a.without-cnt::before {
    margin-right: 0
}

.socials-container.socials-share a.without-cnt::after {
    display: none
}

.socials-container.socials-share [data-social=vk] {
    color: #45668e
}

.socials-container.socials-share [data-social=vk]::before {
    background: #45668e;
    content: "\e613"
}

.socials-container.socials-share [data-social=vk]:hover::before {
    background: rgba(69, 102, 142, .75)
}

.socials-container.socials-share [data-social=yt] {
    color: #b00
}

.socials-container.socials-share [data-social=yt]::before {
    background: #b00;
    content: "\e95e"
}

.socials-container.socials-share [data-social=yt]:hover::before {
    background: rgba(187, 0, 0, .75)
}

.socials-container.socials-share [data-social=fb] {
    color: #3b5998
}

.socials-container.socials-share [data-social=fb]::before {
    background: #3b5998;
    content: "\e610"
}

.socials-container.socials-share [data-social=fb]:hover::before {
    background: rgba(59, 89, 152, .75)
}

.socials-container.socials-share [data-social=gp] {
    color: #dd4b39
}

.socials-container.socials-share [data-social=gp]::before {
    background: #dd4b39;
    content: "\e625"
}

.socials-container.socials-share [data-social=gp]:hover::before {
    background: rgba(221, 75, 57, .75)
}

.socials-container.socials-share [data-social=tw] {
    color: #00aced
}

.socials-container.socials-share [data-social=tw]::before {
    background: #00aced;
    content: "\e60f"
}

.socials-container.socials-share [data-social=tw]:hover::before {
    background: rgba(0, 172, 237, .75)
}

.socials-container.socials-share [data-social=pi] {
    color: #cb2027
}

.socials-container.socials-share [data-social=pi]::before {
    background: #cb2027;
    content: "\e95a"
}

.socials-container.socials-share [data-social=pi]:hover::before {
    background: rgba(203, 32, 39, .75)
}

.socials-container.socials-share [data-social=inst] {
    color: #2a3f8c
}

.socials-container.socials-share [data-social=inst]::before {
    background: #2a3f8c;
    content: "\e6e2"
}

.socials-container.socials-share [data-social=inst]:hover::before {
    background: rgba(42, 63, 140, .75)
}

.socials-container.socials-share [data-social=ok] {
    color: #ed812b
}

.socials-container.socials-share [data-social=ok]::before {
    background: #ed812b;
    content: "\e959"
}

.socials-container.socials-share [data-social=ok]:hover::before {
    background: rgba(237, 129, 43, .75)
}

.socials-container.socials-share [data-social=te] {
    color: #08c
}

.socials-container.socials-share [data-social=te]::before {
    background: #08c;
    content: "\e97d"
}

.socials-container.socials-share [data-social=te]:hover::before {
    background: rgba(0, 136, 204, .75)
}

.socials-container.socials-share [data-social=vb] {
    color: #8f5db7
}

.socials-container.socials-share [data-social=vb]::before {
    background: #8f5db7;
    content: "\e97e"
}

.socials-container.socials-share [data-social=vb]:hover::before {
    background: rgba(143, 93, 183, .75)
}

.socials-container.socials-top-page {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 6px;
    position: fixed;
    top: 250px;
    z-index: 1000
}

.socials-container.socials-top-page a {
    margin-bottom: 6px;
    min-width: 60px
}

@media all and (max-width:1300px) {
    .socials-container.socials-top-page {
        display: none
    }
}

.author-social-links .share {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms
}

.author-social-links .share:hover {
    opacity: .7
}

.author-social-links .vk {
    background-color: #45668e
}

.author-social-links .facebook {
    background-color: #3b5998
}

.author-social-links .google-plus {
    background-color: #dd4b39
}

.author-social-links .twitter {
    background-color: #00aced
}

.author-social-links .instagram {
    background-color: #2a3f8c
}

.mobile-share a.vk {
    background-color: #45668e
}

.mobile-share a.vk::before {
    content: "\e613"
}

.mobile-share a.yt {
    background-color: #b00
}

.mobile-share a.yt::before {
    content: "\e95e"
}

.mobile-share a.fb {
    background-color: #3b5998
}

.mobile-share a.fb::before {
    content: "\e610"
}

.mobile-share a.gp {
    background-color: #dd4b39
}

.mobile-share a.gp::before {
    content: "\e625"
}

.mobile-share a.tw {
    background-color: #00aced
}

.mobile-share a.tw::before {
    content: "\e60f"
}

.mobile-share a.pi {
    background-color: #cb2027
}

.mobile-share a.pi::before {
    content: "\e95a"
}

.mobile-share a.inst {
    background-color: #2a3f8c
}

.mobile-share a.inst::before {
    content: "\e6e2"
}

.mobile-share a.ok {
    background-color: #ed812b
}

.mobile-share a.ok::before {
    content: "\e959"
}

.mobile-share a.te {
    background-color: #08c
}

.mobile-share a.te::before {
    content: "\e97d"
}

.mobile-share a.vb {
    background-color: #8f5db7
}

.mobile-share a.vb::before {
    content: "\e97e"
}

.social-colors a.vk {
    background-color: #45668e
}

.social-colors a.vk::before {
    content: "\e613"
}

.social-colors a.yt {
    background-color: #b00
}

.social-colors a.yt::before {
    content: "\e95e"
}

.social-colors a.fb {
    background-color: #3b5998
}

.social-colors a.fb::before {
    content: "\e610"
}

.social-colors a.gp {
    background-color: #dd4b39
}

.social-colors a.gp::before {
    content: "\e625"
}

.social-colors a.tw {
    background-color: #00aced
}

.social-colors a.tw::before {
    content: "\e60f"
}

.social-colors a.pi {
    background-color: #cb2027
}

.social-colors a.pi::before {
    content: "\e95a"
}

.social-colors a.inst {
    background-color: #2a3f8c
}

.social-colors a.inst::before {
    content: "\e6e2"
}

.social-colors a.ok {
    background-color: #ed812b
}

.social-colors a.ok::before {
    content: "\e959"
}

.social-colors a.te {
    background-color: #08c
}

.social-colors a.te::before {
    content: "\e97d"
}

.social-colors a.vb {
    background-color: #8f5db7
}

.social-colors a.vb::before {
    content: "\e97e"
}

.social-icons {
    font-size: 0
}

.social-icons>a {
    font: 18px/36px icomoon;
    display: inline-block;
    width: 36px;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.social-icons>a+a {
    margin-left: 7px
}

.right-sidebar .rating-mini, .sidebar-right-widgets .rating-mini {
    padding: 0!important;
    margin: 0 0 10px 0!important;
    border: 0 none!important;
    background-color: #fff;
    height: auto!important;
    width: 100%!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important
}

.right-sidebar .rating-mini .h3, .right-sidebar .rating-mini h3, .sidebar-right-widgets .rating-mini .h3, .sidebar-right-widgets .rating-mini h3 {
    font-size: 15px!important;
    font-family: Gotham!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    text-transform: UPPERCASE;
    color: #131313!important;
    background-color: #fff!important;
    border-bottom: 1px solid #eaeaea!important;
    padding: 16px 8px!important;
    margin: 0!important;
    text-align: center
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-brand, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-brand {
    border-top: 0 none!important;
    cursor: pointer
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-brand>.icon-down, .right-sidebar .rating-mini .rating-mini-dl>.rating-mini-brand>.icon-up, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-brand>.icon-down, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-brand>.icon-up {
    width: 12px;
    height: 6px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 15px;
    padding-top: 7px;
    cursor: pointer;
    color: #c2c2c2
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-brand .icon-up, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-brand .icon-up {
    display: none
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-brand .icon-down, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-brand .icon-down {
    display: block
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-brand.active .icon-down, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-brand.active .icon-down {
    display: none
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-brand.active .icon-up, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-brand.active .icon-up {
    display: block
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list {
    padding: 0
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item {
    margin: 0 10px;
    padding: 0;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 2;
    color: #aaa;
    background: 0 0;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item>.fl-l, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item>.fl-l {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item>.fl-r, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item>.fl-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 25px;
    border-bottom: 1px solid transparent;
    color: #1f1f1f;
    font-family: GothamMed;
    text-align: right
}

.right-sidebar .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item:last-of-type>.fl-l, .sidebar-right-widgets .rating-mini .rating-mini-dl>.rating-mini-stats .rating-mini-list .rating-mini-list-item:last-of-type>.fl-l {
    border-bottom-color: transparent
}

.right-sidebar .rating-mini .rating-mini-dl>.buttons, .sidebar-right-widgets .rating-mini .rating-mini-dl>.buttons {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 10px
}

.right-sidebar .rating-mini .rating-mini-dl>.buttons:last-child, .sidebar-right-widgets .rating-mini .rating-mini-dl>.buttons:last-child {
    border-bottom: 0 none
}

.right-sidebar .editors-choice-block, .sidebar-right-widgets .editors-choice-block {
    padding: 0!important;
    margin: 0 0 10px 0!important;
    border: 0 none!important;
    background-color: #fff;
    height: auto!important;
    width: 100%!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important
}

.right-sidebar .editors-choice-block .h3, .right-sidebar .editors-choice-block h3, .sidebar-right-widgets .editors-choice-block .h3, .sidebar-right-widgets .editors-choice-block h3 {
    font-size: 15px!important;
    font-family: Gotham!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    text-transform: UPPERCASE;
    color: #131313!important;
    background-color: #fff!important;
    border-bottom: 1px solid #eaeaea!important;
    padding: 16px 8px!important;
    margin: 0!important;
    text-align: center
}

.right-sidebar .editors-choice-block>a .ec-item, .sidebar-right-widgets .editors-choice-block>a .ec-item {
    border-bottom: 1px solid #eaeaea
}

.right-sidebar .editors-choice-block>a .ec-item .ec-post-title, .sidebar-right-widgets .editors-choice-block>a .ec-item .ec-post-title {
    height: 50px;
    position: relative;
    overflow: hidden;
    padding-left: 10px
}

.right-sidebar .editors-choice-block>a .ec-item .ec-post-title .h2, .right-sidebar .editors-choice-block>a .ec-item .ec-post-title h2, .sidebar-right-widgets .editors-choice-block>a .ec-item .ec-post-title .h2, .sidebar-right-widgets .editors-choice-block>a .ec-item .ec-post-title h2 {
    font-size: 14px;
    line-height: 16px;
    color: #1f1f1f;
    text-decoration: none
}

.right-sidebar .editors-choice-block>a .ec-item .ec-post-title .h2:hover, .right-sidebar .editors-choice-block>a .ec-item .ec-post-title h2:hover, .sidebar-right-widgets .editors-choice-block>a .ec-item .ec-post-title .h2:hover, .sidebar-right-widgets .editors-choice-block>a .ec-item .ec-post-title h2:hover {
    color: #00ace8;
    text-decoration: underline
}

.right-sidebar .editors-choice-block>a .ec-item .post-meta .post-meta-item, .sidebar-right-widgets .editors-choice-block>a .ec-item .post-meta .post-meta-item {
    color: #1f1f1f
}

.right-sidebar .editors-choice-block>a .ec-item .post-meta .icon-new, .sidebar-right-widgets .editors-choice-block>a .ec-item .post-meta .icon-new {
    color: #adadad
}

.right-sidebar .editors-choice-block>.ec-read-all, .sidebar-right-widgets .editors-choice-block>.ec-read-all {
    padding: 0!important;
    margin: 0!important;
    border: 0 none
}

.right-sidebar .editors-choice-block>.ec-read-all .button-default, .sidebar-right-widgets .editors-choice-block>.ec-read-all .button-default {
    font-size: 15px!important;
    font-family: Gotham!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    display: block!important;
    color: #00ace8!important;
    text-decoration: underline!important;
    background-color: #fff!important;
    border: 0 none!important;
    padding: 16px 8px!important
}

.right-sidebar .editors-choice-block>.ec-read-all .button-default:hover, .sidebar-right-widgets .editors-choice-block>.ec-read-all .button-default:hover {
    text-decoration: none!important
}

.right-sidebar .rating-changes, .sidebar-right-widgets .rating-changes {
    padding: 0!important;
    margin: 0 0 10px 0!important;
    border: 0 none!important;
    background-color: #fff;
    height: auto!important;
    width: 100%!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important
}

.right-sidebar .rating-changes .h3, .right-sidebar .rating-changes h3, .sidebar-right-widgets .rating-changes .h3, .sidebar-right-widgets .rating-changes h3 {
    font-size: 15px!important;
    font-family: Gotham!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    text-transform: UPPERCASE;
    color: #131313!important;
    background-color: #fff!important;
    border-bottom: 1px solid #eaeaea!important;
    padding: 16px 8px!important;
    margin: 0!important;
    text-align: center
}

.right-sidebar .rating-changes .rating-changes-content, .sidebar-right-widgets .rating-changes .rating-changes-content {
    font-size: 15px;
    line-height: 1.2;
    border-bottom: 1px solid #eaeaea
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-date, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-date {
    font-style: normal;
    color: #7b7b7b
}

.right-sidebar .rating-changes .rating-changes-content .icon-new, .sidebar-right-widgets .rating-changes .rating-changes-content .icon-new {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 5px
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-news, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-news {
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
    margin: 5px 0
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-more, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-more {
    margin: 0;
    font-size: 15px;
    text-align: center
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-more>a, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-more>a {
    text-decoration: underline
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-more>a:hover, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-more>a:hover {
    text-decoration: none
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-review, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-review {
    margin: 0;
    text-align: center
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-review>a, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-review>a {
    display: block;
    padding: 0;
    margin: 10px 0;
    height: 44px;
    text-transform: none
}

.right-sidebar .rating-changes .rating-changes-content .rating-changes-content-review>a>span, .sidebar-right-widgets .rating-changes .rating-changes-content .rating-changes-content-review>a>span {
    position: relative;
    z-index: 1
}

.right-sidebar .rating-changes .rating-changes-footer, .sidebar-right-widgets .rating-changes .rating-changes-footer {
    padding: 0!important;
    margin: 0!important;
    border: 0 none
}

.right-sidebar .rating-changes .rating-changes-footer>a, .sidebar-right-widgets .rating-changes .rating-changes-footer>a {
    font-size: 15px!important;
    font-family: Gotham!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    display: block!important;
    color: #00ace8!important;
    text-decoration: underline!important;
    background-color: #fff!important;
    border: 0 none!important;
    padding: 16px 8px!important
}

.right-sidebar .rating-changes .rating-changes-footer>a:hover, .sidebar-right-widgets .rating-changes .rating-changes-footer>a:hover {
    text-decoration: none!important
}

.right-sidebar .widget.default, .sidebar-right-widgets .widget.default {
    padding: 0!important;
    margin: 0 0 10px 0!important;
    border: 0 none!important;
    background-color: #fff;
    height: auto!important;
    width: 100%!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important
}

.right-sidebar .widget.default .h3, .right-sidebar .widget.default>h3, .sidebar-right-widgets .widget.default .h3, .sidebar-right-widgets .widget.default>h3 {
    font-size: 15px!important;
    font-family: Gotham!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    text-transform: UPPERCASE;
    color: #131313!important;
    background-color: #fff!important;
    border-bottom: 1px solid #eaeaea!important;
    padding: 16px 8px!important;
    margin: 0!important;
    text-align: center
}

.breadcrumbs {
    font-size: 0;
    list-style: none;
    padding-bottom: 15px
}

.breadcrumbs li, .breadcrumbs li a {
    color: rgba(0, 0, 0, .5);
    font: 12px/1.2 "Open Sans Semibold"
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs li.hide {
    display: none
}

.breadcrumbs li::after {
    content: "/";
    padding: 0 5px
}

.breadcrumbs a {
    text-decoration: underline;
    -webkit-transition: .1s;
    transition: .1s
}

.breadcrumbs a:hover {
    color: #131313
}

.topstake {
    position: relative;
    min-height: 400px;
    background-color: #f27046;
    margin-bottom: 10px;
    text-align: center;
}

.topstake.has-bg {
    background-color: #555
}

.banner-adv--centered {
    text-align:center;
}
.banner-adv--centered img {
    display:inline-block;
}
@media all and (max-width:1024px) {
    .banner-adv--centered img {
        width:100%;
    }
}
/*.banner-adv--centered.-black {
    background-color:#1c1a1b;
}
.banner-adv--centered.-black a {
    display:inline-block;
    position:relative;
    height:90px;
}
.banner-adv--centered.-black a:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border:1px solid #1c1a1b;
}*/

@media all and (max-width:950px) {
    .topstake.posts {
        display: block!important;
        min-height: initial;
        margin-bottom: 2px;
        float: left;
        width: 100%
    }
    .topstake.posts>a {
        padding: 0
    }
    .topstake.posts>a>.title {
        margin-top: 20px
    }
    .topstake.posts .info {
        width: 70px;
        height: 70px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin: 0 25px 0 0
    }
    .topstake.posts .info .circle {
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px
    }
    .topstake.posts .info .circle::after {
        font: 24px/58px GothamLight;
        content: attr(data-initials)
    }
    .topstake.posts .flexlevel1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 25px 25px 25px
    }
    .topstake.posts .flexlevel1 .tip-for-count {
        margin-bottom: 0
    }
    .topstake.posts .flexlevel2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .topstake.posts .flexlevel2 .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .topstake.posts .flexlevel2 .tip-for-count, .topstake.posts .flexlevel2 .tip-title {
        margin-top: 0;
        text-align: left
    }
    .topstake.posts .flexlevel2 .tip-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .topstake.posts .flexlevel2 .tip-for-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-left: 10px;
        line-height: 18px
    }
}

@media all and (max-width:500px) {
    .topstake.posts>a>.title {
        display: none
    }
    .topstake.posts .flexlevel1 {
        padding: 20px 25px
    }
    .topstake.posts .flexlevel2 .tip-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .topstake.posts .flexlevel2 .tip-for-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 10px 0 0 0
    }
    .topstake.posts .subtitle {
        display: block;
        margin: 0 0 15px 0;
        text-align: left
    }
}

.topstake .subtitle {
    display: none
}

.topstake>a {
    position: relative;
    display: block;
    padding: 20px 20px 0;
    color: #f0f0ef;
    text-decoration: none;
    z-index: 10
}

.topstake>.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 8
}

.topstake>.bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: '';
    z-index: 9
}

.topstake span {
    display: inline-block;
    width: 100%
}

.topstake .title {
    margin-top: 15px;
    font: 18px GothamBold;
    text-transform: uppercase
}

.topstake .info {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: 170px;
    height: 170px;
    padding: 0!important
}

.topstake .info .circle {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background-size: cover;
    border-radius: 50%
}

.topstake .info .circle.initials {
    background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce));
    background: -webkit-linear-gradient(top, #58b4e6, #2789ce);
    background: linear-gradient(to bottom, #58b4e6, #2789ce)
}

.topstake .info .circle.initials::after {
    font: 75px/152px GothamLight;
    content: attr(data-initials)
}

.topstake .tip-title {
    margin-top: 20px;
    font: 15px/22px Gotham
}

.topstake .tip-for-count {
    margin: 25px 0;
    font: 15px GothamBold
}

.author-avatar {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce)) no-repeat center center;
    background: -webkit-linear-gradient(top, #58b4e6 0, #2789ce 100%) no-repeat center center;
    background: linear-gradient(to bottom, #58b4e6 0, #2789ce 100%) no-repeat center center;
    background-size: cover
}

.author-avatar input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 999
}

.author-avatar.mini {
    width: 85px;
    height: 85px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    display: block;
    float: left
}

.author-avatar.mini[data-initials]::before {
    font: 36px/90px GothamLight
}

.author-avatar.mini[data-hover]::after {
    line-height: 88px
}

.author-avatar.micro {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.author-avatar.micro[data-initials]::before {
    font: 24px/52px GothamLight
}

.author-avatar.mini-micro {
    width: 36px;
    height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px
}

.author-avatar.mini-micro[data-initials]::before {
    font: 16px/39px GothamLight
}

.author-avatar.mini-nano {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px
}

.author-avatar.mini-nano[data-initials]::before {
    font: 13px/27px Gotham
}

.author-avatar[data-initials]::before {
    position: absolute;
    left: 0;
    width: 100%;
    font: 72px/164px GothamLight;
    text-align: center;
    color: #fff;
    content: attr(data-initials)!important
}

.author-avatar[data-hover]::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    content: '';
    font: 12px/157px GothamBold;
    text-align: center;
    color: transparent;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.author-avatar[data-hover]:hover::after {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    content: attr(data-hover)
}

html:not(a) {
    margin-top: 0!important
}

#wpadminbar {
    position: fixed!important
}

@media all and (max-width:950px) {
    #wpadminbar {
        overflow: hidden
    }
}

body.admin-bar {
    padding-top: 32px
}

body.admin-bar header {
    top: 32px
}

body.admin-bar.disable-page-scroll .page-content {
    padding-top: 87px
}

@media all and (max-width:782px) {
    body.admin-bar {
        padding-top: 46px
    }
    body.admin-bar header {
        top: 46px
    }
    body.admin-bar.disable-page-scroll .page-content {
        padding-top: 101px
    }
}

.inner {
    margin: 0 auto;
    max-width: 1180px;
    min-width: 320px
}

@media all and (max-width:1179px) {
    .inner {
        max-width: 92.7%
    }
}

@media all and (max-width:950px) {
    .inner {
        max-width: 100%
    }
}

@media all and (max-width:500px) {
    .inner {
        max-width: 100%
    }
}

#page-footer {
    position: relative;
    min-height: 100px;
    margin-top: 10px;
    background-color: #fff;
    padding-bottom: 26px;
    max-width: 100vw;
    overflow: hidden;
    z-index: 100
}

#page-footer .inner {
    width: 100%;
    min-width: 300px
}

@media all and (max-width:1023px) {
    #page-footer .inner {
        max-width: 98%
    }
}

#page-footer .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33px;
    padding-bottom: 15px;
    border-top: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2
}

#page-footer .meta>.logo-socials .data {
    width: 300px
}

#page-footer .meta>.logo-socials .data>a>img {
    width: 265px!important;
    max-width: 265px!important;
    height: 35px
}

@media all and (max-width:1023px) {
    #page-footer .meta>.logo-socials .data {
        margin: 0 auto
    }
}

#page-footer .meta>.logo-socials .social-icons {
    width: 100%;
    display: inline-block;
    margin-top: 15px
}

#page-footer .meta>.logo-socials .social-icons>a {
    margin: 0 8px 0 0;
    line-height: 32px;
    width: 32px;
    -webkit-font-smoothing: antialiased
}
#page-footer .meta>.logo-socials .social-icons>a:hover {
    color:#fff;
    text-decoration:none;
}

@media all and (max-width:750px) {
    #page-footer .meta>.logo-socials .social-icons {
        max-width: 190px
    }
    #page-footer .meta>.logo-socials .social-icons>a {
        margin: 0 8px 8px 0
    }
}

@media all and (max-width:750px) {
    #page-footer .meta>.logo-socials {
        text-align: center
    }
}

@media all and (min-width:1024px) and (max-width:1179px) {
    #page-footer .meta>.logo-socials {
        padding-left: 16px
    }
}

@media all and (max-width:750px) {
    #page-footer .meta>.gamblingt {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 28px!important
    }
}

@media all and (max-width:1171px) {
    #page-footer .meta>.gamblingt {
        width:100%;
        padding-right: 10px
    }
}

#page-footer .meta>.gamblingt>p {
    margin: 0;
    font: 12px/16px Gotham;
    color: #bababa
}

#page-footer .meta>.gamblingt>.prods {
    padding-top: 22px
}

#page-footer .meta>.gamblingt>.prods [data-name=onjn-logo-license] {
    position: relative;
    top: 5px
}

#page-footer .meta>.gamblingt>.prods>a {
    text-decoration: none!important
}

#page-footer .meta>.gamblingt>.prods>a>img {
    margin-left: 15px;
    height: 32px
}

#page-footer .meta>.gamblingt>.prods>img {
    height: 32px
}

@media all and (max-width:750px) {
    #page-footer .meta>.gamblingt>.prods {
        text-align: center
    }
}

@media all and (max-width:410px) {
    #page-footer .meta>.gamblingt>.prods>a:last-child {
        display: block
    }
    #page-footer .meta>.gamblingt>.prods>a:last-child>img {
        margin: 5px 0 0 0
    }
}

@media all and (min-width:751px) {
    #page-footer .meta {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (max-width:750px) {
    #page-footer .meta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block
    }
}

#page-footer .copyrights {
    padding-top: 25px;
    display: block
}

#page-footer .copyrights .copyright-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#page-footer .copyrights .copyright-link a {
    color: #00ace8;
    font: 12px/16px Gotham;
    text-decoration: underline;
    padding-right: 26px
}

#page-footer .copyrights .copyright-link a:last-child {
    padding-right: 0
}

#page-footer .copyrights .copyright-link a:hover {
    text-decoration: none
}

@media all and (min-width:951px) {
    #page-footer .copyrights .copyright-link {
        float: right
    }
}

@media all and (max-width:670px) {
    #page-footer .copyrights .copyright-link {
        display: block
    }
    #page-footer .copyrights .copyright-link a {
        display: block;
        line-height: 29px
    }
}

#page-footer .copyrights .copyright-text {
    max-width: 390px
}

#page-footer .copyrights .copyright-text p {
    margin: 0;
    font: 12px/16px Gotham;
    color: #bababa
}

@media all and (min-width:1024px) and (max-width:1180px) {
    #page-footer .copyrights .copyright-text {
        padding-left: 16px
    }
}

@media all and (max-width:950px) {
    #page-footer .copyrights .copyright-text {
        padding-top: 20px
    }
}

#page-footer.market .meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:950px) {
    #page-footer.market .meta>.logo-socials .social-icons {
        margin-bottom: 15px
    }
}

@media all and (max-width:750px) {
    #page-footer.market .meta>.logo-socials .social-icons {
        margin-bottom: 0
    }
}

#page-footer.market .meta>.badges {
    width:385px;
    margin-left: 10px;
    padding-right:10px;
}

#page-footer.market .meta>.badges>p {
    margin: 0;
    font: 12px/16px Gotham;
    color: #bababa
}

#page-footer.market .meta>.badges .mobile-app-link {
    margin-top: 7px
}

#page-footer.market .meta>.badges .mobile-app-link a {
    text-decoration: none!important
}

#page-footer.market .meta>.badges .mobile-app-link img {
    width: auto;
    height: 32px
}

#page-footer.market .meta>.badges .mobile-app-link .android-link {
    margin-left: 16px
}

@media all and (max-width:650px) {
    #page-footer.market .meta>.badges {
        text-align: center
    }
    #page-footer.market .meta>.badges>p {
        line-height: 40px
    }
    #page-footer.market .meta>.badges .mobile-app-link {
        margin-top: 0
    }
}

@media all and (max-width:750px) {
    #page-footer.market .meta>.badges {
        width: 100%;
        text-align: center;
        margin-left: 0!important
    }
}

@media all and (min-width:651px) and (max-width:950px) {
    #page-footer.market .meta>.badges {
        margin-left: 40px
    }
}

#page-footer.market .meta>.gamblingt {
    width: 100%;
    padding-top: 10px
}

@media all and (min-width:951px) {
    #page-footer.market .meta>.gamblingt {
        max-width: 380px;
        padding-top: 0
    }
}

@media all and (max-width:650px) {
    #page-footer.market .meta>.gamblingt>.prods {
        text-align: center
    }
}

@media all and (max-width:950px) {
    #page-footer.market .meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }
}

@media all and (max-width:650px) {
    #page-footer.market .meta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block
    }
}

#page-footer.market .copyrights .copyright-link {
    float: none
}

@media all and (min-width:1181px) {
    #page-footer.market .copyrights .copyright-link {
        width: 742px;
        float: right
    }
}

@media all and (min-width:1024px) and (max-width:1180px) {
    #page-footer.market .copyrights .copyright-link {
        padding-left: 16px
    }
}

@media all and (min-width:1024px) and (max-width:1180px) {
    #page-footer.market .copyrights .copyright-text {
        padding-left: 16px
    }
}

@media all and (max-width:1180px) {
    #page-footer.market .copyrights .copyright-text {
        padding-top: 20px
    }
}

#page-footer .roll {
    position: relative;
    font-size: 0
}

#page-footer .roll .wrap {
    white-space: nowrap
}

@media all and (min-width:1200px) {
    #page-footer .roll .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#page-footer .roll a {
    display: inline-block;
    padding-right: 10px;
    font: 14px/40px GothamBold;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
}

@media all and (max-width:1200px) {
    #page-footer .roll a {
        min-width: 120px
    }
}

#page-footer .roll .color1 {
    border-top: 4px solid #3b86c4
}

#page-footer .roll .color2 {
    border-top: 4px solid #f27046
}

#page-footer .roll .color3 {
    border-top: 4px solid #afb42b
}

#page-footer .roll .color4 {
    border-top: 4px solid #1d9154
}

#page-footer .roll .color5 {
    border-top: 4px solid #4e342e
}

#page-footer .roll .color6 {
    border-top: 4px solid #4db6ac
}

#page-footer .roll .color7 {
    border-top: 4px solid #8868c0
}

#page-footer .roll .color8 {
    border-top: 4px solid #ff924a
}

#page-footer .roll .color9 {
    border-top: 4px solid #00b8d4
}

#page-footer .roll .color10 {
    border-top: 4px solid #00ace8
}

#page-footer .roll .color11 {
    border-top: 4px solid #3aaa77
}

#page-footer .roll .color12 {
    border-top: 4px solid #5c6bc0
}

#page-footer .roll .color13 {
    border-top: 4px solid #3949ab
}

#page-footer .roll .color14 {
    border-top: 4px solid #1d9154
}

#page-footer .roll .color15 {
    border-top: 4px solid #88bf11
}

#page-footer .roll-wrapper {
    position: relative;
}

#page-footer .roll-wrapper>i {
    display: none
}

@media all and (max-width:1200px) {
    #page-footer .roll-wrapper.swiper-start .roll {
        margin-left: 0
    }
    #page-footer .roll-wrapper.swiper-start>.arrow-prev {
        opacity: 0;
        visibility: hidden
    }
    #page-footer .roll-wrapper.swiper-end .roll {
        margin-right: 0
    }
    #page-footer .roll-wrapper.swiper-end>.arrow-next {
        opacity: 0;
        visibility: hidden
    }
    #page-footer .roll-wrapper .roll {
        margin-left: 30px;
        margin-right: 30px;
        -webkit-transition: margin .3s;
        transition: margin .3s
    }
    #page-footer .roll-wrapper>i {
        display: block;
        position: absolute;
        font: 20px/34px icomoon;
        color: #b7b7b7;
        background-color: #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        z-index: 999
    }
}

@media all and (max-width:1200px) and (max-width:1200px) {
    #page-footer .roll-wrapper>i {
        line-height: 56px
    }
}

@media all and (max-width:1200px) {
    #page-footer .roll-wrapper>.arrow-prev {
        left: 0
    }
    #page-footer .roll-wrapper>.arrow-next {
        right: 0
    }
}

@media all and (max-width:500px) {
    #page-footer {
        padding-left: 10px;
        padding-right: 10px
    }
}

.fixed {
    background: #000;
    width: 100%;
    z-index: 1000
}

#wp-social-login-connect-with {
    display: block;
    margin: 13px 0 0;
    font-family: GothamBold;
    text-transform: uppercase;
    font-size: 16px
}

.content {
    margin-top: 10px;
    margin-bottom: 10px
}

#content {
    background-color: #f1f2f2;
}

@media all and (max-width:1179px) {
    .content {
        margin: 0 auto
    }
}

@media all and (max-width:950px) {
    .content {
        margin: 10px 0
    }
}

.content-flexed {
    display: flex
}

.content-middle.fullwidth {
    width: 100%
}

.content-middle.news-container {
    margin-right: 250px;
}

.section-homepage-template-new-tpl .not-fp .content-middle {
    margin-right: 10px
}

.content-middle.good-bookmakers {
    margin-right: 250px
}

.content-middle {
    margin: 0 250px 0 170px
}

.content .sidebar-right-widgets {
    float: right;
    min-width: 240px;
    width: 240px;
}

@media all and (max-width:1024px) {
    .content .sidebar-right-widgets {
        min-width: 225px
    }
}

.clearfix {
    clear: both
}

.clearfix1:after, .clearfix1:before {
    content: "";
    display: table
}

.clearfix1:after {
    clear: both
}

.complaint-clearfix {
    overflow-y: hidden
}

.border-box {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1394px) {
    #social {
        display: none
    }
}

.sidebar-right-widgets h3 {
    text-align: center;
    padding: 20px 10px;
    background: #3b86c4;
    text-transform: uppercase;
    font: bold 18px GothamBold;
    color: #fff
}

.sidebar-right-widgets .widget {
    margin-bottom: 6px
}

.sidebar-right-widgets .rating-changes {
    background: #fff
}

.sidebar-right-widgets .rating-changes h3 {
    font-size: 18px;
    padding: 10px 10px 8px;
    line-height: 1.2
}

.sidebar-right-widgets .rating-changes-content {
    padding: 10px 10px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #2d2d2d;
    position: relative
}

.sidebar-right-widgets .rating-changes-content-date {
    color: #bcbcbc;
    font-style: italic
}

.sidebar-right-widgets .rating-changes-content-news {
    padding-right: 15px;
    margin: 10px 0;
    line-height: 16px
}

.sidebar-right-widgets .rating-changes-content .icon-new {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 7px;
    font-size: 12px
}

.sidebar-right-widgets .rating-changes-content .icon-new-caret-up {
    color: #7bab73
}

.sidebar-right-widgets .rating-changes-content .icon-new-caret-down {
    color: #e56c69
}

.sidebar-right-widgets .rating-changes-content .icon-new-plus {
    font-size: 10px;
    color: #4271b5
}

.sidebar-right-widgets .rating-changes-footer {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 10px;
    font-weight: 700;
    font-family: GothamBold
}

.sidebar-right-widgets .rating-changes-footer a {
    color: #2d2d2d
}

.sidebar-right-widgets .rating-changes-footer a:hover {
    text-decoration: underline
}

#social {
    position: fixed;
    z-index: 1000;
    padding: 6px 6px 0
}

#social a {
    display: block;
    margin: 0 0 6px
}

#social .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    color: #fff
}

#social .social-fixed {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 11px;
    text-align: center;
    height: 35px;
    font: 17px/38px GothamBold;
    margin-left: -5px;
    top: -2px
}

#social .social-fixed:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 0;
    position: absolute;
    left: -5px;
    top: 12px
}

.logout-block {
    display: none!important
}

.logout-block.logged-in {
    display: inline-block!important
}

.icon-user.logged-in {
    display: none!important
}

.container-address-info ol li {
    margin-bottom: 3px
}

.bmr-loading-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 1011;
    display: none
}

.bmr-loading-spinner:before {
    content: "\e60b";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    color: #4271b5
}

.bmr-loading-spinner.on-wp-login-form:before {
    top: 55%
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.bg-right-menu.open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 100%
}

.bg-right-menu-color {
    background: #333
}

.container-pagination {
    display: none!important
}

.has-infinite-scroll .load_more-comments {
    display: block;
    text-align: center
}

.has-infinite-scroll .load_more-comments-text {
    display: inline-block;
    margin: 40px auto;
    background: 0 0;
    border: 4px solid #3b86c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    font-family: GothamBold;
    font-size: 18px;
    color: #2d2d2d;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1
}

.has-infinite-scroll .load_more-comments-text:hover {
    color: #fff;
    text-decoration: none
}

.has-infinite-scroll .load_more-comments-text:hover:after {
    height: 100%
}

.has-infinite-scroll .load_more-comments-text:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #3b86c4
}

.has-infinite-scroll .load_more-comments-text .icon-loop:before {
    font-size: 20px;
    margin: 0 20px;
    color: inherit
}

.has-infinite-scroll #infscr-loading {
    display: none!important;
    visibility: hidden!important
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:64em) {
    .has-infinite-scroll .load_more-comments-text {
        margin: 40px auto
    }
    .has-infinite-scroll .load_more-comments-text .icon-loop:before {
        margin: 0 20px
    }
}

@media (max-width:59.375em) {
    .has-infinite-scroll .load_more-comments-text {
        padding: 15px 0
    }
    .has-infinite-scroll .load_more-comments-text .icon-loop:before {
        margin: 0 20px
    }
}

@media (max-width:31.25em) {
    .has-infinite-scroll .load_more-comments-text {
        font-size: 21px;
        margin: 18px auto;
        padding: 20px 0;
        width: 95%
    }
    .has-infinite-scroll .load_more-comments-text .icon-loop:before {
        margin: 0 40px
    }
}

@media (max-width:26.875em) {
    .has-infinite-scroll .load_more-comments-text {
        font-size: 18px
    }
    .has-infinite-scroll .load_more-comments-text .icon-loop:before {
        margin: 0 5px
    }
}

.editors-choice-block {
    position: relative;
    margin-bottom: 10px
}

.editors-choice-block a:hover {
    text-decoration: none
}

.ec-posts-wrapper {
    overflow: hidden;
    padding: 15px 2px;
    background: #fff
}

.ec-post-item {
    width: 25%;
    float: left;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ec-post-item:hover .ec-post-title {
    color: #4271b5;
    text-decoration: underline
}

.ec-read-all .button-default {
    width: 100%;
    display: inline-block;
    text-align: center
}

.ec-read-all .button-default:hover {
    color: #fff
}

.ec-item .text-fade {
    position: relative;
    overflow: hidden
}

.ec-item .text-fade:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 14px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%);
    pointer-events: none
}

.ec-post-img {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: 50% 50%
}

.ec-post-title {
    margin-top: 10px;
    height: 56px
}

.ec-post-title .h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    margin: 0;
    line-height: 1;
    font-weight: 400
}

@media (max-width:64em) {
    .ec-posts-wrapper {
        padding: 17px 6px
    }
    .ec-posts-wrapper a:last-child {
        display: none
    }
    .ec-post-item {
        width: 33.3%;
        padding: 0 11px
    }
    .ec-post-img {
        height: 115px
    }
}

@media (max-width:59.375em) {
    .ec-posts-wrapper {
        padding: 40px 11px 20px
    }
    .ec-posts-wrapper a:last-child {
        display: inline
    }
    .ec-post-item {
        width: 50%;
        padding: 0 23px;
        margin-bottom: 15px
    }
    .ec-post-item .text-fade:after {
        height: 24px
    }
    .ec-post-img {
        height: 210px
    }
    .ec-post-title {
        font-size: 24px;
        margin-top: 15px;
        height: 96px
    }
}

@media (max-width:31.25em) {
    .ec-post-item {
        width: 100%
    }
}

.sidebar-right-widgets .widget-header {
    background-color: #fff;
    color: #000;
    font: bold 18px Gotham, sans-serif;
    border-bottom: 5px solid #3b86c4;
    text-transform: uppercase;
    padding: 17px 24px
}

.sidebar-right-widgets .widget_text img {
    margin: 0
}

.sidebar-right-widgets .editors-choice-block {
    color: #000;
    background: #fff
}

.sidebar-right-widgets .editors-choice-block .post-meta {
    margin-left: 6px;
    min-height: 15px
}

.sidebar-right-widgets .editors-choice-block .post-meta-item {
    font: 12px Gotham, sans-serif;
    color: #555;
    line-height: 40px;
    margin-right: 15px;
    vertical-align: middle
}

.sidebar-right-widgets .editors-choice-block .post-meta-item .icon-new {
    margin-right: 5px;
    vertical-align: inherit;
    color: #bababa
}

.sidebar-right-widgets .editors-choice-block .text-fade:after {
    height: 14px
}

.sidebar-right-widgets .ec-item {
    padding: 0 12px;
    border-bottom: 1px solid #e0e0e0
}

.sidebar-right-widgets .ec-item:hover .ec-post-title h2 {
    color: #00ace8;
    text-decoration: underline
}

.sidebar-right-widgets .ec-post-data {
    margin-top: 15px
}

.sidebar-right-widgets .ec-post-title {
    margin-top: 0;
    padding-left: 10px
}

.sidebar-right-widgets .ec-post-img {
    width: 50px;
    height: 50px;
    float: left
}

.sidebar-right-widgets .rating-mini {
    background: #fff;
    line-height: 1
}

.sidebar-right-widgets .rating-mini .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 7px
}

.sidebar-right-widgets .rating-mini .buttons .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font: bold 14px/1.1 Gotham;
    min-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    text-align: center;
    text-transform: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.sidebar-right-widgets .rating-mini .buttons .btn:first-child {
    margin-right: 5px
}

.sidebar-right-widgets .rating-mini .buttons .btn:hover {
    text-decoration: none
}

.sidebar-right-widgets .rating-mini .buttons .btn:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25)
}

.sidebar-right-widgets .rating-mini .buttons .btn.rew-btn-black {
    background-color: #2d2d2d
}

.sidebar-right-widgets .rating-mini .buttons .btn.rew-btn-green {
    background-color: #43a047
}

.sidebar-right-widgets .rating-mini .h3 {
    padding: 15px 10px;
    border-bottom: 5px solid #3b86c4;
    background: #fff;
    color: #131313;
    margin: 0
}

.sidebar-right-widgets .rating-mini .icon-brand, .sidebar-right-widgets .rating-mini .no-logo-text {
    width: 114px;
    height: auto;
    display: inline-block
}

.sidebar-right-widgets .rating-mini .icon-brand img, .sidebar-right-widgets .rating-mini .no-logo-text img {
    margin-left: 8px;
    margin-top: 0
}

.sidebar-right-widgets .rating-mini .rating-mini-dl {
    margin-top: 0;
    margin-bottom: 10px
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-title {
    padding: 15px 15px 0
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-brand {
    font-weight: 700;
    border-top: 1px solid #e0e0e0;
    position: relative;
    padding-top: 15px
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-brand .icon-arrow-down {
    display: inline-block
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-brand .icon-arrow-down, .sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-brand .icon-arrow-up {
    font-size: 18px;
    margin-top: -9px;
    font-family: GothamBold, sans-serif;
    position: absolute;
    top: 50%;
    right: 0;
    padding-top: 7px;
    padding-right: 34px
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-brand .icon-arrow-up {
    display: none
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .active .icon-arrow-down {
    display: none
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .active .icon-arrow-up {
    display: block
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-list {
    padding-top: 0;
    padding-bottom: 8px
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-list-item {
    text-transform: capitalize;
    color: #7b7b7b;
    font: 14px "Open Sans", sans-serif;
    margin: 4px 34px 4px 10px;
    padding: 0;
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/base/main-trash/img/icon_booklike.png) bottom repeat-x;*/
    line-height: 14px
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-list-item .fl-l {
    margin-top: 0;
    background: #fff
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-list-item .fl-r {
    background: #fff;
    float: right;
    font-family: GothamMed, sans-serif
}

.sidebar-right-widgets .rating-mini .rating-mini-dl .rating-mini-stats {
    display: none;
    margin: 0
}

.sidebar-right-widgets .rating-mini .rating-mini-brand-nr {
    margin-top: -9px;
    font: 18px GothamBold, sans-serif;
    position: absolute;
    top: 50%;
    right: 0;
    padding-top: 7px;
    padding-right: 34px
}

.sidebar-right-widgets .rating-mini .no-logo-text {
    padding: 0 8px
}

.topstake.has-bg {
    background-color: #555
}

@media all and (max-width:950px) {
    .topstake.posts {
        display: block!important;
        min-height: initial;
        margin-bottom: 2px;
        float: left
    }
    .topstake.posts>a {
        padding: 0
    }
    .topstake.posts>a>.title {
        margin-top: 20px
    }
    .topstake.posts .info {
        width: 70px;
        height: 70px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin: 0 25px 0 0
    }
    .topstake.posts .info .circle {
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px
    }
    .topstake.posts .info .circle::after {
        font: 24px/58px GothamLight;
        content: attr(data-initials)
    }
    .topstake.posts .flexlevel1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 25px 25px 25px
    }
    .topstake.posts .flexlevel1 .tip-for-count {
        margin-bottom: 0
    }
    .topstake.posts .flexlevel2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .topstake.posts .flexlevel2 .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .topstake.posts .flexlevel2 .tip-for-count, .topstake.posts .flexlevel2 .tip-title {
        margin-top: 0;
        text-align: left
    }
    .topstake.posts .flexlevel2 .tip-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .topstake.posts .flexlevel2 .tip-for-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-left: 10px;
        line-height: 18px
    }
}

@media all and (max-width:500px) {
    .topstake.posts>a>.title {
        display: none
    }
    .topstake.posts .flexlevel1 {
        padding: 20px 25px
    }
    .topstake.posts .flexlevel2 .tip-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .topstake.posts .flexlevel2 .tip-for-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 10px 0 0 0
    }
    .topstake.posts .subtitle {
        display: block;
        margin: 0 0 15px 0;
        text-align: left
    }
}

.topstake .subtitle {
    display: none
}

.topstake>a {
    position: relative;
    display: block;
    padding: 20px 20px 0;
    color: #f0f0ef;
    text-decoration: none;
    z-index: 10
}

.topstake>.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 8
}

.topstake>.bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: '';
    z-index: 9
}

.topstake span {
    display: inline-block;
    width: 100%
}

.topstake .title {
    margin-top: 15px;
    font: 18px GothamBold;
    text-transform: uppercase
}

.topstake .info {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: 170px;
    height: 170px;
    padding: 0!important
}

.topstake .info .circle {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background-size: cover;
    border-radius: 50%
}

.topstake .info .circle.initials {
    background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce));
    background: -webkit-linear-gradient(top, #58b4e6, #2789ce);
    background: linear-gradient(to bottom, #58b4e6, #2789ce)
}

.topstake .info .circle.initials::after {
    font: 75px/152px GothamLight;
    content: attr(data-initials)
}

.topstake .tip-title {
    margin-top: 20px;
    font: 15px/22px Gotham
}

.topstake .tip-for-count {
    margin: 25px 0;
    font: 15px GothamBold
}

.banner-widget {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/base/main-trash/img/widgetbanner-bg.png);*/
    text-align: center;
    background-position-x: center
}

.bonuses-miniatures .banner-widget+* {
    margin-top: 6px
}

.banner-widget.block-item {
    display: none;
    width: 100%
}

@media all and (max-width:950px) {
    .banner-widget.block-item {
        display: block;
        height: 240px
    }
    .page-block .banner-widget.block-item {
        margin-top: 10px
    }
    .page-block .bonuses-miniatures .banner-widget.block-item {
        margin: 6px 0
    }
}

.header-bottom-content-icons .logout-block .user-image {
    width: 100%;
    height: 100%;
    padding: 0;
    position: static
}

.header-bottom-content-icons .logout-block .user-image span {
    line-height: 36px
}

.header-bottom-content-icons .logout-block .user-image img.avatar {
    display: block
}

.my-responsive-right-menu .login-user-menu {
    width: 160px;
    margin-top: 5px
}

.my-responsive-right-menu .login-user-menu li:hover {
    background: red;
    color: red
}

.my-responsive-right-menu .login-user-menu li a {
    margin: 0;
    font-size: 14px;
    padding: 18px 12px;
    color: #fff;
    background: #333;
    width: 100%;
    display: block;
    border-bottom: 1px solid #696969;
    font-family: 'Open Sans Semibold'
}

.my-responsive-right-menu .login-user-menu li a:hover {
    background: #111
}

.content.inner {
    position: relative
}

html {
    overflow-x: hidden
}

body.admin-bar>.br-branding {
    top: 173px
}

@media all and (max-width:950px) {
    body.admin-bar>.br-branding {
        top: 88px
    }
}

@media all and (max-width:782px) {
    body.admin-bar>.br-branding {
        top: 101px
    }
}

body>.br-branding {
    top: 140px
}

body .br-branding {
    display: block!important;
    position: absolute;
    width: 100%;
    height: 724px;
    background-size: auto 100%;
    background-position: center center;
    background-color: #f1f2f2;
    background-repeat: no-repeat;
    z-index: 1
}

@media all and (max-width:950px) {
    body .br-branding {
        background-size: initial;
        background-position: top center
    }
}

body .br-branding.rbbet {
    height: 594px
}

@media all and (max-width:950px) {
    body .br-branding.rbbet {
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/branding/rbbet-bg-950.png)!important;*/
        background-size: auto 100%;
        height: 150px
    }
}

body .br-branding.winline-2017 {
    height: 254px;
    background-color: #000
}

body .br-branding.winline-2017.stay {
    top: -20px
}

@media all and (max-width:950px) {
    body .br-branding.winline-2017 {
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/branding/winline-sportcar-bg-950.png?v=17011310)!important;*/
        background-size: auto 100%
    }
}

body .br-branding.betting {
    height: 1467px
}

body .br-branding.forexclub.forexclub-plus {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/branding/profit-real-2-950x150.jpg)!important*/
}

body .br-branding.ua-favbet {
    height: 470px
}

@media all and (max-width:950px) {
    body .br-branding.ua-favbet {
        height: 145px;
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/branding/favbet-bg-950.jpg)!important;*/
        background-size: auto 100%
    }
}

body .br-branding .top-br-fonbet-parimatch {
    width: 550px;
    margin: 0 auto;
    font: bold 18px Gotham;
    color: #000
}

body .br-branding .top-br-fonbet-parimatch .row1 span {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff
}

body .br-branding .top-br-fonbet-parimatch .row2 {
    margin-top: 10px;
    padding-right: 35px;
    text-align: right
}

body .br-branding .top-br-fonbet-parimatch .row2 span {
    font-size: 44px;
    color: #fff
}

body .br-branding .top-br-fonbet-parimatch .row3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px
}

body .br-branding .top-br-fonbet-parimatch .row3 img {
    height: 50px;
    margin-right: 50px
}

body .br-branding .top-br-fonbet-parimatch .row3 button {
    padding: 22px 50px
}

body .br-branding.am-vivaro {
    height: 1250px;
    background-color: transparent
}

@media all and (max-width:950px) {
    body .br-branding.am-vivaro {
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/branding/sport_bookmaker_ratings_bg3.jpg)!important;*/
        background-size: 100% auto
    }
}

body .br-branding.am-vivaro.stay {
    top: -180px
}

body .br-branding.ua-pm {
    height: 1360px
}

body .br-branding.ua-pm .butt {
    background-color: #3b86c4!important
}

body .br-branding.ua-pm .br-top-link ul {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px
}

body .br-branding.ua-pm.stay {
    top: -490px
}

body .br-branding.stay {
    position: fixed;
    top: -535px
}

body .br-branding:hover {
    text-decoration: none
}

@media all and (max-width:950px) {
    body .br-branding {
        top: 56px
    }
    body .br-branding ul br {
        display: none
    }
}

@media all and (max-width:500px) {
    body .br-branding .butt, body .br-branding ul {
        font-size: 18px!important
    }
}

@media all and (max-width:500px) {
    body .br-branding .br-top-link {
        padding: 0 8px
    }
    body .br-branding .br-top-link>img {
        width: 130px!important
    }
    body .br-branding .br-top-link>ul {
        margin: 0!important
    }
}

.br-branding.euro-2016-br {
    height: 950px
}

.br-branding.fonbet-parimatch {
    height: 610px;
    background-color: initial
}

@media all and (max-width:1024px) {
    .br-branding.fonbet-parimatch {
        display: none!important
    }
}

body.has-branding {
    position: relative
}

body.has-branding #compare-popup {
    padding-bottom: 290px
}

body.has-branding .content .sidebar-left-menu {
    top: 3px;
    left: 3px;
    height: -webkit-calc(100% - 3px);
    height: calc(100% - 3px)
}

body.has-branding .content .sidebar-left-menu .swiper-slide {
    height: auto
}

body.has-branding .content.inner {
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 220px;
    background-color: #f5f5f5;
    z-index: 2
}

body.has-branding.branding-1xbet .content.inner {
    margin-top: 200px
}

@media all and (max-width:600px) {
    body.has-branding.branding-1xbet .content.inner {
        margin-top: 140px
    }
}

body.has-branding.branding-1xbet .brandingWrapper {
    height: 150px;
    margin-bottom: 0
}

@media all and (max-width:500px) {
    body.has-branding.branding-1xbet .brandingWrapper {
        height: 140px
    }
}

body.has-branding.branding-winline-2017 {
    background-color: #000
}

body.has-branding.branding-winline-2017 .br-side-link {
    background-color: transparent;
    top: 250px;
    width: 158px
}

body.has-branding.branding-winline-2017 .br-side-link.left {
    margin-left: -660px
}

body.has-branding.branding-winline-2017 .br-side-link.right {
    margin-left: 660px
}

body.has-branding.branding-winline-2017 .socials-container.socials-top-page {
    top: 500px
}

body.has-branding.branding-winline-2017 .brandingWrapper {
    margin-top: 10px;
    height: 150px
}

@media all and (max-width:950px) {
    body.has-branding.branding-winline-2017 .content.inner {
        margin-top: 150px
    }
    body.has-branding.branding-winline-2017>.br-branding {
        top: 55px;
        height: 150px;
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/branding/winline-sportcar-bg-950.png?v=17011310)!important;*/
        background-size: auto 100%
    }
    body.has-branding.branding-winline-2017.single-forecast .content.inner, body.has-branding.branding-winline-2017.single-post .content.inner {
        margin-top: 0
    }
    body.has-branding.branding-winline-2017.single-forecast>.br-branding, body.has-branding.branding-winline-2017.single-post>.br-branding {
        display: none!important
    }
}

@media all and (max-width:1460px) {
    body.has-branding.branding-winline-2017>.br-side-link {
        display: none!important
    }
}

body.has-branding.branding-rbbet {
    background-color: #000
}

body.has-branding.branding-rbbet .br-branding.rbbet {
    background-color: transparent
}

@media all and (max-width:950px) {
    body.has-branding.branding-rbbet .content.inner {
        margin-top: 150px
    }
}

body.has-branding.branding-rbbet .brandingWrapper {
    height: 150px
}

body.has-branding .br-branding .mobile {
    display: none
}

@media all and (max-width:950px) {
    body.has-branding .content .sidebar-left-menu {
        left: 0
    }
    body.has-branding .content.inner {
        padding: 3px 0 0 0
    }
}

@media all and (max-width:500px) {
    body.has-branding .br-branding {
        z-index: 10
    }
    body.has-branding .content.inner {
        z-index: 11;
        margin-top: 190px
    }
}

body.has-branding .ua-favbet.br-side-link {
    top: 250px;
    height: auto;
    background-color: transparent
}

body.has-branding .ua-pm.br-side-link img {
    margin: 15px auto
}

body.has-branding .ua-pm.br-side-link ul {
    text-transform: uppercase;
    font-size: 14px
}

body.has-branding .ua-pm.br-side-link .butt {
    margin-top: 50px
}

body.has-branding .br-side-link, body.has-branding .br-top-link {
    font-family: "Bebas Neue Regular", Gotham
}

body.has-branding .br-side-link .butt, body.has-branding .br-top-link .butt {
    padding-top: 12px;
    padding-bottom: 7px
}

body.has-branding .br-side-link strong, body.has-branding .br-top-link strong {
    font-weight: 400;
    font-family: "Bebas Neue Bold"
}

body.has-branding .side-br-fonbet-parimatch {
    font: bold 15px Gotham
}

body.has-branding .side-br-fonbet-parimatch .row1 span {
    margin-bottom: 10px;
    color: #fff
}

body.has-branding .side-br-fonbet-parimatch .row2 {
    margin-top: 7px
}

body.has-branding .side-br-fonbet-parimatch .row2 span {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 34px;
    color: #fff
}

body.has-branding .side-br-fonbet-parimatch img {
    height: 25px;
    margin-top: 12px
}

body.has-branding .side-br-fonbet-parimatch button {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px
}

body.has-branding .br-top-link {
    max-width: 1160px;
    margin: 15px auto;
    height: 183px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.has-branding .br-top-link>.butt, body.has-branding .br-top-link>img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px
}

body.has-branding .br-top-link>img {
    width: 100%
}

body.has-branding .br-top-link>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 24px;
    line-height: 28px;
    margin: 7px 45px 0 45px;
    color: #fff
}

body.has-branding .br-top-link>ul>li {
    text-align: center
}

body.has-branding .br-top-link>ul strong {
    display: block
}

@media all and (max-width:1050px) {
    body.has-branding .br-top-link>ul {
        margin-left: 15px;
        margin-right: 15px
    }
}

body.has-branding .br-top-link>.butt {
    font: 30px "Bebas Neue Bold";
    background-color: #ff924a;
    text-align: center;
    color: #fff
}

body.has-branding .br-top-link>.mobile {
    display: none
}

body.has-branding .br-side-link {
    position: fixed;
    top: 160px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 130px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
    text-decoration: none
}

body.has-branding .br-side-link.show {
    opacity: 1
}

body.has-branding .br-side-link>img {
    margin-bottom: 5px
}

body.has-branding .br-side-link div, body.has-branding .br-side-link span {
    display: inline-block
}

body.has-branding .br-side-link ul>img {
    margin: 5px auto
}

body.has-branding .br-side-link>.butt {
    margin-top: 10px;
    background-color: #43a047;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Bebas Neue Bold"
}

body.has-branding .br-side-link.left {
    margin-left: -660px
}

body.has-branding .br-side-link.right {
    margin-left: 660px
}

body.has-branding.branding-am-vivaro .brandingWrapper {
    margin: 10px -10px;
    height: 160px
}

body.has-branding.branding-am-vivaro .brandingWrapper .am-vivaro ul {
    margin: 0
}

@media all and (max-width:950px) {
    body.has-branding.branding-ua-favbet .content.inner {
        margin-top: 145px
    }
}

body.has-branding.branding-ua-favbet .brandingWrapper {
    height: 145px
}

body.has-branding.branding-ua-favbet .brandingWrapper .br-branding {
    height: 145px
}

body.has-branding .brandingWrapper {
    display: none;
    position: relative;
    height: 220px;
    overflow: hidden;
    margin: -10px 0
}

body.has-branding .brandingWrapper .br-branding {
    top: 0;
    height: 100%
}

@media all and (max-width:500px) {
    body.has-branding .brandingWrapper {
        height: 200px
    }
}

@media all and (max-width:1200px) {
    body.has-branding .br-top-link {
        max-width: 92%
    }
    body.has-branding .br-top-link>.butt, body.has-branding .br-top-link>img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px
    }
    body.has-branding .br-side-link {
        display: none
    }
}

@media all and (max-width:1050px) {
    body.has-branding .br-top-link>img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0;
        flex: 0 0
    }
}

@media all and (max-width:950px) {
    body.has-branding .brandingWrapper {
        display: block
    }
    body.has-branding.branding-am-vivaro.single-post>.br-branding {
        display: none!important
    }
    body.has-branding.branding-am-vivaro.single-post .content.inner {
        margin-top: 0
    }
    body.has-branding.single-forecast>.br-branding {
        display: none!important
    }
    body.has-branding.single-forecast .content.inner {
        margin-top: 0
    }
    body.has-branding.single-forecast .br-top-link .butt {
        margin-left: 80px
    }
}

@media all and (max-width:950px) and (max-width:768px) {
    body.has-branding.single-forecast .br-top-link .butt {
        margin-left: 20px
    }
}

@media all and (max-width:950px) {
    body.has-branding .br-top-link {
        display: block;
        text-align: center
    }
    body.has-branding .br-top-link>img {
        position: relative;
        top: 10px;
        width: 200px
    }
    body.has-branding .br-top-link .butt {
        font-size: 26px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        margin-left: 20px
    }
    body.has-branding .br-top-link .mobile {
        display: inline-block
    }
    body.has-branding .br-top-link .ddesktop {
        display: none
    }
    body.has-branding .br-top-link>ul {
        text-align: center;
        display: block;
        font-size: 18px
    }
    body.has-branding .br-top-link>ul strong {
        display: inline-block
    }
    body.has-branding .br-top-link>ul>li {
        display: inline-block;
        margin: 8px 7px 0 7px
    }
    body.has-branding .br-top-link>ul>li:first-child, body.has-branding .br-top-link>ul>li:last-child {
        display: block
    }
}

@media all and (max-width:700px) {
    body.has-branding .br-top-link>img {
        width: 150px
    }
}

@media all and (max-width:400px) {
    body.has-branding .br-top-link>img {
        top: 6px;
        width: 160px
    }
    body.has-branding .br-top-link .butt {
        font-size: 24px
    }
}

body.has-branding .side-br-am-vivaro {
    margin-top: 160px
}

body.has-branding .side-br-am-vivaro img {
    width: 100px
}

body.has-branding .side-br-am-vivaro div {
    padding: 10px 0;
    font: bold 18px/20px Gotham;
    text-transform: uppercase;
    text-align: center;
    background-color: #7e0c49;
    color: #fff
}

body.has-branding .top-br-am-vivaro {
    padding-top: 40px;
    color: #fff;
    border-bottom: 2px solid #7e0c49
}

body.has-branding .top-br-am-vivaro .bottom-bg {
    background-color: rgba(50, 5, 30, .5);
    height: 30px
}

body.has-branding .top-br-am-vivaro .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, .35)
}

body.has-branding .top-br-am-vivaro .wrap .left, body.has-branding .top-br-am-vivaro .wrap .right {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

body.has-branding .top-br-am-vivaro .wrap .left {
    -ms-flex-item-align: start;
    align-self: flex-start
}

body.has-branding .top-br-am-vivaro .wrap .left img {
    position: absolute;
    top: 13px;
    left: 0
}

body.has-branding .top-br-am-vivaro .wrap .right div {
    font: bold 18px/46px Gotham;
    text-transform: uppercase;
    text-align: center;
    background-color: #7e0c49
}

body.has-branding .top-br-am-vivaro .wrap .middle {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

body.has-branding .top-br-am-vivaro .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.has-branding .top-br-am-vivaro .wrap ul li {
    position: relative;
    padding: 0 40px;
    text-align: center
}

body.has-branding .top-br-am-vivaro .wrap ul li:first-child {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

body.has-branding .top-br-am-vivaro .wrap ul li+li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    background-color: #7e0c49;
    content: ''
}

body.has-branding .top-br-am-vivaro .wrap ul li div {
    font: 18px Gotham
}

body.has-branding .top-br-am-vivaro .wrap ul li div.bold {
    font: bold 18px Gotham;
    text-transform: uppercase
}

@media all and (max-width:1200px) {
    body.has-branding .top-br-am-vivaro .middle ul li {
        padding: 0 20px
    }
    body.has-branding .top-br-am-vivaro .middle ul li:first-child {
        -ms-flex-preferred-size: initial;
        flex-basis: initial
    }
    body.has-branding .top-br-am-vivaro .wrap .left, body.has-branding .top-br-am-vivaro .wrap .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px
    }
    body.has-branding .top-br-am-vivaro .bottom-bg {
        height: 21px
    }
}

@media all and (max-width:950px) {
    body.has-branding .top-br-am-vivaro {
        padding-top: 10px;
        border: none
    }
    body.has-branding .top-br-am-vivaro .botton-bg, body.has-branding .top-br-am-vivaro .wrap {
        border: none!important;
        background-color: initial
    }
    body.has-branding .top-br-am-vivaro .bottom-bg {
        display: none
    }
    body.has-branding .top-br-am-vivaro .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    body.has-branding .top-br-am-vivaro .wrap .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px
    }
}

@media all and (max-width:950px) and (max-width:400px) {
    body.has-branding .top-br-am-vivaro .wrap .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }
}

@media all and (max-width:950px) {
    body.has-branding .top-br-am-vivaro .wrap .left img {
        position: relative;
        top: initial;
        width: 100px
    }
}

@media all and (max-width:950px) and (max-width:500px) {
    body.has-branding .top-br-am-vivaro .wrap .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px
    }
}

@media all and (max-width:950px) {
    body.has-branding .top-br-am-vivaro .wrap .right div {
        position: relative;
        top: -10px;
        padding: 0 10px
    }
    body.has-branding .top-br-am-vivaro .left, body.has-branding .top-br-am-vivaro .right {
        display: inline-block
    }
    body.has-branding .top-br-am-vivaro .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    body.has-branding .top-br-am-vivaro .middle {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    body.has-branding .top-br-am-vivaro .middle ul {
        display: block
    }
    body.has-branding .top-br-am-vivaro .middle ul li {
        display: block;
        padding: 0
    }
    body.has-branding .top-br-am-vivaro .middle ul li::before {
        display: none
    }
    body.has-branding .top-br-am-vivaro .middle ul li div {
        display: inline-block;
        font: 15px Gotham
    }
    body.has-branding .top-br-am-vivaro .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    body.has-branding .top-br-am-vivaro .right div {
        display: inline-block
    }
}

@media all and (max-width:1024px) {
    body.has-branding.branding-euro .content.inner {
        margin-top: 10px!important
    }
    body.has-branding.branding-euro .content.inner .brandingWrapper {
        display: none
    }
    .br-branding.euro-2016-br {
        display: none!important
    }
}

@media all and (max-width:1024px) {
    body.has-branding.branding-euro .content.inner {
        margin-top: 5px!important
    }
}

@media all and (min-width:1025px) {
    body.branding-fontbet-parimatch {
        background-color: #faae00!important
    }
}

body.branding-1xbet .wrapper.page-content {
    background-color: transparent
}

@media all and (min-width:950px) {
    body.branding-1xbet {
        background-color: #161f37!important
    }
    body.branding-1xbet .br-branding.b1xbet {
        background-color: transparent
    }
}

body.branding-ua-favbet {
    background-color: #070723
}

body.branding-am-vivaro .wrapper.page-content {
    background-color: transparent
}

@media all and (min-width:950px) {
    body.branding-am-vivaro {
        background-color: #0d101a!important
    }
}

@media all and (max-width:950px) {
    body.branding-am-vivaro .am-vivaro {
        background-color: #0d101a!important;
        height: 150px;
        background-size: 100% auto;
        background-position: center center
    }
    body.branding-am-vivaro .content.inner {
        margin-top: 150px
    }
}

#avp_zid_495 {
    font-size: 0!important
}

@media all and (max-width:1200px) {
    #avp_zid_495 {
        display: none!important
    }
}

.factor-value::after {
    content: attr(data-factor-dec)
}

.show-fract .factor-value::after {
    content: attr(data-factor-fract)
}

.show-american .factor-value::after {
    content: attr(data-factor-american)
}

.bottom-float-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 25;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.bottom-float-banner .close-button {
    display: block;
    position: relative;
    height: 28px;
    width: 100%
}

.bottom-float-banner .close-button::after {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0;
    font-weight: 700;
    font: 25px icomoon;
    content: '\e915';
    z-index: 25;
    color: #333
}

.bottom-float-banner .close-button::before {
    position: absolute;
    top: 3px;
    right: 1px;
    content: '';
    z-index: 25;
    background-color: #fff;
    border-radius: 15px;
    width: 23px;
    height: 23px
}

.bottom-float-banner .block-img {
    position: relative;
    height: 60px;
    left: 85px;
    width: 1004px
}

.bottom-float-banner .block-img .banner-img {
    position: absolute;
    background: no-repeat 50% 50%;
    background-color: transparent;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/fb_1004x60.gif?v=28021400);*/
    background-size: contain;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.bottom-float-banner .block-img .banner-img a {
    outline: 0;
    display: block;
    width: 100%;
    height: 100%
}

@media all and (max-width:650px) {
    .bottom-float-banner .block-img .banner-img {
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/fb_480x60.gif?v=28021400)*/
    }
}

@media all and (min-width:1195px) {
    .bottom-float-banner .close-button {
        left: 85px
    }
}

@media all and (max-width:1195px) {
    .bottom-float-banner .block-img {
        left: 0
    }
}

@media all and (max-width:1025px) {
    .bottom-float-banner .close-button {
        position: initial
    }
}

@media all and (max-width:1195px) {
    .bottom-float-banner.home .close-button {
        right: 85px
    }
}

.bottom-float-banner.home .block-img {
    width: 1174px;
    left: 0
}

@media all and (min-width:1195px) {
    .bottom-float-banner.home .close-button {
        left: 0
    }
    .bottom-float-banner.home .block-img .banner-img {
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/fb_1174x60.gif?v=28021400)*/
    }
}

.content-middle {
    margin: 0 8px 0 0
}

.content-full {
    margin: 0 0 0 170px
}

@media all and (max-width:1024px) {
    .content-full {
        margin: 0 0 0 21%
    }
}

@media all and (max-width:950px) {
    .content-full {
        margin: 0 0 0 30%
    }
}

@media all and (max-width:500px) {
    .content-full {
        margin: 0
    }
}

.content.inner {
    padding: 0
}

img {
    max-width: 100%!important;
    height: auto
}

a {
    color: #00ace8
}

.bmr-tt-arrow, .bmr-tt-body {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
}

.bmr-tt-body {
    border: 1px solid #f5f5f5;
    padding: 7px 15px;
    text-align: center;
    font: 13px/16px 'Open Sans Italic';
    z-index: 9998
}

.bmr-tt-arrow {
    z-index: 9999;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.has-spinner {
    position: relative
}

.has-spinner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    z-index: 1000
}

.has-spinner::after {
    content: "\e60b";
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1001;
    font-size: 30px;
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #4271b5
}

.has-spinner.pos-middle::after {
    -webkit-animation: spin-middle 2s infinite linear;
    animation: spin-middle 2s infinite linear;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.has-spinner.pos-top::after {
    top: 27px
}

.has-spinner.pos-bottom::after {
    top: auto;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.has-spinner.white:after {
    color: #fff
}

.has-spinner.clear-white::before {
    content: none
}

.has-spinner.clear-white:after {
    color: #fff
}

@keyframes spin-middle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(359deg);
        transform: translate(-50%, -50%) rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.select-bookmakers-popup .havenot-accounts {
    background-color: #131313
}

.user-bookmakers {
    margin-top: 25px
}

.user-bookmakers.books-popup .book-wrap>* {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}

@media all and (max-width:750px) {
    .user-bookmakers.books-popup .book-wrap>* {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%
    }
}

@media all and (max-width:500px) {
    .user-bookmakers.books-popup .book-wrap>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.user-bookmakers.author-info {
    margin-top: 15px
}

.user-bookmakers.author-info .book-wrap>* {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%
}

@media all and (max-width:1200px) {
    .user-bookmakers.author-info .book-wrap>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.user-bookmakers.forecast-author-info {
    margin-top: 0
}

.user-bookmakers.forecast-author-info .book-wrap>* {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

@media all and (max-width:1200px) {
    .user-bookmakers.forecast-author-info .book-wrap>* {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%
    }
}

@media all and (max-width:750px) {
    .user-bookmakers.forecast-author-info .book-wrap>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.user-bookmakers .book-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.user-bookmakers .book-wrap.links .one-book {
    border: 1px solid #f0f0f0!important
}

.user-bookmakers .book-wrap.links .one-book:hover {
    border-color: #3b86c4!important
}

.user-bookmakers .book-wrap>* {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 5px 10px 5px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    cursor: pointer;
    color: #131313
}

.user-bookmakers .book-wrap>.user-added i.icon-close {
    display: block!important
}

.user-bookmakers .book-wrap>* .one-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 1px solid #f0f0f0
}

.user-bookmakers .book-wrap>* .one-book i.icon-close {
    display: none;
    margin-right: 4px;
    background-color: #fff;
    color: #7d7d7d;
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s
}

.user-bookmakers .book-wrap>* .one-book-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 83%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.user-bookmakers .book-wrap>* .one-book-inner>* {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s
}

.user-bookmakers .book-wrap>* .one-book-inner>span {
    padding-left: 8px;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px 'Open Sans Semibold'
}

.user-bookmakers .book-wrap>.active .one-book, .user-bookmakers .book-wrap>:hover .one-book {
    border-color: #3b86c4
}

.user-bookmakers .book-wrap>:hover .one-book-inner>* {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1
}

.user-bookmakers .book-wrap>:hover i.icon-close {
    opacity: 1
}

.user-bookmakers .book-wrap>.active .one-book-inner>* {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.user-bookmakers .book-wrap>* img {
    max-height: 35px;
    max-width: 120px!important
}

@media all and (max-width:400px) {
    .user-bookmakers .book-wrap>* img {
        max-width: 90px!important
    }
}

@media all and (max-width:1200px) {
    .user-bookmakers .book-wrap>* {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%
    }
}

@media all and (max-width:750px) {
    .user-bookmakers .book-wrap>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.user-bookmakers .cool-select .dropdown {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px)
}

.user-bookmakers .cool-select::after {
    right: 15px;
    border-width: 7px 6px 0 6px
}

.user-bookmakers .more-books {
    font: bold 15px Gotham;
    color: #00ace8;
    text-decoration: underline
}

.fx-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 22222;
    overflow: auto
}

.fx-popup .wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 770px;
    margin: 110px 0;
    padding: 0 25px 25px 25px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fx-popup.open {
    display: block;
    background-color: rgba(0, 0, 0, .5)
}

.fx-popup .h2 {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fx-popup .h2>.icon-close {
    position: absolute;
    right: -8px;
    top: 20px;
    font-size: 26px;
    cursor: pointer
}

.fx-popup .h2.blue-border {
    border-bottom: 4px solid #3b86c4
}

.fx-popup .actions {
    margin-top: 20px;
    text-align: center
}

.fx-popup .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fx-popup .actions button {
    padding: 12px 40px!important
}

.fx-popup .actions button+button {
    margin-left: 15px
}

@media all and (max-width:950px) {
    .fx-popup .actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .fx-popup .actions button+button {
        margin-top: 10px;
        margin-left: 0
    }
    .fx-popup .actions.reverse-tablet-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .fx-popup .actions.reverse-tablet-actions button+button {
        margin: 0 0 10px 0
    }
}

.miniatures-slider-container {
    position: relative;
    overflow: hidden
}

.miniatures-slider-container.view-mobile .view-list .no-image .block-content {
    height: 274px
}

.miniatures-slider-container.view-mobile .view-list .post-thumb .post-heading {
    height: 274px
}

.miniatures-slider-container.single-row .miniatures-slider-wrapper, .miniatures-slider-container.slider-started .miniatures-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.miniatures-slider-container.single-row .block-item, .miniatures-slider-container.slider-started .block-item {
    display: block!important;
    float: initial;
    width: auto;
    margin-bottom: 0
}

.miniatures-slider-container.single-row .block-item .block-content, .miniatures-slider-container.slider-started .block-item .block-content {
    padding: 0
}

@media all and (max-width:640px) {
    .miniatures-slider-container.single-row.one-post .block-item, .miniatures-slider-container:not(.single-row).one-post .block-item {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important
    }
}

@media all and (max-width:1200px) {
    .miniatures-slider-container.single-row .block-item {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 250px!important;
        flex: 0 0 250px!important
    }
}

.miniatures-slider-container.single-row:not(.slider-started) .block-item+.block-item {
    margin-left: 8px
}

.miniatures-slider-container.single-row:not(.slider-started).limit-3 .block-item {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%
}

.miniatures-slider-container.single-row:not(.slider-started).limit-4 .block-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.miniatures-slider-container.slider-started .block-item {
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 370px!important;
    flex: 0 0 370px!important
}

@media all and (max-width:500px) {
    .miniatures-slider-container.slider-started .block-item {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 240px!important;
        flex: 0 0 240px!important
    }
}

.miniatures-slider-container .slider-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    margin: 0;
    z-index: 90;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    background: linear-gradient(90deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    opacity: 0
}

.miniatures-slider-container .slider-nav::before {
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    color: #fff;
    z-index: 91
}

.miniatures-slider-container .slider-nav.icon-right {
    left: initial;
    right: 0;
    text-align: right;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.miniatures-slider-container .slider-nav.icon-right::before {
    right: 7px
}

.miniatures-slider-container.slider-started .slider-nav {
    display: block;
    opacity: 1
}

.miniatures-slider-container.slider-started.end .slider-nav.icon-right, .miniatures-slider-container.slider-started.start .slider-nav.icon-left {
    opacity: 0;
    pointer-events: none
}

.content-middle .review-block .block-content p a:visited, .use-default-ui a:not(.button-default):visited {
    color: #8868c0
}

.posts-block-not-found.no-forecasts-badge {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 5px;
    background: #fff
}

.posts-block-not-found.no-forecasts-badge i {
    color: #bababa;
    font-size: 36px;
    display: block
}

.posts-block-not-found.no-forecasts-badge .notification-image {
    display: block;
    margin: 10px auto
}

@media all and (max-width:950px) {
    .posts-block-not-found.no-forecasts-badge br {
        display: inline;
        content: ' '
    }
    .posts-block-not-found.no-forecasts-badge br:after {
        content: ' '
    }
}

.post-meta-coefficient .coefficient-symbol {
    font-size: 12px;
    color: #bababa;
    font-style: normal
}

.post-meta-coefficient .coefficient-symbol.forecast-single-view {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-right: 3px
}

.sidebar-right-widgets .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow: hidden
}

.sidebar-right-widgets .icon-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 6.25px
}

.sidebar-right-widgets .icon-social:first-child {
    margin-left: 0
}

.sidebar-right-widgets .icon-social:hover {
    text-decoration: none
}

.sidebar-right-widgets .icon-social .icon {
    font-size: 23px;
    display: block;
    width: 40px;
    height: 40px;
    background: #3791ba;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.sidebar-right-widgets .icon-social .icon-social-vk {
    background: #45668e
}

#social .icon-social-vk {
    background: #45668e
}

.sidebar-right-widgets .icon-social .icon-social-fb {
    background: #3b5998
}

#social .icon-social-fb {
    background: #3b5998
}

.sidebar-right-widgets .icon-social .icon-google-logo {
    background: #dd4b39
}

#social .icon-google-logo {
    background: #dd4b39
}

.sidebar-right-widgets .icon-social .icon-instagram1 {
    background: #2a3f8c
}

#social .icon-instagram1 {
    background: #2a3f8c
}

.sidebar-right-widgets .icon-social .icon-social-youtube {
    background: #b00
}

#social .icon-social-youtube {
    background: #b00
}

.sidebar-right-widgets .icon-social .icon-social-twitter {
    background: #00aced
}

#social .icon-social-twitter {
    background: #00aced
}

.sidebar-right-widgets .icon-social .icon-social-pinterest {
    background: #cb2027
}

#social .icon-social-pinterest {
    background: #cb2027
}

.aligncenter, .alignleft, .alignnone, .alignright {
    margin-top: 7px;
    max-width: 100%
}

.alignnone {
    width: 100%
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.alignleft img, .alignright img {
    margin-bottom: 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img[class*=wp-image-] {
    margin-bottom: 15px
}

.wp-caption {
    position: relative;
    font-size: 0;
    margin-bottom: 15px
}

.wp-caption.aligncenter, .wp-caption.alignnone {
    width: 100%!important
}

@media all and (min-width:600px) {
    .wp-caption.alignleft, .wp-caption.alignright {
        margin-bottom: 0!important
    }
}

@media all and (max-width:599px) {
    .wp-caption.alignleft, .wp-caption.alignright {
        width: 100%!important
    }
}

.wp-caption img {
    width: 100%;
    margin-bottom: 0
}

.wp-caption p.wp-caption-text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: italic 14px "Open Sans";
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff
}

.text-fade {
    position: relative;
    overflow: hidden
}

.text-fade:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 22.5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none
}

.no-image .text-fade {
    height: 126px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.has-image .text-fade {
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.image-gradient {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/gradient.png);*/
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(53%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 53%);
    background-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 53%);
    background-size: contain
}

.posts-block-container {
    width: auto;
    display: block;
    overflow: hidden
}

.posts-block {
    overflow: hidden;
    margin: 0 -5px
}

.block-item.complain-item {
    width: 50%;
    display: block;
    float: left;
    height: 150px;
    margin-bottom: 8px;
    padding-left: 4px;
    position: relative;
    padding-right: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.block-item.complain-item .block-content {
    padding: 10px 15px;
    overflow: hidden;
    height: auto!important;
    background: #fff;
    bottom: 0;
    top: 0;
    left: 4px;
    right: 4px;
    position: absolute
}

.block-item.complain-item .block-content .h4 {
    margin: 10px 0 10px
}

.block-item.complain-item .block-content .complain-item-bottom {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #eaeaea;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font: 13px/40px Gotham, sans-serif;
    z-index: 1;
    left: 15px;
    right: 15px
}

.block-item.complain-item .block-content .complain-item-bottom .round-status {
    width: 15px;
    margin-bottom: -3px;
    height: 15px;
    border-radius: 50%;
    display: inline-block
}

.block-item.complain-item .block-content .complain-item-bottom .complain-item-status {
    padding-left: 5px;
    margin-right: 10px
}

.block-item.complain-item a {
    color: #131313
}

.block-item.complain-item a:hover {
    text-decoration: none;
    color: #131313
}

.block-item.complain-item .post-meta-item {
    font-family: Gotham, sans-serif;
    font-size: 12px;
    color: #555;
    line-height: 40px;
    margin-right: 10px;
    vertical-align: middle
}

.block-item.complain-item .post-meta-item .icon-new {
    margin-right: 0;
    vertical-align: sub;
    color: #bababa
}

.block-item.complain-item .post-meta-item .post-meta-currency {
    font-family: GothamBold, sans-serif!important;
    font-size: 12px;
    vertical-align: inherit;
    top: 0
}

.block-item.complain-item .post-meta-item .post-meta-currency-homepage {
    line-height: 40px!important
}

@media all and (max-width:1024px) {
    .block-item.complain-item {
        width: 100%
    }
    .block-item.complain-item:nth-child(5n+1) {
        height: 150px
    }
    .block-item.complain-item:nth-child(5n+1) .text-fade {
        display: none
    }
    .block-item.complain-item .block-content {
        position: relative;
        padding: 10px 15px 0;
        min-height: 135px
    }
    .block-item.complain-item .block-content .h4 {
        margin: 10px 0 20px
    }
    .block-item.complain-item .block-content .complain-item-bottom {
        position: relative;
        top: 25px;
        left: auto;
        right: auto;
        width: 100%
    }
}

.posts-block-not-found {
    padding: 0 0 12px 12px
}

.JAL .block-item a .h2 {
    color: #fff
}

.JAL .post-meta-item>i {
    top: 0
}

.JAL .no-image .post-thumb .post-heading {
    background-color: inherit
}

.block-item {
    display: block;
    float: left;
    width: 25%;
    margin: 0 0 10px;
    position: relative
}
@media all and (max-width:1024px) {
    .block-item {
        width: 33.33%;
    }
}
@media all and (max-width:650px) {
    .block-item {
        width: 100%;
    }
}

.block-item a:hover {
    text-decoration: none!important
}

.block-item .post-data {
    background-color: #fff
}

.block-content {
    position: relative;
    padding: 0 5px
}

.block-content .post-thumb {
    height: 290px;
    position: relative
}

.block-content .post-meta {
    position: relative;
    height: 40px;
    padding: 0 12px
}

.post-heading-container {
    display: table;
    width: 100%
}

.post-heading {
    text-align: left;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.post-heading .h2 {
    font-size: 21px;
    margin-bottom: 0;
    line-height: 1;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
    font-weight: 400
}

.view-grid .shortened-meta.has-image .post-heading {
    vertical-align: top;
    padding-top: 12px;
    height: 130px
}

.view-grid .shortened-meta.no-image .post-heading {
    height: 330px
}

.view-grid .shortened-meta.no-image .post-meta {
    display: block
}

.view-grid .shortened-meta .post-meta {
    display: none
}

.post-excerpt {
    word-wrap: break-word;
    height: 100px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 1px
}

.post-excerpt p {
    font: 14px/21px "Open Sans", sans-serif;
    color: #131313
}

.block-item .image {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.block-item .image .autoplay {
    color: #fff;
    font-size: 45px;
    left: 50%;
    position: absolute;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .35);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color, .3s;
    transition: color, .3s;
    z-index: 10
}

.block-item .image .autoplay:hover {
    text-decoration: none
}

.block-item .image .autoplay::after {
    content: "\e63a"
}

.no-image .image {
    display: table;
    width: 100%
}

.no-image .post-thumb {
    height: 290px
}

.no-image .post-thumb .post-heading {
    color: #000;
    text-align: left;
    font: 21px "Open Sans", sans-serif;
    height: 290px;
    background-color: #fff
}

.no-image .post-thumb .post-heading .h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 400;
    padding: 0 15px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.no-image .post-data .post-heading {
    display: none
}

.no-image .post-excerpt {
    height: 166px
}

.has-image .post-thumb {
    height: 200px
}

.has-image .post-thumb .post-heading {
    display: none
}

.has-image .post-data .post-heading {
    height: 90px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #3b3b3b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.has-image .post-data .post-heading .h2 {
    margin: 0;
    font-size: 16px;
    padding: 0 10px;
}

.view-grid .post-excerpt {
    display: none
}

.view-grid .post-thumb .post-heading .h2 {
    margin-top: 40px
}

.view-list .block-item {
    width: 100%
}

.view-list .block-content {
    height: 200px
}

.view-list .post-thumb {
    float: left;
    height: 100%;
    width: 250px
}

.view-list .post-thumb a:hover {
    text-decoration: none
}

.view-list .post-data {
    height: 100%;
    overflow: hidden
}

.view-list .post-thumb .post-heading {
    height: 200px
}

.view-list .has-image .post-data .post-heading {
    height: 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #2d2d2d;
    display: table-cell;
    width: 100%
}

.view-list .has-image .post-data .post-heading .h2 {
    vertical-align: middle
}

.view-list .cat-badge {
    right: auto;
    left: 0
}

.view-list .no-image .post-excerpt {
    white-space: normal
}

.cat-badge {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    padding: 5px 10px 2px 10px;
    z-index: 2;
    color: #fff;
    font: 10px/14px GothamMed, sans-serif;
    text-transform: uppercase
}

.block-content .moder-awating, .block-content .moder-failed, .block-content .user-choice {
    position: absolute;
    right: 5px;
    bottom: -1px;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 10
}

.block-content .moder-awating::before, .block-content .moder-failed::before, .block-content .user-choice::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    background-color: #43a047;
    border-radius: 50%;
    content: ''
}

.block-content .moder-awating>i, .block-content .moder-failed>i, .block-content .user-choice>i {
    position: relative;
    color: #fff;
    font: 16px/48px icomoon
}

.block-content .moder-failed:before {
    background-color: #d71015!important
}

.block-content .moder-awating:before {
    background-color: #f27046!important
}

.block-content .moder-failed:after {
    content: '';
    background-color: #fff;
    height: 1px;
    width: 40px;
    -webkit-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    transform: rotate(145deg);
    position: absolute;
    left: 1px;
    bottom: 45%
}

.block-content .moder-awating>i, .block-content .moder-failed>i {
    top: 1px
}

.view-grid .has-image .moder-awating, .view-grid .has-image .moder-failed, .view-grid .has-image .user-choice {
    bottom: 107px
}

.view-grid .no-image .moder-awating, .view-grid .no-image .moder-failed, .view-grid .no-image .user-choice {
    right: initial;
    bottom: initial;
    top: 15px;
    left: 5px
}

@media all and (min-width:950px) and (max-width:1100px) {
    .view-list .moder-awating, .view-list .moder-failed, .view-list .user-choice {
        right: initial;
        bottom: -1px;
        top: initial;
        left: 5px
    }
}

.post-meta-item {
    font: 11px/40px Gotham, sans-serif;
    color: #555;
    margin-right: 10px;
    vertical-align: middle
}

.post-meta-item>i {
    position: relative;
    top: -1px;
    margin-right: 2px;
    color: #bababa;
    vertical-align: sub
}

.post-meta-item>i.icon-whistle {
    font-size: 18px
}

.post-meta-item>i.icon-eye {
    font-size: 16px
}

.post-meta-item>i.icon-bubbles {
    font-size: 14px
}

.post-meta-item .coeff-american, .post-meta-item .coeff-fract {
    display: none
}

.post-meta-item .post-meta-currency-homepage {
    font: bold 12px/40px Gotham!important;
    top: 0
}

.posts-manage-menu {
    font: 14px "Open Sans";
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative
}

.posts-manage-menu.without-sort {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.posts-manage-menu.has-bottom-border::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f1f2f2;
    content: ''
}

.posts-manage-menu>div {
    font-size: 0
}

.posts-manage-menu a {
    text-decoration: none
}

.posts-manage-menu span {
    display: inline-block;
    color: #a8a8a8;
    font: 14px "Open Sans";
    padding: 8px 0;
    margin: 4px 12px 0 12px;
    cursor: pointer;
    -webkit-transition: border .2s;
    transition: border .2s;
    border-bottom: 4px solid transparent
}

.posts-manage-menu span:hover {
    color: #555
}

.posts-manage-menu span.active {
    color: #131313;
    font: 14px "Open Sans Semibold";
    border-color: #3b86c4
}

.posts-manage-menu span.active>i {
    color: #3b86c4
}

.posts-manage-menu span>i {
    position: relative;
    top: 1px;
    margin-right: 5px
}

@media all and (max-width:1200px) {
    .posts-manage-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .posts-manage-menu .category-select, .posts-manage-menu .menuDropdown {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
}

@media all and (max-width:950px) {
    .posts-manage-menu .category-select, .posts-manage-menu .menuDropdown, .posts-manage-menu .sort-menu {
        border: none
    }
}

@media all and (max-width:650px) {
    .posts-manage-menu .sort-menu span {
        padding-left: 5px;
        padding-right: 5px
    }
    .posts-manage-menu>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .posts-manage-menu .manage-view-menu {
        display: none
    }
}

.show-fract .post-meta-coefficient .coeff-american, .show-fract .post-meta-coefficient .coeff-decimal {
    display: none
}

.show-fract .post-meta-coefficient .coeff-fract {
    display: inline-block
}

.show-american .post-meta-coefficient .coeff-decimal, .show-american .post-meta-coefficient .coeff-fract {
    display: none
}

.show-american .post-meta-coefficient .coeff-american {
    display: inline-block
}

.posts-banner {
    height: 330px
}

.posts-banner>a {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    background-repeat: no-repeat
}

.quiz-banner {
    background-color: #00264a;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/pages/quiz/assets/banner-1.png);*/
    background-size: auto 100%;
    background-position: 50%
}

@media all and (max-width:950px) {
    .quiz-banner {
        background-size: auto 110%!important;
        background-position: 50% 0!important
    }
}

.view-list .quiz-banner {
    background-size: 100% auto;
    background-position: 50% -80px
}

.banner-razminka {
    background-color: #000;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/razminka-banner-grid.png);*/
    background-position: 50%;
    background-size: auto 100%
}

.view-list .banner-razminka {
    background-position: center -85px;
    background-size: auto 167%
}

@media all and (max-width:950px) {
    .banner-razminka, .view-list .banner-razminka {
        background-position: center -85px;
        background-size: auto 124%
    }
}

.banner-mc {
    background-color: #000;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/banner-mc-yventus_755.png);*/
    background-position: 50%;
    background-size: auto 100%
}

.view-list .banner-mc {
    background-position: center -73px;
    background-size: auto 167%
}

@media all and (max-width:950px) {
    .banner-mc, .view-list .banner-mc {
        background-position: center -55px;
        background-size: auto 140%
    }
}

.banner-nostradamus {
    background-color: #000;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/nostradamus_755.png);*/
    background-position: 50%;
    background-size: auto 100%
}

.view-list .banner-nostradamus {
    background-position: center -69px;
    background-size: auto 167%
}

@media all and (max-width:950px) {
    .banner-nostradamus, .view-list .banner-nostradamus {
        background-position: center -55px;
        background-size: auto 140%
    }
}

.banner-ua-nostradamus {
    background-color: #000;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/ua-nostradamus-755x330.png);*/
    background-position: 50%;
    background-size: auto 100%
}

.view-list .banner-ua-nostradamus {
    background-position: center -69px;
    background-size: auto 167%
}

@media all and (max-width:950px) {
    .banner-ua-nostradamus, .view-list .banner-ua-nostradamus {
        background-position: center -55px;
        background-size: auto 140%
    }
}

.banner-coliseum {
    background-color: #000;
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/dar-coliseum-grid.png);*/
    background-position: 50%;
    background-size: auto 100%
}

.view-list .banner-coliseum {
    background-position: center -70px;
    background-size: auto 167%
}

@media all and (max-width:950px) {
    .banner-coliseum, .view-list .banner-coliseum {
        background-position: center;
        background-size: auto 100%
    }
}

.ladder1-banner {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/ladder2-row.png);*/
    background-size: auto 100%;
    background-position: 50%
}

.view-list .ladder1-banner {
    background-position: center -71px;
    background-size: 100% auto
}

@media all and (max-width:950px) {
    .ladder1-banner, .view-list .ladder1-banner {
        background-position: center 0;
        background-size: auto 110%
    }
}

.konkurs-banner {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/moneyfame-ua-banner-grid.png);*/
    background-size: auto 100%;
    background-position: 50%
}

.view-list .konkurs-banner {
    background-position: center -71px;
    background-size: 100% auto
}

@media all and (max-width:950px) {
    .konkurs-banner, .view-list .konkurs-banner {
        background-position: center 0;
        background-size: auto 110%
    }
}

.banner-odin {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/odin-grid.png);*/
    background-size: auto 100%;
    background-position: 50%
}

.view-list .banner-odin {
    background-size: 100% auto
}

@media all and (min-width:1180px) {
    .view-list .banner-odin {
        background-position: center -70px
    }
}

@media all and (max-width:650px) {
    .banner-odin, .view-list .banner-odin {
        background-size: auto 110%
    }
}

.banner-vk-subscribe {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/vk-subscribe-grid.png);*/
    background-size: auto 100%;
    background-position: 50%
}

.view-list .banner-vk-subscribe {
    background-size: 100% auto
}

@media all and (min-width:1180px) {
    .view-list .banner-vk-subscribe {
        background-position: center -70px
    }
}

@media all and (max-width:950px) {
    .banner-vk-subscribe, .view-list .banner-vk-subscribe {
        background-position: center 0;
        background-size: 100% 110%
    }
}

@media all and (max-width:650px) {
    .banner-vk-subscribe, .view-list .banner-vk-subscribe {
        background-position: center 0;
        background-size: auto 110%
    }
}

.banner-game {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/game-grid.png?v=27121900);*/
    background-size: auto 100%;
    background-position: 50%
}

.view-list .banner-game {
    background-size: 100% auto
}

@media all and (max-width:950px) {
    .banner-game, .view-list .banner-game {
        background-position: center 0;
        background-size: 100% 110%
    }
}

@media all and (max-width:650px) {
    .banner-game, .view-list .banner-game {
        background-position: center 0;
        background-size: auto 110%
    }
}

.banner-leon-heat {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/leon-heat-grid.jpg);*/
    background-size: auto 100%;
    background-position: 50%
}

.view-list .banner-leon-heat {
    background-size: 100% auto
}

@media all and (max-width:950px) {
    .banner-leon-heat, .view-list .banner-leon-heat {
        background-position: center 0;
        background-size: 100% 110%
    }
}

@media all and (max-width:650px) {
    .banner-leon-heat, .view-list .banner-leon-heat {
        background-position: center 0;
        background-size: auto 110%
    }
}

.wc2018-banner {
    /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/wc2018banner.png);*/
    background-size: auto 100%;
    background-position: 50%
}

.view-list .wc2018-banner {
    background-position: center -71px;
    background-size: 100% auto
}

@media all and (max-width:950px) {
    .view-list .wc2018-banner, .wc2018-banner {
        background-position: center 0;
        background-size: auto 110%
    }
}

.view-desktop-min .view-grid .block-item.complain-item:nth-child(5n+1) {
    width: 100%
}

.view-tablet-min .view-grid .no-image .post-thumb .post-heading h2 {
    margin-top: 0
}

.view-tablet-min .has-image .image-gradient {
    display: block
}

.view-tablet-min .no-image .post-thumb .post-heading {
    font-size: 21px
}

.view-tablet-min .block-item {
    margin: 0 0 2px
}

.view-tablet-min .block-item.has-image .post-meta-item {
    color: #fff
}

.view-tablet-min .block-item .image .autoplay {
    font-size: 50px
}

.view-tablet-min .view-list .block-content {
    height: 274px
}

.view-tablet-min .view-list .post-thumb {
    width: 100%;
    height: 100%
}

.view-tablet-min .view-list .post-thumb .post-heading {
    height: 274px
}

.view-tablet-min .post-excerpt {
    display: none
}

.view-tablet-min .view-list .post-data {
    position: absolute;
    background: 0 0;
    bottom: 0;
    z-index: 1
}

.view-tablet-min .view-list .no-image .post-data {
    height: 50px
}

.view-tablet-min .view-list .has-image .post-thumb .post-heading {
    display: none
}

.view-tablet-min .view-list .has-image .post-data .post-heading {
    display: table-cell;
    height: 238px;
    font-family: "Open Sans Semibold", sans-serif;
    border-bottom: none;
    color: #fff;
    padding: 0;
    vertical-align: bottom
}

.view-tablet-min .view-list .has-image .post-data .post-heading h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    font-weight: 400;
    padding: 0 60px 0 20px;
    font-size: 18px
}

.view-tablet-min .view-list .no-image .post-thumb .post-heading h2 {
    padding: 0 20px
}

.view-tablet-min .block-content .post-meta {
    padding: 0 20px
}

.view-tablet-min .post-meta-item {
    font-size: 13px
}

.view-tablet-min .post-meta-item .icon-new {
    color: inherit;
    font-size: 15px
}

.view-tablet-min .view-list .cat-badge {
    left: auto;
    right: 0
}

.view-mobile .view-list .block-item {
    margin-bottom: 2px
}

.view-mobile .view-list .post-thumb .post-heading {
    height: 230px;
    font-weight: 400
}

.view-mobile .view-list .no-image .block-content {
    height: 230px
}

.view-mobile .view-list .has-image .post-data .post-heading {
    font-size: 18px;
    color: #fff
}

.view-mobile .view-list .has-image .post-data .post-heading h2 {
    padding: 0 15px
}

.view-mobile .view-list .has-image .post-data .post-meta {
    height: 30px;
    padding: 0 15px
}

.view-mobile .view-list .has-image .post-data .post-meta-item {
    line-height: 30px
}

.view-mobile .view-list .no-image .post-thumb .post-heading {
    font-size: 21px
}

.view-mobile .view-list .no-image .post-thumb .post-heading h2 {
    padding: 0 15px
}

.view-mobile .view-list .has-image .post-data .post-heading {
    height: 238px
}

@media all and (max-width:1180px) and (min-width:950px) {
    .view-grid .block-item {
        width: 33.3%
    }
}

.section-homepage-template-new-tpl .homepage-wrapper {
    overflow: hidden
}

.section-homepage-template-new-tpl .content.inner {
    overflow: hidden
}

.section-homepage-template-new-tpl .top-container {
    margin: 0 0 10px 0
}

.section-homepage-template-new-tpl .news-container {
    float: none;
    font-size: 0
}

.section-homepage-template-new-tpl .main-container {
    z-index: 6;
    position: relative;
    margin: 0 250px 0 0
}

.section-homepage-template-new-tpl .content-block {
    position: relative;
    overflow: hidden;
    overflow: hidden
}

.section-homepage-template-new-tpl .content .sidebar-right-widgets {
    display: block
}

.section-header {
    display: block;
    color: #131313;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 18px;
    width: 100%;
    border-bottom: 1px solid #f1f2f2;
    background-color: #fff!important
}
@media (max-width: 650px){
    .section-header {
        line-height: 26px;
        padding:10px 0 10px 18px;
    }
}

.inner-predictors {
    margin-top: 5px;
    margin-bottom: 10px
}

.forecasters-container.content-middle.top-container {
    margin-right:0 !important;
}

.forecasters-container .positive-number {
    color: #43a047!important
}

.forecasters-container .negative-number {
    color: #d71015!important
}

.forecasters-container .predictors-list-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    padding-top: 34px
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow {
    display: block;
    position: relative
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul {
    height: 136px;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    text-align: center
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul.opened {
    height: auto
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item {
    cursor: pointer;
    margin: 0 0 25px 0;
    text-align: center;
    padding: 0 16px;
    display: inline-block;
    position: unset;
    max-width: 85px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: top
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 10;
    border: 1px solid #bababa;
    -webkit-box-shadow: 0 0 4px 0 #bababa;
    box-shadow: 0 0 4px 0 #bababa;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-width: 85px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -118px
}

@media all and (min-width:501px) and (max-width:950px) {
    .forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip {
        display: block;
        opacity: 0;
        visibility: hidden
    }
    .forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip.visible {
        opacity: 1;
        visibility: visible
    }
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip.visible {
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip:before {
    content: '';
    bottom: 2px;
    width: 14px;
    left: 50%;
    height: 14px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    -ms-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
    z-index: -1;
    -webkit-box-shadow: 3px 3px 4px 0 #bababa;
    box-shadow: 3px 3px 4px 0 #bababa
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    background: 0 0;
    bottom: 1px;
    position: absolute;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a {
    text-decoration: none
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item.hover-disabled a:hover .predictors-image::before {
    content: normal
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item:hover h2 {
    color: #00ace8
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image-container {
    width: 96px;
    height: 95px;
    display: inline-block;
    position: relative
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    width: 96px;
    height: 95px;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image.def-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#58b4e6), to(#2789ce));
    background: -webkit-linear-gradient(top, #58b4e6, #2789ce);
    background: linear-gradient(to bottom, #58b4e6, #2789ce)
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item .predictors-image .ava-initials {
    color: #fff;
    font: 45px/102px GothamLight;
    text-transform: uppercase
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a .predictors-image-container {
    width: 85px;
    height: 85px
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a .predictors-image-container .predictors-image {
    width: 85px;
    height: 85px
}

.forecasters-container .predictors-list-wrapper .predictors-list-overflow ul li.predictors-list-item a .predictors-list-item-name {
    line-height: 1.3;
    margin-top: 10px;
    font-family: "Open Sans Semibold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #131313;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.forecasters-container .predictors-info {
    z-index: 1;
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #131313;
    float: left;
    width: 100%
}

.forecasters-container .predictors-info p {
    line-height: 1.5;
    margin-bottom: 0
}

.forecasters-container .predictors-info p.second {
    margin-top: 15px
}

.forecasters-container .predictors-info .predictors-info-inner {
    padding: 0 20px 20px 20px
}

.forecasters-container .predictors-reveal {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 52px
}

.forecasters-container .predictors-reveal .predictors-reveal-btn {
    font-size: 15px;
    color: #00ace8;
    font-family: GothamBold;
    background: 0 0;
    padding: 0;
    border-bottom: 1px dashed;
    border-bottom-color: #00ace8;
    line-height: 1.2;
    vertical-align: text-bottom;
    text-decoration: none
}

.forecasters-container .predictors-reveal .predictors-reveal-btn:hover {
    color: #00ace8!important;
    text-decoration: none;
    border-bottom-color: transparent
}

.predictors-tooltip p, .predictors-tooltip-mobile p {
    font-size: 13px;
    line-height: 1;
    margin: 0 0 10px 0
}

.predictors-tooltip p.predictors-tooltip-month, .predictors-tooltip-mobile p.predictors-tooltip-month {
    color: #828282!important
}

.predictors-tooltip p.predictors-tooltip-profit, .predictors-tooltip-mobile p.predictors-tooltip-profit {
    color: #43a047
}

.predictors-tooltip p.predictors-tooltip-bets, .predictors-tooltip-mobile p.predictors-tooltip-bets {
    color: #828282!important
}

.predictors-tooltip p.predictors-tooltip-bets>span, .predictors-tooltip-mobile p.predictors-tooltip-bets>span {
    padding: 0 3px
}

.predictors-tooltip p.predictors-tooltip-bets .predictors-tooltip-bets-win, .predictors-tooltip-mobile p.predictors-tooltip-bets .predictors-tooltip-bets-win {
    color: #43a047!important
}

.predictors-tooltip p.predictors-tooltip-bets .predictors-tooltip-bets-return, .predictors-tooltip-mobile p.predictors-tooltip-bets .predictors-tooltip-bets-return {
    color: #000!important
}

.predictors-tooltip p.predictors-tooltip-bets .predictors-tooltip-bets-loss, .predictors-tooltip-mobile p.predictors-tooltip-bets .predictors-tooltip-bets-loss {
    color: #d71015!important
}

.predictors-tooltip p.predictors-tooltip-roi .predictors-tooltip-roi-percentage, .predictors-tooltip-mobile p.predictors-tooltip-roi .predictors-tooltip-roi-percentage {
    color: #43a047
}

.predictors-tooltip p:last-of-type, .predictors-tooltip-mobile p:last-of-type {
    margin: 0
}

.predictors-list {
    margin: 0
}

.predictors-not-found {
    padding: 10px 12px 0
}

.predictors-info-title, .predictors-list-title, .predictors-list-title-mobile {
    font-weight: 400;
    color: #131313;
    background-color: #fff;
    margin: 0
}

.predictors-info-title {
    display: none
}

.predictors-list-title-mobile {
    display: none;
    padding: 0 10px
}

.predictors-mobile {
    display: none
}

@media all and (max-width:500px) {
    .predictors-list-wrapper {
        display: none
    }
    .predictors-mobile {
        display: block;
        background: #fff;
        padding: 16px 10px 0 10px;
        height: 260px;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }
    .predictors-mobile.opened {
        height: auto
    }
    .predictors-mobile .wrapper {
        padding-top: 0!important
    }
    .predictors-mobile #forecatsers-show-all:checked~.forecatsers-show-all-button {
        display: none
    }
    .predictors-mobile #forecatsers-show-all:checked~.forecaster[data-hidden] {
        max-height: 100px;
        border-bottom: 1px solid #fff;
        padding: 5px 10px
    }
    .predictors-mobile .forecaster {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0 0 10px 0
    }
    .predictors-mobile .forecaster:last-of-type {
        margin-bottom: 0
    }
    .predictors-mobile .forecaster .predictors-tooltip-mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-left p {
        margin: 0;
        font-size: 13px;
        line-height: 16px;
        font-family: "Open Sans";
        color: #131313
    }
    .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .predictors-mobile .forecaster .predictors-tooltip-mobile .predictors-tooltip-mobile-right p {
        margin: 0;
        font-size: 13px;
        line-height: 16px;
        font-family: "Open Sans";
        color: #131313
    }
    .predictors-mobile .forecaster .link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-decoration: none;
        padding-right: 10px
    }
    .predictors-mobile .forecaster .link>.author-avatar {
        margin-right: 10px
    }
    .predictors-mobile .forecaster .link>.author-avatar.micro {
        width: 44px;
        height: 44px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
        flex: 0 0 44px
    }
    .predictors-mobile .forecaster .link>.name {
        font: 13px/16px "Open Sans";
        color: #131313;
        overflow: hidden
    }
    .predictors-mobile .forecaster .link, .predictors-mobile .forecaster .percent-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .predictors-mobile .forecaster .percent-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 10px
    }
    .predictors-mobile .forecaster .percent {
        font: 18px Gotham;
        margin-right: 20px
    }
    .predictors-mobile .forecaster .percent::after {
        content: '%';
        margin-left: 4px
    }
    .predictors-mobile .forecaster .title {
        font: 12px Gotham
    }
    .predictors-mobile .forecatsers-show-all-button {
        position: relative;
        width: 100%;
        text-align: center;
        background: #3b86c4!important
    }
    .predictors-mobile .forecatsers-show-all-button:hover::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(255, 255, 255, .25)
    }
}

.homepage-editors-choice-block {
    margin-bottom: 8px
}

body.video-expanded .page-content {
    z-index: 999999
}

.top-player {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none
}

.top-player .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 15px;
    cursor: pointer
}

.top-player .if {
    width: 100%;
    height: 100%;
    border: 0
}

.best-bookmakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: auto!important;
    min-height: unset!important;
    margin-bottom: 10px!important;
    background: #fff
}

.best-bookmakers.no-top-video {
    min-height: 0;
    height: auto;
    margin-right: 0!important
}

.best-bookmakers .button-default {
    font-family: Gotham, sans-serif;
    background: 0 0;
    font-size: 13px;
    color: #00ace8;
    text-decoration: underline;
    padding: 0
}

.best-bookmakers .button-default:hover {
    color: #00ace8!important;
    text-decoration: none
}

.best-bookmakers .button-default:active {
    background: 0 0;
    color: #00ace8!important;
    text-decoration: none
}

.best-bookmakers .best-bookmakers-header {
    color: #131313;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 50px;
    margin: 0 0 0 18px;
    padding-right: 20px;
    border-bottom: #f1f2f2 solid 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.best-bookmakers .best-bookmakers-header .header-title.how {
    font-family: Gotham;
    font-size: 13px;
    color: #00ace8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.best-bookmakers .best-bookmakers-header .header-title.how .icon-top {
    color: #bababa;
    font-size: 28px;
    top: -1px;
    position: relative;
    line-height: 9px
}

.best-bookmakers .best-bookmakers-header .header-title.how a {
    text-decoration: underline;
    margin-left: 5px
}

.best-bookmakers a {
    text-decoration: none
}

.best-bookmakers .best-bookmakers-video {
    min-height: unset!important;
    height: 100%!important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: -10px;
    position: absolute;
    top: 0;
    min-width: 240px;
    width: 240px;
    /*background: #fff url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/banner_help_to_understand.png?v=12012018) no-repeat center center;*/
    background-size: cover
}

.best-bookmakers .best-bookmakers-video:before {
    content: '';
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/icon_play_youtube.png?v=12012018) no-repeat;*/
    position: absolute;
    left: 50%;
    top: 60%;
    width: 74px;
    height: 52px;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
}

.best-bookmakers .best-bookmakers-video a {
    width: 100%;
    height: 100%;
    display: block
}

.best-bookmakers .best-bookmakers-video #video {
    position: relative;
    min-height: 100%;
    height: 100%
}

.best-bookmakers .best-bookmakers-video #video .center {
    position: absolute;
    display: block;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
}

.best-bookmakers .best-bookmakers-video #video .center .top-video-play {
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/icon_play_youtube.png?v=12012018) no-repeat 50% 50%;*/
    position: relative;
    width: 74px;
    height: 52px;
    text-align: center;
    cursor: pointer
}

.best-bookmakers .best-bookmakers-wrapper {
    padding: 1px 0 0 0
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list {
    background: #fff
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table {
    margin: 0 18px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: #fff;
    border-bottom: #f1f2f2 solid 1px;
    color: #2d2d2d;
    font: 13px/1 Gotham;
    height: 60px;
    max-height: 60px
}

@media all and (max-width:500px) {
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.is-hidden-mobile {
        display: none!important
    }
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    overflow: hidden
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title a {
    font-weight: 700;
    max-width: 130px;
    color: #2d2d2d
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title a img {
    max-width: 130px!important;
    max-height: 40px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.comments, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.rating {
    text-align: left;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus .feed-icon:before, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.comments .feed-icon:before, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.rating .feed-icon:before {
    top: 0;
    right: 0;
    font-family: icomoon;
    content: '\e921';
    color: #bababa;
    position: relative
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans'
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus .rouble {
    padding-left: 5px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus .bonus-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-decoration: none;
    border-bottom: 1px solid #00ace8
}

@media all and (min-width:1180px) {
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus:not(.no-bonus) {
        display: inline-block
    }
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus.no-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media all and (max-width:950px) {
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus .bonus-tablet:not(.no-bonus) {
        display: inline-block
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus .bonus-tablet.no-bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .bonus .exclusive {
    background-color: #d71015;
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
    top: 0;
    width: 56px;
    height: 18px;
    font: 14px/20px 'Bebas Neue Bold';
    text-align: center;
    color: #fff
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .comments a {
    color: #2d2d2d;
    font-family: 'Open Sans';
    font-size: 14px;
    border-bottom: 1px solid transparent;
    text-decoration: none
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .comments a:hover {
    cursor: pointer;
    text-decoration: underline;
    border-bottom: 1px solid transparent;
    color: #00ace8
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .comments a:hover .feed-icon:before {
    color: #00ace8
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating {
    font: 13px/1 GothamBold
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars {
    color: #131313;
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Gotham;
    font-size: 16px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    height: 16px;
    line-height: normal;
    margin-right: 10px;
    position: relative;
    width: 105px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars i::before, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars::after {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #ffc62b;
    content: "\e6d8\e6d8\e6d8\e6d8\e6d8";
    font-size: 16px;
    letter-spacing: 5px;
    margin-right: -5px;
    position: relative;
    white-space: nowrap
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars i {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars i:before {
    content: "\e60a\e60a\e60a\e60a\e60a"
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 225px;
    flex: 1 0 225px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons .btn {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    height: 44px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons .btn:last-child {
    margin-left: 10px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons .btn:after {
    content: attr(data-desktop-title);
    white-space: nowrap
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading {
    max-height: 50px
}

.best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading .buttons, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading>.bonus, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading>.comments, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading>.rating, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading>.title {
    overflow: hidden;
    text-align: left;
    font: 13px 'Open Sans';
    color: #9e9e9e
}

.best-bookmakers .best-bookmakers-wrapper .look-all {
    text-align: center;
    line-height: 46px
}

.best-bookmakers .best-bookmakers-wrapper .look-all a {
    font-family: GothamBold;
    font-size: 15px
}

@media all and (max-width:1179px) {
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.bonus .bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.bonus .exclusive {
        margin: 5px 0 0 0
    }
}

@media all and (max-width:1024px) {
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
        flex: 1 0 150px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title a img {
        max-width: 120px!important
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 110px;
        flex: 1 0 110px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 205px;
        flex: 1 0 205px
    }
}

@media all and (max-width:950px) {
    .best-bookmakers {
        background: 0 0;
        margin: 0!important
    }
    .best-bookmakers .best-bookmakers-header {
        background: #fff;
        margin: 0;
        padding: 0 18px
    }
    .best-bookmakers .best-bookmakers-wrapper {
        background: #fff;
        margin-bottom: 8px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 135px;
        flex: 1 0 135px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.bonus.no-bonus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 69px;
        flex: 1 0 69px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons .btn:last-child {
        margin-left: 8px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons .btn.redirect:after {
        content: attr(data-mobile-title)
    }
    .best-bookmakers .best-bookmakers-video {
        /*background: #181816 url(https://bookmaker-ratings.ru/wp-content/themes/base/assets/img/promo/banner_help_to_understand2.png?v=12012018) no-repeat center center;*/
        right: 0;
        width: 100%;
        background-size: auto 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        height: 300px!important;
        margin-bottom: 8px
    }
}

@media all and (max-width:500px) {
    .best-bookmakers .best-bookmakers-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 10px;
        line-height: 18px
    }
    .best-bookmakers .best-bookmakers-header .header-title:first-of-type {
        margin-bottom: 10px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row {
        height: 70px;
        max-height: 70px;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading {
        display: none
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title {
        height: 45px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 74px;
        flex: 1 0 74px;
        max-width: 74px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title a {
        max-width: 74px;
        width: 74px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title a img {
        max-width: 74px!important;
        max-height: 28px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating {
        position: absolute;
        bottom: 14px;
        width: 69px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars {
        height: 12px;
        font-size: 12px;
        margin-right: 0;
        width: auto
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars i, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars i:before, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating .stars:after {
        font-size: 12px;
        letter-spacing: 2px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .comments {
        display: none
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.bonus {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 54px;
        flex: 1 0 54px;
        max-width: 54px;
        min-height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.bonus .bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row>.bonus .exclusive {
        width: 54px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 146px;
        flex: 1 0 146px;
        max-width: 146px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons .btn {
        padding: 0 6px;
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%
    }
    .best-bookmakers .best-bookmakers-video {
        height: 296px;
        background-size: auto 100%
    }
}

@media all and (max-width:950px) and (orientation:landscape) {
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading .bonus, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading .buttons, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading .comments, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading .rating, .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row.table-heading .title {
        overflow: visible
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .title {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 130px;
        flex: 1 0 130px
    }
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .rating {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 115px;
        flex: 1 0 115px
    }
}

@media all and (max-width:650px) and (orientation:landscape) {
    .best-bookmakers .best-bookmakers-wrapper .best-bookmakers-list .table .table-row .buttons {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 130px;
        flex: 1 0 130px
    }
}

.rating-changes-wrapper {
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    color: #131313;
    overflow: hidden
}

.page .rating-changes-wrapper {
    padding: 0
}

@media all and (max-width:500px) {
    .page .rating-changes-wrapper {
        padding: 0
    }
}

.rating-changes-block>.section-header {
    background-color: #fff!important;
    border-bottom: 1px solid #f1f2f2;
    padding: 0 15px
}

.rating-changes-block>.section-header>h1 {
    font: 24px/30px 'Open Sans Bold'!important;
    color: #131313!important;
    padding: 10px 0!important;
    margin: 0!important;
    position: relative
}

.rating-changes-block>.section-description {
    padding: 15px!important
}

.rating-change-item {
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:500px) {
    .rating-change-item {
        padding: 16px 10px;
        display: block
    }
    .rating-change-item>.rating-change-indicator {
        display: block;
        width: auto;
        float: left;
        margin-left: 0
    }
    .rating-change-item>.rating-title {
        min-height: 22px
    }
    .rating-change-item>.rating-more {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        margin-top: 5px
    }
    .rating-change-item>.rating-more>a {
        margin: 0!important
    }
    .rating-change-item>.rating-review {
        margin: 5px 0 0 0!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .rating-change-item>.rating-review>a {
        width: 100%!important;
        margin: 0!important
    }
}

.rating-change-item>:first-child {
    margin-left: 8px
}

.rating-change-item>:last-child {
    margin-right: 8px
}

.rating-change-item>.rating-change-indicator {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 5px;
    text-align: center
}

@media all and (max-width:1179px) {
    .rating-change-item>.rating-change-indicator {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px
    }
}

.rating-change-item>.rating-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    color: #7b7b7b;
    font-size: 15px
}

@media all and (max-width:950px) {
    .rating-change-item>.rating-date {
        display: none
    }
}

@media all and (max-width:1179px) {
    .rating-change-item>.rating-date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 84px;
        flex: 0 0 84px
    }
}

.rating-change-item>.rating-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 15px
}

.rating-change-item>.rating-title>.h3 {
    font-family: "Open Sans";
    margin-top: 0;
    margin-bottom: 0
}

.rating-change-item>.rating-title>.h3>time {
    color: #7b7b7b;
    font-size: 15px;
    display: inline
}

@media all and (max-width:950px) {
    .rating-change-item>.rating-title>.h3>time {
        margin-right: 6px
    }
}

@media all and (min-width:951px) and (max-width:1179px) {
    .rating-change-item>.rating-title>.h3>time {
        margin-right: 12px
    }
}

@media all and (min-width:1180px) {
    .rating-change-item>.rating-title>.h3>time {
        margin-right: 24px
    }
}

.rating-change-item>.rating-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.rating-change-item>.rating-more>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 44px;
    margin: 8px 0 8px 16px;
    text-decoration: underline;
    font-size: 15px
}

@media all and (max-width:500px) {
    .rating-change-item>.rating-more>a {
        text-decoration: none
    }
}

.rating-change-item>.rating-more>a:hover {
    text-decoration: none
}

.rating-change-item>.rating-review {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.rating-change-item>.rating-review>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    margin: 8px 0 8px 44px;
    width: 206px;
    font: bold 15px/1.2 Gotham;
    height: 44px;
    text-decoration: none
}

@media all and (max-width:1179px) {
    .rating-change-item>.rating-review>a {
        padding: 0 10px;
        margin: 8px 0 8px 16px
    }
}

@media all and (max-width:1024px) {
    .rating-change-item>.rating-review>a {
        margin: 8px 0 8px 30px;
        width: 115px
    }
}

@media all and (max-width:950px) {
    .rating-change-item>.rating-review>a {
        margin: 8px 0 8px 50px
    }
}

.rating-change-item>.rating-review>a>span {
    position: relative;
    z-index: 1
}

.change-indicator-icon.icon-arrow-down {
    color: #e56c69
}

.change-indicator-icon.icon-arrow-up {
    color: #7bab73
}

.change-indicator-icon.icon-Flaticon_24115 {
    color: #4271b5
}

.rating-changes-footer {
    text-align: center;
    padding: 15px 10px
}

.rating-changes-footer>a {
    font: 15px/1 GothamBold;
    color: #00ace8;
    text-decoration: underline
}

.rating-changes-footer>a:hover {
    text-decoration: none
}

@media (max-width:1024px) {
    .section-homepage-template-new-tpl .content-middle {
        margin: 0
    }
    .section-homepage-template-new-tpl .not-fp.content-flexed .content-middle:not(.main-container) {
        margin: 0 10px 0 28.2%
    }
    .section-homepage-template-new-tpl .sidebar-right-widgets~.content-middle {
        margin-right: 26.5%
    }
    .section-homepage-template-new-tpl .main-container {
        margin: 0 26.5% 0 0
    }
    .section-homepage-template-new-tpl .sidebar-right-widgets {
        display: block;
        width: 25.5%;
        margin-left: 10px
    }
    .section-homepage-template-new-tpl .topNewsTpl {
        height: 420px!important
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsThumbs {
        display: block;
        width: 240px!important
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsThumbs .rsThumb {
        width: 100%!important
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsNav.rsBullets {
        left: 10px;
        text-align: center;
        width: auto
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsBullet {
        width: 16px;
        height: 16px
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsBullet:last-of-type {
        margin-right: 0
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsBullet span {
        width: 16px;
        height: 16px
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsBullet.rsNavSelected span:before {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsOverflow {
        padding: 0 240px 0 0;
        height: 420px!important;
        width: 100%!important
    }
    .section-homepage-template-new-tpl .predictors-list-item {
        height: auto;
        padding: 25px 0 18px
    }
    .section-homepage-template-new-tpl .predictors-list-item:hover:after, .section-homepage-template-new-tpl .predictors-list-item:hover:before {
        content: none
    }
    .section-homepage-template-new-tpl .predictors-info-inner {
        font-size: 15px
    }
    .section-homepage-template-new-tpl .predictors-image-container {
        position: relative
    }
    .section-homepage-template-new-tpl .predictors-list-item-name {
        font-size: 15px;
        margin-top: 10px;
        word-wrap: break-word
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay {
        display: block;
        z-index: 999;
        padding: 0
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay .overlay-text {
        display: none
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay .perc {
        background: #4271b5;
        width: 40px;
        height: 40px;
        line-height: 37px;
        border: 3px solid #fff;
        margin: -9px 0 0 -9px;
        font-size: 14px
    }
}

@media (max-width:950px) {
    .section-homepage-template-new-tpl .not-fp.content-flexed .content-middle:not(.main-container) {
        margin: 0 10px 0 30%
    }
    .section-homepage-template-new-tpl .topNewsTpl {
        height: 290px!important
    }
    .section-homepage-template-new-tpl .topNewsTpl .excerpt.title {
        display: block
    }
    .section-homepage-template-new-tpl .topNewsTpl .excerpt.lead {
        display: none
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsThumbs {
        display: none
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsOverflow {
        padding-right: 0
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsBullets {
        left: 50%!important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .section-homepage-template-new-tpl .topNewsTpl .rsOverflow {
        height: 290px!important
    }
    .section-homepage-template-new-tpl .leftmenu-icon {
        display: none
    }
    .section-homepage-template-new-tpl .content.inner {
        max-width: 100%
    }
    .section-homepage-template-new-tpl .content-middle {
        margin: 0;
        margin-right: 0!important
    }
    .section-homepage-template-new-tpl .main-container {
        margin: 0
    }
    .section-homepage-template-new-tpl .predictors-list-wrapper {
        background: #f1f2f2
    }
    .section-homepage-template-new-tpl .predictors-info {
        display: none
    }
    .section-homepage-template-new-tpl .predictors-info-inner {
        font-size: 16px
    }
    .section-homepage-template-new-tpl .inner-predictors {
        margin-top: 0
    }
    .section-homepage-template-new-tpl .predictors-list-item {
        height: auto;
        padding: 20px 0 40px
    }
    .section-homepage-template-new-tpl .predictors-list-item .predictors-image, .section-homepage-template-new-tpl .predictors-list-item .predictors-image-container {
        width: 104px;
        height: 104px
    }
    .section-homepage-template-new-tpl .predictors-list-item:hover:after, .section-homepage-template-new-tpl .predictors-list-item:hover:before {
        content: none
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay {
        display: block;
        z-index: 999;
        padding: 0
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay .overlay-text {
        display: none
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay .perc {
        width: 42px;
        height: 42px;
        line-height: 36px;
        border: 3px solid #fff;
        font-size: 14px
    }
    .section-homepage-template-new-tpl .predictors-list-overflow {
        margin: 0 60px
    }
    .section-homepage-template-new-tpl ul.bmr-left-menu .bmr-menu-header h2 {
        font-size: 16px
    }
    .section-homepage-template-new-tpl .content .sidebar-right-widgets {
        display: none
    }
}

@media (max-width:500px) {
    .section-homepage-template-new-tpl .not-fp.content-flexed .content-middle:not(.main-container) {
        margin: 0 10px 0 0
    }
    .section-homepage-template-new-tpl .leftmenu-icon {
        display: inline-block
    }
    .section-homepage-template-new-tpl .content .sidebar-right-widgets {
        display: none!important
    }
    .section-homepage-template-new-tpl .content-middle {
        margin: 0
    }
    .section-homepage-template-new-tpl .predictors-list-title {
        display: none
    }
    .section-homepage-template-new-tpl .predictors-list-title-mobile {
        display: block
    }
    .section-homepage-template-new-tpl .topNewsTpl .title {
        font-size: 15px
    }
    .section-homepage-template-new-tpl .topNewsTpl .caption {
        padding: 0
    }
    .section-homepage-template-new-tpl .cat-header {
        height: 45px;
        line-height: 45px
    }
    .section-homepage-template-new-tpl .cat-featured-post-item {
        height: 274px
    }
    .section-homepage-template-new-tpl .cat-post-item .cat-post-img {
        width: 54px;
        height: 54px
    }
    .section-homepage-template-new-tpl .cat-post-item a {
        font-size: 15px;
        line-height: 18px
    }
    .section-homepage-template-new-tpl .cat-post-item .cat-post-title {
        height: 36px
    }
    .section-homepage-template-new-tpl .cats-block .text-fade:after {
        height: 18px
    }
    .section-homepage-template-new-tpl .ec-posts-wrapper {
        padding: 25px 8px 10px
    }
    .section-homepage-template-new-tpl .ec-post-item {
        width: 50%;
        padding: 0 15px
    }
    .section-homepage-template-new-tpl .ec-post-item .fade:after {
        height: 16px
    }
    .section-homepage-template-new-tpl .ec-post-img {
        height: 276px
    }
    .section-homepage-template-new-tpl .ec-post-title {
        font-size: 16px;
        height: 48px
    }
    .section-homepage-template-new-tpl .predictors-list-item {
        padding: 20px 0 14px
    }
    .section-homepage-template-new-tpl .predictors-list-item .predictors-image, .section-homepage-template-new-tpl .predictors-list-item .predictors-image-container {
        width: 104px;
        height: 104px
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay .perc {
        width: 42px;
        height: 42px;
        line-height: 40px;
        border: 3px solid #fff;
        font-size: 13px
    }
    .section-homepage-template-new-tpl .owl-nav .owl-next i, .section-homepage-template-new-tpl .owl-nav .owl-prev i {
        line-height: 181px
    }
}

@media (min-width:1025px) and (max-width:1195px) {
    .section-homepage-template-new-tpl .predictors-list-item {
        height: auto;
        padding: 25px 0 18px
    }
    .section-homepage-template-new-tpl .predictors-list-item:hover:after, .section-homepage-template-new-tpl .predictors-list-item:hover:before {
        content: none
    }
    .section-homepage-template-new-tpl .predictors-image-container {
        position: relative
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay {
        display: block;
        z-index: 999;
        padding: 0
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay .overlay-text {
        display: none
    }
    .section-homepage-template-new-tpl .predictors-list-item-overlay .perc {
        background: #4271b5;
        width: 40px;
        height: 40px;
        line-height: 37px;
        border: 3px solid #fff;
        margin: -9px 0 0 -9px;
        font-size: 14px
    }
    .section-homepage-template-new-tpl .owl-nav .owl-next i, .section-homepage-template-new-tpl .owl-nav .owl-prev i {
        line-height: 145px
    }
}

.video-block {
    margin-bottom: 10px
}

.video-block #video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #fff;
    overflow: hidden
}

.video-block #video-wrapper .author-selector {
    width: 20%;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible
}

.video-block #video-wrapper .author-selector ul {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0 17px 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.video-block #video-wrapper .author-selector ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    color: #6e6e6e;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap
}

.video-block #video-wrapper .author-selector ul li.active {
    color: #131313;
    font: 14px "Open Sans Semibold"
}

.video-block #video-wrapper .author-selector ul li img {
    max-width: unset!important
}

.video-block #video-wrapper .author-selector ul li .author-avatar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px
}

.video-block #video-wrapper .author-selector ul li .author-avatar .ava-initials {
    color: #fff;
    font: 14px Gotham;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-block #video-wrapper .video-slider {
    width: 80%;
    padding-left: 20px
}

@media all and (max-width:500px) {
    .video-block #video-wrapper {
        padding: 1px 7px 15px 7px
    }
}

.video-block #video-wrapper .swiper-slide {
    background-color: #fff
}

.video-block #video-wrapper .swiper-slide .video {
    background-color: #000;
    height: 410px
}

.video-block #video-wrapper .swiper-slide iframe {
    width: 100%;
    height: 100%
}

.video-block #video-wrapper .swiper-slide .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.video-block #video-wrapper .swiper-slide .info .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share.social-open .video-share-socials {
    -webkit-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
    width: 112px;
    right: 0
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-socials {
    width: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-socials .share-link {
    margin: 0 5px;
    cursor: pointer
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-socials .share-link:before {
    background-color: #d3d3d3;
    content: "\e96e";
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    font-family: icomoon!important
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-socials .share-link[data-social=vk]:before {
    background-color: #3b93bb;
    content: "\e613"
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-socials .share-link[data-social=fb]:before {
    background-color: #376cba;
    content: "\e610"
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-socials .share-link[data-social=tw]:before {
    background-color: #00aced;
    content: "\e60f"
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-btn {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    text-decoration: none
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-btn i {
    pointer-events: none
}

.video-block #video-wrapper .swiper-slide .info .meta .video-share .video-share-btn:hover {
    text-decoration: none
}

.video-block #video-wrapper .swiper-slide .title {
    margin-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.video-block #video-wrapper .swiper-slide .title>a {
    display: inline-block;
    min-height: 50px;
    font: 18px 'Open Sans Semibold';
    color: #1f1f1f;
    text-decoration: none
}

.video-block #video-wrapper .swiper-slide .selector {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-block #video-wrapper .swiper-slide .selector .slideof {
    font: 18px Gotham
}

.video-block #video-wrapper .swiper-slide .selector .arrow {
    font-size: 30px;
    color: #bababa;
    cursor: pointer
}

.video-block #video-wrapper .swiper-slide .socials-share>a {
    margin-right: 0;
    background-color: #f1f2f2
}

.video-block #video-wrapper .swiper-slide .socials-share>a::after {
    border-color: transparent #f1f2f2
}

.video-block #video-wrapper .swiper-slide .socials-share>a+a {
    margin-left: 15px
}

@media all and (max-width:1200px) {
    .video-block #video-wrapper .swiper-slide .info .meta {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media all and (max-width:950px) {
    .video-block #video-wrapper .swiper-slide .video {
        height: 250px
    }
    .video-block #video-wrapper .swiper-slide .info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .video-block #video-wrapper .swiper-slide .info .selector {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .video-block #video-wrapper .swiper-slide .title {
        margin-left: 0;
        margin-top: 15px;
        min-height: unset
    }
}

@media all and (max-width:500px) {
    .video-block #video-wrapper .swiper-slide .video {
        height: 200px
    }
    .video-block #video-wrapper .swiper-slide .info {
        padding: 0 10px
    }
    .video-block #video-wrapper .swiper-slide .info .selector {
        display: none
    }
    .video-block #video-wrapper .swiper-slide .info .meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media all and (max-width:500px) {
    .video-block #video-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .video-block #video-wrapper .author-selector {
        padding-top: 6px;
        margin: 0 7px 10px 7px;
        border-bottom: 2px solid #f1f2f2;
        height: 53px;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        overflow-x: visible;
        overflow-y: hidden
    }
    .video-block #video-wrapper .author-selector ul {
        overflow-x: scroll;
        overflow-y: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 0
    }
    .video-block #video-wrapper .author-selector ul li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px 15px 4px 5px;
        margin-bottom: 0;
        border-bottom: 4px solid transparent
    }
    .video-block #video-wrapper .author-selector ul li.active {
        border-color: #3b86c4
    }
    .video-block #video-wrapper .video-slider {
        width: 100%;
        padding-left: 0
    }
}

@media all and (max-width:500px) {
    .video-block #video-wrapper {
        padding: 0
    }
    .video-block #video-wrapper .author-selector {
        height: 90px;
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .video-block #video-wrapper .author-selector ul {
        height: 120px
    }
    .video-block #video-wrapper .author-selector ul li {
        margin: 15px 7px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 56px;
        min-width: 56px;
        font-size: 13px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 0;
        border: 0 transparent
    }
    .video-block #video-wrapper .author-selector ul li:first-of-type {
        padding-left: 10px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin-left: 0
    }
    .video-block #video-wrapper .author-selector ul li:last-of-type {
        padding-right: 10px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin-right: 0
    }
    .video-block #video-wrapper .author-selector ul li .author-avatar {
        width: 44px;
        height: 44px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
        flex: 0 0 44px;
        margin-right: 0;
        margin: 0 auto
    }
    .video-block #video-wrapper .author-selector ul li span {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 56px;
        height: 1.2em;
        white-space: nowrap;
        text-align: center
    }
    .video-block #video-wrapper .video-slider .swiper-slide .info {
        padding: 0 10px;
        margin: 15px 0
    }
    .video-block #video-wrapper .video-slider .swiper-slide .info .title {
        margin: 0
    }
    .video-block #video-wrapper .video-slider .swiper-slide .info .title>a {
        font-size: 15px;
        line-height: 15px;
        min-height: unset;
        font-family: 'Open Sans Semibold'
    }
    .video-block #video-wrapper .video-slider .swiper-slide .info .title .meta {
        margin-top: 15px;
        font-size: 13px;
        height: 22px
    }
}

@media all and (min-width:501px) {
    .video-block #video-wrapper {
        height: 570px
    }
    .video-block #video-wrapper .author-selector:before {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, .5)), color-stop(rgba(255, 255, 255, .8)), color-stop(rgba(255, 255, 255, .95)), to(#fff));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, .8), rgba(255, 255, 255, .95), #fff);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, .8), rgba(255, 255, 255, .95), #fff);
        content: "";
        position: absolute;
        width: 100%;
        z-index: 1;
        height: 32px;
        bottom: 0;
        overflow: hidden;
        margin-bottom: -2px;
        pointer-events: none
    }
    .video-block #video-wrapper .author-selector ul li:last-of-type {
        margin-bottom: 32px
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .video {
        height: 440px
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 25px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .selector {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        margin: 0;
        padding-top: 2px
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .selector .arrow {
        font-size: 24px
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .selector .arrow.icon-left {
        margin-left: -10px
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .selector .arrow.icon-right {
        margin-right: -10px
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .selector .slideof {
        font: 15px GothamBold
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .title {
        margin: 0 0 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .title>a {
        font: 15px 'Open Sans Semibold';
        vertical-align: top;
        line-height: 15px;
        min-height: unset
    }
    .video-block #video-wrapper .swiper-wrapper .swiper-slide .info .title .meta {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.bmr-tt-arrow.video-tt, .bmr-tt-body.video-tt {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.bmr-tt-body.video-tt {
    text-align: left;
    min-width: 310px;
    max-width: 500px;
    padding: 5px;
    font: normal 15px "Open Sans";
    color: #5bbb60
}

.bmr-tt-body.video-tt:before {
    content: "\e913";
    top: 3px;
    position: relative;
    font-size: 16px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.section-homepage-template-new-tpl .gallery-container {
    z-index: 7
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap {
    margin-bottom: 10px
}

@media all and (max-width:500px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .section-header {
        border-bottom: 1px solid #f1f2f2;
        background-color: #fff!important
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-selector-mobile {
    display: none;
    margin-bottom: -8px;
    padding: 0 15px;
    border-bottom: 2px solid #f1f2f2;
    z-index: 101
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-selector-mobile span {
    padding-left: 10px;
    padding-right: 10px
}

@media all and (max-width:500px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-selector-mobile {
        display: block
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap.no-space .gallery-view {
    padding: 0
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 15px 15px 35px 15px;
    min-height: 350px
}

@media all and (max-width:950px), all and (max-device-width:1024px) and (orientation:landscape) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .swiper-scrollbar {
        display: none
    }
}

@media all and (max-width:1024px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view {
        padding: 12px 7px 15px 7px
    }
}

@media all and (max-width:950px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view {
        padding: 12px 0 15px 0
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.busy .overlay {
    opacity: 1
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    pointer-events: none
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .overlay::after {
    font-size: 50px
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-enter, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-exit, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow {
    background-color: rgba(0, 0, 0, .15);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-enter:hover, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-exit:hover, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow:hover {
    background-color: rgba(0, 0, 0, .3)
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-enter::before, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-exit::before, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: 20px/70px icomoon;
    color: #fff
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 10
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow.disabled {
    display: none
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow.next {
    right: 10px
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow.next::before {
    content: '\e601';
    margin-left: 2px
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow.prev {
    left: 10px
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow.prev::before {
    content: '\e600';
    margin-left: -1px
}

@media all and (max-device-width:500px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .slider-arrow {
        display: none
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-scrollbar {
    position: fixed;
    bottom: 18px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    left: 2%;
    width: 96%
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-exit {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-exit::before {
    font-size: 20px
}

@media all and (max-width:950px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .fullscreen-exit {
        right: 20px
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-button-next, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-button-prev {
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-button-next:hover, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-button-prev:hover {
    opacity: 1
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-button-next {
    right: 25px
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-button-prev {
    left: 25px
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    height: auto;
    max-height: 350px
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide.swiper-lazy-loaded .bmr-loading-spinner {
    display: none
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .bmr-loading-spinner {
    display: block;
    background-color: transparent
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .bmr-loading-spinner::before {
    color: #000
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper {
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    height: 100%
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, .3)), color-stop(rgba(0, 0, 0, .5)), color-stop(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .5), rgba(0, 0, 0, .7), rgba(0, 0, 0, .9));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .5), rgba(0, 0, 0, .7), rgba(0, 0, 0, .9));
    color: #fff;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-family: Gotham;
    font-size: 13px;
    opacity: 0
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description .description-text {
    border-right: 1px solid #fff;
    padding-right: 5px;
    word-break: break-word
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description .description-date {
    padding-left: 5px;
    text-align: center
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description .socials-share {
    display: none;
    margin-top: 15px
}

@media all and (min-width:950px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description.empty {
        opacity: 0!important
    }
}

@media all and (max-device-width:500px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description .description-text {
        border: 0 transparent;
        padding: 0;
        width: 100%
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description .description-date {
        display: none
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media all and (min-width:1025px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper:hover {
        cursor: pointer
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper:hover .description {
        opacity: 1
    }
}

@media all and (max-width:950px), all and (max-device-width:1024px) and (orientation:landscape) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide .description {
        display: none;
        opacity: 0
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view .main-gallery .swiper-wrapper .swiper-slide.swiper-slide-active .description {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background: rgba(0, 0, 0, .95)
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .slider-arrow {
    display: none
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper {
    position: absolute;
    height: 100%
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide {
    max-height: unset;
    background-size: contain;
    background-position: center center;
    height: 100%
}

@media all and (max-width:950px), all and (max-device-width:1024px) and (orientation:landscape) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-wrapper .description {
        opacity: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media all and (max-width:950px) and (orientation:portrait) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper {
        width: auto;
        height: auto
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100vw;
        min-width: unset
    }
}

@media all and (min-width:1025px) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper:after, .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper:before {
        display: block;
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, .15);
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font: 20px/40px icomoon;
        color: #fff;
        pointer-events: none
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper:before {
        content: '\e600';
        left: 25px
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper:after {
        content: '\e601';
        right: -15px
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper:hover .description {
        opacity: 1
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description {
        opacity: 0
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .description.empty .socials-share {
        margin-top: 0
    }
}

@media all and (max-device-width:1024px) and (orientation:landscape) {
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper {
        height: 100%;
        width: auto
    }
    .section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper img {
    height: 100%
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper .swiper-slide .swiper-slide-wrapper .socials-share {
    display: none
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper.prev-disabled .swiper-slide-wrapper:before {
    display: none
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper.next-disabled .swiper-slide-wrapper:after {
    display: none
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .fullscreen-exit {
    display: block
}

.section-homepage-template-new-tpl .gallery-container .gallery-wrap .gallery-view.swiper-fullscreen .swiper-scrollbar {
    display: none
}

@media all and (max-width:500px) {
    .slider-menu {
        display: none!important
    }
}

.slider-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    max-height: 900px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: no-repeat center center;
    background-size: cover
}

.slider-banner .wrap {
    position: absolute
}

.slider-banner.winlineSliderBanner .wrap {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-banner.winlineSliderBanner .wrap .button, .slider-banner.winlineSliderBanner .wrap .button::after {
    background-color: #fd6b0d
}

.slider-banner .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-banner img {
    width: 220px;
    margin-left: 30px
}

.slider-banner .rating {
    font: 15px GothamBold;
    margin: 15px 0;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.slider-banner .rating>span {
    margin-left: 10px
}

.slider-banner .rating>span .stars::after, .slider-banner .rating>span i::before {
    letter-spacing: 10px
}

.slider-banner ul {
    text-align: left;
    margin-left: -5px
}

.slider-banner ul li {
    color: #fff;
    font: 15px Gotham;
    margin: 7px 0
}

.slider-banner ul li::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
    color: #ffc62b;
    font: 16px icomoon;
    content: '\e913'
}

.slider-banner .button {
    background-color: #fd7e3a;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.slider-banner .button::after {
    background-color: #fd7e3a
}

.slider-banner .button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    background-color: rgba(255, 255, 255, 0);
    content: ''
}

.slider-banner .button:hover::before {
    background-color: rgba(255, 255, 255, .2)
}

.rsContainer .slider-banner {
    display: block
}

body.in-fullscreen {
    position: relative
}

@media all and (max-width:950px) {
    body.in-fullscreen>.body>header, body.in-fullscreen>.page-wrapper>header {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        top: 0
    }
}

body.in-fullscreen .socials-top-page {
    display: none
}

body.in-fullscreen .top-bookmakers .titles>i {
    z-index: -1
}

body.in-fullscreen #social, body.in-fullscreen #wpadminbar, body.in-fullscreen .cat-badge, body.in-fullscreen .fixed {
    z-index: auto!important
}

body.in-fullscreen .bmr-left-menu, body.in-fullscreen .homepage-editors-choice-block, body.in-fullscreen .open-popup-button, body.in-fullscreen .rating-changes-wrapper, body.in-fullscreen .right-sidebar, body.in-fullscreen .sidebar-left-menu, body.in-fullscreen .sidebar-right-widgets, body.in-fullscreen .topstake, body.in-fullscreen .video-block, body.in-fullscreen footer {
    display: none;
    z-index: -1
}

body.in-fullscreen .gallery-view {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0
}

body.in-fullscreen .topNewsTpl {
    opacity: 0
}

body.in-fullscreen .header-top {
    display: none!important
}

body.in-fullscreen .header-bottom {
    top: 0!important;
    position: fixed
}

body.in-fullscreen .header-mobile-menu {
    top: 53px
}

body.in-fullscreen #wpadminbar {
    display: none
}

@-webkit-keyframes popup-circle-pulse {
    0%, 100%, 40%, 80% {
        -webkit-transform: translate(-10px, -10px) scale(.1);
        transform: translate(-10px, -10px) scale(.1);
        background-color: rgba(255, 255, 255, 0)
    }
    50% {
        -webkit-transform: translate(-10px, -10px) scale(1.1);
        transform: translate(-10px, -10px) scale(1.1);
        background-color: rgba(255, 255, 255, .5)
    }
    70% {
        -webkit-transform: translate(-10px, -10px) scale(1.4);
        transform: translate(-10px, -10px) scale(1.4);
        background-color: rgba(255, 255, 255, 0)
    }
}

@keyframes popup-circle-pulse {
    0%, 100%, 40%, 80% {
        -webkit-transform: translate(-10px, -10px) scale(.1);
        transform: translate(-10px, -10px) scale(.1);
        background-color: rgba(255, 255, 255, 0)
    }
    50% {
        -webkit-transform: translate(-10px, -10px) scale(1.1);
        transform: translate(-10px, -10px) scale(1.1);
        background-color: rgba(255, 255, 255, .5)
    }
    70% {
        -webkit-transform: translate(-10px, -10px) scale(1.4);
        transform: translate(-10px, -10px) scale(1.4);
        background-color: rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes typing-pulse {
    0%, 100%, 25%, 75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes typing-pulse {
    0%, 100%, 25%, 75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.open-popup-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 50%;
    bottom: 105px!important;
    margin-left: 635px;
    padding: 10px 12px 10px 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e53935;
    border-radius: 30px;
    z-index: 10000;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    opacity: .9;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
    color: #fff
}

@media all and (max-width:1414px) {
    .open-popup-button {
        left: initial;
        right: 25px;
        margin-left: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial
    }
}

@media all and (max-width:950px) {
    .open-popup-button {
        display: none
    }
}

.open-popup-button:hover {
    opacity: 1
}

.open-popup-button.hide {
    opacity: 0
}

.open-popup-button .circle {
    position: relative;
    margin: 0 17px 0 10px
}

.open-popup-button .circle::after, .open-popup-button .circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: ''
}

.open-popup-button .circle::before {
    width: 20px;
    height: 20px;
    -webkit-animation: popup-circle-pulse 2s infinite;
    animation: popup-circle-pulse 2s infinite
}

.open-popup-button .circle::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff
}

.open-popup-button .text-group {
    position: relative;
    top: 1px
}

.open-popup-button .chat-name {
    font: bold 12px Gotham;
    white-space: nowrap
}

.open-popup-button .online-count {
    position: relative;
    left: -1px;
    margin-top: 2px;
    font: bold 10px Gotham
}

.open-popup-button .online-count[data-count="0"] {
    display: none
}

.open-popup-button .online-count::before {
    margin-right: 2px;
    font: 10px icomoon;
    content: '\e606'
}

.open-popup-button .online-count::after {
    content: attr(data-count)
}

.popup-chat {
    position: fixed!important;
    bottom: 5px;
    right: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(678px);
    -ms-transform: translateX(678px);
    transform: translateX(678px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 100000
}

@media all and (max-width:1366px) {
    .popup-chat {
        right: 5px;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial
    }
}

.popup-chat.open {
    width: 331px;
    height: 98%
}

.popup-chat.has-spinner::after {
    color: #00ace8;
    font-size: 40px
}

.popup-chat .chat_wrapper .inline-count::before {
    content: attr(data-mobile)!important
}

.popup-chat .chat_wrapper button[type=submit] span {
    display: none
}

.popup-chat .exit, .popup-chat .link-expand {
    display: block!important
}

@media all and (max-width:500px) {
    body.has-branding .wrapper .content.inner {
        z-index: initial
    }
}

body.safari .messages-inner {
    padding: 20px 0
}

.chat_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f1f2f2
}

.chat_wrapper .progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #00ace8;
    width: 0;
    -webkit-transition: width .1s;
    transition: width .1s;
    z-index: 15
}

.chat_wrapper .messages>.bmr-loading-spinner {
    display: block;
    position: relative;
    height: 85px;
    max-height: 85px;
    z-index: initial;
    -webkit-transition: .5s max-height;
    transition: .5s max-height;
    overflow: hidden
}

.chat_wrapper .messages>.bmr-loading-spinner::before {
    color: #00ace8;
    font-size: 40px
}

.chat_wrapper .messages>.bmr-loading-spinner.off {
    max-height: 0
}

.chat_wrapper .title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #f1f2f2
}

.chat_wrapper .title-row .left-group, .chat_wrapper .title-row .right-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chat_wrapper .title-row .right-group>* {
    cursor: pointer
}

.chat_wrapper .title-row .right-group i {
    font-size: 22px;
    color: #bababa
}

.chat_wrapper .title-row a {
    text-decoration: none
}

.chat_wrapper .title-row .name {
    margin-right: 10px;
    font: 15px/18px 'Open Sans Semibold'
}

.chat_wrapper .title-row .inline-count {
    position: relative;
    font: 12px/18px 'Open Sans';
    color: #bbb
}

.chat_wrapper .title-row .inline-count::before {
    content: attr(data-dekstop)
}

@media all and (max-width:500px) {
    .chat_wrapper .title-row .inline-count::before {
        content: attr(data-mobile)
    }
}

.chat_wrapper .title-row .inline-count[data-loaded="1"]::after {
    position: absolute;
    left: 100%;
    top: 0;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    background-color: #43a047;
    border-radius: 50%;
    content: ''
}

.chat_wrapper .title-row .mute {
    margin-right: 8px
}

.chat_wrapper .title-row .mute>i::before {
    color: #00ace8;
    font-size: 22px
}

.chat_wrapper .title-row .mute.muted>i::before {
    color: #bababa;
    content: '\e97b'
}

.chat_wrapper .title-row .link-expand {
    margin-right: 3px;
    display: none
}

.chat_wrapper .title-row .link-expand>i::before {
    position: relative;
    top: -2px;
    font-size: 16px
}

.chat_wrapper .title-row .exit {
    display: none
}

.chat_wrapper .new-message {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.chat_wrapper .new-message .new-message-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f1f2f2;
    background-color: #fff;
    z-index: 11
}

.chat_wrapper .new-message .new-message-box {
    position: relative;
    height: 100%;
    padding: 15px 10px;
    font: 13px 'Open Sans';
    line-height: 19px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 18px;
    max-height: 180px;
    overflow-y: auto;
    cursor: text
}

.chat_wrapper .new-message .new-message-cont {
    height: 100%
}

.chat_wrapper .new-message .new-message-reply-to {
    color: #00ace8
}

.chat_wrapper .new-message .new-message-placeholder {
    color: #9c9c9c
}

.chat_wrapper .new-message [name=chat_message] {
    display: inline;
    border: none;
    outline: 0
}

.chat_wrapper .new-message .file {
    position: relative;
    color: #c3c3c3;
    text-align: center;
    cursor: pointer
}

.chat_wrapper .new-message .file:hover {
    color: #00ace8
}

.chat_wrapper .new-message .file i {
    display: block;
    font-size: 20px
}

.chat_wrapper .new-message .file input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999
}

.chat_wrapper .new-message .group1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chat_wrapper .new-message button[type=submit] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    color: #00ace8;
    background: 0 0;
    border: 0;
    outline: 0;
    z-index: 9999
}

.chat_wrapper .new-message button[type=submit] i {
    display: block;
    margin-right: 8px;
    font-size: 18px
}

.chat_wrapper .new-message button[type=submit] span {
    font: bold 13px/22px Gotham
}

@media all and (max-width:500px) {
    .chat_wrapper .new-message button[type=submit] span {
        display: none
    }
}

.chat_wrapper .new-message .error-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #bf2324;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    color: #fff;
    padding: 7px 15px;
    font: 13px 'Open Sans';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.chat_wrapper .new-message .error-wrap.active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.chat_wrapper .messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.chat_wrapper .messages-inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.chat_wrapper .one-m-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #131313
}

.chat_wrapper .one-m-w+.one-m-w {
    margin-top: 5px
}

.chat_wrapper .one-m-w.own {
    text-align: right
}

.chat_wrapper .one-m-w.own .one-m>.msg {
    background-color: #00ace8;
    color: #fff
}

.chat_wrapper .one-m-w.own .one-m>.msg>.message-to {
    background-color: #00ace8;
    color: #fff
}

.chat_wrapper .one-m-w .m-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0
}

.chat_wrapper .one-m-w .author-avatar {
    margin-right: 10px
}

.chat_wrapper .one-m-w .author-title .name {
    font: 12px 'Open Sans Semibold';
    cursor: pointer
}

.chat_wrapper .one-m-w .author-title .achivement-label {
    margin: 0 5px
}

.chat_wrapper .one-m-w .author-title .time {
    margin-left: 3px;
    font: 12px 'Open Sans';
    color: #bbb
}

.chat_wrapper .one-m-w .one-m {
    position: relative;
    cursor: pointer
}

.chat_wrapper .one-m-w .one-m+.one-m {
    margin-top: 2px
}

.chat_wrapper .one-m-w .one-m>.msg {
    display: inline-block;
    max-width: 70%;
    padding: 5px 10px;
    word-wrap: break-word;
    background-color: #f1f2f2;
    font: 13px 'Open Sans';
    overflow: hidden
}

.chat_wrapper .one-m-w .one-m>.msg.has-spinner::before {
    background-color: transparent
}

.chat_wrapper .one-m-w .one-m>.msg>.message-to {
    margin-right: 3px;
    color: #00ace8
}

.chat_wrapper .one-m-w .one-m.removed {
    opacity: .3
}

.chat_wrapper .one-m-w .one-m.removed .remove-icon {
    display: none
}

.chat_wrapper .one-m-w .one-m:hover .remove-icon {
    opacity: 1
}

.chat_wrapper .one-m-w .one-m.img img {
    opacity: 0
}

.chat_wrapper .one-m-w .one-m.img>span {
    padding: 0;
    font-size: 0;
    background-color: #c3c3c3;
    cursor: pointer
}

.chat_wrapper .one-m-w .one-m.img>span.loaded img {
    opacity: 1
}

.chat_wrapper .one-m-w .remove-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.chat_wrapper .one-m-w .remove-icon::after {
    font: 20px icomoon;
    color: #e53935;
    content: '\e62d'
}

.chat_wrapper .one-m-w.own .remove-icon {
    left: 5px;
    right: initial
}

.chat_wrapper .one-m-w.own .m-inner.one .one-m>span {
    border-radius: 17px 4px 17px 17px
}

.chat_wrapper .one-m-w.own .m-inner.duo .one-m:first-child>span {
    border-radius: 17px 17px 4px 17px
}

.chat_wrapper .one-m-w.own .m-inner.duo .one-m>span {
    border-radius: 17px 4px 17px 17px
}

.chat_wrapper .one-m-w.own .m-inner.multiple .one-m>span {
    border-radius: 17px 4px 4px 17px
}

.chat_wrapper .one-m-w.own .m-inner.multiple .one-m:first-child>span {
    border-radius: 17px 17px 4px 17px
}

.chat_wrapper .one-m-w.own .m-inner.multiple .one-m:last-child>span {
    border-radius: 17px 4px 17px 17px
}

.chat_wrapper .one-m-w .m-inner {
    margin-top: 3px
}

.chat_wrapper .one-m-w .m-inner.one .one-m>span {
    border-radius: 4px 17px 17px 17px
}

.chat_wrapper .one-m-w .m-inner.duo .one-m:first-child>span {
    border-radius: 17px 17px 17px 4px
}

.chat_wrapper .one-m-w .m-inner.duo .one-m>span {
    border-radius: 4px 17px 17px 17px
}

.chat_wrapper .one-m-w .m-inner.multiple .one-m>span {
    border-radius: 4px 17px 17px 4px
}

.chat_wrapper .one-m-w .m-inner.multiple .one-m:first-child>span {
    border-radius: 17px 17px 17px 4px
}

.chat_wrapper .one-m-w .m-inner.multiple .one-m:last-child>span {
    border-radius: 4px 17px 17px 17px
}

.chat_wrapper .whos-typing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0
}

.chat_wrapper .whos-typing>div:not(:first-child) {
    margin-left: -15px
}

.chat_wrapper .whos-typing .avatar-more {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #00ace8;
    text-align: center;
    color: #fff;
    font: bold 12px/36px 'Open Sans';
    z-index: 10
}

.chat_wrapper .whos-typing .typing-symbol {
    margin-left: 8px;
    padding: 0 10px 5px 10px;
    background-color: #f1f2f2;
    border-radius: 15px
}

.chat_wrapper .whos-typing .typing-symbol>i {
    margin: 0 4px
}

.chat_wrapper .whos-typing .typing-symbol>i {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.chat_wrapper .whos-typing .typing-symbol::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.chat_wrapper .whos-typing .typing-symbol::after, .chat_wrapper .whos-typing .typing-symbol::before, .chat_wrapper .whos-typing .typing-symbol>i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #bbb;
    content: '';
    -webkit-animation-name: typing-pulse;
    animation-name: typing-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.chat_wrapper .achivement-label {
    font-size: 10px;
    line-height: 17px
}

.nicescroll-rails-hr {
    display: none!important
}

.block-item .image .autoplay, .quote:before, blockquote:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-notify>.mfp-wrapper {
    position: relative;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 600px;
    max-width: 100%;
    background: #fff
}

.mfp-notify>.mfp-wrapper>.mfp-header .h3 {
    padding: 15px;
    margin: 0;
    color: #fff;
    font: 18px "Open Sans Semibold"
}

.mfp-notify>.mfp-wrapper>.mfp-content {
    position: relative;
    padding: 25px 15px 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.mfp-notify>.mfp-wrapper>.mfp-content p {
    color: #777;
    margin-bottom: 10px
}

.mfp-notify>.mfp-wrapper>.mfp-content strong {
    color: #000;
    font: 16px "Open Sans Semibold"
}

.mfp-notify>.mfp-wrapper .mfp-actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 15px 0 15px
}

.mfp-notify>.mfp-wrapper .mfp-actions button+button {
    margin-left: 20px
}

.mfp-notify>.mfp-wrapper .mfp-actions button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #fff;
    padding: 11px 0
}

.mfp-notify>.mfp-wrapper .mfp-actions button.cancel {
    background: #000
}

.mfp-notify>.mfp-wrapper .mfp-actions button:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    content: ''
}

@media all and (max-width:500px) {
    .mfp-notify>.mfp-wrapper .mfp-actions button+button {
        margin-left: 10px
    }
}

.mfp-notify>.mfp-wrapper .mfp-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 1015
}

.mfp-notify[data-type=forecaster] [data-type-author] {
    display: none
}

.mfp-notify[data-type=author] [data-type-forecaster] {
    display: none
}

.mfp-notify .h3, .mfp-notify button.confirm {
    background: #000
}

.mfp-notify.forecast .h3, .mfp-notify.forecast button.confirm {
    background: #f27046
}

.mfp-notify.info>.mfp-wrapper>.mfp-header h3 {
    background: #3b86c4
}

.mfp-notify.error>.mfp-wrapper {
    width: 400px
}

.mfp-notify.error>.mfp-wrapper>.mfp-header .h3 {
    font-size: 16px;
    background: #ef5350;
    padding: 11px
}

.mfp-notify.error>.mfp-wrapper>.mfp-content {
    padding: 15px 40px 5px 40px
}

.mfp-notify.error>.mfp-wrapper>.mfp-content p {
    font-size: 14px;
    line-height: 1.3em
}

.mfp-notify.error>.mfp-wrapper>.mfp-actions {
    color: #ef5350;
    padding: 20px 40px 5px 40px;
    border-top: 1px solid #dedede;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mfp-notify.error>.mfp-wrapper>.mfp-actions::before {
    position: absolute;
    top: -11px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    font: 20px icomoon;
    color: #dedede;
    content: '\e62d'
}

.mfp-notify.error>.mfp-wrapper>.mfp-actions p {
    text-align: center;
    font: bold italic 14px "Open Sans"
}

.mfp-notify.error>.mfp-wrapper>.mfp-close {
    top: 11px;
    right: 7px
}

.mfp-new-look.mfp-notify>.mfp-wrapper>.mfp-header {
    margin: 0 15px;
    border-bottom: 1px solid #ebebeb
}

.mfp-new-look.mfp-notify>.mfp-wrapper>.mfp-header .h3 {
    color: #000;
    background: 0 0
}

.mfp-new-look.mfp-notify>.mfp-wrapper .mfp-close {
    color: #000
}

.mfp-new-look.mfp-notify>.mfp-wrapper button.confirm {
    background: #f27046
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper {
    width: 320px;
    padding-bottom: 17px
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper>.mfp-header .h3 {
    color: #131313;
    font: 700 18px "Open Sans";
    padding: 18px 25px 14px 0
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper>.mfp-content {
    padding: 18px 15px 0 15px
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper>.mfp-content p {
    color: #131313;
    margin-bottom: 16px;
    line-height: 21px
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper>.mfp-content strong {
    font-size: 15px;
    color: #191919
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper .mfp-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper .mfp-actions button:not(:last-child) {
    margin-bottom: 16px
}

.mfp-new-look.modern-v1.mfp-notify>.mfp-wrapper .mfp-close {
    top: 19px;
    font-size: 20px
}

.mfp-new-look.modern-v1 .subscription-unsubscribe-ok {
    background-color: #00ace8
}

.mfp-new-look.modern-v1 .subscription-unsubscribe-link {
    font: 400 13px Gotham;
    color: #131313;
    text-decoration: underline
}

.mfp-move-vertical .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px)
}

.mfp-move-vertical.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mfp-move-vertical.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-vertical.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-vertical.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0
}

.mfp-move-vertical.mfp-removing.mfp-bg {
    opacity: 0
}

#vote-for-rb {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.1, .41, .34, 1.82);
    transition: -webkit-transform .5s cubic-bezier(.1, .41, .34, 1.82);
    transition: transform .5s cubic-bezier(.1, .41, .34, 1.82);
    transition: transform .5s cubic-bezier(.1, .41, .34, 1.82), -webkit-transform .5s cubic-bezier(.1, .41, .34, 1.82)
}

#vote-for-rb .inner {
    width: 550px;
    height: 486px;
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/vote-for-rb-bg.jpg) no-repeat;*/
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden
}

#vote-for-rb.open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#vote-for-rb h2 {
    margin-top: 252px;
    font: normal 24px GothamBold;
    text-transform: uppercase
}

#vote-for-rb h2 br {
    display: none
}

#vote-for-rb hr {
    height: 2px;
    border: 0;
    background-color: #fff;
    width: 20%;
    margin: 15px auto
}

#vote-for-rb p {
    font-family: "Open Sans Italic"
}

#vote-for-rb p strong {
    font-family: "Open Sans Bold"
}

#vote-for-rb .buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 60px;
    width: 100%;
    text-align: center
}

#vote-for-rb .buttons a {
    width: 250px;
    height: 100%;
    font: normal 18px GothamBold;
    text-transform: uppercase;
    color: #fff!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#vote-for-rb .buttons a:hover {
    text-decoration: none
}

#vote-for-rb .like-btn {
    background-color: #484848;
    margin-right: 10px
}

#vote-for-rb .like-btn:hover {
    background-color: #626262
}

#vote-for-rb .vote-btn {
    margin-left: 10px;
    background-color: #c33e37
}

#vote-for-rb .vote-btn:hover {
    background-color: #d1625c
}

#vote-for-rb .icon-close {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000
}

#vote-for-rb .icon-close:before {
    display: block;
    position: absolute;
    right: -4px;
    top: 2px;
    font-size: 30px
}

@media all and (max-width:500px) {
    #vote-for-rb {
        overflow-x: hidden;
        overflow-y: scroll
    }
    #vote-for-rb .inner {
        width: 320px;
        height: 480px;
        /*background-image: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/vote-for-rb-bg-mobile.jpg)*/
    }
    #vote-for-rb hr {
        width: 35%
    }
    #vote-for-rb h2 {
        margin-top: 215px
    }
    #vote-for-rb h2 br {
        display: block
    }
    #vote-for-rb .inner {
        background-size: cover
    }
    #vote-for-rb .buttons {
        bottom: 0;
        height: 45px
    }
    #vote-for-rb .buttons a {
        font-size: 14px;
        width: 50%;
        margin: 0
    }
}

@media all and (max-height:480px) {
    #vote-for-rb {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        overflow-x: hidden;
        overflow-y: scroll
    }
}

.msg-popup {
    width: 390px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    color: #131313;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.popup-container.open .msg-popup {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.msg-popup .msg-header {
    font: 18px "Open Sans Semibold";
    border-bottom: 1px solid #f1f2f2;
    padding: 0 25px 15px 0;
    margin: 0 0 20px;
    position: relative
}

.msg-popup .icon-close {
    color: #131313;
    position: absolute;
    right: 0;
    top: 0
}

.msg-popup .msg-top-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 23px
}

.msg-popup .msg-middle-text {
    font-size: 14px;
    line-height: 20px;
    color: #959595;
    margin-bottom: 17px
}

.msg-popup .msg-bottom-text {
    font-size: 18px;
    font-style: italic
}

.msg-popup .msg-line {
    font-size: 18px;
    margin-bottom: 20px;
    color: #dedede;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.msg-popup .msg-line::after, .msg-popup .msg-line::before {
    border-top: 1px solid #dedede;
    height: 1px;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.msg-popup .msg-line .msg-icon {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.msg-popup .msg-line .msg-icon::before {
    content: "\e62f"
}

.msg-popup.success .msg-icon::before {
    content: "\e62f"
}

.msg-popup.success .msg-bottom-text {
    color: #3b86c4
}

.msg-popup.error .msg-icon::before {
    content: "\e62d"
}

.msg-popup.error .msg-bottom-text {
    color: #e56c69
}

.msg-popup.error-red {
    width: 500px;
    max-width: 100%
}

.msg-popup.error-red .msg-header {
    color: #c62828
}

.msg-popup.error-red .msg-top-text {
    font-family: 'Open Sans Semibold'
}

.msg-popup.error-red .msg-middle-text, .msg-popup.error-red .msg-top-text {
    text-align: center
}

.msg-popup.error-red .msg-icon::before {
    content: '\e62d'
}

#away-window {
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999999
}

#away-window.active {
    display: block
}

#away-window * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#away-window .nicescroll-rails {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#away-window .away {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%
}

#away-window .away>.away-chat {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5)
}

#away-window .away>.away-chat>.away-chat-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 9999
}

#away-window .away>.away-chat>.away-chat-close:hover {
    opacity: .5
}

#away-window .away>.away-chat>.away-chat-close>i::before {
    content: '\e62d';
    font: normal 24px/32px icomoon;
    color: rgba(0, 0, 0, .2)
}

@media screen and (max-width:950px) {
    #away-window .away>.away-chat>.away-chat-close>i::before {
        font: normal 29px/42px icomoon
    }
}

#away-window .away>.away-chat>.away-chat-content {
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:950px) {
    #away-window .away>.away-chat>.away-chat-content {
        max-width: 100%;
        padding: 0 15px
    }
}

@media screen and (max-width:500px) {
    #away-window .away>.away-chat>.away-chat-content {
        padding: 0
    }
}

@media screen and (max-width:950px) and (orientation:landscape) {
    #away-window .away>.away-chat>.away-chat-content {
        max-height: 250px
    }
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 1px;
    position: relative;
    margin: 30px 0 0 0
}

@media screen and (max-width:500px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message {
        margin: 50px 0 0 0
    }
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message.answer {
    margin: 5px 0 0 0
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message.answer .away-chat-message-text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message.answer .away-chat-message-text .away-chat-message-text-container {
    text-align: right;
    background: #00aeeb;
    border-radius: 20px 20px 3px 20px;
    color: #fff;
    min-width: 5%;
    word-wrap: break-word
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header {
    display: block;
    position: absolute;
    top: -25px;
    left: 94px
}

@media screen and (max-width:950px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-header {
        left: 69px
    }
}

@media screen and (max-width:500px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-header {
        top: -34px;
        left: 45px
    }
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-name {
    color: rgba(0, 0, 0, .4);
    font: 12px/20px Gotham;
    display: block;
    float: left
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip {
    display: block;
    float: left
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip i::before {
    color: #00aeeb;
    font: 16px/20px icomoon;
    content: '\e917';
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 10px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip::after, #away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip::before {
    content: '';
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1000
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip:hover::after, #away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip:hover::before {
    opacity: 1
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip::before {
    border: 8px solid transparent;
    border-right-color: #fff;
    top: 50%;
    margin-top: -8px;
    right: -3px;
    z-index: 1001
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip::after {
    background: #fff;
    color: #131313;
    content: attr(data-away-tooltip);
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    left: 100%;
    margin-left: 3px;
    min-height: 50px;
    padding: 8px;
    text-align: left;
    top: -14px;
    width: 300px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .35)
}

@media screen and (max-width:950px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-header .acmh-tooltip::after {
        width: 100px
    }
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 0 15px 0
}

@media screen and (max-width:950px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        width: 55px;
        height: 55px
    }
}

@media screen and (max-width:500px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-avatar {
        position: absolute;
        width: 30px;
        height: 30px;
        top: -40px;
        left: 7px
    }
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 13px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgba(0, 0, 0, .1);
    padding: 12px 16px;
    margin: 0 18px 4px 10px;
    max-width: 75%;
    border-radius: 3px 20px 20px 3px;
    font: normal 15px/21px 'Open Sans';
    font-weight: 600
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container>p {
    font: normal 15px/21px 'Open Sans'
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container img.wp-smiley {
    height: 1.2em!important;
    max-height: 1.2em!important;
    position: relative;
    top: 5px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container .social-icons {
    margin: 9px 0
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container .social-icons a {
    text-decoration: none
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container .mobile-app-link {
    margin-top: 12px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container .mobile-app-link .ios-link img {
    width: 122px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container .mobile-app-link .android-link img {
    width: 136px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container a {
    text-decoration: underline
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container a:hover {
    text-decoration: none
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container:last-child {
    border-radius: 3px 20px 20px 20px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container:first-child {
    border-radius: 20px 20px 20px 3px
}

#away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container:nth-child(2) {
    max-width: 60%
}

@media screen and (max-width:950px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container {
        max-width: 100%!important
    }
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container .social-icons {
        display: none
    }
}

@media screen and (max-width:500px) {
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container {
        font: 600 14px/18px 'Open Sans'
    }
    #away-window .away>.away-chat>.away-chat-content .away-chat-message-text-container .social-icons>a {
        font: 300 19px/26px icomoon!important;
        width: 26px!important;
        -webkit-font-smoothing: antialiased
    }
}

#away-window .away>.away-chat>.away-chat-form {
    margin: 0 auto;
    max-width: 800px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:950px) {
    #away-window .away>.away-chat>.away-chat-form {
        max-width: 100%;
        padding: 0 19px 0 10px
    }
}

#away-window .away>.away-chat>.away-chat-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#away-window .away>.away-chat>.away-chat-form .away-write {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 1px;
    height: 48px;
    position: relative;
    margin: 10px 0
}

#away-window .away>.away-chat>.away-chat-form .away-write.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#away-window .away>.away-chat>.away-chat-form .away-write-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

#away-window .away>.away-chat>.away-chat-form .away-write-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

#away-window .away>.away-chat>.away-chat-form .away-write-text-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgba(0, 0, 0, .1);
    padding: 8px 16px;
    margin: 0 0 2px 10px;
    border-radius: 16px;
    font: normal 16px/22px Gotham
}

#away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing, #away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing:after, #away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing:before {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: write3 1.8s infinite ease-in-out;
    animation: write3 1.8s infinite ease-in-out
}

#away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing {
    margin: -2em 1.5em 3em 1.5em;
    position: relative;
    font: normal 8px/8px Gotham;
    text-indent: -9999em;
    -webkit-animation-delay: .16s;
    animation-delay: .16s
}

#away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing:before {
    left: -1.5em
}

#away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing:after {
    left: 1.5em;
    -webkit-animation-delay: .32s;
    animation-delay: .32s
}

#away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing:after, #away-window .away>.away-chat>.away-chat-form .away-write-text-container .writing:before {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes write3 {
    0%, 100%, 80% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, .1);
        box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, .1)
    }
    40% {
        -webkit-box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, .25)
    }
}

@keyframes write3 {
    0%, 100%, 80% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, .1);
        box-shadow: 0 2.5em 0 -1.3em rgba(0, 0, 0, .1)
    }
    40% {
        -webkit-box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, .25);
        box-shadow: 0 2.5em 0 0 rgba(0, 0, 0, .25)
    }
}

#away-window .away>.away-chat>.away-chat-form .away-answer {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 1px;
    height: 60px;
    position: relative;
    margin: 4px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#away-window .away>.away-chat>.away-chat-form .away-answer.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#away-window .away>.away-chat>.away-chat-form .away-answer.disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .5
}

#away-window .away>.away-chat>.away-chat-form .away-answer.disabled .away-answer-button {
    color: rgba(0, 0, 0, .6)
}

#away-window .away>.away-chat>.away-chat-form .away-answer-textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 20px;
    min-height: 20px;
    max-height: 60px;
    border: 0 none;
    resize: none;
    font: normal 16px/20px 'Open Sans';
    padding: 0;
    background: 0 0;
    outline: 0
}

#away-window .away>.away-chat>.away-chat-form .away-answer-textarea::-webkit-input-placeholder {
    font: normal 15px/18px 'Open Sans';
    font-weight: 600;
    font-family: "Open Sans"
}

#away-window .away>.away-chat>.away-chat-form .away-answer-textarea:-moz-placeholder {
    font: normal 15px/18px 'Open Sans';
    font-weight: 600;
    font-family: "Open Sans"
}

#away-window .away>.away-chat>.away-chat-form .away-answer-textarea::-moz-placeholder {
    font: normal 15px/18px 'Open Sans';
    font-weight: 600;
    font-family: "Open Sans"
}

#away-window .away>.away-chat>.away-chat-form .away-answer-textarea:-ms-input-placeholder {
    font: normal 15px/18px 'Open Sans';
    font-weight: 600;
    font-family: "Open Sans"
}

#away-window .away>.away-chat>.away-chat-form .away-answer-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 0 none;
    color: #00ace8;
    background: 0 0;
    font: bold 16px/28px Gotham;
    position: relative;
    padding: 0 0 0 32px
}

#away-window .away>.away-chat>.away-chat-form .away-answer-button::before {
    content: '\e6be';
    font: normal 24px/28px icomoon;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:500px) {
    #away-window .away>.away-chat>.away-chat-form .away-answer {
        height: 50px
    }
    #away-window .away>.away-chat>.away-chat-form .away-answer-textarea {
        font: normal 14px/20px 'Open Sans'
    }
    #away-window .away>.away-chat>.away-chat-form .away-answer-textarea::-webkit-input-placeholder {
        font: normal 13px/18px 'Open Sans';
        font-weight: 600;
        font-family: "Open Sans"
    }
    #away-window .away>.away-chat>.away-chat-form .away-answer-textarea:-moz-placeholder {
        font: normal 13px/18px 'Open Sans';
        font-weight: 600;
        font-family: "Open Sans"
    }
    #away-window .away>.away-chat>.away-chat-form .away-answer-textarea::-moz-placeholder {
        font: normal 13px/18px 'Open Sans';
        font-weight: 600;
        font-family: "Open Sans"
    }
    #away-window .away>.away-chat>.away-chat-form .away-answer-textarea:-ms-input-placeholder {
        font: normal 13px/18px 'Open Sans';
        font-weight: 600;
        font-family: "Open Sans"
    }
    #away-window .away>.away-chat>.away-chat-form .away-answer-button {
        font: bold 13px/31px Gotham
    }
}

#bonus-window {
    position: fixed;
    width: 320px;
    margin: 0;
    padding: 0;
    bottom: 110px;
    right: 0;
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
    -webkit-transition: -webkit-transform .5s 0s;
    transition: -webkit-transform .5s 0s;
    transition: transform .5s 0s;
    transition: transform .5s 0s, -webkit-transform .5s 0s;
    z-index: 998
}

#bonus-window.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s 0s;
    transition: -webkit-transform .5s 0s;
    transition: transform .5s 0s;
    transition: transform .5s 0s, -webkit-transform .5s 0s
}

#bonus-window .bonus-content {
    height: 100%
}

#bonus-window .bonus-content>div {
    display: none;
    height: 100%;
    padding: 0 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#bonus-window .bonus-content>div input:-webkit-autofill, #bonus-window .bonus-content>div input:-webkit-autofill:focus input:-webkit-autofill, #bonus-window .bonus-content>div input:-webkit-autofill:hover, #bonus-window .bonus-content>div select:-webkit-autofill, #bonus-window .bonus-content>div select:-webkit-autofill:focus, #bonus-window .bonus-content>div select:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background-color: #fff!important
}

#bonus-window .bonus-content .bonus-email {
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px
}

#bonus-window .bonus-content .bonus-email.error {
    border: 1px solid red
}

#bonus-window .bonus-content .btn-send {
    border: 0;
    height: 40px;
    color: #fff;
    font: bold 14px Gotham;
    width: 100%
}

#bonus-window .bonus-content .btn-send.uikit-has-spinner::after {
    font-size: 22px;
    color: #fff;
    top: 9px;
    left: 21px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

#bonus-window .bonus-content .btn-send.uikit-has-spinner::before {
    height: 0
}

#bonus-window .bonus-content .active {
    display: block
}

#bonus-window .bonus-content .review-btn {
    cursor: pointer
}

#bonus-window .bonus-content .bonus-tooltip {
    font-size: 13px;
    padding: 10px;
    position: absolute;
    width: 274px;
    background: #fff;
    color: gray;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 128px;
    opacity: 0
}

#bonus-window .bonus-content .bonus-tooltip.active {
    opacity: 1
}

#bonus-window .bonus-content .bonus-tooltip::after {
    content: '';
    position: absolute;
    background: #fff;
    left: 127px;
    bottom: -6px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 3px 3px 4px rgba(99, 99, 99, .34);
    box-shadow: 3px 3px 4px rgba(99, 99, 99, .34);
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#bonus-window.a-test {
    height: 291px
}

#bonus-window.a-test .btn-close {
    position: absolute;
    top: -18px;
    right: 9px;
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgba(14, 24, 44, .41);
    box-shadow: 0 0 7px rgba(14, 24, 44, .41);
    background-color: #00011e;
    border-radius: 100%;
    cursor: pointer
}

#bonus-window.a-test .btn-close i::before {
    content: '\e62d';
    font: normal 20px/36px icomoon;
    color: rgba(255, 255, 255, .8)
}

#bonus-window.a-test .bonus-content .bonus-tooltip {
    bottom: 128px
}

#bonus-window.a-test .bonus-content .window-start {
    padding-top: 167px;
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/bonus-start-1.png?v=3) no-repeat*/
}

#bonus-window.a-test .bonus-content .window-end {
    padding-top: 150px;
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/bonus-end-1.png) no-repeat*/
}

#bonus-window.b-test {
    height: 322px
}

#bonus-window.b-test .btn-close {
    position: absolute;
    top: 15px;
    right: 11px;
    display: block;
    width: 27px;
    height: 27px;
    cursor: pointer
}

#bonus-window.b-test .btn-close i::before {
    content: '\e62d';
    font: normal 20px/27px icomoon;
    color: rgba(255, 255, 255, .8)
}

#bonus-window.b-test .bonus-content .bonus-tooltip {
    bottom: 155px
}

#bonus-window.b-test .bonus-content .window-start {
    padding-top: 170px;
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/bonus-start-2.png) no-repeat*/
}

#bonus-window.b-test .bonus-content .window-end {
    padding-top: 205px;
    /*background: url(https://bookmaker-ratings.ru/wp-content/themes/bmr/assets/img/banners/bonus-end-2.png) no-repeat*/
}

.freeze {
    height: 100%;
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10001;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.popup-overlay.open {
    opacity: 1
}

body.has-overlay::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 10001;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.popup-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto
}

.popup-container .icon-close {
    cursor: pointer
}

.popup-container .popup-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.popup-container .popup-inner::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.popup-container .popup-content {
    width: 100%;
    cursor: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.bm-redirect-container {
    background: rgba(0, 0, 0, .85);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-perspective: 2500px;
    perspective: 2500px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999
}

.bm-redirect-container .bm-redirect-popup-body {
    color: #fff;
    font-size: 15px;
    width: 100%
}

.bm-redirect-container .bm-redirect-popup-body #meter-content {
    width: 100%;
    height: 5px;
    margin: 25px auto;
    background: #000
}

.bm-redirect-container .bm-redirect-popup-body #meter-content .expand {
    width: 100%;
    height: 1px;
    margin: 2px 0;
    background: #2187e7;
    position: absolute;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 198, 255, .7);
    box-shadow: 0 0 0 1px rgba(0, 198, 255, .7);
    -webkit-animation: fullexpand 10s ease-out;
    animation: fullexpand 10s ease-out;
    left: 0
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text {
    line-height: 1
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo {
    display: inline-block;
    vertical-align: middle
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo img {
    width: 94px;
    height: auto;
    padding: 0 10px;
    position: relative;
    top: -5px
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo.liga img {
    width: 110px
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .logo.winline img {
    width: 115px;
    padding: 0 5px;
    top: 3px;
    margin-bottom: 13px
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text .long {
    margin-top: 12px;
    width: 265px
}

.bm-redirect-container .bm-redirect-popup-body .bottom-text.second {
    top: -6px;
    position: relative
}

.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.bm-redirect-container .bm-redirect-popup-body .bm-redirect-close::before {
    content: "\e62d";
    font-size: 18px;
    color: #fff;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.bm-redirect-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#goto-1xbet {
    margin: 42px 0 25px 0;
    width: 205px;
    height: 45px;
    font-size: 15px;
    padding: 12px 0
}

#goto-adsite {
    margin: 30px 0;
    width: 220px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    height: 45px;
    font-size: 15px;
    padding: 12px 0 12px 12px;
    background-color: #00ace8!important
}

#goto-adsite img {
    padding: 0 0 2px 6px;
    height: 27px
}

@keyframes fullexpand {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

#fullsite-redirect-popup .extended-logo {
    height: 280px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 50% center
}

@media all and (max-width:400px) {
    #fullsite-redirect-popup .bm-redirect-popup-body {
        padding: 10px
    }
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-left:before {
    content: "\e600"
}

.icon-right-01:before {
    content: "\e601"
}

.icon-white44:before {
    content: "\e604"
}

.icon-vip-02:before {
    content: "\e605"
}

.icon-user58:before {
    content: "\e606"
}

.icon-stopwatch2:before {
    content: "\e608"
}

.icon-idontlike:before {
    content: "\e609"
}

.icon-star-01:before {
    content: "\e60a"
}

.icon-spinner:before {
    content: "\e60b"
}

.icon-social40:before {
    content: "\e60c"
}

.icon-social-7:before {
    content: "\e60d"
}

.icon-social-06-01:before {
    content: "\e60e"
}

.icon-social-05:before {
    content: "\e60f"
}

.icon-social-04:before {
    content: "\e610"
}

.icon-social-03:before {
    content: "\e611"
}

.icon-social-02:before {
    content: "\e612"
}

.icon-social-01:before {
    content: "\e613"
}

.icon-soccer14:before {
    content: "\e614"
}

.icon-share:before {
    content: "\e615"
}

.icon-search4:before {
    content: "\e616"
}

.icon-running22:before {
    content: "\e617"
}

.icon-phone16:before {
    content: "\e618"
}

.icon-personal4:before {
    content: "\e619"
}

.icon-mouse3:before {
    content: "\e61a"
}

.icon-minus4:before {
    content: "\e61b"
}

.icon-menu17:before {
    content: "\e61c"
}

.icon-map5:before {
    content: "\e61d"
}

.icon-mail59:before {
    content: "\e61e"
}

.icon-local1:before {
    content: "\e61f"
}

.icon-internet15:before {
    content: "\e621"
}

.icon-info4:before {
    content: "\e622"
}

.icon-id2:before {
    content: "\e623"
}

.icon-home63:before {
    content: "\e624"
}

.icon-google10:before {
    content: "\e625"
}

.icon-football129:before {
    content: "\e626"
}

.icon-football75:before {
    content: "\e627"
}

.icon-football69:before {
    content: "\e628"
}

.icon-eye:before {
    content: "\e629"
}

.icon-dollar60:before {
    content: "\e62a"
}

.icon-dog-01:before {
    content: "\e62b"
}

.icon-close:before {
    content: "\e62d"
}

.icon-circle7:before {
    content: "\e62e"
}

.icon-checkmark:before {
    content: "\e62f"
}

.icon-calendar4:before {
    content: "\e630"
}

.icon-bubbles:before {
    content: "\e631"
}

.icon-briefcase13:before {
    content: "\e632"
}

.icon-bingo-01:before {
    content: "\e633"
}

.icon-analytics5:before {
    content: "\e634"
}

.icon-svg:before {
    content: "\e635"
}

.icon-Flaticon_24115:before {
    content: "\e636"
}

.icon-Flaticon_24195:before {
    content: "\e637"
}

.icon-play:before {
    content: "\e638"
}

.icon-Flaticon_23628:before {
    content: "\e639"
}

.icon-Flaticon_24142:before {
    content: "\e63a"
}

.icon-neutral:before {
    content: "\e63b"
}

.icon-loop:before {
    content: "\e63c"
}

.icon-list:before {
    content: "\e63d"
}

.icon-grid:before {
    content: "\e63e"
}

.icon-expand:before {
    content: "\e63f"
}

.icon-contract:before {
    content: "\e640"
}

.icon-arrow-up:before {
    content: "\e641"
}

.icon-arrow-down:before {
    content: "\e642"
}

.icon-t-shirt:before {
    content: "\e643"
}

.icon-man:before {
    content: "\e644"
}

.icon-woman:before {
    content: "\e645"
}

.icon-login-01:before {
    content: "\e646"
}

.icon-Flaticon_3794:before {
    content: "\e647"
}

.icon-disk:before {
    content: "\e648"
}

.icon-soccer:before {
    content: "\e649"
}

.icon-voice15:before {
    content: "\e64a"
}

.icon-football79:before {
    content: "\e64b"
}

.icon-football80:before {
    content: "\e64c"
}

.icon-football103:before {
    content: "\e64d"
}

.icon-refresh:before {
    content: "\e64e"
}

.icon-hands-shake:before {
    content: "\e64f"
}

.icon-soccer44:before {
    content: "\e653"
}

.icon-icon26:before {
    content: "\e664"
}

.icon-icon27:before {
    content: "\e665"
}

.icon-icon28:before {
    content: "\e666"
}

.icon-icon4:before {
    content: "\e667"
}

.icon-icon25:before {
    content: "\e668"
}

.icon-icon6:before {
    content: "\e669"
}

.icon-ilike:before {
    content: "\e66a"
}

.icon-icon20:before {
    content: "\e66b"
}

.icon-icon24:before {
    content: "\e66c"
}

.icon-icon17:before {
    content: "\e66d"
}

.icon-icon22:before {
    content: "\e66e"
}

.icon-info4-1:before {
    content: "\e66f"
}

.icon-icon19:before {
    content: "\e670"
}

.icon-icon12:before {
    content: "\e674"
}

.icon-icon3:before {
    content: "\e675"
}

.icon-icon30:before {
    content: "\e676"
}

.icon-icon14:before {
    content: "\e677"
}

.icon-icon7:before {
    content: "\e678"
}

.icon-icon11:before {
    content: "\e679"
}

.icon-icon35:before {
    content: "\e67a"
}

.icon-icon21:before {
    content: "\e67b"
}

.icon-icon18:before {
    content: "\e67c"
}

.icon-icon13:before {
    content: "\e67d"
}

.icon-comment:before {
    content: "\e67e"
}

.icon-icon2:before {
    content: "\e67f"
}

.icon-icon16:before {
    content: "\e680"
}

.icon-icon34:before {
    content: "\e684"
}

.icon-icon33:before {
    content: "\e685"
}

.icon-icon36:before {
    content: "\e686"
}

.icon-icon29:before {
    content: "\e687"
}

.icon-icon32:before {
    content: "\e688"
}

.icon-icon32-1:before {
    content: "\e689"
}

.icon-Flaticon_25240:before {
    content: "\e68a"
}

.icon-Flaticon_23621:before {
    content: "\e68b"
}

.icon-Flaticon_23656:before {
    content: "\e68c"
}

.icon-Flaticon_14415:before {
    content: "\e68d"
}

.icon-icon37:before {
    content: "\e68e"
}

.icon-icon5:before {
    content: "\e68f"
}

.icon-icon38:before {
    content: "\e690"
}

.icon-icon31:before {
    content: "\e691"
}

.icon-Flaticon_33810:before {
    content: "\e692"
}

.icon-Flaticon_24349:before {
    content: "\e693"
}

.icon-casino-live:before {
    content: "\e694"
}

.icon-icon8:before {
    content: "\e695"
}

.icon-Flaticon_24155:before {
    content: "\e696"
}

.icon-Flaticon_23661:before {
    content: "\e697"
}

.icon-Flaticon_23962:before {
    content: "\e698"
}

.icon-Flaticon_8664:before {
    content: "\e699"
}

.icon-virtual-sport:before {
    content: "\e69a"
}

.icon-icon40:before {
    content: "\e69b"
}

.icon-article-wiki:before {
    content: "\e69c"
}

.icon-icon41:before {
    content: "\e69d"
}

.icon-icon39:before {
    content: "\e69e"
}

.icon-icon42:before {
    content: "\e69f"
}

.icon-icon46:before {
    content: "\e6a0"
}

.icon-category-wiki:before {
    content: "\e6a1"
}

.icon-forbidden:before {
    content: "\e6a2"
}

.icon-map-pointer:before {
    content: "\e6a3"
}

.icon-percent:before {
    content: "\e6a4"
}

.icon-icon44:before {
    content: "\e6a5"
}

.icon-icon43:before {
    content: "\e6a6"
}

.icon-icon542:before {
    content: "\e6a7"
}

.icon-icon532:before {
    content: "\e6a8"
}

.icon-icon45:before {
    content: "\e6a9"
}

.icon-icon51:before {
    content: "\e6aa"
}

.icon-icon48:before {
    content: "\e6ab"
}

.icon-icon49:before {
    content: "\e6ac"
}

.icon-icon52:before {
    content: "\e6ad"
}

.icon-reply:before {
    content: "\e6ae"
}

.icon-down:before {
    content: "\e6af"
}

.icon-up:before {
    content: "\e6b0"
}

.icon-icon:before {
    content: "\e6b3"
}

.icon-expand-content-wiki:before {
    content: "\e6b4"
}

.icon-icon-1-01:before {
    content: "\e6b5"
}

.icon-up1:before {
    content: "\e6b6"
}

.icon-left1:before {
    content: "\e6b7"
}

.icon-down1:before {
    content: "\e6b8"
}

.icon-right1:before {
    content: "\e6b9"
}

.icon-Flaticon_1269:before {
    content: "\e6ba"
}

.icon-Flaticon_1268:before {
    content: "\e6bb"
}

.icon-Flaticon_12690:before {
    content: "\e6bc"
}

.icon-history-01:before {
    content: "\e6bd"
}

.icon-send-plane:before {
    content: "\e6be"
}

.icon-user-month:before {
    content: "\e6bf"
}

.icon-wallet:before {
    content: "\e6c0"
}

.icon-quote:before {
    content: "\e6c1"
}

.icon-quote1:before {
    content: "\e6c2"
}

.icon-coffee:before {
    content: "\e6c3"
}

.icon-touch-terminal:before {
    content: "\e6c4"
}

.icon-wifi:before {
    content: "\e6c5"
}

.icon-player-amateur:before {
    content: "\e6c6"
}

.icon-player-beginner:before {
    content: "\e6c7"
}

.icon-player-expert:before {
    content: "\e6c8"
}

.icon-phone:before {
    content: "\e6c9"
}

.icon-tablet-01:before {
    content: "\e6ca"
}

.icon-betting:before {
    content: "\e6cb"
}

.icon-bingo:before {
    content: "\e6cc"
}

.icon-casino:before {
    content: "\e6cd"
}

.icon-games:before {
    content: "\e6ce"
}

.icon-live-casino:before {
    content: "\e6cf"
}

.icon-poker:before {
    content: "\e6d0"
}

.icon-sport:before {
    content: "\e6d1"
}

.icon-sad:before {
    content: "\e6d2"
}

.icon-smiley:before {
    content: "\e6d3"
}

.icon-all-bookmakers:before {
    content: "\e6d4"
}

.icon-best-bookmakers:before {
    content: "\e6d5"
}

.icon-black-list-bookmakers:before {
    content: "\e6d6"
}

.icon-russian-bookmakers:before {
    content: "\e6d7"
}

.icon-star-02:before {
    content: "\e6d8"
}

.icon-betting-school:before {
    content: "\e6d9"
}

.icon-Life-Guard:before {
    content: "\e6da"
}

.icon-question-answer:before {
    content: "\e6db"
}

.icon-wikipedia-w-logo:before {
    content: "\e6dc"
}

.icon-earth:before {
    content: "\e6dd"
}

.icon-os-x:before {
    content: "\e6de"
}

.icon-cybersport:before {
    content: "\e6df"
}

.icon-totalizator:before {
    content: "\e6e0"
}

.icon-pen-edit:before {
    content: "\e6e1"
}

.icon-instagram1:before {
    content: "\e6e2"
}

.icon-trident-ua:before {
    content: "\e6e3"
}

.icon-daughter-org:before {
    content: "\e6e4"
}

.icon-director-creator:before {
    content: "\e6e5"
}

.icon-StatisticalChart:before {
    content: "\e6e6"
}

.icon-photo-landscape:before {
    content: "\e6e7"
}

.icon-exclamation-in-triangle:before {
    content: "\e6e8"
}

.icon-facebook:before {
    content: "\e6e9"
}

.icon-vkontakte:before {
    content: "\e6ea"
}

.icon-bank-respect:before {
    content: "\e800"
}

.icon-medal:before {
    content: "\e801"
}

.icon-comment1:before {
    content: "\e900"
}

.icon-icon-01:before {
    content: "\e901"
}

.icon-icon10:before {
    content: "\e902"
}

.icon-icon15:before {
    content: "\e903"
}

.icon-personal-id:before {
    content: "\e904"
}

.icon-android-logo:before {
    content: "\e905"
}

.icon-apple-logo:before {
    content: "\e906"
}

.icon-arrow-wide-down:before {
    content: "\e907"
}

.icon-arrow-wide-up:before {
    content: "\e908"
}

.icon-arrows-left-right:before {
    content: "\e909"
}

.icon-arrows-up-down:before {
    content: "\e90a"
}

.icon-attach:before {
    content: "\e90b"
}

.icon-bingo-pps:before {
    content: "\e90c"
}

.icon-bookmark:before {
    content: "\e90d"
}

.icon-briefcase:before {
    content: "\e90e"
}

.icon-burger-menu:before {
    content: "\e90f"
}

.icon-calendar:before {
    content: "\e910"
}

.icon-casino-chips:before {
    content: "\e911"
}

.icon-chart-presentantion:before {
    content: "\e912"
}

.icon-check:before {
    content: "\e913"
}

.icon-circle-check:before {
    content: "\e914"
}

.icon-circle-close:before {
    content: "\e915"
}

.icon-circle-exclamation:before {
    content: "\e916"
}

.icon-circle-info:before {
    content: "\e917"
}

.icon-circle-minus:before {
    content: "\e918"
}

.icon-circle-plus:before {
    content: "\e919"
}

.icon-circle-question:before {
    content: "\e91a"
}

.icon-clock-alarm:before {
    content: "\e91b"
}

.icon-comment-check:before {
    content: "\e91c"
}

.icon-comment-dots:before {
    content: "\e91d"
}

.icon-comment-exclamation:before {
    content: "\e91e"
}

.icon-comment-question:before {
    content: "\e91f"
}

.icon-comment-quote:before {
    content: "\e920"
}

.icon-comments:before {
    content: "\e921"
}

.icon-data-text:before {
    content: "\e922"
}

.icon-desktop:before {
    content: "\e923"
}

.icon-dice:before {
    content: "\e924"
}

.icon-dog-race:before {
    content: "\e925"
}

.icon-dollar-coins-big:before {
    content: "\e926"
}

.icon-dollar-coins-medium:before {
    content: "\e927"
}

.icon-dollar-coins-small:before {
    content: "\e928"
}

.icon-dollar-note:before {
    content: "\e929"
}

.icon-football-ball:before {
    content: "\e92a"
}

.icon-football-field-45:before {
    content: "\e92b"
}

.icon-football-field-players:before {
    content: "\e92c"
}

.icon-football-field:before {
    content: "\e92d"
}

.icon-football-translation:before {
    content: "\e92e"
}

.icon-game-machine:before {
    content: "\e92f"
}

.icon-google-logo:before {
    content: "\e930"
}

.icon-happy-outline:before {
    content: "\e931"
}

.icon-heart:before {
    content: "\e932"
}

.icon-hockey-disk:before {
    content: "\e933"
}

.icon-home:before {
    content: "\e934"
}

.icon-horserace:before {
    content: "\e935"
}

.icon-info:before {
    content: "\e936"
}

.icon-internet-virtual:before {
    content: "\e937"
}

.icon-knowledge-document:before {
    content: "\e938"
}

.icon-letter-outline:before {
    content: "\e939"
}

.icon-letter:before {
    content: "\e93a"
}

.icon-license-certificate:before {
    content: "\e93b"
}

.icon-lock-closed:before {
    content: "\e93c"
}

.icon-lock-open:before {
    content: "\e93d"
}

.icon-microphone:before {
    content: "\e93e"
}

.icon-minus:before {
    content: "\e93f"
}

.icon-money-bag:before {
    content: "\e940"
}

.icon-news-24:before {
    content: "\e941"
}

.icon-open-box:before {
    content: "\e942"
}

.icon-pay-pal:before {
    content: "\e943"
}

.icon-payment:before {
    content: "\e944"
}

.icon-pen:before {
    content: "\e945"
}

.icon-people-suit:before {
    content: "\e946"
}

.icon-phone-contact:before {
    content: "\e947"
}

.icon-pig-money:before {
    content: "\e948"
}

.icon-pin-house:before {
    content: "\e949"
}

.icon-pin:before {
    content: "\e94a"
}

.icon-play-video:before {
    content: "\e94b"
}

.icon-plus:before {
    content: "\e94c"
}

.icon-pro-con:before {
    content: "\e94d"
}

.icon-punters:before {
    content: "\e94e"
}

.icon-red-card:before {
    content: "\e94f"
}

.icon-responsive:before {
    content: "\e950"
}

.icon-right:before {
    content: "\e951"
}

.icon-sad-outline:before {
    content: "\e952"
}

.icon-scales:before {
    content: "\e953"
}

.icon-search-file:before {
    content: "\e954"
}

.icon-settings:before {
    content: "\e955"
}

.icon-shield:before {
    content: "\e956"
}

.icon-social-fb:before {
    content: "\e957"
}

.icon-social-mailru:before {
    content: "\e958"
}

.icon-social-odnoklassniki:before {
    content: "\e959"
}

.icon-social-pinterest:before {
    content: "\e95a"
}

.icon-social-twitter:before {
    content: "\e95b"
}

.icon-social-vk:before {
    content: "\e95c"
}

.icon-social-yandex:before {
    content: "\e95d"
}

.icon-social-youtube:before {
    content: "\e95e"
}

.icon-strongbox:before {
    content: "\e95f"
}

.icon-support:before {
    content: "\e960"
}

.icon-target-arrow:before {
    content: "\e961"
}

.icon-time-history:before {
    content: "\e962"
}

.icon-time-period:before {
    content: "\e963"
}

.icon-time:before {
    content: "\e964"
}

.icon-user-group:before {
    content: "\e965"
}

.icon-user:before {
    content: "\e966"
}

.icon-video-translation:before {
    content: "\e967"
}

.icon-video:before {
    content: "\e968"
}

.icon-whistle:before {
    content: "\e969"
}

.icon-windows-logo:before {
    content: "\e96a"
}

.icon-yellow-card:before {
    content: "\e96b"
}

.icon-yellow-red-card:before {
    content: "\e96c"
}

.icon-mother-armenia:before {
    content: "\e96d"
}

.icon-link:before {
    content: "\e96e"
}

.icon-equal:before {
    content: "\e96f"
}

.icon-notequal:before {
    content: "\e970"
}

.icon-trash:before {
    content: "\e971"
}

.icon-copy:before {
    content: "\e972"
}

.icon-share-variant:before {
    content: "\e973"
}

.icon-restaurant:before {
    content: "\e974"
}

.icon-vending-machine:before {
    content: "\e975"
}

.icon-pause:before {
    content: "\e976"
}

.icon-play2:before {
    content: "\e977"
}

.icon-replay-arrow:before {
    content: "\e978"
}

.icon-flag-2:before {
    content: "\e979"
}

.icon-notifications:before {
    content: "\e97a"
}

.icon-volume_off_black_24px:before {
    content: "\e97b"
}

.icon-volume_up_black_24px:before {
    content: "\e97c"
}

.icon-telegram-logo:before {
    content: "\e97d"
}

.icon-viber-icon:before {
    content: "\e97e"
}

.icon-settings-icon:before {
    content: "\e97f"
}

.icon-eye-crossed:before {
    content: "\e980"
}

.icon-top:before {
    content: "\e981"
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    //background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-hide {
    display: none!important
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.cool-select {
    background: #fff;
    cursor: pointer;
    font: 14px/44px "Open Sans Italic";
    height: 44px;
    position: relative;
    width: 100%
}

.cool-select.cool-select-mini {
    height: 36px
}

.cool-select.cool-select-mini .selected {
    line-height: 36px
}

.cool-select.cool-select-mini .items li {
    line-height: 36px
}

.cool-select.is-disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cool-select.opened::after {
    -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, 180deg);
    transform: translateY(-50%) rotate3d(0, 0, 1, 180deg)
}

.cool-select.opened .dropdown {
    max-height: 220px
}

.cool-select.opened.enable-scroll .items {
    overflow: auto;
    overflow-x: hidden
}

.cool-select .cool-select-original {
    clip: rect(0, 0, 0, 0);
    left: 0;
    position: absolute;
    top: 0
}

@media all and (max-width:1024px) {
    .cool-select .cool-select-original {
        clip: auto!important;
        margin: 0!important;
        opacity: 0;
        z-index: 999
    }
}

.cool-select .selected {
    border: 1px solid rgba(0, 3, 1, .1);
    color: #131313;
    padding-left: 10px
}

.cool-select .selected.placeholder {
    color: #b8b8b8
}

.cool-select::after {
    border-color: #131313 transparent;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.cool-select .dropdown {
    background: #fff;
    box-shadow: inset 0 -1px 0 1px rgba(0, 3, 1, .1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    position: absolute!important;
    transition: max-height .3s linear;
    width: 100%;
    z-index: 3
}

.cool-select .dropdown .filter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 44px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px
}

.cool-select .dropdown .filter input {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 5px;
    width: 100%
}

.cool-select .items::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 8px
}

.cool-select .items::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px
}

.cool-select .items::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4)
}

.cool-select .items li {
    background: 0 0;
    line-height: 44px;
    padding: 0 10px
}

.cool-select .items li[data-state=disabled] {
    color: #bababa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cool-select .items li.placeholder {
    color: #b8b8b8
}

.cool-select .items li.active:not([data-state=disabled]) {
    color: #fff;
    background: #4db6ac
}

.cool-select .items li.hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-hide {
    display: none!important
}

.mfp-content .uikit-popup-content {
    opacity: 1!important;
    -webkit-transform: rotate3d(0, 1, 0, 0deg)!important;
    transform: rotate3d(0, 1, 0, 0deg)!important
}

.mfp-content {
    text-align: center
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(2, 5, 9, .25)
}

.btn-block-wrapper .popover {
    max-width: 285px
}

.popover.top {
    margin-top: -6px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #a12f2f;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: "Open Sans Semibold", sans-serif
}

.popover-content {
    padding: 8px;
    color: #131313;
    font: 13px 'Open Sans'
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 153px auto
}

.wp-social-login-connect-with-custom {
    display: block;
    margin: 13px 0 0;
    font-family: GothamBold;
    text-transform: uppercase;
    font-size: 16px
}

#wp-social-login-connect-with {
    display: none!important
}

form #wp-social-login-connect-options {
    text-align: left;
    padding-left: 0;
    width: 100%
}

form #wp-social-login-connect-options img {
    width: 35px
}

.wp-social-login-connect-with-custom {
    display: block;
    margin: 13px 0 0;
    font-family: GothamBold;
    text-transform: uppercase;
    font-size: 16px
}

.wp-social-login-connect-with {
    display: none!important
}

form .wp-social-login-connect-options {
    text-align: left;
    padding-left: 0;
    width: 100%
}

form .wp-social-login-connect-options img {
    width: 35px
}

.wp-social-login-provider-list {
    padding: 8px 0 0;
    text-align: center;
    font-size: 0
}

.wp-social-login-provider-list a {
    margin-right: 8px
}

.wp-social-login-provider-list a:last-child {
    margin-right: 0
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.uikit-popup-content .auth-with {
    padding: 0;
    margin: 0 0 2px
}

.uikit-popup-content .uikit-socials {
    text-align: center;
    width: 100%
}

.uikit-popup-content .uikit-remember-me {
    margin: 16px 0 13px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.uikit-popup-content .reg-form-link {
    margin-top: 12px;
    position: relative;
    text-align: center
}

.uikit-popup-content .uikit-remember-me .uikit-link-wrapper {
    margin-bottom: 3px
}

#auth-form, #reg-form {
    min-height: 452px
}

#activation-form, #recover-form {
    min-height: 295px
}

#confirm-form {
    min-height: 330px
}

#reset-form {
    min-height: 237px
}

#confirm-form {
    min-height: 330px
}

#confirm-form.confirm-wrong-key {
    min-height: 100px
}

.uikit-popup-descr.auth-with {
    padding: 0 0 5px 0
}

#registerform .uikit-remember-me a {
    text-decoration: underline
}

.has-error .uikit-popup-descr.error {
    display: block
}

.reg-btn-ovl {
    height: 44px;
    position: absolute;
    width: 290px;
    z-index: 22
}
