

    /* cert-offer (start) */
    .cert-offer {
        position: relative;
        padding-right: 500px;
		min-height: 500px;
    }

    .cert-offer h2 {
        margin-top: 0;
        margin-bottom: 26px;
    }

    .cert-offer p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .cert-offer p + p,
    .cert-offer .cert-form + p {
        margin-top: 15px;
    }

    .cert-offer__discount-value {
        font-weight: 400;
        font-size: 17px;
    }

    .cert-offer__cert-form {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 420px;
    }

    @media (min-width: 920px) and (max-width: 1024px) {
        .cert-offer {
            padding-right: 377px;
        }

        .cert-offer__cert-form {
            max-width: 340px;
        }
    }

    @media (max-width: 919px) {
        .cert-offer {
            padding-right: 0
        }

        .cert-offer__cert-form {
            position: relative;
            top: unset;
            right: unset;

            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    /* cert-offer (end) */

    /* cert-form (start) */
    .cert-form {
        width: 100%;
    }

    .cert-form__img-cart {
        max-width: 420px;
        width: 100%;
        margin-bottom: 10px;
    }

    .cert-form__head {
        padding-left: 1px;
        margin-bottom: 13px;

        font-size: 14px;
        font-weight: 400;
    }

    .cert-form__nominals {
    }

    .cert-form__nominal {
        display: inline-block;

        border: 1px solid #4ebdc6;
        padding: 6px 14px;

        margin-right: 2px;
        margin-bottom: 9px;
		
        font-weight: 400;
        font-size: 14px;
        color: rgb(73 73 73);
    }

    .cert-form__nominal_active,
    .cert-form__nominal:hover {
        background-color: #4ebdc6;
        color: #fff;
        cursor: pointer;
    }

    .cert-form__custom-nominal {
        position: relative;
        display: none;

        height: 40px;
        overflow: hidden;

        margin-bottom: 10px;
    }

    .cert-form__custom-nominal_show {
        display: block;
    }

    .cert-form__custom-nominal-input,
    .cert-form__custom-nominal-input:focus,
    .cert-form__custom-nominal-input:active,
    .cert-form__custom-nominal-input:hover,
    .cert-form__custom-nominal-input:focus-within,
    .cert-form__custom-nominal-input:target,
    .cert-form__custom-nominal-input:focus-visible {
        border-top: none;
        border-right: none;
        border-bottom: 1px solid rgb(199 199 199);
        border-left: none;
    }

    .cert-form__custom-nominal-input_err,
    .cert-form__custom-nominal-input_err:focus,
    .cert-form__custom-nominal-input_err:active,
    .cert-form__custom-nominal-input_err:hover,
    .cert-form__custom-nominal-input_err:focus-within,
    .cert-form__custom-nominal-input_err:target,
    .cert-form__custom-nominal-input_err:focus-visible {
        border-bottom: 1px solid rgb(166 1 1);
    }

    .cert-form__custom-nominal-input:focus,
    .cert-form__custom-nominal-input:active,
    .cert-form__custom-nominal-input:hover,
    .cert-form__custom-nominal-input:focus-within,
    .cert-form__custom-nominal-input:target,
    .cert-form__custom-nominal-input:focus-visible {
        outline: none;
    }

    .cert-form__custom-nominal-input {
        position: absolute;
        top: 0;
        right: -50px;
        bottom: 0;
        left: 0;
    }

    .cert-form__btn-cart {
        margin-top: 10px;
        border: none;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
		max-width: none;
    }

    .cert-form__desc {
        font-size: 13px;
        margin-top: 11px;
    }

    .cert-form__msg {
        font-size: 13px;
        margin-top: 11px;
        display: none;
    }

    .cert-form__msg_show {
        display: block!important;
    }

    .cert-form__msg_err {
        color: rgb(166 1 1);
    }


    .bx-title.dbg_title {
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .cert-block,
    .cert-offer {
        font-size: 15px;
        line-height: 25px;
    }

    .img-fluid + .cert-block {
        margin-top: 31px
    }

    .cert-block + .cert-offer {
        margin-top: 42px
    }
	
    .kc-sale_block h2 {
        margin-left: 0!important;
        margin-bottom: 30px!important;
        margin-top: 0!important;
    }

    .kc-sale_block {
        margin-bottom: 0!important;
    }
	
	.cert-block p
	{
		margin-bottom: 1rem;
	}
	.cert-block ul
	{
		margin: 0 0 0 2rem;
	}

    .cert-offer p {
        text-align: justify;
    }

    .cert-offer__discount-value {
        font-size: 20px;
        text-decoration: underline;
    }

    @media (max-width: 1199px) {
        .workarea {
            padding-bottom: 50px!important;
        }

        .kc-sale_block h2,
        h1.bx-title.dbg_title {
            font-size: 28px!important;
        }
    }

    @media (max-width: 991px) {
        .workarea {
            padding-bottom: 19px!important;
        }

        .kc-sale_block h2,
        h1.bx-title.dbg_title,
        .cert-offer h2 {
            font-size: 22px!important;
            line-height: 28px;
        }

        .kc-sale_block .col-12:last-child > br {
            display:none;
        }

        .container, .container-sm, .container-md {
            max-width: unset!important;
            padding-left: 80px;
            padding-right: 80px;
        }

        .cert-block + .cert-offer {
            margin-top: 24px;
        }

        .cert-offer h2 {
            margin-bottom: 15px;
        }

        .kc-sale_block {
            margin-bottom: 0!important;
        }

        .cert-offer__discount-value {
            font-size: 19px;
        }
    }

    @media (max-width: 767px) {
        .container, .container-sm {
            max-width: unset!important;
        }

        .workarea {
            padding-bottom: 25px!important;
        }

        .kc-sale_block {
            margin-bottom: 0!important;
        }

        .kc-sale_block h2,
        h1.bx-title.dbg_title,
        .cert-offer h2 {
            font-size: 22px !important;
            line-height: 24px;
        }

        .kc-sale_block .col-12.col-md-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .kc-sale_block .col-12.col-md-6:nth-child(2) {
            padding-right: 5px;
        }

        .kc-sale_block .col-12.col-md-6:nth-child(3) {
            padding-left: 5px;
        }

        .kc-sale_block .col-12:last-child > br {
            display:none;
        }

        .container, .container-sm, .container-md {
            padding-left: 15px;
            padding-right: 15px;
        }

        .cert-offer h2 {
            margin-bottom: 15px;
        }

        .cert-offer__discount-value {
            font-size: 19px;
        }
    }

    @media (max-width: 450px) {
        .container, .container-sm {
            max-width: unset!important;
        }

        .workarea {
            padding-bottom: 13px!important;
        }

        .kc-sale_block h2,
        h1.bx-title.dbg_title,
        .cert-offer h2 {
            font-size: 19px !important;
            line-height: 24px;
            margin-bottom: 15px!important;
        }

        .kc-sale_block .col-12.col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .kc-sale_block .col-12.col-md-6:nth-child(2),
        .kc-sale_block .col-12.col-md-6:nth-child(3) {
            padding-left: 15px;
            padding-right: 15px;
        }

        .kc-sale_block .col-12.col-md-6:nth-child(2) {
            margin-bottom: 25px;
        }

        .kc-sale_block .col-12:last-child > br {
            display:none;
        }

        .kc-sale_block {
            margin-bottom: 0!important;
        }

        .cert-offer__discount-value {
            font-size: 18px;
        }
    }