@charset "UTF-8";
:root {
	--sf-header: #fff;
	--sf-header-text: var(--bs-secondary);
	--sf-header-text2: var(--bs-dark);
	--sf-header-offcanvas: var(--bs-primary);
	--sf-header-offcanvas-text: var(--bs-light);
	--sf-header-offcanvas-text2: var(--bs-white);
	--sf-footer: #112E86;
/*	--bs-primary: #1f4684;*/
/*	--bs-primary: #8E1C13;*/
	--bs-primary: #1F4684;
/*	--bs-primary-rgb: 31, 70, 132;*/
/*	--bs-primary-rgb: 142, 28, 19;*/
	--bs-primary-rgb: 31, 70, 132;
	--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-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: 3.75rem;}
}
h2, .h2 {font-size: calc(1.325em + 0.9vw);}
@media (min-width: 1200px) {
  h2, .h2 {font-size: 3.75em;}
}
h3, .h3 {font-size: calc(1.3em + 0.6vw);}
@media (min-width: 1200px) {
  h3, .h3 {font-size: 2.5rem;}
}
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;}
.ancor {padding-top: 60px; margin-top: -60px;}
@media (min-width: 768px) and (min-height: 580px) {
	.ancor {padding-top: 70px; margin-top: -70px;}
}
/*		.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;
	max-width: none;
	width: 100vw;
	padding: 0;
}
@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);
	}
	.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, .btn-primary:focus, .btn-primary:active {background-color: var(--bs-primary)!important; border-color: var(--bs-primary);}
.btn-primary:hover {background-color: rgba(var(--bs-primary-rgb),.7)!important; 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%;
		}
		.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; }
		}
/* preloader */	
.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;}

/* toTop*/		
.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 */
#header {
	background-color: var(--sf-header);
	color: var(--sf-header-text);
}
#header * {outline: none;}
/*
#header.scroll {
	background-color: var(--bs-light);
}
*/
#header a {
	color: var(--sf-header-text);
}
#header #mainmenu {
	order: 1;
	flex: 0 0 auto; 
	width: auto;
}
#header #mainmenu button[data-bs-toggle="offcanvas"] {
	color: var(--sf-header-text);
}
/*
#header #mainmenu .metismenu.mod-menu .mm-collapse {
	background-color: var(--sf-header-offcanvas-text);
}
*/
#header #mainmenu > div {
	background-color: transparent!important;
}


#header #toplogo {
	order: 2;
}
#header .brand-logo img  {
/*
	height: 44px;
	padding-top: 3px;
	padding-bottom: 3px;
*/
	width: 80px;
}
/*
		#header #search {
			order: 3; 
			margin-right: auto;
		}
*/
#header #lk {
	order: 4;
}


/*
@media (max-width: 359.98px) {
	#header .brand-logo img  {height: 40px;}
}
*/
@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;
	}
}
@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(--sf-header-offcanvas-text);
	background-color: var(--sf-header-offcanvas);
}
#header #mainmenu .offcanvas-header .btn-close {
	background-color: var(--sf-header-offcanvas-text);
}
#header #mainmenu .offcanvas a {
	color: var(--sf-header-offcanvas-text);
}
#header #mainmenu .offcanvas .metismenu.mod-menu .parent > ul {
	color: var(--sf-header-offcanvas-text2);
}
/*	}*/

		
@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 {
		padding-right: 0!important; 
		padding-left: 0!important;
	}
/*
	#header.scroll #lk {
		order: 5; 
		padding-top: 0!important; 
		padding-bottom: 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; 

			}
			#header #topslider .carousel-item img {height: 75px;}
		}
		@media (min-width: 992px) and (max-width: 1199.98px) {
			#header #topslider {
				max-width: 430px; 

			}
			#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;}
#header .metismenu.mod-menu .metismenu-item {
	padding: 0;
}
#header .metismenu.mod-menu .metismenu-item > * {
	padding: .4em; 
}
#header .metismenu.mod-menu .metismenu-item > ul {
	padding: 0!important;
}
@media (max-width: 767.98px) {
	#header .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;
	}
	#header .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) {
	#header .metismenu.mod-menu .metismenu-item {padding: 0;}
	#header .metismenu.mod-menu .metismenu-item > * {padding: .5em .625em;}
	#header #lk h5 {font-size: 1.1em;}
}
@media (min-width: 992px) {
	#header .metismenu.mod-menu .metismenu-item {padding: 0;}
	#header .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 #mainmenu .offcanvas .metismenu.mod-menu .parent > ul {
		color: var(--sf-header-text2);
	}
/*
			#header:not(.scroll) #mainmenu .offcanvas {
				background-color: var(--bs-secondary);
			}
*/
/*
#header.scroll #mainmenu .offcanvas,
#header.scroll #mainmenu .offcanvas a	{
	color: var(--bs-header-text);
}
*/
	#header #mainmenu .offcanvas,
	#header #mainmenu .offcanvas a	{
		color: var(--sf-header-text);
	}
			
	#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-image: linear-gradient(to bottom, #DD4942, #494776);
	border: 1px solid #FBBD09;
	border-radius: 6px!important;
	font-size: 1rem;
	padding-top: .5rem!important;
	padding-bottom: .5rem!important;
}
@media (min-width: 1200px) {
	.btn-reg {
		border-radius: 8px!important;
		font-size: 1.25rem;
		padding-top: .75rem!important;
		padding-bottom: .75rem!important;
	}
}
.top-dates {
	text-transform: uppercase;
}
@media (max-width: 767.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: 2rem;
		font-size: 1.35rem;
	}
	.top-location {
		line-height: 2rem;
		font-size: 1rem;
	}
	.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: .9em;
		white-space: nowrap;
		display: block;
	}
	.page-head .top-b .btn:first-of-type {margin-right: .5rem;}
	.page-head .top-c .btn {min-width: 160px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.page-head .btn {
		width: 150px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*
	.page-head .brand-logo img {
		width: 247px;
		height: auto;
		max-width: none;
	}
*/
	.logo-top {
		width: 310px;
	}
	.top-a {
		font-size: 1.2rem;
		line-height: 1;
	}
	.top-dates {
		line-height: 2.5rem;
		font-size: 26px;
	}
	.top-location {
		line-height: 2.5rem;
		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: 170px;
		font-size: .85rem;
		display: block;
	}
	.top-b {
/*		white-space: nowrap;*/
	}
	.page-head .top-b .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: 2.5rem;
		font-size: 32px;
	}
	.top-location {
		line-height: 2.5rem;
		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: 220px;
	}
	.page-head .top-b .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: 2.5rem;
		font-size: 40px;
	}
	.top-location {
		line-height: 2.5rem;
		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: 260px;
	}
	.page-head .top-b .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: 40px;
	}
	.top-location {
		line-height: 2.5rem;
		font-size: 1.5rem;
	}
	.top-orgs h3 {
		line-height: 1;
		font-size: 1rem;
	}
	.top-orgs > *:not(h3) {
		display: inline-block;
		margin-right: 4rem;
	}
	.top-orgs > *:not(h3):last-child {
		margin: 0;
	}
	.page-head .btn {
		width: 260px;
	}
	.page-head .top-b .btn:first-of-type {margin-right: 1.5rem;}
}			
/*
			.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 {
/*	min-height: 470px;*/
	padding-top: 5rem;
	background: 
		url(../images/5povodov-snow.png) no-repeat 50% 20%,
		url(../images/bg-top-allpages.jpg) no-repeat 50% 100%/1800px,
		#838ab6;
}

body.mainpage .page-head {
	min-height: 470px;
	background: 
		url(../images/bg-top-mainpage-img.jpg) no-repeat 50% 100%/1800px,
		#d6d9e8;
}
.mod-top-c {
/*	margin-top: 2.5rem;*/
/*	margin-bottom: 1.25rem;*/
}
@media (max-width: 575.98px) {
	.mod-top-a {
		width: 154px;
	}
	.logo-top {
		width: calc(100% - 162px);
		max-width: 280px;
		display: flex;
		flex-direction: column;
		margin: auto 0;
	}
	.mod-top-b {
		width: 100%;
		order: 2;
		margin-top: 2rem;
	}
	.mod-top-c {
		padding: .5rem 1rem!important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}

/*
@media  (max-height: 579.98px) {
	body.mainpage .page-head {
		min-height: 330px;
	}
}
*/
@media (max-width: 575.98px) {
	body.page .page-head {
		min-height: 470px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.page-head {
/*		min-height: 425px;*/
		padding-top: 2.5rem;
		background-size: 2300px;
	}
	.mod-top-c {
		margin-top: 3rem;
	}
	body.mainpage .page-head {
		min-height: 425px;
		background-size: 2300px;
	}
	.logo-top {
		max-width: 280px;
		display: flex;
		flex-direction: column;
		margin-top: auto;
		margin-bottom: auto;
	}
	body.page .page-head {
		height: 330px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.page-head {
/*		min-height: 520px;*/
		padding-top: 4rem;
		background-size: 2750px;
	}
	.mod-top-c {
		margin-top: 3rem;
	}
	body.mainpage .page-head {
		min-height: 520px;
		background-size: 2750px;
	}
	body.page .page-head {
		height: 415px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.page-head {
/*		min-height: 630px;*/
		padding-top: 5rem;
		background-size: 3350px;
	}
	.mod-top-c {
		margin-top: 5rem;
	}
	body.mainpage .page-head {
		min-height: 630px;
		background-size: 3350px;
	}
	body.page .page-head {
		height: 475px;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.page-head {
/*		min-height: 500px;*/
		padding-top: 5rem;
		background-size: 3700px;
	}
	.mod-top-c {
		margin-top: 5rem;
	}
	body.mainpage .page-head {
		min-height: 695px;
		background-size: 3700px;
	}
	body.page .page-head {
		height: 525px;
	}
}
@media (min-width: 1400px) and (max-width: 3999.98px) {
	.page-head {
/*		min-height: 500px;*/
		padding-top: 5rem;
		background-size: 4000px;
	}
	.mod-top-c {
		margin-top: 4rem;
	}
	body.mainpage .page-head {
		min-height: 750px;
		background-size: 4000px;
	}
	body.mainpage .mod-top-c {
		margin-top: 5rem;
	}
	body.page .page-head {
		height: 580px;
	}

}
@media (min-width: 4000px) {
	.page-head {
/*		min-height: 500px;*/
		padding-top: 5rem;
		background:
			url(../images/5povodov-snow.png) no-repeat 50% 20%,
			url(../images/bg-top-allpages.jpg) no-repeat 50% 100%/4000px,
			url(../images/bg-top-allpages-pattern.jpg) repeat-x 50% 100%,
			#848bb7;
	}		
	.mod-top-c {
		margin-top: 7rem;
	}
	body.mainpage .page-head {
		min-height: 750px;
		background: 
			no-repeat 50% 100%/4000px url(../images/bg-top-mainpage-img.jpg), 
			url(../images/bg-top-mainpage-pattern.jpg) repeat-x 50% 100%, 
			#d6d9e8;
	}
	body.mainpage .mod-top-c {
		margin-top: 5rem;
	}
	body.page .page-head {
		height: 580px;
	}
	
}
@media (min-width: 576px) {
	body.page .mod-top-c {margin-top: auto!important;}
}

.page-head .btn {
	line-height: calc(2rem - 2px);
	padding: 0;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.page-head .btn {
		line-height: calc(2.5rem - 2px);
	}
}
.page-head .btn-danger {
	background-color: 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 (min-width: 768px) and (min-height: 580px) {
	#header, #header .row {height: 4.375rem;}
}


@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,*/
.topline {
	position: relative;
	padding-top: 1rem;
}
/*
.mainpage .page-header {
	margin-top: -10px;
	padding-top: 0;
}
*/
/*.page-header::before,*/
.topline::before {
	display: block; 
	content: ' ';
	background: no-repeat center top/300px url(../images/Line.svg); 
	height: 20px;
	width: 100%;
	position: relative;
	margin-bottom: 1.5rem;
}
/*
.mainpage .page-header::before {
	margin-bottom: .75rem;
}
*/
@media (min-width: 768px) and (max-width: 1199.98px) {
/*
	.mainpage .page-header {
		margin-top: -15px;
	}
*/
/*	.page-header::before,*/
	.topline::before {
		background-size: 450px;
		height: 30px;
	}
}
@media (min-width: 1200px) {
/*
	.mainpage .page-header {
		margin-top: -20px;
	}
*/
/*	.page-header::before,*/
	.topline::before {
		background-size: 600px;
		height: 40px;
	}
}

.page-header h1,
.moduletable h2 {
	text-align: center;
	color: #B53A33;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}
.moduletable [class*="text-"] h2 {
	color: inherit;
}
@media (min-width: 1200px) {
	.page-header h1,
	.moduletable h2 {
		margin-bottom: 1.5rem;
	}	
}

@media (min-width: 768px) and (max-width:1199.98px) {
/*	.page-header,*/
	.topline {
		padding-top: 1.25rem;
	}
/*	.page-header::before,*/
	.topline::before {
		margin-bottom: 1.75rem;
	}
/*
	.mainpage .page-header::before {
		margin-bottom: 1rem;
	}
*/
	.mainpage .page-header h1 {
		margin-bottom: 1rem;
	}
}
@media (min-width: 1200px) {
/*	.page-header,*/
	.topline {
		padding-top: 2rem;
	}
/*	.page-header::before,*/
	.topline::before {
		margin-bottom: 2.25rem;
	}
/*
	.mainpage .page-header::before {
		margin-bottom: 1.5rem;
	}
*/
	.mainpage .page-header h1 {
		margin-bottom: 3rem;
	}
}


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

/*плашки*/
.oursites {
	overflow: hidden;
}
.oursites a:hover,
.oursites li:nth-child(6) a
{
	background: rgba(0,0,0,.05)!important;
}
@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 #4CC3D3!important;
		background: #fff!important;
		border-radius: 7px;
		margin-top: calc(4.5rem + 1px)!important;
	}
	.oursites,
	.plashka-left {
		animation: plashka-from-top 1s 0s forwards;
	}
	.oursites li {
		box-shadow: 0 -9px 0 -8px #4CC3D3;
		
	}
	.oursites li:not(:last-of-type) {
		margin-bottom: 1px;
	}
}
@keyframes plashka-from-top {
	from {
		top: -580px;
	}
	to {
		top: 60px;
	}
}
/*
@media (min-width: 1532px) {
	.oursites {right: -100px!important;}
}
*/
.plashka-left {
	width: 99px;
	background: #fff;
	left: 5px;
	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;
	border-radius: 7px;
}
/*
@media (min-width: 1532px) {
	.plashka-left {left: -100px;}
}
*/
@media (max-width: 767.98px), (max-height: 579.98px) {
	.plashka-left {display: none;}
}

.mod-list.plashka-left li {padding: 0;}
.mod-list.plashka-left li > a {
	color: #fff!important;
	display: flex;
	align-items: center;
/*	background: linear-gradient(-135deg, #EF0E0E, #EF0E0E 8px, transparent 8px), linear-gradient(90deg, #8C1B13, #C04A13, #E87212, #C04A13, #8C1B13);*/
	background: var(--bs-primary);
	box-shadow: 0 0 0 1px #EF0E0E;
	flex-direction: column;
	border-radius: 5px 0 5px 5px;
}
.mod-list.plashka-left li > a:hover {
	text-decoration: none;
/*	background: linear-gradient(-135deg, #EF0E0E, #EF0E0E 8px, transparent 8px), linear-gradient(90deg, #7f0000, #b42900, #e05600, #b42900, #7f0000);*/
	background: rgba(var(--bs-primary-rgb),.8);
}
.mod-list.plashka-left li > a > span.image-title {
	display: block; 
	padding: 4px;
}

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

.mod-list.plashka-left li:last-of-type > a {
	height: 99px;
	background: linear-gradient(-135deg, #EF0E0E, #EF0E0E 8px, transparent 8px), linear-gradient(180deg, #952413, #00205F);
}
.mod-list.plashka-left li:last-of-type > a:hover {
	background: linear-gradient(-135deg, #EF0E0E, #EF0E0E 8px, transparent 8px), linear-gradient(180deg, #e05600, #061a4a);
}
.mod-list.plashka-left li:last-of-type > a > img {
	object-fit: cover; 
	height: 100%;
}
.mod-list.plashka-left 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 {
	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;
	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 > * {position: absolute;}
.become > li > a > span {left: 1rem; right:1rem; bottom: .75rem; }

@media (max-width: 575.98px) {
	.become {font-size: 1rem;}
	.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.5rem;}
	.become > li > a {height: 130px;}
	.become > li > a > img {width: 96px; right: 0; top: 0;}
	.become > li > a > span {max-width: 170px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.become {font-size: 2.2rem;}
	.become > li > a {height: 180px;}
	.become > li > a > img {width: 128px; right: 0; top: 0;}
	.become > li > a > span {max-width: 200px;}
}
@media (min-width: 1200px) {
	.become {font-size: 3rem;}
	.become > li > a {height: 200px;}
	.become > li > a > img {width: 144px; right: 0; top: 0;}
	.become > li > a > span {max-width: 280px;}
}
*/

.partner h3,
.partners h3,
h3.topline,
.h3.topline {color: #B53A33; font-weight: 900; letter-spacing: 2px;}
@media (max-width: 575.98px) {
	.partner h3,
	.h3.topline {font-size: calc(.75rem + 1vw);}
}
@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: 900px; 
	font-size: 14px; 
	line-height: 16px; 
	margin: 0 50px;
}
.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;}



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


.mainpage .page-body {
	background: 
		url(../images/bg-content-mainpage-img.jpg) no-repeat 50% 0/1800px, 
/*		url(../images/bg-content-mainpage-pattern.jpg) repeat-x 50% 0, */
		linear-gradient(to bottom, #1730a7 1px, #fff 200px);
}

/*
@media (max-width: 767.98px) {
	.mainpage .page-body {background-size: 980px;}
}
*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.mainpage .page-body {background-size: 2300px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.mainpage .page-body {background-size: 2750px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.mainpage .page-body {background-size: 3350px;}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.mainpage .page-body {background-size: 3700px;}
}
@media (min-width: 1400px) and (max-width: 3999.98px) {
	.mainpage .page-body {background-size: 4000px;}
}
@media (min-width: 4000px) {
	.mainpage .page-body {
		background: 
			url(../images/bg-content-mainpage-img.jpg) no-repeat 50% 0/4000px, 
			url(../images/bg-content-mainpage-pattern.jpg) repeat-x 50% 0, 
			linear-gradient(to bottom, #c1d8ea 1px, #fff 300px);
	}
}


/* модуль Awards */
.awards > div {
	font-size: 1rem;
	line-height: 1.15;
}
@media (max-width: 575.98px) {
	.awards > div > div > div:last-of-type > img {
		transform: none!important;
	}
}
@media (min-width: 576px) {
	.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;
	display: none; /*скрываем метки в Деловой программе, если не нужны*/
}
#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 {
	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 {
	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 {
	background-color: rgba(var(--bs-danger-rgb),.2);
}
#daysmenu::-webkit-scrollbar-track,
#feventsTabs::-webkit-scrollbar-track,
#gridTabs::-webkit-scrollbar-track {
  background-color: #eee;
}
#daysmenu::-webkit-scrollbar,
#feventsTabs::-webkit-scrollbar,
#gridTabs::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
}
#daysmenu,
#feventsTabs,
#gridTabs {
	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%;
}
@media (max-width: 767.98px) {
	.thumb-wrap {padding-bottom: 59.5%;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.mainpage .thumb-wrap {
	  border-radius: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.mainpage .thumb-wrap {
	  border-radius: 20px;
	}
}
@media (min-width: 1200px) {
	.mainpage .thumb-wrap {
	  border-radius: 24px;
	}
}

.mainpage-speakers a,
.mainpage-speakers .nolink {
	background-color: #D9D9D9;
	border: 1px solid rgba(0,0,0,.1) inset;
	border-radius: 1rem;
	overflow: hidden;
}

.povod {
	background: 
		linear-gradient(to bottom,#fff 1px,transparent 1px,transparent calc(100% - 1px),#fff calc(100% - 1px)),
		url(../images/5povodov-clouds-bottom.png) no-repeat 50% 100%/1000px,
		url(../images/5povodov-clouds-top.png) no-repeat 50% 0/1000px,
		url(../images/5povodov-img.jpg) no-repeat 50% 50%/900px,
/*		url(../images/5povodov-pattern.png) repeat-x 50% 50%,*/
/*		url(../images/5povodov-gradient.jpg) repeat-x 50% 50%, */
		linear-gradient(to bottom,#fff 1px,#b53a33 1px, #3375c1 calc(100% - 1px),#fff calc(100% - 1px));
	padding-top: 98px!important;
	padding-bottom: 98px!important;
}
.povod .wrap {max-width: 400px;}
.povod img {width: 100px;}
.povod h4 {font-size: 1rem; margin-bottom: 0;}
@media (min-width:768px) and (max-width:991.98px) {
	.povod {
		background: 
			linear-gradient(to bottom,#fff 1px,transparent 1px,transparent calc(100% - 1px),#fff calc(100% - 1px)),
			url(../images/5povodov-clouds-bottom.png) no-repeat 50% 100%/1428px,
			url(../images/5povodov-clouds-top.png) no-repeat 50% 0/1428px,
			url(../images/5povodov-img.jpg) no-repeat 50% 50%/1176px,
	/*		url(../images/5povodov-pattern.png) repeat-x 50% 50%,*/
	/*		url(../images/5povodov-gradient.jpg) repeat-x 50% 50%, */
			linear-gradient(to bottom,#fff 1px,#b53a33 1px, #3375c1 calc(100% - 1px),#fff calc(100% - 1px));
		padding-top: 140px!important;
		padding-bottom: 140px!important;
	}
	.povod .wrap {max-width: 500px;}
	.povod img {width: 120px;}
	.povod h4 {font-size: 1.25rem; margin-bottom: 0;}	
}
@media (min-width:992px) and (max-width:1399.98px) {
	.povod {
		background: 
			linear-gradient(to bottom,#fff 1px,transparent 1px,transparent calc(100% - 1px),#fff calc(100% - 1px)),
			url(../images/5povodov-clouds-bottom.png) no-repeat 50% 100%/2000px,
			url(../images/5povodov-clouds-top.png) no-repeat 50% 0/2000px,
			url(../images/5povodov-snow.png) no-repeat 50% 50%,
			url(../images/5povodov-img.jpg) no-repeat 50% 50%,
	/*		url(../images/5povodov-pattern.png) repeat-x 50% 50%,*/
			url(../images/5povodov-gradient.png) repeat-x 50% 50%,
			linear-gradient(to bottom,#fff 1px,#b53a33 1px, #3375c1 calc(100% - 1px),#fff calc(100% - 1px));
		padding-top: 196px!important;
		padding-bottom: 196px!important;
	}
	.povod .wrap {max-width: none;}
	.povod img {width: auto;}
	.povod h4 {font-size: 1.25rem; margin-bottom: 0;}	
}
@media (min-width:1400px) {
	.povod {
		background: 
			linear-gradient(to bottom,#fff 1px,transparent 1px,transparent calc(100% - 1px),#fff calc(100% - 1px)),
			url(../images/5povodov-clouds-bottom.png) no-repeat 50% 100%,
			url(../images/5povodov-clouds-top.png) no-repeat 50% 0,
			url(../images/5povodov-snow.png) no-repeat 50% 50%,
			url(../images/5povodov-img.jpg) no-repeat 50% 50%,
			
			url(../images/5povodov-gradient.png) repeat-x 50% 50%, 
			linear-gradient(to bottom,#fff 1px,#b53a33 1px, #3375c1 calc(100% - 1px),#fff calc(100% - 1px));
		padding-top: 245px!important;
		padding-bottom: 245px!important;
	}
	.povod .wrap {max-width: none;}
	.povod img {width: auto;}
	.povod h4 {font-size: 1.5rem;}
}


/*
footer {
	padding: 245px 0 100px;
	min-height: 717px;
	background:
		linear-gradient(to bottom,#fff 1px,transparent 1px),
		url(../images/footer-clouds.png) no-repeat 50% 0,
		url(../images/5povodov-snow.png) no-repeat 50% 50%,
		url(../images/footer-img.jpg) no-repeat 50% 50%/cover,
		#f8fafc;
}
*/

footer {
	padding: 140px 0 80px;
	background:
		linear-gradient(to bottom,#fff 1px,transparent 1px),
		url(../images/footer-clouds.png) no-repeat 50% 0/1428px,
		url(../images/footer-img.jpg) no-repeat 50% 50%/cover,
		#f8fafc;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	footer {
		padding: 196px 0 80px;
		background:
			linear-gradient(to bottom,#fff 1px,transparent 1px),
			url(../images/footer-clouds.png) no-repeat 50% 0/2000px,
			url(../images/footer-img.jpg) no-repeat 50% 50%/cover,
			#f8fafc;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	footer {
		padding: 196px 0 80px;
/*		min-height: 573px;*/
		min-height: 600px;
		background:
			linear-gradient(to bottom,#fff 1px,transparent 1px),
			url(../images/footer-clouds.png) no-repeat 50% 0/2000px,
			url(../images/5povodov-snow.png) no-repeat 50% 50%/3200px,
			url(../images/footer-img.jpg) no-repeat 50% 50%/cover,
			#f8fafc;
	}
}
@media (min-width: 1400px) {
	footer {
/*		padding: 245px 0 100px;*/
		padding: 245px 0 80px;
/*		min-height: 717px;*/
		min-height: 600px;
		background:
			linear-gradient(to bottom,#fff 1px,transparent 1px),
			url(../images/footer-clouds.png) no-repeat 50% 0,
			url(../images/5povodov-snow.png) no-repeat 50% 50%,
			url(../images/footer-img.jpg) no-repeat 50% 50%/cover,
			#f8fafc;
	}
}

footer .brand-logo img {max-height: 150px;}
footer a, footer a:hover {color: var(--bs-black);}
@media (max-width: 1199.98px) {
	footer #mod-custom126 {
/*
		position: absolute;
		bottom: 100px;
*/
	}
}
/*.mainpage */

/*.mod-top-c {margin-top: 2.5rem;}*/
/*
@media (min-width: 992px) {
	.mod-top-c {margin-top: 5rem;}
}
*/

/*.mainpage .page-header::before {content: none;}*/
.mainpage .page-header h1 {color: var(--bs-white);}
.page-header {
	margin-top: 2rem;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
	.page-header {
		margin-top: 2rem;
	}
}
@media (min-width: 1200px) {
	.page-header {margin-top: 3.5rem;}
	
}
.mainpage .item-content {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	line-height: 1.25;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:480px) {
	.mainpage .item-content {
		letter-spacing: .05em;
	}
}
@media (min-width:480px) and (max-width: 767.98px) {
	.mainpage .item-content {
		max-width: 500px;
	}	
}
@media (min-width:768px) and (max-width: 991.98px) {
	.mainpage .item-content {
		font-size: 1.1em;
	}	
}
@media (min-width:992px) and (max-width: 1199.98px) {
	.mainpage .item-content {
		max-width: 750px;
		font-size: 1.2em;
/*		letter-spacing: .1em;*/
	}	
}
@media (min-width:1200px) {
	.mainpage .item-content {
		max-width: 900px;
		font-size: 1.4em;
/*		letter-spacing: .05em;*/
	}	
}
/*
.mainpage .item-content {
	max-width: 1000px; letter-spacing: 2px;
}*/

.icons > .float-end {position:relative; z-index:1000;}

/*Сибирь*/
@media (min-width: 768px) and (max-width: 1199.98px) {
	.logo-top > div {margin-left: -7%;}
}
@media (min-width:1200px) {
	.logo-top > div {margin-left: -6.5%;}
}


.btn-outline-secondary {
	color: #707aab;
	border-color: #707aab;
}
.btn-outline-secondary:hover {
	color: #fff!important;
	background-color: #707aab!important;
	border-color: #707aab!important;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.show,
.btn-outline-secondary:first-child:active,
:not(.btn-check)+.btn-outline-secondary:active {
	color: #fff!important;
	background-color: #707aab!important;
	border-color: #707aab!important;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus
{
	box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #707aab;
	background-color: transparent;
}
 

.btn-reg {background: linear-gradient(2deg, #fff 1.63%, transparent 98.98%); border: 1px solid var(--bs-white); color: var(--bs-primary);}
.btn-reg:hover, .btn-reg:active, .btn-reg:focus, .btn-reg:focus-visible, .btn-reg:first-child:active {border: 1px solid var(--bs-white); color: var(--bs-primary); opacity: .9;}
/*.top-reg {}*/
.top-dates {color: var(--bs-white);}
.top-location {color: var(--bs-primary); background-color: var(--bs-white);}

.mainpage .btn-reg {background: linear-gradient(2deg, #1F4684 1.63%, #8D485F 98.98%); border: 1px solid var(--bs-primary); color: var(--bs-white);}
.mainpage .btn-reg:hover, 
.mainpage .btn-reg:active, 
.mainpage .btn-reg:focus, 
.mainpage .btn-reg:focus-visible, 
.mainpage .btn-reg:first-child:active {border: 1px solid var(--bs-primary); color: var(--bs-white); opacity: .9;}
/*.mainpage .top-reg {}*/
.mainpage .top-dates {color: var(--bs-primary);}
.mainpage .top-location {color: var(--bs-white); background-color: var(--bs-primary);}

/*
.page-head .partner:nth-of-type(1) {max-width: 28%;}
.page-head .partner:nth-of-type(2) {max-width: 20%;}
.page-head .partner:nth-of-type(3) {max-width: 24%;}
.page-head .partner:nth-of-type(4) {max-width: 18%;}
*/

.page-head .partner:nth-of-type(1) {max-width: 24%;}
.page-head .partner:nth-of-type(2) {max-width: 18%;}
.page-head .partner:nth-of-type(3) {max-width: 22%;}
.page-head .partner:nth-of-type(4) {max-width: 16%;}
.page-head .partner:nth-of-type(5) {max-width: 20%;}
.page-head .partner:nth-of-type(1) figure {margin-left: 0!important;}
.page-head .partner:nth-of-type(5) figure {margin-right: 0!important;}

.modal-title {
	line-height: 1.1!important;
	font-size: 1.5rem!important;
	color: var(--bs-primary)!important;
	font-weight: bold!important;
	letter-spacing:normal!important;
}
.mod-top-c .partner {width: 16.67% !important; max-width: none !important; text-align: center;}
.mod-top-c .partner img {height: 55px; width: auto;}
.partner {margin: auto;}
@media (max-width: 991px) {
  .mod-top-c .partner img {height: 100%;}
}
.page-head .partner:nth-of-type(6) figure {
    margin-right: 0 !important;
}
.page-head .partner:nth-of-type(5) figure {margin-right: 0.5rem !important;}



#mod-185 .partner { margin: 0px !important;}
@media (max-width: 575px) {
	#mod-185 .partner {margin: 0px  0px 10px  0px !important;}
}
.main-bottom .partners .partner {text-align:center;}
@media (min-width: 1280px) {
    #mod-185 .partner:nth-child(2) img {
        left: 0px !important;
    }
}
.kartt .partner {
    margin: inherit;
}