.copy-print__wrapper-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.2);
}
.copy-print {
    position: absolute;
    width: 360px;
    height: 290px;
    background: #ffffff;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: 10% auto;
}
.copy-print__close-ic .fas.fa-times {
    font-size: 27px;
    color: #597EBF;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    text-align: right;
}
.copy-print__close-ic .fas.fa-times:hover  {
    color: #40557C;
}
.copy-print__close-ic .fas.fa-times:hover {
    color: #40557C;
}
.copy-print__image {
    display: block;
    margin: 0 auto 20px auto;
}
.copy-print__image-wr {
    width: 363px;
    height: 105px;
    background: rgba(89, 126, 191, 0.05);
    padding: 25px;
}
.copy-print__title {
    padding: 25px;
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #FF3131;
    font-weight: bold;
    margin-bottom: 20px;
}
.copy-print__text {
    padding: 20px 25px;
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.copy-print__buttons-wr {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 10px 0;
}
.copy-print__buttons-main {
    background: #597EBF;
    border-radius: 2px;
    height: 40px;
    padding: 12px 40px;
    font-weight: bold;
    margin: 0 auto;
    width: 250px;
    display: block;
    color: #FFFFFF;
}
.copy-print__buttons-main:hover {
    background: #40557C;
    color: #FFFFFF;
    text-decoration: none!important;
}
.copy-print__buttons-ref {
    font-size: 16px;
    line-height: 19px;
    color: #6B9CEB;
    display: block;
    padding-top: 10px;
    text-decoration: underline;
}
.copy-print__buttons-ref:hover {
    text-decoration: none;
}
@media screen and (max-width: 360px) {
    .copy-print {
        width: 100%;
        min-height: 330px;
    }
    .copy-print__image-wr {
        width: 100%;
    }
}
@media print {
    .no-print-text {
        display: block;
        width: 80%;
        height: 200px;
        margin: 50% auto 0 auto;
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        color: #ff0000;
        text-align: center;
    }

    body .main {
        display: none !important;
    }

    body header {
        display: none !important;
    }
}