a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.game_sidebar_left img {
    opacity: 0;
    margin-right: 88px;
    height: 100%
}

.b_container {
    max-width: 1350px;
    margin: 0 auto
}
.b_navbar_wrapper {
	position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top:0;
    left: 0;
    border-bottom: 1px solid gray;
    max-width: 1352px;
    left: 50%;
    transform: translateX(-50%);

}
.logo {
    width: 84px;
    height: 98px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 25px
}

.b_navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;

}

:focus {
    outline: 0
}

.navigation_dropdown {
    background: url(../img/dropdown_icon.png);
    width: 44px;
    height: 34px;
    border: none;
    cursor: pointer;
    display: none
}

.logo_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo_title {
    padding-left: 5px
}

.text_logo {
    width: 338px;
    height: 43px;
    -o-object-fit: contain;
    object-fit: contain
}

.b_navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1190px;
    margin: 0 auto;
    padding: 16px 0 29px
}

.navlink {
    margin-right: 38px;
    text-decoration: none;
    padding-bottom: 2px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #787878
}

.nav_active {
    border-bottom: 4px solid #dd3f25
}

.main_menu {
    padding-top: 27px;
}
.header {
	padding-top: 124px;
}
.logo_title {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .3px;
    text-align: left;
    color: #787878;
    line-height: 0;
    margin-top: 12px
}

.game_link_wrapper {
    background: url(../img/bg_header.png) 0 0/cover no-repeat;
    max-height: 492px;
    overflow-y: hidden;
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.game_sidebar_right {
    width: 50%
}

.game_sidebar_left {
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.game_info {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    margin-top: 80px;
    text-align: left;
    color: #fff;
    max-width: 575px
}

.game_get_link_wrapper {
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 448px
}

.game_get_link {
    -webkit-transition: .3s;
    transition: .3s
}

.game_get_link:hover {
    opacity: .8
}

.game_get_link:active {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.play_section {
    padding-top: 100px
}

.priv_section {
    padding-top: 50px
}

.play_h1 {
    text-align: center;
    font-family: Adidas-Half-Block-2016, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00a651
}

.play_h1 img {
    margin-right: 61px;
    width: 73px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain
}

.play_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.priv_container {
	margin: 25px;
	min-height: 250px
}

.play_left_sidebar {
    width: 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 55px;
    padding-right: 25px
}

.play_right_sidebar {
    width: 44%
}

.field_play_img {
    max-height: 463px;
    max-width: 573px;
    -o-object-fit: contain;
    object-fit: contain
}

.play_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.play_content_text {
    position: absolute;
    z-index: 99;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #ff1d1d;
    top: 130px;
    max-width: 385px;
    text-shadow: 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff, 0 0 17px #fff
}

.play_slider {
    margin-top: 25px;
    max-width: 238px;
    margin-left: 100px
}

.play_slider .slick-next,
.play_slider .slick-prev {
    position: absolute;
    z-index: 99;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    font-size: 0;
    color: transparent;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    cursor: pointer
}

.play_slider .slick-prev {
    left: -90px;
    background-image: url(../img/arrow_l.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 60px)
}

.play_slider .slick-next {
    right: -90px;
    background-image: url(../img/arrow_r.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 60px)
}

.contact_section {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#downloada::before, #contacta::before, #howtoplaya::before, #downloada, #contacta, #howtoplaya, .downloada, .contacta, .howtoplaya { 
    position: static;
    display: block;
    top: -100px;
    visibility: hidden;
}

.left_sidebar_contact {
    width: 56%;
    background: #f3f3f3;
    padding-top: 80px
}

.right_sidebar_contact {
    width: 44%;
    background: url(../img/field.jpg) no-repeat;
    padding-top: 105px;
    padding-bottom: 105px;
    position: relative
}

.tweeter_block {
    max-width: 281px;
    max-height: 505px;
    overflow-y: scroll;
    margin-left: 160px
}

.contact_title {
    font-family: Adidas-Half-Block-2016, sans-serif;
    font-size: 85px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.13px;
    color: #fff;
    position: absolute;
    -webkit-transform: rotate(90deg) translate(-100%);
    transform: rotate(90deg) translate(-100%);
    left: -155px;
    top: 830px
}

.left_contact_title {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #ff1d1d
}

.contact_subtitle {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #787878;
    margin-bottom: 40px
}

.privacy_subtitle {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #787878;
    margin-top: 20px;
    margin-bottom: 20px
}

.b_form {
    margin-left: 25%;
    max-width: 474px;
    margin-top: 35px
}

.b_input {
    width: 95%;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c8c8c8;
    margin-bottom: 22px;
    padding: 15px 11px;
    border-radius: 22px;
    border: 1px solid #d8dbe0
}

.b_area {
    width: 95%;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c8c8c8;
    padding: 15px 11px;
    border-radius: 22px;
    border: 1px solid #d8dbe0;
    height: 75px;
    margin-bottom: 20px
}

.b_btn {
    width: 242px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: none;
    padding: 15px 11px;
    border-radius: 22px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background: #5ba556
}

.b_btn:hover {
    opacity: .9
}

.b_btn:active {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    text-decoration: underline;
    -webkit-text-decoration-color: #ff1d1d;
    text-decoration-color: #ff1d1d;
    -webkit-text-decoration-line: 2px;
    text-decoration-line: 2px
}

::-webkit-input-placeholder {
    color: #c8c8c8
}

:-ms-input-placeholder {
    color: #c8c8c8
}

::-ms-input-placeholder {
    color: #c8c8c8
}

::placeholder {
    color: #c8c8c8
}

.footer {
    background: #5ba556;
    padding-bottom: 20px
}

.footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1070px;
    margin: 0 auto;
    padding: 40px 0 0 20px;
    position: relative
}

.footer_logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.copyright {
    margin-top: 25px;
    text-align: center;
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.5px
}

.footer_link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal
}

.social_link {
    margin-right: 15px;
    -webkit-transition: .3s;
    transition: .3s
}

.social_link:hover {
    opacity: .8
}

.social_link:active {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.footer_navigation {
    padding-right: 10px
}

.mobile_get_title {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff1d1d;
    display: none
}

.play_slider::after {
    content: '';
    background: url(../img/phone_game.png) center/100% 100% no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.navlink {
    position: relative
}

.navlink::after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    background: green;
    width: 0;
    bottom: -4px;
    -webkit-transition: .3s;
    transition: .3s
}

.navlink:hover::after {
    width: 100%
}

@media screen and (max-width:1200px) {
    .game_link_wrapper {
        background-size: 100% 110%
    }
    .b_form {
        margin-left: 12%
    }
}

@media screen and (max-width:1070px) {
    .field_play_img {
        max-width: 520px
    }
    .game_info {
        font-size: 40px
    }
}

@media screen and (max-width:1024px) {
    .b_form {
        margin-left: 12%
    }
    .contact_title {
        left: -179px
    }
    .tweeter_block {
        margin-left: 132px
    }
}

@media screen and (max-width:1000px) {
    .b_form {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:991px) {
    .b_btn {
        width: 95%
    }
    .contact_title {
        left: 0
    }
    .game_link_wrapper {
        background-size: 100% 86%
    }
    .mobile_get_container {
        position: absolute;
        width: 100%;
        top: 975px;
        background: #f3f3f3;
        padding: 63px 0 43px
    }
    .game_sidebar_left {
        margin-top: 40px;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .mobile_get_title {
        display: block;
        margin-bottom: 24px
    }
    .game_sidebar_left img {
        margin-right: auto;
        margin-left: auto
    }
    .play_container {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .priv_container {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: justify;
		margin-left: 25px;
		margin-right: 25px;
		min-height: 250px
    }
    .play_left_sidebar {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }
    .play_right_sidebar {
        width: 100%
    }
    .play_slider {
        margin-left: auto;
        margin-right: auto
    }
    .contact_section {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
    .left_sidebar_contact {
        width: 100%;
        padding-bottom: 80px
    }
    .right_sidebar_contact {
        width: 100%;
        background-size: 100% 100%
    }
    .tweeter_block {
        margin-left: auto;
        margin-right: auto
    }
    .b_form {
        margin-left: auto;
        margin-right: auto
    }
    .game_link_wrapper {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        overflow: visible;
        max-height: inherit
    }
    .game_sidebar_left,
    .game_sidebar_right {
        width: 100%
    }
    .game_get_link_wrapper,
    .game_info {
        margin-left: auto;
        margin-right: auto
    }
    .social_link {
        display: block
    }
    .navlink {
        display: block;
        margin: 15px;
        max-width: 150px
    }
    .main_menu {
        display: none;
        position: absolute;
        left: 0;
        background: #f3f3f3;
        width: 100%;
        top: 140px
    }
    .navigation_dropdown {
        display: block
    }
    .b_navbar {
        padding-left: 20px;
        padding-right: 20px
    }
    .game_info {
        margin-top: 0;
        text-align: center
    }
    .play_left_sidebar {
        margin-top: -200px
    }
}

@media screen and (max-width:920px) {
    .contact_title {
        left: -5px
    }
    .b_area,
    .b_btn,
    .b_input {
        width: 100%
    }
}

@media screen and (max-width:896px) {
    .contact_title {
        left: -20px
    }
}

@media screen and (max-width:868px) {
    .contact_title {
        left: -30px
    }
    .mobile_get_container {
        top: 613px
    }
    .play_section {
        margin-top: 81px;
        padding-top: 50px
    }
	priv_section {
		padding-top: 40px
	}
    .logo {
        width: 76px;
        height: 88px
    }
    .text_logo {
        width: 243px
    }
    .logo_title {
        font-size: 21.5px
    }
    .game_info {
        font-size: 30px;
        max-width: 350px
    }
    .play_h1 {
        font-size: 48px
    }
    .game_sidebar_left img {
        width: 207px
    }
    .play_h1 img {
        height: 68px
    }
    .slick-slide img {
        width: 164px
    }
    .play_slider {
        max-width: 164px
    }
    .field_play_img {
        max-width: 452px
    }
    .play_content_text {
        font-size: 17px;
        max-width: 257px
    }
    .left_contact_title {
        font-size: 40px
    }
    .contact_subtitle {
        font-size: 20px
    }
    .social_link img {
        width: 42px;
        height: 42px
    }
    .footer_logo img {
        width: 74px
    }
    .footer_link {
        font-size: 18px
    }
    .copyright {
        font-size: 14px
    }
    .navlink {
        font-size: 16px
    }
    .main_menu {
        top: 132px
    }
}

@media screen and (max-width:830px) {
    .contact_title {
        left: -50px
    }
}

@media screen and (max-width:796px) {
    .contact_title {
        left: -70px
    }
}

@media screen and (max-width:767px) {
    .contact_title {
        left: -90px
    }
}

@media screen and (max-width:729px) {
    .contact_title {
        left: -110px
    }
}

@media screen and (max-width:698px) {
    .contact_title {
        left: -130px
    }
}

@media screen and (max-width:645px) {
    .contact_title {
        left: -150px
    }
}

@media screen and (max-width:600px) {
    .contact_title {
        left: -170px
    }
}

@media screen and (max-width:570px) {
    .contact_title {
        left: -190px
    }
}

@media screen and (max-width:520px) {
    .contact_title {
        left: -210px
    }
}

@media screen and (max-width:492px) {
    .b_form {
        max-width: 360px
    }
    .logo {
        width: 56px
    }
    .logo_title {
        font-size: 16px;
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .contact_title {
        left: -220px
    }
}

@media screen and (max-width:468px) {
    .field_play_img {
        max-width: 400px
    }
    .text_logo {
        width: 186px
    }
    .game_get_link img {
        width: 163px
    }
    .game_get_link_wrapper {
        max-width: 348px
    }
    .play_h1 img {
        margin-right: 30px
    }
}

@media screen and (max-width:442px) {
    .tweeter_block {
        margin-left: 100px
    }
}

@media screen and (max-width:420px) {
    .mobile_get_container {
        top: 548px
    }
    .b_form {
        max-width: 300px
    }
    .left_contact_title {
        font-size: 30px
    }
    .contact_subtitle {
        font-size: 18px
    }
    .right_sidebar_contact {
        margin-top: 0px
    }
    .play_slider .slick-next,
    .play_slider .slick-prev {
        width: 40px;
        height: 40px
    }
    .field_play_img {
        max-width: 320px
    }
    .play_content_text{
    	top:40px;
    }
    .play_content_text {
        font-size: 14px;
        max-width: 200px;
        margin-top: 20px
    }
    .play_left_sidebar {
        margin-top: -130px
    }
    .game_info {
        font-size: 20px
    }
    .play_section {
        margin-top: 66px
    }
	.priv_section {
		padding-top: 30px
	}
}

@media screen and (max-width:390px) {
    .tweeter_block {
        margin-left: 90px
    }
}

@media screen and (max-width:377px) {
    .tweeter_block {
        max-width: 248px
    }
    .copyright {
        font-size: 12px
    }
    .game_get_link img {
        width: 130px
    }
    .game_get_link_wrapper {
        max-width: 281px
    }
    .mobile_get_title {
        font-size: 24px
    }
    .play_h1 {
        font-size: 30px
    }
    .logo {
        margin-right: 10px;
        width: 45px
    }
    .text_logo {
        width: 120px
    }
    .logo_title {
        font-size: 12px
    }
    .play_slider .slick-prev {
        left: -50px
    }
    .play_slider .slick-next {
        right: -50px
    }
}

@media screen and (max-width:350px) {
    .tweeter_block {
        max-width: 200px
    }
}