@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --p-color: #c9cbd7;
    --h-color: #fff;
    --header-bck: #1b1d25;
    --thead-bck: #8551c4;
    --tr-even-bck: #2c323e;
    --menu-item-color: #fff;
}

body,
html {
    scroll-behavior: smooth;
    height: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--p-color);
    margin: 0;
    box-sizing: border-box;
}

h2 {
    color: var(--wp--preset--color--luminous-vivid-orange);
    font-size: 24px;
    line-height: 34px;
}

h1 {
    font-size: 1.5em;
    margin-top: 0;
    color: #ffb400;
    text-align: center;
}

p {
    color: var(--p-color);
    line-height: 1.5;
}

thead {
    background: var(--thead-bck);
    color: var(--h-color);
}

td {
    border: 1px solid #000;
    padding: 10px;
}

tr:nth-child(even) {
    background-color: var(--tr-even-bck);
}

#main-page {
    height: 100%;
}

.navigation-bar {
    position: relative;
    min-height: 50px;
    height: 100%;
    padding-bottom: 10px;
}

#content-wrapper {
    height: 100%;
}

#main-section {
    padding: 0 15px;
    max-width: 1422px;
    margin: 0 auto;
}

.navigation-bar-nav {
    display: flex;
    list-style: none;
    padding: 0 15px;
}

.navigation-bar-nav li a {
    color: var(--menu-item-color);
    text-decoration: none;
    align-items: center;
    margin-right: 8px;
    padding: 9px;
    border-radius: 6px;
    background: #13151d;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.navigation-bar-nav li a:hover {
    background: linear-gradient(180deg, #f88a25, #fab42d 50.52%, #f8b025);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#navigation-bar {
    flex: 1;
}

.navigation-bar_wrapper {
    position: relative;
    width: 100%;
}

#footer-grid,
.navigation-bar_wrapper {
    background: #2d303d;
}

.column-header {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 12px 20px;
    justify-content: space-between;
}

.logotype {
    color: var(--thead-bck);
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin: auto 0;
    display: block;
}

.sign-buttons {
    display: flex;
}

.btn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 7px 15px;
    text-align: center;
    color: #000;
    font-family: noto sans, arial, helvetica, sans-serif;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.4rem;
    border-radius: 6px;
}

.enter-button {
    color: #fff;
    border: 1px solid #f8b025;
    width: auto;
    min-width: 102px;
    margin-right: 10px;
}

.enter-button:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #000;
}

.reg-button {
    background: #ffb400;
    color: #000;
    min-width: 165px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.reg-button:hover {
    background: linear-gradient(180deg, #eb7100 7.29%, #ea8c00);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.main-content {
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

:where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: 0.667em 1.333em;
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em;
}

@supports (-webkit-touch-callout: inherit) {}

@supports (position: sticky) {}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {}

ol,
ul {
    box-sizing: border-box;
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit;
}

@supports (position: sticky) {}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}

html:where(.has-border-color),
html:where([style*="border-width"]) {
    border-style: solid;
}

html:where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}

body.custom-background {
    background: #12151e;
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
    --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
    --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
    --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
    --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
    --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
    --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
    --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.anchors-section ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.anchors-section ul li {
    margin-bottom: 8px;
}

.anchors-section ul li a {
    font-size: 15px;
    color: #dabcff;
    text-decoration: none;
}

.anchors-section ul li a:hover {
    text-decoration: underline;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  
  
  figure img {
    border-radius: 16px;
    margin: 20px auto;
  }

#footer-grid {
    padding: 10px 0;
}

table {
    width: 100%;
}

@media (max-width: 863px) {
    .navigation-bar-nav {
        padding: 10px 10px 0;
        margin: 0;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .navigation-bar-nav li {
        margin: 5px 0;
    }

    .navigation-bar-nav li a {
        display: inline-flex;
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media (max-width: 600px) {
    .enter-button {
        min-width: 80px;
    }

    .reg-button {
        min-width: 110px;
    }

    .logotype {
        font-size: 16px;
    }

    .sign-buttons .btn {
        padding: 5px 10px;
    }
}

.zerkalo-wrap {
    width: 400px;
    margin: 40px auto;
}

.zerkalo-wrap .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px 15px 0 0;
    background: #20242d;
    padding: 6px 15px;
}

.zerkalo-wrap .circle_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.zerkalo-wrap .circle {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #646464;
    border-radius: 50%;
    margin: 0 3px;
    line-height: 8px;
}

.url_toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #272d39;
    border-radius: 3px;
    padding: 6px 50px;
    width: 100%;
    margin: 0 25px;
}

.url_toolbar span {
    display: inline-block;
    width: 100px;
    color: #b3b6ba;
    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-wrap .bottom-part {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-top: #e2e6e7;
    background: #20242d;
    min-height: 200px;
}

.zerkalo-wrap .bottom-part img {
    margin-top: 10px;
}

.bottom-part .link {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 6px;
    background: #ffb400;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.zerkalo-wrap .bottom-part p {
    margin: 10px 0;
    font-size: 14px;
    color: #90abc2;
}

.zerkalo-wrap .bottom-part ul li::marker {
    content: '➕';
}

@media (max-width: 450px) {
    .zerkalo-wrap {
        width: calc(100% - 30px);
        margin: 40px 15px;
    }

    .zerkalo-wrap .bottom-part {
        text-align: center;
        padding: 0 15px;
    }

    .url_toolbar {
        padding: 6px 30px;
        margin: 0 15px;
    }

    .zerkalo-wrap .bottom-part p {
        line-height: 1.3;
    }
}
