
/* что везде >>> */

:root {
    --pw: 8px; /* 8px */
    --mw: -8px;
    --mt: -16px;
    --pt: 16px;
}

/* bootstrap */
.container {
    padding-right: 16px;
    padding-left: 16px;
}
/* SM */
.row {

    /* margin-right: -8px;
    margin-left: -8px; */
    margin-right: var(--mw);
    margin-left: var(--mw);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: var(--pw);
    padding-left: var(--pw);
}
.container-fluid {
    padding-right: var(--pw);
    padding-left: var(--pw);
}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: var(--default-color);
}
body.ovh {
    overflow: hidden;
    height: 100%;
}
p {
    margin: 0;
    padding: 0;
}
a {
    color: var(--default-color);
}
button:focus {
    outline: none;
}
button:focus-visible {
    outline: none;
}
.owl-nav button {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -80px;
    /* background: rgba(213, 224, 229, 0.5) !important; */
    border-radius: 5px;
    /* opacity: 0.5; */
}

.owl-nav .owl-prev {
    left: -26px;
    rotate: 180deg;
}
.owl-nav .owl-next {
    right: -25px;
}

input:focus-visible {
    outline: none;
}
input:focus {
    box-shadow: 0 0 4px 0 #b0b0b0;
}
input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #494949;
}
input:user-valid {
    /* outline-color: green; */
    /* box-shadow: 0 0 16px 0 green; */
}
input.required:user-invalid {
    /* outline-color: red; */
    outline-color: red;
}


/* popup_form >>> */
.modal-content {
    background: #FEFEFE;
    border-radius: 2px;
}
.loading, .ajax_response_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 998;
}
.ajax_response_wrap {
    opacity: 1;
    background: #FEFEFE;
    border-radius: 2px;
    
}
.ajax_message_wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 26px;
    padding: 0 10px;
}
.ajax_result.ajax_title {
    margin-bottom: 20px;
}
.modal-title {
    font-weight: 600;
    font-size: 20px;
}
.inp_label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 3px;
}
.inp_label .req {
    color: #e52b0e;
}
.form_input {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 20px;
    width: 100%;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    background: #fff;   
}
.inp_wrap .form_input {
    font-size: 15px;
}
.inp_wrap .form_input.input_error {
    outline-color: red;
}
.form_input::placeholder {
    font-weight: 400;
    font-size: 15px;
    /* line-height: 73%;
    text-align: center; */
    color: #707a84;
}
.fz_wrap label::before, .fz_wrap label::after {
    cursor: pointer;
    border: 1px solid #e7ecef;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    left: -1.9rem;
    top: 0;
    background: #e7ecef;
}
.fz_wrap input:checked ~ .custom-control-label::after {
    width: 22px;
    height: 22px;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: #29b384;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 71%;
    /* background-image: none !important; */
}


.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 4px 0 #b0b0b0;
}
label.fz_label {
    font-weight: 400;
    font-size: 12px;
    color: #707a84;
}
.custom-control-input {
    width: 0;
    height: 0;
}
.custom-control {
    padding-left: 1.9rem;
}
form .btn.btn-style {
    border-radius: 4px;
    padding: 15px 32px;
    width: 250px;
    height: 50px;
    background: #29b384;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 106%;
    color: #fff;

}
form .btn.btn-style:hover {
    box-shadow: 0 0 6px 0 #29b384;
}
form .btn.btn-style:focus {
    box-shadow: 0 0 6px 0 #29b384;
}

.modal-body, .ajax_response_wrap {
    padding: 1.5rem;
}
button.close_btn {
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    opacity: 1;
}
button.close_btn:hover {
    opacity: 1!important; 
}
button.close_btn img {
    transition: .2s ease-in-out;
}
button.close_btn:hover img {
    transform: rotate(180deg);
}
.btn-close-block {
    display: flex;
    justify-content: flex-end;
}

/* popup_form <<< */

/* popup_menu >>> */

.page__menu {
    overflow: hidden;
    overflow-y: auto;
    left: -100%;
    top: 0;
    height: 100%;
    width: 340px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 1500;
    position: fixed;
    background: #faf9f9;
    font-size: 16px;
}
.page__menu.opened {
    left: 0;
}

.js_overlay, .js_overlay_op {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    background-color: #000;
    z-index: 1007;
}

/* popup_menu <<< */


/* md */
@media (min-width: 768px) {
    :root {
        --pw: 16px;
        --mw: -16px;
    }
    
    
}

/* что везде <<< */


