body .modal.big {
    padding: 0;
    border: none;
    left: 10px !important;
    right: 10px !important;
    top: 10px !important;
    bottom: 10px !important;
    border-radius: 2px;
    opacity: .97 !important;
    overflow: hidden;
}

    body .modal.big .modal_content {
        width: 770px;
        margin: 20px;
    }

    body .modal.big iframe {
        width: 100%;
        height: 100%;
    }

    body .modal.big div.cancel,
    body #chatsModal div.cancel {
        top: 5px;
        right: 28px;
        font-size: 150%;
        width: 45px;
        height: 45px;
        overflow: hidden;
        position: fixed;
        padding: 0;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.6);
    }

@media screen and (max-width: 950px) {
    html body .modal.big div.cancel,
    html body #chatsModal div.cancel {
        right: 10px;
        top: 10px;
    }
}

body .modal.big div.cancel:hover:before, body .modal.big div.cancel:hover:after,
body #chatsModal div.cancel:hover:before, body #chatsModal div.cancel:hover:after {
    opacity: 1;
}

body .modal.big div.cancel:before, body .modal.big div.cancel:after,
body #chatsModal div.cancel:before, body #chatsModal div.cancel:after {
    content: '';
    position: absolute;
    width: 35px;
    top: 24px;
    background: var(--bg-color);
    left: 5px;
    opacity: .3;
}

body .modal.big div.cancel:before,
body #chatsModal div.cancel:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .modal.big div.cancel:after,
body #chatsModal div.cancel:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body .modal.big div.cancel.thick:before, body .modal.big div.cancel.thick:after,
body #chatsModal div.cancel.thick:before, body #chatsModal div.cancel.thick:after {
    height: 3px;
}

body #compareModal.modal.big div.cancel.close.thick {
    display: none;
}
