.footer .dropdown .language {
    border: none;
    background: none;
    outline: none;
    text-align: center;
    font-size: 12px;
    font-size: .6rem;
    color: #747e8b;
    margin: 20px 0;
    margin: 1rem 0;
    opacity: .8;
    padding-left: 3px
}

.footer .dropdown .language:hover {
    opacity: 1
}

.footer .dropdown .language .caret {
    border-top: 4px solid #747e8b;
    display: inline-block;
    margin-left: 5px
}

.footer .dropdown img {
    width: 16px;
    width: .8rem;
    height: 16px;
    height: .8rem;
    opacity: .8;
    filter: alpha(opacity=80)
}

.footer .dropdown:hover .language,
.footer .dropdown:hover img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.footer .dropdown.open>.dropdown-menu {
    top: -45px;
    left: 0;
    min-width: 0;
    width: 110%;
    border: none
}

.footer .dropdown.open>.dropdown-menu li {
    text-align: center;
    padding: 6px 0;
    padding: .3rem 0;
    font-size: 12px;
    font-size: .6rem;
    margin: 0;
    cursor: pointer
}

.footer .dropdown.open>.dropdown-menu li:hover {
    background: #f7f7f7
}

.footer .dropdown.open>.dropdown-menu span {
    display: inline-block;
    border-top: 6px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%
}

.footer {
    background: #fff;
    position: relative;
    z-index: 1000;
    padding-bottom: 20px;
    padding-bottom: 1rem
}

.footer .col-md-4,
.footer .col-xs-6 {
    padding: 0
}

.footer hr.hline {
    width: 100%;
    margin: 40px auto;
    margin: 2rem auto;
    border: none;
    height: 1px;
    background: #d1dce4
}

.footer a {
    color: #747e8b;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    font-size: .6rem;
    border: none;
    background: none;
    text-align: left;
    padding: 0;
    outline: none
}

.footer a.refresh span {
    font-size: 20px;
    font-size: 1rem;
    margin-left: 10px;
    margin-left: .5rem;
    position: relative;
    color: #000;
    top: 2px;
    top: .1rem
}

.footer a img {
    width: 40px;
    width: 2rem;
    height: 40px;
    height: 2rem;
    position: relative;
    top: -1px;
    top: -.05rem
}

.footer p {
    margin: 10px 0 0;
    margin: .5rem 0;
    line-height: 1.6;
    color: #747e8b;
    font-size: 12px;
    font-size: .6rem;
    white-space: nowrap
}

.footer p>span {
    opacity: .8
}

.footer p a {
    display: inline-block;
    margin: 0 4px;
    margin: 0 .2rem
}

.footer p a img {
    width: 24px;
    width: 1.2rem
}

.footer>.hidden-xs {
    height: 140px;
    height: 7rem
}

.footer>.hidden-xs a {
    opacity: .8;
    color: #747e8b
}

.footer>.hidden-xs a:hover {
    background: none !important;
    opacity: 1
}

.footer>.hidden-xs a:active,
.footer>.hidden-xs a:visited {
    background: none !important;
    border: none !important;
    outline: none !important
}

.footer .dropdown .language {
    margin: 0
}

.footer .dropdown.open>.dropdown-menu {
    left: 80px
}

.footer .lilist button {
    color: #747e8b
}

.footer .lilist .dropdown {
    float: right;
    border: none;
    padding: 0;
    border-radius: 1rem;
    height: 1.8rem;
    line-height: 1.6rem;
    padding-left: 1.5rem
}

.footer .lilist .dropdown>span {
    display: inline-block
}

.footer .lilist .dropdown img {
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: .7rem;
    height: .7rem
}

.footer .lilist .dropdown .language {
    color: #747e8b;
    font-size: .6rem;
    margin-top: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #747e8b;
    outline: none
}

.footer ul {
    padding-left: 0
}

.modal .modal-dialog {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 !important
}

.modal .modal-dialog .modal-content {
    padding-top: 20px;
    padding-top: 1rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 10px 30px 30px 40px;
    padding: .5rem 1.5rem 1.5rem 2rem
}

.modal .modal-dialog .modal-content .modal-header .close {
    color: #999;
    width: 60px;
    width: 3rem;
    height: 32px;
    height: 1.6rem;
    line-height: 0;
    margin-top: 4px;
    margin-top: .2rem;
    outline: none;
    border: none
}

.modal .modal-dialog .modal-content .modal-header .close img {
    height: 100%;
    width: auto;
    border: none
}

.ios_tip,
.tutorial {
    z-index: 99999999
}

.ios_tip .modal-dialog,
.tutorial .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, .3)
}

.ios_tip .modal-dialog .modal-content,
.tutorial .modal-dialog .modal-content {
    width: 60%;
    min-width: 350px;
    left: 50%;
    top: 50%;
    border: none;
    box-shadow: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ios_tip .modal-dialog .modal-content .modal-header,
.tutorial .modal-dialog .modal-content .modal-header {
    padding: 5px 15px;
    border: none
}

.ios_tip .modal-dialog .modal-content .modal-header .close,
.tutorial .modal-dialog .modal-content .modal-header .close {
    width: 2rem;
    height: 1.2rem;
    opacity: 1
}

.ios_tip .modal-dialog .modal-content .modal-body,
.tutorial .modal-dialog .modal-content .modal-body {
    padding-top: 0;
    text-align: center
}

.ios_tip .modal-dialog .modal-content .modal-body.ru h3,
.tutorial .modal-dialog .modal-content .modal-body.ru h3 {
    font-size: .7rem;
    line-height: 1rem
}

.ios_tip .modal-dialog .modal-content .modal-body h3,
.tutorial .modal-dialog .modal-content .modal-body h3 {
    text-align: left;
    font-size: .85rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-top: 0
}

.ios_tip .modal-dialog .modal-content .modal-body h3 .copycont,
.tutorial .modal-dialog .modal-content .modal-body h3 .copycont {
    color: #3371e4
}

.ios_tip .modal-dialog .modal-content .modal-body img,
.tutorial .modal-dialog .modal-content .modal-body img {
    width: 60%
}

.ios_tip .modal-dialog .modal-content .modal-body .letscont,
.tutorial .modal-dialog .modal-content .modal-body .letscont {
    color: #3371e4
}

.ios_tip .modal-dialog .modal-content .modal-footer,
.tutorial .modal-dialog .modal-content .modal-footer {
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ios_tip .modal-dialog .modal-content .modal-footer button,
.tutorial .modal-dialog .modal-content .modal-footer button {
    width: 80%;
    padding: .5rem 0;
    font-size: .75rem;
    color: #fff;
    background: linear-gradient(180deg, #4dabf7, #3371e4);
    border-radius: .5rem;
    outline: none;
    border: none
}

.tutorial .modal-dialog .modal-content .modal-body img {
    width: 75%
}

.tip {
    z-index: 999999999
}

.tip .modal-dialog .modal-content {
    width: 80%;
    min-width: 280px;
    max-width: 400px;
    text-align: center;
    padding-top: 0;
    font-size: .8rem;
    color: #fff;
    background: #333
}

.tip .modal-dialog .modal-content .modal-body p {
    margin: 0;
    word-break: break-all;
    color: #fff
}

@media screen and (min-width:1600px) {
    body,
    html {
        font-size: 22px
    }
    .headerbg .headershow {
        -webkit-transform: rotate(3deg) translate(-8.1rem, -2rem);
        transform: rotate(3deg) translate(-8.1rem, -2rem)
    }
}

@media screen and (max-width:991px) {
    .footer {
        padding: .8rem;
        padding-bottom: 0
    }
    .footer a {
        opacity: .8
    }
    .footer a:hover {
        opacity: 1
    }
    .footer p.contact {
        margin-top: 0
    }
    .footer p.contact a {
        display: inline-block;
        margin-right: .3rem
    }
    .footer hr.hline {
        margin: 1rem 0
    }
    .footer .footmenu {
        float: right;
        margin-right: 1rem
    }
}

@media screen and (max-width:767px) {
    .footer {
        margin-top: 0;
        overflow-x: hidden
    }
    .footer p {
        margin-top: 1rem;
        line-height: 0
    }
    .footer p a {
        margin: 0
    }
    .footer p a img {
        width: 1rem;
        margin-right: 4px
    }
}

@media screen and (max-width:359px) {
    .footer p.en {
        margin-left: -15px;
        text-align: left
    }
    .ios_tip .modal-dialog .modal-content,
    .tutorial .modal-dialog .modal-content {
        min-width: 300px
    }
}