a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
    color: #222;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
table,
td,
th {
    vertical-align: middle;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
}
a img {
    border: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
body,
html {
    height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #151417;
    font-weight: 800;
    font-style: italic;
}
.main__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}
.container {
    width: 1440px;
    margin: auto;
}
.container,
.main {
    position: relative;
}
.main {
    min-height: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.main_block {
    background: url(bg.jpeg) no-repeat top;
    -moz-background-size: cover;
    background-size: cover;
}
.white {
    color: #fff;
}
.header_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}
.header_block h2 {
    font-size: 20px;
    color: #8e8e8e;
}
.logo {
    width: 257px;
}
.main_box {
    padding: 114px 0 315px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
.blue {
    color: #00e9ff;
}
.smoke {
    position: absolute;
    width: 129%;
    left: 50%;
    top: 44%;
    -webkit-transform: translateX(-55%);
    -moz-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    transform: translateX(-55%);
}
.smoke img {
    margin: auto;
    -webkit-animation: a 20s infinite alternate ease-in-out;
    -moz-animation: a 20s infinite alternate ease-in-out;
    animation: a 20s infinite alternate ease-in-out;
}
.people {
    position: absolute;
}
.people_football {
    left: 26%;
    top: -6%;
    width: 16%;
}
.people_baseball {
    top: 18%;
    left: 29%;
    width: 27%;
}
.people_tennis {
    left: -3%;
    top: 25%;
    width: 29%;
}
.people_basket {
    top: 9%;
    left: 0;
    width: 38%;
}
.bal {
    position: absolute;
    top: 4%;
    left: 21%;
    width: 118px;
    height: 117px;
    background-image: url(ball.png);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: 0;
    -webkit-animation: b 0.1s steps(5) infinite;
    -moz-animation: b 0.1s steps(5) infinite;
    animation: b 0.1s steps(5) infinite;
}
.title_block {
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.title_block h1 {
    display: inline-block;
    font-size: 39px;
    color: #f8b932;
    text-shadow: 0 0 24px rgba(253, 75, 78, 0.25);
    position: relative;
    padding: 21px 51px 18px;
    margin-bottom: 55px;
}
.title_block h1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #757679;
    left: 0;
    top: 0;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.title_block h2 {
    font-size: 101px;
}
.title_block h3 {
    color: #fff;
    font-size: 110px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 93px;
}
.btn {
    font-size: 54px;
    color: #fff;
    display: inline-block;
    padding: 35px 113px;
    -webkit-animation: 0.5s g ease-in-out infinite alternate;
    -moz-animation: 0.5s g ease-in-out infinite alternate;
    animation: 0.5s g ease-in-out infinite alternate;
}
.btn,
.btn span {
    position: relative;
}
.btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f8b932;
    -webkit-box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
    -moz-box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
    box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: 0.5s h ease-in-out infinite alternate;
    -moz-animation: 0.5s h ease-in-out infinite alternate;
    animation: 0.5s h ease-in-out infinite alternate;
}
.btn:hover,
.btn:hover:before {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}
.payments {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.payment_box {
    margin: 0 10px;
}
.payment_box:first-child {
    margin-left: 0;
}
.payment_box:last-child {
    margin-right: 0;
}
.sup_block {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 47px;
}
.sup_block,
.sup_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sup_box {
    margin: 0 40px;
}
.sup_box p {
    font-size: 25px;
    color: #8f8f8f;
}
.sup_box__img {
    margin-right: 10px;
    width: 27px;
    -webkit-animation: i 2.5s ease-in-out infinite;
    -moz-animation: i 2.5s ease-in-out infinite;
    animation: i 2.5s ease-in-out infinite;
}
.sup_box__img img {
    -webkit-filter: drop-shadow(0 0 24px #70edef);
    filter: drop-shadow(0 0 24px #70edef);
}
.copy {
    text-align: center;
    padding-bottom: 45px;
}
.copy p {
    font-family: Montserrat-Regular, sans-serif;
    opacity: 0.3;
    font-size: 21px;
    color: #fff;
}
.copy h6{color: #757575; margin-bottom: 15px;}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .title_block h3 {
        color: #fff;
    }
}
@media (max-width: 1920px) {
    .container {
        width: 1050px;
    }
    .logo {
        width: 170px;
    }
    .header_block {
        padding-top: 30px;
    }
    .header_block h3 {
        font-size: 16px;
    }
    .main_box {
        padding: 70px 0 200px;
    }
    .main_block {
        position: relative;
    }
    .main_block:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 150px 150px #151417;
        -moz-box-shadow: 0 0 150px 150px #151417;
        box-shadow: 0 0 150px 150px #151417;
    }
    .title_block h1 {
        font-size: 26px;
        margin-bottom: 35px;
        padding: 16px 26px 12px;
    }
    .title_block h2 {
        font-size: 42px;
    }
    .title_block h3 {
        font-size: 73px;
        margin-bottom: 40px;
    }
    .btn {
        font-size: 36px;
        padding: 25px 75px;
    }
    .sup_box__img {
        width: 18px;
    }
    .sup_box p {
        font-size: 18px;
    }
    .payments {
        margin-bottom: 40px;
    }
    .sup_block {
        margin-bottom: 30px;
    }
    .copy {
        padding-bottom: 25px;
    }
    .copy p {
        font-size: 14px;
    }
    .bal {
        width: 96px;
        height: 95px;
        top: 2%;
        left: 19%;
        -webkit-animation: c 0.1s steps(5) infinite;
        -moz-animation: c 0.1s steps(5) infinite;
        animation: c 0.1s steps(5) infinite;
    }
    .smoke {
        width: 175%;
        top: 47%;
    }
}
@media (max-width: 1100px) {
    .container {
        width: 720px;
    }
    .main_box {
        padding: 30px 0 60px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main_block {
        position: relative;
        background: url(bg_mid.jpeg) no-repeat top;
        -moz-background-size: 1100px auto;
        background-size: 1100px auto;
    }
    .main_block:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 150px 150px #151417;
        -moz-box-shadow: 0 0 150px 150px #151417;
        box-shadow: 0 0 150px 150px #151417;
    }
    .title_block {
        padding-right: 0;
    }
    .title_block h1 {
        margin-bottom: 20px;
    }
    .title_block h2 {
        margin-top: -5px;
    }
    .title_block h3 {
        margin-bottom: 420px;
    }
    .sup_box {
        margin: 0 30px;
    }
    .payments {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 82%;
        margin: 0 auto;
    }
    .payment_box {
        max-width: 16%;
        height: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 10px 20px;
    }
    .payment_box img {
        max-height: 100%;
    }
    .sup_block {
        margin-bottom: 15px;
    }
    .copy {
        padding-bottom: 15px;
    }
    .btn {
        z-index: 1;
    }
    .bal {
        top: -1%;
        left: 18%;
        width: 81px;
        height: 80px;
        -webkit-animation: d 0.1s steps(5) infinite;
        -moz-animation: d 0.1s steps(5) infinite;
        animation: d 0.1s steps(5) infinite;
    }
    .people {
        z-index: 1;
        pointer-events: none;
    }
    .people_basket {
        top: 32%;
        left: 21%;
        width: 37%;
    }
    .people_baseball {
        top: 32%;
        left: 53%;
        width: 25%;
    }
    .people_tennis {
        left: 7%;
        top: 37%;
        width: 28%;
    }
    .people_football {
        left: 45%;
        top: 27%;
        width: 16%;
    }
    .smoke {
        width: 179%;
        left: 50%;
        top: 40%;
    }
}
@media (max-width: 768px) {
    .container {
        width: 460px;
    }
    .header_block {
        padding-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header_block h3 {
        font-size: 14px;
    }
    .logo {
        margin: 0 auto 25px;
    }
    .main_box {
        padding: 25px 0 50px;
    }
    .main_block {
        -moz-background-size: 1000px auto;
        background-size: 1000px auto;
    }
    .main_block:before {
        -webkit-box-shadow: 0 0 100px 100px #151417;
        -moz-box-shadow: 0 0 100px 100px #151417;
        box-shadow: 0 0 100px 100px #151417;
    }
    .title_block h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .title_block h2 {
        font-size: 53px;
        margin-top: 0;
    }
    .title_block h3 {
        font-size: 58px;
        margin-bottom: 400px;
    }
    .btn {
        font-size: 28px;
        padding: 20px 60px;
    }
    .payment_box {
        max-width: 15%;
        height: 15px;
    }
    .payment_box:nth-child(6) {
        margin-right: 0;
    }
    .sup_box__img {
        width: 15px;
    }
    .sup_box p {
        font-size: 14px;
    }
    .copy p {
        font-size: 13px;
        line-height: 16px;
    }
    .people_basket {
        left: 11%;
        width: 53%;
    }
    .people_baseball {
        top: 36%;
        left: 54%;
        width: 36%;
    }
    .people_tennis {
        left: 1%;
        top: 40%;
        width: 39%;
    }
    .people_football {
        left: 45%;
        top: 26%;
        width: 21%;
    }
    .bal {
        width: 65px;
        height: 64px;
        top: 1%;
        left: 19%;
        -webkit-animation: e 0.1s steps(5) infinite;
        -moz-animation: e 0.1s steps(5) infinite;
        animation: e 0.1s steps(5) infinite;
    }
}
@media (max-width: 500px) {
    .container {
        width: 300px;
    }
    .header_block {
        padding-top: 10px;
    }
    .header_block h2 {
        font-size: 10px;
    }
    .logo {
        width: 214px;
        margin: 0 auto 15px;
    }
    .main_box {
        padding: 20px 0 35px;
    }
    .main_block {
        -moz-background-size: 670px auto;
        background-size: 670px auto;
    }
    .main_block:before {
        -webkit-box-shadow: 0 0 50px 50px #151417;
        -moz-box-shadow: 0 0 50px 50px #151417;
        box-shadow: 0 0 50px 50px #151417;
    }
    .title_block h1 {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 9px 19px;
    }
    .title_block h2 {
        font-size: 27px;
        margin-top: 0;
    }
    .title_block h3 {
        font-size: 30px;
        margin-bottom: 240px;
    }
    .btn {
        font-size: 18px;
        padding: 14px 40px;
    }
    .payment_box {
        max-width: 15%;
        height: 12px;
        margin: 0 6px 14px;
    }
    .payment_box:nth-child(6) {
        margin-right: 0;
    }
	.copy h6{font-size: 12px;}
    .sup_box__img {
        width: 10px;
    }
    .sup_box {
        margin: 0 10px;
    }
    .copy p,
    .sup_box p {
        font-size: 10px;
    }
    .copy p {
        line-height: 14px;
    }
    .people_basket {
        top: 35%;
        left: 14%;
        width: 48%;
    }
    .people_baseball {
        top: 40%;
        left: 54%;
        width: 33%;
    }
    .people_tennis {
        left: 3%;
        top: 44%;
        width: 35%;
    }
    .people_football {
        left: 46%;
        top: 28%;
        width: 20%;
    }
    .smoke {
        width: 209%;
        top: 43%;
    }
    .bal {
        width: 42px;
        height: 41px;
        top: 0;
        left: 18%;
        -webkit-animation: f 0.1s steps(5) infinite;
        -moz-animation: f 0.1s steps(5) infinite;
        animation: f 0.1s steps(5) infinite;
    }
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@-moz-keyframes a {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -moz-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@keyframes a {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(5%);
        -moz-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@-webkit-keyframes b {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1770px;
    }
}
@-moz-keyframes b {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1770px;
    }
}
@keyframes b {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1770px;
    }
}
@-webkit-keyframes c {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1440px;
    }
}
@-moz-keyframes c {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1440px;
    }
}
@keyframes c {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1440px;
    }
}
@-webkit-keyframes d {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1213px;
    }
}
@-moz-keyframes d {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1213px;
    }
}
@keyframes d {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -1213px;
    }
}
@-webkit-keyframes e {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -969px;
    }
}
@-moz-keyframes e {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -969px;
    }
}
@keyframes e {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -969px;
    }
}
@-webkit-keyframes f {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -621px;
    }
}
@-moz-keyframes f {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -621px;
    }
}
@keyframes f {
    0% {
        background-position: center left 0;
    }
    to {
        background-position: center left -621px;
    }
}
@-webkit-keyframes g {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(1.01);
        filter: brightness(1.01);
    }
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }
}
@-moz-keyframes g {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        filter: brightness(1.01);
    }
    to {
        -moz-transform: scale(1.03);
        transform: scale(1.03);
        filter: brightness(1.2);
    }
}
@keyframes g {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(1.01);
        filter: brightness(1.01);
    }
    to {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }
}
@-webkit-keyframes h {
    0% {
        -webkit-box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
        box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
    }
    to {
        -webkit-box-shadow: 0 0 32px 12px #f8b932;
        box-shadow: 0 0 32px 12px #f8b932;
    }
}
@-moz-keyframes h {
    0% {
        -moz-box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
        box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
    }
    to {
        -moz-box-shadow: 0 0 32px 12px #f8b932;
        box-shadow: 0 0 32px 12px #f8b932;
    }
}
@keyframes h {
    0% {
        -webkit-box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
        -moz-box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
        box-shadow: 0 0 32px 12px rgba(253, 218, 37, 0.32);
    }
    to {
        -webkit-box-shadow: 0 0 32px 12px #f8b932;
        -moz-box-shadow: 0 0 32px 12px #f8b932;
        box-shadow: 0 0 32px 12px #f8b932;
    }
}
@-webkit-keyframes i {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}
@-moz-keyframes i {
    0%,
    to {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -moz-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}
@keyframes i {
    0%,
    to {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

.copy small{font-size: 13px; display: block; margin-top: 15px; color: #fff;}
.header_block a h1{color: #fff; font-size: 3em;}
.header_block a h1 span{color: #00e9ff;}
