/* 1 */

.pl__content-block {
    display: inline-block;
    vertical-align: top;
    width: 95%;
    max-width: 363px;
    min-height: 100px;
    font-size: 13px;
    text-align: left;
    white-space: normal;
    z-index: 3;
    color: #000;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Roboto';
    box-shadow: 0 0 7px 1px #a1a1a1a6;
    align-items: center;
    border-radius: 5px;
    display: none;
}

.pl__content-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    z-index: -9;
}

.pl__desc {
    letter-spacing: 0.5;
    border-radius: 5px;
}

.pl__top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 16px 12px 0px 12px;
}

.pl__line {
    width: 100%;
    height: 1.5px;
    background: #5e5e5e;
}

.pl__message-icon {
    vertical-align: middle;
    width: 40px;
}

.pl__content .pl__content .pl__message p {
    line-height: 17px;
}

.pl__content .pl__message {
    line-height: 17px;
    margin: 6px 0 0px;
    position: relative;
}

.pl__content .pl__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
}

.pl__wrap {
    position: relative;
    width: auto;
    height: 100%;
    min-height: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto';
}

.pl__btn {
    margin-right: 40px;
    color: #ff3b30;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 40px 10px 0;
}

.pl__btn-second {
    color: #157efb;
    font-weight: 600;
    line-height: 18px;
}

.pl__btn-block {
    display: flex;
    position: relative;
    padding: 0px 0px 10px 18px;
}

.pl__bg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1
}

.pl__fade {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: #000;
    opacity: .2;
    z-index: 2
}

.pl__helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    font-size: 0;
    line-height: 0
}

.pl__rtl .pl__content {
    text-align: right
}

.pl__sep {
    margin: 0 20px;
    color: #888;
    font-size: 22px
}

.pl__header_img {
    width: 100%;
}

@media screen and (orientation:portrait) {
    .pl__bg {
        width: auto;
        height: 100%
    }
}

.pl__header__content {
    width: 22%;
}

.pl__left {
    display: flex;
    align-items: center;
}

.pl__right {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    font-size: 14px;
}

.pl__title {
    margin-left: 10px;
    font-size: 14px;
}

.pl__name__abonem {
    font-size: 16px;
    font-weight: 900;
    color: #000;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.pl__message__desc {
    font-size: 15px;
    margin: 6px 0px;
    color: #000;
}

.pl__message__grey {
    color: #000;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.pl__red-link {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.pl__message {
    text-align: left;
}

.pl__message__footer {
    color: rgb(109, 107, 107);
    font-size: 12px;
}

.pl__pic {
    float: left;
    margin: 25px 3px 0px 15px;
}

.pl__red:after {
    content: '';
    position: absolute;
    background: url(../img/number.png) center center / cover no-repeat;
    width: 25px;
    height: 25px;
    left: -7px;
    top: -7px;
}

.pl__red-right:after {
    right: -7px;
}

.pl__btn-close {
    position: absolute;
    top: 9px;
    right: 3px;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-align: center;
}

.pl__close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    padding: 3px;
}


/* 2 */

.pl__desc2 {
    position: fixed;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    max-width: 350px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px #5e5e5e;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    z-index: 3;
    display: none;
}

.pl__desc2 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.pl__desc-wrap2 {
    display: flex;
}

.pl__message2 {
    position: relative;
}

.pl__text2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    color: #000;
}

.pl__title2 {
    font-weight: 700;
    margin-bottom: 5;
    font-size: 18px;
}

.pl__buttons2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.pl__btn-close2 {
    color: #4d5462;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    width: 44%;
    text-align: center;
    padding: 10px 0px;
    font-weight: 600;
}

.pl__btn-link2 {
    width: 54%;
    text-align: center;
    color: #fff;
    background-color: #1967ff;
    margin-left: 15px;
    padding: 10px 0px;
    font-weight: 600;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}

@media (max-width: 420px) {
  .pl__desc2 {
    width: 82%;
  }
}