body{
    min-width: 1000px;
}
.mobile-version-block *{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.mobile-version-block{
    display: none;
    background: #fff5e8;
    padding: 40px 0 50px 0;
    font-family: tahoma, arial, sans-serif;
    width: 100%;
    border-top: 4px solid #ac48fb;
    box-shadow: inset 0 2px 0 #bababa;
}

.mobile-version-block h4{
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    font-size: 60px;
    text-align: center;
}

.mobile-version-block .mobile-buttons{
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.mobile-version-block .mobile-buttons li{
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}

.mobile-version-block .mobile-buttons li:first-child{
    margin-left: 0;
}

.mobile-version-block .mobile-buttons li a{
    display: inline-block;
    text-decoration: none;
    height: 95px;
    line-height: 95px;
    border-radius: 10px;
    width: 380px;
}

.mobile-version-block .yes{
    background: #ac48fb;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.mobile-version-block .no{
    font-size: 46px;
    font-weight: normal;
    font-family: arial;
    color: #797878;
    border: 1px solid #c3c3c3;
}

html.mobile .mobile-version-block/*,
html.tablet .mobile-version-block*/{
    display: block;
}