
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: liga;
    -webkit-font-smoothing: antialiased
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

a {
    text-decoration: none
}

html,
body {
    height: 100%
}

* {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    outline: none
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.entry-content {
    color: #666;
    font-family: "Roboto", sans-serif;
    line-height: 1.75;
    word-break: normal;
    text-align: justify;
    letter-spacing: .75px;
    font-size: 1.1em;
    height: auto;
    margin-bottom: 10px;
    height: auto;
}

.entry-title {
    margin-bottom: 5px;
}

.entry-title a {
    font-family: "Roboto", sans-serif;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    letter-spacing: .025px;
    text-align: center
}



.entry-title a:hover {
    color: #fa6342;
    text-decoration: underline;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

img {
    width: 100%
}

a {
    text-decoration: none
}

a:active {
    opacity: .7
}

ul {
    list-style: none
}

h1 {
    font-size: 36px;
    line-height: normal;
    color: #555;
    letter-spacing: 1.75px;
    font-weight: 700;
    text-transform: capitalize
}

.game-name {
    font-size: 30px !important;
    line-height: normal;
    color: #272727;
    letter-spacing: 1.75px;
    font-weight: 700
}

h2 {
    font-size: 32px;
    line-height: normal;
    letter-spacing: .5px;
    color: #272727;
    padding: 5px 0;
        margin: 0 10px;
    font-weight: 600
}

h3 {
    font-size: 28px;
    line-height: normal;
    letter-spacing: 1px;
    color: #666;
    padding-bottom: 10px
}

h4 {
    font-size: 22px;
    color: #515365
}

h5 {
    font-size: 20px;
    color: #515365;
    letter-spacing: 1px
}

p {
    font-size: 14px
}

h6 {
    font-size: 16px;
    color: #111
}

h6:hover {
    color: #fa6342;
    text-decoration: underline
}

h6:active {
    opacity: .7
}

p {
    color: #555;
    line-height: 1.6;
    letter-spacing: .75px;
    font-weight: 400;
    font-family: "OpenSans", sans-serif;
    word-break: normal;
    text-align: justify
}

button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.header__logo {
    width: 19.65%
}

.header__logo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.header__burger {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    cursor: pointer
}

.header__burger span {
    position: relative;
    width: 100%;
    height: 3px;
    background: #000;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    display: block
}

.header__burger span::after,
.header__burger span::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 3px;
    background: #000
}

.header__burger span::after {
    top: 7px
}

.header__burger span::before {
    top: -7px
}

.header__menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative
}

.header__menu {
    background: #272727;
    height: 70px
}

.header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 70px;
    align-items: center
}

.header__menu-list .header__menu-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    padding: 22px 25px;
    color: #fff;
    box-sizing: border-box;
    border: none;
    height: 70px;
    overflow: hidden
}

.header__menu-list .header__menu-item a:hover,
.header__menu-list .header__menu-item a.active {
    background: #febf01;
    color: #272727
}

.header__menu-list .header__menu-item a:hover::after,
.header__menu-list .header__menu-item a.active::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible
}

.header__ad {
    padding: 16px 15px;
    display: flex;
    background: var(--white)
}

.header__sponsers {
    width: 970px;
    height: 280px;
    margin: 0 auto
}

.kids {
    background: #f2f2f2;
    padding: 20px 0 25px
}

.kids__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kids__inner-games {
    margin-right: 40px;
    width: calc(100% - 370px);
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    height: auto
}

.kids__inner-games .games-title {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 5.008px;
    margin-bottom: 20px;
    padding: 25px 20px
}

.kids__inner-games .games-title .games-share {
    display: block;
    left: 20px;
    width: 90%;
    text-align: left;
    height: 40px
}

.games-share-game-page {
    display: block;
    width: 100%;
    text-align: left
}

.kids__inner-games .games-title .games-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100px;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #fa6342;
    border-radius: 3px
}

.kids__inner-games .games-title .games-type button {
    background: #edf2f6;
    width: 50%;
    height: 43px;
    cursor: pointer;
    border: none
}

.kids__inner-games .games-title .games-type button.active {
    background: #fa6342
}

.kids__inner-games .games-title .games-type .btn-list {
    padding: 5px 10px
}

.kids__inner-games .page-title {
    background: #fff;
    border-radius: 5.008px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin-bottom: 20px;
    padding: 25px 20px;
    min-height: 40px;
    display: block
}

.kids__inner-games .page-title-class {
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    padding: 0 0 10px
}

.kids__inner-games .page-description {
    padding: 10px;
    margin-bottom: 10px;
    height: auto
}

.kids__inner-games .page-description p {
    color: #666;
    line-height: 1.75;
    word-break: normal;
    text-align: justify;
    letter-spacing: .75px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    height: auto
}

.aside {
    max-width: 330px;
    flex-direction: column;
    display: flex;
    min-width: 330px
}

.aside .sidebar-ad {
    background: #fff;
    border-radius: 5.008px;
    padding: 15px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin-bottom: 15px;
    height: auto
}


.sidebar-ad {
    min-height: 630px;
    max-height: auto;
}


.aside .sidebar-menu {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    border-radius: 5.008px;
    min-height: 40px;
    max-height: auto
}

.aside .sidebar-menu .sidebar__title {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 5px;
    margin-bottom: 0
}

.aside .sidebar-menu h3 {
    color: #272727;
    margin-left: -15px;
    padding-left: 15px;
    line-height: 1.8;
    font-size: 20px;
    color: #515365;
    letter-spacing: 1px
}

.aside .sidebar-menu .submenu-list {
    display: block
}

.aside .sidebar-menu .submenu-list li {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 10px 15px;
    height: 40px
}

.aside .sidebar-menu .submenu-list li::after {
    content: "";
    width: 8px;
    height: 2px;
    background: #fa6342;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%)
}

.aside .sidebar-menu .submenu-list li a {
    color: #535165;
    font-size: 13px
}

.aside .sidebar-menu .submenu-list li a:hover {
    color: #fa6342
}

.games {
    padding: 20px 10px;
    background: #fff;
    border-radius: 5.008px;
    height: auto;
    display: block;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin: 0 auto 30px
}

.games__title {
    margin: 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.games__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.games__content .games-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ede9e9;
    border-radius: 4px;
    width: calc(33.3333% - 20px);
    margin: 20px 10px 0
}

.games__content .games-item .games-item-image {
    width: 100%;
    position: relative;
    z-index: 1
}

.games__content .games-item .games-item-image::after,
.games__content .games-item .games-item-image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    cursor: pointer;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0
}

.games__content .games-item .games-item-image::after {
    width: 40px;
    height: 40px;
    background-image: url(../img/play-button.svg);
    background-repeat: no-repeat
}

.games__content .games-item .games-item-image::before {
    width: 60px;
    height: 60px;
    border: 6px solid #80ead2;
    border-radius: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background: rgba(0, 0, 0, .6)
}

.games__content .games-item .games-item-image:hover::after,
.games__content .games-item .games-item-image:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.games__content .games-item .games-item-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background: #000
}

.games__content .games-item .games-item-image a img {
    width: 100%;
    height: 100%;
    min-height: 191px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.games__content .games-item .games-item-image a img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .4
}

.games__content .games-item .games-item-description {
    padding: 5px 15px 15px;
    width: 100%;
    text-align: center
}

.games__content .games-item .games-item-description .desc {
    display: none;
    word-wrap: break-word;
    margin-bottom: 8px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400
}

.games__content .games-item .games-item-description .desc a {
    color: #fa6342
}

.games__content .games-item .games-item-description p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    letter-spacing: .025px;
    text-align: center
}

.games__content .games-item .games-item-description p:hover {
    color: #fa6342;
    text-decoration: underline
}

.games__content .games-item .games-item-description .games-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.games__content .games-item .games-item-description .games-icons button {
    color: #333;
    font-size: 14px
}

.games__content .games-item .games-item-description .games-icons button img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 5px
}

.games.list .games__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.games.list .games__content .games-item {
    width: calc(100% - 20px);
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.games.list .games__content .games-item .games-item-image {
    width: 31.625%;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.games.list .games__content .games-item .games-item-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background: #000
}

.games.list .games__content .games-item .games-item-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.games.list .games__content .games-item .games-item-image a img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .4
}

.games.list .games__content .games-item .games-item-image a::after,
.games.list .games__content .games-item .games-item-image a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    cursor: pointer;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0
}

.games.list .games__content .games-item .games-item-image a::after {
    width: 40px;
    height: 40px;
    background-image: url(../img/play-button.svg);
    background-repeat: no-repeat
}

.games.list .games__content .games-item .games-item-image a::before {
    width: 60px;
    height: 60px;
    border: 6px solid #80ead2;
    border-radius: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background: rgba(0, 0, 0, .6)
}

.games.list .games__content .games-item .games-item-image a:hover::after,
.games.list .games__content .games-item .games-item-image a:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.games.list .games__content .games-item .games-item-description {
    padding: 10px 5px 10px 0;
    width: 65%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.games.list .games__content .games-item .games-item-description .desc {
    display: block;
    word-wrap: break-word;
    margin-bottom: 8px;
    line-height: 1.6;
    text-align: justify;
    text-decoration: none !important;
    color: #666 !important;
    font-weight: 400
}

.games.list .games__content .games-item .games-item-description .desc a {
    color: #666;
    text-decoration: underline
}

.games.list .games__content .games-item .games-item-description .desc p:hover {
    color: #666;
    text-decoration: none
}

.games.list .games__content .games-item .games-item-description p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-align: left
}

.games.list .games__content .games-item .games-item-description p:hover {
    color: #fa6342;
    text-decoration: underline
}

.games.list .games__content .games-item .games-item-description .games-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.games.list .games__content .games-item .games-item-description .games-icons button {
    color: #333;
    font-size: 14px
}

.games.list .games__content .games-item .games-item-description .games-icons button img {
    width: 20px;
    margin-right: 5px
}

.sponsers {
    text-align: center;
    background: #fff;
    border-radius: 5.008px;
    margin-bottom: 30px;
    padding: 10px
}


.footer__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.footer__top-content a {
    color: #000;
}


.footer__top-content a:hover {
    text-decoration: underline
}

.footer__top-content p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: "Roboto", sans-serif
}

.footer__top {
    background: white;
    padding: 30px 0
}

.footer__top code p {
    color: #515365
}

.footer__top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.footer__top-menu li {
    border-right: 1px solid #515365;
    padding: 0 10px;
    line-height: 1
}

.footer__top-menu li:last-child {
    padding-right: 0;
    border-right: none
}

.footer__top-menu li a {
    color: #272727;
}

.footer__top-menu li a:hover {
    color: #fa6342;
    text-decoration: underline
}

.footer__bottom {
    padding: 30px 0;
    background: #272727
}

.footer__bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__bottom-content .footer-logo {
    width: 160px;
    margin-bottom: 15px
}

.footer__bottom-content p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #fff
}

.footer__bottom .arrow {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 10;
    cursor: pointer
}

.footer__bottom .arrow img {
    width: 37px
}

.category__desc {
    background: #fff;
    border-radius: 5.008px;
    padding: 30px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin: 20px 0
}

.category__desc p {
    color: #666;
    line-height: 1.75;
    word-break: normal;
    text-align: justify;
    letter-spacing: .75px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    height: auto
}

.category__desc a {
    color: #666
}

.related-games-title h2 {
    font-size: 28px;
    line-height: normal;
    letter-spacing: 1px;
    color: #666;
    font-family: "Roboto", sans-serif;
    padding-bottom: 10px
}

.game__content {
    padding: 20px;
    background: #fff;
    border-radius: 5.008px;
    max-height: 760px;
    min-height: 580px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin-bottom: 20px
}



#skeleton {
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #ee6960;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.3s linear infinite;
    animation: spin 1.3s linear infinite;
    background: #275EFE;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.games-admin {
    padding: 20px;
    background: #fff;
    border-radius: 5.008px;
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin-top: 25px
}

.games-admin .games-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 15px;
    text-align: left
}

.games-admin .games-title .games-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.games-admin .games-title .games-icons .like {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px
}

.games-admin .games-title .games-icons .like:last-child {
    margin-right: 0
}

.like-container {
    margin-right: 5px
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-49%, 40%);
    -ms-transform: translate(-49%, 40%);
    transform: translate(-49%, 40%);
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    white-space: nowrap
}

.chain-js:hover > .tooltip-text {
    visibility: visible
}

.like-cnt {
    position: relative;
    cursor: pointer;
    background: #5eb973;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    z-index: 10
}

.like-container.chain-js .like-cnt::before,
.like-container.chain-js .like-cnt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 30px
}

.like-container.chain-js .like-cnt::before {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-shadow: inset 0 0 0 0 #34a853;
    box-shadow: inset 0 0 0 0 #34a853
}

.like-container .material-icons {
    position: absolute;
    top: 19%;
    left: 21%;
    font-size: 25px;
    font-family: "Material Icons", sans-serif;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: liga;
    -webkit-font-smoothing: antialiased;
    color: #fff
}

.chain-js .like-cnt .material-icons {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%
}

.admin-like .like-cnt {
    background: #679df5
}

.dislike .like-cnt {
    background: #ee6960
}

.dislike .like-cnt .material-icons {
    -webkit-transform: scaleX(-1) translate(36%, -46%);
    -ms-transform: scaleX(-1) translate(36%, -46%);
    transform: scaleX(-1) translate(36%, -46%);
    top: 49%;
    left: 42%
}

.like-container .like-cnt:hover::before {
    -webkit-box-shadow: inset 0 0 0 60px #34a853;
    box-shadow: inset 0 0 0 60px #34a853
}

.up_vote_count,
.down_vote_count {
    color: #111
}

.admin-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.admin-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.admin-person a {
    color: #515365
}

.person-image {
    width: 45px
}

.admin-person h6 a {
    color: #515365
}

.person-title a {
    color: #111
}

.person-title a:hover {
    color: #111;
    text-decoration: underline
}

.games-tags {
    padding: 20px;
    background: #272727;
    border-radius: 5.008px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin-bottom: 20px
}

.games-tags .games-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    color: #515365
}

.games-tags .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.games-tags .tags-list .tags-item {
    margin-right: 10px;
    margin-bottom: 25px
}

.games-tags .tags-list .tags-item a {
    font-size: 13px;
    color: #272727;
    background: #fff;
    border: 1px solid #e1e1e4;
    padding: 5px 10px;
    border-radius: 4px;
    letter-spacing: .75px
}

.games-tags .tags-list .tags-item a:hover {
    background: #fa6342;
    color: #fff
}

.games-description {
    padding: 20px;
    background: #fff;
    border-radius: 5.008px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin-bottom: 20px
}

.games-description a {
    color: #666;
}


.games-description .games-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    color: #515365
}

.inner-typing {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    padding: 20px 20px 0;
    counter-reset: my-sec-counter;
    height: auto;
    margin-bottom: 20px
}

.inner-typing .lessons-cat-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px
}

.inner-typing .typing-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inner-typing .typing-content .typing-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 10px;
    border: 2px solid #eef3f6;
    border-radius: 5px;
    margin-bottom: 25px;
    cursor: pointer;
    box-sizing: border-box;
    width: 49%;
    height: 70px
}

.inner-typing .typing-content .typing-item .item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inner-typing .typing-content .typing-item .item-description span {
    width: 47px;
    height: 47px;
    background: #edf2f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
    font-size: 18px
}

.inner-typing .typing-content .typing-item .item-description span::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #444
}

.inner-typing .typing-content .typing-item .item-description p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #444
}

.inner-typing .typing-content .typing-item img {
    width: 32px;
    height: 20px
}

.inner-typing .typing-content .typing-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    text-decoration: none;
    background: #e74e84;
    border: none
}

.inner-typing .typing-content .typing-item:hover p {
    color: #fff
}

.inner-typing .typing-content .typing-item:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.games-title.share {
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    height: 97px;
    display: block;
}

@media(min-width: 1441px)and (max-width: 2560px) {
    .container {
        max-width: 1400px;
        padding: 0 15px;
        margin: 0 auto
    }
}

@media(min-width: 1359px)and (max-width: 1440px) {
    .container {
        max-width: 1280px;
        padding: 0 15px;
        margin: 0 auto
    }

    h1 {
        font-size: calc((100vw - 480px)/(1280 - 480) * (26 - 16) + 16px);
    }

    h2 {
        font-size: calc((100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    }

    .entry-title a {
        font-size: 13px;
    }

    .page h2 {
        font-size: calc((100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    }
}

@media(min-width: 1280px)and (max-width: 1359px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
        margin: 0 auto
    }

    h1 {
        font-size: calc((100vw - 480px)/(1280 - 480) * (26 - 16) + 16px);
    }

    h2 {
        font-size: calc((100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    }

    .entry-title a {
        font-size: 13px;
    }

    .page h2 {
        font-size: calc((100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    }
}

@media(min-width: 1025px)and (max-width: 1279px) {
    .container {
        padding: 0 15px;
        margin: 0 auto
    }
}

@media(min-width: 360px)and (max-width: 1199px) {
    .games-share {
        display: none !important
    }

    .games-title.share {
        display: none
    }
}

@media screen and (max-width: 1100px) {
    .header__menu-list .header__menu-item a {
        padding: 22px 15px
    }

    .page-title-class {
        font-size: calc((100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
    }

    .game__content {
        height: auto;
    }
}

@media(min-width: 360px)and (max-width: 1024px) {
    .container {
        padding: 0 15px;
        margin: 0 auto
    }
}

@media(min-width: 360px)and (max-width: 1199px) {
    .sidebar-ad {
        display: none
    }

    .header__sponsers {
        display: none
    }

    .header__ad {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        padding: 10px 0
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__burger.active span {
        background: rgba(0, 0, 0, 0)
    }

    .header__burger.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__burger.active span::after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header__logo {
        margin: 0 auto;
        width: 150px
    }

    .header__menu-content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 270px;
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
        overflow: auto;
        height: calc(100vh - 54px);
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear
    }

    .header__menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .header__menu-item {
        width: 100%
    }

    .header__menu-list .header__menu-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 20px;
        color: #272727;
        overflow: hidden
    }

    .header__menu-list .header__menu-item a:hover {
        background: #fff;
        color: #272727
    }

    .header__menu-list .header__menu-item a::after {
        display: none
    }

    .header .header__menu .container {
        padding: 0
    }

    .header__menu {
        position: fixed;
        top: 54px;
        left: 0;
        z-index: 10;
        background: rgba(0, 0, 0, .7);
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear
    }

    .header__menu.mobile-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1.0E+15
    }

    .games-share {
        display: none !important
    }

    .games-share-game-page {
        display: none !important
    }

    .header__menu.mobile-menu .header__menu-content {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .kids__inner-games .page-description p {
        font-size: 14px
    }

    .kids__inner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .kids__inner-games {
        margin-right: 0;
        width: 100%;
    }

    .aside {
        width: 100% !important;
        max-width: 100%
    }
}




@media screen and (max-width: 1024px) {
    .kids h2 {
        font-size: 20px
    }

    .games__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .games__content .games-item {
        width: calc(50% - 20px)
    }

    .welcome__title h2 {
        font-size: 22px
    }

    .kidsinfo__list .info-item {
        width: 100%
    }

    .footer__top-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }

    .footer__top-menu {
        margin-bottom: 15px
    }

    .inner-typing .typing-content .typing-item {
        margin-bottom: 20px;
        padding-right: 10px
    }

    .inner-typing .typing-content .typing-item .item-description span {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .inner-typing .typing-content .typing-item .item-description p {
        font-size: 16px
    }

    .games-admin .games-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .games-admin .games-title h1 {
        margin-bottom: 15px
    }

}

@media screen and (max-width: 567px) {

    .kids__inner-games .games-title .games-type {
        width: 70px;
        right: 15px;
        display: none
    }

    .games {
        padding: 15px
    }

    .games__content .games-item {
        width: 100%;
        margin: 20px 0 0
    }

    .footer__top-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__top-menu li {
        margin: 0 0 15px;
        border: none;
        padding: 0
    }

    .inner-typing .typing-content .typing-item {
        width: 100%;
        margin-bottom: 15px
    }

}

.info-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    margin: 30px 0
}

.info-page {
    border-radius: 10px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    padding: 40px
}

.info-item-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px
}

.related-games-title {
    margin: 0 10px;
    border-bottom: 1px solid #e5e5e5
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 5px
}

.social-icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #111;
    font-size: 24px;
    height: 80px;
    box-sizing: border-box;
    margin-bottom: 5px
}

.social-icons span {
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    padding-top: 8px
}

.social-icons a:hover {
    color: #000;
    cursor: pointor;
    transform: translateY(-8px);
    transition: transform 0.3s ease-in-out;
}

.a2a_kit a {
    cursor: pointer;
    transition: transform 0.3s ease-in-out !important;
}

.kids-info {
    padding: 30px;
    background: #f2f2f2
}

.kids-info .info-page {
    border-radius: 10px
}

.kids-info .info-item-title h1 {
    line-height: 1.4;
    text-align: center
}

.kids-info form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.kids-info form label,
.kids-info .form-select {
    width: 48%;
    margin-bottom: 30px;
    position: relative
}

.kids-info form input,
.kids-info form textarea,
.kids-info .form-select .select-selected {
    width: 100%;
    border: none;
    box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px;
    padding: 19px 60px;
    color: #677294
}

.kids-info .form-select .select-selected {
    cursor: pointer
}

.kids-info .textarea {
    width: 100%
}

.kids-info form textarea {
    resize: none;
    padding: 20px 60px 0
}

.kids-info .far,
.kids-info .fas {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    border-radius: 50%;
    pointer-events: none;
    color: #fff;
    background: #fc6141;
}

.kids-info .submit-wrapper {
    display: flex;
    align-items: center
}

.kids-info .submit-wrapper .loading {
    color: #0ac083;
    font-size: 14px;
    margin-left: 5px
}

.kids-info button {
    border-radius: 5px;
    display: inline-block;
    background-color: #222;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 18px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: .3s linear;
    cursor: pointer;
    user-select: none
}

.kids-info button:hover {
    opacity: .8
}

.kids-info button[disabled='disabled'] {
    opacity: .5;
    pointer-events: none
}

.kids-info .success,
.kids-info .error-icon {
    right: 14px;
    left: inherit
}

.kids-info .success {
    display: none
}

.kids-info .chevron {
    right: 14px;
    left: inherit
}

.kids-info .rotate {
    transform: rotate(180deg)
}

.kids-info .error-icon {
    color: #f27474;
    background: rgba(242, 116, 116, 0.2);
    display: none
}

.kids-info .form-select .select-list {
    position: absolute;
    top: 68px;
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
    z-index: 10;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400
}

.kids-info .form-select .select-item {
    position: relative;
    padding: 21px 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.kids-info .form-select .select-item:last-child {
    border-bottom: transparent
}

.kids-info .form-select .select-item:hover {
    background: #fc6141;
    color: #fff;
    border-bottom: 1px solid #222;
    transition: .3s linear
}

.kids-info .form-select .select-item:hover .fas {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: .3s linear
}

.page-item-description .error {
    font-weight: 400;
    border-radius: 5px
}

.page-item-description p {
    height: auto;
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    letter-spacing: .75px;
    font-weight: 400;
    font-family: "OpenSans", sans-serif;
    word-break: normal;
    text-align: justify;
    font-family: "OpenSans", sans-serif;
}

.error .error-message {
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #721c24;
    background: rgba(242, 116, 116, 0.2);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: .3s ease-in;
    height: 0;
    padding: 0;
    opacity: 0
}

.error .error-message.show {
    height: 100%;
    padding: 20px;
    opacity: 1
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.success-popup {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.success-popup .success-inner {
    max-width: 500px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    text-align: center;
    margin-top: 28px
}

.success-popup .success-top {
    background: #0ac083;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.success-popup .success-top span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.success-popup .success-top span,
.success-popup .success-top h4 {
    color: #fff
}

.success-popup .success-middle {
    padding: 20px
}

.success-popup .success-middle svg {
    margin-bottom: 30px;
    fill: #0ac083;
    stroke: #0ac083;
    background: rgba(10, 192, 131, 0.1);
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.success-popup .success-middle p {
    color: #677294;
    text-align: center
}

.success-popup .success-bottom {
    padding: 20px;
    border-top: 1px solid #dee2e6
}

.success-popup .success-bottom a {
    background-color: #0ac083;
    border-radius: 5px;
    display: inline-block;
    border: none;
    text-align: center;
    padding: 12px 30px;
    color: #fff
}

.success-popup .success-bottom a:hover,
.success-popup .success-bottom a:active {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .kids-info {
        padding: 10px
    }

    .kids-info .info-page {
        padding: 20px
    }

    .kids-info form label,
    .kids-info .form-select {
        width: 100%
    }
}

@media screen and (max-width: 567px) {
    .kids.contacts h1 {
        font-size: 32px
    }
}

.games-title-page.share {

    height: 97px
}


.tag-cloud {
    background: #272727;
    padding: 45px 0 35px
}

.tags-cloud {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags-cloud li {
    float: left;
}

.tag {
    background: #fff;
    border-radius: 3px 0 0 3px;
    color: #272727;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #272727;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #272727;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #fff;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #ff4963;
    color: white;
}

.tag:hover::after {
    border-left-color: #ff4963;
    color: white;
}

.header__menu-item-add a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    padding: 23px 23px;
    color: #fff;
    box-sizing: border-box;
    border: none;
    height: 70px;
    background: #fa6342;
    color: white;
    overflow: hidden
}

.header__menu-item-add a:hover {
    background: #febf01;
    color: #272727;
}



.gamesp__category {
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #4e51bc;
}

.gamesp__category .category {
    margin: -7.5px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.gamesp__category .category__item {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.gamesp__category .category__item:nth-child(1) .category__link {
    background-color: #ff5157;
}

.gamesp__category .category__item:nth-child(2) .category__link {
    background-color: #5dba3b;
}

.gamesp__category .category__item:nth-child(3) .category__link {
    background-color: #ff8b00;
}

.gamesp__category .category__item:nth-child(4) .category__link {
    background-color: #00b5c3;
}

.gamesp__category .category__item:nth-child(5) .category__link {
    background-color: #ff56af;
}

.gamesp__category .category__item:nth-child(6) .category__link {
    background-color: #ff5157;
}

.gamesp__category .category__item:nth-child(7) .category__link {
    background-color: #5dba3b;
}

.gamesp__category .category__item:nth-child(8) .category__link {
    background-color: #ff8b00;
}

.gamesp__category .category__item:nth-child(9) .category__link {
    background-color: #00b5c3;
}

.gamesp__category .category__item:nth-child(10) .category__link {
    background-color: #ff56af;
}

.gamesp__category .category__item:nth-child(11) .category__link {
    background-color: #ff5157;
}

.gamesp__category .category__item:nth-child(12) .category__link {
    background-color: #5dba3b;
}

.gamesp__category .category__item:nth-child(13) .category__link {
    background-color: #ff8b00;
}

.gamesp__category .category__item:nth-child(14) .category__link {
    background-color: #00b5c3;
}

.gamesp__category .category__item:nth-child(15) .category__link {
    background-color: #ff56af;
}

.gamesp__category .category__item:nth-child(16) .category__link {
    background-color: #ff5157;
}

.gamesp__category .category__item:nth-child(17) .category__link {
    background-color: #5dba3b;
}

.gamesp__category .category__item:nth-child(18) .category__link {
    background-color: #ff8b00;
}


.gamesp__category .category__link {
    height: 85px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out !important;
}


.gamesp__category .category__link:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease-out !important;
}


.gamesp__category .category__link a {
    cursor: pointer;
    transition: transform 0.3s ease-in-out !important;
}

.gamesp__category .category__link::after {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
}

.gamesp__category .category__link:hover::after,
.gamesp__category .category__link:focus::after {
    visibility: visible;
    opacity: 1;
}

.gamesp__category .category__img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.gamesp__category .category__name {
    font-size: 1.25rem;
    font-family: "Baloo 2", cursive;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: normal;
    width: auto;
}

.gamesp__category .category__name {
    font-size: 1.5rem;
}

.gamesp__category .category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.gamesp__category .category__name {
    color: white;
}





.home_content {
    background: #f2f2f2;
    padding: 45px 0 35px
}

.home_features {
    background: #f2f2f2;
    padding: 45px 0 35px
}

.features-title {
    background: #272727;
    padding: 45px 0 35px;
    font-size: 28px;
    text-align: center;
    color: #fff;
}


.home_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}


/* Responsive adjustments for smaller screens */
@media (max-width: 1200px) {
    .home_grid {
        grid-template-columns: 1fr;
    }
}



.page {
    max-width: 1400px;
    padding: 30px;
    background: #fff;
    border-radius: 5.008px;
    height: auto;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: "OpenSans", sans-serif;
    display: block;
}

.page a {
    color: #272727;
}

.page a:hover {
    text-decoration: underline
}


.page h2 {
    margin-bottom: 15px;
    color: #272727;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .page h2 {
        font-size: 20px;
    }
}

.page h3 {
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #272727;

}

.page h4 {
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    padding: 0 0 10px;
    font-size: calc((100vw - 480px)/(1280 - 480) * (24 - 16) + 16px);
}

@media screen and (max-width: 1024px) {
    .page h3 {
        font-size: 16px;
    }
}

.page p {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    letter-spacing: .75px;
    font-weight: 400;
    font-family: "OpenSans", sans-serif;
    word-break: normal;
    text-align: justify;
}

.page ol {
    margin: 10px 0 20px 20px;
}

.page ol li {
    margin-bottom: 5px;
    color: #333;
    line-height: 2;
    font-size: 1em;
}


ol li strong {
    color: #111;
}


.game-page-tags {
    padding: 20px;
    background: #fff;
    border-radius: 5.008px;
    box-shadow: 0 0 1px 0 rgba(25, 27, 35, .16), 0 1px 2px 0 rgba(25, 27, 35, .12);
    margin-bottom: 20px;
    display: block
}

.tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.game-page-tags li {
    list-style: none;
    line-height: 2;
    margin-right: 10px;
}

.game-page-tags li a {
    color: #666;
    font-family: "OpenSans", sans-serif;
    font-size: 16px;
}

.game-page-tags li a:hover {
    text-decoration: underline;
    color: #ff4963;
}

.cat-links {
    display: block;
}


.cat-links a {
    color: #000;

}

.cat-links a:hover {
    color: #111;
    text-decoration: underline;

}


.playgame__poster {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    max-width: 100%;
}

.playgame__poster .poster__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#my_game {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#play_game {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


#playframe {
    display: inline-block;
    border: none;

}


/* Responsive adjustments */
@media (max-width: 960px) {
    #playframe {
        width: 100%;
        height: auto;
    }
}



.aside {
    width: 330px;
}


figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}
