@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap);
@import url(https://fonts.googleapis.com/css?family=DM+Serif+Text&display=swap);

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  
  
  figure img {
    border-radius: 14px;
    margin: 30px auto;
  }

.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;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

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

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

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(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-slide img {
    display: block
}

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

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

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

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

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

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

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: transparent
}

a:hover {
    color: #0056b3
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card,
.card-group>.card {
    margin-bottom: 15px
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -webkit-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow-column>.swiper-wrapper,
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/dist/fonts/webpack/fa-brands-400.eot);
    src: url(/dist/fonts/webpack/fa-brands-400.eot) format("embedded-opentype"), url(/dist/fonts/webpack/fa-brands-400.woff2) format("woff2"), url(/dist/fonts/webpack/fa-brands-400.woff) format("woff"), url(/dist/fonts/webpack/fa-brands-400.ttf) format("truetype"), url(/dist/images/webpack/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before,
body,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%
}

button,
button:active,
button:focus {
    outline: none
}

input,
textarea {
    outline: 0 !important
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer
}

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

img {
    height: auto
}

a:hover {
    color: inherit;
    text-decoration: none
}

header.header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100
}

.header.back-on .logo-down,
.header.back-on .scroll-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header.back-on .user {
    margin-left: 20px;
    cursor: pointer
}

.header.back-on .header-wrap-top {
    height: 41px;
    background: #000 0 bottom no-repeat;
    background-size: cover
}

.header.back-on .header-wrap-top:after {
    display: none
}

.header.back-on .header-wrap-bottom {
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: 0
}

.header.back-on .header-top {
    height: 0
}

.header.back-on .header-top .logo {
    display: none
}

.header.back-on .header-right {
    height: 41px;
    position: relative;
    z-index: 10
}

.header.back-on .header-middle {
    top: 60px
}

.header.back-on .header-nav-dropdown {
    top: 39px
}

.header.back-on .notifications-wrap {
    top: 31px
}

.hamburger {
    display: none
}

.header-wrap-top {
    background: #000 0 0 no-repeat;
    background-size: cover;
    height: 100px;
    position: relative
}

.header-wrap-top:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 59px;
    border-top: 1px solid rgba(0, 170, 58, .2)
}

.header-wrap-top .logged-wrap {
    display: none
}

.header-wrap-top.logged .logged-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-wrap-top.logged .logged-wrap .user {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 85px;
    background: url(/dist/images/webpack/user.svg) 0 0 no-repeat;
    cursor: pointer
}

.header-wrap-top.logged .logged-wrap .notifications {
    display: block;
    width: 32px;
    height: 22px;
    margin-left: 20px;
    position: relative;
    background: url(/dist/images/webpack/envelope-header.svg) 0 0 no-repeat
}

.header-wrap-top.logged .logged-wrap .notifications .num {
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    top: -7px;
    right: -17px
}

.header-wrap-top .logo {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    white-space: nowrap
}

.header-wrap-top .logo:hover {
    text-decoration: none
}

.header-wrap-top .logo span {
    font-size: 16px;
    color: #c82333;
    margin-left: 11px
}

.header-wrap-top .logo.not-link {
    cursor: auto
}

.header-wrap-top .login-wrap {
    color: #00aa3a;
    font-size: 14px;
    margin-left: 15px;
    white-space: nowrap
}

.header-wrap-top .login-wrap span {
    padding: 0 4px
}

.header-wrap-top .login-wrap a {
    text-decoration: none;
    color: #fff
}

.logo-down {
    display: none
}

.nav-wrap-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-wrap-flex .scroll-btn-wrap {
    display: none;
    margin-left: auto;
    white-space: nowrap
}

.nav-wrap-flex .scroll-btn-wrap .sign-btn {
    margin-left: 20px
}

.nav-wrap-flex .scroll-btn-wrap .search-btn {
    margin-right: 0
}

.nav-wrap-flex .scroll-btn-wrap .search__form {
    right: -53px !important
}

.nav-wrap-flex .logo-down {
    margin-right: 40px
}

.header-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0;
    height: 60px
}

.header-right,
.header-right .languagepicker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-right .languagepicker {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 54px;
    min-width: 54px;
    width: 100%;
    min-height: 26px;
    margin-right: 20px;
    position: relative;
    padding: 5px 0
}

.header-right .languagepicker a {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer
}

.header-right .languagepicker a:focus,
.header-right .languagepicker a:hover {
    outline: none;
    text-decoration: none
}

.header-right .languagepicker>.active {
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 22px;
    padding-top: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-right .languagepicker .languagepicker-dropduwn {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 4px 4px;
    z-index: 10
}

.header-right .languagepicker .languagepicker-dropduwn a {
    display: none
}

.header-right .languagepicker .languagepicker-dropduwn a.active {
    display: block;
    line-height: 25px;
    color: #000;
    border-top: 1px solid #e0e0e0
}

.header-right .languagepicker .languagepicker-dropduwn a.active:last-child {
    border-bottom: 0
}

.search-btn {
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    margin: 0 0 0 20px;
    background: url(/dist/images/webpack/search.svg) 0 0 no-repeat
}

.header-right .search__form,
.search__form {
    display: none
}

.search {
    position: relative
}

.search.js-open .search__form {
    display: block;
    width: 212px;
    position: absolute;
    top: -2px;
    right: 0
}

.header-wrap-bottom {
    background: #000;
    height: 29px;
    color: #ffcc4d;
    line-height: 29px;
    border-top: 1px solid rgba(0, 170, 58, .2)
}

.header-wrap-bottom a {
    color: #ffcc4d;
    text-decoration: none
}

.header-wrap-bottom .marquee {
    overflow: hidden;
    position: relative
}

.header-wrap-bottom .marquee:before {
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .1)), to(#000));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .1), #000)
}

.header-wrap-bottom .marquee:after,
.header-wrap-bottom .marquee:before {
    content: "";
    display: block;
    height: 28px;
    width: 68px;
    position: absolute;
    top: 0;
    z-index: 10
}

.header-wrap-bottom .marquee:after {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(#000));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .1), #000)
}

.header-wrap-bottom .ticker-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 29px
}

.header-wrap-bottom .ticker-wrap p {
    margin-right: 60px;
    white-space: nowrap
}

.header-wrap-bottom .ticker-wrap .smile {
    width: 18px;
    height: 18px;
    background: #000 url(/dist/images/webpack/smile.png) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 5px 30px 0 0
}

.header-wrap-bottom .ticker-wrap .smile:first-child {
    margin-left: 30px
}

.main-nav {
    line-height: 40px;
    color: #fff
}

.main-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.main-nav__item {
    margin-right: 30px
}

.main-nav__item:last-child {
    margin-right: 0
}

.main-nav__item.dropdown:hover .main-nav__link:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-nav__item.dropdown .main-nav__link {
    padding-right: 25px;
    position: relative
}

.main-nav__item.dropdown .main-nav__link:after {
    content: "";
    position: absolute;
    top: 49%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 17px;
    height: 9px;
    background: url(/dist/images/webpack/arrow-white.svg) 50% no-repeat
}

.main-nav__link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    display: block
}

.main-nav__link:hover {
    color: #fff;
    text-decoration: none
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.header-nav-dropdown {
    position: fixed;
    z-index: 1001;
    top: 98px;
    left: 0;
    width: 100vw;
    display: none;
    padding-top: 35px;
    padding-bottom: 25px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3)
}

.header-nav-dropdown .row>[class*=col-] {
    padding: 0 7px
}

.header-nav-dropdown__title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.header-nav-dropdown--info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 41px;
    display: inline-block;
    width: 0;
    max-width: calc(50% - 595px);
    height: 1px;
    background-color: #00aa3a;
    -webkit-animation: move-right 1.5s;
    animation: move-right 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes move-right {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes move-right {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.header-nav-dropdown-list {
    padding: 0;
    list-style: none;
    *zoom: 1
}

.header-nav-dropdown-list:after,
.header-nav-dropdown-list:before {
    display: table;
    content: ""
}

.header-nav-dropdown-list:after {
    clear: both
}

.header-nav-dropdown-list__col {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    -webkit-transition: all .7s;
    transition: all .7s
}

@-webkit-keyframes slideSlow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideSlow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.header-nav-dropdown-list__col-title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #00aa3a
}

.header-nav-dropdown-list__list {
    line-height: 1;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-transition: all .7s;
    transition: all .7s
}

.header-nav-dropdown-list__list-item {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
    color: #333
}

.header-nav-dropdown-list__list-link {
    position: relative;
    padding-bottom: 2px;
    color: inherit
}

.header-nav-dropdown-list__list-link:hover {
    text-decoration: none;
    color: #00aa3a
}

.hamburger {
    line-height: 49px;
    float: right;
    outline: none
}

.hamburger .hamburger-box {
    width: 36px;
    height: 14px;
    vertical-align: middle
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
    border-radius: 4px;
    width: 36px;
    height: 2px;
    background-color: #fff
}

.hamburger .hamburger-inner:before {
    top: -14px
}

.hamburger .hamburger-inner:after {
    top: 14px
}

.hamburger--slider.is-active .hamburger-box {
    height: 22px
}

.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
    transform: translate3d(0, -14px, 0) rotate(-270deg)
}

.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
    transform: translate3d(0, -14px, 0) rotate(-90deg)
}

.hamburger {
    display: inline-block;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    margin: 0 0 0 19px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -1.5px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 26px;
    height: 3px;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #fff
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -8px
}

.hamburger-inner:after {
    bottom: -8px
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-duration: .13s;
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    top: -7px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.notifications {
    margin-right: 50px
}

.notifications-wrap {
    display: none;
    position: absolute;
    top: 41px;
    right: -50px;
    width: 263px;
    height: 316px;
    background: #060000;
    border-radius: 0 0 4px 4px;
    color: #fff;
    z-index: 50;
    padding: 6px 6px 30px;
    cursor: auto
}

.notifications-title {
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
    text-align: center;
    margin-bottom: 8px
}

.notifications-date {
    font-size: 12px;
    line-height: 26px;
    background: rgba(0, 170, 58, .4);
    width: 170px;
    margin: auto;
    text-align: center;
    color: #fff
}

.notifications-list {
    padding-right: 21px;
    height: 245px;
    position: relative
}

.notifications .ps .ps__rail-y {
    right: 6px !important;
    margin-top: 10px
}

.notifications-list-item {
    padding: 10px 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 170, 58, .4)
}

.notifications-list-time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44px;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px;
    padding-left: 4px;
    font-size: 12px;
    line-height: 14px
}

.notifications-list-title {
    text-transform: uppercase;
    margin-bottom: 4px
}

.notifications-list-subtitle,
.notifications-list-title {
    font-size: 12px;
    line-height: 14px
}

.notifications .resolved span {
    text-transform: uppercase;
    color: #80cf28
}

.notifications .unresolved span {
    text-transform: uppercase;
    color: #be0000
}

.footer {
    background-color: #000;
    margin-top: 0;
    position: relative;
    z-index: 10;
    background: #000 0 bottom no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial
}

.footer:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 60px;
    border-bottom: 1px solid rgba(0, 170, 58, .2)
}

.footer .logo {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .logo span {
    
    font-size: 18px;
    color: #fff;
    margin-left: 11px;
    position: relative
}

.footer__wrap-top {
    height: 60px;
    padding-top: 14px
}

.footer__wrap-bottom {
    padding-top: 40px;
    padding-bottom: 45px;
    color: #fff;
    font-weight: 300
}

.footer__wrap-bottom p {
    margin-bottom: 10px;
    font-size: 12px
}

.footer__item {
    margin-bottom: 10px
}

.footer__link {
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.footer__wrap-icons {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 20px
}

.footer__wrap-icons,
.footer__wrap-icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-group textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.form-group textarea:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.form-group textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.form-group textarea:focus::-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.form-group textarea:focus::placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.form-group input[type=search]::-webkit-input-placeholder {
    color: #8e8e8e
}

.form-group input[type=search]::-moz-placeholder {
    color: #8e8e8e
}

.form-group input[type=search]:-ms-input-placeholder {
    color: #8e8e8e
}

.form-group input[type=search]::-ms-input-placeholder {
    color: #8e8e8e
}

.form-group input[type=search]::placeholder {
    color: #8e8e8e
}

.form-control {
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    border: 1px solid #8e8e8e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #333;
    text-align: center
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.form-group {
    margin-bottom: 10px
}

.help-block {
    color: red;
    font-size: 12px;
    white-space: nowrap
}

.checkbox {
    position: relative
}

.checkbox label {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-left: 35px
}

.checkbox label a:active,
.checkbox label a:focus,
.checkbox label a:hover,
.checkbox label a:visited,
.radio label a:active,
.radio label a:focus,
.radio label a:hover,
.radio label a:visited {
    text-decoration: none
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.checkbox .controller {
    position: absolute;
    left: 0;
    top: -1px;
    cursor: pointer
}

.checkbox input[type=checkbox]+.controller:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 0
}

.checkbox input[type=checkbox]+.controller:after {
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 6px;
    left: 4px;
    background: url(/dist/images/webpack/checkbox-mark.svg) 0 0 no-repeat
}

.checkbox input[type=checkbox]:checked+.controller:after {
    opacity: 1 !important
}

.checkbox input[type=checkbox]:checked+.controller:before {
    background: #fff
}

.checkbox .controller:hover:before {
    background: #e1dede !important
}

.breadcrumb {
    display: block;
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%;
    padding: 0
}

.breadcrumb li {
    font-size: 14px;
    line-height: 16px;
    display: inline
}

.breadcrumb li a {
    color: #333
}

.breadcrumb li a:hover {
    color: #00aa3a;
    text-decoration: underline
}

.breadcrumb li.active {
    color: #bdbdbd
}

.breadcrumb li+li {
    padding-left: 8px
}

.breadcrumb li+li:before {
    content: ">";
    color: #333;
    padding-right: 8px
}

.breadcrumb svg {
    fill: #333;
    width: 13px;
    height: 13px
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-touch-action: auto;
    touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs,
.irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    display: block
}

.irs-bar,
.irs-shadow {
    position: absolute;
    left: 0;
    width: 0
}

.irs-shadow {
    display: none
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max,
.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-max,
.irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, #fff));
    background: linear-gradient(180deg, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #428bca), to(#b9d4ec));
    background: linear-gradient(180deg, #fff 0, #428bca 30%, #b9d4ec);
    -webkit-box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, .5);
    box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, .5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, .5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #cbcfd5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #b4b9be), to(#fff));
    background: linear-gradient(180deg, #fff 0, #b4b9be 30%, #fff);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, .45);
    background-color: #939ba7;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
    background: linear-gradient(180deg, #fff 0, #919ba5 30%, #fff)
}

.irs--big .irs-max,
.irs--big .irs-min {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
    background: linear-gradient(180deg, #428bca 0, #3071a9);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern,
.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
    background: linear-gradient(180deg, #e0e4ea 0, #d1d6e0);
    border: solid #a3adc1;
    border-width: 1px 1px 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
    background: linear-gradient(180deg, #20b426 0, #18891d)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, .5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top: 0 solid #a3adc1;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e6e6));
    background: linear-gradient(180deg, #fff 0, #e9e6e6);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(2),
.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.irs--modern .irs-handle>i:nth-child(3) {
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
    background: linear-gradient(180deg, #fff 0, #919ba5 30%, #fff)
}

.irs--modern .irs-handle.state_hover>i:first-child,
.irs--modern .irs-handle:hover>i:first-child {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-max,
.irs--modern .irs-min {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: #fff;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: #fff;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, .5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: #000
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: #fff;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-max,
.irs--round .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: #fff;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: #000
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid #000;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-max,
.irs--square .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1)
}

.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #000;
    color: #fff
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

.bonus-template {
    position: relative;
    top: -17px
}

.bonus-template-list {
    margin-top: 35px
}

.bonus-template__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 59px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0
}

.bonus-template__item.advertising__item {
    -webkit-box-shadow: none;
    box-shadow: none
}

.bonus-template__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: default
}

.bonus-template__radio {
    margin-right: 13px;
    margin-top: 5px
}

.bonus-template__logo {
    position: relative;
    padding-left: 16px
}

.bonus-template__logo a {
    display: block
}

.bonus-template__logo img {
    max-width: 80px;
    max-height: 40px
}

.bonus-template__logo.new:before {
    content: "new";
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #00aa3a;
    width: 40px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    top: 12px;
    left: -12px
}

.bonus-template__name {
    font-size: 12px;
    line-height: 14px;
    margin-left: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81px;
    -ms-flex: 0 0 81px;
    flex: 0 0 81px;
    max-width: 81px
}

.bonus-template__name .name a {
    color: #00aa3a
}

.bonus-template__name .name-descr {
    color: #333
}

.bonus-template__promotion {
    margin-top: 5px;
    margin-left: 20px;
    position: relative
}

.bonus-template__promotion:hover .promotion-descr {
    display: block
}

.bonus-template__promotion.help_cursor {
    cursor: help
}

.bonus-template__promotion .promotion {
    color: #8e8e8e
}

.bonus-template__promotion .code {
    white-space: nowrap
}

.bonus-template__promotion .promotion-descr {
    display: none;
    width: 220px;
    position: absolute;
    bottom: -71px;
    left: -50px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #cecece;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    z-index: 10
}

.bonus-template__deposit {
    margin-top: 5px;
    position: relative
}

.bonus-template__deposit .rating-num {
    color: #ff9a00;
    font-weight: 700
}

.bonus-template__bonus {
    margin-top: 5px;
    padding: 0 20px
}

.bonus-template__bonus .bonus {
    margin-bottom: 5px
}

.bonus-template__closed a,
.bonus-template__take a {
    width: 140px;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    display: block;
    border-radius: 4px;
    background-color: #00aa3a;
    border: 1px solid #00aa3a;
    margin-left: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.bonus-template__closed a:hover,
.bonus-template__take a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0fca4f;
    border-color: #0fca4f
}

.bonus-template__closed a {
    color: #fff;
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e
}

.bonus-template__closed a:hover {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #333
}

.bonus-template-filter-top {
    position: absolute;
    top: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.bonus-template-filter-top .filter-btn {
    font-size: 14px;
    line-height: 16px;
    margin-right: 20px;
    cursor: pointer
}

.bonus-template-filter {
    font-size: 14px;
    line-height: 16px
}

.bonus-template-filter span {
    margin-left: 7px
}

.media-body .author {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px
}

.media-body .metadata {
    display: block;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 14px
}

.media-body hr {
    margin-top: 6px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #e0e0e0
}

.media-body .likes {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    white-space: nowrap
}

.media-body .likes:after {
    content: "";
    width: 18px;
    height: 17px;
    margin-left: 4px;
    background: url(/dist/images/webpack/like-icon.svg) 0 0 no-repeat
}

.media-body .likes:hover {
    color: #00aa3a
}

.media-body .likes:hover:after {
    background: url(/dist/images/webpack/like-icon-green.svg) 0 0 no-repeat
}

.media-body .reply {
    font-size: 12px;
    padding-left: 20px;
    line-height: 18px;
    color: #747474 !important;
    border-bottom: 0 !important;
    text-transform: uppercase;
    background: url(/dist/images/webpack/reply-icon.svg) 0 no-repeat
}

.media-body .reply:hover {
    color: #00aa3a !important;
    background: url(/dist/images/webpack/reply-icon-green.svg) 0 no-repeat
}

.media-body .reply.open {
    cursor: default !important
}

.media-body .reply.open:hover {
    color: #747474 !important;
    background: url(/dist/images/webpack/reply-icon.svg) 0 no-repeat
}

.media-body .footer-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 7px
}

.media-text {
    margin-bottom: .25rem
}

.media-text .system-massage {
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
    color: #8e8e8e
}

.media-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.media-heading .media-heading-right {
    margin-left: 12px
}

.media-heading img {
    width: 42px;
    height: 42px !important
}

.media {
    margin-left: 50px;
    min-width: 203px
}

.media .media .media .media {
    margin-left: 0
}

.media-list {
    margin-top: 0
}

.media-list>.media {
    margin-left: 0
}

#comments,
#reply-block {
    margin-bottom: 30px
}

#comments .btn-comments-wrap {
    width: calc(100% - 263px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#comments .line {
    height: 1px;
    margin: 0 30px;
    width: 100%;
    background-color: #e0e0e0
}

#comments #showComment {
    margin-left: auto;
    margin-right: 20px;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#comments #showComment.is-show .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#comments #showComment .caret {
    width: 17px;
    height: 9px;
    background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
    margin-left: 10px
}

#comments .btn.btn-white {
    display: block;
    margin: 0 auto 30px
}

#comments .help-block-error {
    color: #d50000;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    white-space: normal;
    padding-left: 35px
}

#comments .help-block-error.help-block-error-icon:before {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    vertical-align: top;
    display: block;
    background: url(/dist/images/webpack/error.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#comments .text-success {
    color: #00aa3a;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 53px;
    position: relative;
    padding-left: 35px
}

#comments .text-success:before {
    content: "";
    width: 24px;
    height: 24px;
    vertical-align: top;
    display: inline-block;
    background: url(/dist/images/webpack/success.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#comments .reply-block .form-comment .form-group {
    margin: 10px 0 0;
    max-width: 100%
}

#comments .reply-block .form-comment .form-control {
    height: 120px;
    padding: 0 29px 0 0;
    min-width: 100% !important
}

#comments .reply-block .form-comment .write-comment-wrap {
    height: 150px
}

#comments .reply-block .form-comment .write-comment-img {
    display: none
}

#comments .reply-block .btn-wrap {
    margin-bottom: 30px
}

#comments .btn-back {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    width: auto;
    margin-left: 90px
}

#comments .btn-back:hover {
    background-color: #fff;
    color: #00aa3a
}

#comments .more-comments .media-list>.media {
    display: none
}

.form-comment .write-comment-wrap {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 10px 20px;
    height: 200px;
    margin-bottom: 30px
}

.form-comment .write-comment-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    max-width: 42px
}

.form-comment .write-comment-img img {
    width: 42px;
    height: 42px
}

.form-comment .os-scrollbar-track {
    right: 8px !important
}

.form-comment .form-group {
    width: 100%;
    margin-left: 30px;
    margin-top: 7px;
    margin-bottom: 0
}

.form-comment .form-group .help-block-error {
    display: none !important
}

.form-comment .form-control {
    border: 0;
    resize: none;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    height: 173px;
    padding-right: 29px
}

.form-comment .form-group textarea::-webkit-input-placeholder {
    color: #333
}

.form-comment .form-group textarea::-moz-placeholder {
    color: #333
}

.form-comment .form-group textarea:-ms-input-placeholder {
    color: #333
}

.form-comment .form-group textarea::-ms-input-placeholder {
    color: #333
}

.form-comment .form-group textarea::placeholder {
    color: #333
}

.form-comment .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modal {
    z-index: 2001
}

.modal.show .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal .control-label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px
}

.modal .modal-top {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.modal .modal-dialog {
    width: 360px;
    margin: 0;
    top: 50%;
    left: 50%
}

.modal .modal-content {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border: 0;
    border-radius: 4px
}

.modal .close {
    background: url(/dist/images/webpack/close.svg) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    opacity: 1
}

.modal .form-control {
    text-align: left
}

.modal .form-group.has-error .control-label {
    color: #d50000
}

.modal .form-group.has-error .form-control {
    color: #d50000;
    border-color: #d50000
}

.modal .help-block {
    white-space: normal;
    color: #930000
}

.modal .auth-socials-wrap {
    width: 263px;
    margin: auto
}

.modal .auth-socials-wrap p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px
}

.modal .auth-clients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.modal .auth-clients .auth-icon {
    border-radius: 0;
    margin: 0
}

.modal .auth-clients .auth-icon:hover {
    opacity: .9
}

.modal .auth-clients .auth-icon.facebook {
    background: url(/dist/images/webpack/fb.svg) 0 0 no-repeat;
    width: 13px;
    height: 24px
}

.modal .auth-clients .auth-icon.vkontakte {
    width: 24px;
    height: 14px;
    background: url(/dist/images/webpack/vk.svg) 0 0 no-repeat
}

.modal .auth-clients .auth-icon.twitter {
    width: 24px;
    height: 20px;
    background: url(/dist/images/webpack/twit.svg) 0 0 no-repeat
}

.modal .login-modal-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2
}

#activateSubscribeModal .modal-top,
#successChangedPasswordbeModal .modal-top,
#thanksModal .modal-top {
    height: 255px;
    background: url(/dist/images/webpack/popup-bg.jpg) 0 0 no-repeat;
    background-size: cover
}

#activateSubscribeModal .modal-top:after,
#successChangedPasswordbeModal .modal-top:after,
#thanksModal .modal-top:after {
    content: "";
    width: 371px;
    height: 147px;
    background: url(/dist/images/webpack/popup-chips.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -15px;
    left: -15px
}

#activateSubscribeModal .modal-thanks-subscribe__title,
#successChangedPasswordbeModal .modal-thanks-subscribe__title,
#thanksModal .modal-thanks-subscribe__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-top: 45px
}

#activateSubscribeModal .modal-thanks-subscribe__descr,
#successChangedPasswordbeModal .modal-thanks-subscribe__descr,
#thanksModal .modal-thanks-subscribe__descr {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 55px
}

#email-confirm-modal .modal-top,
#loginModal .modal-top,
#newPasswordModal .modal-top,
#registrationModal .modal-top,
#resetPasswordModal .modal-top,
#welcomeModal .modal-top {
    height: 320px;
    background: url(/dist/images/webpack/popap-bg-long.jpg) 0 0 no-repeat
}

#email-confirm-modal .modal-top:after,
#loginModal .modal-top:after,
#newPasswordModal .modal-top:after,
#registrationModal .modal-top:after,
#resetPasswordModal .modal-top:after,
#welcomeModal .modal-top:after {
    content: "";
    width: 377px;
    height: 334px;
    background: url(/dist/images/webpack/popup-chips-envelope.png) 50% no-repeat;
    position: absolute;
    bottom: -80px;
    left: -17px
}

#email-confirm-modal .modal-body,
#loginModal .modal-body,
#newPasswordModal .modal-body,
#registrationModal .modal-body,
#resetPasswordModal .modal-body,
#welcomeModal .modal-body {
    padding-top: 45px;
    padding-bottom: 32px
}

#email-confirm-modal .form-group,
#loginModal .form-group,
#newPasswordModal .form-group,
#registrationModal .form-group,
#resetPasswordModal .form-group,
#welcomeModal .form-group {
    margin-bottom: 15px
}

#email-confirm-modal .field-loginform-password,
#loginModal .field-loginform-password,
#newPasswordModal .field-loginform-password,
#registrationModal .field-loginform-password,
#resetPasswordModal .field-loginform-password,
#welcomeModal .field-loginform-password {
    position: relative
}

#email-confirm-modal #form-signup,
#email-confirm-modal #login-form,
#loginModal #form-signup,
#loginModal #login-form,
#newPasswordModal #form-signup,
#newPasswordModal #login-form,
#registrationModal #form-signup,
#registrationModal #login-form,
#resetPasswordModal #form-signup,
#resetPasswordModal #login-form,
#welcomeModal #form-signup,
#welcomeModal #login-form {
    width: 263px;
    margin: auto
}

#email-confirm-modal .field-loginform-rememberme,
#loginModal .field-loginform-rememberme,
#newPasswordModal .field-loginform-rememberme,
#registrationModal .field-loginform-rememberme,
#resetPasswordModal .field-loginform-rememberme,
#welcomeModal .field-loginform-rememberme {
    display: none
}

#email-confirm-modal .form-inputs-wrap,
#loginModal .form-inputs-wrap,
#newPasswordModal .form-inputs-wrap,
#registrationModal .form-inputs-wrap,
#resetPasswordModal .form-inputs-wrap,
#welcomeModal .form-inputs-wrap {
    position: relative;
    margin-bottom: 35px
}

#email-confirm-modal .reset,
#loginModal .reset,
#newPasswordModal .reset,
#registrationModal .reset,
#resetPasswordModal .reset,
#welcomeModal .reset {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: -17px
}

#email-confirm-modal .reset a,
#loginModal .reset a,
#newPasswordModal .reset a,
#registrationModal .reset a,
#resetPasswordModal .reset a,
#welcomeModal .reset a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00aa3a
}

#email-confirm-modal .reset a:hover,
#loginModal .reset a:hover,
#newPasswordModal .reset a:hover,
#registrationModal .reset a:hover,
#resetPasswordModal .reset a:hover,
#welcomeModal .reset a:hover {
    text-decoration: none
}

#email-confirm-modal .registration-wrap,
#loginModal .registration-wrap,
#newPasswordModal .registration-wrap,
#registrationModal .registration-wrap,
#resetPasswordModal .registration-wrap,
#welcomeModal .registration-wrap {
    margin: 18px auto auto;
    text-align: center
}

#email-confirm-modal .registration-wrap p,
#loginModal .registration-wrap p,
#newPasswordModal .registration-wrap p,
#registrationModal .registration-wrap p,
#resetPasswordModal .registration-wrap p,
#welcomeModal .registration-wrap p {
    line-height: 16px
}

#email-confirm-modal .btn-link,
#email-confirm-modal .registration-btn,
#loginModal .btn-link,
#loginModal .registration-btn,
#newPasswordModal .btn-link,
#newPasswordModal .registration-btn,
#registrationModal .btn-link,
#registrationModal .registration-btn,
#resetPasswordModal .btn-link,
#resetPasswordModal .registration-btn,
#welcomeModal .btn-link,
#welcomeModal .registration-btn {
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00aa3a
}

#email-confirm-modal .btn-link:hover,
#email-confirm-modal .registration-btn:hover,
#loginModal .btn-link:hover,
#loginModal .registration-btn:hover,
#newPasswordModal .btn-link:hover,
#newPasswordModal .registration-btn:hover,
#registrationModal .btn-link:hover,
#registrationModal .registration-btn:hover,
#resetPasswordModal .btn-link:hover,
#resetPasswordModal .registration-btn:hover,
#welcomeModal .btn-link:hover,
#welcomeModal .registration-btn:hover {
    text-decoration: none
}

#email-confirm-modal .btn-link,
#loginModal .btn-link,
#newPasswordModal .btn-link,
#registrationModal .btn-link,
#resetPasswordModal .btn-link,
#welcomeModal .btn-link {
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00aa3a
}

#email-confirm-modal .btn-link:hover,
#loginModal .btn-link:hover,
#newPasswordModal .btn-link:hover,
#registrationModal .btn-link:hover,
#resetPasswordModal .btn-link:hover,
#welcomeModal .btn-link:hover {
    text-decoration: none
}

#registrationModal .modal-dialog {
    top: 82px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#registrationModal .form-group {
    position: relative;
    margin-bottom: 20px
}

#registrationModal .modal-body {
    padding-top: 40px;
    padding-bottom: 51px
}

#registrationModal .field-registrationform-repassword {
    margin-bottom: 15px
}

#registrationModal .required label {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 16px;
    cursor: text;
    z-index: 10
}

#registrationModal .required label:after {
    content: "*";
    color: #930000;
    position: absolute;
    right: -6px;
    top: 0
}

#registrationModal .checkbox label {
    position: static;
    color: #333;
    cursor: pointer
}

#registrationModal .checkbox label:after {
    display: none
}

#registrationModal .text-danger {
    color: #930000 !important;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px
}

#email-confirm-modal .modal-body,
#welcomeModal .modal-body {
    padding: 40px 50px 47px
}

#email-confirm-modal .modal-body p,
#welcomeModal .modal-body p {
    font-size: 14px;
    line-height: 16px
}

#email-confirm-modal .modal-body p:first-child,
#welcomeModal .modal-body p:first-child {
    margin-bottom: 26px
}

#activateSubscribeModal .modal-body {
    padding: 50px 30px 40px
}

#activateSubscribeModal .modal-body p {
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

#activateSubscribeModal .modal-body p:first-child {
    margin-bottom: 20px
}

#activateSubscribeModal .modal-body p span {
    display: block;
    color: #00aa3a
}

#resetPasswordModal .modal-body {
    padding: 20px 0 40px
}

#resetPasswordModal .modal-body>p {
    width: 263px;
    font-size: 12px;
    line-height: 14px;
    margin: auto auto 15px
}

#resetPasswordModal .form-group {
    margin-bottom: 20px
}

#resetPasswordModal .form-group:last-child {
    margin-bottom: 0
}

#newPasswordModal #reset-password-form,
#resetPasswordModal #request-password-reset-form {
    width: 263px;
    margin: auto
}

#newPasswordModal .btn {
    margin-top: 5px
}

#newPasswordModal .form-group:last-child {
    margin-bottom: 0
}

#successChangedPasswordbeModal .modal-body {
    padding: 51px 30px
}

#successChangedPasswordbeModal p {
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

#becomePartner .modal-dialog {
    width: 585px;
    max-width: 585px;
    height: 605px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 160px;
    left: 50%
}

#becomePartner #comment-text {
    height: 164px
}

#becomePartner .modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%
}

#becomePartner .modal-content-left {
    background: url(/dist/images/webpack/popap-bg-left.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 277px;
    min-width: 277px;
    border-radius: 4px 0 0 4px;
    position: relative
}

#becomePartner .modal-content-left:after {
    content: "";
    width: 228px;
    height: 342px;
    background: url(/dist/images/webpack/popup-chips-left.png) 0 0 no-repeat;
    position: absolute;
    bottom: -6px;
    left: -2px
}

#becomePartner .modal-content-left h2 {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    margin-top: 160px;
    margin-left: 15px
}

#becomePartner .modal-content-right {
    padding: 40px 23px 10px
}

#becomePartner .modal-content-right .small {
    font-size: 14px;
    line-height: 16px;
    color: #930000 !important;
    margin-bottom: 10px
}

#becomePartner .modal-content-right .form-group.textarea .form-control {
    padding-right: 20px
}

#becomePartner .modal-content-right .form-group {
    position: relative;
    margin-bottom: 20px
}

#becomePartner .modal-content-right .form-group.checkbox {
    margin-top: 30px;
    margin-bottom: 40px
}

#becomePartner .modal-content-right .form-group.checkbox .help-block {
    bottom: -27px
}

#becomePartner .modal-content-right .form-group .help-block {
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    bottom: -15px;
    left: 2px
}

#becomePartner .modal-content-right .form-group.textarea .form-control {
    padding: 7px 20px 7px 10px;
    font-size: 14px;
    line-height: 16px;
    height: 164px;
    text-align: left
}

#becomePartner .modal-content-right .form-group.textarea .os-theme-dark>.os-scrollbar.os-scrollbar-vertical {
    margin: 5px 0 1px
}

#becomePartner .modal-content-right .form-group.textarea .os-scrollbar-vertical .os-scrollbar-track {
    right: 8px !important
}

#becomePartner .modal-content-right label {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 14px;
    line-height: 16px;
    cursor: text
}

#becomePartner .modal-content-right .required label:after {
    content: "*";
    color: #930000;
    position: absolute;
    right: -8px;
    top: 0
}

#becomePartner .modal-content-right .form-control {
    padding-left: 10px
}

#becomePartner .modal-content-right .checkbox label {
    position: static;
    color: #333;
    cursor: pointer
}

#becomePartner .modal-content-right .checkbox label:after {
    display: none
}

#becomePartner .modal-content-right .btn-link {
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00aa3a
}

#becomePartner .modal-content-right .btn-link:hover {
    text-decoration: none
}

#becomePartner textarea {
    resize: none;
    height: 164px
}

#becomePartner textarea.form-control::-webkit-input-placeholder {
    color: #333
}

#becomePartner textarea.form-control::-moz-placeholder {
    color: #333
}

#becomePartner textarea.form-control:-ms-input-placeholder {
    color: #333
}

#becomePartner textarea.form-control::-ms-input-placeholder {
    color: #333
}

#becomePartner textarea.form-control::placeholder {
    color: #333
}

#pointsModal #points-form {
    width: 263px;
    margin: auto
}

#pointsModal #points-form label {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 16px;
    cursor: text
}

#pointsModal #points-form .required label:after {
    content: "*";
    color: #930000;
    position: absolute;
    right: -6px;
    top: 0
}

#pointsModal .modal-dialog {
    width: 320px
}

#pointsModal .modal-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 13px
}

#pointsModal .modal-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px
}

#pointsModal .modal-subtitle {
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

#pointsModal .modal-body {
    padding-bottom: 20px
}

#pointsModal .form-group {
    position: relative;
    margin-bottom: 20px
}

#pointsModal .text-danger {
    color: #930000 !important;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px
}

#pointsModal .close {
    background: url(/dist/images/webpack/close-dark.svg) 50% no-repeat;
    top: 20px;
    right: 20px
}

#pointsModal .close:hover {
    opacity: .8
}

#pointsModal .btn {
    margin-top: 10px
}

#confirm-edit-profile-modal .close,
#confirm-remove-blog-modal .close,
#confirm-remove-profile-modal .close {
    background: url(/dist/images/webpack/close-dark.svg) 50% no-repeat;
    top: 20px;
    right: 20px
}

#confirm-edit-profile-modal .close:hover,
#confirm-remove-blog-modal .close:hover,
#confirm-remove-profile-modal .close:hover {
    opacity: .8
}

#confirm-edit-profile-modal.modal .modal-dialog,
#confirm-remove-blog-modal.modal .modal-dialog,
#confirm-remove-profile-modal.modal .modal-dialog {
    width: 320px
}

#confirm-edit-profile-modal.modal .modal-title,
#confirm-remove-blog-modal.modal .modal-title,
#confirm-remove-profile-modal.modal .modal-title {
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

#confirm-edit-profile-modal.modal .modal-header,
#confirm-remove-blog-modal.modal .modal-header,
#confirm-remove-profile-modal.modal .modal-header {
    padding: 40px 30px 22px;
    border-bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#confirm-edit-profile-modal.modal .modal-body,
#confirm-remove-blog-modal.modal .modal-body,
#confirm-remove-profile-modal.modal .modal-body {
    text-align: center;
    padding: 0 0 40px
}

#confirm-edit-profile-modal.modal .btn-white,
#confirm-remove-blog-modal.modal .btn-white,
#confirm-remove-profile-modal.modal .btn-white {
    margin-top: 20px
}

#success-edit-profile-modal .close {
    background: url(/dist/images/webpack/close-dark.svg) 50% no-repeat;
    top: 20px;
    right: 20px
}

#success-edit-profile-modal .close:hover {
    opacity: .8
}

#success-edit-profile-modal.modal .modal-dialog {
    width: 320px
}

#success-edit-profile-modal.modal .modal-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px
}

#success-edit-profile-modal.modal p {
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

#success-edit-profile-modal.modal .modal-header {
    padding: 30px 0 24px;
    border-bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#success-edit-profile-modal.modal .modal-body {
    text-align: center;
    padding: 0 30px 40px
}

#confirm-modal .close {
    background: url(/dist/images/webpack/close-dark.svg) 50% no-repeat
}

#confirm-modal .modal-title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

#confirm-modal .modal-header {
    padding-top: 40px;
    padding-bottom: 0;
    border: 0
}

#confirm-modal .modal-body {
    padding-top: 0;
    text-align: center;
    padding-bottom: 40px
}

#confirm-modal .btn-white {
    margin-top: 20px
}

#confirm-modal .modal-dialog {
    width: 320px
}

#email-success-modal .close,
#info-success-modal .close,
#password-success-modal .close,
#success-delete-blog-modal .close,
#success-save-blog-modal .close,
#user-delete-modal .close {
    background: url(/dist/images/webpack/close-dark.svg) 50% no-repeat
}

#email-success-modal .modal-dialog,
#info-success-modal .modal-dialog,
#password-success-modal .modal-dialog,
#success-delete-blog-modal .modal-dialog,
#success-save-blog-modal .modal-dialog,
#user-delete-modal .modal-dialog {
    width: 320px
}

#email-success-modal .modal-header,
#info-success-modal .modal-header,
#password-success-modal .modal-header,
#success-delete-blog-modal .modal-header,
#success-save-blog-modal .modal-header,
#user-delete-modal .modal-header {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    border-bottom: 0;
    padding-bottom: 25px
}

#email-success-modal .modal-body,
#info-success-modal .modal-body,
#password-success-modal .modal-body,
#success-delete-blog-modal .modal-body,
#success-save-blog-modal .modal-body,
#user-delete-modal .modal-body {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    padding: 0 50px 30px
}

#email-success-modal .modal-title,
#info-success-modal .modal-title,
#password-success-modal .modal-title,
#success-delete-blog-modal .modal-title,
#success-save-blog-modal .modal-title,
#user-delete-modal .modal-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 3px
}

#confirm-remove-bookmark-modal .modal-dialog {
    width: 320px
}

#confirm-remove-bookmark-modal .close {
    background: url(/dist/images/webpack/close-dark.svg) 50% no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    opacity: 1
}

#confirm-remove-bookmark-modal .close:hover {
    opacity: .8
}

#confirm-remove-bookmark-modal .modal-header {
    padding: 40px 30px 30px;
    text-align: center;
    border: 0
}

#confirm-remove-bookmark-modal .modal-header .modal-title {
    font-size: 18px;
    line-height: 21px
}

#confirm-remove-bookmark-modal .modal-body {
    text-align: center;
    padding: 0 0 40px
}

#confirm-remove-bookmark-modal #confirm-remove-bookmark-btn {
    margin-bottom: 20px;
    background-color: #d50000
}

#confirm-remove-bookmark-modal #confirm-remove-bookmark-btn:hover {
    background-color: #ff3636
}

#all-videos .line,
#best__bonus .line,
#best__online-casino .line,
#casino_bonuses .line,
#casino_news .line,
#new__online-casino .line,
#new__slots .line,
#otherBonuses .line,
#provider__slots .line,
#reviews .line,
#screenshots .line,
#sort-other-slider .line {
    height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #e0e0e0;
    width: 100%;
    margin-right: 29px
}

#all-videos .swiper-container,
#best__bonus .swiper-container,
#best__online-casino .swiper-container,
#casino_bonuses .swiper-container,
#casino_news .swiper-container,
#new__online-casino .swiper-container,
#new__slots .swiper-container,
#otherBonuses .swiper-container,
#provider__slots .swiper-container,
#reviews .swiper-container,
#screenshots .swiper-container,
#sort-other-slider .swiper-container {
    padding-bottom: 15px;
    padding-top: 10px
}

#all-videos .swiper-slide-wrap,
#best__bonus .swiper-slide-wrap,
#best__online-casino .swiper-slide-wrap,
#casino_bonuses .swiper-slide-wrap,
#casino_news .swiper-slide-wrap,
#new__online-casino .swiper-slide-wrap,
#new__slots .swiper-slide-wrap,
#otherBonuses .swiper-slide-wrap,
#provider__slots .swiper-slide-wrap,
#reviews .swiper-slide-wrap,
#screenshots .swiper-slide-wrap,
#sort-other-slider .swiper-slide-wrap {
    border-radius: 4px;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

#all-videos .swiper-static-block,
#best__bonus .swiper-static-block,
#best__online-casino .swiper-static-block,
#casino_bonuses .swiper-static-block,
#casino_news .swiper-static-block,
#new__online-casino .swiper-static-block,
#new__slots .swiper-static-block,
#otherBonuses .swiper-static-block,
#provider__slots .swiper-static-block,
#reviews .swiper-static-block,
#screenshots .swiper-static-block,
#sort-other-slider .swiper-static-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 60px 15px 0
}

#all-videos .swiper-arrow-wrap,
#best__bonus .swiper-arrow-wrap,
#best__online-casino .swiper-arrow-wrap,
#casino_bonuses .swiper-arrow-wrap,
#casino_news .swiper-arrow-wrap,
#new__online-casino .swiper-arrow-wrap,
#new__slots .swiper-arrow-wrap,
#otherBonuses .swiper-arrow-wrap,
#provider__slots .swiper-arrow-wrap,
#reviews .swiper-arrow-wrap,
#screenshots .swiper-arrow-wrap,
#sort-other-slider .swiper-arrow-wrap {
    position: relative;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 195px;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    max-width: 195px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#all-videos .swiper-button-next,
#all-videos .swiper-button-prev,
#best__bonus .swiper-button-next,
#best__bonus .swiper-button-prev,
#best__online-casino .swiper-button-next,
#best__online-casino .swiper-button-prev,
#casino_bonuses .swiper-button-next,
#casino_bonuses .swiper-button-prev,
#casino_news .swiper-button-next,
#casino_news .swiper-button-prev,
#new__online-casino .swiper-button-next,
#new__online-casino .swiper-button-prev,
#new__slots .swiper-button-next,
#new__slots .swiper-button-prev,
#otherBonuses .swiper-button-next,
#otherBonuses .swiper-button-prev,
#provider__slots .swiper-button-next,
#provider__slots .swiper-button-prev,
#reviews .swiper-button-next,
#reviews .swiper-button-prev,
#screenshots .swiper-button-next,
#screenshots .swiper-button-prev,
#sort-other-slider .swiper-button-next,
#sort-other-slider .swiper-button-prev {
    width: 68px;
    height: 68px;
    position: static;
    margin: 0;
    outline: none;
    background: url(/dist/images/webpack/arrows_left-large.svg) 0 0 no-repeat;
    background-size: cover
}

#all-videos .swiper-button-next:after,
#all-videos .swiper-button-prev:after,
#best__bonus .swiper-button-next:after,
#best__bonus .swiper-button-prev:after,
#best__online-casino .swiper-button-next:after,
#best__online-casino .swiper-button-prev:after,
#casino_bonuses .swiper-button-next:after,
#casino_bonuses .swiper-button-prev:after,
#casino_news .swiper-button-next:after,
#casino_news .swiper-button-prev:after,
#new__online-casino .swiper-button-next:after,
#new__online-casino .swiper-button-prev:after,
#new__slots .swiper-button-next:after,
#new__slots .swiper-button-prev:after,
#otherBonuses .swiper-button-next:after,
#otherBonuses .swiper-button-prev:after,
#provider__slots .swiper-button-next:after,
#provider__slots .swiper-button-prev:after,
#reviews .swiper-button-next:after,
#reviews .swiper-button-prev:after,
#screenshots .swiper-button-next:after,
#screenshots .swiper-button-prev:after,
#sort-other-slider .swiper-button-next:after,
#sort-other-slider .swiper-button-prev:after {
    display: none
}

#all-videos .swiper-button-next,
#best__bonus .swiper-button-next,
#best__online-casino .swiper-button-next,
#casino_bonuses .swiper-button-next,
#casino_news .swiper-button-next,
#new__online-casino .swiper-button-next,
#new__slots .swiper-button-next,
#otherBonuses .swiper-button-next,
#provider__slots .swiper-button-next,
#reviews .swiper-button-next,
#screenshots .swiper-button-next,
#sort-other-slider .swiper-button-next {
    background: url(/dist/images/webpack/arrows_right-large.svg) 0 0 no-repeat;
    background-size: cover
}

#all-videos .swiper-btn-wr,
#best__bonus .swiper-btn-wr,
#best__online-casino .swiper-btn-wr,
#casino_bonuses .swiper-btn-wr,
#casino_news .swiper-btn-wr,
#new__online-casino .swiper-btn-wr,
#new__slots .swiper-btn-wr,
#otherBonuses .swiper-btn-wr,
#provider__slots .swiper-btn-wr,
#reviews .swiper-btn-wr,
#screenshots .swiper-btn-wr,
#sort-other-slider .swiper-btn-wr {
    margin-left: auto
}

#best__online-casino .swiper-slide,
#casino_bonuses .swiper-slide,
#casino_news .swiper-slide,
#new__online-casino .swiper-slide,
#reviews .swiper-slide,
#sort-other-slider .swiper-slide {
    min-width: 293px
}

#best__online-casino .swiper-slide-wrap,
#new__online-casino .swiper-slide-wrap {
    min-height: 545px
}

#best__online-casino .swiper-img-wrap,
#new__online-casino .swiper-img-wrap {
    display: block;
    height: 373px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative
}

#best__online-casino .swiper-img-wrap:after,
#new__online-casino .swiper-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 2
}

#best__online-casino .swiper-img-wrap img,
#new__online-casino .swiper-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

#best__online-casino .swiper-slide-bottom,
#new__online-casino .swiper-slide-bottom {
    padding: 32px 10px 24px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: default
}

#best__online-casino .swiper-descr-title,
#new__online-casino .swiper-descr-title {
    font-size: 18px;
    line-height: 21px;
    min-height: 25px;
    margin-bottom: 14px
}

#best__online-casino .swiper-descr,
#new__online-casino .swiper-descr {
    font-size: 16px;
    line-height: 19px;
    height: 77px;
    overflow: hidden
}

#new__slots .swiper-slide .lazyloaded,
#provider__slots .swiper-slide .lazyloaded {
    border-radius: 4px
}

#best__bonus .swiper-img-wrap,
#new__slots .swiper-img-wrap,
#provider__slots .swiper-img-wrap {
    display: block;
    text-align: center;
    height: 165px;
    border-radius: 4px 4px 0 0
}

#best__bonus .swiper-img-wrap img,
#new__slots .swiper-img-wrap img,
#provider__slots .swiper-img-wrap img {
    vertical-align: middle;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#best__bonus .swiper-img-wrap.new-window,
#new__slots .swiper-img-wrap.new-window,
#provider__slots .swiper-img-wrap.new-window {
    border-radius: 4px
}

#best__bonus .swiper-slide,
#new__slots .swiper-slide,
#provider__slots .swiper-slide {
    min-width: 195px
}

#best__bonus .swiper-slide-bottom,
#new__slots .swiper-slide-bottom,
#provider__slots .swiper-slide-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    padding: 14px 10px 36px;
    height: 125px;
    cursor: default
}

#best__bonus .swiper-slide-bottom .new,
#new__slots .swiper-slide-bottom .new,
#provider__slots .swiper-slide-bottom .new {
    background-color: #00aa3a;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 0 10px;
    position: absolute;
    border-radius: 2px;
    top: -10px;
    left: -5px
}

#best__bonus .swiper-descr,
#new__slots .swiper-descr,
#provider__slots .swiper-descr {
    font-size: 16px;
    line-height: 19px;
    padding-top: 9px;
    padding-bottom: 15px
}

#best__bonus .swiper-code,
#new__slots .swiper-code,
#provider__slots .swiper-code {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #ff9a00;
    border-radius: 2px;
    position: absolute;
    top: -10px;
    left: -8px;
    padding: 0 17px;
    z-index: 4
}

#best__bonus .swiper-title,
#new__slots .swiper-title,
#provider__slots .swiper-title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase
}

#best__bonus .swiper-title-descr,
#new__slots .swiper-title-descr,
#provider__slots .swiper-title-descr {
    color: #8e8e8e;
    margin-top: 2px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px
}

#best__bonus .swiper-slide-bottom-table,
#new__slots .swiper-slide-bottom-table,
#provider__slots .swiper-slide-bottom-table {
    position: absolute;
    bottom: 6px
}

#best__bonus .swiper-table-top,
#new__slots .swiper-table-top,
#provider__slots .swiper-table-top {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #00aa3a;
    margin-bottom: 2px
}

#best__bonus .swiper-table-top .volatility-title,
#new__slots .swiper-table-top .volatility-title,
#provider__slots .swiper-table-top .volatility-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
}

#best__bonus .swiper-table-top .rtpTitle,
#new__slots .swiper-table-top .rtpTitle,
#provider__slots .swiper-table-top .rtpTitle {
    text-transform: uppercase;
    margin-left: auto
}

#best__bonus .swiper-table-bottom,
#new__slots .swiper-table-bottom,
#provider__slots .swiper-table-bottom {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #8e8e8e
}

#best__bonus .swiper-table-bottom .rtp,
#new__slots .swiper-table-bottom .rtp,
#provider__slots .swiper-table-bottom .rtp {
    margin-left: auto
}

#best__bonus .swiper-table-bottom .volatility,
#new__slots .swiper-table-bottom .volatility,
#provider__slots .swiper-table-bottom .volatility {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
}

#new__slots .swiper-slide-wrap,
#provider__slots .swiper-slide-wrap {
    min-height: 290px
}

#best__bonus .swiper-title-descr {
    margin: 0;
    position: absolute;
    bottom: 19px
}

#best__bonus .swiper-title-descr:after {
    content: "...";
    display: none;
    background: #fff;
    height: 16px;
    padding-left: 3px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

#best__bonus .swiper-title-descr.ellipsis {
    height: 16px;
    width: 145px;
    overflow: hidden;
    white-space: nowrap
}

#best__bonus .swiper-title-descr.ellipsis:after {
    display: block
}

#best__bonus .swiper-slide-bottom {
    height: 129px;
    padding-bottom: 36px
}

#best__bonus .swiper-slide-wrap {
    min-height: 310px
}

#best__bonus .swiper-img-wrap {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 181px
}

#best__bonus .swiper-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 2
}

#best__bonus .swiper-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 3;
    width: 127px;
    height: 127px
}

#best__bonus span img,
#new__slots span img,
#provider__slots span img {
    border-radius: 4px !important
}

#reviews .show-more {
    position: absolute;
    left: 43px;
    width: calc(100% - 43px);
    bottom: 0;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #00aa3a;
    text-decoration: underline
}

#reviews .reviews-wrap {
    background: url(/dist/images/webpack/quot-mark.svg) 207px 10px no-repeat;
    color: #747474;
    border-radius: 4px;
    min-height: 540px;
    position: relative;
    padding: 0 7px 33px;
    cursor: default
}

#reviews .reviews-img-wrap {
    text-align: center;
    padding: 40px 0 23px
}

#reviews .reviews-img-wrap img {
    border-radius: 50%;
    max-width: 72px;
    width: 72px !important;
    height: 72px !important
}

#reviews .reviews-user-descr {
    height: 38px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 10px
}

#reviews .reviews-num-reviews {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    text-align: center
}

#reviews .reviews-reviews-country {
    margin-bottom: 12px;
    text-align: center
}

#reviews .reviews-reviews-country a {
    font-size: 16px;
    line-height: 19px;
    color: #333
}

#reviews .reviews-reviews-country a:hover {
    color: #00aa3a;
    text-decoration: underline
}

#reviews .reviews-my-rating {
    font-size: 12px;
    line-height: 14px;
    color: #747474;
    margin-bottom: 6px;
    text-align: center
}

#reviews .reviews-rating {
    text-align: center;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px
}

#reviews .reviews-rating img {
    margin: 2px
}

#reviews .reviews-positive-reviews {
    padding-left: 43px;
    padding-top: 13px;
    background: url(/dist/images/webpack/positive.svg) 0 0 no-repeat;
    margin-bottom: 25px;
    color: #333;
    overflow: hidden;
    position: relative;
    min-height: 91px;
    cursor: default
}

#reviews .reviews-positive-reviews.add-btn-more {
    height: 95px
}

#reviews .reviews-positive-reviews.add-btn-more.show-text {
    height: auto;
    padding-bottom: 28px
}

#reviews .reviews-positive-reviews.full-text,
#reviews .reviews-positive-reviews.full-text-btn {
    height: 208px;
    margin-bottom: 15px
}

#reviews .reviews-negative-reviews {
    padding-left: 43px;
    background: url(/dist/images/webpack/negative.svg) 0 0 no-repeat;
    padding-bottom: 8px;
    color: #333;
    overflow: hidden;
    position: relative;
    margin-bottom: 22px;
    cursor: default
}

#reviews .reviews-negative-reviews.add-btn-more {
    height: 81px;
    padding-bottom: 31px
}

#reviews .reviews-negative-reviews.add-btn-more.show-text {
    height: auto;
    padding-bottom: 28px
}

#reviews .reviews-negative-reviews.full-text,
#reviews .reviews-negative-reviews.full-text-btn {
    height: 195px;
    margin-bottom: 15px;
    margin-top: 21px
}

#reviews .reviews-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3px 15px 43px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 14px)
}

#reviews .reviews-bottom .date {
    font-size: 12px;
    line-height: 18px
}

#reviews .reviews-bottom .likes {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    white-space: nowrap
}

#reviews .reviews-bottom .likes:after {
    content: "";
    width: 18px;
    height: 17px;
    margin-left: 4px;
    background: url(/dist/images/webpack/like-icon.svg) 0 0 no-repeat
}

#reviews .reviews-bottom .likes:hover {
    color: #00aa3a
}

#reviews .reviews-bottom .likes:hover:after {
    background: url(/dist/images/webpack/like-icon-green.svg) 0 0 no-repeat
}

#casino_news .swiper-static-block,
#reviews .swiper-static-block {
    margin-top: 42px !important
}

#casino_news .swiper-static-block .line,
#reviews .swiper-static-block .line {
    margin-right: 0;
    width: 100%
}

#casino_news .swiper-slide-wrap {
    position: relative;
    height: 100%
}

#casino_news .swiper-descr-title {
    margin: 20px 10px 0;
    line-height: 21px;
    height: 61px;
    overflow: hidden
}

#casino_news .swiper-descr-title a {
    -webkit-transition: .2s ease;
    transition: .2s ease
}

#casino_news .swiper-descr-title:focus a,
#casino_news .swiper-descr-title:hover a {
    color: #00aa3a;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-decoration: underline
}

#casino_news .swiper-img-wrap {
    display: block;
    height: 162px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0
}

#casino_news .swiper-img-wrap img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#casino_news .swiper-descr {
    margin: 0 10px
}

#casino_news .swiper-slide-bottom {
    padding-bottom: 39px
}

#casino_news .swiper-static-block-bootom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: 12px;
    padding-left: 10px;
    color: #8e8e8e;
    font-size: 12px;
    width: 100%
}

#casino_news .swiper-static-block-bootom .date {
    margin: 0 6px
}

#casino_news .swiper-static-block-bootom .comment:before {
    content: "";
    background: url(/dist/images/webpack/comment-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

#casino_news .swiper-static-block-bootom .views {
    position: absolute;
    right: 10px
}

#casino_news .swiper-static-block-bootom .views:before {
    content: "";
    background: url(/dist/images/webpack/views-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

#casino_news .swiper-static-block-bootom .time {
    position: relative
}

#casino_news .swiper-static-block-bootom .time:after {
    content: "|";
    padding-left: 4px;
    font-size: 13px
}

#casino_bonuses .swiper-slide-wrap {
    min-height: 300px
}

#casino_bonuses .swiper-slide-wrap .code {
    cursor: default
}

#casino_bonuses .swiper-img-wrap {
    height: 160px;
    border-radius: 4px 4px 0 0
}

#casino_bonuses .swiper-img-wrap img {
    width: 100px;
    height: 100px
}

#sort-other-slider .swiper-slide-wrap {
    height: 317px;
    padding: 0 20px;
    position: relative
}

#sort-other-slider .swiper-img-wrap {
    height: 120px;
    position: relative;
    display: block;
    border-radius: 4px 4px 0 0
}

#sort-other-slider .swiper-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

#sort-other-slider .swiper-slide-bottom {
    height: 160px;
    overflow: hidden
}

#sort-other-slider .swiper-descr-title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 11px
}

#sort-other-slider .swiper-descr {
    font-size: 16px;
    line-height: 19px
}

#sort-other-slider .btn-more {
    position: absolute;
    left: 20px;
    bottom: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 56px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00aa3a
}

#bookmark-bonuses-slider,
#bookmark-publication-slider,
#bookmark-slider {
    width: 100%
}

#bookmark-bonuses-slider .swiper-slide,
#bookmark-publication-slider .swiper-slide,
#bookmark-slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#bookmark-bonuses-slider .bookmark-casino-slide-wrap,
#bookmark-publication-slider .bookmark-casino-slide-wrap,
#bookmark-slider .bookmark-casino-slide-wrap {
    margin: 0 15px;
    width: 100%;
    height: 100%;
    max-width: 263px
}

#bookmark-bonuses-slider .swiper-pagination-wrap,
#bookmark-publication-slider .swiper-pagination-wrap,
#bookmark-slider .swiper-pagination-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

#bookmark-bonuses-slider .swiper-button-next,
#bookmark-bonuses-slider .swiper-button-prev,
#bookmark-publication-slider .swiper-button-next,
#bookmark-publication-slider .swiper-button-prev,
#bookmark-slider .swiper-button-next,
#bookmark-slider .swiper-button-prev {
    position: static;
    margin-top: 0;
    height: 24px;
    width: 24px;
    margin-right: 9px
}

#bookmark-bonuses-slider .swiper-button-next:after,
#bookmark-bonuses-slider .swiper-button-prev:after,
#bookmark-publication-slider .swiper-button-next:after,
#bookmark-publication-slider .swiper-button-prev:after,
#bookmark-slider .swiper-button-next:after,
#bookmark-slider .swiper-button-prev:after {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    background: url(/dist/images/arrow-pagination.svg) 50% no-repeat
}

#bookmark-bonuses-slider .swiper-button-next,
#bookmark-publication-slider .swiper-button-next,
#bookmark-slider .swiper-button-next {
    margin-right: 0;
    margin-left: 9px
}

#bookmark-bonuses-slider .swiper-button-next:after,
#bookmark-publication-slider .swiper-button-next:after,
#bookmark-slider .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#bookmark-bonuses-slider .swiper-pagination,
#bookmark-publication-slider .swiper-pagination,
#bookmark-slider .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#bookmark-bonuses-slider .swiper-pagination-bullet,
#bookmark-publication-slider .swiper-pagination-bullet,
#bookmark-slider .swiper-pagination-bullet {
    background: none;
    font-size: 12px;
    line-height: 24px;
    width: 17px;
    height: 24px;
    display: block;
    margin-right: 1px;
    color: #8e8e8e;
    text-align: center;
    padding: 0 5px;
    opacity: 1
}

#bookmark-bonuses-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
#bookmark-bonuses-slider .swiper-pagination-bullet:hover,
#bookmark-publication-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
#bookmark-publication-slider .swiper-pagination-bullet:hover,
#bookmark-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
#bookmark-slider .swiper-pagination-bullet:hover {
    color: #00aa3a
}

html.os-html,
html.os-html>.os-host {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important
}

html.os-html>.os-host>.os-padding {
    position: absolute
}

body.os-dragging,
body.os-dragging * {
    cursor: default
}

.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.os-host-flexbox>.os-size-auto-observer {
    height: inherit !important
}

.os-host-flexbox>.os-content-glue {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.os-host-flexbox>.os-content-glue,
.os-host-flexbox>.os-size-auto-observer {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px
}

#os-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

#os-dummy-scrollbar-size:after,
#os-dummy-scrollbar-size:before,
.os-content:after,
.os-content:before {
    content: "";
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    visibility: hidden
}

#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    background: transparent !important
}

.os-content-glue {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.os-content-glue,
.os-padding {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.os-padding {
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 1
}

.os-host-overflow>.os-padding,
.os-viewport {
    overflow: hidden
}

.os-viewport {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none
}

.os-content {
    direction: inherit;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible
}

.os-content,
.os-content>.os-textarea {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.os-content>.os-textarea {
    direction: inherit !important;
    background: transparent !important;
    outline: 0 none transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    float: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: none !important;
    resize: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
    right: 0 !important
}

.os-content>.os-textarea-cover {
    z-index: -1;
    pointer-events: none
}

.os-content>.os-textarea[wrap=off] {
    white-space: pre !important;
    margin: 0 !important
}

.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text
}

.os-resize-observer,
.os-resize-observer-host {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.os-resize-observer-host>.os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.os-resize-observer-host.observed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.os-resize-observer-host.observed>.os-resize-observer {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.os-size-auto-observer {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.os-size-auto-observer>.os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

.os-resize-observer-item {
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important
}

.os-resize-observer-item,
.os-resize-observer-item-final {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important
}

.os-resize-observer-item-final {
    -webkit-transition: none !important;
    transition: none !important
}

.os-resize-observer {
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation
}

object.os-resize-observer {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

@-webkit-keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes os-resize-observer-dummy-animation {
    0% {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
    -webkit-transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s;
    transition: opacity .3s, visibility .3s, top .3s, right .3s, bottom .3s, left .3s
}

html.os-html>.os-host>.os-scrollbar {
    position: absolute;
    z-index: 999999
}

.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1
}

.os-scrollbar-corner {
    bottom: 0;
    right: 0
}

.os-scrollbar {
    pointer-events: none
}

.os-scrollbar-track {
    position: relative;
    padding: 0 !important;
    border: none !important
}

.os-scrollbar-handle,
.os-scrollbar-track {
    pointer-events: auto;
    height: 100%;
    width: 100%
}

.os-scrollbar-handle {
    position: absolute
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-host-rtl>.os-scrollbar-horizontal {
    right: 0
}

.os-host-rtl>.os-scrollbar-corner,
.os-host-rtl>.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-padding+.os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.os-scrollbar-corner-resize-both {
    cursor: nwse-resize
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
    cursor: nesw-resize
}

.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize
}

.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    top: 0;
    bottom: 0
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 0;
    left: 0
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
    opacity: 1 !important;
    visibility: visible !important
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTcuNDI0IDBhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdBMS4yOTggMS4yOTggMCAwMDcuNDI0IDB6bTAgMy4wODRhMS4zMSAxLjMxIDAgMDAtMS4zMSAxLjMxYzAgLjMuMTA0LjU3MS4yNzMuNzkyLjIxLjE0MS40NjYuMjE4LjczNy4yMThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uMjcxLS4wNzctLjUyOC0uMjE4LS43MzdhMS4yOTggMS4yOTggMCAwMC0uNzkyLS4yNzN6bS0zLjA4NCAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTktLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTEtLjI3M3ptLTMuMDMgMy4wM0ExLjMxIDEuMzEgMCAwMDAgNy40MjRjMCAuMy4xMDQuNTcxLjI3My43OTIuMjEuMTQxLjQ2Ni4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTgtLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTItLjI3M3ptMy4wMyAwYTEuMzEgMS4zMSAwIDAwLTEuMzEgMS4zMWMwIC4zLjEwNC41NzEuMjczLjc5Mi4yMDkuMTQxLjQ2NS4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTktLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTEtLjI3M3ptMy4wODQgMGExLjMxIDEuMzEgMCAwMC0xLjMxIDEuMzFjMCAuMy4xMDQuNTcxLjI3My43OTIuMjEuMTQxLjQ2Ni4yMTguNzM3LjIxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS4yNzEtLjA3Ny0uNTI4LS4yMTgtLjczN2ExLjI5OCAxLjI5OCAwIDAwLS43OTItLjI3M3oiIGZpbGwtb3BhY2l0eT0iLjQ5NCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTguMjE2LjI3M2MuMTQxLjIxLjIxOC40NjYuMjE4LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTAgMy4wODRjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOSAxLjAzNy41MTlhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uNDI1LS4yMDUtLjc5OC0uNTE4LTEuMDM4em0tMy4wODUgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzIgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTIuNTE5IDEuMDM3LjUxOWExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjUtLjIwNS0uNzk4LS41MTktMS4wMzh6bS0zLjAzIDMuMDNjLjE0Mi4yMS4yMi40NjYuMjIuNzM3YTEuMzEgMS4zMSAwIDAxLTEuMzExIDEuMzFjLS4yNzEgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTMuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTgtMS4wMzd6bTMuMDMgMGMuMTQyLjIxLjIxOS40NjYuMjE5LjczN2ExLjMxIDEuMzEgMCAwMS0xLjMxIDEuMzFjLS4yNzIgMC0uNTI4LS4wNzctLjczNy0uMjE4LjI0LjMxMy42MTIuNTE4IDEuMDM3LjUxOGExLjMxIDEuMzEgMCAwMDEuMzEtMS4zMWMwLS40MjQtLjIwNS0uNzk4LS41MTktMS4wMzd6bTMuMDg1IDBjLjE0MS4yMS4yMTguNDY2LjIxOC43MzdhMS4zMSAxLjMxIDAgMDEtMS4zMSAxLjMxYy0uMjcxIDAtLjUyOC0uMDc3LS43MzctLjIxOC4yNC4zMTMuNjEzLjUxOCAxLjAzNy41MThhMS4zMSAxLjMxIDAgMDAxLjMxLTEuMzFjMC0uNDI0LS4yMDUtLjc5OC0uNTE4LTEuMDM3eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.os-host-overflow {
    overflow: hidden !important
}

.os-theme-none>.os-scrollbar-corner,
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical {
    display: none !important
}

.os-theme-none>.os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
    right: 10px;
    height: 10px
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 10px
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
    left: 10px;
    right: 0
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
    height: 10px;
    width: 10px;
    background-color: transparent
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 30px
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    min-height: 30px
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 10px
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .4)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: hsla(0, 0%, 100%, .4)
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(0, 0, 0, .55)
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: hsla(0, 0%, 100%, .55)
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7)
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: hsla(0, 0%, 100%, .7)
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px
}

.bookmarks .news-list-item-link {
    position: relative;
    margin: 0 15px
}

.bookmarks .news-list-item-link:hover {
    text-decoration: none
}

.bookmarks .news-list-descr {
    font-size: 18px;
    line-height: 21px;
    display: block
}

.bookmarks .clear {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.bookmarks .pagination {
    margin-top: 30px
}

.bookmarks .page-content section,
.bookmarks .section-title-wrap {
    margin-bottom: 30px
}

.bookmarks .bookmark-title h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px
}

.bookmarks .bookmark-wrap {
    margin-bottom: 60px
}

.bookmarks .col-xl-3.col-lg-4.d-none.d-lg-block {
    margin-top: 0
}

.bookmark-nav {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden
}

.bookmark-nav-wrap {
    margin-bottom: 30px
}

.bookmark-nav li {
    border-bottom: 1px solid #e0e0e0
}

.bookmark-nav li .bookmark-nav-url-wrap:hover {
    background-color: #00aa3a
}

.bookmark-nav li .bookmark-nav-url-wrap:hover .bookmark-nav-url {
    color: #fff
}

.bookmark-nav li:last-child {
    border-bottom: 0
}

.bookmark-nav li.disabled {
    pointer-events: none
}

.bookmark-nav li.disabled .bookmark-nav-url-wrap a {
    background-color: #8e8e8e;
    color: #333
}

.bookmark-nav li.disabled .bookmark-nav-url-wrap .caret {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    opacity: .88;
    background: #8e8e8e url(/dist/images/webpack/caret-arrow-gray.svg) 50% no-repeat
}

.bookmark-nav li.disabled .bookmark-drop-menu,
.bookmark-nav li:not(.active-drop-menu) .bookmark-drop-menu {
    display: none
}

.bookmark-nav li:not(.active-drop-menu) .bookmark-nav-url-wrap:focus .caret,
.bookmark-nav li:not(.active-drop-menu) .bookmark-nav-url-wrap:hover .caret {
    background: url(/dist/images/webpack/caret-arrow-gray.svg) 50% no-repeat
}

.bookmark-nav li:not(.active-drop-menu) .bookmark-nav-url-wrap .caret {
    background: #fff url(/dist/images/webpack/caret-arrow-gray.svg) 50% no-repeat;
    pointer-events: none
}

.bookmark-nav-link,
.bookmark-nav-url {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 0 20px;
    display: block;
    width: 100%;
    line-height: 46px
}

.bookmark-nav-link.active,
.bookmark-nav-link:hover,
.bookmark-nav-url.active,
.bookmark-nav-url:hover {
    text-decoration: none;
    background-color: #00aa3a;
    color: #fff
}

.bookmark-nav-link-wrap,
.bookmark-nav-url-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.bookmark-nav .caret {
    display: block;
    width: 50px;
    height: 100%;
    background: #00aa3a url(/dist/images/webpack/caret-arrow-white.svg) 50% no-repeat;
    cursor: pointer;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2
}

.bookmark-nav .bookmark-drop-menu {
    padding: 15px 20px;
    border-left: 1px solid #00aa3a;
    border-right: 1px solid #00aa3a;
    border-bottom: 1px solid #00aa3a
}

.bookmark-nav .bookmark-drop-menu li {
    border-bottom: 0;
    margin-left: 0 !important
}

.bookmark-nav .bookmark-drop-menu li:last-child a {
    margin-bottom: 0
}

.bookmark-nav .bookmark-drop-menu li a {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.bookmark-nav .bookmark-drop-menu li a.active {
    color: #00aa3a;
    text-decoration: underline
}

.bookmark-nav .bookmark-drop-menu li a i {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 10px
}

.bookmark-nav .bookmark-drop-menu .all i,
.bookmark-nav .bookmark-drop-menu li a i {
    background: url(/dist/images/icons/bookmark/all.svg) 50% no-repeat
}

.bookmark-nav .bookmark-drop-menu .published i {
    background: url(/dist/images/icons/bookmark/published.svg) 50% no-repeat
}

.bookmark-nav .bookmark-drop-menu .moderation i {
    background: url(/dist/images/icons/bookmark/moderation.svg) 50% no-repeat
}

.bookmark-nav .bookmark-drop-menu .rejected i {
    background: url(/dist/images/icons/bookmark/rejected.svg) 50% no-repeat
}

.bookmark-nav .bookmark-drop-menu .drafts i {
    background: url(/dist/images/icons/bookmark/drafts.svg) 50% no-repeat
}

.bookmark-casino-slide-wrap {
    min-height: 545px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.bookmark-casino-img-wrap {
    display: block;
    height: 373px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.bookmark-casino-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 2
}

.bookmark-casino-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.bookmark-casino-slide-bottom {
    padding: 32px 10px 24px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: default
}

.bookmark-casino-descr-title {
    font-size: 18px;
    line-height: 21px;
    min-height: 25px;
    margin-bottom: 14px
}

.bookmark-casino-descr {
    height: 77px;
    overflow: hidden;
    font-size: 16px;
    line-height: 19px
}

.bookmark-bonuses .swiper-container {
    width: 780px;
    margin-left: 0
}

.bookmark-bonuses-slide-wrap {
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin: 0 15px;
    width: 100%
}

.bookmark-bonuses-img-wrap {
    display: block;
    text-align: center;
    height: 180px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 4px 0 0
}

.bookmark-bonuses-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 3;
    width: 127px
}

.bookmark-bonuses-slide-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    padding: 14px 10px 36px;
    height: 130px;
    cursor: default
}

.bookmark-bonuses-descr {
    font-size: 16px;
    line-height: 19px;
    padding-top: 9px;
    padding-bottom: 15px
}

.bookmark-bonuses-code {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #ff9a00;
    border-radius: 2px;
    position: absolute;
    top: -10px;
    left: -8px;
    padding: 0 17px;
    z-index: 4
}

.bookmark-bonuses-title-descr {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    position: absolute;
    bottom: 19px
}

.bookmark-authors-slide-wrap {
    height: 263px;
    position: relative;
    padding: 20px 22px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.bookmark-authors-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px
}

.bookmark-authors-img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px
}

.bookmark-authors-top-descr {
    margin: 15px 0 0 15px
}

.bookmark-authors-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px
}

.bookmark-authors-level {
    font-size: 14px;
    line-height: 16px;
    color: #747474;
    font-weight: 700
}

.bookmark-authors-level span {
    color: #333
}

.bookmark-authors-slide-bottom {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    height: 156px
}

.bookmark-authors-subscriber {
    color: #747474;
    margin-bottom: 9px
}

.bookmark-authors-subscriber span {
    font-weight: 700;
    margin-left: 5px;
    color: #333
}

.bookmark-authors-decodescr span {
    width: 100%;
    color: #747474;
    margin-bottom: 7px;
    display: block
}

.bookmark-authors-link {
    color: #00aa3a;
    font-weight: 500;
    font-size: 16px;
    line-height: 56px;
    position: absolute;
    left: 0;
    background-color: #fff;
    bottom: 6px
}

.bookmark-authors-link:hover {
    color: #00aa3a;
    text-decoration: underline
}

.bookmark-forum .pagination {
    margin-top: 10px
}

.bookmark-forum .news-list-block-bootom {
    bottom: 12px
}

.bookmark-forum-item {
    height: 119px;
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.bookmark-forum-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px
}

.bookmark-forum-descr {
    font-size: 14px;
    line-height: 16px;
    color: #8e8e8e;
    height: 33px;
    overflow: hidden
}

.bookmark-forum .clear {
    left: auto;
    right: 0
}

.bookmark-forum .news-list-block-bootom {
    padding: 0 20px;
    left: 0
}

.bookmark-forum .news-list-block-bootom .time-date-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bookmark-forum .news-list-block-bootom .time:before {
    content: "";
    background: url(/dist/images/time.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 5px
}

.bookmark-forum .news-list-block-bootom .autor {
    margin-left: 0;
    margin-right: 18px
}

.bookmark-forum .news-list-block-bootom .autor:before {
    content: "";
    background: url(/dist/images/autor.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 5px
}

.cabinet-notifications .page-content section {
    margin-bottom: 100px
}

.cabinet-notifications .cabinet-notifications-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.cabinet-notifications #reviews .swiper-slide,
.cabinet-notifications .bookmark-authors-slide,
.cabinet-notifications .bookmark-casino-slide,
.cabinet-notifications .news-list-item {
    width: 292.5px;
    padding: 0 15px
}

.cabinet-notifications #reviews .reviews-wrap {
    margin: 0
}

.cabinet-notifications .section-title-wrap {
    margin-bottom: 32px
}

.cabinet-notifications-date {
    width: 100%;
    position: relative;
    height: 1px;
    background-color: #c4c4c4;
    margin: 0 0 32px
}

.cabinet-notifications-date span {
    display: block;
    width: 134px;
    height: 22px;
    padding-top: 3px;
    background-color: #c4c4c4;
    border-radius: 50px;
    font-size: 14px;
    color: #848484;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.cabinet-notifications-item-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px
}

.cabinet-notifications-item {
    margin-bottom: 60px
}

.cabinet-notifications #best__bonus .swiper-slide {
    width: 195px;
    padding: 0 15px
}

.cabinet-notifications #best__bonus .swiper-slide-wrap {
    margin: 0
}

.cabinet-notifications #best__bonus .swiper-img-wrap {
    background-size: cover;
    background-repeat: no-repeat
}

.cabinet-notifications .cabinet-notifications-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cabinet-notifications .btn-white {
    margin-left: 20px
}

.user_info-edit .help-block {
    white-space: normal
}

.user_info-edit .checkbox label {
    color: #333;
    font-size: 12px;
    line-height: 14px
}

.user_info-edit .form-control {
    font-size: 14px;
    height: 32px;
    text-align: left
}

.user_info-edit .btn {
    margin-top: 20px
}

.user_info-edit .control-label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px
}

.user_info-edit .btn-group-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    border-radius: 4px;
    height: 32px
}

.user_info-edit .btn-group-toggle.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #8e8e8e
}

.user_info-edit .btn-group-toggle.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #8e8e8e
}

.user_info-edit .btn-radio {
    width: 50%;
    border-radius: 4px;
    font-size: 14px;
    line-height: 30px;
    height: 32px;
    color: #8e8e8e !important;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    top: -1px;
    z-index: 1;
    margin-top: 0
}

.user_info-edit .btn-radio:hover {
    background-color: transparent;
    border: 1px solid #00aa3a !important;
    color: #00aa3a !important
}

.user_info-edit .btn-radio.active {
    border: 1px solid #00aa3a !important;
    color: #000 !important;
    z-index: auto
}

.user_info-edit .btn-radio.active:hover {
    background-color: transparent;
    border: 1px solid #00aa3a;
    z-index: auto
}

.user_info-edit .chosen-results {
    height: 105px
}

.user_info-edit .chosen-results.os-host {
    overflow: hidden !important
}

.user_info-edit .chosen-container-single .chosen-single {
    height: 32px;
    padding: 6px 0 6px 6px;
    border: 1px solid #8e8e8e;
    color: #555;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.user_info-edit .chosen-container-single .chosen-single span {
    line-height: 20px;
    font-size: 14px
}

.user_info-edit .chosen-container-single .chosen-single div {
    margin-right: 4px
}

.user_info-edit .chosen-container-single .chosen-single div b {
    background: url(/dist/images/webpack/caret-arrow.svg) 0 no-repeat
}

.user_info-edit .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #00aa3a;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.user_info-edit .chosen-container-single .chosen-drop {
    margin-top: 0
}

.user_info-edit .upload-avatar {
    text-align: center
}

.user_info-edit .upload-avatar .avatar-btn {
    position: relative;
    display: block;
    text-align: center
}

.user_info-edit .upload-avatar .avatar-btn .text-muted {
    position: absolute;
    top: 102px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #333 !important
}

.user_info-edit .upload-avatar .upload-avatar-img {
    display: none
}

.user_info-edit .upload-avatar .avatar-hint {
    text-align: center;
    margin-top: 12px
}

.user_info-edit .upload-avatar .avatar-hint small {
    font-size: 12px;
    line-height: 14px;
    color: #8e8e8e;
    margin: 17px 0
}

.user_info-edit .upload-avatar #upload {
    opacity: 0;
    display: block;
    height: 160px;
    top: 0;
    position: absolute;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    cursor: pointer
}

.user_info-edit .upload-avatar .fileinput-remove {
    display: none;
    text-align: center;
    margin-top: 20px;
    height: 30px;
    width: 160px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
    background-color: #d50000;
    border: 1px solid #d50000;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto
}

.user_info-edit .upload-avatar .fileinput-remove:hover {
    color: #d50000 !important;
    background-color: #fff;
    border: 1px solid #d50000
}

.user_info-edit .upload-avatar .red-color {
    margin-top: 20px
}

.user_info-edit .upload-avatar .croppie-container .cr-viewport {
    -webkit-box-shadow: 0 0 2000px 2000px #fff;
    box-shadow: 0 0 2000px 2000px #fff;
    border: 0
}

.user_info-edit .upload-avatar .croppie-container .cr-slider-wrap {
    width: 160px;
    margin: 0 auto;
    line-height: 8px
}

.user_info-edit .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    background: url(/dist/images/webpack/caret-arrow.svg) 0 no-repeat;
    border-left: 0;
    width: 23px
}

.user_info-edit .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
.user_info-edit .select2-container--krajee .select2-selection--single .select2-selection__clear {
    display: none
}

.user_info-edit .select2-container--krajee.select2-container--open .select2-selection {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: transparent !important;
    border-color: #00aa3a !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.user_info-edit .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: url(/dist/images/webpack/caret-arrow.svg) 0 no-repeat
}

.user_info-edit .select2-container .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.user_info-edit .select2-container .select2-selection--single .select2-selection__rendered p {
    margin-left: 10px
}

.select2-container--krajee-bs3 .select2-results__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.select2-container--krajee-bs3 .select2-results__option p {
    margin-left: 10px
}

.cabinet_user-info .red-color {
    color: #d50000 !important;
    font-size: 14px;
    line-height: 16px
}

.cabinet_user-info .select2-results__option {
    padding: 15px 13px
}

.cabinet_user-info .select2-container {
    background-color: #fff
}

.cabinet_user-info .select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #333
}

.cabinet_user-info .select2-container--krajee li.select2-results__option {
    width: 100%
}

.cabinet_user-info .select2-container--krajee-bs3 .select2-selection--single {
    padding: 6px 27px 6px 6px
}

.cabinet_user-info .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
    display: none
}

.cabinet_user-info .select2-container--krajee .select2-selection--single {
    height: 32px;
    padding: 0 24px 0 6px;
    border: 1px solid #8e8e8e;
    color: #333;
    cursor: pointer
}

.cabinet_user-info .select2-container--krajee .select2-selection--single .select2-selection__rendered,
.cabinet_user-info .select2-container--krajee li.select2-results__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
    padding: 3px 5px
}

.cabinet_user-info .select2-container--krajee .select2-selection--single .select2-selection__rendered .flag-icon,
.cabinet_user-info .select2-container--krajee li.select2-results__option .flag-icon {
    display: block;
    width: 30px;
    min-width: 30px;
    height: 20px !important;
    margin-right: 8px
}

.cabinet_user-info .select2-container--krajee .select2-selection--single .select2-selection__rendered p,
.cabinet_user-info .select2-container--krajee li.select2-results__option p {
    line-height: 16px
}

.cabinet_user-info .select2-container--krajee .select2-results__option[aria-selected=true] {
    color: #333;
    background-color: #bfefd0
}

.cabinet_user-info .select2-container--krajee .select2-dropdown {
    border-color: #8e8e8e;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    z-index: 1060
}

.cabinet_user-info .select2-container--krajee .select2-dropdown.select2-dropdown--below {
    padding-top: 5px;
    margin-top: -2px
}

.cabinet_user-info .select2-container--krajee .select2-dropdown.select2-dropdown--above {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
    top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cabinet_user-info .select2-container--krajee.select2-container--open .select2-selection,
.cabinet_user-info .select2-container--krajee .select2-selection:focus {
    border-color: #8e8e8e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cabinet_user-info .select2-container--krajee .select2-search--dropdown .select2-search__field {
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    height: 32px;
    color: #333;
    padding: 0 30px 0 16px;
    background: #fff url(/dist/images/webpack/search-active.svg) 207px no-repeat
}

.cabinet_user-info .select2-search--dropdown {
    padding: 10px 12px 4px;
    background-color: #fff
}

.cabinet_user-info .select2-results {
    background-color: #fff
}

.cabinet_user-info .cabinet_user-info .select2-results__option {
    padding-right: 29px
}

.cabinet_user-info .form-group.required .has-star:not(.custom-control-label):not(.custom-file-label):after,
.cabinet_user-info .is-required:after {
    display: none
}

.cabinet_user-info .select2-container--krajee .select2-results>.select2-results__options {
    margin-top: 10px;
    margin-bottom: 8px;
    max-height: 112px;
    margin-right: 5px
}

.cabinet_user-info .os-scrollbar-vertical .os-scrollbar-track {
    right: 8px !important
}

.birthdate-wrap {
    margin-bottom: 10px
}

.birthdate-wrap-label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px
}

.birthdate-wrap .birthdate-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.birthdate-wrap .birthdate-inputs .form-group {
    width: 100%;
    margin-bottom: 0
}

.birthdate-wrap .form-group {
    margin-top: 0 !important;
    margin-right: 6px
}

.birthdate-wrap .form-group:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 116px;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
    max-width: 116px
}

.birthdate-wrap .form-group:last-child {
    margin-right: 0
}

.cabinet-publications .page-content section {
    margin-bottom: 30px
}

.cabinet-publications .pagination {
    margin-top: 0
}

.cabinet-publications .section-title-wrap,
.cabinet-rating .page-content section {
    margin-bottom: 30px
}

.cabinet-rating .section-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.cabinet-rating .section-title-wrap .section-title {
    margin-bottom: 0
}

.table-rating-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.table-rating-wrap {
    margin-bottom: 30px
}

.table-rating-wrap thead th {
    border-top: 0;
    color: #747474;
    padding: 0 0 8px
}

.table-rating-wrap tbody tr td,
.table-rating-wrap thead th {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #e0e0e0
}

.table-rating-wrap tbody tr td {
    vertical-align: middle;
    padding: 0 0 0 2px;
    height: 80px
}

.table-rating-wrap tbody .results td {
    font-weight: 700;
    height: 50px;
    background: #e8fff0;
    border-bottom: 0
}

.table-rating-wrap tbody .results .reading-card {
    border-bottom: 0
}

.table-rating-wrap tbody .results .reading-card:after,
.table-rating-wrap tbody .results .table-rating-comments:before,
.table-rating-wrap tbody .results .table-rating-views:before {
    display: none
}

.table-rating-wrap tbody .results [class*=-descr] {
    display: none;
    font-size: 14px;
    line-height: 16px;
    color: #747474;
    font-weight: 400
}

.table-rating-wrap .table-rating-views:before {
    content: "";
    background: url(/dist/images/webpack/views-icon.svg) 0 0 no-repeat;
    vertical-align: top;
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px;
    display: none
}

.table-rating-wrap .table-rating-comments:before {
    content: "";
    background: url(/dist/images/webpack/comment-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

.table-rating-wrap .reading-card {
    width: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.table-rating-wrap .reading-card-descr {
    display: none
}

.table-rating-wrap .reading-card img {
    margin-bottom: 3px
}

.table-rating-wrap .reading-card span {
    font-size: 12px;
    line-height: 15px
}

.table-rating-wrap .table-rating-article {
    width: 255px
}

.table-rating-wrap .subscribers {
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.table-rating-wrap .subscribers-descr {
    display: none
}

.table-rating-wrap .article-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.table-rating-wrap .article-rating .rating-num {
    font-weight: 700;
    font-size: 12px;
    margin-right: 4px;
    line-height: 14px;
    color: #ff9a00
}

.table-rating-wrap .article-rating .star {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    margin-right: 4px;
    background: url(/dist/images/webpack/rating_star_yellow.svg) 0 0 no-repeat
}

.table-rating-wrap .article-rating .num-votes {
    margin-left: 4px;
    font-size: 12px;
    color: #8e8e8e
}

.cabinet-advertising .page-content section {
    margin-bottom: 30px
}

.cabinet-advertising .page-content .cabinet-advertising-cards-list {
    margin-bottom: 60px
}

.cabinet-advertising .section-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.cabinet-advertising .section-title-wrap .section-title {
    margin-bottom: 0
}

.cabinet-advertising .nav-tabs {
    border-bottom: 0
}

.cabinet-advertising .nav-tabs .btn {
    line-height: 38px;
    background: #fff;
    border: 1px solid #8e8e8e;
    color: #333 !important
}

.cabinet-advertising .nav-tabs .btn.active,
.cabinet-advertising .nav-tabs .btn.active:hover {
    background: #00aa3a;
    border: 1px solid transparent;
    color: #fff !important
}

.cabinet-advertising .nav-tabs .btn.disabled,
.cabinet-advertising .nav-tabs .btn.disabled:hover {
    background: #8e8e8e;
    border: 1px solid transparent;
    color: #333 !important
}

.cabinet-advertising .nav-tabs .nav-item:first-child .btn {
    margin-right: 20px
}

.cabinet-advertising .popover {
    -webkit-transform: translate3d(-1px, 33px, 0) !important;
    transform: translate3d(-1px, 33px, 0) !important
}

.cabinet-advertising .popover .arrow {
    display: none
}

.cabinet-advertising .popover-body {
    background: #fff;
    padding: 10px;
    border-radius: 5px
}

.cabinet-advertising-list .col-xl-3 {
    margin-bottom: 30px
}

.cabinet-advertising .load-more-btn {
    margin: 0
}

.cabinet-advertising-card {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 20px 15px 40px;
    position: relative;
    height: 100%
}

.cabinet-advertising-card .btn-watch {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    border-radius: 0 0 4px 4px
}

.cabinet-advertising-card .btn-watch.disabled,
.cabinet-advertising-card .btn-watch.disabled:hover {
    background: #8e8e8e;
    border: 1px solid transparent;
    color: #333 !important
}

.cabinet-advertising-card .btn-watch i {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(/dist/images/webpack/watch-white.png) 0 0 no-repeat;
    margin-right: 10px;
    margin-top: 8px
}

.cabinet-advertising-card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px
}

.cabinet-advertising-card-header-img {
    margin-right: 20px
}

.cabinet-advertising-card .cabinet-advertising-card-header-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: url(/dist/images/icons/logo/adv-card-icon.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-another-slots {
    background: url(/dist/images/icons/logo/another-slots.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-best-bonus-main {
    background: url(/dist/images/icons/logo/best-bonus-main.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-between-new-slots {
    background: url(/dist/images/icons/logo/between-new-slots.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-bonus-review {
    background: url(/dist/images/icons/logo/bonus-review.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-branding {
    background: url(/dist/images/icons/logo/branding.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-casino-review {
    background: url(/dist/images/icons/logo/casino-review.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-cvasino-bonuses {
    background: url(/dist/images/icons/logo/cvasino-bonuses.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-igrovyye-avtomaty {
    background: url(/dist/images/icons/logo/igrovyye-avtomaty.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-mobile {
    background: url(/dist/images/icons/logo/mobile.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-new-slots {
    background: url(/dist/images/icons/logo/new-slots.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-rating {
    background: url(/dist/images/icons/logo/rating.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-sidebar {
    background: url(/dist/images/icons/logo/sidebar.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-slot-mashine {
    background: url(/dist/images/icons/logo/slot-mashine.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-under-header {
    background: url(/dist/images/icons/logo/under-header.svg) 50% no-repeat
}

.cabinet-advertising-card .cabinet-advertising-news {
    background: url(/dist/images/icons/logo/news.svg) 50% no-repeat
}

.cabinet-advertising-card-title h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px;
    margin-bottom: 4px
}

.cabinet-advertising-card-title p {
    font-size: 14px;
    line-height: 16px;
    color: #747474
}

.cabinet-advertising-card-title p span {
    color: #00aa3a;
    font-weight: 700;
    margin-left: 3px
}

.cabinet-advertising-card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px
}

.cabinet-advertising-card-row p {
    color: #747474;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cabinet-advertising-card-row p.value {
    text-align: right;
    color: #333;
    margin-left: 10px
}

.cabinet-create_post .section-title-wrap {
    margin-bottom: 0
}

.cabinet-create_post .page-content section {
    margin-bottom: 30px
}

.cabinet-create_post #site__map {
    margin-top: 70px
}

.cabinet-create_post .btn-wrap .btn:first-child {
    margin-right: 20px
}

.cabinet-create_post .form-control {
    font-size: 16px;
    text-align: left;
    height: 32px
}

.cabinet-create_post textarea.form-control {
    line-height: normal;
    resize: none;
    overflow: auto;
    scrollbar-width: none;
    height: auto
}

.cabinet-create_post textarea.form-control::-webkit-scrollbar {
    display: none
}

.cabinet-create_post .checkbox label {
    color: #333
}

.cabinet-create_post .checkbox label a {
    text-decoration: underline;
    color: #00aa3a
}

.cabinet-create_post .checkbox label a:hover {
    text-decoration: none
}

.cabinet-create_post .checkbox .controller {
    padding-left: 30px;
    top: 2px
}

.cabinet-create_post .checkbox input[type=checkbox]+.controller:after {
    top: 4px
}

.cabinet-create_post .checkbox input[type=checkbox]+.controller:before {
    top: -1px
}

.cabinet-create_post .form-group {
    margin-bottom: 20px
}

.cabinet-create_post .form-group.checkbox {
    margin-bottom: 30px
}

.cabinet-create_post .form-group.required .control-label {
    position: relative;
    font-size: 14px
}

.cabinet-create_post .form-group.required .control-label:after {
    content: "*";
    position: absolute;
    right: -7px;
    bottom: 0;
    color: #930000
}

.cabinet-create_post .form-group.required .control-label sup {
    top: 0;
    color: #930000
}

.cabinet-create_post .control-label {
    margin-bottom: 6px;
    font-size: 14px
}

.cabinet-create_post .cke_reset {
    border-radius: 4px !important
}

.form-group.highlight-addon.field-createpostform-text.required .control-label.has-star:after {
    display: block;
    content: "*";
    position: absolute;
    font-family: unset !important;
    right: -7px;
    bottom: 0;
    color: #930000
}

.site__map {
    margin-top: 40px
}

.container-upload {
    height: 508px;
    background: #fff;
    border: 1px dashed #930000;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px
}

.container-upload.img_uploaded {
    border: 0;
    height: auto;
    position: relative;
    margin-bottom: 100px
}

.container-upload.img_uploaded .uploaded_file_view {
    height: auto;
    border-radius: 4px
}

.container-upload.img_uploaded .btn-small,
.container-upload.img_uploaded .container-upload-descr {
    display: none
}

.container-upload.img_uploaded .btn_upload:hover .btn {
    color: #fff !important;
    background-color: #00aa3a;
    border-color: #00aa3a
}

.container-upload.img_uploaded .btn_upload .btn-white {
    display: block
}

.container-upload .btn-white {
    display: none
}

.container-upload .container-upload-descr {
    margin-top: 140px
}

.container-upload p {
    margin-top: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px
}

.container-upload small {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #8e8e8e
}

.container-upload .btn-small {
    display: block;
    font-weight: 400;
    margin: 18px auto 0;
    line-height: 38px;
    width: 160px
}

.container-upload .btn_upload {
    position: relative;
    width: 160px;
    margin: auto;
    cursor: pointer
}

.container-upload .btn_upload:hover .btn {
    background-color: #00aa3a
}

.container-upload .file_uploaded .btn_upload {
    position: absolute;
    bottom: -70px;
    left: 283px;
    width: 263px
}

.container-upload .btn_upload input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    overflow: hidden
}

.container-upload .uploaded_file_view {
    text-align: center;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    height: auto
}

.container-upload .uploaded_file_view.show {
    opacity: 1
}

.container-upload .uploaded_file_view img {
    border-radius: 4px
}

.container-upload .file_remove {
    background: #d50000;
    position: absolute;
    line-height: 38px;
    left: 0;
    bottom: -70px
}

.container-upload .file_remove:hover {
    color: #fff;
    background: #ff3636
}

.container-text-editor {
    margin-top: 6px
}

.error_msg {
    text-align: center;
    color: red
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    height: 466px
}

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.select2-container .select2-search--inline {
    float: none;
    width: 100%
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin: 1px 0 0 12px !important;
    position: relative;
    right: 0
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    padding: 0 17px 0 6px;
    position: relative
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    background: url(/dist/images/webpack/caret-arrow.svg) 0 no-repeat;
    border-left: 0;
    width: 23px
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b,
.select2-container--krajee .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--krajee.select2-container--open .select2-selection {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: transparent !important;
    border-color: #00aa3a !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: url(/dist/images/webpack/caret-arrow.svg) 0 no-repeat
}

.select2-results__option {
    padding: 15px 13px
}

.select2-container {
    background-color: #fff
}

.select2-container--krajee li.select2-results__option {
    width: 100%
}

.select2-container--krajee .select2-selection--single {
    height: 32px;
    padding: 0 24px 0 6px;
    border: 1px solid #8e8e8e;
    color: #333;
    cursor: pointer
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered,
.select2-container--krajee li.select2-results__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
    padding: 3px 5px
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered .flag-icon,
.select2-container--krajee li.select2-results__option .flag-icon {
    display: block;
    width: 30px;
    min-width: 30px;
    height: 20px !important;
    margin-right: 8px
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered p,
.select2-container--krajee li.select2-results__option p {
    line-height: 16px
}

.select2-container--krajee .select2-results__option[aria-selected=true] {
    color: #fff !important;
    background-color: #00aa3a !important
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #00aa3a !important
}

.select2-container--krajee .select2-dropdown {
    border-color: #8e8e8e;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    z-index: 1060
}

.select2-container--krajee .select2-dropdown.select2-dropdown--below {
    padding-top: 5px;
    margin-top: -2px
}

.select2-container--krajee .select2-dropdown.select2-dropdown--above {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
    top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus {
    border-color: #8e8e8e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    height: 32px;
    color: #333;
    padding: 0 30px 0 16px;
    background: #fff url(/dist/images/webpack/search-active.svg) 207px no-repeat
}

.select2-search--dropdown {
    padding: 10px 12px 4px;
    background-color: #fff
}

.select2-results {
    background-color: #fff
}

.cabinet_user-info .select2-results__option {
    padding-right: 29px
}

.form-group.required .has-star:not(.custom-control-label):not(.custom-file-label):after,
.is-required:after {
    display: none
}

.select2-container--krajee .select2-results>.select2-results__options {
    margin-top: 10px;
    margin-bottom: 8px;
    max-height: 112px
}

.select2-container--krajee .select2-selection {
    border: 1px solid #8e8e8e
}

input#file-upload-button {
    cursor: pointer !important;
    padding: 0 !important;
    width: 160px !important;
    height: 40px !important
}

.cabinet-post_preview .page-content section {
    margin-bottom: 30px
}

.cabinet-post_preview .section-title-wrap {
    margin-bottom: 20px
}

.cabinet-post_preview #site__map {
    margin-top: 70px
}

.cabinet-post_preview .btn-wrap .btn:first-child {
    margin-right: 20px
}

.cabinet-post_preview .post_preview-title-descr {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px
}

.cabinet-post_preview .post_preview-img {
    margin-bottom: 30px
}

.cabinet-post_preview .post_preview-descr {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px
}

.cabinet-post_preview .post_preview-bottom .source {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px
}

.cabinet-post_preview .post_preview-bottom .source a {
    text-decoration: none;
    color: #333;
    margin-left: 5px
}

.cabinet-post_preview .post_preview-bottom .source a:hover {
    text-decoration: underline
}

.cabinet-post_preview .post_preview-bottom .tegs {
    top: 0
}

.cabinet-post_preview .post_preview-bottom .tegs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cabinet-post_preview .post_preview-bottom .tegs-item {
    padding-right: 15px;
    margin-right: 10px
}

.cabinet-post_preview .btn-wrap {
    margin-top: 40px
}

.croppie-container {
    width: 100%;
    height: 100%
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%
}

.croppie-container .cr-resizer,
.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
    z-index: 0
}

.croppie-container .cr-resizer {
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.croppie-container .cr-resizer-horisontal,
.croppie-container .cr-resizer-vertical {
    position: absolute;
    pointer-events: all
}

.croppie-container .cr-resizer-horisontal:after,
.croppie-container .cr-resizer-vertical:after {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    width: 10px;
    height: 10px;
    content: ""
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px
}

.croppie-container .cr-resizer-vertical:after {
    left: 50%;
    margin-left: -5px
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%
}

.croppie-container .cr-resizer-horisontal:after {
    top: 50%;
    margin-top: -5px
}

.croppie-container .cr-original-image {
    display: none
}

.croppie-container .cr-vp-circle {
    border-radius: 50%
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center
}

.croppie-result {
    position: relative;
    overflow: hidden
}

.croppie-result img {
    position: absolute
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: transparent
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: #c4c4c4;
    border: 0;
    border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    height: 8px;
    width: 32px;
    border-radius: 4px;
    background: #00aa3a;
    margin-top: -3px
}

.cr-slider:focus {
    outline: none
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

.cr-slider::-ms-fill-lower,
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px
}

.cr-slider:focus::-ms-fill-lower,
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, .5)
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

.cr-rotate-controls button {
    border: 0;
    background: none
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: "↺"
}

.cr-rotate-r i:before {
    content: "↻"
}

.avatar-btn {
    position: relative
}

.avatar-btn input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

#upload-avatar {
    width: 100%;
    margin: 0 auto 15px;
    height: 202px
}

.upload-avatar.ready .upload-msg,
.upload-avatar .upload-avatar-wrap,
.upload-avatar .upload-result {
    display: none
}

.upload-avatar.ready .upload-avatar-wrap {
    display: block;
    position: relative;
    top: -15px
}

.upload-avatar.ready .upload-result {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.upload-result {
    color: #00aa3a;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px
}

.upload-result i {
    height: 16px;
    width: 16px;
    background: url(/dist/images/webpack/confirm.svg) 0 0 no-repeat;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.upload-avatar-wrap {
    margin: 0 auto
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa
}

.sweet-alert {
    width: auto;
    max-width: 85%
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 3px #fff, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/dist/images/webpack/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover,
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/dist/images/webpack/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(/dist/images/webpack/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #e0e0e0
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/dist/images/webpack/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: inset 0 1px 0 #fff
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(/dist/images/webpack/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.gk-subscribe-modal {
    padding-right: 0 !important;
    font-family: Roboto, sans-serif
}

.gk-subscribe-modal .modal-dialog {
    max-width: 320px;
    width: 100%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%
}

.gk-subscribe-modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0 15px
}

.gk-subscribe-modal .modal-content,
.gk-subscribe-modal .modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    width: 100%;
    border: none
}

.gk-subscribe-modal .modal-header {
    padding: 0 0 100px;
    color: #fff
}

.gk-subscribe-modal .modal-header:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/dist/images/webpack/modal-header-img.png) no-repeat 50%;
    background-size: cover;
    width: 320px;
    height: 157px
}

.gk-subscribe-modal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: none;
    padding: 0;
    margin: 0
}

.gk-subscribe-modal .modal-body .modal-body__title {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #00a438;
    text-shadow: 0 0 10px rgba(0, 164, 56, .15);
    word-break: break-word;
    width: 100%;
    margin: 0;
    padding: 0 0 10px
}

.gk-subscribe-modal .modal-body .modal-body__descr {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    color: #556a76;
    margin: 0;
    word-break: break-word
}

.gk-subscribe-modal .modal-body form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 0
}

.gk-subscribe-modal .modal-body form,
.gk-subscribe-modal .modal-body form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gk-subscribe-modal .modal-body form .form-group {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px
}

.gk-subscribe-modal .modal-body form .form-group:last-of-type {
    margin: 0
}

.gk-subscribe-modal .modal-body form .form-group .form-control {
    text-align: center;
    width: 100%;
    min-height: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #556a76;
    background: #f1f1f1;
    border: none;
    border-radius: 4px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gk-subscribe-modal .modal-body form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none
}

.gk-subscribe-modal .modal-body form .form-group .form-control::-webkit-input-placeholder {
    color: #556a76;
    font-size: 14px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 1
}

.gk-subscribe-modal .modal-body form .form-group .form-control::-moz-placeholder {
    color: #556a76;
    font-size: 14px;
    -moz-transition: .2s ease;
    transition: .2s ease;
    opacity: 1
}

.gk-subscribe-modal .modal-body form .form-group .form-control:-ms-input-placeholder {
    color: #556a76;
    font-size: 14px;
    -ms-transition: .2s ease;
    transition: .2s ease;
    opacity: 1
}

.gk-subscribe-modal .modal-body form .form-group .form-control::-ms-input-placeholder {
    color: #556a76;
    font-size: 14px;
    -ms-transition: .2s ease;
    transition: .2s ease;
    opacity: 1
}

.gk-subscribe-modal .modal-body form .form-group .form-control::placeholder {
    color: #556a76;
    font-size: 14px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 1
}

.gk-subscribe-modal .modal-body form .form-group .form-control:focus::-webkit-input-placeholder {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 0
}

.gk-subscribe-modal .modal-body form .form-group .form-control:focus::-moz-placeholder {
    -moz-transition: .2s ease;
    transition: .2s ease;
    opacity: 0
}

.gk-subscribe-modal .modal-body form .form-group .form-control:focus:-ms-input-placeholder {
    -ms-transition: .2s ease;
    transition: .2s ease;
    opacity: 0
}

.gk-subscribe-modal .modal-body form .form-group .form-control:focus::-ms-input-placeholder {
    -ms-transition: .2s ease;
    transition: .2s ease;
    opacity: 0
}

.gk-subscribe-modal .modal-body form .form-group .form-control:focus::placeholder {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 0
}

.gk-subscribe-modal .modal-body form .form-group.checkbox {
    position: relative
}

.gk-subscribe-modal form .form-group.checkbox input[type=checkbox] {
    display: none
}

.gk-subscribe-modal form .form-group.checkbox label {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    margin: 0;
    padding: 3px 0 0 30px;
    word-break: break-word;
    width: 100%
}

.gk-subscribe-modal form .form-group.checkbox label a {
    color: #0fca4f;
    text-decoration: underline
}

.gk-subscribe-modal form .form-group.checkbox label a:focus,
.gk-subscribe-modal form .form-group.checkbox label a:hover {
    color: #0fca4f;
    text-decoration: none;
    outline: none
}

.gk-subscribe-modal form .form-group.checkbox input[type=checkbox]+.controller:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #8e8e8e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer
}

.gk-subscribe-modal form .form-group.checkbox input[type=checkbox]:checked+.controller:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 13px;
    height: 11px;
    background: url(/dist/images/subscribe_modal/checkmark.svg) no-repeat 50%;
    cursor: pointer
}

.gk-subscribe-modal form .form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #00aa3a;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gk-subscribe-modal form .form__btn:hover {
    background: #0fca4f;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gk-subscribe-modal .modal-body form .form-group.checkbox.has-error input[type=checkbox]+label:before {
    border-color: red
}

.gk-subscribe-modal .modal-body form .form-group.checkbox.has-error input[type=checkbox]+label:after {
    display: none
}

.gk-subscribe-modal .modal-body form .form-group.has-error .form-control {
    border: 2px solid red;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gk-subscribe-modal .modal-body form .form-group.has-error .help-block {
    display: block
}

.gk-subscribe-modal .modal-body form .form-group .help-block {
    display: none;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    text-align: left;
    color: red;
    margin: 3px 0 0
}

.gk-subscribe-modal .modal-body form .form-group.checkbox .help-block {
    margin: 3px 0 0 30px
}

.gk-subscribe-modal .modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    position: relative;
    padding: 47px 0 0;
    margin: 0
}

.gk-subscribe-modal .modal-footer .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: unset;
    right: -15px;
    bottom: -10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    background: #f1f1f1;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    border-radius: 50%;
    margin: 0;
    z-index: 5
}

.gk-subscribe-modal .modal-footer .close:hover {
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gk-subscribe-modal .modal-footer .close:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 9px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: #556a76
}

.gk-subscribe-modal .modal-footer .close:after {
    content: "";
    display: block;
    position: absolute;
    right: 9px;
    top: 12px;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: #556a76
}

.gk-subscribe-thanks-modal {
    padding-right: 0 !important;
    font-family: Roboto, sans-serif
}

.gk-subscribe-thanks-modal .modal-dialog {
    max-width: 320px;
    width: 100%;
    min-height: 350px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%
}

.gk-subscribe-thanks-modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 0 15px
}

.gk-subscribe-thanks-modal .modal-content,
.gk-subscribe-thanks-modal .modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    width: 100%;
    border: none
}

.gk-subscribe-thanks-modal .modal-header {
    padding: 0 0 100px;
    color: #fff
}

.gk-subscribe-thanks-modal .modal-header:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/dist/images/webpack/modal-header-img.png) no-repeat 50%;
    background-size: cover;
    width: 320px;
    height: 157px
}

.gk-subscribe-thanks-modal .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: none;
    padding: 0;
    margin: 0
}

.gk-subscribe-thanks-modal .modal-body .modal-body__title {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #00a438;
    text-shadow: 0 0 10px rgba(0, 164, 56, .15);
    word-break: break-word;
    width: 100%;
    margin: 0;
    padding: 0 0 10px
}

.gk-subscribe-thanks-modal .modal-body .modal-body__descr {
    letter-spacing: .03em;
    margin: 0
}

.gk-subscribe-thanks-modal .modal-body .modal-body__descr,
.gk-subscribe-thanks-modal .modal-body .modal-body__text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #556a76;
    word-break: break-word
}

.gk-subscribe-thanks-modal .modal-body .modal-body__text {
    margin: 20px 0 0
}

.gk-subscribe-thanks-modal .modal-body .modal-body__text i {
    display: inline;
    margin: 0;
    font-style: normal;
    color: #0fca4f
}

.gk-subscribe-thanks-modal .modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    position: relative;
    padding: 47px 0 0;
    margin: 0
}

.gk-subscribe-thanks-modal .modal-footer .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: unset;
    right: -15px;
    bottom: -10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    background: #f1f1f1;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    border-radius: 50%;
    margin: 0;
    z-index: 5
}

.gk-subscribe-thanks-modal .modal-footer .close:hover {
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gk-subscribe-thanks-modal .modal-footer .close:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 9px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: #556a76
}

.gk-subscribe-thanks-modal .modal-footer .close:after {
    content: "";
    display: block;
    position: absolute;
    right: 9px;
    top: 12px;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background: #556a76
}

.page-main .popover {
    border: 1px solid #cecece;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    border-radius: 5px;
    top: 21px !important;
    left: -3px !important
}

.page-main .popover .arrow {
    display: none
}

.page-main .popover .popover-body {
    max-width: 220px;
    max-height: 70px;
    background: #fff;
    padding: 12px 13px 12px 18px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 5px
}

.page-main #best__online-casino,
.page-main #integrated {
    margin-bottom: 30px
}

.question-mark {
    display: none;
    position: relative;
    top: -8px;
    width: 24px;
    height: 24px;
    background: url(/dist/images/webpack/question-mark.svg) 50% no-repeat;
    cursor: pointer
}

#new__online-casino .question-mark,
#new__slots .question-mark {
    display: inline-block
}

#subscribe .btn-link {
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00aa3a
}

#subscribe .btn-link:hover {
    text-decoration: none
}

#subscribe {
    margin-bottom: 41px
}

#subscribe .subscribe-form-wrap {
    height: 181px;
    background: url(/dist/images/webpack/subscribe-bg.png) 0 0 no-repeat;
    position: relative;
    padding-top: 30px;
    border-radius: 4px
}

#subscribe .subscribe-form-wrap:before {
    content: "";
    position: absolute;
    top: 44px;
    left: -13px;
    height: 57px;
    width: 90px;
    background: url(/dist/images/webpack/subscribe-chip.png) 0 0 no-repeat
}

#subscribe h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 10px
}

#subscribe .btn span:after {
    content: "";
    width: 18px;
    height: 18px;
    line-height: 32px;
    background: url(/dist/images/webpack/envelope.svg) 0 0 no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 12px
}

#first-screen__adv-wrap {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-bottom: 0
}

#first-screen__adv-wrap .adv-img-wrap {
    padding: 0 15px;
    width: 100%
}

#first-screen__adv-wrap .adv-img-wrap a,
#first-screen__adv-wrap .adv-img-wrap span {
    display: block;
    position: relative;
    border-radius: 4px;
    width: 100%;
    height: 90px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

#first-screen__adv-wrap .adv-img-wrap a img,
#first-screen__adv-wrap .adv-img-wrap span img {
    margin-bottom: 30px;
    border-radius: 4px;
    height: 90px
}

#first-screen__adv-wrap .swiper-container {
    width: 100%
}

#first-screen__adv-wrap .swiper-slide {
    width: 100% !important
}

.adv-img-wrap-no-slider {
    width: 100%
}

.adv-img-wrap-no-slider a,
.adv-img-wrap-no-slider span {
    display: block;
    height: 150px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 4px
}

#first-screen-top-slider .swiper-img-wrap {
    display: block;
    height: 343px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

#first-screen-top-slider .swiper-img-wrap img {
    width: 100%;
    max-height: 100%
}

#first-screen-top-slider .swiper-container {
    overflow: visible
}

#first-screen-top-slider .swiper-container-fade .swiper-slide {
    opacity: 0 !important
}

#first-screen-top-slider .swiper-container-fade .swiper-slide-active,
#first-screen-top-slider .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    opacity: 1 !important
}

#first-screen-top-slider .swiper-container img {
    border-radius: 4px 4px 0 0
}

#first-screen-top-slider .swiper-descr {
    position: absolute;
    bottom: -77px;
    left: 233px;
    height: 75px;
    font-size: 18px;
    max-width: 320px
}

#first-screen-top-slider .swiper-descr a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    overflow: hidden;
    line-height: 21px
}

#first-screen-top-slider .swiper-arrow-wrap {
    position: relative;
    width: 113px;
    display: inline-block;
    vertical-align: top
}

#first-screen-top-slider .swiper-static-block {
    height: 100px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative
}

#first-screen-top-slider .swiper-static-block .top {
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    color: #00aa3a;
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
    margin-left: 35px
}

#first-screen-top-slider .swiper-static-block .top:after {
    content: "";
    background: #8e8e8e;
    width: 1px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 13px
}

#first-screen-top-slider .swiper-button-next,
#first-screen-top-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    outline: none;
    background: url(/dist/images/webpack/arrows_left.svg) 0 0 no-repeat
}

#first-screen-top-slider .swiper-button-next:after,
#first-screen-top-slider .swiper-button-prev:after {
    display: none
}

#first-screen-top-slider .swiper-button-next {
    background: url(/dist/images/webpack/arrows_right.svg) 0 0 no-repeat
}

#first-screen-top-slider .swiper-static-block-bootom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: -88px;
    padding-left: 10px;
    color: #8e8e8e;
    font-size: 12px;
    width: 100%
}

#first-screen-top-slider .swiper-static-block-bootom .date {
    margin: 0 6px
}

#first-screen-top-slider .swiper-static-block-bootom .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#first-screen-top-slider .swiper-static-block-bootom .time:after {
    content: "|";
    padding-left: 4px;
    font-size: 13px;
    margin-top: -1px
}

#first-screen-top-slider .swiper-static-block-bootom .comment:before {
    content: "";
    background: url(/dist/images/webpack/comment-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

#first-screen-top-slider .swiper-static-block-bootom .views {
    position: absolute;
    right: 10px
}

#first-screen-top-slider .swiper-static-block-bootom .views:before {
    content: "";
    background: url(/dist/images/webpack/views-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

#first-screen-vertical-slider {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 60px
}

#first-screen-vertical-slider .vertical-slider-date {
    text-align: center;
    cursor: default
}

#first-screen-vertical-slider .vertical-slider-date p {
    padding-bottom: 6px;
    border-bottom: 1px solid #00aa3a;
    margin-bottom: 17px;
    color: #00aa3a
}

#first-screen-vertical-slider .swiper-container {
    height: 386px;
    padding: 0 0 17px
}

#first-screen-vertical-slider .swiper-slide {
    max-height: 48px
}

#first-screen-vertical-slider .swiper-slide-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
    max-height: 40px;
    overflow: hidden
}

#first-screen-vertical-slider .swiper-slide-wrap .time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    padding: 0 0 0 10px;
    color: #747474
}

#first-screen-vertical-slider .swiper-slide-wrap .descr {
    padding-top: 0
}

#first-screen-vertical-slider .swiper-slide-wrap .descr a {
    text-decoration: none;
    color: #333
}

#first-screen-vertical-slider .swiper-button-next,
#first-screen-vertical-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    top: 19px;
    left: 82px;
    outline: none;
    background: url(/dist/images/webpack/arrows_left.svg) 0 0 no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#first-screen-vertical-slider .swiper-button-next:after,
#first-screen-vertical-slider .swiper-button-prev:after {
    display: none
}

#first-screen-vertical-slider .swiper-button-next {
    background: url(/dist/images/webpack/arrows_right.svg) 0 0 no-repeat;
    left: auto;
    right: 82px
}

#first-screen-vertical-slider .vertical-slider-arrow-wrap {
    position: relative
}

.casino-online {
    font-size: 12px;
    line-height: 14px
}

.casino-online-title {
    margin-bottom: 7px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.casino-online-title .flag-image-wrap {
    margin-left: auto;
    border-radius: 1px;
    height: 16px;
    min-width: 20px;
    margin-right: 10px
}

.casino-online-title .flag-image {
    border: 1px solid #e0e0e0;
    width: 18px;
    height: 15px !important;
    border-radius: 1px;
    position: relative
}

.casino-online-item-content {
    height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1px;
    padding-right: 9px;
    border-bottom: 1px solid #e0e0e0
}

.casino-online-item,
.casino-online-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.casino-online-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.casino-online-logo {
    position: relative;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    max-width: 96px
}

.casino-online-logo.top:before {
    content: "топ";
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #00aa3a;
    width: 40px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    top: 12px;
    left: -12px
}

.casino-online-logo a {
    display: block;
    text-align: center
}

.casino-online-logo img {
    max-width: 100%;
    max-height: 40px;
    border-radius: 0 !important
}

.casino-online-name-wr {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 86px;
    -ms-flex: 0 0 86px;
    flex: 0 0 86px;
    max-width: 86px
}

.casino-online-name-wr .name {
    color: #00aa3a
}

.casino-online-rating {
    margin-left: 8px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px
}

.casino-online-rating:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: -5px;
    right: 0;
    background: url(/dist/images/webpack/rating_star_yellow.svg) 50% no-repeat
}

.casino-online-rating .rating-num {
    color: #00aa3a;
    font-weight: 700
}

#integrated a {
    height: 150px;
    border-radius: 4px;
    display: block;
    width: 100%
}

#integrated a:hover {
    text-decoration: none
}

#site__map {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial
}

#site__map a {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px
}

#site__map a:hover {
    color: #00aa3a;
    text-decoration: none
}

#site__map .site__map-content {
    margin-top: 60px;
    display: none
}

#site__map h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    text-align: center;
    position: relative
}

#site__map h3:after,
#site__map h3:before {
    content: "";
    height: 1px;
    width: calc(50% - 114px);
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #e0e0e0
}

#site__map h3:after {
    left: auto;
    right: 0
}

#site__map h3 i {
    height: 17px;
    width: 9px;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
    -webkit-transition: all .1s;
    transition: all .1s;
    background: url(/dist/images/webpack/arrow.svg) 0 0 no-repeat
}

#site__map.is-show i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#site__map h2 {
    color: #00aa3a
}

#site__map h2,
#site__map li a {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px
}

#site__map li a {
    display: inline-block;
    color: #000
}

#site__map li:last-child a {
    margin-bottom: 0
}

#site__map .container .row:nth-child(2) .col-md-6:first-child ul {
    margin-bottom: 40px
}

.online_casino_rating .first-block {
    margin-bottom: 50px !important
}

.online_casino_rating .first-block .section-title-wrap .section-title-description {
    margin-bottom: 20px
}

.online_casino_rating .first-block #showHideBtn {
    margin-bottom: 30px
}

.online_casino_rating .casino-rating-list {
    margin-bottom: 30px;
    margin-top: 0
}

.online_casino_rating .pagination {
    margin-top: 0;
    margin-bottom: 60px
}

.tegs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    min-height: 0
}

.tegs,
.tegs-item {
    position: relative
}

.tegs-item {
    font-size: 12px;
    line-height: 20px;
    background-color: #f9f9f9;
    margin-right: 20px;
    padding: 0 35px 0 15px;
    border-radius: 4px;
    margin-bottom: 10px
}

.tegs .remove {
    position: absolute;
    right: 12px;
    top: 4px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    opacity: 1
}

.tegs .remove:hover {
    opacity: .7
}

.tegs .remove:after,
.tegs .remove:before {
    content: " ";
    position: absolute;
    left: 6px;
    height: 12px;
    width: 1px;
    background-color: #333;
    border-radius: 4px
}

.tegs .remove:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tegs .remove:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.radio {
    width: 0;
    height: 0;
    display: inline-block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-color: #8e8e8e #8e8e8e transparent;
    border-style: solid;
    border-width: 25px 10px 5px
}

.radio.active {
    border-color: #00aa3a #00aa3a transparent
}

.advertising__item {
    margin: 30px 0 !important;
    border-bottom: 0 !important;
    height: 150px !important;
    width: 100% !important;
    padding: 0 !important;
    position: relative
}

.advertising__item .col-12 {
    padding: 0
}

.advertising__item .col-12 a,
.advertising__item .col-12 span {
    width: 100%;
    height: 150px;
    border-radius: 4px;
    background-position: 50%
}

.casino_card .casino-rating {
    padding-bottom: 60px
}

.casino_card p img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important
}

.rating-container__content .casino-rating {
    position: relative;
    margin-bottom: 30px
}

.rating-container__content .casino-rating .info {
    font-size: 16px;
    line-height: 19px
}

.rating-container__content .casino-rating .info span {
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.rating-container__content .casino-rating__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 17px 30px;
    border: 1px solid #8e8e8e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.rating-container__content .casino-rating__item .shield {
    position: absolute;
    top: -15px;
    left: 15px
}

.rating-container__content .casino-rating__item .shield.verified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -15px;
    left: 15px
}

.rating-container__content .casino-rating__item .shield.verified:after {
    content: "";
    display: block;
    width: 42px;
    height: 45px;
    background: url(/dist/images/shield.png) 50% no-repeat
}

.rating-container__content .casino-rating__item .shield.advert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -15px;
    left: 15px
}

.rating-container__content .casino-rating__item .shield.advert:after {
    content: "";
    display: block;
    width: 19px;
    height: 40px;
    background: url(/dist/images/clip.png) 50% no-repeat
}

.rating-container__content .casino-rating__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.rating-container__content .casino-rating__row.one {
    width: 190px
}

.rating-container__content .casino-rating__row.two {
    width: 370px
}

.rating-container__content .casino-rating__row.three {
    width: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating-container__content .casino-rating__logo {
    position: relative
}

.rating-container__content .casino-rating__logo a {
    max-width: 190px;
    min-width: 190px;
    height: 116px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-container__content .casino-rating__logo a img {
    max-width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.rating-container__content .casino-rating__logo.new:before {
    content: "new";
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #00aa3a;
    width: 40px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    top: 21px;
    left: -12px
}

.rating-container__content .casino-rating__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.rating-container__content .casino-rating__name {
    text-transform: uppercase;
    max-width: 120px;
    margin-bottom: 15px
}

.rating-container__content .casino-rating__name .name a {
    color: #00aa3a
}

.rating-container__content .casino-rating__info {
    color: #8e8e8e;
    margin-bottom: 15px
}

.rating-container__content .casino-rating__rating {
    width: 80%
}

.rating-container__content .casino-rating__rating .rating-num,
.rating-container__content .casino-rating__rating .reviews {
    color: #8e8e8e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rating-container__content .casino-rating__rating .rating-num {
    margin-bottom: 7px;
    white-space: nowrap
}

.rating-container__content .casino-rating__rating .rating-num span {
    margin-left: 10px
}

.rating-container__content .casino-rating__rating .reviews {
    white-space: nowrap;
    margin-bottom: 0
}

.rating-container__content .casino-rating-list {
    margin-top: 35px
}

.rating-container__content .casino-rating__checkbox {
    height: 23px
}

.rating-container__content .casino-rating__radio {
    margin-right: 13px
}

.rating-container__content .casino-rating .mb-16 {
    margin-bottom: 16px
}

.rating-container__content .casino-rating .mb-16:last-of-type {
    margin-bottom: 0
}

.rating-container__content .casino-rating__slider {
    width: 370px;
    overflow: hidden
}

.rating-container__content .casino-rating__title {
    font-size: 16px;
    line-height: 24px;
    color: #00aa3a;
    margin-bottom: 7px
}

.rating-container__content .casino-rating__desc {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 7px
}

.rating-container__content .casino-rating .swiper-button-next,
.rating-container__content .casino-rating .swiper-button-prev {
    position: absolute;
    top: 12px;
    width: 21px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #000;
    right: -35px;
    margin-top: 0;
    -webkit-transform: translate(2px, -50%);
    transform: translate(2px, -50%);
    color: #000
}

.rating-container__content .casino-rating .swiper-button-next.swiper-button-disabled,
.rating-container__content .casino-rating .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.rating-container__content .casino-rating .swiper-button-next .active,
.rating-container__content .casino-rating .swiper-button-next:focus,
.rating-container__content .casino-rating .swiper-button-next:hover,
.rating-container__content .casino-rating .swiper-button-prev .active,
.rating-container__content .casino-rating .swiper-button-prev:focus,
.rating-container__content .casino-rating .swiper-button-prev:hover {
    border: 1px solid #00aa3a
}

.rating-container__content .casino-rating .swiper-button-next .active:after,
.rating-container__content .casino-rating .swiper-button-next:focus:after,
.rating-container__content .casino-rating .swiper-button-next:hover:after,
.rating-container__content .casino-rating .swiper-button-prev .active:after,
.rating-container__content .casino-rating .swiper-button-prev:focus:after,
.rating-container__content .casino-rating .swiper-button-prev:hover:after {
    background: url(/dist/images/webpack/caret-arrow-green.svg) 50% no-repeat
}

.rating-container__content .casino-rating .swiper-button-next:after,
.rating-container__content .casino-rating .swiper-button-prev:after {
    content: "";
    width: 17px;
    height: 9px;
    background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rating-container__content .casino-rating .swiper-button-prev {
    left: -35px;
    -webkit-transform: translate(-2px, -50%);
    transform: translate(-2px, -50%)
}

.rating-container__content .casino-rating .swiper-button-prev:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rating-container__content .casino-rating .swiper-slider-img {
    position: relative;
    width: calc(100% - 74px);
    margin: 0 auto
}

.rating-container__content .casino-rating .swiper-accepts-slider .swiper-slide {
    padding: 0 3px
}

.rating-container__content .casino-rating .swiper-accepts-slider .accepts-flag {
    position: relative;
    display: block;
    max-width: 32px;
    width: 100%;
    height: 24px;
    border: 1px solid hsla(0, 0%, 55.7%, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0 auto
}

.rating-container__content .casino-rating .swiper-accepts-slider .accepts-flag img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.rating-container__content .casino-rating .swiper-payment-systems-slider .swiper-slide {
    padding: 0 3px
}

.rating-container__content .casino-rating .swiper-payment-systems-slider .payment-systems {
    display: block;
    max-width: 32px;
    width: 100%;
    height: 24px;
    border: 1px solid hsla(0, 0%, 55.7%, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0 auto
}

.rating-container__content .casino-rating .swiper-bonus-slider {
    position: relative;
    margin: 0 auto;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-container__content .casino-rating .swiper-bonus-slider .swiper-container {
    margin: 0 -5px
}

.rating-container__content .casino-rating .swiper-bonus-slider .swiper-slide {
    padding: 0 5px;
    width: auto !important
}

.rating-container__content .casino-rating .swiper-bonus-slider .bonus-frispin:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 2px;
    width: 1px;
    height: 9px;
    background-color: #8e8e8e
}

.rating-container__content .casino-rating .swiper-bonus-slider .bonus-frispin .bonus-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-right: 7px
}

.rating-container__content .casino-rating__deposit-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.rating-container__content .casino-rating__deposit-item:not(:last-child) {
    padding-right: 17px;
    position: relative
}

.rating-container__content .casino-rating__deposit-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 1px;
    height: 9px;
    background-color: #8e8e8e
}

.rating-container__content .casino-rating__overview a,
.rating-container__content .casino-rating__play a {
    width: 140px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    display: block;
    border-radius: 4px;
    color: #fff;
    background-color: #00aa3a;
    border: 1px solid #00aa3a;
    text-align: center;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.rating-container__content .casino-rating__overview a:hover,
.rating-container__content .casino-rating__play a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0fca4f;
    border-color: #0fca4f
}

.rating-container__content .casino-rating__overview {
    margin-bottom: 20px
}

.rating-container__content .casino-rating__play a {
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #8e8e8e
}

.rating-container__content .casino-rating__play a:hover {
    background-color: #0fca4f;
    border-color: #0fca4f
}

.rating-container__content .casino-rating__play a.btn-gray,
.rating-container__content .casino-rating__play a.btn-gray:hover {
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
    color: #fff !important;
    cursor: default !important
}

.rating-container__content .casino-rating-filter-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px
}

.rating-container__content .casino-rating-filter-top .filter-btn {
    font-size: 14px;
    line-height: 16px;
    margin-right: 20px;
    cursor: pointer
}

.rating-container__content .casino-rating-filter {
    font-size: 14px;
    line-height: 16px
}

.rating-container__content .casino-rating-filter span {
    margin-left: 7px
}

.casino-rating.best-casinos {
    position: relative
}

.casino-rating.best-casinos .casino-rating__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.casino-rating.best-casinos .casino-rating__row.overview {
    -webkit-flex-basis: 216px;
    -ms-flex-preferred-size: 216px;
    flex-basis: 216px
}

.casino-rating.best-casinos .casino-rating-list {
    margin-top: 35px
}

.casino-rating.best-casinos .casino-rating__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 59px;
    border-bottom: 1px solid #e0e0e0
}

.casino-rating.best-casinos .casino-rating__checkbox {
    height: 23px
}

.casino-rating.best-casinos .casino-rating__radio {
    margin-right: 13px
}

.casino-rating.best-casinos .casino-rating__logo {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    max-width: 96px
}

.casino-rating.best-casinos .casino-rating__logo a {
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.casino-rating.best-casinos .casino-rating__logo img {
    max-width: 80px;
    margin-left: 16px;
    max-height: 57px
}

.casino-rating.best-casinos .casino-rating__logo.new:before {
    content: "new";
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #00aa3a;
    width: 40px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    position: absolute;
    top: 21px;
    left: -12px
}

.casino-rating.best-casinos .casino-rating__name {
    font-size: 12px;
    line-height: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    margin-left: 12px
}

.casino-rating.best-casinos .casino-rating__name .name a {
    color: #00aa3a
}

.casino-rating.best-casinos .casino-rating__rating {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px
}

.casino-rating.best-casinos .casino-rating__rating .rating-num {
    color: #ff9a00;
    font-weight: 700
}

.casino-rating.best-casinos .casino-rating__rating:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: -5px;
    right: 4px;
    background: url(/dist/images/webpack/rating_star_yellow.svg) 50% no-repeat
}

.casino-rating.best-casinos .casino-rating__rating .reviews {
    white-space: nowrap
}

.casino-rating.best-casinos .casino-rating__bonus {
    text-align: left;
    padding: 0 20px 0 70px;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px
}

.casino-rating.best-casinos .casino-rating__bonus .bonus {
    margin-bottom: 5px
}

.casino-rating.best-casinos .casino-rating__bonus .bonus-descr {
    font-size: 12px;
    line-height: 14px
}

.casino-rating.best-casinos .casino-rating__overview a,
.casino-rating.best-casinos .casino-rating__play a {
    width: 98px;
    font-size: 18px;
    line-height: 38px;
    color: #333;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #8e8e8e;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.casino-rating.best-casinos .casino-rating__overview a:hover,
.casino-rating.best-casinos .casino-rating__play a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0fca4f;
    border-color: #0fca4f
}

.casino-rating.best-casinos .casino-rating__play a {
    color: #fff;
    background-color: #00aa3a;
    border: 1px solid #00aa3a;
    margin-right: 0
}

.casino-rating.best-casinos .casino-rating__play a:hover {
    background-color: #0fca4f;
    border-color: #0fca4f
}

.casino-rating.best-casinos .casino-rating__play a.btn-gray,
.casino-rating.best-casinos .casino-rating__play a.btn-gray:hover {
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
    color: #fff !important;
    cursor: default !important
}

.casino-rating.best-casinos .casino-rating-filter-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    top: -30px
}

.casino-rating.best-casinos .casino-rating-filter-top .filter-btn {
    font-size: 14px;
    line-height: 16px;
    margin-right: 20px;
    cursor: pointer
}

.casino-rating.best-casinos .casino-rating-filter {
    font-size: 14px;
    line-height: 16px
}

.casino-rating.best-casinos .casino-rating-filter span {
    margin-left: 7px
}

.categories-wrap {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    height: 631px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 22px;
    position: relative
}

.categories-list {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    height: 422px
}

.categories-item {
    margin-right: 32px
}

.categories-title {
    border-bottom: 1px solid #e0e0e0;
    padding-left: 20px;
    line-height: 16px;
    cursor: pointer;
    font-size: 14px;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff
}

.categories-title:after {
    content: "";
    width: 17px;
    height: 9px;
    background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
    position: absolute;
    right: 0;
    top: 19px
}

.categories-title.show {
    color: #8e8e8e
}

.categories-title.show:after {
    background: url(/dist/images/webpack/caret-arrow-gray.svg) 50% no-repeat
}

.categories-content {
    padding-left: 10px
}

.categories-content p {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 13px 10px
}

.categories-content .irs--round,
.categories-content .range-slider {
    height: 25px
}

.categories-content .irs--round .irs-from,
.categories-content .irs--round .irs-max,
.categories-content .irs--round .irs-min,
.categories-content .irs--round .irs-single,
.categories-content .irs--round .irs-to {
    display: none
}

.categories-content .irs--round .irs-line {
    background: #c4c4c4;
    border-radius: 4px;
    height: 2px;
    top: 17px
}

.categories-content .irs--round .irs-handle {
    top: 12px;
    width: 12px;
    height: 12px;
    border: 0;
    background-color: #00aa3a;
    border-radius: 24px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.categories-content .irs--round .irs-bar {
    top: 36px;
    height: 2px;
    background-color: #00aa3a;
    top: 17px
}

.categories-content .extra-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.categories-content .extra-controls [class*=js-input] {
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border: 1px solid #8e8e8e;
    border-radius: 4px
}

.categories-content .extra-controls [class*=js-input]:first-child {
    margin-right: 8px
}

.categories-content .extra-controls span {
    margin-left: 6px
}

.categories-content .extra-controls .inputs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.categories-content .btn-small {
    width: 46px;
    height: 17px;
    line-height: 14px;
    font-size: 14px
}

.categories-header {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    background-color: #00aa3a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.categories .form-group {
    margin: 10px 0
}

.categories .checkbox {
    line-height: 16px;
    margin: 10px 0
}

.categories .checkbox input[type=checkbox]+.controller:before {
    width: 16px;
    height: 16px
}

.categories .checkbox input[type=checkbox]+.controller:after {
    top: 4px;
    left: 2px
}

.categories .checkbox label {
    line-height: 16px;
    padding-left: 22px;
    color: #333
}

.categories-btn-wrap {
    position: absolute;
    bottom: 20px;
    text-align: center
}

.categories-btn-wrap .btn {
    background-color: #00aa3a
}

.categories-btn-wrap .btn:hover {
    background-color: #0fca4f
}

.categories-btn-wrap .btn.btn-white {
    background-color: #fff
}

.categories-btn-wrap .btn.btn-white:hover {
    color: #fff !important;
    background-color: #0fca4f;
    border-color: #0fca4f
}

.categories-btn-wrap .btn.btn-transparent {
    background-color: transparent
}

.categories-btn-wrap .btn.btn-transparent:hover {
    background-color: #0fca4f
}

.categories-btn-wrap .btn,
.categories-btn-wrap .btn-transparent {
    width: 216px
}

.categories-btn-wrap .btn-transparent {
    margin-top: 11px;
    line-height: 29px;
    background: transparent;
    color: #333 !important
}

.categories-btn-wrap .btn-transparent:hover {
    color: #fff !important
}

.categories .btn-radio {
    width: 112px;
    height: 20px;
    margin-top: 10px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #8e8e8e;
    background: #fff;
    color: #333 !important;
    line-height: 20px
}

.categories .btn-radio:first-child {
    border-radius: 4px 0 0 4px
}

.categories .btn-radio:hover {
    background: #fff;
    color: #00aa3a !important;
    border-color: #00aa3a
}

.categories .btn-radio.active {
    color: #fff !important;
    background-color: #00aa3a;
    border-color: #00aa3a
}

.categories .ps .ps__rail-y {
    margin-top: 0
}

#price,
#price2 {
    padding: 5px;
    width: 80px
}

#options,
#price,
#price2 {
    border: 1px solid #074776
}

#options {
    width: 300px;
    padding: 10px
}

#slider_price {
    margin-top: 10px
}

.new__bonuses {
    position: relative
}

.new__bonuses-title {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: -21px;
    left: 7px
}

.new__bonuses-list {
    margin: 0;
    padding: 0
}

.new__bonuses-item {
    height: 59px;
    border-bottom: 1px solid #e0e0e0;
    -ms-flex-align: center
}

.new__bonuses-item,
.new__bonuses-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.new__bonuses-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 97px;
    -ms-flex: 0 0 97px;
    flex: 0 0 97px;
    max-width: 97px;
    height: 57px;
    -ms-flex-align: center
}

.new__bonuses-logo img {
    max-width: 80px;
    max-height: 40px
}

.new__bonuses-descr-top {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px
}

.new__bonuses-descr-bottom {
    font-size: 12px;
    line-height: 14px;
    color: #747474
}

.pagination {
    margin-top: 30px
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    color: #00aa3a
}

.pagination .page-link {
    border: none;
    font-size: 12px;
    line-height: 24px;
    margin-right: 1px;
    color: #8e8e8e;
    text-align: center;
    padding: 0 5px;
    cursor: pointer
}

.pagination .page-link.next a,
.pagination .page-link.next a img,
.pagination .page-link.next span,
.pagination .page-link.next span img,
.pagination .page-link.prev a,
.pagination .page-link.prev a img,
.pagination .page-link.prev span,
.pagination .page-link.prev span img {
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.pagination .page-link.next:focus a,
.pagination .page-link.next:focus span,
.pagination .page-link.next:hover a,
.pagination .page-link.next:hover span,
.pagination .page-link.prev:focus a,
.pagination .page-link.prev:focus span,
.pagination .page-link.prev:hover a,
.pagination .page-link.prev:hover span {
    background: #00aa3a;
    border: 1px solid transparent;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.pagination .page-link.next:focus a img,
.pagination .page-link.next:focus span img,
.pagination .page-link.next:hover a img,
.pagination .page-link.next:hover span img,
.pagination .page-link.prev:focus a img,
.pagination .page-link.prev:focus span img,
.pagination .page-link.prev:hover a img,
.pagination .page-link.prev:hover span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.pagination .page-link.next.disabled a,
.pagination .page-link.next.disabled span,
.pagination .page-link.prev.disabled a,
.pagination .page-link.prev.disabled span {
    background: transparent;
    border: 1px solid #8e8e8e
}

.pagination .page-link.next.disabled a img,
.pagination .page-link.next.disabled span img,
.pagination .page-link.prev.disabled a img,
.pagination .page-link.prev.disabled span img {
    -webkit-filter: none;
    filter: none
}

.pagination .page-link.next.disabled:focus span,
.pagination .page-link.next.disabled:hover span,
.pagination .page-link.prev.disabled:focus span,
.pagination .page-link.prev.disabled:hover span {
    background: transparent;
    border: 1px solid #8e8e8e
}

.pagination .page-link.next.disabled:focus span img,
.pagination .page-link.next.disabled:hover span img,
.pagination .page-link.prev.disabled:focus span img,
.pagination .page-link.prev.disabled:hover span img {
    -webkit-filter: none;
    filter: none
}

.pagination .page-link:hover {
    background-color: transparent
}

.pagination .page-link.active,
.pagination .page-link:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    color: #00aa3a
}

.pagination .page-link.next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination .page-link.next a,
.pagination .page-link.next span,
.pagination .page-link.prev a,
.pagination .page-link.prev span {
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    line-height: 22px;
    width: 24px;
    display: inline-block;
    margin: 0 5px
}

.range-slider {
    position: relative;
    height: 80px
}

.slot-block-top {
    position: relative;
    min-height: 84px;
    padding-top: 13px
}

.slot-block-wrap {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative
}

.slot-block-wrap .btn-back-wrap {
    margin: 0 auto;
    max-width: 263px
}

.slot-block-wrap #btn-back {
    width: 140px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    line-height: 40px;
    text-align: right;
    padding-right: 30px;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
    border: 1px solid #8e8e8e;
    color: #333 !important
}

.slot-block-wrap #btn-back:after {
    content: "";
    width: 17px;
    height: 9px;
    background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
    position: absolute;
    left: 26px;
    top: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.slot-block-wrap #btn-back:hover {
    color: #fff !important;
    background-color: #0fca4f;
    border-color: #0fca4f
}

.slot-block-wrap #btn-back:hover:after {
    background: url(/dist/images/webpack/caret-arrow-white.svg) 50% no-repeat
}

.slot-block-title {
    font-size: 24px;
    line-height: 28px;
    margin-left: 20px
}

.slot-block-subtitle {
    font-size: 18px;
    line-height: 21px;
    margin-left: 20px;
    margin-top: 4px
}

.slot-block-img {
    width: 100%;
    text-align: center;
    position: relative
}

.slot-block-img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.slot-block-img .btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -74%);
    transform: translate(-50%, -74%);
    z-index: 2;
    text-align: center;
    width: 263px
}

.slot-block-img .btn-wrap .btn:first-child {
    margin-bottom: 20px
}

.slot-block-img span.btn-gray {
    cursor: default !important
}

.slot-block-img span.btn-gray:hover {
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
    color: #333 !important
}

.slot-block-img .btn {
    white-space: nowrap
}

.slot-block-bottom {
    padding-left: 20px
}

.slot-block-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slot-block-nav .btn-follow-wrap {
    margin-left: auto;
    margin-right: 20px
}

.slot-block-nav .btn-follow {
    width: 160px;
    line-height: 30px
}

.slot-block-nav-link {
    font-size: 16px;
    line-height: 56px;
    color: #333;
    margin-right: 25px;
    display: block;
    border-bottom: 2px solid transparent
}

.slot-block-nav-link:hover {
    text-decoration: none;
    border-bottom: 2px solid #00aa3a
}

.slot-block-descr p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify
}

.slot-review-wrap {
    margin-top: 30px
}

.slot-review-wrap .bold-text {
    margin-top: 20px;
    padding-left: 20px
}

.slot-review-wrap .bold-text p {
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 7px
}

.slot-review-wrap .bold-text ul {
    padding-left: 16px;
    list-style-type: decimal
}

.slot-review-wrap .bold-text ul li {
    margin-top: 5px
}

.slot-review-wrap .italic-text {
    margin-top: 20px;
    padding-left: 20px
}

.slot-review-wrap .italic-text p {
    font-style: italic;
    line-height: 19px;
    margin-bottom: 7px
}

.slot-review-wrap .italic-text ul {
    padding-left: 16px;
    list-style-type: disc
}

.slot-review-wrap .italic-text ul li {
    margin-top: 5px
}

.slot-review-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px
}

.slot-review-descr p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px
}

.slot-details {
    padding-top: 25px;
    margin-bottom: 30px
}

.details-list {
    margin-top: 60px
}

.details-list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 11px
}

.details-list-item,
.details-list-item-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.details-list-item-left {
    max-width: 373px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 373px;
    -ms-flex: 0 0 373px;
    flex: 0 0 373px;
    padding-right: 15px
}

.details-list-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    position: relative;
    top: -1px
}

.details-list-img i {
    display: block;
    height: 22px;
    background: url(/dist/images/webpack/reels.svg) 0 no-repeat
}

.details-list-img i.promocode {
    background: url(/dist/images/webpack/promocode.svg) 0 no-repeat
}

.details-list-img i.provider {
    background: url(/dist/images/webpack/progr.svg) 0 no-repeat
}

.details-list-img i.rtp {
    background: url(/dist/images/webpack/recycle.svg) 0 no-repeat
}

.details-list-img i.jackpot {
    background: url(/dist/images/webpack/jackpot.svg) 0 no-repeat
}

.details-list-img i.min-coin {
    background: url(/dist/images/webpack/min.svg) 0 no-repeat
}

.details-list-img i.max-coin {
    background: url(/dist/images/webpack/max.svg) 0 no-repeat
}

.details-list-img i.min-coin-line {
    background: url(/dist/images/webpack/min.svg) 0 no-repeat
}

.details-list-img i.max-coin-line {
    background: url(/dist/images/webpack/max.svg) 0 no-repeat
}

.details-list-img i.bonus-game {
    background: url(/dist/images/webpack/cards.svg) 0 no-repeat
}

.details-list-img i.free-spins {
    background: url(/dist/images/webpack/money.svg) 0 no-repeat
}

.details-list-img i.gamble {
    background: url(/dist/images/webpack/gamble.svg) 0 no-repeat
}

.details-list-img i.coin {
    background: url(/dist/images/webpack/coin.svg) 0 no-repeat
}

.details-list-img i.diamond {
    background: url(/dist/images/webpack/diamond.svg) 0 no-repeat
}

.details-list-img i.history {
    background: url(/dist/images/webpack/history.svg) 0 no-repeat
}

.details-list-img i.casino {
    background: url(/dist/images/webpack/casino.svg) 0 no-repeat
}

.details-list-descr,
.details-list-title {
    font-size: 16px;
    line-height: 19px
}

.details-list-descr a {
    color: #00aa3a;
    display: block
}

.details-list-descr a:hover {
    text-decoration: underline
}

.details-list-descr span {
    display: block
}

#write-review h3 {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px
}

#write-review .btn-wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#write-review .btn-wrap #create-review-btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#write-review .btn-wrap .tooltip-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    color: #00aa3a;
    font-weight: 500;
    font-size: 18px
}

#write-review .btn-wrap .tooltip-success i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    display: block;
    margin-right: 11px;
    position: relative;
    background-color: #00aa3a
}

#write-review .btn-wrap .tooltip-success i:after {
    content: "";
    width: 14px;
    height: 10px;
    display: block;
    background: url(/dist/images/webpack/mark-white.png) 0 0 no-repeat;
    position: absolute;
    top: 7px;
    left: 5px
}

#write-review .btn-wrap .tooltip-error {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    color: #d50000;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    white-space: normal
}

#write-review .btn-wrap .tooltip-error i {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    vertical-align: top;
    display: block;
    background: url(/dist/images/webpack/error.png) 0 0 no-repeat;
    margin-right: 11px
}

#write-review .btn-wrap .tooltip-error span {
    padding-top: 3px;
    margin-bottom: 30px
}

.write-review-wrap {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding-bottom: 20px;
    position: relative
}

.write-review-wrap .leftChars {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #c6c6c6
}

.write-review-top {
    padding: 14px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.write-review-top .form-control.rating-input,
.write-review-top .form-control:disabled,
.write-review-top .form-control[readonly] {
    opacity: 0 !important
}

.write-review-img {
    width: 42px;
    height: 42px;
    margin-top: 6px;
    margin-right: 20px
}

.write-review-reting p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 7px;
    margin-top: 0
}

.write-review-reting .rating img {
    margin: 0 2px
}

.form-review-positive {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px
}

.form-review-positive .review-title {
    padding-left: 65px;
    position: relative;
    margin-bottom: 6px
}

.form-review-positive .review-title:before {
    content: "";
    width: 31px;
    height: 32px;
    background: url(/dist/images/webpack/positive.svg) 0 0 no-repeat;
    position: absolute;
    left: 20px;
    top: -13px
}

.form-review-negative {
    padding-top: 20px;
    position: relative
}

.form-review-negative .review-title {
    padding-left: 65px;
    position: relative;
    margin-bottom: 6px
}

.form-review-negative .review-title:before {
    content: "";
    width: 31px;
    height: 32px;
    background: url(/dist/images/webpack/negative.svg) 0 0 no-repeat;
    position: absolute;
    left: 20px;
    top: 0
}

.form-review .form-group {
    margin: 0
}

.form-review .form-group .control-label {
    display: none
}

.form-review .form-group.field-dislike_text_input,
.form-review .form-group.field-like_text_input {
    margin: 0 20px 0 65px
}

.form-review .form-control {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0;
    border: none;
    resize: none
}

.form-review .form-control::-webkit-input-placeholder {
    color: #333
}

.form-review .form-control::-moz-placeholder {
    color: #333
}

.form-review .form-control:-ms-input-placeholder {
    color: #333
}

.form-review .form-control::-ms-input-placeholder {
    color: #333
}

.form-review .form-control::placeholder {
    color: #333
}

.form-review textarea {
    height: 96px
}

.bonus_page .first-block,
.slot_mashine .first-block,
.slot_review .first-block {
    margin-bottom: 0 !important
}

.bonus_page .casino-online-title,
.slot_mashine .casino-online-title,
.slot_review .casino-online-title {
    margin-left: 6px
}

#screenshots .swiper-static-block .line {
    margin-right: 0;
    width: 100%
}

#btn-back,
#screenshots .swiper-static-block:after {
    display: none
}

.iframe-game {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9
}

.slot_review .details-list-img i {
    display: block;
    height: 22px;
    width: 22px;
    margin-right: 17px
}

.slot_review .details-list-img i,
.slot_review .details-list-img i.provider {
    background: url(/dist/images/webpack/cms.svg) 50% no-repeat
}

.slot_review .details-list-img i.slot_type {
    background: url(/dist/images/webpack/grade.svg) 50% no-repeat
}

.slot_review .details-list-img i.rtp {
    background: url(/dist/images/webpack/percent.svg) 50% no-repeat
}

.slot_review .details-list-img i.lines {
    background: url(/dist/images/webpack/casino.svg) 50% no-repeat
}

.slot_review .details-list-img i.reels {
    background: url(/dist/images/webpack/reels.svg) 50% no-repeat
}

.slot_review .details-list-img i.volatility {
    background: url(/dist/images/webpack/growth.svg) 50% no-repeat
}

.slot_review .details-list-img i.min-coin-line {
    background: url(/dist/images/webpack/devaluation.svg) 50% no-repeat
}

.slot_review .details-list-img i.max-coin-line {
    background: url(/dist/images/webpack/income.svg) 50% no-repeat
}

.slot_review .details-list-img i.min-coin {
    background: url(/dist/images/webpack/money-min.svg) 50% no-repeat
}

.slot_review .details-list-img i.max-coin {
    background: url(/dist/images/webpack/money-max.svg) 50% no-repeat
}

.slot_review .details-list-img i.jackpot {
    background: url(/dist/images/webpack/jackpot.svg) 50% no-repeat
}

.slot_review .details-list-img i.bonus-game {
    background: url(/dist/images/webpack/gift.svg) 50% no-repeat
}

.slot_review .details-list-img i.free-spins {
    background: url(/dist/images/webpack/free.svg) 50% no-repeat
}

.slot_review .details-list-img i.wild-symbol {
    background: url(/dist/images/webpack/casino-chip.svg) 50% no-repeat
}

.slot_review .details-list-img i.scatter-symbol {
    background: url(/dist/images/webpack/luck.svg) 50% no-repeat
}

.slot_review .details-list-img i.multipliers {
    background: url(/dist/images/webpack/math.svg) 50% no-repeat
}

.casino_card .breadcrumb {
    margin-top: -20px
}

.casino_card .btn-follow {
    font-weight: 400
}

.casino_card .aside-img-wrap:last-child,
.casino_card .first-section {
    margin-bottom: 0
}

.casino_card .col-xl-3.col-lg-4.d-none.d-lg-block {
    margin-top: 0
}

.casino-card-wrap {
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.casino-card-content-wrap {
    border-radius: 4px 4px 0 0;
    background: url(/dist/images/webpack/casino-vulcan-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative
}

.casino-card-content-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px
}

.casino-card-content {
    min-height: 200px;
    color: #fff;
    padding: 16px 20px 1px;
    position: relative;
    border-radius: 4px 4px 0 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(22.91%, rgba(0, 0, 0, .3)), color-stop(41.49%, transparent));
    background: linear-gradient(90deg, rgba(0, 0, 0, .3) 22.91%, transparent 41.49%)
}

.casino-card-content .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.casino-card-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 6px;
    max-width: 435px
}

.casino-card-reting-player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.casino-card-reting-player p {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase
}

.casino-card-reting-player span {
    color: #ff9a00;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-left: 12px
}

.casino-card-reting-player i.star {
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 1px;
    margin-left: 6px;
    background: url(/dist/images/webpack/rating_star_yellow.svg) 50% no-repeat
}

.casino-card-rating a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.casino-card-rating p {
    font-size: 14px;
    line-height: 16px
}

.casino-card-rating .rating img {
    margin: 0 2px
}

.casino-card-supports {
    font-size: 12px;
    line-height: 14px;
    margin-top: 18px;
    padding-top: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.casino-card-supports.ua {
    background: url(/dist/images/webpack/ua.png) 0 no-repeat
}

.casino-card-supports .flag-image-wrap {
    margin-right: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    height: 16px;
    min-width: 20px
}

.casino-card-supports .flag-image {
    width: 18px;
    border-radius: 1px;
    position: relative;
    top: -.5px
}

.casino-card-bottom {
    padding-left: 20px
}

.casino-card-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.casino-card-nav .btn-follow-wrap {
    margin-left: auto;
    margin-right: 20px
}

.casino-card-nav .btn-follow.not-link {
    background-color: #8e8e8e;
    color: #333 !important;
    cursor: default
}

.casino-card-nav .btn-follow.not-link:hover {
    background-color: #8e8e8e
}

.casino-card-nav-link {
    font-size: 16px;
    line-height: 56px;
    color: #333;
    margin-right: 25px;
    display: block;
    border-bottom: 2px solid transparent
}

.casino-card-nav-link:hover {
    text-decoration: none;
    border-bottom: 2px solid #00aa3a
}

.casino-card-nav-link span {
    font-weight: 500;
    color: #00aa3a;
    padding-left: 4px
}

.advantages,
.disadvantages {
    margin-bottom: 50px
}

.advantages li,
.disadvantages li {
    padding-left: 26px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 21px;
    color: #8e8e8e;
    background: url(/dist/images/webpack/plus.svg) left 0 no-repeat
}

.disadvantages li {
    background: url(/dist/images/webpack/minus.svg) left 8px no-repeat
}

.casino-review-descr {
    margin-bottom: 60px
}

.casino-review-descr p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    text-align: justify
}

.casino-details-filter {
    margin-top: 30px;
    margin-bottom: 59px
}

.casino-details-filter-item-wrap {
    margin-bottom: 10px
}

.casino-details-filter-item {
    min-height: 40px;
    max-height: 58px;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.casino-details-filter-item.licenses .casino-details-filter-title {
    width: 99px
}

.casino-details-filter-item.licenses .casino-details-filter-descr {
    width: 743px
}

.casino-details-filter-item.currency .casino-details-filter-title {
    width: 87px
}

.casino-details-filter-item.currency .casino-details-filter-descr {
    width: 760px
}

.casino-details-filter-item.languages .casino-details-filter-title {
    width: 74px
}

.casino-details-filter-item.languages .casino-details-filter-descr {
    width: 768px
}

.casino-details-filter-item.payment .casino-details-filter-title {
    width: 177px
}

.casino-details-filter-item.payment .casino-details-filter-descr {
    width: 664px
}

.casino-details-filter-item.provider .casino-details-filter-title {
    width: 109px
}

.casino-details-filter-item.provider .casino-details-filter-descr {
    width: 732px
}

.casino-details-filter-title {
    font-size: 16px;
    line-height: 19px;
    padding: 9px 0 10px 20px;
    font-weight: 500;
    white-space: nowrap
}

.casino-details-filter-descr {
    margin: 9px 10px 9px 5px
}

.casino-details-filter-descr a {
    color: #00aa3a
}

.casino-details-filter-descr div {
    display: inline-block
}

.casino-details-filter-descr div.casino-details-filter-descr-item:last-child:after {
    display: none
}

.casino-details-filter-descr div.casino-details-filter-descr-item:after {
    content: ",";
    color: #333
}

.casino-details-filter-descr.list {
    max-height: 45px;
    margin: 5px 0 7px 5px
}

.casino-details-filter-descr.list .os-content {
    margin-top: 4px
}

.casino-details-filter-descr.list.os-host-overflow-y {
    padding-right: 25px;
    padding-bottom: 7px
}

.casino-details-filter-descr .os-scrollbar-vertical .os-scrollbar-track {
    right: 8px !important
}

.casino-details-filter-descr .os-scrollbar-vertical .os-scrollbar-handle {
    width: 6px !important;
    right: -2px
}

.casino-details-filter-list-wrap {
    display: none;
    padding-bottom: 14px
}

.casino-details-filter-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    max-height: 120px;
    overflow: hidden;
    position: relative
}

.casino-details-filter-list,
.casino-details-filter-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.casino-details-filter-list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 10px;
    margin: 0 0 6px
}

.casino-details-filter-list li img {
    margin-right: 10px
}

.casino-details-filter-list li:nth-child(n+3) {
    margin-top: 7px
}

.casino-details-filter-list li.ua {
    background: url(/dist/images/webpack/ua.png) 0 5px no-repeat
}

.casino-details-filter-list li.ru {
    background: url(/dist/images/webpack/ru.png) 0 5px no-repeat
}

.casino-details-filter-list li.fr {
    background: url(/dist/images/webpack/fr.png) 0 5px no-repeat
}

.casino-details-filter-list li.en {
    background: url(/dist/images/webpack/en.png) 0 5px no-repeat
}

.casino-details-filter-list li.ca {
    background: url(/dist/images/webpack/ca.png) 0 5px no-repeat
}

.casino-details-filter-list li.pl {
    background: url(/dist/images/webpack/pl.png) 0 5px no-repeat
}

.casino-details-filter-list.ps .ps__rail-y {
    right: 19px !important;
    margin-top: 0
}

.bonus_page .first-block {
    margin-bottom: 50px !important
}

.bonus_page .bonus-template {
    top: 0
}

.bonus_page .casino-online {
    margin-bottom: 0;
    margin-top: 30px
}

.bonus_page .pagination {
    margin-top: 0;
    margin-bottom: 60px
}

.bonus_page .tegs {
    top: 0;
    margin-bottom: 50px
}

.bonus_page .bonus-template-filter-top {
    width: auto;
    top: -50px;
    right: 0
}

.bonus_page .categories-wrap {
    height: auto;
    padding-bottom: 133px
}

.bonus_page .categories {
    height: 261px
}

.bonus_page .categories-btn-wrap {
    margin-top: 30px
}

.bonus_page .categories-list {
    height: 261px
}

.bonus_page #site__map {
    margin-top: 50px
}

.bonus_page .casino-rating-list {
    margin-bottom: 0 !important
}

.bonus_page #integrated {
    margin-bottom: 70px
}

body.about {
    background: #000
}

body.about #site__map a,
body.about #site__map h2,
body.about #site__map h3,
body.about #site__map li a {
    color: #fff
}

body.about #site__map a:hover {
    color: #00aa3a
}

body.about #site__map h3:after,
body.about #site__map h3:before {
    background-color: #fff
}

body.about .section-title {
    color: #fff
}

body.about .breadcrumb li,
body.about .breadcrumb li a {
    color: #ffebeb
}

body.about .breadcrumb li+li:before {
    content: ">";
    color: #ffebeb
}

body.about .breadcrumb svg {
    fill: #ffebeb
}

.about section.about_us {
    margin-bottom: 0
}

.about section.about_us .hero-screen {
    max-width: 100%;
    position: relative;
    min-height: 754px
}

.about section.about_us .hero-screen:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/dist/images/webpack/about-us__banner.jpg) no-repeat 50%;
    -webkit-animation: toggleBrightness 2s ease-in-out infinite;
    animation: toggleBrightness 2s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.about section.about_us .hero-screen:after {
    content: "";
    display: none;
    background: url(/dist/images/webpack/about-us__banner-chips.png) no-repeat 0 0;
    position: absolute;
    top: -10px;
    right: 53px;
    width: 54px;
    height: 43px
}

.about section.about_us h2 {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    position: relative
}

.about section.about_us h2:before {
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    width: 4px;
    background-color: #00aa3a;
    height: 42px
}

.about section.about_us h2 .section-title {
    color: #fff
}

section.about_us .our_mission {
    position: relative
}

section.about_us .our_mission-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.about_us .our_mission-content__text {
    font-family: Roboto, sans-serif;
    color: #fff;
    z-index: 10
}

section.about_us .our_mission-content__text p {
    margin: 20px 0 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

section.about_us .our_mission-content__text:before {
    content: "";
    background: url(/dist/images/webpack/our_mission-chips-sm-left.png) 0 top no-repeat, url(/dist/images/webpack/our_mission-chips-sm-right.png) 100% 100% no-repeat;
    position: absolute;
    top: -165px;
    width: 100%;
    height: 100px;
    display: none
}

section.about_us .our_mission-content__img {
    position: relative;
    -webkit-animation: toggleBrightness 2s ease-in-out infinite;
    animation: toggleBrightness 2s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

section.about_us .our_mission-content__img:after {
    content: "";
    background: url(/dist/images/webpack/our_mission-chips-right.png) 0 top no-repeat, url(/dist/images/webpack/our_mission-chips-left.png) 100% 100% no-repeat;
    position: absolute;
    top: -50px;
    width: 360px;
    height: 120px;
    display: none
}

section.about_us .our_mission-content__img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0
}

section.about_us .our_goal {
    position: relative;
    margin-top: 50px
}

section.about_us .our_goal-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.about_us .our_goal-content__img {
    position: relative;
    -webkit-animation: toggleBrightness 2s ease-in-out infinite;
    animation: toggleBrightness 2s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

section.about_us .our_goal-content__img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: -80px 0 0
}

section.about_us .our_goal-content__text {
    font-family: Roboto, sans-serif;
    color: #fff
}

section.about_us .our_goal-content__text p {
    margin: 20px 0 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

section.about_us .our_projects {
    position: relative
}

section.about_us .our_projects h2 {
    padding: 60px 0 0
}

section.about_us .our_projects-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.about_us .our_projects-content__img {
    position: relative;
    -webkit-animation: toggleBrightness 2s ease-in-out infinite;
    animation: toggleBrightness 2s ease-in-out infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    min-height: 495px;
    top: 0
}

section.about_us .our_projects-content__img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(/dist/images/webpack/our_projects-right-top.png) 85px top no-repeat, url(/dist/images/webpack/our_projects-right-bottom.png) right 550px no-repeat
}

section.about_us .our_projects-content__img img {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0;
    z-index: -1
}

section.about_us .our_projects-content__text {
    font-family: Roboto, sans-serif;
    color: #fff;
    padding-left: 0;
    padding-bottom: 130px;
    margin-bottom: 20px;
    z-index: 10;
    background: url(/dist/images/webpack/our_projects-left.png) 0 100% no-repeat
}

section.about_us .our_projects-content__text p {
    margin: 20px 0 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

section.about_us .our_projects-content__text ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    font-family: Roboto, sans-serif;
    padding: 20px 0 0 40px;
    width: 100%
}

section.about_us .our_projects-content__text ul li {
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    margin: 0 0 20px
}

section.about_us .our_projects-content__text ul li span {
    display: block;
    font-family: inherit;
    color: #fff;
    margin: 0;
    white-space: nowrap
}

section.about_us .our_projects-content__text ul li a {
    display: block;
    font-family: inherit;
    color: #00aa3a;
    margin: 0;
    cursor: pointer;
    white-space: nowrap
}

section.about_us .our_projects-content__text ul li a:hover {
    text-decoration: underline;
    color: #00aa3a
}

section.about_us .our_projects-content__text ul li a:focus {
    outline: none
}

section.about_us .our_projects-content__text ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -40px;
    height: 2px;
    width: 26px;
    background: #00aa3a
}

@-webkit-keyframes toggleBrightness {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    50% {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5)
    }

    to {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }
}

@keyframes toggleBrightness {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    50% {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5)
    }

    to {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }
}

.article .page-content section {
    margin-bottom: 50px
}

.article .page-content section#gamblerkey,
.article .page-content section.article-columns {
    margin-bottom: 30px
}

.article .section-title-wrap {
    position: relative
}

.article .section-title-wrap .section-title {
    margin-bottom: 20px
}

.article #site__map {
    margin-top: 10px;
    margin-bottom: 60px
}

.article #site__map h3 {
    margin-bottom: 0
}

.article .title-descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.article .title-descr a {
    color: #00aa3a;
    text-decoration: underline
}

.article .article-main-img {
    margin-top: 25px;
    margin-bottom: 30px
}

.article .article-main-img img {
    border-radius: 4px
}

.article h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px
}

.article .text-content .integrated .adv-img-wrap-no-slider {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 150px;
    left: calc(-50vw + 292.5px)
}

.article .article-contents {
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 30px
}

.article .article-contents-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px
}

.article .article-contents ol {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 19px;
    padding-left: 20px
}

.article .article-contents ol li {
    margin-bottom: 10px
}

.article .article-contents ol li a {
    color: #00aa3a
}

.article .article-contents ol li a:hover {
    text-decoration: underline
}

.article .article-contents-footer {
    margin-top: 20px
}

.article .article-contents-footer>* {
    margin-bottom: 20px
}

.article .article-contents-footer .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.article .article-contents-footer .rating #review-form,
.article .article-contents-footer .rating .review-start-wrapper {
    margin-left: 7px;
    margin-bottom: 3px
}

.article .article-contents-footer .rating #review-form .krajee-icon,
.article .article-contents-footer .rating .review-start-wrapper .krajee-icon {
    width: 14px;
    height: 14px
}

.article .article-contents-footer .rating img {
    margin: 2px
}

.article .article-contents-footer .rating .tooltip-success {
    width: 100%;
    color: #00aa3a;
    font-size: 18px;
    line-height: 21px;
    margin-top: 0
}

.article .article-contents-footer .rating p {
    font-size: 18px
}

.article .article-contents-footer .article-rating {
    margin-left: 10px
}

.article .article-contents-footer .source {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.article .article-contents-footer .source span {
    margin-right: 5px;
    font-size: 18px
}

.article .article-contents-footer .tegs {
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 100%
}

.article .article-contents-footer .tegs .tegs-item,
.article .article-contents-footer .tegs span {
    margin-right: 10px
}

.article .article-contents-footer .share {
    margin-bottom: 0
}

.article .article-contents-footer .share,
.article .article-contents-footer .share .social-links-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.article .article-contents-footer .share .social-links-section>span {
    margin-right: 20px;
    font-size: 18px
}

.article .article-contents-footer .share .social-links-section a {
    margin-right: 15px
}

.article .article-contents-footer .share .social-links-section a:last-child {
    margin-right: 0
}

.article .article-contents-footer .share .social-links-section a:hover {
    opacity: .8
}

.article .article-contents-footer .share .fab {
    display: block
}

.article .article-contents-footer .share .fab:before {
    display: none
}

.article .article-contents-footer .share .fab.fa-facebook-f {
    width: 13px;
    height: 24px;
    background: url(/dist/images/webpack/fb.svg) 0 0 no-repeat
}

.article .article-contents-footer .share .fab.fa-vk {
    width: 24px;
    height: 14px;
    background: url(/dist/images/webpack/vk.svg) 0 0 no-repeat
}

.article .article-contents-footer .share .fab.fa-twitter {
    width: 24px;
    height: 20px;
    background: url(/dist/images/webpack/twit.svg) 0 0 no-repeat
}

.article .article-contents-footer .share .fab.fa-instagram {
    width: 24px;
    height: 24px;
    background: url(/dist/images/webpack/instagram.svg) 0 0 no-repeat
}

.article .article-contents-footer .share .bookmarks {
    cursor: pointer;
    margin-left: 30px;
    line-height: 30px;
    padding-left: 27px;
    background: url(/dist/images/webpack/bookmark.svg) 0 no-repeat
}

.article .article-contents-footer .share .bookmarks.green-bookmark {
    background: url(/dist/images/webpack/bookmark-green.svg) 0 no-repeat
}

.article .article-contents-footer .read-more {
    font-size: 18px;
    font-weight: 700
}

.article .article-contents-footer .read-more a {
    font-weight: 400;
    color: #00aa3a
}

.article .article-contents-footer .read-more p {
    font-size: inherit
}

.article .article-contents-int {
    margin-top: 50px;
    margin-bottom: 50px
}

.article .text-format .integrated .adv-img-wrap-no-slider,
.article .text-format .integrated .col-12,
.article .text-format .integrated .row {
    margin-bottom: 0
}

.article .col-xl-3.col-lg-4.d-none.d-lg-block {
    margin-top: 0
}

.article .text-format .integrated .row .col-12 {
    position: relative;
    padding-bottom: 150px
}

.article-title-block-bootom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    color: #8e8e8e;
    font-size: 12px;
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.article-title-block-bootom-wrap .date {
    margin: 0 6px
}

.article-title-block-bootom-wrap .comment:before {
    content: "";
    background: url(/dist/images/webpack/comment-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

.article-title-block-bootom-wrap .autor {
    margin-left: 0
}

.article-title-block-bootom-wrap .views {
    position: absolute;
    right: 0;
    top: 0
}

.article-title-block-bootom-wrap .views:before {
    content: "";
    background: url(/dist/images/webpack/views-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

.article-title-block-bootom-wrap .article-title-block-bootom {
    margin-top: 5px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.article-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.article-rating .rating-num {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ff9a00
}

.article-rating .star {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    margin-right: 4px;
    background: url(/dist/images/webpack/rating_star_yellow.svg) 0 0 no-repeat
}

.article-rating .num-votes {
    margin-left: 4px;
    font-size: 12px;
    color: #8e8e8e
}

#faq .section-title-wrap {
    margin-bottom: 20px
}

#faq .card {
    margin-bottom: 10px;
    border: 1px solid #8e8e8e;
    border-radius: 4px
}

#faq .card:not(:last-of-type) {
    border-bottom: 1px solid #8e8e8e
}

#faq .card-header {
    background-color: #fff;
    cursor: pointer;
    padding: 10px 43px 10px 20px;
    border-bottom: 0
}

#faq .card-header:hover {
    color: #00aa3a
}

#faq .card-header:hover .caret {
    background: url(/dist/images/webpack/caret-arrow-green.svg) 50% no-repeat
}

#faq .card-header:not(.collapsed) .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#faq .card-header .caret {
    width: 17px;
    height: 9px;
    background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer
}

#faq .card-body {
    padding: 5px 40px 10px
}

.article-contents__wrapper .container {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.article-contents__wrapper .article-contents {
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 30px
}

.article-contents__wrapper .article-contents-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px
}

.article-contents__wrapper .article-contents ol {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 19px;
    padding-left: 20px
}

.article-contents__wrapper .article-contents ol li {
    margin-bottom: 10px
}

.article-contents__wrapper .article-contents ol li a {
    color: #00aa3a
}

.article-contents__wrapper .article-contents ol li a:hover {
    text-decoration: underline
}

.text-content__wrapper .text-content.text-format .container {
    padding: 0
}

.text-content__wrapper .text-content.text-format .container .row {
    max-width: 100%
}

.text-content__wrapper .text-content.text-format p {
    font-size: 16px;
    line-height: 24px
}

.text-content__wrapper .text-content.text-format p img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-content__wrapper .text-content.text-format p:last-of-type {
    margin-bottom: 0
}

.text-content__wrapper .text-content.text-format img {
    
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news .tegs {
    top: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news .tegs .tegs-item {
    line-height: 14px;
    padding: 3px 10px;
    margin-right: 0;
    letter-spacing: .1px;
    cursor: pointer
}

.news .tegs .tegs-item:hover {
    background-color: #00aa3a;
    color: #fff
}

.news #first-screen__adv-wrap {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-bottom: 0
}

.news .aside-slider>.js-advertising-statistic .new-window,
.news .aside-slider>.js-advertising-statistic span {
    margin-bottom: 0
}

.news .page-content section {
    margin-bottom: 20px
}

.news .pagination {
    margin-top: 0;
    margin-bottom: 30px
}

.news .news-descr-bottom {
    margin-bottom: 40px
}

.news .news-descr-bottom .section-title-wrap {
    margin-bottom: 20px
}

.news .news-descr-bottom p {
    margin-bottom: 25px
}

.news .news-descr-bottom h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px
}

.news #site__map {
    margin-bottom: 60px
}

.news .first-block .section-title-wrap .section-title {
    padding-bottom: 0
}

#news-top-slider {
    margin-bottom: 30px
}

#news-top-slider .swiper-img-wrap {
    display: block;
    height: 520px
}

#news-top-slider .swiper-container {
    overflow: visible
}

#news-top-slider .swiper-container-fade .swiper-slide {
    opacity: 0 !important;
    width: 100% !important
}

#news-top-slider .swiper-container-fade .swiper-slide-active,
#news-top-slider .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    opacity: 1 !important
}

#news-top-slider .swiper-container img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    max-height: 100%
}

#news-top-slider .swiper-descr {
    position: absolute;
    bottom: -77px;
    left: 205px;
    height: 75px;
    font-size: 18px;
    max-width: 590px
}

#news-top-slider .swiper-descr a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    overflow: hidden
}

#news-top-slider .swiper-arrow-wrap {
    position: relative;
    width: 113px;
    display: inline-block;
    vertical-align: top
}

#news-top-slider .swiper-static-block {
    height: 100px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative
}

#news-top-slider .swiper-static-block .top {
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    color: #00aa3a;
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
    margin-left: 5px
}

#news-top-slider .swiper-static-block .top:after {
    content: "";
    background: #8e8e8e;
    width: 1px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 13px
}

#news-top-slider .swiper-button-next,
#news-top-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    outline: none;
    background: url(/dist/images/webpack/arrows_left.svg) 0 0 no-repeat
}

#news-top-slider .swiper-button-next:after,
#news-top-slider .swiper-button-prev:after {
    display: none
}

#news-top-slider .swiper-button-next {
    background: url(/dist/images/webpack/arrows_right.svg) 0 0 no-repeat
}

#news-top-slider .swiper-static-block-bootom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: -88px;
    padding-left: 10px;
    color: #8e8e8e;
    font-size: 12px;
    width: 100%
}

#news-top-slider .swiper-static-block-bootom .date {
    margin: 0 6px
}

#news-top-slider .swiper-static-block-bootom .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#news-top-slider .swiper-static-block-bootom .time:after {
    content: "|";
    padding-left: 4px;
    font-size: 13px;
    margin-top: -1px
}

#news-top-slider .swiper-static-block-bootom .comment:before {
    content: "";
    background: url(/dist/images/webpack/comment-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

#news-top-slider .swiper-static-block-bootom .autor {
    margin-left: 6px
}

#news-top-slider .swiper-static-block-bootom .views {
    position: absolute;
    right: 10px
}

#news-top-slider .swiper-static-block-bootom .views:before {
    content: "";
    background: url(/dist/images/webpack/views-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

.news-list-item {
    margin: 0 0 30px;
    max-height: 284px
}

.news-list-item,
.news-list-item>img {
    border-radius: 4px
}

.news-list-item:focus .news-list-descr h2,
.news-list-item:focus .news-list-descr p,
.news-list-item:hover .news-list-descr h2,
.news-list-item:hover .news-list-descr p {
    color: #00aa3a;
    text-decoration: underline;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.news-list-item-link {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 4px;
    padding-bottom: 39px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.news-list-item-link.status-rejected:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    height: 162px;
    width: 100%;
    border-radius: 4px 4px 0 0
}

.news-list-item-link.status-rejected:after {
    content: "";
    position: absolute;
    background: url(/dist/images/webpack/status-rejected.svg) no-repeat 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-list-item-link.status-wait:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    height: 162px;
    width: 100%;
    border-radius: 4px 4px 0 0
}

.news-list-item-link.status-wait:after {
    content: "";
    position: absolute;
    background: url(/dist/images/webpack/status-wait.svg) no-repeat 50%;
    width: 41px;
    height: 40px;
    z-index: 2;
    top: 28%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-list-item-link.status-draft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    height: 162px;
    width: 100%;
    border-radius: 4px 4px 0 0
}

.news-list-item-link.status-draft:after {
    content: "";
    position: absolute;
    background: url(/dist/images/webpack/status-draft.svg) no-repeat 50%;
    width: 42px;
    height: 42px;
    z-index: 2;
    top: 28%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-list-item-link:focus .news-list-descr h2,
.news-list-item-link:focus .news-list-descr p,
.news-list-item-link:hover .news-list-descr h2,
.news-list-item-link:hover .news-list-descr p {
    color: #00aa3a;
    text-decoration: underline;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.news-list-img-wrap {
    height: 162px;
    text-align: center
}

.news-list-img-wrap img {
    max-height: 100%;
    border-radius: 4px 4px 0 0
}

.news-list-descr {
    padding: 20px 5px 0 10px;
    height: 83px;
    overflow: hidden;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer
}

.news-list-descr h2,
.news-list-descr p {
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.news-list-descr:focus h2,
.news-list-descr:focus p,
.news-list-descr:hover h2,
.news-list-descr:hover p {
    color: #00aa3a;
    text-decoration: underline;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.news-list-block-bootom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 12px;
    padding-left: 10px;
    color: #8e8e8e;
    font-size: 12px;
    width: 100%
}

.news-list-block-bootom .time {
    position: relative
}

.news-list-block-bootom .time:after {
    content: "|";
    padding-left: 4px;
    font-size: 13px
}

.news-list-block-bootom .date {
    margin: 0 18px 0 4px
}

.news-list-block-bootom .comment:before {
    content: "";
    background: url(/dist/images/webpack/comment-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

.news-list-block-bootom .autor {
    margin-left: 6px
}

.news-list-block-bootom .views {
    position: absolute;
    right: 10px
}

.news-list-block-bootom .views:before {
    content: "";
    background: url(/dist/images/webpack/views-icon.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px
}

.bonus_review .breadcrumb {
    margin-top: -20px
}

.bonus_review .btn-follow {
    font-weight: 400
}

.bonus_review .btn-follow.btn-gray {
    cursor: default
}

.bonus_review .btn-follow.btn-gray:hover {
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
    color: #333 !important
}

.bonus_review #bonus-details {
    margin-top: 45px
}

.bonus_review #bonus-details .section-title-wrap {
    margin-bottom: 60px
}

.bonus_review #bonus-details .details-list-item-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 293px;
    -ms-flex: 0 0 293px;
    flex: 0 0 293px;
    max-width: 293px
}

.bonus_review .bonus-template__name,
.bonus_review .details-list {
    margin-top: 0
}

.bonus_review .bonus-template__name .name-descr {
    color: #333
}

.bonus_review .col-xl-3.col-lg-4.d-none.d-lg-block {
    margin-top: 0
}

.bonus_review #site__map {
    margin-top: 40px
}

#otherBonuses .bonus-template__item .bonus-template__row:first-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#otherBonuses .swiper-static-block .line {
    margin-right: 0;
    width: 100%
}

#otherBonuses .bonus-template,
#otherBonuses .swiper-container {
    width: 100%
}

#otherBonuses .bonus-template__list {
    padding: 0
}

#otherBonuses .swiper-static-block {
    margin-top: 15px
}

#otherBonuses .swiper-wrapper .swiper-slide {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bonus-review .casino-details-filter {
    margin-bottom: 0
}

.bonus-review-wrap {
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.bonus-review-content-wrap {
    border-radius: 4px 4px 0 0;
    background: url(/dist/images/webpack/casino-vulcan-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative
}

.bonus-review-content-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px
}

.bonus-review-content {
    min-height: 200px;
    color: #fff;
    padding: 16px 20px 0;
    position: relative;
    border-radius: 4px 4px 0 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(22.91%, rgba(0, 0, 0, .3)), color-stop(41.49%, transparent));
    background: linear-gradient(90deg, rgba(0, 0, 0, .3) 22.91%, transparent 41.49%)
}

.bonus-review-content .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bonus-review-content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(6, 0, 0, .6);
    height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    width: 100%;
    font-size: 14px
}

.bonus-review-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 6px;
    max-width: 435px
}

.bonus-review-reting-player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.bonus-review-reting-player p {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase
}

.bonus-review-reting-player span {
    color: #ff9a00;
    margin-left: 12px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700
}

.bonus-review-reting-player i.star {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-bottom: 2px;
    background: url(/dist/images/webpack/rating_star_yellow.svg) 50% no-repeat
}

.bonus-review-rating p {
    font-size: 14px;
    line-height: 16px
}

.bonus-review-rating .rating img {
    margin: 0 2px
}

.bonus-review-supports {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    padding-top: 2px;
    position: absolute;
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bonus-review-supports .flag-image-wrap {
    margin-right: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    height: 16px;
    min-width: 20px
}

.bonus-review-supports .flag-image {
    width: 18px;
    border-radius: 1px;
    position: relative;
    top: -.5px
}

.bonus-review-bottom {
    padding-left: 20px
}

.bonus-review-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bonus-review-nav .btn-follow-wrap {
    margin-left: auto;
    margin-right: 20px
}

.bonus-review-nav-link {
    font-size: 16px;
    line-height: 56px;
    color: #333;
    margin-right: 25px;
    display: block;
    border-bottom: 2px solid transparent
}

.bonus-review-nav-link:hover {
    border-bottom: 2px solid #00aa3a;
    text-decoration: none
}

.bonus-review-nav-link span {
    font-weight: 500;
    color: #00aa3a;
    padding-left: 4px
}

.bonus-review .section-title-wrap {
    margin-bottom: 0
}

.bonus-review p {
    margin-bottom: 20px
}

.bonus-review-descr {
    margin-bottom: 10px
}

.bonus-review-descr p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    text-align: justify
}

.bonus-review-descr .col-12>:last-child {
    margin-bottom: 0
}

.btn-follow-wrap .btn {
    margin-left: 10px
}

#casino_bonuses .swiper-slide-wrap {
    position: relative;
    text-align: center
}

#casino_bonuses .swiper-slide-wrap .code {
    position: absolute;
    top: 20px;
    left: -5px;
    width: 160px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    background-color: #ff9a00;
    color: #fff;
    line-height: 21px;
    text-align: center
}

#casino_bonuses .swiper-img-wrap img {
    margin-top: 60px
}

#casino_bonuses .swiper-descr-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 6px;
    padding: 0 5px
}

#casino_bonuses .swiper-descr {
    font-size: 16px;
    line-height: 19px;
    padding: 0 5px;
    cursor: default
}

#casino_bonuses .swiper-slide-btn-wrap .btn {
    margin: 20px 0
}

#casino_bonuses .swiper-slide-btn-wrap .btn-gray {
    cursor: default
}

#casino_bonuses .swiper-slide-btn-wrap .btn-gray:hover {
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
    color: #333 !important
}

.slot-mashine-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.slot-mashine-slide {
    width: 165px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px
}

.slot-mashine-slide-wrap {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.slot-mashine-slide-wrap>img {
    border-radius: 4px
}

.slot-mashine-slide-img-wr {
    position: relative
}

.slot-mashine-slide-img-wr img {
    border-radius: 4px
}

.slot-mashine-slide-img-wr:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55%;
    width: 100%;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #000), to(#000));
    background-image: linear-gradient(180deg, transparent 0, #000 60%, #000);
    z-index: 1
}

.slot-mashine-slide-img-descr {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 2
}

.slot-mashine-slide-img-descr p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.slot-mashine-slide-img-descr .btn {
    width: 130px
}

.slot-mashine-img-wrap {
    display: block;
    width: 165px;
    height: 165px;
    text-align: center
}

.slot-mashine-img-wrap,
.slot-mashine-img-wrap img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.slot-mashine-img-wrap img {
    vertical-align: middle
}

.slot-mashine-slide-bottom-wrap {
    max-height: 72px;
    overflow: hidden
}

.slot-mashine-slide-bottom {
    padding: 14px 3px 6px 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    height: 125px
}

.slot-mashine-slide-bottom .new {
    background-color: #00aa3a;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 0 10px;
    position: absolute;
    border-radius: 2px;
    top: -10px;
    left: -5px
}

.slot-mashine-descr {
    font-size: 16px;
    line-height: 19px;
    padding-top: 9px;
    padding-bottom: 15px
}

.slot-mashine-code {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #ff9a00;
    border-radius: 2px;
    position: absolute;
    top: -10px;
    left: -8px;
    padding: 0 17px
}

.slot-mashine-title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase
}

.slot-mashine-title-descr {
    color: #8e8e8e;
    margin-top: 2px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px
}

.slot-mashine-table-wrap {
    position: absolute;
    bottom: 6px
}

.slot-mashine-table-top {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #00aa3a;
    margin-bottom: 2px
}

.slot-mashine-table-top .volatility-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
}

.slot-mashine-table-top .rtpTitle {
    text-transform: uppercase;
    margin-left: auto
}

.slot-mashine-table-bottom {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #8e8e8e
}

.slot-mashine-table-bottom .rtp {
    margin-left: auto
}

.slot-mashine-table-bottom .volatility {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
}

.slot_mashine .first-block {
    margin-bottom: 20px !important
}

.slot_mashine .first-block .section-title-wrap .section-title {
    padding-bottom: 0
}

.slot_mashine .first-block .load-more-btn {
    margin-bottom: 30px
}

.slot_mashine .w-center {
    width: 750px
}

.slot_mashine .categories-wrap {
    height: 628px;
    margin-bottom: 28px
}

.slot_mashine .categories-list {
    height: 423px
}

.slot_mashine .pagination {
    margin-top: 0
}

.contacts .aside-img-wrap:last-child {
    margin-bottom: 10px
}

.contacts .first-section,
.contacts .section-title-wrap {
    margin-bottom: 0
}

.contacts .section-title-wrap .section-title {
    margin-bottom: 20px
}

.contacts .select2-container--krajee .select2-selection--single {
    height: 32px;
    border: 1px solid #8e8e8e;
    color: #333
}

.contacts .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    background: url(/dist/images/webpack/caret-arrow.svg) 0 no-repeat;
    border-left: 0;
    width: 18px;
    height: 30px;
    margin-right: 12px
}

.contacts .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    display: none
}

.contacts .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contacts .select2-container--krajee .select2-selection--single .select2-selection__clear {
    display: none
}

.contacts .select2-container--krajee .select2-selection--single .select2-selection__placeholder,
.contacts .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #333
}

.contacts .select2-container--krajee.select2-container--open .select2-selection .select2-selection__placeholder,
.contacts .select2-container--krajee.select2-container--open .select2-selection .select2-selection__rendered {
    color: #8e8e8e
}

.contacts .has-success .select2-container--krajee.select2-container--focus .select2-selection,
.contacts .select2-container--krajee.select2-container--open .select2-selection,
.contacts .select2-container--krajee .select2-dropdown,
.contacts .select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #8e8e8e
}

.contacts .select2-results__option {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 11px
}

.contacts .select2-container--krajee .select2-results__option--highlighted[aria-selected],
.contacts .select2-container--krajee .select2-results__option[aria-selected=true] {
    background-color: #00aa3a;
    color: #fff
}

.contacts .os-scrollbar-vertical .os-scrollbar-track {
    right: 8px !important
}

.contacts .form-group.required .has-star:not(.custom-control-label):not(.custom-file-label):after,
.contacts .is-required:after {
    display: none
}

.contacts-content {
    margin: 0 0 50px
}

.contacts-content-left {
    background: url(/dist/images/webpack/contacts-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 40px 100px 40px 35px;
    min-height: 686px;
    position: relative;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.contacts-content-left:after {
    content: "";
    display: block;
    width: 337px;
    height: 243px;
    background: url(/dist/images/webpack/contacts-chips.png) 0 0 no-repeat;
    position: absolute;
    left: -5px;
    bottom: -35px
}

.contacts-content-left p {
    margin-bottom: 20px
}

.contacts-content-left li {
    margin-bottom: 0
}

.contacts-content-left a {
    color: #00aa3a
}

.contacts-content-left a:hover {
    text-decoration: underline
}

.contacts-content-left ol {
    padding-left: 18px;
    list-style: decimal;
    margin-bottom: 20px
}

.contacts-content-right {
    padding: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.contacts-content-right .contacts-form {
    width: 263px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contacts-content-right .contacts-form .form-group,
.contacts-content-right .contacts-form p {
    margin-bottom: 10px
}

.contacts-content-right .contacts-form .form-group .form-control {
    text-align: left;
    font-size: 14px;
    height: 32px;
    color: #333
}

.contacts-content-right .contacts-form .form-group.textarea {
    margin-top: 20px
}

.contacts-content-right .contacts-form .form-group.textarea .form-control {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
    height: 164px;
    text-align: left
}

.contacts-content-right .contacts-form .form-group.textarea .form-control::-webkit-input-placeholder {
    color: #333
}

.contacts-content-right .contacts-form .form-group.textarea .form-control::-moz-placeholder {
    color: #333
}

.contacts-content-right .contacts-form .form-group.textarea .form-control:-ms-input-placeholder {
    color: #333
}

.contacts-content-right .contacts-form .form-group.textarea .form-control::-ms-input-placeholder {
    color: #333
}

.contacts-content-right .contacts-form .form-group.textarea .form-control::placeholder {
    color: #333
}

.contacts-content-right .contacts-form .form-group.textarea label {
    display: none
}

.contacts-content-right .contacts-form .form-group.textarea .os-theme-dark>.os-scrollbar.os-scrollbar-vertical {
    margin: 5px 0 1px
}

.contacts-content-right .contacts-form .form-group label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px
}

.contacts-content-right .contacts-form .form-group.field-contacts-confirmppd label {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    padding-left: 34px;
    margin-bottom: 0
}

.contacts-content-right .contacts-form .form-group.checkbox {
    margin-top: 25px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts-content-right .contacts-form .form-group.checkbox input[type=checkbox]+.controller:after {
    top: 10px
}

.contacts-content-right .contacts-form .form-group.checkbox input[type=checkbox]+.controller:before {
    top: 5px
}

.contacts-content-right .contacts-form .form-group.checkbox label {
    color: #333;
    margin-bottom: 0
}

.contacts-content-right .contacts-form .btn {
    margin-top: 20px
}

.contacts-content-right .contacts-form .btn-link {
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00aa3a
}

.contacts-content-right .contacts-form .btn-link:hover {
    text-decoration: none
}

.contacts-content-right .contacts-form #contacts-message {
    resize: none;
    height: 164px;
    padding-right: 20px !important
}

.contacts-content-right .contacts-form .help-block {
    white-space: normal
}

.error .img-wrap {
    position: relative;
    margin-top: 45px
}

.error .img-wrap:after {
    content: "";
    background: url(/dist/images/webpack/chips-404.png) 0 0 no-repeat;
    width: 1072px;
    height: 550px;
    position: absolute;
    top: 0;
    left: -10px
}

.error .error-descr {
    text-align: center
}

.error .error-descr .title {
    font-size: 60px;
    line-height: 70px;
    color: #00aa3a;
    text-shadow: 0 1px 0 #000;
    margin-bottom: 40px;
    margin-top: 85px;
    display: inline-block;
    position: relative
}

.error .error-descr .title:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: -48px;
    font-size: 60px;
    color: #00aa3a;
    text-shadow: 0 1px 0 #000
}

.error .error-descr p {
    margin-bottom: 10px
}

.error .error-descr .btn {
    margin-top: 30px
}

.sort_catalog .no-sites {
    margin-top: 60px
}

.sort_catalog .catalog-items {
    margin-top: 0
}

.sort_catalog .catalog-items.slot-mashine-list {
    margin-left: -15px;
    margin-right: -15px
}

.sort_catalog .w-center {
    width: 750px
}

.sort_catalog .no-find {
    margin-top: 50px;
    margin-bottom: 0
}

.sort_catalog .pagination {
    margin-top: 24px
}

.sort_catalog .show-all-wrap .btn-white {
    margin-top: 20px
}

.sort_catalog-wrap {
    height: 313px;
    padding: 15px 20px;
    margin-bottom: 34px;
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.sort_catalog-img-wrap {
    position: relative;
    height: 87px;
    margin-bottom: 17px
}

.sort_catalog-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%
}

.sort_catalog-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px
}

.sort_catalog-descr {
    font-size: 16px;
    line-height: 19px;
    height: 127px;
    overflow: hidden
}

.sort_catalog-bottom-wrap {
    padding: 0 20px;
    position: absolute;
    bottom: 18px;
    left: 0;
    height: 45px
}

.sort_catalog .more-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    display: block;
    text-decoration: underline;
    color: #00aa3a;
    background-color: #fff
}

.sort_catalog .more-link:hover {
    text-decoration: none
}

.sort_catalog-bottom-descr {
    font-size: 16px;
    line-height: 19px;
    color: #747474
}

.sort_currency .slot-mashine-list {
    margin-top: 30px
}

.sort_currency .slot-mashine-slide {
    margin-left: 15px;
    margin-right: 15px
}

.sort_currency .mb-20 {
    margin-bottom: 20px !important
}

.sort_currency .text-format h2,
.sort_currency .text-format h3,
.sort_currency .text-format h4,
.sort_currency .text-format h5,
.sort_currency .text-format h6 {
    margin-bottom: 15px
}

.sort_currency .img-wrap {
    text-align: center;
    margin-bottom: 30px
}

.sort_currency .catalog-items {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.show-all-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.show-all-wrap .btn-white {
    margin-bottom: 0;
    margin-top: 50px
}

.show-all-wrap .btn-white:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #e0e0e0;
    width: calc(100% - 293px);
    margin-right: 29px;
    position: absolute;
    left: 0;
    bottom: 20px
}

.catalog .show-all-wrap .btn-white {
    margin-top: 20px
}

.no-sites {
    margin-top: 0;
    margin-bottom: 80px
}

.no-sites img {
    margin-bottom: 25px
}

.no-sites p {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    width: 77%;
    margin: 0 auto
}

.no-find {
    margin-top: 80px;
    margin-bottom: 60px;
    width: 100%
}

.no-find h4 {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px
}

.no-find img {
    margin-bottom: 25px
}

.no-find p {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    width: 77%;
    margin: 0 auto 45px
}

.no-find a {
    font-weight: 400
}

.sort_casino .catalog-items {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.sort_casino .no-sites {
    margin-top: 60px
}

.terms .first-block {
    margin-bottom: 0 !important
}

.terms .pagination {
    margin-top: 20px;
    width: 848px
}

.terms .abc-wrap {
    margin-bottom: 15px;
    background: #f0f0f0;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px 9px
}

.terms .abc-wrap:last-child {
    margin-bottom: 48px
}

.terms .abc-wrap a {
    color: #8e8e8e
}

.terms .abc-wrap a,
.terms .abc-wrap a:hover {
    text-decoration: none
}

.terms .abc-wrap .active {
    color: #00aa3a
}

.terms .abc-wrap .empty {
    color: #e0e0e0
}

.terms .abc-wrap .abc-btn {
    width: 45px;
    min-width: 45px;
    line-height: 22px;
    font-size: 16px;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    text-align: center
}

.terms .abc-wrap .abc-btn:hover {
    color: #00aa3a;
    border-color: #00aa3a
}

.terms .abc-wrap .abc-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-right: 24px
}

.terms .abc-wrap .abc-list .abc-item {
    font-size: 16px;
    line-height: 19px;
    margin-right: 8px;
    text-transform: uppercase
}

.terms .abc-wrap .abc-list .abc-item:hover {
    color: #00aa3a
}

.terms .abc-wrap .abc-list .abc-item:last-child {
    margin-right: 0
}

.terms .abc-wrap.abc-lang-eng .abc-list,
.terms .abc-wrap.abc-lang-eng .change-lang,
.terms .abc-wrap .abc-list-eng,
.terms .abc-wrap .change-lang-eng {
    display: none
}

.terms .abc-wrap.abc-lang-eng .abc-list-eng,
.terms .abc-wrap.abc-lang-eng .change-lang-eng {
    display: block
}

.term-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding: 9px 45px 10px 20px;
    border-radius: 4px;
    position: relative
}

.term-title:hover {
    color: #00aa3a;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.term-title:hover:after {
    background: url(/dist/images/webpack/caret-arrow-green.svg) 50% no-repeat
}

.term-title:after {
    content: "";
    width: 17px;
    height: 9px;
    background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.term-title.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.card {
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.card:hover {
    border-color: #00aa3a
}

.card-header {
    background: #fff;
    border: 0;
    border-radius: 4px !important;
    padding: 0
}

.card-body {
    padding: 7px 20px 10px
}

.search__terms {
    margin-bottom: 15px
}

.search__terms .input-group {
    background: #fff;
    border: 1px solid #8e8e8e;
    border-radius: 4px
}

.search__terms .form-control {
    padding: 10px 16px 8px;
    text-align: left;
    height: 30px;
    border: 0;
    font-size: 12px;
    line-height: 14px
}

.search__terms .input-group-addon {
    height: 30px
}

.search__terms .input-group-btn {
    line-height: 30px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 4px;
    padding-right: 11px;
    background: #fff url(/dist/images/webpack/search-active.svg) 50% no-repeat
}

.partners .section-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
}

.partners .section-title-wrap .section-title {
    margin-bottom: 0
}

.partners .section-title-wrap .btn {
    margin-bottom: 20px
}

.partners .col-xl-3.col-lg-4.d-none.d-lg-block {
    margin-top: 0
}

.partners .first-block {
    margin-bottom: 30px
}

.partners-list {
    margin-top: 20px
}

.partners .pagination {
    width: 848px
}

.partners-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    min-height: 123px;
    border-bottom: 1px solid #e0e0e0
}

.partners-item:first-child {
    padding-top: 0
}

.partners-item:last-child {
    margin-bottom: 0
}

.partners-item-img {
    position: relative;
    padding-right: 33px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-width: 283px
}

.partners-item-img a {
    display: block;
    height: 100%;
    position: relative
}

.partners-item-img img {
    max-width: 230px
}

.partners-item-descr {
    padding-left: 10px;
    overflow: hidden
}

.partners-item-descr a h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
    color: #333
}

.partners-item-descr a:hover h3 {
    text-decoration: underline;
    color: #00aa3a
}

.partners-item-descr h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px
}

.partners-item-descr h3 a {
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #333
}

.partners-item-descr h3 a:hover {
    text-decoration: underline;
    color: #00aa3a
}

.partners-item-descr a {
    color: #00aa3a;
    text-decoration: none
}

.partners-item-descr a:hover {
    text-decoration: underline;
    color: #00aa3a
}

.partners-item-descr p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px
}

.partners-item-descr .activity-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px
}

.partners-item-descr .activity-list .tags-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.partners-item-descr .activity-list .tags-item:last-child span {
    margin-right: 0
}

.partners-item-descr .activity-list span {
    display: inline-block;
    color: #333;
    text-decoration: none;
    background: #f9f9f9;
    border-radius: 4px;
    margin-right: 20px;
    margin-top: 10px;
    line-height: 20px;
    padding: 0 12px;
    font-size: 12px
}

.partner-filter {
    height: 40px;
    position: relative;
    margin-bottom: 20px
}

.partner-filter #os-dummy-scrollbar-size:after,
.partner-filter #os-dummy-scrollbar-size:before,
.partner-filter .os-content:after,
.partner-filter .os-content:before {
    display: none
}

.partner-filter-wrap {
    border: 1px solid #00aa3a;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    z-index: 11
}

.partner-filter-btn {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    cursor: pointer
}

.partner-filter-btn:after {
    content: "";
    width: 12px;
    height: 6px;
    background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 17px
}

.partner-filter-dropdown {
    padding: 30px 0;
    border-top: 1px solid #00aa3a;
    display: none
}

.partner-filter-dropdown .field-filter-alphabet {
    margin-bottom: 0
}

.partner-filter-dropdown .form-group.field-filter-occupation {
    width: 100%
}

.partner-filter-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 18px;
    margin-left: 5px;
    text-transform: uppercase
}

.partner-filter-checkbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    max-height: 244px;
    margin-bottom: 0
}

.partner-filter-checkbox-wrap .checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 0
}

.partner-filter-checkbox-wrap .checkbox,
.partner-filter-checkbox-wrap .checkbox label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.partner-filter-checkbox-wrap .checkbox label {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0 5px 22px;
    min-height: 36px
}

.partner-filter-checkbox-wrap .checkbox .controller {
    top: 50%;
    margin-top: -10px
}

.partner-filter-checkbox-wrap .checkbox input[type=checkbox]+.controller:before {
    width: 17px;
    height: 17px;
    border: 1px solid #000
}

.partner-filter-checkbox-wrap .checkbox input[type=checkbox]+.controller:after {
    background: url(/dist/images/webpack/checkbox-mark1.svg) 0 0 no-repeat;
    width: 13px;
    height: 11px;
    top: 4px;
    left: 2px
}

.partner-filter-checkbox-wrap .os-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partner-filter-checkbox-wrap .os-scrollbar-vertical {
    right: auto;
    left: 0
}

.partner-filter-checkbox-wrap .os-scrollbar-vertical .os-scrollbar-track {
    width: 1px;
    right: 2px !important
}

.partner-filter-checkbox-wrap .os-scrollbar-vertical .os-scrollbar-handle {
    right: -1px;
    width: 3px !important;
    border-radius: 1000px
}

.partner-filter .abc-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.partner-filter .abc-wrap .abc-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
}

.partner-filter .abc-wrap .abc-list:first-child {
    margin-right: 30px
}

.partner-filter .abc-wrap .abc-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.partner-filter .abc-wrap .abc-item.active {
    border: 1px solid #00aa3a
}

.partner-filter .abc-wrap .abc-item.empty {
    color: #c7c7c7
}

.partner-filter .btn.btn-white {
    width: 100px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 20px;
    margin-top: 20px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.partner-filter #filter-occupation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partner-filter #filter-occupation,
.partners-filter-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partners-filter-tag .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px
}

.partners-filter-tag .tags .tags-item {
    margin-right: 20px;
    margin-top: 10px;
    line-height: 14px
}

.partners-filter-tag .tags span {
    color: #8e8e8e;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    padding: 2px 12px;
    display: inline-block;
    vertical-align: top
}

.partners-filter-tag .tags span:first-letter {
    text-transform: capitalize
}

.partners-filter-tag .clear-tags {
    background: url(/dist/images/webpack/clear-tags.svg) 100% no-repeat;
    padding-right: 14px;
    margin-right: 1px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    color: #8e8e8e;
    text-decoration: none
}

.user_info {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.user_info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    padding: 32px 50px 20px;
    background: url(/dist/images/webpack/user-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0 0
}

.user_info-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin-right: 40px
}

.user_info-img {
    height: 160px;
    margin-top: 4px;
    position: relative
}

.user_info-img:after {
    content: "";
    height: 210px;
    width: 1px;
    background-color: #e0e0e0;
    position: absolute;
    right: -40px;
    top: 0;
    display: block
}

.user_info-img img {
    border-radius: 50%;
    width: 160px !important;
    height: 160px !important
}

.user_info-descr {
    margin-left: 40px;
    color: #fff
}

.user_info-title,
.user_info h2.user_info-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px !important
}

.user_info-item {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px
}

.user_info-item-title {
    color: #b5b5b5
}

.user_info-reting {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin: 45px 0 10px
}

.user_info .btn {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400
}

.user_info-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 58px;
    padding: 0 0 0 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0 0 4px 4px
}

.user_info-nav-item a {
    font-size: 16px;
    margin-right: 42px;
    line-height: 56px;
    display: block;
    border-bottom: 2px solid transparent
}

.user_info-nav-item a:hover {
    text-decoration: none
}

.user_info-nav-item.active a {
    border-bottom: 2px solid #00aa3a
}

.cabinet_user-info .page-content section {
    margin-bottom: 60px
}

.change-password .page-content section {
    margin-bottom: 30px
}

.change-password .help-block {
    white-space: normal
}

.change-password .form-control {
    font-size: 14px;
    height: 32px
}

.change-password .section-title-wrap {
    margin-bottom: 30px
}

.change-password .new-password-wrap .form-group:first-child {
    margin-bottom: 15px
}

.change-password h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px !important
}

.change-password .form-group {
    margin-bottom: 15px
}

.change-password .form-group label {
    margin-bottom: 5px;
    font-size: 14px
}

.change-password .form-group .form-control {
    text-align: left
}

.change-password .btn {
    line-height: 38px;
    margin-top: 20px
}

.change-password .btn.btn-follow {
    line-height: 30px
}

.change-password .btn-remove {
    color: #fff;
    background-color: #d50000;
    border-color: #d50000;
    margin-top: 0
}

.change-password .btn-remove:hover {
    background-color: #fff;
    border-color: #d50000;
    color: #d50000 !important
}

.change-password .change-password-form-wrap {
    margin-bottom: 100px
}

.chosen-results::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #e0e0e0
}

.chosen-results::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    width: 8px;
    background-color: #e0e0e0
}

.chosen-results::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 8px;
    background: #00aa3a
}

.password-input-wrap {
    position: relative
}

.password-input-wrap .form-control {
    padding-right: 35px
}

.show-hide-pass {
    position: absolute;
    right: 9px;
    bottom: 4px;
    width: 24px;
    height: 24px;
    background: url(/dist/images/webpack/show-pass.svg) 0 0 no-repeat;
    cursor: pointer
}

.show-hide-text {
    position: absolute;
    top: -23px;
    right: 0;
    line-height: 20px;
    background: #c4c4c4;
    border-radius: 4px;
    color: #333;
    font-size: 12px;
    padding: 0 8px
}

.hide-pass .show-hide-pass {
    background: url(/dist/images/webpack/hide-pass.svg) 0 0 no-repeat
}

.authors .first-block {
    margin-bottom: 0 !important
}

.authors .page-content section {
    margin-bottom: 50px
}

.authors .pagination {
    margin-top: 0;
    margin-bottom: 60px
}

.authors .authors-list {
    margin-top: 30px
}

.authors .authors-item {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 20px 20px 6px;
    margin-bottom: 30px
}

.authors .authors-item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px
}

.authors .authors-item-img {
    margin-right: 15px;
    width: 65px;
    height: 65px
}

.authors .authors-item-img img {
    border-radius: 50%
}

.authors .authors-item-title .name {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 3px
}

.authors .authors-item-title .level {
    font-size: 14px;
    line-height: 16px;
    color: #747474
}

.authors .authors-item-title .level span {
    font-weight: 700;
    color: #333
}

.authors .authors-item-descr {
    position: relative;
    height: 150px;
    padding-bottom: 56px
}

.authors .authors-item-link {
    position: absolute;
    bottom: 0;
    font-weight: 700;
    font-size: 16px;
    color: #00aa3a;
    line-height: 56px
}

.authors .authors-item-subscribers {
    font-size: 14px;
    line-height: 16px;
    color: #747474;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px
}

.authors .authors-item-subscribers p {
    font-weight: 700;
    color: #333;
    margin-left: 5px
}

.authors .authors-item-article {
    font-size: 14px;
    line-height: 16px;
    height: 75px;
    overflow: hidden
}

.authors .authors-item-article span {
    color: #747474;
    display: block;
    margin-bottom: 7px
}

.authors .casino-online-list {
    margin-bottom: 29px
}

.search-page .page-content section {
    margin-bottom: 0
}

.search-page .search__terms .form-control {
    font-size: 16px;
    line-height: 19px;
    height: 42px;
    padding: 0 16px
}

.search-page .search__terms .search__terms-btn {
    line-height: 40px;
    width: 40px;
    border-radius: 4px;
    padding-right: 15px;
    background: #fff url(/dist/images/webpack/search-active.svg) 5px no-repeat
}

.search-page .col-xl-3.col-lg-4.d-none.d-lg-block {
    margin-top: 0
}

.search-page #site__map {
    margin-bottom: 60px
}

.search-page .section-title-wrap {
    margin-bottom: 30px
}

.search-page .search-request {
    font-size: 16px;
    line-height: 19px
}

.search-page .search-request span.success {
    color: #00aa3a
}

.search-page .search-request span.danger {
    color: #d50000
}

.search-page .search-request p {
    margin-bottom: 14px
}

.search-page .search__terms {
    margin-bottom: 30px
}

.search-page .pagination {
    margin-top: 10px
}

.search-page .search-request-item {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 3px;
    position: relative;
    padding: 20px 30px 42px;
    margin-bottom: 20px;
    display: block
}

.search-page .search-request-item:hover {
    text-decoration: none
}

.search-page .search-request-item:hover .search-request-title {
    text-decoration: underline;
    color: #00aa3a
}

.search-page .search-request-item mark {
    background: #ffea2e;
    color: #333
}

.search-page .search-request-section {
    font-size: 14px;
    line-height: 16px;
    color: #8e8e8e;
    margin-bottom: 7px
}

.search-page .search-request-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 7px
}

.search-page .search-request-descr {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden
}

.search-page .search-request-date .news-list-block-bootom {
    bottom: 18px;
    padding-left: 0
}

.video-page .page-content section {
    margin-bottom: 0
}

.video-page .first-section .section-title-wrap {
    margin-bottom: 20px
}

.video-page .section-title-wrap {
    margin-bottom: 60px
}

.video-page .article-title-block-bootom-wrap {
    padding-left: 0
}

.video-page-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px
}

.video-page-title-wrap {
    margin-bottom: 30px
}

.video-page .video-block {
    margin-bottom: 30px;
    position: relative
}

.video-page .video-block:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/dist/images/test/play.png) 50% no-repeat;
    z-index: 1
}

.video-page .video-block img {
    border-radius: 4px
}

.video-page .video-block-descr p {
    color: #000;
    margin-bottom: 20px
}

.video-page .video-block-wrap {
    margin-bottom: 30px
}

.video-page .video-block-wrap .bookmarks {
    display: block;
    cursor: pointer;
    line-height: 30px;
    padding-left: 27px;
    background: url(/dist/images/webpack/bookmark.svg) 0 no-repeat
}

.video-page .video-block-wrap .bookmarks:hover {
    text-decoration: none;
    background: url(/dist/images/webpack/bookmark-green.svg) 0 no-repeat
}

.video-page #comments {
    margin-top: 20px
}

.video-page #comments .form-comment .write-comment-wrap {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border: 0
}

#all-videos {
    margin-bottom: 60px
}

#all-videos .news-list-item-link {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 262.5px;
    margin: 0 15px 30px
}

#all-videos .news-list-item-link.video-adv-image {
    padding-bottom: 0
}

#all-videos .section-title-wrap {
    margin-bottom: 40px
}

#all-videos .news-list-img-wrap {
    position: relative
}

#all-videos .news-list-img-wrap:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    border-radius: 4px 4px 0 0
}

#all-videos .news-list-img-wrap:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/dist/images/test/play.png) 50% no-repeat;
    z-index: 1
}

#all-videos .swiper-container {
    padding-bottom: 0 !important
}

#all-videos .swiper-static-block {
    margin-top: 30px !important
}

.all-videos-page .news-list-item-link {
    margin-bottom: 30px
}

.all-videos-page .first-block .section-title-wrap {
    margin-bottom: 60px
}

.all-videos-page .right-img {
    margin-bottom: 30px
}

.all-videos-page .tegs {
    top: 0;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.all-videos-page .tegs-item {
    text-decoration: none;
    padding: 0 10px;
    margin-right: 0
}

.all-videos-page .tegs-item:hover {
    color: #fff;
    background-color: #00aa3a
}

.all-videos-page .news-list-item-link {
    height: auto
}

.all-videos-page .news-list-item-link.video-adv-image {
    padding-bottom: 0
}

.all-videos-page .all-videos-list {
    margin-top: 30px
}

.all-videos-page .video-block {
    border-radius: 4px 4px 0 0;
    position: relative
}

.all-videos-page .video-block:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/dist/images/test/play.png) 50% no-repeat;
    z-index: 1
}

.all-videos-page .video-block img {
    border-radius: 4px 4px 0 0
}

.all-videos-page .video-block-wrap {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding-bottom: 43px;
    position: relative
}

.all-videos-page .video-block-descr {
    font-size: 16px;
    line-height: 19px;
    margin: 20px 10px 0;
    color: #000
}

.all-videos-page .video-block-bottom {
    position: absolute;
    bottom: 13px;
    width: 100%;
    padding: 0 10px
}

.all-videos-page .video-block-bottom .article-title-block-bootom-wrap {
    padding-left: 0
}

.all-videos-page .page-content section {
    margin-bottom: 0
}

.all-videos-page #site__map {
    margin-top: 50px
}

.all-videos-page .pagination {
    margin-top: 0;
    width: 848px
}

.all-videos-page .news-list-img-wrap {
    position: relative
}

.all-videos-page .news-list-img-wrap:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    border-radius: 4px 4px 0 0
}

.all-videos-page .news-list-img-wrap:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/dist/images/test/play.png) 50% no-repeat;
    z-index: 1
}

.play-casino-modal {
    padding-left: 0 !important
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, .7) !important;
    z-index: 2000
}

.play-casino-modal .modal-dialog {
    width: 100%;
    max-width: 580px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    background: transparent
}

.play-casino-modal .modal-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: transparent;
    background: transparent;
    outline: 0
}

.play-casino-modal .modal-content,
.play-casino-modal .modal-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.play-casino-modal .modal-header {
    padding: 40px 40px 0 !important;
    margin: 0;
    border: none !important;
    color: #fff;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url(/dist/images/webpack/modal-header-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #004a19;
    background-size: 100% 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.play-casino-modal .modal-header .modal-header__img {
    max-width: 156px;
    width: 100%;
    height: auto;
    position: absolute;
    right: 51px;
    bottom: -31px;
    z-index: 5
}

.play-casino-modal .modal-header .close {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: transparent;
    opacity: .5;
    border-radius: 50%;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    opacity: 1 !important;
    cursor: pointer
}

.play-casino-modal .modal-header .close:before {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: -20%;
    top: 55%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%)
}

.play-casino-modal .modal-header .close:after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%)
}

.play-casino-modal .modal-content .close:focus,
.play-casino-modal .modal-content .close:hover {
    opacity: .5 !important;
    -webkit-transition: .4s;
    transition: .4s;
    outline: none
}

.play-casino-modal .modal-content .modal-header #modalHeader,
.play-casino-modal .modal-content .modal-header div {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    max-width: 255px;
    width: 100%;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.play-casino-modal .modal-content .modal-header #modalHeader p,
.play-casino-modal .modal-content .modal-header div p {
    -webkit-hyphens: inherit;
    -ms-hyphens: inherit;
    hyphens: inherit
}

.play-casino-modal .modal-content .modal-header #modalHeader b,
.play-casino-modal .modal-content .modal-header #modalHeader strong,
.play-casino-modal .modal-content .modal-header div b,
.play-casino-modal .modal-content .modal-header div strong {
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

.play-casino-modal .modal-content .modal-header #modalText,
.play-casino-modal .modal-content .modal-header div:last-of-type {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #fff;
    max-width: 289px;
    width: 100%;
    margin: 15px 0 40px
}

.play-casino-modal .modal-content .modal-header #modalText p,
.play-casino-modal .modal-content .modal-header div:last-of-type p {
    -webkit-hyphens: inherit;
    -ms-hyphens: inherit;
    hyphens: inherit
}

.play-casino-modal .modal-content .modal-header #modalText p strong,
.play-casino-modal .modal-content .modal-header div:last-of-type p strong {
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

.play-casino-modal .modal-body {
    padding: 40px !important;
    margin: 0;
    border: none !important;
    color: #fff;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.play-casino-modal .modal-body,
.play-casino-modal .modal-body .modal-body__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.play-casino-modal .modal-body .modal-body__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e0e0e0
}

.play-casino-modal .modal-body .modal-body__item:last-of-type {
    margin: 0
}

.play-casino-modal .modal-body .modal-body__item .item__left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.play-casino-modal .modal-body .modal-body__item .item__left-side .left-side__img {
    max-width: 66px;
    height: auto;
    margin: 0 10px 0 0
}

.play-casino-modal .modal-body .modal-body__item .item__left-side .left-side__descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.play-casino-modal .modal-body .modal-body__item .item__left-side .left-side__descr .descr-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 5px;
    color: #333;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: left
}

.play-casino-modal .modal-body .modal-body__item .item__left-side .left-side__descr .descr-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-align: left;
    margin: 0
}

.play-casino-modal .modal-body .modal-body__item .item__right-side {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 90px
}

.play-casino-modal .modal-body .modal-body__item .item__right-side,
.play-casino-modal .modal-body .modal-body__item .item__right-side .right-side__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.play-casino-modal .modal-body .modal-body__item .item__right-side .right-side__btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    min-height: 30px;
    line-height: 30px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #333;
    background: transparent;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.play-casino-modal .modal-body .modal-body__item .item__right-side .right-side__btn.blue {
    color: #fff;
    background: #00aa3a;
    border: 1px solid transparent;
    margin: 6px 0 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.play-casino-modal .modal-body .modal-body__item .item__right-side .right-side__btn:focus,
.play-casino-modal .modal-body .modal-body__item .item__right-side .right-side__btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    border: 1px solid transparent;
    background: #0fca4f;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.play-casino-modal .modal-body .modal-body__item .item__right-side .right-side__btn.blue:focus,
.play-casino-modal .modal-body .modal-body__item .item__right-side .right-side__btn.blue:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    background: #0fca4f;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.streamer_iq_test_header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 70px;
    z-index: 100;
    background: rgba(31, 6, 73, .3)
}

.streamer_iq_test_header,
.streamer_iq_test_header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.streamer_iq_test_header__inner {
    max-width: 1110px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.streamer_iq_test_header__inner .inner-logo {
    display: block;
    margin: 0;
    text-decoration: none;
    width: 100%;
    max-width: 151px;
    height: 21.5px
}

.streamer_iq_test_header__inner .inner-logo:focus,
.streamer_iq_test_header__inner .inner-logo:hover {
    outline: none;
    text-decoration: none;
    color: transparent
}

.streamer_iq_test_header__inner .inner-logo img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.streamer_iq_test_header .languagepicker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap
}

.streamer_iq_test_header .languagepicker a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 0 9.5px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.streamer_iq_test_header .languagepicker a:focus,
.streamer_iq_test_header .languagepicker a:hover {
    outline: none;
    text-decoration: none;
    color: #fbc506;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.streamer_iq_test_header .languagepicker a.active {
    color: #fbc506
}

.streamer_iq_test_header .languagepicker a:first-of-type {
    border-right: 1px solid #fff;
    padding: 0 9.5px 0 0
}

body.streamer-iq-test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, sans-serif;
    width: 100vw;
    height: 100vh;
    font-size: 14px;
    color: #1a2a3b;
    line-height: normal;
    background: url(/dist/images/webpack/streamer_test_bg_xl.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding-top: 0;
    overflow-x: hidden
}

.streamer_iq_quiz {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%
}

.streamer_iq_quiz:before {
    background: url(/dist/images/webpack/dragon-left.png) no-repeat 50%;
    background-size: cover;
    left: 0;
    width: 632px;
    height: 864px
}

.streamer_iq_quiz:after,
.streamer_iq_quiz:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 2;
    pointer-events: none
}

.streamer_iq_quiz:after {
    background: url(/dist/images/webpack/dragon-right.png) no-repeat 50%;
    background-size: cover;
    right: 0;
    width: 603px;
    height: 768px
}

.quiz-start__screen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 920px;
    width: 100%;
    margin: 0;
    padding: 83px 85px 64px;
    background: #1f0649;
    -webkit-box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    box-shadow: 0 4px 20px rgba(28, 9, 69, .7)
}

.quiz-start__screen-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%
}

.quiz-start__screen-text i {
    color: #fbc506;
    font-style: normal;
    display: inline;
    font-size: inherit;
    font-family: inherit
}

.quiz-start__screen-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    max-width: 160px;
    width: 100%;
    min-height: 40px;
    margin: 50px auto 0;
    background: #fbc506;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-start__screen-btn:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: #fbe206
}

.quiz-start__screen-btn:focus {
    outline: none
}

.quiz-slider__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

.quiz-slider__content-descr {
    font-weight: 400;
    font-size: 21px;
    text-transform: uppercase
}

.quiz-slider__content-descr,
.quiz-slider__content-title {
    position: relative;
    font-family: Inter, sans-serif;
    line-height: normal;
    text-align: center;
    color: #fff
}

.quiz-slider__content-title {
    font-weight: 900;
    font-size: 64px
}

.quiz-slider__content-inner {
    position: relative;
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quiz-slider__content .inner-paging__info {
    display: block;
    border: 1px solid #fff;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 156px;
    left: 201px;
    z-index: 10
}

.quiz-slider__content .inner-paging__info:before {
    content: "";
    width: 19px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.quiz-slider__content .inner-paging__info .count {
    position: absolute;
    left: 1px;
    top: 0;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    text-align: center;
    color: #fbc506
}

.quiz-slider__content .inner-paging__info .amount {
    position: absolute;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: normal;
    text-align: center;
    color: #fff;
    right: 1px;
    bottom: 1px
}

.quiz-slider__content .inner-arrows {
    position: relative;
    z-index: 10;
    max-width: 730px;
    width: 100%;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quiz-slider__content .inner-arrows .quiz-slider-prev {
    color: #4e627a;
    border: 1px solid #4e627a
}

.quiz-slider__content .inner-arrows .quiz-slider-next,
.quiz-slider__content .inner-arrows .quiz-slider-prev {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    max-width: 172px;
    width: 100%;
    min-height: 40px;
    cursor: pointer
}

.quiz-slider__content .inner-arrows .quiz-slider-next {
    color: #000;
    border: 1px solid #fbc506;
    background: #fbc506;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-slider__content .inner-arrows .quiz-slider-next:focus,
.quiz-slider__content .inner-arrows .quiz-slider-next:hover {
    outline: none;
    background: #fbe206;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-slider__content-slider {
    width: 100%;
    position: relative
}

.quiz-slider__content-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: calc(100% + 50px);
    width: 100%;
    max-width: 30%;
    min-height: 20px;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    list-style-type: none
}

.quiz-slider__content-slider .slick-dots li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    margin-right: 7px
}

.quiz-slider__content-slider .slick-dots li.visited button {
    background: #fbc506
}

.quiz-slider__content-slider .slick-dots li:focus button {
    outline: none
}

.quiz-slider__content-slider .slick-dots li:last-of-type {
    margin-right: 0
}

.quiz-slider__content-slider .slick-dots li.slick-active button {
    background: #fbc506
}

.quiz-slider__content-slider .slick-dots li button {
    background: #361e55;
    width: 21px;
    height: 4px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.quiz-slider__content-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 77px;
    width: 100%;
    height: calc(100% + 30px);
    background: #1f0649;
    -webkit-box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    box-shadow: 0 4px 20px rgba(28, 9, 69, .7)
}

.quiz-slider__content-slider .slider-item {
    padding: 77px 0 0
}

.quiz-slider__content-slider .slider-item__inner {
    padding: 77px 0 0;
    max-width: 730px;
    margin: 0 auto;
    position: relative
}

.quiz-slider__content-slider .slider-item__inner .inner-image {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -77px);
    transform: translate(-50%, -77px);
    width: 154px;
    height: 154px;
    background: #1f0649;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.quiz-slider__content-slider .slider-item__inner .inner-image img {
    width: 124px;
    max-width: 100%;
    height: auto
}

.quiz-slider__content-slider .slider-item__inner .inner-title {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: normal;
    text-align: center;
    color: #fbc506;
    margin: 0 auto;
    padding: 0 0 34px 40px;
    max-width: 540px;
    width: 100%
}

.quiz-slider__content-slider .slider-item__inner .inner-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
    min-height: 59px;
    width: 100%;
    padding: 10px 7px 10px 0;
    margin: 0 0 15px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border: 3px solid #fff;
    cursor: pointer
}

.quiz-slider__content-slider .slider-item__inner .inner-question.correct {
    border-color: #00ca69
}

.quiz-slider__content-slider .slider-item__inner .inner-question.correct .question-number {
    color: #00ca69
}

.quiz-slider__content-slider .slider-item__inner .inner-question.correct:hover {
    border-color: #00ca69
}

.quiz-slider__content-slider .slider-item__inner .inner-question.correct:hover .question-number {
    color: #00ca69
}

.quiz-slider__content-slider .slider-item__inner .inner-question.correct:hover .question-text {
    font-weight: 400
}

.quiz-slider__content-slider .slider-item__inner .inner-question.wrong {
    border-color: #ff3a3a
}

.quiz-slider__content-slider .slider-item__inner .inner-question.wrong .question-number {
    color: #ff3a3a
}

.quiz-slider__content-slider .slider-item__inner .inner-question.wrong:hover {
    border-color: #ff3a3a
}

.quiz-slider__content-slider .slider-item__inner .inner-question.wrong:hover .question-number {
    color: #ff3a3a
}

.quiz-slider__content-slider .slider-item__inner .inner-question.wrong:hover .question-text {
    font-weight: 400
}

.quiz-slider__content-slider .slider-item__inner .inner-question:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border-color: #fbc506
}

.quiz-slider__content-slider .slider-item__inner .inner-question:hover .question-number {
    color: #fbc506;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-slider__content-slider .slider-item__inner .inner-question:hover .question-text {
    font-weight: 600
}

.quiz-slider__content-slider .slider-item__inner .inner-question .question-number {
    font-family: inherit;
    font-weight: 900;
    font-size: 22px;
    line-height: 27px;
    color: #ccd5de;
    max-width: 51px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-slider__content-slider .slider-item__inner .inner-question .question-text {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a2a3b;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-slider__content-slider .slider-item__inner .inner-question:last-of-type {
    margin: 0
}

.quiz-form__content {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 920px;
    width: 100%;
    padding: 67px 196px 82px;
    background: #1f0649;
    -webkit-box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.quiz-form__content-title {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    white-space: pre-line
}

.quiz-form__content-title .quiz-score {
    display: inline;
    font-family: inherit;
    font-weight: inherit;
    color: inherit
}

.quiz-form__content-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px 0 0
}

.quiz-form__content-form .form-group {
    position: relative;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 14px;
    margin: 0
}

.quiz-form__content-form .form-group:not(:last-of-type) {
    margin-bottom: 48px
}

.quiz-form__content-form .form-group .form-control {
    width: 100%;
    height: auto;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px 0 2px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: left
}

.quiz-form__content-form .form-group .form-control::-webkit-input-placeholder {
    opacity: 1;
    font-size: inherit;
    color: inherit;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control::-moz-placeholder {
    opacity: 1;
    font-size: inherit;
    color: inherit;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control:-ms-input-placeholder {
    opacity: 1;
    font-size: inherit;
    color: inherit;
    -ms-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control::-ms-input-placeholder {
    opacity: 1;
    font-size: inherit;
    color: inherit;
    -ms-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control::placeholder {
    opacity: 1;
    font-size: inherit;
    color: inherit;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.quiz-form__content-form .form-group .form-control:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control:focus::-ms-input-placeholder {
    opacity: 0;
    -ms-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .form-control:focus::placeholder {
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-form__content-form .form-group .help-block {
    display: none;
    font-size: inherit;
    text-align: left;
    margin: 3px 0 0;
    color: red
}

.quiz-form__content-form .form-group.has-error .help-block {
    display: block
}

.quiz-form__content-form .form-group.checkbox.has-error .help-block {
    margin: 3px 0 0 32px
}

.quiz-form__content-form .form-group.checkbox input {
    display: none
}

.quiz-form__content-form .form-group.checkbox input+label {
    position: relative;
    padding: 0 0 0 32px;
    margin: 0;
    text-align: left;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.quiz-form__content-form .form-group.checkbox input+label a {
    color: inherit
}

.quiz-form__content-form .form-group.checkbox input+label a:focus,
.quiz-form__content-form .form-group.checkbox input+label a:hover {
    text-decoration: none;
    color: inherit
}

.quiz-form__content-form .form-group.checkbox input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    background: transparent;
    width: 23.5px;
    height: 23.5px;
    border: 1px solid #fbc506;
    border-radius: 2px;
    cursor: pointer
}

.quiz-form__content-form .form-group.checkbox input:checked+label:after {
    content: "";
    width: 12px;
    height: 9px;
    background: url(/dist/images/webpack/quiz-form-checkmark.svg) no-repeat 50%;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 7px
}

.quiz-form__content-form .content-form__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    max-width: 160px;
    width: 100%;
    min-height: 40px;
    margin: 48px 0 0;
    background: #fbc506;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.quiz-form__content-form .content-form__submit:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: #fbe206
}

.quiz-form__content-form .content-form__submit:focus {
    outline: none
}

.quiz-results {
    display: none;
    font-family: Inter, sans-serif;
    max-width: 920px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

.quiz-results__title {
    font-weight: 900;
    font-size: 64px;
    line-height: 90px
}

.quiz-results__score,
.quiz-results__title {
    font-family: inherit;
    text-align: center;
    color: #fff
}

.quiz-results__score {
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase
}

.quiz-results__content {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 920px;
    width: 100%;
    margin: 113px auto 0;
    padding: 101px 85px 82px;
    -webkit-box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    box-shadow: 0 4px 20px rgba(28, 9, 69, .7)
}

.quiz-results__content,
.quiz-results__content .content-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1f0649
}

.quiz-results__content .content-image {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -77px);
    transform: translate(-50%, -77px);
    width: 154px;
    height: 154px;
    border-radius: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.quiz-results__content .content-image img {
    width: 124px;
    max-width: 100%;
    height: auto
}

.quiz-results__content .content-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%
}

.quiz-results__content .content-text a {
    color: #fbc506;
    font-style: normal;
    display: block;
    font-size: inherit;
    font-family: inherit;
    text-decoration: underline;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-results__content .content-text a:hover {
    text-decoration: none;
    color: #fbe206;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.quiz-results__content .content-text a:focus {
    outline: none
}

.visible-section {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.hidden-section {
    display: none !important
}

.block-section {
    display: block !important
}

body.gambler-iq-test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter, sans-serif;
    width: 100vw;
    height: 100vh;
    font-size: 14px;
    color: #1a2a3b;
    line-height: normal;
    background: url(/dist/images/webpack/streamer_test_bg_xl.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding-top: 0;
    overflow-x: hidden
}

.gambler-iq-test .streamer_iq_quiz {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0
}

.gambler-iq-test .streamer_iq_quiz:before {
    display: block;
    content: "";
    background: url(/dist/images/webpack/viking-left.png) no-repeat 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 652px;
    height: 821px;
    z-index: 2;
    pointer-events: none
}

.gambler-iq-test .streamer_iq_quiz:after {
    display: block;
    content: "";
    background: url(/dist/images/webpack/viking-right.png) no-repeat 50%;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 611px;
    height: 799px;
    z-index: 2;
    pointer-events: none
}

.gambler-iq-test .quiz-start__screen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 920px;
    width: 100%;
    margin: 0;
    padding: 107px 85px 97px;
    background: #1f0649;
    -webkit-box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    border-radius: 10px
}

.gambler-iq-test .quiz-start__screen-text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%
}

.gambler-iq-test .quiz-start__screen-text i {
    color: #fbc506;
    font-style: normal;
    display: inline;
    font-size: inherit;
    font-family: inherit
}

.gambler-iq-test .quiz-start__screen-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    max-width: 160px;
    width: 100%;
    min-height: 40px;
    margin: 50px auto 0;
    background: #fbc506;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gambler-iq-test .quiz-start__screen-btn:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: #fbe206
}

.gambler-iq-test .quiz-start__screen-btn:focus {
    outline: none
}

.gambler-iq-test .quiz-slider__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

.gambler-iq-test .quiz-slider__content-descr {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase
}

.gambler-iq-test .quiz-slider__content-descr,
.gambler-iq-test .quiz-slider__content-title {
    position: relative;
    font-family: Inter, sans-serif;
    line-height: normal;
    text-align: center;
    color: #fff
}

.gambler-iq-test .quiz-slider__content-title {
    font-weight: 900;
    font-size: 64px
}

.gambler-iq-test .quiz-slider__content-inner {
    position: relative;
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gambler-iq-test .quiz-slider__content .inner-paging__info {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid #1a2a3b;
    border-radius: 3px;
    top: 215px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.gambler-iq-test .quiz-slider__content .inner-paging__info:before {
    content: "";
    width: 19px;
    height: 1px;
    background: #1a2a3b;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.gambler-iq-test .quiz-slider__content .inner-paging__info .count {
    position: absolute;
    left: 1px;
    top: 0;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
    text-align: center;
    color: #fbc506
}

.gambler-iq-test .quiz-slider__content .inner-paging__info .amount {
    position: absolute;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: normal;
    text-align: center;
    color: #1a2a3b;
    right: 1px;
    bottom: 1px
}

.gambler-iq-test .quiz-slider__content .inner-arrows {
    position: relative;
    z-index: 10;
    max-width: 730px;
    width: 100%;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-prev {
    color: #4e627a;
    border: 1px solid #4e627a;
    border-radius: 4px
}

.gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-next,
.gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-prev {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    max-width: 172px;
    width: 100%;
    min-height: 40px;
    cursor: pointer
}

.gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-next {
    color: #000;
    border: 1px solid #fbc506;
    background: #fbc506;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border-radius: 4px
}

.gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-next:focus,
.gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-next:hover {
    outline: none;
    background: #fbe206;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gambler-iq-test .quiz-slider__content-slider {
    width: 100%;
    position: relative
}

.gambler-iq-test .quiz-slider__content-slider .slick-slide:nth-of-type(2n) .inner-title:after {
    content: "";
    position: absolute;
    right: -43px;
    top: -21px;
    background: url(/dist/images/webpack/right-triangle.png) no-repeat 50%;
    background-size: cover;
    width: 77px;
    height: 48px;
    z-index: 10
}

.gambler-iq-test .quiz-slider__content-slider .slick-slide:nth-of-type(odd) .inner-title:after {
    content: "";
    position: absolute;
    left: -45px;
    top: -24px;
    background: url(/dist/images/webpack/left-triangle.png) no-repeat 50%;
    background-size: cover;
    width: 70px;
    height: 55px;
    z-index: 10
}

.gambler-iq-test .quiz-slider__content-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: calc(100% + 50px);
    width: 100%;
    max-width: 30%;
    min-height: 20px;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    list-style-type: none
}

.gambler-iq-test .quiz-slider__content-slider .slick-dots li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    margin-right: 7px
}

.gambler-iq-test .quiz-slider__content-slider .slick-dots li.visited button {
    background: #fbc506
}

.gambler-iq-test .quiz-slider__content-slider .slick-dots li:focus button {
    outline: none
}

.gambler-iq-test .quiz-slider__content-slider .slick-dots li:last-of-type {
    margin-right: 0
}

.gambler-iq-test .quiz-slider__content-slider .slick-dots li.slick-active button {
    background: #fbc506
}

.gambler-iq-test .quiz-slider__content-slider .slick-dots li button {
    background: #361e55;
    width: 21px;
    height: 4px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.gambler-iq-test .quiz-slider__content-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% + 30px);
    background: #1f0649;
    -webkit-box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    border-radius: 10px
}

.gambler-iq-test .quiz-slider__content-slider .slider-item {
    padding: 80px 0 0
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner {
    padding: 80px 0 0;
    max-width: 730px;
    margin: 0 auto;
    position: relative
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-image {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
    width: 162px;
    height: 160px;
    background: #1f0649;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-image img {
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #1a2a3b;
    background: #fff;
    margin: 20px auto 48px;
    padding: 80px 30px 27px;
    max-width: 100%;
    width: 100%;
    border-radius: 10px
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 64px;
    width: 100%;
    max-width: 171px;
    padding: 0;
    margin: 0 104.5px 0 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border: 3px solid #fff;
    background: #fff;
    border-radius: 10px;
    cursor: pointer
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.correct {
    border-color: #00ca69
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.correct .question-number {
    color: #00ca69
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.correct:hover {
    border-color: #00ca69
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.correct:hover .question-number {
    color: #00ca69
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.correct:hover .question-text {
    font-weight: 400
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.wrong {
    border-color: #ff3a3a
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.wrong .question-number {
    color: #ff3a3a
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.wrong:hover {
    border-color: #ff3a3a
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.wrong:hover .question-number {
    color: #ff3a3a
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question.wrong:hover .question-text {
    font-weight: 400
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question:hover {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border-color: #fbc506
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question:hover .question-number {
    color: #fbc506;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question:hover .question-text {
    font-weight: 600
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 900;
    font-size: 26px;
    line-height: normal;
    color: #ccd5de;
    max-width: 65px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-text {
    font-family: inherit;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a2a3b;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    padding-right: 11px
}

.gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question:last-of-type {
    margin: 0
}

.gambler-iq-test .quiz-form__content {
    background: #1f0649;
    -webkit-box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    box-shadow: 0 4px 20px rgba(28, 9, 69, .7);
    border-radius: 10px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gambler-iq-test .quiz-form__content .content-form__submit {
    border-radius: 4px
}

.gambler-iq-test .quiz-results {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

.gambler-iq-test .quiz-results__title {
    white-space: normal
}

.streamer-profile {
    position: relative;
    font-family: Roboto, sans-serif;
    margin-bottom: 0 !important
}

.streamer-profile .streamer-profile__card {
    position: relative;
    margin: 0 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff
}

.streamer-profile .streamer-profile__card-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9a00;
    min-width: 64px;
    max-width: 64px;
    width: 100%;
    min-height: 21px;
    border-radius: 4px 4px 4px 0;
    padding-left: 10px
}

.streamer-profile .streamer-profile__card-rating .rating-num {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.streamer-profile .streamer-profile__card-rating .star {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    margin-right: 4px;
    background: url(/dist/images/webpack/rating_star_white.svg) 0 0 no-repeat
}

.streamer-profile .streamer-profile__card-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 34px 37px 36px 19px
}

.streamer-profile .streamer-profile__card-top,
.streamer-profile .streamer-profile__card-top .left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.streamer-profile .streamer-profile__card-top .left-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 205px;
    width: 100%;
    height: 100%
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__image {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #00aa3a
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.streamer-profile .streamer-profile__card-top .left-side .rating-stars {
    min-height: 18px;
    max-width: 100%;
    width: 100%;
    margin-top: 18px
}

.streamer-profile .streamer-profile__card-top .left-side .rating-stars .rating-container .rating-stars {
    margin-top: 0;
    text-align: center
}

.streamer-profile .streamer-profile__card-top .left-side .rating-stars .rating-container .rating-input {
    position: absolute
}

.streamer-profile .streamer-profile__card-top .left-side .rating-stars .star {
    display: inline-block;
    margin: 0 2px;
    text-align: center
}

.streamer-profile .streamer-profile__card-top .left-side .rating-stars .krajee-icon.krajee-icon-star {
    width: 14px;
    height: 14px
}

.streamer-profile .streamer-profile__card-top .left-side .rating-stars .theme-krajee-svg .filled-stars .krajee-icon-star {
    background-image: url(/dist/images/webpack/rating_star_yellow.svg)
}

.streamer-profile .streamer-profile__card-top .left-side .rating-stars .theme-krajee-svg .empty-stars .krajee-icon-star {
    background-image: url(/dist/images/webpack/rating_star_gray.svg)
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-nickname {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    text-align: center;
    word-break: break-word;
    color: #00aa3a
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe {
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
    max-width: 100%
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe.disabled a i {
    font-style: normal;
    pointer-events: none;
    background: none;
    color: #8e8e8e !important;
    cursor: none
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe a {
    text-decoration: none;
    margin: 0 5px 0 0
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe a:focus,
.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe a:hover {
    outline: none;
    text-decoration: none
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe a i {
    font-style: normal;
    font-size: 15px;
    font-weight: 900;
    color: #00aa3a
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe .subscribe-text {
    display: inline;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe .subscribe-text .subscribe-amount {
    display: inline;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 3px;
    color: #00aa3a
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-money {
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px auto 0;
    width: 100%;
    max-width: 100%
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-money .money-text {
    display: inline;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    line-height: normal;
    color: #333;
    margin: 0
}

.streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-money .money-text .money-amount {
    display: inline;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    line-height: normal;
    margin-left: 3px;
    color: #00aa3a
}

.streamer-profile .streamer-profile__card-top .right-side {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 37px
}

.streamer-profile .streamer-profile__card-top .right-side .streamer-profile__card-info {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin: 0;
    text-align: left
}

.streamer-profile .streamer-profile__card-top .right-side .streamer-profile__card-info p {
    margin: 0 0 20px
}

.streamer-profile .streamer-profile__card-top .right-side .streamer-profile__card-info p:last-of-type {
    margin: 0
}

.streamer-profile .streamer-profile__card-middle {
    position: relative;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials {
    position: relative
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-next-arrow,
.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-prev-arrow {
    position: absolute;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 21px;
    height: 24px;
    background: url(/dist/images/webpack/streamer-socials-arrow-bg.png) no-repeat 50%;
    border-radius: 2px;
    z-index: 5
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-next-arrow.slick-disabled,
.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-prev-arrow.slick-disabled {
    background: transparent;
    border: 1px solid hsla(0, 0%, 55.7%, .7)
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-next-arrow.slick-disabled img,
.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-prev-arrow.slick-disabled img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-prev-arrow {
    top: 60%;
    right: 87%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-prev-arrow img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-next-arrow {
    top: 60%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-next-arrow img {
    -webkit-transform: none;
    transform: none
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item a {
    position: relative;
    width: 32px;
    height: 32px;
    background: url(/dist/images/webpack/streamer-socials-bg.svg) no-repeat 50%;
    background-size: 100% 100%;
    text-decoration: none;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item a:focus,
.streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item a:hover {
    text-decoration: none;
    outline: none
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item a i {
    color: #00aa3a;
    font-style: normal;
    font-size: 16px;
    font-weight: 900
}

.streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item a img {
    max-width: 14px;
    width: 100%;
    height: auto
}

.streamer-profile .streamer-profile__card-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    padding: 20px 36px 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.streamer-profile .streamer-profile__card-bottom a {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    word-break: break-word;
    color: #828282;
    text-decoration: none;
    padding: 0 0 20px;
    cursor: pointer;
    width: 100%
}

.streamer-profile .streamer-profile__card-bottom a:focus,
.streamer-profile .streamer-profile__card-bottom a:hover {
    text-decoration: none;
    outline: none;
    color: #333
}

.streamer-profile .streamer-profile__card-bottom a:focus:before,
.streamer-profile .streamer-profile__card-bottom a:hover:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #00aa3a;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0
}

.streamer-profile .streamer-profile__card-bottom a.active {
    color: #333
}

.streamer-profile .streamer-profile__card-bottom a.active:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #00aa3a;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0
}

.streamer-profile .streamer-profile__card-bottom a:last-of-type {
    margin: 0
}

.streamer-profile__info-content {
    position: relative
}

.streamer-profile__info-content .content-table {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 70px
}

.streamer-profile__info-content .content-table__row {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    padding: 18px
}

.streamer-profile__info-content .content-table__row:nth-of-type(2n) {
    background: transparent
}

.streamer-profile__info-content .content-table__row .row-title {
    font-weight: 500
}

.streamer-profile__info-content .content-table__row .row-descr,
.streamer-profile__info-content .content-table__row .row-title {
    font-family: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    word-break: break-word
}

.streamer-profile__info-content .content-table__row .row-descr {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format {
    font-family: Roboto, sans-serif
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format .container {
    padding: 0
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format .container .row {
    max-width: 100%
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format p {
    font-size: 16px;
    line-height: 24px
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format p img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format p:last-of-type {
    margin-bottom: 0
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px
}

.streamer-profile__info-content ul {
    padding-left: 69px;
    margin-top: 0;
    margin-bottom: 30px;
    list-style-type: none
}

.streamer-profile__info-content ul li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 9px;
    padding-bottom: 10px;
    min-height: 33px;
    list-style: none;
    position: relative
}

.streamer-profile__info-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #00aa3a;
    display: block;
    position: absolute;
    left: -30px;
    top: 4px
}

.streamer-profile__info-content ul li:after {
    display: none
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format .iframe-wrapper {
    position: relative;
    padding-bottom: 56.1%;
    margin-top: 30px;
    margin-bottom: 30px !important;
    width: 100%;
    max-width: 100%
}

.streamer-profile__info-content .text-content__wrapper .text-content.text-format .iframe-wrapper iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}

.streamer-profile__photos-wrapper,
.streamer-profile__video-wrapper {
    margin-bottom: 60px
}

.streamer-profile__photos-wrapper .photos-slider__controls,
.streamer-profile__photos-wrapper .video-slider__controls,
.streamer-profile__video-wrapper .photos-slider__controls,
.streamer-profile__video-wrapper .video-slider__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 57px 0 0
}

.streamer-profile__photos-wrapper .photos-slider__controls .streamer-video-next-arrow,
.streamer-profile__photos-wrapper .photos-slider__controls .streamer-video-prev-arrow,
.streamer-profile__photos-wrapper .video-slider__controls .streamer-video-next-arrow,
.streamer-profile__photos-wrapper .video-slider__controls .streamer-video-prev-arrow,
.streamer-profile__video-wrapper .photos-slider__controls .streamer-video-next-arrow,
.streamer-profile__video-wrapper .photos-slider__controls .streamer-video-prev-arrow,
.streamer-profile__video-wrapper .video-slider__controls .streamer-video-next-arrow,
.streamer-profile__video-wrapper .video-slider__controls .streamer-video-prev-arrow {
    width: 68px;
    height: 68px;
    display: block
}

.streamer-profile__photos-wrapper .photos-slider__controls .streamer-video-next-arrow img,
.streamer-profile__photos-wrapper .photos-slider__controls .streamer-video-prev-arrow img,
.streamer-profile__photos-wrapper .video-slider__controls .streamer-video-next-arrow img,
.streamer-profile__photos-wrapper .video-slider__controls .streamer-video-prev-arrow img,
.streamer-profile__video-wrapper .photos-slider__controls .streamer-video-next-arrow img,
.streamer-profile__video-wrapper .photos-slider__controls .streamer-video-prev-arrow img,
.streamer-profile__video-wrapper .video-slider__controls .streamer-video-next-arrow img,
.streamer-profile__video-wrapper .video-slider__controls .streamer-video-prev-arrow img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.streamer-profile__photos-wrapper .photos-slider__controls .streamer-video-prev-arrow,
.streamer-profile__photos-wrapper .video-slider__controls .streamer-video-prev-arrow,
.streamer-profile__video-wrapper .photos-slider__controls .streamer-video-prev-arrow,
.streamer-profile__video-wrapper .video-slider__controls .streamer-video-prev-arrow {
    margin: 0 30px 0 0
}

.streamer-profile__photos-wrapper .photos-slider__controls,
.streamer-profile__video-wrapper .photos-slider__controls {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 27px auto 0
}

.streamer-profile__photos-wrapper .controls-line,
.streamer-profile__video-wrapper .controls-line {
    background: #e0e0e0;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 30px;
    display: block
}

.streamer-profile__photos-wrapper .controls-btn,
.streamer-profile__video-wrapper .controls-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 263px;
    width: 100%;
    min-height: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #333;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: transparent;
    cursor: pointer
}

.streamer-profile__photos-wrapper .controls-btn:hover,
.streamer-profile__video-wrapper .controls-btn:hover {
    color: #fff;
    background: #00aa3a;
    border: 1px solid #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none
}

.streamer-profile__photos-wrapper .controls-btn:focus,
.streamer-profile__video-wrapper .controls-btn:focus {
    outline: none;
    background: transparent
}

.streamer-profile__video-slider {
    position: relative
}

.streamer-profile__video-slider .slick-list {
    padding: 0 20% 0 0 !important;
    margin: 0 -11px
}

.streamer-profile__video-slider .slick-slide {
    margin: 0 11px
}

.streamer-profile__video-slider .item-iframe-wrapper {
    position: relative;
    padding-bottom: 56.6%
}

.streamer-profile__video-slider .item-iframe-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.streamer-profile__photos-slider {
    position: relative;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.streamer-profile__photos-slider .photos-slider__item {
    display: none;
    width: 100%;
    margin: 0 30px 30px 0
}

.streamer-profile__photos-slider .item-image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 189.3px;
    border-radius: 4px
}

.streamer-profile__photos-slider .item-image-wrapper img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    border-radius: inherit
}

.streamer-profile .catalog-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list {
    list-style-type: none
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide {
    display: none;
    width: 100%;
    margin: 0 auto 30px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide-wrap {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide-wrap .slot-mashine-img-wrap {
    display: block;
    width: 165px;
    height: 165px;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide-wrap img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom {
    padding: 14px 3px 6px 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    height: 125px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom-wrap {
    max-height: 72px;
    overflow: hidden
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom-wrap .slot-mashine-title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom-wrap .slot-mashine-title:hover {
    color: #333
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom-wrap .slot-mashine-title-descr {
    color: #8e8e8e;
    margin-top: 2px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap {
    position: absolute;
    bottom: 6px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-top {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #00aa3a;
    margin-bottom: 2px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-top .volatility-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-top .rtpTitle {
    text-transform: uppercase;
    margin-left: auto;
    color: #00aa3a
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-bottom {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #8e8e8e
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-bottom .volatility {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
}

.streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-bottom .rtp {
    margin-left: auto
}

.streamer-profile h1.section-title {
    margin-bottom: 0 !important;
    color: #000
}

.streamer-profile .title-wrap-main#streamer-profile__info {
    padding-left: 0
}

.streamer-profile .slot-mashine-list-btn__wrapper {
    width: 100%
}

.streamer-profile .slot-mashine-list-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 263px;
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #333;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: transparent;
    cursor: pointer
}

.streamer-profile .slot-mashine-list-btn:hover {
    color: #fff;
    background: #00aa3a;
    border: 1px solid #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none
}

.streamer-profile .slot-mashine-list-btn:focus {
    outline: none;
    background: transparent
}

.streamer-profile .section-title-wrap,
.streamer-rating .section-title-wrap {
    position: relative
}

.streamer-profile .section-title-wrap .section-title,
.streamer-rating .section-title-wrap .section-title {
    display: inline-block
}

.streamer-profile .section-title-wrap .section-title:before,
.streamer-rating .section-title-wrap .section-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    width: 4px;
    background: #00aa3a;
    height: 42px
}

.streamer-rating {
    position: relative;
    font-family: Roboto, sans-serif
}

.streamer-rating .container {
    overflow-x: hidden
}

.streamer-rating {
    margin-bottom: 0 !important
}

.streamer-rating__cards-count {
    position: absolute;
    right: -40px;
    top: 77%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: inherit;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    margin: 0
}

.streamer-rating .streamer-rating__card-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.streamer-rating .streamer-rating__card {
    position: relative;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 4px;
    max-width: 393px;
    width: 100%;
    background: #fff
}

.streamer-rating .streamer-rating__card:nth-of-type(1n) {
    margin-right: auto
}

.streamer-rating .streamer-rating__card:nth-of-type(2n) {
    margin-right: 0
}

.streamer-rating .streamer-rating__card .card-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    position: absolute;
    right: 0;
    top: 15px;
    background: #ff9a00;
    min-width: 51px;
    max-width: 51px;
    width: 100%;
    min-height: 21px;
    border-radius: 4px 0 0 4px;
    padding-left: 10px
}

.streamer-rating .streamer-rating__card .card-rating .rating-num {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-style: normal
}

.streamer-rating .streamer-rating__card .card-rating .star {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    margin-right: 4px;
    background: url(/dist/images/webpack/rating_star_white.svg) 0 0 no-repeat
}

.streamer-rating .streamer-rating__card .card-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    min-width: 51px;
    max-width: 51px;
    width: 100%;
    min-height: 21px;
    border-radius: 0 4px 4px 0;
    padding-left: 10px;
    font-family: Roboto, sans-serif
}

.streamer-rating .streamer-rating__card .card-number span {
    color: #ff9a00;
    font-size: 18px;
    line-height: 1;
    font-weight: 700
}

.streamer-rating .streamer-rating__card .card-number span i {
    font-style: normal;
    font-weight: inherit
}

.streamer-rating .streamer-rating__card .card-bg-image {
    position: absolute;
    width: 100%;
    height: 125px;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    pointer-events: none;
    overflow: hidden;
    background: rgba(19, 18, 18, .26)
}

.streamer-rating .streamer-rating__card .card-bg-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.streamer-rating .streamer-rating__card .card-image {
    position: relative;
    max-width: 103px;
    width: 100%;
    min-height: 103px;
    margin: 30px auto 7px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%
}

.streamer-rating .streamer-rating__card .card-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
    border-radius: 50%;
    z-index: 2
}

.streamer-rating .streamer-rating__card .description-nickname {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #00aa3a;
    margin: 0 auto 8px;
    text-align: center;
    word-break: break-word
}

.streamer-rating .streamer-rating__card .description-subscribe {
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 8px;
    width: 100%;
    max-width: 100%
}

.streamer-rating .streamer-rating__card .description-subscribe.disabled a {
    cursor: none;
    pointer-events: none
}

.streamer-rating .streamer-rating__card .description-subscribe.disabled a i {
    font-style: normal;
    background: none;
    color: #8e8e8e !important
}

.streamer-rating .streamer-rating__card .description-subscribe a {
    text-decoration: none;
    margin: 0 5px 0 0
}

.streamer-rating .streamer-rating__card .description-subscribe a:focus,
.streamer-rating .streamer-rating__card .description-subscribe a:hover {
    outline: none;
    text-decoration: none
}

.streamer-rating .streamer-rating__card .description-subscribe a i {
    font-style: normal;
    color: #00aa3a;
    font-size: 15px;
    font-weight: 900
}

.streamer-rating .streamer-rating__card .description-subscribe .subscribe-text {
    display: inline;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    margin: 0
}

.streamer-rating .streamer-rating__card .description-subscribe .subscribe-text .subscribe-amount {
    display: inline;
    font-style: normal;
    color: #00aa3a;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    margin-left: 3px
}

.streamer-rating .streamer-rating__card .description-money {
    font-family: Roboto, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 8px;
    width: 100%;
    max-width: 100%
}

.streamer-rating .streamer-rating__card .description-money .money-text {
    display: inline;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    line-height: normal;
    color: #333;
    margin: 0
}

.streamer-rating .streamer-rating__card .description-money .money-text .money-amount {
    display: inline;
    font-style: normal;
    color: #00aa3a;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    line-height: normal;
    margin-left: 3px
}

.streamer-rating .streamer-rating__card .card-socials {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%
}

.streamer-rating .streamer-rating__card .card-socials .socials-item {
    margin: 0 19px 20px 0
}

.streamer-rating .streamer-rating__card .card-socials .socials-item a {
    position: relative;
    width: 28px;
    height: 28px;
    background: url(/dist/images/webpack/streamer-socials-bg.svg) no-repeat 50%;
    background-size: 100% 100%;
    text-decoration: none;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.streamer-rating .streamer-rating__card .card-socials .socials-item a:focus,
.streamer-rating .streamer-rating__card .card-socials .socials-item a:hover {
    text-decoration: none;
    outline: none
}

.streamer-rating .streamer-rating__card .card-socials .socials-item a i {
    font-style: normal;
    background: #00aa3a;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-size: 16px;
    font-weight: 900
}

.streamer-rating .streamer-rating__card .card-socials .socials-item a img {
    max-width: 14px;
    width: 100%;
    height: auto;
    margin-top: -2px
}

.streamer-rating .streamer-rating__card .card-socials .socials-item:last-of-type {
    margin-right: 0
}

.streamer-rating .streamer-rating__card .card-btn-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.streamer-rating .streamer-rating__card-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    background: #00aa3a;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #fff
}

.streamer-rating .streamer-rating__card-btn:hover {
    background: #0fca4f;
    text-decoration: none;
    color: #fff
}

.streamer-rating .streamer-rating__card-btn:focus {
    outline: none;
    background: #00aa3a
}

.streamer-rating .streamer-rating__card.advert {
    padding: 0
}

.streamer-rating .streamer-rating__card.advert .js-advertising-statistic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: inherit
}

.streamer-rating .streamer-rating__card.advert .js-advertising-statistic a {
    border-radius: inherit
}

.streamer-rating .streamer-rating__card.advert img {
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.streamer-rating__cards-btn-wrapper {
    width: 100%;
    position: relative
}

.streamer-rating__cards-btn-wrapper .streamer-rating__cards-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 263px;
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #333;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    background: transparent;
    cursor: pointer
}

.streamer-rating__cards-btn-wrapper .streamer-rating__cards-btn:hover {
    color: #fff;
    background: #00aa3a;
    border: 1px solid #00aa3a;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none
}

.streamer-rating__cards-btn-wrapper .streamer-rating__cards-btn:focus {
    outline: none;
    background: transparent
}

body {
    background-color: #fff;
    font-family: Roboto, sans-serif;
    color: #333;
    padding-top: 159px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

a:hover {
    text-decoration: underline
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.s2-togall-button {
    display: none !important
}

.new-window img {
    border-radius: 4px
}

.modal-open header.header {
    width: calc(100% - 17px)
}

.modal-open .brand_bg_left a {
    margin-right: 88px
}

.modal-open .brand_bg_right a {
    margin-left: 72px
}

.modal-backdrop {
    background: rgba(0, 0, 0, .7) !important
}

.modal-backdrop.show {
    opacity: 1 !important
}

.page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.page-content,
.page-content section {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-content section {
    margin-bottom: 10px
}

.page-content #otherBonuses {
    margin-bottom: 0
}

.pl-15 {
    padding-left: 15px
}

.page-content:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    display: none;
    -webkit-transition: visibility .3s;
    transition: visibility .3s;
    z-index: 75
}

.menu-opened .page-content:after {
    visibility: visible;
    display: block
}

.section-title-wrap {
    margin-bottom: 0
}

.section-title-wrap .section-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    position: relative;
    margin-bottom: 20px
}

.section-title-wrap .section-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    width: 4px;
    background-color: #00aa3a;
    height: 42px
}

.section-title-wrap .section-title-description {
    height: auto;
    max-height: 2500px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 50px
}

.section-title-wrap .section-title-description.minimized {
    max-height: 150px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.section-title-wrap.title-popover .section-title {
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

.bonus_page .section-title-wrap .section-title-description,
.slot_mashine .section-title-wrap .section-title-description {
    margin-bottom: 30px
}

.user-menu {
    width: 200px;
    z-index: 1102;
    position: absolute;
    top: 33px;
    right: -20px;
    padding-top: 8px;
    display: none
}

.user-menu-wrap {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    border-radius: 4px
}

.user-menu-arrow {
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 12px 15px;
    position: absolute;
    right: 22px;
    top: -8px
}

.user-menu-links {
    background: #fff;
    padding: 20px 20px 0;
    border-bottom: 1px solid #e0e0e0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: relative
}

.user-menu-links ul {
    margin: 0;
    padding: 0
}

.user-menu-links li a {
    display: block;
    color: #333;
    margin-bottom: 15px
}

.user-menu-links li a:hover {
    color: #00aa3a;
    text-decoration: underline
}

.user-menu-close {
    background: #fff;
    padding: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.user-menu-close a {
    display: block;
    color: #333;
    margin-bottom: 0
}

.user-menu-close a:hover {
    color: #00aa3a;
    text-decoration: underline
}

.aside-block {
    position: fixed;
    right: 0;
    top: 0;
    width: 44px;
    height: 100vh;
    min-height: 100%;
    background-color: #000;
    color: #fff;
    z-index: 1061
}

.aside-block .time {
    font-size: 12px;
    text-align: center;
    margin-top: 209px;
    margin-bottom: 60px;
    white-space: nowrap
}

.aside-block .sign-wrap {
    display: none
}

.aside-block .sign-wrap .user {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/dist/images/webpack/user.svg) 0 0 no-repeat;
    cursor: pointer
}

.socials-list {
    font-size: 18px
}

.socials-link {
    display: block;
    text-align: center;
    margin: 40px 0;
    color: #fff
}

.socials-link:hover {
    text-decoration: none;
    color: #00aa3a
}

.socials-link i {
    font-style: normal
}

.socials-link .fa-telegram-bot {
    height: 35px;
    width: 20px;
    display: inline-block;
    background: url(/dist/images/webpack/telegramm-bot.svg) 0 0 no-repeat
}

.socials-link .fa-telegram-bot:hover {
    background: url(/dist/images/webpack/telegramm-bot-green.svg) 0 0 no-repeat
}

.green-color {
    color: #00aa3a !important
}

.red-color {
    color: #d50000 !important
}

.btn {
    padding: 0;
    height: auto;
    width: 263px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    color: #fff !important;
    font-size: 18px;
    background-color: #00aa3a
}

.btn.focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #8e8e8e;
    color: #333 !important;
    line-height: 38px
}

.btn.btn-white:hover {
    color: #fff !important;
    background-color: #0fca4f;
    border-color: #0fca4f
}

.load-more-btn {
    margin-top: 30px
}

.btn.btn-low {
    height: 32px;
    line-height: 32px;
    font-weight: 400
}

.btn-gray {
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
    color: #333 !important
}

.btn-gray:hover {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0
}

.btn-transparent {
    border: 0;
    background-color: #fff;
    color: #00aa3a !important
}

.btn-transparent:hover {
    color: #0fca4f !important;
    background-color: #fff;
    border: 0
}

.btn-follow {
    width: 160px;
    line-height: 30px
}

.btn-follow.not-link {
    background-color: #8e8e8e;
    color: #333 !important;
    cursor: default
}

.btn-follow-white {
    width: 160px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #8e8e8e;
    color: #333 !important
}

.btn-red {
    width: 143px;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #fff !important;
    background-color: #d50000 !important;
    margin: 0
}

.ps__thumb-y {
    background: #00aa3a !important;
    border-radius: 4px;
    width: 8px !important;
    outline: none;
    right: -3px
}

.ps .ps__rail-y {
    opacity: 1 !important;
    width: 2px;
    right: 14px !important;
    background-color: #c4c4c4 !important;
    margin-top: 20px
}

.ps .ps__rail-y:hover {
    background-color: #c4c4c4 !important;
    opacity: .6
}

.ps .ps__rail-y:hover .ps__thumb-y {
    background: #00aa3a !important;
    width: 8px !important
}

.os-scrollbar-vertical {
    padding: 0
}

.os-scrollbar-vertical .os-scrollbar-track {
    position: absolute;
    width: 2px;
    right: 14px !important;
    background-color: #c4c4c4 !important
}

.os-scrollbar-vertical .os-scrollbar-handle {
    background: #00aa3a !important;
    border-radius: 4px;
    width: 8px !important;
    right: -3px
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
    cursor: pointer;
    z-index: 1
}

.os-scrollbar-horizontal {
    padding: 0
}

.os-scrollbar-horizontal .os-scrollbar-track {
    height: 2px;
    background-color: #c4c4c4 !important
}

.os-scrollbar-horizontal .os-scrollbar-handle {
    top: -3px;
    background: #00aa3a !important;
    border-radius: 4px;
    height: 8px !important
}

.os-theme-dark>.os-scrollbar.os-scrollbar-vertical {
    padding: 0
}

.first-block-aside-section {
    margin-top: -36px
}

.first-block-aside-section .create-blog-btn {
    margin-bottom: 30px
}

body.authors .section-title-wrap .create-blog-btn,
body:not(.authors) .section-title-wrap .create-blog-btn {
    display: none
}

.first-block .btn-wrap {
    text-align: center;
    margin-top: 22px;
    position: relative
}

.first-block .btn-wrap:after,
.first-block .btn-wrap:before {
    content: "";
    height: 1px;
    width: 50%;
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #8e8e8e
}

.first-block .btn-wrap:after {
    left: auto;
    right: 0
}

.first-block #showHideBtn {
    background-color: #fff;
    position: relative;
    z-index: 3;
    text-decoration: none
}

.first-block #showHideBtn:hover {
    color: #fff !important;
    background-color: #0fca4f;
    border-color: #0fca4f
}

.first-block .title-description {
    display: block
}

.first-block .title-description h2,
.first-block .title-description h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8px
}

.first-block .title-description p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.aside-slider {
    margin-bottom: 30px
}

.aside-slider img {
    border-radius: 4px
}

.aside-img-wrap {
    margin-bottom: 30px
}

.aside-img-wrap img {
    border-radius: 4px
}

.right-img {
    display: block
}

.right-img img {
    border-radius: 4px
}

.footer-text-wrap .section-title-wrap {
    margin-bottom: 20px
}

.footer-text-wrap .section-title-wrap .section-title {
    min-height: 42px
}

.footer-text-wrap .footer-text {
    margin-bottom: 38px
}

.footer-text-wrap .footer-text>:last-child {
    margin-bottom: 0
}

.table-wrap {
    margin-top: 30px;
    margin-bottom: 30px
}

.table-wrap div {
    margin-bottom: 0 !important
}

.col-xl-9 .table-wrap caption {
    max-width: 848px
}

.table-wrap .os-content {
    padding-bottom: 11px !important
}

.table-wrap .os-content:after {
    clear: both
}

.table-wrap.os-host-scrollbar-horizontal-hidden caption {
    margin-top: 10px
}

caption {
    caption-side: bottom;
    max-width: 1140px;
    color: #333;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    margin-top: 18px;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #8e8e8e
}

table {
    color: #333;
    width: 100%;
    height: auto;
    border: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin: 30px auto;
}

table[align=center] {
    margin: auto
}

table thead th {
    padding: 4px 10px 3px !important
}

table th {
    color: #fff;
    background-color: #565656;
    border: 0 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 17px 10px 18px !important;
    vertical-align: middle
}

table th:first-child {
    padding-left: 20px !important
}

table th * {
    font-family: Roboto, sans-serif !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important
}

table tbody tr:nth-of-type(odd) {
    background-color: #d9ecdb;
}

table tbody tr td {
    border: 0 !important;
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    vertical-align: middle;
    font-weight: 400;
    padding: 17px 10px 18px !important
}

table tbody tr td:first-child {
    padding-left: 20px !important
}

table tbody tr td * {
    font-family: Roboto, sans-serif !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important
}

.text-content__wrapper .text-content.text-format .iframe-wrapper {
    position: relative;
    padding-bottom: 9.5%;
    margin-top: 20px;
    margin-bottom: 20px
}

.text-content__wrapper .text-content.text-format .iframe-wrapper iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}

.page-main .iframe-wrapper {
    position: relative;
    padding-bottom: 7.1%;
    width: 100%;
    max-width: 100%
}

.page-main .iframe-wrapper iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}

iframe {
    max-width: 100%
}

.footer-text>:last-child,
.text-format>:last-child {
    margin-bottom: 0
}

.footer-text iframe,
.text-format iframe {
    margin-bottom: 30px
}

.footer-text .table-wrap,
.text-format .table-wrap {
    margin-top: 0;
    margin-bottom: 30px
}

.footer-text .table-wrap p,
.text-format .table-wrap p {
    width: 100%;
    display: block;
    min-width: 100%;
    word-break: inherit
}

.footer-text h1,
.footer-text h2,
.footer-text h3,
.footer-text h4,
.footer-text h5,
.footer-text h6,
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6 {
    margin-bottom: 30px
}

.footer-text h1,
.text-format h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px
}

.footer-text h2,
.text-format h2 {
    font-size: 24px;
    line-height: 28px
}

.footer-text h3,
.footer-text h4,
.text-format h3,
.text-format h4 {
    font-size: 20px;
    line-height: 23px
}

.footer-text h5,
.text-format h5 {
    font-size: 19px;
    line-height: 22px
}

.footer-text h6,
.text-format h6 {
    font-size: 17px;
    line-height: 20px
}

.footer-text p,
.text-format p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

.footer-text blockquote,
.text-format blockquote {
    margin: 46px auto 53px;
    width: 90%;
    padding: 40px 30px 10px;
    border-top: 2px solid #00aa3a;
    border-bottom: 2px solid #00aa3a;
    position: relative
}

.footer-text blockquote:after,
.footer-text blockquote:before,
.text-format blockquote:after,
.text-format blockquote:before {
    content: "";
    width: 70px;
    height: 7px;
    background-color: #00aa3a;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: -4px;
    left: calc(50% - 35px)
}

.footer-text blockquote:after,
.text-format blockquote:after {
    top: auto;
    bottom: -4px
}

.footer-text blockquote p,
.text-format blockquote p {
    font-size: 20px;
    line-height: 23px;
    text-align: center
}

.footer-text blockquote.quote2,
.text-format blockquote.quote2 {
    background: rgba(0, 170, 58, .1);
    border-radius: 0 50px 50px 50px;
    width: 80%;
    border: 1px solid transparent
}

.footer-text blockquote.quote2:after,
.footer-text blockquote.quote2:before,
.text-format blockquote.quote2:after,
.text-format blockquote.quote2:before {
    display: none
}

.footer-text blockquote.quote2 p,
.text-format blockquote.quote2 p {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px
}

.footer-text blockquote.quote3,
.text-format blockquote.quote3 {
    width: 360px;
    background: rgba(0, 170, 58, .03);
    border: 3px solid rgba(0, 170, 58, .1);
    padding: 40px 28px 10px;
    position: relative
}

.footer-text blockquote.quote3:before,
.text-format blockquote.quote3:before {
    content: "";
    width: 51px;
    height: 40px;
    border-radius: 0;
    background: url(/dist/images/webpack/quote3.svg) 50% no-repeat;
    position: absolute;
    left: 21px;
    top: -23px
}

.footer-text blockquote.quote3:after,
.text-format blockquote.quote3:after {
    display: none
}

.footer-text blockquote.quote3 p,
.text-format blockquote.quote3 p {
    font-style: normal !important;
    font-size: 16px;
    line-height: 19px
}

.footer-text blockquote.quote4,
.text-format blockquote.quote4 {
    width: 100%;
    padding: 2px 0 0 33px;
    border: 0;
    border-left: 8px solid #00aa3a;
    border-radius: 0
}

.footer-text blockquote.quote4 h2,
.footer-text blockquote.quote4 h3,
.footer-text blockquote.quote4 h4,
.footer-text blockquote.quote4 h5,
.footer-text blockquote.quote4 h6,
.text-format blockquote.quote4 h2,
.text-format blockquote.quote4 h3,
.text-format blockquote.quote4 h4,
.text-format blockquote.quote4 h5,
.text-format blockquote.quote4 h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #00aa3a;
    margin-bottom: 17px
}

.footer-text blockquote.quote4 p,
.text-format blockquote.quote4 p {
    font-size: 16px;
    line-height: 24px;
    text-align: left
}

.footer-text blockquote.quote4:after,
.footer-text blockquote.quote4:before,
.text-format blockquote.quote4:after,
.text-format blockquote.quote4:before {
    display: none
}

.footer-text b,
.footer-text strong,
.text-format b,
.text-format strong {
    font-weight: 700
}

.footer-text em,
.footer-text i,
.text-format em,
.text-format i {
    font-style: italic;
    font-size: 16px;
    line-height: 19px
}

.footer-text hr,
.text-format hr {
    border: 1px solid hsla(0, 0%, 59.2%, .5)
}

.footer-text ol,
.footer-text ul,
.text-format ol,
.text-format ul {
    counter-reset: myCounter;
    padding-left: 69px
}

.footer-text ol li,
.footer-text ul li,
.text-format ol li,
.text-format ul li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 9px;
    padding-bottom: 10px;
    min-height: 33px;
    list-style: none;
    position: relative
}

.footer-text ol li:before,
.footer-text ul li:before,
.text-format ol li:before,
.text-format ul li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
    background-color: #00aa3a;
    display: block;
    text-align: center;
    position: absolute;
    top: -4px;
    left: -45px
}

.footer-text ol li:after,
.footer-text ul li:after,
.text-format ol li:after,
.text-format ul li:after {
    content: "";
    left: -18px;
    top: 13px;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -10px;
    border: 7px solid transparent;
    border-left: 5px solid #00aa3a
}

.footer-text ol li ol,
.footer-text ol li ul,
.footer-text ul li ol,
.footer-text ul li ul,
.text-format ol li ol,
.text-format ol li ul,
.text-format ul li ol,
.text-format ul li ul {
    margin-top: 19px
}

.footer-text ol li ol li:last-child,
.footer-text ol li ul li:last-child,
.footer-text ul li ol li:last-child,
.footer-text ul li ul li:last-child,
.text-format ol li ol li:last-child,
.text-format ol li ul li:last-child,
.text-format ul li ol li:last-child,
.text-format ul li ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 19px
}

.footer-text ul li:before,
.text-format ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #00aa3a;
    display: block;
    position: absolute;
    left: -30px;
    top: 4px
}

.footer-text ul li:after,
.text-format ul li:after {
    display: none
}

.footer-text big,
.text-format big {
    font-size: 17px
}

.footer-text div,
.text-format div {
    margin-bottom: 30px
}

.footer-text .marker,
.text-format .marker {
    background-color: #00aa3a;
    color: #fff
}

.footer-text a,
.text-format a {
    color: #00aa3a;
    text-decoration: underline
}

.footer-text a:hover,
.text-format a:hover {
    text-decoration: none
}

.footer-text pre,
.text-format pre {
    margin-bottom: 30px
}

.brand_bg {
    position: fixed;
    top: 129px;
    z-index: 1;
    width: calc(50% - 585px);
    height: 100%;
    background-attachment: fixed
}

.brand_bg img {
    height: 1020px;
    max-width: inherit;
    width: 295px
}

.brand_bg_right {
    right: 0;
    z-index: 40
}

.brand_bg_right a {
    float: left;
    margin-left: 80px
}

.brand_bg_left {
    left: 0;
    z-index: 40
}

.brand_bg_left a {
    float: right;
    margin-right: 80px
}

.brand_bg_bottom {
    position: fixed;
    bottom: 0;
    z-index: 1061;
    width: 100%;
    height: 90px;
    background-attachment: fixed;
    background-position: bottom;
    display: none
}

.brand_bg_bottom a {
    display: block;
    height: 90px;
    background: 50% no-repeat
}

.brand_bg_bottom .close {
    background: url(/dist/images/webpack/close.svg) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 55px;
    z-index: 1;
    opacity: 1
}

.brand_bg_bottom_mobile {
    position: fixed;
    bottom: 44px;
    z-index: 1061;
    width: 100%;
    height: 90px;
    background-attachment: fixed;
    background-position: bottom;
    display: none;
    height: 45px
}

.brand_bg_bottom_mobile a {
    display: block;
    height: 45px;
    background: 50% no-repeat
}

.brand_bg_bottom_mobile .close {
    background: url(/dist/images/webpack/close.svg) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    opacity: 1
}

.baza_znaniy .first-block {
    margin-bottom: 0 !important
}

.baza_znaniy .pagination {
    margin-top: 0
}

.baza_znaniy .news-list-item-link img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.baza_znaniy .pagination {
    margin-bottom: 30px
}

.baza_znaniy .footer-text-wrap {
    margin-top: 20px
}

#review-form .krajee-icon.krajee-icon-star,
.review-start-wrapper .krajee-icon.krajee-icon-star {
    width: 14px;
    height: 14px
}

#review-form .caption,
#review-form .clear-rating,
.review-start-wrapper .caption,
.review-start-wrapper .clear-rating {
    display: none
}

#review-form .theme-krajee-svg .filled-stars .krajee-icon-star,
.review-start-wrapper .theme-krajee-svg .filled-stars .krajee-icon-star {
    background-image: url(/dist/images/webpack/rating_star_yellow.svg)
}

#review-form .theme-krajee-svg .empty-stars .krajee-icon-star,
.review-start-wrapper .theme-krajee-svg .empty-stars .krajee-icon-star {
    background-image: url(/dist/images/webpack/rating_star_gray.svg)
}

.toggle-bookmark {
    cursor: pointer
}

.catalog.loading {
    position: relative
}

.catalog.loading:after {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    opacity: .6
}

.catalog.loading:after,
.catalog.loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0
}

#circularG {
    width: 58px;
    height: 58px;
    margin: auto;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 50%
}

.circularG {
    position: absolute;
    background-color: #00aa3a;
    width: 14px;
    height: 14px;
    border-radius: 9px;
    -webkit-animation-name: bounce_circularG;
    animation-name: bounce_circularG;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

#circularG_1 {
    left: 0;
    top: 23px;
    -webkit-animation-delay: .41s;
    animation-delay: .41s
}

#circularG_2 {
    left: 6px;
    top: 6px;
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

#circularG_3 {
    top: 0;
    left: 23px;
    -webkit-animation-delay: .69s;
    animation-delay: .69s
}

#circularG_4 {
    right: 6px;
    top: 6px;
    -webkit-animation-delay: .83s;
    animation-delay: .83s
}

#circularG_5 {
    right: 0;
    top: 23px;
    -webkit-animation-delay: .97s;
    animation-delay: .97s
}

#circularG_6 {
    right: 6px;
    bottom: 6px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

#circularG_7 {
    left: 23px;
    bottom: 0;
    -webkit-animation-delay: 1.24s;
    animation-delay: 1.24s
}

#circularG_8 {
    left: 6px;
    bottom: 6px;
    -webkit-animation-delay: 1.38s;
    animation-delay: 1.38s
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

.casino-review .section-title-wrap,
.sitemap .section-title-wrap,
.template-page .section-title-wrap,
.terms .section-title-wrap {
    margin-bottom: 0
}

.casino-review .section-title-wrap .section-title,
.sitemap .section-title-wrap .section-title,
.template-page .section-title-wrap .section-title,
.terms .section-title-wrap .section-title {
    margin-bottom: 20px
}

@media (min-width:320px) {
    .streamer-profile .container {
        max-width: 100%;
        width: 100%
    }

    .container,
    .streamer-rating .container {
        max-width: 293px;
        width: 293px
    }
}

@media (min-width:320px) and (max-width:767px) {
    body.about .container {
        width: 100%;
        max-width: 540px
    }
}

@media (min-width:360px) {

    .streamer-profile .container,
    .streamer-rating .container {
        max-width: 328px;
        width: 328px
    }
}

@media (min-width:360px) and (max-width:767px) {
    .online_casino_rating .rating-container__content {
        padding: 0
    }

    .online_casino_rating .rating-container .container {
        max-width: 348px;
        width: 348px;
        padding: 0
    }

    .online_casino_rating .rating-container .container .row {
        margin: 0
    }
}

@media (min-width:375px) and (max-width:480px) {
    .quiz-slider__content {
        top: 80%
    }

    .quiz-form__content,
    .quiz-results {
        top: 55%
    }

    .gambler-iq-test .quiz-slider__content {
        top: 80%
    }

    .gambler-iq-test .quiz-form__content,
    .gambler-iq-test .quiz-results {
        top: 55%
    }
}

@media screen and (min-width:575px) {

    .gk-subscribe-modal .modal-dialog,
    .gk-subscribe-thanks-modal .modal-dialog {
        max-width: 320px;
        width: 100%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        left: 50%
    }
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }

    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }

    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }

    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }

    .jumbotron {
        padding: 4rem 2rem
    }

    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .play-casino-modal .modal-dialog {
        max-width: 580px;
        width: 100%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        left: 50%
    }
}

@media screen and (min-width:576px) {

    .gk-subscribe-modal .modal-dialog,
    .gk-subscribe-thanks-modal .modal-dialog {
        max-width: 320px;
        width: 100%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        left: 50%
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }

    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .search__form .form-group {
        margin-bottom: 0;
        border: 1px solid #8e8e8e;
        border-radius: 4px
    }

    .search__form .form-control {
        border: 0;
        text-align: left;
        padding: 9px 5px 7px 16px;
        height: 30px
    }

    .search__form .input-group-addon {
        background-color: #fff;
        border-radius: 0 4px 4px 0
    }

    .search__form .input-group-btn {
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 6px 9px 0 5px;
        border: 0;
        background: #fff url(/dist/images/webpack/search-active.svg) 0 0 no-repeat
    }

    .rating-container__content .casino-rating__row {
        height: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .rating-container__content .casino-rating__row.one {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .rating-container__content .casino-rating__row.three,
    .rating-container__content .casino-rating__row.two {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .rating-container__content .casino-rating__name {
        max-width: 100%
    }

    .streamer-profile .container {
        max-width: 555px;
        width: 555px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__image {
        min-height: 133px;
        max-width: 133px
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 22px 50px
    }

    .streamer-profile__info-content .content-table__row .row-title {
        width: 39.6%;
        max-width: 39.6%
    }

    .streamer-profile__photos-wrapper,
    .streamer-profile__video-wrapper {
        overflow-x: hidden
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide {
        margin: 0 30px 30px 0;
        width: 165px
    }

    .streamer-rating .container {
        max-width: 585px;
        width: 585px
    }

    .streamer-rating__cards-count {
        font-size: 14px;
        line-height: 16px;
        top: 77%;
        right: -40px
    }

    .container {
        max-width: 585px;
        width: 585px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .rating-container__content .casino-rating__logo {
        margin-top: 20px
    }

    .rating-container__content .casino-rating__desc {
        margin-bottom: 16px
    }

    .streamer-rating .streamer-rating__card {
        padding: 15px
    }

    .streamer-rating .streamer-rating__card .card-socials .socials-item {
        margin: 0 7px 20px 0
    }

    .streamer-rating .streamer-rating__card .card-socials .socials-item a {
        width: 23px;
        height: 23px
    }

    .streamer-rating .streamer-rating__card .card-socials .socials-item a i {
        font-size: 14px
    }

    .streamer-rating .streamer-rating__card .card-socials .socials-item a img {
        max-width: 18px;
        height: 18px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: -4px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bookmark-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .bookmark-nav li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 263px;
        -ms-flex: 0 0 263px;
        flex: 0 0 263px;
        max-width: 263px;
        border: 0;
        margin-bottom: 9px
    }

    .bookmark-nav li:nth-child(2n) {
        margin-left: 28px
    }

    .bookmark-nav li .bookmark-nav-link {
        border: 1px solid #8e8e8e;
        border-radius: 4px;
        text-align: center
    }

    .bookmark-nav li .bookmark-nav-link.active {
        border-color: #00aa3a
    }

    .sort_catalog .casino-online-list .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sort_catalog .casino-online-list .casino-online-item:nth-child(2n) {
        padding-left: 15px
    }

    .sort_catalog .casino-online-list .casino-online-item:nth-child(odd) {
        padding-right: 15px
    }

    .sort_catalog .casino-online-title {
        width: 258px;
        margin-left: 5px
    }

    .sort_currency .casino-online-list .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sort_currency .casino-online-list .casino-online-item:nth-child(2n) {
        padding-left: 15px
    }

    .sort_currency .casino-online-list .casino-online-item:nth-child(odd) {
        padding-right: 15px
    }

    .sort_currency .casino-online-title {
        width: 258px;
        margin-left: 5px
    }

    .sort_casino .casino-online-list .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sort_casino .casino-online-list .casino-online-item:nth-child(2n) {
        padding-left: 15px
    }

    .sort_casino .casino-online-list .casino-online-item:nth-child(odd) {
        padding-right: 15px
    }

    .sort_casino .casino-online-title {
        width: 258px;
        margin-left: 5px
    }

    .authors .casino-online-list .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .authors .casino-online-list .casino-online-item:nth-child(2n) {
        padding-left: 15px
    }

    .authors .casino-online-list .casino-online-item:nth-child(odd) {
        padding-right: 15px
    }

    .authors .casino-online-title {
        width: 258px;
        margin-left: 5px
    }

    #all-videos .swiper-container {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 585px !important
    }

    .all-videos-page .casino-online-list .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .all-videos-page .casino-online-list .casino-online-item:nth-child(2n) {
        padding-left: 15px
    }

    .all-videos-page .casino-online-list .casino-online-item:nth-child(odd) {
        padding-right: 15px
    }

    .all-videos-page .casino-online-title {
        width: 258px;
        margin-left: 5px
    }

    .streamer_iq_quiz:before {
        background: url(/dist/images/webpack/dragon-left-md.png) no-repeat 50%;
        width: 650px;
        height: 658px
    }

    .streamer_iq_quiz:after {
        background: url(/dist/images/webpack/dragon-right-md.png) no-repeat 50%;
        width: 696px;
        height: 740px
    }

    .quiz-start__screen {
        max-width: 570px;
        padding: 55px 60px 42px
    }

    .quiz-start__screen-text {
        font-size: 24px;
        line-height: 33px
    }

    .quiz-start__screen-btn {
        margin: 36px auto 0;
        max-width: 144px;
        min-height: 35px
    }

    .quiz-slider__content-title {
        font-size: 42px
    }

    .quiz-slider__content-inner {
        max-width: 570px
    }

    .quiz-slider__content .inner-paging__info {
        top: 153px;
        left: 75px
    }

    .quiz-slider__content .inner-arrows {
        max-width: 452px
    }

    .quiz-slider__content .inner-arrows .quiz-slider-next,
    .quiz-slider__content .inner-arrows .quiz-slider-prev {
        max-width: 106px;
        min-height: 25px
    }

    .quiz-slider__content-slider .slick-dots {
        top: calc(100% + 40px)
    }

    .quiz-slider__content-slider .slider-item__inner {
        max-width: 452px
    }

    .quiz-slider__content-slider .slider-item__inner .inner-image {
        width: 99px;
        height: 99px;
        -webkit-transform: translate(-50%, -49.5px);
        transform: translate(-50%, -49.5px)
    }

    .quiz-slider__content-slider .slider-item__inner .inner-image img {
        max-width: 80%;
        width: 99px
    }

    .quiz-slider__content-slider .slider-item__inner .inner-title {
        font-size: 21px
    }

    .quiz-slider__content-slider .slider-item__inner .inner-question .question-number {
        font-size: 26px
    }

    .quiz-form__content {
        max-width: 570px;
        padding: 51px 65px 56px
    }

    .quiz-form__content-title {
        font-size: 24px;
        line-height: 33px
    }

    .quiz-form__content-form .form-group:not(:last-of-type) {
        margin-bottom: 36px
    }

    .quiz-form__content-form .content-form__submit {
        margin: 36px 0 0;
        max-width: 144px;
        min-height: 35px
    }

    .quiz-results {
        max-width: 570px;
        width: 100%
    }

    .quiz-results__title {
        font-size: 42px;
        line-height: 59px
    }

    .quiz-results__content {
        max-width: 570px;
        padding: 42px 50px 42px 38px;
        margin: 72.5px auto 0
    }

    .quiz-results__content .content-image {
        width: 99px;
        height: 99px;
        -webkit-transform: translate(-50%, -49.5px);
        transform: translate(-50%, -49.5px)
    }

    .quiz-results__content .content-image img {
        max-width: 80%;
        width: 99px
    }

    .quiz-results__content .content-text {
        font-size: 24px;
        line-height: 33px
    }

    .gambler-iq-test .streamer_iq_quiz:before {
        background: url(/dist/images/webpack/viking-left-md.png) no-repeat 50%;
        width: 236px;
        height: 600px
    }

    .gambler-iq-test .streamer_iq_quiz:after {
        background: url(/dist/images/webpack/viking-right-md.png) no-repeat 50%;
        width: 239px;
        height: 454px
    }

    .gambler-iq-test .quiz-start__screen {
        max-width: 570px;
        padding: 47px 62px 52px
    }

    .gambler-iq-test .quiz-start__screen-text {
        font-size: 24px;
        line-height: 33px
    }

    .gambler-iq-test .quiz-start__screen-btn {
        margin: 36px auto 0;
        max-width: 144px;
        min-height: 35px
    }

    .gambler-iq-test .quiz-slider__content-title {
        font-size: 28px
    }

    .gambler-iq-test .quiz-slider__content-inner {
        max-width: 570px
    }

    .gambler-iq-test .quiz-slider__content .inner-paging__info {
        top: 207px
    }

    .gambler-iq-test .quiz-slider__content .inner-arrows {
        max-width: 452px
    }

    .gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-next,
    .gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-prev {
        max-width: 106px;
        min-height: 25px
    }

    .gambler-iq-test .quiz-slider__content-slider .slick-dots {
        top: calc(100% + 40px)
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner {
        max-width: 452px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-image {
        width: 85px;
        height: 85px;
        -webkit-transform: translate(-50%, -42.5px);
        transform: translate(-50%, -42.5px)
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-title {
        padding: 51px 39px 16px;
        font-size: 14px;
        line-height: 17px;
        margin: 20px auto 43px;
        border-radius: 4px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question {
        max-width: 107px;
        min-height: 33px;
        border-radius: 4px;
        margin: 0 61.5px 0 0
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-number {
        max-width: 30px;
        font-size: 18px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-text {
        font-size: 11px;
        line-height: 13px;
        padding-right: 4px
    }

    .streamer-profile .streamer-profile__card {
        max-width: 555px;
        width: 100%;
        margin: 30px auto 60px
    }

    .streamer-profile .streamer-profile__card-top .left-side .rating-stars {
        margin-top: 26px
    }

    .streamer-profile .streamer-profile__card-top .right-side {
        padding: 0 0 0 20px
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item {
        margin: 0 28px 0 0
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item:last-of-type,
    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item:nth-of-type(8) {
        margin: 0
    }

    .streamer-profile .streamer-profile__card-bottom {
        padding: 19px 15px 0
    }

    .streamer-profile .streamer-profile__card-bottom a {
        word-break: normal;
        padding: 0 0 18px;
        max-width: 80px;
        margin: 0 25px 0 0
    }

    .streamer-profile .streamer-profile__card-bottom a:nth-of-type(5) {
        margin: 0
    }

    .streamer-profile__info-content {
        max-width: 555px;
        width: 100%;
        margin: 0 auto
    }

    .streamer-profile__inner {
        padding: 0
    }

    .streamer-profile__photos-wrapper .photos-slider__controls,
    .streamer-profile__photos-wrapper .video-slider__controls,
    .streamer-profile__video-wrapper .photos-slider__controls,
    .streamer-profile__video-wrapper .video-slider__controls {
        margin: 57px auto 0;
        max-width: 555px;
        width: 555px
    }

    .streamer-profile__photos-wrapper .photos-slider__controls,
    .streamer-profile__video-wrapper .photos-slider__controls {
        margin: 27px auto 0
    }

    .streamer-profile__photos-wrapper .controls-line,
    .streamer-profile__video-wrapper .controls-line {
        display: none
    }

    .streamer-profile__video-slider .slick-list {
        width: calc(50vw + 292.5px);
        padding-right: calc(50vw - 292.5px) !important;
        margin-left: calc(50vw - 292.5px)
    }

    .streamer-profile__video-slider .slick-slide {
        margin: 0 15px
    }

    .streamer-profile__video-slider .item-iframe-wrapper {
        padding-bottom: 57%
    }

    .streamer-profile__photos-slider {
        max-width: 555px;
        margin: 0 auto
    }

    .streamer-profile__photos-slider .photos-slider__item {
        max-width: 165px
    }

    .streamer-profile__photos-slider .photos-slider__item:nth-of-type(3n) {
        margin-right: 0
    }

    .streamer-profile__photos-slider .item-image-wrapper {
        min-height: 165px
    }

    .streamer-profile .catalog-items {
        max-width: 555px;
        min-width: 555px;
        width: 100%;
        margin: 0 auto
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide:nth-of-type(3n) {
        margin-right: 0
    }

    .streamer-profile .section-title-wrap,
    .streamer-rating .section-title-wrap {
        margin: 0 auto;
        max-width: 555px;
        width: 555px
    }

    .streamer-rating .streamer-rating__card {
        max-width: 263px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .active-drop-menu {
        position: relative
    }

    .active-drop-menu .bookmark-nav-url-wrap {
        border-radius: 4px
    }

    .active-drop-menu .bookmark-nav-url-wrap .caret {
        border-radius: 4px;
        border-right: 1px solid transparent !important;
        border-top: 1px solid transparent !important;
        border-bottom: 1px solid transparent !important;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .active-drop-menu .bookmark-drop-menu {
        position: absolute;
        top: 45px;
        left: 0;
        background: #fff;
        z-index: 900;
        width: 100%
    }

    .bookmark-nav-wrap .bookmark-nav-url-wrap:focus,
    .bookmark-nav-wrap .bookmark-nav-url-wrap:hover {
        border-radius: 4px;
        border-color: transparent
    }

    .bookmark-nav-wrap .bookmark-nav-url-wrap:focus .caret,
    .bookmark-nav-wrap .bookmark-nav-url-wrap:hover .caret {
        border-color: transparent
    }

    .bookmark-nav-wrap .bookmark-nav {
        overflow: visible
    }

    .bookmark-nav-wrap .bookmark-nav .caret {
        border-right: 1px solid #8e8e8e;
        border-top: 1px solid #8e8e8e;
        border-bottom: 1px solid #8e8e8e;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .bookmark-nav-wrap .bookmark-nav-url {
        text-align: center;
        border-radius: 4px;
        border: 1px solid #8e8e8e
    }

    .bookmark-nav-wrap .bookmark-nav-url:focus,
    .bookmark-nav-wrap .bookmark-nav-url:hover {
        border-radius: 4px;
        border-color: transparent
    }

    .bookmark-nav-wrap .bookmark-nav-url.active {
        border: transparent
    }

    .cabinet-advertising .nav-tabs .nav-item .btn {
        margin-top: 30px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }

    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .header-right .languagepicker:hover .languagepicker-dropduwn {
        display: block
    }

    .header-nav-dropdown-list__col {
        margin-bottom: 30px
    }

    .hamburger {
        display: none
    }

    .header-middle {
        display: block !important
    }

    .article .article-contents-footer .share .bookmarks:hover {
        background: url(/dist/images/webpack/bookmark-green.svg) 0 no-repeat
    }

    .article .text-format .integrated .row {
        margin: 0
    }

    .article .text-format .integrated .row .col-12 .adv-img-wrap-no-slider {
        left: 0;
        height: 100%;
        width: 100%
    }

    .streamer-profile .container {
        max-width: 878px;
        width: 878px
    }

    .streamer-profile__photos-slider .photos-slider__item {
        max-width: 189.3px
    }

    .streamer-profile__photos-slider .photos-slider__item:nth-of-type(4n) {
        margin-right: 0
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide {
        margin: 0 34.5px 34.5px 0;
        width: 186px
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide:nth-of-type(4n) {
        margin-right: 0
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide-wrap .slot-mashine-img-wrap {
        width: 186px;
        height: 186px
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-bottom .volatility,
    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-top .volatility-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 131px;
        -ms-flex: 0 0 131px;
        flex: 0 0 131px;
        max-width: 131px
    }

    .streamer-profile h1.section-title {
        margin-bottom: 30px !important
    }

    .container,
    .streamer-rating .container {
        max-width: 878px;
        width: 878px
    }

    .menu-opened .page-content:after {
        display: none !important
    }

    .sort_casino,
    .sort_catalog,
    .sort_currency {
        margin-top: 30px
    }

    .btn:hover {
        background-color: #0fca4f
    }

    .btn-follow.not-link:hover {
        background-color: #e0e0e0
    }

    .btn-follow-white:hover {
        color: #fff !important;
        background-color: #0fca4f;
        border-color: #0fca4f
    }

    .btn-red:hover {
        color: #fff !important;
        background-color: #ff3636 !important;
        border-color: #ff3636 !important
    }

    .aside-slider>.js-advertising-statistic .new-window,
    .aside-slider>.js-advertising-statistic span {
        display: block;
        margin-bottom: 30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header.back-on .header-wrap-top:after {
        display: block
    }

    .header.back-on .header-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 60px
    }

    .header.back-on .header-nav-dropdown {
        top: 98px
    }

    .nav-wrap-flex .logo-down,
    .nav-wrap-flex .scroll-btn-wrap {
        display: none !important
    }

    #all-videos .line,
    #best__bonus .line,
    #best__online-casino .line,
    #casino_bonuses .line,
    #casino_news .line,
    #new__online-casino .line,
    #new__slots .line,
    #otherBonuses .line,
    #provider__slots .line,
    #reviews .line,
    #screenshots .line,
    #sort-other-slider .line {
        width: 360px
    }

    #best__bonus .full-width,
    #best__bonus .full-width.container,
    #new__slots .full-width,
    #new__slots .full-width.container,
    #provider__slots .full-width,
    #provider__slots .full-width.container {
        padding: 0;
        max-width: 100%;
        width: 100%
    }

    #best__bonus .full-width .row,
    #new__slots .full-width .row,
    #provider__slots .full-width .row {
        margin: 0
    }

    #best__bonus .full-width .row [class*=col-],
    #new__slots .full-width .row [class*=col-],
    #provider__slots .full-width .row [class*=col-] {
        padding: 0
    }

    #best__bonus .swiper-container,
    #new__slots .swiper-container,
    #provider__slots .swiper-container {
        width: 908px;
        margin: auto
    }

    #best__bonus .swiper-static-block,
    #new__slots .swiper-static-block,
    #provider__slots .swiper-static-block {
        width: 848px;
        margin: 60px auto 0
    }

    .page-main .casino-online-title .flag-image-wrap {
        margin-right: 27px
    }

    .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 263px;
        -ms-flex: 0 0 263px;
        flex: 0 0 263px;
        max-width: 263px
    }

    .casino-online-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bonus_page .casino-online-item,
    .slot_mashine .casino-online-item,
    .slot_review .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bonus_page .casino-online-item:nth-child(3n+2) .casino-online-item-content,
    .slot_mashine .casino-online-item:nth-child(3n+2) .casino-online-item-content,
    .slot_review .casino-online-item:nth-child(3n+2) .casino-online-item-content {
        margin: 0
    }

    .streamer_iq_quiz:before {
        background: url(/dist/images/webpack/dragon-left-lg.png) no-repeat 50%;
        width: 345px;
        height: 517px
    }

    .streamer_iq_quiz:after {
        background: url(/dist/images/webpack/dragon-right-lg.png) no-repeat 50%;
        width: 342px;
        height: 486px
    }

    .quiz-start__screen {
        max-width: 770px;
        margin: 57px auto 0;
        padding: 83px 85px 80px
    }

    .quiz-start__screen-text {
        font-size: 26px;
        line-height: 36px
    }

    .quiz-start__screen-btn {
        margin: 47px auto 0
    }

    .quiz-slider__content-inner {
        max-width: 770px
    }

    .quiz-slider__content .inner-paging__info {
        top: 156px;
        left: 128px
    }

    .quiz-slider__content-slider .slider-item__inner,
    .quiz-slider__content .inner-arrows {
        max-width: 611px
    }

    .quiz-slider__content-slider .slider-item__inner .inner-image {
        width: 129px;
        height: 129px;
        -webkit-transform: translate(-50%, -64.5px);
        transform: translate(-50%, -64.5px)
    }

    .quiz-slider__content-slider .slider-item__inner .inner-image img {
        max-width: 80%;
        width: 104px
    }

    .quiz-form__content {
        max-width: 770px;
        padding: 52px 147px
    }

    .quiz-form__content-title {
        font-size: 26px;
        line-height: 36px
    }

    .quiz-form__content-form .form-group:not(:last-of-type) {
        margin-bottom: 37px
    }

    .quiz-form__content-form .content-form__submit {
        margin: 37px 0 0
    }

    .quiz-results {
        max-width: 770px;
        width: 100%
    }

    .quiz-results__content {
        max-width: 770px;
        padding: 77px 86px 63px;
        margin: 87.5px auto 0
    }

    .quiz-results__content .content-image {
        width: 129px;
        height: 129px;
        -webkit-transform: translate(-50%, -64.5px);
        transform: translate(-50%, -64.5px)
    }

    .quiz-results__content .content-image img {
        max-width: 80%;
        width: 104px
    }

    .quiz-results__content .content-text {
        font-size: 26px;
        line-height: 36px
    }

    .gambler-iq-test .streamer_iq_quiz:before {
        background: url(/dist/images/webpack/viking-left-lg.png) no-repeat 50%;
        width: 272px;
        height: 528px
    }

    .gambler-iq-test .streamer_iq_quiz:after {
        background: url(/dist/images/webpack/viking-right-lg.png) no-repeat 50%;
        width: 266px;
        height: 517px
    }

    .gambler-iq-test .quiz-start__screen {
        max-width: 770px;
        padding: 88px 130px 80px
    }

    .gambler-iq-test .quiz-start__screen-text {
        font-size: 26px;
        line-height: 36px
    }

    .gambler-iq-test .quiz-start__screen-btn {
        margin: 47px auto 0
    }

    .gambler-iq-test .quiz-slider__content-inner {
        max-width: 770px
    }

    .gambler-iq-test .quiz-slider__content .inner-paging__info {
        top: 209px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner,
    .gambler-iq-test .quiz-slider__content .inner-arrows {
        max-width: 611px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-image {
        width: 129px;
        height: 129px;
        -webkit-transform: translate(-50%, -64.5px);
        transform: translate(-50%, -64.5px)
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-title {
        padding: 60px 0 31px;
        font-size: 18px;
        line-height: 22px;
        margin: 20px auto 33px;
        border-radius: 4px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question {
        max-width: 143px;
        min-height: 50px;
        margin: 0 87px 0 0
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-number {
        max-width: 55px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-text {
        padding-right: 18px
    }

    .streamer-profile .streamer-profile__card-top .left-side .rating-stars {
        margin-top: 12px
    }

    .streamer-profile .streamer-profile__card-top .right-side {
        padding: 0 0 0 27px
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item {
        margin: 0 24px 0 0
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item:last-of-type,
    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item:nth-of-type(8) {
        margin: 0
    }

    .streamer-profile .streamer-profile__card-bottom {
        padding: 19px 14px 0
    }

    .streamer-profile .streamer-profile__card-bottom a {
        word-break: normal;
        padding: 0 0 18px;
        max-width: 80px;
        margin: 0 25px 0 0
    }

    .streamer-profile .streamer-profile__card-bottom a:nth-of-type(5) {
        margin: 0
    }

    .streamer-profile__info-content .text-content__wrapper .text-content.text-format .iframe-wrapper,
    .streamer-profile__photos-wrapper,
    .streamer-profile__video-wrapper {
        min-width: 848px
    }

    .streamer-profile__video-slider .slick-list {
        padding: 0 !important;
        margin: 0 -19.5px
    }

    .streamer-profile__video-slider .slick-slide {
        margin: 0 19.5px
    }

    .streamer-profile__video-slider .item-iframe-wrapper {
        padding-bottom: 56.5%
    }

    .streamer-profile .catalog-items {
        max-width: 848px;
        min-width: 848px;
        width: 100%
    }

    .streamer-profile .slot-mashine-list-btn__wrapper {
        max-width: 848px;
        min-width: 848px;
        margin: 0 auto
    }

    .streamer-rating .streamer-rating__card {
        max-width: 263px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .article .text-format .integrated .row .col-12 {
        padding: 0 0 150px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }

    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    .modal-xl {
        max-width: 1140px
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .bonus-template__row:last-child {
        -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px
    }

    .bonus-template__row.promotion-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        margin-left: auto
    }

    .bonus-template__logo {
        min-width: 98px
    }

    .bonus-template__bonus {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px
    }

    #otherBonuses .bonus-template__row {
        width: auto
    }

    #otherBonuses .bonus-template__logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 98px;
        -ms-flex: 0 0 98px;
        flex: 0 0 98px;
        max-width: 98px
    }

    #otherBonuses .bonus-template__name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 61px;
        -ms-flex: 0 0 61px;
        flex: 0 0 61px;
        max-width: 61px
    }

    #otherBonuses .bonus-template__bonus {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 230px;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px
    }

    #otherBonuses .bonus-template__deposit {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px
    }

    #otherBonuses .bonus-template__row.promotion-row {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 290px;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
        margin-left: auto
    }

    .table-rating-wrap tbody tr td:first-child,
    .table-rating-wrap thead th:first-child {
        padding-left: 10px
    }

    .cabinet-advertising .popover {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 5px
    }

    .cabinet-advertising .popover-body {
        border: 1px solid #cecece;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
        box-shadow: 0 0 15px rgba(0, 0, 0, .25);
        min-width: 500px;
        max-width: 500px;
        width: 500px
    }

    .cabinet-create_post .btn-wrap .btn:last-of-type {
        margin: 0 0 0 20px
    }

    .rating-container__content .casino-rating__logo {
        margin-top: 25px;
        margin-bottom: 18px
    }

    .rating-container__content .casino-rating__desc {
        margin-bottom: 15px
    }

    .casino-details-filter .col-12:nth-child(-n+4) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    section.about_us .our_mission h2 {
        padding: 80px 0 0
    }

    .article-contents__wrapper .article-contents {
        width: 100%;
        max-width: 848px
    }

    #news-top-slider .swiper-descr {
        left: 225px;
        max-width: 609px
    }

    #news-top-slider .swiper-static-block .top {
        margin-left: 25px
    }

    #news-top-slider .swiper-button-next,
    #news-top-slider .swiper-button-prev {
        width: 48px;
        height: 48px;
        top: 15px;
        background-size: 100% 100%
    }

    #news-top-slider .swiper-button-next {
        right: -10px
    }

    .slot_mashine .first-block .load-more-btn {
        margin-top: 0
    }

    .gambler-iq-test .streamer_iq_quiz,
    .streamer_iq_quiz {
        width: 100vw;
        height: 100vh
    }

    .streamer-profile .container {
        max-width: 1170px;
        width: 1170px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__image {
        min-height: 177px;
        max-width: 177px
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider {
        padding: 22px 180px
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item {
        margin: 0 28px 0 0
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item:last-of-type,
    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider .slider-item:nth-of-type(8) {
        margin: 0
    }

    .streamer-profile .streamer-profile__card-bottom a {
        max-width: 132.7px;
        margin: 0 28px 0 0
    }

    .streamer-profile .streamer-profile__card-bottom a:nth-of-type(5) {
        margin: 0
    }

    .streamer-profile__info-content .content-table__row .row-title {
        width: 30%;
        max-width: 30%
    }

    .streamer-rating .container {
        max-width: 1170px;
        width: 1170px
    }

    .streamer-rating .streamer-rating__card .description-money .money-text,
    .streamer-rating .streamer-rating__card .description-subscribe .subscribe-text {
        font-size: 16px
    }

    .container {
        max-width: 1170px;
        width: 1170px
    }

    .position-top-xl {
        position: relative;
        top: -36px
    }
}

@media (min-width:1200px) and (max-width:1365px) {

    .gambler-iq-test .streamer_iq_quiz:after,
    .gambler-iq-test .streamer_iq_quiz:before,
    .streamer_iq_quiz:after,
    .streamer_iq_quiz:before {
        width: 279px;
        height: 398px
    }
}

@media (min-width:1366px) and (max-width:1880px) {
    .streamer_iq_quiz:before {
        background: url(/dist/images/webpack/dragon-left-xl.png) no-repeat 50%;
        width: 552px;
        height: 746px
    }

    .streamer_iq_quiz:after {
        background: url(/dist/images/webpack/dragon-right-xl.png) no-repeat 50%;
        width: 436px;
        height: 709px
    }

    .quiz-slider__content .inner-arrows,
    .quiz-start__screen-text {
        max-width: 600px
    }

    .quiz-slider__content-slider .slick-dots {
        max-width: 25%
    }

    .quiz-slider__content-slider .slider-item__inner {
        max-width: 600px
    }

    .quiz-results__content .content-text {
        max-width: 600px;
        margin: 0 auto
    }

    .gambler-iq-test .streamer_iq_quiz:before {
        background: url(/dist/images/webpack/viking-left-xl.png) no-repeat 50%;
        width: 490px;
        height: 665px;
        bottom: -200px
    }

    .gambler-iq-test .streamer_iq_quiz:after {
        background: url(/dist/images/webpack/viking-right-xl.png) no-repeat 50%;
        width: 403px;
        height: 658px;
        bottom: -200px
    }

    .gambler-iq-test .quiz-slider__content-descr,
    .gambler-iq-test .quiz-start__screen {
        margin-top: 200px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner,
    .gambler-iq-test .quiz-slider__content .inner-arrows {
        max-width: 650px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question {
        margin: 0 64.5px 0 0
    }

    .gambler-iq-test .quiz-form__content {
        margin-top: 200px
    }

    .gambler-iq-test .quiz-results {
        margin-top: 132px
    }
}

@media (min-width:1835px) {
    .brand_bg.back-on {
        top: 41px
    }
}

@media (min-width:1366px) and (max-width:1880px) and (max-height:1024px) {
    .streamer_iq_test_header {
        min-height: 75px !important
    }
}

@media (min-width:1366px) and (max-width:1880px) and (max-height:768px) {
    .streamer_iq_test_header {
        min-height: 59px !important
    }
}

@media (max-width:1919px) {
    .streamer_iq_test_header {
        min-height: 70px
    }

    body.gambler-iq-test,
    body.streamer-iq-test {
        background-size: cover
    }
}

@media (max-width:1834px) {
    .brand_bg {
        display: none
    }

    .brand_bg_bottom {
        display: block
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:1199px) {
    .header.back-on .header-wrap-top {
        height: 100px;
        background: #000 -600px bottom no-repeat
    }

    .header.back-on .header-top .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header.back-on .header-right {
        height: 60px
    }

    .header.back-on .notifications-wrap {
        top: 41px
    }

    .header-wrap-top {
        background: #000 -600px bottom no-repeat
    }

    .nav-wrap-flex .logo-down {
        margin-right: 10px
    }

    .main-nav__item {
        margin-right: 28px
    }

    .header-nav-dropdown--info:before {
        max-width: calc(50% - 449px)
    }

    .footer {
        background: #000 100% 100% no-repeat
    }

    .footer__wrap-bottom {
        padding-bottom: 30px
    }

    .bonus-template {
        top: -12px
    }

    .bonus-template-list {
        margin-bottom: 30px !important
    }

    .bonus-template__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bonus-template__item,
    .bonus-template__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bonus-template__item {
        width: calc(50% - 15px);
        height: auto;
        margin-bottom: 30px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        border-radius: 4px;
        border-bottom: 0;
        padding: 0;
        position: relative
    }

    .bonus-template__row {
        width: 100%;
        min-height: 60px;
        padding-top: 10px;
        border-bottom: 1px solid #e0e0e0
    }

    .bonus-template__row:last-child {
        border-bottom: 0;
        background: #f9f9f9
    }

    .bonus-template__radio {
        margin-right: 17px;
        margin-left: 13px
    }

    .bonus-template__logo {
        margin-left: 0
    }

    .bonus-template__name {
        margin-left: 12px;
        margin-right: 14px;
        margin-top: -10px
    }

    .bonus-template__promotion {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    .bonus-template__deposit {
        margin-left: 0;
        text-align: right;
        padding-right: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bonus-template__bonus {
        padding: 5px 13px 0;
        margin-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bonus-template__closed,
    .bonus-template__take {
        width: 100%
    }

    .bonus-template__closed a,
    .bonus-template__take a {
        margin-right: auto;
        margin-left: auto
    }

    .bonus-template-filter-top {
        top: -50px
    }

    .media {
        margin-left: 37px
    }

    #best__bonus .swiper-slide-wrap,
    #new__slots .swiper-slide-wrap,
    #provider__slots .swiper-slide-wrap {
        margin: 0 30px
    }

    .bookmark-casino .row:nth-child(2) .col-12:last-child {
        display: none
    }

    .bookmark-bonuses .swiper-container {
        width: 100%
    }

    .bookmark-forum .row:nth-child(2) .col-12:last-child,
    .bookmark-publication .row:nth-child(2) .col-12:last-child {
        display: none
    }

    .bookmark-forum .pagination {
        margin-top: 0
    }

    .bookmark-forum-item {
        height: 302px;
        padding: 43px 20px 30px;
        margin-bottom: 30px
    }

    .bookmark-forum-descr {
        height: 129px
    }

    .bookmark-forum .news-list-block-bootom {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bookmark-forum .news-list-block-bootom .time-date-wrap {
        position: absolute;
        top: -256px
    }

    .cabinet-notifications .pagination {
        margin-top: 30px
    }

    .table-rating-wrap {
        display: block;
        margin-bottom: 0
    }

    .table-rating-wrap thead {
        display: none
    }

    .table-rating-wrap tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .table-rating-wrap tbody tr {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: calc(33.33333% - 30px);
        -ms-flex-preferred-size: calc(33.33333% - 30px);
        flex-basis: calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        margin: 0 15px 30px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        border-radius: 4px;
        padding: 6px 0 15px
    }

    .table-rating-wrap tbody tr td {
        display: block;
        border-bottom: 0;
        border-top: 0;
        height: auto;
        padding: 0 20px
    }

    .table-rating-wrap tbody tr td:nth-child(5),
    .table-rating-wrap tbody tr td:nth-child(6) {
        display: inline-block
    }

    .table-rating-wrap tbody .results {
        background: #e8fff0;
        padding-top: 16px
    }

    .table-rating-wrap tbody .results td {
        height: auto;
        padding-bottom: 14px
    }

    .table-rating-wrap tbody .results .reading-card,
    .table-rating-wrap tbody .results .subscribers,
    .table-rating-wrap tbody .results .table-rating-comments,
    .table-rating-wrap tbody .results .table-rating-views {
        margin: 0;
        padding: 0
    }

    .table-rating-wrap tbody .results .table-rating-article {
        display: none
    }

    .table-rating-wrap tbody .results [class*=-descr] {
        display: inline-block
    }

    .table-rating-wrap .date {
        line-height: 32px
    }

    .table-rating-wrap .table-rating-views {
        font-size: 12px;
        padding-top: 9px;
        padding-bottom: 12px
    }

    .table-rating-wrap .table-rating-views:before {
        display: inline-block
    }

    .table-rating-wrap .table-rating-comments {
        line-height: 14px;
        font-size: 12px;
        padding-top: 9px;
        padding-bottom: 12px
    }

    .table-rating-wrap .reading-card {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 12px;
        position: relative
    }

    .table-rating-wrap .reading-card:after {
        content: "";
        height: 1px;
        width: 263px;
        display: block;
        position: absolute;
        bottom: 0;
        left: -20px;
        background-color: #e0e0e0
    }

    .table-rating-wrap .reading-card-descr {
        display: block;
        color: #747474;
        font-weight: 400;
        margin-right: 6px
    }

    .table-rating-wrap .reading-card img {
        display: none
    }

    .table-rating-wrap .table-rating-article {
        height: 48px;
        width: 100%;
        overflow: hidden
    }

    .table-rating-wrap .subscribers {
        margin-bottom: 6px;
        margin-top: 13px
    }

    .table-rating-wrap .subscribers-descr {
        display: block;
        color: #747474;
        font-weight: 400;
        margin-right: 6px
    }

    .cabinet-create_post .btn-wrap .btn:last-of-type {
        margin: 20px 0 0
    }

    #subscribe .subscribe-form-wrap {
        border-bottom-left-radius: 14%;
        border-bottom-right-radius: 14%;
        background: url(/dist/images/webpack/subscribe-bg.png) -200px 0 no-repeat
    }

    #subscribe .subscribe-form-wrap:before {
        display: none
    }

    #subscribe .subscribe-form-wrap .btn.btn-low {
        margin-left: -15px
    }

    .casino-online-title {
        max-width: 282px
    }

    .casino-online-name-wr {
        margin-right: auto
    }

    .online_casino_rating #integrated .container.full-width {
        max-width: 100%;
        width: 100%;
        padding: 0
    }

    .online_casino_rating #integrated .container.full-width .row {
        margin: 0
    }

    .online_casino_rating #integrated .container.full-width .row [class*=col-] {
        padding: 0
    }

    .online_casino_rating #integrated .container.full-width .row [class*=col-] img {
        border-radius: 0 !important
    }

    .online_casino_rating .first-block {
        margin-bottom: 20px !important
    }

    .online_casino_rating .first-block #showHideBtn {
        margin-bottom: 0
    }

    .advertising__item {
        margin: 0 0 30px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .rating-container__content .casino-rating .info,
    .rating-container__content .casino-rating .info span {
        font-size: 12px;
        line-height: 14px
    }

    .rating-container__content .casino-rating__item {
        padding: 9px 16px
    }

    .rating-container__content .casino-rating__row.one {
        width: 129px
    }

    .rating-container__content .casino-rating__row.two {
        width: 215px
    }

    .rating-container__content .casino-rating__row.three {
        width: 125px
    }

    .rating-container__content .casino-rating__logo a {
        width: 129px;
        min-width: 129px;
        height: 79px
    }

    .rating-container__content .casino-rating__name {
        margin-bottom: 7px
    }

    .rating-container__content .casino-rating__info {
        margin-bottom: 18px
    }

    .rating-container__content .casino-rating__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .rating-container__content .casino-rating__checkbox {
        margin-left: 15px
    }

    .rating-container__content .casino-rating__radio {
        margin-right: 0;
        margin-left: 13px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37px;
        -ms-flex: 0 0 37px;
        flex: 0 0 37px;
        max-width: 37px
    }

    .rating-container__content .casino-rating__slider {
        width: 215px
    }

    .rating-container__content .casino-rating__desc {
        font-size: 12px;
        line-height: 14px
    }

    .rating-container__content .casino-rating .swiper-bonus-slider .bonus-frispin:after {
        top: 2px
    }

    .rating-container__content .casino-rating__deposit-item:not(:last-child) {
        padding-right: 10px
    }

    .rating-container__content .casino-rating__deposit-item:not(:last-child):after {
        right: 5px
    }

    .rating-container__content .casino-rating__overview a,
    .rating-container__content .casino-rating__play a {
        font-size: 16px;
        width: 125px
    }

    .casino-rating.best-casinos .casino-rating__row {
        width: 100%;
        min-height: 60px;
        border-bottom: 1px solid #e0e0e0
    }

    .casino-rating.best-casinos .casino-rating__row:last-child {
        border-bottom: 0
    }

    .casino-rating.best-casinos .casino-rating__row.overview {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .casino-rating.best-casinos .casino-rating__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 30px
    }

    .casino-rating.best-casinos .casino-rating__item {
        width: calc(50% - 15px);
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 180px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        border-radius: 4px;
        border-bottom: 0;
        padding: 0;
        position: relative
    }

    .casino-rating.best-casinos .casino-rating__checkbox {
        margin-left: 15px
    }

    .casino-rating.best-casinos .casino-rating__radio {
        margin-right: 0;
        margin-left: 13px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37px;
        -ms-flex: 0 0 37px;
        flex: 0 0 37px;
        max-width: 37px
    }

    .casino-rating.best-casinos .casino-rating__name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 10px
    }

    .casino-rating.best-casinos .casino-rating__rating {
        margin-left: 15px
    }

    .casino-rating.best-casinos .casino-rating__bonus {
        padding: 0 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 185px;
        -ms-flex: 0 0 185px;
        flex: 0 0 185px;
        max-width: 185px;
        text-align: right
    }

    .casino-rating.best-casinos .casino-rating__overview a,
    .casino-rating.best-casinos .casino-rating__play a {
        margin-right: 0;
        margin-left: 15px
    }

    .casino-rating.best-casinos .casino-rating__play a {
        margin-right: 15px
    }

    .casino-rating.best-casinos .casino-rating-filter-top {
        top: 0
    }

    .categories-wrap {
        height: calc(100% - 57px)
    }

    .pagination {
        margin-top: 0
    }

    .slot-block-top {
        min-height: 56px;
        padding-top: 10px
    }

    .slot-block-wrap #btn-back {
        right: 11px
    }

    .slot-block-title {
        font-size: 18px;
        line-height: 21px
    }

    .slot-block-subtitle {
        margin-top: 1px;
        line-height: 16px;
        font-size: 14px
    }

    .slot-block-img .btn-wrap .btn:first-child {
        margin-bottom: 13px
    }

    .slot-block-img .btn,
    .slot-block-img .btn-gray {
        width: 173px;
        font-size: 12px;
        font-weight: 500;
        line-height: 27px
    }

    .casino_card .first-section {
        margin-bottom: 60px
    }

    .casino-card-content .logo img {
        left: 66%
    }

    .casino-card-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-card-nav .btn-follow-wrap {
        margin-left: 0
    }

    .casino-card-nav .btn-follow {
        margin: 16px 10px 16px 0
    }

    .casino-review-descr p {
        text-align: left
    }

    .casino-details-filter {
        margin-bottom: 0
    }

    .casino-details-filter-item.currency .casino-details-filter-descr,
    .casino-details-filter-item.languages .casino-details-filter-descr,
    .casino-details-filter-item.licenses .casino-details-filter-descr {
        width: 475px
    }

    .casino-details-filter-item.payment .casino-details-filter-descr {
        width: 371px
    }

    .casino-details-filter-item.provider .casino-details-filter-descr {
        width: 439px
    }

    .bonus_page .first-block {
        margin-bottom: 20px !important
    }

    .about section.about_us .hero-screen {
        min-height: 564px
    }

    .about section.about_us .hero-screen:before {
        top: 0;
        left: 0;
        background: url(/dist/images/webpack/about-us__banner-lg.jpg) no-repeat 50%;
        background-size: cover
    }

    section.about_us .our_mission h2 {
        padding: 0
    }

    section.about_us .our_mission-content {
        margin-top: 60px
    }

    section.about_us .our_mission-content__img {
        padding-top: 20px
    }

    section.about_us .our_mission-content__img:after {
        display: block
    }

    section.about_us .our_goal-content__img img {
        margin-top: 0
    }

    section.about_us .our_projects {
        margin-top: 60px
    }

    section.about_us .our_projects h2 {
        padding: 60px 0 0
    }

    section.about_us .our_projects-content__img {
        text-align: center;
        margin-top: 40px;
        top: 0
    }

    section.about_us .our_projects-content__img:after {
        background: url(/dist/images/webpack/our_projects-right-top.png) 20px top no-repeat, url(/dist/images/webpack/our_projects-right-bottom.png) right 360px no-repeat
    }

    section.about_us .our_projects-content__img img {
        z-index: 1;
        margin: 30px 0 0
    }

    #news-top-slider .swiper-img-wrap {
        height: 343px
    }

    #news-top-slider .swiper-descr {
        bottom: -75px;
        height: 66px
    }

    #news-top-slider .swiper-descr a {
        height: 66px
    }

    #news-top-slider .swiper-static-block-bootom .autor {
        display: none
    }

    .bonus_review .bonus-template__name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 61px;
        -ms-flex: 0 0 61px;
        flex: 0 0 61px;
        width: 61px
    }

    #otherBonuses .bonus-template__item {
        width: calc(33.3% - 20px);
        height: 240px;
        min-width: 263px
    }

    .bonus-review-content .logo img {
        left: 66%
    }

    .bonus-review-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bonus-review-nav .btn-follow-wrap {
        margin-left: 0
    }

    .bonus-review-nav .btn-follow {
        margin: 16px 10px 16px 0
    }

    .bonus-review-descr p {
        text-align: left
    }

    .slot_mashine .w-center {
        width: 100%
    }

    .contacts .first-section {
        margin-bottom: 60px
    }

    .contacts-content {
        margin-right: 0;
        margin-bottom: 0
    }

    .contacts-content-left {
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px
    }

    .contacts-content-left:after {
        left: -15px
    }

    .contacts-content-right {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .contacts-content-right .contacts-form {
        margin: 90px auto;
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .error .img-wrap {
        margin-top: 20px
    }

    .error .img-wrap:after {
        width: 825px;
        height: 437px;
        top: 6px;
        left: 20px;
        background-size: contain
    }

    .sort_catalog .casino-online-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sort_catalog .catalog-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sort_catalog .w-center {
        width: 100%
    }

    .sort_currency .catalog-items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px
    }

    .sort_currency .casino-rating-wrap .section-title-wrap,
    .sort_currency .casino-rating-wrap .section-title-wrap .section-title {
        margin-bottom: 0
    }

    .sort_currency .casino-online-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px
    }

    .show-all-wrap .btn-white {
        margin-top: 20px
    }

    .no-sites p {
        width: 100%
    }

    .no-find {
        margin-top: 50px;
        margin-bottom: 0
    }

    .no-find p {
        width: 100%
    }

    .sort_casino .catalog-items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px
    }

    .sort_casino .casino-online-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .terms .pagination {
        width: 555px
    }

    .terms .abc-wrap .abc-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners .first-block {
        margin-bottom: 60px
    }

    .partners .first-block .section-title-wrap {
        margin-bottom: 0
    }

    .partners .pagination {
        width: 555px
    }

    .partners-item-descr .activity-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partner-filter-title {
        padding: 0 15px
    }

    .partner-filter-checkbox-wrap {
        margin-bottom: 30px
    }

    .partner-filter-checkbox-wrap .checkbox {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .partner-filter-checkbox-wrap .checkbox label {
        max-width: 200px
    }

    .partner-filter .abc-wrap {
        margin: 0 15px
    }

    .partner-filter .abc-wrap .abc-list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }

    .partner-filter .abc-wrap .abc-list:first-child {
        margin-right: 83px
    }

    .change-password .delete-profile-wrap h2 {
        margin-bottom: 23px
    }

    .authors .casino-online-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 29px
    }

    .video-page .form-comment .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 754px;
        -ms-flex: 0 0 754px;
        flex: 0 0 754px;
        max-width: 754px
    }

    .all-videos-page .pagination {
        width: 555px
    }

    .all-videos-page .casino-online-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .streamer_iq_test_header {
        min-height: 55px
    }

    .streamer_iq_test_header__inner {
        max-width: 940px
    }

    body.streamer-iq-test {
        background: url(/dist/images/webpack/streamer_test_bg_lg.png) no-repeat 50%;
        background-size: cover;
        background-attachment: fixed
    }

    .quiz-form__content-form {
        padding: 48px 0 0
    }

    body.gambler-iq-test {
        background: url(/dist/images/webpack/streamer_test_bg_lg.png) no-repeat 50%;
        background-size: cover;
        background-attachment: fixed
    }

    .gambler-iq-test .quiz-slider__content-descr {
        font-size: 21px
    }

    .streamer-profile .streamer-profile__card-top {
        padding: 19px 12px
    }

    .streamer-profile .streamer-profile__card-top .left-side {
        max-width: 180px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-nickname {
        font-size: 14px;
        line-height: 24px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe .subscribe-text,
    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe .subscribe-text .subscribe-amount {
        font-size: 12px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-money .money-text,
    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-money .money-text .money-amount {
        font-size: 14px;
        line-height: 19px
    }

    .streamer-profile__info-content .content-table {
        padding: 0 0 40px
    }

    .streamer-profile__info-content .text-content__wrapper .text-content.text-format .iframe-wrapper {
        padding-bottom: 85.6%
    }

    .streamer-rating .streamer-rating__card .card-bg-image {
        height: 80px
    }

    .streamer-rating .streamer-rating__card .card-image {
        margin: 5px auto 7px
    }

    .streamer-rating .streamer-rating__card .description-nickname {
        font-size: 14px;
        line-height: 24px
    }

    .page-main .casino-online {
        margin-top: 30px
    }

    .load-more-btn {
        margin-top: 0;
        margin-bottom: 30px
    }

    .col-xl-9 .table-wrap caption {
        max-width: 555px
    }

    caption {
        max-width: 848px
    }

    table thead th {
        padding: 4px 8px 3px !important
    }

    table th {
        padding: 17px 8px 18px
    }

    table th:first-child {
        padding-left: 12px !important
    }

    table tbody tr td {
        padding: 17px 8px 18px !important
    }

    table tbody tr td:first-child {
        padding-left: 12px !important
    }

    .text-content__wrapper .text-content.text-format .iframe-wrapper {
        padding-bottom: 14.5%
    }

    .page-main .iframe-wrapper {
        padding-bottom: 9.5%
    }

    .casino-review .section-title-wrap,
    .sitemap .section-title-wrap,
    .template-page .section-title-wrap,
    .terms .section-title-wrap {
        margin-bottom: 0
    }
}

@media (max-width:992px) {
    .mobile-padding-zero {
        padding: 0
    }

    .pos-static-sm {
        position: static
    }

    .pos-relative-sm {
        position: relative
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-device-width:991px) and (orientation:landscape) {

    .gambler-iq-test .streamer_iq_quiz:after,
    .gambler-iq-test .streamer_iq_quiz:before,
    .streamer_iq_quiz:after,
    .streamer_iq_quiz:before {
        display: none !important
    }
}

@media (max-width:991px) {
    header.header .container {
        max-width: 100%;
        width: 100%;
        padding: 0 20px
    }

    .header.back-on .logo-down,
    .header.back-on .scroll-btn-wrap {
        display: none
    }

    .header.back-on .header-wrap-top {
        height: 60px;
        background: #000 -850px 2px no-repeat
    }

    .header.back-on .header-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header.back-on .main-nav__item {
        margin-right: 0
    }

    .hamburger {
        display: block
    }

    .header-wrap-top {
        height: 60px;
        background: #000 -850px 2px no-repeat
    }

    .header-wrap-top.logged .logged-wrap .notifications {
        margin-right: 17px
    }

    .nav-wrap-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dropdown:hover>.dropdown-menu,
    .header-wrap-bottom .col-4:first-child {
        display: none
    }

    .dropdown:hover>.dropdown-menu.show {
        display: block !important
    }

    .header-nav-dropdown {
        position: static;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header-nav-dropdown .row>[class*=col-] {
        padding: 0 0 0 30px
    }

    .header-nav-dropdown__title {
        display: none
    }

    .header-nav-dropdown-list__col.show .header-nav-dropdown-list__list {
        max-height: 1000px;
        padding-bottom: 15px
    }

    .header-nav-dropdown-list__col.show .header-nav-dropdown-list__col-title {
        color: #00aa3a
    }

    .header-nav-dropdown-list__col.show .header-nav-dropdown-list__col-title:after {
        background: url(/dist/images/webpack/caret-arrow-green.svg) 50% no-repeat;
        -webkit-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%)
    }

    .header-nav-dropdown-list__col.show:after {
        content: "";
        -webkit-animation: slideSlow .7s;
        animation: slideSlow .7s;
        border-bottom: 1px solid #e0e0e0;
        width: 104%;
        position: absolute;
        left: -4px;
        bottom: 15px;
        -webkit-transition: all 1.7s;
        transition: all 1.7s
    }

    .header-nav-dropdown-list__col.show:last-child .header-nav-dropdown-list__list {
        padding-bottom: 0
    }

    .header-nav-dropdown-list__col.show:last-child:after {
        bottom: 0
    }

    .header-nav-dropdown-list__col-title {
        cursor: pointer;
        position: relative;
        margin-right: 35px;
        padding-right: 30px
    }

    .header-nav-dropdown-list__col-title:after {
        content: "";
        -webkit-transition: all .2s;
        transition: all .2s;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 17px;
        height: 9px;
        display: block;
        background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat
    }

    .header-nav-dropdown-list__list {
        max-height: 0;
        overflow: hidden;
        padding-left: 15px
    }

    .header-nav-dropdown-list__list-item:last-child {
        padding-bottom: 15px
    }

    .header-nav-dropdown .row>[class*=col-] .header-nav-dropdown-list__col-title {
        color: #333
    }

    .header-nav-dropdown .row>[class*=col-].show .header-nav-dropdown-list__col-title {
        color: #00aa3a
    }

    .header-middle {
        display: none;
        background-color: #fff;
        position: fixed;
        right: 0;
        bottom: 0;
        top: 89px;
        width: 263px;
        z-index: 15;
        margin: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        height: auto
    }

    .header-middle .col-12 {
        padding: 0
    }

    .header-middle .caret {
        width: 50px;
        height: 44px;
        background: url(/dist/images/webpack/caret-arrow.svg) 50% no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .header-middle .caret.drop-opend {
        -webkit-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
        background: url(/dist/images/webpack/caret-arrow-green.svg) 50% no-repeat
    }

    .header-middle .main-nav {
        width: 100%;
        line-height: 40px
    }

    .header-middle .main-nav__item {
        margin-right: 0
    }

    .header-middle .main-nav__item.active .main-nav__link {
        color: #00aa3a
    }

    .header-middle .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-middle .main-nav__link-wrap {
        position: relative
    }

    .header-middle .main-nav__link {
        color: #333;
        line-height: 16px;
        padding: 14px 0 14px 20px;
        height: auto;
        display: inline-block;
        max-width: 215px
    }

    .header-middle.is-active {
        display: block
    }

    .footer .container {
        max-width: 100%;
        width: 100%;
        padding: 0 25px 43px
    }

    .breadcrumb li {
        font-size: 12px;
        line-height: 14px
    }

    .breadcrumb svg {
        width: 11px;
        height: 11px
    }

    .bonus-template-filter-top {
        width: calc(50% - 15px);
        top: -48px
    }

    .media {
        margin-left: 30px
    }

    #comments .line {
        display: none
    }

    #comments .help-block-error.help-block-error-icon:before {
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .modal .modal-dialog {
        top: 50px
    }

    #confirm-modal .modal-dialog,
    #confirm-remove-bookmark-modal .modal-dialog,
    #email-success-modal .modal-dialog,
    #info-success-modal .modal-dialog,
    #password-success-modal .modal-dialog,
    #success-delete-blog-modal .modal-dialog,
    #success-save-blog-modal .modal-dialog,
    #user-delete-modal .modal-dialog {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #all-videos .line,
    #best__bonus .line,
    #best__online-casino .line,
    #casino_bonuses .line,
    #casino_news .line,
    #new__online-casino .line,
    #new__slots .line,
    #otherBonuses .line,
    #provider__slots .line,
    #reviews .line,
    #screenshots .line,
    #sort-other-slider .line {
        position: absolute;
        width: calc(50vw - 210px);
        left: 0;
        top: 19px
    }

    #all-videos .swiper-container,
    #best__bonus .swiper-container,
    #best__online-casino .swiper-container,
    #casino_bonuses .swiper-container,
    #casino_news .swiper-container,
    #new__online-casino .swiper-container,
    #new__slots .swiper-container,
    #otherBonuses .swiper-container,
    #provider__slots .swiper-container,
    #reviews .swiper-container,
    #screenshots .swiper-container,
    #sort-other-slider .swiper-container {
        width: calc(50vw + 293px);
        padding-right: calc(50vw - 293px);
        margin-left: calc(50vw - 293px)
    }

    #all-videos .swiper-static-block,
    #best__bonus .swiper-static-block,
    #best__online-casino .swiper-static-block,
    #casino_bonuses .swiper-static-block,
    #casino_news .swiper-static-block,
    #new__online-casino .swiper-static-block,
    #new__slots .swiper-static-block,
    #otherBonuses .swiper-static-block,
    #provider__slots .swiper-static-block,
    #reviews .swiper-static-block,
    #screenshots .swiper-static-block,
    #sort-other-slider .swiper-static-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: 100vw;
        margin: 60px auto 0
    }

    #all-videos .swiper-static-block:after,
    #best__bonus .swiper-static-block:after,
    #best__online-casino .swiper-static-block:after,
    #casino_bonuses .swiper-static-block:after,
    #casino_news .swiper-static-block:after,
    #new__online-casino .swiper-static-block:after,
    #new__slots .swiper-static-block:after,
    #otherBonuses .swiper-static-block:after,
    #provider__slots .swiper-static-block:after,
    #reviews .swiper-static-block:after,
    #screenshots .swiper-static-block:after,
    #sort-other-slider .swiper-static-block:after {
        content: "";
        height: 1px;
        width: calc(50vw - 210px);
        right: 0;
        position: absolute;
        top: 19px;
        background-color: #e0e0e0
    }

    #all-videos .swiper-arrow-wrap,
    #best__bonus .swiper-arrow-wrap,
    #best__online-casino .swiper-arrow-wrap,
    #casino_bonuses .swiper-arrow-wrap,
    #casino_news .swiper-arrow-wrap,
    #new__online-casino .swiper-arrow-wrap,
    #new__slots .swiper-arrow-wrap,
    #otherBonuses .swiper-arrow-wrap,
    #provider__slots .swiper-arrow-wrap,
    #reviews .swiper-arrow-wrap,
    #screenshots .swiper-arrow-wrap,
    #sort-other-slider .swiper-arrow-wrap {
        display: none
    }

    #all-videos .swiper-btn-wr,
    #best__bonus .swiper-btn-wr,
    #best__online-casino .swiper-btn-wr,
    #casino_bonuses .swiper-btn-wr,
    #casino_news .swiper-btn-wr,
    #new__online-casino .swiper-btn-wr,
    #new__slots .swiper-btn-wr,
    #otherBonuses .swiper-btn-wr,
    #provider__slots .swiper-btn-wr,
    #reviews .swiper-btn-wr,
    #screenshots .swiper-btn-wr,
    #sort-other-slider .swiper-btn-wr {
        margin-left: 0
    }

    #best__bonus .swiper-slide-wrap,
    #new__slots .swiper-slide-wrap,
    #provider__slots .swiper-slide-wrap {
        margin: 0 15px
    }

    #reviews {
        margin-bottom: 5px
    }

    #casino_news .swiper-static-block,
    #reviews .swiper-static-block {
        margin: 40px auto 0;
        display: none
    }

    .user_info-edit .container {
        width: 293px;
        max-width: 293px
    }

    .user_info-edit .upload-avatar {
        margin-bottom: 20px
    }

    .table-rating-wrap tbody tr {
        -webkit-flex-basis: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px)
    }

    .page-main .popover {
        display: none
    }

    .page-main #integrated a {
        border-radius: 0
    }

    #index__firstScreen {
        margin-bottom: 60px
    }

    .full-width,
    .full-width.container {
        padding: 0;
        max-width: 100%;
        width: 100%
    }

    .full-width .row {
        margin: 0
    }

    .full-width .row [class*=col-] {
        padding: 0
    }

    #new__online-casino .question-mark,
    #new__slots .question-mark {
        display: none
    }

    #subscribe {
        margin-top: 55px
    }

    #subscribe .container {
        padding: 0;
        max-width: 100%;
        width: 100%
    }

    #subscribe .container .row {
        margin: 0
    }

    #subscribe .subscribe-form {
        width: 585px;
        margin: auto
    }

    #subscribe .subscribe-form-wrap {
        border-radius: 0;
        height: 190px;
        background: url(/dist/images/webpack/subscribe-bg.png) -238px 0 no-repeat;
        background-size: cover
    }

    #subscribe .subscribe-form-wrap:before {
        display: block;
        top: auto;
        bottom: -18px;
        left: 55px;
        height: 43px;
        width: 35px;
        background: url(/dist/images/webpack/chips-left-sm.png) 0 0 no-repeat
    }

    #subscribe .subscribe-form-wrap:after {
        content: "";
        position: absolute;
        bottom: -17px;
        right: 40px;
        height: 158px;
        width: 114px;
        background: url(/dist/images/webpack/chips-right-sm.png) 0 0 no-repeat
    }

    #first-screen__adv-wrap .adv-img-wrap {
        padding: 0
    }

    #first-screen__adv-wrap .adv-img-wrap a,
    #first-screen__adv-wrap .adv-img-wrap span {
        text-align: center;
        border-radius: 0
    }

    #first-screen__adv-wrap .adv-img-wrap a img,
    #first-screen__adv-wrap .adv-img-wrap span img {
        border-radius: 0;
        max-width: inherit
    }

    .adv-img-wrap-no-slider a,
    .adv-img-wrap-no-slider span {
        border-radius: 0
    }

    #first-screen-vertical-slider {
        margin-top: 30px
    }

    .casino-online-title {
        max-width: 100%
    }

    .casino-online-title .flag-image-wrap {
        position: absolute;
        right: 0;
        top: 0
    }

    #integrated .container {
        max-width: 100%;
        padding: 0
    }

    #integrated .container .row {
        margin: 0
    }

    #integrated .container .row [class*=col-] {
        padding: 0
    }

    #integrated a {
        border-radius: 4px
    }

    #site__map h3:after,
    #site__map h3:before {
        width: calc(50vw - 107px);
        left: 0
    }

    #site__map h3:after {
        left: auto;
        right: 0
    }

    .online_casino_rating .casino-rating-list>img,
    .online_casino_rating .new__bonuses {
        display: none
    }

    .tegs {
        min-height: 30px;
        max-width: 275px
    }

    .advertising__item .col-12 {
        position: absolute;
        top: 0;
        width: 100vw;
        left: calc(-50vw + 50%);
        max-width: inherit
    }

    .advertising__item .col-12 a,
    .advertising__item .col-12 span {
        border-radius: 0
    }

    .rating-container__content .casino-rating-list {
        margin-top: 80px
    }

    .rating-container__content .casino-rating-filter-top {
        width: calc(50% - 15px)
    }

    .casino-rating.best-casinos .casino-rating-list {
        margin-top: 80px
    }

    .casino-rating.best-casinos .casino-rating-filter-top {
        width: calc(50% - 15px);
        margin-bottom: 0
    }

    .categories {
        display: none;
        padding-top: 20px;
        position: relative;
        z-index: 20;
        background-color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 520px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
    }

    .categories-wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% - 15px);
        height: 46px;
        padding-bottom: 0 !important
    }

    .categories-form-wrap-sm {
        position: relative
    }

    .categories-list {
        height: 377px;
        margin-top: 0
    }

    .categories-header {
        cursor: pointer;
        border-radius: 4px;
        margin-top: 0;
        line-height: 46px
    }

    .categories-header:after {
        content: "";
        width: 17px;
        height: 9px;
        background: url(/dist/images/webpack/caret-arrow-white.svg) 50% no-repeat;
        position: absolute;
        right: 34px;
        top: 19px
    }

    .categories-btn-wrap {
        position: static;
        margin-top: 25px
    }

    #write-review {
        margin-top: 45px
    }

    #write-review .btn-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #write-review .btn-wrap .tooltip-success {
        margin-left: 0;
        margin-top: 22px
    }

    #write-review .btn-wrap .tooltip-error i {
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .write-review-top {
        padding-right: 0
    }

    .write-review-img {
        margin-right: 14px
    }

    .bonus_page #reviews,
    .slot_mashine #reviews,
    .slot_review #reviews {
        margin-bottom: 5px
    }

    #screenshots .swiper-static-block,
    #screenshots .swiper-static-block .line,
    .bonus_page #reviews .line,
    .slot_mashine #reviews .line,
    .slot_review #reviews .line {
        display: none
    }

    .casino-card-content .logo img {
        left: auto;
        right: 28px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .casino-card-title {
        font-size: 30px;
        line-height: 35px;
        max-width: 300px
    }

    .casino-details-filter-list-wrap {
        padding-bottom: 20px
    }

    .bonus_page .bonus-template {
        margin-top: 50px
    }

    .bonus_page .tegs {
        margin-bottom: 20px
    }

    .bonus_page .bonus-template-filter-top {
        right: calc(50% + 15px)
    }

    .bonus_page .categories-wrap {
        padding-bottom: 0;
        border-radius: 4px;
        top: 0
    }

    .bonus_page .categories {
        border-radius: 4px;
        height: 417px;
        margin-bottom: 0
    }

    .about section.about_us .hero-screen {
        min-height: 376px
    }

    .about section.about_us .hero-screen:before {
        background: url(/dist/images/webpack/about-us__banner-md.jpg) no-repeat 50%;
        background-size: cover
    }

    section.about_us .our_mission h2 {
        padding: 48px 0 0
    }

    section.about_us .our_mission-content__img:after {
        background-size: 15%, 25%;
        top: -15px;
        left: -60px;
        width: 250px;
        height: 100px
    }

    section.about_us .our_mission-content__img img {
        position: absolute;
        top: 120px;
        left: -25px;
        max-width: 262px
    }

    section.about_us .our_goal-content__img img {
        max-width: 321px;
        margin: 0;
        position: absolute;
        left: -61px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    section.about_us .our_projects-content__img:after {
        width: 230px;
        background: url(/dist/images/webpack/our_projects-right-top.png) 51px 70px no-repeat, url(/dist/images/webpack/our_projects-right-bottom.png) right 550px no-repeat
    }

    section.about_us .our_projects-content__img img {
        z-index: 1;
        margin: 130px 0 0 -32px;
        max-width: 316px;
        position: absolute;
        left: 0
    }

    section.about_us .our_projects-content__text ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article .article-main-img,
    .article .section-title-wrap,
    .article .title-descr {
        width: 555px;
        margin-left: auto;
        margin-right: auto
    }

    .article .text-content .integrated {
        width: 100%
    }

    .article .article-contents-footer {
        width: 555px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .article .text-format .integrated {
        position: relative;
        height: 150px
    }

    .news .tegs {
        max-width: 100%
    }

    .news .news-list,
    .news .pagination {
        margin-bottom: 0
    }

    .news .news-list-wrap .row {
        position: relative
    }

    .news .news-list-wrap .row [class*=col-] {
        position: static
    }

    .news .news-list-wrap .casino-online {
        margin-top: 0
    }

    .news .news-list-wrap .casino-online .casino-online-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 15px);
        margin-bottom: 50px
    }

    .news .news-list-wrap .casino-online .casino-online-list .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px
    }

    .news .news-list-wrap .casino-online .casino-online-list .casino-online-item:nth-child(2n) {
        padding-right: 0;
        padding-left: 15px
    }

    .news-list {
        margin-bottom: 32px
    }

    #otherBonuses .bonus-template__item {
        width: calc(50% - 15px)
    }

    #otherBonuses .swiper-container {
        width: 100%;
        padding-right: 0;
        margin-left: 0
    }

    #otherBonuses .swiper-static-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 auto;
        padding: 0 15px
    }

    #otherBonuses .swiper-static-block .line {
        display: none
    }

    #otherBonuses .swiper-static-block:after {
        top: 34px;
        right: 15px;
        width: calc(100% - 225px)
    }

    #otherBonuses .swiper-static-block .swiper-arrow-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .bonus-review-content .logo img {
        left: auto;
        right: 28px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .bonus-review-title {
        font-size: 30px;
        line-height: 35px;
        max-width: 300px
    }

    .slot_mashine .categories-wrap {
        top: 0;
        height: 46px
    }

    .slot_mashine .categories-wrap .categories {
        height: 578px
    }

    .slot_mashine .tegs {
        min-height: 50px;
        margin-bottom: 30px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .slot_mashine .tegs-item:last-child {
        margin-bottom: 0
    }

    .slot_mashine .casino-online {
        display: none
    }

    .slot_mashine .position-relative-sm {
        position: relative
    }

    .slot_mashine .categories-form-wrap-sm {
        position: absolute;
        width: 100%;
        top: 0
    }

    .contacts-content-left {
        background: url(/dist/images/webpack/contacts-bg-sm.jpg) 0 0 no-repeat;
        background-size: cover
    }

    .contacts-content-left:after {
        left: 108px
    }

    .contacts-content-right .contacts-form {
        margin: 100px auto
    }

    .error .img-wrap:after {
        width: 544px;
        height: 437px;
        top: -5px;
        left: 26px
    }

    .error .error-descr .title {
        margin-top: 40px
    }

    .sort_catalog .casino-online-list {
        margin-bottom: 50px
    }

    .sort_currency .no-sites {
        margin-top: 0
    }

    .sort_currency .casino-online-list {
        margin-bottom: 50px
    }

    .no-sites {
        margin-top: 10px
    }

    .no-find {
        margin-top: 30px
    }

    .sort_casino .casino-online-list {
        margin-bottom: 50px
    }

    .sort_casino .no-find {
        margin-top: 30px
    }

    .partners .pagination,
    .terms .pagination {
        width: 100%
    }

    .user_info-nav-item a {
        margin-right: 30px
    }

    .change-password .delete-profile-wrap h2 {
        margin-top: 30px
    }

    .change-password h2 {
        white-space: nowrap
    }

    .authors .casino-online-list {
        margin-bottom: 30px
    }

    .video-page .form-comment .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 461px;
        -ms-flex: 0 0 461px;
        flex: 0 0 461px;
        max-width: 461px
    }

    #all-videos .news-list-item-link {
        width: 261px
    }

    .all-videos-page .first-block {
        margin-bottom: 30px !important
    }

    .all-videos-page .first-block .section-title-wrap {
        margin-bottom: 30px
    }

    .all-videos-page .tegs {
        margin-top: 30px;
        max-width: 100%
    }

    .all-videos-page .pagination {
        width: 100%
    }

    .all-videos-page .casino-online-list {
        margin-bottom: 30px
    }

    .all-videos-page .casino-online {
        margin-top: 0
    }

    .play-casino-modal .modal-dialog {
        top: 50% !important
    }

    .streamer_iq_test_header {
        min-height: 45px
    }

    .streamer_iq_test_header__inner {
        max-width: 710px
    }

    .streamer_iq_test_header__inner .inner-logo {
        height: 18.5px
    }

    body.streamer-iq-test {
        background: url(/dist/images/webpack/streamer_test_bg_md.png) no-repeat 50%;
        background-size: cover;
        background-attachment: fixed
    }

    .quiz-form__content-form {
        padding: 30px 0 0
    }

    body.gambler-iq-test {
        background: url(/dist/images/webpack/streamer_test_bg_md.png) no-repeat 50%;
        background-size: cover;
        background-attachment: fixed
    }

    .gambler-iq-test .quiz-slider__content-descr {
        font-size: 16px
    }

    .streamer-profile .streamer-profile__card-top {
        padding: 20px 19px 19px
    }

    .streamer-profile__info-content .text-content__wrapper .text-content.text-format .iframe-wrapper {
        padding-bottom: 57%
    }

    .streamer-profile__photos-wrapper .photos-slider__controls .streamer-video-next-arrow,
    .streamer-profile__photos-wrapper .photos-slider__controls .streamer-video-prev-arrow,
    .streamer-profile__photos-wrapper .video-slider__controls .streamer-video-next-arrow,
    .streamer-profile__photos-wrapper .video-slider__controls .streamer-video-prev-arrow,
    .streamer-profile__video-wrapper .photos-slider__controls .streamer-video-next-arrow,
    .streamer-profile__video-wrapper .photos-slider__controls .streamer-video-prev-arrow,
    .streamer-profile__video-wrapper .video-slider__controls .streamer-video-next-arrow,
    .streamer-profile__video-wrapper .video-slider__controls .streamer-video-prev-arrow {
        display: none
    }

    .streamer-rating .streamer-rating__card .card-bg-image {
        height: 80px
    }

    body {
        padding-top: 120px
    }

    body.menu-opened {
        overflow: hidden;
        height: 100%
    }

    .modal-open header.header {
        width: 100%
    }

    .aside-block {
        width: 100vw;
        height: 44px;
        min-height: 44px;
        top: auto;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 25px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .aside-block .time {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 100px
    }

    .socials-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .socials-link {
        margin: 3px 0 0
    }

    .btn.btn-white:hover {
        color: inherit !important;
        background-color: #fff;
        border-color: inherit
    }

    body.authors .section-title-wrap .section-title {
        margin-bottom: 30px
    }

    body.authors .section-title-wrap .section-title-description {
        margin: 30px 0
    }

    body.authors .section-title-wrap .create-blog-btn {
        display: block;
        margin: 0
    }

    .first-block {
        margin-bottom: 60px !important
    }

    .col-xl-9 .table-wrap caption,
    caption {
        max-width: 555px
    }

    .page-main .iframe-wrapper,
    .text-content__wrapper .text-content.text-format .iframe-wrapper {
        padding-bottom: 14.5%
    }

    .footer-text blockquote,
    .text-format blockquote {
        width: 100%;
        padding: 33px 15px 3px;
        margin: 41px auto 36px
    }

    .footer-text blockquote.quote2,
    .text-format blockquote.quote2 {
        width: 100%
    }

    .brand_bg_bottom {
        bottom: 44px
    }

    .brand_bg_bottom .close {
        top: 5px;
        right: 10px
    }
}

@media (max-width:991px) and (max-width:767px) {

    #all-videos .swiper-static-block:after,
    #best__bonus .swiper-static-block:after,
    #best__online-casino .swiper-static-block:after,
    #casino_bonuses .swiper-static-block:after,
    #casino_news .swiper-static-block:after,
    #new__online-casino .swiper-static-block:after,
    #new__slots .swiper-static-block:after,
    #otherBonuses .swiper-static-block:after,
    #provider__slots .swiper-static-block:after,
    #reviews .swiper-static-block:after,
    #screenshots .swiper-static-block:after,
    #sort-other-slider .swiper-static-block:after {
        display: none
    }

    .news .news-list-wrap .casino-online .casino-online-list {
        margin-bottom: 30px
    }

    .news .news-list-wrap .casino-online .casino-online-list .casino-online-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0
    }

    .news .news-list-wrap .casino-online .casino-online-list .casino-online-item:nth-child(2n) {
        padding-left: 0
    }
}

@media (max-width:991px) and (orientation:landscape) {

    .gk-subscribe-modal.modal .modal-dialog,
    .gk-subscribe-thanks-modal.modal .modal-dialog,
    .play-casino-modal .modal-dialog {
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;
        top: 0 !important;
        left: 0;
        margin: 0 auto
    }

    body.streamer-iq-test {
        height: 100% !important
    }

    .quiz-form__content,
    .quiz-slider__content,
    .quiz-start__screen {
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .quiz-form__content {
        margin: 0 !important
    }

    .quiz-results {
        top: 105% !important;
        margin: 0
    }

    body.gambler-iq-test {
        height: 100% !important
    }

    .gambler-iq-test .quiz-form__content,
    .gambler-iq-test .quiz-slider__content,
    .gambler-iq-test .quiz-start__screen {
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .gambler-iq-test .quiz-results {
        margin: 0;
        margin-top: 200px !important;
        top: 50% !important
    }
}

@media screen and (max-width:991px) {

    .gk-subscribe-modal.modal .modal-dialog,
    .gk-subscribe-thanks-modal.modal .modal-dialog {
        top: 50%
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {

    .header-wrap-top.logged .icon18,
    .header-wrap-top.logged .logged-wrap .user {
        display: none
    }

    .header-wrap-top .logo {
        margin-top: 15px
    }

    .header-wrap-top .logo .logo__descr {
        display: none
    }

    .header-wrap-top .logo span {
        font-size: 14px;
        margin-left: 8px
    }

    .header-wrap-top .login-wrap,
    .search-btn {
        display: none
    }

    .search__form {
        display: block;
        width: 100%
    }

    .search__form .form-group {
        margin-bottom: 0;
        border-bottom: 1px solid #e0e0e0
    }

    .search__form .input-group-btn {
        display: block;
        width: 28px;
        height: 28px;
        padding: 0;
        margin: 10px 0 0 10px;
        border: 0;
        background: url(/dist/images/webpack/search-gray.svg) 0 0 no-repeat
    }

    .search__form .form-control {
        border: 0;
        font-size: 14px;
        height: 44px;
        padding-top: 10px;
        text-align: left
    }

    .search__form .form-control::-webkit-input-placeholder {
        color: #c4c4c4
    }

    .search__form .form-control::-moz-placeholder {
        color: #c4c4c4
    }

    .search__form .form-control:-ms-input-placeholder {
        color: #c4c4c4
    }

    .search__form .form-control::-ms-input-placeholder {
        color: #c4c4c4
    }

    .search__form .form-control::placeholder {
        color: #c4c4c4
    }

    .footer__wrap-bottom {
        padding-bottom: 20px
    }

    .footer__links {
        margin-top: 40px
    }

    .footer__wrap-icons .footer-icon_21 {
        display: none
    }

    .checkbox label {
        font-size: 12px;
        line-height: 14px
    }

    .breadcrumb {
        margin-bottom: 15px
    }

    .breadcrumb li+li {
        padding-left: 8px
    }

    .breadcrumb li+li:before {
        padding-right: 8px
    }

    .bonus-template__item {
        width: 100%
    }

    .bonus-template-filter-top {
        width: 100%;
        position: static;
        margin-bottom: 25px;
        margin-top: 10px
    }

    .media {
        display: block
    }

    #comments .btn-comments-wrap {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #comments #showComment {
        margin: 30px 0 0
    }

    #comments .help-block-error {
        top: -10px;
        margin-bottom: 10px
    }

    #comments .text-success {
        margin-bottom: 30px;
        margin-top: 20px
    }

    #comments .text-success:before {
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    #comments .reply-block .form-comment .write-comment-wrap {
        padding: 10px 0 10px 20px
    }

    #comments .btn-back {
        margin-left: 0;
        line-height: 40px;
        margin-top: 10px
    }

    .form-comment .write-comment-wrap {
        height: 274px;
        padding: 10px 0 10px 10px
    }

    .form-comment .form-group {
        margin-left: 10px;
        margin-top: 14px
    }

    .form-comment .form-control {
        height: 238px;
        padding: 0 25px 0 0;
        max-width: 198px !important
    }

    .form-comment .btn-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .modal .modal-dialog {
        width: 290px
    }

    #activateSubscribeModal .modal-top,
    #successChangedPasswordbeModal .modal-top,
    #thanksModal .modal-top {
        height: 208px
    }

    #activateSubscribeModal .modal-top:after,
    #successChangedPasswordbeModal .modal-top:after,
    #thanksModal .modal-top:after {
        width: 305px
    }

    #activateSubscribeModal .modal-thanks-subscribe__title,
    #successChangedPasswordbeModal .modal-thanks-subscribe__title,
    #thanksModal .modal-thanks-subscribe__title {
        margin-top: 30px
    }

    #activateSubscribeModal .modal-thanks-subscribe__descr,
    #successChangedPasswordbeModal .modal-thanks-subscribe__descr,
    #thanksModal .modal-thanks-subscribe__descr {
        margin-bottom: 35px
    }

    #email-confirm-modal .modal-top:after,
    #loginModal .modal-top:after,
    #newPasswordModal .modal-top:after,
    #registrationModal .modal-top:after,
    #resetPasswordModal .modal-top:after,
    #welcomeModal .modal-top:after {
        width: 305px
    }

    #email-confirm-modal .modal-body,
    #loginModal .modal-body,
    #newPasswordModal .modal-body,
    #registrationModal .modal-body,
    #resetPasswordModal .modal-body,
    #welcomeModal .modal-body {
        padding: 45px 0 32px
    }

    #registrationModal .modal-body {
        padding: 40px 0 51px
    }

    #email-confirm-modal .modal-body,
    #welcomeModal .modal-body {
        padding: 40px 15px 47px
    }

    #activateSubscribeModal .modal-body,
    #resetPasswordModal .modal-body {
        padding: 40px 15px
    }

    #successChangedPasswordbeModal .modal-body {
        padding: 51px 15px
    }

    #becomePartner .modal-dialog {
        width: 100%;
        max-width: 360px;
        height: auto;
        position: static;
        margin: 120px auto 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    #becomePartner .modal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #becomePartner .modal-content-left {
        width: 100%;
        max-width: 360px;
        height: 320px;
        background: url(/dist/images/webpack/popap-bg-long.jpg) 0 0 no-repeat;
        border-radius: 4px 4px 0 0
    }

    #becomePartner .modal-content-left:after {
        content: "";
        width: 100%;
        height: 205px;
        background: url(/dist/images/webpack/popap-bg-left-xs.png) 0 0 no-repeat;
        position: absolute;
        bottom: -15px;
        left: 0
    }

    #becomePartner .modal-content-left h2 {
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        margin-top: 30px;
        margin-left: 0;
        text-align: center
    }

    #becomePartner .modal-content-right {
        padding: 40px 24px 10px 25px
    }

    #becomePartner .modal-content-right form {
        width: 263px;
        margin: auto
    }

    #all-videos .line,
    #best__bonus .line,
    #best__online-casino .line,
    #casino_bonuses .line,
    #casino_news .line,
    #new__online-casino .line,
    #new__slots .line,
    #otherBonuses .line,
    #provider__slots .line,
    #reviews .line,
    #screenshots .line,
    #sort-other-slider .line {
        display: none
    }

    #all-videos .swiper-container,
    #best__bonus .swiper-container,
    #best__online-casino .swiper-container,
    #casino_bonuses .swiper-container,
    #casino_news .swiper-container,
    #new__online-casino .swiper-container,
    #new__slots .swiper-container,
    #otherBonuses .swiper-container,
    #provider__slots .swiper-container,
    #reviews .swiper-container,
    #screenshots .swiper-container,
    #sort-other-slider .swiper-container {
        width: calc(50vw + 146.5px);
        padding-right: calc(50vw - 146.5px);
        margin-left: calc(50vw - 146.5px)
    }

    #all-videos .swiper-static-block,
    #best__bonus .swiper-static-block,
    #best__online-casino .swiper-static-block,
    #casino_bonuses .swiper-static-block,
    #casino_news .swiper-static-block,
    #new__online-casino .swiper-static-block,
    #new__slots .swiper-static-block,
    #otherBonuses .swiper-static-block,
    #provider__slots .swiper-static-block,
    #reviews .swiper-static-block,
    #screenshots .swiper-static-block,
    #sort-other-slider .swiper-static-block {
        margin: 45px 15px 0
    }

    #otherBonuses .swiper-container {
        width: calc(50vw + 131.5px);
        padding-right: calc(50vw - 119.5px);
        margin-left: calc(50vw - 131.5px)
    }

    #new__slots .swiper-slide,
    #provider__slots .swiper-slide {
        min-width: 160px
    }

    #best__bonus .swiper .js-advertising-statistic .swiper-img-wrap,
    #new__slots .swiper .js-advertising-statistic .swiper-img-wrap,
    #provider__slots .swiper .js-advertising-statistic .swiper-img-wrap {
        height: 249px
    }

    #best__bonus .swiper .js-advertising-statistic img,
    #new__slots .swiper .js-advertising-statistic img,
    #provider__slots .swiper .js-advertising-statistic img {
        max-height: 100%
    }

    #best__bonus .swiper-img-wrap,
    #new__slots .swiper-img-wrap,
    #provider__slots .swiper-img-wrap {
        height: 141px
    }

    #best__bonus .swiper-img-wrap.new-window,
    #new__slots .swiper-img-wrap.new-window,
    #provider__slots .swiper-img-wrap.new-window {
        height: 249px
    }

    #best__bonus .swiper-img-wrap.new-window img,
    #new__slots .swiper-img-wrap.new-window img,
    #provider__slots .swiper-img-wrap.new-window img {
        max-height: 100%
    }

    #best__bonus .swiper-container,
    #new__slots .swiper-container,
    #provider__slots .swiper-container {
        width: calc(50vw + 152.5px);
        padding-right: calc(50vw - 21px);
        margin-left: calc(50vw - 139px)
    }

    #best__bonus .swiper-slide-wrap,
    #new__slots .swiper-slide-wrap,
    #provider__slots .swiper-slide-wrap {
        margin: 0 10px
    }

    #best__bonus .swiper-slide-bottom,
    #new__slots .swiper-slide-bottom,
    #provider__slots .swiper-slide-bottom {
        height: 107px
    }

    #best__bonus .swiper-slide-bottom .new,
    #new__slots .swiper-slide-bottom .new,
    #provider__slots .swiper-slide-bottom .new {
        font-size: 12px;
        line-height: 17px;
        top: -9px
    }

    #best__bonus .swiper-title,
    #new__slots .swiper-title,
    #provider__slots .swiper-title {
        font-size: 14px;
        line-height: 16px
    }

    #best__bonus .swiper-title-descr,
    #new__slots .swiper-title-descr,
    #provider__slots .swiper-title-descr {
        font-size: 12px;
        line-height: 14px
    }

    #best__bonus .swiper-table-top,
    #new__slots .swiper-table-top,
    #provider__slots .swiper-table-top {
        font-size: 10px;
        line-height: 12px
    }

    #best__bonus .swiper-table-top .volatility-title,
    #new__slots .swiper-table-top .volatility-title,
    #provider__slots .swiper-table-top .volatility-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px
    }

    #best__bonus .swiper-table-bottom,
    #new__slots .swiper-table-bottom,
    #provider__slots .swiper-table-bottom {
        font-size: 10px;
        line-height: 12px
    }

    #best__bonus .swiper-table-bottom .volatility,
    #new__slots .swiper-table-bottom .volatility,
    #provider__slots .swiper-table-bottom .volatility {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px
    }

    #new__slots .swiper-slide-wrap,
    #provider__slots .swiper-slide-wrap {
        min-height: 249px
    }

    #best__bonus .swiper-container {
        width: calc(50vw + 152.5px);
        padding-right: calc(50vw - 56px);
        margin-left: calc(50vw - 139px)
    }

    #best__bonus .swiper-slide-wrap {
        margin: 0 15px
    }

    #best__bonus .swiper-slide-bottom {
        height: 129px
    }

    #best__bonus .swiper-img-wrap {
        height: 181px
    }

    .bookmarks .bookmark-wrap:last-child {
        margin-bottom: 0
    }

    .bookmark-casino .row:nth-child(2) .col-12:nth-child(n+2) {
        display: none
    }

    .bookmark-bonuses-slide-wrap {
        width: 165px;
        margin: auto
    }

    .bookmark-bonuses-title-descr {
        font-size: 12px;
        line-height: 14px
    }

    .bookmark-authors .row:nth-child(2) .col-12:nth-child(n+2),
    .bookmark-forum .row:nth-child(2) .col-12:nth-child(n+2),
    .bookmark-publication .row:nth-child(2) .col-12:nth-child(n+2),
    .bookmark-video .row:nth-child(2) .col-12:nth-child(n+2) {
        display: none
    }

    .cabinet-notifications .cabinet-notifications-btn-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cabinet-notifications .btn-white {
        margin-left: 0;
        margin-top: 20px
    }

    .user_info-edit .upload-avatar #upload {
        margin-left: 0;
        left: 0;
        width: 100%
    }

    .cabinet-rating .section-title-wrap {
        margin-top: 70px;
        position: relative
    }

    .cabinet-rating .section-title-wrap .btn {
        position: absolute;
        top: -70px
    }

    .table-rating-btn-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .table-rating-btn-wrap .table-rating-showing {
        padding: 10px 0;
        margin-bottom: 30px
    }

    .table-rating-wrap tbody tr {
        -webkit-flex-basis: calc(100% - 30px);
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px)
    }

    .table-rating-wrap .article-rating {
        margin-left: 0;
        margin-top: 0
    }

    .cabinet-advertising .section-title-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cabinet-advertising .nav-tabs .nav-item:first-child .btn {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .cabinet-create_post .btn-wrap .btn:first-child {
        margin-bottom: 20px
    }

    .container-upload.img_uploaded {
        margin-bottom: 150px
    }

    .container-upload.img_uploaded .btn_upload {
        bottom: -130px;
        left: 0
    }

    .cabinet-post_preview .btn-wrap .btn:first-child {
        margin-bottom: 20px
    }

    .full-width-xs,
    .full-width-xs.container {
        padding: 0;
        max-width: 100%;
        width: 100%
    }

    .full-width-xs .row {
        margin: 0
    }

    .full-width-xs .row [class*=col-] {
        padding: 0
    }

    #subscribe {
        margin-top: 45px
    }

    #subscribe .subscribe-form {
        width: 293px
    }

    #subscribe .subscribe-form-wrap {
        height: 330px;
        background: url(/dist/images/webpack/envelope.png) bottom no-repeat, url(/dist/images/webpack/subscribe-bg-xs.jpg) 50% no-repeat;
        background-size: auto, cover;
        border-radius: 0
    }

    #subscribe .subscribe-form-wrap:before {
        top: auto;
        bottom: -17px;
        left: 0;
        height: 131px;
        width: 84px;
        background: url(/dist/images/webpack/chips-left.png) 0 0 no-repeat
    }

    #subscribe .subscribe-form-wrap:after {
        bottom: -18px;
        right: 7px;
        height: 158px;
        width: 120px;
        background: url(/dist/images/webpack/chips-right.png) 0 0 no-repeat
    }

    #subscribe .subscribe-form-wrap .btn.btn-low {
        margin-left: 0
    }

    #first-screen__adv-wrap .adv-img-wrap a,
    #first-screen__adv-wrap .adv-img-wrap span {
        height: 171px
    }

    #first-screen__adv-wrap .adv-img-wrap a:before,
    #first-screen__adv-wrap .adv-img-wrap span:before {
        display: none
    }

    #first-screen__adv-wrap .adv-img-wrap a img,
    #first-screen__adv-wrap .adv-img-wrap span img {
        height: 171px;
        margin: 0 auto 30px
    }

    .adv-img-wrap-no-slider a,
    .adv-img-wrap-no-slider span {
        height: 171px
    }

    #first-screen-top-slider .swiper-img-wrap {
        height: 163px
    }

    #first-screen-top-slider .swiper-descr {
        left: 0;
        bottom: -137px;
        text-align: center;
        padding: 0 5px;
        width: 100%
    }

    #first-screen-top-slider .swiper-descr a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 62px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #first-screen-top-slider .swiper-arrow-wrap {
        width: 100%
    }

    #first-screen-top-slider .swiper-static-block {
        height: 157px
    }

    #first-screen-top-slider .swiper-static-block .top {
        display: block;
        margin: 0;
        text-align: center
    }

    #first-screen-top-slider .swiper-static-block .top:after {
        display: none
    }

    #first-screen-top-slider .swiper-static-block-bootom {
        bottom: -150px
    }

    #integrated a {
        height: 171px;
        border-radius: 0
    }

    #site__map {
        margin-top: 60px
    }

    #site__map .site__map-content {
        margin-top: 0
    }

    #site__map h3 {
        margin-bottom: 0
    }

    #site__map h3:after,
    #site__map h3:before {
        display: none
    }

    #site__map h2 {
        margin-top: 60px
    }

    .online_casino_rating .first-block .section-title-wrap .section-title {
        padding-bottom: 0
    }

    .tegs {
        min-height: 0
    }

    .tegs-item {
        padding: 0 30px 0 12px
    }

    .tegs .remove {
        right: 7px
    }

    .advertising__item {
        height: 171px !important
    }

    .advertising__item .col-12 a,
    .advertising__item .col-12 span {
        height: 171px
    }

    .casino_card .casino-rating,
    .casino_card .casino-rating__list {
        padding-top: 0
    }

    .rating-container__content .casino-rating__item {
        padding: 17px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .rating-container__content .casino-rating__item .shield.advert,
    .rating-container__content .casino-rating__item .shield.verified {
        right: 15px;
        left: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .rating-container__content .casino-rating__row.one {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .rating-container__content .casino-rating__row.two {
        width: 100%
    }

    .rating-container__content .casino-rating__row.three {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .rating-container__content .casino-rating__logo a {
        max-width: 124px;
        min-width: 124px;
        height: 75px
    }

    .rating-container__content .casino-rating__wrap {
        width: 130px
    }

    .rating-container__content .casino-rating__info {
        margin-bottom: 7px
    }

    .rating-container__content .casino-rating__rating {
        width: 100%
    }

    .rating-container__content .casino-rating__rating .reviews {
        margin-bottom: 7px
    }

    .rating-container__content .casino-rating-list {
        margin-top: 0
    }

    .rating-container__content .casino-rating .mb-16:last-of-type {
        margin-bottom: 16px
    }

    .rating-container__content .casino-rating__slider {
        width: 100%
    }

    .rating-container__content .casino-rating .swiper-button-next,
    .rating-container__content .casino-rating .swiper-button-prev {
        width: 19px
    }

    .rating-container__content .casino-rating__overview a,
    .rating-container__content .casino-rating__play a {
        width: 113px
    }

    .rating-container__content .casino-rating__overview {
        margin-bottom: 0
    }

    .rating-container__content .casino-rating-filter-top {
        width: 100%
    }

    .casino-rating.best-casinos {
        padding-top: 80px
    }

    .casino-rating.best-casinos .casino-rating-list {
        margin-top: 0
    }

    .casino-rating.best-casinos .casino-rating__list {
        padding-top: 25px
    }

    .casino-rating.best-casinos .casino-rating-filter-top,
    .casino-rating.best-casinos .casino-rating__item {
        width: 100%
    }

    .categories-wrap {
        position: static;
        width: 100%;
        height: 35px;
        margin-bottom: 15px
    }

    .categories-header {
        line-height: 35px;
        font-size: 15px;
        height: 100%
    }

    .categories-header:after {
        top: 14px;
        right: 15px
    }

    .rating-container__content .section-title-wrap .section-title {
        font-weight: 500;
        text-align: left;
        font-size: 24px;
        line-height: 28px
    }

    .slot-block-top {
        min-height: 50px;
        padding-top: 8px
    }

    .slot-block-wrap #btn-back {
        position: relative;
        margin: 14px 0;
        right: 0;
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .slot-block-title {
        margin: 0 auto;
        max-width: 263px;
        font-size: 14px;
        line-height: 16px
    }

    .slot-block-subtitle {
        margin: 4px auto 0;
        max-width: 263px;
        font-size: 12px;
        line-height: 14px
    }

    .slot-block-img .btn-wrap {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .slot-block-bottom {
        padding-left: 0
    }

    .slot-block-nav {
        margin: 0 auto;
        max-width: 263px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slot-block-nav li {
        display: block;
        width: 100%;
        text-align: center
    }

    .slot-block-nav .btn-follow-wrap {
        margin: 0
    }

    .slot-block-nav .btn-follow {
        margin: 15px 0 20px
    }

    .slot-block-nav-link {
        line-height: 52px;
        display: inline-block;
        margin-right: 0
    }

    .slot-block-descr {
        margin: 0 auto;
        max-width: 263px
    }

    .slot-block-descr p {
        text-align: left
    }

    .slot-review-wrap {
        margin: 30px auto 0;
        max-width: 263px
    }

    #details {
        margin: 0 auto;
        max-width: 263px
    }

    .details-list-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px
    }

    .details-list-item-left {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .details-list-descr {
        width: 100%;
        margin: 4px 0 0 40px
    }

    #write-review .btn-wrap .tooltip-success {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .write-review-wrap .leftChars {
        display: none
    }

    .write-review-img img {
        max-width: 42px
    }

    .write-review-reting p {
        margin-bottom: 3px
    }

    .write-review-reting .field-reviewform-rating {
        margin-left: 0
    }

    .bonus_page #reviews .swiper-static-block,
    .slot_mashine #reviews .swiper-static-block,
    .slot_review #reviews .swiper-static-block {
        margin: 15px 0 0
    }

    .slot_review .first-block {
        margin: 0 auto;
        max-width: 263px
    }

    .casino_card #faq {
        margin-top: 60px
    }

    .casino-card-content {
        min-height: 339px;
        height: auto;
        padding: 8px 20px 0
    }

    .casino-card-content .logo {
        display: block;
        text-align: center;
        margin: 4px 0 12px
    }

    .casino-card-content .logo img {
        -webkit-transform: translate(0);
        transform: translate(0);
        position: static;
        max-height: 132px
    }

    .casino-card-title {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 11px
    }

    .casino-card-reting-player {
        margin-bottom: 11px
    }

    .casino-card-supports {
        margin-top: 12px;
        width: 233px
    }

    .casino-card-bottom {
        padding-left: 0
    }

    .casino-card-nav {
        margin: 0 auto;
        max-width: 263px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-card-nav li {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 53px
    }

    .casino-card-nav .btn-follow-wrap {
        margin: 0
    }

    .casino-card-nav .btn-follow {
        margin: 0 0 20px
    }

    .casino-card-nav .btn-follow:first-child {
        margin-top: 15px
    }

    .casino-card-nav-link {
        display: inline-block;
        line-height: 19px;
        font-size: 16px;
        margin-right: 0;
        padding-bottom: 8px
    }

    .advantages,
    .disadvantages {
        margin-bottom: 0
    }

    .disadvantages {
        margin-bottom: 40px
    }

    .casino-details-filter-item {
        max-height: 97px
    }

    .casino-details-filter-item.licenses {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-details-filter-item.licenses .casino-details-filter-descr {
        width: 241px
    }

    .casino-details-filter-item.currency {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-details-filter-item.currency .casino-details-filter-descr {
        width: 241px
    }

    .casino-details-filter-item.languages {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-details-filter-item.languages .casino-details-filter-descr {
        width: 241px
    }

    .casino-details-filter-item.payment {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-details-filter-item.payment .casino-details-filter-descr {
        width: 241px
    }

    .casino-details-filter-item.provider {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .casino-details-filter-item.provider .casino-details-filter-descr {
        width: 241px
    }

    .casino-details-filter-title {
        padding-bottom: 0
    }

    .casino-details-filter-descr.list {
        margin: 0 0 10px 20px;
        max-height: 62px
    }

    .casino-details-filter-descr.list .os-content {
        margin-top: 2px
    }

    .casino-details-filter-list-wrap {
        padding-bottom: 18px
    }

    .casino-details-filter-list {
        max-height: 263px
    }

    .casino-details-filter-list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 9px
    }

    .bonus_page .first-block .section-title-wrap .section-title {
        padding-bottom: 0
    }

    .bonus_page .bonus-template {
        margin-top: 0
    }

    .bonus_page .tegs {
        min-height: 0;
        margin-bottom: 0
    }

    .bonus_page .bonus-template-filter-top {
        margin-top: 0
    }

    .bonus_page .categories-wrap {
        height: 50px;
        top: 0;
        position: absolute
    }

    .bonus_page #site__map {
        margin-top: 60px
    }

    .bonus_page .first-block .btn-wrap:after {
        right: calc(140px - 50vw)
    }

    .bonus_page .casino-rating-list {
        padding-top: 80px;
        position: relative
    }

    .bonus_page .categories-form-wrap-sm {
        position: static
    }

    .about section.about_us .hero-screen:before {
        background: url(/dist/images/webpack/about-us__banner-md.jpg) no-repeat 50%
    }

    section.about_us .our_mission {
        padding: 57px 0 0
    }

    section.about_us .our_mission-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    section.about_us .our_mission-content__text:before {
        display: block;
        width: calc(100% - 30px);
        left: 15px
    }

    section.about_us .our_mission-content__img {
        padding: 60px 0;
        text-align: center
    }

    section.about_us .our_mission-content__img:after {
        background: url(/dist/images/webpack/our_mission-chips-right.png) 0 25px no-repeat, url(/dist/images/webpack/our_mission-chips-left.png) 100% 100% no-repeat;
        background-size: auto;
        height: 340px;
        top: 0;
        left: 15px;
        width: calc(100% - 30px)
    }

    section.about_us .our_mission-content__img img {
        position: static
    }

    section.about_us .our_goal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    section.about_us .our_goal-content__img {
        padding: 35px 0 0;
        text-align: center
    }

    section.about_us .our_goal-content__img img {
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    section.about_us .our_projects {
        min-height: 0;
        background: transparent
    }

    section.about_us .our_projects-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    section.about_us .our_projects-content__img {
        padding: 35px 0 0;
        text-align: center
    }

    section.about_us .our_projects-content__img:after {
        background: none
    }

    section.about_us .our_projects-content__img img {
        margin: 0;
        position: static
    }

    section.about_us .our_projects-content__text {
        background: none;
        padding-bottom: 0
    }

    section.about_us .our_projects-content__text ul {
        padding: 20px 0 0 75px
    }

    .article .section-title-wrap {
        width: 263px
    }

    .article .section-title-wrap .section-title {
        margin-bottom: 15px
    }

    .article .article-main-img,
    .article .title-descr {
        width: 263px
    }

    .article .text-content .integrated {
        position: relative;
        height: 171px
    }

    .article .text-content .integrated .adv-img-wrap-no-slider {
        left: calc(-50vw + 146.5px);
        height: 171px
    }

    .article .article-contents-footer {
        width: 263px
    }

    .article .article-contents-footer .rating {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .article .article-contents-footer .article-rating {
        margin-left: 0;
        margin-top: 2px
    }

    .article .article-contents-footer .share {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .article .article-contents-footer .share .bookmarks {
        margin-left: 0;
        margin-top: 20px
    }

    .article .footer-text-wrap {
        margin-bottom: 60px
    }

    .article-title-block-bootom-wrap {
        bottom: 0;
        padding-left: 0
    }

    .article-title-block-bootom-wrap .autor {
        width: 100%;
        margin-top: 6px
    }

    .article-title-block-bootom-wrap .article-title-block-bootom {
        margin-top: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .article-title-block-bootom-wrap .article-title-block-bootom .article-rating {
        margin-top: 9px
    }

    .article-rating {
        margin-left: 0;
        margin-top: 0
    }

    #faq .card-body {
        padding: 5px 20px 10px
    }

    .text-content__wrapper .text-content.text-format p {
        font-size: 14px;
        line-height: 18px
    }

    .news .news-descr-bottom {
        margin-bottom: 20px
    }

    .news #site__map {
        margin-top: 20px
    }

    #news-top-slider .swiper-img-wrap {
        height: 163px
    }

    #news-top-slider .swiper-descr {
        left: 0;
        bottom: -130px;
        text-align: center;
        padding: 0 15px
    }

    #news-top-slider .swiper-descr a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #news-top-slider .swiper-arrow-wrap {
        width: 100%
    }

    #news-top-slider .swiper-static-block {
        height: 157px
    }

    #news-top-slider .swiper-static-block .top {
        display: block;
        margin: 0;
        text-align: center
    }

    #news-top-slider .swiper-static-block .top:after {
        display: none
    }

    #news-top-slider .swiper-static-block-bootom {
        bottom: -151px
    }

    #otherBonuses .bonus-template,
    #otherBonuses .swiper-container {
        padding-bottom: 0
    }

    #otherBonuses .bonus-template__item {
        width: 100%;
        min-width: 239px;
        max-width: 239px;
        margin-bottom: 0
    }

    #otherBonuses .swiper-static-block {
        display: none
    }

    #otherBonuses .swiper-wrapper .swiper-slide {
        min-width: 239px;
        padding: 0 5px 10px
    }

    .bonus-review-content {
        height: auto;
        padding-bottom: 90px;
        min-height: 375px
    }

    .bonus-review-content .logo {
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 12px
    }

    .bonus-review-content .logo img {
        -webkit-transform: translate(0);
        transform: translate(0);
        position: static;
        max-height: 142px
    }

    .bonus-review-content-bottom {
        height: 67px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px
    }

    .bonus-review-title {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .bonus-review-reting-player {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bonus-review-supports {
        bottom: 75px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 0
    }

    .bonus-review-bottom {
        padding-left: 0
    }

    .bonus-review-nav {
        margin: 0 auto;
        max-width: 263px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bonus-review-nav li {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 53px
    }

    .bonus-review-nav .btn-follow-wrap {
        margin: 0
    }

    .bonus-review-nav .btn-follow {
        margin: 0 0 20px
    }

    .bonus-review-nav .btn-follow:first-child {
        margin-top: 15px
    }

    .bonus-review-nav-link {
        display: inline-block;
        line-height: 19px;
        font-size: 16px;
        margin-right: 0;
        padding-bottom: 8px
    }

    .slot-mashine-list {
        margin-top: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slot_mashine .categories-wrap {
        margin-top: 0;
        position: static
    }

    .slot_mashine .tegs {
        min-height: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .slot_mashine .tegs-item:last-child {
        margin-bottom: 30px
    }

    .slot_mashine .position-relative-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slot_mashine .categories-form-wrap-sm {
        position: relative
    }

    .contacts .section-title-wrap {
        width: 263px;
        margin: 0 auto
    }

    .contacts .section-title-wrap .section-title {
        margin-bottom: 20px
    }

    .contacts-content {
        max-width: 360px;
        margin: 0 auto !important
    }

    .contacts-content-left {
        padding: 38px 50px !important
    }

    .contacts-content-left:after {
        left: 4%;
        width: calc(100% - 13px);
        max-width: 337px
    }

    .contacts-content-right .contacts-form {
        margin: 82px auto 100px
    }

    .error .img-wrap:after {
        display: none
    }

    .error .img-wrap img {
        margin: auto
    }

    .error .error-descr {
        width: 263px;
        margin: auto
    }

    .error .error-descr .title {
        margin-top: 25px
    }

    .sort_catalog .casino-online-list {
        margin-bottom: 30px
    }

    .sort_catalog .catalog-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sort_catalog .no-find {
        margin-top: 30px
    }

    .sort_currency .slot-mashine-slide {
        margin-left: 0;
        margin-right: 0
    }

    .sort_currency .casino-online-list {
        margin-bottom: 30px
    }

    .sort_currency .casino-online-list .casino-online-item {
        width: 100%
    }

    .show-all-wrap .btn-white:before {
        display: none
    }

    .no-sites p {
        font-size: 18px;
        line-height: 21px
    }

    .no-find h4 {
        font-size: 20px;
        line-height: 23px
    }

    .no-find p {
        font-size: 18px;
        line-height: 21px
    }

    .sort_casino .casino-online-list {
        margin-bottom: 30px
    }

    .sort_casino .casino-online-list .casino-online-item {
        width: 100%
    }

    .terms .abc-wrap {
        padding: 17px 20px 13px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .terms .abc-wrap,
    .terms .abc-wrap .abc-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .terms .abc-wrap .abc-list {
        margin: 0 0 13px
    }

    .terms .abc-wrap .abc-list .abc-item:last-child {
        margin-right: 8px
    }

    .term-title {
        padding-right: 35px
    }

    .term-title:after {
        right: 10px
    }

    .partners .section-title-wrap {
        display: block;
        margin-bottom: 0
    }

    .partners .section-title-wrap .btn {
        margin-top: 30px
    }

    .partners-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px
    }

    .partners-item-img {
        width: 100%;
        text-align: center;
        min-width: 100%;
        padding-right: 0;
        margin-left: 0
    }

    .partners-item-img img {
        -webkit-transform: translate(0);
        transform: translate(0);
        margin-bottom: 30px
    }

    .partners-item-descr {
        padding-left: 0
    }

    .partners-item-descr a h3,
    .partners-item-descr h3 {
        display: block;
        text-align: center
    }

    .partner-filter-title {
        padding: 0;
        margin-left: 0;
        text-align: center
    }

    .partner-filter-checkbox-wrap {
        padding-left: 43px
    }

    .partner-filter-checkbox-wrap .checkbox {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .partner-filter-checkbox-wrap .checkbox label {
        min-height: 35px
    }

    .partner-filter-checkbox-wrap .os-scrollbar-vertical {
        left: 15px
    }

    .partner-filter .abc-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partner-filter .abc-wrap .abc-list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 175px;
        -ms-flex: 0 0 175px;
        flex: 0 0 175px;
        max-width: 175px;
        margin: 0 auto
    }

    .partner-filter .abc-wrap .abc-list:first-child {
        margin-right: auto;
        margin-bottom: 20px
    }

    .partner-filter .btn.btn-white {
        display: block;
        position: relative;
        right: 50%;
        margin-right: -50px
    }

    .partners-filter-tag .tags {
        display: block;
        width: 100%
    }

    .partners-filter-tag .tags .tags-item {
        display: inline-block
    }

    .partners-filter-tag .clear-tags {
        float: right;
        margin-top: 10px
    }

    .user_info-wrap {
        background: url(/dist/images/webpack/user-bg-xs.jpg) 0 0 no-repeat;
        background-size: cover;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 10px 17px;
        max-height: 490;
        height: auto
    }

    .user_info-left {
        margin-right: 0
    }

    .user_info-img:after {
        display: none
    }

    .user_info-descr {
        margin-left: 0;
        text-align: center;
        width: 100%
    }

    .user_info .btn {
        margin-bottom: 20px
    }

    .user_info-nav {
        padding: 7px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .user_info-nav-item a {
        margin-right: 0;
        line-height: 33px;
        margin-bottom: 6px
    }

    .change-password .change-password-wrap h2 {
        margin-top: 30px
    }

    .authors .casino-online-list .casino-online-item {
        width: 100%
    }

    .authors #site__map {
        margin-top: 50px
    }

    .video-page .form-comment .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 198px;
        -ms-flex: 0 0 198px;
        flex: 0 0 198px;
        max-width: 198px
    }

    .video-page .breadcrumb {
        margin-bottom: 20px;
        padding-bottom: 0
    }

    .all-videos-page .video-block-descr {
        height: 131px;
        overflow: hidden
    }

    .all-videos-page .casino-online-list .casino-online-item {
        width: 100%
    }

    .play-casino-modal .modal-dialog {
        width: 100% !important
    }

    .streamer_iq_test_header {
        min-height: 55px
    }

    .streamer_iq_test_header__inner {
        max-width: 300px
    }

    body.streamer-iq-test {
        background: url(/dist/images/webpack/streamer_test_bg_md.png) no-repeat 50%;
        background-size: cover;
        background-attachment: fixed;
        height: 100%
    }

    .streamer_iq_quiz {
        padding: 0 0 69px
    }

    .streamer_iq_quiz:after,
    .streamer_iq_quiz:before {
        display: none
    }

    .quiz-start__screen {
        max-width: 300px;
        padding: 64px 22px 69px
    }

    .quiz-start__screen-text {
        font-size: 16px;
        line-height: 22px
    }

    .quiz-start__screen-btn {
        margin: 45px auto 0;
        max-width: 108px;
        min-height: 28px;
        font-size: 13px
    }

    .quiz-slider__content-descr {
        font-size: 15px
    }

    .quiz-slider__content-title {
        font-size: 34px
    }

    .quiz-slider__content-inner {
        max-width: 300px
    }

    .quiz-slider__content .inner-paging__info {
        width: 36px;
        height: 36px;
        top: 17.2%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .quiz-slider__content .inner-paging__info .count {
        left: 5px;
        top: 2px
    }

    .quiz-slider__content .inner-paging__info .amount {
        right: 5px;
        bottom: 2px
    }

    .quiz-slider__content .inner-arrows {
        max-width: 274px
    }

    .quiz-slider__content .inner-arrows .quiz-slider-prev {
        max-width: 84px;
        min-height: 28px
    }

    .quiz-slider__content .inner-arrows .quiz-slider-next.slick-disabled {
        max-width: 92px
    }

    .quiz-slider__content .inner-arrows .quiz-slider-next {
        max-width: 84px;
        min-height: 28px
    }

    .quiz-slider__content-slider .slick-dots {
        visibility: hidden;
        pointer-events: none
    }

    .quiz-slider__content-slider:before {
        top: 57px;
        height: calc(100% + 20px)
    }

    .quiz-slider__content-slider .slider-item {
        padding: 57px 0 0
    }

    .quiz-slider__content-slider .slider-item__inner {
        padding: 57px 0 0;
        max-width: 274px
    }

    .quiz-slider__content-slider .slider-item__inner .inner-image {
        width: 78px;
        height: 78px;
        -webkit-transform: translate(-50%, -39px);
        transform: translate(-50%, -39px)
    }

    .quiz-slider__content-slider .slider-item__inner .inner-image img {
        max-width: 80%;
        width: 62px
    }

    .quiz-slider__content-slider .slider-item__inner .inner-title {
        font-size: 16px;
        padding: 32px 0 20px
    }

    .quiz-form__content {
        max-width: 300px;
        padding: 53px 22px 60px
    }

    .quiz-form__content-title {
        font-size: 16px;
        line-height: 22px;
        white-space: normal
    }

    .quiz-form__content-form .form-group:not(:last-of-type) {
        margin-bottom: 37px
    }

    .quiz-form__content-form .form-group.checkbox input+label {
        line-height: 20px
    }

    .quiz-form__content-form .form-group.checkbox input+label:before {
        width: 21px;
        height: 21px;
        top: 0
    }

    .quiz-form__content-form .form-group.checkbox input:checked+label:after {
        top: 6px;
        left: 5px
    }

    .quiz-form__content-form .content-form__submit {
        margin: 37px 0 0;
        max-width: 108px;
        min-height: 28px;
        font-size: 13px
    }

    .quiz-results {
        max-width: 300px;
        width: 100%
    }

    .quiz-results__title {
        font-size: 34px;
        line-height: 41px
    }

    .quiz-results__score {
        font-size: 15px;
        line-height: 21px
    }

    .quiz-results__content {
        max-width: 300px;
        padding: 47px 22px 43px;
        margin: 62px auto 0
    }

    .quiz-results__content .content-image {
        width: 78px;
        height: 78px;
        -webkit-transform: translate(-50%, -39px);
        transform: translate(-50%, -39px)
    }

    .quiz-results__content .content-image img {
        max-width: 80%;
        width: 62px
    }

    .quiz-results__content .content-text {
        font-size: 16px;
        line-height: 22px
    }

    body.gambler-iq-test {
        background: url(/dist/images/webpack/streamer_test_bg_md.png) no-repeat 50%;
        background-size: cover;
        background-attachment: fixed;
        height: 100%
    }

    .gambler-iq-test .streamer_iq_quiz {
        padding: 0 0 69px
    }

    .gambler-iq-test .streamer_iq_quiz:after,
    .gambler-iq-test .streamer_iq_quiz:before {
        display: none
    }

    .gambler-iq-test .quiz-start__screen {
        max-width: 300px;
        padding: 64px 22px 69px
    }

    .gambler-iq-test .quiz-start__screen-text {
        font-size: 16px;
        line-height: 22px
    }

    .gambler-iq-test .quiz-start__screen-btn {
        margin: 45px auto 0;
        max-width: 108px;
        min-height: 28px;
        font-size: 13px
    }

    .gambler-iq-test .quiz-slider__content-descr {
        font-size: 15px
    }

    .gambler-iq-test .quiz-slider__content-title {
        font-size: 34px
    }

    .gambler-iq-test .quiz-slider__content-inner {
        max-width: 300px
    }

    .gambler-iq-test .quiz-slider__content .inner-paging__info {
        width: 36px;
        height: 36px;
        top: 22.3%;
        border: 1px solid #fff
    }

    .gambler-iq-test .quiz-slider__content .inner-paging__info:before {
        background: #fff
    }

    .gambler-iq-test .quiz-slider__content .inner-paging__info .count {
        left: 5px;
        top: 2px
    }

    .gambler-iq-test .quiz-slider__content .inner-paging__info .amount {
        right: 5px;
        bottom: 2px;
        color: #fff
    }

    .gambler-iq-test .quiz-slider__content .inner-arrows {
        max-width: 274px
    }

    .gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-prev {
        max-width: 84px;
        min-height: 28px
    }

    .gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-next.slick-disabled {
        max-width: 92px
    }

    .gambler-iq-test .quiz-slider__content .inner-arrows .quiz-slider-next {
        max-width: 84px;
        min-height: 28px
    }

    .gambler-iq-test .quiz-slider__content-slider .slick-slide:nth-of-type(2n) .inner-title:after,
    .gambler-iq-test .quiz-slider__content-slider .slick-slide:nth-of-type(odd) .inner-title:after {
        display: none
    }

    .gambler-iq-test .quiz-slider__content-slider .slick-dots {
        visibility: hidden;
        pointer-events: none
    }

    .gambler-iq-test .quiz-slider__content-slider:before {
        top: 104px;
        height: calc(94% + 20px)
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item {
        padding: 104px 0 0
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner {
        padding: 104px 0 0;
        max-width: 274px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-image {
        width: 85px;
        height: 85px;
        -webkit-transform: translate(-50%, -42.5px);
        transform: translate(-50%, -42.5px)
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-title {
        font-size: 14px;
        line-height: 18px;
        padding: 24px 27px;
        margin: 0 auto 30px;
        border-radius: 4px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 162px;
        min-height: 51px;
        border-radius: 4px;
        margin: 0 auto 30px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-number {
        max-width: 36px;
        font-size: 26px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question .question-text {
        font-size: 14px;
        line-height: 17px;
        padding-right: 11px
    }

    .gambler-iq-test .quiz-slider__content-slider .slider-item__inner .inner-question:last-of-type {
        margin: 0 auto
    }

    .gambler-iq-test .quiz-form__content,
    .gambler-iq-test .quiz-form__content .content-form__submit {
        border-radius: 0
    }

    .gambler-iq-test .quiz-results__title {
        white-space: normal
    }

    .streamer-profile .streamer-profile__card {
        max-width: 328px;
        width: 100%;
        margin: 30px auto;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .streamer-profile .streamer-profile__card-rating {
        margin-left: 0;
        margin-top: 0;
        top: 20px;
        padding-left: 5px;
        border-radius: 0 4px 4px 0
    }

    .streamer-profile .streamer-profile__card-top {
        padding: 0
    }

    .streamer-profile .streamer-profile__card-top .left-side {
        max-width: 100%;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        border-radius: 4px;
        background: #fff;
        padding: 20px 22px 17px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__image {
        max-width: 160px;
        min-height: 160px
    }

    .streamer-profile .streamer-profile__card-top .left-side .rating-stars {
        margin-top: 16px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-nickname {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 13px
    }

    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe .subscribe-text,
    .streamer-profile .streamer-profile__card-top .left-side .card-top__description .description-subscribe .subscribe-text .subscribe-amount {
        font-size: 14px
    }

    .streamer-profile .streamer-profile__card-top .right-side {
        padding: 27px 22px 50px
    }

    .streamer-profile .streamer-profile__card-top .right-side .streamer-profile__card-info p:first-of-type~p {
        display: none
    }

    .streamer-profile .streamer-profile__card-top .right-side__line {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 1px;
        background: #8e8e8e;
        z-index: 1
    }

    .streamer-profile .streamer-profile__card-top .right-side__btn {
        position: absolute;
        bottom: -38px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 263px;
        width: 100%;
        min-height: 40px;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        text-align: center;
        color: #333;
        border: 1px solid #8e8e8e;
        border-radius: 4px;
        -webkit-transition: .2s ease;
        transition: .2s ease;
        background: #fff;
        z-index: 2
    }

    .streamer-profile .streamer-profile__card-top .right-side__btn span {
        color: inherit;
        font-size: inherit
    }

    .streamer-profile .streamer-profile__card-top .right-side__btn .read-less,
    .streamer-profile .streamer-profile__card-top .right-side__btn.sliding-btn .read-more {
        display: none
    }

    .streamer-profile .streamer-profile__card-top .right-side__btn.sliding-btn .read-less {
        display: inline
    }

    .streamer-profile .streamer-profile__card-top .right-side__btn:hover {
        color: #fff;
        background: #00aa3a;
        border: 1px solid transparent;
        -webkit-transition: .2s ease;
        transition: .2s ease;
        text-decoration: none
    }

    .streamer-profile .streamer-profile__card-top .right-side__btn:focus {
        outline: none;
        background: #fff;
        background-image: none
    }

    .streamer-profile .streamer-profile__card-middle {
        border-top: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-next-arrow,
    .streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-prev-arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials-slider {
        padding: 50px 30px 30px
    }

    .streamer-profile .streamer-profile__card-bottom {
        padding: 21px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .streamer-profile .streamer-profile__card-bottom a {
        padding: 0 0 10px;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    .streamer-profile .streamer-profile__card-bottom a:last-of-type {
        margin: 0
    }

    .streamer-profile__info-content {
        max-width: 328px;
        width: 100%;
        margin: 0 auto
    }

    .streamer-profile__info-content .content-table {
        padding: 0 0 30px
    }

    .streamer-profile__info-content .content-table__row {
        padding: 10px 18px
    }

    .streamer-profile__info-content .content-table__row .row-title {
        width: auto;
        max-width: none;
        margin-right: 3px
    }

    .streamer-profile__info-content .content-table__row .row-descr {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial
    }

    .streamer-profile__info-content .text-content__wrapper .text-content.text-format p {
        font-size: 14px;
        line-height: 18px
    }

    .streamer-profile__info-content .text-content__wrapper .text-content.text-format .iframe-wrapper {
        padding-bottom: 63.5%
    }

    .streamer-profile__photos-wrapper,
    .streamer-profile__video-wrapper {
        margin-bottom: 30px
    }

    .streamer-profile__photos-wrapper .photos-slider__controls,
    .streamer-profile__photos-wrapper .video-slider__controls,
    .streamer-profile__video-wrapper .photos-slider__controls,
    .streamer-profile__video-wrapper .video-slider__controls {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0 0
    }

    .streamer-profile__photos-wrapper .controls-line,
    .streamer-profile__video-wrapper .controls-line {
        display: none
    }

    .streamer-profile__video-wrapper {
        max-width: 328px;
        width: 328px;
        margin: 0 auto 30px
    }

    .streamer-profile__video-slider .slick-list {
        padding: 0 !important;
        margin: 0
    }

    .streamer-profile__video-slider .slick-slide {
        margin: 0
    }

    .streamer-profile__video-slider .item-iframe-wrapper {
        padding-bottom: 55.6%
    }

    .streamer-profile__photos-slider {
        max-width: 328px;
        margin: 0 auto
    }

    .streamer-profile__photos-slider .photos-slider__item {
        max-width: 149px;
        margin: 0 0 30px
    }

    .streamer-profile__photos-slider .photos-slider__item:nth-of-type(2n) {
        margin-left: 30px
    }

    .streamer-profile__photos-slider .item-image-wrapper {
        min-height: 149px
    }

    .streamer-profile .catalog-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 328px;
        width: 100%;
        margin: 0 auto
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide-wrap .slot-mashine-img-wrap {
        width: 100%;
        height: 328px
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap {
        width: 94%;
        bottom: 20px
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-bottom .volatility,
    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide .slot-mashine-slide-bottom .slot-mashine-table-wrap .slot-mashine-table-top .volatility-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6%;
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%;
        max-width: none
    }

    .streamer-profile .section-title-wrap,
    .streamer-rating .section-title-wrap {
        margin: 0 auto;
        max-width: 328px;
        width: 100%;
        padding-left: 15px
    }

    .streamer-rating .section-title-wrap .section-title {
        display: inline-block;
        max-width: 172px;
        text-align: left;
        font-size: 24px;
        line-height: 28px;
        font-weight: 500
    }

    .streamer-rating__inner {
        padding: 0
    }

    .streamer-rating .streamer-rating__card-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .streamer-rating .streamer-rating__card {
        padding: 15px 20px
    }

    .streamer-rating .streamer-rating__card:nth-of-type(1n),
    .streamer-rating .streamer-rating__card:nth-of-type(2n) {
        margin: 0 0 30px
    }

    .streamer-rating .streamer-rating__card {
        max-width: 325px
    }

    .streamer-rating .streamer-rating__card .card-rating {
        margin-left: 0;
        margin-top: 0;
        top: 15px;
        padding-left: 5px
    }

    .streamer-rating .streamer-rating__card .card-bg-image {
        height: 100px
    }

    .streamer-rating .streamer-rating__card .card-image {
        margin: 15px auto 7px
    }

    .streamer-rating .streamer-rating__card .description-money .money-text .money-amount,
    .streamer-rating .streamer-rating__card .description-subscribe .subscribe-text .subscribe-amount {
        font-size: 14px
    }

    .streamer-rating .streamer-rating__card .card-socials .socials-item {
        margin: 0 8px 20px 0
    }

    .streamer-rating__cards-btn-wrapper .streamer-rating__cards-btn {
        margin-bottom: 30px
    }

    .user-menu {
        top: auto;
        right: 22px;
        padding-top: 0;
        padding-bottom: 8px;
        bottom: 40px;
        width: 291px
    }

    .user-menu-arrow {
        right: 5px;
        top: auto;
        bottom: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .user-menu-links li a {
        margin-bottom: 20px
    }

    .user-menu-close a,
    .user-menu-links li a {
        text-align: center;
        font-size: 16px
    }

    .aside-block .time {
        display: none
    }

    .aside-block .sign-wrap {
        display: block
    }

    .first-block .btn-wrap:after,
    .first-block .btn-wrap:before {
        width: calc(50vw - 100px);
        left: calc(132px - 50vw)
    }

    .first-block .btn-wrap:after {
        width: calc(50vw - 100px);
        right: calc(132px - 50vw);
        left: auto
    }

    .footer-text-wrap .footer-text {
        margin-bottom: 0
    }

    .col-xl-9 .table-wrap caption,
    caption {
        max-width: 263px
    }

    .text-content__wrapper .text-content.text-format .iframe-wrapper {
        padding-bottom: 30.5%;
        margin-bottom: 20px !important
    }

    .page-main .iframe-wrapper {
        padding-bottom: 30.5%;
        margin-bottom: 50px !important
    }

    .footer-text blockquote,
    .text-format blockquote {
        padding: 30px 0 0;
        margin: 30px auto
    }

    .footer-text blockquote.quote3,
    .text-format blockquote.quote3 {
        width: 100%;
        padding: 30px 20px 0
    }

    .footer-text blockquote.quote3:before,
    .text-format blockquote.quote3:before {
        left: calc(50% - 25px)
    }

    .brand_bg_bottom {
        display: none
    }

    .brand_bg_bottom_mobile {
        display: block
    }

    .casino-review .section-title-wrap,
    .sitemap .section-title-wrap,
    .template-page .section-title-wrap,
    .terms .section-title-wrap {
        margin: 0 auto
    }

    .casino-review .section-title-wrap .section-title,
    .sitemap .section-title-wrap .section-title,
    .template-page .section-title-wrap .section-title,
    .terms .section-title-wrap .section-title {
        margin-bottom: 20px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .streamer-profile .streamer-profile__card-top .right-side__btn:hover {
        background: #fff;
        background-image: none;
        color: #333;
        border: 1px solid #8e8e8e
    }
}

@media screen and (max-width:767px) {

    .gk-subscribe-modal .modal-dialog,
    .gk-subscribe-thanks-modal .modal-dialog {
        width: 100% !important
    }
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:575px) {
    .footer__wrap-icons a {
        width: 50%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__wrap-icons a.gpwa {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__wrap-icons a.mga {
        margin-top: 20px;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__wrap-icons a.ecorga {
        margin-top: 20px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__wrap-icons a.begambleaware_org {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .about section.about_us .hero-screen:before {
        background: url(/dist/images/webpack/about-us__banner-md.jpg) no-repeat -179px 0
    }

    .about section.about_us .hero-screen:after {
        display: block
    }

    .about section.about_us h2 {
        padding-left: 34px
    }

    section.about_us .our_mission h2 {
        padding: 57px 0 0 34px
    }

    section.about_us .our_mission-content__text p {
        padding: 0 34px
    }

    section.about_us .our_mission-content__img:after {
        left: 50px;
        width: calc(100% - 100px)
    }

    section.about_us .our_goal-content__text p {
        padding: 0 34px
    }

    section.about_us .our_projects h2 {
        padding: 60px 0 0 34px
    }

    section.about_us .our_projects-content__text p {
        padding: 0 15px 0 34px
    }

    .play-casino-modal .modal-dialog {
        max-width: 360px;
        margin: 0;
        width: 100%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        left: 50%
    }

    .play-casino-modal .modal-header {
        padding: 25px 30px 0 !important;
        background-image: url(/dist/images/webpack/modal-header-bg-sm.png);
        background-size: cover
    }

    .play-casino-modal .modal-content .modal-header #modalHeader,
    .play-casino-modal .modal-content .modal-header div {
        max-width: 180px
    }

    .play-casino-modal .modal-content .modal-header #modalText,
    .play-casino-modal .modal-content .modal-header div:last-of-type {
        max-width: 180px;
        margin: 15px 0 25px
    }

    .play-casino-modal .modal-header .modal-header__img {
        max-width: 132px;
        right: 20px;
        bottom: -25px
    }

    .play-casino-modal .modal-header .close {
        right: 20px;
        top: 6px
    }

    .play-casino-modal .modal-body {
        padding: 40px 30px !important
    }

    .play-casino-modal .modal-body .modal-body__item .item__left-side .left-side__descr {
        max-width: calc(100% - 76px)
    }

    body.gambler-iq-test,
    body.streamer-iq-test {
        background: url(/dist/images/webpack/streamer_test_bg_sm.png) no-repeat 50%;
        background-size: cover;
        background-attachment: fixed
    }
}

@media (max-width:575px) and (orientation:landscape) {

    .gk-subscribe-modal .modal-dialog,
    .gk-subscribe-thanks-modal .modal-dialog,
    .play-casino-modal .modal-dialog {
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;
        top: 0 !important;
        left: 0;
        margin: 0 auto
    }
}

@media (max-width:374px) {
    .quiz-slider__content {
        top: 95%
    }

    .quiz-form__content,
    .quiz-results {
        top: 65%
    }

    .gambler-iq-test .quiz-slider__content {
        top: 95%
    }

    .gambler-iq-test .quiz-form__content,
    .gambler-iq-test .quiz-results {
        top: 65%
    }
}

@media (max-width:359px) {
    .rating-container__content .casino-rating__item {
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .rating-container__content .casino-rating__logo a {
        max-width: 100px;
        min-width: auto;
        width: auto;
        height: auto !important
    }

    .play-casino-modal .modal-dialog {
        max-width: 300px;
        margin: 0;
        width: 100%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        left: 50%
    }

    .play-casino-modal .modal-header {
        padding: 25px 15px 0 !important
    }

    .play-casino-modal .modal-content .modal-header #modalHeader,
    .play-casino-modal .modal-content .modal-header div {
        max-width: 160px
    }

    .play-casino-modal .modal-content .modal-header #modalText,
    .play-casino-modal .modal-content .modal-header div:last-of-type {
        max-width: 160px;
        margin: 15px 0 25px
    }

    .play-casino-modal .modal-header .modal-header__img {
        max-width: 120px;
        right: 6px;
        bottom: -24px
    }

    .play-casino-modal .modal-header .close {
        right: 0;
        top: 6px
    }

    .play-casino-modal .modal-body {
        padding: 40px 10px !important
    }

    .play-casino-modal .modal-body .modal-body__item .item__left-side .left-side__descr {
        max-width: calc(100% - 76px)
    }

    .streamer-profile .streamer-profile__card {
        max-width: 293px;
        width: 100%;
        margin: 30px auto
    }

    .streamer-profile .streamer-profile__card-middle .card-middle__socials .streamer-socials-prev-arrow {
        right: 85%
    }

    .streamer-profile__info-content {
        max-width: 293px;
        width: 100%;
        margin: 0 auto
    }

    .streamer-profile__video-wrapper {
        max-width: 293px;
        width: 293px;
        margin: 0 auto 30px
    }

    .streamer-profile__photos-slider {
        max-width: 293px
    }

    .streamer-profile__photos-slider .photos-slider__item {
        max-width: 130px
    }

    .streamer-profile__photos-slider .item-image-wrapper {
        min-height: 130px
    }

    .streamer-profile .catalog-items {
        max-width: 293px;
        width: 100%;
        margin: 0 auto
    }

    .streamer-profile .catalog-items.streamer-profile__slot-mashine-list .slot-mashine-slide-wrap .slot-mashine-img-wrap {
        width: 100%;
        height: 293px
    }

    .streamer-profile .section-title-wrap,
    .streamer-rating .section-title-wrap {
        margin: 0 auto;
        max-width: 293px;
        width: 100%;
        padding-left: 15px
    }

    .streamer-rating .streamer-rating__card {
        max-width: 290px
    }

    .streamer-rating .streamer-rating__card .card-socials .socials-item {
        margin: 0 3px 20px 0
    }
}

@media (max-width:350px) {
    .hamburger {
        margin-left: 6px
    }
}

@media (prefers-reduced-motion:reduce) {

    .btn,
    .collapsing,
    .custom-switch .custom-control-label:after,
    .fade,
    .form-control {
        -webkit-transition: none;
        transition: none
    }

    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }

    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }

    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }

    .badge,
    .custom-control-label:before,
    .custom-file-label,
    .custom-select,
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }

    .carousel-control-next,
    .carousel-control-prev,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right,
    .carousel-indicators li,
    .carousel-item,
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and only screen and (min-resolution:144dpi) {

    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(/dist/images/webpack/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}