.b-popup-form .iexmodal-inner {
    padding: 0;
}

.b-popup-form .form-group {
    margin-bottom: 0;
}

.iexmodal-inner-wrap::before, .iexmodal-inner-wrap::after {
    content: none;
}

.b-popup-form .modal {
    position: relative;
    display: block;
}

.b-popup-form .modal-body {
    padding: 0;
}

.b-popup-form .modal-content {
    border: none;
}

.b-pform {
    width: 100%;
}

.b-popup-form .modal-content .modal-body {
    padding: 32px;
}

.position-relative {
    position: relative;
}

.feedback-footer input[type=checkbox] + label:before,
.feedback-sidebar input[type=checkbox] + label:before {
    position: absolute;
    content: " ";
    left: 0;
    background-image: url(/local/templates/normatest/images/header/over-block/ckeckox.svg);
    z-index: 1;
    width: 26px;
    height: 26px;
    border: 2px solid #45876B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-position: center;
}

.feedback-footer input[type=checkbox] + label:before {
    background-color: #fff;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.feedback-fixed.feedback-sidebar .needs-validation {
    background-color: #45876b;
    background-image: url(/local/templates/normatest/images/bg-form-sidebar.png);
    background-repeat: no-repeat;
    padding: 1.5rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-content .modal-body .feedback-fixed.feedback-sidebar .btn-important {
    font-family: ReformaGrotesk, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 113.52%;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.feedback-fixed.feedback-sidebar .needs-validation input[type=checkbox] + label:before {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: none;
}

.feedback-fixed.feedback-sidebar .needs-validation input[type=checkbox]:checked + label:before {
    background-color: #fff;
    background-image: none;
    content: "✓";
    color: #45876b;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
}

.services.isElement .element_top_block .feedback-service-top {
    background-color: transparent;
    background-image: none;
    max-width: 360px;
}
