html {
    scroll-behavior: smooth;
}

.coupons-container.fixed-bg {
    position:relative;
    background: #4dabcf url('images/bg.jpg') no-repeat bottom;
    background-size: contain;
}

.coupon-wrapper.bg-phone {
    position:relative;
    background: url('images/bg-phone.png') repeat-y;
    background-size: contain;
}

.btn-more, .btn-openapp {
    cursor: pointer;
}

.coupon-details {
    display:none;
}

.qa .q {
    position: relative;
    cursor: pointer;
}

.qa .btm {
    position: relative;
    cursor: pointer;
}
.qa:nth-of-type(n+2) .btm::after {
    content: "";
    display: block;
    background-image: url('images/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -10px;
    width:100%;
    height:30px;
    z-index: 1;
}

.qa .btm.active::after {
    display: none;
}

.qa:nth-of-type(n+2) .a {
    display: none;
}
