@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {scroll-behavior: smooth;}

body {font-family: 'Montserrat', serif; background: #ececec; color: #575756;}
h1,h2,h3,h4,h5,h6,a,p,div,span,ul,li{ font-family: 'Montserrat', serif; color: #575756}
button,select,input,td,th{font-family: 'Montserrat', serif;}

/* header */
header {display: flex; justify-content: space-between;padding: 0 15px}
header .nav {text-align: left; margin: 0;}
header .nav a {color:#fff; font-weight: 400; font-size:18px; line-height: 40px; transition: 150ms; padding: 0 15px;}
header .nav a:hover {color:#fff; background: transparent}
header .nav a:focus {color:#fff; background: transparent}
/*header .nav .active a{color:#00b7a9; background: #fff}*/
header .nav li {line-height: 40px; display: inline-block; margin-left: 24px;}
header .nav li:first-child {margin-left: 0px;}
header div {vertical-align: middle;}
body.mini-navbar.isnavbar .container { width: auto !important;}
header .dental_header{ height: 40px; position: relative; display: flex;}

.navbar-usermenu {background-color: #fff !important;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: #e62a2a !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:#005188 !important;}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a {color: #575756 !important;} /*цвет текста неактивных кнопок*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc {color: #575756 !important;}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active {border-left: 3px solid #e62a2a;background: #eaeaea ;} /*выделенный пункт меню*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active > a {color: #575756 !important}
.widgets .widget .widget-right {width: calc(100% - 75px) !important}

.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a i {padding: 18px 0;}

/* header */
.top_header_line {
    height: 150px;
    background-color: #fff;
}
.icons {
    display: flex;
    justify-content: flex-end;
}

.lang {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: flex-end;
}

.lang_change {
    margin-left: auto;
    color:#fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
}

.lang_change:hover {
    color:#fff;
}
.langs_wrap{
    padding: 0 15px;
}
.langs_wrap a:hover{
    text-decoration: underline;
}
.langs_wrap a:first-child{
    margin-right: 15px;
}

a.support {
    width: 20px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    filter: contrast(1);
}

.top_header_line .icon {
    font-size: 14px;
    margin-right: 30px;
}

.top_header_line .icon:hover {
    color: #575756;
}

.ge-header {
    height: 40px;
    background-color: #e62a2a;
    color: #fff;
    z-index: 6;
    position:relative;
    left:0;
    top:0;
    width:100%;
}
.top-border{
    height:0px;
    width:100%;
    background: none;
    margin-bottom: 15px
}

.header_image {
    background-color: #e62a2a;
    width: 100%;
    height: 100px;
}

.header_image img {
    height: 100%;
}

.header_logo {
    height: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.header_logo .header_logo__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.header_logo .header_logo__item.about_expo {
    align-items: center;
    justify-content: flex-end;
}
.header_logo .header_logo__item.about_expo p {
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: none;
}

.header_logo img {
    max-height: 100px;
}

.expo_section {
    padding: 0 15px 15px;
    display: none !important;
}

#company_view #expo_exh, #exposition_view #expo_exh {
    padding-top: 15px;
    background-color: #fff;
    margin: 0;
    border-radius: 7px 7px 0px 0px;
}

.expo-tools {
    border-bottom: none !important;
    background-color: #fff;
    margin-top: 0;
    padding: 15px;
    border-radius: 0 0 7px 7px;
    display: flex;
    flex-wrap: wrap;
}

.sp-pagebuilder-row, .sppb-row {margin:0}
.sp-top_sec-wrapper{display:none}

.ctt-button {
    background-color: #e62a2a;
    color: #fff;
    text-decoration: none;
    padding: 5px 12px;
    font-size: 12px;
    display: inline-block;
}
.ctt-button:hover {
    background-color: #e62a2a;
    color: #fff;
    text-decoration: none;
}

/* *** ПРОМО БАННЕР - START *** */
.mobile-container {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;

    margin: 5px 0px 10px 0px;
    background: #fef3eb;
    border-radius: 7px;
    border: 1px solid #F26300;

}

.mobile-title {
    font-size: 10px;
    margin: 0 0 20px 1px;
    line-height: 1.8rem;
    color: #000;
    font-weight: 600;
}


.contact-row-manager {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-row-manager img {
    width: 70px;
    margin-right: 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
}


.mobile-container-inside {
    display: flex;
    justify-content:left;
    align-items:center ;
    padding: 0px;
    margin: auto;
    margin: 0px;
}

.mobile-container-inside h1 {
    font-size: 24px !important;
    margin: 0;
    margin-left: 20px;
    vertical-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7rem;
}

.mobile-description h1, h2, h3, h4, h5, h6, a, p, div, span, ul, li {
    color: #000;
}

.mobile-description p {
    padding: 10px 0 0px;
    line-height: 1.8rem;
    font-size: 1.1rem;
    font-weight: 400;
}

.mobile-left-block {
    flex: 0 0 50%; /* Занимает 40% доступного пространства */
    padding: 25px;
    box-sizing: border-box; /*  Важно! Включает padding в ширину */
}

.mobile-contacts h3 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    line-height: 2rem;
}

.contact-row-manager h3 {
    line-height: 1.7rem;
}

.mobile-contacts-image-phone {
    margin-left: 20px;
}

.mobile-logo {
    max-width: 80px;
    height: auto;
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.mobile-right-block {
    position: relative;
    flex: 0 0 50%; /* Занимает 60% доступного пространства */
    padding: 0;
    text-align: right;
    height:  415px; /* подберите подходящую высоту */
    box-sizing: border-box; /* Важно! Включает padding в ширину */
    vertical-align: bottom;
}

.mobile-mockup-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: calc(100% - 0px);
    height: auto;
    z-index: 0;
    margin-bottom: -15px;
    margin-right: -15px;
    border-bottom-right-radius: 6.5px;
}


.mobile-mockup-image {
    align-items: end;
}

.contact-button {
    position:absolute;
    bottom: 20px;
    right: -20px;
    overflow: hidden;
    background-color: #F26300;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    height: 50px;
    align-content: center;
    text-align: center;
    background-color: #F26300;
    color: #fff;
    border: 2px solid #ce5400;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: 40px;
    text-transform: uppercase;
    margin-right: 50px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
}

.contact-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    animation: shine 2s infinite;
}

.contact-button:hover {
    border: 2px solid #006d00;
    background-color: #008000;
    color: #fff;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}


.contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.contact-row {
    display: flex;
    align-items: center;
}

.contact-row img {
    width: 15px;
    margin-right: 10px;
}

.contact-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}

.contact-link {
    color: #F26300;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #008000;
    text-decoration:underline;
}

@media (max-width: 1024px ) {
    .mobile-left-block {
        flex: 0 0 40%; /* Занимает 40% доступного пространства */
    }
}

@media (max-width: 768px) {

    .mobile-container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        width: auto;
    }

    .mobile-buttons {
        grid-template-columns: 1fr 1fr;
    }

    .mobile-left-block {
        flex: 1;
        padding: 30px 30px 15px;
    }

    .mobile-right-block {
        margin-top: 15px;
        flex: 0 0 100%;
        padding: 0px;
        margin-bottom: -10px;
    }

    .mobile-mockup {
        padding-right: 0px;
    }

    .mobile-container-inside h1 {
        margin: auto 0 auto 20px;
        text-align: left;
        font-size: 1.5rem;
    }
    .mobile-description p {
        padding: 15px 0px 0;
        text-align: left;
        font-size: 1rem;
    }
    .mobile-mockup-image {
        position:relative;
        width: 100%;
        margin-right: -10px;
        margin-bottom: -18.5px;
    }

    .mobile-button {
        width: 100%;
    }
    .contact-button {
        position:relative;
        margin-top: -70px;
        margin-left: 20px;
        width: calc(100% - 50px);
        right:0;
    }

    .contact-item img {
        display: none;
    }
    .contact-text {
        margin-right: 30px;
    }

}

@media (max-width: 480px) {
    .contact-row {
        display: flex;
        flex-direction: column; /* вертикальный список */
        gap: 8px; /* отступ между строками */
        align-items: flex-start;
    }

    h2 {
        font-size: 21px;
    }

    .contact-row img {
        margin-top: 5px;
    }
    .contact-item {
        display: flex;
        align-items: start;
        gap: 8px; /* отступ между иконкой и текстом */
    }
    .mobile-contacts-image-phone {
        margin: 0;
    }
}
/* *** ПРОМО БАННЕР - END *** */
/* footer */
.footer {
    background: url(https://expodat.com/images/2025/07/28/back.png) no-repeat center center, rgb(0 0 0 / 40%);
    background-size: cover;
    background-blend-mode: darken;
    padding: 100px 0;
}
.footer .footer-box {
}

.footer .footer-header {
    color: #fff;
    text-align: center;
    font-size: 52px;
    line-height: 1.23;
    font-weight: 600;
    margin-bottom: 40px;
}
.footer .footer-small-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
    margin-bottom: 50px;
}

.footer .socials ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}
.footer .contacts {}
.footer .contacts p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 300;
}

.footer .contacts p a {
    color: #ff8562;
}
@media screen and (max-width: 992px) {

    .footer {padding: 100px 15px;}
    .footer .footer-header {font-size: 42px}
    .footer .footer-small-title{font-size: 16px}
    .footer .socials ul {gap: 5px; flex-wrap: wrap}
    .footer .contacts{font-size: 14px}
    .header_image {
        padding: 0 15px;
    }
    .top_header_line .text {
        bottom: 14px;
        left: 10px;
        right: 10px;
    }
}

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

/* *** СКРЫТЬ ВИДЖЕТ ЧАТА ТЕХПОДДЕРЖКИ *** */

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

#jvlabelWrap { /* для пк версии */
    opacity: 0;
    max-width: 1px !important;
    max-height: 1px !important;
    right: -90px;
}

.__jivoMobileButton { /* для мобильной версии */
    width: 1px;
    height: 1px;
    opacity: 0;
    right: -100px !important;
}
#cleversite_clever_button {
    display: none;
}

button#cleversite_chat {
    display: none;
}

button#cleversite_call {
    display: none;
}

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

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

/* ***** Cкрываем пункты администрирования компании ***** */
/* .company_publish, .editTerminal, .trackList, .linkToEvent {
	display: none;
} */

.expo_exh_inner.catalog .short_opis { /* Скрыть краткое описание в каталоге */
    display: none !important;
}

.sp-pagebuilder-row, .sppb-row {margin:0}
.body-innerwrapper {padding:0}


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

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

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

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

.module.module_admin .mod-inner > div ul.madmin-menu li a:not(.nohover-adminblock-dop):hover {
    background-color: #e62a2a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_button {
    background-color: #e62a2a;
}

.favoritecomp {
    color: #e62a2a;
}

.expo_exh_inner.s4 .rexc>.span3:hover {
    border-color: #e62a2a !important;
}

.btn-set-expo:hover {
    background: #e62a2a4f !important;
}

.btn-set-expo.active {
    background: #e62a2a4f !important;
}

#listForm .expo-tools .expo-tools-select-display-mode .btn.active {
    background: #e62a2a !important;
}
.partner_bar {
    background-color: #e62a2a !important;
    color: #e62a2a !important;
}

.btn.btn-white.active {
    background: #e62a2a !important;
    color: #fff !important;
}

.btn.btn-white.active i {
    color: #fff !important;
}
.btn.btn-white.active:hover {
    background: #e62a2a !important;
    color: #fff !important;
}

.btn.btn-white.active:hover i {
    color: #fff !important;
}

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

    .lang {left: 0;top: 0;}
    .lang_change { height: 22px;        margin-right: 20px;}


}



@media screen and (max-width: 767px) {
    body.mini-navbar.isnavbar .container {
        margin-left: 0px !important;
    }
    header .nav li {
        line-height: 40px;
        display: inline-block;
        margin-left: 10px;
    }
    .icons {
        margin-right: 15px;
    }
}
/* 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);
}*/


.btn-set-expo {
    height: 80px;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 7px;
}

#set_expo_6232:hover {background: #d9c2dd !important;}
#set_expo_6235:hover {background: #cee4c6 !important;}
#set_expo_6238:hover {background: #c5caed !important;}

/* #set_expo_6232:active {background: #c09ac5 !important;}
#set_expo_6235:active {background: #aed2a0 !important;}
#set_expo_6238:active {background: #9fa7e1 !important;} */

/* Рекламные баннеры */
.ctt-banners {
    display: grid;
    grid-template-columns: 1fr;
    width: 550px;
    margin: 0 auto 15px;
    grid-gap: 15px;
}
.ctt-banners img {
    border-radius: 7px;
    width: 100%;
}

.diplom-banner {
    display: none !important;
}

.service-box__image-box {
    display: none;
}

.btn.btn-white.user_button[data-val="2"] {
    display: none;
}

@media screen and (max-width: 768px) {
    .ctt-banners {
        width: 100%;
    }
}

/* Рекламный баннер  - start */
.banner-container {background-color: #259254;padding: 0px;border-radius: 5px; margin-bottom: 15px !important;}
.banner-container h3 {color: #fff;padding: 20px;text-align: center;padding-bottom: 0px;margin: 0px;}
.banner-container p {font-size: 18px;color: #fff;}
.banner-container a {color: #ffdd2d;}
.row-banner {display: flex;flex-direction: column;margin: 0px;}
.cell-banner {border: 0px solid #000;margin: 5px;padding: 10px;text-align: center;}
.cell-banner {color: #fff;}
.how-it-works-circle-1 {position: absolute;width: 220px;height: 220px;border-radius: 100%;top: 50px;left: 0px;z-index: 1;opacity: 15%;}
.how-it-works-circle-2 {position: absolute;width: 250px;height: 250px;border-radius: 100%;top: 0px;left: 900px;z-index: 0;opacity: 15%;}
.how-it-works-circle-3 {display: none;}
.main-color {background-color: #fff;}
.row-small {width: 25%;vertical-align: bottom;display: flex;align-items: flex-end;}
.row-big {width: 50%;}
.banner-button {margin: 10px;width: 310px; white-space: normal; word-break: break-all; background: #fff; margin-right: 0px; line-height: 16px; color: #000 !important; border-radius: 0px; border: 14px solid #fff; text-decoration: none; box-sizing: border-box; cursor: pointer; display: inline-block; text-align: center; border-radius: 5px;}
.img-banner {display: inline-block;}

@media screen and (min-width: 600px) {.row-banner {flex-direction: row;}}

@media screen and (max-width: 700px) {
    .banner-container {width: auto; text-align: center;}
    .banner-container h3 {font-size: 16px;line-height: 24px;}
    .banner-container p {font-size: 16px; margin: 0 auto 10px;}
    .cell-banner .row-small {display: none !important;}
    .how-it-works-circle-1 {display: none;}
    .how-it-works-circle-2 {display: none;}
    .img-banner {display: none !important;}
    .row-big {width: 100%;}
    .row-small {width: auto; display: none !important;}
    .how-it-works-circle-3 {display: block;position: absolute;width: 200px;height: 200px;border-radius: 100%;top: 50px;left: 0px;z-index: 0;opacity: 15%;}
}
/* Рекламный баннер  - end */
/* Блок диплома - start */
.diplom-row-big {width: 70%;}
.diplom-row-small {width: 30%; vertical-align: middle;display: flex; justify-content: center; align-items: center;}
.diplom-banner {display: flex;flex-direction: row;margin: 0px; padding: 5px 25px !important; border-radius: 7px; background: #ec555a !important;margin-bottom: 15px;}
.diplom-row-big h3, .diplom-row-big p {color: #fff;}

@media screen and (max-width: 700px) {
    .diplom-banner {display:block;width: auto; text-align: center;padding: 5px !important;}
    .diplom-banner p {font-size: 16px; margin: 0 auto 10px;}
    .diplom-row-big {width: 100% !important;}
    .diplom-row-small {width: 100% !important;}
    .row-small {width: auto; display: none !important;}
    .expo_exh_inner.catalog .exh_name {display: flex;align-items: center;justify-content: flex-start;font-size: 18px;max-width: 377px;text-align: left;}
    a.support {width: 20px;margin: 0 20px;display: flex;align-items: center;filter: contrast(1);}
    .header_image {height: 130px;}
    .header_logo {display: flex;flex-direction: column;text-align: center;gap: 20px;align-items: center;}
    .header_logo .header_logo__item.about_expo {justify-content: center;}
    .header_logo .header_logo__item.about_expo p {text-align: center}
    .about_expo {margin: 0 50px;width: 350px;}
}
/* Блок диплома - end */

.images-expo-box {
    display: none!important;
}
.exh_extend_icons .image_expo {
    display: none!important;
}
.company_icon .company_image_expo {
    display: none!important;
}

#exposition_view .company_image {
    display: none!important;
}