body {font: 400 14px "Roboto", "Arial", sans-serif; line-height: 25px; color: #232323; margin: 0; padding; 0; color: #fff; background: #882051;}
.unavailable {width: 100%; min-height: 100vh; overflow: hidden; background: #882051; display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
.unav__top-section {width: 100%;}
.unav__header {padding: 3vh 0 7vh}
.unav__logo {display: block; margin: 0 auto;}
.unav__img {display: block; margin: 0 auto 2vh; height: 28.73vh; max-height: 283px;}
.unav__h1 {font-family: "Montserrat", "Roboto", "Arial", sans-serif; font-size: 3.4vh; font-weight: 800; line-height: 42px; text-align: center; margin: 0 auto 3vh; padding: 0; width: calc(100% - 30px);}
.unav__message {font-size: 16px; font-weight: 400; line-height: 25px; text-align: center; margin: 0 auto 3vh; width: calc(100% - 30px);}
.unav__message.unav__message--last {margin: 0 auto;}
.unav__btns {margin: 0 auto 3vh; display: flex; flex-direction: row; align-items: center; justify-content: center; width: 483px; height: 75px; background: #fff; border-radius: 20px;}
.unav__btns a {display: block; color: transparent; text-decoration: none; outline: none; background-repeat: no-repeat; background-position: 50%;}
.unav__btns a.unav__btns--rustore {width: 135px; height: 45px; background-image: url(../img/unav--rustore.png); background-size: 135px 45px;}
.unav__btns a.unav__btns--googleplay {width: 153px; margin: 0 15px; height: 45px; background-image: url(../img/unav--googleplay.png); background-size: 153px 45px;}
.unav__btns a.unav__btns--appstore {width: 135px; height: 45px; background-image: url(../img/unav--appstore.png); background-size: 135px 45px;}
.unav__tel {display: inline-block; color: #fff; text-decoration: none; font-weight: 700; margin-top: 2vh;}
.unav__bottom-section {width: 100%; padding: 2vh 0;}
.unav__bottom-section footer {text-align: center; font-family: "Montserrat", "Roboto", "Arial", sans-serif; font-size: 12px; font-weight: 500; line-height: 18.02px;}

@media (max-width: 992px) {
    .unavailable {min-height: auto;}
    .unav__img {max-height: 207px;}
    .unav__h1 {font-size: 23px; line-height: 32px; margin: 0 auto 15px; padding: 0; max-width: 500px;}
    .unav__h1 br {display: none;}
    .unav__message {font-size: 14px; line-height: 23px; margin: 0 auto 26px; max-width: 500px;}
    .unav__message br {display: none;}
    .unav__btns {margin: 0 auto 25px; flex-direction: column; align-items: center; justify-content: center; width: 202px; height: 221px;}
    
    .unav__btns a.unav__btns--rustore {width: 172px; height: 58px; background-size: 172px 58px;}
    .unav__btns a.unav__btns--googleplay {width: 172px; height: 51px; margin: 13px 0; background-size: 172px 51px;}
    .unav__btns a.unav__btns--appstore {width: 172px; height: 58px; background-size: 172px 58px;}
    .unav__tel {margin-top: 25px; font-size: 16px; line-height: 25px;}
    .unav__message.unav__message--last {margin: 0 auto 60px;}
}
