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


body {background: #f0f0f0; color:#000;font-family: Manrope}  
h1,h2,h3,h4,h5,h6,a,p,div,span,ul,li{font-family: Manrope;}
button,select,input,td,th{font-family: Manrope;}
html {scroll-behavior: smooth;}

.ge-header {height: 60px; background-color: #FF4C29; z-index: 6;position:fixed;left:0;top:0;width:100%}
header {display: flex; justify-content: space-between;}
header .logotype {max-width: 150px; width: auto; display: flex; align-items: center; z-index: 501; margin-left: 30px;}
header .logotype img {flex: 0 0 100%; max-width: 150px; float: left; padding: 0;transition: 350ms ease-in;}
header .logotype img:hover{transform: scale(1.03);}
header .nav {text-align: left; margin: 0;height: 60px; display: flex; align-items: center;}
header .nav a {position: relative; color:#fff; font-weight: 600; font-size:20px; line-height: 31px; margin-right:55px; transition: 350ms ease-in;}
header .nav a::before {content: ''; position: absolute; height: 3px; width: 0px; background-color: #334756; top: 50%; left: 0; transform: translateY(-50%);transition: 350ms ease-in;}
header .nav a:hover {transform: translateX(20px); background: none;}
header .nav a:hover::before {width: 14px;transform: translateX(-20px) translateY(-50%);}
header .nav a:focus {color:#fff; background: none;}
header .nav li {line-height: 50px; display: inline-block; margin: 0;}
header div {vertical-align: middle;}
body.mini-navbar.isnavbar .container { width: auto !important;}
header .nmf_header{ height: 60px; position: relative; display: flex;}

.navbar-usermenu {background-color: #f5f5f5 !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: #334756 !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:#334756 !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 #334756;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;
}

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


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

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

.btn-nmf-modal {
    font-family: Manrope;
    text-align: center;
    background: #334756;
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
    border-radius: 10px;
    font-size: 14px;
    padding: 0;
    height: 46px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.btn-nmf-modal:hover {
    background: #FF4C29;
    color: #fff;
}

.accordion-toggle i {
	margin-top: 7px;
}

.footer {
	background: #334756;
	padding: 70px 0 55px;
	color: #fff
}

@media screen and (min-width:1200px) {
	.top-footer>.container {
		width: 1300px;
		max-width: 1300px;
	}
}
.blocks {
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap;
	color: #fff;
}

.w40 {
	width: 40%;
	padding-right: 30px;
}

.w30 {
	width: 30%;
}

.footer_block {
	box-sizing: border-box;
	color: #fff;
	line-height: 1.55;
}

.footer_contacts p {
	font-size: 16px;
	line-height: 1.55;
}

.footer_contacts .date {
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
}

.footer_block h5 {
	color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	margin-top: 0;
}

.footer_block ul {
	padding: 0;
	list-style-type: none;
	margin-top: 12px;
	margin-left: 0;
	position: relative;
}

.footer_block li {
	position: relative;
	padding-left: 35px;
	line-height: 1.55;
	margin-bottom: 12px;
}

.footer_block li::before {
	content: '➜';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 15px;
    font-weight: 400;
	color: #fff;
}

.footer_block li a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.footer_block li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_contacts>div>img {	
    width: 243px;
    transform: translateX(-14px);
	margin-bottom: 60px;
}

.footer_visitors .title_programm {
	margin-top: 30px;
}
 
.footer_bottom {
	width: 100%;
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap;
	margin-top: 40px;
}

.footer_social {
	width: 40%;
}

.footer_social a {
	display: inline-block;
	width: 40px;
	margin-right: 25px;
}

.footer_social a img {
	width: 40px;
}

.footer_conditions {
	width: 60%;
}

.footer_conditions .bottom_menu a {
	display: inline-block;
	margin-right: 55px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.footer_conditions .bottom_menu a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_conditions .small_text {
	font-size: 10px;
}

.footer_conditions .small_text a {
	color: #fff;
	text-decoration: none;
}

.footer_conditions .small_text a:hover {
	color: #fff;
	text-decoration: none;
}

.sp-top_sec-wrapper{display:none}

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

.icons {display: flex;}

.lang_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang {
	color: #334756;
    font-size: 8px;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    background-position: center center;
    border: 1px solid #334756;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.lang:hover {
	background-color: #334756;
	color: #ffffff;	
}

.ru_active {
	background-color: #334756;
	color: #ffffff;
}

.eng_active {
	background-color: #334756;
	color: #ffffff;
}

.disab {display: none;}

a#open_chat {
    line-height: 60px;
    margin-right: 40px;
}

a#open_chat>img {
    width: 23px;
}

#yt-totop {
	display: none;
}


#filter_rubricator_3 {
	display: none;
}

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

table.table-manager>thead>tr>th:nth-child(5) {
	display: none !important;
}
table.table-manager>tbody>tr>td:nth-child(5) {
	display: none !important;
}
table.table-manager>tbody>tr>td {
	text-align: center;
}


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active_button {
	background-color: #FF4C29;
}

.favoritecomp {
	color: #FF4C29;
}

.hint-export-stands {
    border-color: #334756;
}

.hint-export-stands::after {
    border-top: 8px solid #334756;
}

.favorite_container.active {
    border: 2px solid #FF4C29;
    color: #FF4C29;
}
.export_favorite_btn {
	background-color: #FF4C29 !important;
    color: #fff !important;
}
.export_favorite_btn:hover {
	background-color: #FF4C29 !important;
}

.btn-skrepka-modal{
  background: #334756;
  border: 1px solid #334756;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  transition: 350ms ease-in;
  display: block;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.btn-skrepka-modal:hover{
  background-color: #FF4C29;
  border: 1px solid #FF4C29;
  color: #fff;
}

/* ***** Скрываем ненужные элементы ***** */

.company_publish {
    display: none;	
}

/* ***** Отображение рубрикатора ***** */

#mod_expo_schema .expo-tools {
	padding: 0 0 15px 0;
}

.expo-tools .expo-tools-container-filters {
    margin: 5px 0 0;
}

.expo-tools .expo-tools-field-filter {
	margin: 0 7px 15px 0;
}

.expo-tools .expo-tools-field-filter:nth-child(2) {
    width: calc(100% - 227px);
    margin: 0 0 15px 0;
}

@media screen and (max-width:860px) { 
	.expo-tools .expo-tools-field-filter {
		width: 100% !important;
		margin: 0 0 15px 0;
	}
	#filter_country_chzn {
	    width: 100% !important;	
	}
}

#filter_rubricator_1_chzn {
    width: 100% !important;
}

.expo-tools .expo-tools-field-filter>.chzn-container-multi>.chzn-choices {
	background-color: #ececec;
    border: 0;
    border-radius: 7px;
	padding: 5px;
}
.chzn-container .chzn-drop {
    top: 110%;
    border: none;
    border-radius: 7px;
    border-top: 0;
    overflow: hidden;
    background: #ffffff;
}

.chzn-container-multi .chzn-choices li.search-choice {
    background: #334756;
    border-radius: 5px;
    border: 0;
    padding: 5px 20px 5px 5px;
    box-shadow: none;
}

.chzn-container-multi .chzn-choices li.search-choice span {
    color: #ffffffe6;
}

.chzn-container-multi .chzn-choices li.search-choice a {
    transition: .1s;
    filter: brightness(1.7);
	top: 6px !important;
}

.SelGroupItem {
    color: #fff;	
}
.chzn-results .SelGroupItem.stationery {
    background-color: #6c8299;
}
.chzn-results .SelGroupItem.toys {
    background-color: #3762a7;
}
.chzn-results .SelGroupItem.souvenirs {
    background-color: #e72a2e;
}
.chzn-results .SelGroupItem.household {
    background-color: #f28422;
}
.chzn-results .SelGroupItem.education {
    background-color: #25ac9b;
}

.expo-tools .expo-tools-container-bar .btn-wrapper button.btn.btn-clear-active {
	background: #FF4C29 !important;
	color: #fff !important;
}

.expo-tools .expo-tools-container-bar .btn-wrapper button.btn.btn-clear-active:hover {
	background: #FF4C29 !important;
}


/* ***** Маркеры на карточках компаний ***** */

.expo_type {
	padding: 6px 8px;
}
.mark_rubricator {
	width: 8px;
	height: 18px;
	border-radius: 1px;
	margin-right: 5px;
	display: inline-block;
}
.mark_rubricator:last-child {
	margin-right: 0px;
}
.mark_stationery {
	background-color: #6c8299;
}
.mark_toys {
	background-color: #3762a7;
}
.mark_souvenirs {
	background-color: #e72a2e;
}
.mark_household {
	background-color: #f28422;
}
.mark_education {
	background-color: #25ac9b;
}

.span6.control-group .SelGroupItem {
	color: #000;
}
.chzn-container-multi .chzn-drop .result-selected {
	color: #ccc;	
}

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

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



.blocks {flex-wrap: wrap; padding: 0 15px;}
.footer_contacts.w40 {
    margin: auto;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-right: 0px;
}
.footer_contacts>div {
	width: 40%;
}
.footer_contacts>div>img {
	margin-bottom: 0px;
}
.footer_contacts .date {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.footer_contacts>p {
	width: 50%;
    font-size: 13px;
    line-height: 1.55;
}
.w30 {
    width: 50%;
    margin-top: 40px;
}
.footer_block h5 {
    font-size: 16px;
}
.footer_block ul {
    font-size: 14px;
}

.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.footer_social {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.footer_social a:last-child {
    margin-right: 0;
}
.footer_conditions {
    width: 100%;
}
p.bottom_menu {
    font-size: 14px;
    text-align: center;
}
.footer_conditions .bottom_menu a:last-child {
    margin-right: 0;
}
.footer_conditions .small_text {
    font-size: 8px;
    text-align: center;
}


a#open_chat {
    left: 100px;
}

.copyright br {display: none}
header {height: 60px; display: flex; justify-content: space-between;position: relative;}
header .logotype {margin-left: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 46%;}
header .icons {position: absolute; right: 0;}
header .lang {width: 30px; height: 30px;}
header a#open_chat>img {width: 30px;}

.burger-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  cursor: pointer;
  top: 15px;
  left: 0;
  transition: .5s;
  z-index: 501;
  margin: auto 20px;
}
.burger-icon{
  display: block;
  position: relative;
  background: #fff;
  width: 90%;
  height: 4px;
  transition: .5s;
}
.burger-icon:after, .burger-icon:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 4px;
  transition: .5s;
}
.burger {
  display: block;
  position: relative;
  background: #000631 !important;
  width: 90%;
  height: 4px;
  transition: .5s;
}
.burger::after, .burger::before {
  content: "";
  display: block;
  position: absolute;
  background: #000631 !important;
  width: 100%;
  height: 4px;
  transition: .5s;
}
.burger-icon::after {
  top: 10px;
}
.burger-icon::before {
  top: -10px;
}
header .nmf_header{height: 100%;}
header .nmf_header{position: fixed; text-align: left; display: block; align-items: top; justify-content: left; width: 100%; z-index: 500; 
 height: calc(100% - 60px); top: 60px; opacity: 1; transform: translate(-100%, 0); overflow: auto; transition: 1s; background: #fff;}
header .nav {flex-wrap: wrap;}
header .nav li {display: block;text-align: left; padding: 22px 14px;white-space: nowrap ; margin: 0; }
header .nav li {width: 100%;}
header .nav li a { color: #334756;  display: inline; font-size: 26px; padding: 10px;}
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 .nmf_header {width: calc(100% - 70px);}
body.mini-navbar.isnavbar .container { width: auto !important;} 

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

/* checkbox */
.burger-checkbox {display: none;}
.burger-checkbox:checked ~ .nmf_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);background: #334756;}
.burger-checkbox:checked ~ .burger-btn .burger-icon::before {transform: rotate(45deg);background: #334756;}
.burger-checkbox:checked ~ .burger-btn .burger::after {transform: rotate(-45deg);}
.burger-checkbox:checked ~ .burger-btn .burger::before {transform: rotate(45deg);}

#cleversite_clever_container {opacity: 0;max-width: 1px !important;max-height: 1px !important;right: -90px;}
#cleversite_clever_button {display: none;}
button#cleversite_chat {display: none;}
button#cleversite_call {display: none;}