* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:not([href]):not([tabindex]) {
    color: #fff
}

a, a:hover {
    text-decoration: none
}

input, button {
    outline: none;
    cursor: pointer
}

li, ol {
    list-style: none
}

body {
    position: relative;
    font-family: "Philosopher", sans-serif;
    min-height: 100vh;
    background: url("../image/bg.jpg") no-repeat top center #002d5c;
    background-size: 100% auto;
}

body.page__template {
    background: url("../image/bg_page_text.jpg") no-repeat top center;
    background-size: 100% auto
}

.mb-0 {
    margin-bottom: 0 !important
}

.mw-100 {
    max-width: 100% !important
}

.container {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto
}

.header {
    background: url("../image/menu.png") no-repeat top center;
    height: 92px;
    padding: 10px 25px 0 25px;
    margin-top: 20px
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 81px
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__nav-item {
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(38, 26, 16, .25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
}

.header__nav-item:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.header__reg {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(38, 26, 16, .25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #ffeccd;
    padding-right: 25px;
    z-index: 2;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__lk {
    padding: 0 15px;
    height: 45px;
    border-radius: 4px;
    background: #345389;
    background: -webkit-gradient(linear, left bottom, left top, from(#345389), to(#4969be));
    background: -o-linear-gradient(bottom, #345389 0%, #4969be 100%);
    background: linear-gradient(0deg, #345389 0%, #4969be 100%);
    border-top: 1px solid #6480db;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(38, 26, 16, .25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 700;
    margin-right: 15px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, .2);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, .2)
}

.header__lk img {
    margin-right: 8px
}

.header__lk:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.block_1 {
    position: relative
}

.block_1 .char {
    position: absolute;
    right: 280px;
    bottom: -32px
}

.block_1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.block_1__logo {
    padding-left: 100px
}

.block_1__server {
    padding: 0 60px;
    width: 420px
}

.block_1 .server__select {
    position: relative
}

.block_1 .server__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
    height: 78px;
    border-radius: 39px;
    background: rgba(23, 35, 59, .55)
}

.block_1 .server__name {
    padding: 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.block_1 .server__name .yell {
    color: #ffe2b5
}

.block_1 .server__name .ver {
    color: #ffe2b5;
    font-size: 13px;
    font-weight: 400;
    display: block
}

.block_1 .server__name .online {
    color: #a3aabd;
    font-size: 13px;
    font-weight: 400;
    display: block;
    font-family: "Geometria"
}

.block_1 .server__name-right {
    text-align: right;
    padding-right: 10px;
}

.text-center {
    text-align: center
}

.sponsor {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px
}

.sponsor p {
    color: #fff;
    font-size: 16px;
    font-family: "Geometria"
}

.sponsor p span {
    color: #ffe2b5;
    font-size: 27px;
    font-weight: 700;
    font-family: "Philosopher", sans-serif
}

.sponsor p span a {
    color: #ffe2b5;
    text-decoration: none;
}

.start__btn {
    display: inline-block;
    width: 313px;
    height: 74px;
    background: url("../image/start__btn.png") no-repeat center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 74px;
    -webkit-text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    -moz-text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(57, 49, 73, .5);
    box-shadow: 0px 10px 10px 0px rgba(57, 49, 73, .5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.start__btn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.news {
    position: relative;
    padding-top: 30px;
    margin-bottom: 42px
}

.news__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 50px
}

.news__slide-item {
    position: relative
}

.news__slider {
    overflow: hidden
}

.news__slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 70px 45px 0 45px
}

.news__slide-title {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.news__slide-text {
    color: #afb9c6;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 400;
    margin-bottom: 20px
}

.news__slide-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.news__slide-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f8e402;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 500;
    margin-right: 40px
}

.news__slide-date img {
    margin-right: 8px
}

.news__slide-link {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 48px;
    font-family: "Geometria";
    border-radius: 24px;
    background: rgba(14, 15, 34, .25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__slide-link:hover {
    background: rgba(14, 15, 34, .45)
}

.news__block {
    position: relative;
    background: url("../image/news__bg.jpg") no-repeat top center
}

.news__block-title {
    padding: 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px
}

.news__block-title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__block-title h4 img {
    margin-right: 10px
}

.news__block-title a {
    color: #56719c;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    bottom: -3px
}

.news__block-title a:hover {
    color: #fff
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 45px;
    margin-left: -3px;
    width: 100%;
    border-left: 3px solid rgba(0, 0, 0, 0);
    height: 78px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__item img {
    margin-right: 25px
}

.news__text {
    color: #fff;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Geometria";
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__text span {
    color: #647baa;
    font-size: 14px;
    font-weight: 400;
    font-family: "Geometria";
    display: block
}

.news__arrow {
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #224873;
    background: url("../image/arr_news.png") no-repeat center;
    position: relative;
    margin-left: 35px;
    background-position-x: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news__item:hover .news__text {
    color: #70b6ff
}

.news__item:hover {
    background: #134277;
    background: -webkit-gradient(linear, left top, right top, from(#134277), to(rgba(228, 58, 81, 0)));
    background: -o-linear-gradient(left, #134277 0%, rgba(228, 58, 81, 0) 100%);
    background: linear-gradient(90deg, #134277 0%, rgba(228, 58, 81, 0) 100%);
    border-color: #2b62a7
}

.news__item:hover .news__arrow {
    background: url("../image/arr_news_h.png") no-repeat center;
    background-position-x: 16px
}

.stock {
    position: relative;
    margin-bottom: 120px
}

.stock__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 69% 28%;
    grid-template-columns:69% 28%;
    grid-column-gap: 50px
}

.stock__content {
    background: url("../image/stock.jpg") no-repeat center;
    position: relative;
    padding-right: 20px
}

.stock__content:before {
    content: "";
    width: 100%;
    height: 28%;
    background: #0a3058;
    background: -webkit-gradient(linear, left bottom, left top, from(#0a3058), to(rgba(228, 58, 81, 0)));
    background: -o-linear-gradient(bottom, #0a3058 0%, rgba(228, 58, 81, 0) 100%);
    background: linear-gradient(0deg, #0a3058 0%, rgba(228, 58, 81, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.stock__element {
    padding: 10px 50px 0 50px;
    height: 215px;
    position: relative;
    overflow-y: scroll
}

.stock__element::-webkit-scrollbar {
    width: 5px;
    background: #0c305e
}

.stock__element::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #0078ff
}

.stock__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    height: 56px;
    border-radius: 28px;
    background: rgba(6, 30, 55, .24);
    margin-bottom: 12px
}

.stock__num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #0d3563;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 900;
    line-height: 24px;
    margin-right: 20px
}

.stock__text {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    color: #fff;
    font-size: 15px;
    font-family: "Geometria";
    font-weight: 500
}

.stock__date {
    color: #ffe2b5;
    margin-right: 15px;
    font-family: "Geometria";
    font-weight: 500;
    font-size: 11px
}

.stock__vote {
    background: #0e2b4d;
    position: relative;
    padding-bottom: 30px
}

.stock__vote h4 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700
}

.stock__vote h4 span {
    display: block;
    font-size: 16px;
    color: #ffe2b5;
    font-family: "Geometria";
    font-weight: 400;
    text-transform: none;
    margin-bottom: 15px
}

.stock__vote-img {
    text-align: center
}

.stock__vote-img img {
    position: relative;
    margin-top: -55px
}

.stock__vote-btn {
    width: 270px;
    height: 74px;
    display: inline-block;
    text-align: center;
    display: inline-block;
    background: url(../image/vote.png) no-repeat center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 74px;
    -webkit-text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    -moz-text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(57, 49, 73, .5);
    box-shadow: 0px 10px 10px 0px rgba(57, 49, 73, .5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.stock__vote-btn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.pl-0 {
    padding-left: 0 !important
}

.gallery {
    position: relative;
    margin-bottom: 90px
}

.gallery__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 69% 28%;
    grid-template-columns:69% 28%;
    grid-column-gap: 50px
}

.gallery__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    grid-column-gap: 25px;
    margin-top: 20px;
    margin-bottom: 65px
}

.gallery__item {
    position: relative
}

.gallery .img__gallery {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-width: 100%
}

.gallery__item:hover .img__gallery {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

.gallery__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.gallery__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding: 0 25px 0 65px;
    height: 130px;
    border-radius: 65px;
    background: rgba(6, 30, 55, .24)
}

.gallery__social span {
    color: #ffe2b5;
    font-size: 24px;
    text-transform: uppercase
}

.gallery__social a {
    position: relative;
    bottom: -3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.gallery__social a:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%)
}

.gallery__event {
    padding: 40px 25px 0 25px;
    position: relative;
    background: #123c70
}

.gallery__event h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px
}

.gallery__event h4 img {
    margin: 0 10px
}

.gallery__event:before {
    content: url("../image/event__top.png");
    position: absolute;
    left: 0;
    top: -29px
}

.gallery__event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 14px;
    height: 46px;
    border-radius: 23px;
    background: #103764;
    margin-bottom: 17px
}

.gallery__event-item p {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 500
}

.gallery__event-item span {
    color: #ffe2b5;
    font-size: 12px;
    font-family: "Geometria"
}

.gallery__event-link {
    color: #326eb2;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Geometria";
    font-weight: 700;
    display: inline-block;
    line-height: 54px;
    border-radius: 29px;
    border: 2px solid #194d89;
    background: #10447f;
    padding: 0 40px;
    position: relative;
    bottom: -24px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.gallery__event-link:hover {
    color: #fff
}

.footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 69% 28%;
    grid-template-columns:69% 28%;
    padding-bottom: 20px
}

.footer__title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Geometria";
    margin-bottom: 23px
}

.footer__text {
    color: #697495;
    font-size: 14px;
    font-family: "Geometria";
    margin-bottom: 25px
}

.footer__link {
    color: #ffe2b5;
    font-weight: 700;
    font-family: "Geometria";
    text-transform: uppercase;
    padding-right: 50px;
    font-size: 12px
}

.footer__left {
    padding-right: 50px
}

.footer__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr
}

.footer__menu-link {
    display: block;
    color: #c1c8dd;
    font-size: 14px;
    font-family: "geometria";
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.footer .mt-link {
    margin-top: 50px;
    margin-bottom: 0
}

.text-right {
    text-align: right
}

.template {
    position: relative;
    margin-top: 32px
}

.template__content {
    background: rgba(15, 55, 103, .7);
    padding: 0 45px 50px 45px;
    margin-bottom: 65px
}

.template__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 130px
}

.template__title img {
    margin-right: 10px
}

.template__title h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase
}

.template__title h3 span {
    color: #5991d7;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    display: block
}

.template__miniTitle {
    color: #fff;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 700;
    margin-bottom: 15px
}

.template__text {
    color: #73a2e4;
    font-size: 16px;
    font-family: "Geometria"
}

.authPage {
    position: relative;
    max-width: 455px;
    margin: 0 auto;
    text-align: center
}

.authPage__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 130px
}

.authPage__title h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.authPage__title h3 span {
    color: #5991d7;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding-top: 10px
}

.authPage__input {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    background: #113060;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 500;
    margin-bottom: 20px;
    border: 0
}

.authPage__input::-webkit-input-placeholder {
    color: #4371b4
}

.authPage__input::-moz-placeholder {
    color: #4371b4
}

.authPage__input:-ms-input-placeholder {
    color: #4371b4
}

.authPage__input::-ms-input-placeholder {
    color: #4371b4
}

.authPage__input::placeholder {
    color: #4371b4
}

.authPage__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 270px;
    height: 74px;
    display: inline-block;
    text-align: center;
    display: inline-block;
    background: url(../image/vote.png) no-repeat center;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 74px;
    -webkit-text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    -moz-text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    text-shadow: 0px 4px 3px rgba(37, 45, 69, .3);
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(57, 49, 73, .5);
    box-shadow: 0px 10px 10px 0px rgba(57, 49, 73, .5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: "Philosopher", sans-serif;
    margin-top: 20px;
    border: 0
}

.authPage__btn:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%)
}

.authPage__select {
    position: relative
}

.authPage__select select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    background: #143b73;
    background: -webkit-gradient(linear, left bottom, left top, from(#143b73), color-stop(40%, #143b73), to(#14478d));
    background: -o-linear-gradient(bottom, #143b73 0%, #143b73 40%, #14478d 100%);
    background: linear-gradient(0deg, #143b73 0%, #143b73 40%, #14478d 100%);
    border-top: 1px solid #19519e;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 500;
    margin-bottom: 20px;
    border: 0
}

.authPage__select option {
    color: #222
}

.authPage__select:before {
    content: url("../image/arr__select.png");
    position: absolute;
    right: 15px;
    top: 18px
}

.base {
    position: relative;
    margin-top: 32px
}

.base__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 66%;
    grid-template-columns:33% 66%;
    margin-bottom: 65px
}

.base__left {
    background: rgba(15, 55, 103, .7);
    padding: 0 43px 40px 43px;
    -webkit-box-shadow: 9px 0px 20px -7px #0a284f;
    box-shadow: 9px 0px 20px -7px #0a284f
}

.base__right {
    background: rgba(15, 55, 103, .5);
    padding: 0 45px 40px 45px
}

.base__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 130px
}

.base__title img {
    margin-right: 10px
}

.base__title h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase
}

.base__title h3 span {
    color: #5991d7;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    display: block
}

.base__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    padding: 0 20px 0 35px;
    background: #103c75;
    border-left: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 10px
}

.base__link.bs_1 {
    background: #103c75 url("../image/b1.png") no-repeat top left
}

.base__link.bs_2 {
    background: #103c75 url("../image/b2.png") no-repeat top left
}

.base__link.bs_3 {
    background: #103c75 url("../image/b3.png") no-repeat top left
}

.base__link.bs_4 {
    background: #103c75 url("../image/b4.png") no-repeat top left
}

.base__link.bs_5 {
    background: #103c75 url("../image/b5.png") no-repeat top left
}

.base__link.bs_6 {
    background: #103c75 url("../image/b6.png") no-repeat top left
}

.base__link.bs_7 {
    background: #103c75 url("../image/b7.png") no-repeat top left
}

.base__link:hover, .base__link.active {
    border-color: #0078ff;
    -webkit-filter: brightness(95%);
    filter: brightness(95%)
}

.base__link-text {
    color: #fff;
    font-size: 16px;
    font-family: "Geometria";
    font-weight: 700
}

.base__link-text span {
    display: block;
    color: #73a2e4;
    font-size: 14px;
    font-weight: 400
}

.base__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #184887;
    background: url(../image/arr__base.png) no-repeat center center;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.base__link:hover .base__arrow, .base__link.active .base__arrow {
    background: url(../image/base__arrr_h.png) no-repeat center center
}

.base__right-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: "Geometria";
    padding: 40px 0
}

.base__right-title span {
    color: #5f8bca;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    display: block
}

.base__right-item {
    padding: 28px 30px;
    background: rgba(16, 60, 116, .3);
    position: relative;
    display: block;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    margin-bottom: 10px
}

.base__right-item div,
.base__right-item p {
    color: #91c1ff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Geometria";
    margin-bottom: 17px;
    line-height: 1.5em
}

.base__right-item:hover {
    background: rgba(16, 60, 116, .75)
}

.base__right-item:hover .base__right-item-title {
    color: #fde0b3
}

.base__right-item-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: "Geometria";
    margin-bottom: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.base__bottom {
    color: #235390;
    font-size: 12px;
    font-weight: 500;
    font-family: "Geometria";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.base__bottom img {
    margin-right: 10px
}

.download {
    margin-bottom: 65px;
    margin-top: 32px;
    position: relative
}

.download__content {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 55%;
    grid-template-columns:45% 55%
}

.download__left {
    background: rgba(15, 55, 103, .7);
    padding: 0 43px 40px 43px;
    -webkit-box-shadow: 9px 0px 20px -7px #0a284f;
    box-shadow: 9px 0px 20px -7px #0a284f
}

.download__right {
    background: rgba(15, 55, 103, .4);
    padding: 0 43px 40px 43px
}

.download__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 170px
}

.download__title img {
    margin-right: 10px
}

.download__title h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase
}

.download__title h3 span {
    color: #5991d7;
    font-size: 19px;
    font-weight: 400;
    display: block
}

.download__link {
    border-left: 3px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    padding: 0;
    margin-bottom: 15px;
    background: #113e74;
    background: -webkit-gradient(linear, left top, right top, from(#113e74), to(rgba(73, 105, 190, 0)));
    background: -o-linear-gradient(left, #113e74 0%, rgba(73, 105, 190, 0) 100%);
    background: linear-gradient(90deg, #113e74 0%, rgba(73, 105, 190, 0) 100%)
}

.download__link:hover {
    border-color: #0078ff;
    background: #0b305c;
    background: -webkit-gradient(linear, left top, right top, from(#0b305c), to(rgba(73, 105, 190, 0)));
    background: -o-linear-gradient(left, #0b305c 0%, rgba(73, 105, 190, 0) 100%);
    background: linear-gradient(90deg, #0b305c 0%, rgba(73, 105, 190, 0) 100%)
}

.download__link_text {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    font-family: "Geometria"
}

.download__link_text span {
    display: block;
    color: #7694bd;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 400
}

.download__img {
    width: 150px;
    text-align: center
}

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

.download__instruct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 25px
}

.download__instruct img {
    margin-right: 10px
}

.download__instr-text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: "Geometria"
}

.download__instr-text span {
    color: #a8c6ec;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 10px;
    line-height: 1.5em
}

.menu__mobail {
    display: none
}

.header__nav-item.menu__home {
    display: none
}

@media screen and (max-width: 1750px) {
    body.page__template, body {
        background-size: 100% 100%
    }
}

@media screen and (max-width: 1560px) {
    .template, .download, .base {
        margin-top: 32px
    }

    .header__nav-item {
        padding: 0 15px
    }

    .download__title h3 {
        font-size: 22px
    }

    .footer__menu-link {
        font-size: 12px
    }
}

@media screen and (max-width: 1560px) {
    .stock__vote-img img {
        max-width: 100%
    }

    .block_1 .char {
        right: 162px;
        z-index: 0
    }

    .block_1__logo {
        padding-left: 0
    }

    .gallery__event:before {
        display: none
    }

    .container {
        max-width: 1300px
    }

    .gallery__social span {
        font-size: 19px
    }
}

@media screen and (max-width: 1300px) {
    .header {
        background: url("../image/menu__h.png") no-repeat top center
    }

    .base__title h3 {
        font-size: 18px
    }

    .base__link-text {
        font-size: 14px
    }

    .base__link-text span {
        font-size: 12px
    }

    .base__link {
        padding-left: 15px
    }

    .stock__vote-img img {
        max-width: 100%
    }

    .news__slide-content {
        padding-top: 70px
    }

    .news__slide-link {
        width: 100%;
    }

    .news__slide-title {
        font-size: 26px
    }

    .news__text {
        font-size: 14px
    }

    .stock__text {
        font-size: 13px
    }

    .gallery__social span {
        font-size: 16px
    }

    body {
        overflow-x: hidden
    }

    .header {
        padding: 10px 0 0 0
    }

    .header__nav-item {
        font-size: 14px
    }

    .header__reg {
        font-size: 14px
    }

    .header__lk {
        font-size: 14px
    }

    .footer {
        -ms-grid-columns: 60% 40%;
        grid-template-columns:60% 40%
    }

    .text-right {
        text-align: left
    }

    .container {
        max-width: 1100px
    }

    .block_1__logo {
        z-index: 2;
        position: relative
    }

    .block_1 .char {
        max-width: 750px
    }

    .stock__vote h4 {
        font-size: 26px
    }

    .stock__vote h4 span {
        font-size: 12px
    }

    .gallery__event-link {
        font-size: 11px
    }

    .gallery__social a img {
        max-width: 100%
    }

    .gallery__event h4 {
        font-size: 20px
    }

    .gallery__event-item p {
        font-size: 12px
    }

    .gallery__event-item span {
        font-size: 10px
    }
}

@media screen and (max-width: 1100px) {
    .base__left {
        padding: 0 15px 30px 15px
    }

    body, body.page__template {
        background-size: auto;
        background: url("../image/bg_header_mobail.png") no-repeat top center, url("../image/footer_bg.png") no-repeat bottom center #0b305b
    }

    .sponsor {
        height: 85px
    }

    .news {
        padding-top: 0
    }

    .stock__content:before {
        display: none
    }

    .block_1 .char {
        display: none
    }

    .block_1__logo {
        padding-left: 0;
        text-align: center;
        display: block
    }

    .block_1__logo img {
        display: inline-block
    }

    .block_1__content {
        display: block;
        margin-bottom: 40px
    }

    .block_1__server {
        width: 420px;
        padding: 0;
        margin: 0 auto
    }

    .download__content {
        display: block
    }

    .footer {
        display: block;
        text-align: center
    }

    .footer__right {
        padding-top: 40px;
        text-align: center
    }

    .text-right {
        text-align: center
    }

    .news__content {
        display: block
    }

    .news__slide-item {
        max-width: 725px;
        margin: 0 auto 40px auto
    }

    .news__block {
        max-width: 725px;
        margin: 0 auto
    }

    .stock__block {
        display: block;
        margin: 0 auto 40px auto;
        max-width: 725px
    }

    .stock__vote {
        margin-top: 100px
    }

    .gallery__block {
        display: block
    }

    .gallery__event {
        margin-top: 40px
    }

    .footer__left {
        padding-right: 0
    }

    .news__slide-content {
        padding-top: 70px
    }

    .news__slide-link {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .menu__mobail {
        display: block;
        cursor: pointer;
        z-index: 16;
        position: relative
    }

    .gallery__social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding: 25px 30px
    }

    .base__content {
        display: block
    }

    .gallery__social a img {
        max-width: 100%
    }

    .header__nav-item {
        display: block;
        line-height: 40px;
        font-size: 16px
    }

    .header__nav {
        display: none;
        position: absolute;
        left: 0;
        top: -20px;
        z-index: 15;
        width: 280px;
        background: rgba(40, 62, 104, .9);
        padding: 120px 20px 0 15px;
        height: 100%
    }

    .header__nav-item.home__item {
        display: none
    }

    .header__nav-item.menu__home {
        display: block
    }

    .footer__link {
        padding: 0 15px
    }

    .gallery__social a {
        overflow: hidden;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .news__slide-content {
        padding-top: 70px
    }


}

@media screen and (max-width: 550px) {
    .base__right, .base__left {
        padding: 0 5px 20px 5px
    }

    .gallery__social span {
        margin: 0 10px
    }

    .footer__link {
        display: block;
        padding: 10px 0
    }

    .stock {
        margin-bottom: -15px
    }

    .stock__text {
        font-size: 10px
    }

    .news__block-title {
        padding: 0 20px
    }

    .news__item {
        padding: 0 20px
    }

    .stock__date {
        font-size: 9px
    }

    .news__text {
        font-size: 10px
    }

    .stock__element {
        padding: 10px 0
    }

    .download__left {
        padding: 0 20px 20px 20px
    }

    .block_1__logo img {
        max-width: 100%
    }

    .gallery__list {
        display: block
    }

    .gallery__item {
        text-align: center;
        margin-bottom: 15px
    }

    .gallery__social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 35px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .gallery__social span {
        font-size: 28px
    }

    .news__arrow {
        display: none
    }

    .news__slide-text {
        font-size: 12px
    }

    .news__slide-title {
        font-size: 20px
    }

    .news__slider {
        height: 250px;
        margin-bottom: 30px
    }

    .news__slide-content {
        padding-top: 30px
    }

    .news__slide-link {
        width: 100%;
    }

    .block_1__logo img {
        max-width: 320px
    }
}

@media screen and (max-width: 440px) {
    .authPage__input {
        font-size: 13px;
        height: 50px
    }

    .authPage__title h3 {
        font-size: 17px
    }

    .download__title h3 {
        font-size: 18px
    }

    .download__title h3 span {
        font-size: 14px
    }

    .download__link_text span {
        font-size: 11px
    }

    .download__link_text {
        font-size: 20px
    }

    .download__img img {
        max-width: 60%
    }

    .download__right {
        padding: 0
    }

    .base__title h3 {
        font-size: 18px
    }

    .base__right-item p {
        font-size: 12px
    }

    .news__block-title h4 {
        font-size: 20px
    }

    .gallery__social a {
        width: 80px
    }

    .footer__menu-link {
        font-size: 10px;
        margin-bottom: 10px
    }

    .footer .mt-link {
        margin-top: 25px
    }

    .gallery__social span {
        font-size: 20px
    }

    .news__slide-link {
        width: 100%;
        font-size: 10px
    }

    .news__slide-date {
        font-size: 10px;
        margin-right: 20px
    }

    .template__title h3 {
        font-size: 20px
    }

    .template__text {
        font-size: 14px
    }

    .footer__title {
        font-size: 15px
    }

    .footer__text {
        font-size: 12px
    }

    .footer__right {
        display: block
    }

    .footer__link {
        padding: 10px 0;
        display: block
    }

    .block_1__server {
        width: 100%;
        padding: 0 15px
    }

    .template__content {
        padding: 0 15px 30px 15px
    }

    .header__lk {
        font-size: 10px;
        margin-right: 0
    }

    .header__reg {
        font-size: 10px;
        padding-right: 8px
    }

    .header__lk img {
        display: none
    }

    .news__slide-content {
        padding: 30px 20px 0 20px
    }

    .news__text span {
        font-size: 10px;
        padding-top: 10px
    }

    .stock__num {
        font-size: 12px;
        border: 0;
        margin-right: 10px
    }

    .stock__vote {
        margin-top: 60px
    }
}



.header-bg {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  pointer-events: none;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .header-bg__navigation {
    z-index: 3;
    top: 14px;
  }
}

@media (max-width: 480px) {
  .header-bg__navigation {
    display: none;
  }
}


.header-bg__smoke {
  position: absolute;
}

@media (max-width: 1024px) {
  .header-bg__smoke {
    display: none;
  }
}

.header-bg__smoke.smoke_1 {
  background: url("../image/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  top: -300px;
  -webkit-animation: smoke-1 14s linear infinite;
  animation: smoke-1 14s linear infinite;
  opacity: 1;
}

@-webkit-keyframes smoke-1 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

@keyframes smoke-1 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.header-bg__smoke.smoke_2 {
  background: url("../image/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: -300px;
  -webkit-animation: smoke-2 10s linear infinite;
  animation: smoke-2 10s linear infinite;
  opacity: 1;
}

@-webkit-keyframes smoke-2 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

@keyframes smoke-2 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.header-bg__smoke.smoke_3 {
  background: url("../image/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  bottom: 100px;
  -webkit-animation: smoke-3 18s linear infinite;
  animation: smoke-3 18s linear infinite;
  opacity: 1;
  z-index: 1;
}

@-webkit-keyframes smoke-3 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

@keyframes smoke-3 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.header-bg__smoke.smoke_4 {
  background: url("../image/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: 300px;
  -webkit-animation: smoke-4 14s linear infinite;
  animation: smoke-4 14s linear infinite;
  opacity: 1;
  z-index: 1;
}

@-webkit-keyframes smoke-4 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

@keyframes smoke-4 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.header-bg__sparks.right {
  top: 0px;
  right: -100px;
  -webkit-transform: rotate(135deg) scale(-1.8, -1.8);
  -ms-transform: rotate(135deg) scale(-1.8, -1.8);
  transform: rotate(135deg) scale(-1.8, -1.8);
  opacity: .8;
}

@media (max-width: 1024px) {
  .header-bg__sparks.right {
    display: none;
  }
}

.header-bg__sparks.center {
  top: 500px;
  left: calc( 50% + 600px);
  -webkit-transform: rotate(180deg) scale(-1.8, -1.8);
  -ms-transform: rotate(180deg) scale(-1.8, -1.8);
  transform: rotate(180deg) scale(-1.8, -1.8);
  opacity: .8;
}

@media (max-width: 1024px) {
  .header-bg__sparks.center {
    display: none;
  }
}

.header-bg__sparks.left {
  top: 0px;
  left: -100px;
  -webkit-transform: rotate(-135deg) scale(1.8, -1.8);
  -ms-transform: rotate(-135deg) scale(1.8, -1.8);
  transform: rotate(-135deg) scale(1.8, -1.8);
  opacity: .8;
}

@media (max-width: 1024px) {
  .header-bg__sparks.left {
    display: none;
  }
}

.header-bg__sparks {
  position: absolute;
  z-index: 6;
}

.header-bg__sparks div {
  position: absolute;
}

.header-bg__sparks-spark-1 {
  background: url("../image/spark_1.png") no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -120px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
}

@-webkit-keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.header-bg__sparks-spark-2 {
  background: url("../image/spark_2.png") no-repeat;
  width: 149px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.header-bg__sparks-spark-3 {
  background: url("../image/spark_3.png") no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-3 4s linear infinite;
  animation: spark-3 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.header-bg__sparks-spark-4 {
  background: url("../image/spark_4.png") no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-4 4s linear infinite;
  animation: spark-4 4s linear infinite;
}

@-webkit-keyframes spark-4 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-4 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}