* {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style-position: inside;
}

h1 {
    font-size: 52px;
    color: #e19a30;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
        line-height: 140%;
    }
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #e19a30;
    margin-top: 60px;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
        line-height: 140%;
    }
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #e19a30;
    margin-top: 60px;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 18px;
        line-height: 140%;
    }
}

body {
    background: #110d0a;
    padding: 100px calc((100% - 1200px) / 2) 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    body {
        padding-top: 68px;
        padding-bottom: 68px;
    }
}

.mysugs-header {
    order: 1;
}

.mysugs-header__top {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 100%;
    padding: 0 20px;
    background: #1f1b17;
    z-index: 100;
}

@media (max-width: 1124px) {
    .mysugs-header__top {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .mysugs-header__top {
        flex-direction: column;
        min-height: 68px;
    }
}

.mysugs-header__top .btn--2-wrap {
    text-align: right;
    min-width: 241px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1124px) {
    .mysugs-header__top .btn--2-wrap {
        margin-left: 12px;
    }
}

.mysugs-header__top .btn--1-wrap {
    text-align: left;
    min-width: 241px;
}

@media (max-width: 768px) {
    .mysugs-header__top .btn--1-wrap {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .mysugs-header__logo {
        margin: 0;
        min-width: 103px;
    }
}

.mysugs-header__main {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .mysugs-header .btn.btn--2.btn--reg {
        display: none;
    }
}

@media (max-width: 768px) {
    .mysugs-header .btn--1-wrap {
        order: 2;
    }

    .mysugs-header .btn--2-wrap {
        text-align: center;
    }

    .mysugs-header .btn--1, .mysugs-header .btn--2 {
        margin-bottom: 0;
    }
}

.mysugs-header__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0;
}

@media (max-width: 1024px) {
    .mysugs-header__bottom {
        display: none;
    }
}

.mysugs-header__nav {
    width: 100%;
}

@media (max-width: 1024px) {
    .mysugs-header__nav {
        display: none;
    }
}

.mysugs-header__nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mysugs-header__nav ul li a, .mysugs-header__nav ul li span {
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 5;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mysugs-header__nav ul li:hover a {
    color: #73b93b;
}

.mysugs-header__nav ul li.current-menu-item span {
    color: #2c9631;
}

.mysugs-header .mysugs-search {
    margin-left: auto;
}

.mysugs-banner_top {
    width: 100%;
    height: 400px;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 40px auto 0 auto;
    padding: 60px 40px;
}

@media (max-width: 768px) {
    .mysugs-banner_top {
        background: url("../img/banner_bg_mob.jpg") no-repeat center center;
        width: 320px;
        height: 400px;
        font-size: 16px;
        padding: 80px 20px;
    }
}

@media (max-width: 1024px) {
    .mysugs-banner_top {
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .mysugs-banner_top {
        margin: 0 auto;
    }
}

.mysugs-content {
    order: 2;
}

.mysugs-footer {
    order: 3;
    padding-bottom: 69px;
}

table {
    width: calc(100% - 200px);
    color: #fff;
    margin: 0 auto;
}

th {
    text-align: left;
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 20px;
}

tr {
    border: 1px solid #1f1b17;
    border-left: 0;
    border-right: 0;
}

tr td {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    padding: 8px 0 20px 20px;
    color: #fff;
    border-top: 1px solid #1f1b17;
}

tr td:first-child {
    font-weight: 300;
    padding-left: 0;
    white-space: pre-wrap;
    min-width: 280px;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    table {
        margin: 49px auto;
        min-width: auto;
        border: 0;
        width: 100%;
    }

    table tbody tr {
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        border-bottom: 1px solid #1f1b17;
        border-top: 0;
    }

    table tbody tr:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    table tbody tr td {
        display: block;
        font-weight: 300;
        padding: 0;
        border: 0;
    }

    table tbody tr td:nth-child(1) {
        border-bottom: none;
        padding: 0;
        min-width: auto;
        font-weight: 700;
    }

    table tbody tr td:last-child {
        border-bottom: 0;
        text-align: left !important;
    }

    table.table-fluid tbody tr td:nth-child(1) {
        font-weight: 300;
    }

    table.table-fluid tbody tr td:before {
        content: attr(data-th);
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0.02em;
        color: #fff;
    }

    table thead {
        display: none;
    }
}

.game-link {
    text-align: center;
    height: 68px;
    background: #2c9631;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #110d0a;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .game-link {
        font-size: 24px;
        line-height: 28px;
    }
}

.game-link:hover {
    background: #73b93b;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 5;
}

@media (max-width: 768px) {
    .btn {
        font-size: 16px;
    }
}

.btn.btn--1 {
    border: 1px solid transparent;
    color: #e19a30;
}

.btn.btn--1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #ffb800;
    background: linear-gradient(90deg, #ffb800 0%, #ee4540 100%) no-repeat;
    z-index: -2;
}

.btn.btn--1:after {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    background: #521550;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    z-index: -1;
}

.btn.btn--1:hover {
    color: #fff;
}

.btn.btn--1:hover:after {
    content: initial;
    display: none;
}

.btn.btn--1:active {
    color: #3f103d;
}

.btn.btn--1:active:before {
    background: #e2c0e1;
}

.btn.btn--2 {
    text-align: center;
    width: 204px;
    height: 48px;
    background: #e19a30;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #110d0a;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
}

.btn.btn--2:hover {
    background: #f0ba2f;
}

.btn.btn--2:active {
    background: #f0ba2f;
}

.btn.btn--log {
    width: 137px;
    height: 48px;
    background: #2c9631;
    margin-right: 0;
}

.btn.btn--log:hover {
    background: #73b93b;
}

.btn.btn--log:active {
    background: #73b93b;
}

.btn.btn--3 {
    border: 1px solid #fff;
}

.btn.btn--3:hover {
    background: #ffb800;
    background: linear-gradient(180deg, #ffb800 0%, #ee4540 100%) no-repeat;
    border: 1px solid transparent !important;
    outline: 0;
}

.btn.btn--3:active {
    background: #e2c0e1;
    color: #3f103d;
}

.btn.btn--4 {
    background: #e19a30;
    border-radius: 34px;
    padding: 20px 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #110d0a;
}

.btn.btn--4:hover {
    background: #f0ba2f;
    color: #110d0a;
}

.btn.btn--4:active {
    background: #f0ba2f;
    color: #110d0a;
}

.mysugs-search__input {
    display: block;
    max-width: 270px;
    width: 100%;
    border-radius: 9px;
    background: url("../img/search-icon.png") no-repeat 20px center #891d85;
    background-size: 19px;
    padding: 10px 20px 10px 50px;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #e2c0e1;
    font-size: 14px;
    font-style: italic;
    outline: 0;
    border: none;
}

@media (max-width: 768px) {
    .mysugs-search__input {
        max-width: 50px;
        background-position: 15px center;
        padding: 10px 20px 10px 19px;
    }
}

.mysugs-search__input:focus {
    font-style: normal;
}

@media (max-width: 768px) {
    .mysugs-search__input:focus {
        max-width: 200px;
        background-position: 20px center;
        padding: 10px 20px 10px 50px;
        transition: all 0.1s linear;
    }
}

.mysugs-search ::-webkit-input-placeholder {
    color: #e2c0e1;
}

.mysugs-search ::-moz-placeholder {
    color: #e2c0e1;
}

.mysugs-search :-ms-input-placeholder {
    color: #e2c0e1;
}

@media (max-width: 768px) {
    .mysugs-search ::-webkit-input-placeholder {
        color: transparent;
    }

    .mysugs-search ::-moz-placeholder {
        color: transparent;
    }

    .mysugs-search :-ms-input-placeholder {
        color: transparent;
    }
}

.mysugs-search__btn {
    display: none;
}

.slots-wrap {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 100px 0 0 0;
}

.slots-wrap__item {
    position: relative;
    width: 220px;
    min-height: 165px;
    height: auto;
    margin: 0 5px 10px;
    border-radius: 9px;
    overflow: hidden;
}

.slots-wrap__item a {
    display: block;
}

.slots-wrap__item a img {
    display: block;
    margin: 0;
}

.slots-wrap__item:hover {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}

.slots-wrap__item:hover a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 24, 0, 0.9);
    z-index: 7;
}

.slots-wrap__item:hover .slots-wrap__title {
    display: block;
}

.slots-wrap__title {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 8;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
}

.mysugs-content {
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 100px 0 160px;
}

@media (max-width: 1200px) {
    .mysugs-content {
        padding: 10px 10px 0 10px;
    }
}

@media (max-width: 768px) {
    .mysugs-content {
        padding: 40px 10px;
    }
}

.mysugs-content .top-desc {
    order: 1;
    margin-bottom: 40px;
}

.mysugs-content .bottom-desc {
    order: 3;
}

.mysugs-content .comments_block {
    order: 4;
}

.mysugs-content .mysugs-content_block a {
    color: #2c9631;
    text-decoration: underline;
}

.mysugs-content .mysugs-content_block a:visited {
    color: #2c9631;
}

.mysugs-content .mysugs-content_block a:hover {
    color: #73b93b;
}

.mysugs-content .mysugs-content_block img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.mysugs-content .mysugs-content_block img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

@media (max-width: 768px) {
    .mysugs-content .mysugs-content_block img {
        display: block !important;
        margin: 20px auto !important;
        float: none !important;
    }
}

.mysugs-content h1 {
    margin-bottom: 40px;
}

.mysugs-content p, .mysugs-content ul, .mysugs-content ol {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #83786d;
    margin-bottom: 40px;
}

.mysugs-content ul, .mysugs-content ol {
    margin-left: 100px;
}

@media screen and (max-width: 768px) {
    .mysugs-content ul, .mysugs-content ol {
        margin-left: 32px;
    }
}

.mysugs-content .has-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.mysugs-content .has-btn .loadmore, .mysugs-content .has-btn span {
    cursor: pointer;
}

.mysugs-content .hidden_text {
    overflow: hidden;
}

.mysugs-content #toc_container {
    display: block;
}

.mysugs-content #ctoc-list-captions {
    border: 0;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.mysugs-content .ctoc .ctoc-body {
    padding: 0;
}

@media (max-width: 767px) {
    .mysugs-content .ctoc .ctoc-body {
        display: block;
    }
}

.mysugs-content .toc, .mysugs-content #ctoc-list-captions ol, .mysugs-content #ctoc-list-captions ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}

@media (max-width: 768px) {
    .mysugs-content .toc, .mysugs-content #ctoc-list-captions ol, .mysugs-content #ctoc-list-captions ul {
        flex-direction: column;
    }
}

.mysugs-content .toc li, .mysugs-content #ctoc-list-captions ol li, .mysugs-content #ctoc-list-captions ul li {
    margin: 5px 4px;
}

@media (max-width: 768px) {
    .mysugs-content .toc li, .mysugs-content #ctoc-list-captions ol li, .mysugs-content #ctoc-list-captions ul li {
        width: 100%;
        text-align: center;
        margin: 0 0 8px 0;
    }

    .mysugs-content .toc li:last-child, .mysugs-content #ctoc-list-captions ol li:last-child, .mysugs-content #ctoc-list-captions ul li:last-child {
        margin: 0;
    }
}

.mysugs-content .toc li a, .mysugs-content #ctoc-list-captions ol li a, .mysugs-content #ctoc-list-captions ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #e19a30;
    padding: 10px 14px;
    background: #1f1b17;
    border-radius: 4px;
    display: block;
    text-decoration: none;
}

.mysugs-content .toc li a:visited, .mysugs-content #ctoc-list-captions ol li a:visited, .mysugs-content #ctoc-list-captions ul li a:visited {
    color: #e19a30;
}

.mysugs-content .toc li a:hover, .mysugs-content #ctoc-list-captions ol li a:hover, .mysugs-content #ctoc-list-captions ul li a:hover {
    color: #f0ba2f;
    background: #35302a;
}

.mysugs-content .toc li a:before, .mysugs-content #ctoc-list-captions ol li a:before, .mysugs-content #ctoc-list-captions ul li a:before {
    content: none;
}

@media (max-width: 768px) {
    .mysugs-content .toc li a, .mysugs-content #ctoc-list-captions ol li a, .mysugs-content #ctoc-list-captions ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    body.single .mysugs-content {
        padding: 40px 10px 0 10px;
    }
}

.mysugs-content .mysugs-crumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
}

.mysugs-content .mysugs-crumbs li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mysugs-content .mysugs-crumbs li a {
    line-height: normal;
}

.mysugs-content .mysugs-crumbs li a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #2c9631;
    text-decoration: underline;
}

.mysugs-content .mysugs-crumbs li a span:hover {
    color: #73b93b;
    text-decoration: underline;
}

.mysugs-content .mysugs-crumbs li span {
    line-height: normal;
}

.mysugs-content .mysugs-crumbs li span span {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #fff;
}

.mysugs-content .mysugs-crumbs li .stroke {
    width: 12px;
    height: 9px;
    display: block;
    background: url("../img/bread_stroke.svg") no-repeat;
    margin: 0 10px;
}

.frame-wrap {
    width: 100%;
    margin-bottom: 45px;
}

.frame {
    position: relative;
    padding-bottom: 75%;
    border-radius: 40px;
    overflow: hidden;
}

.frame #fon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 24, 0, 0.9);
    z-index: 7;
}

.frame iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 0;
}

.game__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
}

#play-game {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

#play-game:hover svg path {
    fill: #73b93b;
}

.error404 {
    text-align: center;
}

.error404 .mysugs-content {
    background: none;
    box-shadow: none;
    padding-top: 70px;
}

.error404 .mysugs-content .error_img {
    display: block;
    max-width: 512px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.error404 .mysugs-content span {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #83786d;
}

@media (max-width: 768px) {
    .error404 .mysugs-content span {
        margin-top: 0;
        font-size: 20px;
    }
}

.error404 .mysugs-content .btn {
    margin: 20px auto 0;
    text-transform: none;
    padding: 20px 99px;
    max-width: 300px;
}

@media (max-width: 768px) {
    .error404 .mysugs-content .btn {
        font-size: 24px;
    }
}

.error404 .mysugs-header__bottom:after {
    content: initial;
    display: none;
}

.cover-table {
    max-width: 100%;
    overflow: auto;
}

.menu-close-button {
    display: none;
}

.adapt-menu-icon {
    display: none;
}

.media-mob {
    display: none;
}

.OverflowHiden {
    overflow: hidden;
}

.cover-menu {
    display: none;
}

.comments-area, .all__comment-post {
    margin-bottom: 20px;
    padding: 30px 20px 20px 30px;
    background: #891d85;
    border-radius: 9px;
    -webkit-box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
    .comments-area, .all__comment-post {
        padding: 15px;
    }
}

.comment-title {
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.comments-count {
    font-weight: bold;
    font-size: 18px;
    text-transform: initial;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}

.comment-form-field-comment textarea {
    width: 100%;
}

.comment-form .block_fields {
    margin-top: 20px;
}

.comment-form label {
    display: block;
    font-size: 0;
}

.comment-form input, .comment-form textarea, .comment-post {
    background: #521550;
    border: 0px;
    padding: 15px 18px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    color: #fff;
}

.comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .comment-post::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .comment-post::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder, .comment-post::-moz-placeholder {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder, .comment-post::-moz-placeholder {
        font-size: 12px;
    }
}

.comment-form input:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .comment-post:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .comment-post:-ms-input-placeholder {
        font-size: 12px;
    }
}

.comment-form input:-moz-placeholder, .comment-form textarea:-moz-placeholder, .comment-post:-moz-placeholder {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 560px) {
    .comment-form input:-moz-placeholder, .comment-form textarea:-moz-placeholder, .comment-post:-moz-placeholder {
        font-size: 12px;
    }
}

.flex_comment .text-default {
    overflow-wrap: break-word;
}

.comment-form input {
    width: 35%;
    padding: 10px 18px;
}

@media (max-width: 768px) {
    .comment-form input {
        width: 100%;
    }
}

.comment-form textarea {
    transition: all 0.2s;
    height: 150px;
    outline: none;
    resize: none;
    overflow: auto;
}

@media (max-width: 560px) {
    .comment-form textarea {
        height: 175px;
    }
}

.comment-form textarea:focus {
    height: 150px;
}

.cform__fset {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

@media (max-width: 768px) {
    .cform__fset {
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .cform__fset {
        justify-content: center;
    }
}

.comment-form .btn {
    background: #ffb800;
    color: #fff;
    text-transform: uppercase;
    -webkit-background-size: cover;
    background-size: cover;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    border: none;
    width: 220px;
    height: 50px;
    border-radius: 40px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .comment-form .btn {
        width: 180px;
        height: 40px;
        line-height: 13px;
    }
}

.comment-form .btn:hover {
    opacity: 0.8;
}

.comment-post {
    margin-bottom: 10px;
}

.comment-post p {
    padding: 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.comments-top {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
    .comments-top {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.a2a_default_style a {
    width: 17px;
    height: 17px;
    margin: 0 10px;
}

.a2a_default_style a .icon:hover {
    fill: #53b0ff;
}

.comments-share {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .comments-share {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        text-align: center;
    }

    .comments-share .share-social-items {
        margin: 10px auto;
    }

    .comments-share .share-social-items a {
        margin: 0 5px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .comments-share .share-social-items {
        width: 100%;
    }
}

.comments-share .share42init {
    margin: 0;
    position: relative;
    margin-left: 10px;
}

.comments-share .share42init #share42 {
    position: relative !important;
    top: 0 !important;
    display: flex;
    border: none;
}

.comments-share .share42init #share42 .share42-item {
    margin: 0 10px !important;
    width: 17px !important;
    height: 17px !important;
}

.comments-share .share42init #share42 .share42-item a {
    -webkit-background-size: 75% !important;
    background-size: 75% !important;
    width: 17px !important;
    height: 17px !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.comments-share .share42init #share42 .share42-item a:hover {
    fill: orange;
}

.comments-share .share42init #share42 .share42-item:first-child a {
    background-image: url("../img/socials/face.svg?v=0.1") !important;
}

.comments-share .share42init #share42 .share42-item:nth-child(2) {
    display: none !important;
}

.comments-share .share42init #share42 .share42-item:nth-child(3) a {
    background: url("../img/socials/mail.svg") !important;
}

.comments-share .share42init #share42 .share42-item:nth-child(4) a {
    background: url("../img/socials/od.svg") !important;
}

.comments-share .share42init #share42 .share42-item:nth-child(5) a {
    background: url("../img/socials/tw.svg") !important;
}

.comments-share .share42init #share42 .share42-item:nth-child(6) a {
    background: url("../img/socials/vk.svg") !important;
}

.posted_by {
    display: flex;
    flex-wrap: wrap;
}

.posted_by .posted_by--name {
    margin-right: 10px;
}

.back_to_top {
    position: fixed;
    right: 2%;
    bottom: calc(5% + 60px);
    background: url("../img/top.svg") no-repeat;
    width: 80px;
    height: 80px;
    z-index: 10;
    transition: all .3s;
    text-align: center;
    cursor: pointer;
    display: none;
    border: none;
}

.back_to_top.cd-top--is-visible {
    display: block;
}

.back_to_top:hover {
    background: url("../img/top_hov.svg") no-repeat;
}

.back_to_top-show {
    display: block;
}

#searchform label {
    display: block;
    font-size: 0;
}

.download {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f1b17;
    text-align: center;
    padding: 10px 0;
    height: auto;
    z-index: 99;
}

.download a.ttg-apk {
    text-align: center;
    width: 204px;
    height: 48px;
    background: #e19a30;
    border-radius: 24px;
    color: #110d0a;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
}

.download a.ttg-apk:hover {
    background: #f0ba2f;
}

.download a.ttg-apk:before, .download a.ttg-apk:after {
    content: none;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav li {
    margin: 10px;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mysugs-header__main {
    padding: 10px;
}
main {
    color: white;
}
@media (max-width: 850px) {
    .mysugs-header__main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    main {
        margin-top: 85px;
    }
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin: 20px auto;
}
