@charset "UTF-8";
@-webkit-keyframes a {
    to {
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

*, .fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption {
    direction: ltr;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden
}

.fancybox-caption, .fancybox-infobar, .fancybox-toolbar {
    opacity: 0;
    position: absolute
}

.fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc
}

.fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited, .wrapper-list-tabs .tabs__caption .site-width div.active a {
    color: #fff
}

.fancybox-share__button:hover, .topline .user .hover .desc span:hover, .topline .user .hover form .lostpassword:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs, article, aside, footer, header, nav, section {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

.quick-search {
    position: relative;
    z-index: 10
}

.quick-search .search-results {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    width: 260px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    padding: 10px 0;
    display: none
}

.quick-search .search-results ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.quick-search .search-results ul li {
    padding: 10px 20px
}

.quick-search .search-results ul li a {
    display: block;
    padding: 10px 20px;
    margin: -10px -20px;
    text-decoration: none
}

.quick-search .search-results ul li a:hover {
    background: #efefef
}

.loading:not(.btn) {
    padding: 1rem;
    position: relative;
    cursor: default;
    width: 1.25em;
    height: 1.25rem;
    margin: 0 auto
}

.loading:not(.btn):before {
    content: '';
    display: block;
    width: 1.25em;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.6125rem;
    border-radius: 50%;
    border-top: 2px solid #efefef;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite
}

.btn.loading {
    position: relative;
    cursor: default !important
}

.btn.loading:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    border-radius: 50%;
    border-top: 2px solid #efefef;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite
}

.btn.loading.white {
    border-top: 2px solid #fff
}

.msg {
    margin-top: 20px;
    text-align: center;
    border: 2px solid;
    padding: 15px 10px
}

.msg.red, .section-2 .title-section span {
    color: #d45b04
}

.msg.green {
    color: #5b9e22
}

.h1, .h2, .h3, .h4, .h5, body, h1, h2, h3, h4, h5 {
    line-height: normal;
    font-family: 'Ubuntu', sans-serif;
    margin: 0
}

a, body {
    color: #333
}

body {
    font-size: 16px;
    background: #fff
}

a {
    text-decoration: underline;
    cursor: pointer
}

a:hover {
    text-decoration: none;
    color: #333
}

.clear {
    clear: both
}

img, p {
    margin: 0;
    padding: 0;
    border: 0
}

p {
    line-height: 24px
}

img {
    max-width: 100%;
    height: auto
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #000;
    font-weight: 700;
    padding: 0 0 20px
}

.h1, h1 {
    font-size: 28px
}

.h2, h2 {
    font-size: 24px
}

.h3, h3 {
    font-size: 22px
}

.h4, h4 {
    font-size: 20px
}

.h5, h5 {
    font-size: 18px
}

table {
    border-spacing: 0
}

button, input, label, select, textarea {
    outline: 0;
    font-family: 'Ubuntu', sans-serif
}

.site-width {
    width: 98%;
    max-width: 1245px;
    margin: 0 auto
}

.topline {
    padding: 16px 0;
    background: #5b9e22;
    height: 48px
}

.topline .menu ul li, .topline .site-width {
    display: flex;
    position: relative;
    align-items: center
}

.topline .logo {
    width: 231px;
    height: 16px;
    position: relative
}

.topline .logo a {
    display: block;
    width: 231px;
    height: 55px;
    text-decoration: none;
    background: url("../images/logo.svg") no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 999
}

.topline .menu {
    flex: 1;
    padding: 0 20px
}

.topline .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.topline .menu ul li {
    margin: 0 15px
}

.topline .menu ul li:hover:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 3px;
    background: #f9d401
}

.topline .end .link, .topline .menu ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none
}

.topline .menu ul li:nth-child(1):before {
    content: "";
    margin: 0 3px 0 0;
    width: 16px;
    height: 16px;
    background: url("../images/topmenu-icon1.svg") no-repeat
}

.topline .menu ul li:nth-child(2):before {
    content: "";
    margin: 0 3px 0 0;
    width: 15px;
    height: 14px;
    background: url("../images/topmenu-icon2.svg") no-repeat
}

.topline .menu ul li:nth-child(3):before {
    content: "";
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
    background: url("../images/topmenu-icon3.svg") no-repeat
}

.topline .menu ul li:nth-child(4):before {
    content: "";
    margin: 0 3px 0 0;
    width: 19px;
    height: 14px;
    background: url("../images/topmenu-icon4.svg") no-repeat
}

.topline .menu ul li:nth-child(5):before {
    content: "";
    margin: 0 3px 0 0;
    width: 16px;
    height: 16px;
    background: url("../images/topmenu-icon5.svg") no-repeat
}

.topline .end, .topline .lang .select {
    display: flex;
    align-items: center
}

.topline .lang {
    margin: 0 19px 0 24px;
    cursor: pointer
}

.topline .lang .select:after {
    content: "";
    margin: 0 0 0 3px;
    width: 8px;
    height: 4px;
    background: url("../images/lang-arrow.svg") no-repeat
}

.topline .lang .hover {
    position: absolute;
    top: -18px;
    right: 0;
    width: 40px;
    background: #444;
    padding: 11px 0 0;
    display: none
}

.topline .lang .hover a {
    display: block;
    padding: 6px;
    text-align: center;
    text-decoration: none
}

.topline .lang .hover a:hover {
    background: #5b9e22
}

.topline .lang, .topline .user {
    position: relative
}

.topline .user .icon {
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/top-user.svg") no-repeat;
    cursor: pointer
}

.topline .user .hover {
    position: absolute;
    top: calc(100% + 16px);
    right: -50px;
    background: #f4f4f4;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    padding: 36px 20px 42px;
    width: 320px;
    display: none
}

.topline .user .hover .name {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #000;
    margin: 0 0 14px
}

.topline .user .hover .desc {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: flex;
    justify-content: center
}

.topline .user .hover .desc span, .topline .user .hover form .lostpassword {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #5b9e22
}

.topline .user .hover .desc span {
    cursor: pointer;
    margin: 0 0 0 10px
}

.topline .user .hover form {
    display: block;
    margin: 14px 0 0
}

.topline .user .hover form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 16px;
    color: #7d7d7d
}

.topline .user .hover form .lostpassword {
    display: table;
    margin: 0 auto
}

.topline .user .hover form button {
    margin: 26px auto 0;
    border: 0;
    cursor: pointer;
    background: #5b9e22;
    border-radius: 5px;
    padding: 14px 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    display: table
}

.topline .search {
    width: 14px;
    height: 14px;
    background: url("../images/icon-search.svg") no-repeat;
    cursor: pointer;
    margin: 0 0 0 27px
}

.section-1 {
    background: url("../images/section1.jpg") no-repeat center 0;
    background-size: cover
}

.section-1 .site-width {
    display: flex;
    align-items: center;
    min-height: 512px
}

.section-1 .block {
    width: 100%;
    max-width: 600px
}

.section-1 .block .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    margin: 0 0 7px
}

.section-1 .block .desc {
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.section-1 .block form {
    display: block;
    width: 100%;
    position: relative;
    margin: 45px 0 0
}

.section-1 .block form input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #5e5e5e
}

.section-1 .block form button {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    background: url("../images/section1-search.svg") no-repeat;
    margin: -9px 0 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    z-index: 999
}

.section-2 {
    margin: 0 0 83px
}

.section-2 .tabs__content {
    display: none;
    width: 98%;
    max-width: 1245px;
    margin: 0 auto
}

.section-2 .tabs__content.active {
    display: block
}

.section-2 .tabs__caption {
    padding: 0;
    list-style: none;
    background: #efefef;
    margin: 0 0 45px
}

.section-2 .tabs__caption .site-width {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-2 .tabs__caption .site-width div {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #505050;
    width: 33.333%;
    padding: 23px;
    cursor: pointer;
    position: relative
}

.section-2 .tabs__caption .site-width div:before {
    content: "";
    height: 57px;
    width: 1px;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 1px;
    margin: -28px 0 0
}

.section-2 .tabs__caption .site-width div.active:before, .section-2 .tabs__caption .site-width div:last-child:before {
    display: none
}

.section-2 .tabs__caption .site-width div.active {
    background: #5b9e22;
    border-radius: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.section-2 .title-section {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #37384c;
    padding: 31px 0 0;
    position: relative;
    margin: 0 0 19px
}

.section-2 .title-section:before {
    content: "";
    background: url("../images/section2-title.svg") no-repeat center;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-2 .desc-section {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin: 0 0 33px
}

.section-2 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.section-2 .item {
    margin: 0 0 15px;
    width: 24.25%;
    background: #f2f2f2;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
    padding: 0 0 17px
}

.section-2 .item .images {
    height: 165px;
    font-size: 0;
    line-height: 0;
    text-align: center
}

.section-2 .item .name, .section-2 .item .title {
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 0 20px
}

.section-2 .item .title {
    margin: 18px 0 4px;
    font-size: 24px;
    line-height: 28px
}

.section-2 .item .name {
    font-size: 14px;
    line-height: 16px
}

.section-2 .item .desc {
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    margin: 15px 0 0
}

.section-2 .item .desc span:first-child {
    font-size: 11px;
    line-height: 13px;
    color: #000
}

.section-2 .item .desc span:last-child {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #d45b04;
    cursor: pointer
}

.section-2 .item .rating {
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #5b9e22
}

.section-2 .fulllink span, .section-2 .item .rating span {
    font-weight: 700
}

.game-list .game .hover span, .section-2 .item .link, .section-3 .slider .slide .hover a {
    display: table;
    margin: 14px auto 0;
    text-decoration: none;
    background: #5b9e22;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding: 14px 55px;
    color: #fff
}

.section-2 .item .bottom {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 23px
}

.section-2 .item .bottom .lang, .section-3 {
    position: relative
}

.section-2 .item .bottom .lang:before {
    content: "";
    width: 15px;
    height: 12px;
    background: url("../images/section2-arrow.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: -7px;
    z-index: 99
}

.section-2 .item .bottom .zoom {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    display: flex;
    align-items: center
}

.section-2 .item .bottom .zoom:before, .wrapper-list .list-item .col-right .block-left .zoom:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../images/section2-zoom.svg") no-repeat;
    margin: 0 7px 0 0
}

.section-2 .fulllink {
    display: table;
    margin: 19px auto 0;
    background: #d45b04;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 48px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.section-3 {
    background: #140605;
    padding: 51px 0 70px
}

.section-3:before {
    content: "";
    width: 259px;
    height: 287px;
    background: url("../images/section3-before.png") no-repeat;
    position: absolute;
    top: -110px;
    right: 0
}

.section-3.nobefore:before {
    display: none
}

.section-3 .title-section {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 31px 0 0;
    margin: 0 0 14px
}

.section-3 .title-section span {
    color: #f9d401
}

.section-3 .title-section:before {
    content: "";
    background: url("../images/section3-title.svg") no-repeat center;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-3 .name-new, .section-3 .name-popular {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    position: relative;
    padding: 30px 0 0;
    display: table;
    margin: 0 0 20px
}

.section-3 .name-popular:before {
    content: "";
    background: url("../images/section3-name-icon1.svg") no-repeat center;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-3 .name-new:before {
    content: "";
    background: url("../images/section3-name-icon2.svg") no-repeat center;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-3 .slider {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 52px
}

.section-3 .slider .slide {
    height: 200px;
    padding: 0 .5%;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.section-3 .slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-3 .slider .slick-slide {
    padding: 0 7px
}

.game-list .game:hover img, .section-3 .slider .slide:hover img {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

.game-list .game, .section-4 {
    position: relative
}

.game-list .game .hover, .section-3 .slider .slide .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px;
    text-align: center;
    display: none
}

.game-list .game .hover .name, .section-3 .slider .slide .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.game-list .game .hover span, .section-3 .slider .slide .hover a {
    width: 200px;
    padding: 15px;
    margin: 29px auto 0
}

.game-list .game:hover .hover, .section-3 .slider .slide:hover .hover {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-3 .slick-arrow {
    padding: 0;
    position: absolute;
    top: 50%;
    width: 39px;
    height: 39px;
    font-size: 0;
    line-height: 0;
    border: 0;
    cursor: pointer;
    margin: -20px 0 0;
    z-index: 999
}

.section-3 .slick-next, .section-3 .slick-prev {
    background: url("../images/section3-arrow.svg") no-repeat
}

.section-3 .slick-prev {
    left: -62px
}

.section-3 .slick-next:hover, .section-3 .slick-prev:hover {
    background: url("../images/section3-arrow2.svg") no-repeat;
    transform: rotate(180deg)
}

.section-3 .slick-next {
    right: -62px;
    transform: rotate(180deg)
}

.section-3 .slick-next:hover {
    transform: rotate(0deg)
}

.section-3 .fulllink {
    display: table;
    margin: -16px auto 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding: 15px 53px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none
}

.section-3 .fulllink span, .section-4 .item .number span {
    font-weight: 700
}

.section-4 {
    padding: 50px 0 59px
}

.section-4 .title-section {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #37384c;
    padding: 31px 0 0;
    position: relative;
    margin: 0 0 58px
}

.section-4 .title-section span, .section-5 .title-section span {
    color: #d45b04
}

.section-4 .title-section:before {
    content: "";
    background: url("../images/section4-title.svg") no-repeat center;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-4:before {
    content: "";
    width: 464px;
    height: 400px;
    background: url("../images/section4-before.png") no-repeat;
    position: absolute;
    top: -150px;
    left: 0
}

.section-4 .flex {
    display: flex;
    justify-content: space-between
}

.section-4 .col {
    width: 49.5%
}

.section-4 .name-col {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #505050;
    position: relative;
    padding: 28px 0 0;
    display: table;
    margin: 0 0 13px
}

.section-4 .col:first-child .name-col:before {
    content: "";
    background: url("../images/section4-name-icon1.svg") no-repeat center;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-4 .col:last-child .name-col:before {
    content: "";
    background: url("../images/section4-name-icon2.svg") no-repeat center;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-4 .item {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
    margin: 0 0 10px;
    cursor: pointer
}

.section-4 .item .img {
    width: 80px;
    height: 80px;
    font-size: 0;
    line-height: 0
}

.section-4 .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-4 .item .block {
    flex: 1;
    padding: 0 49px
}

.section-4 .item .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #505050
}

.section-4 .item .desc {
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    margin: 2px 0 0
}

.section-4 .item .rating {
    width: 185px;
    padding: 0 43px 0 0
}

.section-4 .item .number {
    font-size: 24px;
    line-height: 28px;
    text-align: right
}

.section-4 .item .number.yellow, .section-6 .title-section span {
    color: #f9d401
}

.section-4 .item .number.green, .wrapper-list .list-item .col-right .block-left .reputation.green {
    color: #5b9e22
}

.section-4 .item .warning {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #d45b04;
    margin: 2px 0 0
}

.section-4 .item .date, .section-4 .top-link {
    width: 185px;
    padding: 0 43px 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #505050
}

.section-4 .top-link {
    display: table;
    margin: 30px auto 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 15px;
    width: 100%;
    max-width: 325px;
    background: #d45b04;
    border-radius: 5px
}

.section-5 {
    padding: 53px 0 52px;
    position: relative;
    background: #f3f3f3
}

.section-5 .title-section {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #37384c;
    padding: 35px 0 0;
    position: relative;
    margin: 0 0 44px
}

.section-5 .title-section:before {
    content: "";
    background: url("../images/section5-title.svg") no-repeat center;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-5 .flex {
    display: flex;
    justify-content: space-between
}

.section-5 .item {
    width: 32.333%;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-top: 10px #5b9e22 solid
}

.section-5 .item img {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.section-5 .item .block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(113, 113, 113, .6) 0%, rgba(0, 0, 0, .6) 45.31%, rgba(0, 0, 0, .6) 100%);
    padding: 87px 31px 10px
}

.section-5 .item .name {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 48px
}

.section-5 .fulllink, .section-5 .item .desc {
    font-size: 16px;
    line-height: 18px;
    color: #fff
}

.section-5 .fulllink {
    text-decoration: none;
    display: table;
    font-weight: 700;
    text-align: center;
    color: #505050;
    margin: 30px auto 0;
    padding: 16px 24px;
    border: 1px solid #d45b04;
    box-sizing: border-box;
    border-radius: 5px
}

.footer, .section-6 {
    position: relative;
    background: #140605;
    padding: 41px 0 0
}

.section-6 .title-section {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 45px 0 0;
    margin: 0 0 37px
}

.section-6 .title-section:before {
    content: "";
    background: url("../images/section6-title.svg") no-repeat center;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-6 .flex {
    display: flex;
    justify-content: space-between
}

.section-6 .item {
    width: 23.875%;
    position: relative;
    background: #fff;
    box-shadow: 3px 3px 30px rgba(255, 255, 255, .6)
}

.section-6 .item .images {
    height: 170px;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.section-6 .item .block {
    padding: 19px 22px
}

.section-6 .item .date {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin: 0 0 9px
}

.section-6 .item .date span {
    color: #505050;
    padding: 0 0 0 10px
}

.section-6 .fulllink, .section-6 .item .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
    margin: 0 0 6px
}

.section-6 .item .desc {
    font-size: 14px;
    line-height: 16px;
    color: #000
}

.section-6 .fulllink {
    display: table;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin: 53px auto 0
}

.section-3.nobefore {
    padding: 51px 0 0
}

.footer {
    padding: 264px 0 0
}

.footer.page {
    background: 0 0;
    padding: 0
}

.footer:before {
    content: "";
    height: 283px;
    background: url("../images/footer-img.png") no-repeat center;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0
}

.footer.page:before {
    display: none
}

.footer .head, .footer.page .head {
    border-top: 1px solid rgba(81, 58, 56, .8);
    border-bottom: 1px solid rgba(81, 58, 56, .8);
    padding: 59px 0 51px
}

.footer.page .head {
    border-top: 0 solid rgba(81, 58, 56, .8);
    border-bottom: 0 solid rgba(81, 58, 56, .8)
}

.footer .head .site-width {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer .head .col {
    width: 255px
}

.footer .head .col-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin: 0 0 10px
}

.footer.page .head .col-name, .footer.page .head .col-name span, .footer.page .head ul li a {
    color: #505050
}

.footer .head .col-name span {
    color: #f9d400
}

.footer .head ul, .page-faq .flex-wrapper .sidebar ul, .wrapper-list .list-item .col-right .block-right ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .head ul li {
    margin: 0 0 7px
}

.footer .head ul li a {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-decoration: none
}

.footer .head ul li a:hover {
    color: #d45b04
}

.footer .bottom .site-width, .footer .head .share {
    display: flex
}

.footer .head .share .fb {
    width: 25px;
    height: 25px;
    background: url("../images/fb.svg") no-repeat;
    text-decoration: none;
    margin: 0 16px 0 0
}

.footer .head .share .tw {
    width: 24px;
    height: 25px;
    background: url("../images/tw.svg") no-repeat;
    text-decoration: none
}

.footer .bottom {
    padding: 34px 0 66px
}

.footer .logo a, .footer.page .logo a {
    display: block;
    width: 231px;
    height: 55px;
    z-index: 999
}

.footer .logo a {
    background: url("../images/logo.svg") no-repeat
}

.footer.page .logo a {
    text-decoration: none;
    background: url("../images/logo2.svg") no-repeat
}

.footer .copyright {
    flex: 1;
    padding: 0 0 0 67px;
    font-size: 13px;
    line-height: 15px;
    color: #fff
}

.footer.page .copyright {
    color: #505050
}

.popup-block .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 9999999;
    overflow: auto;
    width: 100%;
    height: 100%
}

.popup-block .block {
    background: #f4f4f4;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    z-index: 99999999999;
    width: 100%;
    max-width: 861px;
    padding: 38px 38px 65px
}

.popup-block .block .close {
    display: none
}

.popup-block .title-popup, .popup-block form button {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #000;
    margin: 0 0 20px
}

.popup-block .desc, .popup-block .desc span, .popup-block .police {
    font-size: 14px;
    line-height: 16px;
    color: #7d7d7d
}

.popup-block .desc {
    display: flex;
    justify-content: center
}

.popup-block .desc span {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #5b9e22;
    margin: 0 0 0 10px;
    cursor: pointer
}

.footer .logo a, .popup-block .desc span:hover, .popup-block .police a:hover {
    text-decoration: none
}

.popup-block form {
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0
}

.popup-block form .input, .popup-block form input {
    width: 100%;
    height: 50px;
    margin: 0 0 10px;
    background: #fff;
    border-radius: 5px;
    border: 0;
    padding: 0 23px;
    font-size: 14px;
    line-height: 16px;
    color: #7d7d7d
}

.popup-block form .input {
    padding: 13px 23px
}

.popup-block form .input label {
    display: block;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    color: #7d7d7d;
    margin: 0 0 2px
}

.popup-block form .input select {
    border: 0;
    font-size: 10px;
    line-height: 11px;
    text-transform: capitalize;
    color: #7d7d7d;
    cursor: pointer;
    width: 100%
}

.popup-block form .input input {
    height: auto;
    padding: 0
}

.popup-block form button {
    margin: 30px auto 0;
    cursor: pointer;
    padding: 14px 61px;
    background: #5b9e22;
    border-radius: 5px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    border: 0;
    display: table
}

.popup-block .police {
    margin: 13px 0 0;
    text-align: center
}

.popup-block .police span {
    display: block;
    margin: 0 0 7px
}

.popup-block .police a {
    font-size: 14px;
    line-height: 16px;
    color: #5b9e22
}

#bonus-popup .block {
    padding: 51px 36px
}

#bonus-popup .head {
    display: flex;
    align-items: center;
    height: 81px;
    background: #060606;
    padding: 0 30px 0 0
}

#bonus-popup .head .name {
    flex: 1;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

#bonus-popup .head .rating {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #f9d401
}

#bonus-popup .head .info {
    margin: 0 0 0 13px
}

#bonus-popup .head .info span {
    display: block;
    width: 13px;
    height: 13px;
    background: url("../images/bonus-info.svg") no-repeat
}

#bonus-popup .flex {
    display: flex;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 26px 26px 21px 49px
}

#bonus-popup .flex .col:first-child {
    flex: 1;
    padding: 0 30px 0 0
}

#bonus-popup .flex .col:last-child {
    width: 322px
}

#bonus-popup .flex .col:first-child .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 0 0 21px
}

#bonus-popup .flex .col:first-child p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0 0 6px
}

#bonus-popup .flex .col:last-child .green {
    background: #eaffd8;
    border-radius: 5px;
    padding: 35px 10px 47px;
    text-align: center;
    margin: 0 0 34px
}

#bonus-popup .flex .col:last-child .green .cod, #bonus-popup .flex .col:last-child .green .name {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000;
    margin: 0 0 3px
}

#bonus-popup .flex .col:last-child .green .cod {
    color: #5b9e22;
    margin: 0 0 15px
}

#bonus-popup .flex .col:last-child .green a {
    width: 118px;
    line-height: 118px;
    border: 0;
    cursor: pointer;
    padding: 0;
    background: #5b9e22;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: table;
    margin: 0 auto;
    text-decoration: none
}

#bonus-popup .flex .col:last-child .assessment {
    display: flex;
    justify-content: space-between
}

.assessment button {
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer
}

#bonus-popup .flex .col:last-child .assessment .dislike, #bonus-popup .flex .col:last-child .assessment .like {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    color: #5b9e22
}

#bonus-popup .flex .col:last-child .assessment .like:before, .bonus-item .flex .col:last-child .assessment .like:before {
    content: "";
    width: 16px;
    height: 13px;
    background: url("../images/bonus-like.svg") no-repeat;
    margin: 0 10px 0 0
}

#bonus-popup .flex .col:last-child .assessment .dislike {
    color: #d45b04
}

#bonus-popup .flex .col:last-child .assessment .dislike:before, .bonus-item .flex .col:last-child .assessment .dislike:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/bonus-dislike.svg") no-repeat;
    margin: 0 10px 0 0
}

.search-visible {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    z-index: 9999;
    background: #5b9e22;
    margin: -14px 0 0;
    border-bottom: 1px #fff solid;
    width: calc(100% - 273px);
    display: none
}

.search-visible form {
    display: flex;
    align-items: center
}

.search-visible form:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url("../images/icon-search.svg") no-repeat;
    margin: 0 18px 0 0
}

.search-visible form input {
    height: 24px;
    border: 0;
    background: 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    width: 100%;
    flex: 1
}

.search-visible form ::-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.search-visible form :-ms-input-placeholder, .search-visible form ::-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.search-visible form ::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.search-visible form button, .wrapper-list .sidebar .filter-block .checkbox input {
    display: none
}

.search-visible .close {
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url("../images/search-close.svg") no-repeat;
    margin: 0 0 0 20px
}

.header-list {
    background: #efefef;
    padding: 28px 0 0
}

.header-list.border {
    border-bottom: 7px #5b9e22 solid
}

.speedbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0 0 25px
}

.speedbar .kb_link:first-child a {
    display: block;
    height: 16px;
    text-decoration: none;
    background: url("../images/speedbar-home.svg") no-repeat;
    padding: 0 23px
}

.speedbar a {
    font-size: 14px;
    line-height: 16px;
    color: #5b9e22;
    padding: 0 23px 0 0;
    position: relative
}

.speedbar a:after {
    content: "";
    width: 4px;
    height: 8px;
    background: url("../images/speedbar-arrow.svg") no-repeat;
    position: absolute;
    top: 50%;
    right: 11px;
    margin: -4px 0 0
}

.header-list .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #505050;
    margin: 0 0 19px
}

.header-list .desc {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 0 0 32px
}

.wrapper-list-tabs .tabs__content {
    display: none;
    padding: 25px 0 0
}

#complaint-popup .block form, .wrapper-list-tabs .tabs__content.active {
    display: block
}

.wrapper-list-tabs .tabs__caption {
    background: #efefef;
    border-bottom: 7px #5b9e22 solid
}

.wrapper-list-tabs .tabs__caption .site-width {
    display: flex;
    align-items: center
}

.wrapper-list-tabs .tabs__caption .site-width div {
    border-top: 1px solid #b5b7b9;
    border-left: 1px solid #b5b7b9;
    border-right: 1px solid #b5b7b9;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #505050;
    padding: 15px 12px;
    cursor: pointer;
    margin: 0 5px 0 0
}

.wrapper-list-tabs .tabs__caption .site-width div a {
    display: block;
    margin: -15px -12px;
    padding: 15px 12px;
    text-decoration: none
}

.wrapper-list-tabs .tabs__caption .site-width div.active {
    background: #5b9e22;
    color: #fff
}

.wrapper-list-tabs .tabs__content .title-tab {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #d45b04;
    margin: 0 0 26px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.wrapper-list-tabs .tabs__content .title-tab .social {
    margin: 0 0 0 20px;
    display: flex
}

.wrapper-list-tabs .tabs__content .title-tab .social .fb {
    width: 25px;
    height: 25px;
    background: url("../images/fb-list.svg") no-repeat;
    margin: 0 16px 0 0
}

.wrapper-list-tabs .tabs__content .title-tab .social .tw {
    width: 25px;
    height: 24px;
    background: url("../images/tw-list.svg") no-repeat
}

.wrapper-list-tabs .tabs__content .desc-tab {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin: 0 0 23px
}

.wrapper-list-tabs .tabs__content .active-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    margin: 0 0 35px
}

.wrapper-list-tabs .tabs__content .active-filter .button, .wrapper-list-tabs .tabs__content .active-filter span {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    padding: 4px 15px;
    border-radius: 5px
}

.wrapper-list-tabs .tabs__content .active-filter span {
    margin: 0 10px;
    background: #efefef;
    color: #505050
}

.wrapper-list-tabs .tabs__content .active-filter span:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../images/active-filter.svg") no-repeat;
    margin: 0 0 0 6px;
    cursor: pointer
}

.wrapper-list-tabs .tabs__content .active-filter .button {
    color: #d45b04;
    cursor: pointer;
    border: 1px solid #d45b04;
    box-sizing: border-box;
    text-decoration: none
}

.wrapper-list-tabs .tabs__content .active-filter .button:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../images/clear-filter.svg") no-repeat;
    margin: 0 0 0 6px
}

.wrapper-list-tabs .tabs__content .block-sorting {
    background: #ececec;
    margin: 0 0 40px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wrapper-list-tabs .tabs__content .block-sorting .visible {
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    padding: 0 20px 0 0
}

.wrapper-list .list-item .col-left .rating .number span, .wrapper-list-tabs .tabs__content .block-sorting .visible span {
    font-weight: 700
}

.wrapper-list-tabs .tabs__content .block-sorting .select {
    font-size: 12px;
    line-height: 14px;
    color: #727272;
    display: flex;
    align-items: center
}

.wrapper-list-tabs .tabs__content .block-sorting .select select {
    background: #fff;
    border: 1px solid #858585;
    height: 25px;
    width: 150px;
    font-size: 12px;
    line-height: 14px;
    color: #727272;
    padding: 0 5px;
    margin: 0 0 0 10px
}

.wrapper-list {
    display: flex
}

.wrapper-list .container {
    flex: 1;
    padding: 0 20px 0 0
}

.wrapper-list .sidebar {
    width: 351px;
    padding: 0 0 30px
}

.wrapper-list .sidebar .widget {
    margin: 0 0 10px;
    border: 1px solid #d7d7d7
}

.wrapper-list .sidebar .widget-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 21px;
    text-align: center;
    color: #505050;
    background: #ececec;
    border: 1px solid #b5b7b9;
    box-sizing: border-box
}

.wrapper-list .sidebar .filter-name {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    border-bottom: 1px solid #dbdbdb
}

.wrapper-list .sidebar .filter-name.active {
    border-bottom: 0
}

.wrapper-list .sidebar .filter-name span {
    flex: 1;
    padding: 0 17px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #505050;
    cursor: pointer
}

.wrapper-list .sidebar .filter-name path, .wrapper-list .sidebar .filter-name svg {
    fill: #b5b7b9
}

.wrapper-list .sidebar .filter-name.active path, .wrapper-list .sidebar .filter-name.active svg {
    fill: #5b9e22
}

.section-9 .block .name:after, .wrapper-list .sidebar .filter-name:after {
    content: "";
    width: 12px;
    height: 6px;
    background: url("../images/sidebar-list-arrow.svg") no-repeat
}

.section-9 .block .name.active:after, .wrapper-list .sidebar .filter-name.active:after {
    content: "";
    width: 12px;
    height: 6px;
    background: url("../images/sidebar-list-arrow2.svg") no-repeat
}

.wrapper-list .sidebar .filter-block {
    padding: 0 21px 30px;
    display: none;
    border-bottom: 1px solid #dbdbdb;
    max-height: 200px;
    overflow: auto
}

.wrapper-list .sidebar .filter-block .checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 0
}

.wrapper-list .sidebar .filter-block .checkbox label {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    color: #727272;
    flex: 1;
    cursor: pointer
}

.wrapper-list .sidebar .filter-block .checkbox span {
    display: flex;
    align-items: center
}

.wrapper-list .sidebar .filter-block .checkbox span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../images/list-check.svg") no-repeat;
    margin: 0 12px 0 0
}

.wrapper-list .sidebar .filter-block .checkbox .counter {
    font-size: 12px;
    line-height: 14px;
    color: #b4b4b4;
    padding: 0 18px
}

.wrapper-list .sidebar .filter-block .checkbox input:checked + span {
    color: #fff
}

.wrapper-list .sidebar .filter-block .checkbox input:checked + span:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../images/list-check2.svg") no-repeat;
    margin: 0 12px 0 0
}

.wrapper-list .sidebar .filter-block .checkbox input:checked + span:after {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    right: -21px;
    bottom: 0;
    background: #5b9e22;
    z-index: -1
}

.wrapper-list .list-item {
    background: #f8f8f8;
    border: 1px solid #d7d7d7;
    margin: 0 0 12px;
    display: flex
}

.wrapper-list .list-item .col-left {
    width: 213px;
    padding: 20px 12px;
    background: #140605
}

.wrapper-list .list-item .col-right {
    flex: 1;
    padding: 26px 20px;
    display: flex
}

.wrapper-list .list-item .col-left .images {
    height: 190px;
    overflow: hidden;
    position: relative;
    margin: 0 0 15px
}

.wrapper-list .list-item .col-left .images .flag {
    width: 20px;
    height: 28px;
    background: url("../images/list-flag.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 9;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center
}

.wrapper-list .list-item .col-left .rating {
    border: 1px solid #bcbcbc;
    padding: 14px 18px
}

.wrapper-list .list-item .col-left .rating .country {
    margin: 0 0 15px;
    text-align: center
}

.wrapper-list .list-item .col-left .rating .number {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.wrapper-list .list-item .col-left .rating .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin: 4px 0 0
}

.wrapper-list .list-item .col-right .block-left {
    flex: 1;
    padding: 0 20px 0 0
}

.wrapper-list .list-item .col-right .block-right {
    padding: 0 0 0 20px;
    border-left: 1px #d7d7d7 solid;
    width: 220px
}

.wrapper-list .list-item .col-right .block-left .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #505050;
    margin: 0 0 7px
}

.wrapper-list .list-item .col-right .block-left .reputation {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px
}

.wrapper-list .list-item .col-right .block-left .reputation.red {
    color: #af4949
}

.wrapper-list .list-item .col-right .block-left .desc {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 23px 0 0;
    height: 176px;
    overflow: hidden
}

.section-9 .block .name span, .wrapper-list .list-item .col-right .block-left .bonus {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #505050
}

.pagination, .wrapper-list .list-item .col-right .block-left .btn {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0
}

.wrapper-list .list-item .col-right .block-left .link {
    background: #5b9e22;
    border-radius: 5px;
    text-decoration: none;
    width: 48.5%;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    padding: 14px
}

.wrapper-list .list-item .col-right .block-left .zoom {
    width: 48.5%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    border: 1px solid #505050;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.wrapper-list .list-item .col-right .block-right .lang, .wrapper-list .list-item .col-right .block-right ul li {
    font-size: 12px;
    line-height: 24px;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0 0 6px
}

.wrapper-list .list-item .col-right .block-right .lang img {
    margin: 0 10px 0 0
}

.wrapper-list .list-item .col-right .block-right .n {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #000
}

.wrapper-list .list-item .col-right .block-right ul li {
    margin: 0 0 3px
}

.wrapper-list .list-item .col-right .block-right ul .no:before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    background: url("../images/list-no.svg") no-repeat;
    margin: 0 10px 0 0
}

.wrapper-list .list-item .col-right .block-right .lang:before, .wrapper-list .list-item .col-right .block-right ul .yes:before {
    content: "";
    flex-shrink: 0;
    width: 15px;
    height: 11px;
    background: url("../images/list-yes.svg") no-repeat;
    margin: 0 10px 0 0
}

.wrapper-list .list-item .col-right .block-right .pay {
    font-size: 0;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wrapper-list .list-item .col-right .block-right .pay img {
    width: 24%;
    margin: 0 0 2px
}

.pagination {
    align-items: center;
    justify-content: center;
    margin: 44px 0 54px
}

.pagination a {
    text-decoration: none
}

.pagination a:hover, .pagination span.current {
    background: #5b9e22;
    color: #ffff
}

.pagination a, .pagination span {
    margin: 0 9px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding: 8px 12px
}

.pagination .next, .pagination .prev {
    width: 31px;
    height: 30px;
    background: url("../images/pagination-left.svg") no-repeat;
    font-size: 0
}

.pagination .next:hover, .pagination .prev:hover {
    background: url("../images/pagination-right.svg") no-repeat;
    transform: rotate(180deg)
}

.pagination .next {
    transform: rotate(180deg)
}

.pagination .next:hover {
    transform: rotate(0deg)
}

.section-7 {
    background: #f9f9f9;
    padding: 37px 0 71px
}

.section-7 .title-section {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #37384c;
    padding: 35px 0 0;
    position: relative;
    margin: 0 0 30px
}

.section-7 .title-section:before {
    content: "";
    background: url("../images/section7-title.svg") no-repeat center;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-7 .flex {
    display: flex;
    justify-content: space-between
}

.section-7 .item {
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
    width: 32.5%;
    padding: 30px;
    text-align: center
}

.section-7 .item .icon {
    margin: 0 0 18px
}

.section-7 .item .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #505050;
    margin: 0 0 38px
}

.section-7 .item .desc {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000
}

.section-8 {
    position: relative;
    background: #140605;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 50px 0
}

.section-8:after, .section-8:before {
    content: "";
    position: absolute;
    z-index: 9
}

.section-8:after {
    background: url("../images/section8-after.png") no-repeat;
    right: 0;
    bottom: -89px;
    width: 309px;
    height: 381px
}

.section-8:before {
    width: 262px;
    height: 212px;
    background: url("../images/section8-before.png") no-repeat;
    left: 0;
    top: -50px
}

.section-8 h2, .section-8 h3, .section-9 .title-section {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
    color: #f9d400
}

.section-8 p {
    margin: 0 0 30px
}

.section-9 {
    background: #f9f9f9;
    padding: 50px 0
}

.section-9 .title-section {
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #37384c;
    padding: 35px 0 0;
    position: relative
}

.section-9 .title-section:before {
    content: "";
    background: url("../images/section9-title.svg") no-repeat center;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.section-9 .block {
    display: table;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 822px
}

.section-9 .block.active {
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .25)
}

.section-9 .block .name {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fff;
    cursor: pointer
}

.section-9 .block .name span {
    font-size: 18px;
    line-height: 21px;
    flex: 1;
    padding: 0 30px 0 0
}

.section-9 .block .text {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: none;
    padding: 0 30px
}

.page-news p, .section-9 .block .text p {
    margin: 0 0 20px
}

.wrapper-list .container .game-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wrapper-list .container .game-list .game {
    font-size: 0;
    line-height: 0;
    margin: 0 0 42px;
    width: 30%
}

.bonus-item {
    margin: 0 0 33px
}

.bonus-item .head {
    display: flex;
    align-items: center;
    height: 81px;
    background: #060606;
    padding: 0 30px 0 0
}

.bonus-item .head .name {
    flex: 1;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.bonus-item .head .rating {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #f9d401
}

.bonus-item .head .info {
    margin: 0 0 0 13px
}

.bonus-item .head .info span {
    display: block;
    width: 13px;
    height: 13px;
    background: url("../images/bonus-info.svg") no-repeat
}

.bonus-item .flex {
    display: flex;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 26px 26px 21px 49px
}

.bonus-item .flex .col:first-child {
    flex: 1;
    padding: 0 30px 0 0
}

.bonus-item .flex .col:last-child {
    width: 322px
}

.bonus-item .flex .col:first-child .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 0 0 21px
}

.bonus-item .flex .col:first-child p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0 0 10px
}

.bonus-item .flex .col:last-child .green {
    background: #eaffd8;
    border-radius: 5px;
    padding: 35px 10px 47px;
    text-align: center;
    margin: 0 0 34px
}

.bonus-item .flex .col:last-child .green .cod, .bonus-item .flex .col:last-child .green .name {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000;
    margin: 0 0 3px
}

.bonus-item .flex .col:last-child .green .cod {
    color: #5b9e22;
    margin: 0 0 15px
}

.bonus-item .flex .col:last-child .green a {
    display: inline-block;
    width: 118px;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #5b9e22;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 118px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.bonus-item .flex .col:last-child .assessment {
    display: flex;
    justify-content: space-between
}

.bonus-item .flex .col:last-child .assessment .dislike, .bonus-item .flex .col:last-child .assessment .like {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    color: #5b9e22
}

.bonus-item .flex .col:last-child .assessment .dislike {
    color: #d45b04
}

.page-faq {
    padding: 0 0 101px
}

.page-faq .head {
    height: 250px;
    background: url("../images/page-faq-head.jpg") no-repeat center 0;
    background-size: cover;
    margin: 0 0 10px
}

.page-faq .head .title {
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    padding: 170px 0 0
}

.page-faq .flex-wrapper {
    display: flex;
    align-items: flex-start
}

.page-faq .flex-wrapper .sidebar {
    width: 315px;
    padding: 0 15px 0 0;
    border-right: 1px #dbdbdb solid
}

.page-faq .flex-wrapper .container {
    padding: 0 0 0 90px;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    color: #505050
}

.page-faq .flex-wrapper .container h2, .page-faq .flex-wrapper .container h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #d45b04;
    margin: 0 0 17px;
    padding: 0
}

.page-faq .flex-wrapper .container p {
    margin: 0 0 17px
}

.page-faq .flex-wrapper .container a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #5b9e22
}

.page-faq .flex-wrapper .sidebar li {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb
}

.page-faq .flex-wrapper .sidebar li:first-child {
    border-top: 1px solid #dbdbdb
}

.page-faq .flex-wrapper .sidebar li a, .page-faq .flex-wrapper .sidebar li span {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #505050;
    text-decoration: none;
    display: block;
    padding: 0 50px 0 0;
    cursor: pointer
}

.page-faq .flex-wrapper .sidebar li a:hover, .page-faq .flex-wrapper .sidebar li span:hover {
    color: #5b9e22
}

.page-faq .flex-wrapper .sidebar li span {
    background: url("../images/sidebar-list-arrow.svg") no-repeat right 15px center
}

.page-faq .flex-wrapper .sidebar li span.active {
    color: #5b9e22;
    background: url("../images/sidebar-list-arrow2.svg") no-repeat right 15px center
}

.page-faq .flex-wrapper .sidebar li ul {
    margin: 10px 0 0;
    display: none
}

.page-faq .flex-wrapper .sidebar li ul li {
    margin: 0 0 13px;
    padding: 0 0 0 20px;
    border: 0 !important
}

.page-faq .flex-wrapper .sidebar li ul li a {
    font-size: 15px;
    line-height: 17px;
    color: #505050;
    font-weight: 400;
    padding: 0
}

.page-news {
    padding: 51px 0 50px;
    font-size: 16px;
    line-height: 24px;
    color: #505050
}

.page-news h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    padding: 0 0 32px;
    color: #505050
}

.page-casino-views {
    padding: 31px 0 46px
}

.page-casino-views .head {
    height: 224px;
    overflow: hidden;
    padding: 22px 0;
    background-size: cover !important;
    margin: 0 0 28px
}

.page-casino-views .head .site-width {
    display: flex;
    align-items: center
}

.page-casino-views .head .logo {
    width: 180px;
    height: 180px;
    overflow: hidden
}

.page-casino-views .head .name {
    padding: 0 63px;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    color: #fff
}

.page-casino-views .head .rating {
    background: #5b9e22;
    border-radius: 5px;
    padding: 12px 32px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center
}

.page-casino-views .head .rating span {
    display: block;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    margin: 0 0 5px
}

.page-casino-views .flex-wrapper {
    display: flex
}

.page-casino-views .flex-wrapper .container {
    flex: 1;
    padding: 0 10px 0 0
}

.page-casino-views .flex-wrapper .sidebar {
    width: 351px
}

.page-casino-views .flex-wrapper .sidebar .casino-top {
    background: #060606;
    padding: 19px 25px;
    display: flex;
    align-items: center;
    margin: 0 0 10px
}

.page-casino-views .flex-wrapper .sidebar .casino-top .name {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    flex: 1;
    padding: 0 28px 0 0
}

.page-casino-views .flex-wrapper .sidebar .casino-top .name:before {
    content: "";
    width: 27px;
    height: 24px;
    background: url("../images/casino-top.svg") no-repeat;
    margin: 0 20px 0 0
}

.page-casino-views .flex-wrapper .sidebar .casino-top .succes {
    width: 15px;
    height: 12px;
    background: url("../images/section2-arrow.png") no-repeat;
    margin: 0 5px 0 0
}

.page-casino-views .flex-wrapper .sidebar .casino-item {
    background: #f2f2f2;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
    margin: 0 0 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    text-decoration: none
}

.page-casino-views .flex-wrapper .sidebar .casino-item .images {
    width: 60px;
    height: 60px;
    overflow: hidden
}

.page-casino-views .flex-wrapper .sidebar .casino-item .name {
    flex: 1;
    padding: 0 9px
}

.page-casino-views .flex-wrapper .sidebar .casino-item .rating {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #5b9e22
}

.page-casino-views .flex-wrapper .sidebar .show-full {
    margin: 27px 0 0 auto;
    display: table;
    font-size: 16px;
    line-height: 18px;
    color: #5b9e22;
    text-decoration: none
}

.page-casino-views .flex-wrapper .container p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    margin: 0 0 20px
}

.page-casino-views .flex-wrapper .container .info-block {
    margin: 50px 0
}

.page-casino-views .flex-wrapper .container .info-block .item {
    display: flex;
    align-items: center;
    margin: 0 0 12px
}

.page-casino-views .flex-wrapper .container .info-block .name {
    width: 270px;
    font-size: 16px;
    line-height: 14px;
    color: #505050
}

.page-casino-views .flex-wrapper .container .info-block .name img {
    margin: 0 16px 0 0;
    width: 20px;
    height: auto;
}

.page-casino-views .flex-wrapper .container .info-block .col {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    color: #505050;
    padding: 0 0 0 35px
}

.page-casino-views .flex-wrapper .container .info-block .col span {
    color: #5b9e22;
    font-weight: 400
}

.page-casino-views .flex-wrapper .container .info-block .col b, .page-compaints .head span {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5b9e22
}

.page-casino-views .flex-wrapper .container .name-fact, .section-10 .title-section {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #505050;
    margin: 0 0 15px
}

.page-casino-views .flex-wrapper .container ul {
    list-style: none;
    margin: 0 0 19px 36px;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    color: #505050
}

.page-casino-views .flex-wrapper .container .facts li, .page-casino-views .flex-wrapper .container .negative li, .page-casino-views .flex-wrapper .container .positive li {
    margin: 0 0 7px;
    display: flex;
    align-items: center
}

.page-casino-views .flex-wrapper .container .facts li:before {
    content: "";
    width: 11px;
    height: 11px;
    background: url("../images/smile1.svg") no-repeat;
    margin: 0 9px 0 0;
    flex-shrink: 0
}

.page-casino-views .flex-wrapper .container .positive li:before {
    content: "";
    width: 11px;
    height: 11px;
    background: url("../images/smile2.svg") no-repeat;
    margin: 0 9px 0 0;
    flex-shrink: 0
}

.page-casino-views .flex-wrapper .container .negative li:before {
    content: "";
    width: 11px;
    height: 11px;
    background: url("../images/smile3.svg") no-repeat;
    margin: 0 9px 0 0;
    flex-shrink: 0
}

.section-10 {
    background: #e5e5e5;
    padding: 49px 0 103px
}

.section-10 .title-section {
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    margin: 0 0 49px
}

.section-10 .bonus-item {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 842px
}

.page-compaints {
    padding: 31px 0 0
}

.page-compaints .head {
    background: url("../images/page-compaints-bg.jpg") no-repeat right 0;
    background-size: cover;
    padding: 62px 0 78px
}

.page-compaints .head .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    color: #fff;
    margin: 0 0 28px
}

.page-compaints .head span {
    background: #fff;
    border-radius: 5px;
    display: table;
    padding: 16px 34px;
    font-weight: 700;
    line-height: 18px;
    color: #000
}

.page-compaints .block-information {
    background: #efefef;
    margin: 0 0 51px
}

.page-compaints .block-information .site-width {
    display: flex
}

.page-compaints .block-information .it {
    width: 33.333%;
    text-align: center;
    border-right: 1px #c4c4c4 solid;
    border-radius: 5px;
    padding: 14px 0 11px;
    cursor: pointer;
    text-decoration: none;
    display: block
}

.page-compaints .block-information .it.succes svg {
    fill: #d45b04
}

.page-compaints .block-information .it.succes.active path, .page-compaints .block-information .it.succes:hover path, .page-compaints .block-information .it.wait svg {
    fill: #5b9e22
}

.page-compaints .block-information .it.noinfo svg {
    fill: #818181
}

.page-compaints .block-information .it.active svg, .page-compaints .block-information .it:hover svg {
    fill: #fff
}

.page-compaints .block-information .it.succes.active, .page-compaints .block-information .it.succes:hover {
    background: #5b9e22
}

.page-compaints .block-information .it.wait.active, .page-compaints .block-information .it.wait:hover {
    background: #d45b04
}

.page-compaints .block-information .it.noinfo.active, .page-compaints .block-information .it.noinfo:hover {
    background: #818181
}

.page-compaints .block-information .it:last-child {
    border-right: 0 #c4c4c4 solid
}

.page-compaints .block-information .icon {
    margin: 0 0 6px
}

.page-compaints .block-information .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #505050
}

.page-compaints .block-information .it.active .name, .page-compaints .block-information .it:hover .name {
    color: #fff
}

.page-compaints .item-compaints {
    display: flex;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 1030px
}

.page-compaints .item-compaints .col-left {
    width: 270px;
    text-align: center;
    padding: 40px 0 0
}

.page-compaints .item-compaints.succes .col-left {
    background: #5b9e22
}

.page-compaints .item-compaints.wait .col-left {
    background: #d45b04
}

.page-compaints .item-compaints.noinfo .col-left {
    background: #818181
}

.page-compaints .item-compaints .col-right {
    flex: 1;
    padding: 41px 58px 22px;
    background: #efefef;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0
}

.page-compaints .item-compaints .col-left .icon {
    margin: 0 0 29px
}

.page-compaints .item-compaints .col-left .desc, .page-compaints .item-compaints .col-left .summ {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    margin: 0 0 11px
}

.page-compaints .item-compaints .col-left .summ {
    font-size: 24px;
    line-height: 28px
}

.page-compaints .item-compaints .col-left .date {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.page-compaints .item-compaints .col-right .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #505050;
    margin: 0 0 17px
}

.page-compaints .item-compaints .col-right .text {
    font-size: 12px;
    line-height: 18px;
    color: #505050
}

#complaint-popup .block button, .page-compaints .item-compaints .col-right .views {
    display: table;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fff
}

.page-compaints .item-compaints .col-right .views {
    background: #65a430;
    margin: 20px 0 0;
    max-width: 325px;
    padding: 15px
}

#complaint-popup .block .bl {
    background: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 0 0 25px
}

#complaint-popup .block .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding: 26px;
    background: #060606;
    text-align: center;
    margin: 0 0 26px
}

#complaint-popup .block input, #complaint-popup .block textarea {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    border: 1px solid #cbc7c7;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #505050;
    padding: 0 19px;
    margin: 0 0 10px
}

#complaint-popup .block textarea {
    height: 100px;
    padding: 10px 19px;
    resize: none
}

#complaint-popup .block button {
    margin: 8px auto 0;
    padding: 0;
    border: 0;
    background: #5b9e22;
    max-width: 270px;
    height: 50px
}

#verdict-popup {
    width: 820px
}

#complaint-popup .block, #verdict-popup .block {
    padding: 40px 35px;
    border: 1px solid #e4e4e4;
    background: #f4f4f4
}

#verdict-popup .block .bl {
    background: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 0 0 25px
}

#verdict-popup .block .title, #verdict-popup .block .title span {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center
}

#verdict-popup .block .title {
    padding: 26px;
    background: #060606;
    color: #fff;
    margin: 0 0 26px
}

#verdict-popup .block .title span {
    display: block;
    color: #5b9e22;
    margin: 7px 0 0
}

#verdict-popup .answer, #verdict-popup .question {
    margin: 0 auto 26px;
    display: table;
    max-width: 600px;
    width: 100%;
    padding: 0 20px
}

#verdict-popup .answer {
    margin: 0 auto
}

#verdict-popup .question .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #d45b04
}

#verdict-popup .question .text {
    font-size: 12px;
    line-height: 18px;
    color: #505050;
    margin: 6px 0 0
}

#verdict-popup .question .date {
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #505050
}

#verdict-popup .answer .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #505050
}

#verdict-popup .answer .text {
    font-size: 12px;
    line-height: 18px;
    color: #505050;
    margin: 10px 0 0
}

#verdict-popup .answer .date {
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #505050;
    margin: 25px 0 0
}

.all-menu-mobile, .menu-mobile, .mobile-sorting {
    display: none
}

.fancybox-content {
    padding: 0
}

.restrictions {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px
}

@media screen and (max-width: 1400px) {
    .section-3 .slick-prev {
        left: 0
    }

    .section-3 .slick-next {
        right: 0
    }

    .section-3 .slider .slick-list {
        margin: 0 50px !important
    }

    .section-5 .item .block {
        padding: 20px 31px
    }

    .wrapper-list .sidebar {
        width: 290px
    }
}

@media screen and (max-width: 1090px) {
    .topline .menu ul li {
        margin: 0 5px
    }
}

@media screen and (max-width: 1000px) {
    .menu-mobile {
        display: block;
        width: 18px;
        height: 14px;
        margin: 0 12px 0 0;
        background: url("../images/menu-mobile.svg") no-repeat;
        cursor: pointer
    }

    .topline .end .link, .topline .menu ul {
        display: none
    }

    .topline .logo a {
        width: 135px;
        height: 32px;
        background-size: contain;
        top: auto;
        position: relative
    }

    .topline .search, .wrapper-list .sidebar .filter-block .checkbox span:before {
        flex-shrink: 0
    }

    .topline .lang {
        margin: 0 13px;
        flex-shrink: 0
    }

    .topline .logo {
        width: auto;
        height: auto
    }

    .site-width {
        width: 100%;
        padding: 0 12px
    }

    .search-visible {
        right: 12px;
        width: calc(100% - 50px);
        top: 44%;
        height: 33px
    }

    .topline {
        height: auto;
        padding: 15px 0
    }

    .topline .menu {
        padding: 0
    }

    .section-1 .block .title {
        font-size: 30px;
        line-height: 34px
    }

    .section-2 .tabs__caption, .section-3:before, .section-4:before {
        display: none
    }

    .section-2 .tabs__content {
        width: 100%;
        padding: 30px 12px
    }

    .title-section {
        font-size: 20px !important;
        line-height: 23px !important;
        margin: 0 0 21px !important
    }

    .section-2 .flex {
        display: block
    }

    .section-2 .item {
        width: 100%
    }

    .section-2 .fulllink {
        padding: 15px;
        width: 100%;
        text-align: center
    }

    .section-2 {
        margin: 0 0 40px
    }

    .section-2 .item .images {
        text-align: center
    }

    .section-3 .slider .slick-list {
        margin: 0 -12px !important
    }

    .section-3 .slider .slide {
        height: auto
    }

    .section-4 .flex {
        display: block
    }

    .section-4 .col {
        width: 100%;
        margin: 0 0 20px
    }

    .section-4 .item .img {
        width: 60px;
        overflow: hidden
    }

    .section-4 .item .img img, .section-6 .item .images img {
        height: 100% !important;
        max-width: none
    }

    .section-4 .item .block {
        padding: 0 9px
    }

    .section-4 .item .name {
        font-size: 13px;
        line-height: 15px
    }

    #bonus-popup .head .name, .section-4 .item .desc {
        font-size: 11px;
        line-height: 13px
    }

    .section-4 .item .rating {
        padding: 0 10px 0 0;
        width: 100px
    }

    .section-4 .item .date {
        padding: 0 10px 0 0;
        width: auto;
        font-size: 10px;
        line-height: 11px
    }

    .section-5 .item .name {
        font-size: 30px;
        line-height: 34px
    }

    .section-5 .item .desc, .wrapper-list .list-item .col-right .block-left .link {
        font-size: 16px;
        line-height: 18px
    }

    .section-5 .flex {
        display: block
    }

    .section-5 .slick-dots {
        list-style: none;
        margin: 10px 0 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .section-5 .slick-dots li {
        margin: 0 6px
    }

    .section-5 .slick-dots button {
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: 0;
        width: 10px;
        height: 10px;
        background: #c4c4c4;
        border-radius: 555px;
        font-size: 0;
        line-height: 0
    }

    .section-5 .slick-active button {
        background: #5b9e22
    }

    .section-5 .item .block {
        padding: 26px
    }

    .section-5 .site-width {
        padding: 0
    }

    .section-5 .item .name {
        margin: 0 0 35px
    }

    .section-6 .flex {
        display: block
    }

    .section-6 .item {
        width: 100%;
        margin: 0 0 10px;
        display: flex
    }

    .section-6 .item .images {
        width: 100px;
        height: auto
    }

    .section-6 .item .block {
        flex: 1;
        padding: 10px
    }

    #bonus-popup .head .rating, .section-6 .item .name {
        font-size: 20px;
        line-height: 23px
    }

    .section-6 .item .desc {
        font-size: 10px;
        line-height: 11px
    }

    .section-6 .item .date {
        font-size: 9px;
        line-height: 10px;
        margin: 0 0 2px
    }

    .footer:before {
        background-size: contain !important
    }

    .footer .head .site-width {
        display: block
    }

    .footer .head .col {
        width: 100%;
        text-align: center;
        margin: 0 0 30px
    }

    .footer .head .share {
        justify-content: center
    }

    .footer .bottom .site-width, .wrapper-list {
        display: block
    }

    .footer .logo a {
        display: table;
        margin: 0 auto
    }

    .footer .copyright {
        padding: 0;
        margin: 20px 0 0
    }

    .topline .user .hover {
        width: 300px;
        z-index: 9999;
        top: calc(100% + 24px)
    }

    .popup-block .block {
        padding: 34px 10px;
        max-width: 94%
    }

    #bonus-popup .block {
        padding: 34px 10px
    }

    #bonus-popup .head img, .bonus-item .head img {
        width: 47px
    }

    #bonus-popup .head {
        padding: 0 10px 0 0
    }

    #bonus-popup .flex {
        display: block;
        padding: 10px
    }

    #bonus-popup .flex .col:last-child .green {
        padding: 15px
    }

    #bonus-popup .flex .col:last-child {
        width: 100%
    }

    #bonus-popup .flex .col:first-child {
        padding: 0;
        margin: 0 0 10px
    }

    #bonus-popup .flex .col:last-child .green a, .bonus-item .flex .col:last-child .green a {
        width: auto;
        height: auto;
        padding: 13px
    }

    #bonus-popup .flex .col:last-child .assessment .dislike, #bonus-popup .flex .col:last-child .assessment .like, .bonus-item .flex .col:last-child .assessment .dislike, .bonus-item .flex .col:last-child .assessment .like {
        font-size: 10px;
        line-height: 11px
    }

    .header-list .title {
        font-size: 20px;
        line-height: 23px
    }

    .header-list .desc {
        font-size: 13px;
        line-height: 15px
    }

    .wrapper-list-tabs .tabs__caption .site-width div {
        font-size: 12px;
        line-height: 14px;
        word-break: break-all;
        padding: 5px;
        width: 25%
    }

    .wrapper-list-tabs .tabs__caption .site-width {
        display: flex;
        align-items: inherit
    }

    .section-8:after, .section-8:before, .wrapper-list-tabs .tabs__content .active-filter, .wrapper-list-tabs .tabs__content .block-sorting, .wrapper-list-tabs .tabs__content .desc-tab, .wrapper-list-tabs .tabs__content .title-tab {
        display: none
    }

    .wrapper-list .container {
        padding: 0
    }

    .section-7 .flex, .wrapper-list .list-item {
        display: block
    }

    .wrapper-list .list-item .col-left {
        width: 100%;
        text-align: center;
        padding: 10px
    }

    .wrapper-list .list-item .col-right {
        padding: 10px;
        flex-flow: column-reverse
    }

    .wrapper-list .list-item .col-right .block-right {
        padding: 0 0 20px;
        border: 0
    }

    .wrapper-list .list-item .col-right .block-left {
        padding: 0
    }

    .page-casino-views .head .rating span, .section-9 .block .name span, .wrapper-list .list-item .col-right .block-left .zoom, .wrapper-list .sidebar .filter-name span {
        font-size: 14px;
        line-height: 16px
    }

    .pagination a, .pagination span {
        margin: 0 15px !important;
        flex-shrink: 0
    }

    .section-7 .item {
        width: 100%;
        margin: 0 0 19px
    }

    .section-7 {
        padding: 37px 0 50px
    }

    .section-8, .section-8 h2, .section-8 h3 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 20px
    }

    .section-8 {
        font-size: 14px;
        line-height: 16px
    }

    .section-9 .block .name {
        padding: 10px
    }

    .section-9 .block .text {
        padding: 0 10px;
        font-size: 14px;
        line-height: 16px
    }

    .wrapper-list .sidebar .filter-block {
        padding: 0 10px 20px
    }

    .wrapper-list {
        display: flex;
        flex-direction: column-reverse
    }

    .wrapper-list .sidebar .widget-name {
        font-size: 16px
    }

    .mobile-sorting {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px
    }

    .mobile-sorting .filter, .mobile-sorting .sort {
        width: 49%;
        background: #fff;
        border: 1px solid #b5b7b9;
        box-sizing: border-box;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        color: #727272;
        padding: 4px;
        text-align: center;
        cursor: pointer
    }

    .wrapper-list .sidebar {
        width: 100%;
        display: none
    }

    .wrapper-list-tabs .tabs__content .block-sorting .visible {
        padding: 0 0 20px
    }

    .wrapper-list-tabs .tabs__content .block-sorting {
        padding: 10px;
        margin: 0
    }

    .wrapper-list .container .game-list .game {
        width: 48%;
        margin: 0 0 10px
    }

    .bonus-item .head .name {
        font-size: 11px;
        line-height: 13px
    }

    #verdict-popup .block .title span, .bonus-item .head .rating, .page-faq .flex-wrapper .container h2, .page-faq .flex-wrapper .container h3 {
        font-size: 20px;
        line-height: 23px
    }

    .bonus-item .head {
        height: auto;
        padding: 27px 10px 27px 0
    }

    .bonus-item .flex {
        display: block;
        padding: 10px
    }

    .bonus-item .flex .col:last-child .green {
        padding: 10px
    }

    .bonus-item .flex .col:last-child {
        width: 100%
    }

    .bonus-item .flex .col:first-child {
        padding: 0 0 10px
    }

    .page-news {
        padding: 30px 0
    }

    .page-news h1 {
        padding: 0 0 20px;
        font-size: 20px;
        line-height: 23px
    }

    .page-news p {
        font-size: 12px;
        line-height: 16px
    }

    .speedbar {
        display: none
    }

    .page-compaints .item-compaints, .page-faq .flex-wrapper {
        display: block
    }

    .page-faq .flex-wrapper .sidebar {
        width: 100%;
        padding: 0
    }

    .page-faq .flex-wrapper .container {
        padding: 0
    }

    .page-faq .flex-wrapper .container a, .page-faq .flex-wrapper .container p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px
    }

    .page-faq .flex-wrapper .sidebar li a, .page-faq .flex-wrapper .sidebar li span {
        font-size: 13px
    }

    .all-menu-mobile {
        display: block;
        padding: 13px;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #fff;
        cursor: pointer;
        margin: 0 0 30px;
        background: #5b9e22 url("../images/all-menu-mobile.svg") no-repeat right 13px center
    }

    .page-faq .flex-wrapper .sidebar {
        display: none;
        margin: -20px 0 20px;
        border: 0
    }

    .page-compaints .head .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        color: #fff
    }

    .page-compaints .head span {
        margin: 0 auto;
        font-size: 14px;
        line-height: 16px;
        padding: 10px
    }

    .page-casino-views, .page-compaints, .page-compaints .block-information .site-width {
        padding: 0
    }

    .page-casino-views .flex-wrapper .container .facts li, .page-compaints .block-information .name {
        font-size: 12px;
        line-height: 14px
    }

    .page-compaints .item-compaints .col-left {
        width: 100%;
        padding: 11px 18px;
        position: relative;
        text-align: left
    }

    .page-compaints .item-compaints .col-right {
        padding: 12px 10px
    }

    .page-compaints .item-compaints .col-left .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 40px;
        height: 40px;
        margin: -20px 0 0
    }

    .page-compaints .item-compaints .col-left .desc {
        font-size: 18px;
        line-height: 21px;
        margin: 5px 0;
        text-align: left
    }

    .page-compaints .item-compaints .col-left .summ {
        font-size: 24px;
        margin: 5px 0;
        line-height: 28px;
        text-align: left
    }

    .page-compaints .item-compaints .col-left .date {
        font-size: 14px;
        line-height: 16px;
        margin: 5px 0;
        text-align: left
    }

    .page-compaints .item-compaints .col-right .title {
        font-size: 24px;
        line-height: 36px
    }

    .page-compaints .item-compaints .col-right .views {
        font-size: 14px;
        line-height: 16px;
        width: 100%;
        max-width: none
    }

    #complaint-popup .block {
        padding: 30px 5px
    }

    #complaint-popup .block .title {
        padding: 30px 10px;
        text-align: center;
        font-size: 14px;
        line-height: 18px
    }

    #complaint-popup .block .bl, #verdict-popup .block .bl {
        padding: 0;
        background: 0 0;
        border: 0
    }

    #verdict-popup .block {
        padding: 30px 10px
    }

    #verdict-popup .block .title {
        padding: 14px;
        text-align: center;
        font-size: 20px;
        line-height: 32px
    }

    #verdict-popup .answer .name, #verdict-popup .question .name {
        font-size: 20px;
        line-height: 22px
    }

    #verdict-popup .answer .date, #verdict-popup .question .date {
        font-size: 12px;
        line-height: 14px;
        margin: 15px 0 0
    }

    .page-casino-views .head .logo {
        width: 38px;
        height: auto
    }

    .page-casino-views .head .name {
        padding: 0 9px;
        font-size: 14px;
        line-height: 16px
    }

    .page-casino-views .head .rating {
        font-size: 10px;
        line-height: 11px;
        padding: 5px
    }

    .page-casino-views .head {
        height: auto;
        padding: 11px 0
    }

    .page-casino-views .flex-wrapper .sidebar, .topline .menu ul li:after {
        display: none
    }

    .page-casino-views .flex-wrapper {
        display: block
    }

    .page-casino-views .flex-wrapper .container {
        padding: 0
    }

    .page-casino-views .flex-wrapper .container p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px
    }

    .page-casino-views .flex-wrapper .container .info-block .name {
        width: 70%;
        font-size: 12px;
        line-height: normal
    }

    .page-casino-views .flex-wrapper .container .info-block .name img {
        margin: 0 15px 0 0
    }

    .page-casino-views .flex-wrapper .container .info-block .col {
        padding: 0 0 0 10px;
        font-size: 10px;
        line-height: 14px
    }

    .page-casino-views .flex-wrapper .container .info-block .col b {
        font-size: 10px;
        line-height: 14px;
        display: none
    }

    .page-casino-views .flex-wrapper .container .name-fact {
        font-size: 18px;
        line-height: 21px
    }

    .topline .menu ul {
        position: absolute;
        top: calc(100% + 15px);
        left: 12px;
        width: 250px;
        padding: 10px 20px;
        background: #37384c;
        z-index: 999999
    }

    .topline .menu ul li {
        margin: 15px 0
    }
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.btn-green {
    text-decoration: none;
    background: #5b9e22;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 14px 55px;
    color: #fff;
    display: inline-block;
}

.btn-green:hover {
    color: #fff;
    background: #67b327
}

/*# sourceMappingURL=common.css.map */
