/*
@font-face {
font-family: "BIZUDPGothic";
src: url("/template/BIZUDPGothic-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body{
    font-family: BIZUDPGothic;
}*/

a {
    color: blue !important;
}

a:hover {
    color: black !important;
}

.err {
    border: 1px solid red !important;
}

.err-text, .help-block {
    color: red !important;
}

.green {
    color: green;
}

.modal-body {
    overflow-y: scroll;
    max-height: 500px;
}

.resume img {
    width: 50%;
}

.scholars_list, .hide_schdule, #downloadPDF, .downloadPDF, #buy_this_popup, .auth_popup, .popup_buy_one, .popup_buy_one- {
    display: none;
}

.auth_popup {
    z-index: 999999;
    position: absolute;
    right: 0;
    background: white;
    padding: 20px;
    border: 1px solid black;
    text-align: center;
}

.auth_popup a {
    color: #0a86e9 !important;
}

.auth_popup a:hover {
    background: transparent !important;
    color: #0888ed !important;
}

.auth_popup_mob {
    position: fixed;
    right: 20px;
    left: 20px;
    top: 25%;
}

.popup_buy_one- {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff99;
}

.popup_buy_one- > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_buy_one- > div > div {
    width: 50%;
    border: 1px solid black;
    padding: 20px;
    text-align: center;
    background: white;
}

.popup_buy_one- .matrix_name {
    font-size: 3em;
    line-height: 2em;
    font-weight: bold;
}

.popup_buy_one- .matrix_description {

}

.popup_buy_one- .matrix_price {
    font-size: 3em;
    line-height: 2em;
    font-weight: bold;
}

.popup_buy_one- .matrix_close {
    line-height: 4em;
}

.popup_buy_one- .matrix_close a {
    color: #0a86e9;
}

.widget {
    margin-bottom: 0px;
}

.have_schedule {
    border: 1px solid green;
    cursor: pointer;
}

.calendar_load {
    text-align: center;
}

.calendar_load {
    margin-bottom: 20px;
}

.calendar_load .navi {
    color: #fff;
}

/*
#mainnav, .navbar{
    display: none !important;
}*/
.dashboard-wrapper {
    margin: 0px 0px;
}

header {
    left: 10px;
}

.dev-text {
    margin: 20px 10px 0 0;
    height: 32px;
    line-height: 32px;
    float: right;
}

.btn-moon {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #618ea7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#628fa8), to(#628fa8));
    background-image: -webkit-linear-gradient(top, #6794ad, #00BCD4);
    background-image: -moz-linear-gradient(top, #d13736, #d13736);
    background-image: -ms-linear-gradient(top, #d13736, #d13736);
    background-image: -o-linear-gradient(top, #d13736, #d13736);
    background-image: linear-gradient(top, #d13736, #d13736);
    border-color: #618ea7 #00BCD4 #5e8ba3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-moon:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #618ea7;
    background-image: none !important;
    border-color: #618ea7 #00BCD4 #5e8ba3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.activation_text {
    margin-bottom: 25px;
    color: green;
    font-size: 26px;
}

/*.reportabug_btn{
    background: #7d95f0;
    color: white;
}*/
.upgrade_btn {
    background: #579aff;
    line-height: 32px;
    padding: 0 15px;
    height: 32px;
    display: block;
}

.label-bug {
    float: none !important;
    text-align: left !important;
    width: auto !important;
}

.label-bug > input {
    padding: 0px;
}

header #mini-nav li {
    background: #585f70;
    color: white;
}

.modal {
    /*position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 800px;
    margin-left: -400px;
    background-color: white;
    *: ;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    outline: none;*/
}

#dt_example {
    overflow-x: auto;
}

#upgrade_tarif {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#upgrade_tarif form {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;

}

#upgrade_tarif .modal-body {
    display: flex;
    height: 100%;
    max-height: 100% !important;
    align-items: center;
    justify-content: center;

}

#upgrade_tarif .row-fluid {
    height: 100%;
    display: flex;
    align-items: center;
}

.tarif_u {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
}

.tarif_u.active {
    border: 2px solid blue;
}

.upgradeT {
    height: 100%;
}

.upgradeT dt {
    font-size: 2em;
    line-height: 2em;
    border-bottom: 1px solid;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upgradeT dd {
    display: none;
    font-size: 2em;
    line-height: 2em;
    border-bottom: 1px solid #c1443d;
}

.upgradeT dd li {
    line-height: 1.5em;
}

.select_tarif {
    display: none;
}

.q_devices, .price30 {
    font-size: 0.7em;
}

/*
.upgradeTplus{
    font-size: 1em;
    height: 2em;
    display: flex;
    align-items: center;
}*/
.upgradeTplus span {
    border: 2px solid #c1443d;
    width: 1em;
    height: 1em;
    display: flex;
    text-align: center;
    border-radius: 2em;
    align-items: center;
    justify-content: center;
}

header .logo {
    max-width: 380px;
    max-height: 50px;
    margin: auto;
    font-size: 21px;
    color: #e6e7ef;
    font-weight: 500;
    float: left;
    position: absolute;
    height: 50px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* top: 12px;
     left: 26px;*/
}

@media (max-width: 767px) {
    header {
        /*margin: 15px 0 0 0;*/
    }
}

@media (max-width: 767px) {
    header .logo {
        top: 9px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    header .logo {
        top: 10px;
    }

    header span {
        display: none;
    }
}


.accordion-heading-remove {
    display: block;
    padding: 8px 12px;
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, white, #f7f7f7);
    background-image: -moz-linear-gradient(top, white, #f7f7f7);
    background-image: -ms-linear-gradient(top, white, #f7f7f7);
    background-image: -o-linear-gradient(top, white, #f7f7f7);
    background-image: linear-gradient(top, white, #f7f7f7);
    
}

.articles-menu {
    max-width: 80%;
    border: 0px !important;
    background: transparent !important;
    margin: 3px 0 0 0 !important;
}

@media (min-width: 1300px) {
    .articles-menu {
        max-width: 50%;
    }
}

@media (min-width: 2000px) {
    .articles-menu {
        max-width: 30%;
    }
}

.articles-menu ul {
    background: transparent !important;
    border: 1px solid white;
    float: right;
}

.articles-menu ul.articles-menu1 {
    border-bottom: 0;
}

.auth_popup {
    z-index: 999999;
    position: fixed;
    right: 0;
    background: #ffffffa8;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    padding: 0;
    border: 0;
}

.auth_popup .overlay_auth {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_popup .login {
    margin: 0;
    padding: 30px;
    border: 1px solid black;
    border-radius: 15px;
    position: relative;
    background: white;
}

.auth_popup .button_remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth_popup .close {
    position: absolute;
    z-index: 5;
    color: black !important;
    right: 0;
    top: 0;
    padding: 10px;
}

.auth_popup .hide_pass {
    display: none;
}

.auth_popup label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth_popup label > div {
    position: relative;
}

.auth_popup .eye a, .auth_popup .pass_gen a {
    padding: 5px;
}

.auth_popup .eye {
    position: absolute;
    right: 5px;
    top: 5px;
}

.auth_popup .pass_gen {
    position: absolute;
    right: 26px;
    top: 5px;
}

.login_soc {
    display: flex;
}

.login_soc a {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid red;
    margin: 5px 5px 15px 5px;
}

.r_f {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .dashboard-wrapper {
        margin: 25px 120px 50px !important;
    }
}

@media (min-width: 979px) {
    .logo {
        left: 120px;
    }
}

.dashboard-wrapper {
    background: white;
}

body {
    background: #343b4c;
}

header {
    left: 0 !important;
    right: 0 !important;
    padding: 0 10px;
    background: white;
    height: 69px !important;
    margin: 0;
}

.reg_button {
    background: white !important;
}

header #mini-nav li {
    border-right: 0px;
}

header #mini-nav {
    border: 0px;
}

.upgrade_btn_green {
    background: #009b09;
}

.dashboard-wrapper {
    top: 0 !important;
}

@media (min-width: 1130px) {

}

header {
    display: none;
}

.header_top {
    left: 0 !important;
    right: 0 !important;
    padding: 0px;
    background: white;
    margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header_top .span6 {
    height: 69px;
}

.header_top .devices {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.polovina {
    height: 100%;
    padding: 10px;
}

.header_top .logo img {
    height: 69px !important;
}

body {
    padding: 0 !important;
    margin: 0 !important;
}

.header_top .logo {
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.header_top .logo_text {
    font-size: 32px;
}

.header_top .nav {

}

.vtoraya_polovina {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.header_top .dev-text {
    height: auto;
    line-height: normal;
    float: none;
    margin: 0;
}

.navC {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.navC {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px; /* Пространство между кнопками */
}

.navC a {
    display: inline-block;
    padding: 8px 20px; /* Компактный размер кнопок */
    font-size: 14px; /* Уменьшенный размер текста */
    font-weight: 600; /* Полужирный текст */
    color: #ffffff; /* Белый цвет текста */
    text-decoration: none;
    text-align: center;
    background: linear-gradient(135deg, #56ccf2, #2f80ed); /* Приятный градиент синего */
    border: none;
    border-radius: 20px; /* Мягкое скругление */
    box-shadow: 0 3px 8px rgba(47, 128, 237, 0.3); /* Легкая тень */
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.navC a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3); /* Полупрозрачный круг */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.navC a:hover::before {
    width: 150%; /* Расширение круга */
    height: 150%;
}

.navC a:hover {
    background: linear-gradient(135deg, #2f80ed, #56ccf2); /* Смена направления градиента */
    box-shadow: 0 5px 12px rgba(47, 128, 237, 0.5); /* Усиление тени */
    transform: scale(1.05); /* Легкое увеличение */
}

.navC a:active {
    transform: scale(0.95); /* Уменьшение при нажатии */
    box-shadow: 0 3px 8px rgba(47, 128, 237, 0.3);
}

.navC a.secondary {
    background: linear-gradient(135deg, #f2994a, #f2c94c); /* Теплый градиент */
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(242, 153, 74, 0.3);
}

.navC a.secondary:hover {
    background: linear-gradient(135deg, #f2c94c, #f2994a);
    box-shadow: 0 5px 12px rgba(242, 153, 74, 0.5);
}


@media (max-width: 770px) {
    .header_top {
        left: 0 !important;
        right: 0 !important;
        padding: 10px;
        background: white;
        margin: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

}

@media (max-width: 751px) {
    .header_top {
        left: 0 !important;
        right: 0 !important;
        padding: 10px;
        background: white;
        margin: 0;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .header_top .logo img {
        height: 36px !important;
    }
    .header_top .logo_text {
        font-size: 14px;
    }
    .navC a, .navB {
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (min-width: 1000px) {
    .header_top {
        padding: 0px 120px;
    }
}

.button_green {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: green;
}

.button_blue {
    background: blue;
}

.buy_btn a {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: green;
}

.slide_otziv {
    width: 50%;
    /*border: 1px solid black;*/
}

.other_features {
    width: 1200px;
    background-color: #343b4c;
    color: #ffffff;
}

.other_features-options {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 30px;
}

.other_features-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.other_features-video {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.other_features-video-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slick-dots li button:before {
    font-size: 50px;
    line-height: 30px;
}

.slick-next {
    right: -105px;
}

.slick-prev {
    left: -105px;
}

.slick-prev, .slick-next {
    width: 80px;
    height: 80px;
}

.slick-dots {
    display: none !important;
}

.btn-success {
    color: white !important;
}

.pod_progrev {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 15px;
    flex-wrap: wrap;
    font-size: 16px;
}

.pod_progrev {
    /*display: none;*/
    text-align: center;
}

.new_req {
    display: flex;
    justify-content: center;
}

.new_req > div {
    display: none;
}

.footer_cabinet {
    position: absolute;
    left: 0;
    color: white;
    background-color: #272d3c;
    right: 0;
}

@media (max-width: 767px) {
    .service_img {
        display: none !important;
    }
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 0px;
}

.pre_block {
    display: block;
    padding: 10px;
    margin: 10px;
    font-size: 13px;
    background-color: #f4f4f4;
    border: 1px solid gray;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.upgrade_btn_green {
    display: none;
}

.first_img_article_one {
    width: 50%;
    float: right;
    margin: 0 0 10px 10px;

    border: 1px solid #3b4357;
    padding: 3px;
}

.new_req_button1 {
    font-size: 43px;
    text-align: center;
    color: white !important;
    background: #36369c;
    padding: 31px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .first_img_article_one {
        width: 100%;
        float: none;
        margin: 0 0 15px -4px;
    }

    .new_req_button1 {
        font-size: 1em;
    }
}

.navB {
    margin-bottom: 10px;
}

.article_mini_img {
    border: 1px solid #3b4357;
    padding: 3px;
}

.newM {
    margin-bottom: 20px;
    background: linear-gradient(135deg, #3b4357, #1e2433);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.newM ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; /* Расстояние между элементами */
    padding: 0;
    list-style: none;
    margin: 0;
}

.newM li {
    border-radius: 4px;
    background: #4c546b;
    padding: 8px 15px;
    transition: transform 0.3s ease, background 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.newM li:hover {
    background: #6a7284;
    transform: scale(1.05); /* Небольшое увеличение при наведении */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.newM a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.newM a:hover {
    color: #dcdcdc; /* Светло-серый цвет при наведении */
}

/* СТИЛЬ ДЛЯ АКТИВНОГО ПУНКТА МЕНЮ */
.newM li.active {
    background: #808080; /* Серый фон для активного пункта */
    transform: scale(1.05); /* Небольшое увеличение */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.newM li.active a {
    color: #ffffff !important; /* Белый текст на сером фоне */
}



.navbar, #mini-nav2 {
    display: none !important;
}

.amalfimatrix_partner_result {
    margin-bottom: 50px;
}

#buy_this_popup {
    display: none !important;
}

.tarif {
    margin: 20px auto;
    /*width:400px;*/
    /*height:400px;*/
    background-color: #fff;
    /*display:grid;*/
    /*grid-template-columns: 200px 200px;*/
    /*grid-row: auto auto;*/
    /*grid-column-gap: 20px;*/
    /*grid-row-gap: 20px;*/
}

.tarif label {


    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: sans-serif;

}

.tarif span {
    background-color: #4d4d4d;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.tarif input {
    display: none;
}

/*.tarif input[type="radio"]:checked + label {*/
.tarif input[type="radio"]:checked ~ * {
    background-color: #009b09;
}

.reg_and_buy .button_remember, .buy_tarif .button_remember, .popup_buy_one .button_remember {
    display: flex;
    justify-content: center;
    align-items: center;
}

.answ_success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.answ_success .f {
    border: 1px solid #009b09;
    font-size: 22px;
    font-weight: bolder;
    padding: 20px;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 36px;
}

.answ_success .s {
    text-align: center;
}

@media only screen and (max-height: 768px) {
    /*.auth_popup .reg_and_buy{*/
    .reg_and_buy {
        overflow-y: auto;
    }

    /*.auth_popup .reg_and_buy .overlay_auth{*/
    .reg_and_buy .overlay_auth {
        align-items: flex-start;
    }
}

.buy_bl_f {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    align-content: stretch;
}

.buy_bl_f .buy_bl_first {
    border: 3px solid #6798f8;

}

.buy_bl_f .buy_bl_second {
    border: 3px solid #363696;

}

.buy_bl_f_el {
    border-radius: 6px;
    width: 45%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    margin: 5px;
}

.buy_bl_f_el strong {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .buy_bl_f {
        display: flex;
        flex-direction: row;
        align-content: stretch;
        flex-wrap: wrap;
        justify-content: center;
    }

    .buy_bl_f_el {
        width: 80%;
    }
}

.amalfimatrix_partner_result {
    margin-bottom: 0;
}

.web20 {
    position: absolute;
    top: 5px;
    right: 5px;
}

.web20 span {
    padding: 4px 15px;
    background: #009b09;
    display: block;
    border-radius: 20px;
}

.web20 a {
    color: white !important;
}

@media (max-width: 770px) {
    .web20 {
        position: relative;
    }
}

@media (min-width: 1000px) {
    .web20 {
        right: 120px;
    }
}
.web20{
    display: none !important;
}
.newM .se_btn{
    background: #009b09;
}

.ya_auth_img{
height: 30px;
    display: inline-block;
}
.ya_auth_img_auth{
    display: block;
    padding: 10px 0 0 0;
    height: 36px;
    margin: 0;
}

.ya_auth_img img, .ya_auth_img_auth img{
    height: 100%;
}

