/* =============================================================================================================*/

/*@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,600,700&subset=cyrillic');*/

/* Lato Light 

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
*/

/* Lato Regular */

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Lato Medium 

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'), url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
*/

/* Lato Black 

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
*/

* {
    box-sizing: border-box;
}

img {
    -ms-interpolation-mode: bicubic;
}

html, body {
    height: 100%;
}

b {
    font-weight: 600;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    overflow-x: hidden !important;
    overflow-y: scroll;
    /*background-image: linear-gradient(#0f1115, #003576);*/
    /*min-width: 370px;*/
}

/* CONTENT =======================================================================================================*/

.content-all {
    width: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.flex-wrapper {
    width: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
}

.content {
    width: 100%;
    height: auto;
    /*position: relative;*/
    padding: 0;
    font-size: 24px;
    font-weight: 300;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}

.fix-width {
    width: 100%;
    max-width: 80%;
    padding: 60px 60px;
    margin: 0 auto;
    z-index: 2;
}

.background {
    background-color: #0E183A;
}

.hero-container {
    padding: 100px 0 50px;
    margin: 50px 0 30px;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* INSTRUMENTS ====================================================================================================*/

.vh-100 {
    height: 100vh;
}

.w-80 {
    width: 80%;
}

.w-50 {
    width: 50%;
}

.margin-b-40 {
    margin-bottom: 40px !important;
}

.yellow {
    color: #FFEA24 !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

/* ELEMENTS =======================================================================================================*/

a {
    color: white;
}

.bg-gradient {
    background-image: linear-gradient(#0f1115, #003576);
}

hr {
    height: 1px;
    border-width: 0;
    color: #222222;
    opacity: 0.35;
    background-color: #222222;
    width: 90%;
    margin: 0 auto;
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-resizer {
    font-size: 1em;
}

.text-transform-disable {
    text-transform: none !important;
}

.txt-h1 {
    width: 100%;
    color: white;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0.3em;
    text-shadow: 2px 2px 1px #000000;
}

.txt-h2 {
    width: 100%;
    color: #FFEA24;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0.3em;
    text-shadow: 2px 2px 1px #000000;
}

.txt-h3 {
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0.3em;
}

.bn-small {
    color: black;
    white-space: nowrap;
    border: 1px solid #35E94D;
    background: #35E94D;
    padding: 2px 8px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 50px;
}

.bn-small .label {
    margin-bottom: -2px;
}

.bn-small:hover {
    background: rgba(0, 0, 0, 0.2);
    color: white;
}

.nav-light .bn-small:hover {
    background: white;
    color: black;
}

.bn-big {
    color: black;
    white-space: nowrap;
    border: 1px solid #35E94D;
    background: #35E94D;
    padding: 15px 60px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 50px;
}

.bn-big .label {
    margin-bottom: -2px;
}

.ads-bn-big {
    color: black;
    white-space: nowrap;
    border: 1px solid #F6891F;
    background: #F6891F;
    padding: 5px 15px;
    margin: 4px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 50px;
}

.bn-dark-hover:hover {
    background: #0E183A !important;
    border: 1px solid #0E183A !important;
    color: white;
}

.ads-bn-big:hover, .bn-big:hover {
    background: rgba(0, 0, 0, 0.2);
    color: white;
}

.bn-disabled {
    pointer-events: none;
    background: none;
    color: white;
}

.nav-light .bn-disabled {
    color: black;
}

/* LOADER ------------------------------------------------------------- */

.loader {
    visibility: hidden;
    margin: 20px auto;
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid white;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* MODAL ====================================================================================================*/

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-content {
    max-width: 100%;
    background-color: #fefefe;
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 30px #505050;
}

.modal-content img {
    height: 80px;
    margin: 20px;
}

.modal-message {
    padding: 20px;
    font-size: 22px;
}

@media all and (max-width: 480px) {
    .modal-message {
        padding: 10px;
        font-size: 16px;
    }
}

/* ANIMATION -----------------------------------------------------------------------------------*/

.fade-in-when-come {
    opacity: 0;
    animation: fadein ease-out 0.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.fade-in-scale {
    opacity: 0;
    animation: fadein-scale ease-in-out 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes fadein-scale {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Firefox */

@-moz-keyframes fadein-scale {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari and Chrome */

@-webkit-keyframes fadein-scale {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein-scale {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Firefox */

@-moz-keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Safari and Chrome */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* RED DOT */

@keyframes pulse_animation {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 300ms;
    transform-origin: center center;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.red_dot {
    position: fixed;
    z-index: 1000;
    margin: 20px;
    background-color: #35E94D;
    border: 1px solid #35E94D;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/* Border Blink */

@-webkit-keyframes borderBlink {
    from, to {
        border-color: transparent;
    }
    100% {
        border-color: unset;
    }
}

@keyframes borderBlink {
    from, to {
        border-color: transparent;
    }
    100% {
        border-color: unset;
    }
}

@-webkit-keyframes blink {
    from, to {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    from, to {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.borderBlink {
    -webkit-animation: borderBlink 0.2s ease-in-out forwards;
    animation: borderBlink 0.2s ease-in-out forwards;
    animation-iteration-count: 3;
}

.blink {
    -webkit-animation: blink 0.2s ease-in-out forwards;
    animation: blink 0.2s ease-in-out forwards;
    animation-iteration-count: 3;
}

/* ====================================================================================== */

@media all and (max-width: 1600px) {}

@media all and (max-width: 1400px) {}

@media all and (max-width: 1000px) {}

@media all and (max-width: 900px) {}

@media all and (max-width: 800px) {
    .fix-width {
        padding: 60px 20px;
    }
}

@media all and (max-width: 400px) {}