.training-item {
    position: relative;
}

.training-item:hover .training-item__block {
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: rgba(39, 128, 227, 0.05);
}

.empty-article {
    margin-bottom: 80px;
    max-width: 100%;
    width: 100%;
}

@media(max-width: 991px) {
    .training-item:hover .training-item__block {
        border: none;
    }

    .empty-article {
        margin-bottom: 40px;
    }
}

.training-item:hover .training-item__block p {
    color: #2780e3;
}

.b-fx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin: 5px 0;
}

.b-fx a {
    color: #fff;
    font-size: 12px;
}

.b-fx a:hover {
    opacity: 0.7;
}

.b-bx-f li a {
    color: #4d4d4d;
}

.b-bx-f li a:hover {
    text-decoration: underline;
}

.feedback {display: none;}

.fancybox-content {border-radius: 15px !important;max-width: 620px!important;}

.f-checkbox-wrap {
    margin: 5px 0 12px 0 !important;
}

.f-title {
    margin-bottom: 7px;
}

/*.f-send {*/
/*    display: flex  !important;*/
/*    width: 100%  !important;*/
/*    align-items: center  !important;*/
/*    justify-content: center  !important;*/
/*    height: 32px  !important;*/
/*    cursor: pointer  !important;*/
/*    background: rgba(39, 128, 227, 1)  !important;*/
/*    border-radius: 5px  !important;*/
/*}*/

.fnew-box-wrap {
    /*border: 1px solid red;*/
}
.fnew-type-box {
    position: relative;
    margin-top: 15px;
}

.fx-180deg {transform: rotate(0deg) !important;}
.fx-color-a {fill: rgba(39, 128, 227, 1) !important;}

.fnew-type-box input[type="text"] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: rgba(39, 128, 227, 1);
    background: #f4f8fd;
    border-radius: 10px;
}

.fnew-type-box svg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-right: 8px;
    cursor: pointer;
    transform: rotate(180deg);
}

.fnew-type-box .fx-path {
    fill: rgba(77, 77, 77, 1);
}

.fnew-input-block {
    padding: 5px 24px;
    margin: 16px 0 10px 0;
    background: #f4f8fd;
    border: 1px solid rgba(39, 128, 227, 0.05);
    border-radius: 10px;
    transition: all 0.6s ease;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}
.fnew-input-block::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}
/*.fnew-input-block {*/
/*    overflow: -moz-scrollbars-none; !* Hides the scrollbar *!*/
/*}*/

.fnew-input-block input[type="checkbox"] {display: none}

.fnew_checkbox-wrap label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    color: rgba(77, 77, 77, 1);
}

.fnew_checkbox-wrap label:hover {
    transition: all 0.3s ease;
    color: rgba(39, 128, 227, 1);
}

.fnew_checkbox-wrap {
    padding: 12px 0;
    border-bottom: 1px solid rgba(39, 128, 227, 0.3);
}

.fnew_checkbox-wrap:last-child {
    border: none;
}

.smartfilter input#search-input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}
.smartfilter input#search-input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}
.smartfilter input#search-input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}
.smartfilter input#search-input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}
.smartfilter input#search-input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}
.smartfilter input#search-input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}
.smartfilter input#search-input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}
.smartfilter input#search-input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;font-size: 12px;  font-style: normal;  font-weight: 500;  line-height: normal; color: rgba(77, 77, 77, 0.8);}

.new-fx-show {display: block;}

.fx-new-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 3px;
    /*gap: 8px !important;*/
    max-height: 41px;
    overflow: hidden;
    position: relative;

    background: #f4f8fd;
    border-radius: 10px;
    border: 1px solid rgba(39, 128, 227, 0.05);
}

/*.fx-ul-arr {display: none}*/
.fx-ul-arr-show {
    display: block;
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.2s ease;
}
.fx-height-auto {max-height: fit-content; height: auto; height: fit-content; transition: all 0.6s ease;}
.fx-ul-arr-path {
    fill: rgba(77, 77, 77, 1);
}
.color-b {
    fill: rgba(39, 128, 227, 1);
}
.rotate-b {
    transform: rotate(0deg);
}

/*.fx-icon-li {display: none}*/
.fx-icon-li-show {display: block;}

.fx-new-li {
    display: flex;
    align-items: center;
    background: #fff;
    gap: 8px;
    margin: 6px;
    height: 24px;
    padding: 2px 14px;
    width: fit-content;
    border-radius: 10px;
    cursor: pointer;
    /*border: 1px solid #000;*/
}
.fx-new-li svg {margin-top: 1px;}
.fx-new-li input[type="checkbox"] {display: none}

.fx-new-li label span {color: rgba(77, 77, 77, 0.8) !important;}
.fx-new-li:hover label span {color: rgba(77, 77, 77, 0.8) !important;}
.fx-new-li:hover {opacity: 0.8;}

.fx-delete-li {
    display: none;
}

.fx-icon-li {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("../img/ppt2.png") center center no-repeat;
}

.noLink {
    pointer-events: none;
}

#zdpo {
    max-width: 411px !important;
    padding: 24px !important;
}

#zdpo .auth-modal-wrap {
    display: flex;
    flex-direction: column;
}
#zdpo .auth-modal-title {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: rgba(77, 77, 77, 0.8);
}
#zdpo .auth-modal-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4d4d4d;
    display: flex;
    margin: 6px 0 14px 0;
    justify-content: center;
    text-align: center !important;
}
#zdpo .auth-modal-qst {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    color: rgba(39, 128, 227, 1);
    text-align: center !important;
}
#zdpo .auth-modal-btn {
    display: flex;
    width: 100%;
    gap: 16px;
    align-items: center;
    margin: 16px 0;
}
#zdpo .auth-modal-btn a {
    width: 100%;
}
#zdpo .modal-btn-fz {}
#zdpo .modal-btn-yr {}
#zdpo .auth-modal-link a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: rgba(39, 128, 227, 1);
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#zdpo .auth-modal-link a:hover {
    /*text-decoration: underline;*/
    opacity: 0.8;
}
#zdpo .auth-modal-svg {margin-top: 6px;}

/* fansybox */
.fancybox-is-open .fancybox-bg {
    background: rgba(39, 128, 227, 0.15);
    -webkit-backdrop-filter: blur(5.5px);
    backdrop-filter: blur(5.5px);
}
.fancybox-inner {z-index: 0 !important}
.fancybox-content {
    padding: 0 !important;
}


.modal-auth-newpass-ok {
    width: 100%;
    max-width: 411px !important;
    border-radius: 10px;
    box-shadow: 0px 2px 6.7px 0px rgba(33, 33, 33, 0.10);
}
.modal-auth-newpass-ok button {display: none !important}
.modal-auth-newpass-ok .popup-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    gap: 16px;
}

.modal-auth-newpass-ok .popup-wrap .title {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #00B64C;
}

.modal-auth-newpass-ok .popup-wrap p {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #4D4D4D;
}

.modal-auth-newpass-ok .popup-wrap .popup-btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #2780E3;
    cursor: pointer;
    border: 1px solid #2780E3;
    margin-top: 6px;
}

.modal-auth-newpass-ok .popup-wrap .popup-btn-block:hover {
    transition: all 0.3s ease;
    background: transparent;
    color: #2780E3;
}
.nav-menu {gap: 8px;}
/*.top-header__btn {*/
/*    margin-right: -8px;*/
/*}*/
@media(min-width: 991px) {
    .nav-menu__link {
        border-radius: 10px;
        padding: 0 14px;
        background: rgba(39, 128, 227, 0.05);
        /*border: 1px solid rgba(39, 128, 227, 0.05);*/
        border: 1px solid #fff;
    }
    .nav-menu__link:hover {
        color: #2780E3;
        background: rgba(39, 128, 227, 0.05);
        border: 1px solid #2780E3;
    }
}
.nav-menu__link {
    border-radius: 10px;
    /*padding: 0 14px;*/
    /*background: rgba(39, 128, 227, 0.05);*/
    /*border: 1px solid rgba(39, 128, 227, 0.05);*/
}
/*.nav-menu__link:hover {*/
/*    color: #2780E3;*/
/*    background: rgba(39, 128, 227, 0.05);*/
/*    border: 1px solid #2780E3;*/
/*}*/
@media(max-width: 991px) {
    .nav-menu__link {
        border-radius: 5px;
    }
}
.profile-small-block {
    height: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.profile-small-block__avatar {
    width: 32px;
    height: 32px;
    border: 1px solid #2780E3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-small-block__avatar-isset {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-small-block__avatar-isset img {
    width: 32px;
    height: 32px;
    border-radius: 50px;
}
.profile-small-block__icon {
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-pr-svg {
    transition: all 0.3s ease;
    transform: rotate(-180deg);
}
.small-pr-svg-rotate {
    transform: rotate(0);
}
.list-profile-small {
    width: 160px;
    border-radius: 10px;
    position: absolute;
    top: 45px;
    right: -43px;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 2px 6.7px 0px rgba(33, 33, 33, 0.10);
}
@media(max-width: 1440px) {
    .list-profile-small {
        right: 0;
    }
}
@media(max-width: 991px) {
    .list-profile-small {
        display: none;
    }
}
.list-profile-small ul {
    display: flex;
    flex-direction: column;
    padding: 0 0 3px 0;
}
.list-profile-small ul li {
    display: flex;
    border-bottom: 1px solid #F6F6F6;
}
.list-profile-small ul li:last-child {
    border-bottom: none;
}
.list-profile-small ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /*line-height: 16px;*/
    padding: 11px 16px;
    color: #4d4d4d;
    /*display: none;*/
}
.list-profile-small ul li a:hover {
    transition: all 0.3s ease;
    opacity: 0.8;
}
.prf-top-wrap-inout {
    display: flex;
    align-items: center;
    gap: 8px;
}
.prf-login-in {
    display: flex;
    align-items: center !important;
    justify-content: center;
    gap: 8px !important;
    padding: 0 20px !important;
    width: fit-content !important;
    border: 1px solid #2780E3;
    border-radius: 10px;
    height: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #2780E3;
}
.prf-login-in:hover {
    color: #fff;
    background: #2780E3;
}
.prf-login-in svg {margin-top: 2px;}
.prf-login-in:hover .prf-login-in-svg {
    transition: all 0.3s ease;
    fill: #fff;
}

@media(max-width: 991px) {
    .prf-top-wrap-inout {
        flex-direction: column;
    }
    .prf-login-in {
        border: 1px solid #fff;
        color: #fff;
        height: 40px !important;
        width: 100% !important;
    }
    .prf-login-in-svg {
        fill: #fff;
    }

    .prf-login-in:hover {
        color: #2780E3;
        background: #fff;
    }
    .prf-login-in:hover .prf-login-in-svg {
        transition: all 0.3s ease;
        fill: #2780E3;
    }
}
.btn-white-long {
    border-radius: 10px;
}

/* parse blocks*/
.str-container {
    display: flex;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: -40px;
}
@media(max-width: 1210px) {
    .str-container {
        gap: 32px;
    }
}
@media(max-width: 991px) {
    .str-container {
        flex-direction: column-reverse;
    }
}
.str-blocks {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 22px;
}
.str-sidebar {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: fit-content;
    min-width: 380px;
    padding: 29px 34px;
    margin-bottom: 54px;
    border-radius: 4px;
    position: sticky;
    top: 98px;
    box-shadow: 0 0 100px 0 rgba(0,0,0,15%);
}
@media(max-width: 991px) {
    .str-sidebar {
        min-width: auto;
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 18px;
    }
}
.str-sidebar__title {
    display: flex;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #2780E3;
    align-items: center;
    gap: 24px;
    margin-bottom: 25px;
}
.str-sidebar > ul {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.str-sidebar > ul li {
    padding: 0;
}
.str-sidebar > ul li::before {
    display: none;
}
.str-sidebar__link {
    margin-top: 20px;
}
.str-sidebar > ul li a, .str-sidebar__link > a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #2780e3;
}
.str-sidebar > ul li a:hover, .str-sidebar__link > a:hover {
    transition: all 0.3s ease;
    opacity: 0.8;
}

.str-blocks-w {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.str-table-tr   {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 28px 0;
    /*z-index: 1;*/
    /*margin: 0;*/
    /*height: fit-content;*/
    /*width: 100%;*/
    /*padding: 42px 38px;*/
    /*background: url('../img/main-image-2.jpg') center no-repeat;*/
    /*background-size: auto;*/
    /*background-size: cover;*/
    border-bottom: 1px solid rgba(39, 128, 227, 0.30);
}
.str-table-tr:last-child {
    border-bottom: none;
}

.str-table-tr a {

}

/*.str-table-tr::before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: rgba(13,71,161,.8);*/
/*}*/
.str-table__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #4d4d4d;
}

.str-sidebar-new {
    display: none;
}

@media(max-width: 991px) {
    .str-table__title {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .str-sidebar-new {
        display: block;
        display: flex;
        flex-direction: column;
        border: 2px solid rgba(39, 128, 227, 0.05);
        border-radius: 10px;
        padding: 24px;
        margin: 50px 0 0 0;
    }
    .str-sidebar-new .str-sidebar__title {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: #4d4d4d;
    }
    .str-sidebar-new .str-sidebar__list {
        list-style-type: none;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .str-sidebar-new .str-sidebar__list li {
        margin: 0;
        padding: 0;
    }
    .str-sidebar-new .str-sidebar__list li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        color: #2780E3;
    }
    .str-sidebar-new .str-sidebar__list li a:hover {
        opacity: 0.8;
    }
    .str-sidebar-new .str-sidebar__list li:before {
        display: none !important;
        margin: 0;
        padding: 0;
    }
    .white-link-pathsj {fill: #fff}
    .str-sidebar__link a {
        background: #2780E3;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 10px;
        height: 32px;
        padding: 0 24px;
        width: fit-content;
        border: 1px solid #2780E3;
    }
    .str-sidebar__link a:hover {
        background: transparent;
        color: #2780E3;
    }
    .str-sidebar__link a:hover .white-link-pathsj {
        fill: #2780E3;
        transition: all 0.3s ease;
    }
    .str-sidebar__link a:hover svg {
        transition: all 0.3s ease;
        transform: rotate(45deg);
    }
}

.str-table__block-link {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*gap: 16px;*/
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.str-table__block-link a, .str-table__events a {
    display: flex;
    /*color: #fff;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #2780E3;
    align-items: center;
    gap: 8px;
    /*background-size: 40px;*/
    /*z-index: 2;*/
    /*background-position: 0 0;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url('../img/www-300.png');*/
}
.str-table__events {
    display: flex;
    align-items: center;
    gap: 8px;
}
.str-table__events a {
    /*background-image: url('../img/calendar-300.png');*/
    display: flex;
    align-items: center;
}
.str-table__block-link a:hover, .str-table__events a:hover {
    transition: all 0.3s ease;
    opacity: 0.8;
}

.str-f-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0 0 0;
}
.str-table__block-link a:after, .str-table__events a:after {
    content: '|';
    /*margin-left: 8px;*/
    font-size: 15px;
    color: rgba(39, 128, 227, 0.20);
    display: flex;
    align-items: center;
}
.str-table__events a:last-child:after {
    content: '';
}


.str-footer {
    /*background: #0d47a1;*/
    /*border: 1px solid ;*/
    margin: 0 auto 120px auto;
    padding: 0 15px;
}
@media(max-width: 991px) {
    .str-footer {
        margin: 0 0 80px 0;
        padding: 0 10px;
    }
}
.str-footer .container {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: flex-start;
    gap: 30px;
    padding: 24px;
    max-width: 1280px;
    background: #2780E3 url("../img/ttj.png") 110% center no-repeat;
    border-radius: 10px;
}
/*.str-footer__name {*/
/*    font-size: 10px;*/
/*    line-height: 12px;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/
.str-footer__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}
@media(max-width: 991px) {
    .str-footer .container {
        padding: 24px !important;
        background: #2780E3 url("../img/ttj.png") center center no-repeat;
    }
}
.str-footer__btn-blocks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    /*margin-top: 20px;*/
}
@media(max-width: 991px) {
    .str-footer__btn-blocks {
        gap: 8px !important;
    }
}
.str-footer__btn-blocks a {
    display: flex;
    padding: 0 24px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    height: 32px;
    color: #2780e3;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.str-footer__btn-blocks a:hover {
    transition: all 0.3s ease;
    /*background: rgba(255, 255, 255, 0.10);*/
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.str-footer__btn-blocks a.l-white {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #fff;
    color: #fff;
}
.str-footer__btn-blocks a.l-white:hover {
    transition: all 0.3s ease;
    background: #fff;
    color: #2780e3;
}
.str-footer__btn-blocks a.l-white:hover svg {
    transition: all 0.3s ease;
    transform: rotate(45deg);
}
.str-footer__btn-blocks a.l-whitec:hover svg {
    transition: all 0.3s ease;
    transform: rotate(0);
}
.str-footer__btn-blocks a.l-white:hover .white-link-paths {
    fill: #2780e3;
    transition: all 0.3s ease;
}

@media(max-width: 991px) {
    .str-footer .container {
        padding: 40px;
    }
    /*.str-footer__name {*/
    /*    font-size: 10px;*/
    /*    line-height: 12px;*/
    /*}*/
    .str-footer__title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }

    .str-footer__btn-blocks {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .str-footer__btn-blocks a {
        padding: 0 5px;
        width: 100%;
    }
}

ol.str-blocks__num-list {
    gap: 16px;
}
ol.str-blocks__num-list li {
    background: rgba(39, 128, 227, 0.05);
    border-radius: 10px;
    padding: 20px 20px 20px 60px;
}
@media(max-width: 991px) {
    ol.str-blocks__num-list li {
        padding: 60px 20px 20px 20px;
    }
}
ol.str-blocks__num-list li::before {
    /*border-radius: 50px;*/
    font-size: 16px;
    height: 24px;
    width: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 991px) {
    ol.str-blocks__num-list li::before {
        margin: 20px 0 0 20px;
    }
}
ol.str-blocks__num-list li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #2780e3;
}
@media(max-width: 991px) {
    ol.str-blocks__num-list li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}
ol.str-blocks__num-list li a:hover {
    opacity: 0.8;
}
.str-sidebar__title-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2780e3 url('../img/ups000999.png') 46% 42% no-repeat;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}


.da-title-text__newblock {

}
.da-title-block-bottom {
    margin: -10px auto 60px auto !important;
    max-width: 953px;
}
.da-wrap-p {
    max-width: 953px;
    margin: 0 auto;
}
.da-title-text__newblock > h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #4d4d4d;
    margin: 0;
    padding: 0 0 12px 0;
}
.da-title-text__newblock > h3,
.da-title-text__newblock > h5,
.da-title-text__newblock > h5,
.da-title-text__newblock > h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #4d4d4d;
    padding: 0;
    margin: 0 0 20px 0;
}
.da-title-text__newblock > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #4d4d4d;
    margin-bottom: 20px;
}
.da-title-text__newblock ul {
    margin: 0 0 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.da-title-text__newblock ul li {
    position: relative;
    padding-left: 20px;
}
.da-title-text__newblock ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 7px;
    margin-left: -32px;
    background: #2780e3;
    border-radius: 50px;
}
.da-title-text__newblock ol {
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    counter-reset: num;
    gap: 15px;
}
.da-title-text__newblock ol li {
    position: relative;
    padding-left: 34px;
    list-style-type: none;
}
.da-title-text__newblock ol li::before {
    position: absolute;
    content: "";
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -14px;
    width: 24px;
    height: 24px;
    background: #2780e3;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 5px;
}
.da-title-text__newblock strong, .da-title-text__newblock b {
    display: block;
    margin: 15px 0;
}
/* 03.04.2025 */
/*.news-one-item {*/
/*    max-width: 459px;*/
/*}*/
/*.news-one-item img {*/
/*    max-height: 360px;*/
/*}*/
.news-item {
    min-width: 800px;
    height: 50%;
}
@media(max-width: 1280px) {
    .news-item {
        min-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 390px;
        height: auto;
        justify-content: flex-start;
    }
    .news-item .news-item__img {
        height: auto;
    }
    .news-item .news-item__text {
        display: flex;
        flex: 1;
    }
    .news-item .news-item__text h2 {
        display: flex;
        flex: 1;
    }
}

@media(max-width: 991px) {
    .news-item {
        width: 340px;
    }
}
@media(max-width: 690px) {
    .news-item {
        min-width: 288px;
        width: 288px;
    }
}

.er-title-red {
    color: #FB547D !important;
}

.er-title-info {
    color: #4d4d4d !important;
    text-align: center;
}

.wrap-btn-er {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.wrap-btn-er .p-error-ok {
    display: flex;
    width: 100%;
}

.wrap-btn-er .p-error-prev {
    display: flex;
    width: 100%;
    color: #2780E3 !important;
    background: transparent !important;
}
.wrap-btn-er .p-error-prev:hover {
    color: #fff !important;
    background: #2780E3 !important;
}