@keyframes neon4 {
    0% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff
    }
    to {
        text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 7px #fff, 0 0 10px #b6ff00, 0 0 35px #b6ff00
    }
}

.games-list-hover, .slots-list-item__thumb-block img, article, aside, details, figure, footer, header, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], h3#comments {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-size: 10px
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.email-popup__form .hidden-input p, .reg_popup__form .hidden-input p, body, figure {
    margin: 0
}

button::-moz-focus-inner, input::-moz-focus-inner, legend {
    border: 0;
    padding: 0
}

::-webkit-input-placeholder {
    color: #111
}

::-moz-placeholder {
    color: #111
}

:-ms-input-placeholder {
    color: #111
}

:-moz-placeholder {
    color: #111
}

ul {
    margin: 0;
    padding: 0
}

a {
    outline: 0;
    color: #fe284a;
    -webkit-transition: color ease-out .2s;
    -moz-transition: color ease-out .2s;
    -o-transition: color ease-out .2s;
    transition: color ease-out .2s
}

a:hover {
    color: #2c7bde
}

body {
    background: #212132 url(images/main_bg.svg);
    font-weight: 400;
    font-family: Muller, sans-serif;
    font-size: 1.6rem;
    color: #cbc9c9
}

::selection {
    background: #fe284a
}

.alignleft {
    float: left;
    margin: 0 20px 5px 0
}

.alignright {
    float: right;
    margin: 0 0 5px 20px
}

.aligncenter {
    float: none;
    margin: 10px auto;
    display: block
}

.post_img {
    max-width: 35%;
    height: auto
}

h1, h4, h5 {
    margin: 5px 0
}

h1, h2, h3, h4, h5 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    clear: both
}

.animated {
    visibility: hidden
}

.animated.bounceInRight, .animated.fadeIn, .animated.fadeInDown, .animated.fadeInDownBig, .animated.fadeInLeft, .animated.fadeInRight, .animated.zoomIn {
    visibility: visible
}

.text-block {
    line-height: 24px
}

.text-block ol, .text-block ul {
    padding: 10px 0 10px 20px
}

.text-block ol li, .text-block ul li {
    margin: 3px 0
}

.text-block table {
    border: 1px solid #fff
}

.text-block table td {
    padding: 10px
}

.text-block .table-wrapper {
    overflow-x: auto;
    padding-bottom: 10px
}

.text-block .table-wrapper::-webkit-scrollbar {
    width: 15px;
    height: 15px
}

.text-block .table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: 0 0
}

.text-block .table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fe284a;
    outline: 0
}

.two-col-text {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

@media (max-width: 575px) {
    .two-col-text {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.text-block-line {
    border-top: 1px dashed #cbc9c9;
    padding-top: 15px;
    margin-top: 15px
}

.clear_b {
    clear: both
}

h1 {
    font-size: 3rem;
    line-height: 1.2em
}

@media (max-width: 575px) {
    h1 {
        font-size: 2.6rem
    }
}

h2 {
    font-size: 2.6rem
}

h2, h3 {
    padding-bottom: 7px;
    margin: 15px 0;
    border-bottom: 1px dashed #cbc9c9
}

.to_top_btn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 50%;
    margin-right: -45%;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
    border-radius: 25px;
    background-image: url(images/arrow_top.png)
}

.header {
    position: relative;
    z-index: 10
}

.header__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(37, 37, 54, .95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header__top-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .header__top-container {
        height: auto;
        flex-direction: column;
        justify-content: center
    }
}

.header__top-btns-block {
    position: relative;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .header__top-btns-block {
        padding: 10px 0 10px 60px
    }
}

.header__nav .menu > li > a, .header__top-btns-block .reg-btn {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

.header__top-btns-block .reg-btn {
    width: 220px;
    outline: 0;
    font-size: 1.2rem;
    border: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    border-radius: 15px;
    padding: 0 40px;
    margin: -2px 0 0;
    line-height: 22px;
    font-weight: 800;
    font-family: Muller, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer
}

@media (max-width: 575px) {
    .header__top-btns-block .reg-btn {
        padding: 0 10px;
        width: 150px
    }
}

.header__top-btns-block .login-btn {
    display: flex;
    align-items: center;
    height: 20px;
    margin: 0 20px 0 0;
    outline: 0;
    font-size: 1.2rem;
    border: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: inherit;
    cursor: pointer
}

.header__top-btns-block .login-btn:hover {
    border: 0;
    color: #fff;
    text-decoration: none
}

.header__logo {
    width: 200px;
    display: block
}

@media (max-width: 1330px) {
    .header__logo {
        margin: 0 0 0 60px
    }
}

@media (max-width: 767px) {
    .header__logo {
        margin: 10px auto;
        width: 230px
    }
}

.header__slider-holder {
    padding: 50px 0 0;
    position: relative;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .8);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .8)
}

.header__slider-holder .slide__text {
    z-index: 10;
    position: absolute
}

.header__slider-holder .slide img {
    width: 100%;
    z-index: 9;
    position: relative;
    display: block
}

.header__slider-holder .slide1-text {
    width: 37%;
    left: -120px;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #aaa, 0 2px 0 #aaa, 0 3px 0 #aaa, 1px 0 0 #aaa, 1px 1px 0 #aaa, 1px 2px 0 #aaa, 1px 3px 0 #aaa, 0 6px 25px rgba(0, 0, 0, .6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 767px) {
    .header__slider-holder .slide1-text {
        width: 45%;
        left: 20px;
        right: auto;
        margin: auto 0;
        bottom: 0;
        top: 0;
        height: fit-content;
        font-size: 22px;
        line-height: 1.3em;
        color: #fff;
        text-shadow: 0 1px 0 #aaa, 0 2px 0 #aaa, 0 3px 0 #aaa, 1px 0 0 #aaa, 1px 1px 0 #aaa, 1px 2px 0 #aaa, 1px 3px 0 #aaa, 0 6px 15px rgba(0, 0, 0, .6)
    }
}

@media (max-width: 499px) {
    .header__slider-holder .slide1-text {
        font-size: 16px
    }
}

.header__slider-holder .slide2-text {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 0 30px;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(rgba(50, 18, 88, 0)), color-stop(25%, rgba(50, 18, 88, .9)), color-stop(75%, rgba(50, 18, 88, .9)), to(rgba(50, 18, 88, 0)));
    background: linear-gradient(90deg, rgba(50, 18, 88, 0) 0, rgba(50, 18, 88, .9) 25%, rgba(50, 18, 88, .9) 75%, rgba(50, 18, 88, 0))
}

.header__slider-holder .slide2-text-inner {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbc3a), color-stop(50%, #ffbc3a), color-stop(55%, #e7971e), color-stop(65%, #ffe47a), color-stop(80%, #ffe47a), to(#ffe47a));
    background: linear-gradient(180deg, #ffbc3a 0, #ffbc3a 50%, #e7971e 55%, #ffe47a 65%, #ffe47a 80%, #ffe47a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 48px;
    font-size: 40px;
    text-align: center;
    white-space: nowrap;
    color: rgba(50, 18, 88, .9)
}

@media (max-width: 991px) {
    .header__slider-holder .slide2-text-inner {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .header__slider-holder .slide2-text-inner {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .header__slider-holder .slide2-text-inner {
        font-size: 20px;
        white-space: normal;
        line-height: 1.3em
    }
}

.header__slider-holder .bx-pager {
    z-index: 90;
    position: absolute;
    bottom: auto;
    top: 60px;
    left: auto;
    right: 20px;
    margin: 0 auto;
    width: fit-content
}

.header__slider-holder .bx-pager-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    opacity: .6
}

.header__slider-holder .bx-pager-item a {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    border-radius: 5px
}

.header__slider-container {
    position: relative;
    z-index: 9
}

.header__slider-container .slide {
    position: relative
}

.header__slider-container .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 90px 0 0
}

.header__slider-container .slide__content-text {
    padding: 0 0 0 25px;
    position: relative;
    font-size: 3rem;
    color: #fff;
    width: 30%
}

.header__slider-container .slide__content-text:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 2px;
    height: 100%
}

.header__nav, .header__slider-container .bx-wrapper .bx-controls {
    position: relative;
    z-index: 100
}

.header__slider-container .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -500px;
    width: fit-content
}

.header__slider-container .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: top
}

.header__slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    font-size: 0;
    width: 20px;
    height: 25px;
    margin: 0 2px;
    background: url(img/main_slider_paging.png) 5px 0 no-repeat
}

.header__slider-container .bx-wrapper .bx-pager.bx-default-pager a.active, .header__slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(img/main_slider_paging.png) -14px 0 no-repeat
}

.header__nav {
    margin: 50px auto 0;
    text-align: center;
    z-index: 20
}

.header__nav .menu {
    display: table;
    width: 100%;
    line-height: 70px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    text-align: justify
}

.header__nav .menu > li {
    list-style: none;
    display: table-cell
}

.header__nav .menu > li > a {
    position: relative;
    z-index: 4;
    display: block;
    padding: 0 15px;
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .53);
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.header__nav .menu > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: 30px;
    width: 1px;
    background-color: #313047
}

.header__nav .menu > li:last-child > a:after {
    display: none
}

.header__nav .menu > li:hover > a {
    background: rgba(255, 255, 255, .1)
}

.header .mobile__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: url(images/noise.png), -webkit-gradient(linear, left top, left bottom, from(#1c2240), to(#1c2240)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4d5a85), to(rgba(70, 82, 121, 0))) border-box;
    z-index: 101;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.header .mobile__nav.opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.header .mobile__nav-btn {
    position: fixed;
    top: 13px;
    left: 10px;
    z-index: 103;
    border: 0;
    background: 0 0;
    outline: 0;
    width: 40px;
    height: 25px
}

@media (max-width: 767px) {
    .header .mobile__nav-btn {
        top: 70px
    }
}

.header .mobile__nav-btn span {
    width: 40px;
    height: 4px;
    left: 0;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.header .mobile__nav-btn span:first-child {
    top: 0
}

.header .mobile__nav-btn span:nth-child(2) {
    top: 10px
}

.header .mobile__nav-btn span:nth-child(3) {
    top: 20px
}

.header .mobile__nav-btn.opened span:first-child {
    width: 40px;
    top: 10px;
    left: -3px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.header .mobile__nav-btn.opened span:nth-child(2) {
    display: none
}

.header .mobile__nav-btn.opened span:nth-child(3) {
    width: 40px;
    top: 10px;
    left: -3px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.header .mobile__nav .menu {
    padding: 70px 30px 10px
}

@media (max-width: 767px) {
    .header .mobile__nav .menu {
        padding-top: 130px
    }
}

.header .mobile__nav .menu li {
    list-style: none;
    margin: 0 0 20px
}

.header .mobile__nav .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 2.2rem
}

.container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto
}

@media (max-width: 1220px) {
    .container {
        padding: 0 25px
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px
    }
}

.main-part {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 0 30px;
    background: url(images/back_games_wided.svg);
    background-size: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    border-top: 1px dashed #787878
}

@media (max-width: 767px) {
    .main-part {
        padding-top: 115px
    }
}

.slots-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px 0
}

@media (max-width: 991px) {
    .slots-list {
        justify-content: space-around
    }
}

.slots-list-item {
    cursor: pointer;
    list-style: none;
    position: relative;
    flex-direction: column;
    margin: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 222px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0 #000;
    box-shadow: 0 4px 10px 0 #000;
    color: #fff;
    z-index: 9;
    overflow: hidden;
    border: 2px solid #393a51;
    -webkit-transition: -webkit-transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width: 991px) {
    .slots-list-item {
        max-width: 30%
    }
}

@media (max-width: 575px) {
    .slots-list-item {
        max-width: 45%
    }
}

@media (max-width: 400px) {
    .slots-list-item {
        max-width: 45%;
        margin: 0 5px 15px
    }
}

.slots-list-item:hover {
    z-index: 10;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.slots-list-item:hover .slots-list-item__hover {
    opacity: 1
}

.slots-list-item__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 5px;
    background-color: #161626;
    font-family: Museo Sans Cyrl\ 500, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.slots-list-item__hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.slots-list-item__hover-btn {
    display: block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase
}

.home .header__nav {
    margin-top: 0
}

@media (max-width: 767px) {
    .home .header__slider-holder {
        padding-top: 110px
    }
}



.blog-list {
    padding: 0 0 20px
}

.blog-list__item {
    display: flex;
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #c6c6c6
}

.blog-list__item:last-child {
    border-bottom: none
}

@media (max-width: 575px) {
    .blog-list__item {
        flex-direction: column
    }
}

.blog-list__thumb_block {
    min-width: 280px;
    margin-right: 20px
}

@media (max-width: 575px) {
    .blog-list__thumb_block {
        margin: 0 auto 15px;
        width: 100%;
        min-width: 220px
    }
}

.blog-list__thumb_block img {
    display: block;
    margin: 0 auto
}

.blog-list__right_block {
    position: relative;
    padding-bottom: 20px
}

.blog-list__right_block .read-more {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 1.4rem;
    color: #cbc9c9;
    text-decoration: none
}

.blog-list__right_block .read-more:hover, .blog-list__ttl:hover {
    text-decoration: underline
}

.blog-list__ttl {
    font-size: 2.4rem;
    color: #2c83d9;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.btn-red, .email-popup-close, .email-popup__inner .ref_btn, .header__top-btns-block .reg-btn, .popup-close, .reg_popup-close, .reg_popup__inner .ref_btn, .to_top_btn {
    -webkit-box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.btn-red:hover, .email-popup-close:hover, .email-popup__inner .ref_btn:hover, .header__top-btns-block .reg-btn:hover, .popup-close:hover, .reg_popup-close:hover, .reg_popup__inner .ref_btn:hover, .to_top_btn:hover {
    transform: translateY(2px);
    -webkit-box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4);
    box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.btn-green, .footer__nav .menu li a, .form-submit .submit, .page-template-aff-landing-page__content .wpcf7-submit {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.btn-green, .form-submit .submit, .page-template-aff-landing-page__content .wpcf7-submit {
    -webkit-box-shadow: 0 3px 0 0 #32691a, 0 5px 1px 0 #32691a;
    box-shadow: 0 3px 0 0 #32691a, 0 5px 1px 0 #32691a;
    background-color: #62c23c
}

.btn-green:hover, .form-submit .submit:hover, .page-template-aff-landing-page__content .wpcf7-submit:hover {
    transform: translateY(4px);
    -webkit-box-shadow: 0 1px 0 0 #32691a, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 0 #32691a, 0 0 0 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .2)
}

.footer {
    padding: 0 0 20px
}

.footer__nav {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background-color: #161626;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .75)
}

.footer__nav:after, .footer__nav:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(images/star.svg) repeat-x;
    background-size: contain
}

.footer__nav:before {
    top: 3px
}

.footer__nav:after {
    bottom: 3px
}

.footer__nav .menu {
    list-style: none;
    text-align: center
}

.footer__nav .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px
}

.footer__nav .menu li a {
    opacity: .5;
    display: block;
    color: #fff;
    text-decoration: none
}

.footer__nav .menu li a:hover {
    opacity: 1;
    text-decoration: underline
}

.footer__payments {
    padding: 40px 0 0
}

.footer__payments-ttl, .footer__vendors-ttl {
    color: #646a87;
    margin-bottom: 15px;
    height: 30px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.footer__payments-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__payments-list li {
    margin: 0 7px 25px;
    max-width: 200px
}

@media (max-width: 575px) {
    .footer__payments-list li {
        max-width: 40%;
        margin: 0 10px 25px
    }
}

.footer__payments-list li:nth-child(2) {
    width: 125px
}

.footer__payments-list li svg, .footer__vendors-list li svg {
    height: 50px;
    width: auto;
    display: block;
    max-width: 100%
}

.footer__vendors {
    padding: 40px 0 0
}

.footer__vendors-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__vendors-list li {
    margin: 0 10px 45px;
    max-width: 200px
}

@media (max-width: 575px) {
    .footer__vendors-list li {
        max-width: 40%;
        margin: 0 10px 25px
    }
}

.footer__copyrights {
    padding: 30px 0 10px;
    text-align: left;
    color: #646a87
}

.btn {
    padding: 0;
    display: block
}

.btn, .page-template-aff-landing-page__content .wpcf7-submit {
    border: 0;
    outline: 0
}

.demo_left_reg__btn {
    position: fixed;
    opacity: .7;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 170px;
    height: 600px;
    max-height: 100%;
    max-width: calc(100vw - 340px);
    background: url(img/demo_desktop_btn.jpg) left center no-repeat;
    background-size: 100%;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.demo_left_reg__btn:hover {
    opacity: 1
}

.page404_inner {
    min-height: 474px;
    width: 100%;
    height: calc(100vh - 570px);
    text-align: center;
    font-size: 2.4rem;
    padding-top: 15px;
    background: url(images/404_error.png) center no-repeat
}

.popup {
    display: none;
    margin: auto;
    z-index: 102
}

.popup, .popup .demo-iframe-holder, .popup-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.popup-shadow {
    display: none;
    background: rgba(16, 16, 15, .95);
    width: 100%;
    z-index: 101
}

.popup-close {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    background-size: 20px
}

.email-popup-close, .popup-close, .reg_popup-close {
    border-radius: 20px;
    background-image: url(images/close_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 110
}

.popup .demo-iframe-holder {
    margin: auto;
    width: 65vw;
    max-width: 900px;
    max-height: 80vh;
    height: fit-content;
    z-index: 105
}

@media (max-width: 991px) {
    .popup .demo-iframe-holder {
        width: 85vw
    }
}

.form-submit .popup .demo-iframe-holder .submit, .page-template-aff-landing-page__content .popup .demo-iframe-holder .wpcf7-submit, .popup .demo-iframe-holder .btn-green, .popup .demo-iframe-holder .form-submit .submit, .popup .demo-iframe-holder .page-template-aff-landing-page__content .wpcf7-submit {
    display: block;
    margin: 25px auto;
    padding: 15px 25px;
    width: 100%;
    border-radius: 10px;
    font-size: 3rem;
    font-weight: 700;
    color: #fff
}

@media (max-width: 991px) {
    .form-submit .popup .demo-iframe-holder .submit, .page-template-aff-landing-page__content .popup .demo-iframe-holder .wpcf7-submit, .popup .demo-iframe-holder .btn-green, .popup .demo-iframe-holder .form-submit .submit, .popup .demo-iframe-holder .page-template-aff-landing-page__content .wpcf7-submit {
        font-size: 2.4rem;
        padding: 15px
    }
}

.popup .demo-iframe {
    display: block;
    width: 100%;
    min-height: 600px;
    max-height: 70vh
}

@media (max-width: 991px) {
    .popup .demo-iframe {
        min-height: 200px
    }
}

#loader_gif, .email-popup, .reg_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#loader_gif {
    width: 100px;
    height: 100px;
    background: url(img/loader-gif.gif) center no-repeat;
    z-index: 102
}

.email-popup, .reg_popup {
    width: 550px;
    height: fit-content;
    border-radius: 5px;
    border: 3px solid #55586c;
    border-bottom-color: #fe284a;
    max-width: 500px;
    padding: 10px 20px;
    background: url(images/noise.png), -webkit-gradient(linear, left top, left bottom, from(#1c2240), to(#1c2240)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4d5a85), to(rgba(70, 82, 121, 0))) border-box;
    -webkit-box-shadow: 0 8px 10px #000;
    box-shadow: 0 8px 10px #000;
    align-items: flex-start;
    justify-content: flex-start
}

@media (max-width: 575px) {
    .email-popup, .reg_popup {
        width: 90vw;
        height: fit-content;
        max-height: 90vh;
        box-sizing: border-box
    }
}

.email-popup__ttl, .reg_popup__ttl {
    border-bottom: 1px solid #646a87;
    font-size: 2rem;
    line-height: 1.4em;
    padding-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.email-popup__ttl span, .reg_popup__ttl span {
    color: #fe284a
}

.email-popup-close, .reg_popup-close {
    position: absolute;
    top: -30px;
    right: -35px;
    border: 0;
    width: 30px;
    height: 30px;
    background-size: 15px
}

.email-popup__inner, .reg_popup__inner {
    height: fit-content;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.email-popup__inner .error_valid_message, .reg_popup__inner .error_valid_message {
    color: #ff0a09;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px
}

.email-popup__inner .ref_btn, .reg_popup__inner .ref_btn {
    line-height: 36px;
    height: 40px;
    border-radius: 20px;
    width: 300px;
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-top: 10px;
    outline: 0;
    border: 0;
    color: #fff
}

@media (max-width: 575px) {
    .email-popup__inner .ref_btn, .reg_popup__inner .ref_btn {
        width: 260px
    }
}

.email-popup__form, .reg_popup__form {
    width: 100%;
    padding: 40px 0
}

.email-popup__form .wpcf7-form-control-wrap, .reg_popup__form .wpcf7-form-control-wrap {
    display: block
}

.email-popup__form .wpcf7-form-control-wrap input[type=email], .reg_popup__form .wpcf7-form-control-wrap input[type=email] {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    width: 80%;
    max-width: 300px;
    text-align: left;
    margin: 0 auto 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (max-width: 575px) {
    .email-popup__form .wpcf7-form-control-wrap input[type=email], .reg_popup__form .wpcf7-form-control-wrap input[type=email] {
        max-width: 100%;
        margin: 0 auto 10px;
        width: 100%
    }
}

.email-popup__form .wpcf7-form-control-wrap input[type=email]:active, .email-popup__form .wpcf7-form-control-wrap input[type=email]:hover, .reg_popup__form .wpcf7-form-control-wrap input[type=email]:active, .reg_popup__form .wpcf7-form-control-wrap input[type=email]:hover {
    border-color: #ffde26
}

.email-popup__form .wpcf7-form-control-wrap input[type=email].error_valid, .reg_popup__form .wpcf7-form-control-wrap input[type=email].error_valid {
    border: 2px solid #ff0a09
}

.email-popup__form .wpcf7-submit, .reg_popup__form .wpcf7-submit {
    color: #fff;
    width: fit-content;
    max-width: 90%;
    outline: 0;
    font-size: 14px;
    border: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border-radius: 20px;
    padding: 0 40px;
    margin: -2px auto 0;
    line-height: 22px;
    font-weight: 800;
    font-family: Muller, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.email-popup__form .wpcf7-submit:hover, .reg_popup__form .wpcf7-submit:hover {
    transform: translateY(2px);
    -webkit-box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4);
    box-shadow: 0 1px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.email-popup__form .hidden-input, .reg_popup__form .hidden-input {
    height: 0;
    overflow: hidden
}

.email-popup__form .hidden-input input, .reg_popup__form .hidden-input input {
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0
}

.email-popup__form .wpcf7-response-output, .reg_popup__form .wpcf7-response-output {
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px
}

.email-popup__form .kc_captcha, .reg_popup__form .kc_captcha {
    margin: 10px auto 20px
}

.email-popup__form .kc_captcha .captcha-image svg, .reg_popup__form .kc_captcha .captcha-image svg {
    padding: 5px;
    width: 30px;
    height: 30px
}

.email-popup__bottom-text, .reg_popup__bottom-text {
    text-align: center;
    font-size: 1.8rem
}

.email-popup__bonuses-list, .reg_popup__bonuses-list {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 575px) {
    .email-popup__bonuses-list, .reg_popup__bonuses-list {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 10px
    }
}

.email-popup__bonuses-list > li, .reg_popup__bonuses-list > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 575px) {
    .email-popup__bonuses-list > li, .reg_popup__bonuses-list > li {
        width: 40%;
        margin: 0 10px 15px
    }

    .email-popup__bonuses-list > li:last-child, .reg_popup__bonuses-list > li:last-child {
        display: none
    }
}

.email-popup label, .reg_popup label {
    margin-bottom: 5px;
    display: block;
    text-align: left;
    width: 80%;
    font-size: 1.5rem;
    max-width: 300px
}

@media (max-width: 575px) {
    .email-popup label, .reg_popup label {
        max-width: 100%;
        width: 100%
    }
}

.email-popup p, .reg_popup p {
    font-size: 16px;
    max-width: 80%;
    margin: 30px auto
}

@media (max-width: 575px) {
    .email-popup p, .reg_popup p {
        margin: 15px auto 0;
        max-width: 100%
    }
}

.email-popup p.reg_popup__bonuses-ttl, .reg_popup p.reg_popup__bonuses-ttl {
    margin: 10px auto;
    font-size: 1.5rem;
    text-align: center
}

@media (max-width: 575px) {
    .email-popup p.reg_popup__bonuses-ttl, .reg_popup p.reg_popup__bonuses-ttl {
        font-size: 1.5rem
    }
}

.text-neon {
    display: inline-block;
    height: 24px;
    position: relative
}

.text-neon_stick {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #433d55;
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .2)
}

.text-neon_stick:first-of-type {
    top: 8px
}

.text-neon_stick:last-of-type {
    bottom: 8px
}

.text-neon_stick:after, .text-neon_stick:before {
    content: "";
    position: absolute;
    top: -1px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: inherit
}

.text-neon_stick:before {
    left: 0
}

.text-neon_stick:after {
    right: 0
}

.text-neon_content {
    position: relative;
    display: block;
    height: inherit;
    padding: 0 8px;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    color: #ff5d56;
    text-shadow: 0 0 0 #fa1320, 0 0 5px #fa1320, 0 0 10px #fa1320, 0 0 15px #fa1320, 0 1px 1px #c20b12, 0 2px 1px #c20b12, 0 10px 12px #000
}

@media (max-width: 575px) {
    .text-neon_content {
        font-size: 18px
    }
}

.text-neon_content:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 30px 8px rgba(250, 19, 32, .3);
    box-shadow: 0 10px 30px 8px rgba(250, 19, 32, .3)
}

.form-submit .submit {
    width: 270px;
    margin: 15px 0;
    padding: 10px 25px;
    border-radius: 22px;
    outline: 0;
    color: #fff;
    border: 0
}

.commentlist {
    padding: 0;
    list-style: none;
    margin: 10px 0
}

.commentlist li.comment {
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 3px;
    background: url(images/noise.png), -webkit-gradient(linear, left top, left bottom, from(#1c2240), to(#1c2240)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4d5a85), to(rgba(70, 82, 121, 0))) border-box;
    border: 1px dashed #c1b5ab
}

.commentlist li.comment .comment-author {
    padding-right: 220px;
    font-size: 1.8rem
}

.commentlist li.comment .commentmetadata {
    position: absolute;
    top: 20px;
    right: 20px
}

.commentlist li.comment .commentmetadata a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff
}

.commentlist li.comment .children {
    list-style: none;
    padding: 15px 0 0
}

.commentlist li.comment .children li.comment {
    background: #1f1c1b
}

.commentlist li.comment .children li.comment:last-child {
    margin-bottom: 0
}

.navigation {
    overflow: hidden;
    clear: both
}

.comment-reply-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #cbc9c9
}

.comment-form-comment label {
    display: block;
    margin-bottom: 10px
}

.comment-form-comment textarea {
    width: 60%;
    border-radius: 5px;
    outline: 0;
    border: 0;
    padding: 10px;
    min-width: 280px;
    min-height: 150px;
    max-width: 80%;
    background: #fff8f3
}

@media (max-width: 499px) {
    .comment-form-comment textarea {
        min-width: 250px
    }
}

.comment-form-author label, .comment-form-email label {
    display: inline-block;
    vertical-align: middle;
    width: 75px
}

.comment-form-author input, .comment-form-email input {
    border-radius: 7px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: 0;
    background: #fff8f3
}

@media (max-width: 499px) {
    .comment-form-author input, .comment-form-email input {
        width: 250px
    }
}

.comment-form-author, .comment-form-email, .form-submit {
    margin-top: 25px
}

.page-template-aff-landing-page__container {
    min-height: 100vh;
    box-sizing: border-box;
    padding: 70px;
    font-family: "PT Sans Caption", sans-serif
}

@media (max-width: 575px) {
    .page-template-aff-landing-page__container {
        padding: 30px 20px
    }
}

.page-template-aff-landing-page__container h1 {
    font-family: "PT Sans Caption", sans-serif;
    font-size: 4.2rem;
    text-align: center;
    margin: 0 0 30px;
    animation: neon4 2s ease-in-out infinite alternate
}

@media (max-width: 575px) {
    .page-template-aff-landing-page__container h1 {
        font-size: 3.2rem
    }
}

.page-template-aff-landing-page__content {
    max-width: 900px;
    margin: 25px auto 0;
    background: #0b0b16;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    border: 3px dashed #6c6995;
    border-radius: 15px
}

@media (max-width: 575px) {
    .page-template-aff-landing-page__content {
        padding: 10px 15px;
        margin-top: 5px
    }
}

.page-template-aff-landing-page__content .wpcf7 {
    position: relative
}

.page-template-aff-landing-page__content .wpcf7-email {
    padding: 5px 10px;
    border-radius: 5px;
    color: #111;
    font-size: 2rem;
    max-width: 350px;
    margin: 0 auto 7px;
    box-sizing: border-box
}

@media (max-width: 575px) {
    .page-template-aff-landing-page__content .wpcf7-email {
        max-width: 100%
    }
}

.page-template-aff-landing-page__content .wpcf7-spinner {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.page-template-aff-landing-page__content .wpcf7-submit {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.8rem;
    margin: -3px 7px 0;
    border-radius: 5px
}

@media (max-width: 575px) {
    .page-template-aff-landing-page__content .wpcf7-submit {
        font-size: 1.6rem
    }
}

.page-template-aff-landing-page__content .wpcf7 .captcha-image {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 5px
}

.page-template-aff-landing-page__content .wpcf7 .captcha-image > label {
    margin: 0 10px 10px
}

.promo_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 0
}

.promo_list__item {
    min-width: 340px;
    width: 400px;
    max-width: 30%;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 1% 30px;
    background: #6c6995;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 48% 100%, 0 80%);
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    transition: all ease-out .4s
}

@media (max-width: 575px) {
    .promo_list__item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 7px
    }
}

.promo_list__item:hover {
    transform: scale(1.15);
    background: #9794be
}

@media (max-width: 575px) {
    .promo_list__item:hover {
        transform: scale(1)
    }
}

.promo_list__item-inner {
    outline: 0;
    border: 0;
    padding: 0 0 90px;
    box-sizing: border-box;
    width: 100%;
    height: 530px;
    color: #fff;
    background: #0b0b16;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 48% 100%, 0 80%);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 1220px) {
    .promo_list__item-inner {
        padding-bottom: 100px
    }
}

@media (max-width: 575px) {
    .promo_list__item-inner {
        padding-bottom: 110px;
        height: 480px
    }
}

.promo_list__item-top {
    padding: 25px 25px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.promo_list__item-logo {
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: 0;
    outline: 0
}

@media (max-width: 991px) {
    .promo_list__item-logo {
        height: 190px
    }
}

@media (max-width: 575px) {
    .promo_list__item-logo {
        height: 110px;
        margin-bottom: 15px
    }
}

.promo_list__item-logo img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block
}

.promo_list__item-bonus {
    padding: 10px 0;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffeb8a
}

@media (max-width: 575px) {
    .promo_list__item-bonus {
        font-size: 2.2rem
    }
}

.promo_list__item-code {
    font-size: 1.8rem
}

.promo_list__item-code span {
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 575px) {
    .promo_list__item-code span {
        display: block;
        margin-bottom: 5px
    }
}

.promo_list__item-code code {
    padding: 3px 7px;
    border: 2px dashed #ccc;
    background: #333;
    font-size: 2rem;
    display: inline-block;
    margin: 0 0 0 5px
}

@media (max-width: 575px) {
    .promo_list__item-code code {
        display: block
    }
}

.page-template-aff-landing-page__content .promo_list__item-bottom .wpcf7-submit, .promo_list__item-bottom .btn, .promo_list__item-bottom .page-template-aff-landing-page__content .wpcf7-submit {
    width: 240px;
    margin: 0 auto;
    padding: 8px 15px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    border-radius: 5px
}

@media (max-width: 575px) {
    .page-template-aff-landing-page__content .promo_list__item-bottom .wpcf7-submit, .promo_list__item-bottom .btn, .promo_list__item-bottom .page-template-aff-landing-page__content .wpcf7-submit {
        font-size: 2rem;
        width: 200px
    }
}

@media only screen and (max-width: 1755px) {
    .header-top .socials-list {
        display: none
    }

    .top-menu-block {
        padding-right: 160px
    }
}

@media only screen and (max-width: 1575px) {
    .logotype {
        max-width: 120px;
        top: 13px
    }

    .top-menu-block {
        padding: 0 160px
    }
}