.subscribeBlockFixed{
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 40px;
    background-color: #fff;
    width: 346px;
    z-index: 999;
    -webkit-box-shadow: 0 4px 40px 0 rgba(20, 26, 178, 0.1);
    box-shadow: 0 4px 40px 0 rgba(20, 26, 178, 0.1);
    border-radius: 12px;
}
.subscribeBlockFixed:after{
    top: auto;
    bottom: 0;
}
.subscribeBlockFixed .control--checkbox{
    margin-top: 20px;
}
.subscribeBlockFixed .mfp-close{
    opacity: 0.6;
    right: 9px;
    top: 5px;
    background: none;
    color: #333;
}
.subscribeBlockFixed .mfp-close:hover{
    background: none;
    opacity: 1;
    color: #333;
}
.subscribeBlockFixed .h3{
    font-size: 20px;
}

@media screen and (min-width: 1200px){
    .subscribeBlockFixed{
        padding: 40px 20px 20px;
    }
}
@media screen and (max-width: 992px){
    .subscribeBlockFixed{
        top: auto;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 767px){
    .subscribeBlockFixed .btn.big{
        margin-top: 20px;
    }
    .compare-popup .card-body{
        padding-top: 0.25rem;
    }
    .product-row > [class^=col-]{
        width: 100%;
    }
}
@media screen and (min-width: 992px){
    .subscribeBlockFixed .btn.big{
        margin-top: 20px;
    }
}
