@charset "UTF-8";
:root {
	--sf-header: #112E86;
	--sf-footer: #112E86;
/*	--bs-primary: #1f4684;*/
	--bs-primary: #112E86;
/*	--bs-primary-rgb: 31, 70, 132;*/
	--bs-primary-rgb: 17, 46, 134;
	--bs-danger: #EE483E;
	--bs-danger-rgb: 238, 72, 62;
	--bs-success: #028A49;
	--bs-success-rgb: 2, 138, 73;
}

body {font-size: 15px; overflow-x: hidden; overflow-x: hidden; overflow-y: scroll;}
@media (min-width: 576px) and (max-width: 767.98px) {
	body {font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 899.98px) {
	body {font-size: 15px;}
}
@media (min-width: 900px) and (max-width: 991.98px) {
	body {font-size: 16px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	body {font-size: 17px;}
}
@media (min-width: 1200px) {
	body {font-size: 18px;}
}

*,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: 'Akrobat';}
h1, .h1 {font-size: calc(1.375em + 1.5vw);}
@media (min-width: 1200px) {
  h1, .h1 {font-size: 2.5em;}
}
h2, .h2 {font-size: calc(1.325em + 0.9vw);}
@media (min-width: 1200px) {
  h2, .h2 {font-size: 2em;}
}
h3, .h3 {font-size: calc(1.3em + 0.6vw);}
@media (min-width: 1200px) {
  h3, .h3 {font-size: 1.75em;}
}
h4, .h4 {font-size: calc(1.275em + 0.3vw);}
@media (min-width: 1200px) {
  h4, .h4 {font-size: 1.5em;}
}
h5, .h5 {font-size: 1.25em;}
h6, .h6 {font-size: 1em;}

p {
  margin-top: 0;
  margin-bottom: 1em;
}
iframe {display: block;}
/*		.mainpage {background-image: linear-gradient(to bottom,#d4ecd2 360px,#fff 360px);}*/
.px-6 {transition: .5s;}
.mainpage > .px-6 {
/*			background-image: url(/media/templates/site/cassiopeia_kavkaz23/images/mainpage-topfon.png);*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-position-y: 150px;
	background-size: 1000px;
}
.px-6 .bg-full-width {
	margin-left: -.75rem;
	margin-right: -.75rem;
}
@media (min-width: 768px) and (min-height:580px) {
	.px-6 {padding-right: 105px; padding-left: 105px;}
	.px-6 .bg-full-width {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		background-color: var(--bs-light);
	}
	.mainpage > .px-6 {
		background-position: calc(50% - 105px/2) 0;
		background-size: 3000px;
	}
/*
			@media (min-width: 768px) and (max-width: 1199.98px) and (min-height: 768px) {
				#header .px-6 {padding-right: 0;}
			}
*/
}
@media (min-width: 768px) and (max-width: 1399.98px){
		#header .px-6 {padding: 0;}
/*				#header.scroll .px-6 .container-xl {max-width: none;}*/
	}
@media (min-width: 1400px) and (min-height:580px) {
/*	.px-6 {padding-left: 105px;}*/
	.mainpage > .px-6 {
		background-position: 50% 0;
	}
	.bg-full-width, .px-6 .bg-full-width {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
/*		background-color: var(--bs-light);*/
	}
}
	.bg-full-width, .px-6 .bg-full-width {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
}
.text-white a {color: #fff;}

.btn-primary, .btn-secondary {border-radius: 0; /*border: none;*/}
/*
		.btn-primary {position: relative; background-color: transparent!important; background: linear-gradient(-135deg, transparent, transparent 10px, #339CD1 10px,  #339CD1);}
		.btn-primary:hover, a:hover .btn-primary {background-color: transparent!important; background: linear-gradient(-135deg, transparent, transparent 10px, #2384b5 10px,  #2384b5);}
*/
.btn-primary {background-color: var(--bs-primary);}
.btn-primary:hover {background-color: rgba(var(--bs-primary-rgb),.7); border-color: var(--bs-primary);}
		
/*		.corner::after {display: block; content: ' '; position: absolute; top:-4px; right: -4px; width: 24px; height: 24px; background: linear-gradient(-135deg, #F7F9FA, #F7F9FA 17px, transparent 17px);}*/
.navbar {padding: 0;}

		h2.item-title {
			text-transform: uppercase;
			font-weight: 900;			
		}
		h2.item-title > a:not(.btn), 
		h2.item-title > span {
			text-decoration: none;
			color: var(--bs-secondary);
		}
		h2.item-title .icon-rightarrow {
			color: var(--bs-primary);
		}
.full-width {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
@media (max-width: 359.98px) {
	.full-width,
	.full-width-xs {
		margin-left: -.75rem;
		margin-right: -.75rem;
	}
}
@media (min-width: 360px) and (max-width: 575.98px) {
	.full-width,
	.full-width-xs {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.full-width-sm {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}
		@media (max-width: 575.98px) {
			.blog-featured .blog-item {overflow: visible;}
			h2.item-title {
				margin-left: -.75rem;
				margin-right: -.75rem;
				
				line-height: 1;
				margin-bottom: 0;background: linear-gradient(to bottom, #eee, transparent 2.5rem);
			}
			h2.item-title > a:not(.btn), 
			h2.item-title > span {
				padding: 1rem .75rem;
				display: block;
			}
		}

		@media (min-width: 576px) {
			h2.item-title {
				background:
					linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 47px, #fff 47px),
					linear-gradient(to right,#fff 0,#fff 32px,transparent 32px), 
					repeating-linear-gradient(to right,#fff 0, #fff 4px, #F7F9FA 4px, #F7F9FA 8px);
				line-height: 3rem;
/*
				text-transform: uppercase;
				font-weight: 800;
*/
				position: relative;
				margin-bottom: 1.5rem;
			}
			h2.item-title > a:not(.btn), 
			h2.item-title > span {
				display: inline-block;
				background: #fff;
	/*			text-align: center;*/
	/*			min-width: 300px;*/
/*				text-decoration: none;*/
				padding: 0 2rem;
				margin-left: 6rem;
/*				color: #1A2451;*/
			}
/*
			h2.item-title .icon-rightarrow {
				font-size: .9em; 
				margin-left: 1.5rem;
				color: var(--bs-primary);
			}
*/
/*
			h2.item-title::after {
				display: block;
				content: ' ';
				width: 46px; 
				height: 46px; 
				background: linear-gradient(-135deg,#339CD1 50%,#fff 50%);
				position: absolute; 
				left: 0; 
				top: 1px;
			}
*/
		}
/*
		.blog-featured .item-content::after, 
		.line-blue::after,
		.mod-articlesnews.partners::after {
			display: block;
			content: ' ';
			margin: 2rem 30% 4rem;
			height: .75rem;
			background: repeating-linear-gradient(to right,#fff calc(50% - 2px), #fff calc(50% + 2px), #339CD1 calc(50% + 2px), #339CD1 calc(50% + 6px));
		}
*/
		.carousel-control-prev-icon,
		.carousel-control-next-icon {
			width: 3rem;
			height: 3rem;
			background-repeat: no-repeat;
			background-size: 60% 60%;
			box-shadow: 2px 2px 10px 4px rgba(0,0,0,.3) inset;
			border-radius: 50%;
		}
		.carousel-control-prev-icon {
			background-position: 45%;
		}
		.carousel-control-next-icon {
			background-position: 55%;
		}

/*		.row-mx-3 {margin-left: -1rem; margin-right: -1rem;}*/

		.opacity-0-100 {
			opacity:0;
			transition: 1s;
			animation: show 3s 1;
			animation-fill-mode: forwards;
			animation-delay: 1s;
		}
		@keyframes show{
			0%{ opacity:0; }
			100% { opacity:1; }
		}
/*		.w-100.text-center {display: none;}del*/
		
		.preloader {
		  position: fixed;
		  left: 0;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  overflow: hidden;
		  background: #ffffff;
		  z-index: 21000;
		}
		.loaded_hiding .preloader {transition: 0.3s opacity; opacity: 0;}
		.loaded .preloader {display: none;}
		
		.backtotop {text-align: center; line-height: .9;}
		.backtotop a,
		.backtotop a:hover,
		.backtotop a:active,
		.backtotop a:focus {
			display: inline-block;
			cursor: pointer;
			width: 70px;
			font-size: 50px; 
			padding: 0; 
			color: rgba(255,255,255,.6)!important;
			background: rgba(127,127,127,0.25);
			border: none;
			border-radius: 6px 6px 0 0;
			left: auto;
			right: auto;
		}
		.backtotop a > * { line-height: .9;}
		@media (max-width:767.98px), (max-height:479.98px) {
			.backtotop {
				z-index: 0!important;
			}
		.backtotop a,
		.backtotop a:hover,
		.backtotop a:active,
		.backtotop a:focus {
				width: 55px;
				font-size: 40px; 
			}
		}

#header {
/*	background-color: var(--sf-header);*/
	color: var(--bs-white);
/*	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
}

#header * {outline: none;}
.page #header,
#header.scroll {
	background-color: var(--sf-header);
}
#header a {
	color: var(--bs-white);
}
#header #mainmenu {
	order: 1;
	flex: 0 0 auto; 
	width: auto;
/*			padding-right: 0!important;*/
}
#header #mainmenu button[data-bs-toggle="offcanvas"] {
	color: var(--bs-white);
}
#header #mainmenu .metismenu.mod-menu .mm-collapse {
	background-color: var(--sf-header);
}
#header #mainmenu > div {
	background-color: transparent!important;
}
#header #toplogo {
	order: 2;
}

#header .home-icon,
#header .brand-logo img  {
	width: 80px;
}
#header .home-icon img  {
	height: 44px;
	padding: 10px .25em;
}
@media (min-width: 768px) and (max-width: 899.98px) {
	#header .home-icon,
	#header .brand-logo img  {
		width: 60px;
	}
}
@media (min-width: 900px) and (max-width: 991.98px) {
	#header .home-icon,
	#header .brand-logo img  {
		width: 70px;
	}
}

		#header #search {
			order: 3; 
			margin-right: auto;
		}
#header #lk {
	order: 4;
}


		@media (max-width: 359.98px) {
			#header .brand-logo img  {height: 40px;}
		}
@media (max-width: 767.98px) {
	#mainmenu {padding-right: 0;}
	#header #lk h5 {
		display: none!important;
	}
	#header #lk .metismenu-item.item-142 {
		display: none!important;
	}
}		
/*		@media (max-width: 767.98px) {*/
#header  #mainmenu .offcanvas {
	color: var(--bs-white);
	background-color: var(--sf-header);
}
#header  #mainmenu .offcanvas-header .btn-close {
	background-color: var(--bs-white);
}
#header  #mainmenu .offcanvas a {
	color: var(--bs-white);
}
/*	}*/

		
		@media (min-width: 768px) {

			#header #toplogo {order: 1;}
	/*		#header #topslider {order: 2;}
			
			#header:not(.scroll) #search {order: 3; margin-right: 0;}
*/
/*			#header.scroll #search {margin-right: auto; order: 3;}*/
			
/*
			#header:not(.scroll) #lk {order: 4;}
			#header:not(.scroll) #mainmenu {order: 5;}
*/
/*			#header.scroll .col-md-3 {width: auto!important;}*/
			
			

			#header.scroll #toplogo {padding-top: .5rem!important; padding-bottom: .5rem!important;}
			/***/#header #toplogo {padding-top: .5rem!important; padding-bottom: .5rem!important;}

/*			#header.scroll .brand-logo img {height: 50px;}*/
			#header.scroll #topslider {display: none!important;}
			
#header.scroll #mainmenu {flex: 0 0 auto; width: auto; order: 1; padding-right: 0!important; padding-left: 0!important;}
/***/#header #mainmenu {flex: 0 0 auto; width: auto; order: 1; padding-right: 0!important; padding-left: 0!important;}
			#header.scroll #lk {order: 5; padding-top: 0!important; padding-bottom: 0!important; /*padding-left: 0!important;*/}
			#header.scroll #lk h5 {display: none!important;}
			#header.scroll #lk .metismenu-item.item-142 {display: none!important;}
		}
		
/*
		@media (min-width: 768px) and (max-width: 899.98px) {
			#header:not(.scroll) .brand-logo img  {height: 75px;}
		}
		@media (min-width: 900px) and (max-width: 991.98px) {
			#header:not(.scroll) .brand-logo img  {height: 80px;}
		}
		@media (min-width: 992px) and (max-width: 1199.98px) {
			#header:not(.scroll) .brand-logo img  {height: 90px;}
		}
		@media (min-width: 1200px) {
			#header:not(.scroll) .brand-logo img  {height: 105px;}
		}
*/
		
		@media (min-width: 768px) and (max-width: 899.98px) {
			#header #topslider {
				max-width: 338px; 
				font-size: .9em;
			}
			#header #topslider .carousel-item img {height: 70px;}
		}
		@media (min-width: 900px) and (max-width: 991.98px) {
			#header #topslider {
				max-width: 404px; 
/*				font-size: 1em;*/
			}
			#header #topslider .carousel-item img {height: 75px;}
		}
		@media (min-width: 992px) and (max-width: 1199.98px) {
			#header #topslider {
				max-width: 430px; 
/*				font-size: 1.15em;*/
			}
			#header #topslider .carousel-item img {height: 85px;}
		}
		@media (min-width: 1200px) {
			#header #topslider {
				max-width: 525px; 
				font-size: 1.2em;
			}
			#header #topslider .carousel-item img {height: 100px;}
		}

		
		
		
/*
		@media (min-width: 768px) {
			#header:not(.scroll) {
				background-color: var(--bs-white);
				box-shadow: none;
			}
		}
		@media (min-width: 768px) and (max-width: 1399.98px) {
			#header:not(.scroll) #mainmenu {
				padding-left: 0; 
				padding-right: 0; 
			}
		}
*/
		/***/#header #mainmenu .metismenu.mod-menu .mm-toggler::after {transition: none;-webkit-transition:none;-o-transition:none;}
		.metismenu.mod-menu .metismenu-item {
			padding: 0;
		}
		.metismenu.mod-menu .metismenu-item > * {
			padding: .4em; 
		}
		@media (max-width: 767.98px) {
			.offcanvas .metismenu.mod-menu .metismenu-item.level-2 > * {
				padding-left: 1.5em; 
				}
		}
		@media (min-width: 768px) {
			#header:not(.scroll) #mainmenu .metismenu.mod-menu .metismenu-item > * {
			}
			/***/#header #mainmenu .metismenu.mod-menu .metismenu-item.parent {
				position: static;
			}
		}
		.metismenu.mod-menu .metismenu-item.level-1 {
			font-size: 1.05em;
		}
		@media (min-width: 768px) and (max-width: 899.98px) {
			#header #lk h5 {font-size: 1.05em;}
		}
		@media (min-width: 900px) and (max-width: 991.98px) {
			.metismenu.mod-menu .metismenu-item {padding: 0;}
			.metismenu.mod-menu .metismenu-item > * {padding: .5em .625em;}
			#header #lk h5 {font-size: 1.1em;}
		}
		@media (min-width: 992px) {
			.metismenu.mod-menu .metismenu-item {padding: 0;}
			.metismenu.mod-menu .metismenu-item > * {padding: .5em .9em;}
		}
		
		@media (min-width: 768px) {
/*
			#header:not(.scroll) #mainmenu {
				width: 100%;
			}
*/
			#header  #mainmenu .offcanvas {
				visibility: visible!important;
				position: relative;
				background-color: rgba(0,0,0,0);
				width: 100%;
				transform: none!important;
				transition: none!important;
				border: none!important;
				z-index: 1000;
			}
/*
			#header:not(.scroll) #mainmenu .offcanvas {
				background-color: var(--bs-secondary);
			}
*/
			#header.scroll #mainmenu .offcanvas,
			#header.scroll #mainmenu .offcanvas a	{
				color: var(--bs-white);
			}
			/***/#header #mainmenu .offcanvas,
			#header #mainmenu .offcanvas a	{
				color: var(--bs-white);
			}
			
			#header  #mainmenu .offcanvas-backdrop.show,
			#header  #mainmenu .offcanvas-header {
				display: none!important;
			}
			#header  #mainmenu .offcanvas-body {padding: 0;}
	
		}
		
		
		
		body.login #header #lk h5 {display: none!important;}
		body.login #header #lk .metismenu.mod-menu {display: block!important;}
body.login #header #lk .metismenu.mod-menu button {
	width: 100%;
	text-align: right;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
		body.login #header #lk .metismenu.mod-menu button > span.name {
			flex-basis: calc(100% - 45px);
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		body.login #header #lk .metismenu.mod-menu button > span.photo {
			flex-basis: 45px;
		}
		body.login #header #lk .metismenu.mod-menu button > span.photo > * {
			font-size: 40px;
		}
		body.login #header #lk .metismenu.mod-menu .mm-toggler::after {display: none!important;}
		
/*
		body.login #header.scroll #lk .metismenu.mod-menu button > span.name {
			display: none;
		}
		body.login #header.scroll #lk .metismenu.mod-menu button > span.photo > * {
			font-size: 40px;
		}
*/
		@media (max-width: 767.98px) {
			body.login #header #lk .metismenu.mod-menu button > span.name {
				display: none;
			}
			body.login #header #lk .metismenu.mod-menu button > span.photo > * {
				font-size: 40px;
			}
		}
		#lk .metismenu.mod-menu .metismenu-item:not(.level-1) > ul, #lk .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
			right: 0;
			margin-right: 0;
			background-color: var(--sf-header);
		}

		.head {height: 358px;}
		.btn-outline-secondary {background-color: #fff;}
		.btn-reg {
			background: linear-gradient(1.56deg, #EC732C 1.63%, #F2B10C 98.98%);
			border: 1px solid #F2B10C;
			border-radius: 6px;
		}
@media (max-width: 575.98px) {
	body.page .page-head .brand-logo,
	body.page .page-head .brand-logo img {
		height: 80px;
	}
	body.mainpage .page-head .brand-logo,
	body.mainpage .page-head .brand-logo img {
/*
		width: 100%;
		max-width: 358px;
*/
		height: 100px;
	}
	.top-a {
		font-size: 1.1rem;
		line-height: 1;
	}
	.top-dates {
		line-height: 1;
		font-size: 2rem;
		background: rgba(255,255,255,.5);
	}
	.top-location {
		line-height: 1;
		font-size: 1rem;
		background: rgba(255,255,255,.5);
	}
	.top-orgs h3 {
		line-height: 1;
		font-size: 1rem;
	}
	.top-orgs > *:not(h3) {
		display: inline-block;
		margin-right: 1rem;
		height: 35px;
	}
	.top-orgs > *:not(h3):last-child {
		margin: 0;
	}
	.page-head .btn {
		width: calc(50% - .325rem);
		font-size: 1em;
	}
/*	.page-head .top-c .btn {min-width: 160px;}*/
	
	.page-head .top-b .btn:first-of-type,
	.page-head .top-c .btn:first-of-type {margin-right: .5rem;}
	
}
@media (min-width: 576px) and (max-width: 991.98px) {
	body.page .page-head .brand-logo img {
		max-height: 120px;
	}
	.top-a {
		font-size: 1.2rem;
		line-height: 1;
	}
	.top-dates {
		line-height: 1;
		font-size: 2.2rem;
	}
	.top-location {
		line-height: 1;
		font-size: 1rem;
	}
	.top-orgs h3 {
		line-height: 1;
		font-size: .888888rem;
	}
	.top-orgs > *:not(h3) {
		display: inline-block;
		margin-right: 1rem;
		height: 35px;
	}
	.top-orgs > *:not(h3):last-child {
		margin: 0;
	}
	.page-head .btn {
		width: 124px;
		font-size: .75em;
	}
	.top-b {
		white-space: nowrap;
	}
	.page-head .top-b .btn:first-of-type,
	.page-head .top-c .btn:first-of-type {margin-right: .5rem;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	body.page .page-head .brand-logo img {
		max-height: 160px;
	}
	.top-a {
		font-size: 1.555555rem;
		line-height: 1;
	}
	.top-dates {
		line-height: 1;
		font-size: 3.1rem;
	}
	.top-location {
		line-height: 1;
		font-size: 1.333333rem;
	}
	.top-orgs h3 {
		line-height: 1;
		font-size: .888888rem;
	}
	.top-orgs > *:not(h3) {
		display: inline-block;
		margin-right: 1.5rem;
		height: 48px;
	}
	.top-orgs > *:not(h3):last-child {
		margin: 0;
	}
	.page-head .btn {
		width: 163px;
	}
	.page-head .top-b .btn:first-of-type,
	.page-head .top-c .btn:first-of-type {margin-right: 1rem;}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	body.page .page-head .brand-logo img {
		max-height: 178px;
	}
	.top-a {
		font-size: 1.555555rem;
		line-height: 1;
	}
	.top-dates {
		line-height: 1;
		font-size: 3.9rem;
	}
	.top-location {
		line-height: 1;
		font-size: 1.333333rem;
	}
	.top-orgs h3 {
		line-height: 1;
		font-size: .888888rem;
	}
	.top-orgs > *:not(h3) {
		display: inline-block;
		margin-right: 4rem;
	}
	.top-orgs > *:not(h3):last-child {
		margin: 0;
	}
	.page-head .btn {
		width: 200px;
	}
	.page-head .top-b .btn:first-of-type,
	.page-head .top-c .btn:first-of-type {margin-right: 1.5rem;}
}
@media (min-width: 1400px) {
	body.page .page-head .brand-logo img {
		max-height: 200px;
	}
	.top-a {
		font-size: 1.75rem;
		line-height: 1;
	}
	.top-dates {
		line-height: 1;
		font-size: 4.5rem;
	}
	.top-location {
		line-height: 1;
		font-size: 1.5rem;
	}
	.top-orgs h3 {
		line-height: 1;
		font-size: 1rem;
	}
	.top-orgs > *:not(h3) {
		display: inline-block;
		margin-right: 2rem;
	}
	.top-orgs > *:not(h3):last-child {
		margin: 0;
	}
	.page-head .btn {
		width: 180px;
	}
	.page-head .top-b .btn:first-of-type,
	.page-head .top-c .btn:first-of-type {margin-right: 0rem;}
}			
/*
			.top-b .venue {
				line-height: 2.5rem;
				font-size: 1.75rem;
				letter-spacing: 0.05em;
			}
			.btn-reg {
				line-height: 4rem;
				font-size: 1.75rem;
				letter-spacing: 0.05em;
			}
		}
		.top-c > div {max-width: 1000px;}
		.top-c img {max-width: 250px;}
*/

footer {
	background-color: var(--sf-footer);
}
.btn {border-radius: 0;}
.page-head {
	margin-top: -3.75rem;
	padding-top: 3.75rem;
	background-size: cover;
}
body.mainpage .page-head {
	background: rgba(0,35,169,0.40) url(../images/bg-top-allpages.jpg) no-repeat 50% 50%;
	height: 100vh;
/*	min-height: inherit;*/
/*	padding-bottom: 3.75rem;*/
	background-size: cover;
}


@media  (max-height: 579.98px) {
	body.mainpage .page-head {
		height: calc(100vh - 44px);
		min-height: 330px;
/*		padding-bottom: 0;*/
	}
}
@media (max-width: 575.98px) {
	body.mainpage .page-head {
		height: calc(100vh - 44px);
/*		padding-bottom: 0;*/
		min-height: 580px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	body.mainpage .page-head {
		height: calc(100vh - 60px);
		min-height: 378px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	body.mainpage .page-head {
		min-height: 410px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	body.mainpage .page-head {
		min-height: 490px;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	body.mainpage .page-head {
		min-height: 504px;
	}
}
@media (min-width: 1400px) {
	body.mainpage .page-head {
		min-height: 536px;
	}
}
body.page .page-head {
	background: rgba(0,35,169,0.40) url(../images/bg-top-allpages.jpg) no-repeat 50% 50%; 
}

.page-head .btn {
	line-height: calc(2.5rem - 2px);
	padding: 0;
	text-transform: uppercase;
}
.page-head .btn-danger {
	background: rgba(var(--bs-danger-rgb),1);
	border-color: #f8f9fa;
}
.page-head .btn-success {
	background: rgba(var(--bs-success-rgb),1);
	border-color: #f8f9fa;
}
.page-head .btn-outline-light {
	background: rgba(var(--bs-white-rgb),.3);
	border-color: #f8f9fa;
}
.page-head .btn-outline-light:hover {
	background: rgba(var(--bs-white-rgb),1);
	border-color: var(--bs-white);
}
#header, #header .row {height: 3.75rem;}

@media (max-width:575.98px) {
	.accordion-item:last-of-type,
	.accordion-item:first-of-type {
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.accordion-button {
		flex-direction: column;
		align-items: flex-start;
		padding: .75rem;
	}
	.accordion-button > div:first-of-type {
		background-image: linear-gradient(to right,#e7eaee,transparent);
		padding: .75rem;
		margin: -.75rem;
	}
	.accordion-button::after {
		position: absolute;
		right: .75rem;
		top: calc(50% - .75rem);
	}
}
.accordion-button.no-content {cursor: text;}
.accordion-button.no-content::after {background: none;}

button:focus,
.btn:focus {
	box-shadow: 0 0 0 0 !important;
}

/*bage*/
@media (max-width: 991.98px) {
/*	#mod-custom115 {padding-top: 24px;}*/
	.bage, 
	img.lenta {
		width: 296px;
	}
	.bage > div {
		background-size: 100%;
		background-position: 50% 100%;
		height: 400px;
		border-radius: 26px;
		line-height: 1.1;
	}
	img.lenta {
		position:absolute;
		top: -44px;
	}
	.bage .sticker {
		height: 106px;
	}
	.bage .name {font-size: 1.1em; font-weight: 700;}
	.bage .company {font-size: .9em;}
	.bage .bagetype {font-size: 1.875em; font-weight: 700;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*	#mod-custom115 {padding-top: 30px;}*/
	.bage, img.lenta {width: 356px;}
	.bage > div {
		background-size: 100%;
		background-position: 50% 100%;
		height: 480px;
		border-radius: 31px;
		line-height: 1.1;
	}
	img.lenta {
		position:absolute;
		top: -53px;
	}
	.bage .sticker {
		height: 110px;
	}
	.bage .name {font-size: 1.1em; font-weight: 700;}
	.bage .company {font-size: .9em;}
	.bage .bagetype {font-size: 2.2em; font-weight: 700;}
}
@media (min-width: 1200px) {
/*	#mod-custom115 {padding-top: 36px;}*/
	.bage, img.lenta {width: 400px;}
	.bage > div {
		background-size: 100%;
		background-position: 50% 100%;
		height: 540px;
		border-radius: 36px;
		line-height: 1.1;
	}
	img.lenta {
		position:absolute;
		top: -58px;
	}
	.bage .sticker {
		height: 116px;
	}
	.bage .name {font-size: 1.1em; font-weight: 700;}
	.bage .company {font-size: .9em;}
	.bage .bagetype {font-size: 2.5em; font-weight: 700;}
}
.page-header h1 {
	background: linear-gradient(90deg, #EE483E 0%, #A43D70 100%);
	color: var(--bs-white);
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.moduletable h2 {
	text-align: center;
	padding: .5rem 0;
/*	margin-bottom: 2rem;*/
	color: var(--bs-white);
	text-transform: uppercase;
	font-weight: 900;
	background: linear-gradient(90deg, #EE483E 0%, #A43D70 100%);
}
.page-header h1,
.moduletable h2 {
	margin-bottom: 1rem;
}
@media (min-width: 992px) {
	.page-header h1,
	.moduletable h2 {
		margin-bottom: 1.5rem;
	}	
}
@media (max-width: 359.98px) {
	.page-header h1,
	.moduletable h2,
	.com-content-article__body h3 {
		margin-left: -.75rem;
		margin-right: -.75rem;
	}
}
@media (min-width: 360px) and (max-width: 767.98px) {
	.page-header h1,
	.moduletable h2,
	.com-content-article__body h3 {
/*
		margin-left: -.75rem;
		margin-right: -.75rem;
*/
		margin-left: -1rem;
		margin-right: -1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.packages .card {border-radius: 0;}
.packages .card .card-header {
	background: none; 
	border: 0;
	padding: 1rem 1rem 0;
}
.packages .card .card-header p,
.packages .card .card-header h4 {
	color: var(--bs-primary); 
	font-weight: 900;
	margin-bottom: 0;
}
.packages .price {
	background: linear-gradient(90deg, #EE483E 0%, #A43D70 100%);
	color: var(--bs-white);
	font-weight: 900;
}
.packages .price > span {
	font-size: 1rem;
	font-weight: 400;
	text-transform: lowercase;
	white-space: nowrap;
}
.packages .card-footer {
	background: none;
	border: 0;
	padding: 0 1rem 1rem;
}




/*
@media (max-width: 575.98px) {
	.row.row-cols-2,
	.row.row-cols-3 {
		margin-right: calc(-0.25 * var(--bs-gutter-x));
		margin-left: calc(-0.25 * var(--bs-gutter-x));
	}
	.row.row-cols-2 > *,
	.row.row-cols-3 > * {
		padding-right: calc(0.25 * var(--bs-gutter-x));
		padding-left: calc(0.25 * var(--bs-gutter-x));
	}
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.row.row-cols-2,
	.row.row-cols-3,
	.row.row-cols-sm-2,
	.row.row-cols-sm-3 {
		margin-right: calc(-0.25 * var(--bs-gutter-x));
		margin-left: calc(-0.25 * var(--bs-gutter-x));
	}
	.row.row-cols-2 > *,
	.row.row-cols-3 > *,
	.row.row-cols-sm-2 > *,
	.row.row-cols-sm-3 > * {
		padding-right: calc(0.25 * var(--bs-gutter-x));
		padding-left: calc(0.25 * var(--bs-gutter-x));
	}
}
*/
@media (max-width: 359.98px) {
	.row {
		margin-top: calc(-1 * var(--bs-gutter-y));
		margin-right: calc(-0.25 * var(--bs-gutter-x));
		margin-left: calc(-0.25 * var(--bs-gutter-x));
	}
	.row > * {
		padding-right: calc(var(--bs-gutter-x) * 0.25);
		padding-left: calc(var(--bs-gutter-x) * 0.25);
	}
	.mb-1 {margin-bottom: .1875rem!important}
	.mb-2 {margin-bottom: .375rem!important}
	.mb-3 {margin-bottom: .75rem!important}
	.mb-4 {margin-bottom: 1.5rem!important}
	.mb-5 {margin-bottom: 3rem!important}
}
@media (min-width: 360px) and (max-width: 991.98px) {
	.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}
	.row {
		margin-top: calc(-1 * var(--bs-gutter-y));
		margin-right: calc(-0.33333333 * var(--bs-gutter-x));
		margin-left: calc(-0.33333333 * var(--bs-gutter-x));
	}
	.row > * {
		padding-right: calc(var(--bs-gutter-x) * 0.33333333);
		padding-left: calc(var(--bs-gutter-x) * 0.33333333);
	}
}

/*плашки*/
@media (max-width: 767.98px), (max-height: 579.98px) {
	.oursites {
		display: flex!important;
	}
}

@media (min-width: 768px) and (min-height: 580px) {
	.oursites {
		box-shadow: 0 0 0 1px #EF0E0E!important;
		background: linear-gradient(-135deg, #EF0E0E, #EF0E0E 13px, transparent 13px), #fff!important;
		margin-top: calc(4.5rem + 1px)!important;
		right: auto;
		left: 1px;
	}
	.oursites,
	.plashka-left,
	.plashka-right {
		animation: plashka-from-top 1s 0s forwards;
	}
}
@keyframes plashka-from-top {
	from {
		top: -580px;
	}
	to {
		top: 60px;
	}
}
@media (min-width: 1400px) {
	.oursites {left: -104px!important;}
}
.plashka-left,
.plashka-right {
	width: 99px;
	background: #fff;
	
	position: absolute;
	margin-top: calc(4.5rem + 1px);
	box-shadow: 0 0 0 1px #EF0E0E;
	padding: 7px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height: 11px;
}
.plashka-left {left: 1px;}
.plashka-right {right: 1px;}
@media (min-width: 1400px) {
	.plashka-left {left: -104px;}
	.plashka-right {right: -104px;}
}
@media (max-width: 767.98px), (max-height: 579.98px) {
	.plashka-left,
	.plashka-right {display: none;}
}

.mod-list.plashka-left li,
.mod-list.plashka-right li {padding: 0;}
.mod-list.plashka-left li > a,
.mod-list.plashka-right li > a {
	display: flex;
	align-items: center;
	background: linear-gradient(-135deg, #EF0E0E, #EF0E0E 8px, transparent 8px), linear-gradient(180deg, #3265C8, #00205F);
	box-shadow: 0 0 0 1px #EF0E0E;
	flex-direction: column;
}
.mod-list.plashka-left li > a:hover,
.mod-list.plashka-right li > a:hover {
	text-decoration: none;
	background: linear-gradient(-135deg, #EF0E0E, #EF0E0E 8px, transparent 8px), linear-gradient(180deg, #4081ff, #00308f);
}
.mod-list.plashka-left li > a > span.image-title,
.mod-list.plashka-right li > a > span.image-title {
	display: block; 
	padding: 4px;
}

.mod-list.plashka-left li:not(:last-of-type),
.mod-list.plashka-right li:not(:last-of-type) {margin-bottom: 8px;}
.mod-list.plashka-left li:not(:last-of-type) > a > img,
.mod-list.plashka-right li:not(:last-of-type) > a > img {width: 45px; order: 2;}

.mod-list.plashka-left li:last-of-type > a,
.mod-list.plashka-right li:last-of-type > a {
	height: 97px;
}
.mod-list.plashka-left li:last-of-type > a > img,
.mod-list.plashka-right li:last-of-type > a > img {
	object-fit: cover; 
	height: 100%;
}
.mod-list.plashka-left li:last-of-type > a > span.image-title, 
.mod-list.plashka-right li:last-of-type > a > span.image-title {
	display: block; 
	width: calc(100% - 12px); 
	margin: -8px 0 0;
	background: #EF0E0E;
	padding: 4px;
	border-radius: 4px 4px 0 0;
}

/*модуль Стать экспонентом/партнером/участником */
.become {

/*	box-shadow: 0 0 0 1px #EF0E0E;*/
	font-size: calc(1.325rem + 1.5vw); /* fs-1 */
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}
@media (max-width: 359.98px) {
	.become > * {width: 100%!important;}
	.become > li {margin-bottom: .5rem;}
}
@media (min-width: 360px) and (max-width: 767.98px) {
	.become > li {margin-bottom: 1rem;}
}
.become > li:last-of-type {display: none;}
.become > li > a {
	position: relative;
	display: block;
	
	border: 1px solid #EF0E0E;
	text-decoration: none;
	color: #fff!important;
	background-size: cover;
}
.become > li > a.be-exhibitor {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.8), rgba(0,32,95,.8)), url(../images/bg_exhibitor.jpg);
}
.become > li > a:hover.be-exhibitor {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.9), rgba(0,32,95,.9)), url(../images/bg_exhibitor.jpg);
}
.become > li > a.be-partner {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.8), rgba(0,32,95,.8)), url(../images/bg_partner.jpg);
}
.become > li > a:hover.be-partner {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.9), rgba(0,32,95,.9)), url(../images/bg_partner.jpg);
}
.become > li > a.be-participant {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.8), rgba(0,32,95,.8)), url(../images/bg_participant.jpg);
}
.become > li > a:hover.be-participant {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.9), rgba(0,32,95,.9)), url(../images/bg_participant.jpg);
}
.become > li > a.be-speaker {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.8), rgba(0,32,95,.8)), url(../images/bg_speaker.jpg);
}
.become > li > a:hover.be-speaker {
	background-image: linear-gradient(-135deg, #EF0E0E, #EF0E0E 12px, transparent 12px), linear-gradient(180deg, rgba(50,101,200,.9), rgba(0,32,95,.9)), url(../images/bg_speaker.jpg);
}
.become > li > a > * {position: absolute;}
.become > li > a > span {left: .5rem; right:.5rem; bottom: .35rem; }
@media (min-width: 992px) {
	.become > li > a > span {left: .75rem; right:.75rem; bottom: .5rem; }
}
@media (min-width:1200px) {
	.become > li > a > span {left: 1rem; right:1rem; bottom: .75rem; }
}

@media (max-width: 575.98px) {
	.become {font-size: 1.4rem;}
	.become > li > a {height: 90px;}
	.become > li > a > img {width: 64px; right: 0; top: 0;}
	.become > li > a > span {max-width: 100px; left: .5rem; right:.5rem; bottom: .5rem; }
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.become {font-size: 1.1rem;}
	.become > li > a {height: 130px;}
	.become > li > a > img {width: 96px; right: 0; top: 0;}
	.become > li > a > span {max-width: 110px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.become {font-size: 1.5rem;}
	.become > li > a {height: 180px;}
	.become > li > a > img {width: 128px; right: 0; top: 0;}
	.become > li > a > span {max-width: 160px;}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.become {font-size: 2rem;}
	.become > li > a {height: 200px;}
	.become > li > a > img {width: 144px; right: 0; top: 0;}
	.become > li > a > span {max-width: 200px;}
}
@media (min-width: 1400px) {
	.become {font-size: 2.5rem;}
	.become > li > a {height: 200px;}
	.become > li > a > img {width: 144px; right: 0; top: 0;}
	.become > li > a > span {max-width: 250px;}
}

.partner h3,
.partners h3 {color: #ABABAB; font-weight: 700;}
.partner h3, .partner h5 {height: 70px;}
@media (max-width: 575.98px) {
	.partner h3 {font-size: calc(.75rem + 1vw); height: 50px;}
	.partner h5 {font-size: .75rem; height: 50px;}
}
@media (min-width: 992px) {
	.partner.col-lg-2 {
		width: 20%;
	}
}
/*Сетка программы*/
.program-grid .tab-content { padding: 1rem 0 0;}
.program-grid .tab-pane {
	position: relative;
	background: repeating-linear-gradient(to bottom, #fff 0px, #fff 42px, #f5f5f5 40px, #ddd 84px);
}
.program-grid .grid {
	overflow-x: scroll; 
	height: 960px; 
	font-size: 14px; 
	line-height: 16px; 
	margin: 0 50px;
	
	scrollbar-width: thin;
	scrollbar-color: rgba(var(--bs-danger-rgb),.2) #eee;
}
.program-grid .grid > div {
	display: flex; 
	flex-wrap: nowrap; 
	width: auto;
}
.program-grid .grid > div .timecol:first-of-type {left: 0;}
.program-grid .grid > div .timecol:last-of-type {right: 0;}
.program-grid .grid p {margin: 0;}
.program-grid .timecol {
	min-width: 50px; 
	height:882px; 
	position: absolute; 
	z-index:2; 
	text-align:center;
}
.program-grid .timecol > div {
	height: 30px; 
	min-width: 50px; 
	position: absolute;
}
.program-grid .ongrid {
	width: calc(100% - 10px); 
	display: block; 
	text-decoration: none; 
	overflow: hidden; 
	margin: 0 2px; 
	padding: 0 3px; 
	position: absolute;
}
.program-grid .ongrid:hover {
	height: auto!important; 
	z-index: 2; 
	padding-bottom: 3px!important; 
	box-shadow: 0 2px 6px rgba(0,0,0,.5);
}
.program-grid a.ongrid:hover {background: #8cdaff!important;}
.program-grid div.ongrid:hover {background: #b7e8ff!important;}

.page-header {
	margin-top: 1rem;
}
.page-header,
.topline {
	position: relative;
	padding-top: 1rem;
}
.page-header::before,
.topline::before {
	display: block; 
	content: ' ';
	background:
		linear-gradient(90deg, transparent calc(50% - 42px), #fff calc(50% - 42px), #fff calc(50% + 42px), transparent calc(50% + 42px) ),
		repeating-linear-gradient(90deg,#c00 calc(50% - 1px), #c00 calc(50% + 1px), transparent calc(50% + 1px), transparent calc(50% + 9px)); 
	height: 2px;
	width: 100%;
	margin-bottom: 2rem;
	position: relative;
}
.page-header::after,
.topline::after {
	display: block; 
	content: ' ';
	background:
		url(../images/romb.svg) no-repeat 50% 50%; 
	height: 20px;
	width: 20px;
	top: calc(1rem - 9px);
	left: calc(50% - 10px); 
	position: absolute;
}
@media (min-width: 992px) {
	.page-header {
		margin-top: 1.5rem;
	}
	.page-header,
	.topline {
		padding-top: 1.5rem;
	}
	.page-header::before,
	.topline::before {
		margin-bottom: 3rem;
	}
	.page-header::after,
	.topline::after {
		top: calc(1.5rem - 9px);
	}
}

.video-bg + *::before {content: ' '; display: block; position: absolute; top: 0;bottom: 0;left: 0;right: 0; background: url(../images/video_bg.jpg) no-repeat 50% 50%; background-size: cover; opacity: .7;}
.video-bg + * {position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.video-bg + * > * {position: relative;}


.body {
	background: url(../images/pattern_squares.png) repeat-y 50% 0 fixed; 
	background-size: 120%;
	min-height: 100vh;
}
/*
@media (min-width: 576px) and (max-width: 767.98px) {
	.page-body {background-size: 768px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.page-body {background-size: 992px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.page-body {background-size: 1200px;}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.page-body {background-size: 1400px;}
}
@media (min-width: 1400px) and (max-width: 1919.98px) {
	.page-body {background-size: 1920px;}
}
@media (min-width: 1920px) and (max-width: 2559.98px) {
	.page-body {background-size: 2560px;}
}
@media (min-width: 2560px) {
	.page-body {background-size: 3000px;}
}
*/

/* модуль Awards */
.awards > div {
	font-size: 1rem;
	line-height: 1.15;
}
@media (max-width: 575.98px) {
	.awards > div > div > div:last-of-type > img:first-of-type {
		display: none;
	}
	.awards > div > div > div:last-of-type > img {
		transform: none!important;
	}
}
@media (min-width: 576px) {
	.awards img.wow {opacity: 0;}
	.awards > div {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 0px;
		height: 0;
		overflow: hidden;
	}
	.awards > div > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.awards > div > div > div:first-of-type {
		width: 30%;
	}
	.awards > div > div > div:last-of-type {
		width: 64%;
		position: relative;
	}
	.awards > div > div > div:last-of-type > img {
		position: absolute;
	}
	.awards > div > div > div:last-of-type > img:first-of-type {
		animation: img-1 .5s 0s forwards;
	}
	.awards > div > div > div:last-of-type > img:last-of-type {
		animation: img-2 .75s 0s forwards;
	}
}
@keyframes img-1 {
	from {
		transform: scale(1.5) rotate(4.5deg);
		opacity: 1;
	}
	to {
		transform: scale(1) rotate(4.5deg);
		opacity: .3;
	}
}
@keyframes img-2 {
	from {
		opacity: 0;
		transform: scale(1.5) rotate(-3deg);
	}
	50% {
		opacity: 0;
		transform: scale(1.5) rotate(-3deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(-3deg);
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.awards > div {
		font-size: .9rem;
		line-height: 1;
	}
	.awards > div > div > div:first-of-type {
		width: 34%;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.awards > div {
		font-size: 1.1rem;
		line-height: 1.1;
	}

}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.awards > div {
		font-size: 1.25rem;
		line-height: 1.25;
	}
}
@media (min-width: 1400px) {
	.awards > div {
		font-size: 1.4rem;
		line-height: 1.25;
	}
}

.nav.nav-tabs, .nav.nav-tabs * {border-radius: 0!important;}
.accordion-item {border-left: 0; border-right: 0;}
	
.w-80px {min-width: 60px;}
#feventsTabs {
	height: 62px;
	position: sticky;
	top: 122px;
	z-index: 4;
	line-height: 27px!important;
	flex-wrap: nowrap;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}
#feventsTabs::after {display: block; content: ''; height: .5rem;}
#feventsTabs .nav-link {
	height: 100%;
	display: flex;
	align-items: center;
	line-height: 1.1;
	padding: 5px;
}
#feventsContent {
	padding: 0;
	margin-top: -2px;
}
#feventsContent::before {
/*
	content: '';
	display: block;
	width: 100%;
	height: 7px;
*/
/*	background: #d8d8d8;*/
/*	background: #fff;*/
}
#mod-171 {
	position: sticky;
	top: 60px;
	z-index: 4;
	line-height: 27px!important;
	height: 62px;
/*	background: #d8d8d8;*/
	background: #fff;
}
#daysmenu,
#mod-224 > ul {
	height: 62px;
	flex-wrap: nowrap;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}
#gridTabs {
	position: sticky;
	top: 122px;
	height: 62px;
	z-index: 4;
	line-height: 27px!important;
	flex-wrap: nowrap;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}
#daysmenu.nav.nav-tabs .nav-link,
#gridTabs.nav.nav-tabs .nav-link,
#mod-224 > ul.nav.nav-tabs .nav-link {
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	height: 100%;
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item.active .nav-link {
/*	background-color: rgba(0,0,0,.3);*/
	background-color: rgba(var(--bs-danger-rgb),.2);
	background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.05));
	border-left: 0;
	border-right: 0;
}
.nav.nav-tabs .nav-item.active .nav-link::after,
.nav.nav-tabs .nav-item .nav-link.active::after {
	background-color: rgba(var(--bs-danger-rgb),1);
	bottom: -1px;
	content: "";
	height: 5px;
	left: 0;
	opacity: .8;
	position: absolute;
	right: 0;
}
#feventsTabs.nav.nav-tabs .nav-item .nav-link.active::after {
	bottom: -1px;
}
#daysmenu::-webkit-scrollbar-thumb,
#feventsTabs::-webkit-scrollbar-thumb,
#gridTabs::-webkit-scrollbar-thumb,
#mod-224 > ul::-webkit-scrollbar-thumb {
	background-color: rgba(var(--bs-danger-rgb),.2);
}
#daysmenu::-webkit-scrollbar-track,
#feventsTabs::-webkit-scrollbar-track,
#gridTabs::-webkit-scrollbar-track,
#mod-224 > ul::-webkit-scrollbar-track {
  background-color: #eee;
}
#daysmenu::-webkit-scrollbar,
#feventsTabs::-webkit-scrollbar,
#gridTabs::-webkit-scrollbar,
#mod-224 > ul::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
}
#daysmenu,
#feventsTabs,
#gridTabs,
#mod-224 > ul {
	scrollbar-width: thin;
	scrollbar-color: rgba(var(--bs-danger-rgb),.2) #eee;
}

.accordion-button:not(.collapsed) {
	background-color: rgba(var(--bs-light-rgb),1);
	color: rgba(var(--bs-danger-rgb),1);
	
}

/*контейнер для схемы*/
/*@media (min-width: 616px) {*/
	.schema {
	  position: relative;
	  padding-bottom: calc(75% + 67px); /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	  padding-top: 0px;
	  height: 0;
	  overflow: hidden;
	}
	.schema iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  min-height: 360px;
	}
/*}*/
@media (min-height: 580px) and (min-width:768px) and (max-width: 817.98px) {
	.schema {padding-bottom: calc(75% - 39px);}
}
@media (min-width:576px) and (max-width: 607.98px) {
	.schema {padding-bottom: calc(75% - 39px);}
	.schema iframe {width: 100%; min-height: 395px;}
}
@media (max-width: 575.98px) {
	.schema {padding-bottom: calc(75% - 39px); min-height: 360px;}
	.schema iframe {width: 100%; min-height: 360px;}
}

.btn-gradient {background: linear-gradient(to right, #EE483E, #963D79); color: var(--bs-white); border-color: var(--bs-danger);}
.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus {
	background: rgba(255,255,255,.3); 
	color: var(--bs-danger); 
	border-color: inherit;
}

/*Редактирование спикеров с фронтэнда*/
#fieldset-fields-2 .form-grid > .control-group {position: relative;}
.speaker-table > .btn-toolbar {position: absolute; top: 8px; right: 8px; /*width: 40px;*/}
.speaker-table .subform-repeatable-group {display: flex; flex-wrap: wrap; padding: 8px;}
.speaker-table .subform-repeatable-group:nth-of-type(2n+1) {background: #F9F9F9;}
.speaker-table .subform-repeatable-group:nth-of-type(2n) {background: #ddd;}
.speaker-table .subform-repeatable-group .subform-wrapper > .control-group:first-child input {width: 100%;}
.speaker-table .subform-repeatable-group .subform-wrapper > .control-group .button-select {margin-left: auto!important;}
.speaker-table .subform-repeatable-group .subform-wrapper > .control-group:not(:first-child) {display: none;}
.speaker-table .subform-repeatable-group .wf-media-wrapper .field-media-preview {height: 80px;}
.speaker-table .subform-repeatable-group .wf-media-wrapper .field-media-preview .field-media-preview-icon {width: 50px; height: 50px; background-size: 50px;}
.speaker-table .subform-repeatable-group .btn-toolbar {display: block; /*width: 40px;*/ order: 1;}
.speaker-table .subform-repeatable-group .btn-toolbar .btn-group {flex-direction: column; /*width: 40px;*/}
.speaker-table .subform-repeatable-group .btn-toolbar .btn-group > * {border:none!important; margin: 0;}
.speaker-table .subform-repeatable-group .control-group {margin: 0;}
.speaker-table .subform-repeatable-group > .control-group {padding: 0 4px; width: 12.5%;}
.speaker-table .subform-repeatable-group > .control-group:not(:last-child) .control-label {display: none;}
.speaker-table .subform-repeatable-group > .control-group .radio > .btn-check:checked + .btn-outline-secondary:last-child {background-color: #157347;}
.speaker-table .subform-repeatable-group > .control-group:nth-child(4),
.speaker-table .subform-repeatable-group > .control-group:nth-child(5),
.speaker-table .subform-repeatable-group > .control-group:nth-child(6) {width: 20%;}
.speaker-table .subform-repeatable-group > .control-group:last-child {width: auto; margin: 0 auto;}

#mod-152 {padding-top: 42px!important; margin-top: -42px!important;}




.offcanvas .metismenu.mod-menu .mm-toggler:after {display: none;}
.offcanvas .metismenu.mod-menu .mm-collapse > li.divider:not(.parent) {
	border-bottom: 1px solid rgba(206, 212, 218, .3);
	border-right: none;
}
@media (max-width: 767.98px) {
	.offcanvas .metismenu.mod-menu .mm-collapse > li.divider:not(.parent) {
		margin-left: 1.5em;
		margin-right: 2em;
	}
}
.blog-items .accordion-item {background: none;}
.blog-items .accordion-button {font-size: 1.5rem;}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.mainpage .readmore {
	text-align: center; 
	margin-bottom: .5rem;
}
.mainpage .readmore .btn-secondary {
	background: rgba(255,255,255,0); 
	color: var(--bs-danger); 
	border-color: var(--bs-danger); 
	text-transform: uppercase; 
	font-weight: bold; 
	width: 230px;
}
.mainpage .readmore .btn-secondary:hover {
	background: var(--bs-danger); 
	color: var(--bs-white);
}
.mainpage .readmore .btn-secondary .icon-chevron-right {
	display: none;
}


.ancor {padding-top: 60px!important; margin-top: -60px!important;}
.choices__list--multiple .choices__item {background-color: var(--bs-primary);}

#mod-146 .partners.border {border-color:var(--bs-danger)!important;}

.accordion-button::after {order: 4;}
a.videourl {position: absolute; top: 1rem; right: 1rem; z-index: 3;}
@media (min-width: 576px) {
	a.videourl {top: 30px; right: 60px;}
}

/*2024*/
#p-premium .border {border-color: var(--bs-danger) !important;}
@media (min-width:1200px) {
	#p-premium {width: 100%!important;}
}
@media (min-width:1200px) {
	#p-day27, #p-day28, #p-day29, #p-day30 {width: 25%!important;}
	#p-online, #p-awards {width: 50%!important;}
}
.icons {position: relative; z-index: 2;}
.photogal .col .icons {position: absolute; top: 0; right: .75rem; float: none; padding: .5rem 1rem; background: #fc0; font-size: .8em;}
.photogal .col a {height: 100%; text-decoration: none;}
.photogal .col figure {margin: 0 0 .5rem 0; /*border-radius: .5rem; overflow: hidden;*/}
.photogal .col .date {padding: .5rem 1rem; background: rgba(255,255,255,.8);}
.photogal .col a:hover figure {box-shadow: 0 2px 10px var(--bs-danger);}
.photogal .col a:hover img {opacity: .9;}
.photogal .col a .date,
.photogal .col a:hover .date {font-size: .9em; color: #000;}
.photogal .col a .name {font-size: .9em;}
.photogal .col a:hover .name {color: var(--bs-danger);}
.top-button {
    color: #fff;
    background-color: #dc3545;
    border-color: #ffffff;
    display: block;
    margin: 20px 0px 10px auto;
    width: 323px !important;
}
.top-button:hover {
    color: #fff;
    background-color: #dc3545;
    border: 1px solid #fff;
    opacity: 0.9;
}
@media (min-width: 1400px) {
    .top-orgs > *:not(h3) {height: 44px;}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
.top-orgs > *:not(h3) {margin-right: 1rem; width: auto; max-height: 36px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.top-orgs > *:not(h3) {width: auto;  margin-right: 0.5rem; height: 36px;}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.top-orgs > *:not(h3) {width: auto; margin-right: 0.5rem; height: 30px;}  
.top-button {width: auto !important;}
.video-container001 iframe {max-height: 480px;}
}
@media (max-width: 575.98px) {
.top-orgs img:first-of-type {width: auto;}
.top-c {flex-wrap: wrap;}
.top-c .btn:first-of-type {margin-right: 0rem !important;}
.top-c .btn {width: 100%;}
.top-button {margin: 20px auto 10px auto; width:92% !important;}
.py-6vh {margin-top: 5vh !important;}
.video-container001 iframe {max-height: 280px;}
}
@media (max-width: 420px) {
  .video-container001 iframe {max-height: 200px;}
}
#eretail img {
   display: none;
}
.mm911 a {
    background-color: #dc3545;
    border: solid 1px #fff;
}
.mm911 a:hover, .mm911 a:focus, .mm911 a:active {
    background-color: rgb(220 53 69 / 90%) !important;
    border: solid 1px #fff !important;
}

.shadow-hover:hover {
  box-shadow: rgba(0,0,0,.5) 0 1px 16px;
  background: #fff;
}
@media (min-width: 1200px) {
  .shadow-hover { border: none!important;}
}
.bottom-line {line-height: 1.5; color: #dc3545;}
.bottom-line::after {
	content: ' ';
	display: block;
	height: 6px;
	background: linear-gradient(90deg, #EE483E 0%, #A43D70 100%)!important;
}
.bg-line {
    background: linear-gradient(180deg, transparent calc(50% + 1px), #ee483e calc(50% + 1px), #a53e70 calc(50% + 3px), transparent calc(50% + 3px));
}
.bg-gradient {background: linear-gradient(90deg, #EE483E 0%, #A43D70 100%)!important;}
.video-container001 iframe {max-width: 100%;}
 #lk .metismenu.mod-menu .metismenu-item > * {padding: 0em .5em;}




