@media (max-width: 768px) {
    .mysugs-footer {
        margin-top: 0;
        padding: 0 10px 0 10px;
    }
}

.mysugs-footer__menu {
    display: block;
    padding: 0;
    margin-bottom: 80px;
}

.mysugs-footer__menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

@media (max-width: 768px) {
    .mysugs-footer__menu ul {
        flex-direction: column;
    }
}

.mysugs-footer__menu ul li {
    margin: 0 30px;
}

@media (max-width: 768px) {
    .mysugs-footer__menu ul li {
        margin: 0 auto 15px;
    }
}

.mysugs-footer__menu ul li a, .mysugs-footer__menu ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.mysugs-footer__menu ul li a:hover, .mysugs-footer__menu ul li span:hover {
    color: #73b93b;
}

.mysugs-footer__menu ul li span {
    color: #2c9631;
}

@media (max-width: 768px) {
    .mysugs-footer__menu {
        display: none;
    }
}

@media (max-width: 500px) {
    .mysugs-footer__menu {
        padding: 20px;
    }
}

.mysugs-footer .paysystems {
    display: block;
    max-width: 100%;
}

.mysugs-footer__copyright {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #83786d;
}

@media screen and (max-width: 1024px) {
    .mysugs-footer__copyright {
        margin-top: 40px;
    }
}

.foot_bot {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

@media screen and (max-width: 1024px) {
    .foot_bot {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .foot_bot {
        padding: 40px 0 0 0;
        border-top: 1px solid #1f1b17;
    }
}
@media screen and (min-width: 1025px) {
    .cover-menuu {
        display: none;
}

}
@media screen and (max-width: 1024px) {
    .adapt-menu-icon {
        display: block;
    }

    .cover-menuu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        right: -320px;
        top: 68px;
        padding: 45px 20px 0 20px;
        overflow: hidden;
        max-width: 320px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3001;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background: #110d0a;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .cover-menuu .menu-close-button {
        display: block;
        background-color: transparent;
        position: absolute;
        left: 10px;
        top: 3px;
        height: 40px;
        width: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cover-menuu .menu-close-button .line-white-menu {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.7s;
        transition: 0.7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 3px;
        right: 3px;
    }

    .cover-menuu .menu-close-button .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    .cover-menuu .menu-close-button .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menuu .menu-close-button .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .cover-menuu.showmenu {
        -webkit-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        overflow: auto;
    }

    .cover-menuu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .cover-menuu.showmenu .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menuu.showmenu .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menuu > li > a > span.link-text {
        width: auto;
    }

    .cover-menuu li .sub-menu li {
        padding: 0;
    }

    .cover-menuu li {
        width: 100%;
        text-align: center;
        background-color: transparent;
        height: auto;
        line-height: 1.0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .cover-menuu li .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: 100%;
        position: static;
    }

    .cover-menuu li a, .cover-menuu li span {
        padding: 20px 0;
        min-height: initial;
        color: #fff;
        width: 100%;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .cover-menuu li span {
        color: #2c9631;
    }

    .icon-menu-bg {
        opacity: 0;
        -webkit-transition: 0.5s opacity;
        -o-transition: 0.5s opacity;
        -moz-transition: 0.5s opacity;
        transition: 0.5s opacity;
    }

    .icon-menu-bg.showbg {
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.65);
    }

    .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0;
    }

    .adapt-menu-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 30px;
        z-index: 99;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    .adapt-menu-icon .line-white-menu {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        -moz-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .7s;
        transition: .7s;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
    }

    .adapt-menu-icon .line-white-menu:first-child {
        top: 0;
        width: 20px;
    }

    .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: 12px;
    }

    .adapt-menu-icon .line-white-menu:last-child {
        top: 25px;
        width: 16px;
    }

    .adapt-menu-icon.activeGamburger .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        width: 100%;
    }

    .adapt-menu-icon.activeGamburger .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }

    .adapt-menu-icon.activeGamburger .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }
}

/*
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #ddd;
    text-align: left;
}

.responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}