::-webkit-scrollbar {
    width: 2px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background-color: #b00
}

::-webkit-scrollbar-thumb:hover {
    background-color: #b00
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: montserrat_regular
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

input {
    border: none;
    outline: none
}

button {
    outline: none;
    border: none;
    cursor: pointer
}

select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.overflow_hide {
    overflow: hidden
}

body {
    background-color: #fff
}

.header {
    width: 100%;
    height: auto;
    padding-top: 20px
}

.topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%
}

.logo {
    width: 90px
}

.logo img {
    width: 100%;
    height: 100%
}

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

.main_menu li {
    margin-right: 60px
}

.main_menu li:last-child {
    margin-right: 0
}

.main_menu li a {
    font-family: montserrat_regular;
    color: #fff;
    font-size: 16px;
    position: relative
}

.main_menu li a.color_black {
    color: #010101
}

.main_menu li a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 25px;
    width: 0%;
    height: 2px;
    transition: all .2s;
    background-color: #ffc700;
    border-radius: 8px;
    opacity: 0
}

.main_menu li a:hover:after {
    width: 100%;
    left: 0%;
    opacity: 1
}

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

.social_btns a {
    margin-right: 30px
}

.social_btns a:last-child {
    margin-right: 0
}

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

.dbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 39px;
    background: linear-gradient(270deg, #FFC700 0%, #FFA800 100%);
    border-radius: 8px;
    font-size: 16px;
    color: #131313;
    font-family: montserrat_medium;
    box-shadow: 0 0 0 rgba(255, 199, 0, .7), 0 2px 11px rgba(255, 199, 0, .61);
    animation: pulse 2s infinite
}

.dbtn i {
    color: #000;
    margin-right: 5px
}

.donate_info {
    margin-right: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 39px;
    background: linear-gradient(180deg, #BEF054 0%, #75AC00 100%);
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-family: montserrat_bold;
    position: relative;
    box-shadow: 0 2px 11px rgba(176, 227, 69, .59)
}

.donate_info:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    top: 50%;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #9bd02c;
    transform: translate(calc(100% + 15px), -50%)
}

.open_menu {
    display: none;
    color: #fff;
    font-size: 32px;
    margin-left: 20px;
    cursor: pointer
}

.open_menu.color_black {
    margin-left: auto;
    color: #010101
}

.main_content {
    width: 100%;
    min-height: 872px;
    background: url(../img/header_bg.png) no-repeat top center;
    background-size: cover;
    margin-top: -114px;
    padding-top: 240px
}

.htext {
    font-size: 60px;
    color: #fff;
    font-family: montserrat_extrabold
}

.htext1 {
    font-size: 20px;
    color: #fff;
    margin-top: 50px;
    font-family: montserrat_light
}

.hinfo {
    display: flex;
    margin-top: 53px;
    align-items: center
}

.hinfo a {
    width: 290px;
    height: 70px;
    box-shadow: 0 2px 13px #a80000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: montserrat_bold;
    text-transform: uppercase;
    background: linear-gradient(270deg, #BB0000 0%, #840000 100%);
    border-radius: 8px;
    transition: all .2s
}

.hinfo a:hover {
    box-shadow: 0 2px 24px 3px #a80000
}

.hinfo a i {
    margin-right: 29px;
    color: #fff;
    font-size: 34px;
    margin-top: 2px
}

.hinfo p img {
    width: 57px;
    height: 57px;
    margin-right: 20px
}

.hinfo p {
    margin-left: 52px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: montserrat_light
}

.hinfo p b {
    margin-left: 5px
}

.howtoplay {
    background: url(../img/howtoplay_bg.png) no-repeat right top;
    background-size: cover;
    padding-top: 300px;
    margin-top: -270px;
    width: 100%
}

.htp_title img {
    margin-right: 60px;
    width: 51px;
    height: 51px
}

.htp_title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #010101;
    font-size: 45px;
    font-family: montserrat_bold
}

.htp_text1 {
    margin-top: 104px;
    font-size: 60px;
    color: #010101;
    font-family: montserrat_extrabold;
    text-transform: uppercase
}

.htp_content {
    margin-top: 58px;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 200px
}

.htp_img {
    position: absolute;
    top: 0;
    left: 0
}

.htp_img1 {
    position: absolute;
    top: 0;
    left: 155px
}

.htp_boxes {
    width: 537px;
    height: auto;
    margin-left: auto;
    position: relative
}

.htp_box1 {
    width: 100%;
    height: auto;
    padding: 35px 67px 31px;
    background: linear-gradient(90deg, rgba(172, 0, 0, 0.94) 0%, rgba(7, 9, 11, 0.94) 100%);
    border-radius: 8px
}

.hbox1_text {
    color: #fff;
    font-size: 20px;
    font-family: montserrat_light;
    line-height: 27px
}

.hbox1_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 39px;
    margin-top: 30px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-family: montserrat_regular;
    transition: all .2s
}

.hbox1_btn i {
    margin-right: 19px
}

.hbox1_btn:hover {
    background-color: #fff;
    color: #000
}

.htp_btn img {
    margin-right: 24px
}

.htp_btn {
    margin-top: 28px;
    width: 100%;
    height: 71px;
    background: linear-gradient(270deg, #FFC700 0%, #FF9900 100%);
    box-shadow: 0 2px 9px rgba(255, 168, 0, .46);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #131313;
    font-size: 20px;
    font-family: montserrat_bold;
    text-transform: uppercase;
    transition: all .3s
}

.htp_btn:hover {
    box-shadow: 0 2px 15px 2px #ffa800
}

.htp_box2 {
    padding: 13px 25px;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    margin-top: 28px;
    display: flex;
    align-items: center
}

.htp_box2 i {
    margin-right: 26px;
    color: #bdbdbd;
    font-size: 25px
}

.htp_box2 p {
    color: #010101;
    font-size: 20px;
    font-family: montserrat_light
}

.footer {
    display: flex;
    justify-content: center;
    /* Выравнивание по горизонтали */
    align-items: center;
    /* Вертикальное выравнивание */
    background-color: #000000;
    /* Установите черный фон */
    width: 100%;
    height: 75px;
    margin-top: -75px;
    color: #ffffff;
    /* Цвет текста */
    font-size: 16px;
    /* Размер шрифта */
    padding: 10px;
    /* Отступы */
}

.mobile_footer {
    background: url(../img/mobile_footer.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 127px;
    margin-top: -127px;
    display: none;
    justify-content: center;
    align-items: center
}

.mobile_footer a {
    margin-right: 30px
}

.mobile_footer a:last-child {
    margin-right: 0
}

.mobile_menu {
    display: none;
    position: fixed;
    z-index: 33;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #121212
}

.mheader {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mheader a img {
    width: 90px
}

.close_menu {
    color: #fff;
    font-size: 40px;
    margin-left: 20px;
    cursor: pointer
}

.mobile_menu_content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.mobile_menu_content ul li {
    width: 100%;
    height: 48px;
    border: 1px solid #3e3e3e;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 21px;
    margin-bottom: 13px
}

.mobile_menu_content ul li a {
    color: #707070;
    font-size: 20px;
    font-family: montserrat_regular
}

.donate_content {
    width: 100%;
    min-height: 1080px;
    background: url(../img/donate_bg.png) no-repeat top center;
    background-size: cover;
    margin-top: -95px;
    padding-top: 180px
}

.donate_pos {
    padding-left: 120px
}

.donate_title {
    color: #010101;
    font-size: 45px;
    font-family: montserrat_bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.donate_title img {
    margin-right: 55px
}

.donate_text {
    font-family: montserrat_medium;
    color: #010101;
    font-size: 20px;
    margin-top: 55px
}

.donate_form {
    margin-top: 55px;
    width: 340px;
    height: auto;
    position: relative
}

.donate_img {
    position: absolute;
    top: -95px;
    left: 430px
}

.donate_form input {
    margin-bottom: 22px;
    width: 100%;
    height: 39px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    font-family: montserratregular;
    font-size: 16px;
    color: #9a9a9a;
    padding: 0 16px;
    transition: all .3s
}

.donate_form input:hover {
    box-shadow: 0 0 10px rgba(169, 220, 70, .5)
}

.donate_form input:focus {
    border: 1px solid #aadd47
}

.donate_form input::placeholder {
    font-family: montserrat_regular;
    font-size: 16px;
    color: #9a9a9a
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.donate_sum {
    width: 100%;
    display: flex;
    align-items: center
}

.donate_sum input {
    margin-bottom: 0
}

.donate_email {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 22px
}

.donate_email input {
    margin-top: 22px
}

.donate_boost {
    margin-left: 22px;
    min-width: 41px;
    height: 39px;
    background: linear-gradient(180deg, #BEF054 0%, #75AC00 100%);
    border-radius: 8px;
    box-shadow: 0 2px 11px rgba(176, 227, 69, .59);
    color: #fff;
    font-size: 16px;
    font-family: montserrat_bold;
    display: flex;
    justify-content: center;
    align-items: center
}

.server_label {
    margin-top: 22px;
    color: #010101;
    font-size: 20px;
    font-family: montserrat_light
}

.donate_form select {
    margin-top: 9px;
    width: 100%;
    height: 39px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    font-size: 16px;
    color: #9a9a9a;
    font-family: montserrat_regular;
    padding: 0 16px;
    transition: all .3s;
    background-color: #fff;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff url(../img/arrow.svg) no-repeat;
    background-position: 95% center
}

.donate_form select:hover {
    box-shadow: 0 0 10px rgba(169, 220, 70, .5)
}

.donate_form select:focus {
    border: 1px solid #aadd47
}

.donate_form .custom_select {
    margin-top: 9px;
    width: 100%;
    height: 39px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    font-size: 16px;
    color: #9a9a9a;
    font-family: montserrat_regular;
    padding: 0 16px;
    transition: all .3s;
    background-color: #fff;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.select_arrow {
    position: absolute;
    width: 13px;
    height: 7px;
    background: url(../img/arrow.svg) no-repeat;
    transition: all .3s;
    top: 50%;
    transform: translate(0, -50%);
    right: 17px;
    transition: all .3s
}

.select_arrow.rotate {
    transform: translate(0, -50%) rotate(-180deg)
}

.donate_form .custom_select:hover {
    box-shadow: 0 0 10px rgba(169, 220, 70, .5)
}

.donate_form .custom_select:focus {
    border: 1px solid #aadd47
}

.custom_options {
    display: none;
    width: 100%;
    height: auto
}

.custom_options p {
    padding: 0 16px;
    width: 100%;
    height: 39px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    font-size: 16px;
    color: #9a9a9a;
    font-family: montserrat_regular;
    margin-top: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s
}

.custom_options p:hover {
    color: #fff;
    background-color: #9a9a9a
}

.donate_form button {
    width: 100%;
    height: 71px;
    font-size: 20px;
    color: #fff;
    font-family: montserrat_bold;
    background: linear-gradient(270deg, #BEF054 0%, #8AC032 100%);
    box-shadow: 0 4px 14px rgba(169, 220, 70, .67);
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 40px;
    transition: all .3s
}

.donate_form button:hover {
    box-shadow: 0 4px 25px 2px #a9dc46
}

.donate_needs {
    margin-top: 40px;
    display: flex;
    flex-direction: column
}

.donate_needs a {
    margin-top: 15px;
    color: #c7c7c7;
    text-decoration: underline
}

.oplata_support {
    margin-top: 32px;
    color: #7a7a7a;
    font-size: 20px;
    font-family: montserrat_light
}

.osupport_img {
    margin-top: 28px
}