@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    color: #222;
    font-family: 'Montserrat', 'Arial', sans-serif !important;
    background-color: #ececec;
}

h1, h2, h3, h4, h5, h6, a, p, div, span, ul, li {
    font-family: 'Montserrat', 'Arial', sans-serif !important;
}

/* input[type=text], input[type=password], select, textarea {border-color:#b5bbbd;} /*цвет элементов ввода*/
.organiser a {
    color: #555;
    font-size: 10px
}

header .logotype {
    max-width: 250px;
    width: auto;
    display: table-cell;
    vertical-align: middle;
    z-index: 501;
}

header .logotype img {
    flex: 0 0 100%;
    max-width: 100%;
    float: left;
    margin: 0px 200px 0px 10px;
    width: 100%;
}

header .nav {
    margin: 0 0px;
    text-align: right;
    line-height: 15px;
}

header .nav a {
    color: #252525;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

header .nav a:hover {
    background: none;
    text-decoration: underline; 
}

header .nav .active a {
    line-height: 20px;
    text-decoration: underline;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: inherit;
}

header .nav li {
    line-height: 30px;
    display: inline-block;
    margin: 0 2% 0 0;
}

header .nav .button-expovr{
    background: #e7004c;
    border-radius: 20px;
    padding: 0 30px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 10px;
}

/* Инфоблок в ЛК участника */

.block-alert {
    position: relative;
    padding: 20px 30px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #f8e8f0, #efd3e0);
    border-radius: 12px;
    border: 1px solid #721a4d;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    overflow: hidden;
}

.block-info {
    color: #2b2b2b;
}

.block-alert h2 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #791d4a;
    position: relative;
}

.block-alert h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 8px;
    background: #791d4a;
    border-radius: 2px;
}

.block-alert h3 {
    margin: 12px 0 6px 0;
    color: #2c3e50;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.note {
    color: #555;
    font-size: 14px;
    font-style: italic;
    margin: -10px 0px 18px 0px;
    opacity: 0.9;
}

.btn-container {
    margin-bottom: 12px;
}

.btn-alert {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #791d4a, #a22965);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-alert:hover {
    background: linear-gradient(135deg, #5a1538, #851b50);
    transform: translateY(-2px);
    color:#fff;
}

.red-text {
    background: #fa4545;
    padding: 8px 12px;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;

}

.desktop-text {
    display: inline;

}
.mobile-text {
    display: none;
    
}

.block-img {
    position: absolute;
    right: 150px;
    bottom: 0;
    pointer-events: none;
    opacity: 0.85;
}

.block-img img {
    max-width: 380px;
    object-fit: contain;
    pointer-events: auto;
    transition: transform 0.35s ease;
}

.block-img img:hover {
    transform: scale(1.08) rotate(-2deg);
}

@media (max-width: 768px) {
    .block-alert {
        padding: 15px 20px;
    }
    
    .btn-container {
        display: block;
    }
    
    .btn-alert {
        display: block;
        width: 100%;
        padding: 10px 0px;
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .block-alert h3 {
        font-size: 16px;
    }
    
    .block-img {
        display: none;
    }
    
    .desktop-text {
        display: none;
    }
    .mobile-text {
        display: inline-flex;
        color:#fff!important;

    }
    
    .red-text {
        padding: 6px 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .block-alert h2 {
        font-size: 18px;
    }
    .block-alert h3 {
        font-size: 15px;
    }
    .red-text {
        padding: 4px 8px;
        font-size: 12px;
    }
    .note {
        font-size: 12px;
    }
}
/* Инфоблок в ЛК участника - Конец */

header .nav .button-expovr:hover,header .nav .button-expovr:focus{
    background: #b8003a;
    color: white;
}

header div {
    vertical-align: middle;
}

body.mini-navbar.isnavbar .container {
    width: auto !important;
}

header .dental_header {
    width: 100%;
    height: 80px;
}

.footer-bottom h5 {
    color: #555;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-size: 12px;
}


.navbar-usermenu {
    background-color: rgb(1, 33, 56);
    height: -webkit-fill-available
}

/* цвет фона меню*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li {
    font-weight: 500;
    font-size: 15px;
}

.navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li.nav-top {
    background: #692199 !important
}

.navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li>a:hover, .navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li>a:focus {
    background: #fff !important;
    color: #692199  !important;
}

.navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li>a {
    color: #fff !important;
}

/*цвет текста неактивных кнопок*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li.nav-top .nav-toast .nav-toast-inner table td.uperc {
    color: #fff !important;
}

.navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li.active {
    border-left: 3px solid #692199 ;
    background: #eaeaea;
}

/*выделенный пункт меню*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav>li.active>a {
    color: #692199 !important
}

.widgets .widget .widget-right {
    width: calc(100% - 75px) !important
}

.top-line {
    padding: 8px 0 7px 0;
    font-weight: 500;
    white-space: nowrap;
    color: #bed5de;
    position: relative;
    height: 25px
}

.logout-button {
    display: none
}

.header__logo-title {
    color: #11330e;
    font-size: 56px;
    font-weight: 900;
    line-height: 67px;
}

.header__logo-sub {
    color: #363636;
    font-size: 12px;
    font-weight: 700;
    line-height: 0px;
    text-transform: uppercase;
    float: right
}

.ge-header {
    height: 80px;
    background-color: #fff;
    z-index: 6;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}


.leftTopRound {
    position: absolute;
    top: 0;
    left: -125px;
    width: 88px;
    height: 123px;
    border-radius: 0 100% 100% 0;
    padding: 20px 5px 2px 2px;
}

.leftTopRound img {
    max-width: 74%;
    width: 57px;
    margin-right: 5px;
}




.page-footer {
    background-color: #171717;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    padding: 60px 20px;
}

.page-footer a {
    color:rgb(162, 162, 162);
    transition: 0,5s;
}
.page-footer a:hover {
    color:#fff;
}
.page-footer h4{
    color:rgb(255, 255, 255);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
}
.buttons-social {
    display: flex;
    justify-content: center;
    gap: 45px;
}
.buttons-social a {
    font-size: 26px;
}
.buttons-social a i {
    color: rgb(162, 162, 162);
    transition: 0.5s;
}
.buttons-social a:hover i {
    color: #fff;
}

.page-footer .line {
    display: block;
    width: 100%;
    margin: auto;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sp-pagebuilder-row, .sppb-row {
    margin: 0
}

.body-innerwrapper {
    padding: 0
}

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

.copyright {
    font-weight: 300;
    text-align: left;
}

.policy {
    font-weight: 600;
    text-align: center;
}

.up {
    font-weight: 600;
    text-align: right;
    position: relative;
    padding-right: 10px;
}

.policy a {
    color: #fff;
}

.up a {
    color: #fff;
}

.policy a:hover {
    color: #fff;
}

.up a:hover {
    color: #fff;
}

.top-border {
    height: 80px;
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (max-width: 1065px) {
    .footer-text a {
        padding: 0 20px;
    }

    .divno {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tblok4 {
        min-width: 50%;
        min-width: 50%;
        padding: 20px 0 10px 15px;
    }
}

@media screen and (max-width: 768px) {
    .footer-text a {
        padding: 0 10px;
    }

    #page-footer .container {
        margin: 0 !important;
    }
}

#page-footer .container hr {
    border-top: 0px solid #eee;
    border-bottom: 1px solid #eeeeee70;
}


.sp-top_sec-wrapper {
    display: none
}

#company_view .company_image img, #exposition_view .company_image img {
    width: 100%;
}

.top_title {
    margin-left: 10px
}


.lang {
    display: flex;
    align-items: center;
    z-index: 501;
}

.lang a {
    color: #252525;
    font-weight: 400;
    font-size: 14px;
	display: flex;
}

.lang a:hover {
    color: #ec430f;
    font-weight: 400
}

.lang1 {
    margin: 0 5px;
}

.disab {
    display: none;
}

.support {
	margin-left: 10px;
}

.support svg {
    width: 25px;
    height: auto;
    color: #000;
}
/* *** СКРЫТЬ ВИДЖЕТ ЧАТА ТЕХ.ПОДДРЕЖКИ *** */

#cleversite_clever_container {
    opacity: 0;
    max-width: 1px !important;
    max-height: 1px !important;
    right: -90px;
}

@media screen and (max-width: 1065px) {
    .lang1 {
        margin: 0 10px 0 10px;
        line-height: 80px;
    }

    .lang {
        right: 80px;
        position: absolute;
    }

    a.support {
        margin: 0 30px 0 30px !important;
        line-height: 80px;
    }
	
	.support svg {
		width: 30px;
	}
}

#yt-totop {
    display: none;
}


/* Цвета бренда для кнопок, модулей, экспозиции и админ панели */

.days-of-week>th {
    background-color: #692199 !important;
    color: #fff;
}

.names-row>th {
    background: #c70a3830 !important;
}

.offset-top>td>a {
    color: #692199 !important;
}

.expo-tools .expo-tools-container-bar .btn-wrapper button.btn:hover {
	background: #692199 !important; /* цвет бренда */
    color: #fff;
}

.expo_exh_inner .rexc>.span3:hover {
	border-color: #692199 !important; /* цвет бренда */
}

.rexc>.span4:hover {
	border-color: #6921998 !important; /* цвет бренда */
}

.module.module_admin .mod-inner > div ul.madmin-menu li a:not(.nohover-adminblock-dop):hover {
	background-color: #692199 !important; /* цвет бренда */
}

.module.module_admin .mod-inner > div ul.madmin-menu li.active a {
    color: #fff;
    background-color: #692199 !important; /* цвет бренда */
} 

.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover {
	border-color: #692199 !important; /* цвет бренда */
}

.btn-success:hover, .btn-green:hover {
	background: #692199  !important; /* цвет бренда */
	color: #fff !important;
}
.btn-primary:hover {
	background: #692199 !important; /* цвет бренда */
    color: #fff !important;
}

.btn.btn-primary.upload:hover {
    border: 1px solid #692199 !important; 
}

.btn:hover {
	background: #692199 !important; /* цвет бренда */
    color: #fff !important;
}

.dropdown-menu li a:hover {
	background: #692199; /* цвет бренда */
}

span.title.ng-scope.ng-binding.editable:hover {
    color: #692199 !important; /* цвет бренда */
}

.btn-primary:hover {
	background: #692199  !important; /* цвет бренда */
	color: #fff !important;
}

#nextend-accordion-menu dl.level1 > dt:hover {
    background-color: #6921998; /* цвет бренда */
    color: #fff;
}

#nextend-accordion-menu dl.level2 > dt:hover {
    background-color: #692199; /* цвет бренда */
    color: #fff;
}

#nextend-accordion-menu dl dt.active {
    background-color: #692199; /* цвет бренда */
    color: #fff !important;
}

#serv_item .cmitems .cmitem-box .cmitem .cmitem_header .labellist .label-primary {
    background-color: #692199; /* цвет бренда */
}

.checkbox label:after {
    color: #692199; /* цвет бренда */
}

.visitors_page a .exc_image:hover {
	border-color: #692199 !important; /* цвет бренда */
}

.active_button {
	background-color: #692199;
}





/* ***** БУРГЕР МЕНЮ ***** */

.burger-btn {
    display: none;
}

@media screen and (max-width: 1065px) and (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 1065px) {


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

    .copyright {
        width: 100%;
        text-align: center;
    }

    .policy {
        width: 100%;
        text-align: center;
        padding: 28px 0;
    }

    .up {
        width: 100%;
        text-align: center;
    }

    .copyright br {
        display: none
    }

    header {
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    header .logotype img {
        flex: 0 0 100%;
        max-width: 100%;
        float: left;
        margin: 15px 400px 9px 28px;
    }

    .burger-btn {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 30px;
        cursor: pointer;
        top: 24px;
        right: 0;
        transition: .4s;
        z-index: 501;
        margin: auto 20px;
    }

    .burger-icon {
        display: block;
        position: relative;
        background: #302d4d;
        width: 90%;
        height: 4px;
        transition: .4s;
    }

    .burger-icon:after, .burger-icon:before {
        content: "";
        display: block;
        position: absolute;
        background: #302d4d;
        width: 100%;
        height: 4px;
        transition: .4s;
    }

    .burger {
        display: block;
        position: relative;
        background: #000631 !important;
        width: 90%;
        height: 4px;
        transition: .4s;
    }

    .burger::after, .burger::before {
        content: "";
        display: block;
        position: absolute;
        background: #000631 !important;
        width: 100%;
        height: 4px;
        transition: .4s;
    }

    .burger-icon::after {
        top: 10px;
    }

    .burger-icon::before {
        top: -10px;
    }

    header .dental_header {
        position: fixed;
        text-align: center;
        display: flex;
        align-items: top;
        justify-content: center;
        width: 100%;
        z-index: 500;
        height: 100%;
        opacity: 1;
        transform: translate(100%, 0);
        overflow: hidden;
        transition: .5s;
        background: rgb(255, 255, 255);
    }

    header .nav li {
        display: block;
        text-align: center;
        padding: 10px 14px;
        white-space: nowrap;
        margin: 0;
    }
    header .nav li .button-expovr{display: inline-block;margin: 30px 0 0 0;}

    .top-border {
        min-height: 0px;
        width: 100%
    }

    header .nav li {
        float: none
    }

    header .nav li a {
        color: #302d4d;
        display: inline;
        font-size: 22px;
    }

    header .nav .active a {
        text-decoration: underline;
    }

    header .nav li:first-child {
        padding-top: 120px;
    }

    header .nav li:last-child {
        padding-bottom: 30px;
    }

    body.mini-navbar.isnavbar .container {
        margin-left: 80px !important;
    }

    body.mini-navbar.isnavbar .dental_header {
        width: calc(100% - 80px);
    }

    body.mini-navbar.isnavbar .container {
        width: auto !important;
    }
}

/* checkbox */

.burger-checkbox {
    display: none;
}

.burger-checkbox:checked~.dental_header {
    transform: translate(0, 0);
}

.burger-checkbox:checked~.burger-btn {
    position: absolute;
}

.burger-checkbox:checked~.burger-btn .burger-icon {
    background: transparent;
}

.burger-checkbox:checked~.burger-btn .burger {
    background: transparent !important;
}

.burger-checkbox:checked~.burger-btn .burger-icon::before, .burger-checkbox:checked~.burger-btn .burger-icon::after {
    top: 0;
}

.burger-checkbox:checked~.burger-btn .burger::before, .burger-checkbox:checked~.burger-btn .burger::after {
    top: 0;
}

.burger-checkbox:checked~.burger-btn .burger-icon::after {
    transform: rotate(-45deg);
}

.burger-checkbox:checked~.burger-btn .burger-icon::before {
    transform: rotate(45deg);
}

.burger-checkbox:checked~.burger-btn .burger::after {
    transform: rotate(-45deg);
}

.burger-checkbox:checked~.burger-btn .burger::before {
    transform: rotate(45deg);
}

#user_view .user_buttons{margin-top:15px;}
.active_button {
    background-color: #b8003a;
    color: #fff;
  }

  /* ***** Cкрыть кнопку связаться ***** */
#user_view .button_message>a:first-child {
    display: none;
}

/* ***** Cкрыть кнопку наверх ***** */
#yt-totop {
	display: none;
}

/* ***** Cкрываем пункты администрирования компании ***** */
/*.company_publish, .managementService, .editTerminal, .surveysList, .trackList, .linkToEvent {
	display: none;
}*/
/* ***** Cкрываем удаление карт в табличном отчете ***** */
#report_id td a.b_act{display: none;}

#expo_exh .expo_icons {
    height: auto;
}
#expo_exh .expo_icons .img_country {
    max-width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#company_view #expo_exh .expo_exh_inner .rexc, #exposition_view #expo_exh .expo_exh_inner .rexc {
    display: flex;
    flex-wrap: wrap;
}
#expo_exh .comp_name {
    height: auto;
}

.expo_exh_inner .rexc>.span3 {
    height: auto!important;
}

.expo_exh_inner .rexc>.span3>a>.exc_image {
    margin-top: 50px;
}

.btn-catalog {
    background-color: #ce225d!important;
    color: #fff !important;
    padding: 5px;
    text-decoration: none!important;
}
.btn-catalog:focus {
    background-color: #ce225d;
    color: #fff !important;
    padding: 5px;
    text-decoration: none!important;
}
.btn-catalog:hover {
    background-color: #000!important;
}

.managementService {
    display: none;
}

.rubr_cat {
	margin: 5px 0 !important;
}

#rubr_cat_94143 {
    display: none;
}

#rubr_cat_102836 {
    display: none;
}

#rubr_cat_117699 {
	display: none;
}

.icon_margin {
	margin-right: 5px;
}


/* .expo_type {
    position: initial;
    display: flex;
    top: 0;
    right: 0;
    max-height: 34px;
    background-color: #eee;
    padding: 0;
    color: #fff;
}

.type_icon.marks_skrepka {
    display: flex; 
    justify-content: center; 
    align-items: center;
    height: 100%;
    text-align: center; 
}
*/
.mark_rubricator.mark_new {
    position: relative;
    background-color: #7a1e4c;
    border-radius: 4px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.mark_rubricator.mark_yw {
    position: relative;
    background-color: #0000ff;
    border-radius: 4px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.mark_rubricator.mark_lpk {
    position: relative;
    background-color: #26642c;
    border-radius: 4px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.mark_rubricator.mark_tcm {
    position: relative;
    background-color: #16b0a7;
    border-radius: 4px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.scroll_item.expo_exh_inner.catalog .type_icon.marks_skrepka {
	margin-top: -16px;
}

.scroll_item.expo_exh_inner.s4 .expo_type {
	position: absolute;
	display: flex;
	top: 12px;
	right: 4px;
	background: none;
	padding: 0;
	border-radius: 0;
}

.type_icon.marks_skrepka {
	display: flex;
}

#rubr_cat_119079 {
	display: none;
}