/*************** START PAGE **************/
/*****************************************/
.price-tabs {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border: none;
    align-items: center;
    font-size: 12px;
}
.price-tabs>li>a{
    padding: 4px 4px 4px 10px;
    border-color: transparent !important;
    border-bottom: 2px solid #5BB449 !important;
    display: flex;
    align-items: center;
    line-height:1.2;
    color: #212121;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 15px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 0 !important;
    margin-bottom: 3px;
}
.price-tabs>li>svg{
    margin-right: 2px;
}
.price-tabs>li>a:hover{
    border-color: transparent !important;
    font-size: 12px !important;;
    border-bottom: 2px solid #5BB449 !important;
    color: #5BB449 !important;
    background-color: #fff;
}
.price-tabs>li>a:focus{
    border-color: transparent !important;
    font-size: 12px !important;
    border-bottom: 2px solid #5BB449 !important;
    color: #212121 !important;
    background-color: #fff;
}
.price-tabs > li.active > a{
    color: #212121 !important;
    border-color: transparent !important;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.price-tabs > li.active > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #5BB449;
    border-radius: 50%;
}
.button-danger {
    background: #d9534f none repeat scroll 0 0;
    color: white;
}
.button-cancel {
    color: #5BB449;
    border: 1px solid #5BB449;
    background: #FFF;
 }
.btn{
    border-radius: 4px;
}
.btn:hover,
.button-danger:hover{
    color: black;
}
.btn:focus,
.button-danger:focus {
    color: white;
}
.dr_orange_panel{
    border: 1px solid #F87125;
    border-radius: 8px;
    padding: 20px 30px 20px 30px;
}
.dr_orange_text{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #F87125;
}
.dr_orange_text svg{
    margin-right: 5px;
    margin-top:2px;
    min-height: 16px;
    min-width: 16px;
}
.dr_row{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.dr_padding_3{
    padding-top: 5px;
}
.slider_link {
    font-weight: 500;
    font-size: 16px;
    color: #5bb449;
    text-decoration: underline;
}
.slider_link:hover,
.slider_link:active,
.slider_link:focus {
    color: #5bb449;
    text-decoration: none;
}

/*
.white-wrapper {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 15px 35px;
}

.page-big-img-block {
    border-radius: 3px;
    overflow: hidden;
}

.page-big-img-block .slide-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 370px;
}

.price_banner.position-pc {
    max-width: 693px;
    margin: 0 auto;
    text-align: center;
}

.price_banner {
    display: flex;
    flex-direction: column;
    padding: 25px;
    width: fit-content;
    height: 100%;
}
*/
.price_title {
    color: #212121;
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 5px 30px;
    width: 50%;
}
.price_text{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 30px;
    width: 50%;
}
.price_title_along {
    margin: 15px 30px !important;
}

.color-tw,
.color-tw h1{
    color: #fff !important;
}

.lostpass-block-3 {
    margin-top: 40px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 5px;
}

.lostpass-block-50 {
    flex-basis: 50%;
    margin: 20px;
}

.lostpass-block-title2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 5px;
}

.lostpass-whitepanel {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px
}

.lostpass-block-2 {
    margin-top: 10px;
    background-color: #f0f0f0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5px
}

.lostpass-block-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 30px
}


.lostpass-label {
    color: #5bb449
}

.lostpass-text {
    font-size: 13px;
    font-weight: 500
}

.lostpass-form-column {
    display: flex;
    flex-direction: column
}

.lostpass-form-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.lostpass-inp {
    border-radius: 4px;
    border: 1px solid #AEAEAE;
    background: #FFF;
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

.DSER {
    width: 65px;
}
.DNOM {
    width: 150px
}
.DDATE{
    width: 224px;
}

.lostpass-inp.DNOMIDCARD,.lostpass-inp.LOSTDATE,.lostpass-inp.LOSTREASON,.lostpass-inp.PmName {
    width: 390px
}

.lostpass-inp:focus {

}

.lp-title-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.lp-title-field{
    color: #212121;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 10px;
    text-align: center;
}
.lp-field-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.lp-field-column {
    /*display: flex;
    flex-direction: column;
    width: 100%
    align-items: center;*/
    position: relative;
}

.lp-error-label {
    font-size: 13px;
    font-weight: 400;
    color: #e02a2a;
    position: absolute;
    bottom: -18px;
}

.lostpass-warn-title {
    font-size: 30px;
    font-weight: 500;
    color: #e02a2a;
    text-align: center
}

.lostpass-warn-title2 {
    font-size: 20px;
    font-weight: 500;
    color: #212121
}

.lostpass-warn-title3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #49903a
}

.lostpass-warn-text {
}

.lostpass-button {
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto
}

.service-block-2 {
    padding: 0 !important;
}

.service-block-2 .sv-block-title {
    color: #757575;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 51px;
}

.service-block-3 .sv-block-title {
    color: #757575;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 51px;
}

.ub2-blocks .ub2-blocks-item .ub2-blocks-text {
    font-size: 16px;
    line-height: 1.5;
}

.ub2-blocks .ub2-blocks-item {
    /*color: #212121;
    margin-top: 30px;*/
}

.ub2-blocks .ub2-blocks-item .ub2-img {
    text-align: center;
}

.ub2-blocks .ub2-blocks-item .ub2-blocks-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.ub3-blocks {
    padding: 0 45px;
}

.ub3-blocks .panel {
    border: none;
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: unset;
    box-shadow: unset
}

.ub3-question {
    border-bottom: dotted 2px #5bb449;
    color: #5bb449;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    display: inline;
    text-decoration: none
}

.ub3-question:focus,.ub3-question:active,.ub3-question:hover {
    color: #5bb449;
    text-decoration: none;
    border-bottom: dotted 2px transparent
}

.ub3-answer {
    color: #212121;
    font-size: 16px;
    line-height: 1.5;
    border-left: solid 2px #e0e0e0;
    padding-left: 15px;
    margin-top: 20px
}

.spoiler-body {
    display: none
}

.ub3-answer ul {
    list-style: none;
    padding-left: 16px
}

.ub3-answer ul li {
    margin-bottom: 10px;
    position: relative
}

.ub3-answer ul li:before {
    background: #212121;
    border-radius: 50%;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: -10px
}

.service-block-3 {
    padding-bottom: 60px;
}

.qr-doc-label {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.price_banner.position-pr {
    margin-left: auto;
}

.grey-block {
    background-color: #f0f0f0;
    background-position: 100% 0;
    background-repeat: no-repeat;
    border-radius: 8px;
    color: #212121;
    padding: 40px;
    margin: 82px 5px 0;
}

.grey-block .ub2-grey-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    max-width: 600px;
    margin-bottom: 8px;
}

.grey-block .ub2-grey-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 600px;
}

.s-readmore {
    color: #5bb449;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.08px;
    text-decoration: underline;
}

.price_banner .price_title {
    margin: 15px 0;
}

.table-cell-style {
    display: table-cell;
    vertical-align: middle;
}

.block-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 5px 25px;
    width: 50%;
}
.block-list-SKN{
    height: 200px;
    width: 265px;
    margin: 0;
}
.block-list-SKN .list-text,
.block-list-ALB .list-text,
.block-list-BLC .list-text{
    padding-left: 10px
}


.block-list>.table-style {
    margin: 10px 0 0 0;
}
.block-list-SKN>.table-style,
.block-list-ALB>.table-style,
.block-list-BLC>.table-style{
    margin: 10px 0;
}
.table-style li{
    margin-left: 20px;
}


.block-list .list-text {
    line-height: 1.13;
    text-align: left;
    color: #212121;
    font-size: 13px;
    font-weight: 400;
}

.price_banner .price_spec {
    font-size: 16px;
}

.price_spec {
    color: #5bb449;
    font-size: 13px;
    font-weight: bolder;
    white-space: nowrap;
}

.pr_archive_p {
    margin-top: 5px;
}

.price_settings_link {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: #5bb449;
}

.page-big-img-block .block-list .list-img {
    width: 36px;
    height: 36px;
    text-align: center;
    padding-right: 10px;
}

.page-big-img-block .slide-img.position-img-pr {
    background-position: 100% 50%;
}
.alert_row{
    display: flex;
    margin: 25px 0 25px 0;
}
.alert_icon{
    padding-right: 10px;
}
.alert_text{
    font-weight: 600;
}
.wp_white_block{
    background-color: white;
    padding: 0 15px 0 15px;
}
.wp_banner{
    /*min-height:390px;*/
}
.wp_banner_background_square{
    background-color: #E8F8E5;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height:272px;
    width:100%;
}
.wp_banner_background_square_SKN{
    height:290px;
}
.wp_padding{
    margin-top: 110px;
}
.wp_position_img_pr{
    background-position: left;
    background-repeat: no-repeat;
    height: 371px;
}
.wp_position_img_pl{
    background-position: right;
    background-repeat: no-repeat;
    height: 371px;
}

.wp_banner_price{
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.color-tb {
    color: #212121;
}
.color-tw {
    color: #fff;
}
.wp_banner_price.position-pl{
    margin-right: auto;

}
.wp_banner_price.position-pr{
    margin-left: auto;
}

.wp_price {
    min-height: 45px;
    min-width: 300px;
    max-width: 500px;
    margin-bottom: 10px;
}
.wp_lostpass_carusel .item{
    margin: 0 25px 15px 25px;
}
.wp_price_block{
    padding-top: 20px;
    padding-left: 40px;
    width: 50%;
    padding-bottom: 50px;
}
.wp_price_block_FAM,
.wp_price_block_MOB,
.wp_price_block_MON{
    padding-bottom: 50px;
}
.wp_price_block_RLP{
    padding-left:20px;
    padding-bottom: 80px;
    width:100%;
}
.wp_price_buttons{
    display: flex;
    flex-direction: row;
    gap:20px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}
.wp_price_buttons_RLP{
    margin-left:25px;
}
.wp_price_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    line-height: 1.2;
}
.wp_bt_row{
    display: flex;
    flex-direction: row;
    gap:18px;
    margin-top: 20px;
}
.wp_button_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:5px;
}
.qr-doc-title{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 0;
}
.wp_qr_result_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.wp_qr_result_title{
    color: #49903A;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.wp_qr_result_error{
    color: #F87125;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.wp_qr_result_text{
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}
.wp_price_amount_text{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
}
.wp_price_tarifname{
    font-weight: 500;
    font-size: 16px;
    color: #5BB449;
    margin-left: 10px;
}
.wp_price_amount{
    color: #212121;
    font-size: 21px;
    font-weight: 700;
}
.wp_price_currency{
    font-size: 13px;
    margin-top:5px;
}
.wp_price_remark{
    font-size: 12px;
    margin-top: 2px;
}
.wp_price_text_row{
    display: flex;
    align-items: center;
    gap:5px;
    margin-bottom: 5px;
}
.wp_price_text{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.wp_price_discont{
    display: flex;
    align-items: center;
    color: #B1B1B1 !important;
}
.wp_price_discont .wp_price_amount{
    text-decoration: line-through;
    color: #B1B1B1 !important;
}
.wp_price_discont_block{
    color: #49903A;
    font-size: 12px;
    font-weight: 600;
    line-height:1.3;
}
.wp_price_state_row{
    display: flex;
    align-items: center;
    margin-bottom:15px;
    gap: 5px;
}
.wp_price_state_title{
    color: #212121;
    font-size: 13px;
    font-weight: 400;
}
.wp_price_state{
    color: #212121;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2px;
}
.wp_price_state svg{

}
.wp_price_date{
    color: #212121;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.wp_price .wp_loader_text{
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    margin-bottom:5px;
}
.wp_price_loader{
    height: 6px;
    border-radius: 11px;
    width: 70%;
    background-color: white;
    overflow: hidden;
    position: relative;
}
.wp_loader {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #5BB449 0%, #FFF 100%);
    background-size: 300% 100%;
    animation: wp_loading 3s infinite;
}

@keyframes wp_loading {
    0% { background-position: 0% 0%;}
    100% {background-position: -300% 0%;}
}

.wp_price_block_tabs{
    margin: 0;
}
.wp_tab_content{
    margin-top: 15px;
}

.wp_price_daysleft{
    display: flex;
    margin-left: 12px;
    align-items: center;
    color: #212121;
    font-size: 13px;
    font-weight: 600;
}

.wp_form_block{
    margin-top: 10px;
    /*width: 350px;*/
}
.wp_form_block .input-group > input{
    height: 36px;
}
.wp_form_block .input-group .input-group-btn > button{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
}

@media (min-width: 1200px) {
    .ub2-blocks .ub2-blocks-item {
        padding-left: 45px;
        padding-right: 55px;
    }

    .ub2-blocks .ub2-blocks-item .ub2-content {
        padding-left: 30px;
    }

    .ub2-blocks .ub2-blocks-item:nth-child(2n) {
        padding-left: 55px;
        padding-right: 45px;
    }

    .ub2-blocks .ub2-blocks-item:nth-child(2n) .ub2-content {
        padding-left: 15px;
        padding-right: 30px;
    }
}
@media (max-width: 1024px) {
    .sv-block-title {
        font-size: 26px;
    }
}
@media (max-width: 992px) {
    .ub2-blocks .ub2-blocks-item {
        margin-top: 0;
    }
    .wp_padding{
        margin-top: 0;
    }
    .wp_price_block{
        padding-left: 10px;
        width: 100%;
    }
    .wp_price_block .input-group{
        width: 250px;
    }
    .btn-group-justified, .input-group {
        display: flex;
    }
    .wp_position_img_pl{
        background-image: none !important;
    }
    .wp_position_img_pr{
        background-image: none !important;
    }
    .price_title,
    .price_text{
        width: 100%;
        margin: 15px 0 5px 0;
    }
    .table-style li{
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .ub2-blocks .ub2-blocks-item {
        margin-top: 0;
    }

    .ub2-blocks .ub2-blocks-item .ub2-img {
        text-align: left;
    }

    .ub2-blocks .ub2-blocks-item .ub2-blocks-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.17;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

    .ub2-blocks .ub2-blocks-item:nth-child(2n) .ub2-img {
        float: right;
    }

    .ub2-blocks .ub2-blocks-item .ub2-blocks-title {
        text-align: left;
    }

    .col-md-9 {
        width: 75%;
    }
}
@media (max-width: 900px) {
    .lostpass-block-3 {
        flex-direction: column;
    }
    #dtype_tabs li {
        float: none !important;
    }
}
@media (max-width: 750px) {
}
@media (max-width: 650px) {
    .wp_banner_background_square{
        height: auto;
    }
    .wp_position_img_pr{
        height: auto;
    }
    .wp_position_img_pl{
        height: auto;
    }
    .wp_padding{
        margin-top: 0;
    }
    .block-list {
        flex-wrap: nowrap;
        height: auto;
        width: 100%;
        margin: 0 0 5px 20px;
        font-size: 14px;
    }
    .block-list-SKN,
    .block-list-ALB,
    .block-list-BLC{
        margin: 0;
    }
}
@media (max-width: 585px) {
    .ub3-question {
        font-size: 20px;
    }
    .service-block-2 .sv-block-title {
        font-size: 25px;
    }
    .service-block-3 .sv-block-title {
        font-size: 25px;
    }
    .wp_qr_result_error{
        white-space: wrap;
    }
    .wp_qr_result_text{
        white-space: wrap;
    }
    .wp_qr_result_row{
        flex-wrap: wrap;
    }
    .pr_archive_p {
        margin-top: 20px;
    }
    .wp_price_buttons{
        flex-wrap:wrap;
    }
    .price_title{
        font-size: 26px
    }
    .price_text{
        font-size: 16px;
    }
    .wp_bt_row{
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .DNOM,
    .DDATE{
        width: 100%;
    }
    .lostpass-block-title2 {
        font-size: 14px;
    }
    .lostpass-inp {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }
    .wp_price_block{
        font-size: 14px;
        padding-left: 0;
        margin-left: 0;
    }
    .price_title{
        margin: 0 0 10px 0;
        font-size: 24px;
    }

    .wp_form_block {
        width: 100%;
    }
    .wp_form_block .input-group{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .wp_form_block .input-group > input{
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }
    .wp_form_block .input-group .input-group-btn > button{
        width: 100%;
        border-bottom-left-radius: 2px !important;
        border-top-left-radius: 2px !important;
    }
    .wp_form_block .input-group .input-group-btn{
        width: 100%;
    }
}

@media (max-width: 400px) {
    .wp_price {
        min-width: auto;
    }
    .wp_price_buttons {
        flex-direction: column;
    }
    .wp_price_buttons_RLP{
        margin-left:0;
    }
    .wp_price_block_RLP{
        padding-left:0;
    }
    .wp_price_buttons_RLP{
        margin: 0 25px 15px;
    }
    .price-tabs {
        flex-wrap: wrap;
    }
    .wp_lostpass_carusel .item{
        /*margin: 0 0 10px 0;*/
    }

}

