body {
    background: none;
}

.menu-gumb_new {
    overflow-y: auto;
}

.menu-gumb_new::-webkit-scrollbar {
    width: 7px;
    background-color: #f9f9fd;
}

.menu-gumb_new::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #ddd;

}

.container_mp {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0px 15px;
}

.logo-note {
    color: #5B5B5B;
    padding: 10px 11px;
    background: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    position: absolute;
    display: none;
    width: 0px;
    font-size: 11px;
    top: 105%;
    left: -40%;
    transition: 0.3s linear;
    opacity: 0;
    z-index: 5;
    text-align: center;
}

.logo-note:before {
    content: "";
    position: absolute;
    border-left: 10px solid rgba(113, 101, 58, 0);
    border-right: 10px solid rgba(113, 101, 58, 0);
    border-bottom: 10px solid #BDBDBD;
    left: 170px;
    top: -10px;
}

.logo-note:after {
    content: "";
    position: absolute;
    border-left: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid rgba(255, 241, 190, 0);
    border-bottom: 10px solid #ffffff;
    left: 170px;
    top: -9px;
}

.top-logo_mp {
    position: relative;
    min-width: 170px;
    min-height: 45px;
    float: left;
}

.top-logo_mp img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.top-logo_mp:hover .logo-note {
    display: inline-block;
    transition: 0.3s linear;
    width: 100%;
    min-width: 400px;
    opacity: 1;
}

.page-header__wrap {
    padding: 9px 0px;
}

.icon__new:after {
    content: "NEW";
    display: block;
    position: absolute;
    top: -6px;
    right: -21px;
    background: #F39100;
    border-radius: 4px;
    color: #ffffff;
    padding: 2px 4px;
    font-size: 10px;
}

.top-nav_mp {
    margin-top: 11px;
}

.top-nav_mp .top-nav__item_mp {
    font-size: 15px;
    line-height: 17px;
    color: #242424;
}

.top-nav_tel {
    margin-left: 40px;
    margin-top: 5px;
}

.top-nav_tel img {
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.top-nav_tel .phone-shedule {
    font-size: 13px;
    color: #767676;
    margin-left: 6px;
}

.top-nav__item_mp {
    margin-right: 35px;
    position: relative;
    float: left;
    padding: 3px 0;
    color: #000 !important;
    text-decoration: none !important;
}

.top-nav__item_mp:hover {
    color: #F39100 !important;
}

.top-nav__btn {
    color: #F39100 !important;
    padding: 9px 33px;
    border: 1px solid #F39100;
    border-radius: 6px;
    margin-top: -5px;
    transition: 0.2s linear;
    margin-right: 35px;
}

.top-nav__btn:hover {
    color: #ffffff !important;
    transition: 0.2s linear;
    background-color: #F39100;
}

.top-nav__ent {
    margin-top: -5px;
}

.top-nav__ent img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.top-nav__ent:hover {
    color: #94C11C !important;
}

.page-content_mp {
    padding: 68px 0 80px;
}

.page-search_mp {
    background: url('../img/bg-search.jpg') no-repeat 0 0;
    background-size: cover;
    padding: 30px 0 7px;
    margin-bottom: 15px;
    color: #242424;
}

.page-search_mp select {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    margin-top: -24px;
}

.workarea .page-search_mp input.page-search__submit {
    background-image: url(../img/bx-search-alt.svg);
    background-color: #94C11C;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px 30px;
}

.search-string {
    max-width: 78%;
    width: 100%;
}

.page-search_mp .page-search__form {
    height: 50px;
    padding: 2px;
    background: #94C11C;
}

.layout--index .workarea input.page-search__input {
    width: calc(100% - 45px);
    padding-right: 70px;
}

.workarea .page-search_mp input.page-search__submit:hover {
    background-color: #F39100;
    background-position: center;
}

.page-search_mp .page-search__toggle {
    border-left: 1px solid #C8C8C8;
    background-color: #ffffff;
    right: 60px;
    width: 48px;
    background-image: url(../img/sprite_param.svg);
    background-repeat: no-repeat;
    background-position: -69px -8px;
}

.page-search_mp .page-search__toggle:hover {
    border-left: 1px solid #aee320;
    background-image: url(../img/sprite_param.svg);
    background-position: -8px -8px;
}

.page-search_mp .search-wrap {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-lnks_right {
    width: 21%;
    text-align: center;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-lnk_item {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    width: 32%;
    max-height: 50px;
    transition: 0.3s ease;
}

.search-lnk_item::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprites_search.svg);
    background-repeat: no-repeat;
    background-size: auto;
    margin: 5px auto 10px;
}

.search-lnk_item:hover {
    color: #ffffff !important;
    transform: translate(0, -3px);
    transition: 0.3s ease;

}

.search-lnk_item__1::before {
    background-position: -36px -36px;
}

.search-lnk_item__2::before {
    background-position: -36px -4px;
}

.search-lnk_item__3::before {
    background-position: -68px -4px;
}

.search-lnk_item__1:hover::before {
    background-position: -4px -4px;
}

.search-lnk_item__2:hover::before {
    background-position: -4px -36px;
}

.search-lnk_item__3:hover::before {
    background-position: -68px -36px;
}

.search-lnks_btm {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-lnk_bt {
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border-radius: 10px;
    padding: 10px 12px 7px;
    position: relative;
    transition: 0.2s ease-in;
    margin-bottom: 3px;
}

.search-lnk_bt10 {
    margin-right: 0px;
}


.search-lnk_bt:hover {
    transition: 0.2s ease-in;
    background: #D9D9D9;
    color: #000 !important;
}

.search-lnk_bt__2 {
    padding-left: 28px;
}

.search-lnk_bt__2::before {
    content: url(../img/bxs-hot.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.section-left {
    width: 285px;
    float: left;
}

.section-right {
    width: 285px;
    float: right;
}

.section-center {
    overflow: hidden;
    padding: 0 24px 0;
}

.page-content_mp:after {
    content: "";
    display: table;
    clear: both;
}

.content-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 12px 12px;
    margin-bottom: 15px;
}

.box-title {
    font-weight: 400;
    font-size: 20px;
    color: #F39100;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 8px;
    padding-left: 10px;
}

.sidebar-box_commun .box-title img {
    position: absolute;
    top: -7px;
    right: -3px;
}

.commun-text {
    font-size: 12px;
    color: #5B5B5B;
    padding: 0 10px
}

.btn-wrap {
    position: relative;
}

.btn-bx {
    display: inline-block;
    text-decoration: none;
    padding: 10px 25px;
    background: #94C11C;
    border-radius: 6px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF !important;
    font-weight: 700;
    margin-left: 10px;
}

.btn-bx2 {
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #94C11C;
    border-radius: 6px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #94C11C !important;
    font-weight: 700;
}

.btn-note {
    color: #767676;
    padding: 10px 30px;
    background: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 6%);
    border-radius: 4px;
    position: absolute;
    display: block;
    font-size: 11px;
    top: 120%;
    transition: 0.3s linear;
    z-index: 5;
    display: none;
    width: 100%;

}

.btn-wrap .lnk_all2 {
    float: right;
    margin-top: 17px;
}

.btn-bx:hover {
    background: #F39100;
    color: #FFFFFF !important;
    transition: 0.2s ease-in;
}

.btn-wrap:hover .btn-note {
    display: block;
}

.commun-btns .btn-bx2 {
    display: none;
}

.commun-btns {
    margin-top: 10px;
}

.favour_wrap {
    margin: 5px 0 20px;
}

.favour_wrap:last-child {
    margin-bottom: 0px;
}

.favour_wrap:last-child .favour_item:last-child {
    margin-bottom: 5px;
}

.favour_ttl {
    background: #EFEFEF;
    font-weight: 700;
    font-size: 13px;
    color: #5B5B5B;
    padding: 10px 8px;
    margin-bottom: 7px;
}

.favour_ttl img {
    position: relative;
    top: 3px;
    margin-right: 15px;
}

.favour_item {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #000 !important;
    margin-bottom: 10px;
    text-decoration: none;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 0px;
}

.favour_item:hover {
    transition: 0.15s ease-in;
}

.favour-count {
    display: inline-block;
    float: right;
    width: 40px;
    font-size: 13px;
    color: #5B5B5B;
}

.nav__profile_box .favour-count {
    float: none;
    margin-left: 5px;
}

.favour_item:hover .favour-count {
    color: #F39100;
    transition: 0.2s ease-in;
}

.favour-count::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #F39100;
    border-radius: 50%;
    margin-right: 5px;
}

.box-title_commun {
    text-decoration: none;
    position: relative;
    transition: 0.2s ease-in;
    padding-left: 0px;
    border-bottom: none;
}

.box-title_commun:hover {
    color: #000 !important;
    transition: 0.2s ease-in;
}

.box-title_arr {
    text-decoration: none;
    position: relative;
    transition: 0.2s ease-in;
    display: block;
    padding-left: 8px;
}

.box-title_arr:hover {
    color: #000 !important;
    transition: 0.2s ease-in;
}


.box-title_arr:after {
    content: '';
    background: url('../img/arr-mp1.svg') 9px 6px no-repeat transparent;
    display: inline-block;
    width: 23px;
    height: 23px;
    position: absolute;
    box-sizing: border-box;
    bottom: 12px;
    margin-left: 0px;
    margin-left: 0px;
    border-radius: 50%;
    transition: 0.3s ease-in;
}

.box-title_arr:hover:after {
    content: '';
    background: url('../img/arr-mp2.svg') 9px 6px no-repeat #EAEAEA;
    display: inline-block;
    transform: translate(6px, 0) rotate(0);
    transition: 0.3s ease-in;
}

.quest_item {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #000 !important;
    margin-bottom: 25px;
    line-height: 1.5;
}

.quest_answ {
    font-size: 12px;
}

.quest-list {
    padding: 0 10px;
}

.quest_date {
    color: #929292;
    text-align: right;
    margin: 5px 0 3px;
}

.quest_info {
    font-size: 12px;
    line-height: 1.2;
}

.quest_answ::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url('../img/ic-answ1.svg') no-repeat;
    position: relative;
    top: 1px;
}

.quest_item:hover .quest_answ::before {
    background: url('../img/ic-answ2.svg') no-repeat;
}

.quest_edit {
    color: #929292;
}

.quest_item:hover .quest_edit, .quest_item:hover .quest_date {
    transition: 0.1s linear;
    color: #F39100 !important;
}

.quest_item:hover {
    transition: 0.1s linear;
    color: #F39100 !important;
}

.lnk_all_wrap {
    text-align: right;
}

.lnk_all {
    display: inline-block;
    color: #F39100 !important;
    text-decoration: none;
    transition: 0.2s ease-in;
    position: relative;
    padding-right: 20px;
    margin-bottom: 5px;
}

.lnk_all:hover {
    color: #000 !important;
    transition: 0.2s ease-in;
}

.lnk_all:after {
    content: '';
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    transition: 0.2s ease-in;
    width: 7px;
    height: 7px;
    top: 7px;
    margin-left: 10px;
    border-left: 2px solid #F39100;
    border-bottom: 2px solid #F39100;
    transform: translate(0, 0) rotate(-135deg);
}

.lnk_all:hover:after {
    transform: translate(3px, 0) rotate(-135deg);
    transition: 0.2s ease-in;
    border-left: 2px solid #5B5B5B;
    border-bottom: 2px solid #5B5B5B;
}

.sidebar-box_review {
    background: url(../img/bg-review3.png) -1% 101% no-repeat #ffffff;
}

.sidebar-box_review:after {
    content: "";
    display: table;
    clear: both;
}

.review_item {
    padding: 10px;
    position: relative;
}

.review_text {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 25px;
}

.review_expert img {
    max-width: 54px;
}

.review_expert .expert-photo {
    float: left;
    border: 2px solid #F19100;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 6px;
}

.review_exp_info {
    font-size: 13px;
}

.review_exp_name {
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 2px solid #F19100;
    padding-left: 15px;
    position: relative;
}

.review_exp_name:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #F19100;
    border-radius: 50%;
    bottom: -6px;
    left: -12px;
}

.review_exp_prof {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 15px;
}

.review_exp_info {
    margin-left: 68px;
    margin-right: 0px;
}

.review_item-lnk {
    display: block;
    text-decoration: none;
}

.review_item-lnk:hover .review_text {
    color: #F19100 !important;
    transition: 0.2s ease;
}

.lnk_all_wrap2 {
    text-align: right;
    margin-bottom: 20px;

}

.lnk_all2 {
    font-size: 12px;
    color: #767676;
    border-bottom: 1px dashed #767676;
    transition: 0.2s ease;
    text-decoration: none;
}

.lnk_all2:hover {
    color: #F39100;
    border-bottom: 1px dashed #F39100;
    transition: 0.2s ease;
}

.box-title_wrap {
    position: relative;
}

.box-title_note {
    color: #5B5B5B;
    padding: 10px 12px;
    background: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 6%);
    border-radius: 4px;
    position: absolute;
    display: block;
    font-size: 11px;
    top: 89%;
    left: 0;
    transition: 0.3s linear;
    z-index: 5;
    display: none;
    width: 100%;
    text-align: center;
}

.box-title_note:before {
    content: "";
    position: absolute;
    border-left: 10px solid rgba(113, 101, 58, 0);
    border-right: 10px solid rgba(113, 101, 58, 0);
    border-bottom: 10px solid #BDBDBD;
    left: 47%;
    top: -10px;
}

.box-title_note:after {
    content: "";
    position: absolute;
    border-left: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid rgba(255, 241, 190, 0);
    border-bottom: 10px solid #ffffff;
    left: 47%;
    top: -9px;
}

.box-title_wrap:hover .box-title_note {
    display: block;
}

.counter_item {
    display: inline-block;
    color: #FFFFFF;
    font-size: 36px;
    background: linear-gradient(0deg, #BDBDBD, #BDBDBD), #BDBDBD;
    margin-right: 3px;
    line-height: 1.4;
    padding: 0 8px;
}

.counter_item:first-child, .counter_item:nth-child(4) {
    margin-right: 8px;
}

.counter_item:last-child {
    margin-right: 0px;
}

.counter-text {
    font-size: 15px;
    color: #767676;
    margin: 10px 0;
}

.aside-wrap {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 5px 12px;
}

.aside-box {
    margin-bottom: 20px;
}

.aside-box .box-title {
    padding-top: 12px;
    border-top: 1px solid #dddddd;
}

.aside-box_reference .box-title {
    border-top: none;
}

.reference_item {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.reference_item .reference_numb {
    float: right;
    font-weight: bold;
}

.aside-box .box-title_arr {
    padding-left: 0px;
}

.reference_item:hover {
    transition: 0.15s ease-in;
}

.aside-box_contractor {
    padding: 10px 18px 25px;
    background: #A3A4A5;
    border-radius: 4px;
    margin-bottom: 20px;
}

.contractor_ttl {
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.contractor_ttl img {
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.contr_inner {
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contr_inner button {
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    padding: 16px;
    border-radius: 4px;
    padding: 20px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}

.contr_inner button:before {
    content: '';
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    transition: 0.2s ease-in;
    width: 14px;
    height: 14px;
    top: 12px;
    left: 10px;
    margin-left: 0px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: translate(0, 0) rotate(-135deg);
}

.workarea .contr_inner input {
    background: none;
    border: 0;
    font-size: 13px;
    line-height: 24px;
    color: #787878;
    padding: 8px;
    border-radius: 5px;
}

.box-title_wrap2 .box-title_arr {
    border-bottom: none;
    margin-bottom: -5px;
}

.box-title_wrap2 {
    border-bottom: 1px solid #C8C8C8;
}

.box-title_wrap2 span {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #767676;
    margin-bottom: 12px;
}

.courses_list {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.course_item {
    width: 46.5%;
    font-size: 13px;
    padding: 17px 0;
}

.course_numb {
    float: right;
    position: relative;
    padding-right: 15px;
}

.course_numb.arr-down:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url('../img/arr-down.svg') no-repeat;
    position: absolute;
    top: -1px;
    right: 2px;
}

.course_numb.arr-up:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url('../img/arr-up.svg') no-repeat;
    position: absolute;
    top: -1px;
    right: 2px;
}

.weekform_item {
    font-size: 14px;
    display: block;
    color: #000 !important;
    margin-bottom: 8px;
    text-decoration: none;
}

.weekform_item:hover {
    transition: 0.15s ease-in;
}

.weekform_item__first {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
}

.weekform_item__first .weekform_item {
    width: 74%;
    margin-bottom: 0px;
}

.choice_item {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #000 !important;
    padding: 11px 5px 11px 60px;
    position: relative;

}

.choice_item::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprites-notif.svg);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 7px;
    left: 18px;
}

.choice_item:hover {
    transition: 0.1s ease;

}

.choice_item_1::before {
    background-position: -86px -62px;
}

.choice_item_2::before {
    background-position: -116px -2px;
}

.choice_item_3::before {
    background-position: -116px -30px;
}

.choice_item_4::before {
    background-position: -116px -58px;
}

.choice_item_5::before {
    background-position: -2px -90px;
}

.choice_item_6::before {
    background-position: -30px -90px;
}

.choice_item_7::before {
    background-position: -58px -90px;
}

.choice_item_8::before {
    background-position: -58px -34px;
}

.choice_item_9::before {
    background-position: -31px -2px;
}


.choice_item_1:hover::before {
    background-position: -88px -2px;
}

.choice_item_2:hover::before {
    background-position: -88px -30px;
}

.choice_item_3:hover::before {
    background-position: -2px -62px;
}

.choice_item_4:hover::before {
    background-position: -30px -62px;
}

.choice_item_5:hover::before {
    background-position: -58px -62px;
}

.choice_item_6:hover::before {
    background-position: -60px -2px;
}

.choice_item_7:hover::before {
    background-position: -2px -34px;
}

.choice_item_8:hover::before {
    background-position: -30px -34px;
}

.choice_item_9:hover::before {
    background-position: -2px -2px;
}

.box-inner span {
    display: block;
    font-weight: 700;
}

.notific_item {
    display: block;
    font-size: 14px;
    color: #000 !important;
    text-decoration: none;
    position: relative;
    padding: 5px 0px 5px 33px;
}

.notific_item:hover {
    transition: 0.15s ease;
}

.notific_item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #F39100;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 13px;
}

.notific_item_2 {
    display: block;
    font-size: 14px;
    color: #242424 !important;
    text-decoration: none;
    position: relative;
    padding: 3px 0px 3px 45px;

}

.notific_item_2 {
    transition: 0.15s ease;
}

.notific_item_2::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #242424;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 34px;
}

.notific_item_2:hover::before {
    background: #F39100;
    transition: 0.1s ease;
}

.notific-soc {
    float: left;
    margin-left: 15px;
}

.aside-box_notifications .lnk_all_wrap {
    margin-top: 15px;
}

.aside-box_notifications {
    margin-bottom: 12px;
}

.notific-soc__item {
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    transition: 0.2s ease;
}

.notific-soc__item:hover {
    transform: translate(0, -3px);
    transition: 0.2s ease;
}

.demo-box {
    margin-top: 15px;
    background: linear-gradient(16.81deg, #87BC26 4.78%, rgba(180, 211, 124, 0.64) 190.6%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 25px 30px;
}


.demo-btn {
    background: #50900A;
    border-radius: 6px;
    padding: 12px 25px;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease-in;
    margin-left: 23px;
}

.demo-btn:hover {
    background: #ffffff;
    color: #51910B !important;
    transition: 0.3s ease-in;
}

.demo-top {
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 12px;
    padding-left: 43px;
}

.demo-top img {
    position: absolute;
    top: -8px;
    left: -5px;
}

.demo-box_day {
    font-size: 17px;
    line-height: 2;
    color: #FFFFFF;
    font-weight: 700;
}

.slick-next {
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../img/arr_next.svg);
    top: 30px;
    right: 10px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 50%;
}

.slick-prev {
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(../img/arr_prev.svg);
    background-color: transparent;
    top: 30px;
    right: 35px;
    left: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 50%;
    z-index: 1;
}

.slider-arrow {
    cursor: pointer;
    border-radius: 50%;
    transition: 0.2s ease;
}

.slick-next:before, .slick-prev:before {
    content: '';
}

.slick-prev:hover {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arr_prev.svg);
    background-color: #EAEAEA;
    transition: 0.2s ease;
}

.slick-next:hover {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arr_next.svg);
    background-color: #EAEAEA;
    transition: 0.2s ease;
}

.slick-prev:focus {
    background-color: none;
    background-image: url(../img/arr_prev.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next:focus {
    background-color: none;
    background-image: url(../img/arr_next.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-news__item {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-news__photo {
    width: 52%;
}

.slider-news__photo img {
    max-width: 396px;
    width: 100%;
    border-radius: 2px;
}

.slider-news_list {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 8px;
}

.slider-news__info {
    width: 45%;
    text-decoration: none;
    display: block;
    padding-right: 60px;
    padding-bottom: 0px;
}

.slider-news_ttl {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider-news_text {
    color: #767676;
    font-size: 15px;
}

.slider-news__info:hover .slider-news_text {
    color: #F39100;
    transition: 0.2s ease;
}

.slider-news__info:hover .slider-news_ttl {
    color: #F39100;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}

.slider-dots {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slick-dots li button:before {
    height: 5px;
    width: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    margin: 0 5px;
    box-sizing: border-box;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #F39100;
    border: 1px solid #F39100;
    cursor: auto;
}

.slick-dots li button:hover:before {
    background: #C8C8C8;
    transition: 0.2s linear;
}

.slick-dots li button:before {
    content: '';
}

.slick-dots {
    bottom: -30px;
}

.slider-news {
    position: relative;
}

.slider-news_box {
    margin-bottom: 20px;
}

.box-title_2 {
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #242424;
}

.box-title_right {
    text-decoration: none;
    font-size: 15px;
    color: #767676;
    float: right;
    margin-bottom: 10px;
}

.box-title_right:hover {
    transition: 0.2s ease;
}

.content-box_2 {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 21px;
    margin-bottom: 15px;
}

.news-box_row {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-box_col {
    width: 49%;
}

.news-box_item {
    text-decoration: none;
    display: block;
    margin-bottom: 18px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 5px;
}

.news-box_item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.news-item_text {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 1.1;
    transition: 0.2s ease;
}

.news-item_date {
    font-size: 12px;
    color: #767676;
    display: block;
    margin-top: 8px;
    transition: 0.2s ease;
}

.news-box_item:hover .news-item_text {
    color: #F39100;
    transition: 0.2s ease;
}

.news-box_item:hover .news-item_date {
    color: #F39100;
    transition: 0.2s ease;
}

.news-box_item-ph {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-item_photo img {
    max-width: 134px;
    width: 100%;
    border-radius: 2px;
}

.news-box_item-ph .news-item_text {
    width: 50%;
}

.news-box {
    margin-bottom: 15px;
}

.box-title_hashtag {
    display: inline-block;
    margin-bottom: 8px;
}

.box-hashtag {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #5B5B5B;
    padding: 2px 9px;
    border: 1px solid #5B5B5B;
    border-radius: 29px;
    text-decoration: none;
    margin-right: 7px;
    transition: 0.2s ease;
    display: inline-block;
    margin-bottom: 7px;
}

.box-hashtag:last-child {
    margin-right: 0px;
}

.box-hashtag:hover {
    background: #5B5B5B;
    color: #ffffff !important;
    transition: 0.2s ease;
}

.topical-box_row {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topical-box_row span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
}

.topical-box_col {
    width: 49%;
}

.box-title_left {
    margin-right: 25px;
}

.topical-item {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #000;
}

.topical-info {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topical-text {
    width: 55%;
    margin-top: 12px;
    line-height: 1.2;
    font-size: 14px;
}

.topical-ph img {
    max-width: 134px;
    width: 100%;
    border-radius: 2px;
}

.topical-ttl {
    color: #767676;
    padding-left: 33px;
    position: relative;
    margin-bottom: 7px;
}

.topical-item:hover .topical-ttl {
    color: #F39100;
    transition: 0.1s ease;
}

.topical-item:hover {
    transition: 0.1s ease;
}

.topical-ttl::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprites-topical.svg);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -2px;
    left: 0px;
}

.topical-ttl_1::before {
    background-position: -27px -2px;
}

.topical-ttl_2::before {
    background-position: -28px -29px;
}

.topical-ttl_3::before {
    background-position: -29px -55px;
}

.topical-ttl_4::before {
    background-position: -29px -83px;
}

.topical-ttl_5::before {
    background-position: -28px -110px;
}

.topical-ttl_6::before {
    background-position: -27px -134px;
}

.topical-ttl_7::before {
    background-position: -29px -162px;
}

.topical-ttl_8::before {
    background-position: -29px -190px;
}

.topical-ttl_9::before {
    background-position: -27px -216px;
}

.topical-ttl_10::before {
    background-position: -28px -244px;
}

.topical-ttl_11::before {
    background-position: -29px -271px;
}

.topical-ttl_12::before {
    background-position: -27px -298px;
}

.topical-ttl_13::before {
    background-position: -28px -324px;
}

.topical-ttl_14::before {
    background-position: -28px -353px;
}

.topical-item:hover .topical-ttl_1::before {
    background-position: 0px -2px;
}

.topical-item:hover .topical-ttl_2::before {
    background-position: -1px -29px;
}

.topical-item:hover .topical-ttl_3::before {
    background-position: -2px -55px;
}

.topical-item:hover .topical-ttl_4::before {
    background-position: -2px -83px;
}

.topical-item:hover .topical-ttl_5::before {
    background-position: -1px -110px;
}

.topical-item:hover .topical-ttl_6::before {
    background-position: 0px -134px;
}

.topical-item:hover .topical-ttl_7::before {
    background-position: -2px -162px;
}

.topical-item:hover .topical-ttl_8::before {
    background-position: -2px -190px;
}

.topical-item:hover .topical-ttl_9::before {
    background-position: 0px -216px;
}

.topical-item:hover .topical-ttl_10::before {
    background-position: -1px -244px;
}

.topical-item:hover .topical-ttl_11::before {
    background-position: -2px -271px;
}

.topical-item:hover .topical-ttl_12::before {
    background-position: 0px -298px;
}

.topical-item:hover .topical-ttl_13::before {
    background-position: -1px -324px;
}

.topical-item:hover .topical-ttl_14::before {
    background-position: -1px -353px;
}

.topical-box {
    margin-bottom: 15px;
}

.tabcontent {
    display: none;
}

#tab1 {
    display: block;
}

.seminars-tabs_nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seminars-box .tablinks {
    width: 50%;
    cursor: pointer;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #5B5B5B;
}

.seminars-box .tablinks:hover {
    border-bottom: 1px solid #F39100;
}

.seminars-box .tablinks.active {
    border-bottom: 4px solid #F39100;
    font-weight: bold;
}

.seminars-box .tablinks img {
    position: relative;
    top: 5px;
    margin-right: 7px;
}

.seminars_row {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seminar_col {
    width: 32.5%;
    padding-bottom: 40px;
    position: relative;
}

.calendar_ph {
    text-align: center;
}

.seminar_col .lnk_all {
    position: absolute;
    right: 17px;
    bottom: 10px;
}

.calendar_ph img {
    max-width: 211px;
    width: 100%;
}

.seminars-box {
    padding: 0px;
    margin-bottom: 15px;
}

.seminar-author {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.seminar-author_info {
    width: 56%;
    margin-top: 12px;
    font-size: 14px;
    color: #000;
    line-height: 1.1;
}

.seminar-author_ph {
    width: 37%;
    border-radius: 50%;
    margin-right: 5%;
}

.seminar-author_ph img {
    max-width: 71px;
    width: 100%;
    border-radius: 50%;
}

.seminar-author_info span {
    display: inline-block;
    font-size: 12px;
    color: #767676;
    margin-top: 3px;
}

.seminar-type {
    font-size: 15px;
    color: #000;
    line-height: 1.2;
}

.seminar-date {
    font-weight: 700;
    font-size: 13px;
    color: #767676;
    min-height: 17px;
    margin-bottom: 7px;
}

.seminar-text {
    font-weight: 700;
    line-height: 1.1;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 50px;
    color: #000;
}

.seminar-content {
    display: block;
    text-decoration: none;
}

.seminar-content:hover .seminar-text {
    color: #F39100;
    transition: 0.2s ease;
}

.news-item_photo {
    width: 40%;
}

.topical-ph {
    width: 40%;
}

#tab_readable1 {
    display: block;
}


.readable-tabs_nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.readable-box {
    margin-bottom: 30px;
}

.readable-box .tablinks {
    width: 50%;
    cursor: pointer;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #5B5B5B;
    transition: 0.2s ease;
}

.readable-box .tablinks:hover {
    border-bottom: 1px solid #F39100;
}

.readable-box .tablinks.active {
    border-bottom: 4px solid #F39100;
    font-weight: bold;
}

.readable_item {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 8px 0px 8px 56px;
}

.readable_item:hover {
    transition: 0.2s ease;
}

.readable_item::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 22px;
    top: 12px;
    background: #F39100;
}

#tab_discussion1 {
    display: block;
}

.discussion_item {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 8px 0px 8px 56px;
}

.discussion_item:hover {
    transition: 0.2s ease;
}

.discussion_item::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 22px;
    top: 12px;
    background: #F39100;
}

.discussion-tabs_nav {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.discussion-box .tablinks {
    display: inline-block;
    padding: 6px 13px;
    background: #EFEFEF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    font-size: 15px;
    color: #242424;
    transition: 0.2s ease;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 5px;
}

.discussion-box .tablinks:last-child {
    margin-right: 0px;
}

.discussion-box .tablinks:hover {
    color: #FFFFFF;
    background: #C8C8C8;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
    transition: 0.2s ease;
}

.discussion-box .tablinks.active {
    color: #FFFFFF;
    background: #F39100;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
    transition: 0.2s ease;
}

.discussion-box {
    margin-bottom: 30px;
}

.lawyer-box_row {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lawyer-box_col {
    width: 49%;
}

.lawyer-item {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #242424;
}

.lawyer-ttl {
    color: #767676;
    padding-left: 33px;
    position: relative;
    margin-bottom: 17px;
}

.lawyer-ttl::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprites-topical.svg);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -2px;
    left: 0px;
}

.lawyer-ttl_1::before {
    background-position: -27px -2px;
}

.lawyer-ttl_2::before {
    background-position: -28px -29px;
}

.lawyer-ttl_3::before {
    background-position: -29px -55px;
}

.lawyer-ttl_4::before {
    background-position: -29px -83px;
}

.lawyer-ttl_5::before {
    background-position: -28px -110px;
}

.lawyer-ttl_6::before {
    background-position: -27px -134px;
}

.lawyer-ttl_7::before {
    background-position: -29px -162px;
}

.lawyer-ttl_8::before {
    background-position: -29px -190px;
}

.lawyer-ttl_9::before {
    background-position: -27px -216px;
}

.lawyer-ttl_10::before {
    background-position: -28px -244px;
}

.lawyer-ttl_11::before {
    background-position: -29px -271px;
}

.lawyer-ttl_12::before {
    background-position: -27px -298px;
}

.lawyer-ttl_13::before {
    background-position: -28px -324px;
}

.lawyer-ttl_14::before {
    background-position: -28px -353px;
}

.lawyer-item:hover .lawyer-ttl_1::before {
    background-position: 0px -2px;
}

.lawyer-item:hover .lawyer-ttl_2::before {
    background-position: -1px -29px;
}

.lawyer-item:hover .lawyer-ttl_3::before {
    background-position: -2px -55px;
}

.lawyer-item:hover .lawyer-ttl_4::before {
    background-position: -2px -83px;
}

.lawyer-item:hover .lawyer-ttl_5::before {
    background-position: -1px -110px;
}

.lawyer-item:hover .lawyer-ttl_6::before {
    background-position: 0px -134px;
}

.lawyer-item:hover .lawyer-ttl_7::before {
    background-position: -2px -162px;
}

.lawyer-item:hover .lawyer-ttl_8::before {
    background-position: -2px -190px;
}

.lawyer-item:hover .lawyer-ttl_9::before {
    background-position: 0px -216px;
}

.lawyer-item:hover .lawyer-ttl_10::before {
    background-position: -1px -244px;
}

.lawyer-item:hover .lawyer-ttl_11::before {
    background-position: -2px -271px;
}

.lawyer-item:hover .lawyer-ttl_12::before {
    background-position: 0px -298px;
}

.lawyer-item:hover .lawyer-ttl_13::before {
    background-position: -1px -324px;
}

.lawyer-item:hover .lawyer-ttl_14::before {
    background-position: -1px -353px;
}

.lawyer-info {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lawyer-text {
    width: 65%;
    font-size: 15px;
    color: #000;
}

.lawyer-ph {
    width: 30%;
}

.lawyer-ph img {
    max-width: 100px;
    width: 100%;
    border-radius: 2px;
}

.lawyer-item:hover .lawyer-ttl, .lawyer-item:hover .lawyer-text {
    color: #F39100;
}

.btn_uptop {
    position: fixed;
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    bottom: 50px;
    right: 7%;
    margin-right: -30px;
    outline: none;
    opacity: 0;
    cursor: pointer;
    font-size: 12px;
    color: #767676;
    border: none;
    background-color: transparent;
    z-index: 4;
}

.btn_uptop:hover {
    /*opacity: 1*/
}

.btn_upview {
    transition: opacity 0.4s ease, margin-right 0.0s ease-out;
    margin-right: 0px;
    opacity: 0.8;
}

.btn_uptop::before {
    content: url('../img/btn-up.svg');
    width: 72px;
    height: 72px;
    position: absolute;
    top: -65px;
    right: -9px;
}

.logo-for_mobile {
    display: none;
}

.search-lnk_bt11, .search-lnk_bt12, .search-lnk_bt13, .search-lnk_bt14 {
    display: none;
}

.box-title_wrap_2::after {
    content: "";
    display: table;
    clear: both;
}

.page-footer {
    z-index: 3;
}

.for-mobile_wrap {
    display: block;
}

.for-mobile_top {
    display: none;
    position: relative;
}

.for-mobile_top a {
    display: block;
    padding: 22px 35px 18px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #242424;
    text-decoration: none;
    font-weight: bold;
    padding-left: 40px;
    padding-left: 48px;
    line-height: 16px;
}

.for-mobile_top img {
    left: 13px;
    position: absolute;
    top: 16px;
}

.for-mobile_top .showplus:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #F19100;
    border-right: 3px solid #F19100;
    position: absolute;
    top: 41%;
    right: 20px;
    transform: rotate(135deg);
    transition: 0.5s;
}

.for-mobile_top .showminus:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #F19100;
    border-right: 3px solid #F19100;
    position: absolute;
    top: 42%;
    right: 20px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.nav-profile_wrap {
    float: left;
    position: relative;
}

.nav-profile_wrap .top-nav__profile {
    margin-top: -6px;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav__profile_box {
    display: block;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 4px 15px 13px;
    top: 35px;
    right: 3px;
    width: 215px;
}

.page-header__wrap_mp {
    overflow: visible;
}

.page-header_mp {
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E3E3;
}

.top-nav__profile-circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #F39100;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 27px;
}

.top-nav__profile .showminus:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #94C11C;
    border-right: 2px solid #94C11C;
    position: absolute;
    top: 20%;
    right: 11px;
    transform: rotate(135deg);
    transition: 0.5s;
}

.top-nav__profile .showplus:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #94C11C;
    border-right: 2px solid #94C11C;
    position: absolute;
    top: 40%;
    right: 11px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.top-nav__profile-wallet {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../img/wallet.svg');
    position: absolute;
    top: -15px;
    right: 19px;
}

.top-nav__profile {
    padding-left: 28px;
    padding-right: 33px;
    margin-right: 0;
}

.nav__profile_box a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.lnk-login {
    padding: 9px 0 1px;
}

a.lnk-login-out {
    font-size: 12px;
    color: #242424;
    margin-top: 12px;
}

.name-login {
    color: #F39100;
    margin-top: 15px;
}

.lnk-login-profile {
    padding: 9px 0;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 9px;
}

.nav__profile_box {
    display: none;
}

.seminars-box .lnk_all_wrap2 {
    width: 100%;
}


/* ADAPTIVE */

@media (max-width: 1370px) {

    .seminars-box {
        padding: 0px 0px;
    }

}

@media (max-width: 1280px) {

    .slider-news__photo {
        width: 40%;
    }

    .slider-news__info {
        width: 57%;
    }

    .slider-news_ttl {
        font-size: 16px;
    }

}

@media (max-width: 1180px) {

    .seminars_row .seminar_col:nth-child(3) {
        display: none;
    }

    .seminar_col {
        width: 47%;
    }

    .search-lnks_btm {
        justify-content: flex-start;
    }

    .search-lnk_bt {
        margin-right: 5px;
    }

    .slider-news_ttl {
        font-size: 16px;
    }

    .slider-news_text {
        font-size: 14px;
    }

    .topical-box_col {
        width: 100%;
    }

    .news-box_col {
        width: 100%;
    }


}


@media (max-width: 1080px) {

    .top-nav_tel .phone-shedule {
        font-size: 10px;
        margin-left: 31px;
        display: block;
        margin-top: 2px;
    }

    .top-nav_tel img {
        top: 7px;
    }

    .top-nav_tel {
        margin-top: 0px;
    }

    .news-item_text {
        font-size: 14px;
    }

}


@media (max-width: 1023px) {

    .container_mp {
        padding: 0px 20px;
    }

    .top-logo {
        float: none;
        position: absolute;
        left: 50%;
        margin-left: -22px;
        top: 3px;
    }

    .page-header {
        height: auto;
    }

    .top-nav_desctop {
        display: none;
    }

    .search-lnks_right {
        display: none;
    }

    .search-string {
        max-width: 100%;
    }

    .page-search__input {
        font-size: 15px;
    }


    .page-search_mp .container_mp {
        padding: 0px;
    }

    .page-search_mp .search-wrap {
        padding: 0px 15px;
    }

    .page-search_mp {
        padding-bottom: 0px;
    }

    .search-lnk_bt11, .search-lnk_bt12, .search-lnk_bt13, .search-lnk_bt14 {
        display: block;
    }

    .search-lnk_bt {
        margin-right: 0px;
    }

    .search-lnks_btm {
        justify-content: space-between;
        min-width: 1300px;
        padding: 15px;
        background: #FFFFFF;
    }

    .search-lnk_bt__2 {
        padding-left: 12px;
    }

    .search-lnk_bt {
        font-size: 12px;
        color: #000000;
        text-transform: none;
        position: relative;
        padding: 50px 3px 1px;
        width: 89px;
        text-align: center;
    }

    .search-lnk_bt::before {
        content: '';
        display: block;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);

    }

    .search-lnk_bt1::before {
        background: url('../img/search-lnk_bt1.svg') no-repeat center 100%;
    }

    .search-lnk_bt2::before {
        background: url('../img/search-lnk_bt2.svg') no-repeat center 100%;
    }

    .search-lnk_bt3::before {
        background: url('../img/search-lnk_bt3.svg') no-repeat center 100%;
    }

    .search-lnk_bt4::before {
        background: url('../img/search-lnk_bt4.svg') no-repeat center 100%;
    }

    .search-lnk_bt5::before {
        background: url('../img/search-lnk_bt5.svg') no-repeat center 100%;
    }

    .search-lnk_bt6::before {
        background: url('../img/search-lnk_bt6.svg') no-repeat center 100%;
    }

    .search-lnk_bt7::before {
        background: url('../img/search-lnk_bt7.svg') no-repeat center 100%;
    }

    .search-lnk_bt8::before {
        background: url('../img/search-lnk_bt8.svg') no-repeat center 100%;
    }

    .search-lnk_bt9::before {
        background: url('../img/search-lnk_bt9.svg') no-repeat center 100%;
    }

    .search-lnk_bt10::before {
        background: url('../img/search-lnk_bt10.svg') no-repeat center 100%;
    }

    .search-lnk_bt11::before {
        background: url('../img/search-lnk_bt11.svg') no-repeat center 100%;
    }

    .search-lnk_bt12::before {
        background: url('../img/search-lnk_bt12.svg') no-repeat center 100%;
    }

    .search-lnk_bt13::before {
        background: url('../img/search-lnk_bt13.svg') no-repeat center 100%;
    }

    .search-lnk_bt14::before {
        background: url('../img/search-lnk_bt14.svg') no-repeat center 100%;
    }

    .search-lnks_wrap {
        overflow-x: scroll;
    }

    .search-lnk_bt:hover {
        transform: translate(0, -3px);
        background: transparent;
        transition: 0.2s ease;
    }

    .search-lnks_wrap::-webkit-scrollbar {
        width: 0px;
        padding-bottom: 0px;
        height: 0px;
    }

    .content-wrap {
        display: flex;
        flex-flow: wrap;
    }

    .section-left {
        width: 100%;
        float: none;
    }

    .section-right {
        order: 3;
        width: 100%;
        float: none;
    }

    .commun-btns .btn-bx2 {
        display: inline-block;
        max-width: 215px;
        width: 100%;
        margin-right: 15px;
        margin-left: 15px;
        padding: 9px 30px;
    }

    .btn-wrap:hover .btn-note {
        display: none;;
    }

    .btn-bx {
        margin-right: 15px;
        margin-left: 15px;
        max-width: 215px;
        width: 100%;
    }

    .sidebar-box_favour {
        width: 100%;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .favour_wrap {
        width: 47%;
    }

    .favour_wrap:first-child {
        position: relative;
    }

    .favour_wrap:first-child::after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        background: #C8C8C8;
        top: 0;
        right: -6.5%;

    }

    .favour_wrap {
        margin: 5px 0 10px;
    }

    .sidebar-box_quest, .sidebar-box_review, .lnk_all_expert, .counter-answers {
        display: none;
    }

    .section-center {
        padding: 0;
        overflow: visible;
    }

    .slick-next {
        top: 50%;
        transform: translate(0%, -50%);
        right: -20px;
    }

    .slick-prev {
        top: 50%;
        transform: translate(0%, -50%);
        left: -20px;
    }

    .btn_uptop {
        bottom: 40px;
    }

    .slider-news__photo {
        width: 27%;
    }

    .slider-news__info {
        width: 70%;
    }

    .for-mobile_wrap {
        display: none;
    }

    .for-mobile_top {
        display: block;
    }

    .news-box_col {
        width: 100%;
    }

    .news-box, .seminars-box {
        background: #FFFFFF;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        padding: 2px;
    }

    .for-mobile_wrap {
        border-top: 1px solid #C8C8C8;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .news-box_col.content-box_2 {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .news-item_photo {
        display: none;
    }

    .news-box_item-ph .news-item_text {
        width: 100%;
    }

    .news-box_item {
        margin-bottom: 0px;
        padding: 10px 15px;
        border-bottom: 1px solid #C8C8C8;
        margin-bottom: 0px;
    }

    .news-box_item-last {
        padding: 10px 15px !important;
        border-bottom: 1px solid #C8C8C8 !important;
    }

    .news-box_col:last-child .news-box_item:last-child {
        border-bottom: none;
    }

    .news-box .box-title_wrap_2 {
        padding: 0 15px;
    }

    .for-mobile_wrap .box-title_2 {
        margin-bottom: 5px;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
        text-transform: none;
        color: #F39100;
        position: relative;
    }

    .box-title_right {
        font-size: 12px;
        margin-top: 3px;
        border-bottom: 1px dashed #767676;
    }

    .box-title_right span {
        display: none;
    }

    .box-title_left:after {
        content: '';
        display: inline-block;
        position: absolute;
        box-sizing: border-box;
        transition: 0.2s ease-in;
        width: 7px;
        height: 7px;
        top: 7px;
        margin-left: 10px;
        border-left: 2px solid #F39100;
        border-bottom: 2px solid #F39100;
        transform: translate(0, 0) rotate(-135deg);
    }

    .box-title_left:hover:after {
        transform: translate(3px, 0) rotate(-135deg);
        transition: 0.2s ease-in;
    }

    .section-center {
        display: flex;
        flex-flow: wrap;
        width: 100%;
    }

    .sidebar-box_commun, .sidebar-box_favour, .slider-news_box, .news-box, .topical-box, .seminars-box, .readable-box, .discussion-box, .lawyer-box {
        margin-bottom: 24px;
        width: 100%;
    }

    .slider-news_box {
        order: 1;
    }

    .news-box {
        order: 2;
    }

    .seminars-box {
        order: 3;
    }

    .discussion-box {
        order: 4;
    }

    .readable-box {
        order: 5;
    }

    .topical-box {
        order: 6;
    }

    .lawyer-box {
        order: 7;
    }

    .seminar_col {
        max-width: 250px;
    }

    .seminars_row {
        justify-content: space-evenly;
        width: 90%;
        margin: 0 auto;
    }

    .seminars-tabs_nav {
        max-width: 90%;;
        margin: 0 auto;
    }

    .seminars-box .tablinks {
        font-size: 14px;
    }

    .seminars-box .tablinks img {
        display: none;
    }

    .box-title_2 {
        font-size: 14px;
    }

    .discussion_item {
        font-size: 14px;
    }

    .discussion-box, .readable-box {
        background: #FFFFFF;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        padding: 10px;
    }

    .discussion-box .content-box_2, .readable-box .content-box_2 {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .discussion-box .box-title_wrap_2, .readable-box .box-title_wrap_2 {
        border-bottom: 1px solid #C8C8C8;
        margin-bottom: 10px;
        margin-top: 7px;
    }

    .discussion-box .box-title_right {
        display: none;
    }

    .discussion-box .tablinks {
        margin-bottom: 12px;
    }

    .readable_item {
        font-size: 14px;
    }

    .topical-box_col {
        width: 49%;
    }

    .topical-item {
        font-size: 14px;
    }

    .aside-wrap {
        background: transparent;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px;
    }

    .icon__new:after {
        display: none;
    }

    .aside-wrap {
        display: flex;
        flex-flow: wrap;
    }

    .aside-box {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        padding: 4px;
    }

    .aside-box_contractor, .demo-box {
        width: 100%;
    }

    .aside-box_contractor {
        order: 1;
    }

    .aside-box_reference {
        order: 2;
    }

    .aside-box_courses {
        order: 3;
    }

    .aside-box_weekform {
        order: 4;
    }

    .aside-box_weekform {
        order: 5;
    }

    .aside-box_choice {
        order: 6;
    }

    .aside-box_notifications {
        order: 7;
    }

    .demo-box {
        order: 8;
    }

    .aside-box_reference .box-title, .aside-box_reference .box-title_wrap2, .aside-box_weekform .box-title, .aside-box_weekform .box-title_wrap2, .aside-box_choice .box-title, .aside-box_choice .box-title_wrap2, .aside-box_notifications .box-title, .aside-box_notifications .box-title_wrap2 {
        border-bottom: none;
        border-top: none;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 0px;
    }

    .aside-wrap .for-mobile_wrap {
        padding: 0 35px;
    }

    .reference_list {
        width: 100%;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .reference_item {
        width: 48%;
    }

    .reference_item {
        font-size: 13px;
    }

    .course_item {
        width: 24%;
        text-align: center;
    }

    .course_numb {
        float: none;
        margin-left: 10px;
    }

    .aside-box_courses .box-title {
        border-top: none;
    }

    .aside-box_courses .box-title_wrap2 {
        padding-left: 50px;
        position: relative;
    }

    .aside-box_courses .box-title_wrap2:before {
        content: url('../img/mob-top_4.svg');
        display: inline-block;
        position: absolute;
        top: 17px;
        left: 15px;
    }

    .aside-box_courses .box-title_wrap2 .box-title_arr {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        color: #242424;
    }

    .aside-box_courses .box-title_arr:after {
        display: none;
    }

    .aside-box_courses .box-title_wrap2 .box-title_arr {
        margin-bottom: -15px;
    }

    .box-title_wrap2 span {
        font-size: 12px;
    }

    .weekform_item__first img {
        display: none;
    }

    .weekform_item__first .weekform_item {
        width: 100%;
    }

    .aside-box_courses .lnk_all_wrap2 {
        margin-right: 20px;
    }

    .weekform_item {
        margin-bottom: 10px;
    }

    .ttl-grey {
        display: block;
        font-weight: 400;
        font-size: 12px;
        color: #767676;
        text-transform: none;
    }

    .aside-box_choice .for-mobile_top img {
        top: 16px;
    }

    .aside-box_choice .for-mobile_top a {
        padding: 14px 35px 13px 50px;
    }

    .aside-box_choice .box-title_wrap2 span {
        display: none;
    }

    .aside-box_choice .box-title_wrap2 .box-title_arr {
        margin-bottom: 0px;
    }

    .choice_list {
        width: 100%;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .choice_item {
        width: 32%;
        font-size: 12px;
        padding: 11px 5px 11px 35px;
    }

    .choice_item::before {
        top: 5px;
        left: 1px;
    }

    .notific-list_2 {
        width: 100%;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .notific_item_2 {
        width: 32%;
    }

    .notific-soc__item {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .notific-soc__item img {
        width: 100%;
    }

    .notific_item {
        font-size: 12px;
    }

    .notific_item::before {
        width: 6px;
        height: 6px;
        top: 7px;
    }

    .notific_item_2 {
        font-size: 12px;
    }

    .notific_item_2::before {
        top: 7px;
    }

    .aside-box_notifications .lnk_all {
        background: #F39100;
        border-radius: 6px;
        display: inline-block;
        color: #FFFFFF !important;
        text-decoration: none;
        transition: 0.2s ease-in;
        position: relative;
        padding: 6px 14px;
        margin-bottom: 5px;
    }

    .aside-box_notifications .lnk_all:after {
        display: none;
    }

    .demo-top {
        display: inline-block;
    }

    .demo-box {
        text-align: center;
        padding-bottom: 14px;
    }

    .demo-btn {
        max-width: 250px;
        display: inline-block;
        width: 100%;
    }

    .btn-bx2:hover {
        border: 1px solid #F39100;
        transition: 0.3s linear;
    }

    .btn-wrap .lnk_all2 {
        display: none;
    }

    .btn-wrap {
        text-align: center;
    }

}

@media (max-width: 980px) {


}


@media (max-width: 767px) {

    .logo-for_desktop {
        display: none;
    }

    .logo-for_mobile {
        display: block;
    }

    .logo-note:before {
        left: 32px;
    }

    .logo-note:after {
        left: 32px;
    }

    .top-logo_mp {
        min-width: 50px;
    }


    .top-nav_tel {
        margin-left: 6px;
    }

}

@media (max-width: 600px) {

    .workarea .page-search_mp input.page-search__submit {
        background-image: url(../img/bx-search-alt.svg) !important;
    }

    .workarea .page-search_mp input.page-search__submit:hover {
        background-color: #F39100 !important;
    }

    .layout--index .workarea input.page-search__input {
        padding-right: 20px;
    }

    .layout--index {
        background: #f3f3f3;
    }

    .aside-wrap .for-mobile_wrap {
        padding: 0 20px;
    }

    .reference_item {
        width: 100%;
    }

    .course_item {
        width: 48%;
        text-align: center;
    }

    .choice_item {
        width: 48%;
    }

    .notific_item_2 {
        width: 100%;
    }

    .commun-btns .btn-bx2, .btn-bx {
        max-width: 141px;
        padding: 8px 6px;
        font-size: 12px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .commun-btns .btn-bx2 {
        padding: 7px 6px;
    }

}


@media (max-width: 560px) {

    .top-logo_mp:hover .logo-note {
        width: 100%;
        min-width: 250px;
    }

    .top-nav_tel img {
        display: none;
    }

    .top-nav_tel {
        display: none;
    }

    .top-nav_tel .phone-shedule {
        margin-left: 0;
    }

    .top-nav__btn {
        padding: 6px 11px;
        margin-top: -1px;
        margin-right: 15px;
    }

    .top-nav__ent img {
        display: none;
    }

    .top-nav__ent {
        margin-top: 3px;
    }

    .page-search_mp .page-search__toggle {
        display: none;
    }

    .page-search__input {
        font-size: 12px;
    }

    .box-title {
        font-size: 18px;
    }

    .btn-bx, .btn-bx2 {
        box-sizing: border-box;
        margin-bottom: 8px;
    }

    .favour_wrap {
        width: 100%;
        margin: 5px 0 0px;
    }

    .favour_item {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .favour_wrap:first-child::after {
        display: none;
    }

    .slider-news__photo {
        width: 45%;
    }

    .slider-news__info {
        width: 52%;
        padding-right: 10px;
    }

    .slider-news_ttl {
        font-size: 12px;
    }

    .slider-news_text {
        font-size: 12px;
    }

    .for-mobile_top a {
        font-size: 12px;
    }

    .news-item_text {
        font-size: 12px;
    }

    .seminars_row .seminar_col:nth-child(2) {
        display: none;
    }

    .seminar_col {
        width: 100%;
    }

    .seminars-tabs_nav, .readable-tabs_nav {
        justify-content: space-evenly;
        max-width: 100%;
    }

    .seminars-box .tablinks, .readable-box .tablinks {
        display: inline-block;
        padding: 6px 13px;
        background: #EFEFEF;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 4%);
        border-radius: 20px;
        font-size: 12px;
        color: #242424;
        transition: 0.2s ease;
        cursor: pointer;
        margin-bottom: 15px;
        margin-right: 5px;
        text-transform: none;
        border: none;
        width: auto;
    }

    .seminars-box .tablinks:hover, .readable-box .tablinks:hover {
        border: none;
        font-weight: normal;
    }

    .seminars-box .tablinks.active, .readable-box .tablinks.active {
        color: #FFFFFF;
        background: #F39100;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 4%);
        transition: 0.2s ease;
        border: none;
        font-weight: normal;
    }

    .box-title_2 {
        font-size: 12px;
    }

    .discussion_item {
        font-size: 12px;
    }

    .discussion-box .tablinks {
        font-size: 12px;
    }

    .discussion_item {
        padding: 8px 0px 8px 40px;
    }

    .discussion_item::before {
        content: '';
        width: 8px;
        height: 8px;
        left: 16px;
        top: 10px;
    }

    .readable_item {
        font-size: 12px;
    }

    .topical-box .content-box_2 {
        background: transparent;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .topical-box_col {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #C8C8C8;
    }

    .topical-box_row {
        background: #FFFFFF;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
        border-radius: 4px;
        padding: 10px;
    }


    .topical-ph {
        display: none;
    }

    .topical-text {
        width: 100%;
    }

    .topical-ttl::before {
        display: none;
    }

    .topical-text {
        margin-top: 0px;
    }

    .topical-ttl {
        padding-left: 0px;
    }

    .topical-item {
        font-size: 12px;

    }

    .topical-box_col:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .lawyer-box_col {
        width: 100%;
    }

    .lawyer-box .content-box_2 {
        background: transparent;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .lawyer-box_row {
        background: #FFFFFF;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
        border-radius: 4px;
        padding: 10px;
    }

    .lawyer-ph {
        display: none;
    }

    .lawyer-text {
        width: 100%;
    }

    .lawyer-ttl::before {
        display: none;
    }

    .lawyer-ttl {
        padding-left: 0px;
        margin-bottom: 5px;
    }


    .lawyer-item {
        font-size: 12px;
    }

    .lawyer-text {
        font-size: 12px;
    }

    .lawyer-box .content-box_2 {
        border-bottom: 1px solid #C8C8C8;
    }

    .lawyer-box .content-box_2:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .aside-box_courses .box-title_wrap2 .box-title_arr {
        font-size: 12px;
    }

    .weekform_item {
        font-size: 12px;
    }

    .notific-soc__item {
        width: 20px;
        height: 20px;
        margin-right: 20px;
    }

    .demo-btn {
        max-width: 125px;
    }

    .page-content_mp {
        padding: 68px 0 40px;
    }

    .nav-profile_wrap {
        margin-left: 0;
    }

    .top-nav__profile {
        padding-left: 0;
    }
}

@media (max-width: 400px) {
    .choice_item {
        width: 100%;
    }


}


/*login*/
.login-bl_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}


.login-bl {
    max-width: 881px;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding: 50px 0px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    position: relative;
}

.login-bl_row {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.login-col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 25px;
}


.login-col_left {
    border-right: 1px solid #DEDEDE;
}

.enter-bl {
    max-width: 319px;
    margin: 0 auto;
}

.enter_group {
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: 25px;
}

.enter_group input[type="text"], .enter_group input[type="email"], .enter_group input[type="password"] {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: none;
    width: 100%;
    padding: 0px 13px 2px;
    height: 28px;
    font-size: 18px;
    background-color: #F5F5F5;
    border-radius: 0px 0px 12px 12px;
}

.enter_lbl {
    display: block;
    margin-top: 7px;
    margin-left: 13px;
    color: #7E7E7E;
    font-size: 18px;
}

.enter_btn input[type="submit"] {
    background: linear-gradient(180deg, #FFBB6A 0%, #F7941D 100%);
    border-radius: 9px;
    height: 80px;
    max-width: 314px;
    width: 100%;
    font-size: 24px;
    margin: 20px auto;
    -webkit-box-shadow: 0px 3px 16px 5px rgba(247, 148, 29, 0.38);
    -moz-box-shadow: 0px 3px 16px 5px rgba(247, 148, 29, 0.38);
    box-shadow: 0px 3px 16px 5px rgba(247, 148, 29, 0.38);
    letter-spacing: 0.03em;

}

.enter_btn input[type="submit"]:hover {
    background: linear-gradient(180deg, #FFBB6A   0%, #e77e00   100%);
}

.enter_btn input[type="submit"]:active {
    background: linear-gradient(180deg, #fdae50 0%, #e98104 100%);
    -webkit-box-shadow: 0px 3px 16px 5px rgba(191, 118, 30, 0.38) inset;
    -moz-box-shadow: 0px 3px 16px 5px rgba(191, 118, 30, 0.38) inset;
    box-shadow: 0px 3px 16px 5px rgba(191, 118, 30, 0.38) inset;
}

.enter_password {
    text-align: center;
    margin: 25px auto 0;
}

.enter_password a{
    font-weight: bold;
    font-size: 16px;
    text-decoration-line: underline;
    color: #EA951A;
    display: inline-block;
}

.enter_password a:hover {
    color: #87BC26 !important;
    transition: 0.2s linear;
}

.access-bl {
    max-width: 319px;
    margin: 0 auto;
    text-align: center;
}

.access_img {
    margin: 15px auto;
}

.access-text {
    font-weight: normal;
    font-size: 24px;
    color: #000000;
}

.access_btn a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(180deg, #B6EB56 0%, #87BC26 100%);
    border-radius: 9px;
    height: 80px;
    line-height: 80px;
    max-width: 314px;
    width: 100%;
    font-size: 24px;
    margin: 16px auto;
    -webkit-box-shadow: 0px 3px 16px 5px rgba(135, 188, 38, 0.38);
    -moz-box-shadow: 0px 3px 16px 5px rgba(135, 188, 38, 0.38);
    box-shadow: 0px 3px 16px 5px rgba(135, 188, 38, 0.38);
    letter-spacing: 0.03em;
    text-align: center;
}

.access_btn a:hover {
    background: linear-gradient(180deg, #a5e92a 0%, #62910e 100%);
    color: #fff !important;
}

.access_btn a:active {
    background: linear-gradient(180deg, #a5e92a 0%, #62910e 100%);
    -webkit-box-shadow: 0px 3px 16px 5px rgba(108, 150, 31, 0.38) inset;
    -moz-box-shadow: 0px 3px 16px 5px rgba(108, 150, 31, 0.38) inset;
    box-shadow: 0px 3px 16px 5px rgba(108, 150, 31, 0.38) inset;
}

.call-center {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 16px;
    left: 0px;
    right: 0px;
    padding-top: 14px;
}

.call-center a{
    color: #000;
    text-decoration: none;
}

.login-bl_explan {
    max-width: 1085px;
    padding: 50px 0px;
}

.explanation-bl {
    max-width: 437px;
    margin: 0 auto;
}

.access-enter {
    text-align: center;
    max-width: 345px;
    margin: 0 auto;
}

.access-enter .access_btn a {
    height: 70px;
    line-height: 70px;
    max-width: 337px;
}

.access-enter .btn-note {
    font-size: 18px;
    line-height: 1.1;
}

.access_wrap {
    margin-bottom: 40px;
    margin-top: 10px
}


.enter_btn a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(180deg, #FFBB6A 0%, #F7941D 100%);
    border-radius: 9px;
    height: 70px;
    line-height: 70px;
    max-width: 337px;
    width: 100%;
    font-size: 24px;
    margin: 16px auto;
    -webkit-box-shadow: 0px 3px 16px 5px rgba(247, 148, 29, 0.38);
    -moz-box-shadow: 0px 3px 16px 5px rgba(247, 148, 29, 0.38);
    box-shadow: 0px 3px 16px 5px rgba(247, 148, 29, 0.38);
    letter-spacing: 0.03em;
    text-align: center;

}

.enter_btn a:hover {
    background: linear-gradient(180deg, #FFBB6A   0%, #e77e00   100%);
    color: #fff !important;
}

.enter_btn a:active {
    background: linear-gradient(180deg, #fdae50 0%, #e98104 100%);
    -webkit-box-shadow: 0px 3px 16px 5px rgba(191, 118, 30, 0.38) inset;
    -moz-box-shadow: 0px 3px 16px 5px rgba(191, 118, 30, 0.38) inset;
    box-shadow: 0px 3px 16px 5px rgba(191, 118, 30, 0.38) inset;
}

.login-bl_explan .login-col {
    padding: 30px 20px;
}

.explan-ttl {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
}

.explan-img {
    text-align: center;
    margin: 10px auto;
}

.info-doc_wrap {
    font-size: 18px;
    line-height: 1.4;
    margin-top: -10px;
}

.info-doc_dateAuthor {
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 10px;
}

.explan-img_marg {
    margin-top: 50px;
}

.login-bl_question {
    max-width: 788px;
    padding: 15px 0px;
    margin-top: 32px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;

}

.login-bl_question .explan-ttl {
    font-size: 20px;
    line-height: 1.8;
}

.login-bl_question .explan-img {
    margin: 37px auto 17px;
}

.login-bl_question .login-col {
    padding: 15px 20px;
}

.login-bl_question .access-enter {
    max-width: 305px;
}





@media (max-width: 1023px) {
    .login-bl_question {
        margin: 32px auto 50px;
    }
}



@media (max-width: 860px) {

    .enter_btn input[type="submit"] {
        height: 60px;
    }

    .access_btn a, .enter_btn a, .access-enter .access_btn a {
        height: 60px;
        line-height: 60px;
    }
}


@media (max-width: 690px) {

    .login-col {
        width: 100%;
        padding: 20px 0px;
    }

    .login-col_left {
        border-right: none;
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 45px;
    }

    .login-bl {
        margin: 0px auto ;
        width: 95%;
        padding: 50px 20px 30px;
    }

    .access_img img{
        width: 50px;
    }

    .access_wrap {
        margin-top: 0px;
    }

    .login-bl_explan {
        padding: 20px 15px;
    }

    .explan-ttl {
        font-size: 23px;
    }

    .info-doc_wrap {
        font-size: 16px;
    }

    .explan-img_marg {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .login-bl_question {
        margin: 30px auto 20px;
    }

    .login-bl_question .explan-img {
        margin: 20px auto 17px;
    }

    .login-bl_question .login-col {
        padding: 20px 0px 15px;
    }

    .call-center {
        position: inherit;
    }

}


@media (max-width: 600px){

    .login-bl_question .explan-ttl {
        font-size: 16px;
    }

    .access-enter .btn-note {
        font-size: 16px;
    }
}
