@media (max-width: 1199px) {
    .logo-wrapper {
        width: 120px;
        height: 120px;
        margin-right: 30px;
    }

    .header h1 {
        width: calc(100% - 150px);
    }

    .page-wrapper-white {
        min-height: 100vh;
    }

    .page-wrapper-white h2 {
        font-size: 30px;
    }

    .page-wrapper-white h3 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .howitwork-block {
        padding: 0;
    }

    .howitwork-wrapper {
        width: calc(33% - 18px);
    }

    .new-welcome-block {
        padding: 16px 80px 0;
    }

    .new-welcome-btn {
        font-size: 26px;
    }

    .main-menu a {
        font-size: 24px;
    }

    .copyright-wrapper h2 {
        font-size: 22px;
    }

    .term-logo-wrapper {
        left: 12px;
    }

    .term-logo {
        padding: 15px 62px 15px 96px;
    }

    .term-logo .header {
        font-size: 24px;
        line-height: 28px;
    }
    .mblock-text{
        padding: 20px;
    }
    .mblock-form {
        padding: 40px 20px;
    }

    .contact .email-text a {
        font-size: 15px;
    }

    .vip-alert h2{
        font-size: 37px;
    }
    .mblock-img-wrapper{
        min-height: 308px;
    }

    .output-list span{
        width: 155px;
        height: 155px;
    }

    .output-list-coupon span{
        width: 318px;
        height: 212px;
    }

    .coupon-card{
        width: 128px;
        height: 105px;
        margin: 8px;
    }
    .coupon-card__img-wrapper{
        width: 100px;
        height: 100px;
    }
    .coupon-card__title{
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .flex-center .people-wrapper {
        width: 60vmin;
    }

    .howitwork-wrapper .img-wrapper {
        height: 162px;
    }

    .new-welcome-block {
        padding: 16px 0 0;
    }

    .help-form, .vip-alert {
        width: 100%;
    }

    .vip-alert h2 {
        font-size: 36px;
    }

    .mblock-text {
        width: calc(58% - 1rem);
    }

    #member-registration-block .mblock-wrapper {
        width: calc(57% - 1rem);
    }
    #member-registration-block .mblock-wrapper:first-child {
        width: calc(43% - 1rem);
    }
    #member-registration-block>.mblock-wrapper>.mblock:last-child{
        padding: 25px 20px;
    }
    #member-registration-block .mblock-text{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mblock-text h5{
        margin-bottom: 34px;
    }

    .mblock-text p, .help-form p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .mblock-text h2, .help-form h2 {

    }

    .mblock-text h4 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .mblock-text h2 {
        padding: 0;
        font-size: 25px;
    }

    .mblock-img-wrapper {
        min-height: 244px;
    }

    .mblock-form h2 {
        font-size: 32px;
    }

    br {
        display: none;
    }

    .mblocks-vendor .mblock-text {
        width: 38%;
        padding: 26px 16px;
    }

    .mblocks-vendor .mblock-text h2 .hands {
        width: calc(100% + 33px);
        height: 107px;
        left: -17px;
        bottom: -136px;
    }

    .mblocks-vendor .mblock-text .contact {
        display: block;
        align-items: center;
        margin-bottom: 10px;
        text-align: center;
    }

    .mblocks-vendor .mblock-text .contact .phone-text {
        display: block;
    }

    .terms-wrapper {
        display: block;
    }

    .login-menu a{
        margin-right: 2rem;
        border: none;
        padding: 0;
        background-color: transparent !important;
    }
    .login-menu a:last-child label, .login-menu a:hover label{
        color: #fff !important;
    }
    .login-menu a:hover{
        opacity: .5;
    }

    .output-list span{
        width: 153px;
        height: 153px;
    }

    .output-list-coupon span{
        width: 314px;
        height: 210px;
    }

    .img-modal img {
        max-width: calc(100% - 64px);
        max-height: calc(100% - 64px);
    }

    .coupons-about__list{
        padding: 8px;
    }
    .coupon-card{
        width: 92px;
        height: 80px;
        margin: 8px;
    }
    .coupon-card__img-wrapper{
        width: 68px;
        height: 68px;
    }
    .coupon-card__title{
        font-size: 12px;
        padding: 4px;
    }
}

@media (max-width: 767px) {
    .container-video{
        max-width: 100% !important;
        padding: 0 !important;
    }
    .logo-wrapper {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }

    .header h1 {
        width: calc(100% - 110px);
        font-size: 29px;
    }

    .howitwork-block {
        display: block;
    }

    .howitwork-wrapper {
        width: 100%;
        padding: 0 70px;
        margin-bottom: 24px;
    }

    .howitwork-wrapper .img-wrapper {
        height: 275px;
    }

    .new-welcome-wrapper {
        width: calc(50% - 25px);
    }

    .new-welcome-btn {
        font-size: 24px;
        line-height: 28px;
        padding: 6px 0;
    }

    footer {
        margin: 0;
    }

    .main-menu a {
        font-size: 18px;
    }

    .copyright-wrapper h2 {
        font-size: 16px;
    }

    .follow span {
        font-size: 20px;
    }

    .follow-wrapper {
        width: 36px;
        height: 36px;
    }

    .vip-alert h2 {
        font-size: 27px;
    }

    .mblocks-vendor .mblock-text, .mblocks-vendor .mblock-form {
        width: 100%;
    }

    .mblocks {
        padding: 5px 0 16px;
    }

    .mblock-text {
        width: 100%;
        padding: 16px 16px 4px;
        margin-bottom: 1rem;
    }

    .mblock-text h2 {
        margin-bottom: 12px;
        line-height: 25px;
    }

    .mblock-text h4 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    #member-registration-block .mblock-wrapper {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }

    #member-registration-block .mblock-form {
        width: calc(44% - 1rem);
        padding: 16px;
    }


    .mblock-form h2 {
        font-size: 26px;
        margin-bottom: 16px;
        line-height: 26px;
    }

    #member-registration-block > .mblock-wrapper > .mblock:first-child {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .mblock-img-wrapper {
        min-height: 340px;
    }

    #member-registration-block>.mblock-wrapper>.mblock-text:last-child{
        margin: 1rem 0;
    }

    .mblocks-vendor .mblock-text h2 {
        margin-bottom: 140px;
    }

    .mblocks-vendor .mblock-text h2 .hands {
        height: 94px;
        left: -17px;
        bottom: -114px;
    }

    .mblocks-vendor .mblock-text h5, .mblocks-vendor .mblock-text p {
        margin-bottom: 12px;
    }

    .mblocks-vendor .mblock-text .contact {
        display: flex;
    }

    .terms-wrapper {
        display: flex;
    }

    .terms-wrapper p {
        width: 60%;
    }

    .mblock-form input, .help-form input, .modal-content input, .form input, #vendor input, .form-control {
        font-size: 14px !important;
        height: 42px;
        line-height: 44px;
    }

    .help-form textarea, textarea {
        font-size: 14px;
        line-height: 22px;
    }

    .add-category span{
        font-size: 14px;
    }
    #form_categories_row p{
        font-size: 14px;
    }

    .output-list span{
        width: 216px;
        height: 216px;
    }

    .output-list-coupon span{
        width: 100%;
        height: 294px;
    }
    .img-modal img{
        max-width: 100%;
        max-height: 100%;
    }
    .img-modal-close{
        top: 2px;
        right: 2px;
        color: #fff;
        font-size: 38px;
        line-height: 18px;
        padding: 13px;
    }
    .coupons-about__img-wrapper{
        display: none;
    }
    .coupons-about__list{
        width: 100%;
        padding: 16px;
    }

    .coupon-card{
        width: 127px;
        height: 105px;
        margin: 8px 16px;
    }
    .coupon-card__img-wrapper{
        width: 100px;
        height: 100px;
    }
    .coupon-card__title{
        font-size: 16px;
        padding: 8px;
    }


}

@media (max-width: 575px) {
    .container {
        max-width: 320px;
        padding: 0 8px;
    }

    .row {
        margin: 0;
    }

    #login-block {
        right: 0;
        padding: 0 10px;
        width: 100%;
        text-align: center;
    }

    #login-block label, #login-block a {
        font-size: 12px;
        margin-right: 16px;
    }

    .flex-center .people-wrapper {
        width: 80vmin;
    }

    .people-wrapper div {
        font-size: 29px;
        line-height: 34px;
    }

    .logo-wrapper {
        width: 80px;
        height: 80px;
        margin-right: 4px;
    }

    .header h1 {
        width: calc(100% - 84px);
        font-size: 20px;
        letter-spacing: -.2px;
    }

    .page-wrapper-bg .header {
        padding: 0;
    }

    .page-wrapper-white h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .people-bg {
        background-size: 308px;
    }

    .page-wrapper-white h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .howitwork-wrapper {
        padding: 0;
    }

    .howitwork-wrapper .img-wrapper {
        height: 230px;
    }

    .howitwork-wrapper p {
        font-size: 14px;
        line-height: 18px;
    }

    .new-welcome-block {
        display: block
    }

    .new-welcome-wrapper {
        width: 100%;
        padding: 0 36px;
        margin-bottom: 26px;
    }

    .new-welcome-btn {
        padding: 0;
        height: 48px;
        font-size: 20px;
        line-height: 44px;
    }

    footer {
        margin: 0;
        padding: 8px 0;
    }

    .main-menu {
        margin: 0 0 20px;
        justify-content: center;
    }

    .main-menu a {
        font-size: 15px;
        margin: 0 8px;
        line-height: 26px;
    }

    .follow {
        margin-bottom: 20px;
    }

    .follow span {
        font-size: 17px;
    }

    .follow-wrapper {
        width: 30px;
        height: 30px;
        margin: 0 6px;
    }

    .copyright-wrapper h2 {
        font-size: 11px;
    }

    .modal.show .modal-dialog {
        margin: 0;
    }

    .modal-content, .form {
        border: 0;
        border-radius: 0;
        padding: 4rem 18px 18px;
        min-height: 100vh;
        width: 100%;
    }

    .modal-content h2, .form h2 {
        font-size: 22px;
        margin-bottom: 1.5rem;
    }

    .social-net-block a {
        padding-left: 80px;
    }

    #hiddenPassword {
        right: 30px;
    }

    .modal-content label {
        margin-bottom: 0;
    }

    .sign-block a {
        font-size: 16px;
    }

    .sign-block {
        width: 210px;
    }

    .term-logo {
        padding: 12px 37px 12px 95px;
        display: flex;
        align-items: center;
    }

    .term-logo .header {
        width: 180px;
        display: block;
        font-size: 21px;
        line-height: 22px;
    }

    .help-form {
        padding: 16px;
    }

    .mblock-text h2, .help-form h2 {
        font-size: 23px;
        line-height: 23px;
    }

    .mblock-text p, .help-form p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .vip-alert {
        height: 60px;
    }

    .vip-alert h2 {
        line-height: 28px !important;
    }

    .w320-ls {
        letter-spacing: -.2px;
    }

    #orderForm label, #toggle_categories, .order_form_available_days > p, .form-group label, .form-group legend {
        font-size: 17px !important;
    }

    #member-registration-block > .mblock-wrapper > .mblock:first-child, #member-registration-block .mblock-form {
        width: 100%;
    }

    #member-registration-block > .mblock-wrapper > .mblock:first-child {
        margin-top: 1rem;
    }

    #member-registration-block>.mblock-wrapper>.mblock:last-child{
        margin-bottom: 0;
    }

    .mblock-img-wrapper{
        min-height: 242px;
    }

    .terms-wrapper {
        display: block;
    }

    .terms-wrapper p {
        font-size: 14px;
        margin-bottom: 12px;
        width: 100%;
    }

    .mblock-form button{
        width: 100px;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .form-group, .offerForm > .d-flex > .form-group {
        width: 100%;
        margin-left: 0 !important;
    }

    .supercategory{
        font-size: 10px !important;
    }
    .amazonmenu ul{
        font-size: 9px !important;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
        font-size: 13px;
    }
    .showAdditionalInformation{
        font-size: 18px;
    }

    .output-list span{
        width: 118px;
        height: 118px;
    }

    .output-list-coupon span{
        width: 100%;
        height: 164px;
    }
    .coupons-about__list{
        padding: 8px;
    }
    .coupon-card{
        width: 84px;
        height: 80px;
        margin: 4px;
    }
    .coupon-card__img-wrapper{
        width: 68px;
        height: 68px;
    }
    .coupon-card__title{
        font-size: 12px;
        padding: 4px;
    }
}