* {
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
.container-grid {
    width: 1280px;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .container-grid {
        width: 540px;
    }
}
@media (min-width: 768px) {
    .container-grid {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .container-grid {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-grid {
        width: 1140px;
    }
}
@media (max-width: 575px) {
    .container-grid {
        width: 94%;
    }
}
html {
    width: 100%;
    height: 100%;
}
body {
    background: #010100;
}
header {
    background: #262001;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.header-wrapper span {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FED703;
    margin-left: 10px;
}
.header_auth-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, #ffda1a, #fad516, #f5d012, #f1cc0d, #ecc707, #e8c305, #e3bf02, #dfbb00, #dab700, #d5b300, #d1af00, #ccab00);
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    height: 36px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
    transform: skew(-10deg, 0);
    border: 1px solid #18040d;
}
.header_auth-links a:last-child {
    background: transparent;
    background-image: linear-gradient(to right top, #ff009f, #f80c9d, #f0159c, #e91b9a, #e21f98);
}
@media (max-width: 370px) {
    .header_auth-links a:last-child {
        display: none;
    }
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner_img {
    position: relative;
    left: 45px;
    margin: 0 auto;
    background: url(banner.png);
    width: 356px;
    height: 420px;
    background-size: contain;
}

.promo {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
}
.promo_wrap {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #FF009F;
    padding: 25px 0 15px;
    border-radius: 30px;
    background: #E21F98;
    -webkit-box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
    -moz-box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
    box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
}
@media (max-width: 650px) {
    .promo {
        margin-left: -160px;
        width: 320px;
    }
}
/* @media (max-width: 400px) {
    .banner_img {
        left: 20px;
        bottom: 30px;
    }
} */

.text_top-chunk {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffd602;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.text_middle-part {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}
.text_bottom-part {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffd602;
    font-weight: 700;
    margin: 15px 0;
}
.main_table {
    margin: 0 0 40px;
    border-radius: 16px;
    background: #262001;
}
.content section {
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 16px;
    background: #262001;
}
.content h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}
.content h2 {
    font-size: 24px;
    text-align: center;
}
.content p {
    line-height: 1.4;
    margin-bottom: 15px;
}
.content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}
.content ol li {
    margin-bottom: 10px;
    line-height: 1.4;
}
.content ul li::marker,
.content ol li::marker {
    color: #ffb129;
}
.main_table_wrapper h1 {
    margin: 30px 0;
    text-align: center;
    color: #ffb129;
    font-size: 20px;
}
.main_table_wrapper p {
    color: #ccc;
    padding: 0 15px;
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: center;
}
.main_table_wrapper figure {
    margin: 0 15px 40px;
}
.main_table_wrapper {
    overflow-x: auto;
    margin-bottom: 25px;
}
.main_table table {
    width: 100%;
    border-collapse: collapse;
}
.main_table table tr td {
    border: 1px solid #ffb129;
    padding: 8px;
    line-height: 1.4;
}
.main_table table tr td:first-child {
    min-width: 160px;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer p {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff0068;
    margin-bottom: 25px;
}
footer ul {
    list-style: none;
    margin-bottom: 25px;
    padding: 0;
}
footer ul li {
    margin-bottom: 15px;
}
footer ul li a {
    text-decoration: none;
}
footer small {
    margin: 0;
    padding: 0 0 20px;
}
.zerkalo-wrapper {
    width: 400px;
    margin: 40px auto;
}
.zerkalo-wrapper .top-chunk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px 15px 0 0;
    background: #E21F98;
    padding: 6px 15px;
}
.zerkalo-wrapper .circle-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}
.zerkalo-wrapper .circle {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #ffe45b;
    border-radius: 50%;
    margin: 0 3px;
    line-height: 8px;
}
.url-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E21F98;
    border-radius: 3px;
    padding: 6px 50px;
    width: 100%;
    margin: 0 25px;
}
.url-bar span {
    display: inline-block;
    width: 100px;
    color: #ff0068;
    font-size: 13px;
    line-height: 13px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zerkalo-wrapper .bottom-part {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-top: #e2e6e7;
    background: #;
    min-height: 200px;
}
.zerkalo-wrapper .bottom-part img {
    margin-top: 10px;
}
.bottom-part .link {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 6px;
    background: #ff0068;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.zerkalo-wrapper .bottom-part p {
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
@media (max-width: 450px) {
    .zerkalo-wrapper {
        width: calc(100% - 30px);
        margin: 40px 15px;
    }
    .zerkalo-wrapper .bottom-part {
        text-align: center;
        padding: 0 15px;
    }
    .url-bar {
        padding: 6px 30px;
        margin: 0 15px;
    }
    .zerkalo-wrapper .bottom-part p {
        line-height: 1.3;
    }
}
.toggle-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 50px;
}
.hamburger-menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #18040d;
}
.hamburger-menu > li {
    margin: 0 1rem;
    overflow: hidden;
}
.hamburger-menu > li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.nav-button-container {
    display: flex;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#menu-toggle {
    display: none;
}
.nav-button,
.nav-button::before,
.nav-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}
.nav-button::before {
    content: "";
    margin-top: -8px;
}
.nav-button::after {
    content: "";
    margin-top: 8px;
}
#menu-toggle:checked + .nav-button-container .nav-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}
#menu-toggle:checked + .nav-button-container .nav-button {
    background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .nav-button-container .nav-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}
@media (min-width: 100px) {
    .nav-button-container {
        display: flex;
    }
    .hamburger-menu {
        z-index: 9999;
        position: absolute;
        top: 0;
        margin-top: 60px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #menu-toggle ~ .hamburger-menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .hamburger-menu li {
        display: flex;
        align-items: center;
        border: 1px solid #222;
        height: 2em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .hamburger-menu li:last-child {
        border: 0;
    }
    .hamburger-menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
    }
    .hamburger-menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}
@media (max-width: 500px) {
    .header_auth-links a {
        padding: 0 20px;
        height: 36px;
    }
}
@media (max-width: 450px) {
    .header_auth-links a:last-child {
        display: none;
    }
}
