.landing3__message__desc img {
    width: 8%;
    vertical-align: middle;
}

.landing3__finlink {
    text-decoration: none;
}

.landing3__over {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.landing3__right p {
    margin: 0;
}

.landing3__link {
    text-decoration: none;
    color: #1275ec;
    border: 0;
    outline: none;
}

.landing3__link:focus {
    outline: none;
}

.landing3__content {
    display: inline-block;
    vertical-align: top;
    position: fixed;
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 95%;
    max-width: 500px;
    height: auto;
    font-size: 13px;
    text-align: left;
    border-radius: 25px;
    background: #fff;
    white-space: normal;
    z-index: 3;
    color: #000;
    text-align: center;
    display: none;
    box-shadow: 0 0 7px 0px #747474;
}

.landing3__message_content {
    width: 100%;
}

.landing3__content .landing3__message {
    padding: 0 20px 0px 20px;
    line-height: 17px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.landing3__message .landing3__message img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.landing3__buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    line-height: 17px;
    padding: 0 20px;
    padding-top: 5px;
}

.landing3__buttons a {
    color: #24bd0f;
    font-weight: 600;
    font-size: 15px;
}

.landing3__content .landing3__action {
    border-top: 1px solid rgb(153, 153, 153);
    text-align: center;
    color: #1275ec;
    font-weight: 700;
    font-size: 18px;
    padding: 23px 0;
    display: block;
}

.landing3__content .landing3__content-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.landing3__wrap {
    position: relative;
    width: auto;
    height: 100%;
    min-height: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
}

.landing3__bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.landing3__fade {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: #000;
    opacity: 0.2;
    z-index: 2;
}

.landing3__helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.landing3__rtl .landing3__content {
    text-align: right;
}

.landing3__sep {
    margin: 0 20px;
    color: #888;
    font-size: 22px;
}

@media screen and (orientation: portrait) {
    .landing3__bg {
        width: auto;
        height: 100%;
    }
}

.landing3__header__content {
    align-items: center;
    padding: 14px 20px 5px 20px;
    color: rgb(109, 107, 107);
    box-sizing: border-box;
}

.landing3__left {
    display: flex;
    align-items: center;
    margin-right: 16px;
    position: relative;
}

.landing3__right {
    position: absolute;
    right: -27%;
    font-size: 13px;
}

.landing3__title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.landing3__name__abonem {
    font-size: 16px;
    font-weight: 800;
    color: #181617;
    margin: 0;
}

.landing3__message__desc {
    font-size: 15px;
    margin: 0;
    color: #686868;
}

.landing3__red-link {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.landing3__message {
    text-align: left;
}

.landing3__message__footer {
    color: rgb(109, 107, 107);
    font-size: 12px;
}

@media (max-width: 280px) {
    .landing3__buttons {
        padding: 0 17px;
    }

    .landing3__buttons a {
        font-size: 13px;
    }
}