@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: #f0f0f0; color: #000;}
h1,h2,h3,h4,h5,h6,a,p,div,span,ul,li{ font-family: 'Montserrat', serif; color: #000}
button,select,input,td,th{font-family: 'Montserrat', serif;}

/* header */
header {display: flex; justify-content: space-between;}
header .nav {text-align: left; margin: 0;}
header .nav a {color:#fff; font-weight: 600; font-size:14px; line-height: 60px; transition: 150ms; padding: 0 15px;text-transform: uppercase;}
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: 60px; 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: 60px; 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: #c41f3c !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:#c41f3c !important;} 
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a {color: #000!important;} /*цвет текста неактивных кнопок*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc {color: #000!important;}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active {border-left: 3px solid #c41f3c;background: #eaeaea ;} /*выделенный пункт меню*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active > a {color: #000!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: 60px;
}

.lang_change:hover {
	color:#fff;
}


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: 60px;
	background-color: #c41f3c;
	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-image: url('/images/2026/02/25/mining_1260x144.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 150px;
}

.header_image img {
	height: 100%;
}

.header_logo {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.header_logo img {
	width: 228px;
}

.about_expo {
	margin-left: 50px;
	width: 350px;
}

.about_expo p {
	color: #fff;
	line-height: 21px;
}

.about_expo .date_expo {
	margin-bottom: 0;
}


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

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


/* footer */
.footer {
	background-color: #353638;
}

.footer .footer-box {
	display: flex;
	gap: 40px;
	border-top: 0px solid #c41f3c;
	padding: 65px 0 80px;
	line-height: 1.55;
}

.footer .block3 {
	width: calc(25% - 30px);
}

.footer .block3>img {
	width: 200px;
	padding-top: 20px;
}

.footer p,.footer div,.footer li,.footer a,.footer h4 {
	color: #fff;
}

.footer h4 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 14px;
	font-weight: 600;
	line-height: 1.35;
}

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

.footer ul {
	margin: 0 0 10px;
}

.footer li {
	list-style: none;
	line-height: 1.55;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}

.footer .social_icons {
	margin-top: 30px;
	display: flex;
	font-size: 14px;
}

.footer .social_icons a {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	margin-right: 8px;
	color: #091c23;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .copyright {
	color: #fff;
	margin-top: 21px;
	font-size: 12px;
	font-weight: 300;
}
.footer .copyright a {
	color: #fff;
}
.footer .copyright a:hover {
	color: #fff;
}

@media screen and (max-width: 992px) {
	.footer {
		padding: 0 15px;
	}

	.footer .footer-box {
		flex-wrap: wrap;
	}

	.footer .block3 {
		width: calc(50% - 20px);
	}
	.header_image {
		left: 10px;
		top: 45px;
		width: 230px;
		height: 65px;
	}
	.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: #c41f3c !important; /* цвет бренда */
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_button {
	background-color: #c41f3c;
}

.favoritecomp {
	color: #c41f3c;
}

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

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

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

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

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

.btn.btn-white.active i {
	color: #fff !important;
}
.btn.btn-white.active:hover {
	background: #c41f3c !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;}


}



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

#tab_desc_flat .span12.company_image {
	display: none;
}

/* Рекламные баннеры */
.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 {left: 10px;top: 45px;width: 100%;height: auto;padding-left: 30px;}
.about_expo {margin: 0 50px;width: 350px;}
}
/* Блок диплома - end */

/* БЛОК С ПРОМОКОДОМ */ 
/* БЛОК С ПРОМОКОДОМ */ 
.promo-block {
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #bce8f1;
  background: #d9edf7;
  font-family: system-ui, sans-serif;
}

/* .promo-content {
  display: flex;
  position: relative;
  padding-right: 320px;
}

.promo-content::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: url('https://expodat.com/images/2026/03/12/promocode-img.svg') no-repeat center center;
  background-size: contain;
  pointer-events: none;
} */

.promo-left {
  flex: 1;
}

.promo-code {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 12px;
  border-radius: 12px;
  background: #fff;
  border: 3px dashed #2aa9eea1;
  width: fit-content;
  margin-bottom: 20px;
  color: #333;
}

.promo-text {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.promocode-list {padding: 0 !important;margin: 0 0 20px 10px !important;}
.promocode-list-item {list-style: none; position: relative; padding-left: 28px;}
.promocode-list-item::before {content: "✓";position: absolute;left: 0;top: -2px;font-size: 20px;   /* ← увеличиваем */color: #2ecc71;font-weight: bold;}

.promo-inline {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 10px 0 25px;
}

.promo-label {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #333;
}
.promo-text ul {
  padding-left: 18px;
}

.promo-sub {
  margin: 12px 0 6px 0;
  font-weight: 600;
}

.promo-share-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.share-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-item .network {
  min-width: 50px;
  font-weight: 600;
  color: #333;
  margin-bottom: 11px;
}

.share-item input {
  flex: 1;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #bce8f1;
  font-size: 13px;
  color: #222;
  background: #fafafa;
  overflow-x: auto;
  white-space: nowrap;
}

.share-link {
  flex: 1;
  padding: 12px 12px;
  border-radius: 8px;
  border: 1px solid #bce8f1;
  font-size: 13px;
  background: #fafafa;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}

.share-item input:focus {
  outline: 2px solid #4783A1;
  background: #fff;
}

.share-item input:hover {
  background: #f0f0f0;
  transition: all 300ms;
}

.network {
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.network img {
  width: 47px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .promo-content {
    padding-right: 0;
  }
  .promo-content::after {
    display: none;
  }
  .promo-inline {
	gap: 25px;
  }
}

.promo-share-buttons {
  margin-top: 20px;
}

.promo-share-buttons p {
  color:#333;
}

.share-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  min-width: 140px;
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
}

.share-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* КНОПКИ СОЦ СЕТЕЙ */
.share-btn.telegram { background: #2aabee;}
.share-btn.telegram:hover { background: #111b21;color:#fff; }

.share-btn.vk { background: #0077ff; color: #fff;}
.share-btn.vk:hover { background: #111b21; color: #fff; }

.share-btn.whatsapp { background: #25d366;}
.share-btn.whatsapp:hover{ background: #111b21; color: #fff;}

.share-btn.max { background: #572dff; }
.share-btn.max:hover { background: #111b21; color:#fff;}

.share-btn.mail {
  background: #ffcc00;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.share-btn.mail:hover {background: #111b21; color: #fff;}

@media (max-width: 768px) {
  .share-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
/* END */