/*!
Theme Name: kc-theme
Author: WP Team
Version: 1.0.0
Requires PHP: 7.2
Text Domain: kit-theme
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: rgba(0, 0, 0, 0)
}

strong {
    font-weight: bolder
}

img {
    border-style: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    outline: 0;
    box-sizing: inherit
}

*:focus,
*:before,
*:after {
    outline: 0;
    box-sizing: inherit
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%
}

img {
    max-width: 100%;
    height: auto
}

article,
footer,
header,
nav,
main {
    display: block;
    position: relative
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

:root {
    --kt-main-font-family: "Open Sans", sans-serif;
    --kt-bg-color: #00231c;
    --kt-content-bg-color: #00231c;
    --kt-text-color: #000;
    --kt-heading-1-color: #000;
    --kt-heading-color: #000;
    --kt-link-color: #3615f1;
    --kt-link-hover-color: #1e1e1b;
    --kt-header-background-color: #000;
    --kt-header-text-color: #fff;
    --kt-header-active-color: #fff;
    --kt-header-hover-color: #fff;
    --kt-header-bonus-text-color: #fff;
    --kt-header-bonus-color: #bf1a2c;
    --kt-header-bonus-hover-color: #6fb587;
    --kt-design-color-1: #d9cf0f;
    --kt-design-color-2: #e8e2c6;
    --kt-design-color-3: #1a1a1a;
    --kt-footer-background-color: #0a0909;
    --kt-footer-text-color: #fff;
    --kt-footer-border-color: #2e2b1b;
    --kt-footer-menu-link-color: #fff;
    --kt-footer-menu-active-color: #fff;
    --kt-footer-menu-hover-color: #fff
}

.mobile-back {
    visibility: hidden;
    opacity: 0;
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(45, 17, 64, .95);
    transition: all .3s ease-in-out
}

.mobile-back .mobile-container {
    position: absolute;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 25px;
    padding-bottom: 25px;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateX(25px);
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, .15) 0 4px 12px
}

.mobile-back .space-mobile-content {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: solid 1px #262626
}

.mobile-back .close-icon {
    width: 17px;
    height: 17px;
    position: relative;
    cursor: pointer
}

.mobile-back .close-icon::before,
.mobile-back .close-icon::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #262626;
    position: absolute;
    bottom: 50%;
    border-radius: 1px
}

.mobile-back .close-icon::before {
    transform: rotate(45deg)
}

.mobile-back .close-icon::after {
    transform: rotate(-45deg)
}

.mobile-back .nav-mobile-menu>ul {
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #262626;
    margin-bottom: 25px
}

.mobile-back .nav-mobile-menu>ul li {
    position: relative
}

.mobile-back .nav-mobile-menu>ul li .menu-item-link {
    display: inline-block;
    padding: 10px 0;
    line-height: 100%;
    color: #262626;
    font-size: 15.2px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-out
}

.header {
    width: 100%;
    background: var(--kt-header-background-color);
    color: var(--kt-header-text-color);
    position: sticky;
    top: 0;
    z-index: 9999
}

.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 80px
}

.header .header-logo {
    max-width: 150px;
    display: flex
}

.header .header-logo img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.header .header-menu {
    display: flex;
    list-style: none;
    margin: 0
}

.header .header-menu>.menu-item {
    height: 80px;
    position: relative
}

.header .header-menu .menu-item-link {
    display: block;
    padding: 0 12.5px;
    line-height: 80px;
    color: inherit;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    transition: .3s ease-out
}

.header .header-menu .menu-item-link:hover {
    color: var(--kt-header-hover-color)
}

.header .menu-burger {
    display: none;
    width: 15px;
    height: 15px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    margin-left: 10px
}

.header .menu-burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--kt-header-text-color)
}

.header .header-buttons {
    display: flex;
    align-items: center
}

@media(max-width:1100px) {
    .header .header-nav {
        display: none
    }

    .header .menu-burger {
        display: flex
    }
}

@media(max-width:600px) {
    .desctop {
        display: none !important
    }
}

@media(max-width:360px) {
    .header-logo {
        max-width: 100px
    }
}

#main-content {
    padding: 25px 0;
    background-color: #fff
}

.content-box h1 {
    color: #000;
    line-height: 1.3;
    text-align: left;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: var(--kt-heading-color)
}

.content-box h1 {
    font-size: 32px;
    text-align: center;
    color: var(--kt-heading-1-color)
}

.content-box p {
    margin: 0 0 20px
}

.content-box a {
    color: var(--kt-link-color)
}

.content-box a:hover {
    color: var(--kt-link-hover-color)
}

.content-box table td {
    border: 1px solid var(--kt-design-color-3);
    padding: 8px 12px
}

.content-box table td {
    background: var(--kt-design-color-2);
    color: var(--kt-design-color-3)
}

.footer {
    padding-top: 45px;
    padding-bottom: 25px;
    background: var(--kt-footer-background-color);
    color: var(--kt-footer-text-color);
    font-size: 13.2px;
    text-align: center
}

.footer .footer-nav {
    flex: 1;
    margin: 20px 0
}

.footer .footer-icons {
    margin: 0 auto;
    max-width: 810px
}

.footer .footer-icons .footer-icons-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer .footer-icons .footer-icons-list .footer-icons-item {
    max-width: 120px;
    margin-right: 10px;
    height: 74px;
    display: flex;
    align-items: center;
    filter: contrast(0);
}

@media(max-width:1100px) {
    .footer {
        text-align: center
    }

    .footer .footer-nav {
        margin-left: 0
    }

    .footer .footer-icons {
        margin-left: auto;
        margin-right: auto
    }
}

.slider__item {
    position: relative
}

.slider__item .slider__btn {
    color: #fff;
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to bottom, #c730c7 5%, #ab1895 100%);
    border-radius: 12px;
    position: absolute;
    bottom: 30px;
    left: 10%
}

.slider__item img {
    object-fit: cover;
    width: 100%
}

@media(max-width:768px) {
    .slider__item .slider__btn {
        padding: 5px 20px;
        font-size: 16px
    }
}

@media(max-width:480px) {
    .slider__item .slider__content {
        height: 180px
    }

    .slider__item .slider__content img {
        height: 100%;
        object-position: 16% 100%
    }
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: auto
}

.space {
    padding-left: 45px;
    padding-right: 45px
}

@media(max-width:600px) {
    .space {
        padding-left: 15px;
        padding-right: 15px
    }
}

body {
    font-family: var(--kt-main-font-family);
    font-size: 15px;
    line-height: 1.6;
    font-weight: normal;
    color: var(--kt-text-color);
    line-height: 1.6;
    background: var(--kt-bg-color);
    -webkit-font-smoothing: antialiased
}

ul {
    padding-left: 20px
}

ul {
    list-style: disc
}

.partner-link {
    cursor: pointer
}

.btn {
    border-radius: 12px;
    display: inline-block;
    cursor: pointer;
    color: var(--kt-header-text-color);
    font-family: Arial;
    font-size: 16px;
    padding: 9px 30px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold
}

.btn-reg {
    background: linear-gradient(to bottom, #30c213 5%, #5cbf2a 100%);
    margin-right: 10px
}

.btn-reg:hover {
    background: linear-gradient(to bottom, #5cbf2a 5%, #30c213 100%)
}

.btn-enter {
    background: linear-gradient(to bottom, #c730c7 5%, #ab1895 100%)
}

.btn-enter:hover {
    background: linear-gradient(to bottom, #ab1895 5%, #c730c7 100%)
}

.partner-link-registration {
    display: block !important;
}

.only-mobile {
    display: none;
}

.btn.partner-link {
    margin: 0 5px;
}

@media(max-width:600px) {
    .only-mobile {
        display: flex;
        justify-content: space-between;
    }
}