@keyframes pump {
    0% { transform: translateY(0); }
    25% { transform: translateY(-5px); }
    75% { transform: translateY(5px); }
    100% { transform: translateY(0); }
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    color:#fff;
    font:16px Arial,sans-serif;
    margin:0;
    text-align:center;
    user-select:none;
}

.isHide{
    display:none!important;
}
.isShow{
    display:block!important;
}

.bg{
    background-color:#000;
}
.bg,.msg{
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
}
.msg__t{
    font-size: 46px;
    font-weight: bold;
    margin-top: 10%;
    margin: auto;

}
.msg__t2{
        font-size:24px;
        margin-top:0;
    }
	.border{border-bottom: 4px solid red;    width: 325px;
    margin: auto;}
.msg__btn{
    background:#fff;
    border:none;
    border-radius:3px;
    bottom:10%;
    color:#000;
    font:inherit;
    font-size:32px;
    height:62px;
    left:0;
    margin:auto;
    outline:none;
    padding:0 28px;
    position:absolute;
    right:0;
    width:220px;
}

.msgReady{
    background-color:rgba(0,0,0,.75);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
}
.msgReady__tx{
    font-size:32px;
    margin-top:10%;
}
@media (min-width:425px){
    .msg{
        height:auto;
        top:50%;
        transform:translateY(-50%);
    }
    .msg__t{
        font-size:64px;
        margin-top:0;
	font-weight: bold;
	    padding-top: 0px;
    }
	.msg__t2{
        font-size:48px;
        margin-top:0;
    }
    .msg__btn{
        margin-top:10px;
        position:static;
    }
    .msgReady__tx{
        font-size:52px;
    }
	.border{border-bottom: 4px solid red;    width: 425px;
    margin: auto;}
}


.layout__arrow {
    display: block;
    background: url('/images/download/arrow.png') no-repeat 0 0;
    height: 135px;
    width: 114px;
    margin: 0 auto 50px;
    animation: pump .75s ease-out 0s infinite;
}

.layout__text {
    display: block;
    font-family: sans-serif;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 165px;
    left: 165px;
    max-width: 350px;
    transform: translateX(-50%);
}

.Chrome {
    top: 145px;
    left: 263px;
}

.Firefox {
    top: 140px;
    left: 365px;
}

.Opera {
    top: 125px;
    left: 280px;
}

.Yandex {
    top: 190px;
    left: auto;
    right: 230px;
    transform: translateX(50%);
}

.Edge {
    top: auto;
    bottom: 80px;
    left: 50%;
    margin-left: 246px;
    transform: scale(1, -1) translateX(-50%);
}
.Edge span {
    transform: scale(1, -1);
    display: block;
}

@media(max-width: 1000px)
{
    .Edge {
        transform: scale(1, -1);
        margin-left: 0;
        left: auto;
        right: 200px;
    }
}

html[lang="ru"] .Chrome,
html[lang="es"] .Chrome,
html[lang="fr"] .Chrome,
html[lang="de"] .Chrome {
    left: 246px;
}

@media (max-width: 767px) {
    .layout__arrow {
        display: none;
    }
}
