.breadcrumbs {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #777;
    margin-top: 15px;
}

.breadcrumbs div {
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    margin-right: 15px;
}

.breadcrumbs div::before {
    content: ">";
    margin-right: 10px;
}

.breadcrumbs div:first-child::before {
    content: "";
    margin-right: 0;
}

li.item-kz {
    background: url(/app/themes/pin-up/img/Frame29.svg) center center no-repeat;
    background-size: contain;
    color: transparent;
    width: 30px;
}

table tr:nth-child(odd) {
    background: #161d35;
}

tr td {
    border-bottom: 1px solid;
}

.desc__text li {
    list-style: inside;
}

.header__up > a {
    max-width: 200px;
    max-height: 51px;
}

.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

h2 {
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

header li {
    list-style-type: none
}

input {
    outline: 0
}

button {
    outline: 0
}

body {
    margin: 0;
    position: relative;
    background-color: #181d2d;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-top: 175px;
}

@media (min-width: 800px) {
    body {
        margin-top: 210px;
    }
}
.slider__img {
    width: 100%;
    height: auto
}

.main {
    color: #fff;
    background-image: url(../img/main__bck.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 -50px
}

.main__container {
    position: relative;
}

.main__hrefs {
    position: relative;
    top: 21px;
    display: flex;
    justify-content: start;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.main__hrefs > span {
    padding: 0 7px
}

.main__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.main__h1 {
    padding-top: 61px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px
}

.main__description {
    position: relative;
    padding: 47px 15px;
    background: #213234;
    border-radius: 6px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.main__description-text {
    display: flex;
    justify-content: space-between
}

.main__description-text > p {
    max-width: 681px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%
}

.main__description > h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    padding-bottom: 11px
}

.main__coins {
    position: absolute;
    top: 108px;
    right: 86px;
    max-width: 235px;
}

.main__games {
    background: #192829;
    border-radius: 6px;
    height: 476px
}

.main__games-menu {
    padding-top: 21px;
    padding-bottom: 40px;
    display: flex;
    align-items: center
}

.main__games-menu > a {
    padding-left: 25px;
    position: relative
}

.main__games-menu > a:after {
    content: "";
    position: absolute;
    top: 34px;
    left: 25px;
    width: 0;
    height: 3px;
    background-color: #0d0a27;
    transition: width .3s ease-out
}

.main__games-menu > a :focus:after, .main__games-menu > a:hover:after {
    width: 80%
}

.games {
    padding-top: 50px;
    min-height: 100%
}

.games__main {
    margin-top: 35px;
    background: #192829;
    border-radius: 6px
}

.games__menu {
    padding-top: 21px;
    padding-bottom: 40px;
    display: flex;
    align-items: center
}

.games__menu > a {
    padding-left: 25px;
    position: relative
}

.games__menu > a:after {
    content: "";
    position: absolute;
    top: 34px;
    left: 25px;
    width: 0;
    height: 3px;
    background-color: #0d0a27;
    transition: width .3s ease-out
}

.games__menu > a :focus:after, .games__menu > a:hover:after {
    width: 80%
}

.games__more {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
    padding-right: 26px;
    padding-bottom: 20px
}

.games__more > a {
    max-width: 86px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.games__more-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%
}

.games__more-arrows {
    display: flex;
    padding-left: 10px;
    padding-top: 2px
}

.games__more-arrows > img {
    height: 14px;
    width: 9px
}

.search {
    margin-left: auto;
    padding-right: 23px;
    position: relative
}

.search > input {
    background: #0d0a27;
    border-radius: 84px;
    border: 0;
    max-width: 350px;
    height: 43px;
    color: rgba(255, 255, 255, .74);
    padding-left: 20px
}

.search > input::-moz-placeholder {
    color: rgba(255, 255, 255, .74)
}

.search > input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .74)
}

.search > input::placeholder {
    color: rgba(255, 255, 255, .74)
}

.search__button {
    background: url(../img/magnifer.svg);
    width: 18px;
    height: 18px;
    border: 0;
    position: absolute;
    right: 41px;
    top: 11px
}

.banners {
    display: flex;
    justify-content: space-around
}

.banners__baner {
    position: relative;
    background: #0e1013;
    border-radius: 10px
}

.banners__img {
    max-width: 230px;
    width: 100%
}

.banners__desc {
    padding-top: 14px;
    padding-left: 9px
}

.banners__stars {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 28px
}

.banners__five {
    color: #ffd001;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%
}

.banners__button {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 65px;
    left: 30px;
    width: 171px;
    height: 50px;
    background: #0d0a27;
    color: #fff;
    border-radius: 6px;
    border: 0;
    visibility: hidden
}

.banners__button:hover {
    background: #e73d22;
    color: #fff
}

.desc {
    background-image: url(../img/main__bck.png);
    background-size: 1933px 632px;
    background-repeat: no-repeat;
    background-position: -100px -130px
}

.desc > div > h2 {
    padding-top: 52px
}

.desc__up {
    display: flex;
    padding-top: 26px
}

.desc__up > img {
    max-width: 699px;
    max-height: 371px;
    border-radius: 8px
}

.desc__down {
    padding-top: 15px
}

.articles > div > h2 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    padding-top: 115px
}

.articles__baners {
    display: flex;
    justify-content: space-between;
    padding-top: 51px
}

.articles__more {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px
}

.articles__more > a {
    width: 86px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.articles__more-text {
    position: relative;
    right: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%
}

.articles__more-arrows {
    display: flex;
    align-items: center;
    padding-top: 2px
}

.articles__more-arrows > img {
    height: 14px;
    width: 9px
}

.banner__main {
    position: relative;
    max-width: 626px;
    max-height: 379px;
    background: linear-gradient(180deg, rgba(53, 194, 113, 0) 0, rgba(53, 194, 113, .46) 100%);
    border-radius: 20px 20px 0 0
}

.banner__bck {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__fiveStars {
    position: absolute;
    bottom: 14px;
    left: 12px
}

.banner__desc {
    position: relative;
    width: 100%;
    height: 120px;
    background: #35c271;
    border-radius: 0 0 10px 10px
}

.banner__desc > span {
    position: absolute;
    top: 18px;
    left: 36px;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 426px;
    font-size: 24px;
    line-height: 170%
}

.cookie {
    height: auto;
    min-height: 100px;
    width: 100%;
    background-color: #000;
    position: fixed;
    opacity: .9;
    bottom: -300px;
    z-index: 5;
    transition: bottom 1s ease-in-out
}

.cookie__main {
    position: relative;
    height: 100%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.cookie__main > span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%
}

.cookie__main > span > a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #35c271;
    text-decoration: underline
}

.cookie__buttons {
    display: flex;
    justify-content: space-between;
    width: 345px
}

.cookie__button {
    border: 0;
    border-radius: 35px;
    width: 160px;
    height: 50px;
    cursor: pointer;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px
}

.cookie__accept {
    background: #35c271;
    margin-right: 10px;
    color: #fff
}

.cookie__close {
    background: #181d2d;
    color: #fff
}

@media (max-width: 1300px) {
    .main__description {
        width: 90%;
        padding-bottom: 47px
    }

    .main__description-text {
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    .main__description-text > span {
        padding: 20px 0
    }

    .games__container {
        width: 50%
    }

    .banners {
        flex-direction: column;
        align-items: center
    }

    .banners__baner {
        display: flex;
        margin: 10px 0
    }

    .banners__desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .banners__five {
        margin-right: 10px
    }

    .banners__button {
        position: relative;
        visibility: visible;
        border-radius: 35px;
        border: 2px solid #f8c708;
        background: 0 0;
        top: 0;
        left: 0
    }

    .desc {
        background-position: -150px -50px
    }

    .desc__container {
        width: 90%
    }

    .desc__up {
        display: block
    }

    .desc__up > img {
        float: right;
        width: 50%;
        height: 50%
    }

    .articles__baners {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .banner {
        margin-top: 20px
    }
}

@media (max-width: 1024px) {
    .games__container {
        width: 60%
    }
}

@media (max-width: 850px) {
    .main__coins {
        top: 150px;
    }
}

@media (max-width: 768px) {
    .games__container {
        width: 80%
    }

    .search > input {
        width: 90%
    }

    .search > button {
        top: 13px;
        right: 57px
    }

    .cookie__main {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column
    }

    .cookie__button {
        margin-top: 10px
    }
}

@media (max-width: 690px) {
    .header__up > a {
        max-width: 30%;
    }

    .banner__bck {
        height: 100%
    }
}

@media (max-width: 582px) {
    .desc__container > h2 {
        text-align: center
    }

    .desc__up > img {
        float: none;
        width: 100%;
        padding: 20px 0
    }

    .banners__baner {
        display: block
    }

    .banners__desc {
        align-items: flex-start
    }

    .banners__button {
        -ms-grid-row-align: center;
        align-self: center;
        top: -10px
    }
}

@media (max-width: 500px) {
    .main__h1 {
        padding-top: 20px
    }

    .main__description {
        padding: 20px 15px
    }

    .main__coins {
        display: none
    }
}

@media (max-width: 425px) {
    .games__menu {
        align-items: flex-start;
        flex-direction: column;
        padding: 21px 40px 20px 0px
    }

    .games__menu > a {
        padding: 0;
        padding-bottom: 15px;
        padding-left: 15px
    }

    .search {
        margin-left: inherit;
        width: 100%
    }

    .cookie__buttons {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 375px) {
    .banner__desc {
        display: flex
    }

    .banner__desc > span {
        text-align: center;
        position: relative;
        top: 0;
        left: 0
    }
}

.header {
    width: 100%;
    position: fixed;
    z-index: 999;
    padding-bottom: 5px;
    background: #181d2d;
    top: 0;
}

.header__up {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 53px;
    position: relative
}

.header__up__logo {
    max-width: 241px
}

.header__up .kk-star-ratings {
    position: relative;
    padding-left: 10px;
    top: 4px
}

.header__stars {
    padding-left: 22px;
    width: 185px;
    display: flex;
    justify-content: space-around;
    align-self: flex-end
}

.header__stars > img {
    width: 23px;
    height: 23px
}

.header__buttons {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    transition: all .5s ease-in-out
}

.header__logIn {
    display: flex;
    background-color: #e73d22;
    align-items: center;
    justify-content: center;
    width: 225px;
    padding: 12px 0;
    border: 2px solid #e73d22;
    border-radius: 35px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.header__logIn:hover {
    border: 2px solid #e73d22;
    background-color: transparent;
}

.header__sign {
    max-width: 213px;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
    background-color: #35c271;
    border-radius: 35px;
    margin-left: 30px;
    transition: all .5s ease-in-out;
    border: 3px solid transparent
}

.header__sign:hover {
    background-color: transparent;
    border: 3px solid #35c271
}

.header__menu {
    display: flex;
    justify-content: center;
    padding-top: 40px
}

.header__menu > ul {
    width: 80%;
    display: flex;
    justify-content: space-between
}

.header__menu > ul > li:nth-of-type(n+9) {
    position: absolute;
    visibility: hidden
}

.header__menu > ul > li > a, li.item-kz > a {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
}

.header__menu > ul > li > a:after, li.item-kz > a::after {
    content: "";
    position: absolute;
    top: 34px;
    left: -15%;
    width: 0;
    height: 3px;
    background-color: #35c271;
    transition: width .3s ease-out
}

.header__menu > ul > li > a :focus:after, .header__menu > ul > li > a:hover:after {
    width: 130%
}

.header__burger {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 3
}

.header__burger > div {
    width: 30px;
    height: 3px;
    background: #f8c708;
    border-radius: 25%
}

.burger__menu {
    visibility: hidden;
    position: absolute
}

.kksr-legend {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

@media (max-width: 1024px) {
    .header__up .kk-star-ratings {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-left: 10px;
        top: 4px
    }

    .header__up .kk-star-ratings .kksr-legend {
        margin: 5px 0 0 0
    }

    .header__menu > ul > li > a, li.item-kz > a {
        font-size: 16px
    }
}

@media (max-width: 800px) {
    .header__up .kk-star-ratings {
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        padding-left: 0;
        top: 105px;
        height: 25px;
        left: 0
    }

    .header__up .kk-star-ratings .kksr-legend {
        margin: 0 12px
    }
}

@media (max-width: 768px) {
    .header {
        padding-bottom: 26px;
        height: 150px
    }

    .header__container {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header__up {
        position: relative;
        width: 100%
    }

    .header__stars {
        position: absolute;
        top: 105px;
        left: -32px
    }

    .header__burger {
        height: 20px;
        width: auto;
        position: relative;
        margin-left: 20px
    }

    .header__burger > div {
        position: relative;
        transition: all ease-in-out .5s
    }

    .header__menu {
        padding-top: 0;
        z-index: 2;
        width: 100%;
        visibility: hidden;
        position: absolute;
        background: rgba(53, 194, 113, .8);
        top: -450px;
        align-items: center;
        transition: top .5s ease-in-out
    }

    .header__menu > ul {
        background: linear-gradient(rgba(216, 14, 223, .8), #35c271);
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0
    }

    .header__menu > ul > li {
        position: relative;
        padding: 10px 0
    }

    .header__menu > ul > li > a, li.item-kz > a {
        font-size: 20px
    }
}

@media (max-width: 690px) {
    .header__up > a {
        max-width: 30%;
    }

    .header__up {
        justify-content: space-between;
        padding-top: 20px;
    }

    .header__up .kk-star-ratings {
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        padding-left: 0;
        top: 105px;
        height: 25px;
        width: 100%
    }

    .header__stars {
        position: relative;
        left: auto;
        top: -10px;
        padding-left: 0
    }

    .header__buttons {
        display: flex;
        margin-left: 0;
        flex-direction: column;
    }

    .header__logIn {
        width: 105px;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .header__sign {
        padding: 10px 5px;
        margin-left: 0;
    }

    .header__menu > ul > li:nth-of-type(n+9) {
        position: relative;
        visibility: inherit
    }

    .header__menu > ul > li:nth-of-type(7) > a {
        color: #f8c708
    }

    .header__menu > ul > li:nth-of-type(8) > a {
        color: #eb0100
    }
}

@media (max-width: 582px) {
    .header__up > a {
        max-width: 30%;
    }

    .header__logo.logo {
        width: 100%;
    }

    .header__up {
        justify-content: space-between;
        padding-top: 20px;
    }

    .header__stars {
        position: absolute;
        top: 110px
    }

    .header__burger {
        margin-left: 0
    }
}

@media (max-width: 375px) {
    .header__up .kk-star-ratings .kksr-legend {
        margin: 0
    }
}

.win {
    box-shadow: 0 0 5px 5px #ffd001;
    z-index: 1;
    position: fixed;
    width: 300px;
    height: 90px;
    opacity: 0;
    transition: opacity 1s ease-in-out, bottom 1s ease-in-out;
    background: #213234;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px
}

.win > img {
    padding-left: 8px;
    max-width: 100px;
    width: 100%;
    height: auto
}

.win .win__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 10px
}

.win .win__content .win__name {
    color: #f8c708;
    font-weight: 700
}

.win .win__content .win__howMuch {
    color: #35c271;
    font-size: 20px;
    font-weight: 700
}

.win__mobile {
    left: 50%;
    margin-left: -150px;
    top: auto;
    bottom: 0
}

.win__mobile-hidden {
    bottom: -200px
}

.footer {
    margin-top: 50px;
    margin-bottom: 56px
}

.footer__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.footer__main {
    width: 100%;
    display: flex;
    justify-content: space-around
}

.footer__main > ul > li > a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 170%
}

.footer__mobileHrefs {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px 0 0 0
}

.footer__mobileHrefs > a {
    padding: 0 25px
}

.footer__mobileHrefs > a > img {
    max-width: 300px;
    width: 100%;
    height: auto
}

@media (max-width: 930px) {
    .footer__main {
        flex-direction: column
    }

    .footer__main > a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }

    .footer__main > a > img {
        padding: 0 0 0 35px
    }

    .footer__main > ul {
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }

    .footer__main > ul > li {
        padding-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width: 550px) {
    .footer__mobileHrefs {
        flex-direction: column;
        align-items: center;
    }

    .footer__mobileHrefs a:nth-of-type(1) img {
        width: 94%;
        margin-left: 13px;
    }
}

@media (max-width: 420px) {
    .footer__mobileHrefs a {
        padding: 0;
    }
}

@media (max-width: 375px) {
    .footer__main > ul:nth-of-type(3) > li {
        text-align: center
    }
}

article .content__wrapper {
    margin-top: 50px
}

article .content__wrapper p {
    padding: 0;
    font-weight: 300;
    margin: 15px 0
}

article .content__wrapper h1, article .content__wrapper h2, article .content__wrapper h3, article .content__wrapper h4 {
    font-weight: 700;
    margin-top: 15px
}

article .content__wrapper h1 {
    font-size: 34px;
    margin: 30px 0
}

article .content__wrapper h2 {
    font-size: 30px
}

article .content__wrapper h3 {
    font-size: 25px
}

article .content__wrapper h4 {
    font-size: 22px
}

article .content__wrapper ul {
    list-style: disc;
    padding-left: 25px
}

article .content__wrapper li {
    list-style: disc
}

article .content__wrapper ol {
    list-style-type: decimal;
    padding-left: 25px
}

article .content__wrapper img {
    display: flex;
    margin: 20px auto
}

article .content__wrapper a {
    color: #7cf808;
    text-decoration: underline;
    transition: all .3s ease-in-out
}

article .content__wrapper a:hover {
    text-shadow: 0 0 20px #f8c708
}

.banners__button {
    cursor: pointer;
    transition: .3s background
}

@media (max-width: 720px) {
    article .content__wrapper img {
        max-height: 200px;
        height: 100%;
    }
}

* {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;

}


span.wplmi-user-avatar {
    width: 16px;
    display: inline-block !important;
    flex-shrink: 0;
}

img.wplmi-elementor-avatar {
    border-radius: 100%;
    margin-right: 3px;
}


#wpadminbar {
    display: none;
}


@font-face {
    font-family: 'w3tc';
    src: url('/app/plugins/w3-total-cache/pub/fonts/w3tc.eot');
    src: url('/app/plugins/w3-total-cache/pub/fonts/w3tc.eot?#iefix') format('embedded-opentype'),
    url('/app/plugins/w3-total-cache/pub/fonts/w3tc.woff') format('woff'),
    url('/app/plugins/w3-total-cache/pub/fonts/w3tc.ttf') format('truetype'),
    url('/app/plugins/w3-total-cache/pub/fonts/w3tc.svg#w3tc') format('svg');
    font-weight: normal;
    font-style: normal;
}

.w3tc-icon:before {
    content: '\0041';
    top: 2px;
    font-family: 'w3tc';
}


.kk-star-ratings .kksr-stars .kksr-star {
    margin-right: 4px;
}

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-star {
    margin-left: 4px;
    margin-right: 0;
}

html {
    scroll-behavior: smooth;
}

.sub_menu {
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);

}

.sub_menu > ul > li > a:hover {
    color: #35c271;

}

.sub_menu > ul {
    width: 80%;
    display: flex;
    justify-content: space-between
}

.slider.swiper {
    margin-top: 0;
}

.nav {
    display: block;
    margin: 0 auto;
    justify-content: center;
    gap: 50px;
}

.nav li {
    margin: 10px;
}

.nav ul {
    display: flex;
    justify-content: center;
}

.nav li a {
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 5px 10px;
    text-align: center;
    transition: linear 0.4s;
}

.nav li a:hover {
    background-color: #35c271;
    border-color: #35c271;
}

.expert {
    padding-top: 50px;
    min-height: 100%;

}

.expert__block {
    background: #192829;
    margin-top: 35px;
    border-radius: 6px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 10px 30px 10px;

}

.expert__content {
    margin-top: 35px;
    max-width: 600px;
}

.expert__img {
    max-width: 200px;
    margin-right: 20px;
}

.expert__pic {
    width: 100%;
    border-radius: 100%;
    border: 1px solid #fff
}

@media (max-width: 1300px) {
    .nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.header__menu > ul {
    justify-content: space-between;
}

.header__menu > ul li:last-child {
    background: url(/app/themes/pin-up/img/Frame29.svg) center center no-repeat;
    background-size: contain;
    color: transparent;
    width: 30px;
}

.header__menu > ul li:last-child > a {
    color: transparent;
    display: block;
}

summary {
    transition: 0.4s linear;
}

summary:hover {
    color: #35c271;
}

details[open] > summary {
    color: #35c271;
}
.mob-open {
    visibility: visible !important;
    top: 0 !important;
}
article img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

article table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}
article td, article th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid black;
}
article ul, article ol {
    padding-left: 27px;
}
h1 {
    font-size: 36px !important;
}