.m-breadcrumbs__list {
    margin: 0
}

.m-tabs__list, .m-tabs__item, .m-breadcrumbs__item {
    padding: 0;
    margin: 0;
    background: 0 0;
    overflow: visible;
    background-size: auto;
    background-position: 0 0
}

.m-tabs__list:before, .m-tabs__item:before, .m-breadcrumbs__item:before {
    content: none
}

.c-tags__list, .m-tabs__list {
    font-size: 0
}

@media (-webkit-min-device-pixel-ratio: 0) {
    .c-tags__list, .m-tabs__list {
        letter-spacing: -1px
    }
}

.c-tags__item, .m-tabs__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    letter-spacing: normal;
    white-space: normal
}

.c-tags--scroll .c-tags__list {
    position: relative;
    white-space: nowrap;
    overflow: auto
}

@media (min-width: 800px) {
    .c-tags--scroll .c-tags__list {
        overflow: hidden
    }
}

.js .c-tags--scroll .c-tags__list {
    overflow-x: hidden
}

.item-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px
}

[dir=rtl] .item-icon {
    padding-left: 0;
    padding-right: 20px
}

.item-icon--15 {
    padding-left: 22px
}

[dir=rtl] .item-icon--15 {
    padding-left: 0;
    padding-right: 22px
}

.item-icon--15 .icon-svg {
    width: 15px
}

.item-icon--20 {
    padding-left: 30px
}

[dir=rtl] .item-icon--20 {
    padding-left: 0;
    padding-right: 30px
}

.item-icon--20 .icon-svg {
    width: 20px
}

.item-icon--22-35 {
    padding-left: 35px
}

[dir=rtl] .item-icon--22-35 {
    padding-left: 0;
    padding-right: 35px
}

.item-icon--22-35 .icon-svg {
    width: 22px
}

.item-icon--25 {
    padding-left: 35px
}

[dir=rtl] .item-icon--25 {
    padding-left: 0;
    padding-right: 35px
}

.item-icon--25 .icon-svg {
    width: 25px
}

.item-icon--26 {
    padding: 0
}

.item-icon--26 .icon-svg {
    width: 26px
}

.item-icon__svg {
    position: absolute;
    left: 0;
    top: 0
}

[dir=rtl] .item-icon__svg {
    left: auto;
    right: 0
}

.item-icon .icon-svg, .item-icon .sprite {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

[dir=rtl] .item-icon .icon-svg, [dir=rtl] .item-icon .sprite {
    left: auto;
    right: 0
}

.item-icon--after {
    padding-left: 0
}

[dir=rtl] .item-icon--after {
    padding-right: 0
}

.item-icon--after .icon-svg, .item-icon--after .sprite {
    left: auto;
    right: 0
}

[dir=rtl] .item-icon--after .icon-svg, [dir=rtl] .item-icon--after .sprite {
    right: auto;
    left: 0
}

.item-icon--after-32 {
    padding-right: 42px
}

[dir=rtl] .item-icon--after-32 {
    padding-right: 0;
    padding-left: 42px
}

.item-icon--after-28 {
    padding-right: 38px
}

[dir=rtl] .item-icon--after-28 {
    padding-right: 0;
    padding-left: 38px
}

.item-icon--after-20 {
    padding-right: 28px
}

[dir=rtl] .item-icon--after-20 {
    padding-right: 0;
    padding-left: 28px
}

.item-icon--middle {
    vertical-align: middle
}

.b-intro {
    position: relative
}

@media (min-width: 801px) {
    .b-intro {
        margin-top: 15px
    }
}

.b-intro__title {
    margin: 0 0 5px;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 801px) {
    .b-intro__title {
        font-size: 1.75rem;
        position: relative;
        padding-right: 10px
    }
}

.b-intro__text {
    color: #c7c7c7;
    margin-bottom: 5px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.b-intro__text.inline {
    position: relative;
    display: block;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap
}

.b-intro__desc {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-intro__desc .b-intro__text {
    max-width: calc(100% - 35px)
}

.b-intro__desc .b-intro__expand {
    width: 35px;
    border: 0;
    background: 0 0;
    color: #ffb700
}

.b-intro__desc .b-intro__expand:hover {
    scale: 1.25
}

.b-intro__desc.expanded .b-intro__text {
    max-width: unset;
    display: block;
    -webkit-line-clamp: unset
}

.b-intro__desc.expanded .b-intro__expand {
    display: none
}

.b-intro_header {
    padding: .5rem
}

@media (min-width: 801px) {
    .b-intro_header-w {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .b-intro_header-s {
        position: relative;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 480px;
        grid-template-columns:1fr 480px
    }

    .b-intro_header-s .b-intro__orderby {
        position: absolute;
        right: 0;
        bottom: 10px
    }

    [dir=rtl] .b-intro_header-s .b-intro__orderby {
        right: unset;
        left: 0
    }
}

@media (min-width: 801px) {
    .b-intro_header.highlined {
        width: 288px;
        height: 81px;
        border-radius: 1rem;
        background: #ffb700
    }

    .b-intro_header.highlined .b-intro__title {
        color: #000
    }

    .b-intro_header.highlined .b-intro__text.inline {
        color: #000
    }
}

@media (min-width: 801px) {
    .b-intro_header.tag .b-intro__text {
        -webkit-line-clamp: 2
    }
}

.b-intro__orderby-label {
    margin-top: 8px;
    padding-right: 1rem;
    color: #000;
    background: #ffb700;
    padding: 0 .5rem;
    border-radius: .5rem;
    font-weight: 600
}

.b-intro .m-tabs__link:before {
    z-index: 1
}

.b-intro .m-tabs__link .item-icon {
    z-index: 2
}

.b-intro .row-main {
    position: relative
}


@media (max-height: 810px) {
    .active-lang .header {
        z-index: 2147483647
    }

    .header:hover {
        z-index: 2147483647
    }
}

.c-tags {
    margin-bottom: 40px
}

@media (max-width: 800px) {
    .c-tags__list {
        margin-left: -6px;
        margin-bottom: -6px
    }
}

@media (min-width: 801px) {
    .c-tags__list {
        margin-left: -15px;
        margin-bottom: -15px
    }
}

@media (max-width: 800px) {
    .c-tags__item {
        width: 130px;
        margin-left: 6px;
        margin-bottom: 6px
    }
}

@media (min-width: 801px) {
    .c-tags__item {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 200px
    }
}

.c-tags__subitem + .c-tags__subitem {
    margin-top: 15px
}

.c-tags__inner {
    position: relative;
    text-decoration: none;
    display: block;
    background-color: #272727;
    border-radius: 3px
}

.c-tags__inner:hover {
    color: #fff
}

.c-tags__inner:hover .c-tags__image img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.c-tags__image {
    position: relative;
    padding-top: 45.40816326530612%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 3px
}

.c-tags__image img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.c-tags__title {
    padding: 6px 5px 8px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

[dir=rtl] .c-tags__title {
    text-align: right
}

.c-tags__count {
    margin: 0;
    position: absolute;
    bottom: 21px;
    right: 8px;
    border-radius: 30%/50%;
    background-color: #ffb700;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    padding: 0 12px
}

@media (min-width: 801px) {
    .c-tags__count {
        font-size: 14px
    }
}

[dir=rtl] .c-tags__count {
    right: auto;
    left: 8px
}

.c-tags__wrap-item, .c-tags .slick-slide {
    display: inline-block;
    vertical-align: top
}

.c-tags__wrap-item {
    width: 100%;
    white-space: normal
}

[dir=rtl] .c-tags--scroll .c-tags__list {
    direction: ltr
}

[dir=rtl] .c-tags--scroll .c-tags__list > * {
    direction: rtl
}

.m-tabs {
    position: relative
}

.m-tabs__list {
    margin-left: 4px
}

[dir=rtl] .m-tabs__list {
    margin-left: 0;
    margin-right: 4px;
    text-align: right
}

.m-tabs__item {
    margin: 0 10px 0 0
}

[dir=rtl] .m-tabs__item {
    margin: 0 0 0 10px;
    padding: 0
}

.m-tabs__link {
    color: #ffb700;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    transition: color .3s
}

@media (min-width: 801px) {
    .m-tabs__link {
        font-size: 13px;
        padding: 6px 20px
    }
}

.m-tabs__link:before {
    content: '';
    -webkit-transform: skewX(170deg);
    -ms-transform: skewX(170deg);
    transform: skewX(170deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: background-color .3s;
    border: 1px solid #ffb700
}

[dir=rtl] .m-tabs__link:before {
    -webkit-transform: skewX(-170deg);
    -ms-transform: skewX(-170deg);
    transform: skewX(-170deg)
}

.m-tabs__link.is-active, .m-tabs__link:hover {
    color: #0f0f0f
}

.m-tabs__link.is-active:before, .m-tabs__link:hover:before {
    background-color: #ffb700
}

.m-tabs__link.is-active {
    cursor: default
}

.m-tabs--icons {
    border-bottom: none
}

.m-tabs--icons .m-tabs__list {
    text-align: right
}

.m-tabs--icons .m-tabs__item {
    margin-right: 5px
}

[dir=rtl] .m-tabs--icons .m-tabs__item {
    margin-left: 0
}

.m-tabs--icons .m-tabs__link {
    color: #fff;
    padding: 6px 20px;
    font-size: 15px
}

@media (max-width: 800px) {
    .m-tabs--icons .m-tabs__link {
        font-size: 12px;
        padding: 6px 12px
    }
}

.m-tabs--icons .m-tabs__link:before {
    border-color: #fff
}

.m-tabs--icons .m-tabs__link.is-active, .m-tabs--icons .m-tabs__link:hover {
    color: #171717
}

.m-tabs--icons .m-tabs__link.is-active:before, .m-tabs--icons .m-tabs__link:hover:before {
    background-color: #fff
}

.m-tabs--condensed .m-tabs__item {
    margin-right: 5px
}

[dir=rtl] .m-tabs--condensed .m-tabs__item {
    margin-right: 0;
    margin-left: 5px
}

@media (min-width: 1400px) {
    .m-tabs__link {
        font-size: 20px
    }
}

.t-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box
}

.t-bar .title-main__btns {
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 10px
}

.t-bar .title-main__button:before {
    background: #1c1c1c
}

.t-bar__list {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: auto
}

@media (min-width: 768px) {
    .t-bar__list {
        overflow: hidden
    }
}

.t-bar a {
    font-weight: 400;
    text-decoration: none;
    position: relative
}

.t-bar a.itm-t {
    width: 100%;
    aspect-ratio: 163/74
}

.t-bar a:hover:after, .t-bar a.is-active:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffb700;
    position: absolute;
    left: 0;
    bottom: 0
}

.t-bar a.scroll {
    margin: 0;
    padding: 9px 40px 8px;
    background-color: #1c1c1c;
    position: absolute;
    right: 0;
    opacity: .8
}

.t-bar a.scroll:hover {
    opacity: 1
}

.t-bar a .img {
    position: relative
}

.t-bar a .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 67%, #000 100%)
}

.t-bar a .img img {
    aspect-ratio: 196/89;
    border-radius: 1rem;
    width: 180px
}

.t-bar a .title {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 3px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: nowrap
}

.t-bar a .c-tags__count {
    font-size: 11px;
    padding: 0 6px;
    bottom: 7px
}

.t-bar.hp .img:after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000 100%)
}

.t-bar.hp .img img {
    width: 100%
}

@media (max-width: 800px) {
    .t-bar.hp .img img {
        width: 120px
    }
}

.m-breadcrumbs {
    font-size: 15px;
    margin-bottom: 10px;
    color: #888
}

.m-breadcrumbs__list {
    padding-left: 0
}

.m-breadcrumbs__item {
    display: inline-block;
    vertical-align: middle
}

[dir=rtl] .m-breadcrumbs__item {
    padding: 0
}

.m-breadcrumbs__item:after {
    content: '\003E';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.m-breadcrumbs__item:last-child:after {
    content: none
}

.m-breadcrumbs__link {
    text-decoration: none;
    color: #888
}

.m-breadcrumbs__link:hover {
    color: #ffb700
}

a.m-breadcrumbs__link.last {
    cursor: default
}

@media (max-width: 800px) {
    .jss-scrollable .title-main__name strong {
        display: none
    }

    .c-popular__pager {
        display: none
    }
}

.b-developer {
    position: relative
}

.desc-img {
    width: 100%;
    max-width: 500px
}

.faq-section {
    background-color: #101010;
    padding: 40px;
    margin-top: 40px
}

.faq-section_intro {
    color: #b0afaf
}

.c-products__bnl {
    margin: 0
}

.title-main__btns {
    margin-right: 10px
}

@media (min-width: 1600px) {
    .title-main__btns {
        margin-right: 20px
    }
}

@media (max-width: 1600px) {
    .title-main__button.viewall {
        display: none
    }
}

html {
    overflow-x: hidden
}

.gs-wrapper {
    color: #c7c7c7
}

@media (min-width: 720px) {
    .gs-wrapper {
        padding: 0 .7rem
    }
}

@media (max-width: 1125px) {
    .gs-wrapper ol {
        -webkit-columns: 2;
        columns: 2
    }
}

.gs-wrapper .ltitle {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gs-wrapper .ltitle:after {
    content: attr(data-rating);
    font-size: 11px;
    padding: 0 6px;
    border-radius: 30%/50%;
    background-color: #4a4a4a;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 2px
}

.gs.trg {
    grid-template-areas:"ob ob ob" "tl tl tl"
}

@media (min-width: 801px) {
    .gs.trg {
        -ms-grid-columns:(1fr) [ 7 ];
        grid-template-columns:repeat(7, 1fr);
        grid-template-areas:"tl . . . . ob ob" "tl . . . . . s1" "tl . . . . . s1" ". . . . . . s1" ". . . . . . s1" ". . . . . . s1"
    }
}

@media (min-width: 1600px) {
    .gs.trg {
        grid-template-areas:"tl . . . . ob ob" "tl . . . . . s1" ". . . . . . s1" ". . . . . . s1" ". . . . . . s1"
    }
}

.gs.trg .tl {
    overflow: hidden
}

@media (min-width: 801px) {
    .gs.trg .tl {
        margin-left: -20px;
        margin-top: -20px
    }
}

.gs.trg .tl:before {
    background: #1c1c1c
}

@media (min-width: 1700px) {
    #cp_s2 {
        height: 250px
    }

    #cp_t1 {
        height: 600px
    }
}

@media (max-width: 1000px) {
    .btn--default .btn__text {
        margin: .5rem 0
    }
}

.t-bar {
    margin-right: -8px
}

[dir=rtl] .t-bar {
    margin-right: 0;
    margin-left: -8px
}

@media (min-width: 720px) {
    .t-bar {
        margin-left: 6px;
        margin-right: -20px
    }

    [dir=rtl] .t-bar {
        margin-right: 6px;
        margin-left: -20px
    }
}

.t-bar a {
    margin-right: 6px
}

@media (max-width: 1125px) {
    .s1 {
        display: none
    }
}

@media (min-width: 1125px) {
    .s1 {
        grid-area: s1;
        height: 100%;
        margin-top: 10px;
        margin-right: -10px
    }

    .s1-note {
        display: none
    }
}

@media (min-width: 1125px) and (min-width: 1600px) {
    .s1 {
        margin-right: 0
    }
}

@media (min-width: 1125px) and (min-width: 1600px) {
    .s1-note {
        color: gray;
        font-size: 11px;
        text-align: center;
        display: block
    }
}

.gs {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

@media (min-width: 720px) {
    .gs {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (min-width: 1125px) {
    .gs {
        -ms-grid-columns:(1fr) [ 7 ];
        grid-template-columns:repeat(7, 1fr)
    }
}

@media (min-width: 1300px) {
    .gs {
        -ms-grid-columns:(1fr) [ 8 ];
        grid-template-columns:repeat(8, 1fr)
    }
}

@media (min-width: 1600px) {
    .gs {
        -ms-grid-columns:(1fr) [ 10 ];
        grid-template-columns:repeat(10, 1fr)
    }
}

.gs-title_text {
    display: inline-block
}

.gs-title_text strong {
    color: #ffb700
}

.gs-title .title-main__btns {
    float: unset;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.gs.tr {
    grid-template-areas:"p1 p1 p2" "p1 p1 p3"
}

@media (min-width: 720px) {
    .gs.tr {
        grid-template-areas:"p1 p1 p2 p2 p3" "p1 p1 p2 p2 ." ". . . . ." ". . . . ." ". . . . ." ". . . . ."
    }
}

@media (min-width: 1125px) {
    .gs.tr {
        grid-template-areas:"p1 p1 p2 p2 p3 s1 s1" "p1 p1 p2 p2 . s1 s1" ". . . . . s1 s1" ". . . . . s1 s1" ". . . . . s1 s1" ". . . . . s1 s1"
    }
}

@media (min-width: 1300px) {
    .gs.tr {
        grid-template-areas:"p1 p1 p2 p2 p3 p3 s1 s1" "p1 p1 p2 p2 p3 p3 s1 s1" ". . . . . . s1 s1" ". . . . . . s1 s1" ". . . . . . s1 s1" ". . . . . . s1 s1"
    }
}

@media (min-width: 1600px) {
    .gs.tr {
        grid-template-areas:"p1 p1 p2 p2 p3 p3 . . s1 s1" "p1 p1 p2 p2 p3 p3 . . s1 s1" ". . . . . . . . s1 s1" ". . . . . . . . s1 s1" ". . . . . . . . s1 s1"
    }
}

.gs.mp-gs {
    position: relative;
    grid-template-areas:"p1 p1 ." "p1 p1 p2" ". . ." ". p3 p3" ". p3 p3"
}

@media (min-width: 720px) {
    .gs.mp-gs {
        grid-template-areas:"p1 p1 . p2 p2" "p1 p1 . p2 p2" "p3 . . . ."
    }
}

@media (min-width: 1125px) {
    .gs.mp-gs {
        grid-template-areas:"p1 p1 . p2 p2 . ." "p1 p1 . p2 p2 p3 ." ". . . . . . ."
    }
}

@media (min-width: 1300px) {
    .gs.mp-gs {
        grid-template-areas:"p1 p1 . p2 p2 . . ." "p1 p1 . p2 p2 . p3 p3" ". . . . . . p3 p3"
    }
}

@media (min-width: 1600px) {
    .gs.mp-gs {
        grid-template-areas:"p1 p1 p3 . p2 p2 . . . ." "p1 p1 . . p2 p2 . . . ."
    }

    .gs.mp-gs .itm:last-child {
        display: none
    }
}

.gs.mp-gs .p1 {
    grid-area: p1
}

.gs.mp-gs .p2 {
    grid-area: p2
}

@media (min-width: 720px) and (max-width: 1125px) {
    .gs.mp-gs .itm:last-child {
        display: none
    }
}

.gs-top .ob, .trg .ob {
    grid-area: ob;
    margin: 0 auto;
    padding: 0
}

.gs-top .tl, .trg .tl {
    grid-area: tl
}

.gs-top {
    grid-template-areas:"ob ob ob" "tl tl tl" "p1 p1 p2" "p1 p1 p3" "p4 . ." ". . ." "ng ng ng" ". . ."
}

@media (min-width: 720px) {
    .gs-top {
        grid-template-areas:"tl tl tl p1 ob" "tl tl tl p2 ob" ". . . p3 p4" ". . ng ng ng" ". . ng ng ng" ". . ng ng ng" ". . ng ng ng" ". . ng ng ng" ". . ng ng ng" ". . ng ng ng"
    }

    .gs-top .ob {
        margin-right: -10px
    }
}

@media (min-width: 1125px) {
    .gs-top {
        grid-template-areas:". p2 p1 p1 ob ob ob" "tl tl p1 p1 . p4 p4" "tl tl . . . p4 p4" "tl tl . ng ng ng ng" ". p3 p3 ng ng ng ng" ". p3 p3 ng ng ng ng" ". . . ng ng ng ng" ". . . ng ng ng ng"
    }

    .gs-top .ob {
        margin: 0 auto;
        margin-top: 18px
    }
}

@media (min-width: 1300px) {
    .gs-top {
        grid-template-areas:". . p1 p1 p2 ob ob ob" "tl tl p1 p1 . . p4 p4" "tl tl . . . . p4 p4" "tl tl . . ng ng ng ng" ". . p3 p3 ng ng ng ng" ". . p3 p3 ng ng ng ng" ". . . . ng ng ng ng"
    }
}

@media (min-width: 1600px) {
    .gs-top {
        grid-template-areas:". p1 p1 . . p2 p2 ob ob ob" ". p1 p1 . . p2 p2 . p4 p4" "tl tl . . . . . . p4 p4" "tl tl . . ng ng ng ng ng ng" "tl tl p3 p3 ng ng ng ng ng ng" ". . p3 p3 ng ng ng ng ng ng"
    }

    .gs-top .itm:nth-child(25) {
        display: none
    }
}

.gs-top .ng {
    grid-area: ng;
    padding-top: 7px
}

@media (max-width: 720px) {
    .gs-top .ng {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 720px) {
    .gs-top .ng {
        margin-right: -10px;
        margin-bottom: -50px
    }
}

.gs-top .ng-gs {
    position: relative;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    grid-template-areas:"p1 p1 ." "p1 p1 ." ". . ." ". p2 p2" ". p2 p2"
}

@media (min-width: 720px) {
    .gs-top .ng-gs .itm:last-child {
        display: block
    }
}

@media (min-width: 1125px) {
    .gs-top .ng-gs {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr);
        grid-template-areas:"p1 p1 . ." "p1 p1 . ." ". . p2 p2" ". . p2 p2"
    }
}

@media (min-width: 1300px) {
    .gs-top .ng-gs {
        grid-template-areas:"p1 p1 p2 ." "p1 p1 p3 ."
    }
}

@media (min-width: 1600px) {
    .gs-top .ng-gs {
        -ms-grid-columns:(1fr) [ 6 ];
        grid-template-columns:repeat(6, 1fr);
        grid-template-areas:"p1 p1 . . . ." "p1 p1 . p2 p2 ." ". . . p2 p2 ."
    }

    .gs-top .ng-gs .itm:last-child, .gs-top .ng-gs .itm:nth-last-child(2) {
        display: none
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .gs-top .ng-gs .itm:last-child {
        display: none
    }
}

@media (min-width: 720px) and (max-width: 1300px) {
    .gs-top .itm:nth-child(25) {
        display: none
    }
}