/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder;
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],template {
    display: none;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff?53kxvr) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content:"";
}

.icon-phone:before {
    content:"";
}

html {
    box-sizing: border-box;
}

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

h1 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 9px;
    line-height: .94;
}

h1,h2 {
    font-family: bebas-neue-by-fontfabric,Helvetica Neue,Arial,Noto Sans,sans-serif;
    letter-spacing: 1.5px;
}

h2 {
    font-size: 30px;
    margin: 0 0 3px;
    line-height: 1;
}

.visually-hidden {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

body {
    font-family: Arial,Noto Sans,sans-serif;
    font-size: 16.6px;
    line-height: 1.37;
    font-weight: 400;
}

a,body {
    color: #fff;
}

a {
    transition: color .35s cubic-bezier(.3,.86,.36,.95);
}

a,a:hover {
    text-decoration: underline;
}

a:hover {
    color: #f48800;
}

dl,ol,p,ul {
    margin: 0 0 1.5em;
}

input[type=email],input[type=tel],input[type=text],textarea {
    transition: border-color .35s cubic-bezier(.3,.86,.36,.95);
    border: 1px solid;
    background-color: transparent;
    width: 100%;
    min-width: 0;
    padding: 1.2rem 2.4rem;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:focus,input[type=text]:hover,textarea:focus,textarea:hover {
    box-shadow: none;
    outline: none;
}

.nav-opener {
    width: 46px;
    height: 44px;
    position: relative;
    z-index: 12;
    display: block;
    background-color: #f48800;
}

.nav-opener:hover {
    opacity: .9;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:after,.nav-active .nav-opener:before {
    transform: rotate(45deg);
    top: 46%;
}

.nav-active .nav-opener:after {
    transform: rotate(-45deg);
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
    background-color: #fff;
    position: absolute;
    top: 46%;
    left: 19%;
    right: 19%;
    height: 3px;
    transition: all .3s linear;
}

.nav-opener:after,.nav-opener:before {
    content: "";
    top: 26%;
}

.nav-opener:after {
    top: 67%;
}

.header {
    transition: background-color .35s cubic-bezier(.3,.86,.36,.95),border-color .35s cubic-bezier(.3,.86,.36,.95);
    padding: 12px;
    background-color: transparent;
    border-bottom: 5px solid transparent;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
}

.nav-active .header {
    background-color: #00134c;
    border-color: #f48800;
}

.nav {
    transition: max-height .35s cubic-bezier(.3,.86,.36,.95);
    text-align: center;
    list-style: none;
    padding: 0;
    margin: -6px 0 0;
    overflow: hidden;
    max-height: 0;
    font-family: bebas-neue-by-fontfabric,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.nav-active .nav {
    max-height: 1000px;
}

.nav li {
    margin-bottom: 35px;
}

.nav li a {
    transition: border-color .35s cubic-bezier(.3,.86,.36,.95);
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 5px solid transparent;
    font-size: 42px;
    font-weight: 700;
    line-height: .88;
}

.nav li.active a {
    border-color: #f48800;
}

body {
    background-color: #000;
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.accessibility {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

.container {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.info-page {
	background-color: #0c2b64;
	padding-bottom: 50px;
}

.info-section {
	padding-top: 70px;
	text-align: center;
}

.about-section {
    position: relative;
    padding: 133px 0 7px;
    text-align: center;
}

.about-section .bg-holder {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 413px;
}

.about-section .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section .logo,
.info-section .logo {
    margin-bottom: 44px;
    width: 79%;
}

.about-section .container,
.info-section .container {
    position: relative;
    max-width: 885px;
}

.games-section {
    position: relative;
}

.games-section h1 {
    margin-bottom: 85px;
}

.games-section .flex-container {
    background-color: #00134c;
    border-top: 5px solid #f48800;
    border-bottom: 5px solid #f48800;
    margin: 0 -20px;
}

.games-section .img-holder {
    text-align: center;
    margin: -84px 0 19px;
}

.games-section .img-holder img {
    width: 67%;
}

.games-section .text-holder {
    text-align: center;
    padding: 0 18px 17px;
}

.games-section .text-holder p {
    margin-bottom: 22px;
}

.games-section .info-list {
    list-style: none;
    display: inline-flex;
    margin: 0 -16px 5px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13.3px;
}

.games-section .info-list li {
    position: relative;
    padding: 0 16px;
    margin-bottom: 6px;
}

.games-section .info-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #fff;
}

.games-section .info-list li:first-child:before {
    display: none;
}

.games-section .btn-holder {
    margin: 0 -10px;
}

.games-section .btn-holder .btn {
    margin: 0 10px 20px;
}

.contact-section {
    text-align: center;
    padding: 47px 0 26px;
    position: relative;
}

.contact-section h1 {
    margin-bottom: 0;
}

.contact-section p {
    margin-bottom: 15px;
}

.contact-section .btn-holder {
    padding: 0 5px;
}

.contact-section .btn-holder .btn-contact {
    margin-bottom: 19px;
}

.social-media {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social-media li {
    padding: 0 4px 10px;
}

.social-media .svg {
    transition: border-color .35s cubic-bezier(.3,.86,.36,.95);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid transparent;
}

.social-media .svg:hover {
    border-color: #f48800;
}

.follow-section {
    position: relative;
}

.follow-section h1 {
    margin-bottom: 7px;
}

.follow-section .social-media {
    margin: 0 auto;
    max-width: 300px;
}

.footer {
    text-align: center;
    padding: 35px 0;
    position: relative;
}

.footer .copyright p {
    margin-bottom: 6px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-menu li {
    padding: 0 7px;
}

.btn {
    transition: background-color .35s cubic-bezier(.3,.86,.36,.95);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 11px;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
    font-family: bebas-neue-by-fontfabric,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 700;
    min-width: 150px;
    letter-spacing: 1px;
}

.btn-primary {
    color: #fff;
    background-color: #f48800;
}

.btn-primary:hover {
    background-color: #ff4500;
    color: #fff;
    text-decoration: none;
}

.btn-contact {
    transition: background-color .35s cubic-bezier(.3,.86,.36,.95);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 29px 20px;
    font-size: 26.6px;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    max-width: 650px;
    letter-spacing: 1px;
    background-color: #00134c;
    border: 5px solid #f48800;
    width: 100%;
}

.btn-contact:hover {
    background-color: #ff4500;
    text-decoration: none;
    color: #fff;
}

.btn-contact:hover i {
    background-color: #fff;
}

.btn-contact i {
    transition: background-color .35s cubic-bezier(.3,.86,.36,.95);
    width: 48px;
    height: 48px;
    background-color: #f48800;
    color: #00134c;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 2px;
}

.btn-contact i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn-contact i.icon-phone {
    font-size: 30px;
}

.btn-contact i.icon-envelope {
    font-size: 24px;
}

@media (min-width: 768px) {
    .about-section {
        padding:14% 0 53px;
    }

    .about-section .bg-holder {
        top: 0;
        height: auto;
        padding-top: 65%;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size:60px;
        margin-bottom: 12px;
    }

    h2 {
        font-size: 45px;
        margin-bottom: 0;
    }

    .nav-opener {
        display: none;
    }

    .header {
        position: fixed;
        background-color: #00134c;
        padding: 32px 32px 0;
    }

    .nav {
        max-height: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .nav li {
        margin-bottom: 0;
        padding: 0 21px;
    }

    .nav li a {
        border-width: 8px;
        padding-bottom: 22px;
        padding-top: 8px;
    }

    body {
        font-size: 20px;
    }

    .about-section {
        padding-top: 25%;
    }

    .about-section .bg-holder {
        top: 100px;
    }

    .about-section .logo,
    .info-section .logo {
        width: 88%;
        margin-bottom: 49px;
    }

    .contact-section {
        padding: 24px 0 81px;
    }

    .contact-section h1 {
        margin-bottom: 11px;
    }

    .contact-section p {
        margin-bottom: 46px;
    }

    .contact-section .btn-holder {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -10px;
    }

    .contact-section .btn-holder .btn-contact {
        margin: 0 10px 19px;
    }

    .social-media li {
        padding: 0 6px 10px;
    }

    .social-media .svg {
        width: 106px;
        height: 106px;
    }

    .follow-section .social-media {
        max-width: none;
    }

    .footer {
        padding: 98px 0 200px;
    }

    .footer .copyright p {
        margin-bottom: 0;
    }

    .footer .copyright {
        margin-left: 11px;
    }

    .footer .flex-container {
        display: flex;
        justify-content: center;
    }

    .footer .footer-menu {
        margin-left: 11px;
    }

    .footer-menu li {
        padding: 0 11px;
    }

    .btn {
        font-size: 40px;
        padding: 17px;
        min-width: 230px;
    }
}

@media (min-width: 1200px) {
    .games-section h1 {
        margin-bottom:6px;
    }

    .games-section .flex-container {
        margin: 0;
        display: flex;
        align-items: center;
        border: none;
        background-color: transparent;
    }

    .games-section .img-holder {
        margin: 0;
        width: 40.4%;
        position: relative;
    }

    .games-section .img-holder img {
        width: 100%;
    }

    .games-section .text-holder {
        text-align: left;
        border: 8px solid #f48800;
        background-color: #00134c;
        width: calc(59.6% + 30px);
        padding: 45px 70px 38px 92px;
        margin-bottom: 82px;
        margin-left: -30px;
    }

    .games-section .text-holder p {
        margin-bottom: 32px;
    }

    .games-section .info-list {
        font-size: 20px;
        margin: 0 -25px 10px;
    }

    .games-section .info-list li {
        padding: 0 25px;
    }

    .games-section .info-list li:before {
        width: 2px;
        height: 24px;
    }
}

@media (min-width: 1480px) {
    h1 {
        font-size: 75px;
    }

    h2 {
        font-size: 65px;
    }

    body {
        font-size: 28px;
    }

    .about-section {
        padding-top: 14%;
    }

    .about-section .bg-holder {
        top: 0;
    }

    .contact-section .btn-holder {
        justify-content: space-between;
    }

    .btn-contact {
        border-width: 8px;
        font-size: 50px;
        padding: 57px 40px;
    }

    .btn-contact i {
        width: 91px;
        height: 91px;
    }

    .btn-contact i.icon-phone {
        font-size: 57px;
    }

    .btn-contact i.icon-envelope {
        font-size: 44px;
    }
}

@media (max-width: 1200px) {
    .games-section .container {
        max-width:none;
    }
}
