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

html {scroll-behavior: smooth;}
body {
    background-color: #E6E8EE;
    color:#000;
    font-weight: 400;
    line-height: 1.23;
    text-align: left;
    font-family: "Montserrat", sans-serif;}

h1,h2,h3,h4,h5,h6 {color:#000; font-family: "Montserrat";}
p {font-weight: 400;line-height: 1.23; font-size: 20px;}
/* input[type=text], input[type=password], select, textarea {border-color:#b5bbbd;} /*цвет элементов ввода*/
.organiser a {color:#555;font-size:10px}


header {
    display: flex;
    overflow: visible;
    height: 115px;
    align-items: center;
}
header .logotype {min-width: 150px; width: auto; display: table-cell;vertical-align: top; z-index: 501;}
header .logotype img{flex: 0 0 100%; max-width: 100%; float: left;height: 55px;}
header .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin:0 20px;
    text-align: right;
    line-height: 15px;
}
header .nav a {
    color:#000000;
    font-size:16px;
    letter-spacing: normal;
    font-weight: 400;
}
header .nav a:hover {
    background:none;
    color: #5615BB;
    text-decoration: none;
}
header .nav .active a{
    color: #5615BB;
    text-decoration: none;
}
header .nav li {
    line-height: 2;
    display: inline-block;
    padding: 0;
}
header div {vertical-align: middle;}
body.mini-navbar.isnavbar .container { width: auto !important;}


header .nav .parent {position: relative;}
header .nav .parent>a {pointer-events: none;}
header .nav .parent a:hover {background-color: inherit; color:#5615BB;}
header .nav .parent a:focus {background-color: inherit; }

header .nav .parent .mod-menu__sub {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 35px;
    height: 0px;
    text-align: left;
    box-shadow: 0px 0px 7px 0px #00000033;
    background-color: #fff;
    transition: 0.3s;
    opacity: 0;
    overflow: hidden;
    border-radius: 20px;
    padding: 0px 25px;
}

header .nav .parent .mod-menu__sub li {
    display: flex;
    min-width: 300px;
    vertical-align: middle;
    transition: 0.3s;
    height: auto;
    text-align: left;
    padding: 0;
}
header .nav .parent .mod-menu__sub a {
    display: none;
    background:none;
    white-space: normal;
    padding: 8px 0px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

header .nav .parent .mod-menu__sub li:first-child{padding-top: 20px;}
header .nav .parent .mod-menu__sub li:last-child{padding-bottom: 20px;}

header .nav .parent .mod-menu__sub a:hover {color:#5615BB;}
header .nav .parent:hover .mod-menu__sub {opacity: 1; height: auto; z-index: 20;}
header .nav .parent:hover .mod-menu__sub a {display: inline-block;}

.reg-highlight {color:#fff !important; background-color: #C41846; width: 150px; text-align: center; border-radius: 5px;}
.reg-highlight:hover{background-color: #23588E!important;text-decoration:none !important;}
@media screen and (max-width: 1172px) {.reg-highlight {padding: 5px 20px!important;}}

header .dental_header{
    width: 100%;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-btn {
    color: #F5F5F5;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background-color: #5615BB;
    border-radius: 20px;
    padding: 13px 30px;
}
header .header-btn:hover {
    background-color: #1F0B5C;
}


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

.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:#C4192D !important}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a:hover, .navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a:focus {background:#e8e8e8 !important;color:#f00 !important;}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a {color: #414141 !important;} /*цвет текста неактивных кнопок*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc {color: #414141 !important;}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active {border-left: 3px solid #0053a7;background: #eaeaea ;} /*выделенный пункт меню*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active > a {color: #414141 !important}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner a:hover {color: #e8e8e8;}
.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-family: Intro;font-size: 56px;font-weight: 900;line-height: 67px;}
.header__logo-sub {color: #363636;font-family: Circe;font-size: 12px;font-weight: 700;line-height: 0px;text-transform: uppercase;float:right}

@keyframes show-background {
    0% {
        background-color: transparent /* Без рамки */
    }
    100% {
        background-color: #fff; /* Толщина рамки как в прошлом ответе */
    }
}
.ge-header {
    height: 115px;
    z-index: 6;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    animation: show-background linear forwards;
    animation-timeline: scroll();
    animation-range: 0px 50px;
}


.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;}

.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:0px;width:100%}

.usloviya {line-height: 1.55; margin: 0px 0px 20px; text-align: justify;}

@media screen and (max-width: 1172px) {.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%;}
.tab-content{margin-left:10px}


.lang {display:flex;    z-index: 501;}
.lang a {color: #414141;  font-weight: 600; font-size: 18px}
.lang a:hover {color: #5615BB; font-weight: 600}
.lang1 {margin: 0 5px;}
.disab {display: none;}

a.support {width: 30px; margin:0 10px;}

a.support:hover {transform: scale(1.05)}

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

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

@media screen and (max-width: 1172px) {
    .header_btn_block {position: absolute; right: 180px;z-index: 500;}
    .lang1 {margin: 0 35px 0 10px;line-height: 70px;}
    .lang {right: 70px;position: absolute;top: 23px;}
    a.support {margin: 0 35px 0 10px !important;}
}
#exposition_view .company_image img {
    box-shadow: 0 0 6px 0 #bfbfbf;
}

#yt-totop {
    right: 15px;
    color: #f00;
    border: none;
    left: auto;
}


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

.burger-btn {
    display: none;
}
@media screen and (max-width: 1172px) and (min-width: 768px){
    .container {
        width: 100%;
    }}
@media screen and (max-width: 1172px) {
    .ge-header {
        height: 70px;
    }
    .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: 70px; display: flex; justify-content: space-between;}
    header .logotype img{flex: 0 0 100%; max-width: 100%; float: left; margin:0px 400px 0px 0px;}
    .burger-btn {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 30px;
        cursor: pointer;
        top: 20px;
        right: 0;
        transition: .4s;
        z-index: 501;
        margin: auto 20px;
    }
    .burger-icon{
        display: block;
        position: relative;
        background: #414141;
        width: 90%;
        height: 4px;
        transition: .4s;
    }
    .burger-icon:after, .burger-icon:before {
        content: "";
        display: block;
        position: absolute;
        background: #414141;
        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;
        top: 0;
        left: 0;
        text-align: left;
        display: flex;
        align-items: start;
        justify-content: left;
        width: 100%;
        z-index: 500;
        height: 100%;
        opacity: 1;
        transform: translate(100%, 0);
        overflow: hidden;
        transition: .5s;
        background: #fff
    }
    header .nav {
        flex-direction: column;
        gap: 5px;
    }
    header .nav li {display: block;text-align: left; padding: 28px 14px;white-space: nowrap ; margin: 0; }
    .top-border{min-height:0px;width:100%}
    header .nav li {float: none;padding: 10px;}
    header .nav li a {display: inline; font-size: 22px;}
    header .nav .active a{}
    header .nav li:first-child {padding-top: 150px;}
    header .nav li:last-child {padding-bottom: 30px;}
    body.mini-navbar.isnavbar .container {
        margin-left: 70px !important;}
    body.mini-navbar.isnavbar .dental_header {width: calc(100% - 70px);}
    body.mini-navbar.isnavbar .container { width: auto !important;}


    /*Выпадающий пункт меню*/
    header .nav .parent {position: initial;display: flex;flex-direction: column; padding:0px 14px;}
    header .nav .parent .mod-menu__sub {position: initial; opacity: 1; height: max-content; border:none;width: max-content;box-shadow:none;background-color: inherit;padding: 5px}
    header .nav .parent .mod-menu__sub a{display: initial;margin-left: 0;font-size: 18px;}
    header .nav .parent .mod-menu__sub li{border:none;}
    /**/


}

/* 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);
}

.tblok2 {min-width:49.3%;padding:10px 0 10px 0;display:inline-block;font-size:12px;text-align:center}
.tblok2 a {color: #1A2E39; text-align:right; font-family: 'Arial'; font-weight: 700;}
.tblok2 a:hover {background:none; color:#0083D2;}

.footer_about {text-align: left;}

#cleversite_clever_button {
    display: none;
}

.page-footer {
    background-color:#1F0B5C;
    padding:50px 20px;
}
#page-footer .footer-body {
    display: flex;
    justify-content: space-between;
}
#page-footer .footer-body_left {
    max-width: 310px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#page-footer .footer-body_right {
    max-width: 650px;
    width: 100%;
}
#page-footer .footer-body_left img {
    width: 118px;
}
#page-footer .footer-body_left .footer-body_left_contacts p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0;
}
#page-footer .footer-body_left .footer-body_left_contacts a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0;
}
#page-footer .footer-body_left .footer-body_left_btns a {
    color: #978EB3;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
#page-footer .footer-body_left .footer-body_left_btns a:hover {
    color: #fff;
}
#page-footer .footer-body_left a:hover {
}
#page-footer .footer_menu .nav {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px 20px;
}

#page-footer .footer_menu .nav a {
    color: #978EB3;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
#page-footer .footer_menu .nav a:hover {
    color: #fff;
    text-decoration: none;
}
#page-footer .footer_menu .nav li.active a {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 992px) {
    #page-footer .footer-flex-block {
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }

    #page-footer .footer-body {
        flex-direction: column-reverse;
        gap: 20px;
    }

    #page-footer .footer-body_right {
        max-width: 100%;
    }
    #page-footer .footer-body_left {
        margin-top: 30px;
        gap: 30px;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 100%;
    }
    .footer-body_left .footer-body_left_btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media screen and (max-width: 768px) {
    #page-footer .footer-flex-block {
        flex-direction: column;
    }
}

.sppb-title-heading {
    color: #1F0B5C;
    font-weight: 700;
    font-size: 48px;
    line-height: 116%;
    text-align: center;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 60px !important;
}


@media screen and (max-width: 1200px) {
    .sppb-title-heading {
        font-size: 42px;
    }
}
@media screen and (max-width: 992px) {
    .sppb-title-heading {
        font-size: 38px;
    }
}
@media screen and (max-width: 767px) {
    .sppb-title-heading {
        font-size: 32px;
    }
}


/* Баннер на страницах */

#main-banner .banner {
    position: relative;
}
#main-banner .banner_text {
    color: #FFFFFF;
    position: absolute;
    left: 60px;
    top: 60px;
    /* transform: translateY(-50%); */
    max-width: 690px;
}

#main-banner .top_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
}
#main-banner .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 122%;
    letter-spacing: 0%;
}
#main-banner .bottom_title {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 123%;
    letter-spacing: 0%;
    margin-top: 34px;
}
#main-banner .background-header {
    width: 100%;
}
#main-banner .background-header.mobile {
    display: none;
}
#main-banner .banner_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 3px solid #2d0d74;
    border-radius: 25px;
    width: 370px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    color: #1F0B5C;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 35px 15px;
}
#main-banner .banner_btn>span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
#main-banner .banner_btn:hover {
    background-color: #1F0B5C;
    border-color: #5615BB;
    color: #fff;
}
#main-banner .banner_btn:hover img {
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 1400px) {
    #main-banner .banner_btn {
        width: 315px;
        height: 103px;
        padding: 20px 15px
    }
}
@media screen and (max-width: 1200px) {
    #main-banner .banner_btn {
        font-size: 22px;
        width: 265px;
        height: 90px;
    }
    #main-banner .banner_btn img {
        width: 28px;
    }
    #main-banner .top_title {
        font-size: 18px;
    }
    #main-banner .title {
        font-size: 42px;
    }
    #main-banner .bottom_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    #main-banner .banner_btn {
        font-size: 16px;
        width: 195px;
        height: 65px;
        padding: 15px 10px;
    }
    #main-banner .banner_btn img {
        width: 22px;
    }
    #main-banner .banner_text {
        left: 30px;
        max-width: 425px;
    }
    #main-banner .top_title {
        font-size: 13px;
    }
    #main-banner .title {
        font-size: 30px;
    }
    #main-banner .bottom_title {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    #main-banner .background-header.desktop {
        display: none;
    }
    #main-banner .background-header.mobile {
        display: block;
    }
    #main-banner .banner_btn {
        font-size: 28px;
        width: 310px;
        height: 105px;
    }
    #main-banner .banner_btn img {
        width: 30px;
    }
    #main-banner .banner_text {
        max-width: 90%;
        top: 0;
        padding-top: 30px;
        transform: none;
    }
    #main-banner .top_title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.2;
    }
    #main-banner .title {
        font-size: 44px;
    }
    #main-banner .bottom_title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.2;
    }
}