.unsupported-devices-wrapper.visible {
    display: flex;
}
.unsupported-devices-wrapper {
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: none;
    position: fixed;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(54, 54, 54, .5);
    z-index: 9999
}

.unsupported-devices-wrapper .unsupported-devices {
    top: 0;
    display: -webkit-box;
    display: flex;
    z-index: 9999;
    opacity: 1;
    margin-bottom: 20px
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper {
    width: 280px;
    height: 322px;
    border-radius: 6px;
    background-color: #fff
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__close-wrapper{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    text-align: right;
    margin: 15px
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__close-wrapper .unsupported-device--close-ico{
    text-align: right
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__image-wrapper{
    margin: 25px 0 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__text-wrapper {
    margin: 0 20px
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__text-wrapper .unsupported-device--text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0;
    text-align: center;
    color: #000
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__button-wrapper{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__button-wrapper .unsupported-device--button{
    width: 88px;
    height: 40px;
    border-radius: 6px;
    background-color: #009fdb;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0;
    cursor: pointer;
    color: #fff;
    -moz-user-select: none;
    -webkit-user-select: none
}

.unsupported-devices-wrapper .unsupported-devices .unsupported-device__wrapper .unsupported-device__button-wrapper .unsupported-device--button-link{
    cursor: pointer;
    width: 88px;
    height: 40px;
    border-radius: 6px;
    background-color: #009fdb;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none
}