body.o {
	overflow: hidden;
}
.container {
	max-width: 1920px;
	min-height: 100%;
	padding: 150px 0 0;
	box-shadow: 0 0 100px #0001;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	transition: all 1s linear;
}
.fixed .container {
	padding: 80px 0 0;
}
.wrap {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
h1.wrap {
	margin: 0 auto 1em;
}
h2.wrap {
	margin: 1.5em auto 1em;
}


header {
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% + 20px);
	padding: 0 0 1px;
	background: #fff;
	max-width: 1920px;
	transform: translateX(-50%);
	z-index: 400;
}
.fixed header {
	box-shadow: 0 0 50px #0002;
}
.stick header {
	padding: 0;
	box-shadow: none;
}
header .h-1 {
	background: #0032c8;
	position: relative;
	z-index: 430;
}
header .h-1 .wrap {
	display: flex;
	align-items: center;
	max-width: 1260px;
	height: 60px;
	padding: 0 30px;
	transition: height 1s linear;
}
.fixed header .h-1 .wrap * {
	display: none;
}
.fixed header .h-1 .wrap {
	height: 4px;
}
header .search, footer .search {
	position: relative;
	width: 100%;
	height: 60px;
}
header .search i {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
header .search i img {
	display: block;
	margin: 9px 0 0 9px;
}
header .search input, footer .search input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 0 100px 0 50px;
	background: url(../i/srch.svg) no-repeat 10px 50%, #fff;
	margin: 0;
}
header .search button, footer .search button {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	padding: 0 20px;
	background: #fa9d0c;
	border-radius: 0 4px 4px 0;
	line-height: 40px;
	margin: 0;
}
header .search input, header .search button {
	top: -70px;
	transition: all .2s;
}
header .search.o input, header .search.o button {
	top: 0;
}
header .special, header .lk, header .tc {
	margin: 0 0 0 20px;
}
header .tc {
	display: none!important;
}
header .h-1 a {
	display: block;
	color: #fff;
	white-space: nowrap;
}
header .h-1 a span {
	display: inline-block!important;
}
header .special a img, header .lk a img {
	display: block;
}
header .lang {
	display: flex;
	margin: 0 0 0 20px;
}
header .lang a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
header .lang a:last-child{
	margin: 0 0 0 10px;
}
header .exit, header .login {
	margin: 0 0 0 20px;
}
header .h-2 {
	background: #fff;
	position: relative;
	z-index: 420;
}
header .h-2 .wrap {
	padding: 0;
}
header .h-2 .wrap > nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1260px;
	height: 90px;
	padding: 0 30px;
	position: relative;
	transition: height 1s linear;
}
header .h-2 .wrap > nav > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
header .h-2 .wrap > nav {
	height: 90px;
}
header nav ul {
	display: flex;
}
header nav ul li {
	font-weight: 500;
	color: #143650;
	line-height: 40px;
	margin: 0 40px 0 0;
	position: relative;
}
header nav ul+ul li {
	margin: 0 0 0 40px;
}
header nav ul li a {
	display: block;
}
header .logo {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 200px;
	margin: 0 0 0 -100px;
	transition: all 1s linear;
}
header nav ul li div {
	position: absolute;
	top: 40px;
	left: 0;
	width: 320px;
	padding: 5px 0;
	background: #048cd4;
	display: none;
	z-index: 520;
    border-radius: 10px;
}
header nav ul+ul li div, header nav ul:first-child li:last-child div {
	left: auto;
	right: 0;
}
header nav ul:last-child li:first-child div {
	right: auto;
	left: 0;
}
header nav ul li:hover div {
	display: block;
}
header nav ul li div a {
	display: block;
	color: #fff;
	line-height: 1.1;
	padding: 10px 20px;
}
header nav ul li div a:hover {
	color: #fff;
	background: #0772bd;
}
header nav.wrap section {
	display: none;
}
.fixed header .h-2 .wrap nav {
	height: 76px;
}
.stick header .logo {
	transition: none;
}
.fixed header .logo, .stick header .logo {
	top: 8px;
	width: 120px;
	margin: 0 0 0 -60px;
}
header .logo img {
	display: block;
	width: 100%;
}
header:after {

	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	height: 60px;
	background: url(../i/top.png) no-repeat 50% 0 / 1920px 100%;
	z-index: 410;
	transition: all 1s linear;
}
.fixed header:after {
	top: 80px;
	height: 0;
}
.stick header:after {
	display: none;
}
header .h-2 #menu-buttton {
	display: none;
}
#menu-button {
	width: 50px;
	height: 50px;
	border: 1px solid #0772bd;
	padding: 13px 8px;
	border-radius: 4px;
	position: absolute;
	top: 10px;
	right: 20px;
	display: none;
}
#menu-button i {
	display: block;
	height: 4px;
	background: #0772bd;
	margin: 0 0 5px;
	transition: all .3s;
}
#menu-button.o i:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}
#menu-button.o i:nth-child(2) {
	transform: scaleX(0);
}
#menu-button.o i:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}
header .h-2 section {
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	height: calc(100vh - 70px);
	padding: 20px;
	background: #fff;
	border-top: 1px solid #c0c0c0;
	overflow: auto;
	z-index: 430;
	transition: all .3s;
	transform: translateX(100%);
}
header .h-2 section.o {
	transform: none;
}
header .h-2 section form {
	margin: 0 0 10px;
}
header .h-2 section form i {
	display: none;
}
header .h-2 section form input {
	top: 0;
}
header .h-2 section form button {
	top: 0;
}
header .h-2 section ul {
}
header .h-2 section ul li {
	font-size: 22px;
}
header .h-2 section ul li a {
	display: block;
	padding: 10px 0;
}
header .h-2 section ul li div {
	font-size: 18px;
}
header .h-2 section ul li div a {
	padding: 10px 20px;
}
header .h-2 section .lang {
	padding: 20px 0 0;
	border-top: 1px solid #c0c0c0;
	margin: 10px 0 0;
}
header .h-2 section .lang a {
	color: #0772bd;
}


.btn-link {
	display: inline-block;
	border: 2px solid #0772bd;
	border-radius: 5px;
}
.btn-link span {
	display: block;
	padding: 0 15px;
	background: #0772bd;
	border-radius: 3px;
	color: #fff;
	font-size: 16px!important;
	font-weight: 500;
	line-height: 46px;
	text-align: center;
	margin: 3px;
	transition: all .3s;
}
.btn-link:hover {
	background: #0772bd44;
}
.btn-link:hover span {
	background: #078acf;
}
.btn-link.btn-yellow {
	border-color: #fa9d0c;
}
.btn-link.btn-yellow span {
	background: #fa9d0c;
}
.btn-link.btn-yellow:hover {
	background: #fa9d0c44;
}
.btn-link.btn-yellow:hover span {
	background: #ffb43c;
}
.btn-link.btn-white {
	border-color: #fff;
}
.btn-link.btn-white span {
	background: #fff;
	color: #0772bd;
}
.btn-link.btn-white:hover {
	background: #fff4;
}
.btn-link.btn-white:hover span {
	opacity: .8;
}







.top {
	display: flex;
	align-items: center;
	height: 650px;
	position: relative;
}
.main .top {
	height: 670px;
}
.top > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top .wrap > * {
	display: block;
}
.top .wrap {
	max-width: 1000px;
	text-align: center;
	position: relative;
}
.top .wrap img {
	max-height: 180px;
	margin: 0 auto 20px;
}
.top .wrap b {
	font-size: 28px;
	font-weight: 500;
}
.top .wrap strong {
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
	margin: 20px 0 10px;
}
.top .wrap span {
	font-size: 32px;
	font-weight: 500;
}
.top .wrap div {
	margin: 30px 0 0;
}
.top .wrap div .btn-link {
	width: 250px;
	margin: 0 10px;
}
.top-links {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
}
.top-links a {
	width: 310px;
	height: 170px;
	padding: 15px 30px;
	border: 1px solid #fff;
	border-radius: 8px;
	background: #0032c8;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0 15px;
	box-shadow: 0 0 30px #0002;
}
.top-links a:hover {
	background: #078acf;
	box-shadow: 0 0 30px #0004;
}
.top-links a i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 5px;
}
.top-links a i img {
}
.top-links a b {
}


.inner-nav {
	background: #0772bd;
	position: relative;
	z-index: 310;
	transition: all .5s;
}
.stick .inner-nav {
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
	box-shadow: 0 0 50px #0002;
}
.stick.fixed .inner-nav {
	/*top: 74px;*/
	top: 0;
}
.inner-nav ul.wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	padding: 0;
}
.inner-nav ul li {
	position: relative;
}
.inner-nav ul li > a {
	display: block;
	padding: 0 20px;
	line-height: 48px;
	color: #fff;
}
.inner-nav ul li > a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fffd;
	opacity: 0;
	transition: all .3s;
}
.inner-nav ul li:hover > a:after {
	opacity: 1;
}
.inner-nav ul li div {
	width: 320px;
	padding: 5px 0;
	background: #048cd4;
	position: absolute;
	top: 48px;
	left: 0;
	display: none;
}
.inner-nav ul li:hover div {
	display: block;
}
.inner-nav ul li div a {
	display: block;
	padding: 6px 20px;
	font-size: 17px;
	color: #fff;
}
.inner-nav ul li div a:hover {
	background: #0002;
}







main {
	padding: 60px 0 150px;
}
.main main {
	padding: 200px 0 0;
}


.wrap > strong, .wrap > .title {
	display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 1em;
}
.wrap.p-gallery > .title {
	text-align: left;
}
.wrap.p-gallery > .title strong {
}
.wrap.p-gallery > .title div {
	display: inline-block;
	font-size: 18px;
	margin: 0 0 0 20px;
}
.wrap.p-gallery > .title div a {
	font-weight: 400;
}


.exh-calendar {
}
.main .exh-calendar ul {
	margin: 0 0 100px;
}
.exh-calendar ul li {
	display: flex;
	padding: 20px;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	margin: 0 0 20px;
	transition: all .5s;
}
.main .exh-calendar ul li+li+li+li {
	display: none;
}
.main .exh-calendar.o ul li {
	display: flex;
}
.exh-calendar ul li:hover {
	border-color: #fa9d0c;
	box-shadow: 0 0 50px #fa9d0c33;
}
.exh-calendar ul li > * {
	margin: 0 20px;
}
.exh-calendar ul li aside {
	min-width: 180px;
	width: 180px;
}
.exh-calendar ul li aside b {
	display: block;
	font-size: 22px;
	line-height: 1.2;
}
.exh-calendar ul li aside p {
	font-size: 17px;
	font-weight: 300;
	margin: .5em 0 0;
}
.exh-calendar ul li > i {
	min-width: 290px;
	width: 290px;
}
.exh-calendar ul li > i img {
	display: block;
	width: 100%;
	height: auto;
}
.exh-calendar ul li > i a {
	display: block;
}
.exh-calendar ul li section {
	flex: auto;
}
.exh-calendar ul li section strong {
	display: block;
	font-size: 32px;
}
.exh-calendar ul li section strong a {
	color: #143650;
}
.exh-calendar ul li section p {
	margin: .5em 0 0;
}
.exh-calendar ul li section div, .btns {
}
.exh-calendar ul li section div .btn-link, .btns .btn-link {
	margin: 20px 0 0;
}
.exh-calendar ul li section div .btn-link.btn-yellow, .btns .btn-link.btn-link.btn-yellow {
	margin: 20px 20px 0 0;
}
.main .exh-calendar ul li.all, .speakers .wrap .all {
	display: block;
	padding: 0;
	border: 0;
	background: none;
	text-align: center;
	box-shadow: none;
}
.main .exh-calendar.o ul li.all {
	display: none;
}
.main .exh-calendar ul li.all a, .speakers .wrap .all a {
	display: inline-block;
	padding: 0 5px;
	border-bottom: 1px solid #0772bd88;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	position: relative;
}
.main .exh-calendar ul li.all a:after, .speakers .wrap .all a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #0772bd;
	border-right: 1px solid #0772bd;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(45deg) translate(2px,3px);
}
.main .exh-calendar ul li.all a:hover, .speakers .wrap .all a:hover {
	color: #0772bd;
	padding: 0 10px;
}


.login-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0008;
	z-index: 600;
	opacity: 0;
	transform: scale(0);
	transition: all .3s;
}
.login-popup.o {
	opacity: 1;
	transform: none;
}
.login-popup > i {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: 0 0 0 -25px;
	background: #0002;
	cursor: pointer;
	transition: all .3s;
}
.login-popup > i:hover {
	background: #0005;
}
.login-popup > i:before, .login-popup > i:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 24px;
	left: 0;
}
.login-popup > i:before {
	transform: rotate(45deg);
}
.login-popup > i:after {
	transform: rotate(-45deg);
}
.login-popup form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	padding: 30px;
	background: #fff;
	box-shadow: 20px 20px 50px #0008;
	margin: 0;
	transform: translate(-50%,-50%);
}
.login-popup form > strong {
	display: block;
	font-size: 24px;
	margin: 0 0 .2em;
}
.login-popup form > p {
	margin: 5px 0 15px;
}
.login-popup form button {
	margin: 0;
}
.login-popup form .bad {
	padding: 10px 20px;
	border: 1px solid #c00;
	color: #c00;
	margin: 20px 0 0;
}
.login-popup form[name="become"] {
	width: 660px;
	display: none;
}
.login-popup form[name="become"] section {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
	margin: 0 0 30px;
}
.login-popup form[name="become"] section aside {
	width: auto;
	margin: 0;
}
.login-popup form[name="become"] section aside input {
	margin: 0;
}
.login-popup form[name="become"] textarea {
	grid-column: 1/3;
	margin: 0;
}
.login-popup form figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fffffff5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	transition: all .5s;
	opacity: 0;
	pointer-events: none;
}
.login-popup form figure.o {
	font-size: 28px;
	opacity: 1;
	pointer-events: all;
}


.banner {
	margin: 0 auto 50px;
}
.banner img {
	display: block;
	width: 100%;
	height: auto;
    padding-bottom: 10px;
}
article+.banner, .product+.banner {
	margin: 50px 0 -50px;
}


.main-news, .speakers {
	background: #0032c8;
	margin: 50px 0;
}
.info-block .main-news {
	margin: 50px 0 0;
}
.main-news .wrap, .speakers .wrap {
	padding: 50px 20px 80px;
}
.main-news .wrap > strong, .speakers .wrap > strong {
	color: #fff;
}
#main-news, #speakers {
	margin: 0 -30px;
	position: relative;
	user-select: none;
}
#main-news section, #speakers section {
	display: flex;
	position: relative;
	left: 0;
}
#main-news section a, #speakers section a, .news-list a, .catalog a {
	min-width: calc(33.33% - 60px);
	width: calc(33.33% - 60px);
	padding: 20px;
	background: #f6f6f6;
	border: 1px solid #fff;
	border-radius: 8px;
	color: 	#143650;
	margin: 0 30px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .3s linear;
}
#main-news section a.a, #speakers section a.a {
	opacity: 1;
}
#main-news section a:hover, #speakers section a:hover, .news-list a:hover, .catalog a:hover {
	box-shadow: 0 0 30px #0004;
	z-index: 10;
}
#main-news section a img, .news-list a img, .catalog a img {
	display: block;
	width: calc(100% + 40px);
	height: auto;
	margin: -20px -20px 20px;
}
#main-news section a span, .news-list a span, .catalog strong {
	display: block;
	font-size: 17px;
	color: #0772bd;
}
#main-news section a p, .news-list a p {
	margin: .5em 0 0;
}
#main-news section a.pic:before, .news-list a.pic:before, #main-news section a.video:before, .news-list a.video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: linear-gradient(to top, #0000, #0008);
}
#main-news section a.pic:after, .news-list a.pic:after, #main-news section a.video:after, .news-list a.video:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
}
#main-news section a.pic:after, .news-list a.pic:after {
	background: url(../i/ico-pic.svg) no-repeat 50% 50% / contain;
}
#main-news section a.video:after, .news-list a.video:after {
	background: url(../i/ico-video.svg) no-repeat 50% 50% / contain;
}
#main-news > i, #main-news > em, #speakers > i, #speakers > em, #partners > i, #partners > em {
	width: 40px;
	height: 60px;
	background: url(../i/arr1.svg) no-repeat 50% 50%;
	position: absolute;
	top: 50%;
	margin: -20px 0 0;
	opacity: .7;
	cursor: pointer;
	z-index: 20;
	transition: all .3s;
}
#main-news > i:hover, #main-news > em:hover, #speakers > i:hover, #speakers > em:hover, #partners > i:hover, #partners > em:hover {
	opacity: 1;
}
#main-news > i, #speakers > i, #partners > i {
	left: -90px;
	transform: scaleX(-1);
}
#main-news > em, #speakers > em, #partners > em {
	right: -90px;
}
.disable-carousel > em, .disable-carousel > i {
	display: none!important;
}


.banners {
	display: flex;
	margin: 80px -15px;
}
.banners a {
	width: calc(33.33% - 30px);
	margin: 0 15px;
}
.banners a img {
	display: block;
	width: 100%;
	height: auto;
}


.partners, .generals-partners, .info-partners {
	margin: 50px auto;
}
#partners {
	margin: 0 -15px;
	position: relative;
	user-select: none;
}
#partners section {
	display: flex;
	position: relative;
	left: 0;
}
.generals-partners section, .info-partners section, .participants-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px -30px;
}
.participants-list {
	justify-content: flex-start;
}
#partners section a, .generals-partners section a, .info-partners section a, .participants-list a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: calc(16.66% - 30px);
	width: calc(16.66% - 30px);
	height: 100px;
	padding: 10px;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	margin: 0 15px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s linear;
}
.generals-partners section a, .info-partners section a, .participants-list a {
	opacity: 1;
	pointer-events: all;
	margin: 0 15px 30px;
}
.generals-partners section a {
	min-width: calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	height: 210px;
	padding: 20px;
}
#partners section a, .info-partners.ip-inner section a, .participants-list a {
	justify-content: flex-start;
	height: auto;
}
.participants-list a {
	cursor: pointer;
}
#partners section a span, .info-partners section a span, .participants-list a span {
	color: #777;
	font-size: 12px;
	text-align: center;
	margin: 10px 0 0;
}
#partners section a.a {
	opacity: 1;
}
#partners section a:hover, .generals-partners section a:hover, .info-partners section a:hover, .participants-list a:hover {
	box-shadow: 0 0 30px #0002;
}
#partners section a img, .generals-partners section a img, .info-partners section a img, .participants-list a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.participants-list a p {
	display: none;
}
#partners > i, #partners > em {
	background: url(../i/arr2.svg) no-repeat 50% 50%;
	opacity: .3;
}
#partners > i {
	left: -105px;
}
#partners > em {
	right: -105px;
}


#shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0009;
	z-index: 600;
	display: none;
}
#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1000px;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 35px 45px;
	background: #fff;
	box-shadow: 0 0 50px #0004;
	transform: translate(-50%,-50%);
	z-index: 630;
	display: none;
}
#popup > i {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#popup > i:before, #popup > i:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #383838;
	position: absolute;
	top: 15px;
	left: 0;
}
#popup > i:before {
	transform: rotate(45deg);
}
#popup > i:after {
	transform: rotate(-45deg);
}
#popup > div {
	max-height: 80vh;
	font-size: 16px;
	overflow: auto;
}
#popup > div h2 {
	font-size: 24px;
}
#popup > div h2:first-child, #popup > div p:first-child {
	margin-top: 0;
}
#popup > div img {
	border: 1px solid #e6e6e6;
}
#popup > div.pp {
	overflow: hidden;
}
#popup > div.pp img {
	float: left;
	max-width: 100%;
	margin: 0 30px 0 0;
}
#popup > div.pp span {
	font-size: 22px;
	font-weight: 500;
}
#popup > div.pp p {
}


.ba {
	height: 610px;
	/*background: url(../i/ba.jpg) no-repeat 50% 50% / cover;*/
	background: #0772bd;
	margin: 180px 0 0;
	position: relative;
}
.ba .wrap {
	max-width: 1200px;
	padding: 30px 20px;
	background: #0032c8;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 0 50px #0002;
	color: #fff;
	text-align: center;
	position: relative;
	top: -115px;
	z-index: 30;
}
.ba .wrap strong {
	margin: 0;
}
.ba .wrap p {
}
.ba .wrap div {
}
.ba .wrap div .btn-link {
	width: 250px;
	margin: 10px 15px 0;
}
#ba {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
#ba img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	z-index: 21;
	transition: all 1s;
}
#ba img.a {
	opacity: 1;
	z-index: 22;
}


.path {
	margin: 20px auto 40px;
}
.path a {
	color: #c0c0c0;
}
.path a:hover {
	color: #000;
}
.path span {
	color: #c0c0c0;
	margin: 0 5px;
}


article.wrap {
	margin: 0 auto 150px;
}
article.wrap h1 {
	margin: 0 0 .5em;
   text-align: center;
}









.location {
	display: flex;
	align-items: center;
	height: 650px;
	background: #fff;
	position: relative;
	margin: 0 0 -150px;
}
.location .wrap {
}
.location .wrap figure {
	width: 50%;
}
.location .wrap figure strong {
	display: block;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 1em;
}
.location .wrap figure section {
	margin: 1em 0 0;
}
.location .wrap figure section aside {
	flex: 1;
	padding: 0 20px 0 0;
}
.location .wrap figure section aside p {
	margin: 0 0 .5em;
}
.location .wrap figure section aside p b {
	font-size: 17px;
	margin: 0 5px 0 0;
}
.location .wrap figure div {
	margin: 20px 0 0;
}
.location .wrap figure div .btn-link.btn-link {
	margin: 10px 0 0;
}
.location .wrap figure div .btn-link.btn-link.btn-yellow {
	margin: 10px 30px 0 0;
}
.location #map {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
}





.top-tabs {
	height: 60px;
	padding: 10px 0 0;
	background: #edeaea;
	border-bottom: 1px dashed #c0c0c0;
	margin: 0 0 50px;
}
.top-tabs a {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	padding: 0 10px;
	border: 1px solid transparent;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	font-size: 17px;
	line-height: 48px;
	color: #143650;
	opacity: .7;
}
.top-tabs a:hover {
	opacity: 1;
}
.top-tabs a.a {
	opacity: 1;
	border-color: #c0c0c0;
	background: #f6f6f6;
}


.year-select {
	font-size: 22px;
	margin: -20px auto 50px;
}
.year-select a {
	margin: 0 15px 0 0;
}
.year-select a.a {
	color: #143650;
	font-weight: 500;
}


.news-list, .news-list.adv-inner, .news-list.rm-inner, .catalog {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px -60px;
}
.news-list.adv-inner, .news-list.rm-inner, .catalog {
	margin: 0 -15px 30px;
}
.news-list a, .news-list.adv-inner a, .news-list.rm-inner a, .catalog a {
	border: 1px solid #c0c0c0;
	opacity: 1;
	pointer-events: all;
	margin: 0 30px 60px;
}
.news-list.adv-inner a, .news-list.rm-inner a, .catalog a {
	min-width: calc(25% - 30px);
	width: calc(25% - 30px);
	margin: 0 15px 30px;
}
.adv-list, .rm-list {
}
.adv-list div, .rm-list div {
	margin: 0 0 30px;
}
.adv-list div a, .rm-list div a {
	color: #143650;
}
.adv-list div a img, .rm-list div a img {
	display: block;
	max-width: 100%;
}


.product {
	display: flex;
	margin: 0 0 50px;
}
.product > aside {
	display: flex;
	flex-wrap: wrap;
	min-width: calc(25% + 30px);
	max-width: calc(25% + 30px);
}
.product > aside a {
/*	width: calc(25% - 10px);
	margin: 0 10px 10px 0;*/
	position: relative;
/*}
.product > aside a:first-child {*/
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
.product > aside a:first-child:after {
	content: '';
	width: 21px;
	height: 21px;
	background: url(../i/zoom.svg);
	position: absolute;
	top: 20px;
	left: 20px;
}
.product > aside a img {
	display: block;
	width: 100%;
}
/*.product > aside a:first-child {
	display: block;
}
.product > aside a:first-child img {
}*/
.product > section {
	padding: 0 0 0 30px;
}


.pages {
	text-align: center;
	margin: 70px auto 0;
}
.pages > * {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
	transition: all .3s;
}
.pages a {
	background: #fff;
	border-color: #c0c0c0;
	color: #0772bd;
}
.pages a:hover {
	border-color: #fa9d0c;
	box-shadow: 0 0 10px #0002;
	z-index: 10;
}
.pages a.a {
	background: #0772bd;
	border-color: #0772bd;
	color: #fff;
}
.pages a img {
	display: block;
	margin: 10px auto;
}
.pages span {
	letter-spacing: 2px;
}
.pages a.first {
	margin: 0 5px 0 0;
}
.pages a.prev {
	margin: 0 5px 0 0;
}
.pages a.first img, .pages a.prev img {
	transform: scale(-1);
}
.pages a.next {
	margin: 0 0 0 5px;
}
.pages a.last {
	margin: 0 0 0 5px;
}


.gallery-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.gallery-inner a {
	width: calc(20% - 20px);
	height: 160px;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	margin: 0 10px 20px;
	overflow: hidden;
}
.gallery-inner a:hover {
	box-shadow: 0 0 30px #0004;
}
.gallery-inner a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.speakers {
}
.speakers .wrap {
}
.speakers .wrap > strong {
	font-size: 32px;
}
#speakers {
	margin: 0 -15px;
}
#speakers section {
}
#speakers section a {
	min-width: calc(25% - 30px);
	width: calc(25% - 30px);
	text-align: center;
	line-height: 1.2;
	margin: 0 15px;
}
#speakers section a img {
	display: block;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
#speakers section a hr {
	width: 115px;
	height: 2px;
	border-radius: 2px;
	margin: 20px auto;
}
#speakers section a b {
	display: block;
	margin: 0 10px .5em;
}
#speakers section a span {
	display: block;
	font-size: 17px;
}
.speakers .wrap .all {
	margin: 50px 0 0;
}
.speakers .wrap .all a {
	color: #fff!important;
	border-color: #fff;
}
.speakers .wrap .all a:after {
	border-color: #fff;
}


.video-block {
	display: block;
	padding-top: 26.25%;
	position: relative;
	margin: 50px 0;
}
.video-block.p {
	padding-top: 56.25%;
}
.video-block p {
	margin: 0;
	cursor: pointer;

}
.video-block img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-block p:after {
	content: '';
	width: 109px;
	height: 109px;
	background: url(../i/ico-vid.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -55px 0 0 -55px;
}
.video-block section {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 840px;
	max-width: 95%;
	padding: 20px;
	background: #fff;
	box-shadow: 10px 10px 50px #000;
	z-index: 620;
	opacity: 0;
	transform: translate(-50%,-50%) scale(0);
	transition: all .3s;
}
.video-block.o section {
	opacity: 1;
	transform: translate(-50%,-50%);
}
.video-block section i {
	position: absolute;
	top: -15px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 5px 5px 20px #0002;
	cursor: pointer;
}
.video-block section i:before, .video-block section i:after {
	content: '';
	width: 16px;
	height: 2px;
	background: #143650;
	position: absolute;
	top: 14px;
	left: 7px;
}
.video-block section i:before {
	transform: rotate(45deg);
}
.video-block section i:after {
	transform: rotate(-45deg);
}
.video-block section div {
	padding-top: 56.25%;
	position: relative;
}
.video-block section div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.themes, .vacancies {
	margin: 50px auto;
}
.themes li, .vacancies li {
}
.themes li > strong, .vacancies li > strong {
	display: block;
	padding: 20px 55px 20px 15px;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	margin: 0 0 20px;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}
.themes li > strong:hover, .vacancies li > strong:hover {
	box-shadow: 0 0 30px #fa9d0c22;
	border-color: #fa9d0c;
}
.themes li > strong:after, .vacancies li > strong:after {
	content: '';
	width: 22px;
	height: 22px;
	background: url(../i/arr3.svg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -11px 0 0;
	transition: all .5s;
}
.themes li.o > strong:after, .vacancies li.o > strong:after {
	transform: rotate(90deg);
}
.themes li > strong i {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: #0772bd;
	margin: -4px 5px 0;
}
.themes li.o > section {
	display: flex;
}
.themes li > section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px -10px;
	display: none;
}
.themes li > section a {
	width: calc(25% - 30px);
	min-width: calc(25% - 30px);
	padding: 135px 10px 20px;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	color: #143650;
	margin: 0 15px 30px;
	position: relative;
}
.themes li > section a:hover {
	box-shadow: 0 0 30px #fa9d0c22;
	border-color: #fa9d0c;
}
.themes li > section a img {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	margin: 0 0 0 -57px;
	transition: all .3s;
}
.themes li > section a:hover img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
	margin: 0;
}
.themes li > section a hr {
	width: 115px;
	height: 2px;
	margin: 20px auto;
}
.themes li > section a span {
	display: block;
	font-weight: 500;
	position: relative;
	transition: all .3s;
}
.themes li > section a:hover span {
	color: #fff;
	transform: translateY(-80px);
}
.vacancies li > article {
	display: block;
	padding: 20px 15px;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	margin: -30px 0 20px;
	display: none;
}
.vacancies li.o > article {
	display: block;
}


.p-gallery {
	max-width: 800px;
	margin: 50px auto;
	position: relative;
}
#pg {
	position: relative;
}
#pg section {
	height: 500px;
}
#pg section a, #pg section span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: none;
	opacity: 0;
	z-index: 10;
}
#pg section a.c {
	opacity: 1;
	z-index: 11;
}
#pg section a.p {
	opacity: .1;
	left: calc(-100% - 60px);
}
#pg section a.n {
	opacity: .1;
	left: calc(100% + 60px);
}
#pg section a.pp {
	opacity: .1;
	left: -200%;
}
#pg section a.nn {
	opacity: .1;
	left: 200%;
}
#pg section a img {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
}
#pg i, #pg em {
	width: 60px;
	height: 60px;
	background: url(../i/arr4.svg) no-repeat 50% 50%;
	position: absolute;
	top: 50%;
	margin: -30px 0 0;
	cursor: pointer;
	transition: all .3s;
	opacity: .6;
	z-index: 15;
}
#pg i {
	left: -60px;
	transform: scaleX(-1);
}
#pg em {
	right: -60px;
}
#pg i:hover, #pg em:hover {
	opacity: 1;
}





article {
	/*overflow: hidden;*/
}
article:after {
	content: '';
	display: block;
	clear: both;
}
article ul, article ol {
}
article ul {
}
article ol {
}
article ul li, article ol li {
	margin: .2em 30px;
	position: relative;
}
article ul li {
}
article ul li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: -15px;
}
article ol li {
}
article.narrow {
	padding: 0 5vw;
}
article.narrow h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	color: #143650;
	text-align: center;
	margin: 0 -5vw 1.5em;
}
article.narrow h2, article.narrow h3, article.narrow h4, article.narrow h5, article.narrow h6 {
	font-size: 22px;
	font-weight: 500;
	color: #143650;
	margin: 1.5em 0 .5em;
}
article.narrow img {
	display: block;
	width: 100%;
	margin: 2em 0;
}
article img {
	/*display: block;*/
	max-width: 100%;
	height: auto;
}
article .wide {
	margin: 2em -5vw;
}
article .ti {
	display: flex;
	margin: 2em -5vw;
}
article .ti img {
	flex: 1;
	margin: 0 15px;
}





form.wrap {
	max-width: 820px;
	margin: 150px auto 0;
}




.management {
	margin: 0 auto 50px;
}
.management h2 {
}
.management ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -20px;
}
.management ul:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #f6f6f6;
}
.management ul li {
	display: flex;
	width: 50%;
	padding: 20px;
	border-bottom: 1px solid #0002;
	position: relative;
}
.management ul li:nth-child(2n-1):after {
	content: '';
	width: 1px;
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 0;
	background: #0002;
}
.management ul li:last-child:after {
	background: none;
}
.management ul li i {
	margin: 0 20px 0 0;
}
.management ul li i img {
}
.management ul li section {
	font-size: 16px;
}
.management ul li section aside {
}
.management ul li section aside span {
	display: block;
	font-size: 12px;
}
.management ul li section aside p {
	margin: .5em 0;
}
.management h2.second_level {
	font-size: 22px;
	margin: .5em 50px;
}
.management h2.second_level+ul {
	margin: 0 30px;
}




.contacts {
	display: flex;
	flex-wrap: wrap;
	margin: -50px 0 -150px;
	position: relative;
}
.contacts > aside {
	display: flex;
	justify-content: right;
	align-items: center;
	width: 50%;
	padding: 50px 0 130px;
}
.contacts > aside h1 {
	margin: 0 0 .5em;
}
.contacts form {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 50px 0 100px;
	background: #edeaea;
}
.contacts aside section {
	width: 100%;
	max-width: 620px;
	padding: 0 50px 0 20px;
}
.contacts form section {
	width: 100%;
	max-width: 620px;
	padding: 0 20px 0 110px;
}
.contacts form strong {
	display: block;
	font-size: 22px;
	margin: 0 0 1.5em;
}
.contacts #map, #map_cont {
	width: 100%;
	height: 650px;
	position: relative;
}


.auth {
	padding: 0;
}
.auth ul, .tabs {
	height: 61px;
	border-bottom: 1px solid #c0c0c0;
	font-size: 0;
	margin: 0 0 30px;
}
article+.tabs {
	margin: -20px 0 20px;
}
h1+.tabs {
	margin: -10px 0 20px;
}
.auth ul li, .tabs li {
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	position: relative;
}
.auth ul li:after, .tabs li:after {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	width: 1px;
	background: #c0c0c0;
}
.auth ul li:first-child, .tabs li:first-child {
	padding: 0;
	margin: 0;
}
.auth ul li:first-child:after, .tabs li:first-child:after {
	display: none;
}
.auth ul li span, .tabs li span {
	display: block;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	line-height: 60px;
	color: #00a1df;
	cursor: pointer;
}
.auth ul li.a span, .tabs li.a span {
	color: #000;
	font-weight: 500;
	border-bottom: 1px solid #000;
}
.auth form {
	max-width: 1100px;
	display: none;
}
.auth form[name="login"], .auth form[name="restore"] {
	max-width: 560px;
}
.auth form.a {
	display: block;
}
form aside {
	display: inline-block;
	vertical-align: top;
	width: calc(42% - 5px);
	margin: 0 25px 0 0;
}
form aside.cr {
	width: 100%;
	margin: 0 0 15px 0;
}
form aside.cr label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
form aside.cr input {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px 0 0;
}
form aside.phone {
}
form aside.phone div {
	display: flex;
	flex-wrap: wrap;
}
form aside.phone label {
	width: 100%;
}
form aside.phone input {
	width: 50%;
	border-radius: 3px 0 0 3px;
}
form aside.phone a.button {
	width: 27%;
	height: 66px;
	padding: 15px 10px;
	border-radius: 0;
	/*box-shadow: 0 -1px 0 #0060a3;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
form aside.phone a.button+input {
	width: 23%;
	padding: 0;
	border-radius: 0 3px 3px 0;
	text-align: center;
}
form hr {
	margin: 20px 0;
}
form aside+hr {
	margin: 10px 0 20px;
}
form p {
	margin: -5px 0 25px;
}
label span {
	color: #c00;
	margin: 0 0 0 5px;
}


div.error, div.good {
	max-width: 500px;
	padding: 10px 20px;
	border: 1px dotted #f00;
	background: #fff;
	color: #900;
	text-align: center;
	margin: 100px auto;
}
div.good {
	border: 1px dotted #090;
	background: #6f6;
	color: #000;
}


.form-table, .form-table tbody, .form-table tr, .form-table td {
	display: block;
}
.form-table {
	max-width: 680px;
	font-size: 14px;
}
.form-table input {
	margin: 0 0 10px;
}
.form-table input[name="captcha_word"] {
	width: 220px;
}


.lk .left {
	width: 240px;
}
.lk .right{
	width: 840px;
}
.lk-menu {
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px #0001;
	border-radius: 5px;
	overflow: hidden;
}
.lk-menu a {
	display: block;
	height: 61px;
	padding: 0 30px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 60px;
}
.lk-menu a.a {
	color: #000;
	font-weight: 500;
}
.lk-menu a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	margin: -4px 0 0;
}
.lk-menu a:hover {
	color: #fff;
	background: #00a1df;
}
.lk form, .lk section {
	margin: 0;
}
.lk form strong, .lk section strong {
	display: block;
	font-size: 18px;
	margin: 0 0 1em;
}
.lk form small, .lk section small {
	display: block;
	margin: -25px 0 30px;
}
.lk form aside {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin: 0 20px 0 0;
	position: relative;
}
.lk form aside.long {
	width: calc(80% + 20px);
}
.lk form aside > span, form aside.phone div > span {
	display: block;
	color: #f00;
	font-size: 12px;
	margin: -25px 0 0;
}
form aside.phone div > span {
	color: #000;
}
form aside.phone div > span+span {
	display: none;
}
form aside.phone div > span[hidden] {
	display: none;
}
form aside.phone div > span[hidden]+span {
	display: block
}
.lk form.q-form label+strong {
	margin: 1.5em 0 1em;
}
.lk form.q-form label {
	margin: 0 0 10px;
}
.lk form.q-form section {
}
.lk form.q-form section.error {
	padding: 10px;
	border: 1px solid #f00;
	background: #fffafa;
}
i.eye {
	position: absolute;
	bottom: 52px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(../i/eye.svg) no-repeat 50% 50% / 100% 100%;
	cursor: pointer;
}
.lk form div {
	position: relative;
}
.lk form div i.eye {
	bottom: 22px;
}
i.eye.show {
	background: url(../i/eyec.svg) no-repeat 50% 50% / 100% 100%;
}

.preview {
	height: 140px;
	padding: 10px;
	background: #fff8;
	margin:0 0 10px;
}
.preview img {
	max-height: 100px;
	width: auto;
}

.lk form .badges, .lk form .exhib_info {
	/*vertical-align: top;*/
	/*max-width: 800px;*/
	/*max-height: 240px;
	overflow: auto;*/
	margin: 0 0 30px;
}
.lk form .badges div:not(:last-child), .lk form .exhib_info div:not(:last-child) {
	display: flex;
	gap: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #0001;
	margin: 0 0 10px;
	position: relative;
}
.lk form .badges div aside, .lk form .exhib_info div aside {
	/*width: 50%;*/
	width: auto;
	flex: 1;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	max-height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.lk form .badges div aside:last-child, .lk form .exhib_info div aside:last-child {
	max-width: 70px;
}
/*.lk form .badges div aside input, .lk form .badges div aside select {
	height: 40px;
	padding: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #c0c0c0;
	border-radius: 0;
	box-shadow: 0 -1px 0 #fff inset;
	color: #4c4c4c;
	margin: 0;
}
.lk form .badges div aside input::placeholder {
	color: #4c4c4c;
}*/
.lk form .badges div aside button, .lk form .exhib_info div aside button {
	/*width: 30px;*/
	height: 30px;
	padding: 0 10px;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 30px;
	position: relative;
}
/*.lk form .badges div aside button:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 8px;
	width: 14px;
	height: 2px;
	box-shadow: 1px 1px 0 #0008;
	background: #fff;
}*/
.lk form .badges div aside span, .lk form .exhib_info div aside span {
	/*position: absolute;
	top: 60px;
	right: -30px;
	width: 80px;*/
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0;
}
.lk form .badges div aside span.wait, .lk form .exhib_info div aside span.wait {
}
.lk form .badges div aside span.bad, .lk form .exhib_info div aside span.bad {
	color: #c00;
}
.lk form .badges div aside span.ok, .lk form .exhib_info div aside span.ok {
	color: #090;
}
/*.lk form .badges div aside span+span {
	top: 80px;
}
.lk form .badges div aside span+span+span {
	top: 100px;
}*/
.lk form .badges div.add > button, .lk form .exhib_info div.add > button {
	margin: 0;
}
.lk form .badges div.add #popup, .lk form .exhib_info div.add #popup {
	width: 100%;
	max-width: 500px;
	padding: 30px 50px 30px 30px;
}
.lk form .badges div.add #popup input, .lk form .badges div.add #popup select, .lk form .badges div.add #popup textarea,
.lk form .exhib_info div.add #popup input, .lk form .exhib_info div.add #popup select, .lk form .exhib_info div.add #popup textarea {
	height: 50px;
	margin: 0 0 15px
}
.lk form .badges div.add #popup small, .lk form .exhib_info div.add #popup small {
	margin: -10px 0 15px;
}

.order_filter {
	margin: 0 0 30px;
}
.order_filter select, .order_filter button {
	display: inline-block;
	vertical-align: middle;
	max-width: 480px;
	height: 46px;
	margin: 0;
}

.lk form.subscribe {
}
.lk form.subscribe ul {
}
.lk form.subscribe ul li {
	display: flex;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.lk form.subscribe ul li label, .lk-table label {
	margin: 0;
	width: 40px;
}
.lk form.subscribe ul li label i, .lk-table label i {
	width: 40px!important;
	border-radius: 10px!important;
	margin: 5px 0 0!important;
	box-shadow: 1px 1px 2px #0002 inset!important;
	transition: all .3s;
}
.lk-table label i {
	margin: 0!important;
}
.lk form.subscribe ul li label i:after, .lk-table label i:after {
	content: '';
	position: absolute;
	top: 2px!important;
	left: 2px!important;
	width: 14px!important;
	height: 14px!important;
	background: #fff!important;
	border: 1px solid #ccc;
	border-radius: 50%!important;
	box-shadow: -1px -1px 1px #0002 inset;
	transition: all .3s;
}
.lk form.subscribe ul li label input:checked+i, .lk-table label input:checked+i {
	background: #0f3;
	border-color: #0c0;
	/*box-shadow: 0 1px 0 #0002;*/
}
.lk form.subscribe ul li label input:checked+i:after, .lk-table label input:checked+i:after {
	left: 22px!important;
}
.lk form.subscribe ul li div {
	margin: 0 0 0 20px;
}
.lk form.subscribe ul li div b {
	display: block;
	font-size: 16px;
}
.lk form.subscribe ul li div p {
	color: #444;
	margin: 0;
}
.lk-table {
}
.lk-table th, .lk-table td {
	padding: 15px 10px;
	border-top: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
}
.lk-table thead th, .lk-table thead td {
	background: #f2f5f5;
	font-weight: 500;
}
.lk-table thead th {
	background: #ecf0f0;
}
.lk-table thead td {
}
.lk-table tbody th, .lk-table tbody td {
}
.lk-table tbody th {
	background: #f2f5f5;
}
.lk-table tbody td {
	background: #f9fbfb;
}
.lk-table select {
	width: 150px;
	height: 30px;
	padding: 0 20px 0 10px;
	margin: -10px 0;
}
.lk-table select.status-select {
	width: 200px;
}
.lk .search {
	width: 50%;
	margin: 0 0 30px;
	position: relative;
}
.lk .search input {
	height: 50px;
	padding: 0 50px;
	margin: 0;
}
.lk .search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../i/search.png) no-repeat 50% 50%;
	padding: 0;
	font-size: 0;
	margin: 0;
}
.lk .search input[type="submit"] {
	width: 50px;
	height: 50px;
	background: url(../i/clear.png) no-repeat 50% 50%, #00a1df;
	padding: 0;
	font-size: 0;
	position: absolute;
	top: 0;
	right: -60px;
}
.lk .history {
	position: relative;
}
.lk .history div {
	width: 32px;
	height: 32px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
	cursor: pointer;
	transition: all .5s;
}
.lk .history div.a {
	padding: 20px 0 0 1px;
	line-height: 10px;
	font-size: 6px;
}
.lk .history ul {
	position: absolute;
	left: -100px;
	top: 35px;
	width: 320px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #0002;
	z-index: 20;
	display: none;
}
.lk .history div.a+ul {
	display: block;
}
.lk .history ul li {
	padding: 2px 5px;
}
.lk .history ul li:nth-child(2n) {
	background: #0001;
}
.lk .history ul li b {
	font-size: 12px;
}
div.bxlhe-frame {
border:1px solid #e6e6e6!important;
border-radius:3px;
}
.messages {
	width: 100%;
}
.messages th {
	padding: 0 10px 10px;
	text-align: left;
}
.messages thead {
}
.messages thead th span {
	float: right;
}
.messages thead td {
	display: none;
}
.messages button {
	margin: 0 0 10px;
}
.messages tbody {
}
.messages tbody td {
	padding: 10px;
	border-top: 1px solid #eee;
	background: #f7f8f9;
}
.messages tbody td:nth-child(2n) {
	background: #fcfdfe;
}
.messages th:nth-child(1), .messages th:nth-child(2), .messages tr:not(.total) td:nth-child(1), .messages tr:not(.total) td:nth-child(2) {
	width: 0;
}
.messages section {
	padding: 5px 10px;
	border-top: 1px solid #eee;
}
.messages .theme {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}
.messages section strong {
	display: inline;
	margin: 0 15px 0 0;
}


.cd-logo {
	margin: 0 0 30px;
}
.cd-logo img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.cd-logo .button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
.cd-badges {
}
.cd-badges table {
}
.cd-badges table th, .cd-badges table td {
	padding: 10px 20px;
	border: 1px solid #c0c0c0;
}
.cd-badges table th {
	text-align: left;
	font-weight: 400;
	color: #000;
}
.cd-badges table td {
	color: #143650cc;
}
.cd-badges table td select {
	width: 150px;
	height: 40px;
	margin: 0;
}


.radio-block {
	height: 60px;
	padding: 6px 0 0;
	margin: 0 0 30px;
}
.radio-block label {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}


#confirm {
	position: absolute;
	width: 340px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 10px #0004;
	font-size: 16px;
	text-align: center;
	z-index: 300;
}
#confirm:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	margin: 0 0 0 -5px;
}
#confirm p {
	margin: 0 0 20px;
}
#confirm .button {
	margin: 0 20px 0 0;
}
#confirm .cancel {
	font-weight: 500;
	color: #900;
}


.info-block {
	display: none;
}
div.block-show {
	display: block!important;
}
div.block-show article {
	margin: 0 auto 50px;
}
#posetitelyam article+blockquote {
	margin: -50px 0 0;
}
#kontakty article img {
	display: inline;
}




footer {
	background: #edeaea;
}
.main footer {
	background: #f6f6f6;
}
footer section {
	border-bottom: 2px solid #ddd;
}
footer section:last-child {
	border: 0;
}
footer section .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer section:nth-child(1) .wrap {
	padding: 50px 20px 30px;
	align-items: flex-end;
}
footer section:nth-child(2) .wrap {
	padding: 30px 20px 20px;
}
footer section:nth-child(3) .wrap {
	padding: 20px 20px 30px;
	font-size: 17px;
}
footer section:nth-child(4) .wrap {
	padding: 30px 20px;
}
footer .name {
	font-size: 24px;
	line-height: 1.2;
}
footer .name b {
	display: block;
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
}
footer .search {
	width: 350px;
}
footer .wrap aside {
	width: 25%;
	padding: 0 2% 0 0;
}
footer .wrap aside:last-child {
	padding: 0;
}
footer p {
	margin: 0 0 .5em;
}
footer a {
	color: #143650;
}
footer aside strong {
	display: block;
	margin: 0 0 .8em;
}
footer aside i {
	display: block;
	height: 35px;
}
footer aside i img {
	display: block;
}
footer .soc {
	margin: 35px 0 0;
}
footer .soc a {
	margin: 0 5px 0 0;
}
footer .soc a img {
}
footer .patrons {
	display: flex;
	align-items: center;
}
footer .patrons a {
	margin: 0 30px 0 0;
}
footer .patrons a img {
	display: block;
}





.zoom {
	position: relative;
	width: auto!important;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
}
.zoom.left {
	float: left;
	margin: 0 30px 10px 0;
}
.zoom.right {
	float: right;
	margin: 0 0 10px 30px;
	position: relative;
	z-index: 10;
}
.zoom img {
	display: block;
}
.zoom:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../i/zoom.png);
	position: absolute;
	right: 10px;
	bottom: 10px;
}


.steps {
	display: flex;
	padding: 10px 25px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 80px 0 30px;
	cursor: default;
	counter-reset: li;
}
.steps li {
	height: 30px;
	padding: 0 55px 0 0;
	line-height: 30px;
	font-size: 16px;
	position: relative;
	counter-increment: li;
}
.steps li:after {
	content: '';
	width: 15px;
	height: 3px;
	background: url(../i/sarr.gif);
	position: absolute;
	top: 50%;
	right: 20px;
}
.steps li:last-child {
	padding: 0;
}
.steps li:last-child:after {
	display: none;
}
.steps li span {
	color: #bbb;
}
.steps li a {
	color: #777;
}
.steps li span:before, .steps li a:before {
	content: counter(li);
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	margin: 0 15px 0 0;
}
.steps li span:before {
	background: #f7f7f7;
	color: #999;
}
.steps li a:before {
	background: #50bfeb;
	color: #fff;
}
.steps li.a {
	font-weight: 500;
}
.steps li.a a, .steps li.a span {
	color: #000;
}
.steps li.a a:before, .steps li.a span:before {
	background: #00a1df;
	color: #fff;
}


.step {
	position: relative;
}
.step .title {
	height: 220px;
	padding: 25px 30px;
	background: url(../i/title.jpg) no-repeat 50% 50% / 100% auto;
	color: #fff;
	margin: -20px -30px 25px;
}
.step .title h1 {
	font-size: 36px;
	color: #fff;
	padding: 0 20% 0 0;
	margin: 0 0 .5em;
}
.step .title table {
	width: 100%;
	font-size: 16px;
}
.step .title table td, .step .title table th {
	vertical-align: top;
}
.step .title table td {
	white-space: nowrap;
	width: 1%;
	padding: 0 20px 10px 0;
}
.step .title table th {
	text-align: left;
	width: 45%;
	padding: 0 20px 10px 0;
}
.step article {
	margin: 0 0 30px;
}
.step0 article {
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
	margin: 0;
}
.step article h2 {
	font-size: 24px;
}
.step article ol, .serv {
	columns: 2;
	column-gap: 2.5em;
}
.step article ol li, .serv li {
	padding: 0 10px;
	line-height: 1.2;
	margin: 0 0 .7em;
}


.vystavka-info {
	display: flex;
	width: 840px;
	padding: 1em 0;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin: 0 0 1em;
}
.vystavka-info aside {
	width: 50%;
}
.vystavka-info aside b {
	display: block;
	margin: .2em 0 0;
}


.members {
}
.members strong {
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
}
.members ul {
	list-style: decimal-leading-zero;
	margin: 0 0 0 1.6em;
}
.members ul li {
	padding: 0 0 0 5px;
	margin: 0 0 10px;
}
.members ul li a {
	display: block;
	font-weight: 500;
}


.step0-form {
	display: none;
}
.step0-form.a {
	display: flex;
}
.step0-form > form {
	width: 52%;
	font-size: 16px;
	margin: 0;
}
.step0-form > form h2 {
	font-size: 24px;
	margin: 0 0 .5em;
}
.step0-form > form aside {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.step0-form > form section {
	font-size: 16px;
}
.step0-form > form section strong {
	display: block;
	margin: 0 0 10px;
}
.step0-form > form section label {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 10px 0;
}
.step0-form > form section label span {
	display: inline-block;
	width: 100px;
	color: #000;
}
.step0-form > form section label img {
	vertical-align: middle;
}
.step0-form > form section p {
	font-style: italic;
	margin: 10px 0;
	display: none;
}
.step0-form > aside {
	width: 48%;
	padding: 0 0 0 30px;
}
.stand-photos {
	position: relative;
	display: none;
}
.step0-form+.step0-form .stand-photos {
	display: block;
}
.stand-photos ul {
	overflow: hidden;
	border-radius: 5px;
	background: #000;
	margin: 0;
}
.stand-photos ul li {
	height: 400px;
	position: relative;
	opacity: 0;
	z-index: 10;
	transition: all .3s;
	margin: 0;
}
.stand-photos ul li+li {
	position: absolute;
	top: 0;
	left: 0;
}
.stand-photos ul li.a {
	opacity: 1;
	z-index: 11;
}
.stand-photos ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stand-photos section {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: 30px;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px #0002;
	z-index: 12;
}
.stand-photos section div {
	text-align: center;
}
.stand-photos section div a {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d4d4d4;
	margin: 0 2px;
	cursor: pointer;
}
.stand-photos section div a:hover {
	background: #fff;
	box-shadow: 0 0 2px #000;
}
.stand-photos section div a.a {
	background: #00a1df;
}
.stand-photos section aside {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
}
.stand-photos section aside i, .stand-photos section aside em {
	width: 35px;
	height: 30px;
	margin: 0 0 0 1px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
.stand-photos section aside i:after, .stand-photos section aside em:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}
.stand-photos section aside i:hover, .stand-photos section aside em:hover {
	background: #0001;
}
.stand-photos section aside i {
}
.stand-photos section aside em {
}
.stand-photos section aside i:after {
	transform: rotate(-135deg);
}
.stand-photos section aside em:after {
	transform: rotate(45deg);
}
.stand-photos section aside em:before {
	content: '';
	width: 1px;
	height: 10px;
	background: #e5e5e5;
	position: absolute;
	top: 10px;
	left: -1px;
}


.step1 h1 {
	font-size: 36px;
	margin: 0 0 .5em;
}
.step1 article a.button {
	margin: 0;
}


#searchform {
	position: absolute;
	top: -10px;
	right: 0;
	width: 350px;
	margin: 0;
}
#searchform input {
	height: 50px;
	background: #fff;
	box-shadow: none;
	border-color: #999;
	margin: 0;
}
#searchform:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../i/search.png);
	position: absolute;
	top: 13px;
	right: 20px;
	opacity: .2;
	pointer-events: none;
}


.step .left {
	width: calc(100% - 340px);
}
.products {
	padding: 20px;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	font-size: 16px;
	margin: 0 0 50px;
}
.products section {
	display: none;
}
.products section.a {
	display: block;
}
.products h2, .products p {
	margin-top: 0;
}
.products h2 {
	font-size: 24px;
}
.big-cart {
	margin: 0 0 50px;
}
.products ul,
.big-cart ul {
}
.products ul li,
.big-cart ul li {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.products ul li.no:before {
	/*content: '❌';*/
	content: '';
	/*font-size: 32px;*/
	width:50px;
	height:50px;
	background:url(../i/noscheme.png) no-repeat 50% 50%;
	position: absolute;
	top: 35px;
	left: 15px;
	/*opacity: .4;*/
}
.products ul li.service {
	display: block;
	padding: 20px 20% 20px 0;
}
.products ul li > img {
	display: block;
	border-radius: 5px;
	margin: 0 0 10px;
}
.products ul li > span,
.big-cart ul li > span {
	flex: 2;
	width: 240px;
	height: 200px;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 0 30px 0 0;
}
.big-cart ul li > span {
	flex: 1;
	width: 140px;
	height: 120px;
	padding: 10px;
}
.products ul li > span img,
.big-cart ul li > span img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products ul li section {
	flex: 5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.big-cart ul li section {
	flex: 5;
}
.products ul li section div {
}
.products ul li section div strong,
.big-cart ul li section strong {
	display: block;
}
.big-cart ul li section strong {
	font-size: 18px;
}
.products ul li section figure,
.products ul li.service figure {
	height: 40px;
	line-height: 40px;
	font-size: 0;
}
.products ul li section figure input,
.products ul li.service figure input {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 40px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 0 10px;
}
.products ul li section figure i, .products ul li section figure em,
.products ul li.service figure i, .products ul li.service figure em {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: #f7f7f7;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	cursor: pointer;
}
.products ul li section figure i:hover, .products ul li section figure em:hover,
.products ul li.service figure i:hover, .products ul li.service figure em:hover {
	background: #eee;
}
.products ul li section figure i,
.services ul li.services figure i {
}
.products ul li section figure em,
.products ul li.service figure em {
}
.products ul li section figure i:after,
.products ul li.service figure i:after {
	content: '-';
}
.products ul li section figure em:after,
.products ul li.service figure em:after {
	content: '+';
}
.products ul li aside,
.big-cart ul li aside {
	flex: 1;
	font-weight: 500;
	white-space: nowrap;
	text-align: right;
	margin: 0 0 0 30px;
}
.big-cart ul li aside {
	font-weight: 400;
}
.big-cart ul li aside strong {
	display: block;
	margin: 0 0 10px;
}
.big-cart ul li aside a {
	margin: 0 0 0 15px;
}
.products ul li aside p,
.big-cart ul li aside p {
	font-size: 11px;
	font-weight: 400;
	margin: 5px 0 0;
}
.products ul li.service select {
}
.products ul li.service figure .add {
	float: right;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 38px;
	color: #000;
}
.products ul li.service figure .add:hover {
	background: #eee;
	text-decoration: none;
}
.cart-total {
	padding: 15px 0;
}
.cart-total table {
}
.cart-total table td {
	padding: 5px 40px 5px 0;
	vertical-align: bottom;
}
.cart-total table td+td {
	font-size: 1.38em;
	font-weight: 500;
}
.cart-total section {
	font-size: 14px;
	margin: 20px 0 10px;
}
.cart-total section strong {
	display: block;
	font-size: 24px;
	margin: 0 0 5px;
}


.step .right {
	width: 310px;
}
.step .cart {
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	margin: 0;
	font-size: 16px;
	overflow: hidden;
	margin: 0 0 50px;
}
.step .cart figure {
	height: 145px;
	padding: 10px 20px;
	background: #00a1df;
	line-height: 1.1;
	color: #fff;
}
.step .cart figure h3 {
	font-size: 24px;
	line-height: 1;
	color: #fff;
	margin: 0 0 .3em;
}
.step .cart figure p {
	display: flex;
	justify-content: space-between;
	align-items: end;
	white-space: nowrap;
	margin: .5em 0 0;
}
.step .cart figure p strong {
	display: block;
	white-space: normal;
	margin: 0;
}
.step .cart > section {
}
.step .cart > section a {
	display: block;
	height: 30px;
	padding: 0 20px;
	border-bottom: 1px solid #00a1df;
	color: #000;
	font-size: 15px;
	line-height: 2;
}
.step .cart > section a:hover, .step .cart > section a.a {
	background: #40b1ec;
	color: #fff;
	text-decoration: none;
}
.step .cart > section a b {
	margin: 0 0 0 10px;
}
.step .cart > div {
	height: calc(100vh - 420px);
	overflow: auto;
	display: none;
}
.step .cart ul {
	/*padding: 0 0 10px;*/
}
.step .cart ul li {
	padding: 15px 20px 20px;
	border-bottom: 1px solid #eee;
}
.step .cart ul li strong, .step .cart ul li b {
	display: block;
	line-height: 1.1;
}
.step .cart ul li p {
	margin: .5em 0;
}
.step .cart ul li section {
	height: 30px;
	line-height: 30px;
	font-size: 0;
}
.step .cart ul li section a {
	float: right;
	font-size: 12px;
	color: #000;
}
.step .cart ul li section i, .step .cart ul li section em {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border: 1px solid #bbb;
	line-height: 26px;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	cursor: pointer;
}
.step .cart ul li section i:hover, .step .cart ul li section em:hover {
	background: #eee;
}
.step .cart ul li section i {
	border-radius: 3px 0 0 3px;
}
.step .cart ul li section em {
	border-radius: 0 3px 3px 0;
	margin: 0 0 0 -1px;
}
.step .cart ul li section i:after {
	content: '-';
}
.step .cart ul li section em:after {
	content: '+';
}
.step .cart ul li.total {
	height: 175px;
	border: 0;
	font-size: 14px;
}
.step .cart ul li.total p {
	margin: 0;
}
.step .cart ul li.total strong {
	display: inline-block;
	font-size: 20px;
	margin: 0 0 0 5px;
}


.blocks article {
	display: none;
}
.blocks article.a {
	display: block;
}


.step2 h1 {
	font-size: 24px;
	margin: 0 0 .5em;
}


.step3 h1, .step4 h1 {
	font-size: 36px;
	margin: 0 0 .2em;
}
.step3 h2, .step4 h2 {
	font-size: 24px;
	margin: 0;
}
.step3 ul+h2, .step4 ul+h2 {
	margin: 1em 0 0;
}
.step3 h3, .step4 h3 {
	font-size: 20px;
	margin: 0 0 .7em;
}


.step5, .step6 {
	font-size: 16px;
}
.step5 h1, .step6 h1 {
	margin: 0 0 .2em;
}
.step5 p, .step6 p {
	margin: 0 0 1em;
}
.step5 form.cart {
	background: none;
	border: none;
	max-width: 620px;
	box-shadow: none;
	border-radius: 0;
	margin: 20px 0 50px;
}
.step5 form.cart textarea {
	margin: 0 0 10px;
}


.workarea {
	max-height: 85vh;
	padding: 80px 20px 50px;
	background: #f7f7f7;
	text-align: center;
	overflow: auto;
	user-select: none;
	position: relative;
}
.workarea .buttons {
	height: 80px;
	padding: 20px;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	font-size: 0;
	z-index: 300;
	transition: all .1s;
}
.lk .workarea .buttons {
	display: none;
}
.workarea .buttons li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #0004;
	margin: 0 10px 0 0;
	cursor: pointer;
	position: relative;
}
.workarea .buttons li.rotate {
	background: url(../i/b-rotate.png) no-repeat 50% 50%, #fff;
}
.workarea .buttons li.del {
	background: url(../i/b-del.png) no-repeat 50% 50%, #fff;
}
.workarea .buttons li.up {
	background: url(../i/b-up.png) no-repeat 50% 50%, #fff;
}
.workarea .buttons li.down {
	background: url(../i/b-down.png) no-repeat 50% 50%, #fff;
}
.workarea .buttons li:hover {
	background-color: #eee;
}
.workarea .buttons li.disabled {
	background-color: #ccc;
	opacity: .2;
	cursor: no-drop;
}
.workarea .stand {
	display: inline-block;
	margin: 0 40px 0 0;
}
.workarea .stand.t {
	border-top: 5px solid #6e6e6e;
}
.workarea .stand.l {
	border-left: 5px solid #6e6e6e;
}
.workarea .stand.r {
	border-right: 5px solid #6e6e6e;
}
.workarea .stand.b {
	border-bottom: 5px solid #6e6e6e;
}
.workarea .stand .area {
	background: linear-gradient(to left, #ccc 0, #ccc 1px, transparent 1px, transparent 100px), linear-gradient(to top, #ccc 0, #ccc 1px, transparent 1px, transparent 100px), #fff;
	background-size: 100px 100px;
	position: relative;
}
.workarea .stand .area div {
	position: absolute;
	padding: 20px;
	border: 1px transparent;
	cursor: pointer;
}
.workarea .stand .area div img {
	display: block;
	pointer-events: none;
}
.workarea .stand .area div:hover {
	border-color: #0009;
	background: #0001;
}
.workarea .stand .area div.a {
	border: 1px solid #000;
}
.workarea .stand .area span.hint {
	position: absolute;
	width: 180px;
	margin: 0 0 0 -90px;
	/*transition: all .2s;
	opacity: 0;*/
	z-index: 600;
}
/*.workarea .stand .area span.hint.o {
	opacity: 1;
}*/
.workarea .stand .area span.hint i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px 10px;
	background: #ccc7;
	color: #000;
	font-size: 12px;
	font-style: normal;
}


ul.list {
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	padding: 20px;
	user-select: none;
	max-height: 80vh;
	overflow: auto;
}
.lk ul.list {
	margin: 20px -5px;
	font-size: 0;
}
ul.list li {
	padding: 0 0 20px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px;
	overflow: hidden;
}
.lk ul.list li {
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 10px);
	margin: 5px;
}
ul.list li div {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #eee;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
ul.list li div img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
ul.list li div:hover img {
	max-width: none;
	max-height: none;
}
ul.list li div.a {
	opacity: .2;
	cursor: no-drop;
}
ul.list li div.a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0002;
}
ul.list li aside {
	height: 80px;
	font-size: 14px;
	margin: 0 0 0 90px;
}
ul.list li aside strong {
	display: block;
}


.move-img {
	position: absolute;
	opacity: .5;
	pointer-events: none;
	z-index: 999;
}


.step5 table {
	margin: 0 0 20px;
}
.step5 table td, .step5 table th {
	padding: 5px 40px 5px 0;
}
.step5 table td {
}
.step5 table th {
	text-align: left;
}


.big-cart ul {
	padding: 20px;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
}
.big-cart ul li:first-child {
	padding-top: 0;
}
.big-cart ul li:last-child {
	padding-bottom: 0;
	border: 0;
}


.step6 textarea {
	max-width: 620px;
	margin: 0 0 10px;
}
.big-cart ul li.t {
	padding: 0;
	border: 0;
	text-align: center;
	margin: 0 0 -20px;
}





.fixed-menu .container {
	padding: 130px 0 0;
}
.fixed-menu .fixed header {
	box-shadow: 0 0 50px #0002;
}
.fixed-menu header:after {
	display: block!important;
	transition: none;
	top: 130px;
	height: 60px!important;
}
.fixed-menu header .h-1 .wrap {
	height: 54px;
}
.fixed-menu header .h-1 .wrap * {
	display: block;
}
.fixed-menu header .h-1 .wrap script {
	display: none;
}
.fixed-menu header .lang {
	display: flex!important;
}
.fixed-menu header .h-2 .wrap nav {
	height: 76px;
}
.fixed-menu header .logo {
	/*top: 8px;
	width: 120px;
	margin: 0 0 0 -60px;*/
	top: 10px;
	width: 200px!important;
	margin: 0 0 0 -100px!important;
}



.acor-container {
	margin: 20px 0;
}
.acor-container .acor-body {
	width: calc(100% - 40px);
	margin: 0 auto;
	height: 0;
	color: rgba(0, 0, 0, 0);
	background-color: #BFE2FF;
	line-height: 18px;
	padding: 0 30px;
	box-sizing: border-box;
	transition: color 0.5s, padding 0.5s;
	overflow: hidden;
	font-family: Verdana, sans-serif; 
	font-size: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
	margin: 0 0 10px;
}
.acor-container label {
	cursor: pointer;
	background-color: #337AB7;
	display: block;
	padding: 15px 20px;
	width: 100%;
	color: #BFE2FF;
	font-weight: 300;
	box-sizing: border-box;
	z-index: 100;
	font-family: Verdana, sans-serif;   
	font-size: 18px;
	margin: 0 0 5px;
	transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
	display: none;
}
.acor-container label:before {
	content: '\276F';
	float: right;
}
.acor-container input:checked + label {
	background-color: #285f8f;
    color: #FFF;
	box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
	height: auto;
	margin-top: -5px;
	color: #000;
	padding: 20px 30px 10px;
}