/*@font-face {
    font-family: 'Bebas';
    src: url('/fonts/bebas/BebasNeueBold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
    url('/fonts/bebas/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/bebas/BebasNeueBold.woff2') format('woff2'),
    url('/fonts/bebas/BebasNeueBold.woff') format('woff'),
    url('/fonts/bebas/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url('/fonts/bebas/BebasNeue-Thin.eot');
    src: local('Bebas Neue Thin'), local('BebasNeue-Thin'),
    url('/fonts/bebas/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/bebas/BebasNeue-Thin.woff2') format('woff2'),
    url('/fonts/bebas/BebasNeue-Thin.woff') format('woff'),
    url('/fonts/bebas/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url('/fonts/bebas/BebasNeueLight.eot');
    src: local('Bebas Neue Light'), local('BebasNeueLight'),
    url('/fonts/bebas/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
    url('/fonts/bebas/BebasNeueLight.woff2') format('woff2'),
    url('/fonts/bebas/BebasNeueLight.woff') format('woff'),
    url('/fonts/bebas/BebasNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url('/fonts/bebas/BebasNeueRegular.eot');
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
    url('/fonts/bebas/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/bebas/BebasNeueRegular.woff2') format('woff2'),
    url('/fonts/bebas/BebasNeueRegular.woff') format('woff'),
    url('/fonts/bebas/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/


@font-face {
    font-family: 'Bebas';
    src: url('/fonts/BebasNeueCyrillic/BebasNeueCyrillic.woff2') format('woff2'),
    url('/fonts/BebasNeueCyrillic/BebasNeueCyrillic.woff') format('woff'),
    url('/fonts/BebasNeueCyrillic/BebasNeueCyrillic.ttf') format('truetype');
}

@font-face {
    font-family: 'Ethnocentric';
    src: url('/fonts/ethnocentric/ethnocentric rg.ttf'),
    url('/fonts/ethnocentric/Ethnocentric.woff2');
}

:root {
    --primary-color: #ffffff;
    --secondary-color: #fdd645;
    --dark-color: #000000;
}

html, body {
    scroll-behavior: smooth;
}


body {
    font-size: 20px;
    font-family: "Bebas", sans-serif;
    font-weight: 400!important;
    background: #9999aa;
    color: var(--primary-color);
    position: relative;
}

h2 {
    font-size: 50px;
}

.wrap     {
    background: #9999aa;
    position: relative;
    z-index: 1;
}

@keyframes bg-move {
    0% {
        background-size: 20%;
    }
    50%{
        background-size: 90%;
    }

    100% {
        background-size:30%;
    }
}


/* Fonts */
:root {
}

@media (min-width: 1200px){
    :root {
        font-size: 18px;
    }
}

.navbar {
    background: #0e0e4a;
}

.logo {
    max-width: 150px;
}
h1,h2 {
    font-weight: 400;
}

p {
    font-weight: 500;
}

.btn-main {
    padding: 15px 40px;
    background: var(--primary-color);
    display: inline-block;
    transition: .3s;
    color: var(--dark-color);
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-main span {
    display: inline-block;
    line-height: 90%;
}

.btn-main img {
    display: inline-block;
}

.btn-main:hover img {
    display: inline-block;
    vertical-align:middle;
    cursor: pointer;
}

.btn-main:hover {
    background: var(--secondary-color);
    display: inline-block;
    transition: .3s;
    color: var(--dark-color);
    transform: translateY(-5px);
    cursor: pointer;
}

.btn-banner {
    padding: 20px 50px;
    background: var(--secondary-color);
    display: inline-block;
    transition: .3s;
    color: var(--dark-color);
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}

.btn-banner:hover {
    background: var(--primary-color);
    display: inline-block;
    transition: .3s;
    color: var(--dark-color);
    transform: translateY(-5px);
    cursor: pointer;
}

.offcanvas {
    background: #0e0e4a!important;
    background-size:cover;
}

.menu-social {
    padding: 0;
    padding-top: 15px;
    margin: 0;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-social li {
    display: inline-block;
}

.navbar-brand{
    width: 160px;
}
.nav-item .nav-link {
    font-size: 20px;
    transition: .3s;
    color: var(--secondary-color);
    padding-bottom: 10px ;
    font-weight: 400;
}

.nav-item .nav-link:hover {
    transform: translateY(-3px);
}

.navbar-nav.nav-items-light .nav-link {
    color: var(--primary-color)!important;
}

.navbar-nav.nav-items-light .nav-link:hover {
    transform: translateY(-3px);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--secondary-color);
}

.offcanvas-header img {
    display: block;
    width: 150px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler-icon:focus {
    box-shadow: none;
    border: none;
}

.offcanvas-header {
    margin-bottom: 30px;
}

.offcanvas-header {
    margin-bottom: 0;
}

.offcanvas-header .btn-close {
    filter: invert(1);
}
.navbar-toggler-icon {
    background-image: url('/img/icons/icon-menu-icon.svg');
}

.btn-close.close-xs {
    background-image: url('/img/icons/icon-btn-close.svg')!important;
    opacity: 1!important;
    filter: invert(0);
}

.phone-top-menu {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.phone-top-menu img {
    display: block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.banner {
    min-height: 88vh;
    background: rgba(25, 26, 26, 0.22) url('/img/design/main.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}

@keyframes bg-move {
    0% {
        background-size: 100%;
    }
    50%{
        background-size: 500%;
    }

    100% {
        background-size:100%;
    }
}
.white {

}

.banner h1 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 400;
    width: 90%;
    line-height: 124%;
    position: relative;
    z-index: 1;
    transform: translateY(-20px);
}

.banner h1 strong {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    font-family: 'Ethnocentric', sans-serif;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}

.color-yellow{
    color: #ffd844!important;
}

.banner h1 span {
    color: var(--secondary-color);
}
.banner-text {
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    margin-top: 20px;
}

.banner-social {
    position: relative;
    z-index: 1;
    transform: translateY(-10px);
}

.banner-social a {
    display: inline-block;
    padding: 10px;
    transition: .3s;
}

.banner-social a:hover {
    transform: translateY(-5px);
}


.banner-social a img {
   width: 50px;
}

.equipment {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #181862;
}

.equipment h2 {
    color: var(--secondary-color);
    text-align: center;
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 400;
    word-break: break-word;
    background-clip: text;
}

.equipment-block {
    margin-bottom: 30px;
}

.equipment-block > div > span {
    min-height: 30px;
    display: block;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 1px;
}

.equipment-block > div {
    padding: 15px;
    background: #0e0e4a;
    min-height: 100%;
}

.equipment-block ul {
    margin: 0;
    padding-left: 25px;
}

.equipment-block li {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 20px;
}

.equipment-block h3 {
    font-size: 40px;
    margin-bottom: 20px;
}


.equipment-block li strong {
    padding: 3px;
    color: #ffffff;
    min-height: 100%;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    font-weight: 400!important;
}

.equipment-block li span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
}

.equipment-block li:before {
    content: '';
    left: -23px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: #fdd645;
    background-size: cover;
    width: 13px;
    height: 13px;
}

.price-wrap {
    background: #0e0e4a;
}

.price {
    padding-top: 80px;
    padding-bottom: 80px;

}

.price h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 40px;
}


.price-block {
    margin-bottom: 30px;

}

.price-block h3 {
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--secondary-color);

}

.price-block > div > span {
    min-height: 30px;
    display: block;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 1px;
}

.price-block > div {
    padding: 15px;
    background: rgb(94 94 100);
    min-height: 100%;
}

.price-block ul {
    margin: 0;
    padding: 0;
}


.price-block li {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 20px;
}


.price-block li strong {
    padding: 3px;
    color: #ffffff;
    min-height: 100%;
    font-weight: 400;
    font-size: 24px;
    min-width: 100px;
    display: inline-block;
}

.price-block li span {
    color: #fdd645;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    font-weight: 400;
}

.price-block > div {
    background: #0e0e4a;
    padding: 35px;
}

.price-block.pro-zone > div {
    background: #000000;
}

.price-block.pro-zone > div h3 {
    color: #ffffff;
}

.price-block.bootcamp > div {
    background: #181862;
}

.price-block.bootcamp > div h3 {
    color: #ffffff;
}

.price-block.console > div {
    background: #000000;
}

.price-block.console > div h3 {
    color: #ffffff;
}

.price-block.vip > div {
    background: var(--secondary-color);
}

.price-block.vip > div h3 {
    color: #181862;
}

.price-block.vip > div span {
    color: #181862;
}

.charity {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
    text-align: center;
}

.charity p {
    color: #1a1d20;
    font-weight: 500;
}

.charity strong {
    color: #fdd645;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.charity img {
  width: 40px;
}

.why-we-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #181862;
}

.why-we h2 {
    color:#ffffff;
    margin-bottom: 20px;
}

.why-we .why-info-text {
    color:#ffffff;
    width: 90%;
    margin: 0 auto 70px auto;
}


.why-we ul {
    padding-left: 0;
    margin: 0;
}

.why-we-block {
    margin-bottom: 30px;
}

.why-we .why-we-block strong{
   list-style: none;
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
}

.why-we .why-we-block img {
    margin: 0 auto;
    display: block;
}

.why-we .why-we-block p {
   list-style: none;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 40px;
}


.why-we .why-we-block p:before {
   content: '';
    position: absolute;
    top:10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fdd645;
}

.special-programs-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fdd645;
    background-size: cover;
}

.special-programs-wrap h2 {
    color: #262b2f;
    margin-bottom: 30px;
    font-weight: 400;
}

.special-programs {
    color: #262b2f;
}

.special-programs .row > div {
    margin-bottom: 30px;
}

.special-programs .special-programs-block > div {
   border:3px dashed #262b2f;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

.special-programs h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 20px;
}

.special-programs p {
    font-size: 20px;
    font-weight: 400;
    color: #0e0e4a;
}

.footer-logo{
    transition: .3s;
    display: block;
}


.footer-logo:hover {
   transform: translateY(-5px);
}

.footer-logo img {
    width: 100px;
}
.special-programs-price p {
    font-size: 30px;
    font-weight: 400;
}


.special-programs-price strong {
    font-size: 60px;
    font-weight: 400;
}

.game-list {
    background: #ffffff url('/img/icons/electro-web.svg') top;
    background-size: cover;
    color: #1a1d20;
    padding-top: 80px;
    padding-bottom: 80px;
}

.game-list h2 {
    color: #313233;
    font-weight: 400;
    margin-bottom: 40px;
}

.game-list-row {
    background: rgba(204,208,218,.5) url('/img/icons/icon-laptop.svg') center center repeat;
    background-size: cover;
    border: 12px solid #fdd645;
    padding-top: 30px;
}

.game-list h3 {
    color: #fdd645;
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 40px;
}

.game-list .game-list-block  {
    margin-bottom: 30px;
}

.game-list .game-list-block p {
    color: rgba(38, 41, 56, .8) !important;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 30px;
}


.game-list-row img {
    display: inline-block;
    max-width: 45px;
    max-height: 45px;
    padding-right: 15px;

}

.game-list-row-console {
    background: #e9e9ed url('/img/icons/icon-jostik.svg')left 40% repeat;
    background-size: cover;
}

.atmosphere {
    padding-top: 80px;
    padding-bottom: 0;
    background: #0e0e4a;

}
.atmosphere .row > div {
    overflow: hidden;
}

.atmosphere h2 {
    margin-bottom: 40px;
    font-weight: 400;
    background-size: 50%;
    margin-top: 0;
    color: #ffffff;
}

.atmosphere img {
    display: block;
    transition: .3s;
    transform: scale(1.0);
}

.atmosphere img:hover {
    transform: scale(1.2);
}
footer {
    background: #181862;
    padding-top: 5px;
}

.footer-top{
    padding-top: 30px;
    padding-bottom: 15px;
}

.footer-menu ul {
   margin-bottom: 10px;
    padding:0;
}

.footer-menu ul li {
  list-style: none;
    display: block;
}

.footer-menu ul li a {
    color: #fdd645;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    display: block;
    transition: .3s;
    font-weight: 400;
}

.footer-menu ul li a:hover {
    transform: translateY(-5px);
}

.footer-menu {
    color: #fdd645;
    font-size: 16px;
}
footer .map img {
    display: block;
    width: 200px;
}

.footer-info span {
   font-weight: 400;
    display: block;
    color: #fdd645;
}
.footer-menu span {
    font-weight: 400;
    display: block;
    color: #fdd645;
    margin-bottom: 0;
    font-size: 18px;
}

.footer-info p {
    color: #ffffff;
}

.footer-info p a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
}

.footer-info p a:hover {
   transform: translateY(-5px);
}

.footer-menu li:first-child a {
    padding-top: 0;
}

.follow  {
    margin-top: 20px;
}

.follow a {
    padding: 5px;
    transition: .5s;
    display: inline-block;
}

.follow a:hover {
    transform: translateY(-5px);
}

.follow a img {
   display: inline-block;
    width: 35px;
}

.footer-bottom {
    background: #0e0e4a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-developer img {
    transition: .3s;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.footer-developer img:hover {
    transform: translateY(-3px);
}

@media(min-width: 768px) {

    h1 {
        font-size: 40px;
        line-height: 90%;
    }

    h2 {
        font-size: 60px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .banner {
        min-height: 100vh;

    }

    .banner h1 {
        transform: translateY(0);

    }
    .banner-text {
        font-size: 22px;
        font-weight: 500;
        width: 70%;
        margin: 20px auto;
        text-align: center;
    }

    .banner-social {
        transform: translateY(0);
    }

    .atmosphere h2 {
        font-size: 80px;
    }

    .equipment h2 {
        font-size: 80px;
    }

    .equipment-block li strong {
        font-size: 18px;

    }

    .equipment-block li span {
        font-size: 18px;
    }

    .footer-logo img {
        width: 200px;
    }
}

@media(min-width: 992px) {

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 95px;
    }

    .offcanvas {
        background: transparent!important;
        background-size: unset;
    }

    .nav-item .nav-link {
        font-size: 22px;
        padding-bottom: 10px;
        margin-right: 10px;
        letter-spacing: 2px;

    }

    .navbar-nav.nav-items-light .nav-link {
        color: var(--primary-color)!important;
    }

    .menu-social-xs {
        width: auto;
    }

    .banner h1 {
        width: 70%;
        font-size: 35px;
    }

    .banner-text {
        width: 60%;
    }

    .equipment {
        padding-top: 120px;
        padding-bottom: 130px;
    }

    .equipment-block li strong {
        min-width: 100px;
    }

    .price h2 {
        font-size: 80px;
    }

    .price {
        padding-top: 150px;
        padding-bottom: 130px;
    }

    .price-block > div {
        padding: 35px;
    }

    .price-block h3 {
        font-size: 35px;
    }

    .equipment-block > div {
        padding: 30px;
        background: #0e0e4a;
        min-height: 100%;
    }

    .special-programs-wrap {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .special-programs h3 {
        font-size: 30px;
    }

    .why-we-wrap {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .why-we .why-we-block p {
        font-size: 18px;
    }

    .game-list {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .atmosphere {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .atmosphere h2 {
        font-size: 80px;
    }

    .footer-info p a {
        font-size: 18px;
    }
}

@media(min-width: 1200px) {
    .banner-social {
        top:50%;
        transform: translateY(-50%);
        left: 6%;
        position: absolute;
        z-index: 1;
    }

    .banner-social a {
       display: block;
        margin-bottom: 30px;
    }


    .banner-social a img {
       width: 80px;
    }

    .banner:before {
        content: '';
        position: absolute;
        top:0;
        left: 0;
        height: 100%;
        width: 291px;
        background: rgb(41 41 43 / 78%);
    }

    .banner h1 {
        width: 50%;
    }

    .banner-text {
        width: 50%;
    }

    .atmosphere h2 {
        font-size: 80px;
    }

}

@media(min-width: 1440px) {

    h1 {
        font-size: 100px;
    }

    h2 {
        font-size: 80px;
    }
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-item .nav-link {
        margin-right: 20px;
    }

    .nav-item .nav-link {
        font-size: 18px;
        font-weight: 400;

    }

    .banner-social {
        top:50%;
        transform: translateY(-50%);
        left: 5%;
        position: absolute;
        z-index: 1;

    }

    .banner h1 {
        font-weight: 400;
        width: 55%;
        font-size: 50px;
    }

    .banner h1 strong {
        font-size: 75px;
    }

    .banner-text {
        font-size: 30px;
        width: 40%;
    }


}

.modal-header {
    padding: 0;
    border-bottom: none;
}


.modal-title {

}

.modal-body{
    padding: 0;
}

.modal-p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
}

.modal-content {
    color: #353535;
    background: #fdd645;
    border: none;
    outline: 0;
    padding: 25px;
}

.form-check{
    color: rgba(21, 20, 20, 1);
}

.modal-body .modal-input {
    background: #ffffff;
    padding: 15px 20px;
}

.modal-body .modal-input input {
    color: #1a1d20;
    background: transparent;
    border: none;
}

.modal-body .modal-input input:focus, .modal-body .modal-input input:active {
    border: none;
    box-shadow: none;
}

.modal-body .modal-input img {
    padding-right: 5px;
}

.modal-title-block {
    font-size: 16px;
    text-transform: uppercase;
    width: 90%;
    font-weight: 400;
    margin:  0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.menu-phone {

    transition: .3s;
}

.menu-phone {
   text-decoration: none;
}

.menu-phone img {
    display: inline-block;
    width: 25px;
    height: 25px;

}

.menu-phone span {
    transition: .3s;
    display: inline-block;
    border-bottom: 1px solid transparent;
}


.menu-phone:hover span {
    transition: .3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.footer-location {

}
.footer-location  span{
    display: block;
    color: #fdd645;
    font-weight: 400;
}

.footer-info p a {
    font-size: 18px;
}

.footer-logo-slogan {
    font-size: 20px;
    width: 95%;
    margin-top: 15px;
}

@media(min-width: 1400px) {

    .equipment-block li strong {
        min-width: 53px;
    }

    .equipment-block > div {
        padding: 20px;
    }
}


@media(min-width: 1800px) {

    .equipment-block li strong {
        min-width: 100px;
    }

    .equipment-block > div {
        padding: 30px;
    }
}

