@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap);
.social-likes,
.social-likes__button,
.social-likes__widget {
    animation: none 0s ease 0s 1 normal none running;
    backface-visibility: visible;
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    border: none;
    border-collapse: separate;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-span: 1;
    columns: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-origin: 50% 50% 0;
    transform-style: flat;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    box-sizing: border-box
}

.social-likes:after,
.social-likes:before,
.social-likes__button:after,
.social-likes__button:before,
.social-likes__widget:after,
.social-likes__widget:before {
    display: none
}

.social-likes {
    opacity: 0
}

.social-likes_visible {
    opacity: 1;
    transition: opacity .25s ease-in
}

.social-likes>* {
    display: block;
    visibility: hidden
}

.social-likes_visible>* {
    visibility: inherit
}

.social-likes {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px
}

.social-likes__widget {
    display: block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: inherit
}

.social-likes__button {
    display: block;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Arial, sans-serif;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.social-likes__invisible-button {
    display: block;
    width: 100%;
    height: 100%
}

.social-likes__icon {
    position: absolute;
    fill: currentColor;
    width: 1em;
    height: 1em
}

.social-likes__widget_notext .social-likes__icon {
    position: static;
    display: block;
    margin: .3125em
}

.social-likes_vertical {
    -webkit-flex-direction: column;
    flex-direction: column
}

.social-likes {
    min-height: 36px;
    margin: -.45em;
    line-height: 1.45
}

.social-likes__widget {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .45em;
    line-height: inherit;
    border: 0;
    text-align: left;
    color: #fff
}

.social-likes__widget:active,
.social-likes__widget:focus,
.social-likes__widget:hover {
    opacity: .9;
    -webkit-filter: saturate(.8) brightness(1.15);
    filter: saturate(.8) brightness(1.15)
}

.social-likes__button {
    padding: .18em .7em .15em 1.75em;
    vertical-align: middle;
    font-size: .95em
}

.social-likes__icon {
    top: .3em;
    left: .4em
}

.social-likes_vertical .social-likes__widget {
    width: 11em
}

.social-likes__widget_facebook {
    background: #3b5998
}

.social-likes__widget_twitter {
    background: #55acee
}

.social-likes__widget_plusone {
    background: #dc4e41
}

.social-likes__widget_vkontakte {
    background: #45668e
}

.social-likes__widget_odnoklassniki {
    background: #ed812b
}

.social-likes__widget_pinterest {
    background: #bd081c
}

.social-likes__widget_telegram {
    background: #08c
}

.social-likes__widget_linkedin {
    background: #0077b5
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
}

html {
    line-height: 1.6
}

body,
html {
    font-size: 17px
}

body {
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
    color: #3d4143
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0!important
}

.section-heading {
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    line-height: 1;
    padding: 0 0 0 40px;
    margin: 0 0 20px
}

.section-heading:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.286rem;
    font-weight: 700;
    margin: 0 0 20px
}

.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}

.disable-scroll {
    pointer-events: none
}

.counters,
.svg-preload {
    position: absolute;
    z-index: -9999;
    bottom: -999px;
    left: 0
}

.wrapper {
    padding: 0 0 0 25px
}

.site-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    background: url(../img/bg.png)
}

.site-layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.site-layout__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container,
.layout {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.layout__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.layout__sidebar {
    /* max-width: 350px; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    padding-right: 50px
}

@media(max-width:1450px) {
    .single-layout__sidebar {
        max-width: 210px
    }
}

@media(max-width:992px) {
    .layout__content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .layout__sidebar {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 22px;
    font-weight: 700;
    font-size: .875rem;
    text-align: center;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1;
    position: relative
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn--primary {
    color: #fff;
    border-color: transparent;
    z-index: 100;
    overflow: hidden;
    background: #448fed
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    color: #448fed;
    background: #fff;
    border-color: #448fed
}

.btn--primary:active:before,
.btn--primary:focus:before,
.btn--primary:hover:before {
    opacity: 1
}

.btn--secondary {
    color: #fff;
    border-color: transparent;
    z-index: 100;
    overflow: hidden;
    background: #e52848
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    color: #e52848;
    border-color: #e52848;
    background: #fff
}

.btn--secondary:active:before,
.btn--secondary:focus:before,
.btn--secondary:hover:before {
    opacity: 1
}

.btn--light {
    color: #448fed;
    background: #fff;
    border: 3px solid #ececf1;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700
}

.btn--light:active,
.btn--light:focus,
.btn--light:hover {
    color: #fff;
    background: #448fed;
    border-color: transparent
}

.btn--mygames {
    z-index: 100;
    overflow: hidden;
    padding-left: 33px
}

.btn--mygames,
.btn--mygames:active,
.btn--mygames:focus,
.btn--mygames:hover {
    color: #fff;
    border-color: transparent
}

.btn--mygames:active:after,
.btn--mygames:focus:after,
.btn--mygames:hover:after {
    opacity: 1
}

.btn--mygames-add {
    display: block;
    border: 1px solid #cfcfd9;
    position: relative;
    padding: 13px 22px 13px 32px;
    color: #448fed;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn--mygames-add:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 14px;
    height: 13px;
    margin-top: -6px
}

.btn--mygames-add:hover {
    border-color: #448fed
}

.btn--fullscreen {
    color: #e52848;
    background: #fff;
    border: 2px solid #e52848;
    border-radius: 24px;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700
}

.btn--fullscreen:active,
.btn--fullscreen:focus,
.btn--fullscreen:hover {
    color: #fff;
    background: #448fed;
    border-color: transparent
}

.btn--up {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px rgba(68, 143, 237, .5);
    box-shadow: 0 2px 15px rgba(68, 143, 237, .5);
    position: fixed;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    background: #e52848
}

.btn--up:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -6px;
    width: 11px;
    height: 20px;
    content: "";
    border-radius: 30px;
    background: url(../img/icons.png) 0 -12px no-repeat!important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.btn--up.show {
    opacity: 1
}

.btn--up:active,
.btn--up:focus,
.btn--up:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .8
}

.btn--xl {
    padding: 17px 35px 16px;
    border-radius: 30px
}

.breadcrumbs {
    color: #8f99ad;
    font-size: .7059rem;
    line-height: 1.2;
    /* text-transform: uppercase; */
    margin-bottom: 15px
}

.breadcrumbs a {
    color: #448fed;
    text-decoration: none;
    display: inline-block
}

.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:hover {
    border-color: transparent;
    color: #e52848
}

.breadcrumbs__delimiter {
    width: 4px;
    height: 4px;
    background: #e52848;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0
}

.pagination {
    text-align: center
}

.pagination ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 -5px
}

.pagination li {
    padding: 0 5px
}

.pagination a,
.pagination span {
    display: block;
    padding: 14px 5px;
    min-width: 44px;
    height: 44px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    border: 1px solid transparent;
    color: #272639;
    text-decoration: none;
    background: #fff;
    border-radius: 22px;
    background-clip: padding-box;
    font-size: .875rem;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.pagination a:active,
.pagination a:focus,
.pagination a:hover {
    border-color: #448fed;
    color: #448fed;
    background-clip: padding-box;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.pagination span.current {
    color: #fff;
    background-color: #448fed;
    border-color: #448fed
}

.pagination .next,
.pagination span.current {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.pagination .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .next .icon {
    display: block;
    position: relative;
    right: -1px;
    fill: #448fed;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.pagination .next:active,
.pagination .next:focus,
.pagination .next:hover {
    background: #448fed
}

.pagination .next:active .icon,
.pagination .next:focus .icon,
.pagination .next:hover .icon {
    fill: #fff
}

.pagination .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .prev,
.pagination .prev .icon {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.pagination .prev .icon {
    display: block;
    position: relative;
    left: -1px;
    fill: #448fed
}

.pagination .prev:active,
.pagination .prev:focus,
.pagination .prev:hover {
    background: #448fed
}

.pagination .prev:active .icon,
.pagination .prev:focus .icon,
.pagination .prev:hover .icon {
    fill: #fff
}

.social-likes_vertical .social-likes__widget {
    width: 32px;
    height: 32px;
    margin: 0 0 10px
}

.social-likes__widget_notext .social-likes__icon {
    width: 16px;
    height: 16px;
    margin: 8px!important
}

@media(max-width:580px) {
    .social-likes_vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .social-likes_vertical .social-likes__widget {
        margin: 0 3px
    }
}

.category-rate {
    padding-bottom: 10px
}

.category-rate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.category-rate__label {
    font-weight: 700;
    margin-right: 15px;
    color: #000;
    padding-top: 5px
}

.shares-popup {
    position: relative
}

.shares-popup__popup {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 21px rgba(14, 41, 91, .35);
    box-shadow: 0 2px 21px rgba(14, 41, 91, .35);
    border-radius: 5px;
    z-index: 5
}

.shares-popup__popup.active {
    display: block
}

.social-likes {
    margin: 0;
    padding: 5px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.social-likes__widget {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 3px
}

.social-likes__widget:hover {
    -webkit-animation: smile-anim 1s infinite;
    animation: smile-anim 1s infinite
}

.social-likes__widget_notext .social-likes__icon {
    margin: 9px
}

#tooltip {
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    color: #fff;
    background: #448fed;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 100;
    padding: 5px 15px;
    border-radius: 5px
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #448fed;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #448fed;
    top: -20px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

.promo {
    text-align: center
}

.promo--side {
    margin-bottom: 20px
}

.content,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #3d4143
}

.content h1 {
    font-size: 1.786rem
}

.content h2 {
    font-size: 1.4rem
}

.content h3 {
    font-size: 1.2rem
}

.content p {
    margin: 0 0 20px
}

.content p:last-child {
    margin-bottom: 0
}

.content a {
    color: #448fed;
    text-decoration: none
}

.content a:active,
.content a:focus,
.content a:hover {
    border-bottom: 1px solid #fff
}

.content-box {
    margin-bottom: 30px;
    line-height: 1.6
}

.content-box__thumb {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.content-box__thumb img {
    border-radius: 3px
}

.content-box__title {
    color: #3d4143;
    font-size: 1.375rem;
    margin: 0 0 5px;
    line-height: 1.2
}

.content-box h1,
.content-box h2,
.content-box h3 {
    margin: 0 0 15px
}

.content-box p {
    margin: 0 0 20px
}

.content-box p:last-child {
    margin-bottom: 0
}

.header {
    background: url(../img/header-bg.svg) 50% no-repeat;
    background-size: cover;
    padding: 30px 0 0 25px;
    margin-bottom: 50px
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    padding: 25px 30px 15px
}

.header__logo {
    margin-top: -10px
}

@media(max-width:1290px) {
    .header__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .header__menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 15px;
        text-align: center
    }
    .header__search {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media(max-width:580px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .header__logo {
        margin-bottom: 15px
    }
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-menu li {
    padding: 0 4px;
    margin: 0 0 10px
}

.main-menu a {
    display: block;
    padding: 10px 20px;
    background: #448fed;
    border-radius: 20px;
    color: #fff;
    font-size: .7647rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.main-menu a:active,
.main-menu a:focus,
.main-menu a:hover {
    background-color: #e52848
}

.search-form {
    display: block
}

.search-form__inner {
    position: relative
}

.search-form__input {
    font-size: .7647rem;
    padding: 11px 45px 11px 20px;
    line-height: 1;
    border-radius: 20px;
    width: 200px;
    color: #282828;
    background: rgba(0, 82, 129, .05);
    border: 0;
    outline: none
}

.search-form__input::-webkit-input-placeholder {
    opacity: .8;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.search-form__input:-moz-placeholder,
.search-form__input::-moz-placeholder {
    opacity: .8;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.search-form__input:-ms-input-placeholder {
    opacity: .8;
    -ms-transition: opacity .2s;
    transition: opacity .2s
}

.search-form__input:focus {
    background: #005281;
    color: #fff
}

.search-form__input:focus::-webkit-input-placeholder {
    color: #fff
}

.search-form__input:focus:-moz-placeholder,
.search-form__input:focus::-moz-placeholder {
    color: #fff
}

.search-form__input:focus:-ms-input-placeholder {
    color: #fff
}

.search-form__btn {
    outline: none;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 44px;
    border-radius: 0 5px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.search-form__btn:active,
.search-form__btn:focus,
.search-form__btn:hover {
    outline: none
}

.footer {
    background: #005281;
    color: #fff;
    padding: 30px
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.games-list {
    margin-bottom: 30px
}

.games-list__heading {
    padding-left: 33px;
    position: relative;
    margin: 0 0 12px
}

.games-list__title {
    line-height: 1;
    font-weight: 700;
    font-size: 1.25rem
}

.games-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
}

.games-list__item {
    max-width: 220px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 25px
}

.games-list__paginate {
    margin: 5px 0 30px
}

@media(max-width:992px) {
    .games-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media(max-width:768px) {
    .games-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%
    }
}

@media(max-width:520px) {
    .games-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.game-prev {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .07);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    position: relative
}

.game-prev__thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom: 10px
}

.game-prev__thumb img {
    border-radius: 10px;
    width: 240px !important;
    height: 150px !important;
    display: block
}

.game-prev__heading {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.game-prev__title {
    font-size: 13px;
    font-weight: 600;
    color: #393939;
    text-decoration: none;
    margin-right: 10px;
    line-height: 1.2
}

.game-prev__title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.game-prev__rating {
    margin-left: auto;
    margin-top: 3px;
    padding: 0 5px 0 16px;
    line-height: 13px;
    font-weight: 700;
    font-size: 11px;
    z-index: 2;
    position: relative
}

.game-prev__rating:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../img/icons.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    margin-top: -6px
}

.game-prev__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5))
}

.game-prev__overlay span {
    display: inline-block;
    background: #e52848;
    border: 0;
    color: #fff;
    padding: 10px 15px 10px 30px;
    border-radius: 5px;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

.game-prev__overlay span:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    background: url(../img/icons.png) -12px 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-top: -5px
}

.game-prev--small {
    padding: 5px
}

.game-prev:hover .game-prev__thumb {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.game-prev:hover .game-prev__overlay {
    text-decoration: none;
    opacity: 1
}

.game-prev:hover .game-prev__title {
    color: #448fed
}

.game__header,
.game__player,
.game__tags {
    margin-bottom: 20px
}

.game-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:580px) {
    .game-header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .game-header__item {
        margin-bottom: 10px
    }
    .game-header__item:last-child {
        margin-bottom: 0
    }
}

.player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.player__content {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flash-container {
    position: relative;
    text-align: center
}

.flash-container>noindex,
.flash-container>p,
.flash-container iframe,
.flash-container object {
    display: block;
    margin: 0 auto
}

.flash-container.fullscreen {
    border: none;
    text-align: center;
    background: #fff
}

.flash-container.fullscreen embed,
.flash-container.fullscreen iframe,
.flash-container.fullscreen noindex,
.flash-container.fullscreen object,
.flash-container.fullscreen p {
    width: 100%;
    height: 100%
}

@media(max-width:580px) {
    .player {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.tags {
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e6e8
}

.tags,
.tags__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tags__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px
}

.tags__item {
    padding: 0 5px;
    margin-bottom: 10px
}

.tag__link {
    background: #fff;
    border: 2px solid #448fed;
    border-radius: 25px;
    padding: 2px;
    color: #141732;
    font-size: 1rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 100
}

.tag__link:active,
.tag__link:focus,
.tag__link:hover {
    color: #fff;
    background: #448fed;
    border-color: #448fed
}

.tag__icon {
    /* max-height: 42px; */
    width: 25px !important;
    height: 25px !important;
    width: auto;
    display: block;
    border-radius: 50%
}

.tag__title {
    padding: 0 15px
}

@media(max-width:992px) {
    .tags__items {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.similiars {
    margin-bottom: 30px
}

.similiars__heading {
    padding-left: 33px;
    position: relative;
    margin: 0 0 12px
}

.similiars__title {
    line-height: 1;
    font-weight: 700;
    font-size: 1.765rem;
    margin: 0 0 16px
}

.similiars__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
}

.similiars__item {
    max-width: 174px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 5px;
    margin-bottom: 25px
}

.similiars__paginate {
    margin: 5px 0 30px
}

@media(max-width:992px) {
    .similiars__title {
        text-align: center
    }
    .similiars__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media(max-width:768px) {
    .similiars__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%
    }
}

@media(max-width:520px) {
    .similiars__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width:320px) {
    .games-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.draggable-slider__wrapper {
    padding: 17px 0
}

.draggable-slider__inner {
    padding: 0 20px
}

.draggable-slider__item {
    width: 95px!important
}

.draggable-slider .owl-nav {
    display: block!important;
    margin: 0
}

.draggable-slider .owl-prev {
    left: -20px
}

.draggable-slider .owl-next,
.draggable-slider .owl-prev {
    background: url(../img/icons.png) 0 -12px no-repeat!important;
    width: 11px;
    height: 20px;
    position: absolute;
    top: 35px;
    margin: 0!important
}

.draggable-slider .owl-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -20px
}

.draggable-slide {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 10px
}

.draggable-slide img {
    border-radius: 50%;
    margin: 0 0 10px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.draggable-slide__title {
    color: #fff;
    margin: 0;
    line-height: 1.1;
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.draggable-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.box-404 {
    display: inline-block;
    margin-top: 50px
}

.box-404__text {
    font-size: 2.941rem;
    font-weight: 700;
    text-align: center
}

.side-menu {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    background: #448fed;
    width: 350px;
    -webkit-transform: translate(-326px);
    transform: translate(-326px);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-menu:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e52848;
    width: 4px
}

.side-menu.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.side-menu ::-webkit-scrollbar-button,
.side-menu ::-webkit-scrollbar-button:hover {
    display: none;
    height: 13px;
    border-radius: 0;
    background-color: #e52848
}

.side-menu ::-webkit-scrollbar-thumb,
.side-menu ::-webkit-scrollbar-thumb:hover {
    background-color: #e52848
}

.side-menu ::-webkit-scrollbar-track,
.side-menu ::-webkit-scrollbar-track:hover {
    background-color: #fff
}

.side-menu ::-webkit-scrollbar {
    width: 4px
}

.side-cats {
    height: 100%;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll
}

.side-cats__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.side-cats__item {
    padding: 5px;
    /* max-width: 50%; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.side-cat {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    height: 30px;
    text-decoration: none;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden
}

.side-cat,
.side-cat__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center
}

.side-cat__thumb {
    margin-right: 10px;
    font-size: 20px;
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.side-cat__icon {
    max-width: 25px
}

.side-cat__name {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.side-cat:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 0 rgba(0, 0, 0, .13)
}

.side-cat:hover .side-cat__name {
    color: hsla(0, 0%, 100%, .7)
}

.side-menu-toggle {
    text-decoration: none;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 14px;
    right: -20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e52848;
    z-index: 10;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.side-menu-toggle__wrapper {
    display: inline-block
}

.side-menu-toggle:hover .line {
    background: #fff
}

.side-menu-toggle.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0
}

.side-menu-toggle.active .line:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px)
}

.side-menu-toggle.active .line:nth-child(2) {
    visibility: hidden
}

.side-menu-toggle.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -3px);
    transform: rotate(-45deg) translate(4px, -3px)
}

.side-menu-toggle .lines {
    padding: 0;
    margin: 0;
    width: 20px;
    display: block
}

.side-menu-toggle .line {
    display: block;
    height: 2px;
    background: #e52848;
    width: 100%;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.side-menu-toggle .line:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .side-menu-toggle.active {
        opacity: 1
    }
}

body.menu-open {
    position: relative
}

body.menu-open:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}