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

body {
    margin: 0;
}

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

[hidden],template {
    display: none;
}

a {
    text-decoration: none !important;
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

b,strong {
    font-weight: bold;
}

img {
    border: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.container:before,.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1100px) {
    .container {
        width: 1080px;
    }
}

@media (min-width: 1270px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1370px) {
    .container {
        width: 1100px;
    }
}

@media (min-width: 1495px) {
    .hidden-lg {
        display: none;
    }

    .container {
        width: 1250px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1495px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1495px) {
    .hidden-md {
        display: none !important;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?-6q1e7t");
    src: url("../fonts/icomoon.eot?#iefix-6q1e7t") format("embedded-opentype"), url("../fonts/icomoon.ttf?-6q1e7t") format("truetype"), url("../fonts/icomoon.woff?-6q1e7t") format("woff"), url("../fonts/icomoon.svg?-6q1e7t#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],[class*=" icon-"],.my_ico,.connect a.vkontakte:before,.connect a.facebook:before,.connect a.phone:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e608";
}

.icon-phone:before {
    content: "\e609";
}

.icon-arrow_left:before {
    content: "\e600";
}

.icon-arrow_right:before {
    content: "\e601";
}

.icon-close:before {
    content: "\e602";
}

.icon-fb:before {
    content: "\e603";
}

.icon-game:before {
    content: "\e604";
}

.icon-heart:before {
    content: "\e605";
}

.icon-menu:before {
    content: "\e606";
}

.icon-user:before {
    content: "\e607";
}

.icon-logout:before {
    content: "\e601";
}

.icon-info:before {
    content: "\e900";
}

html {
    height: 100%;
}

body {
    overflow-y: scroll;
    height: 100%;
}

@media screen and (min-width: 1000px) {
    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
        border-radius: 0px;
        background-color: #3971CB;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #21447d;
    }
}

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

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

body {
    background-color: #3971CB;
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: Arial;
}

body.fixed {
    padding-top: 45px;
}

body.fixed .header__position {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, #1A4DAD 0%, #326DC1 100%);
    background-image: -o-linear-gradient(top, #1A4DAD 0%, #326DC1 100%);
    background-image: linear-gradient(to bottom, #1A4DAD 0%, #326DC1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A4DAD', endColorstr='#FF326DC1', GradientType=0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
body.fixed .wrap.cancelheader .header__position {
    top: 35px;
}

@media (max-width: 1250px) {
    body.fixed.nav__open .header__position {
        /* position: static!important; */padding-left: 0 !important;
    }
}

body.nav__open.fixed .header__position {
    /* padding-left: 250px!important; */
}

body.nav__open .nav__toggle-link {
    background-color: #2D3F61;
    border-color: #253451;
    box-shadow: inset 0 3px 3px #253451;
}

body.nav__open .nav__toggle-link i {
    position: relative;
    top: 1px;
    color: #949EAF;
}

body.nav__open {
    /* overflow: hidden; */
}

body.nav__open .section {
    /* padding-right: 8px; */
}

.section {
    padding-left: 0px;
    background-image: url("/img/body.jpg");
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    margin-bottom: -60px;
    padding-bottom: 70px;
}

.header {
    padding-top: 45px;
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

@media (max-width: 1140px) {
    .header {
        background-size: auto;
    }
}

.header__position {
    padding: 7px 0;
}

.logo {
    display: inline-block;
    margin-top: 6px;
    width: 100%;
}

.logo img {
    vertical-align: middle;
    max-width: 100%;
}

@media (max-width: 767px) {
    .logo {
        line-height: 42px;
    }
    .rel_game {
        display: none;
    }
}

.no_p_xs {
    padding: 0 !important;
}

.nav__toggle-link {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #8FCFF0;
    display: inline-block;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    color: #FBFCFC;
    position: relative;
    top: 2px;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.nav__toggle-link:hover {
    color: #8FCFF0;
}

@media (max-width: 767px) {
    .nav__toggle-link {
        font-size: 25px;
        width: 50px;
        height: 50px;
        line-height: 52px;
    }
}

.user__profile-link{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #8FCFF0;
    display: inline-block;
    font-size: 26px;
    line-height: 58px;
    text-align: center;
    color: #FBFCFC;
    position: relative;
    top: 2px;
    text-decoration: none;
}

.user__profile-link:hover, .logout-link:hover {
    color: #8FCFF0;
}

.logout-link {
    font-size: 25px;
    line-height: 45px;
    text-align: center;

    color: #FBFCFC;
    position: relative;
    top: 2px;
    text-decoration: none;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .user__profile-link {
        font-size: 25px;
        width: 50px;
        height: 50px;
        line-height: 52px;
    }
}

h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

/* @import "partials/slider"; */
.slider-item {
    border: 5px solid #fff;
}

.section__slider {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .section__slider {
        padding-top: 20px;
    }

    .section__slider .align-right {
        text-align: center;
    }
}

.nav {
    position: fixed;
    left: -250px;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #2D3F61;
    z-index: 100;
    box-shadow: 7px 0 15px rgba(0, 0, 0, 0.4);
}

.nav ul {
    margin-bottom: 0;
}

.nav__search {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .nav__search {
        padding: 15px 0;
    }
}

.nav__search-box {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.nav__search-box input {
    height: 35px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    outline: none !important;
    padding: 0 20px 0 40px;
    width: 100%;
    font-size: 14px;
}

.nav__search-box-link {
    position: absolute;
    left: 13px;
    top: 9px;
    font-size: 18px;
    color: #A9A4BC;
    cursor: pointer;
}

.nav__search-box-link:hover {
    color: #7f789c;
}

.nav__search-box-clear {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 14px;
    color: #A9A4BC;
    cursor: pointer;
    display: none;
}

.nav__search-box-clear:hover {
    color: #7f789c;
}

.nav__main {
    padding: 30px 0;
    border-top: 1px solid #465373;
}

@media (max-width: 767px) {
    .nav__main {
        padding: 10px 0;
    }
}

.nav__main ul {
    list-style: none;
    margin-top: 0;
}

.nav__main ul li {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .nav__main ul li {
        padding: 5px 0;
    }
}

.nav__main ul li a {
    color: #ffe75f;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

@media (max-width: 767px) {
    .nav__main ul li a {
        font-size: 15px;
    }
}

.nav__main ul li a i.icon-arrow_left {
    font-size: 16px;
    margin-right: 15px;
}

.lang__ir .nav__main ul li a i.icon-arrow_left {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 0;
}

.nav__main ul li a i.icon-game {
    font-size: 18px;
    margin-right: 13px;
}

.lang__ir .nav__main ul li a i.icon-game {
    font-size: 18px;
    margin-left: 13px;
    margin-right: 0;
}

.nav__genre {
    padding: 30px 0;
    border-top: 1px solid #465373;
}

@media (max-width: 767px) {
    .nav__genre {
        padding: 10px 0;
    }
}

.nav__genre ul {
    list-style: none;
    margin-top: 0;
}

.nav__genre ul li {
    padding: 7px 0;
}

@media (max-width: 767px) {
    .nav__genre ul li {
        padding: 7px 0;
    }
}

.nav__genre ul li a {
    color: #ffe75f;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

@media (max-width: 767px) {
    .nav__genre ul li a {
        font-size: 16px;
    }
}

.nav a {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.nav a:hover {
    color: #F6D82D;
}

.nav .close__nav {
    display: none;
}

@media (max-width: 1250px) {
    .nav {
        padding-top: 30px;
    }

    .nav .close__nav {
        display: block;
        font-size: 20px;
        color: #94A6C7;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }
}

.item {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .item {
        max-width: 382px;
        margin-left: auto;
        margin-right: auto;
    }
}

.item__image img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.item__footer {
    background-color: #fff;
    padding: 15px;
}

.item__footer-game-name {
    font-size: 20px;
    color: #3b3b3b;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
}

.item__footer-game-name {
    text-align: center;
}

.no__pad {
    padding: 0 !important;
}

.link__game-descript {
    font-size: 14px;
    color: #8a859d;
    text-decoration: none;
    border-radius: 15px;
    border: 1px solid;
    padding: 7px 11px 7px 10px;
    color: rgb(169, 164, 188);
    transition: color .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    max-width: 100%;
    display: inline-block;
}
.lang__bg .link__game-descript {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}
a.link__game-descript i {
    font-size: 16px;
    vertical-align: text-bottom;
    margin-right: 2px;
}
.description {
    padding-top: 20px;
}
.link__game-descript:hover {
    color: #403d4c;
}

.link__go-play {
    padding: 9px 30px;
    max-width: 90%;
    border-radius: 15px;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.oranj-btn,.link__go-play,.settings__top a.log__in {
    background-image: -webkit-linear-gradient(top, #FDCB41 0%, #F29906 100%);
    background-image: -o-linear-gradient(top, #FDCB41 0%, #F29906 100%);
    background-image: linear-gradient(to bottom, #FDCB41 0%, #F29906 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDCB41', endColorstr='#FFF29906', GradientType=0);
}

.oranj-btn:hover,.link__go-play:hover,.settings__top a.log__in:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #FDCB41 0%, #faae31 100%);
    background-image: -o-linear-gradient(top, #FDCB41 0%, #faae31 100%);
    background-image: linear-gradient(to bottom, #FDCB41 0%, #faae31 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDCB41', endColorstr='#FFFAAE31', GradientType=0);
}

.count__like {
    line-height: 32px;
    color: #A9A4BC;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.count__like i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.show_all {
    font-size: 16px;
    color: #ffe75f;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 20px;
}

.show_all:hover {
    color: #ffe75f;
}

.show_all i {
    margin-left: 7px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1A4DAD;
    padding: 20px 0;
}

.footer a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: underline !important;
}
.footer .footer-lang a {
    color: #000;
    text-decoration: underline !important;
    font-size: inherit;
    margin: 0;
}
.footer .footer-lang {
    text-align: justify;
}

@media (max-width: 767px) {
    .footer a {
        text-decoration: underline;
        font-size: 12px;
    }
}

.slider__nav {
    position: absolute;
    bottom: 65%;
    left: 0;
    width: 100%;
    z-index: 0;
}

.slider__nav span {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    color: #92CCF1;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.slider__nav span:hover {
    color: #fff;
}

.slider__nav-left {
    left: 10px;
}

.slider__nav-left i {
    position: relative;
    top: 3px;
    right: 2px;
}

.slider__nav-left.disabled {
    opacity: .7;
    cursor: default;
    color: #838894 !important;
}

.slider__nav-right {
    right: 10px;
}

.slider__nav-right i {
    position: relative;
    top: 3px;
    left: 2px;
}

.slider__nav-right.disabled {
    opacity: .7;
    cursor: default;
    color: #838894;
}

.frame {
    width: 100%;
    height: 270px;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .frame {
        height: 160px;
    }

    .frame .slider__nav {
        display: none;
    }
}

.frame .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    min-width: 1750px;
}

.frame .slidee:after,.frame .slidee:before {
    content: "";
    display: table;
    clear: both;
}

.frame .slidee li {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    width: 480px;
    height: 100%;
    border: 4px solid #fff;
    position: relative;
}

.frame .slidee li.new-game:after {
    content: "";
    width: 92px;
    height: 91px;
    background-image: url("/img/new.png");
    position: absolute;
    left: -5px;
    top: -5px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .frame .slidee li {
        width: 275px!important;
        margin: 0;
        border-left-width: 2px;
        border-right-width: 2px;
    }

    .frame .slidee li.new-game:after {
        width: 56px;
        height: 55px;
        left: -3px;
        top: -3px;
    }
}

.frame .slidee li img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.item-info {
    background-color: #fff;
    margin-bottom: 30px;
}

.item-info-title {
    display: block;
    text-align: center;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .item-info-title {
        display: none;
    }
}

.item-info-title h1 {
    margin: 0;
    font-size: 36px;
    color: #3b3b3b;
    font-weight: normal;
}

.item-info-title .game-category {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #f39e0c;
    margin-top: 2px;
}

.item-info img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .item-info img {
        width: 100%;
    }
}

.item-info__header {
    padding: 25px 30px;
}

@media (max-width: 767px) {
    .item-info__header {
        padding: 0;
    }
}

.item-info__r-descr {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    display: block;
    padding: 27px;
    font-size: 16px;
    color: #171717;
    line-height: 25px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .item-info__r-descr {
        display: none;
    }
}

@media (max-width: 767px) {
    .item-info__r-btn > .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.item-info__r-btn .play-btn {
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 12px 20px;
    min-width: 240px;
    text-align: center;
    border-radius: 30px;
}

.item-info__r-btn .social_box {
    line-height: 52px;
}

.item-info__r-btn .social_box .like {
    font-size: 18px;
    color: #a9a4bc;
    display: inline-block;
}

.item-info__r-btn .social_box .like i {
    font-size: 30px;
    vertical-align: middle;
    border: 1px solid #A9A4BC;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.item-info__r-btn .social_box .fb {
    font-size: 18px;
    color: #a9a4bc;
    display: inline-block;
    margin-left: 40px;
}

.item-info__r-btn .social_box .fb i {
    font-size: 30px;
    vertical-align: middle;
    border: 1px solid #A9A4BC;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.item-info__r-btn .social_box i {
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.item-info__r-btn .social_box i:hover {
    color: #7f789c;
    border-color: #7f789c;
}

@media (max-width: 767px) {
    .item-info__r-btn .social_box {
        text-align: center;
        position: relative;
        height: 52px;
        padding: 0;
    }

    .item-info__r-btn .social_box .like {
        position: absolute;
        top: 0;
        left: 40px;
    }

    .item-info__r-btn .social_box .fb {
        position: absolute;
        top: 0;
        right: 40px;
    }
}

@media (max-width: 767px) {
    .item-info__r-btn .position__btn-xs {
        text-align: center;
        margin-top: -30px;
    }
}

.item-info__bottom {
    padding: 20px 30px;
    background-color: #DAE9F8;
    position: relative;
}

@media (max-width: 767px) {
    .item-info__bottom {
        display: none;
    }
}

.screens {
    width: 100%;
    height: 267px;
    padding: 0;
    overflow: hidden;
}

.screens .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    min-width: 2000px;
}

.screens .slidee:after,.screens .slidee:before {
    content: "";
    display: table;
    clear: both;
}

.screens .slidee li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: auto;
    height: 100%;
}

.scrollbar {
    width: 100%;
    height: 7px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
}

.scrollbar .handle {
    width: 100px;
    /* overriden if dynamicHandle: 1 */
    height: 100%;
    background: #AEBAC6;
    border-radius: 5px;
}

.related__games {
    margin-bottom: 60px;
}

.related__games-box {
    background-color: #fff;
    padding: 8px;
}

.related__games .item__image {
    padding-right: 0;
}

.related__games .item__image > div {
    position: relative;
    height: 130px;
    overflow: hidden;
}

.related__games .item__image img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    top: 0;
}

.related__games .item__footer {
    height: 130px;
    padding: 10px 0;
}

.related__games .item__footer-game-name {
    text-align: left;
    padding: 0 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.related__games .item__footer .link__go-play {
    margin-bottom: 15px;
    font-size: 20px;
    border-radius: 20px;
    min-width: 120px;
}

.related__games .item__footer .count__like {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .related__gamess {
        display: none;
    }
}

.full_height {
    padding-bottom: 80px;
}

.full_height .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.settings {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.settings__top a {
    display: block;
}

.settings__top a.log__in {
    padding: 10px 0;
    text-decoration: none;
    border-radius: 30px;
    font-size: 24px;
    color: #fff;
}

.settings__top a.registration {
    padding: 10px 0;
    text-decoration: none;
    border-radius: 30px;
    font-size: 24px;
    color: #FFE75F;
    border: 3px solid #FFE75F;
    margin-top: 30px;
}

.settings__nav {
    background-color: #4188D9;
    border-radius: 10px;
    margin-top: 45px;
}

.settings__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.settings__nav ul a {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #3971CB;
}

.settings__nav ul li.active a {
    font-weight: bold;
}

.settings__nav .hide__box {
    background-color: #3D62A7;
    padding: 20px 15px;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #fff;
    display: none;
    line-height: 20px;
}

.connect {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.connect a {
    display: block;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    padding: 14px 0 14px 75px;
    border-radius: 30px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.connect a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55px;
    border-right: 1px solid #3972CC;
}

.connect a.vkontakte,.connect a.facebook {
    background-color: #3C5B9A;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.connect a.facebook:before {
    content: "\e603";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
}

.connect a.vkontakte:before {
    content: "\e607";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
}

.connect a.vkontakte:hover {
    background-color: #395793;
}

.connect a.facebook:hover {
    background-color: #395793;
}

.connect a.phone {
    background-color: #11B0D9;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.lang__kz .connect a.phone,
.lang__bg .connect a.phone {
    padding-left: 70px;
    font-size: 20px;
}
.connect a.phone:before {
    content: "\e609";
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -12px;
}

.connect a.phone:hover {
    background-color: #10a8d0;
}

.connect a.registration {
    color: #FFE75F;
    border: 3px solid #FFE75F;
    margin-top: 18px;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: border-color 0.4s, color 0.4s;
    -o-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.connect a.registration:after {
    display: none;
}

.connect a.registration:hover {
    border-color: #ffdc13;
    color: #ffdc13;
}

.connect .or_txt {
    font-size: 16px;
    color: #c1d7ec;
}

@media (max-width: 400px) {
    .connect {
        max-width: 100%;
        padding: 0 20px;
    }

    .connect a {
        font-size: 18px;
        padding-left: 65px;
    }

    .connect a:after {
        width: 49px;
    }
}

.login {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.login input {
    display: block;
    width: 100%;
    height: 52px;
    box-shadow: none;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
    outline: none !important;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
}

.login button,.white-btn {
    background-color: transparent;
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 46px;
    font-size: 24px;
    color: #FFFFFF;
    outline: none !important;
}

.white-btn:active, .white-btn:hover {
    border: 4px solid #fff;
    line-height: 44px;
}

.login .password__reset {
    font-size: 16px;
    color: #ffe75f;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 70px;
}

.profile__go-home {
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-bottom: 20px;
    color: #ffe75f;
    vertical-align: middle;
    line-height: 18px;
}

.profile__go-home i {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.login .registration {
    display: block;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    color: #FFE75F;
    border: 3px solid #FFE75F;
    margin-top: 18px;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: border-color 0.4s, color 0.4s;
    -o-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.login .registration:after {
    display: none;
}

.login .registration:hover {
    border-color: #ffdc13;
    color: #ffdc13;
}

@media (max-width: 400px) {
    .login {
        max-width: 100%;
        padding: 0 20px;
    }

    .login .password__reset {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    visibility: hidden;
}

.owl-carousel {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .owl-carousel .slider__nav {
        display: none;
    }
}

.owl-carousel .slider__nav-left {
    left: 15px;
}

.owl-carousel .slider__nav-right {
    right: 15px;
}

.mobile__box {
    display: none;
}

@media (max-width: 767px) {
    .mobile__box {
        display: block;
        position: relative;
        border-top: 1px solid #D8D8D8;
    }

    .hidden-xs {
        display: none;
    }

    .item-info {
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }

    .section__items .align-right {
        text-align: center;
    }

    .mobile__box .item-info-title {
        display: block;
    }

    .mobile__box .related__games {
        display: block;
    }

    .mobile__box .item-info__bottom {
        display: block;
    }

    .item-info__header {
        background-color: #F0F0F0;
        padding-bottom: 40px;
    }

    .mobile__box .item-info__r {
        padding: 20px 30px;
    }

    .mobile__box .item-info__r-descr {
        display: block;
    }

    .mobile__box {
        background-color: #fff;
    }

    .tabs__nav {
        text-align: center;
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
    }

    .tabs__nav a {
        font-size: 18px;
        color: #a9a4bc;
        text-decoration: none;
        padding: 15px 30px;
        display: inline-block;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #D6D6D6;
        position: relative;
        top: 0px;
    }

    .tabs__nav a.active {
        font-size: 24px;
        color: #242424;
        border-bottom: none;
        border-left: 1px solid #D6D6D6;
        border-top: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
        top: 0;
    }

    .tabs__content-hidden {
        display: none;
    }

    .tabs__content-hidden.active {
        display: block;
    }
}

@media (max-width: 620px) {
    .item-info__header {
        padding-bottom: 60px;
    }

    .tabs__nav a {
        font-size: 16px;
        padding: 12px 20px;
    }

    .tabs__nav a.active {
        font-size: 18px;
    }

    .social_box {
        margin-top: 15px;
    }

    .social_box > span,.social_box > a {
        position: static !important;
        margin: 0 10px !important;
    }

    .mobile__box h1 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .item-info__r {
        padding: 15px !important;
    }

    .item-info__r-descr {
        padding: 15px;
    }

    .slider__nav {
        display: none;
    }

    .position__btn-xs {
        margin-top: -60px !important;
    }

    .item-info__bottom {
        padding: 20px;
    }

    .header {
        background-position: 50% -10px;
        padding-top: 15px;
    }

    body.fixed {
        padding-top: 64px;
    }
}

@media (max-width: 1495px) {
    .related__games {
        padding: 20px 0;
    }

    .rel_game .item:nth-child(4) {
        display: none;
    }
    .item-info__r-btn .play-btn {
        font-size: 20px;
        padding: 14px 20px;
    }
    .related__games .item__image {
        padding-right: 15px;
    }

    .related__games .item__image img {
        position: static;
        transform: translate(0%, 0);
        -webkit-transform: translate(0%, 0);
        width: 100%;
    }

    .related__games .item__footer-game-name {
        text-align: center;
    }

    .item__footer .col-xs-12 {
        text-align: center;
    }

    .link__game-descript {
        margin-left: 10px;
    }

    .related__games-box {
        margin: 10px auto;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
        max-width: 260px;
    }
}
@media (max-width: 991px) {
    .rel_game .item:nth-child(4) {
        display: block;
    }
    .align-center-xs {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .item-info__r-descr {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .settings {
        max-width: 100%;
        padding: 0 20px;
        margin-top: 30px;
    }

    .tabs__content-hidden .container > .row > .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 1370px) {
    .item-info__r-descr {
        padding: 15px;
        font-size: 14px;
    }
    .frame .slidee li {
        width: 480px;
    }
}

@media (max-height: 520px) {
    .nav {
        overflow: auto;
    }
}

.page-box {
    background-color: #3D62A7;
    padding: 20px 15px;
    box-shadow: inset 0 0 7px rgba(0,0,0,.2);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

@media (min-width: 1200px) and (max-width: 1495px) {
    .col-lg-6 {
        width: 100%;
    }
}

.settings h2 a,.settings h2 a:hover {
    color: #fff;
}

.icon-like {
    color: #7f789c !important;
    border-color: #7f789c !important;
}

.has-error .help-block {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.has-error .help-block:after {
    content: "!";
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #F2E264;
    color: #3A65B0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#screen1 img {
    max-height: 100%;
}

.wrap {
    min-height: 100%;
    padding-bottom: 60px;
    position: relative;
}
.lang__ru .wrap {
    padding-bottom: 140px;
}
@media (max-width: 767px) {
    .lang__ru .wrap {
        padding-bottom: 0px;
    }
    .lang__bg .related__games .item__footer .link__go-play {
        font-size: 16px;
    }
    .footer {
        position: static;
    }
}
/* */
/* Preload images */
body:after {
    content: url(/img/close.png) url(/img/loading.gif) url(/img/prev.png) url(/img/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.page-box a,.page-box a:hover,.page-box a:visited,.hide__box a,.hide__box a:hover,.hide__box a:visited {
    color: #fdec89;
}

.hide__box a {
    padding: 0 !important;
    border: none !important;
}
#login-form {
    position: relative;
}
#login-form select {
    position: absolute;
    left: 0;
    border-top-left-radius: 30px;
    background: #FFE75F;
    border: medium;
    height: 52px;
    border-bottom-left-radius: 30px;
    text-align: right;
    width: 60px;
    outline: none;
}
/*#login-form #phone {
    padding-left: 65px;
}*/

.p0 {padding: 0;}

.user-settings {width: 55px; height: 55px;}
.lang {width: 55px; height: 55px; border-radius: 28px; border: 1px solid #8FCFF0; display: inline-block; font-size: 18px; line-height: 53px; text-align: center; color: #FBFCFC; position: relative; top: 2px; right: 0; text-decoration: none; font-weight: bold; cursor: pointer; text-transform: uppercase;}
.lang span {padding: 0 14px; position: absolute; top: 0; left: 0; z-index: 98;}
.lang:hover {color: #8FCFF0;}
.lang ul {width: 55px; min-height: 45px; max-height: 156px; padding: 0 0 25px 0; position: absolute; top: 27px; left: -1px; z-index: 99; overflow-y: auto; overflow-x: hidden; background: #3971CB; display: none; font-size: 16px; line-height: 30px; text-align: center; color: #FBFCFC; text-decoration: none; font-weight: bold; margin-right: 15px;}
.lang li:first-child {margin-top: 5px;}
.lang li {list-style: none;}
.lang li a {color: #FBFCFC;}
.lang li a:hover {background: #56a0e5; padding: 5px 6px; border-radius: 5px;}
.lang li:visited {color: #FBFCFC;}

.lang span {border-radius: 50%;}
.lang ul {display: none; border-left: 1px solid #8FCFF0; border-right: 1px solid #8FCFF0; border-bottom: 1px solid #8FCFF0; border-radius: 0 0 28px 28px;}
.lang ul:before {content: ""; border-left: 1px solid #8FCFF0; border-right: 1px solid #8FCFF0; display: block; width: 53px; height: 15px; background: #3971CB; position: absolute; top: -15px; left: -1px; z-index: 9999;}
.opened {border-top: 1px solid #8FCFF0; border-left: 1px solid #8FCFF0; border-right: 1px solid #8FCFF0;}
.opened ul {display: block;}
.lang.opened {border-radius: 28px 28px 0 0; background: #3971CB;}

#login-form #phone {font-size: 22px; color: #444; font-weight: bold;}
#login-form select {text-indent: 6px; font-size: 22px; color: #444; font-weight: bold; text-align: center; width: 80px;}
.login input {font-size: 22px; color: #444; font-weight: bold;}

@media (max-width: 767px) {
    .lang {width: 45px; height: 45px; font-size: 16px; line-height: 22px;}
    .lang span {padding: 12px 11px;}
    .lang ul {width: 45px; font-size: 12px; top: 25px; line-height: 26px; max-height: 105px;}
    .lang li a {padding: 3px 4px;}
    .lang li a:hover {padding: 3px 4px;}
    .user__profile-link, .nav__toggle-link {width: 45px; height: 45px; font-size: 21px; line-height: 45px;}
    .no_p_xs {padding: 0;}
    #login-form #phone {font-size: 20px;}
    .login input {font-size: 20px;}
    .user-settings {width: 45px; height: 45px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .lang {width: 45px; height: 45px; font-size: 16px; line-height: 22px; margin-left: 10px;margin-top: 6px;}
    .lang span {padding: 12px 11px;}
    .lang ul {width: 45px; font-size: 12px; top: 25px; line-height: 26px; max-height: 105px;}
    .lang li a:hover {padding: 3px 4px;}
    .user__profile-link, .nav__toggle-link {width: 45px; height: 45px; font-size: 21px; line-height: 45px;margin-top: 6px;}
    #login-form #phone {font-size: 20px;}
    .login input {font-size: 20px;}
    .user-settings {width: 45px; height: 45px; margin-left: 10px;}
}

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

.footer-lang {
    font-size: 11px;
    color: #BACAE7;
    font-weight: 300;
    text-align: center!important;
}
.footer-lang a {
    color: #BACAE7!important;
}
.footer-lang p {
    margin: 0 0 8px 0;
}

.container.error {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.tarif_kz {
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.tarif_kz td {
    border-bottom: 1px solid #2B5685;
    padding: 12px 8px;
}
.tarif_kz th {
    background-color: #36568D;
    padding: 12px 8px;
    border-bottom: 1px solid #3F64A5;
}
.tarif_kz td[colspan='3']{
    background-color: #36568D;
    color: #F2E497;
    font-size: 14px;
}

.container.error .image {
    max-width: 654px;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.container.error .image img {
    width: 100%;
    max-width: 654px;
    height: auto;
    vertical-align: top;
}


.footer_img {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}


@media (max-height: 430px) {
  .lang__ir .nav {padding-top: 15px;}
  .lang__ir .nav .close__nav {font-size: 12px;}
  .lang__ir .nav__search, .nav__main, .nav__genre {padding: 2px 0;}
  .lang__ir .nav__main ul li {padding: 1px 0;}
  .lang__ir .nav__genre ul li {padding: 1px 0; margin-bottom: -3px;}
}
.lang__ir .wrap .section .nav {
    direction: rtl;
}

@media (max-height: 600px) {
  .nav .close__nav {font-size: 12px;}
  .nav__search, .nav__main, .nav__genre {padding: 5px 0;}
  .nav__main ul li {padding: 3px 0;}
  .nav__genre ul li {padding: 2px 0;}
}

@media and (min-height: 601px) and (max-height: 810px) {
  .nav .close__nav {font-size: 14px;}
  .nav__search, .nav__main, .nav__genre {padding: 15px 0;}
  .nav__main ul li {padding: 5px 0;}
  .nav__genre ul li {padding: 3px 0;}
}

.lang__ir .connect a.phone {
    direction: rtl;
    text-align: right;
}

.lang__ir .page-box {
    direction: rtl;
}
/*  FOOTER
------------------------------------------------------------------------------*/
.footer {
    /*position: relative;*/
    padding: 25px 0 5px;
    line-height: 1.75;
    margin-top: auto;
}
/*.footer-index { background-image: url(../images/bg-top-footer-index.png); }*/
.footer .wrap { max-width: 1030px; padding: 0 15px; margin: 0 auto; }
.footer-row { display: flex; justify-content: space-between; margin-bottom: 15px; }
.footer ul { list-style-type: none; }
.footer a { color: #ffe75f; text-decoration: none; outline: none; }
.footer a:hover { color: #9b8be1; }
.footer .phone:before, .footer .mail:before, .footer .address:before, .footer .owner:before { content: '\f095'; font-family: 'Font Awesome 5 Free'; display: inline-block; font-size: 14px; line-height: 1; font-weight: bold; color: #ffe75f; margin-right: 7px; }
.footer .phone:before { content: '\f095'; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
.footer .mail:before { content: '\f0e0'; }
.footer .address:before { content: '\f3c5'; margin-top: 6px; }
.footer .owner:before { content: '\f007'; font-size: 12px; }
.footer .address { display: flex; color: #FBFCFC;}
.footer .copy { text-align: center; color: #FBFCFC;}
@media (max-width:768px) {
    .footer-row { flex-direction: column; text-align: center; }
    .footer .address { display: inline-block; }
}

.login__top a.log__in {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 30px;
    font-size: 24px;
    margin-top: 30px;
    color: #fff;
    border: 0px solid #FFE75F;
    background-image: -webkit-linear-gradient(top, #FDCB41 0%, #F29906 100%);
    background-image: -o-linear-gradient(top, #FDCB41 0%, #F29906 100%);
    background-image: linear-gradient(to bottom, #FDCB41 0%, #F29906 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDCB41', endColorstr='#FFF29906', GradientType=0);
}

/*--------------------------- Contacts ------------------------------*/
.contacts-content {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

.field-box {
    border-radius: 0px 20px 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    transition: border-color 0.5s ease;
}

.field-box_invalid {
    border-color: #f45151;
}

form > .field-box:first-child {
    margin-top: 0;
}

.label {
    display: block;
    width: 170px;
    flex: 0 0 auto;
    margin: 0;
    transition: color 0.3s ease;
    color: white;
}

.field-box_focus .label {
    color: #cacaca;
}
.input-holder {
    border-radius: 20px;
    position: relative;
    flex: 0 1 100%;
    overflow: hidden;
}
.acc-settings-form .input-holder {
    border-radius: 20px;
    position: relative;
    flex: 0 1 100%;
    overflow: hidden;
    color: #2b3036;
    background-color: #f5f5f5;
}

form.contact-us .field-contact-email .input-holder,
form.contact-us .field-password .input-holder,
form.contact-us .field-contact-name .input-holder,
form.contact-us .field-contact-phone .input-holder,
form.contact-us .field-contact-textarea .input-holder
{
    background-color: #f5f5f5;
}

.input-text {
    border-radius: 20px;
    display: block;
    width: 100%;
    padding: 9px 14px 9px 10px;
    font-size: 13px;
    color: #2b3036;
    background: none;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
}

.input-text::-webkit-input-placeholder {
    color: #2b3036;
}

.input-text::-moz-placeholder {
    color: #2b3036;
}

.input-text:-ms-input-placeholder {
    color: #2b3036;
}

.input-text:-moz-placeholder {
    color: #2b3036;
}

.textarea {
    border-radius: 20px;
    height: 38px;
    resize: none;
    transition: height 0.6s ease;
}

.acc-settings-form .textarea {
    border-radius: 20px;
    display: block;
    width: 100%;
    padding: 9px 14px 9px 10px;
    font-size: 13px;
    color: #2b3036;
    background: none;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
    min-height: 120px;
}

.field-highlight {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    transform: translate3d(0, 100%, 0);
}

.input-text:focus + .field-highlight {
    z-index: -1;
    transform: translate3d(0, 0, 0);
}

.icon-validation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}

.required {
    color: #818181;
}

.error-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
}

.error-box .error-text {
    font-size: 11px;
    color: #f45151;
}

.textarea-field-box {
    align-items: flex-start;
}

.textarea-field-box .label {
    transform: translateY(9px);
}

.icon-eye-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    width: 20px;
    height: 20px;
    text-align: center;
    transform: translateY(-50%);
    font-size: 13px;
}

.contact-us {
    margin-top: 40px;
}

.contact-us .textarea:focus,
.contact-us .textarea_not-empty {
    height: 78px;
}

.contact-us .submit-required {
    text-align: center;
}

.contact-us .required {
    font-size: 14px;
    color: white;
}

.contact-us .captcha-submit {
    align-items: flex-end;
    margin-top: 27px;
    border-bottom: none;
}

.contact-us .submit-holder {
    margin-top: 13px;
}

.contact-us .submit-btn {
    width: 240px;
    text-transform: uppercase;
}

@media (max-width: 630px) {
    .main {
        padding: 35px 15px;
    }

    .contact-us {
        margin-top: 20px;
    }
}

@media (max-width: 700px) {
    .contacts {
        background-size: auto 650px;
    }

    .label {
        font-size: 13px;
    }
}

@media (max-width: 610px) {
    .contact-us .captcha-submit {
        display: block;
    }

    .contact-us .captcha-holder {
        text-align: center;
    }

    .contact-us .captcha-holder img {
        display: inline-block;
        width: 100%;
        max-width: 300px;
    }

    .contact-us .submit-required {
        margin: 15px auto 0;
    }
}

@media (max-width: 480px) {
    .main {
        padding: 25px 15px;
    }
}

@media (max-width: 430px) {
    .contact-us .label,
    .acc-settings-form .label {
        width: 100px;
        font-size: 12px;
    }

    .input-text {
        font-size: 12px;
    }
}
.contact-us .textarea
{
    padding: 11px 20px 0 40px;
    font-size: 14px;
    border-radius: 20px;
}
.contact-us input {
    height: 35px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    outline: none !important;
    padding: 0 20px 0 40px;
    width: 100%;
    font-size: 14px;
}
.submit-btn.btn.btn__primary {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 24px;
    margin-top: 30px;
    color: #fff;
    border: 0px solid #FFE75F;
    background-image: -webkit-linear-gradient(top, #FDCB41 0%, #F29906 100%);
    background-image: -o-linear-gradient(top, #FDCB41 0%, #F29906 100%);
    background-image: linear-gradient(to bottom, #FDCB41 0%, #F29906 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDCB41', endColorstr='#FFF29906', GradientType=0);
}
.mb25 {
    margin-bottom: 25px;
}
.column-4 ul {
    padding-left: 0;
}
* {
    outline: 0 !important;
}
/*--------------------------- Terms BLOCK ------------------------------*/
.main {padding: 75px 15px 80px;}
.section-title {font-size: 32px; font-weight: 700; text-align: center;}
.main .content {width: 100%; max-width: 986px; margin: 0 auto;}
.terms .section-title + .terms-article {margin-top: 25px;}
.terms-article {margin-top: 60px;}
.terms-article:first {margin-top: 25px;}
.terms-article-title {margin-bottom: 18px; font-size: 18px; font-weight: 700; text-align: center;}
.terms-article p {padding: 10px 23px;}
@media (max-width: 630px) {
    .terms .section-title + .terms-article {margin-top: 10px; }
    .terms-article {margin-top: 30px;}
    .terms-article p {padding: 10px 15px; }
}
.footer__cards {
    height: 50px;
    margin: 0 auto 10px;
    display: block;
    max-width: 100%;
}

/*orange theme*/
body.orange .section {
    background-image: url("/img/bg_orange.jpg") !important;
}
body.fixed.orange .header__position.orange, body.fixed.orange .header__position {
    background-image: -webkit-linear-gradient(top, #ad630b 0%, #ffcc00 100%) !important;
    background-image: -o-linear-gradient(top, #ad630b 0%, #ffcc00 100%) !important;
    background-image: linear-gradient(to bottom, #ad630b 0%, #ffcc00 100%) !important;
}
body.orange .footer {
    background-color: #F29906 !important;
}
body.orange .footer a, body.orange .show_all  {
    color: white !important;
}
body.orange {
    color: white !important;
    background-color: #F29906!important;
}
body.orange .nav {
    background-color: #F29906;
}
@media screen and (min-width: 1000px) {
    body.orange::-webkit-scrollbar-track {
        background-color: #F29906!important;
    }

    body.orange::-webkit-scrollbar-thumb {
        background-color: #ad630b!important;
    }
}
body.orange .error-box .error-text {
    font-size: 12px;
    color: #000000;
}
body.orange .nav__search-box input {
    color: black;
}
/*orange theme*/
/*violet theme*/
body.violet .section {
    background-image: url("/img/bg_violet.jpg") !important;
}
body.fixed.violet .header__position.violet, body.fixed.violet .header__position {
    background-image: -webkit-linear-gradient(top, #6700d7 0%, #a000f8 100%) !important;
    background-image: -o-linear-gradient(top, #6700d7 0%, #a000f8 100%) !important;
    background-image: linear-gradient(to bottom, #6700d7 0%, #a000f8 100%) !important;
}
body.violet .footer {
    background-color: #6300a4 !important;
}
body.violet .footer a, body.violet .show_all  {
    color: white !important;
}
body.violet {
    color: white !important;
    background-color: #6300a4!important;
}
body.violet .nav {
    background-color: #6300a4;
}
@media screen and (min-width: 1000px) {
    body.violet::-webkit-scrollbar-track {
        background-color: #a000f8!important;
    }

    body.violet::-webkit-scrollbar-thumb {
        background-color: #6700d7!important;
    }
}
body.violet .error-box .error-text {
    color: #ec0303;
    font-weight: bold;
}
body.violet .nav__search-box input {
    color: black;
}
/*violet theme*/
/*green theme*/
body.green .section {
    background-image: url("/img/bg_green.jpg") !important;
}
body.fixed.green .header__position.green, body.fixed.green .header__position {
    background-image: -webkit-linear-gradient(top, #007130 0%, #00c877 100%) !important;
    background-image: -o-linear-gradient(top, #007130 0%, #00c877 100%) !important;
    background-image: linear-gradient(to bottom, #007130 0%, #00c877 100%) !important;
}
body.green .footer {
    background-color: #00c877 !important;
}
body.green .footer a, body.green .show_all  {
    color: white !important;
}
body.green {
    color: #333333 !important;
    background-color: #00c877!important;
}
body.green .nav {
    background-color: #00c877;
}
@media screen and (min-width: 1000px) {
    body.green::-webkit-scrollbar-track {
        background-color: #00c877!important;
    }

    body.green::-webkit-scrollbar-thumb {
        background-color: #00c877!important;
    }
}
body.green .error-box .error-text {
    font-size: 12px;
    color: #000000;
}
body.green .nav__search-box input {
    color: black;
}
/*green theme*/
@media (min-width: 1010px) {
    .max-image {
        display: block;
    }

    .middle-image {
        display: none;
    }

    .min-image {
        display: none;
    }
}

@media (min-width: 630px) and (max-width: 1010px) {
    .max-image {
        display: none;
    }

    .middle-image {
        display: block;
    }

    .min-image {
        display: none;
    }
}

@media (max-width: 630px) {
    .max-image {
        display: none;
    }

    .middle-image {
        display: none;
    }

    .min-image {
        display: block;
    }
}
