body {
    margin: 0;
    padding: 0;
    background: #dcebe7;
    overflow: hidden;
}

.bg_c1
{
    position: absolute;
    top: 0px;
    left: 0px;

}

.bg_c2
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.top_header_line
{
    border-radius: 14px;
    display: grid;
    margin: 20px 20px 0 20px;
    height: 68px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 3px 0 #fff;
    background: rgba(255, 255, 255, 0.2);
}
.top_header_logo
{
    position: absolute;
    top: 17px;
    left: 26px;
    background: url("/img/Frame 427319195.png");
    width: 178px;
    height: 34px;
}
.top_header_step_block
{
    position: absolute;
    top: 16px;
    right: 26px;
    width: 98px;
    height: 36px;
}
.top_header_step2_block
{
    position: absolute;
    top: 16px;
    right: 26px;
    width: 82px;
    height: 36px;
}
.top_header_step_block_b
{
    border-radius: 100px;
    padding: 9px 15px;
    width: 82px;
    height: 36px;
    box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    background: #27b972;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.66667;
    text-align: center;
    color: #fff;
}
.top_header_step_block svg
{
    position: absolute;
    top: 13px;
    right: 0px;
}
.top_header_step2_block svg
{
    position: absolute;
    top: 13px;
    right: 90px;
}
.login
{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 48px;
    width: 496px;
    height: 496px;
    background: #fff;
    margin: -248px 0 0 -248px ;
}
.login436
{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 48px;
    width: 496px;
    height: 436px;
    background: #fff;
    margin: -218px 0 0 -248px ;
}
.login416
{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 48px;
    width: 496px;
    height: 416px;
    background: #fff;
    margin: -208px 0 0 -248px ;
}
.login540
{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 48px;
    width: 496px;
    height: 540px;
    background: #fff;
    margin: -270px 0 0 -248px ;
}


.login h2
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.28571;
    text-align: center;
    color: #0e2f31;
}
.title-pay-update h2
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.28571;
    text-align: center;
    color: #0e2f31;
}

.title-pay-update p
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    text-align: center;
    color: #51676b;
}
.title-pay-update p span
{
    position: relative;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    text-align: center;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0e975e;
}
.title-pay-update span
{
    color: #0e975e;
    font-size: 20px;
}
.form
{
    position: relative;
    border: 1px solid rgba(81, 103, 107, 0.2);
    border-radius: 15px;
    padding: 18px 20px;
    width: 400px;
    height: 60px;
    background: #fff;
    margin-top: 42px;
    margin-bottom: 42px;
}
.form label
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #51676b;
    width: 320px;
    margin: 6px 0 0 36px;
}

.form_item_ico
{
    position: absolute;
    top: 20px;
    left: 20px;
    background: url("/img/item_ico.png");
    width: 16px;
    height: 17px;
}
.form_item_ico2
{
    position: absolute;
    top: 20px;
    left: 20px;
    background: url("/img/item_ico2.png");
    width: 16px;
    height: 17px;
}
.form_item_ico3
{
    position: absolute;
    top: 20px;
    left: 20px;
    background: url("/img/phone_ico.png");
    width: 16px;
    height: 17px;
}
.form_item_ico4
{
    position: absolute;
    top: 20px;
    left: 20px;
    background: url("/img/mail_ico.png");
    width: 16px;
    height: 17px;
}
.form_item_ico_eye
{
    position: absolute;
    top: 18px;
    right: 20px;
    background: url("/img/eye.png");
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.form_item_ico_eye_active
{
    position: absolute;
    top: 18px;
    right: 20px;
    background: url("/img/eye-slash.png");
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.form-group {
    --pad: .75rem;
    position: relative;
}
.form-control {
    padding: 0;
    background-color: var(--bg);
    border: none;
    color: inherit;
    width: 300px;
    outline: none;
    margin: 0 0 0 26px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #51676b;
}
label {
    position: absolute;
    left: var(--pad);
    top: var(--pad);
    background: var(--bg);
    padding-inline: .3em;
    transition: transform 200ms;
    pointer-events: none;
    transform-origin: left;
    translate: -.3em;
}
.form-control:focus
{
    box-shadow: none;
}
.form-control::placeholder {
    opacity: 0;
}
.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
    transform: translateY(calc(-50% - var(--pad))) scale(.8);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.45455;
    color: #c1d1ce;
}

.form-control:focus {
    border: 1px solid var(--accent);
}
.form:focus-within {
    border: 1px solid #27b972;
}

.form-error {
    border: 1px solid #fc7c3f !important;
}
.form-error:focus {
    border: 1px solid #fc7c3f;
}
.btn2
{
    border-radius: 15px;
    padding: 18px 20px;
    width: 400px;
    height: 60px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #0e2f31;
    margin-bottom: 6px;
    border: none;
}
.btn
{
    border-radius: 15px;
    padding: 18px 20px;
    width: 400px;
    height: 60px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 6px;
}
.btn:hover
{
    color: initial;
}
.btn:focus
{
    box-shadow: none;
}
.hover-w:hover
{
    color: #fff;
}
.btn-next
{
    background: #c1d1ce;
}

.btn-next-active
{
    background: #27b972;
}

.btn-cancel
{
    background: #dcebe7;
    color: #0e2f31;
}
.btn-go2main
{
    background: #FFFFFF;
    color: #0e2f31;
}
.m-42
{
    margin-top: 42px;
}

.link_lost_pass
{
    position: relative;
    margin-top: -35px;
    margin-bottom: 42px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    text-decoration: none;
    text-decoration-skip-ink: none;
    text-align: center;
}
.link_lost_pass a
{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.57143;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #27b972;
}
.font-pass
{
    font-size: 26px;
    letter-spacing: 0.3em;
}
.form-control-error
{
    position: absolute;
    display: none;
    top: 238px;
    left: 48px;
    border-radius: 10px;
    padding: 8px 20px;
    width: 400px;
    height: 60px;
    background: #fef2ec;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #fc7c3f;
}
.form-control-error svg
{
    position: absolute;
    top: -5px;
    left: 20px;
}

.form-control-error2
{
    position: absolute;
    display: none;
    top: 238px;
    left: 48px;
    border-radius: 10px;
    padding: 8px 20px;
    width: 400px;
    height: 60px;
    background: #fef2ec;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #fc7c3f;
}
.form-control-error2 svg
{
    position: absolute;
    top: -5px;
    left: 20px;
}

.form_lost_pass_otp-error
{
    position: absolute;
    display: none;
    top: 273px;
    left: 48px;
    border-radius: 10px;
    padding: 8px 20px;
    width: 400px;
    height: 38px;
    background: #fef2ec;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.57143;
    color: #fc7c3f;
}
.form_lost_pass_otp-error svg
{
    position: absolute;
    top: -5px;
    left: 20px;
}
.form-control-check-error
{
    position: absolute;
    display: none;
    top: 239px;
    left: 48px;
    border-radius: 10px;
    padding: 8px 20px;
    width: 400px;
    height: 38px;
    background: #fef2ec;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.57143;
    color: #fc7c3f;
}
.form-control-check-error svg
{
    position: absolute;
    top: -5px;
    left: 20px;
}

.form-control-check-error2
{
    position: absolute;
    display: none;
    top: 305px;
    left: 48px;
    border-radius: 10px;
    padding: 8px 20px;
    width: 400px;
    height: 38px;
    background: #fef2ec;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.57143;
    color: #fc7c3f;
}
.form-control-check-error2 svg
{
    position: absolute;
    top: -5px;
    left: 20px;
}

.mb-65
{
    margin-bottom: 65px;
}
.mb-6
{
    margin-bottom: 6px;
}
.mb-75
{
    margin-bottom: 75px;
}
.mt-00
{
    margin-top: 0px;
}
.mt-50
{
    margin-top: 50px;
}
#login_error_block, #lostpass_error_block, #login_block_otp
{
    display: none;
}



.main_container {
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    margin: 20px;
}
.left_block
{
    margin-bottom: 20px;
    z-index: 5;
}
.left_block_logo
{
    border-radius: 14px;
    padding: 16px 20px;
    width: 220px;
    height: 66px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 3px 0 #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.left_block_text_test
{
    display: none;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    text-decoration: none;
}
a
{
    text-decoration: none;
}
.left_block_button
{
    border-radius: 14px;
    padding: 16px 20px;
    width: 220px;
    height: 54px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 0 3px 0 #fff;
    background: rgba(255, 255, 255, 0.4);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #0e2f31;
    cursor: pointer;
    margin-top: 40px;
}
.left_block_button svg
{
    vertical-align: sub;
}
.right_block
{
    border-radius: 14px;
    padding: 40px 40px 80px 40px;
    background: #fff;
    height: 95vh;
    margin-bottom: 20px;
    z-index: 5;
    overflow: hidden;
}
.right_block_exit
{
    position: relative;
    float: right;
    border-radius: 15px;
    padding: 16px 20px;
    width: 116px;
    height: 54px;
    background: #fc7c3f;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #fff;
    cursor: pointer;
}
.right_block_exit svg
{
    vertical-align: bottom;
}
.right_block_test
{
    position: relative;
    float: right;
    right: 30px;
    margin-top: 4px;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    text-decoration: none;
}
.right_block_test span
{
    font-size: 18px;
}
.right_block_title
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    color: #0e2f31;
    height: 54px;
    padding-top: 6px;
}
.right_block_title a
{
    text-decoration: none;
}
.right_block_title svg
{
    vertical-align: top;
}
.right_block_main_container_empty
{
    border: 1px solid #dcebe7;
    border-radius: 30px;
    padding: 60px 20px;
    width: 100%;
    min-height: 260px;
    margin-top: 24px;
}
.right_block_main_container_none_text
{
    display: grid;
    grid-template-columns:140px 1fr;
    grid-template-rows: repeat(1, 1fr);
    align-items: center;
    gap: 20px;

    width: 526px;
    height: 140px;
    margin: 0 auto;
}
.right_block_main_container_none_text_p
{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #0e2f31;
}
.right_block_buttons
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    margin-top: 24px;
}
.right_block_buttons a, .right_block_buttons_full a
{
    text-decoration: none;
}
.right_block_buttons_full {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    margin-top: 24px;
}
.right_block_button
{
    border-radius: 15px;
    padding: 12px 20px;
    background: #27b972;
    min-height: 46px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.right_block_descr_block
{
    border-radius: 10px;
    padding: 8px 20px;
    height: 34px;
    background: rgba(252, 124, 63, 0.1);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    color: #fc7c3f;
    margin-top: 24px;
    margin-bottom: 24px;
}
.right_block_descr_block a
{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0e975e;
}
.right_block_descr_block svg
{
    vertical-align: bottom;
    margin-right: 10px;
}
.right_block_main_container
{
    position: relative;
    border: 1px solid #dcebe7;
    border-radius: 12px;
    width: 100%;
    margin-top: 24px;
}
.right_block_main_container table
{
    width: 100%;
}
.right_block_main_container table thead
{
    position: sticky;
}
.right_block_main_container table tr td
{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #51676b;
    padding: 14px 12px;
    text-align: center;
    background: rgba(240, 243, 244, 0.5);
}
.right_block_main_container table tbody tr:nth-child(2n) td
{
    background: #FFFFFF;
}
.right_block_main_container table thead tr:first-child td
{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #0e2f31;
    text-align: center;
    width: 20%;
    height: 48px;
    background: #dcebe7;
}
.right_block_main_container table thead tr td:first-child
{
    width: 10%;
    border-radius: 12px 0 0 0;
}
.right_block_main_container table thead tr td:last-child
{
    width: 20%;
    border-radius: 0 12px 0 0;
}

/*
.right_block_main_container table tr:first-child td:first-child
{
    width: 10%;
    border-radius: 12px 0 0 0;
}
.right_block_main_container table tr:first-child td:last-child
{
    width: 15%;
    border-radius: 0 12px 0 0;
}
.right_block_main_container table tr:last-child td:first-child
{
    border-radius: 0 0 0 12px;
}
.right_block_main_container table tr:last-child td:last-child
{
    border-radius: 0 0 12px 0;
}
*/

.pp_prep
{
    border-radius: 100px;
    padding: 5px 12px;
    margin: 0 auto;
    width: 140px;
    height: 24px;
    box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    background: #dcebe7;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    color: #51676b;
}
.pp_prep_err
{
    border-radius: 100px;
    padding: 5px 5px;
    margin: 0 auto;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    color: #51676b;
    background: rgba(252, 124, 63, 0.1);
}
.right_block_main_container_buttons
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
}
.right_block_main_container_button
{
    position: relative;
    border-radius: 15px;
    width: 28px;
    height: 28px;
    background: #f0f3f4;
    cursor: pointer;
}
.right_block_main_container_button_none
{
    position: relative;
    border-radius: 15px;
    width: 28px;
    height: 28px;
}
.right_block_main_container_button:hover
{
    background: #27b972;
}
.right_block_main_container_button svg
{
    vertical-align: -webkit-baseline-middle;
}
.right_block_main_container_button:hover .b1,
.right_block_main_container_button:hover .b2,
.right_block_main_container_button:hover .b3,
.right_block_main_container_button:hover .b4,
.right_block_main_container_button:hover .b5,
.right_block_main_container_button:hover .b6
{
    stroke:white;
}
.right_block_main_container_button:hover .btn_tooltip
{
    display: block;
}
.right_block_main_container_button span
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #0e975e;
    text-decoration: none;
}
.right_block_main_container_button a:hover
{
    text-decoration: underline;
}
.bnbg
{
    background: none;
    padding: 8px 20px;
    width: 135px;
    height: 32px;
}
.bnbg:hover
{
    background: none;
}
.btn_tooltip
{
    display: none;
    position: absolute;
    top: -30px;
    left: -57px;
    border-radius: 8px;
    padding: 3px 0px 0 0;
    width: 142px;
    height: 24px;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn_tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.w100
{
    width: 100px;
    left: -37px;
}
.full_bg_modal
{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0f393b;
    opacity: 0.8;
    z-index: 10;
}
.full_bg_modal2
{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0f393b;
    opacity: 0.8;
    z-index: 10;
}
.modal_send_mail_block
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 48px;
    width: 496px;
    height: 430px;
    background: #fff;
    margin: -215px 0 0 -248px;
    z-index: 15;
}
.modal_send_error_block
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 48px;
    width: 496px;
    height: 310px;
    background: #fff;
    margin: -155px 0 0 -248px;
    z-index: 15;
}
.modal_send_mail_block h2
{
    text-align: center;
}
.modal_send_mail_block_close
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url("../img/1544641784.svg") no-repeat center center;
    width: 24px;
    height: 24px;
}

.modal_send_ok_block
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    padding: 60px 48px;
    width: 496px;
    height: 300px;
    background: #fff;
    margin: -150px 0 0 -248px;
    z-index: 15;
}
.modal_send_ok_block h2
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.28571;
    text-align: center;
    color: #0e2f31;
}
.pdf_v
{
    position: absolute;
    border: 0;
    background: none;
    top: 30px;
    left: 50%;
    width: 608px;
    height: 100vh;
    margin: 0 0 0 -304px;
    z-index: 15;
    display: none;

}
.pdf_v2
{
    position: relative;
    border: 0;
    width: 605px;
    height: 1730px;
    background: none !important;
    z-index: 5;
}
.pdf_dubl
{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1730px;
    background: none;
    z-index: 25;
}
.ncts_form
{
    position: relative;
    height: auto;
}
.right_block_main_container_form
{
    position: relative;
    width: 100%;
    height: calc(100vh - 218px);
    margin-top: 0px;
}
.right_block_main_container_form .ps__rail-y
{
    /*right: -20px;*/
}
.right_block_main_container_form table
{
    position: relative;
    width: 100%;
}
.right_block_main_container_form table tr:first-child td:first-child
{
    width: 250px;
    height: 54px;
    padding: 0 12px 0 0;
}
.right_block_main_container_form td
{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #0e2f31;
}
.add-form
{
    border: 1px solid rgba(81, 103, 107, 0.1);
    border-radius: 15px;
    padding: 16px 20px;
    margin-bottom: 4px;
    width: 100%;
    height: 54px;
    background: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
}
.add-form:focus-visible
{
    outline: none;
    border: 1px solid #27b972;
}
.add-form:disabled {
    background: rgba(193, 209, 206, 0.2);
    color: #c1d1ce;
}
.add-form:enabled  {
    color: #0f393b;
}
.ncts_form_30
{
    position: relative;
    display: inline-block;
    border: 2px solid #dcebe7;
    border-radius: 100px;
    padding: 12px 20px;
    width: 100px;
    height: 48px;
    margin-bottom: 8px;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #0e2f31;
    text-align: center;
}
.ncts_form_30:hover
{
    color: #FFFFFF;
    background: #27b972;
}
.ncts_form_30_a
{
    color: #FFFFFF;
    background: #27b972;
}
.ncts_form_days
{
    position: relative;
    border: 2px solid #dcebe7;
    display: inline-block;
    border-radius: 100px;
    padding: 10px 20px;
    width: 100px;
    height: 48px;
    background: #dcebe7;
    text-align: center;
    margin-bottom: 8px;
    margin-left: 8px;
    cursor: pointer;
}
.ncts_form_days svg
{
    vertical-align: bottom;
}
.ncts_form_days_a, .ncts_form_days_a svg path
{
    stroke:white;
    background: #27b972;
}
.ncts_form_days:hover, .ncts_form_days:hover svg path
{
    stroke:white;
    background: #27b972;
}
.form_line
{
    width: 100%;
    height: 1px;
    background: #F0F3F4;
    margin-top: 24px;
    margin-bottom: 24px;
}
.form_buttons
{
    position: relative;
    width: 300px;
    float: right;
}
.form_buttons_c
{
    display: inline-block;
    border-radius: 15px;
    padding: 16px 20px;
    width: 108px;
    height: 54px;
    background: #dcebe7;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #0e2f31;
    cursor: pointer;
}
.form_buttons_o
{
    display: inline-block;
    border-radius: 15px;
    padding: 16px 20px;
    width: 180px;
    height: 54px;
    background: #c1d1ce;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #fff;
    margin-left: 7px;
}
.button_a
{
    background: #27b972;
    cursor: pointer;
}


.ui-datepicker table tr:first-child td:first-child
{
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.ui-widget.ui-widget-content
{
    position: absolute;
    top: -163px;
    left: 83px;
    border-radius: 15px;
    padding: 10px;
    width: 600px !important;
    height: 364px;
    box-shadow: 0 8px 24px 0 rgba(83, 99, 114, 0.2), 0 0 1px 0 rgba(83, 99, 114, 0.3);
    background: #fff;
    border: none !important;
    z-index: 10;
}
.ui-datepicker-title
{
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: 0.01em;
    color: #0f393b;
}
.ui-widget-header
{
    background: #fff !important;
    border: none !important;
    font-weight: initial !important;
}
.ui-datepicker-group-first{

}
.ui-datepicker td span, .ui-datepicker td a
{
    display: block;
    text-align: center !important;
    text-decoration: none;
}
.ui-state-default
{
    border: none !important;
    background: none !important;
    border-radius: 15px;
    margin: 0px;
    width: 30px !important;
    height: 30px !important;
    padding: 6px 0 0 0 !important;
}
.ui-datepicker-today .ui-state-default
{
    background: #27b972 !important;
    color: #fff !important;
}
.ui-state-hover, .ui-state-active
{
    background: #27b972 !important;
    color: #fff !important;
}
.ui-datepicker-next
{
    background: url("/img/arrow-down.png") no-repeat !important;
    width: 16px !important;
    height: 16px !important;
}
.ui-datepicker-next-hover
{
    border: none !important;
    right: 2px !important;
    top: 2px !important;
}
.ui-datepicker-prev
{
    background: url("/img/arrow-down.png") no-repeat !important;
    transform: rotate(180deg);
    width: 16px !important;
    height: 16px !important;
}
.ui-datepicker-prev-hover
{
    border: none !important;
    right: 2px !important;
    top: 2px !important;
}
.ui-datepicker-today
{
    background: #fff !important;
    border-radius: 15px 0 0 15px !important;
}
.dp_hide
{
    display: none !important;
}
.ui-datepicker-close
{
    position: relative;
    border-radius: 15px !important;
    width: 96px !important;
    height: 40px !important;
    background: #27b972 !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 1.33333 !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
{
    float: right !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 1.33333 !important;
    color: #0e2f31 !important;
    width: 60px !important;
    height: 40px !important;
    background: #fff !important;
}
.specialDay
{
    background: #f0f3f4 !important;
}
.specialDay:first-child
{
    border-radius: 15px 0 0 15px;
}
.specialDay:last-child
{
    border-radius: 0 15px 15px 0;
}
.specialDay.ui-datepicker-current-day
{
    border-radius: 0 15px 15px 0;
}
.specialDay.ui-datepicker-today.ui-datepicker-current-day
{
    background: #FFFFFF !important;
}
.ui-datepicker-calendar tr
{
    border: solid 1px #FFFFFF;
}


.vs__dropdown-toggle
{
    position: relative;
}
.vs__actions
{
    position: absolute;
    top: 17px;
    right: 20px;
}
.vs--open .add-form
{
    border: 1px solid #27b972 !important;
}
.vs__open-indicator {
    display: inline-flex;
    transform-origin: center center;
    transition: transform 0.5s ease;
}
.vs__open-indicator path {
    transition: stroke 0.5s ease;
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg);
}
.vs--open .vs__open-indicator svg path {
    stroke: #0f393b;
}
.vs__dropdown-menu_border
{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.vs__dropdown-menu
{
    position: absolute;
    border-radius: 15px;
    padding: 16px 20px;
    height: 220px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
    overflow: hidden;
    outline-offset: -1px;
    outline: 1px solid rgba(0, 0, 0, 0.1);
}
.vs__dropdown-option
{
    list-style: none;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
    color: #51676b;
    cursor: pointer;
    margin-bottom: 20px;
}
.vs__dropdown-option:hover
{
    color: #0e2f31;
}
.vs__dropdown-option-last
{
    margin-bottom: 5px;
}

.vs__selected
{
    position: absolute;
    top: 16px;
    left: 20px;
    height: 22px;
    overflow: hidden;
}
.copyok
{
    background: #27b972;
    color: #fff;
}
.copyok::after
{
    border-color: #27b972 transparent transparent transparent;
}
.mky_selected
{
    background: url("/img/Mask_Group.png") top right no-repeat;
}
.wait_load
{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><linearGradient id="a12"><stop offset="0" stop-color="%2327B972" stop-opacity="0"></stop><stop offset="1" stop-color="%2327B972"></stop></linearGradient><circle fill="none" stroke="url(%23a12)" stroke-width="15" stroke-linecap="round" stroke-dasharray="0 44 0 44 0 44 0 44 0 360" cx="100" cy="100" r="70" transform-origin="center"><animateTransform type="rotate" attributeName="transform" calcMode="discrete" dur="1" values="360;324;288;252;216;180;144;108;72;36" repeatCount="indefinite"></animateTransform></circle></svg>');
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
    z-index: 10;
}
.wait_load_text
{
    position: absolute;
    width: 300px;
    bottom: -50px;
    left: -80px;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
}
.pdf_v_close_button
{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
    background: url("../img/1544641784.svg") no-repeat center center;
    z-index: 30;
    cursor: pointer;
}
#form_login
{
    letter-spacing: 5px;
}

@media screen and (max-width: 1675px) {
    .right_block_title {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 22px;
        line-height: 1.25;
        color: #0e2f31;
        height: 54px;
        padding-top: 13px;
    }
    .right_block_title svg {
        vertical-align: bottom;
        height: 28px;
    }
}
@media screen and (max-width: 1440px) {
    .right_block_test {
        position: relative;
        float: right;
        right: 30px;
        margin-top: 4px;
        text-align: center;
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 1.57143;
        text-decoration: none;
    }
    .right_block_descr_block
    {
        font-size: 11px;
    }

}

@media screen and (max-width: 1280px) {
    .right_block_descr_block
    {
        font-size: 10px;
    }
}



