body {
    background: #FFF;
}


.h_reg>a:hover, .h_vhod>a:hover {
    color: #16C5DB;
}


#e_login {
    border-top: 2px solid #eee;
}

.login_e a.nav-link {
    background-color: #16C5DB !important;
    color: #fff;
    border: 1px solid #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff !important;
    border: 1px solid #ddd;
    border-top: 3px solid #16C5DB !important;
}

.nav-tabs > li.active > a:hover{
    color: #555 !important;
}


.nav-tabs > li > a:hover {
    color: #fde9e6 !important;
}


#e_login .kn_vhod {
    background-color: #16C5DB !important;
}


.person {
    bborder-bottom: 1px solid #16C5DB;
}

.progress {
    background: #16C5DB;
}

.kn_layers {
    background: #16C5DB;
    color: #FFFFFF;

}

.kn_layers:hover {
    background: #253F73;
    color: #FFFFFF;
}

.menu a.active  {
    color: #16C5DB;
    border-bottom: 3px solid #16C5DB;
    cursor: default;
}

.kn_back {
    color: #16C5DB;
}

.head_lk h1.lk_title {
    color: #16C5DB;
}

.h_reg {
    color: #16C5DB;
}

.reg_num.select {
    background: #16C5DB;

}

.polosa {
    width: 30%;
    height: 5px;
    background: #16C5DB;
    box-sizing: border-box;
}

.h_vhod {
    color: #16C5DB;
}

i.zgl {
    color: #16C5DB;
}

p.zgl {
    color: #16C5DB;
}

.btn-event {
    color: #fff;
    background-color: #16C5DB;
    border-color: #16C5DB;
}

.person {
    border-bottom: 1px solid #16C5DB;
}

/* event */
h3.event_price > i.fa-ticket {
    color: #16C5DB;
}

.head_2 h3 i {
    color: #16C5DB;
}

.video_chat_top i {
    color: #16C5DB;
}

.event_ekran > i {
    color: #16C5DB;
}

.video_center {
    color: #16C5DB;
}

.opisanie2 {
    border-left: 8px solid #16C5DB;
}

.h_str {
    color: #16C5DB;

}

.program span.icon-ico_clock {
    color: #16C5DB;
}

.program_data span {
    background: #16C5DB;
}

.kvadrat {
    background: #16C5DB;
}

.window_vsp h5 {
    color: #16C5DB;
}

input.kn_chat_send {
    background: url(/img/endoconference/ico_send.svg) no-repeat 50% 50%;
}

a.kn_layers.kn_signup, a.kn_layers.kn_signup_vhod{
    color: #16C5DB;
    border: 2px solid #16C5DB;
}

a.kn_layers.kn_signup:hover, a.kn_layers.kn_signup_vhod:hover{
    background-color: #16C5DB;
    color: #FFF;
}

.h_recover {
    color: #16C5DB;
}


.table_plan td a.stend_link:hover {
    border: 1px solid #16C5DB;
}

.dropdown-content > a {
    color: #16C5DB;
}

.expo_osv i.fa-check {
    color: #16C5DB;
    font-size: 28px;
}

.expo_data.active {
    background-color: #16C5DB;
}

.event_add_tezis {
    background-color: #16C5DB;
    color: #fff;
}

.perekluchatel {
    display: block;
    position: relative;
    width: 350px;
    padding: 20px 20px 0px 20px;
    cursor: pointer;
    float: right;
    text-align: right;
}

.perekluchatel .kn_text{
    padding: 2px 5px;
    color: #cccccc;
}


.perekluchatel .kn_text.active{
    color: #16C5DB;
}

.perekluchatel div.block_kn_event {
    border: 4px solid #16C5DB;
}

.perekluchatel div.kn_krug {
    background-color: #16C5DB;
}

.person_min {
    border-bottom: 1px solid #16C5DB;
}

.progress_min {
    background: #16C5DB;
}

.person_info_min a.kn_layers.kn_edit {
    background: #3293ED!important;
}

h3.event_price a > i.fa-ticket {
    color: #16C5DB;
}

h3.question i {
    color: #16C5DB;
}

#kn_open_ticket {
    background-color: #16C5DB;
}
#masthead {
    background-color: #fff;
    margin-top: 20px;
}
.content_lk {
    background: #FFF;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_top_menu {
    margin: 0 auto;
    text-align: center;
}

.head_top_logo{
    width: 240px;
    display: block;
    top:0;
    left:0;
}
.head_top_menu:before {
    background: linear-gradient(97.22deg, #cbf0ec 3.3%, #cbedef 47.62%, #c8e2fb 94.77%);
    content: "";
    display: block;
    height: 1px;
    margin: 10px auto;
    max-width: 1100px;
    width: 100%;
}

.head_top_menu > li {
    display: inline-block;
    /* width: 17%; */
    padding: 0 25px;
    clear: both;
    white-space: nowrap;
    text-align: center;
}
.head_top_menu > li > a{
    font-size: 16px;
    color: #2f2f2f;
}

.head_top_menu > li > a:hover{
    text-decoration: none;
    color: #099ec6;
}

.footer {
    background: linear-gradient(171.85deg, #cbf0ec -32.01%, #cbedef -20.66%, #c8e2fb 93.17%);
    padding: 60px 0 40px;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}
.footer__top {
    display: grid;
    grid-template-columns: 2fr auto 1fr;
    grid-gap: 40px;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__bottom {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
    padding-top: 20px;
}
.footer__top-left, .footer__top-left__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.footer__top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer__top-center, .footer__top-left__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__top-left__logo-text {
    font-size: 28px;
    font-style: Regular;
    font-weight: 400;
    leading-trim: NONE;
    color: #2f2f2f;
    letter-spacing: 0;
    line-height: 122%;
}
.footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__top-left__logo-text span {
    font-size: 40px;
    font-style: Bold;
    font-weight: 700;
    leading-trim: NONE;
    color: #2f2f2f;
    letter-spacing: 0;
    line-height: 103%;
    text-transform: uppercase;
}

.footer__nav-list, .footer__top-right__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__top-right__button .btn-primary {
    background: #fff;
    border: none;
    color: #2f2f2f;
}
.footer__top-right__socials {
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}
.footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #fff;
    border-radius: 10px;
    height: 42.39px;
    justify-content: center;
    padding: 3px;
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    width: 42.39px;
}
.rutube {
    background: linear-gradient(171.85deg, #cbf0ec -32.01%, #cbedef -20.66%, #c8e2fb 93.17%);
}
.btn-primary {
    background: #c9e6f8;
    border-radius: 24px;
    color: #2f2f2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: Bold;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    padding: 15px 25px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #c9e6f8;
    cursor: pointer;
    height: 54px;
    justify-content: center;
}
footer a {
    color: #fff;
    
}
.footer__nav-link {
    font-size: 16px;
    font-style: Bold;
    font-weight: 700;
    leading-trim: NONE;
    color: #2f2f2f;
    letter-spacing: 0;
    line-height: 122%;
    text-decoration: none;
}
.footer__bottom-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    font-style: Bold;
    font-weight: 700;
    gap: 3px;
    leading-trim: NONE;
    letter-spacing: 0;
    line-height: 100%;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0;
    text-decoration-thickness: 0;
    -webkit-text-decoration-skip: ink;
    color: #fff;
    text-decoration-skip-ink: auto;
    display: flex;
}


.social a, #eyedialogs_lk {
    background: linear-gradient(91.98deg, #a7fba4 5.5%, #cafb9c 82.16%);
    border-radius: 24px;
    color: #2f2f2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: Bold;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    padding: 15px 25px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #a7fba4;
    cursor: pointer;
    height: 54px;
    justify-content: center;
    min-width: 200px;
}
.social a:hover, #eyedialogs_lk:hover
{
    background: #fff;
    border-color: #cafb9c;
    color: #a7fba4;
    box-shadow: 0 4px 12px rgba(167, 251, 164, .3);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
a:focus {
    outline: none;
}

a.lk--user {
    display: flex!important;
}

@media (max-width: 766px) {
    
    .head_top_menu {
        display: none;
    }
    
    /* burger-btn.css */
    .burger-btn {
      z-index: 1001;
      width: 40px;
      height: 30px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .burger-line {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #333;
      border-radius: 2px;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Анимация крестика */
    .burger-btn.active .burger-line:nth-child(1) {
      transform: rotate(45deg) translate(8px, 8px);
    }
    .burger-btn.active .burger-line:nth-child(2) {
      opacity: 0;
    }
    .burger-btn.active .burger-line:nth-child(3) {
      transform: rotate(-45deg) translate(7px, -7px);
    }

    /* mobile-menu.css */
    .mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 300px;
      max-width: 80vw;
      height: 100vh;
      background: #fff;
      box-shadow: 2px 0 10px rgba(0,0,0,0.1);
      z-index: 1000;
      padding: 60px 20px 20px;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      overflow-y: auto;
    }

    .mobile-menu.active {
      transform: translateX(0);
    }

    .mobile-menu[hidden],
    .menu-overlay[hidden] {
      display: none;
    }

    .menu-close {
      position: absolute;
      top: 15px;
      right: 15px;
      background: none;
      border: none;
      font-size: 28px;
      cursor: pointer;
      color: #333;
      line-height: 1;
    }

    .menu-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .menu-list li {
      margin: 15px 0;
    }

    .menu-list a {
      text-decoration: none;
      color: #333;
      font-size: 18px;
      display: block;
      padding: 8px 0;
      transition: color 0.2s;
    }

    .menu-list a:hover {
      color: #0066cc;
    }

    /* Затемнение фона */
    .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 999;
      transition: opacity 0.3s ease;
    }
    
    .footer {
        background: linear-gradient(342.1deg, #cbf0ec -48.24%, #cbedef 8.75%, #c8e2fb 69.38%);
        border-radius: 24px;
        margin: 25px 12px 14px 7px;
        padding: 39px 30px 37.64px 29px;
    }
    .footer__top {
        gap: 10.25px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
    }
    .footer__top, .footer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__top-title__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8.97px;
    }
    .footer__top-left__logo-text {
        font-size: 17px;
        font-style: Regular;
        font-weight: 400;
        leading-trim: NONE;
        color: #2f2f2f;
        letter-spacing: 0;
        line-height: 122%;
        max-width: 100%;
        text-align: center;
    }
    .footer__top-left__logo-text span {
        font-size: 17px;
        font-style: Bold;
        font-weight: 700;
        leading-trim: NONE;
        color: #2f2f2f;
        letter-spacing: 0;
        line-height: 103%;
        text-transform: uppercase;
    }
    .footer__bottom, .footer__bottom-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__bottom {
        gap: 40px;
        max-width: 262px;
        width: 100%;
    }
    .footer__bottom, .footer__top-subtitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__top-center, .footer__top-left__info {
        order: 3;
    }
    .footer__nav-list, .footer__top-right__socials {
        align-items: center;
    }
    .footer__bottom-text, .footer__bottom-text a {
        font-size: 10px;
        color: #2f2f2f;
    }
}