@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');


* {
    box-sizing: border-box;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input:focus,
button:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

body {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    min-width: 1250px;
    position: relative;
    line-height: normal;
    background: url(../img/bg.png) no-repeat top center;
    background-size: cover;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}


header {}

.head_container {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    align-items: center;
}

.logo {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo p {
    font-size: 26px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    color: #e4360d;
    margin-left: 10px;
}

.logo span {
    color: #fff;
    display: block;
}


.menu {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.menu li {
    margin: 0 40px;
}

.menu ul {
    display: flex;
    align-items: center;
    margin-right: -30px;
}

.menu li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.menu li a:before {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #e4360d;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    transition: 0.5s;
    margin: auto;
}

.menu li a:hover:before {
    width: 100%;

}

.menu li a.active:before {
    width: 100%;

}

.head_soc {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.head_soc a {
    margin-left: 60px;
}

.head_soc img {
    display: block;
}


.baner {
    background: url(../img/bann.png) no-repeat top center;
    margin-top: -100px;
    height: 1100px;
    overflow: hidden;
}

.baner_container {
    display: flex;
    padding-top: 100px;
    flex-wrap: wrap;
}

.baner_left {
    width: 660px;
    padding-top: 150px;
}

.baner_left h1 {
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
}

.baner_left h1 br {
    display: none;
}




.baner_left h1 span {
    color: #e4360d;
}

.baner_left p {
    color: #8d6d6d;
    font-size: 16px;
    font-weight: 400;
}

.baner_right {
    width: 480px;
    margin-left: -120px;
    padding-top: 62px;
}

.baner_right img {}

.why {
    margin-top: -170px;
}

h2 {
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

h2 span {
    color: #e4360d;
}

.why_container {
    margin-top: 120px;
}

.why_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}

.why_img {
    width: 535px;
    position: relative;
    height: 253px;
}

.why_img img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.why_img:before {
    content: "";
    width: 287px;
    height: 290px;
    background-image: linear-gradient(180deg, #e4360d 0%, #721b07 100%);
    position: absolute;
    z-index: 0;
    left: -20px;
    top: -19px;
}

.why_item:nth-child(2) .why_img:before {
    left: auto;
    right: -15px;
    top: -25px;
    height: 268px;
}

.why_item:nth-child(2) {}

.why_text {
    width: 570px;
    padding-right: 40px;
}

.why_text h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why_text h3 span {
    color: #e4360d;
}

.why_text p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}



.playpause {
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border: 0;
    background: url(../img/how_to_play_preview.png) no-repeat 100% 100%;
    cursor: pointer;
    background-size: 100% 100%;
}

.playpause img {
    width: 100%;
    display: block;
}

.playpause:before {
    content: "";
    background: url(../img/play.png) no-repeat center;
    width: 155px;
    height: 155px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
}

.videoWrapperActive button.playpause {
    display: none;
}

.cyc_video {
    position: relative;
    height: 100%;
}

.video1 {
    width: 100%;
    display: block;
    height: 100%;
}



.media {
    padding: 25px 0;
}

.media_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.media_video {
    width: 564px;
    height: 304px;
    margin-right: 12px;
    position: relative;
}

.media_img {
    display: flex;
    justify-content: center;
    width: 564px;
    flex-wrap: wrap;
}

.media_img img {
    display: block;
    max-width: 100%;
}

.media_img a {
    width: 276px;
    height: 146px;
    margin-right: 12px;
    overflow: hidden;
    margin-bottom: 11px;
    position: relative;
}

.media_img a:before, .media_img2 a:before {
    content: "";
    background: url(../img/loop.png) no-repeat center, rgb(51 10 0 / 0.52);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 0;
}

.media_img a:hover:before, .media_img2 a:hover:before {
    opacity: 1;
}


.media_img a:nth-child(2n) {
    margin-right: 0;
}

.media_img2 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.media_img2 a:nth-child(4n) {
    margin-right: 0;
}


.media_img2 a {
    width: 276px;
    height: 146px;
    margin-right: 12px;
    overflow: hidden;
    margin-bottom: 11px;
    position: relative;
}

.media_img2 img {
    display: block;
    max-width: 100%;
}

.media_img img,
.media_img2 img {
    width: 100%;
    height: 100%;
}


.download {
    padding: 70px 0 40px;
}

.download_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.download_img {
    width: 351px;
    margin-right: 55px;
}

.download_img img {
    max-width: 100%;
    display: block;
}

.download_text {
    width: 525px;
}

.download_text h2 {
    text-align: left;
    margin-bottom: 20px;
}

.download_text h2 br {
    display: none;
}


.download_text p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
}

.download_text a {
    width: 197px;
    height: 61px;
    box-shadow: 0 3px 63px rgba(255, 49, 0, 0.41);
    background-image: linear-gradient(180deg, #e4360d 0%, #721b07 100%);
    display: block;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.download_text a:hover {
    background-image: linear-gradient(180deg, #721b07 0%, #e4360d 100%);
}


.stat {
    padding: 0 0 65px;
}

.stat h2 {
    text-align: left;
}

.stat_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.stat_item {
    width: 276px;
    height: 121px;
    background-image: linear-gradient(181deg, #000000 0%, #721b07 100%);
    padding: 12px 10px 5px;
    position: relative;
}

.stat_top {
    display: flex;
    align-items: center;
}

.stat_top img {}

.stat_top p {
    color: #fff;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    margin-left: 15px;
}

.stat_top p span {
    color: #e4360d;
}


.stat_line {
    width: 100%;
    height: 7px;
    background-color: rgb(0 0 0 / 0.52);
    margin: 10px 0;
    position: relative;
}

.stat_line span {
    height: 7px;
    background-image: linear-gradient(180deg, #e4360d 0%, #721b07 100%);
    position: absolute;
}

.stat_cyfre {
    color: #704136;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.stat_cyfre span {
    color: #ffffff;
    font-weight: 900;
}


.stat_item.disable .stat_top {
    opacity: 0.35;
}

.stat_item.disable .stat_line {
    opacity: 0.35;
}

.stat_item.disable.v4 {
    background-image: linear-gradient(181deg, rgb(0 0 0 / 0.35) 0%, rgb(114 78 7 / 0.35) 100%);
}


.stat_item.disable .stat_cyfre {
    opacity: 0.35;
}

.stat_item .soon {
    display: none;
    text-shadow: 0 3px 91px #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 121px;
    right: 0;
}

.stat_item.disable .soon {
    display: block;
}


.stat_all {
    position: absolute;
    right: 0;
    top: -135px;
    width: 183px;
    height: 59px;
    background-color: rgb(62 40 36 / 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.stat_all:before {
    content: "";
    width: 109px;
    height: 2px;
    background-image: linear-gradient(180deg, #e4360d 0%, #721b07 100%);
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.stat_all p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    width: 70px;
}

.stat_all span {
    color: #e4360d;
    font-size: 28px;
    font-weight: 700;
}


.bottom {
    background: url(../img/bottom.png) no-repeat top center;
    padding: 55px 0;
    background-size: cover;
}

.bottom_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bottom_container h2 {
    text-align: left;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 36px;
}

.bottom_item {
    display: flex;
    flex-wrap: wrap;
    width: 335px;
    align-items: center;
    margin-right: 85px;
}

.bottom_item:last-child {
    margin-right: 0;
}

.bottom_img {
    width: 129px;
    height: 129px;
    background: url(../img/soc_bg1.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.bottom_img img {}

.bottom_text {
    width: 190px;
}

.bottom_text p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.bottom_text span {
    color: #67443c;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.bottom_text a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 21px;
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
    width: 139px;
    height: 34px;
    text-decoration: none;
    line-height: 34px;
}

.bottom_text a:hover {
    background: #fff;
    color: #000;
}



footer {
    background-color: #161111;
}

.foot_container {
    display: flex;
    align-items: center;
    padding: 30px 0;
    flex-wrap: wrap;
}

.foot_menu {
    display: flex;
    flex-wrap: wrap;
    margin-right: 160px;
}

.foot_menu ul {
    margin-right: 60px;
}

.foot_menu li {}

.foot_menu li a {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.foot_menu li a:hover {
    color: #e4360d;
}


footer .logo {
    margin-right: 120px;
}

footer .logo p {}

.mail_foot {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.mail_foot:hover {
    color: #e4360d;
}


.foot_dev {
    margin-left: auto;
    text-decoration: none;
}


.foot2 {
    background: url(../img/bottom.png) no-repeat top center;
    padding: 15px 0;
    background-size: cover;
}

.foot2 .foot_container {
    padding: 0;
}

.foot2 p {
    color: #646464;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    margin-right: auto;
}

.foot2 a {
    color: #646464;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    margin-left: 30px;
}

.foot2 a:hover {
    color: #e4360d;
}



.donat_form {
    background: url(../img/bann.png) no-repeat 50% -170px;
    margin-top: -100px;
    height: 925px;
    padding-top: 165px;
    margin-bottom: -188px;
}

.donat_form h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.donat_form form {
    width: 826px;
    /*height: 513px;*/
    border-radius: 10px;
    background-color: #010100;
    background-image: linear-gradient(180deg, rgba(1, 1, 0, 0) 0%, rgba(228, 54, 13, 0.25) 100%);
    margin: 40px auto 0;
    padding: 45px 70px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.donat_form label {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

.donat_form input {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background-color: #1d1010;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 55px;
    border: 1px solid #1d1010;
}

.donat_form input:focus {
    border: 1px solid #e4360d;


}


.donat_form button {
    width: 304px;
    height: 53px;
    box-shadow: 0 3px 63px rgba(255, 49, 0, 0.41);
    border-radius: 27px;
    background-image: linear-gradient(180deg, #e4360d 0%, #721b07 100%);
    margin: auto;
    border: 0;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.donat_form button:hover {
    background-image: linear-gradient(180deg, #721b07 0%, #e4360d 100%);
}


.pretext {
    color: #b4897f;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.donat_form_coll {
    width: 304px;

}

.donat_form_val {
    position: relative;
}


::placeholder {
    color: #463430;

}

.donat_form_val span {
    width: 88px;
    height: 48px;
    background-color: #2e1c1c;
    position: absolute;
    right: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-radius: 0 24px 24px 0;
}

.donat_form_submit {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: row wrap;
}

.donat_form_submit .col-captcha {
    padding-top: .75rem;
    max-width: 50%;
}

.donat_form_submit .col-submit {
    padding-left:  1rem;
    padding-right: 1rem;
    max-width: 50%;
}

.donat_form_submit .ua-text {
    padding-bottom: .75rem;
    text-align: center;
}

.donat_form_submit .ua-text {
    color: #ccc;
}

.donat_form_submit .ua-link {
    color: white;
}


.nice-select {
    cursor: pointer;
    display: block;
    outline: none;
    padding-left: 17px;
    padding-right: 24px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background-color: #1d1010;
    border: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 25px;
    line-height: 48px;
    margin-bottom: 55px;
}

.nice-select .current {}

.nice-select:after {
    content: '';
    position: absolute;
    background: url(../img/arr.png) no-repeat;
    right: 17px;
    top: 20px;
    width: 16px;
    height: 10px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg