@charset "UTF-8";
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: RosaMarena;
    src: url(../fonts/rosamarena.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Yellowtail;
    src: url(../fonts/Yellowtail-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}


/*! normalize.css_noviy_codsa_klswe v4.0_noviy_codsa_klswe.0_noviy_codsa_klswe | MIT License | github.com_noviy_codsa_klswe/necolas/normalize.css_noviy_codsa_klswe */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background: #dde4ec;
    background: url(../img/site_bg.jpg) center 0 repeat-y #020100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
object,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.footer-method__arrow_noviy_codsa_klswe {
    margin-left: 10px
}

.footer-nav_noviy_codsa_klswe {
    border-bottom: 1px solid #41618c;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%
}

.footer-nav__link_noviy_codsa_klswe {
    color: #887c9b;
    display: inline-block;
    font-size: 15px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(113, 103, 128, .6), -1px 0 0 rgba(113, 103, 128, .3)
}

.footer-nav__link_noviy_codsa_klswe:hover {
    color: #428cdc
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 0
}

fieldset {
    min-width: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

a {
    color: inherit;
    text-decoration: inherit
}

img,
object,
svg,
ymaps {
    max-width: 100%;
    max-height: 100%
}

textarea {
    resize: none
}

table {
    border-spacing: 0
}

a,
button,
input[type=submit],
label {
    cursor: pointer
}

button {
    text-align: left
}

* {
    margin: 0;
    padding: 0;
    position: static;
    outline: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

menu,
ol,
ul {
    list-style-type: none
}

.intro__img_noviy_codsa_klswe {
    width: 50%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro__content_noviy_codsa_klswe {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.intro__wrap_noviy_codsa_klswe {
    position: relative
}

.intro__title_noviy_codsa_klswe {
    font-weight: 500;
    line-height: 1.12;
    color: #fff;
    font-size: 29px
}

.intro__desc_noviy_codsa_klswe {
    font-weight: 500;
    letter-spacing: -.31px;
    line-height: 1.31;
    opacity: .8;
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
    z-index: 10;
    margin-bottom: 10px
}

.intro__box_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.intro__btn_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c6e66a;
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase
}

.intro__btn_noviy_codsa_klswe:hover {
    -webkit-transform: scale(1.04) translateZ(0) perspective(1px);
    transform: scale(1.04) translateZ(0) perspective(1px)
}

.intro__btn_noviy_codsa_klswe:hover:after {
    opacity: .7
}

.categories_noviy_codsa_klswe {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    min-height: 60px;
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
    width: 100%
}

.categories__container_noviy_codsa_klswe {
    padding: 0
}

.categories_noviy_codsa_klswe::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    background-image: url(../img/cat-before.webp)
}

.categories_noviy_codsa_klswe:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: url(../img/cat-after.webp);
    bottom: 5px
}

.categories__sub_noviy_codsa_klswe {
    font-size: 13px;
    letter-spacing: -.21px;
    margin-top: 3px;
    max-width: 170px
}

.reviews__item_noviy_codsa_klswe {
    border: 1px solid #fe284a;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    background-color: rgba(22, 22, 38, .8);
    border-radius: 6px
}

.reviews__title_noviy_codsa_klswe {
    margin-bottom: 10px
}

.reviews-item__top_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fe284a;
    font-size: 16px
}

.reviews-item__top_noviy_codsa_klswe:last-child {
    margin-bottom: 0
}

.reviews-item__name_noviy_codsa_klswe {
    margin-right: 20px
}

.reviews-item__review_noviy_codsa_klswe {
    margin-left: 40px
}

.text-block_noviy_codsa_klswe {
    margin-bottom: 30px
}

.text-block_noviy_codsa_klswe p {
    margin-bottom: 10px;
    font-size: 16px
}

.text-block__title_noviy_codsa_klswe {
    text-align: left;
    margin-bottom: 10px
}

.navigation_noviy_codsa_klswe {
    padding-left: 25px;
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 15px
}

.navigation_noviy_codsa_klswe li {
    width: 50%
}

.navigation__link_noviy_codsa_klswe {
    color: #46afff;
    text-decoration: none
}

.navigation__link_noviy_codsa_klswe:hover {
    text-decoration: underline
}

.text-block__list_noviy_codsa_klswe {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-block__list_noviy_codsa_klswe li {
    display: block;
    width: 80%;
    float: left;
    line-height: 22px;
    padding: 6px 6px 6px 20px;
    position: relative
}

.text-block__list_noviy_codsa_klswe li:hover::before {
    color: #337ab7;
    content: "✔"
}

.text-block__list_noviy_codsa_klswe li:before {
    padding-right: 10px;
    font-weight: 700;
    color: #fe284a;
    content: "✔";
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    left: 0
}

.table_noviy_codsa_klswe {
    width: 100%;
    border: 1px solid #1d0247
}

table td,
th {
    text-align: left;
    border: 1px solid #1d0247
}

.scroll_noviy_codsa_klswe {
    margin: 30px 0;
    overflow: scroll
}

.text-block_noviy_codsa_klswe ol,
.text-block_noviy_codsa_klswe ul {
    padding-left: 20px;
    list-style: auto;
    margin-bottom: 10px;
}

.text-block_noviy_codsa_klswe ul {
    list-style: disc;
}

.text-block_noviy_codsa_klswe li::marker {
    color: #fa4d00;
}

.table_noviy_codsa_klswe td,
.table_noviy_codsa_klswe th {
    padding: 20px 30px;
    text-align: left;
    width: 20%
}

.faq_noviy_codsa_klswe {
    margin-bottom: 30px
}

.faq__title_noviy_codsa_klswe {
    margin-bottom: 10px
}

.faq__item_noviy_codsa_klswe summary {}

.faq__item_noviy_codsa_klswe summary img {
    width: 20px;
    height: 20px;
}

.faq__item_noviy_codsa_klswe {
    background: #c6e66a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase;
}

.faq__item_noviy_codsa_klswe:last-child {
    margin-bottom: 0
}

.faq__answer_noviy_codsa_klswe {
    font-weight: 700
}

.faq__item_noviy_codsa_klswe summary {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-weight: 700;
    padding: 10px 10px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.faq__box_noviy_codsa_klswe {
    margin-bottom: 25px;
    position: relative
}

.faq__answer_noviy_codsa_klswe {
    margin: 0;
    padding: 20px 8px 20px 28px;
    text-align: left
}

details[open] summary {
    border-color: #e4e5eb
}

.footer__wrap_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    min-height: 442px;
    padding-bottom: 40px;
    width: 100%;
    background-image: url(../img/footer-bg.webp)
}

.footer__container_noviy_codsa_klswe {
    padding: 0
}

.footer-bottom_noviy_codsa_klswe {
    border-top: 1px dashed #303036;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-bottom__mob_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom__block_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px
}

.footer-bottom__block_noviy_codsa_klswe:last-child {
    margin-right: 0
}

.footer-bottom__icon_noviy_codsa_klswe {
    height: 40px;
    width: 40px
}

.footer-bottom__text_noviy_codsa_klswe {
    margin-left: 20px;
    color: #646a87;
    font-size: 12px
}

.footer-second_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.footer-second__title_noviy_codsa_klswe {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #5a647a;
    margin-bottom: 40px
}

.footer-second__line_noviy_codsa_klswe {
    display: table-row
}

.footer-second__gray_noviy_codsa_klswe {
    font-size: 13px;
    line-height: 16px;
    padding-right: 20px;
    color: rgba(134, 146, 172, .6509803922);
    display: table-cell;
    padding-bottom: 10px
}

.footer-second__white_noviy_codsa_klswe {
    padding-bottom: 10px;
    display: table-cell;
    font-size: 13px;
    line-height: 16px
}

.footer-second__full_noviy_codsa_klswe {
    width: 100%;
    max-width: 830px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -35px
}

.footer-second__block_noviy_codsa_klswe {
    -webkit-box-flex: .2;
    -ms-flex-positive: .2;
    flex-grow: .2;
    margin: 10px 35px 10px 35px
}

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

.footer-second__mrg_noviy_codsa_klswe:first-child {
    margin-right: 20px
}

.footer-two_noviy_codsa_klswe {
    max-width: 908px;
    width: 100%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto
}

.footer-two_noviy_codsa_klswe::-webkit-scrollbar {
    height: 2px
}

.footer-two_noviy_codsa_klswe::-webkit-scrollbar-track {
    background: #1d0247;
    border-radius: 10px
}

.footer-two_noviy_codsa_klswe::-webkit-scrollbar-thumb {
    background: #f05b15;
    border-radius: 10px
}

.footer-two_noviy_codsa_klswe img {
    border: none;
    display: inline-block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.footer-two_noviy_codsa_klswe img:last-child {
    margin-right: 0
}

.footer-three_noviy_codsa_klswe {
    max-width: 908px;
    width: 100%;
    margin: 0 auto 0 auto
}

.footer-three__line_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px;
    overflow: auto;
    padding-bottom: 10px
}

.footer-three__line_noviy_codsa_klswe::-webkit-scrollbar {
    height: 2px
}

.footer-three__line_noviy_codsa_klswe::-webkit-scrollbar-track {
    background: #1d0247;
    border-radius: 10px
}

.footer-three__line_noviy_codsa_klswe::-webkit-scrollbar-thumb {
    background: #f05b15;
    border-radius: 10px
}

.footer-three__logo_noviy_codsa_klswe {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.footer-three__logo_noviy_codsa_klswe:last-child {
    margin-right: 0
}

.footer-three__logo_noviy_codsa_klswe:nth-child(1) {
    height: 34px;
    width: 34px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(2) {
    height: 19px;
    width: 101px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(3) {
    height: 27px;
    width: 72px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(4) {
    height: 33px;
    width: 59px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(5) {
    height: 47px;
    width: 42px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(6) {
    height: 44px;
    width: 44px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(7) {
    height: 48px;
    width: 39px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(8) {
    height: 22px;
    width: 88px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(9) {
    height: 26px;
    width: 71px
}

.footer-three__logo_noviy_codsa_klswe:nth-child(10) {
    height: 39px;
    width: 48px
}

.footer-four_noviy_codsa_klswe {
    padding-top: 20px
}

.show_noviy_codsa_klswe {
    opacity: 1;
    visibility: visible
}

.footer-method__list_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    max-height: 0;
    margin: 0 -10px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .5s ease 0s, max-height .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, -webkit-transform .5s ease 0s;
    -o-transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.footer-method__list_noviy_codsa_klswe.opened_noviy_codsa_klswe {
    opacity: 1;
    max-height: 100%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.footer-method_noviy_codsa_klswe li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .03);
    border-radius: 5px;
    width: 100px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin: 0 10px 10px 10px
}

.footer-method_noviy_codsa_klswe img {
    height: 100%;
    max-height: 40px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer-method__container_noviy_codsa_klswe .footer-method__selector_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-method__container_noviy_codsa_klswe .footer-method__arrow_noviy_codsa_klswe {
    margin: 0 8px;
    width: 12px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.footer-method__container_noviy_codsa_klswe .footer-method__selector_noviy_codsa_klswe.opened_noviy_codsa_klswe .footer-method__arrow_noviy_codsa_klswe {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.footer-method__container_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.icon-logo_noviy_codsa_klswe {
    display: inherit;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 1em;
    overflow: visible;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 0
}

.body_noviy_codsa_klswe {
    color: #fff;
    line-height: 1.5;
    font-family: Roboto
}

.body_hidden_noviy_codsa_klswe {
    overflow: hidden
}

.banners_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 40%
}

.banners__title_noviy_codsa_klswe {
    font-weight: 800;
    font-size: 35px;
    letter-spacing: .33px;
    text-shadow: 0 3px 5px rgba(9, 15, 30, .2);
    width: 100%;
    max-width: 493px;
    font-size: 30px;
    line-height: 106%
}

.banners__block_noviy_codsa_klswe {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px;
    border-radius: 20px;
    min-height: 380px;
    overflow: hidden;
    background-color: #2a3440;
    width: 50%
}

.banners__block_1_noviy_codsa_klswe {
    background: url(../img/banner-1.png) no-repeat center center;
    background-size: cover;
    margin-right: 15px
}

.banners__block_2_noviy_codsa_klswe {
    background: url(../img/banner-2.webp) no-repeat center center;
    background-size: cover
}

.banners__btn_noviy_codsa_klswe {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    margin-top: auto;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    mix-blend-mode: lighten;
    min-height: 45px;
    padding: 5px 20px;
    text-align: center;
    margin-top: 30px
}

.wrapper_noviy_codsa_klswe {
    position: relative;
    background-size: 100%
}

.burger_noviy_codsa_klswe {
    margin-left: 10px;
    display: none
}

.burger__bar_noviy_codsa_klswe {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 10px
}

.burger__change_noviy_codsa_klswe .burger__bar_one_noviy_codsa_klswe {
    -webkit-transform: rotate(-45deg) translate(-3.5px, 3.5px);
    -ms-transform: rotate(-45deg) translate(-3.5px, 3.5px);
    transform: rotate(-45deg) translate(-3.5px, 3.5px)
}

.burger__change_noviy_codsa_klswe .burger__bar_two_noviy_codsa_klswe {
    opacity: 0
}

.burger__change_noviy_codsa_klswe .burger__bar_three_noviy_codsa_klswe {
    -webkit-transform: rotate(45deg) translate(-6px, -7px);
    -ms-transform: rotate(45deg) translate(-6px, -7px);
    transform: rotate(45deg) translate(-6px, -7px);
    margin-bottom: 0
}

.btn_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #c6e66a;
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase
}

ul {
    list-style: none;
    padding: 0
}

.icon_noviy_codsa_klswe {
    width: 25px;
    height: 25px;
    background-color: #fff;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.icon--close_noviy_codsa_klswe {
    -webkit-mask-image: url(../img/close.svg);
    mask-image: url(../img/close.svg);
    width: 17px;
    height: 17px
}

.title_noviy_codsa_klswe {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0
}

.container_noviy_codsa_klswe {
    padding: 0 19px;
    margin: 0 auto;
    position: relative;
    max-width: 980px
}

.intro__container_noviy_codsa_klswe {
    padding: 0;
    min-height: 240px
}

.crash_noviy_codsa_klswe span {
    margin-bottom: 10px
}

.section-items_noviy_codsa_klswe {
    border-radius: 12px;
    position: relative;
    min-height: 100%;
    margin: 20px 0;
    padding: 0 15px 15px 15px
}

.section-items__top_noviy_codsa_klswe {
    padding: 20px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 10
}

.section-items__list_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.section-items__image_noviy_codsa_klswe {
    height: 192px;
    width: 130px
}

.section-items__name_noviy_codsa_klswe {
    color: #94a6cd;
    font-size: 13px;
    min-height: 37.96px;
    line-height: 1.46;
    letter-spacing: -.17px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

.section-items__title_noviy_codsa_klswe {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -.41px
}

.section-items__title_noviy_codsa_klswe span {
    display: inline-block;
    margin-left: 4px;
    opacity: .5;
    font-size: 12px;
    letter-spacing: -.29px;
    font-weight: 400
}

.section-items__block_noviy_codsa_klswe {
    max-width: 130px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-items__block_noviy_codsa_klswe:last-child {
    margin-right: 0
}

.nav__list_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav_noviy_codsa_klswe li {
    background: url(../img/link-bg.webp) 100% no-repeat;
    display: inline-block;
    height: 36px;
    position: relative;
    vertical-align: middle
}

.nav_noviy_codsa_klswe li:last-child {
    margin-right: 0
}

.nav_noviy_codsa_klswe .current_page_item_noviy_codsa_klswe a {
    position: relative
}

.nav_noviy_codsa_klswe .current_page_item_noviy_codsa_klswe a:after {
    content: "";
    background-image: -o-linear-gradient(347deg, #108de7 -30%, #0855c4 100%);
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    border-radius: 4px 4px 0 0;
    height: 4px;
    width: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.nav_noviy_codsa_klswe a {
    color: #8e9197;
    display: block;
    line-height: 36px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px
}

.nav_noviy_codsa_klswe a:hover {
    background: url(../img/link-bg-hover.webp) bottom no-repeat;
    color: #fff
}

.header__wrap_noviy_codsa_klswe {
    background-color: #000
}

.header__container_noviy_codsa_klswe {
    padding: 0 5px 0 10px
}

.header-bottom_noviy_codsa_klswe {
    padding: 0 33px 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__right_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.overlay_noviy_codsa_klswe {
    opacity: .6;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background: #000
}

.overlay_z_noviy_codsa_klswe {
    z-index: 101
}

.header__logo_noviy_codsa_klswe {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__block_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-auth_noviy_codsa_klswe {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-dots_noviy_codsa_klswe {
    position: absolute;
    right: 10px;
    bottom: 25px;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0
}

.slick-dots_noviy_codsa_klswe li {
    background: #974ad1;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 3px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 10px
}

.slick-dots_noviy_codsa_klswe li::before {
    background: #320253;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 8px
}

.intro-text_noviy_codsa_klswe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.intro-text_noviy_codsa_klswe p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 37px;
    font-style: italic;
    font-weight: 700;
    margin: 25px 0;
    max-width: 315px;
    width: 315px
}

@-webkit-keyframes fromBottom {
    0% {
        opacity: 0;
        top: 20%
    }
    100% {
        opacity: 1;
        top: 10%
    }
}

@keyframes fromBottom {
    0% {
        opacity: 0;
        top: 20%
    }
    100% {
        opacity: 1;
        top: 10%
    }
}

.intro-text__left_noviy_codsa_klswe {
    left: 35px;
    max-width: 400px;
    position: absolute;
    width: auto
}

.intro_noviy_codsa_klswe {
    margin-top: 4px
}

.intro-text__right_noviy_codsa_klswe {
    max-width: 400px;
    position: absolute;
    right: 35px;
    text-align: right;
    width: auto
}

.intro-text__extrabig_noviy_codsa_klswe {
    font-size: 84px;
    display: block;
    line-height: 1.2
}

.intro-text__20_noviy_codsa_klswe {
    font-size: 20px;
    display: block;
    line-height: 1.2
}

.intro-text__30_noviy_codsa_klswe {
    font-size: 30px;
    display: block;
    line-height: 1.2
}

.num-img_noviy_codsa_klswe {
    background-image: url(../img/conuter.svg);
    height: 40px;
    margin: 4px 2px;
    text-indent: -999999px;
    width: 23px
}

.num-toch_noviy_codsa_klswe {
    color: #b8d5eb;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 2px;
    position: relative;
    top: 10px;
    width: 5px
}

.jack-right_noviy_codsa_klswe .jack-left__bottom_noviy_codsa_klswe::before,
.jack-right_noviy_codsa_klswe .jack-left__bottom_noviy_codsa_klswe:after {
    display: none
}

.jack_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden
}

.jack-left_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 135px;
    display: block;
    position: relative
}

.jack-left__top_noviy_codsa_klswe {
    white-space: nowrap
}

.jack-left__top_noviy_codsa_klswe span {
    background-image: url(../img/jack_span.webp);
    width: 510px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 50px;
    vertical-align: middle
}

.jack-left__top_noviy_codsa_klswe:before {
    content: "";
    display: inline-block;
    height: 17px;
    margin-top: -5px;
    vertical-align: middle;
    width: 43px;
    margin-right: -10px;
    background: url(../img/jack_left.webp) 0 no-repeat
}

.jack-left__top_noviy_codsa_klswe::after {
    content: "";
    display: inline-block;
    height: 17px;
    margin-top: -5px;
    vertical-align: middle;
    margin-left: -10px;
    width: 43px;
    background: url(../img/jack_right.webp) 100% no-repeat
}

.jack-left__counter_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 45px;
    overflow: hidden
}

.jack-left__cur_noviy_codsa_klswe {
    background: url(../img/cur.svg) no-repeat;
    background-size: cover;
    height: 35px;
    margin-left: 20px;
    width: 35px;
    background-position: 0 2px
}

.jack-left__bottom_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 45px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    overflow: hidden
}

.jack-left__bottom_noviy_codsa_klswe::before,
.jack-left__bottom_noviy_codsa_klswe:after {
    background: url(../img/pika.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 52px;
    vertical-align: middle;
    width: 50px
}

.jack-left__bottom_noviy_codsa_klswe:after {
    margin-right: 20px
}

.jack-left__bottom_noviy_codsa_klswe::before {
    margin-left: 20px
}

.jack-right_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 135px
}

.jack-right__top_noviy_codsa_klswe {
    height: 50px
}

.jack-right__top_noviy_codsa_klswe a {
    display: inline-block;
    height: 45px;
    position: relative;
    vertical-align: middle;
    width: 183px;
    background: url(../img/jack_link.webp) no-repeat
}

.jack-right__top_noviy_codsa_klswe a span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe703), to(#e08d01));
    background: -o-linear-gradient(top, #ffe703 0, #e08d01);
    background: linear-gradient(180deg, #ffe703 0, #e08d01);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 0 0 #532801;
    box-shadow: 0 2px 0 0 #532801;
    color: #532801;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 15px;
    line-height: 16px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 3px;
    width: 14px
}

.jack-right__top_noviy_codsa_klswe:before {
    content: "";
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 76px;
    margin-right: -10px;
    background: url(../img/jack-right-top-left.webp) no-repeat
}

.jack-right__top_noviy_codsa_klswe::after {
    content: "";
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 76px;
    margin-left: -10px;
    background: url(../img/jack-right-top-right.webp) no-repeat
}

.intro-text__32_noviy_codsa_klswe {
    font-size: 32px;
    display: block;
    line-height: 1.2
}

.intro-text__35_noviy_codsa_klswe {
    font-size: 35px;
    display: block;
    line-height: 1.2
}

.intro-text__36_noviy_codsa_klswe {
    font-size: 36px;
    display: block;
    line-height: 1.2
}

.intro-text__39_noviy_codsa_klswe {
    display: block;
    line-height: 1.2;
    font-size: 39px
}

.intro-text__58_noviy_codsa_klswe {
    font-size: 58px;
    padding-right: 10px
}

.intro-text__50_noviy_codsa_klswe {
    font-size: 50px;
    display: block;
    line-height: 1.2
}

.intro-text__40_noviy_codsa_klswe {
    font-size: 40px;
    display: block;
    line-height: 1.2
}

.intro-text__big_noviy_codsa_klswe {
    display: block;
    line-height: 1.2;
    font-size: 60px
}

.intro-text__small_noviy_codsa_klswe {
    display: block;
    line-height: 1.2;
    font-size: 37px
}

.anim_noviy_codsa_klswe {
    -webkit-animation: fromBottom .4s ease-in-out .7s both;
    animation: fromBottom .4s ease-in-out .7s both;
    text-align: center!important;
    text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px hsla(0, 0%, 100%, .2), 1px 1px 1px hsla(0, 0%, 100%, .2), -1px 1px 1px hsla(0, 0%, 100%, .2), 1px -1px 1px hsla(0, 0%, 100%, .2)
}

.intro-mg_noviy_codsa_klswe {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 100%;
    -webkit-box-shadow: 10px -12px 20px rgba(0, 0, 0, .1490196078);
    box-shadow: 10px -12px 20px rgba(0, 0, 0, .1490196078);
    z-index: 100;
    height: 304px;
    position: relative
}

.intro-mg_noviy_codsa_klswe:after {
    background: url(../img/line-top-slider.webp) 50% no-repeat;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.intro-mg_noviy_codsa_klswe::before {
    background: url(../img/line-bottom-slider.webp) 50% no-repeat;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.intro-mg__btn_noviy_codsa_klswe {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #c6e66a), color-stop(80%, #547a01));
    background: -o-linear-gradient(top, #c6e66a 9%, #547a01 80%);
    background: linear-gradient(180deg, #c6e66a 9%, #547a01 80%);
    border-radius: 5px;
    bottom: 30px;
    -webkit-box-shadow: 0 10px 0 0 #1a2601;
    box-shadow: 0 10px 0 0 #1a2601;
    color: #1c1c1c;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    height: 70px;
    left: 30px;
    line-height: 68px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 100;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4);
    width: 300px;
    z-index: 10
}

.intro-mg__btn_noviy_codsa_klswe:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #c6e66a), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(0, #fff), to(#c6e66a));
    background: -o-linear-gradient(left, #c6e66a 0, #fff 40%, #fff 60%, #fff 0, #c6e66a);
    background: linear-gradient(90deg, #c6e66a 0, #fff 40%, #fff 60%, #fff 0, #c6e66a);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.intro-mg__btn_noviy_codsa_klswe:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #517c01), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(0, #fff), to(#517c01));
    background: -o-linear-gradient(left, #517c01 0, #fff 40%, #fff 60%, #fff 0, #517c01);
    background: linear-gradient(90deg, #517c01 0, #fff 40%, #fff 60%, #fff 0, #517c01);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.intro__bg_noviy_codsa_klswe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slick-dots_noviy_codsa_klswe li button {
    width: 100%!important
}

.slick-dots_noviy_codsa_klswe li:last-child {
    margin-right: 0
}

.slick-dots_noviy_codsa_klswe .slick-active_noviy_codsa_klswe {
    background: #fcf600;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 3px;
    position: relative;
    vertical-align: middle;
    width: 13px
}

.slick-dots_noviy_codsa_klswe .slick-active_noviy_codsa_klswe:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd000), to(#d87700));
    background: -o-linear-gradient(top, #ffd000 0, #d87700);
    background: linear-gradient(180deg, #ffd000 0, #d87700);
    height: 11px;
    position: absolute;
    width: 11px
}

.header-auth__in_noviy_codsa_klswe {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009cfe), to(#23499a));
    background: -o-linear-gradient(top, #009cfe 0, #23499a);
    background: linear-gradient(180deg, #009cfe 0, #23499a);
    border: 1px solid #1999d9;
    padding-left: 26px;
    width: 119px;
    border-radius: 5px;
    color: #1c1c1c;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4);
    text-transform: uppercase
}

.header-auth__in_noviy_codsa_klswe:after {
    height: 28px;
    opacity: .7;
    width: 25px;
    bottom: 0;
    content: "";
    margin: auto 0;
    position: absolute;
    right: 8px;
    top: 0;
    background: url(../img/in.svg) no-repeat;
    background-size: contain
}

.header-auth__in_noviy_codsa_klswe:hover {
    background-color: #202735
}

.header-auth__register_noviy_codsa_klswe {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    padding-left: 35px;
    position: relative;
    width: 180px;
    border-radius: 5px;
    color: #1c1c1c;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px hsla(0, 0%, 100%, .4);
    text-transform: uppercase
}

.header-auth__register_noviy_codsa_klswe:after {
    background: url(../img/reg.svg) no-repeat;
    background-size: contain;
    height: 30px;
    opacity: .7;
    width: 25px;
    bottom: 0;
    content: "";
    margin: auto 0;
    position: absolute;
    right: 8px;
    top: 0
}

.header-auth__register_noviy_codsa_klswe:hover {
    opacity: .9
}

.header-menu_active_noviy_codsa_klswe {
    -webkit-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important
}

.logo_noviy_codsa_klswe {
    max-width: 273px;
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo__img_noviy_codsa_klswe {
    width: 100%;
    height: 100%
}

.logo_mob_noviy_codsa_klswe {
    display: none
}

.intro__inn_noviy_codsa_klswe {
    position: relative
}

.logo__img_mob_noviy_codsa_klswe {
    display: none
}

.hidden_noviy_codsa_klswe {
    overflow: hidden
}

.header-top_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-contact__block_noviy_codsa_klswe {
    line-height: 13px;
    margin-bottom: 20px
}

.footer-contact__label_noviy_codsa_klswe {
    font-weight: 700;
    margin-bottom: 2px;
    color: #6b5c79;
    font-size: 12px;
    margin-right: 7px;
    text-transform: uppercase
}

.footer-contact__link_noviy_codsa_klswe {
    color: #623a8a;
    font-size: 12px
}

@-webkit-keyframes glowing {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes glowing {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.prime__bg_noviy_codsa_klswe {
    background-repeat: no-repeat;
    background-size: contain;
    height: 98%;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 99%;
    z-index: 2;
    background-image: url(../img/prime-bg.avif)
}

.prime__anim_noviy_codsa_klswe {
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../img/prime-anim.avif);
    background-size: contain;
    bottom: 5px;
    height: calc(100% - 5px);
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-animation: glowing 3s ease infinite;
    animation: glowing 3s ease infinite
}

.prime_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a08ec0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 20%;
    z-index: 5
}

.prime_noviy_codsa_klswe:hover {
    background: url(../img/cat-active.webp);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff
}

.categories__button_noviy_codsa_klswe {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a08ec0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 20%;
    z-index: 5
}

.categories__button_noviy_codsa_klswe:hover {
    background: url(../img/cat-active.webp);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff
}

.categories__button_noviy_codsa_klswe:hover span:before {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.prime_noviy_codsa_klswe:hover span:before {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.categories__button_noviy_codsa_klswe:nth-child(1) span:before {
    background-image: url(../img/cat-1.svg)
}

.categories__button_noviy_codsa_klswe:nth-child(2) span:before {
    background-image: url(../img/cat-2.svg)
}

.categories__button_noviy_codsa_klswe:nth-child(3) span:before {
    background-image: url(../img/cat-3.svg)
}

.categories__button_noviy_codsa_klswe:nth-child(4) span:before {
    background-image: url(../img/cat-4.svg)
}

.prime_noviy_codsa_klswe:nth-child(5) {
    color: #311c3c
}

.prime_noviy_codsa_klswe:nth-child(5) span:before {
    background-image: url(../img/cat-5.svg)
}

.categories__button_noviy_codsa_klswe span {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
    position: relative;
    z-index: 5
}

.prime_noviy_codsa_klswe span {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
    position: relative;
    z-index: 5
}

.categories__button_noviy_codsa_klswe span:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    margin-right: 6px;
    width: 21px
}

.prime_noviy_codsa_klswe span:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    margin-right: 6px;
    width: 21px
}

.categories__button_selected_noviy_codsa_klswe {
    background: url(../img/cat-active.webp);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff
}

.prime_noviy_codsa_klswe:after,
.prime_noviy_codsa_klswe:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 55px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
    background-image: url(../img/link-before.avif)
}

.categories__button_noviy_codsa_klswe:after,
.categories__button_noviy_codsa_klswe:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 55px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
    background-image: url(../img/link-before.avif)
}

.prime_noviy_codsa_klswe:before {
    left: 0
}

.categories__button_noviy_codsa_klswe:before {
    left: 0
}

.categories__button_noviy_codsa_klswe:after {
    right: -1px
}

.prime_noviy_codsa_klswe:after {
    right: -1px
}

.footer-deposit_noviy_codsa_klswe {
    margin: 0 auto;
    max-width: 914px;
    width: 100%;
    position: relative
}

.footer-deposit__link_noviy_codsa_klswe {
    display: inline-block;
    font-size: 12px;
    color: #26093c
}

.footer-deposit__link_noviy_codsa_klswe:first-child:after {
    color: #26093c;
    content: "|";
    display: inline-block
}

.footer-menu_noviy_codsa_klswe {
    display: grid;
    grid-template-columns: 408px 1fr 1fr 1fr;
    margin: 0;
    max-width: 908px;
    width: 100%;
    margin: 0 auto
}

.footer-menu__contact_noviy_codsa_klswe {
    line-height: 1;
    margin: 0;
    padding: 0
}

.footer-menu__links_noviy_codsa_klswe {
    line-height: 1;
    margin: 0;
    padding: 0
}

.footer-menu__link_noviy_codsa_klswe {
    line-height: 18px;
    color: #a497b5;
    font-size: 10px;
    display: block;
    text-decoration: underline;
    margin-bottom: 2px
}

.footer-menu__linktit_noviy_codsa_klswe {
    color: #d2a4f7;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 18px;
    margin-bottom: 2px;
    display: block
}

.header-lang_noviy_codsa_klswe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-lang_mob_noviy_codsa_klswe {
    display: none
}

.header-lang__text_noviy_codsa_klswe {
    color: #8e9197;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    margin-right: 12px
}

.header-lang__text_noviy_codsa_klswe:hover {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    background: url(../img/link-bg-hover.webp) bottom no-repeat
}

.header-lang__selector_noviy_codsa_klswe {
    cursor: pointer;
    font-size: 13px;
    height: 19px;
    width: 31px
}

.header-lang__selector_noviy_codsa_klswe span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border: 1px solid #3d3149;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17px;
    overflow: hidden;
    padding-left: 3px;
    position: relative;
    width: 31px
}

.header-lang__selector_noviy_codsa_klswe span:before {
    border: 4px solid transparent;
    border-top-color: #3d3149;
    content: "";
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 10px
}

.header-lang__selector_noviy_codsa_klswe span img {
    height: 11px;
    width: 14.66px
}

.sls-rating_noviy_codsa_klswe {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: block;
    height: 30px;
    list-style: none;
    margin: 0;
    order: 2;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 0;
    width: 100%
}

.sls-rating_noviy_codsa_klswe li {
    background: no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 14px;
    margin: 0 0;
    vertical-align: middle;
    width: 13px
}

.sls-rating_noviy_codsa_klswe .star_1_noviy_codsa_klswe {
    background-image: url(../img/star_1.svg)
}

.sls-rating_noviy_codsa_klswe .star_0_noviy_codsa_klswe {
    background-image: url(../img/star_0.svg)
}

.sls-rating_noviy_codsa_klswe .star_0_5_noviy_codsa_klswe {
    background-image: url(../img/star_0.5.svg)
}

.sls_noviy_codsa_klswe {
    height: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 908px;
    width: 100%
}

.bonuses__block_noviy_codsa_klswe {
    column-gap: 20px;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}

.bonuses__block_noviy_codsa_klswe:after {
    background: url(../img/bon-after.webp) 0 7px no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin-top: 10px;
    max-width: 100%;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 945px;
}

.bonuses-block__left_noviy_codsa_klswe {
    height: 148px;
    max-width: 406px;
    flex-shrink: 0;
}

.text-block_noviy_codsa_klswe table {
    width: 100%;
    border: 1px solid #1d0247;
}

.text-block_noviy_codsa_klswe table td,
.text-block_noviy_codsa_klswe table th {
    padding: 20px 30px;
    text-align: left;
    width: 20%;
    border: 1px solid #1d0247;
}

.bonuses-block__img_noviy_codsa_klswe {
    display: inline-block;
    height: 100%;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.bonuses-block__right_noviy_codsa_klswe {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 480px;
    height: unset;
}

.bonuses-block__title_noviy_codsa_klswe {
    color: #fff;
    font-size: 20.28px;
    line-height: 23px;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px hsla(0, 0%, 100%, .2), 1px 1px 1px hsla(0, 0%, 100%, .2), -1px 1px 1px hsla(0, 0%, 100%, .2), 1px -1px 1px hsla(0, 0%, 100%, .2);
}

.bonuses-block__desc_noviy_codsa_klswe {
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 10px 0 auto;
    max-width: 480px;
    width: 100%;
}

.bonuses-block__btns_noviy_codsa_klswe {
    display: flex;
    justify-content: flex-start;
    margin-block: 0;
}

.bonuses-btns__left_noviy_codsa_klswe {
    box-shadow: 0 3px 0 0 #505050;
    min-width: 120px;
    background: linear-gradient(180deg, #e8e8e8 0, grey);
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.bonuses-btns__right_noviy_codsa_klswe {
    margin-left: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fce70a), to(#f05b15));
    background: linear-gradient(180deg, #fce70a, #f05b15);
    -webkit-box-shadow: 0 3px 0 0 #792406;
    box-shadow: 0 3px 0 0 #792406;
    min-width: 170px;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.sls__button_noviy_codsa_klswe {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #fce70a), color-stop(80%, #f05b15));
    background: -o-linear-gradient(top, #fce70a 9%, #f05b15 80%);
    background: linear-gradient(180deg, #fce70a 9%, #f05b15 80%);
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 0 0 #792406;
    box-shadow: 0 5px 0 0 #792406;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 46px;
    margin: 10px auto 0;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .6), 0 0 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    width: 227px
}

.sls__button_noviy_codsa_klswe:hover {
    -webkit-box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00;
    box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00
}

.sls__button_noviy_codsa_klswe:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffdb00), color-stop(60%, #fff), color-stop(0, #fff), to(#ffdb00));
    background: -o-linear-gradient(left, #ffdb00 0, #fff 60%, #fff 0, #ffdb00);
    background: linear-gradient(90deg, #ffdb00 0, #fff 60%, #fff 0, #ffdb00);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sls__button_noviy_codsa_klswe:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f05b15), color-stop(60%, #fff), color-stop(0, #fff), to(#f05b15));
    background: -o-linear-gradient(left, #f05b15 0, #fff 60%, #fff 0, #f05b15);
    background: linear-gradient(90deg, #f05b15 0, #fff 60%, #fff 0, #f05b15);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.sls-block_noviy_codsa_klswe {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 291px);
    list-style: none;
    margin: 0;
    padding: 0
}

.sls-block__img_noviy_codsa_klswe {
    aspect-ratio: auto 600/400;
    display: block!important;
    height: 191px;
    max-width: 100%
}

.sls-block__bot_noviy_codsa_klswe {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sls-block__item_noviy_codsa_klswe {
    background: #1d0247;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sls-block__title_noviy_codsa_klswe {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0 12px;
    position: relative;
    margin-top: 1em;
    text-align: left;
    text-shadow: 0 2px 1px #030303, 1px 0 1px hsla(0, 0%, 100%, .5), -1px 0 1px hsla(0, 0%, 100%, .5);
    text-transform: uppercase;
    width: 90%;
    z-index: 1
}

@media (min-width:991px) {
    .navigation_noviy_codsa_klswe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1280px) {
    .logo__img_mob_noviy_codsa_klswe {
        display: block
    }
}

@media (max-width:1180px) {
    .intro__inn_noviy_codsa_klswe {
        width: 100%;
        margin-right: 0
    }
    .banners_noviy_codsa_klswe {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 870px) {
    .bonuses__block_noviy_codsa_klswe {
        flex-direction: column;
        align-items: center;
    }
    .bonuses-block__right_noviy_codsa_klswe {
        margin-top: 10px;
        width: 406px;
    }
    .bonuses-block__desc_noviy_codsa_klswe {
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {
    .categories_noviy_codsa_klswe {
        padding-left: 15px;
        padding-right: 15px
    }
    .jack_noviy_codsa_klswe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sls_noviy_codsa_klswe {
        padding: 0 15px 40px 15px
    }
    .sls_noviy_codsa_klswe:nth-child(3) {
        padding: 0;
    }
    .sls-block_noviy_codsa_klswe {
        grid-template-columns: repeat(3, 1fr)
    }
    .sls-block__img_noviy_codsa_klswe {
        aspect-ratio: auto;
        height: auto;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .sls-block__bot_noviy_codsa_klswe {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .sls-block__item_noviy_codsa_klswe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:767px) {
    .intro-text__extrabig_noviy_codsa_klswe {
        font-size: 64px
    }
    .prime_noviy_codsa_klswe {
        font-size: 14px;
    }
    .prime_noviy_codsa_klswe span:before {
        width: 18px;
        height: 15px;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
        background-size: contain;
    }
    .intro-text__32_noviy_codsa_klswe {
        font-size: 28px
    }
    .intro-text__39_noviy_codsa_klswe {
        font-size: 33px
    }
    .intro-text__58_noviy_codsa_klswe {
        font-size: 40px
    }
    .intro-text__50_noviy_codsa_klswe {
        font-size: 40px
    }
    .intro-text__40_noviy_codsa_klswe {
        font-size: 30px
    }
    .intro-text__big_noviy_codsa_klswe {
        font-size: 50px
    }
    .intro-text__small_noviy_codsa_klswe {
        font-size: 30px
    }
    .intro-mg__btn_noviy_codsa_klswe {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 200px;
        font-size: 20px
    }
    .logo_noviy_codsa_klswe {
        max-width: 173px
    }
    .categories__button_noviy_codsa_klswe {
        font-size: 14px
    }
    .categories__button_noviy_codsa_klswe:hover {
        background-position: bottom 0 center
    }
    .categories__button_noviy_codsa_klswe span:before {
        width: 18px;
        height: 15px;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
        background-size: contain
    }
    .categories__button_selected_noviy_codsa_klswe {
        background-position: bottom 0 center
    }
    .footer-menu_noviy_codsa_klswe {
        grid-template-columns: 200px 1fr 1fr 1fr
    }
    .header-lang_noviy_codsa_klswe {
        display: none
    }
    .header-lang_mob_noviy_codsa_klswe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px
    }
    .nav__list_noviy_codsa_klswe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0
    }
    .header-menu_noviy_codsa_klswe {
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        transform: translate(150%, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        width: 276px;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        top: 0;
        right: 0;
        background: #020100;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        z-index: 110;
        overflow: auto;
        padding: 35px 30px
    }
    .header__block_noviy_codsa_klswe {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .logo_mob_noviy_codsa_klswe {
        display: block
    }
    .text-block__list_noviy_codsa_klswe li {
        width: 100%
    }
    .table_noviy_codsa_klswe td,
    .table_noviy_codsa_klswe th {
        padding: 10px 20px;
        font-size: 14px
    }
    .footer-second_noviy_codsa_klswe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-second__full_noviy_codsa_klswe {
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .wrapper_noviy_codsa_klswe {
        padding-bottom: 74px
    }
    .burger_noviy_codsa_klswe {
        display: block;
        z-index: 111;
        position: relative
    }
    .btn_noviy_codsa_klswe {
        font-size: 16px;
        padding: 10px 15px
    }
    .nav_noviy_codsa_klswe {
        width: 100%;
        margin-top: 30px
    }
    .header-nav_noviy_codsa_klswe {
        display: none
    }
    .header-auth_noviy_codsa_klswe {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 100;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        z-index: 1000;
        justify-content: center;
        background: #020100;
        padding: 15px 20px;
        margin-right: 0;
        left: 0
    }
    .intro__img_noviy_codsa_klswe {
        margin-top: 50px;
        min-height: 200px
    }
    .footer-second_noviy_codsa_klswe {
        width: 50%
    }
    .footer-bottom_noviy_codsa_klswe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .footer-second__left_noviy_codsa_klswe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-second__full_noviy_codsa_klswe {
        margin-bottom: 10px
    }
    .footer-everyday_noviy_codsa_klswe {
        margin-bottom: 10px
    }
    .lang__drop_noviy_codsa_klswe {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        bottom: -12px;
        right: -5px
    }
    .banners__title_noviy_codsa_klswe {
        font-size: 25px
    }
    .banners__block_noviy_codsa_klswe {
        padding: 20px;
        min-height: 280px
    }
}

@media (max-width:575px) {
    .prime_noviy_codsa_klswe {
        width: 50%;
        height: 50px;
        margin: 0 0;
    }
    .categories_noviy_codsa_klswe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 15px;
        min-height: inherit;
        height: auto;
        max-width: 375px;
        width: 100%;
        margin: 0 auto 30px auto
    }
    .footer__wrap_noviy_codsa_klswe {
        padding-bottom: 70px
    }
    .intro-text__extrabig_noviy_codsa_klswe {
        font-size: 34px
    }
    .jack-left__top_noviy_codsa_klswe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .jack-left__top_noviy_codsa_klswe span {
        width: 410px;
        background-size: contain
    }
    .jack-left__bottom_noviy_codsa_klswe::before,
    .jack-left__bottom_noviy_codsa_klswe:after {
        display: none
    }
    .jack-left__bottom_noviy_codsa_klswe:after {
        margin-right: 10px
    }
    .jack-left__bottom_noviy_codsa_klswe::before {
        margin-left: 10px
    }
    .intro-text__32_noviy_codsa_klswe {
        font-size: 20px
    }
    .intro-text__39_noviy_codsa_klswe {
        font-size: 25px
    }
    .intro-text__58_noviy_codsa_klswe {
        font-size: 37px
    }
    .intro-text__50_noviy_codsa_klswe {
        font-size: 37px
    }
    .intro-text__40_noviy_codsa_klswe {
        font-size: 28px
    }
    .intro-text__big_noviy_codsa_klswe {
        font-size: 28px
    }
    .intro-text__small_noviy_codsa_klswe {
        font-size: 23px
    }
    .intro-mg_noviy_codsa_klswe .anim_noviy_codsa_klswe {
        top: 34%!important
    }
    .intro-mg_noviy_codsa_klswe .intro-text__32_noviy_codsa_klswe {
        font-size: 16px
    }
    .intro__bg_noviy_codsa_klswe {
        -o-object-position: -115px;
        object-position: -115px
    }
    .intro-mg_three_noviy_codsa_klswe .intro-text__32_noviy_codsa_klswe {
        font-size: 24px!important
    }
    .categories__button_noviy_codsa_klswe {
        width: 50%;
        height: 50px;
        margin: 0 0
    }
    .categories__button_noviy_codsa_klswe span:before {
        width: 14px;
        height: 11px;
        transform: translateY(0.5px);
        background-size: contain
    }
    .categories__button_noviy_codsa_klswe:after,
    .categories__button_noviy_codsa_klswe:before {
        height: 35px
    }
    .footer-menu_noviy_codsa_klswe {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }
    .intro-mg_top_noviy_codsa_klswe .anim_noviy_codsa_klswe {
        top: 15%!important
    }
    .icon-logo_noviy_codsa_klswe {
        height: 15px
    }
    .intro__img_noviy_codsa_klswe {
        margin-top: 50px;
        min-height: 100px
    }
    .categories__icon_noviy_codsa_klswe {
        margin-top: 5px
    }
    .navigation_noviy_codsa_klswe li {
        width: 100%
    }
    .footer-bottom__mob_noviy_codsa_klswe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-bottom__block_noviy_codsa_klswe {
        margin-right: 0;
        margin-bottom: 20px
    }
    .footer-bottom__block_noviy_codsa_klswe:last-child {
        margin-bottom: 0
    }
    .footer-second__right_noviy_codsa_klswe {
        width: 100%
    }
    .banners__btn_noviy_codsa_klswe {
        font-size: 14px;
        padding: 5px 10px
    }
    .sls-block_noviy_codsa_klswe {
        grid-template-columns: repeat(2, 1fr)
    }
}

.mrg-top_noviy_codsa_klswe {
    margin-top: 0 !important;
}

.categories__button_selected_noviy_codsa_klswe span:before {
    filter: brightness(2);
}

@media (max-width:467px) {
    .bonuses-block_noviy_codsa_klswe:first-child .bonuses-block__left_noviy_codsa_klswe {
        display: flex;
        justify-content: center;
    }
    .bonuses-block_noviy_codsa_klswe:first-child .bonuses-block__img_noviy_codsa_klswe {
        width: calc(100% - 9px);
    }
    .bonuses-block__left_noviy_codsa_klswe {
        height: 113px;
        max-width: 321px;
    }
    .bonuses-block__btns_noviy_codsa_klswe {
        width: 100%;
    }
    .bonuses__block_noviy_codsa_klswe {
        flex-direction: column;
        align-items: center;
    }
    .bonuses-block__right_noviy_codsa_klswe {
        margin-top: 10px;
        max-width: 321px;
        padding: 0 9px;
    }
    .bonuses-block__desc_noviy_codsa_klswe {
        margin-bottom: 10px;
    }
    .intro-text__right_noviy_codsa_klswe {
        right: 15px
    }
    .intro-text__extrabig_noviy_codsa_klswe {
        font-size: 30px
    }
    .jack-left__top_noviy_codsa_klswe span {
        width: 330px;
        background-size: contain
    }
    .intro-text__58_noviy_codsa_klswe {
        font-size: 32px
    }
    .intro-text__50_noviy_codsa_klswe {
        font-size: 32px
    }
    .intro-text__40_noviy_codsa_klswe {
        font-size: 24px
    }
    .intro-text__big_noviy_codsa_klswe {
        font-size: 24px
    }
    .intro-text__small_noviy_codsa_klswe {
        font-size: 20px
    }
    .intro-mg_noviy_codsa_klswe .intro-text__big_noviy_codsa_klswe {
        font-size: 32px
    }
    .intro-mg_noviy_codsa_klswe .intro-text__small_noviy_codsa_klswe {
        font-size: 16px
    }
    .intro-mg_noviy_codsa_klswe .intro-text__extrabig_noviy_codsa_klswe {
        font-size: 35px
    }
    .icon-logo_noviy_codsa_klswe {
        height: 10px
    }
    .sls-block__title_noviy_codsa_klswe {
        font-size: 14px
    }
}