


@media screen and (min-width: 769px), print {
  .qa016 .modal-btn {
    pointer-events: initial !important;
  }
}

.qa016 .modal-btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px), print {
  .qa016 .modal-btn::after {
    content: initial;
  }
}
.qa016 .modal-btn::after {
    position: absolute;
    right: -17px;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-image: url("/customer/common/image/ico-open-modal.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.qa016 .modal-btn > img {
    width: 100%;
}
body.ua-modaal .modaal-content-container {
    padding: 0px;
}
.modaal-content-container > .img {
    width: 100%;
}
.modaal-content-container > .img > img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .modaal-inner-wrapper {
        padding: 80px 20px;
    }
}
.modaal-close {
    position: absolute;
    top: -56px;
    right: 0;
    width: 46px;
    height: 46px;
    border: 1px solid #fff !important;
}
body.ua-modaal .modaal-close::before, body.ua-modaal .modaal-close::after {
    top: 11px;
    left: 21px;
    width: 3px;
    height: 24px;
    background: #fff !important;
}
.modaal-close:hover {
    border: 1px solid #fff !important;
    background-color: transparent;
}
.modaal-close:hover::before, .modaal-close:hover::after {
    background-color: #fff;
}