html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


::-webkit-scrollbar {
    width: 8px;
    height: 4px
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background: #004892;
    border-radius: 50px
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff
}

::-webkit-scrollbar-track {
    background: rgba(0,72,146,0.4);
    border-radius: 50px;
    opacity: 0.4
}

::-webkit-scrollbar-track:hover {
    background: rgba(0,72,146,0.6);
    opacity: 1
}

::-webkit-scrollbar-track:active {
    background: #004892
}

::-webkit-scrollbar-corner {
    background: transparent
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    box-sizing: border-box;
    height: 100%;
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url("../img/star.gif");
    height: 16px;
    outline: none;
    cursor: pointer;
}

.rateit .rateit-range * {
    display: block;
}

/* for IE 6 */

* html .rateit, *+html .rateit {
    display: inline;
}

* html .rateit .rateit-range, *+html .rateit .rateit-range {
    display: inline;
}

/* for IE 7 */

.rateit .rateit-hover, .rateit .rateit-selected {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
    left: auto;
    right: 0;
}

.rateit .rateit-hover {
    background: url("../img/star.gif") left -32px;
    color: #efc529;
}

.rateit .rateit-hover-rtl {
    background-position: right -32px;
}

.rateit .rateit-selected {
    background: url("../img/star.gif") left -16px;
    color: #bf4242;
}

.rateit .rateit-selected-rtl {
    background-position: right -16px;
}

.rateit .rateit-preset {
    background: url("../img/star.gif") left -48px;
    color: #ef6b22;
}

.rateit .rateit-preset-rtl {
    background: url("../img/star.gif") left -48px;
}

.rateit button.rateit-reset {
    background: url("../img/delete.gif") 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border: none;
    padding: 0;
}

.rateit .rateit-reset span {
    display: none;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
    background-position: 0 -16px;
}

.rateit-font {
    font-size: 24px;
    line-height: 1em;
}

.rateit-font .rateit-range {
    background: none;
    height: auto;
}

.rateit-font .rateit-empty {
    color: #ccc;
}

.rateit-font .rateit-range>div {
    background: none;
    overflow: hidden;
    cursor: default;
}

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
}

.rateit.rateit-font .rateit-reset span {
    display: block;
    font-weight: bold;
    color: white;
    height: -webkit-calc(50% - 0.045em);
    height: calc(50% - 0.045em);
    top: 0;
    position: absolute;
    border-bottom: 0.09em solid white;
    width: 72%;
    margin-left: 14%;
}

.rateit.rateit-font .rateit-reset:hover {
    background: #e6574b;
    /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}

.rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b;
    /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}

html {
    height: auto;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* min-width: 1010px; */
    min-height: 100vh;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: #0061C3 linear-gradient(-45deg, #8731E8 20%, #0061C3 100%);
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 20px;
}

h2.is-fz-16 {
    font-size: 16px;
}

a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    height: auto;
}

input[type='text'], input[type='search'], input[type='button'] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.i-bold {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.title {
    text-transform: uppercase;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.header{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #085fc5;
}
.header__left{
    display: flex;
    align-items: center;
}

.header__left .nav{ }
.header__left .nav ul{list-style: none;margin-left:20px}
.header__left .nav ul li{display: inline-block;font-size: 18px;}
.header__left .nav ul li a{padding: 3px 10px;}

.logo {
    display: inline-block;
}

.logo__img {
}

.copyright {
    font-size: 14px;
    color: #ffffff;
}

.title-head {
    margin: 10px 0;
}

.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating span {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.description {
    margin-bottom: 25px;
    position: relative;
    top: -5px;
}

.description p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.banner.with-border {
    padding: 38px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.discus {
    margin-top: 25px;
}

.content {
    padding: 20px 20px 50px 20px;
    margin-top:20px;
    border-radius: 10px;
    background-color: #167BE0;
}
.content-2{display: flex;}
/* .game-content{max-width: 720px;margin:0 auto} */
.game-content{max-width: 1400px;margin:0 auto}
.advertisement{max-width: 300px;}

.content__wrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content__wrap h1 {
    letter-spacing: -0.5px;
    line-height: 1.2;
}




.best-games {
    *zoom: 1;
}

.best-games:after {
    content: " ";
    display: table;
    clear: both;
}

.controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.control {
    margin-right: 40px;
    margin-bottom: 10px;
    font-size: 13px;
}

.control__sign {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4px;
    min-width: 21px;
    height: 21px;
    color: #ffffff;
    background-color: #555555;
    border-radius: 6px;
    box-sizing: border-box;
}

.control__sign.is-big {
    width: 70px;
    padding: 0;
}

.control__name {
    position: relative;
    padding-left: 18px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.control__name:after, .control__name:before {
    position: absolute;
    left: 5px;
    content: "";
    height: 1px;
    width: 7px;
    background-color: #fff;
}

.control__name:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.control__name:after {
    top: 10px;
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 260px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    background-color: #60d218;
    border: 1px solid #60d218;
    font-size: 19px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.btn:active, .btn:focus, .btn:visited {
    outline: none;
}

.btn:hover {
    background-color: #4bc631;
}

.btn.is-search {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0 4px 4px 0;
}

.btn.is-search:hover {
    background-color: #6fda2c;
    border: 1px solid #6fda2c;
}

.game__info {
    padding-bottom: 22px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.game__left {
    width: 29%;
    margin-right: 18px;
}

.game__right {
    width: 71%;
}

.game__img {
    margin-bottom: 12px;
    width: 182px;
    border-radius: 10px;
}

.game__share {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eaeaea;
}

.game-center {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.game-wrapper {
    margin-bottom: 43px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game-wrapper__left {
    width: 67%;
    margin-right: 20px;
}

.game-wrapper__right {
    width: 31%;
}

.game-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
    width: 100%;
    height: 600px;
}

.howto {
    position: relative;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #3294e9;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.howto:hover {
    background-color: #46a2f1;
}

.howto__ico {
    position: absolute;
    top: -1px;
    left: -11px;
}

.howto__text {
    text-transform: uppercase;
}

.ico {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ico.is-search {
    width: 18px;
    height: 18px;
    background: url("../img/ico_search.png") no-repeat;
}

.ico.is-how {
    width: 18px;
    height: 18px;
    background: url("../img/ico_how.png") no-repeat;
}

.ico.is-arrow-left {
    width: 12px;
    height: 8px;
}

.ico.is-arrow-left:after, .ico.is-arrow-left:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 5px;
    background-color: #fff;
}

.ico.is-arrow-left:after {
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico.is-arrow-left:before {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ico.is-arrow-right {
    width: 12px;
    height: 8px;
}

.ico.is-arrow-right:after, .ico.is-arrow-right:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 5px;
    background-color: #fff;
}

.ico.is-arrow-right:after {
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ico.is-arrow-right:before {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico.is-fb, .ico.is-tw, .ico.is-gp {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ico.is-fb {
    width: 11px;
    height: 20px;
    background: url("../img/ico_fb.png") no-repeat;
}

.ico.is-tw {
    width: 18px;
    height: 16px;
    background: url("../img/ico_tw.png") no-repeat;
}

.ico.is-gp {
    width: 27px;
    height: 18px;
    background: url("../img/ico_gp.png") no-repeat;
}

.info {
    margin-top: 30px;
}

.info__title {
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.info__text {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.information__el {
    margin-bottom: 20px;
}

.information p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.information .list {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.information h1 {
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.information h2 {
    margin-bottom: 5px;
}

.information a:hover {
    text-decoration: underline;
}

.items {
    display: grid;
    grid-gap: 15px;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    grid-area: items;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-rows: minmax(160px, auto);
}

.item {
}

.item:hover {
    color: #1976d2;
    opacity: inherit;
}

.item:nth-child(5n) {
    margin-right: 0;
}

.item__img {
    border-radius: 10px;
}

.item__name {
    
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    text-align: center;
    overflow: hidden;
    padding: 5px 5px 0px;
    /*-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

.container {
    position: relative;
    margin: 0 auto;
    /* width: 1010px; */
    width: 95%;
}

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding-top:70px;
}
.breadcrumb{padding: 6px 32px 5px;font-size: 15px;font-weight: 700;margin-bottom:20px;
    
    text-transform: uppercase;
}
.breadcrumb ul{}
.breadcrumb li.breadcrumb-item{
    display: inline-block;
}
.breadcrumb-item+.breadcrumb-item{padding-left: .5rem;}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}

.header__wrap {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer {
    position: relative;
    padding: 19px 0;
    box-sizing: border-box;
}

.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list__el {
    position: relative;
    padding-left: 15px;
}

.list.is-disc {
    margin-bottom: 20px;
}

.list.is-disc .list__el:after {
    position: absolute;
    top: 9px;
    left: 4px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4d4d4d;
}

.list.is-alpha {
    margin-bottom: 5px;
    margin-left: 50px;
    list-style-type: lower-alpha;
}

.list.is-alpha .list__el {
    padding-left: 3px;
    line-height: 1.4;
}

.list.is-alpha .list__el:after {
    display: none;
}

.nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nav__el {
    position: relative;
    padding-right: 20px;
}

.nav__el:last-child {
    padding-right: 0;
}

.nav__el:last-child:after {
    display: none;
}

.nav__el:after {
    position: absolute;
    content: "";
    right: 9px;
    top: 4px;
    background-color: #ffffff;
    width: 1px;
    height: 13px;
}

.nav__link {
    font-size: 14px;
    color: #ffffff;
}

.nav__link:hover, .nav__link:active {
    text-decoration: underline;
}

.pagination {
    text-align: center;
    margin: 15px 0;
    padding-top: 15px;
    clear: both;
}

.pagination__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination__el {
    margin: 2px 2px;
}

.pagination__el.is-active a, .pagination__el:hover a {
    color: #fff;
    background-color: #548af0;
    border-color: #548af0;
}

.pagination__el.is-active i:after, .pagination__el.is-active i:before, .pagination__el:hover i:after, .pagination__el:hover i:before {
    background-color: #fff;
}

.pagination__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 11px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
}

.search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    cursor: text;
}

.search__form {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.search__input {
    display: block;
    padding-left: 12px;
    padding-right: 36px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    cursor: text;
    box-sizing: border-box;
    outline: none;
}

.search__action {
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.search__ico {
    position: absolute;
    right: 9px;
    top: 9px;
}

.share {
    width: 28%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}


.tags__list{}
.tags__list a{padding:0 5px}

.game__tags a{padding: 2px 5px;}

li.breadcrumb-item a:not(:last-child):after{    content: ",";margin: 0 3px;}


@media (max-width:768px) {
    .header__left .nav{display: none;}
    .header__right{width: 50%;}
    .search{width: 100%;}
}


.items-2 .item{
    width: 49%;
}




.row {
    position: relative;
    width: 100%;
  }
  
  .row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
  }
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 96%;
  }
  
  .col-1-sm {
    width: 4.33%;
  }
  
  .col-2-sm {
    width: 12.66%;
  }
  
  .col-3-sm {
    width: 21%;
  }
  
  .col-4-sm {
    width: 29.33%;
  }
  
  .col-5-sm {
    width: 37.66%;
  }
  
  .col-6-sm {
    width: 46%;
  }
  
  .col-7-sm {
    width: 54.33%;
  }
  
  .col-8-sm {
    width: 62.66%;
  }
  
  .col-9-sm {
    width: 71%;
  }
  
  .col-10-sm {
    width: 79.33%;
  }
  
  .col-11-sm {
    width: 87.66%;
  }
  
  .col-12-sm {
    width: 96%;
  }
  
  .row::after {
      content: "";
      display: table;
      clear: both;
  }
  
  .hidden-sm {
    display: none;
  }
  
  @media only screen and (min-width: 45em) {  /* 720px */
    .col-1 {
      width: 4.33%;
    }
  
    .col-2 {
      width: 12.66%;
    }
  
    .col-3 {
      width: 21%;
    }
  
    .col-4 {
      width: 29.33%;
    }
  
    .col-5 {
      width: 37.66%;
    }
  
    .col-6 {
      width: 46%;
    }
  
    .col-7 {
      width: 54.33%;
    }
  
    .col-8 {
      width: 62.66%;
    }
  
    .col-9 {
      width: 71%;
    }
  
    .col-10 {
      width: 79.33%;
    }
  
    .col-11 {
      width: 87.66%;
    }
  
    .col-12 {
      width: 96%;
    }
  
    .hidden-sm {
      display: block;
    }
  }
  