@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Rubik:wght@400;700&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
@charset "UTF-8";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 1.5rem
    }
}

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

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

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #012277;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

code,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

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

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

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

tbody,
td,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

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,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

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

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

.blockquote>:last-child {
    margin-bottom: 0
}

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

.figure {
    display: inline-block
}

.container,
.container-fluid,
.container-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
}

@media (min-width:768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

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

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

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-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
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

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

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

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

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

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

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

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.is-invalid~.invalid-feedback {
    display: block
}

.form-control.is-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 {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.btn {
    display: inline-block;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -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;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

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

.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

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

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

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

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

.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:focus,
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-info:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

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

.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

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

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

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

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.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%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 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
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.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
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%
}

.dropend .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
}

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

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

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto
}

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

.dropstart .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
}

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

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

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

.dropdown-menu.show {
    display: block
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

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

.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:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

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

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

.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    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
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    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;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

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

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        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 .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .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, .55)
}

.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 .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    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' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

.card {
    position: relative;
    display: flex;
    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-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-header {
    padding: .5rem 1rem;
    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
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    transform: rotate(180deg)
}

.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 1px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    border-color: #dee2e6
}

.page-link:focus,
.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

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

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

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    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
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

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

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

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

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.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.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.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-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    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 .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    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;
    width: 1rem;
    height: .5rem
}

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

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

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

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.align-top {
    vertical-align: top !important
}

.d-inline {
    display: inline !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.position-static {
    position: static !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.w-100 {
    width: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.gap-4 {
    gap: 1.5rem !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #6c757d !important
}

.bg-white {
    background-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.visible {
    visibility: visible !important
}

@media (min-width:576px) {
    .d-sm-flex {
        display: flex !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

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

.slick-list,
.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 {
    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
}

@font-face {
    font-family: icomoon;
    src: url(/font-family/icomoon.eot?8ko7l2);
    src: url(/font-family/icomoon.eot?8ko7l2#iefix) format("embedded-opentype"), url(/font-family/icomoon.ttf?8ko7l2) format("truetype"), url(/font-family/icomoon.woff?8ko7l2) format("woff"), url(/font-family/icomoon.svg?8ko7l2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-forward-trick {
    font-size: 17px
}

.icon-arrow-forward-trick:before {
    content: "î¤"
}

.icon-facebook-rounded:before {
    content: "î¤ˆ"
}

.icon-info-rounded:before {
    content: "î¤Š"
}

.icon-instagram:before {
    content: "î¤‹"
}

.icon-linkedin-rounded:before {
    content: "î¤Œ"
}

.icon-twitter-rounded:before {
    content: "î¤"
}

.icon-twitter:before {
    content: "î¤‘"
}

/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

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

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-plus:before {
    content: "ï§"
}

.fa-minus:before {
    content: "ï¨"
}

.fa-twitter:before {
    content: "ï‚™"
}

.fa-facebook:before {
    content: "ï‚š"
}

.fa-instagram:before {
    content: "ï…­"
}

.fa-times:before {
    content: "ï€"
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/fa-brands-400.eot);
    src: url(/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/webfonts/fa-brands-400.woff2) format("woff2"), url(/webfonts/fa-brands-400.woff) format("woff"), url(/webfonts/fa-brands-400.ttf) format("truetype"), url(/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/fa-regular-400.eot);
    src: url(/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/webfonts/fa-regular-400.woff2) format("woff2"), url(/webfonts/fa-regular-400.woff) format("woff"), url(/webfonts/fa-regular-400.ttf) format("truetype"), url(/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(/webfonts/fa-solid-900.eot);
    src: url(/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/webfonts/fa-solid-900.woff2) format("woff2"), url(/webfonts/fa-solid-900.woff) format("woff"), url(/webfonts/fa-solid-900.ttf) format("truetype"), url(/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900
}

@-webkit-keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: none;
    padding: 0;
    min-height: 0;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: -38px
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 10px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid hsla(0, 0%, 100%, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: hsla(0, 0%, 100%, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 8px 10px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: hsla(0, 0%, 100%, .1);
    border: none !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2) !important;
    border-left: 1px solid hsla(0, 0%, 100%, .4) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

@media (min-width:1400px) {
    .container,
    .container-lg {
        max-width: 1310px
    }
}

html {
    font-size: 20px;
    font-family: Work Sans, sans-serif
}

body {
    outline: 0;
    background: #f8f5f8;
    color: #333;
    font-family: Work Sans, sans-serif
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

p {
    font-size: 1rem;
    font-family: Work Sans, sans-serif;
    line-height: 1.4;
    color: #333;
    margin-bottom: 1.5rem
}

.p-10,
.section-header .inner-hero__description p {
    color: #111826;
    font-size: 14px;
    line-height: 150%
}

@media screen and (min-width:768px) {
    .p-10,
    .section-header .inner-hero__description p {
        font-size: 16px
    }
}

@media screen and (min-width:1310px) {
    .p-10,
    .section-header .inner-hero__description p {
        font-size: 18px;
        line-height: 180%
    }
}

.p-20 {
    color: #111826;
    font-size: 16px;
    line-height: 180%
}

@media screen and (min-width:1310px) {
    .p-20 {
        font-size: 20px
    }
}

ol {
    margin-bottom: 1rem;
    padding-left: 25px !important;
    padding-right: 50px !important
}

.h1,
h1 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #111826;
    margin-bottom: .5rem
}

@media (max-width:1399px) {
    .h1,
    h1 {
        font-size: 32px;
        line-height: 42px
    }
}

.h1-2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #111826
}

@media screen and (min-width:768px) {
    .h1-2 {
        font-size: 32px
    }
}

@media screen and (min-width:1310px) {
    .h1-2 {
        font-size: 40px
    }
}

.h2,
h2 {
    margin-bottom: 40px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #111826
}

@media (max-width:1399px) {
    .h2,
    h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.h2-2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #111826
}

@media screen and (min-width:768px) {
    .h2-2 {
        font-size: 24px
    }
}

@media screen and (min-width:1310px) {
    .h2-2 {
        font-size: 32px
    }
}

.h3,
h3 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #111826;
    margin-bottom: .75rem
}

@media (max-width:1399px) {
    .h3,
    h3 {
        font-size: 22px;
        line-height: 26px
    }
}

.h4,
h4 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #111826;
    margin-bottom: .75rem
}

@media (max-width:1399px) {
    .h4,
    h4 {
        font-size: 18px;
        line-height: 24px
    }
}

img {
    display: inline-block;
    vertical-align: middle
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #012277;
}

ul,
ul li {
    list-style: none
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

a:hover {
    text-decoration: underline
}

.overflow {
    overflow-x: hidden
}

.img-auto {
    width: auto;
    height: auto
}

.img-fluid {
    max-height: 100%
}

.section-title {
    text-transform: capitalize;
    margin-top: 0
}

.header-search span {
    display: inline-block;
    position: relative
}

.header-search span:after {
    position: absolute;
    content: "ï€‚";
    font-size: 18px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #fff
}

.header-search input {
    font-size: 14px;
    background: #604c6c;
    height: 48px;
    width: 405px;
    border-radius: 4px;
    border: 0;
    padding-left: 55px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    outline: 0;
    text-transform: capitalize
}

@media (max-width:1199px) {
    .header-search input {
        width: 300px
    }
}

@media (max-width:991px) {
    .header-search input {
        width: 355px
    }
}

.header-search input::-moz-placeholder {
    color: #fff
}

.header-search input:-ms-input-placeholder {
    color: #fff
}

.header-search input::placeholder {
    color: #fff
}

.header-fx {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .header-fx {
        justify-content: space-between
    }
}

@media (max-width:767px) {
    .header-fx {
        display: block
    }
}

.header-menu {
    flex-grow: 1;
    margin-left: 50px
}

@media (max-width:1199px) {
    .header-menu {
        margin-left: 25px
    }
}

.header-menu ul li {
    display: flex;
    align-items: center;
    position: relative
}

.header-menu ul li:hover {
    background: #012277;
    color: #ffe600;
}

.header-menu ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: block;
    position: relative
}

.header-menu ul li>a {
    padding: 28px 18px;
    min-height: 80px
}

.offcanva-menu .show_all a {
    top: 0 !important
}

.header_bar,
.offcanva {
    display: none
}

.header-menu ul li .megamenu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #012277;
    padding: 30px;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    color: #ffe600
}

.header-menu ul li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.p-static {
    position: static
}

.header-aera {
    position: relative;
    background: #012277;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25)
}

@media (max-width:991px) {
    .header-aera {
        position: relative;
        padding: 15px 0;
        z-index: 10
    }
}

@media (max-width:767px) {
    .header-aera {
        padding: 12px 0
    }
    .header-aera.is-fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

.menu-single-widget {
    background: transparent;
    width: 100%;
    transition: .2s;
    border-radius: 6px
}

@media (max-width:991px) {
    .menu-single-widget {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.menu-single-fx a {
    padding: 0 !important
}

.menu-single-fx h5 {
    margin: 0;
    color: #675671 !important
}

@media (max-width:991px) {
    .menu-single-fx {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.menu-single-widget p {
    margin: 0
}

.mega-box {
    min-width: 250px
}

@media (min-width:992px) and (max-width:1199px) {
    .mega-box {
        min-width: 215px
    }
}

.menu-single-widget:hover a {
    color: #fff !important
}

.megamenu-fx {
    display: flex
}

.menu-single-widget:hover p {
    color: #fff !important
}

.menu-single-widget p a {
    padding: 0 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    text-transform: capitalize !important
}

.menu-single-widget p a:hover {
    text-decoration: underline
}

.header-logo a {
    display: block
}

.header-logo a img {
    display: block;
    width: 140px
}

.footer_logo {
    width: 185px
}

.footer_logo a {
    display: block
}

.footer_logo a img {
    max-width: 185px;
    width: 100%
}

.offcanva-menu ul li.menu_pic>a {
    position: relative
}

#banner_section {
    overflow-x: hidden
}

.most_popular {
    background: #fff;
    padding: 15px 20px;
    font-size: .75rem
}

.sidebar_block .most_popular {
    padding: 0;
    font-size: 1rem
}

.most_popular ul li {
    border-bottom: 1px solid #fbfbfb;
    padding: 20px 2px 15px
}

.most_popular ul li a:nth-child(2) {
    color: #333;
    padding-left: 5px
}

caption,
figcaption {
    text-align: center;
    font-size: .9rem;
    font-style: oblique
}

@media only screen and (max-width:767px) {
    .d-inline {
        display: none
    }
    html {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .d-inline {
        display: none
    }
    html {
        font-size: 18px
    }
}

.btn {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    padding: 10px 20px
}

.btn,
.btn-solid-pink {
    font-family: Open Sans, sans-serif
}

.btn-solid-pink {
    border: 2px solid #ffe600;
    color: #000;
    padding: 17px 65px;
    border-radius: 4px;
    text-transform: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    box-shadow: none !important;
    transition: color .3s, background .3s
}

.btn-solid-pink.btn-small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 21px
}

@media (max-width:767px) {
    .btn-solid-pink.mobile-full-width {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.btn-solid-pink:hover {
    color: #000;
    background: #ffe600
}

@media (max-width:1399px) {
    .btn-solid-pink {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:767px) {
    .btn-solid-pink {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .btn-solid-pink.mobile-full-width {
        padding-left: 15px;
        padding-right: 15px
    }
}

.btn-rounded {
    border-radius: 32px
}

.wide_btn {
    padding: 10px 80px
}

.mega-box .btn {
    width: 100%;
    display: block;
    position: relative
}

.btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.btn:hover {
    text-decoration: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .7)
}

.button .white_buton {
    border: 1px solid #f0f0f0
}

.button .white_buton,
.button .white_buton:hover {
    color: #333;
    background: #fff
}

.yellow_button {
    color: #333;
    background: #fcf64d
}

.pink_button {
    box-shadow: 0 2px 19px rgba(14, 12, 12, 0.44);
    border-radius: 12px;
    padding: 18px 25px;
    text-transform: inherit;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    outline: 0;
    text-decoration: none !important;
    background: #ffe600;
    color: #000;
    transition: background .3s, border .3s
}

@media (max-width:1399px) {
    .pink_button {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width:767px) {
    .pink_button {
        border-radius: 8px;
        padding: 10px;
        font-size: 14px;
        line-height: 18px
    }
}

.pink_button.visit-site {
    width: 230px
}

.pink_button:hover:not([disabled]) {
    box-shadow: 0 2px 19px hsla(0, 0%, 100%, .44);
    border-color: #111826;
    background: #111826;
    color: #fff
}

.submit-button {
    display: block;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    min-width: 220px;
    height: 56px;
    border: 0;
    padding: 0 40px;
    box-shadow: 0 2px 17px rgba(255, 65, 108, .33);
    border-radius: 32px
}

@media (max-width:1199px) {
    .submit-button {
        font-size: 16px;
        height: 48px
    }
}

.ghost_button {
    color: hsla(0, 0%, 100%, .8) !important
}

.ghost_button,
.ghost_button:hover {
    background-color: transparent;
    border: 1px solid #fff
}

.ghost_button:hover {
    color: #fff
}

.detail_banner_content .yellow_button .btn {
    padding: 19px 128px
}

.most_popular .btn {
    float: right !important
}

.show-btn {
    color: #263052;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase
}

.show-btn i {
    font-size: .75rem;
    margin-right: 5px
}

tbody,
td,
th,
tr {
    vertical-align: middle;
    border: 0
}

thead tr {
    background: #fbfbfb;
    color: #aaa;
    font-size: 12px;
    text-transform: none
}

tbody td,
tbody td a {
    color: #000;
    font-family: Open Sans, sans-serif
}

tbody td a {
    font-weight: 700
}

tbody td a:hover {
    text-decoration: underline;
    color: #000
}

.table .pink_button {
    float: right !important
}

.secure_head {
    text-align: right;
    padding-right: 18px
}

.logo {
    text-align: center
}

.logo img {
    max-height: 50px
}

.offer {
    font-weight: 700
}

.offer span {
    display: block;
    font-size: 16px;
    color: #aaa
}

.offer span,
.secure span {
    font-family: Open Sans, sans-serif
}

.secure span {
    font-size: 12px;
    color: #2113ff
}

.secure span:hover {
    text-decoration: underline
}

.main {
    position: relative
}

#rating:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -11px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border-right: 4px solid #ffe600;
    border-bottom: 4px solid #ffe600;
    border-left: 4px solid #ffe600
}

.bar_news {
    padding: 30px 15px 0;
    background: #2b365c
}

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

.bar_news_head h3 {
    color: #fff;
    font-family: Demi, Sans-serif
}

.news-container {
    font-family: Open Sans, sans-serif;
    background: #f5f5f5
}

.news-container .slick-track {
    display: flex
}

.news-container .slick-slide {
    float: none;
    height: auto
}

.news-container .news_image {
    height: 170px
}

.news-container .news_image img {
    display: block;
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.news-container .text {
    padding-left: 16px;
    padding-right: 16px
}

.news-container .news_block {
    border-radius: 12px;
    padding-top: 0;
    border: 0;
    height: 100%;
    background: #fff
}

.news-container .news_block .text p {
    color: #666
}

.news-container .news_date {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #a6a6a6
}

.news-container .text {
    flex: 1
}

.news-container .text h3 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #1b1b1b
}

@media (max-width:991px) {
    .news-container .text h3 {
        font-size: 18px;
        line-height: 23px
    }
}

.news-container .text h3 a {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #1b1b1b
}

@media (max-width:991px) {
    .news-container .text h3 a {
        font-size: 18px;
        line-height: 23px
    }
}

.news-container .text p {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #a6a6a6
}

@media (max-width:991px) {
    .news-container .text p {
        font-size: 16px;
        line-height: 26px
    }
}

.news-container .text .btn-solid-pink {
    padding: 6px 10px;
    text-align: center;
    width: 100%;
    border-radius: 32px;
    font-size: 14px;
    line-height: 24px
}

.news_block {
    border-bottom: 1px solid #4c587f;
    padding-top: 20px
}

.news_detail .img img {
    padding: 0 50px
}

.fa-linkedin:before {
    content: "ï‚Œ"
}

.fa-linkedin-in:before {
    content: "ïƒ¡"
}

.review_block .text-center .pink_button {
    margin-left: 0;
    padding: 18px 64px;
    border-radius: 32px
}

@media (max-width:575px) {
    .review_block .text-center .pink_button {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.review_block a img,
.review_block img {
    border-radius: 32px;
    display: block;
    max-width: 100%;
    margin: 20px auto
}

.review_block figure img {
    margin-bottom: 8px
}

.review_block figcaption {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #747474
}

@media (max-width:767px) {
    .review_block img {
        width: auto !important
    }
}

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

.news_detail .most_popular {
    background: none
}

.medium_progress_bar .circle_card .circle .box {
    background: #fff
}

.medium_progress_bar .circle_card .circle .box span {
    color: #000
}

.medium_progress_bar .progress_bar .circle_card .circle {
    width: 50px !important;
    height: 50px !important
}

.medium_progress_bar .circle .box span {
    font-size: 20px
}

.medium_progress_bar .circle_card {
    text-align: left
}

.slick-slide {
    padding: 0 15px
}

.slick-slide.slick-active {
    outline: 0
}

@media only screen and (min-width:320px) {
    .medium_progress_bar .circle canvas {
        width: 50px !important;
        height: 50px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1050px) {
    .bar_news_head h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    thead {
        display: none
    }
    .casino_des .white_buton {
        margin-top: 20px
    }
    .button .white_buton {
        padding: 10px 5px
    }
    .secure span,
    table.table .secure span {
        display: none
    }
    .news_detail .img img {
        padding: 0
    }
}

@media only screen and (max-width:650px) {
    .logo img {
        max-width: 40px
    }
    .casino,
    .offer {
        display: none
    }
    tbody td {
        font-size: 14px
    }
    #rating:before {
        height: 40px;
        width: 40px
    }
    h5#rating {
        font-size: 14px
    }
    #rating:before {
        top: -12px
    }
    .offer span {
        font-size: 12px
    }
    .secure .pink_button {
        padding: 5px 20px
    }
}

.box {
    padding-top: 30px
}

.box ul {
    margin-bottom: 20px !important
}

.box h3 a {
    color: #333;
    font-family: Demi, sans-serif
}

.box h3 a:hover {
    text-decoration: underline
}

.box h3 {
    margin-bottom: 15px;
    color: #333;
    font-family: Demi, sans-serif
}

.box h3 p {
    font-size: 16px
}

.box h3 p,
.box ul li {
    font-family: Light, sans-serif
}

.box ul li {
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
    color: #333;
    line-height: 1.4
}

.box ul li:after {
    content: "";
    background: url(../images/star/star.svg) 50%;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 8px
}

.footer_top {
    padding-top: 65px;
    padding-bottom: 80px;
    background: #012277
}

@media (max-width:1199px) {
    .footer_top {
        padding-top: 40px;
        padding-bottom: 36px
    }
}

@media (max-width:575px) {
    .footer_top {
        padding-bottom: 24px
    }
}

@media (max-width:1199px) {
    .footer_item_top {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #774796
    }
}

.footer_list_row {
    display: flex
}

@media (min-width:768px) {
    .footer_list_row {
        justify-content: space-around
    }
    .footer_list_row .footer_item {
        padding-right: 15px
    }
}

@media (max-width:767px) {
    .footer_list_row {
        flex-direction: column
    }
}

.footer_item h3 {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fff
}

@media (max-width:1199px) {
    .footer_item h3 {
        font-size: 18px;
        line-height: 28px
    }
}

.footer_item ul li {
    margin-top: 8px;
    position: relative
}

.footer_item ul li:after {
    content: "";
    background: url(../images/cil_casino.svg) 50%;
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 8px
}

.footer_item ul li a {
    padding-left: 30px;
    font-size: 16px;
    color: #fff
}

.footer_item ul li a:hover {
    text-decoration: underline
}

.footer_item p {
    font-size: 16px;
    color: #fff
}

@media screen and (min-width:1199px) {
    .footer_item .social_link {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .footer_item .social_link {
        margin-bottom: 27px
    }
}

.social_link p {
    font-weight: 700
}

.social_link a i {
    vertical-align: middle;
    font-size: 26px;
    color: #fff;
    transition: all .3s linear
}

.social_link a,
.social_link a i {
    text-decoration: none
}

.social_link a svg path {
    transition: all .3s linear
}

.social_link a:hover i {
    color: #ffe600
}

.social_link a:hover svg path {
    fill: #ffe600
}

.footer_bottom {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #012277
}

@media (max-width:767px) {
    .footer_bottom {
        padding-bottom: 130px
    }
}

@media (max-width:575px) {
    .footer_bottom {
        padding-top: 20px
    }
}

.footer_partners a {
    color: #ffe600 !important;
    margin: 8px 11px
}

@media (max-width:575px) {
    .footer_partners a {
        margin: 8px
    }
}

@media (max-width:575px) {
    .footer_partners img {
        max-width: 100px;
        max-height: 19px
    }
}

.footer_menu ul {
    text-align: center
}

.footer_menu ul li {
    display: inline-block
}

@media (max-width:767px) {
    .footer_menu ul li:not(:last-child) {
        margin-bottom: 20px
    }
}

.footer_menu ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family: Rubik, sans-serif;
    margin: 0 20px
}

.footer_menu ul li a:hover {
    text-decoration: underline
}

@media (max-width:1399px) {
    .footer_menu ul li a {
        margin: 0 15px
    }
}

@media (max-width:1199px) {
    .footer_menu ul li a {
        margin: 0 7px;
        font-size: 16px
    }
}

@media (max-width:991px) {
    .footer_menu ul li a {
        margin: 0
    }
}

@media (max-width:991px) {
    .footer_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.footer_menu p {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: Work Sans, sans-serif
}

@media (max-width:1199px) {
    .footer_menu p.p-copyright {
        font-size: 14px
    }
}

.list {
    padding-bottom: 20px
}

.checkbox h3 {
    padding-bottom: 25px;
    padding-top: 25px
}

.checkbox_category h3 {
    margin: 0
}

.single-check-item {
    margin-bottom: 14px
}

.single-check-item input[type=checkbox] {
    position: relative;
    height: 19px;
    width: 19px;
    border: 1px transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 3px;
    transition: .4s;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    outline: none
}

.single-check-item input[type=checkbox]:hover {
    background-color: rgba(42, 42, 42, .5686274509803921)
}

.single-check-item input[type=checkbox]:after {
    position: absolute;
    content: "âœ“";
    top: -1px;
    left: 5px;
    color: #fff;
    font-size: 13px;
    display: none
}

.single-check-item input[type=checkbox]:checked {
    background-color: #2f2f2f;
    border-color: #2f2f2f
}

.single-check-item input[type=checkbox]:checked:after {
    display: block
}

.single-check-item label {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding-left: 5px;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    letter-spacing: .5px
}

.casino_head h1 {
    color: #000
}

.detail_banner {
    background: url(../images/casinodetail/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.breadcrumbs_list {
    padding: 16px 0;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize
}

.white .breadcrumbs_list {
    background: rgba(0, 0, 0, .35)
}

.breadcrumbs_list li:not(:last-child):after {
    content: ">";
    margin: 0 8px
}

.white .breadcrumbs_list li:not(:last-child):after {
    color: #aaa
}

.breadcrumbs_list span {
    color: #111826
}

.white .breadcrumbs_list span {
    color: #aaa
}

.breadcrumbs_list a {
    color: #929292
}

.white .breadcrumbs_list a,
a.tc {
    color: #aaa
}

a.tc {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    cursor: pointer
}

.detail_banner_content {
    padding: 1rem 0
}

.detail_banner_content a.tc {
    margin-top: 20px
}

.detail_banner_content .progress_bar {
    margin: 40px 0
}

.circle_card {
    text-align: -webkit-center
}

.progress_bar .circle_card .circle {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    cursor: default;
    margin: 0 auto
}

.small_progress_bar .progress_bar .circle_card .circle {
    height: 30px;
    width: 30px
}

.circle canvas {
    width: 120px;
    height: 120px
}

.circle_card .circle .box {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .35);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(.85);
    transition: all .2s
}

.circle_card .circle .box,
.circle_card .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%
}

.small_progress_bar .circle_card .circle .box {
    background: #fff
}

.circle_card .circle .box span {
    color: #fff
}

.progress_bar .circle_card .text {
    background: #ffe600
}

.circle .box span {
    font-size: 38px
}

.circle .box span,
.small_progress_bar .circle .box span {
    font-family: Book, sans-serif;
    font-weight: 600;
    transform: translate(-45%, -45%);
    transition: all .1s
}

.small_progress_bar .circle .box span {
    font-size: 14px;
    color: #000
}

.circle_card .text {
    font-size: 20px;
    font-weight: 600
}

@media only screen and (min-width:320px) {
    .circle canvas {
        width: 120px !important;
        height: 120px !important
    }
    .small_progress_bar .circle canvas {
        width: 30px !important;
        height: 30px !important
    }
}

.bonus_item {
    margin-top: 30px;
    border: 1px solid #f0f0f0;
    text-align: center
}

.casino_item {
    position: relative
}

.small_progress_bar {
    position: absolute;
    top: -25px;
    right: 6px
}

.text {
    padding: 0 20px;
    text-align: left;
    position: relative
}

.bonus_item h3 {
    padding: 20px 0
}

.casino_item h3 {
    position: relative;
    text-align: left;
    padding-left: 55px;
    line-height: 1rem;
    padding-bottom: 0
}

.casino_item h3 img {
    position: absolute;
    top: 20px;
    left: 26px
}

.casino_item h3 span {
    display: block;
    font-size: .75rem;
    color: #333;
    font-family: Light, sans-serif
}

.casino_item .text h3 {
    padding: 20px 0 10px
}

.casino_item .text h3 a {
    color: #000
}

.casino_item .text h3 a:hover {
    text-decoration: underline
}

.bonus_item p,
.casino_item p {
    font-size: .8rem
}

.bonus_text p {
    color: #aaa;
    font-family: Demi, sans-serif
}

.bonus_text a {
    font-size: 20px;
    color: #000;
    font-family: Demi, sans-serif;
    padding-top: 7px;
    line-height: 1.2
}

.bonus_text a:hover {
    text-decoration: underline
}

.bonus_item p a {
    font-size: 13px;
    color: #aaa;
    font-family: Light, sans-serif;
    margin-bottom: 10px
}

.bonus_item .pink_button,
.casino_item .pink_button {
    width: 80%;
    margin: 1rem 10%
}

.details_item {
    font-size: .8rem;
    font-family: light, sans-serif
}

.details_item span {
    color: #000;
    font-family: Book, sans-serif;
    padding-bottom: 5px;
    display: block
}

.details_item ul li {
    padding-bottom: .5rem
}

.details_item p {
    color: #333;
    margin-bottom: 0;
    font-size: .8rem
}

.review_block {
    padding: 30px 75px;
    font-size: 20px;
    line-height: 36px;
    color: #111826;
    font-family: Open Sans, sans-serif;
    background-color: #fff
}

.review_block h3,
.review_block h4,
.review_block h5,
.review_block h6,
.review_block ol,
.review_block p,
.review_block table,
.review_block ul {
    margin-bottom: 24px;
    color: #111826;
    font-family: Open Sans, sans-serif
}

@media (max-width:767px) {
    .review_block h2 {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:767px) {
    .review_block h3 {
        font-size: 16px;
        line-height: 21px
    }
}

.review_block blockquote {
    position: relative;
    margin-bottom: 35px;
    padding: 24px 80px;
    font-family: Open Sans, sans-serif;
    background: #012277;
    border-radius: 12px;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #adabab
}

@media (max-width:1199px) {
    .review_block blockquote {
        padding: 16px 55px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    .review_block blockquote {
        padding: 12px 50px
    }
}

.review_block blockquote p:only-child {
    margin-bottom: 0
}

.review_block blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: 30px;
    width: 28px;
    height: 22px;
    background: url(/images/icons/quote-left.svg) no-repeat
}

@media (max-width:1199px) {
    .review_block blockquote:before {
        top: 25px;
        width: 21px;
        height: 16px;
        background-size: contain
    }
}

@media (max-width:767px) {
    .review_block blockquote:before {
        top: 20px;
        left: 15px
    }
}

.review_block blockquote:after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 30px;
    width: 28px;
    height: 22px;
    background: url(/images/icons/quote-right.svg) no-repeat
}

@media (max-width:1199px) {
    .review_block blockquote:after {
        top: 25px;
        width: 21px;
        height: 16px;
        background-size: contain
    }
}

@media (max-width:767px) {
    .review_block blockquote:after {
        top: 20px;
        right: 15px
    }
}

.review_block h2 {
    color: #111826;
    font-family: Open Sans, sans-serif
}

.review_block h2:not(.accordion-header) {
    margin-bottom: 24px
}

.review_block h2:not(:first-child):before {
    content: "";
    display: block;
    margin: 20px auto;
    width: 160px;
    height: 59px;
    background: url(/images/head-before-black.svg) no-repeat 50%;
    background-size: contain
}

.review_block ol,
.review_block p,
.review_block table,
.review_block ul {
    font-size: 20px;
    line-height: 36px
}

@media (max-width:1399px) {
    .review_block ol,
    .review_block p,
    .review_block table,
    .review_block ul {
        font-size: 16px;
        line-height: 29px
    }
}

.review_block b,
.review_block h2,
.review_block h3,
.review_block h4,
.review_block h5,
.review_block h6,
.review_block strong {
    font-weight: 700
}

.review_block ol,
.review_block ul {
    margin-bottom: 1rem
}

.review_block table {
    margin-bottom: 1rem;
    width: 100%;
    font-family: Open Sans, sans-serif
}

.review_block table td {
    padding: 10px 20px
}

.review_block table thead th {
    padding: 20px 10px;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    background: #303030
}

.review_block table thead th:first-child {
    padding-left: 20px;
    border-radius: 16px 0 0 0
}

.review_block table thead th:last-child {
    padding-right: 20px;
    border-radius: 0 16px 0 0
}

.review_block table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px
}

.review_block table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0
}

.review_block .custom-table {
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .12);
    table-layout: fixed;
    display: table;
    width: auto !important
}

.review_block .custom-table thead {
    border-radius: 16px 16px 0 0;
    background-color: #303030;
    color: #fff;
    width: 100%;
    table-layout: fixed;
    display: table
}

.review_block .custom-table tbody {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-radius: 0 0 16px 16px
}

.review_block .custom-table tbody tr:nth-child(2n) {
    background: #f9f9f9
}

.review_block .custom-table tbody tr:last-child {
    border-radius: 0 0 16px 16px
}

.review_block .custom-table th {
    padding: 10px 20px;
    min-height: 56px;
    line-height: unset
}

.review_block .custom-table tr {
    width: 100%;
    min-height: 56px
}

@media screen and (max-width:768px) {
    .review_block .custom-table {
        width: auto !important
    }
    .review_block .custom-table td,
    .review_block .custom-table tr {
        display: block
    }
    .review_block .custom-table thead {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .review_block .custom-table tr:nth-child(odd) td {
        background: #f9f9f9
    }
    .review_block .custom-table tr:first-child td:first-child {
        border-radius: 16px 16px 0 0
    }
    .review_block .custom-table tr:last-child td:last-child {
        border-radius: 0 0 16px 16px
    }
    .review_block .custom-table tr:nth-child(2n) td {
        background: #fff !important
    }
    .review_block .custom-table td {
        width: 100% !important;
        border: none;
        position: relative;
        padding-left: 50%
    }
    .review_block .custom-table td:not(:last-child) {
        border-bottom: 1px solid #eee
    }
    .review_block .custom-table td:last-child {
        border-bottom: 2px solid #eee
    }
    .review_block .custom-table td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding: 10px 10px 10px 20px;
        white-space: nowrap;
        content: attr(data-content)
    }
}

.review_block .custom-table--headless tbody tr:first-child {
    border-radius: 16px 16px 0 0
}

.review_block .custom-table--headless tbody tr:first-child td {
    background-color: #303030;
    color: #fff
}

.review_block .custom-table--headless tbody tr:first-child td:first-child {
    border-radius: 16px 0 0 0
}

.review_block .custom-table--headless tbody tr:first-child td:last-child {
    border-radius: 0 16px 0 0
}

@media screen and (max-width:768px) {
    .review_block .custom-table--headless tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .review_block .custom-table--headless tr:nth-child(2) td:first-child {
        border-radius: 16px 16px 0 0
    }
    .review_block .custom-table--headless tr:nth-child(2) td:last-child {
        border-radius: 0 0 16px 16px
    }
}

.review_block ul li {
    padding-bottom: 24px;
    padding-left: 45px;
    position: relative
}

.review_block ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    top: -11px;
    left: -17px;
    background: url(/images/ul-before-black.svg) no-repeat
}

@media (max-width:1399px) {
    .review_block ul li:after {
        top: -15px
    }
}

.review_block ol li {
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative
}

.review_block .advantage ul li {
    padding-left: 40px;
    padding-bottom: 0;
    margin-bottom: 18px
}

.review_block .advantage ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 30px;
    height: 27px;
    background: url(/images/icons/like.svg) no-repeat 50%;
    background-size: cover
}

.review_block .advantage_dislakes ul li:after {
    top: 5px;
    background: url(/images/icons/dislike.svg) no-repeat 50%;
    background-size: cover
}

.text-content {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #fff
}

@media (max-width:991px) {
    .text-content {
        padding: 30px 0
    }
}

.text-content__wrapper .review_block {
    padding: 0 50px 0 0;
    width: calc(100% - 412px)
}

@media (max-width:991px) {
    .text-content__wrapper .review_block {
        width: 100%;
        padding-right: 0
    }
}

.table-contents {
    font-family: Open Sans, sans-serif;
    width: 412px
}

.sidebar .table-contents {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%
}

@media (max-width:991px) {
    .table-contents {
        margin-bottom: 48px;
        width: 100%
    }
}

@media (max-width:991px) {
    .sidebar .table-contents {
        margin-bottom: 40px
    }
}

.table-contents__wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 15px 5px;
    background: #f8f8f8;
    border: 1px solid #ffe600;
    border-radius: 24px
}

@media (max-width:1199px) {
    .sidebar .table-contents__wrapper {
        background: #fff
    }
}

.table-contents.table-contents_white .table-contents__wrapper {
    background: #fff
}

.table-contents__button {
    padding: 0 35px
}

@media (max-width:991px) {
    .table-contents__button svg {
        transition: transform .3s
    }
}

@media (max-width:991px) {
    .table-contents__button.is-content-hidden svg {
        transform: rotate(180deg)
    }
}

@media (max-width:767px) {
    .table-contents__button.is-content-hidden svg {
        width: 16px;
        height: auto
    }
}

@media (max-width:991px) {
    .table-contents__button {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .table-contents__button {
        padding: 0 16px
    }
}

.table-contents__list {
    padding: 0 35px;
    overflow-y: auto;
    max-height: calc(100vh - 100px)
}

.table-contents__list::-webkit-scrollbar {
    width: 5px
}

.table-contents__list::-webkit-scrollbar-thumb {
    background-color: #ffe600
}

@media (max-width:991px) {
    .table-contents__list {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .table-contents__list {
        padding: 0 16px
    }
}

.table-contents__title {
    color: #111826;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

@media (max-width:767px) {
    .table-contents__title {
        font-size: 14px;
        line-height: 21px
    }
}

.table-contents ul li {
    margin-top: 20px
}

.table-contents ul a {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    text-decoration: none;
    transition: color .3s
}

.table-contents ul a.is-active,
.table-contents ul a:hover {
    color: #484848
}

.table-contents ul a.is-active {
    font-weight: 600
}

.table-contents ul a.is-active:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 3px;
    z-index: 2;
    width: 11px;
    height: 15px;
    background: url(/images/list-arrow.svg) no-repeat
}

@media (max-width:991px) {
    .table-contents ul a.is-active:before {
        left: -17px
    }
}

@media only screen and (max-width:767px) {
    .review_block {
        padding-left: 10px;
        padding-right: 10px
    }
}

.accordion {
    margin-bottom: 30px
}

.accordion-item {
    border: 2px solid #ffe600;
    border-radius: 32px;
    margin-bottom: 10px;
    background: #fff
}

@media (max-width:767px) {
    .accordion-item {
        border-radius: 16px
    }
}

.accordion-item .accordion-button {
    border: none;
    border-radius: 32px !important;
    padding: 22px 20px 22px 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

@media (max-width:1199px) {
    .accordion-item .accordion-button {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .accordion-item .accordion-button {
        padding: 16px;
        border-radius: 16px !important;
        font-size: 14px;
        line-height: 21px;
        align-items: flex-start
    }
}

.accordion-item .accordion-button:not(.collapsed):after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(/images/minus.png) no-repeat;
    background-size: contain
}

@media (max-width:1199px) {
    .accordion-item .accordion-button:not(.collapsed):after {
        width: 26px;
        height: 26px;
        background-size: contain;
        margin-left: 10px
    }
}

.accordion-item .accordion-button:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(/images/plus.png) no-repeat;
    background-size: contain;
    transform: none !important
}

@media (max-width:1199px) {
    .accordion-item .accordion-button:after {
        width: 26px;
        height: 26px;
        background-size: contain;
        margin-left: 10px
    }
}

.accordion-item .accordion-button span {
    flex: 1
}

.accordion-item .accordion-button:focus {
    box-shadow: none
}

.accordion-collapse {
    border: none
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff
}

.accordion-body {
    padding: 0 100px 22px 32px
}

.accordion-body,
.accordion-body p {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #5c5c5c
}

.accordion-body p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .accordion-body p {
        font-size: 14px;
        line-height: 25px
    }
}

@media (max-width:767px) {
    .accordion-body {
        padding: 0 16px 16px
    }
}

.showless,
.showmore {
    margin-top: 15px
}

.expanded .showmore {
    display: none !important
}

.expanded .showless {
    display: block !important
}

li.page-item {
    margin-top: 10px
}

.pagination .page-link {
    display: flex;
    border: 1px solid #eee;
    height: 42px;
    min-width: 42px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 600;
    color: #333;
    font-size: 12px
}

.pagination .active .page-link,
.pagination .page-link:hover {
    color: #fff;
    background-color: #263052
}

.filter_small {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 15px
}

.lang_selector {
    width: 70px;
    display: inline;
    background-color: #604c6c;
    color: #fff;
    border: none;
    margin-right: 40px;
    font-size: .75rem;
    text-transform: uppercase
}

@media (min-width:992px) and (max-width:1199px) {
    .lang_selector {
        margin-right: 20px
    }
}

.welcome-bonus-block {
    border: 2px solid #ffe600;
    box-shadow: 0 28px 16px -26px #000;
    margin-bottom: 2rem;
    background-color: #fff
}

.welcome-bonus-block h2 {
    font-size: 1rem;
    font-family: Demi, sans-serif;
    line-height: 2rem;
    margin-bottom: .5rem
}

.welcome-bonus-block .btn {
    width: 100%;
    margin: .75rem 0 0
}

@media (min-width:768px) {
    .welcome-bonus-block {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.welcome-bonus-img {
    padding-top: 10px
}

@media (max-width:767px) {
    .welcome-bonus-img {
        margin-bottom: 10px;
        text-align: center
    }
    .welcome-bonus-img img {
        max-width: 200px;
        height: auto
    }
}

.sticky-bonus-button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none
}

@media (max-width:767px) {
    .sticky-bonus-button {
        bottom: 72px
    }
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-40 {
    margin-bottom: 40px
}

.pt-5 {
    padding-top: 5px
}

.pt-20 {
    padding-top: 20px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.white {
    color: #fff
}

.img-50 {
    width: 50px
}

.img-130 {
    width: 130px
}

.error-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 838px
}

@media (max-width:575px) {
    .error-section h1 br {
        display: none
    }
}

.error-section p,
.error-section ul {
    margin-bottom: 10px
}

.error-section ul {
    padding-left: 30px;
    list-style-type: disc
}

.error-section ul li {
    list-style: disc
}

@media (min-width:768px) {
    .html-sitemap ul {
        -moz-column-count: 2;
        column-count: 2
    }
}

.date-item b {
    font-weight: 600;
    font-family: Demi, sans-serif
}

.edit-button {
    position: fixed;
    right: 15px;
    top: 170px;
    z-index: 7;
    font-weight: 600;
    font-family: Demi, Sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border: 2px solid #000;
    box-shadow: 0 1px 18px rgba(0, 0, 0, .25);
    border-radius: 12px;
    width: 100px;
    height: 56px;
    text-decoration: none !important;
    background: #fff;
    transition: background .3s, color .3s
}

.edit-button path {
    transition: fill .3s
}

.edit-button:hover {
    color: #fff;
    background: #000
}

.edit-button:hover path {
    fill: #fff
}

@media (max-width:991px) {
    .edit-button {
        right: 5px;
        width: 60px;
        height: 50px
    }
}

.section-header {
    padding-bottom: 45px;
    background: #fff
}

.section-header,
.section-header p {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #111826
}

@media (max-width:1399px) {
    .section-header p {
        font-size: 16px;
        line-height: 24px
    }
}

.section-header .container-lg {
    position: relative
}

@media (max-width:575px) {
    .section-header .btn-solid-pink {
        width: 100%
    }
}

@media (max-width:767px) {
    .section-header h1.not-full {
        max-width: 215px
    }
}

@media (max-width:767px) {
    .section-header__img {
        position: absolute;
        right: 15px;
        top: 0;
        padding: 0;
        width: 105px
    }
}

.section-header__img img,
.section-header__img picture {
    width: 100%
}

@media (max-width:1399px) {
    .section-header {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px
    }
}

.author-block {
    font-family: Open Sans, sans-serif;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #fff
}

.author-block--grey {
    padding-top: 50px;
    background: #f5f5f5
}

.author-block--grey .author-block__wrapper {
    background: #fff
}

@media (max-width:1199px) {
    .author-block {
        padding: 30px 0
    }
}

.author-block__wrapper {
    width: 100%;
    max-width: 1050px;
    background: #f5f5f5;
    border-radius: 24px
}

.author-block__image {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 180px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media (max-width:991px) {
    .author-block__image {
        width: 96px;
        height: 96px
    }
}

@media (max-width:767px) {
    .author-block__image {
        margin-left: 0;
        margin-right: 0;
        width: 71px;
        height: 71px
    }
}

.author-block__top {
    padding-left: 16px;
    padding-right: 16px
}

.author-block__role {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #7d889b
}

@media (max-width:991px) {
    .author-block__role {
        font-size: 16px;
        line-height: 21px
    }
}

@media (max-width:767px) {
    .author-block__role {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:767px) {
    .author-block__text-top {
        padding-left: 15px;
        width: calc(100% - 71px)
    }
}

.author-block__text {
    padding-right: 130px
}

@media (max-width:991px) {
    .author-block__text {
        padding-right: 25px
    }
}

@media (max-width:767px) {
    .author-block__text {
        padding-left: 16px;
        padding-right: 16px
    }
}

.author-block__text h2 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    color: #111826
}

@media (max-width:767px) {
    .author-block h2 {
        font-size: 20px
    }
}

.author-block p {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #666
}

@media (max-width:991px) {
    .author-block p {
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .author-block h3 {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:767px) {
    .author-block .btn-solid-pink {
        width: 100%
    }
}

@media (max-width:767px) {
    .author-block .social_link {
        padding-left: 10px;
        padding-right: 10px
    }
}

.author-block .social_link a {
    display: block;
    margin: 0 8px;
    text-decoration: none !important
}

.author-block .social_link a i {
    font-size: 40px;
    color: #767676
}

@media (max-width:991px) {
    .author-block .social_link a i {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .author-block .social_link a i {
        font-size: 24px
    }
}

.author-block .social_link a:hover i {
    color: #ffe600
}

.showing-results {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000
}

@media (max-width:767px) {
    .showing-results {
        font-size: 14px;
        line-height: 18px
    }
}

.last_edit {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #545454
}

.white .last_edit {
    color: #9f9f9f
}

.last_edit span {
    font-weight: 400
}

.custom-select {
    display: block;
    padding-left: 24px;
    padding-right: 50px;
    width: auto;
    height: 48px;
    outline: 0;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #424242;
    background: transparent url(/images/icons/caret.png) no-repeat 85%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ratings-block {
    display: flex
}

.ratings-block img {
    margin: 0;
    border-radius: 0;
    width: 21px;
    display: block;
    filter: drop-shadow(0 2px 3px rgba(250, 200, 23, .72))
}

.review_header .ratings-block img {
    width: 24px
}

@media (max-width:767px) {
    .faq h2 {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:991px) {
    .container-lg {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (max-width:767px) {
    .container-lg {
        padding-left: 16px;
        padding-right: 16px
    }
}

.references-block__item {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px
}

@media (max-width:767px) {
    .references-block__item {
        font-size: 16px;
        line-height: 19px
    }
}

.references-block__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background: url(/images/icons/ok.png) no-repeat
}

@media (max-width:767px) {
    .references-block__item:before {
        top: -2px
    }
}

.references-block a {
    font-weight: 700
}

.references-block cite {
    display: block;
    font-style: normal
}

.bonus-detail {
    font-family: Open Sans, sans-serif;
    padding: 24px 40px;
    border-radius: 24px;
    background: #fff
}

@media (max-width:991px) {
    .bonus-detail {
        padding: 24px
    }
}

@media (max-width:575px) {
    .bonus-detail {
        padding: 16px
    }
}

.home-banner {
    color: #fff;
    font-family: Open Sans, sans-serif
}

.home-banner .h1 {
    color: #fff
}

@media (max-width:767px) {
    .home-banner .h1 {
        font-size: 24px;
        line-height: 31px
    }
}

@media (max-width:767px) {
    .home-banner .container-lg {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .home-banner .large_banner {
        border-radius: 0
    }
}

.home-text__icon {
    width: 200px
}

@media (max-width:1199px) {
    .home-text__icon {
        width: 190px
    }
}

@media (max-width:767px) {
    .home-text__icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        text-align: center
    }
}

.home-text__descr {
    padding-left: 60px;
    width: calc(100% - 200px)
}

@media (max-width:1199px) {
    .home-text__descr {
        padding-left: 45px;
        width: calc(100% - 190px)
    }
}

@media (max-width:767px) {
    .home-text__descr {
        padding-left: 0;
        width: 100%
    }
}

.home-text__descr:only-child {
    padding-left: 0;
    margin: 0 auto
}

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

@media (max-width:767px) {
    .home-text__descr h1,
    .home-text__descr h2,
    .home-text__descr h3 {
        font-size: 16px;
        line-height: 21px
    }
}

.flex-md-row-reverse .home-text__descr {
    padding-left: 0;
    padding-right: 60px
}

@media (max-width:767px) {
    .flex-md-row-reverse .home-text__descr {
        padding-right: 0
    }
}

.home-text__item {
    font-family: Open Sans, sans-serif
}

.home-text__item+.home-text__item {
    margin-top: 80px
}

@media (max-width:1199px) {
    .home-text__item+.home-text__item {
        margin-top: 45px
    }
}

.home-text__item p {
    font-size: 20px;
    line-height: 36px
}

@media (max-width:1199px) {
    .home-text__item p {
        font-size: 16px;
        line-height: 29px
    }
}

@media (max-width:767px) {
    .home-text__item p {
        font-size: 14px;
        line-height: 25px
    }
}

.sign-up__wrapper {
    position: relative;
    background: #1b1b1b;
    box-shadow: 0 4px 41px rgba(0, 0, 0, .55);
    border-radius: 64px
}

@media (max-width:767px) {
    .sign-up__wrapper {
        border-radius: 32px
    }
}

.sign-up__loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 64px;
    z-index: 10;
    background: rgba(27, 27, 27, .5)
}

.sign-up__loader:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 120px;
    height: 30px;
    background: url(/images/loader.png) no-repeat 50%;
    transform: translate(-50%, -50%)
}

.sign-up__text h4 {
    color: #fff
}

.is-content .sign-up__text h4 {
    font-size: 18px;
    line-height: 23px
}

.sign-up__text p {
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.is-content .sign-up__text p {
    font-size: 14px;
    line-height: 18px
}

@media (max-width:767px) {
    .sign-up__text p {
        font-size: 14px
    }
}

.sign-up__form input[type=text] {
    display: block;
    width: 100%;
    outline: 0;
    border: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 56px;
    font-size: 16px;
    line-height: 21px;
    font-family: Open Sans, sans-serif;
    color: #fff;
    border-radius: 8px;
    background: #3f3f3f
}

@media (max-width:1199px) {
    .sign-up__form input[type=text] {
        font-size: 14px;
        height: 48px
    }
}

.sign-up__form .pink_button {
    display: block;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    height: 56px;
    border: 0;
    padding: 0;
    box-shadow: 0 2px 17px rgba(255, 65, 108, .33);
    border-radius: 32px
}

@media (max-width:1199px) {
    .sign-up__form .pink_button {
        font-size: 16px;
        height: 48px
    }
}

.sign-up__important {
    color: #fff;
    font-size: 12px;
    line-height: 16px
}

@media (max-width:767px) {
    .sign-up__important {
        font-size: 10px;
        line-height: 13px
    }
}

.sign-up .success-text {
    color: #fff
}

.section-links h4 {
    margin-bottom: 24px;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}

@media (max-width:1199px) {
    .section-links h4 {
        font-size: 18px;
        line-height: 23px
    }
}

.section-links ul li {
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
    font-family: Work Sans, sans-serif;
    font-size: 16px;
    line-height: 26px
}

.section-links ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: -12px;
    left: -17px;
    background: url(/images/ul-before.svg) no-repeat;
    background-size: contain
}

@media (max-width:1399px) {
    .section-links ul li:after {
        top: -15px
    }
}

.section-links ul li a {
    color: #5c5c5c
}

.news_banner {
    position: relative;
    padding-bottom: 40px;
    background: #fff
}

@media (max-width:767px) {
    .news_banner {
        padding-bottom: 0
    }
}

.news_banner__content {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 32px;
    height: 335px
}

@media (max-width:767px) {
    .news_banner__content {
        padding: 15px 15px 0;
        margin: 0 -15px;
        border-radius: 0
    }
}

.news_banner__content:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 32px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .77)
}

@media (max-width:767px) {
    .news_banner__content:before {
        border-radius: 0
    }
}

.news_banner__content h1 {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

@media (max-width:1399px) {
    .news_banner__content h1 {
        font-size: 40px;
        line-height: 52px
    }
}

@media (max-width:767px) {
    .news_banner__content h1 {
        font-size: 32px;
        line-height: 42px
    }
}

@media (max-width:767px) {
    .news_banner .breadcrumbs_list a {
        color: #fff
    }
}

@media (max-width:767px) {
    .news_banner .breadcrumbs_list span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 150px;
        display: block;
        color: hsla(0, 0%, 100%, .85)
    }
}

@media (max-width:767px) {
    .news_banner .breadcrumbs_list li:not(:last-child):after {
        color: #fff
    }
}

@media (max-width:767px) {
    .news_banner .breadcrumbs_list {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }
}

.news-buttons {
    font-family: Open Sans, sans-serif
}

.news-buttons .outline-button {
    border-radius: 56px;
    border: 2px solid #ffe600;
    min-width: 216px;
    height: 64px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #ffe600;
    transition: background .3s, color .3s;
    padding: 0 30px
}

.news-buttons .outline-button svg {
    min-width: 22px
}

@media (max-width:575px) {
    .news-buttons .outline-button {
        margin-bottom: 20px;
        width: 100%;
        height: 48px;
        font-size: 16px;
        line-height: 24px
    }
}

.news-buttons .outline-button path {
    transition: fill .3s
}

.news-buttons .outline-button:hover {
    text-decoration: none;
    color: #fff;
    background: #012277
}

.news-buttons .outline-button:hover path {
    fill: #fff
}

.news-share__title {
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.news-share__link:hover path {
    fill: #012277
}

.news-share path {
    transition: fill .3s
}

.news-about {
    padding: 18px;
    border-radius: 24px;
    background: #fff
}

.error,
.news-about {
    font-family: Open Sans, sans-serif
}

.error {
    font-size: 14px;
    line-height: 14px;
    color: #e3342f
}

.sticky-bonus-item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5
}

.side_menu {
    padding: 15px 24px;
    border-radius: 24px;
    font-family: Open Sans, sans-serif;
    background: #fff
}

.side_menu_link {
    font-size: 16px;
    line-height: 25px;
    color: #898989;
    transition: color .3s
}

.side_menu_link.is-active {
    color: #111826
}

.side_menu_link:hover {
    text-decoration: none;
    color: #111826
}

.back-to-top-btn {
    position: fixed;
    bottom: 36px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #012277;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 17px rgba(65, 94, 255, 0.33);
    transition: background .3s, box-shadow .3s, opacity .3s, visibility .3s;
    outline: none;
    opacity: 0;
    visibility: hidden;
    padding: 0 0 3px
}

.back-to-top-btn.is-shown {
    opacity: 1;
    visibility: visible
}

.back-to-top-btn:hover {
    box-shadow: 0 2px 19px hsla(0, 0%, 100%, .44);
    background: #111826
}

@media (max-width:991px) {
    .back-to-top-btn {
        bottom: 110px
    }
}

@media (max-width:767px) {
    .back-to-top-btn {
        left: 16px;
        right: auto;
        bottom: 95px
    }
    .is-has-sticky-button .back-to-top-btn {
        bottom: 140px
    }
}

.claim-bonus {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    transition-delay: .4s
}

@media (max-width:1199px) {
    .claim-bonus {
        transition-delay: 0s
    }
}

.claim-bonus__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25)
}

.claim-bonus__header {
    padding-left: 4px;
    padding-right: 4px
}

@media (max-width:767px) {
    .claim-bonus__header {
        padding-left: 45px;
        padding-right: 45px
    }
}

.claim-bonus__content-header {
    height: 80px;
    border-bottom: 1px solid #e7e7e7
}

.claim-bonus__wrapper {
    position: absolute;
    right: 35px;
    bottom: 0;
    z-index: 2;
    width: 260px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, .12);
    border-radius: 16px 16px 0 0;
    font-family: Open Sans, sans-serif;
    background: #fff;
    transform: translateY(100%);
    transition: transform .3s ease;
    transition-delay: 0s
}

@media (max-width:1199px) {
    .claim-bonus__wrapper {
        border-radius: 24px;
        bottom: 90px;
        transform: translateY(calc(100% + 90px))
    }
}

@media (max-width:767px) {
    .claim-bonus__wrapper {
        bottom: 150px;
        border-radius: 16px
    }
}

@media (max-width:575px) {
    .claim-bonus__wrapper {
        right: auto;
        left: 50%;
        width: calc(100% - 32px);
        transform: translateY(calc(100% + 90px)) translateX(-50%)
    }
}

.claim-bonus__body {
    padding: 20px 4px 40px
}

@media (max-width:767px) {
    .claim-bonus__body {
        padding-bottom: 4px
    }
}

.claim-bonus__img {
    width: 60px
}

.claim-bonus__item {
    padding: 15px 8px;
    border-radius: 12px;
    background: #f5f5f5
}

.claim-bonus__title-bonus {
    padding-left: 10px;
    width: calc(100% - 60px)
}

.claim-bonus__text,
.claim-bonus__title-bonus a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #111826
}

.claim-bonus__close {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 2px solid #ff59bf;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .12);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: background .3s
}

@media (max-width:1199px) {
    .claim-bonus__close {
        top: auto;
        bottom: -72px;
        width: 56px;
        height: 56px
    }
}

.claim-bonus__close svg path {
    transition: fill .3s
}

.claim-bonus__close:hover {
    background: #ffe600
}

.claim-bonus__close:hover svg path {
    fill: #fff
}

.claim-bonus.is-opened {
    opacity: 1;
    visibility: visible
}

.claim-bonus.is-opened .claim-bonus__wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .6s
}

@media (max-width:1199px) {
    .claim-bonus.is-opened .claim-bonus__wrapper {
        transition-delay: .2s
    }
}

@media (max-width:575px) {
    .claim-bonus.is-opened .claim-bonus__wrapper {
        transform: translate(-50%)
    }
}

.claim-bonus .pink_button {
    width: 100%;
    margin-top: 30px;
    border-radius: 32px;
    font-size: 16px;
    line-height: 28px;
    height: 48px;
    background: #ffe600
}

.gift-button {
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 8;
    cursor: pointer
}

@media (max-width:991px) {
    .gift-button {
        bottom: 16px;
        right: 24px;
        border: 1px solid #c4c4c4;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        background: #fff
    }
}

@media (max-width:767px) {
    .gift-button {
        bottom: 90px
    }
    .is-has-sticky-button .gift-button {
        bottom: 135px
    }
}

.gift-button__icon {
    transition: opacity .4s ease, visibility .4s ease, transform .4s ease
}

@media (max-width:991px) {
    .gift-button__icon {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -11px;
        margin-left: -2px;
        transform: translate(-50%, -50%)
    }
    .gift-button__icon img {
        width: 72px
    }
}

.gift-button__icon-opened {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: scale(.75) translate(-50%, -50%);
    transition: opacity .4s ease, visibility .4s ease, transform .4s ease
}

@media (min-width:1200px) {
    .gift-button.is-opened .gift-button__icon-opened {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translate(-50%, -50%)
    }
}

@media (min-width:1200px) {
    .gift-button.is-opened .gift-button__icon {
        opacity: 0;
        visibility: hidden;
        transform: scale(.75)
    }
}

@media (min-width:1200px) {
    .gift-button:hover {
        -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
        animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
}

.top-item {
    position: relative;
    font-family: Open Sans, sans-serif;
    margin-bottom: 12px;
    border-radius: 24px;
    height: 122px;
    background: #fff;
    transition: box-shadow .3s
}

.top-item:hover {
    cursor: pointer;
    box-shadow: 0 10px 16px #9f9f9f
}

@media (max-width:1199px) {
    .top-item {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .top-item {
        padding: 12px 12px 16px;
        height: auto;
        margin-bottom: 16px
    }
}

.in-content .top-item:nth-child(odd) {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .5)
}

.in-content .top-item:nth-child(odd):hover {
    box-shadow: 0 10px 16px #929292
}

.top-item:nth-child(2n) {
    background: #dedede
}

.top-item__img {
    width: 88px
}

.top-item__img img {
    margin: 0 !important;
    border-radius: 0 !important
}

@media (max-width:1199px) {
    .top-item__img {
        width: 64px
    }
}

@media (max-width:767px) {
    .top-item__img {
        width: 72px
    }
}

.top-item__info {
    width: 320px;
    margin-right: auto
}

@media (max-width:1399px) {
    .in-content .top-item__info {
        width: 280px
    }
}

@media (max-width:767px) {
    .in-content .top-item__info {
        width: auto
    }
}

@media (max-width:1199px) {
    .top-item__info {
        width: 210px
    }
}

@media (max-width:767px) {
    .top-item__info {
        padding-left: 0;
        width: calc(100% - 45px)
    }
}

.top-item-bonus .top-item__info {
    width: auto
}

.top-item__name {
    padding-left: 24px;
    width: calc(100% - 88px)
}

@media (max-width:1199px) {
    .top-item__name {
        padding-left: 16px
    }
}

@media (max-width:767px) {
    .top-item__name {
        padding-left: 12px;
        width: calc(100% - 72px)
    }
}

.top-item__name a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    transition: color .3s
}

@media (min-width:1200px) {
    .top-item__name a:hover {
        text-decoration: none;
        color: #012277
    }
}

@media (max-width:1199px) {
    .top-item__name a {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .top-item__name a {
        font-size: 17px;
        line-height: 22px
    }
}

.top-item__bonus {
    padding-left: 35px;
    padding-right: 48px;
    flex: 1
}

@media (max-width:1199px) {
    .top-item__bonus {
        padding-left: 20px;
        padding-right: 30px
    }
    .top-item__bonus .casino-item__bonuses {
        margin: 0;
        width: auto;
        color: #000;
        padding: 0;
        font-size: 12px;
        line-height: 17px;
        background: none
    }
    .top-item__bonus .casino-item__bonuses:before {
        content: none
    }
}

@media (max-width:767px) {
    .top-item__bonus {
        gap: 16px;
        width: 100%;
        height: 100%;
        padding: 12px 8px;
        flex: auto;
        margin-top: 24px;
        background: #4b4b4b
    }
    .top-item__bonus,
    .top-item__bonus:before {
        display: flex;
        align-items: center;
        border-radius: 24px
    }
    .top-item__bonus:before {
        justify-content: center;
        content: url(/images/icons/gift.svg);
        width: 32px;
        height: 32px;
        background: #2f2f2f;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .25)
    }
    .top-item__bonus .casino-item__title-bonuse {
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        color: #fff
    }
}

@media (max-width:575px) {
    .top-item__bonus {
        gap: 12px;
        border-radius: 16px
    }
    .top-item__bonus .casino-item__title-bonuse {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .top-item__actions {
        margin-top: 32px;
        width: 100%
    }
    .top-item__actions .visit-site {
        max-width: 320px;
        width: 100%;
        min-width: unset;
        min-height: 48px;
        font-size: 16px;
        line-height: 24px
    }
}

.top-item__number {
    width: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #5d5d5d
}

@media (max-width:1199px) {
    .top-item__number {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        width: 36px;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #5d5d5d;
        transform: translateY(-50%)
    }
}

@media (max-width:767px) {
    .top-item__number {
        padding: 0 !important;
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 50% !important;
        background: #5e5e5e;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        top: 5px;
        left: -5px
    }
}

.top-item .visit-site {
    border-radius: 32px;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    padding: 5px 15px !important;
    min-width: 180px;
    height: 40px;
    float: none !important
}

@media (max-width:767px) {
    .top-item .visit-site {
        max-width: 320px;
        width: 100%;
        min-width: unset;
        min-height: 48px;
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:575px) {
    .top-item .visit-site {
        width: 100%
    }
}

@media (max-width:767px) {
    .top-item .icon-arrow-forward-trick {
        font-size: 12px
    }
}

.top-item .read_review {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #012277
}

@media (max-width:767px) {
    .top-item .read_review {
        margin-top: 7px
    }
}

.bonus-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.visible-hidden {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0
}

.casino-item,
table,
tbody {
    display: block
}

.top-wrapper .top-item {
    height: auto;
    padding: 24px 16px 24px 24px;
    flex-wrap: nowrap !important
}

@media (max-width:767px) {
    .top-wrapper .top-item {
        flex-wrap: wrap !important
    }
}

.top-wrapper .top-item__code {
    margin-top: 12px;
    max-width: 226px;
    width: 100%;
    min-height: 37px
}

.top-wrapper .top-item__code .is-opened .casino-item__text-code {
    min-width: auto;
    float: left
}

.top-wrapper .top-item .casino-item__text-code {
    min-height: 37px;
    border: 1px dashed #111826;
    border-radius: 4px;
    min-width: 150px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #111826
}

.top-wrapper .top-item .casino-item__button-code {
    background: #ff8dd3;
    border-radius: 4px 0 0 4px;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%
}

@media (max-width:390px) {
    .top-wrapper .top-item .casino-item__button-code {
        font-weight: 600;
        font-size: 14px;
        width: calc(100% - 8px);
        line-height: 100%
    }
}

.top-wrapper .top-item .casino-item__button-code:after {
    width: 20px;
    height: 39px;
    right: -2px;
    background: url(/images/casinodetail/code-after-purple.svg) no-repeat
}

.top-wrapper .top-item__name {
    padding-right: 50px
}

@media (max-width:1400px) {
    .top-wrapper .top-item__name {
        padding-right: 25px
    }
}

.top-wrapper .top-item__info {
    flex-wrap: wrap
}

.bonus-expired {
    min-width: 195px;
    height: 48px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #f44444;
    border: 1px dashed #f44444;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.bonus-expired:hover {
    color: #f44444;
    text-decoration: none;
    background: rgba(244, 68, 68, .1)
}

.bonus-expired.mini {
    display: inline-flex;
    height: 32px
}

.top-wrapper .top-item {
    padding: 20px 24px;
    min-height: 144px;
    justify-content: space-between
}

.top-wrapper .top-item:nth-child(odd) {
    box-shadow: none;
    border: 1px solid #dedede
}

.top-wrapper .top-item__number {
    position: absolute;
    top: -4px;
    left: -4px;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5e5e5e;
    border-radius: 32px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    transform: unset
}

.top-wrapper .top-item__actions,
.top-wrapper .top-item__info,
.top-wrapper .top-item__rate {
    padding: 0 !important
}

.top-wrapper .top-item__info {
    margin-right: 0
}

.top-wrapper .top-item .casino-item__number {
    margin-right: 0 !important
}

.top-wrapper .top-item__name a {
    font-size: 22px;
    line-height: 130%
}

@media (max-width:1199px) {
    .top-wrapper .top-item__name a {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .top-wrapper .top-item__name a {
        font-size: 18px
    }
}

.top-wrapper .top-item .visit-site {
    font-size: 18px;
    width: auto;
    min-width: 180px;
    height: 48px
}

@media (min-width:1400px) {
    .top-wrapper .top-item .visit-site {
        min-width: 226px
    }
}

@media (max-width:767px) {
    .top-wrapper .top-item .visit-site {
        max-width: 320px;
        width: 100%;
        min-width: unset;
        font-size: 16px;
        line-height: 24px
    }
}

.top-wrapper .top-item .read_review {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.large_banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden
}

.large_banner__slider.is-has-slider:not(.slick-initialized) {
    height: 500px;
    overflow: hidden
}

@media (max-width:767px) {
    .large_banner__slider.is-has-slider:not(.slick-initialized) {
        height: 60vw
    }
}

.large_banner__item {
    padding: 0 !important;
    position: relative
}

.large_banner__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: .5;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .72) 76.08%, rgba(0, 0, 0, .72) 104.73%), url(.jpg), #c4c4c4
}

@media (min-width:768px) {
    .large_banner__item {
        min-height: 500px
    }
}

@media (max-width:767px) {
    .large_banner__item {
        min-height: 60vw
    }
}

.large_banner__slider .slick-arrow {
    position: absolute;
    top: 10px;
    z-index: 3;
    padding: 0;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 56px;
    height: 56px;
    text-indent: -9999px;
    background: transparent;
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    transition: background .3s, border .3s
}

.large_banner__slider .slick-arrow:before {
    content: "";
    width: 24px;
    height: 21px;
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:767px) {
    .large_banner__slider .slick-arrow {
        display: none !important
    }
}

.large_banner__slider .slick-arrow:hover {
    border-color: #ffe600;
    background: #ffe600
}

.large_banner__slider .slick-prev {
    left: 20px
}

.large_banner__slider .slick-prev:before {
    background: url(/images/icons/arrow-left.png) no-repeat
}

.large_banner__slider .slick-next {
    right: 20px
}

.large_banner__slider .slick-next:before {
    background: url(/images/icons/arrow-right.png) no-repeat
}

.large_banner__slider .slick-dots {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: flex;
    transform: translateX(-50%)
}

.large_banner__slider .slick-dots li {
    margin: 0 4px
}

.large_banner__slider .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-indent: -9999px;
    background: transparent
}

.large_banner__slider .slick-dots li.slick-active button {
    border-color: #ffe600;
    background: #ffe600
}

.large_banner__slider picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.large_banner__slider picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.large_banner__content {
    position: relative;
    z-index: 3;
    padding: 60px
}

@media (max-width:1199px) {
    .large_banner__content {
        padding: 30px 20px
    }
}

@media (max-width:991px) {
    .large_banner__content {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width:767px) {
    .large_banner__content {
        padding: 40px 20px
    }
}

.large_banner__content p {
    color: #fff;
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px
}

@media (max-width:1199px) {
    .large_banner__content p {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .large_banner__content p {
        font-size: 14px;
        line-height: 21px
    }
}

.large_banner .slider-loader {
    position: absolute;
    width: 120px;
    height: 30px;
    z-index: 3;
    background-image: url(/images/loader.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% - 15px);
    left: calc(50% - 60px)
}

.large_banner .outline-button {
    border: 2px solid #ffe600;
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    border-radius: 32px;
    color: #fff;
    transition: background .3s, color .3s
}

.large_banner .outline-button path {
    transition: fill .3s
}

.large_banner .outline-button:hover {
    text-decoration: none;
    color: #fff;
    background: #ffe600
}

.large_banner .outline-button:hover path {
    fill: #fff
}

@media (max-width:1199px) {
    .large_banner .outline-button {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .large_banner .outline-button {
        font-size: 14px;
        height: 50px
    }
}

.large_banner .pink_button {
    z-index: 2;
    font-size: 18px;
    line-height: 24px;
    height: 60px;
    white-space: nowrap;
    box-shadow: 0 2px 17px rgba(25, 25, 29, 0.68);
    border-radius: 32px;
    width: 100%
}

@media (max-width:1199px) {
    .large_banner .pink_button {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .large_banner .pink_button {
        font-size: 14px;
        height: 50px
    }
}

.casino-item {
    position: relative;
    font-family: Open Sans, sans-serif;
    padding: 16px;
    box-shadow: 0 3px 17px rgba(0, 0, 0, .45);
    background: #fff;
    border-radius: 24px;
    height: 156px;
    transition: box-shadow .3s
}

.casino-item:hover {
    cursor: pointer;
    box-shadow: 0 3px 17px 8px rgba(0, 0, 0, .45)
}

.casino-item a {
    font-weight: inherit
}

.casino-item .casino-item__name {
    font-weight: 700
}

.casino-item .read_review {
    font-weight: 600;
    color: #ffe600
}

@media (max-width:1199px) {
    .casino-item {
        height: auto
    }
}

@media (max-width:767px) {
    .casino-item {
        box-shadow: 0 3px 17px rgba(0, 0, 0, .16)
    }
}

.casino_bonuse_block .casino-item {
    height: auto
}

.casino-item.is-active-highlight {
    border-radius: 24px 24px 24px 0
}

@media (max-width:767px) {
    .casino-item.is-active-highlight {
        border-radius: 24px
    }
}

.casino-item+.casino-item {
    margin-top: 65px
}

@media (max-width:1199px) {
    .casino-item+.casino-item {
        margin-top: 40px
    }
}

.casino-item__highlight {
    position: absolute;
    left: 0;
    bottom: -21px;
    z-index: 2;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #ff517b;
    border-radius: 0 8px 8px 8px
}

.casino_bonuse_block .casino-item__highlight {
    background: #0f0f0f
}

@media (max-width:991px) {
    .casino-item__highlight {
        border-radius: 8px;
        left: 50%;
        white-space: nowrap;
        transform: translateX(-50%)
    }
}

.casino-item__wrapper {
    height: 100%
}

.casino-item__wrapper .casino-item__img {
    display: flex;
    align-items: center
}

.casino-item__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    text-decoration: none !important;
    transition: color .3s
}

.casino-item__name:hover {
    color: #ffe600
}

.casino-item__img {
    width: 120px
}

.casino-item__img img {
    border-radius: 0;
    margin: 0;
    width: inherit
}

.casino-item__img picture {
    height: 100%;
    width: 100%
}

.casino_bonuse_block .casino-item__img {
    width: 80px
}

@media (max-width:767px) {
    .casino-item__img {
        width: 76px
    }
}

.casino-item__count {
    position: absolute;
    left: -6px;
    top: -8px;
    width: 24px;
    height: 24px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
    background: #5e5e5e
}

.casino-item__info {
    padding-left: 24px;
    padding-right: 24px;
    width: 300px
}

@media (max-width:1399px) {
    .casino-item__info {
        width: 275px
    }
}

@media (max-width:767px) {
    .casino-item__info {
        padding-right: 0;
        padding-left: 16px;
        width: calc(100% - 76px)
    }
}

@media (max-width:1399px) {
    .casino-item__descr {
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .casino-item__descr {
        padding-right: 35px;
        flex: 1
    }
}

@media (max-width:1199px) {
    .casino-item__descr {
        width: 100%
    }
    .casino_bonuse_block .casino-item__descr {
        width: auto;
        flex: 1
    }
}

@media (max-width:767px) {
    .casino_bonuse_block .casino-item__descr {
        width: 100%;
        flex: auto
    }
}

.casino-item__descr img {
    margin: 0;
    border-radius: 0
}

.casino_bonuse_block .casino-item__descr {
    padding-left: 16px;
    padding-right: 16px
}

.casino-item__number {
    position: relative;
    padding-left: 6px;
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.casino-item__number.is-green {
    color: #3f9854;
    background: url(/images/star/rate-green.svg) no-repeat;
    background-size: cover
}

.casino-item__number.is-yellow {
    color: #ccab35;
    background: url(/images/star/rate-yellow.svg) no-repeat;
    background-size: cover
}

.casino-item__number.is-red {
    color: red;
    background: url(/images/star/rate-red.svg) no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .casino_des .casino-item__number {
        transform: scale(.8)
    }
}

.casino-item__actions {
    text-align: center
}

@media (max-width:1199px) {
    .casino-item__actions {
        position: absolute;
        right: 16px
    }
    .casino_bonuse_block .casino-item__actions,
    .casino_des .casino-item__actions {
        position: static;
        right: 0
    }
}

@media (max-width:767px) {
    .casino-item__actions {
        position: static;
        right: 0;
        width: 100%
    }
}

.casino-item__bonuses {
    position: relative;
    padding: 14px 30px;
    color: #fff;
    background: #4b4b4b;
    border-radius: 24px
}

.casino_bonuse_block .casino-item__bonuses {
    color: #111826;
    border-radius: 0;
    padding: 0;
    background: transparent
}

.casino-item__bonuses:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    z-index: 2;
    width: 32px;
    height: 32px;
    background: url(/images/casinodetail/gift.svg) no-repeat 50% 50% #2f2f2f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    border-radius: 24px;
    transform: translateY(-50%)
}

.casino_bonuse_block .casino-item__bonuses:before {
    content: none
}

@media (max-width:1199px) {
    .casino-item__bonuses {
        margin-left: 15px;
        width: calc(100% - 15px)
    }
    .casino_bonuse_block .casino-item__bonuses {
        width: auto;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .casino-item__bonuses {
        border-radius: 12px
    }
    .casino_bonuse_block .casino-item__bonuses {
        width: calc(100% - 80px);
        padding-left: 20px
    }
}

.casino-item__title-bonuse {
    font-weight: 700;
    font-size: 18px
}

.casino-item__title-bonuse a {
    text-decoration: none;
    color: #2f2f2f;
    transition: color .3s
}

.casino-item__title-bonuse a:hover {
    color: #ffe600
}

@media (max-width:767px) {
    .casino-item__title-bonuse {
        text-align: center;
        font-size: 16px
    }
    .casino_bonuse_block .casino-item__title-bonuse {
        text-align: left
    }
}

.casino-item__small-title-bonuse {
    font-size: 14px;
    line-height: 14px;
    color: #4b4b4b
}

.casino-item__players {
    font-size: 12px;
    line-height: 18px
}

.casino-item__players .is-green {
    color: #3f9854
}

.casino-item__code {
    position: relative
}

.casino-item__text-code {
    border: 1px dashed #fff;
    min-width: 175px;
    height: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px
}

.is-opened .casino-item__text-code {
    min-width: auto
}

.casino_bonuse_block .casino-item__text-code {
    border-color: #000
}

.casino-item__button-code {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 16px);
    height: 100%;
    z-index: 2;
    font-size: 12px;
    line-height: 12px;
    background: #2d2d2d;
    cursor: pointer;
    transition: width .3s
}

.casino_bonuse_block .casino-item__button-code {
    color: #000;
    background: #ffe600;
}

.casino-item__button-code span {
    overflow: hidden;
    white-space: nowrap;
    transition: width .3s
}

.casino-item__button-code:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 16px;
    height: 34px;
    background: url(/images/casinodetail/code-after.svg) no-repeat
}

.casino_bonuse_block .casino-item__button-code:after {
    background: url(/images/casinodetail/code-after-purple.svg) no-repeat;
    background-size: cover
}

.casino-item__info-bottom {
    font-size: 12px;
    line-height: 18px
}

.casino-item__info-bottom img {
    border-radius: 0;
    margin: 0
}

@media (max-width:767px) {
    .casino-item__info-bottom {
        width: 100%
    }
}

.casino-item .visit-site {
    width: auto;
    min-width: 230px;
    height: 55px;
    border: 3px solid #ffe600;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: 0 2px 17px rgba(255, 65, 108, .33);
    border-radius: 32px;
    text-decoration: none
}

.casino_bonuse_block .casino-item .visit-site {
    min-width: 195px;
    height: 48px;
    font-size: 16px
}

@media (max-width:575px) {
    .casino_bonuse_block .casino-item .visit-site {
        width: 100%
    }
}

.casino-item .visit-site svg {
    position: relative;
    top: -1px
}

@media (max-width:1399px) {
    .casino-item .visit-site {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:1199px) {
    .casino-item .visit-site {
        height: 48px
    }
}

@media (max-width:767px) {
    .casino-item .visit-site {
        width: 100%
    }
}

.casino-item .read_review {
    font-size: 16px;
    line-height: 22px
}

@media (max-width:767px) {
    .casino-item .read_review {
        font-size: 14px
    }
}

.info-button {
    outline: 0;
    cursor: pointer;
    font-size: 24px;
    color: #ffe600
}

.tippy-content {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 18px
}

.related-casino-container {
    padding-bottom: 4rem
}

.type-item {
    font-family: Open Sans, sans-serif
}

.type-item.cursor-pointer {
    cursor: pointer
}

.type-item__img {
    height: 184px;
    background: #fff;
    box-shadow: 0 4px 23px rgba(0, 0, 0, .08);
    border-radius: 24px
}

@media (max-width:991px) {
    .type-item__img {
        height: 120px
    }
}

.type-item__name {
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #444
}

@media (max-width:1399px) {
    .type-item__name {
        margin-top: 18px;
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:767px) {
    .type-item__name {
        margin-top: 15px;
        font-size: 16px;
        line-height: 21px
    }
}

.type-item__name a {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #444
}

@media (max-width:1399px) {
    .type-item__name a {
        margin-top: 18px;
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:767px) {
    .type-item__name a {
        font-size: 16px;
        line-height: 21px
    }
}

.type-item input {
    display: none
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.country-flag {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .44)
}

.country-flag,
.country-flag img {
    border-radius: 50%
}

@media (max-width:767px) {
    .country-flag {
        width: 80px;
        height: 80px
    }
}

.country-name {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #444
}

.country-name a {
    color: #444
}

@media (max-width:1399px) {
    .country-name {
        font-size: 18px;
        line-height: 23px
    }
}

@media (max-width:767px) {
    .country-name {
        font-size: 16px;
        line-height: 21px
    }
}

@media (min-width:768px) {
    .type-item_small {
        width: 20%
    }
}

.type-item_small .type-item__img {
    height: 160px
}

@media (max-width:991px) {
    .type-item_small .type-item__img {
        height: 120px
    }
}

.review_header {
    position: relative;
    background: #fff
}

.review_header>* {
    position: relative;
    z-index: 1
}

.review_header .b-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.review_header .b-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767px) {
    .review_header__title:not(.full-width) {
        padding-right: 20px;
        width: calc(100% - 112px)
    }
}

@media (max-width:767px) {
    .review_header__image {
        width: 112px
    }
}

.review_header h1 {
    font-size: 40px;
    line-height: 52px
}

@media (max-width:1199px) {
    .review_header h1 {
        font-size: 32px;
        line-height: 42px
    }
}

@media (max-width:767px) {
    .review_header h1 {
        font-size: 24px;
        line-height: 31px
    }
}

@media (max-width:767px) {
    .review_header .last_edit {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width:767px) {
    .review_header .pink_button {
        border-radius: 16px;
        height: 56px;
        font-size: 20px;
        line-height: 24px
    }
}

.white h1 {
    color: #fff
}

.rate-total {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #fac817
}

@media (max-width:767px) {
    .rate-total {
        font-size: 20px;
        line-height: 20px
    }
}

.casino_review {
    font-family: Open Sans, sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5
}

@media (max-width:1199px) {
    .casino_review {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .casino_review {
        padding-top: 25px
    }
}

@media (min-width:1200px) {
    .casino_review__content {
        padding-right: 24px;
        width: calc(100% - 390px)
    }
}

.casino_review__tab {
    border-radius: 24px 24px 0 0;
    border-bottom: 1px solid #bcbcbc;
    background: #fff
}

@media (max-width:767px) {
    .casino_review__tab .row {
        margin: 0
    }
    .casino_review__tab .col-6 {
        padding: 0
    }
}

.casino_review__item-tab {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #7b7b7b;
    text-decoration: none !important;
    height: 64px;
    transition: color .3s
}

@media (max-width:767px) {
    .casino_review__item-tab {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 21px
    }
}

.casino_review__item-tab svg path {
    transition: fill .3s
}

.casino_review__item-tab .count-bonuses-tab {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    background: #ffe600
}

@media (max-width:575px) {
    .casino_review__item-tab .title-text {
        flex: 1
    }
}

.casino_review__item-tab.is-active,
.casino_review__item-tab:hover {
    color: #ffe600
}

.casino_review__item-tab.is-active svg path,
.casino_review__item-tab:hover svg path {
    fill: #ffe600
}

.casino_review__item-tab.is-active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #ffe600
}

.casino_review__total-rate {
    width: 227px;
    height: 227px
}

.casino_review__total-rate.is-green {
    background: url(/images/star/rate-green-large.svg) no-repeat;
    background-size: cover
}

.casino_review__total-rate.is-yellow {
    background: url(/images/star/rate-yellow-large.svg) no-repeat;
    background-size: cover
}

.casino_review__total-rate.is-red {
    background: url(/images/star/rate-red-large.svg) no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .casino_review__total-rate {
        width: 160px;
        height: 160px
    }
}

@media (max-width:575px) {
    .casino_review__total-rate {
        margin-left: auto;
        margin-right: auto
    }
}

.casino_review__value-rate {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px
}

@media (max-width:767px) {
    .casino_review__value-rate {
        font-size: 20px;
        line-height: 28px
    }
}

.casino_review__value-rate span {
    font-weight: 700;
    font-size: 56px;
    line-height: 72px
}

@media (max-width:767px) {
    .casino_review__value-rate span {
        font-size: 38px;
        line-height: 53px
    }
}

.casino_review__title-rate {
    font-size: 15px;
    line-height: 23px
}

@media (max-width:767px) {
    .casino_review__title-rate {
        font-size: 12px;
        line-height: 16px
    }
}

.casino_review__detail-rate {
    padding-left: 50px;
    width: calc(100% - 227px)
}

.casino_review__detail-rate .row {
    margin-left: -10px;
    margin-right: -10px
}

.casino_review__detail-rate .col-6 {
    margin: 10px 0;
    padding: 0 10px
}

@media (max-width:767px) {
    .casino_review__detail-rate .ratings-block img {
        width: 21px !important
    }
}

@media (max-width:767px) {
    .casino_review__detail-rate {
        padding-left: 20px;
        width: calc(100% - 160px)
    }
}

@media (max-width:575px) {
    .casino_review__detail-rate {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
}

.casino_review__info-rate {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    background: #f5f5f5
}

.casino_review__title-info-rate {
    padding: 0 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    word-break: break-word
}

@media (max-width:767px) {
    .casino_review__title-info-rate {
        font-size: 14px;
        line-height: 18px
    }
}

.casino_review .review_block {
    border-radius: 0 0 24px 24px
}

.casino_review .review_block.review_block_radius {
    border-radius: 24px
}

@media (max-width:1199px) {
    .casino_review .review_block.review_block_news {
        border-radius: 0;
        margin: 0 -35px
    }
}

@media (max-width:1199px) {
    .casino_review .review_block {
        border-radius: 24px
    }
}

@media (max-width:767px) {
    .casino_review .review_block,
    .casino_review .review_block.review_block_radius {
        border-radius: 0
    }
    .casino_review .review_block.review_block_single-title {
        border-radius: 0 0 24px 24px
    }
    .casino_review .review_block:not(.review_block_single-title) {
        margin-left: -16px;
        margin-right: -16px
    }
}

.casino_review .review_block .casino-item__img img {
    padding: 10px;
    border: 1px solid #999;
    border-radius: 12px
}

.casino_review+.author-block {
    padding-top: 0
}

.casino_review p>.pink_button {
    text-transform: capitalize !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.casino_review p>.pink_button:after {
    content: "î¤";
    display: inline-block;
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px
}

.sidebar {
    width: 390px
}

@media (max-width:1199px) {
    .sidebar {
        width: 100%
    }
}

.sidebar__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #111826
}

@media (max-width:767px) {
    .sidebar__title {
        font-size: 18px;
        line-height: 23px
    }
}

.sidebar__button-item {
    padding: 12px 16px;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    background: #272727
}

.sidebar__button-item:not(.is-not-toggle) {
    cursor: pointer
}

@media (max-width:767px) {
    .sidebar__button-item {
        font-size: 16px;
        line-height: 21px
    }
}

.sidebar__icon {
    width: 24px;
    text-align: center
}

.sidebar__item-info+.sidebar__item-info {
    margin-top: 17px
}

@media (max-width:1199px) {
    .news-about .sidebar__item-info+.sidebar__item-info {
        margin-top: 0
    }
}

.sidebar__icon-info {
    position: relative;
    top: -7px
}

.sidebar__icon-info img {
    max-width: 20px;
    max-height: 20px
}

.sidebar__descr-info {
    padding-left: 10px
}

.sidebar__descr-info,
.sidebar__descr-info p {
    font-size: 14px;
    line-height: 18px;
    color: #545454
}

.sidebar__descr-info p {
    margin-top: 7px;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif
}

.sidebar__descr-info .static,
.sidebar__descr-info a:not(.link) {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px 12px 4px 4px;
    font-size: 14px;
    line-height: 18px;
    background: #f0f0f0;
    border-radius: 32px;
    color: #000
}

.sidebar__descr-info .static span:only-child,
.sidebar__descr-info a:not(.link) span:only-child {
    padding-left: 8px
}

.sidebar__descr-info .static img,
.sidebar__descr-info a:not(.link) img {
    margin-right: 8px;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    background: #fff
}

.sidebar__descr-info .static:hover,
.sidebar__descr-info a:not(.link):hover {
    color: #000;
    text-decoration: none
}

.sidebar__descr-info a:not(.link)[href] span {
    text-decoration: underline
}

.sidebar__arrow-button {
    transition: transform .3s
}

.sidebar__item {
    margin-bottom: 16px
}

.sidebar__item.is-open .sidebar__arrow-button {
    transform: rotate(180deg)
}

.sidebar__hidden-wrap:not(.is-visible) {
    display: none
}

.sidebar-info {
    padding: 16px 28px;
    border-radius: 24px;
    font-family: Open Sans, sans-serif;
    background: #fff
}

@media (max-width:1199px) {
    .sidebar-info {
        border-radius: 0 0 24px 24px
    }
}

@media (max-width:767px) {
    .sidebar-info {
        padding: 20px 16px
    }
}

.advantage h2 {
    display: none
}

@media (min-width:992px) and (max-width:1200px) {
    .section-title {
        margin-bottom: 51px
    }
    .section-title h3 {
        font-size: 30px;
        line-height: 38px
    }
    .menu-single-widget {
        padding: 13px
    }
    .menu-single-fx a {
        font-size: 18px !important;
        padding: 0 8px 0 0 !important
    }
    .menu-single-fx h5 {
        font-size: 19px !important;
        font-weight: 500
    }
    .menu-single-widget p {
        font-size: 13px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-menu {
        padding-left: 30px
    }
    .header-menu ul li a {
        font-size: 16px;
        padding: 40px 0
    }
    .section-title {
        margin-bottom: 40px
    }
    .section-title h3 {
        font-size: 24px;
        line-height: 29px
    }
    .menu-single-widget {
        padding: 13px
    }
    .menu-single-fx a {
        font-size: 18px !important;
        padding: 0 8px 0 0 !important
    }
    .menu-single-fx h5 {
        font-size: 19px !important;
        font-weight: 500
    }
    .menu-single-widget p {
        font-size: 13px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .header-logo a img {
        width: auto;
        max-width: 125px
    }
    .header-menu {
        padding-left: 30px;
        display: none
    }
    .header-menu ul li a {
        font-size: 16px;
        padding: 40px 0
    }
    .offcanva {
        width: 100%;
        position: absolute;
        z-index: 9;
        transition: .3s;
        left: 0;
        top: 0;
        height: auto;
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        background: #012277;
        border-radius: 0 0 24px 24px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) and (max-width:767px) {
    .offcanva {
        border-radius: 24px 24px 0 0;
        position: fixed;
        top: auto;
        bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .offcanva-menu {
        padding-top: 35px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) and (max-width:767px) {
    .offcanva-menu {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .offcanva-menu ul li a {
        font-family: Open Sans, sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: #fff !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) and (max-width:767px) {
    .offcanva-menu ul li a {
        font-size: 20px;
        line-height: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .offcanva-menu ul li>a {
        color: #fff !important;
        padding: 10px 0 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .offcanva-menu .show_all {
        text-align: center
    }
    .offcanva-menu .show_all a {
        display: inline-block !important;
        padding: 10px 30px !important;
        width: auto
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .cross {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .cross a {
        color: #fff;
        font-size: 25px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .offcanva.active {
        opacity: 1;
        visibility: visible;
        top: 78px
    }
}

@media only screen and (min-width:320px) and (max-width:991px) and (max-width:767px) {
    .offcanva.active {
        top: auto;
        bottom: 71px;
        overflow: auto;
        max-height: calc(100% - 71px)
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .header_bar a {
        width: 110px;
        height: 48px;
        font-family: Open Sans, sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        text-decoration: none !important;
        background: #604c6c;
        border-radius: 4px
    }
    .header_bar a.active .closed,
    .header_bar a .opened {
        display: none
    }
    .header_bar a.active .opened {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .off-canvas-overlay {
        background: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        z-index: 9;
        visibility: hidden;
        transition: .3s;
        cursor: pointer
    }
    .off-canvas-overlay.active {
        opacity: .5;
        visibility: visible
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .header_bar,
    .offcanva {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .offcanva-menu ul li {
        padding-bottom: 10px
    }
    .offcanva-menu>ul li {
        padding: 25px 0
    }
    .offcanva-menu .menu-single-fx a {
        margin: 0 !important;
        padding: 0 !important
    }
    .offcanva-menu .menu-single-fx h5 a {
        color: #675671 !important;
        font-size: 20px !important;
        font-family: Open Sans, sans-serif;
        margin-top: 10px !important
    }
    .offcanva-menu .menu-single-widget p a {
        font-family: Open Sans, sans-serif
    }
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .megamenu {
        overflow-x: hidden;
        margin-bottom: 20px
    }
}

.review_block iframe {
    max-width: 100%;
    height: auto
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .review_block ul li p {
        padding: 20px 20px 20px 25px
    }
    .review_block.lists ul li:after {
        top: 28px;
        left: 0
    }
    .review_block .pink_button {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .header-logo a img {
        max-width: 80px
    }
    .header-search {
        flex: 1;
        margin-left: 0
    }
    .header-search input {
        width: 100%;
        margin: 0;
        font-weight: 400
    }
    .header-search span {
        display: block;
        width: 100%
    }
}

.tabs__header {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .tabs__header {
        justify-content: flex-start;
        margin-bottom: 32px
    }
}

@media screen and (min-width:1310px) {
    .tabs__header {
        margin-bottom: 40px
    }
}

.tabs__item--active {
    background: #ffe600;
    color: #fff
}

.tabs__body,
.tabs__content {
    transition: all .3s ease-in-out
}

.tabs__content {
    height: 0;
    overflow: hidden;
    opacity: 0
}

.tabs__content--active {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1
}

.tabs .btn-solid-pink {
    padding: 7px 15px;
    border-radius: 8px;
    max-width: 202px;
    width: 100%
}

.tabs .btn-solid-pink:not(:last-child) {
    margin-right: 15px
}

@media screen and (min-width:768px) {
    .tabs .btn-solid-pink:not(:last-child) {
        margin-right: 16px
    }
}

.smm {
    gap: 16px
}

.smm__item {
    width: 32px;
    height: 32px;
    background-color: #767676;
    color: #fff;
    border-radius: 50%;
    transition: background-color .3s
}

.smm__item:hover {
    color: #fff;
    background-color: #ffe600;
    text-decoration: none
}

@media screen and (min-width:768px) {
    .smm__item {
        width: 40px;
        height: 40px
    }
}

.author {
    background: #fff
}

.author__container {
    position: relative;
    padding-top: 32px;
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .author__container {
        display: flex;
        padding-top: 40px;
        gap: 32px;
        padding-bottom: 48px
    }
}

@media screen and (min-width:1310px) {
    .author__container {
        padding-top: 56px;
        gap: 85px;
        padding-bottom: 72px
    }
}

.author__lft-part {
    width: 141px;
    margin: 0 auto 16px
}

.author__lft-part .author__smm {
    display: none;
    margin-bottom: 48px
}

@media screen and (min-width:768px) {
    .author__lft-part {
        min-width: 181px;
        margin: 0
    }
    .author__lft-part .author__smm {
        display: flex
    }
}

@media screen and (min-width:1310px) {
    .author__lft-part {
        min-width: 331px;
        margin-left: 80px
    }
}

.author__img {
    display: block;
    border-radius: 50%
}

@media screen and (min-width:768px) {
    .author__img {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1310px) {
    .author__img {
        margin-bottom: 24px
    }
}

.author__img img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

@media screen and (min-width:768px) {
    .author__content {
        max-width: 541px;
        width: 100%
    }
}

@media screen and (min-width:1310px) {
    .author__content {
        max-width: 704px
    }
}

.author__content .author__smm {
    display: flex
}

@media screen and (min-width:768px) {
    .author__content .author__smm {
        display: none
    }
}

.author__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 8px;
    text-align: center
}

@media screen and (min-width:768px) {
    .author__name {
        text-align: start;
        font-size: 32px
    }
}

@media screen and (min-width:1310px) {
    .author__name {
        font-size: 48px;
        line-height: 62px
    }
}

.author__position {
    color: #929292;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
    text-align: center
}

@media screen and (min-width:768px) {
    .author__position {
        text-align: start;
        font-size: 18px;
        margin-bottom: 32px
    }
}

@media screen and (min-width:1310px) {
    .author__position {
        font-size: 24px;
        line-height: 28px
    }
}

.author__smm {
    margin-bottom: 48px
}

.skill-item {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .skill-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 24px
    }
}

.skill-item__name {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 4px
}

@media screen and (min-width:768px) {
    .skill-item__name {
        min-width: 190px;
        text-align: end;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (min-width:1310px) {
    .skill-item__name {
        font-size: 18px;
        max-width: 190px
    }
}

@media screen and (min-width:768px) {
    .skill-item__progress {
        max-width: 302px;
        width: 100%
    }
}

@media screen and (min-width:1310px) {
    .skill-item__progress {
        max-width: 318px
    }
}

.skill-item [data-val]:after {
    padding: 2px 8px;
    display: block;
    content: attr(data-val);
    width: 100%;
    max-width: calc(1%*var(--data-x));
    text-align: right;
    background: #51236a;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #fff
}

@media screen and (min-width:768px) {
    .skill-item [data-val]:after {
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 3px
    }
}

@media screen and (min-width:1310px) {
    .skill-item [data-val]:after {
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 4px
    }
}

.skill-item:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width:768px) {
    .skill-item:not(:last-child) {
        margin-bottom: 10px
    }
}

@media screen and (min-width:1310px) {
    .skill-item:not(:last-child) {
        margin-bottom: 8px
    }
}

.favourite-item__name,
.favourite-item__property {
    font-size: 16px;
    line-height: 130%
}

@media screen and (min-width:1310px) {
    .favourite-item__name,
    .favourite-item__property {
        font-size: 20px
    }
}

.favourite-item__name {
    margin-right: 12px;
    color: #929292
}

.favourite-item:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width:1310px) {
    .favourite-item:not(:last-child) {
        margin-bottom: 16px
    }
}

.favourites-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #51236a;
    margin-bottom: 16px
}

@media screen and (min-width:1310px) {
    .favourites-title {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.author-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 48px
}

@media screen and (min-width:1310px) {
    .author-quote {
        padding-bottom: 44px
    }
}

.author-quote__quote {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #303030;
    margin-bottom: 12px
}

@media screen and (min-width:1310px) {
    .author-quote__quote {
        font-size: 28px
    }
}

.author-quote__footer {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #012277
}

@media screen and (min-width:1310px) {
    .author-quote__footer {
        font-size: 16px
    }
}

.author-form {
    padding: 0 16px;
    margin: 32px auto 48px
}

@media screen and (min-width:768px) {
    .author-form {
        margin-top: 48px
    }
}

@media screen and (min-width:1310px) {
    .author-form {
        margin-top: 40px;
        padding: 0
    }
}

.author-form__container {
    position: relative;
    max-width: 628px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 24px 16px
}

@media screen and (min-width:768px) {
    .author-form__container {
        padding: 32px 40px
    }
}

@media screen and (min-width:1310px) {
    .author-form__container {
        max-width: 100%
    }
}

.author-form__loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: 10;
    background: rgba(73, 39, 95, .5)
}

.author-form__loader:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 120px;
    height: 30px;
    background: url(/images/loader.png) no-repeat 50%;
    transform: translate(-50%, -50%)
}

.author-form__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: #000;
    text-align: center
}

@media screen and (min-width:768px) {
    .author-form__title {
        font-size: 20px;
        margin-bottom: 32px
    }
}

@media screen and (min-width:1310px) {
    .author-form__title {
        font-size: 24px;
        margin-left: 290px
    }
}

.author-form__img {
    display: none
}

@media screen and (min-width:768px) {
    .author-form__img {
        min-width: 250px;
        max-width: 250px;
        margin-bottom: 32px;
        display: block;
        margin-right: auto;
        margin-left: auto
    }
    .author-form__img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (min-width:1310px) {
    .author-form__img {
        margin-bottom: 0;
        margin-right: 40px;
        margin-left: 0
    }
}

.author-form__content {
    width: 100%
}

.author-form__group {
    margin-bottom: 16px
}

.author-form__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #7c7c7c;
    margin-bottom: 8px
}

.author-form__input {
    width: 100%;
    background: #f3f3f3;
    border-radius: 8px;
    min-height: 40px;
    border: 1px solid transparent;
    transition: all .2s;
    padding: 0 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%
}

.author-form__input:focus-visible {
    outline: none
}

.author-form__input:focus {
    border-color: #ffe600
}

.author-form textarea {
    height: 130px;
    resize: none;
    padding-top: 16px;
    padding-bottom: 16px
}

.author-form__error-msg {
    font-size: 12px;
    color: red
}

@media screen and (min-width:768px) {
    .author-form__error-msg {
        font-size: 14px
    }
}

.author-form #recapcha_form_contact>* {
    margin: 0 auto
}

.author-form #recapcha_form_contact {
    margin-top: 16px;
    margin-bottom: 32px
}

.author-form__btn {
    padding: 0;
    border: 1px solid transparent;
    max-width: 302px;
    width: 100%;
    min-height: 40px;
    box-shadow: 0 2px 17px rgba(255, 65, 108, .33);
    border-radius: 32px
}

@media screen and (min-width:1310px) {
    .author-form .flex-wrapper {
        display: flex
    }
}

.inner-hero {
    background: #fff
}

.inner-hero__container {
    padding-top: 24px;
    position: relative
}

@media screen and (min-width:768px) {
    .inner-hero__container {
        display: flex;
        gap: 32px;
        padding-top: 32px
    }
}

@media screen and (min-width:1310px) {
    .inner-hero__container {
        padding-top: 55px;
        gap: 0
    }
}

@media screen and (min-width:768px) {
    .inner-hero__content {
        max-width: 762px
    }
}

.inner-hero__title {
    margin-bottom: 36px;
    max-width: 216px
}

@media screen and (min-width:768px) {
    .inner-hero__title {
        margin-bottom: 24px;
        max-width: unset
    }
}

.inner-hero__img {
    position: absolute;
    top: 24px;
    right: 0;
    width: 112px
}

@media screen and (min-width:768px) {
    .inner-hero__img {
        min-width: 224px;
        position: static
    }
}

@media screen and (min-width:1310px) {
    .inner-hero__img {
        min-width: 278px;
        margin: 0 auto
    }
}

.inner-hero__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team {
    background: #fff
}

.team__container {
    padding-top: 24px;
    padding-bottom: 48px
}

@media screen and (min-width:768px) {
    .team__container {
        padding-top: 32px;
        padding-bottom: 56px
    }
}

@media screen and (min-width:1310px) {
    .team__container {
        padding-top: 56px
    }
}

.team__title {
    margin-bottom: 8px
}

.team__description {
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .team__description {
        margin-bottom: 48px
    }
}

.person-card {
    max-width: 356px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media screen and (min-width:768px) {
    .person-card {
        gap: 16px
    }
}

@media screen and (min-width:1310px) {
    .person-card {
        gap: 32px
    }
}

.person-card__img {
    width: 160px;
    height: 160px;
    filter: drop-shadow(0 7px 18px rgba(0, 0, 0, .3));
    border-radius: 50%;
    margin: 0 auto 24px
}

.person-card__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

@media screen and (min-width:768px) {
    .person-card__img {
        margin-bottom: 0
    }
}

.person-card__txt {
    margin-bottom: 28px;
    height: 100%
}

.person-card__txt p,
.person-card__txt span {
    display: block;
    text-align: center;
    color: #000
}

@media screen and (min-width:768px) {
    .person-card__txt {
        margin-bottom: 0
    }
}

.person-card__position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px
}

@media screen and (min-width:1310px) {
    .person-card__position {
        font-size: 20px;
        line-height: 27px
    }
}

.person-card__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .person-card__name {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px
    }
}

@media screen and (min-width:1310px) {
    .person-card__name {
        font-size: 24px;
        line-height: 33px
    }
}

.person-card__more {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid transparent;
    max-width: 257px;
    width: 100%;
    min-height: 40px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.team-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px
}

@media screen and (min-width:768px) {
    .team-list {
        display: grid;
        gap: unset;
        grid-template-columns: repeat(2, 356px);
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 40px;
        justify-content: center
    }
}

@media screen and (min-width:1310px) {
    .team-list {
        grid-template-columns: repeat(3, 356px);
        -moz-column-gap: 48px;
        column-gap: 48px;
        row-gap: 56px
    }
}

.our-story {
    background: #fff
}

.our-story__container {
    padding-bottom: 48px
}

@media screen and (min-width:768px) {
    .our-story__container {
        padding-bottom: 56px
    }
}

@media screen and (min-width:1310px) {
    .our-story__container {
        padding-top: 56px
    }
}

.our-story__container .review_block {
    padding-left: 0;
    padding-right: 0
}

.our-story__container .review_block article {
    width: 100%
}

.our-story__content {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width:1310px) {
    .our-story__content {
        flex-direction: row;
        gap: 56px;
        justify-content: space-between;
        align-items: center
    }
}

.our-story__img {
    max-width: 554px;
    width: 100%;
    margin: 0 auto 24px;
    border-radius: 16px
}

@media screen and (min-width:1310px) {
    .our-story__img {
        margin: 0
    }
}

.our-story__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 16px
}

@-webkit-keyframes changeColorToPink {
    0%,
    50%,
    to {
        fill: #ff71c9
    }
    25%,
    75% {
        fill: #7718d3
    }
}

@keyframes changeColorToPink {
    0%,
    50%,
    to {
        fill: #ff71c9
    }
    25%,
    75% {
        fill: #7718d3
    }
}

@-webkit-keyframes changeColorToPurple {
    0%,
    50%,
    to {
        fill: #7718d3
    }
    25%,
    75% {
        fill: #ff71c9
    }
}

@keyframes changeColorToPurple {
    0%,
    50%,
    to {
        fill: #7718d3
    }
    25%,
    75% {
        fill: #ff71c9
    }
}

.our-mission {
    background: #fff
}

.our-mission__container {
    padding-bottom: 48px
}

@media screen and (min-width:1310px) {
    .our-mission__container {
        padding-bottom: 64px;
        padding-top: 64px
    }
}

.our-mission__title {
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .our-mission__title {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1310px) {
    .our-mission__title {
        margin-bottom: 48px
    }
}

.our-mission__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

@media screen and (min-width:768px) {
    .our-mission__content {
        gap: 24px
    }
}

@media screen and (min-width:1310px) {
    .our-mission__content {
        align-items: stretch;
        flex-direction: row;
        gap: 50px;
        justify-content: space-between
    }
}

.mission {
    max-width: 393px;
    width: 100%
}

.mission__img {
    display: block;
    margin: 0 auto 24px
}

@media screen and (min-width:1310px) {
    .mission__img {
        margin-bottom: 29px
    }
}

.mission__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #111826;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .mission__description {
        font-size: 18px;
        text-align: start
    }
}

.our-history {
    background: #f5f5f5
}

.our-history__container {
    padding-top: 32px;
    padding-bottom: 32px
}

@media screen and (min-width:768px) {
    .our-history__container {
        max-width: 545px !important;
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media screen and (min-width:1310px) {
    .our-history__container {
        padding-top: 56px;
        padding-bottom: 56px;
        max-width: 948px !important
    }
}

.our-history__title {
    margin-bottom: 8px
}

@media screen and (min-width:768px) {
    .our-history__title {
        margin-bottom: 16px
    }
}

@media screen and (min-width:1310px) {
    .our-history__title {
        margin-bottom: 24px
    }
}

.history-block {
    display: flex;
    min-height: 172px;
    gap: 16px
}

@media screen and (min-width:768px) {
    .history-block {
        min-height: 188px;
        gap: 56px
    }
}

@media screen and (min-width:1310px) {
    .history-block {
        min-height: 208px;
        gap: 40px;
        justify-content: flex-end
    }
    .history-block:nth-child(2n) {
        flex-direction: row-reverse
    }
}

.history-block__year {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width:768px) {
    .history-block__description {
        width: 389px
    }
}

@media screen and (min-width:1310px) {
    .history-block__description {
        width: 369px
    }
}

.history-block__description p {
    width: 100%
}

.history-block__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-top: 16px
}

@media screen and (min-width:768px) {
    .history-block__title {
        font-size: 20px;
        line-height: 23px;
        padding-top: 32px
    }
}

@media screen and (min-width:1310px) {
    .history-block__title {
        font-size: 24px;
        line-height: 28px;
        padding-top: 24px
    }
}

.history-block__title~p {
    font-size: 16px;
    line-height: 22px
}

@media screen and (min-width:1310px) {
    .history-block__title~p {
        font-size: 18px;
        line-height: 25px
    }
}

.history-block__title~p:last-child {
    margin-bottom: 0
}

.history-block__big-rect {
    width: 72px;
    height: 72px;
    background: #ffe600;
    box-shadow: 0 2px 17px rgba(255, 65, 108, .33);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 32px
}

@media screen and (min-width:768px) {
    .history-block__big-rect {
        width: 100px;
        height: 100px;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

.history-block__mid-rect {
    width: 16px;
    height: 16px;
    background: #ffe600;
    border-radius: 50%;
    margin-bottom: 24px
}

.history-block__small-rects {
    flex-grow: 1;
    width: 8px;
    background-image: url(/images/team/rects.png);
    background-repeat: repeat-y
}

.history-block:not(:last-child) {
    margin-bottom: 20px
}

.history-block:last-child .history-block__big-rect {
    border: 2px dashed #ffe600;
    color: #ffe600;
    background: transparent;
    box-shadow: unset;
    filter: drop-shadow(0 2px 17px rgba(255, 65, 108, .33))
}

.history-block:last-child .history-block__mid-rect,
.history-block:last-child .history-block__small-rects {
    display: none
}

.gpwa {
    background: #fff
}

.gpwa__container {
    padding-top: 32px;
    padding-bottom: 32px
}

@media screen and (min-width:768px) {
    .gpwa__container {
        padding-bottom: 48px
    }
}

@media screen and (min-width:1310px) {
    .gpwa__container {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.gpwa article li {
    display: flex;
    padding: 0;
    margin-bottom: 24px
}

.gpwa article li p {
    margin-bottom: 0
}

.gpwa article li:before {
    content: url(/images/team/like.png);
    margin-right: 16px
}

.gpwa article li:after {
    display: none
}

.core-values {
    background: #f5f5f5
}

.core-values__container {
    padding-top: 32px;
    padding-bottom: 32px
}

@media screen and (min-width:768px) {
    .core-values__container {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:1310px) {
    .core-values__container {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.core-values__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

@media screen and (min-width:1310px) {
    .core-values__content {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between
    }
}

.value-item {
    max-width: 405px;
    width: 100%;
    padding: 16px 24px;
    background: #fff;
    box-shadow: 0 14px 37px rgba(0, 0, 0, .08);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

@media screen and (min-width:768px) {
    .value-item {
        padding: 16px 32px 24px;
        gap: 24px
    }
}

@media screen and (min-width:1310px) {
    .value-item {
        padding-right: 65px;
        padding-left: 65px
    }
}

.value-item__description {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000
}

@media screen and (min-width:768px) {
    .value-item__description {
        font-size: 20px;
        line-height: 27px
    }
}

@media screen and (min-width:1310px) {
    .value-item__description {
        font-size: 24px;
        line-height: 33px
    }
}

.contact-us {
    background: #f5f5f5
}

.contact-us__container {
    padding-top: 32px;
    padding-bottom: 32px
}

@media screen and (min-width:768px) {
    .contact-us__container {
        padding-bottom: 40px
    }
}

@media screen and (min-width:1310px) {
    .contact-us__container {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.contact-us__title {
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .contact-us__title {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1310px) {
    .contact-us__title {
        margin-bottom: 48px
    }
}

.team-form {
    max-width: 658px;
    width: 100%;
    padding: 24px 16px;
    background: #fff;
    box-shadow: 0 14px 37px rgba(0, 0, 0, .08);
    border-radius: 24px;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width:768px) {
    .team-form {
        padding: 24px 40px 32px
    }
}

@media screen and (min-width:1310px) {
    .team-form {
        max-width: 1056px;
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: auto auto;
        -moz-column-gap: 48px;
        column-gap: 48px;
        padding: 32px 40px
    }
}

.team-form__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #000;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .team-form__title {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 32px
    }
}

@media screen and (min-width:1310px) {
    .team-form__title {
        font-size: 32px
    }
}

.team-form__description,
.team-form p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
    color: #555
}

@media screen and (min-width:1310px) {
    .team-form__description,
    .team-form p {
        font-size: 18px
    }
}

.team-form__header {
    margin-bottom: 32px
}

@media screen and (min-width:768px) {
    .team-form__header {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1310px) {
    .team-form__header {
        padding-top: 24px;
        margin-bottom: 24px
    }
}

.team-form__body {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .team-form__body {
        margin-bottom: 48px
    }
}

@media screen and (min-width:1310px) {
    .team-form__body {
        grid-row-start: 1;
        grid-column-start: 2;
        grid-row-end: 3;
        grid-column-end: 3;
        width: 494px;
        margin-bottom: 0
    }
}

@media screen and (min-width:1310px) {
    .team-form__footer {
        display: flex;
        flex-direction: column
    }
}

.team-form__footer p {
    text-align: center;
    margin-bottom: 32px
}

@media screen and (min-width:768px) {
    .team-form__footer p {
        text-align: start
    }
}

@media screen and (min-width:1310px) {
    .team-form__footer p {
        margin-bottom: 56px
    }
}

.team-form__footer h4 {
    font-size: 16px;
    line-height: 130%;
    color: #000;
    margin-bottom: 16px
}

@media screen and (min-width:768px) {
    .team-form__footer h4 {
        font-size: 18px
    }
}

.team-form__footer address {
    max-width: 149px;
    font-size: 14px;
    line-height: 180%;
    color: #555
}

@media screen and (min-width:768px) {
    .team-form__footer address {
        font-size: 16px;
        max-width: 170px
    }
}

.team-form__footer-wrapp {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width:768px) {
    .team-form__footer-wrapp {
        flex-direction: row;
        align-items: center;
        gap: 71px
    }
}

@media screen and (min-width:1310px) {
    .team-form__footer-wrapp {
        flex-direction: column;
        align-items: stretch;
        gap: unset;
        justify-content: space-between;
        flex-grow: 1
    }
}

.team-form__smm {
    margin-bottom: 32px
}

@media screen and (min-width:768px) {
    .team-form__smm {
        margin-bottom: 0
    }
}

.partners {
    background: #f5f5f5
}

.partners__container {
    padding-top: 32px;
    padding-bottom: 32px
}

@media screen and (min-width:768px) {
    .partners__container {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:1310px) {
    .partners__container {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.partners__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

@media screen and (min-width:1310px) {
    .partners__content {
        gap: 48px;
        flex-direction: row;
        align-items: stretch;
        justify-content: center
    }
}

.partner-item {
    max-width: 405px;
    width: 100%;
    background: #fff;
    box-shadow: 0 14px 37px rgba(0, 0, 0, .08);
    border-radius: 40px;
    padding: 32px 25px 40px
}

@media screen and (min-width:1310px) {
    .partner-item {
        max-width: 315px
    }
}

.partner-item__img {
    width: 120px;
    margin: 0 auto 24px;
    border-radius: 50%
}

@media screen and (min-width:768px) {
    .partner-item__img {
        margin-bottom: 32px
    }
}

.partner-item__img img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.partner-item__position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #7c7c7c;
    margin-bottom: 8px
}

.partner-item__name {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #000;
    margin-bottom: 16px
}

.partner-item__feedback {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000
}

.brands {
    background: #f5f5f5
}

.brands__container {
    padding-top: 32px;
    padding-bottom: 64px
}

@media screen and (min-width:768px) {
    .brands__container {
        padding-top: 40px;
        padding-bottom: 56px
    }
}

@media screen and (min-width:1310px) {
    .brands__container {
        padding-top: 56px;
        padding-bottom: 88px
    }
}

.brands__content {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 24px;
    justify-content: center
}

@media screen and (min-width:768px) {
    .brands__content {
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 32px
    }
}

@media screen and (min-width:1310px) {
    .brands__content {
        -moz-column-gap: 72px;
        column-gap: 72px;
        row-gap: 56px
    }
}