/*fonts*/
@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/opensans-condbold-webfont.eot');
    src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-condbold-webfont.woff2') format('woff2'),
         url('fonts/opensans-condbold-webfont.woff') format('woff'),
         url('fonts/opensans-condbold-webfont.ttf') format('truetype'),
         url('fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/opensans-condlight-webfont.eot');
    src: url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-condlight-webfont.woff2') format('woff2'),
         url('fonts/opensans-condlight-webfont.woff') format('woff'),
         url('fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('fonts/opensans-condlightitalic-webfont.eot');
    src: url('fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-condlightitalic-webfont.woff2') format('woff2'),
         url('fonts/opensans-condlightitalic-webfont.woff') format('woff'),
         url('fonts/opensans-condlightitalic-webfont.ttf') format('truetype'),
         url('fonts/opensans-condlightitalic-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: 300;
    font-style: italic;
}

/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
label, input, button, a {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Open Sans Condensed', 'sans-serif', 'arial', 'helvetica';
    -webkit-font-smoothing: antialiased; 
    --c1: #1B44D6;
    --c2: #E5E5E5;
    --c3: #566494;
    --c4: #565E7C;
}
svg path, svg rect, svg circle {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
input, textarea, select, button {
    font-family: 'Open Sans Condensed', 'sans-serif', 'arial', 'helvetica';
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
            border-radius: 0;
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.container_main {
    min-width: 320px;
    max-width: 540px;
    margin: 0 auto;
    height: 100vh;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 110px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background: #19264a;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.header {
    background: url("../img/head_bg.jpg") no-repeat center top;
    position: relative;
    margin-left: -26px;
    margin-right: -26px;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 320px;
}

.ws_get {
    display: flex;
    text-decoration: none;
    height: 66px;
    z-index: 100;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #FFF;
    padding-left: 13px;
    padding-right: 8px;
    margin-top: 21px;
    -webkit-box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.29);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 27px;
    z-index: 50;
    margin-top: 0;
}
.ws_ico {
    width: 43px;
    min-width: 43px;
}
.ws_ico img {
    display: block;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 50%;
    border-radius: 50%}
.ws_text {
    text-align: center;
    font-size: 18px;
    color: #57BB63;
    line-height: 120%;
    font-weight: bold;
}
.ws_text span {
    font-weight: 800;
}
.ws_str {
    display: flex;
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #FFF;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.ws_str img {
    display: block;
}

.btn_anim {
    overflow: hidden;
    position: relative;
}

.btn_anim:before {
    background: rgba(0, 38, 110, 0.3);
    content: "";
    height: 155px;
    left: -125px;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19,  1,  0.22,  1);
    width: 50px;
    z-index: 1;
    -webkit-animation: anim_line 8s cubic-bezier(0.19,  1,  0.22,  1) infinite 2s;
    -moz-animation: anim_line 8s cubic-bezier(0.19,  1,  0.22,  1) infinite 2s;
    -o-animation: anim_line 8s cubic-bezier(0.19,  1,  0.22,  1) infinite 2s;
    animation: anim_line 8s cubic-bezier(0.19,  1,  0.22,  1) infinite 2s;
}
@keyframes "anim_line" {
    0% {
        transition: all 550ms cubic-bezier(0.19,  1,  0.22,  1);
        width: 100px;
        opacity: 1;
        left: -125px;
    }
    30% {
        width: 50px;
        left: 120%;
        transition: all 1s cubic-bezier(0.19,  1,  0.22,  1);
        background: rgba(0, 38, 110, 0.1);
        opacity: 1;
    }
    31% {
        opacity: 1;
    }
    32% {
        opacity: 0;
        background: none;
        left: 120%;
    }
    33% {
        opacity: 0;
        left: -125px;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes "anim_line" {
    0% {
        transition: all 550ms cubic-bezier(0.19,  1,  0.22,  1);
        width: 100px;
        opacity: 1;
        left: -125px;
    }
    30% {
        width: 50px;
        left: 120%;
        transition: all 1s cubic-bezier(0.19,  1,  0.22,  1);
        background: rgba(0, 38, 110, 0.1);
        opacity: 1;
    }
    31% {
        opacity: 1;
    }
    32% {
        opacity: 0;
        background: none;
        left: 120%;
    }
    33% {
        opacity: 0;
        left: -125px;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes "anim_line" {
    0% {
        transition: all 550ms cubic-bezier(0.19,  1,  0.22,  1);
        width: 100px;
        opacity: 1;
        left: -125px;
    }
    30% {
        width: 50px;
        left: 120%;
        transition: all 1s cubic-bezier(0.19,  1,  0.22,  1);
        background: rgba(0, 38, 110, 0.1);
        opacity: 1;
    }
    31% {
        opacity: 1;
    }
    32% {
        opacity: 0;
        background: none;
        left: 120%;
    }
    33% {
        opacity: 0;
        left: -125px;
    }
    100% {
        opacity: 0;
    }
}
.header {
    padding-top: 28px;
    position: relative;
}

    .header:before, .header:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 200px;
        left: 0;
        background: linear-gradient(to top, #2d3e77, rgba(45,62,119,0));
    }
    .header:before {
        bottom: 0;
    }
    .header:after {
        height: 200px;
        bottom: -200px;
        -webkit-transform: scale(1,-1);
           -moz-transform: scale(1,-1);
            -ms-transform: scale(1,-1);
             -o-transform: scale(1,-1);
                transform: scale(1,-1);
    }

.jk_info {
    display: block;
    margin: 0;padding: 0;
    position: relative;
    z-index: 20;
    margin-top: -78px;
    max-width: 300px;
    margin-right: -10px;
}

    .jk_info > li {
        display: block;
        font-size: 18px;
        color: #FFF;
        line-height: 120%;
    }

        .jk_info > li span {
            color: #8b9acc;
        }

    .jk_info > li + li {
        margin-top: 19px;
    }


.ws_get {
    z-index: 100;
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 27px;
    z-index: 50;
    margin-top: 0;
}

.ws_text {
    font-size: 18px;
}

.head_logo {
    position: absolute;
    width: 106px;
    left: 28px;
    top: 23px;
}

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

.header h1 {
    display: block;
    margin: 0;
    font-size: 40px;
    line-height: 100%;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding-left: 28px;
    padding-right: 28px;
}

.head_title_dop {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    background: #ce1f3b;
    padding-left: 13px;
    height: 36px;
    line-height: 36px;
    left: 28px;
    bottom: 11px;
    padding-right: 13px;
    text-align: center;
    position: absolute;
    z-index: 20;
}

.info_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 28px;
    font-size: 22px;
    line-height: 120%;
    color: #FFF;
    font-weight: 300;
    position: relative;
    z-index: 20;
}

    .info_list span {
        font-weight: bold;
        color: #659BEB;
    }

    .info_list > li {
        display: block;
    }

    .info_list > li + li {
        margin-top: 10px;
    }

.politic {
    font-size: 15px;
    line-height: 120%;
    color: #FFF;
    margin-top: 130px;
}

    .politic a {
        color: #FFF;
    }


@media screen and (max-height: 540px) {
    .header {
        height: 240px;
    }
    .jk_info > li + li {
        margin-top: 10px;
    }
}

@media screen and (max-height: 470px) {
    .info_list {
        margin-top: 8px;
    }
}

@media screen and (min-width: 280px) {
    .header {
        height: 360px;
    }
    .header:before {
        height: 50%;
    }
    .head_title_dop {
        bottom: -55px;
    }
    .info_list {
        margin-top: 68px;
    }
    .header h1 {
        bottom: 0;
        z-index: 20;
    }
    .header h1 {
        font-size: 8vw;
    }
    .head_title_dop {
        font-size: 5vw;
        height: auto;
        line-height: 120%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .info_list {
        font-size: 7vw;
    }
}

@media screen and (max-width: 380px) {
    .politic {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .ws_text {
        font-size: 16px;
    }
    .info_list {
        margin-top: 55px;
    }
    .head_title_dop {
        bottom: -42px;
    }
    .info_list {
        font-size: 6vw;
    }
    .info_list > li + li {
        margin-top: 5px;
    }
} 

@media screen and (max-height: 640px) {
    .header {
        height: 280px;
    }
}

@media screen and (max-height: 580px) {
    .header {
        height: 230px;
    }
    .info_list {
        font-size: 6vw;
    }
    .info_list > li + li {
        margin-top: 5px;
    }
}