@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap&subset=cyrillic');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&display=swap');


/*
html, body{
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
*/
body {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  /*min-width: 1280px;*/
  font-family: 'PT Sans', sans-serif;
  background-color: #f8f4ed;
  min-height: 100vh;
  display: inline-block;
  flex-direction: column;
  flex: 1;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

a{
  color: #4b4843;
}

a:hover{
  color: #cecbc4;
}

.main-container{
	min-height: 70vh;
	flex: 2 1 auto;
	position: relative;
}

.main-content__navigation-block{
	padding-left: 0;
}

.main-content__content-block{
	padding: 0;
	margin: 0;
}

.main-content__content-block p{
	font-size: 16px;
	line-height: 25px;
	color: #565252;
}

.footer{
	min-height: 30vh;
	position: relative;
	flex: 1 1 auto;
}

.footer-logo-container{
	text-align: center;
}

.header{
	width: 100%;
	max-height: 250px;
	background-color: #ffffff65;
}

.header__top-content{
	/*padding: 35px 15px;*/
	margin: 0;
	
	height: 54px;
	background-color: #282828;
	z-index: 900000;
	/*justify-content: space-between;*/
}

.burger-btn{
	width: 35px;
	height: 100%;
}

.burger-menu-wrapper{
	margin: 0;
	padding: 0;
}

.burger-menu__logo-img{
	height: 35px;
    width: 75px;
    margin: 7px auto 0 auto;
    display: inline-block;
}

.burger-menu__home-btn{
	display: inline-block;
	margin: 0 auto;
}

.burger-menu__logo-headline{
	display: inline-block;
    color: #ffffff;
    font-size: 22px;
    width: 100px;

}

.burger-btn img{
	margin: 15px 0 0 0;
	width: 25px;
	height: auto;
}

.burger-menu__close img{
	width: 18px;
	height: 18px;
	margin: 15px 0 0 10px;
}

.header__dropdown-menu-container{
	/*padding: 25px 10px;*/
	height: 100%;
	background-color: #323232;
	position: relative;
}

.page-headline{
	display: inline-block;
	color: #757575;
	font-weight: 500;
	font-size: 14px;
	height: 100%;
	line-height: 57px;
	margin: 0 15px 0 0;
}

.header__search-form{
	display: inline-block;
	height: 100%;
	width: 700px;
	text-align: right;
	position: relative;
	margin: 0 25px 0 0;
}



.header__search-form:hover{
	background-color: #323232;
}

.header__search-input{
	display: inline-block;
	font-size: 14px;
	height: 100%;
	background-color: transparent;
	border: none;
	color: #ffffff;
	width: 100%;
	padding: 0 35px 0 545px;
	transition: 0.2s;
}

.header__search-input:focus{
	transition: 0.2s;
	width: 100%;
	font-size: 14px;
	padding: 0 35px 0 10px;
	background-color: #323232;
	outline: 0;
    outline: 0!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
}

.announcement-wrapper{
	margin-top: -145px;
	height: 750px;
	position: relative;
	cursor: pointer;
}

.categories-block{
	width: 95%;
	max-width: 1250px;
	position: relative;
	padding: 40px 25px 25px 25px;
	z-index: 65;
	background-color: #ffffff;
	min-height: 200px;
	margin: -70px auto 50px auto;
	border-radius: 5px;
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
}

.categories-block__nav-container{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 0 25px 0;
}

.categories-block__nav-container:last-child{
	margin: 0;
}

.categories-block__link{
	display: inline-block;
	text-align: center;
	width: 250px;
	height: 110px;
	position: relative;
}

.categories-block__link p{
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.news-carousel-wrapper{
	max-width: 1250px;
	margin: 20px auto;
}

.news-carousel-item{
	position: relative;
	overflow: visible;
}



.news__big-album-container{
	height: 120px;
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	max-height: 160px;
}

.big-album__one-img-container{
	display: inline-block;
	width: 56%;
	padding: 3px;
	/*margin-bottom: 10px;*/
}

.big-album__one-img-container img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.big-album__two-img-container{
	margin: 0 0 0 auto;
	width: 36%;
	padding: 3px;
	max-height: 160px;
	display: flex;
	justify-content: space-between;
}

.big-album__two-img-container div{
	height: 45%;
	margin: auto;
	padding: 0;

}

.big-album__two-img-container div:first-child{
	margin-top: 0;
	margin-right: 0;
}
.big-album__two-img-container div:last-child{
	margin-bottom: 0;
	margin-right: 0;
}

.big-album__two-img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.big-album__one-img{
	object-fit: cover;
}

.counts-inside{
	height: 56px;
	width: 56px;
	background-color: #62d239;
	border-radius: 50%;
	position: absolute;
	top:  35px;
	right: -28px;
	z-index: 999;
	text-align: center;
}

.counts-inside span{
	font-size: 32px;
	line-height: 56px;
	color: #fff;
	font-weight: 700;
}

.news-carousel-date{
	color: #606060;
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
	max-width: 50%;
}

.owl-carousel .owl-stage-outer{
	min-height: 300px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 30px;
}


.news-carousel-descr{
	/*
	max-height: 150px;
	overflow-x: auto;*/
	margin-top: 5px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #000;
}

.arrow-news{
	display: inline-block;
	max-width: 50%;
	float: right;
	transform: rotate(180deg);
	margin: 10px 0 0 0;
}
/*
.owl-item:last-child .news-carousel-item .arrow-news{
	display: none;
}
*/
.owl-item:first-child .news-carousel-item .arrow-news{
	display: none;
}

.owl-item:last-child .news-carousel-item .counts-inside{
	position: absolute;
	left: -28px;
	height: 56px;
    width: 56px;
    background-color: #62d239;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    z-index: 999;
    text-align: center;
}

.owl-item:last-child .news-carousel-item .news-carousel-date{
	font-weight: 700;
}

.announcement-inner{
	height: 100%;
	width: 100%;
}

.announcement-inner__item{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.announcement-inner__item:hover{
	cursor: pointer;
}

.announcement-inner__item__info-panel {
   	
   	top: 70px;
  }

.announcement-register-btn-wrapper {
 top: 150px;
}

.announcement-inner__item__info-panel{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 200px 20% 0 20%;
}

.announcement-inner__item__info-panel img{
	max-height: 100px;
	margin: 95px 0 0 -15px;
}

.announcement-inner__item__info-panel h2{
	color: #ffffff;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 62px;
	z-index: 60;
}

.announcement-date{
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
}

.announcement-register-btn-wrapper{
	text-align: center;
	position: absolute;
	top: 250px;
	right: 100px;
}

.announcement-register-btn{
	display: inline-block;
	color: #000000;
	font-size: 22px;
	line-height: 28px;
	background-color: #7BBB58;
	padding: 30px 65px;
	border-radius: 5px;
}

.announcement-register-btn:hover{
	text-decoration: none;
}

.announcement__button-descr{
	margin: 35px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

.announcement-img{
	
	height: 100%;
	width: 100%;
	object-fit: cover;
	
	/* 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	object-fit: cover;
	*/
}

.search-btn{
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.search-btn:hover{
	cursor: pointer;
}

.search-btn-img{
	max-height: 22px;
	max-width: 22px;
	height: auto;
}

.header__user-tool-container{
	/*padding: 25px 10px;*/
	overflow: hidden;
	height: 100%;
	position: absolute;
	right: 0;
}

.header__user-tool-container .burger-menu__logo-img{
	margin: 0;
}

.header__dropdown-btn, .autorize-btn{
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	transition: 0.2s;
	padding: 15px 10px;
	display: inline-block;
	cursor: pointer;
}

.autorize-btn span{
	display: inline-block;
	margin: 0 0 0 5px;
}

.header__dropdown-menu{
	position: absolute;
	z-index: 99999;
	background-color: #323232;
	margin: -2px 0 0 0;
	width: 100%;
}

.header__dropdown-menu ul{
	margin: 0;
	padding: 0;
}

.header__dropdown-menu ul li{
	margin: 0;
	padding: 15px 10px;
	position: relative;
	list-style: none;
	border-bottom: 1px solid #ffffff55;
}

.header__dropdown-menu ul li:last-child{
	border-bottom: 1px solid transparent;
}

.header__dropdown-menu ul li a{
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.header__dropdown-menu ul li a.current-page{
	color: #ffffff65;
	font-weight: 700;
	padding-left: 5px;
	font-weight: 700;
}

.header__dropdown-menu ul li a:hover{
	text-decoration: none;
	color: #ffffff85;
}

.header__dropdown-btn:hover, .autorize-btn:hover{
	transition: 0.2s;
	text-decoration: none;
	color: #ffffff80;
}

.user-img{
	max-height: 22px;
	vertical-align: sub;
	margin: 0 0 0 5px
}

.polygon-img{
	vertical-align: middle;
	margin: 0 0 3px 5px;
}

.header__navigation-container{
	width: 100%;
	margin: 0;
	background: #ffffff;
	z-index: 55;
	height: 60px;
}

.header-navigation-block{
	text-align: center;
	/*padding: 25px 0;*/
}

.logo-container{
	height: 100%;
	position: relative;
	/*padding: 25px 0;*/
}


.logo-container img{
	max-height: 100%
}

.logo-container a{
	background-color: #ffffff00!important;
}

.herb-container{
	/*padding: 5px 0;*/
	text-align: right;
	max-height: 100%;
}

.herb-container img{
	margin-top: 5px;
	max-height: 80%;
}

.header__navigation-link{
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	padding: 15px 0;
	margin: 0 10px 0 10px;
	font-weight: bold;
}

.header__navigation-link:last-child{
	margin: 0 0 0 10px;
}

.header__navigation-link:hover{
	text-decoration: none;
}

.header__navigation-container__index-page{
	background: rgba(255, 255, 255, 0.55);
	height: 60px;
}

.header__navigation-container__index-page a{
	color: #ffffff;
}

.header__navigation-container__index-page .logo-container a{
	background-color: #ffffff00!important;
}

.all-content-wrapper{
	/*width: 1150px;*/
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.content-block{
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px 60px 0px;
}

.content-block__news-page{
	max-width: 1250px;
}

.breadcrumb-container{
	width: 100%;
	padding: 10px 0;
	border-bottom: 2px solid #ede8e2;
}


.breadcrumb-container__inner{
	max-width: 1250px;
	margin: 0 auto;
	padding: 0;
}

.breadcrumb-container__news-inner{
	max-width:1000px;
}

.breadcrumb__list{
	list-style: none;
	display: inline-block;
	/*margin: 0 0 0 -5px;*/
	margin: 0;
	padding: 0;
}

.breadcrumb__item{
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	position: relative;
}

.breadcrumb__item:after{
	content: '';
    background-image: url(../img/breadcrumb-arrow.png);
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: cover;
    right: -15px;
    top: 8px;
    opacity: 0.35;
}

.breadcrumb__item:last-child:after{
	content: none;
}

.breadcrumb__link{
	font-size: 16px;
}

.breadcrumb__link:hover{
	text-decoration: none;
}

.main-content__navigation-list{
	margin: 30px 0 0 0;
	padding: 0;
}

.main-content__navigation-item{
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #ede8e2;
}

.main-content__navigation-link{
	color: #726d67;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	
}

.main-content__navigation-link:hover{
	text-decoration: none;
}

.main-content__navigation-link.current{
	padding: 10px 0 10px 15px;
	color: #000000;
	font-weight: 700;
	position: relative;
}

/*
.current:before{
	content:'❚';
	color: #56ad2a;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
} */

.main-content__navigation-item.current{
	padding: 10px 0 10px 15px;
	color: #000000;
	font-weight: 700;
	position: relative;
	border-left: 5px solid #56ad2a;
}

.main-headline{
	display: block;
	width: 100%;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 30px;
	line-height: 45px;
	font-weight: normal;
	margin: 20px 0 40px 0px;
	text-align: left;
}

.main-headline__news-page{
	margin: 20px 0 40px 0;
}

.page-tags-container{
	width: 100%;
	padding: 20px 0;	
}

.page-tags-link{
	display: inline-block;
	padding: 10px;
	margin: 0 10px 0 0;
	font-size:16px;
	line-height: 22px;
	color: #000000;
	border: 1px solid #bebebe;
	border-radius: 4px;
	transition: 0.3s;
}

.page-tags-link.active-tag{
	background-color: #4cb126;
	color: #ffffff;
}

.page-tags-link:hover{
	text-decoration: none;
	transition: 0.3s;
	color: #ffffff;
	background-color: #4cb12675;
}

.shops-catalog-wrapper{
	width: 100%;
	margin: 0;
}

.shops-catalog-wrapper .shops-catalog-wrapper{
	margin: 0;
	padding: 0;
}

.shop-catalog__item{
	position: relative;
	padding: 10px;
	border-radius: 4px;
}

.shop-catalog__inner-block{
	position: relative;
	height: 160px;
	border-radius: 4px;
	background-color: #ffffff;
	transition: 0.3s;
}

.shop-catalog__inner-block:hover{
	transition: 0.3s;
	-webkit-box-shadow: inset 0px 0px 15px 5px rgba(40,40,40,0.70);
	-moz-box-shadow: inset 0px 0px 15px 5px rgba(40,40,40,0.70);
	box-shadow: inset 0px 0px 15px 5px rgba(40,40,40,0.70);
}

.shop-name{

	position: absolute;
	bottom: 20px;
	left: 10px;
	right: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.prod-quantity{
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.shop-logo{
	max-width: 90%;
	max-height: 90%;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    bottom: 0;
    margin: 0 auto;
}

.show-more-btn{
	padding: 15px 200px;
	margin: 30px auto;
	background-color: #f0e9dd;
	transition: 0.3s;
	border-radius: 5px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #000000;
}

.show-more-btn:hover{
	transition: 0.3s;
	text-decoration: none;
	color:#ffffff;
	background-color: #dcc296;
}

.exhibit-catalog-wrapper{
	padding: 0;
	background-color: #ffffff;
}

.exhibit-catalog-wrapper__inner{
	display: block;
	max-width: 1250px;
	margin: 30px auto;
	/*padding: 30px 15px;*/
}

.second-headline{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 32px;
	line-height: 46px;
	/*padding: 0 25px;*/
	color: #000000;
	font-weight: 400;
	margin: 40px 0;
}

.index__news-headline{
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	color: #000000;
	font-weight: 400;
	margin: 40px 0;
}

.news-carousel-item{
	height: 225px;
}

.events-wrapper{
	margin: 0;
	text-align: center;
	background-color: #ffffff;
}


.events-wrapper__inner-page{
	margin: 80px 0 0 0;
	max-width: 850px;
}

.events-wrapper .second-headline{
	/*margin-left: -18px;*/
	text-align: center;
}

.index-promo-block{
	background-color: #F8F4ED;
	background: url('../img/index-promo-block.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50% 100%;
}

.index-promo-block__img{
	/*height: 100%;*/
	/*background: url('../img/index-promo-block.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	*/
}

.index-promo-block__inner{
	max-width: 1250px;
	margin: 0 auto;
}

.index-promo-block__text{
	padding: 0 25px 25px 0;

	background-color: #F8F4ED;
	/*padding: 50px 70px 0 250px;*/
}

.index-promo-block__text .second-headline{
	font-size: 40px;
	line-height: 50px;
	color: #000000;
	font-weight: 300;
	font-family: 'IBM Plex Sans';
}

.index-promo-block__text p{
	font-size: 16px;
	line-height: 24px;
	font-family: 'PT Sans';
	color: #565252;
}

.index-promo-block__img{
	position: relative;
}

.index__promo-img{
	    /* position: absolute; */
   /* top: 0;*/
    /* bottom: 0; */
    height: 100%;
    /*left: 0;*/
    /* display: none; */
    /* right: 0; */
    width: 100%;
    object-fit: cover;
}


.parnters-supports-block{
	border-top: 1px solid #eeeeee;
	padding: 50px 15px 80px 15px;
	background-color: #ffffff;
}

.parnters-supports-block h3{
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin: 15px 0;
	font-size: 20px;
	line-height: 30px;
}

.partners-support-container{
	margin: 0 auto;
	max-width: 1250px;
}

.partners-block{
	text-align: right;
	justify-content: flex-end;
}

.support-block a, .partners-block a{
	display: inline-block;
	/*margin: 0 35px 15px 0;*/
}

.support-block a:first-of-type{
	padding-left: 0;
}

.partners-block a:last-child{
	padding-right: 0;
}

.support-img{
	vertical-align: middle;
}

.support-block img{
	max-height: 42px;
}


.events__shortname{
	font-size: 20px;
	line-height: 24px;
	color: #1C6031;
	font-weight: 500;
}

.events__date{
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 400;
}

.events__inner-container{
	width: 850px;
	margin: 25px auto 50px auto;
	text-align: center;
}

.events__inner-container nav .nav-tabs .nav-item{
	padding: 22px 40px;
	border-radius: 4px;
	border: none;
	background-color: transparent;
	/*margin: 0 25px 0 0;*/
	width: 33.3%;
}

.events__inner-container nav .nav-tabs .nav-item.active{
 background-color: #E5E5E5;
}

.nav-tabs{
	border-bottom: none;
}

.nav{
	text-align: center;
	justify-content: center;
}

.timetable-list{
	margin: 30px 0 0 0;
	padding: 0;
}

.timetable-item{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.timetable__time{
	color: #979996;
	font-size: 18px;
	line-height: 24px;
}

.timetable__file-type-container{
	min-height: 32px;
	min-width: 32px;
}


.tab-content-wrapper{
	width: 100%;
	text-align: left;
}

.timetable__file-type-container{
}

.timetable__description{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: left;
}

.exhibit-item{
	padding: 0;
}

.exhibit-item__inner-block{
	transition: 0.3s;
	position: relative;
	background-color: #fff;
}

.exhibit-item__name{
	margin: 10px 0 10px 0;
}

.exhibit-item__img{
	height: 255px;
	width: 100%;
	object-fit: cover;
}

.exhibit-item__desc{
	font-size: 15px;
	line-height: 22px;
	color: #555555;
	font-weight: 400;
	max-height: 72px;
	overflow-y: auto;
	overflow-x: inherit;
}

.exhibit-block-wrapper{
	/*padding: 0 25px;*/
	margin: 0 -15px;
}


.exhibit-block-wrapper .col-12{
	padding: 0;
}

.exhibit-block-wrapper .exhibit-item{
	padding: 0 10px;
}

.exhibit-block-wrapper .exhibit-item:first-of-type{
	padding-left: 0;
}

.exhibit-block-wrapper .exhibit-item:last-child{
	padding-right: 0;
}

.exhibit-item__inner-block:hover{
	transition: 0.3s;
	-webkit-box-shadow:  0px 0px 15px 5px rgba(240,233,221,0.75);
	-moz-box-shadow:  0px 0px 15px 5px rgba(240,233,221,0.75);
	box-shadow:  0px 0px 15px 5px rgba(240,233,221,0.75);
}

.exhibit-item__inner-block{
	padding: 15px;
}

.exhibit-link{
	transition: 0.3s;
	text-align: center;
	opacity: 0;
	display: block;
	width: 100%;
	padding: 15px 0;
	border: 1px solid rgba(240,233,221,0.75);
	margin: 0;
}

.exhibit-item:hover .exhibit-link{
	transition: 0.3s;
	opacity: 1;
	text-decoration: none;
	padding: 15px 0;
	margin: 0;
	color: #000000;
	background-color: rgb(240, 233, 221);
}

.exhibit-link:hover{
	transition: 0.3s;
	background-color: #bebebe!important;
}

.pagination-container{
	margin: 30px 0;
	padding: 0 15px;
}

.page-item{
	margin: 0 15px 0 0;
}

/*
.pagination-list{
	display: inline-block;
}
*/

.pagination{
	display: inline-block;
}

.page-item{
	display: inline-block;
}

.page-link{
	color: #4b4843;
}

.page-link:hover{
  color: #cecbc4;
}

.to-last-page-btn{
	float: right;
	display: inline-block;
	padding: 2px 15px;
	border: 1px solid #bebebe;
	border-radius: 4px;
}

.pagination-img{
	transition: 0.3s;
	max-height: 20px;
}


.footer{
	min-height: 150px;
	z-index: 55;
	background-color: #2f302e;
}

.footer-navigation-block{
	max-width: 1250px;
	margin: 0 auto;
}

.footer-navigation-container{
	padding: 0;
	margin: 0;
	text-align: left;
}

.socnets-container{
	padding:  0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.socnets-link{
	margin: 0 20px 0 0;
	padding: 15px 0;
	opacity: 0.8;
	transition: 0.2s;
}

.socnets-link img{
	vertical-align: bottom;
}

.socnets-link:hover{
	transition: 0.2s;
	opacity: 1;
}

.socnets-link:last-child{
	margin: 0;
}

.footer__navigation-item{
	display: inline-block;
	float: left;
	margin: 0 25px 0 0;
	padding: 15px 0;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	transition: 0.3s;
}

.footer__navigation-item:hover{
	text-decoration: none;
	transition: 0.3s;
	color: #f0e9dd;
}



.footer__contact-information{
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px 0;
}


.footer__contancts-contaner{
	padding: 0;
}

.footer-paragraph{
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 5px 0;
	padding: 0;
}

.footer-paragraph a{
	color:  rgba(255, 255, 255, 0.8);
}

.footer-copyright{
	color: #ffffff;
	padding: 0 15px;
	margin: 35px 0 0 0;
}

.logo-footer-container{
	padding: 0;
}

.logo-footer-box{
	position: relative;
	text-align: right;
	/*height: 100%;
	width: 100%;*/
	margin: 0;
}


.logo-footer-box h2{
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
}

.logo-footer-img{
	/*position: absolute;
	right: 0;
	top: 15px;
	*/
}

.developers{
	margin: 85px 0 0 0;
	color: #ffffff80;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
}

.dev-link{
	color: #ffffff;
	font-size: inherit;
	font-weight: 700;
}


.dev-link:hover{
	text-decoration: none;
	color: #ffffff;
}

.dev-link img{
	max-height: 15px;
}

.information-cart-wrapper{
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 25px;
}

.information-cart__info-container table{
	border: none;
	width: 100%!important;
	margin: 0 0 15px 0;
    table-layout: fixed!important;
}

.information-cart__info-container table tbody tr td{
	padding: 10px;
}


.information-cart__info-container table p{
	margin: 0;
	padding: 0;
	color:#c7bdb0;
	font-size: 18px;
	line-height: 26px;
	word-break: break-word;
}

.information-cart__info-container table span{
	margin: 0 0 10px 0;
	padding: 0;
	color:#000000;
	font-size: 18px;
	line-height: 26px;
	word-break: break-word;
}

.information-cart__info-container table a{
	text-decoration: underline;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	word-break: break-word;
}

.product-inner-page-descr{
	margin: 30px 0 20px 0;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 500;
}

.galery-img-container{
	height: 170px;
}

.galery-img-container__company-page{
	height: 100px;
}

.galery-img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.footer-border-block{
	border-bottom: 1px solid #5C5F5A;

	padding: 0;
}

.slick-list{
	height: 100%;
}


/*
.slick-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

*/

.slick-prev{
	left: 25px;
	z-index: 9000;
}

.slick-next{
	right: 55px;
	z-index: 90000;
}

.slick-prev:before, .slick-next:before{
	font-size: 60px;
}

.slick-initialized .slick-slide{
	cursor: initial;
}
/*
.exhibit-galery-wrapper .slick-slider .slick-track, .slick-slider .slick-list{

	max-height: 170px;
}
*/

.exhibit-wrapper{
	margin: 0;
}

.table-catalog{
	table-layout: fixed;
	width: 100%;
	min-height: 200px;
	margin: 0 0 40px 0;
	border: none;
}

.table-catalog thead tr{
	border-top: 1px solid #bebebe;
	background-color: #e9ecef;
	font-weight: bold;
	text-align: center;
}

.table-catalog thead tr td{
	border-right: 1px solid #bebebe;
	padding: 15px 5px;
}

.table-catalog thead tr td:last-child{
	border-right: none;
}


.table-catalog tbody tr{
	border-top:1px solid #bebebe;
	text-align: center;
}

.table-catalog tbody tr td{
	min-height: 50px;
	border-right: 1px solid #bebebe;
	padding: 10px 5px;
}

.table-catalog tbody tr td:first-of-type{
	font-weight: 700;
	color:#000000;
	background-color:#e9ecef;
}

.table-catalog tbody tr td:last-child{
	border-right: none;
}


.exhibit-wrapper .exhibit-galery-wrapper .galery-wrapper.slick-slider .slick-list{
	max-height: 170px;
}


.exhibit-galery-wrapper{

}

/*
.slider-for{
	margin: 0 0 15px 0;
}
*/
.exhibit-descr-wrapper{
	margin: 0;
}

.exhibit-descr__text-container span{
	color: #959595;
	font-size: 13px;
	line-height: 18px;
}

.exhibit-descr__text-container p{
	color: #000000;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

.rating{
	cursor: pointer;
}

.share-link{
	display: inline-block;
	margin: 0 5px 0 0;
}

.share-descr{
	font-size: 15px;
	line-height: 22px;
	color: #959595;
}

.exhibit__main-text{
	margin: 30px 0 40px 0;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.exhibit-wrapper .slick-prev:before, .exhibit-wrapper .slick-next:before{
	font-size: 30px;
	color:#000;
	font-weight: 700;
}

.exhibit-wrapper .slick-prev{
	left: 15px;
	z-index: 9000;
}

.exhibit-wrapper .slick-next{
	right: 15px;
	z-index: 90;
}

.video-wrapper{
	/*display: inline-flex;
	justify-content: space-between;*/
}

.products-video-headline{
	display: block;
	margin-left: -15px;
	width: 100%;
}

.exhibit__video-container{
	transform: rotate(0deg);
    margin: 20px auto;
    display: inline-block;
    /* background-color: #eaecab; */
    padding: 20px 5px;
    border: 2px solid #ced4da;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    max-width: 30%;
}

.exhibit__video-container:hover{
	transition: 0.3s;
    box-shadow: inset 0 0 0 5px #ced4da;
}

.video-wrapper__company-page{
	margin: 0;
}

.video-wrapper div:first-of-type{
	margin-left: 0;
}

.exhibit__video-container:last-child{
	margin-right: 0;
}

.video__link{
}

.video__link:hover{
	cursor: pointer;
}

.slider-nav .slider-item{
	padding: 2px;
}

.slider-nav{
	max-height: 100px;
}



.exhibit-wrapper .exhibit-galery-wrapper .galery-wrapper.slick-slider.slider-nav .slick-list{
	max-height: 100px;
}

.burger-menu{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 200px;
	background-color: #000000;
	z-index: 999999999999999999999999999999999;
}

#toTop {
    display: none;
    transition: .3s;
    z-index: 100;
    border-radius: 2px;
    opacity: .7;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    position: fixed;
    float: right;
    bottom: 65px;
    right: 20px;
    cursor: pointer;
    color: #0b6546;
    font-family: 'pt Sans';
    font-size: 15px;
}


@media(max-width: 1280px){


	.header__search-form{
		width: 550px;
	}

	.header__search-input{
		padding: 0 35px 0 1%;
	}

	.index-promo-block__text{
		padding: 25px;
	}

	.index-promo-block{
		background-size: auto 100%;
	}

	.header__navigation-link{
		margin: 0 5px;
	}
}


@media(max-width: 1250px){
	.news-carousel-wrapper{
		padding: 0 15px;
	}

	.footer-navigation-block{
		padding: 15px 15px;
	}

	.footer__contact-information{
		padding: 20px 15px;
	}
}


@media(max-width: 1180px){

	.header__search-form{
		width: 380px;
	}


	.header__navigation-link{
		margin: 0 5px;
	}

	/*.header__navigation-container{
		height: 100%;
	}*/
}


.navigation-block__smallscreen{
	position: relative;
}


.navigation-block__sm-btn{
	padding: 20px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    position: relative;
}

.navigation-block__sm-btn:after{
	content: '';
	position: absolute;
	right: -15px;
	top: 32px;
	background: url(../img/polygon.png);
    background-repeat: repeat;
	display: block;
	min-height: 10px;
	min-width: 10px;
	background-repeat: no-repeat;
}

.site-navigation-list__sm{
	position: absolute;
	margin: 0;
	bottom: -300px;
	left: 0;
	right: 0;
	padding: 0 15px 0 15px;
	background-color: #282828;
	z-index: 999999999;
}

.site-nav-item__sm{
	position: relative;
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 20px 0;
}

.site-nav-item__sm a{
	display: block;
	/*padding: 0px 0 20px 0;*/
	color: #fff!important;
	font-size: 16px;
	line-height: 22px;
	transition: 0.15s;
}

.site-nav-item__sm a:hover{
	display: block;
	/*padding: 0px 0 20px 0;*/
	color: #fff!important;
	font-size: 16px;
	line-height: 22px;
	transition: 0.15s;
}

.searh-block__sm{
	height: 50px;
	padding: 0;
	margin: 20px 0;
}
.announcement-register-btn{
	display: inline-block;
	color: #000000;
	font-size: 22px;
	line-height: 28px;
	background-color: #7BBB58;
	padding: 30px 65px;
	border-radius: 5px;
}

.announcement-register-btn:hover{
	text-decoration: none;
}



@media(max-width: 991px){

	.announcement-register-btn{
		color: #000000;
	    font-size: 16px;
	    line-height: 22px;
	    background-color: #7BBB58;
	    padding: 15px 25px;
	    border-radius: 5px;
	}

	.index-promo-block__text{
		padding: 20px 30px;
		margin: 0;
	}
	/*
	.main-container{
		min-height: 150vh;
	}
	*/

/*
	.header__navigation-container__index-page{
		height: inherit;
	}
*/

	.footer-navigation-container{
		margin: 0;
	}

	.logo-footer-img__sm{
		position: absolute;
		bottom: 15px;
		left: 10px;
	}

	.footer-nav__sm{
		padding: 0;
		text-align: center;
	}

	.logo-container img{
		margin: 15px 0 0 0;
	}

	.herb-container img{
		margin: 10px 0 0 0;
	}

	.announcement-register-btn-wrapper{
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0px;
	left: 0;
}

.announcement-inner__item__info-panel{
	padding: 140px 20% 0 20%;
	text-align: center;
}

.announcement-register-btn{
	color: #000000;
	font-size: 22px;
	line-height: 28px;
	background-color: #7BBB58;
	padding: 20px 45px;
	border-radius: 5px;
}

.announcement-register-btn:hover{
	text-decoration: none;
}

.announcement__button-descr{
	margin: 35px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

.announcement-inner__item__info-panel h2{
	font-family: 'IBM Plex Sans', sans-serif;
	color: #ffffff;
	font-size: 32px;
	line-height: 36px;
	z-index: 60;
}

.announcement-inner__item__info-panel div:last-child{
	margin-top: -30px;
}

.announcement-date{
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
}

.carousel-logo{
	max-height: 50px;
	width: 100%;
	object-fit: contain;
}

.header__search-form{

}

.header__search-input{
	color: #4b628f;
	padding: 0 35px 0 0;
	border-radius: 4px;
}

.header__search-form:hover, .header__search-input:focus{
	background-color: #d5d5d5;
}

.header__top-content{
	/*justify-content: space-between;*/
}

.exhibit-catalog-wrapper{
	margin: 0;
	padding: 0;
}

.exhibit-block-wrapper{
	margin: 0;
	padding: 0;
}

.footer__navigation-item{
	padding: 0;
}

	.socnets-container{
		justify-content: inherit;
	}


}


@media(max-width: 1310px){
	.header__search-form{
	}

}

.page-404-wrapper{
	width: 85%;
text-align: center;
position: relative;
margin: 0 auto;
font-size: 570px;
line-height: 550px;
color: #ffffff;
z-index: 40;
text-shadow: 7px 4px 5px rgba(150, 150, 150, 1);
height: 550px;
}

.page-404__user-block{
	padding: 70px 0 0 0;
	z-index: 45;
	text-align: center;
	background-color: #00000010;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
}

.page-404__user-block form, .search-page__form-container form{
	width: 100%;
	height: 55px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
}

.page-404__user-block form input, .search-page__form-container form input{
	font-size: 16px;
	line-height: 22px;
	background-color: #00000035;
	width: 100%;
	height: 55px;
	/*padding: 0 35px 0 90%;*/
	padding: 0 35px 0 1%;
	transition: 0.2s;
	color: #ffffff;
	border: none;
	outline: 0;
    outline: 0!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
}


.page-404__user-block form input:focus, .search-page__form-container form input:focus{
	transition: 0.2s;
	padding: 0 35px 0 1%;
	background-color: #ced4da;
}

.page-404__descr{
	position: relative;	
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 25px 0;
	color: #4b4843;
	text-shadow: 3px 1px 1px rgba(211, 211, 211, 1);
}

.page-404__descr span{
	color: red;
}

.page-404__user-block p:last-child{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}

.page-404__return-btn{
	display: inline-block;
	color: #ffffff;
	font-size: 26px;
	line-height: 32px;
	padding: 25px 45px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 20%;
	right: 20%;
	background-color: #282828;
	text-shadow: none;
	border-radius: 4px;
}

.page-404__return-btn:hover{
	text-decoration: none;
}


.results-container__left-col{
	width: 100%;
	background-color: transparent;
	padding-left: 0;
}

.search-page__form-container {
    margin: 10px auto;
    text-align: left;
}

.results-form {
    position: relative;
}

.search-input {
    width: 80%;
    padding: 2px 5px;
    font-size: 16px;
    height: 40px;
    margin: 0 0 15px 0;
    line-height: 40px;
}

.search-input-btn {
    transition: .2s;
    background-color: #077940;
    color: #fff;
    margin: 0 0 0 15px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.search-input-btn {
    position: absolute;
    right: 0;
    border: none;
    padding: 0 35px;
}

.search-page__results-list {
    text-align: left;
    padding: 25px 15px;
    position: relative;
    transform: rotate(0);
    border-bottom: 1px solid #d4d4d4;
    transition: .2s;
    background-color: #eee;
}

.search-page__results-list__link {
    color: #4b4843;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    text-decoration: underline;
}

.search-page__results-list:hover{
	background-color: #dee2e6;
}

.news-wrapper{
	width: 100%;
	margin: 50px -15px 0 -15px;
}

.news-item-wrapper{
	padding: 0;
	/*margin: 0 15px;*/
	margin: 0 0 25px 0;
	transition: 0.2s;
	border-radius: 5px;
	border: 1px solid transparent;
}

.news-detail{
	max-width: 1250px;
	margin: 40px auto 50px auto;
}

/*.news-item-wrapper:hover{
	transition: 0.2s;
	border: 1px solid #bebebe;
}
*/
.news-item__one-img-container{
	width: 100%;
	margin: 0 0 15px 0;
	/*padding: 0 15px;*/
	position: relative;
	min-height: 200px;
}

.news-item__one-img-container img{
	width: 100%;
	height: 100%;
	max-height: 200px;
	object-fit: cover;
}

.news-item__inner-block{
	padding: 0px 25px;
	/*max-height: 310px;*/
	width: 100%;
}

.news-item__descr{
	color: #2E2E2E;
	font-size: 16px;
	line-height: 22px;
}

.news-item__no-img-cont{
	min-height: 2px;
	margin-bottom: 5px;
	width: 100%;
	border-top: 1px solid #4CB126;
}

.news-item__date{
	color: #606060;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.news-item__album-img{
	width: 100%;
	height: 90%;
}

.news-item__album-container{
	position: relative;
	min-height: 200px;
	margin: 0 0 10px 0;
	width: 100%;
}


.news-item__album-container__numbers{
	position: absolute;
	top: -18px;
	right: -12px;
	height: 42px;
	width: 42px;
	background-color: #62D239;
	font-size: 20px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 50%;
	z-index: 80;
	text-align: center;
}

.news-item__album-container .col-6{
	padding: 2px;
	display: flex;
	justify-content: space-between;
}


.news-item__album-img img{
	height: 100%;
	max-height: 86px;
	width: 100%;
	object-fit: cover;
}


	.counts-inside{
		height: 56px;
	    width: 56px;
	    background-color: #62d239;
	    border-radius: 50%;
	    position: absolute;
	    top: 35px;
	    right: -25px;
	    z-index: 999;
	    text-align: center;
	}

	.owl-item:last-child .news-carousel-item .counts-inside{
		position: absolute;
	    left: -15px;
	    height: 56px;
	    width: 56px;
	    background-color: #62d239;
	    border-radius: 50%;
	    top: 35px;
	    z-index: 999;
	    text-align: center;
	}


	.support-block a, .partners-block a{
		margin: 0 0 15px 0;
	}
/*
	.partners-block{
		justify-content: flex-start;
		text-align: left;
	}
*/
	.site-navigation-list__sm{
		position: absolute;
	    margin: 0;
	    bottom: -350px;
	    left: 0;
	    right: 0;
	    padding: 0 15px 0 15px;
	    background-color: #282828;
	    z-index: 999999999;
	}

}

@media(max-width: 540px){
	.categories-block__link p{
		font-size: 14px;
	    line-height: 18px;
	    color: #000000;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
}


@media(max-width: 410px){
	.page-404-wrapper{
		font-size: 40vw;
		line-height: 200px;
	}
}


.main-content__no-style-text-page h1{
	display: block;
	width: 100%;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 46px;
	line-height: 60px;
	font-weight: normal;
	margin: 20px 0 40px -10px;
}


/*классы для страниц с элементами без классов, 
добавить общему блоку-контейнеру класс --
.main-content__no-style-text-page
*/

.main-content__no-style-text-page {
  font-size: 18px;
  line-height: 32px;
  color: #3B4256;
  padding:0;
}

.main-content__no-style-text-page text {
  font-size: 18px;
  line-height: 32px;
  color: #3B4256;
}

.main-content__no-style-text-page a{
  color: #3b4256;
  font-size: 18px;
  line-height: 32px;
  text-decoration: underline;
}
.main-content__no-style-text-page a:hover{
  color: #3b4256;
  font-size: 18px;
  line-height: 32px;
  text-decoration: underline;
}

.main-content__no-style-text-page h1{
  color:#3b4256;
  /* font-weight: 700; */
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 46px;
  margin-left: 0px;
}

.unusual-headline-h1{
  color:#3b4256;
  /* font-weight: 700; */
  display: block;
  font-size: 30px;
  line-height: 46px;
  margin-left: 0px;
}

/*
h1{
  color:#3b4256;
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 46px;
  margin-left: 0px;
}
*/
.main-content__no-style-text-page h2 {
  margin: 30px 0px 30px 0px;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #3b4256;
}
/*
h2{
  margin: 60px 0px 40px 0px;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: #3b4256;
}
*/
.main-content__no-style-text-page h3 {
  margin: 30px 0px 30px 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #3b4256;
  padding: 0 0 2px 5px;
  border-left: 10px solid #3b4256;
  /* border-bottom: 2px solid #3b4256; */
}

.main-content__no-style-text-page h4 {
  margin: 30px 0px 30px 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #3b4256;
  padding: 0 0 2px 5px;
  border-left: 10px solid #3b4256;
  border-bottom: 2px solid #3b4256;
}

.main-content__no-style-text-page h5 {
  margin: 30px 0px 30px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #3b4256;
  padding: 0 0 2px 5px;
  border-left: 10px solid #3b4256;
  border-bottom: 2px solid #3b4256;
}

.main-content__no-style-text-page h6 {
  margin: 30px 0px 30px 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #3b4256;
  padding: 0 0 2px 5px;
  border-left: 10px solid #3b4256;
  border-bottom: 2px solid #3b4256;
}

.main-content__no-style-text-page h1 > a{
  font-size: 30px;
  line-height: 46px;
}

.main-content__no-style-text-page h2 > a{
  font-size: 27px!important;
  line-height: 40px!important;
}

.main-content__no-style-text-page h3 > a{
  font-size: 24px!important;
  line-height: 40px!important;
  
}

.main-content__no-style-text-page h4 > a{
  font-size: 18px!important;
  line-height: 26px!important;
}

.main-content__no-style-text-page h5 > a {
  font-size: 16px!important;
  line-height: 24px!important;
}

.main-content__no-style-text-page h6 > a{
  font-size: 14px!important;
  line-height: 22px!important;
}

.main-content__no-style-text-page ol {
  margin: 0;
  padding-left: 0;
  counter-reset: myCounter;
}

.main-content__no-style-text-page ol li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 18px;
  line-height: 26px;
  color: #3B4256;
}

.main-content__no-style-text-page ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  font-weight: 700;
  color: #3B4256;
  background: #EAEFED;
  display: inline-block;
  text-align: center;
  margin-left: 0px;
  margin-right: 10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.main-content__no-style-text-page img{
  max-width: 100%;
  height: auto;
  display: block;
  float: left;
  margin: 10px 10px 10px 0;
}

.main-content__no-style-text-page blockquote{
  border-left: 4px solid #b4b4b4;
  margin: 20px 0px;
  padding: 0px 25px;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}

.main-content__no-style-text-page p {
  font-size: 18px;
  line-height: 32px;
  color: #3B4256;
}

.main-content__no-style-text-page ul li {
  list-style: none;
  font-size: 18px;
  line-height: 26px;
  color: #3B4256;
  margin-bottom: 15px;
  position: relative;
}

.main-content__no-style-text-page ul li:before {
  position: absolute;
  left: -15px;
  top: -2px;
  margin-right: 10px;
  height: 5px;
  width: 40px;
  content: url(../img/check.png);
}

.main-content__no-style-text-page ul li img {
  margin-right: 5px;
}

.main-content__no-style-text-page blockquote {
  border-left: 4px solid #EAEFED;
  margin: 40px 0px;
  padding: 0px 25px;
  font-size: 18px;
  color: #3B4256;
  line-height: 26px;
}

.main-content__no-style-text-page table {
  border: none;
  margin: 20px 0px 50px 0;
  text-align: left;
  /*table-layout: fixed;*/
  table-layout: auto;
  word-break: break-word;
  width: 100%;
}

.main-content__no-style-text-page table p {
  line-height: 24px;
  font-size: 14px;
}

.main-content__no-style-text-page table h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-size: 18px;
  color: #3B4256;
}
.main-content__no-style-text-page table span{
  font-size: 18px;
  color:#3B4256;
}

.main-content__no-style-text-page table thead {
  border: none;
  background-color: #eef0f0;
  font-size: 16px;
}

.main-content__no-style-text-page table thead tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.main-content__no-style-text-page table thead tr th{
  min-width: 90px;
}

.main-content__no-style-text-page table thead tr td {
  padding: 5px 10px;
  border: none;
  min-width: 90px;
}
/*
.main-content__no-style-text-page table thead tr td:nth-child(1) {
  background-color: #ffffff;
}

.main-content__no-style-text-page table thead tr td:nth-child(2) {
  background-color: #d7d7d7;
}

.main-content__no-style-text-page table thead tr td:nth-child(3) {
  background-color: #e3e3e3;
}
*/

.main-content__no-style-text-page table tbody {
  vertical-align: baseline;
}

.main-content__no-style-text-page table tbody tr td {
  padding: 5px 10px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  min-width: 90px;
}

.main-content__no-style-text-page table tbody tr td a{
  font-size: 16px!important;
  line-height: 22px!important;
}

/*
.main-content__no-style-text-page table tbody tr td:nth-child(1) {
  background-color: #ffffff;
  padding-left: 0;
}

.main-content__no-style-text-page table tbody tr td:nth-child(2) {
  background-color: #d7d7d7;
}

.main-content__no-style-text-page table tbody tr td:nth-child(3) {
  background-color: #e3e3e3;
}
*/

.main-content__no-style-text-page table thead tr td{
  background-color: #ffffff;
  font-weight: 700;
}

.main-content__no-style-text-page table thead tr th{
   background-color: #ffffff;
  font-weight: 700;
  padding: 15px 10px;
  font-size: 20px;
  line-height: 28px;
}

.main-content__no-style-text-page table thead tr{
  border-bottom:2px solid #cccccc;
  font-weight: 700;
}

.main-content__no-style-text-page table tbody tr th{
  padding: 15px;
  font-size: 18px;
  min-width: 90px;
  line-height: 22px;
}

.main-content__no-style-text-page table tbody tr td:nth-child(1){
  font-weight: 700;
}
.main-content__no-style-text-page table tbody tr:nth-child(odd){
  background-color: #eeeeee;
}

.main-content__no-style-text-page table tbody tr:nth-child(even){
  background-color: #ffffff;
}


.for-nonformat-headline{
  color:#3b4256;
  font-weight: 700;
  display: block;
  width: 100%;
  font-size: 30px;
  margin-left: 0px;
}

.main-content__no-style-text-page .documents .title{
  font-weight: 700!important;
  display: block;
  margin: 35px 0;
  font-size: 22px!important;

}
/*
.main-content__no-style-text-page .documents label{
  display: block;
}

.main-content__no-style-text-page .documents label input{
  width: 200px;
  display: block;
  margin: 10px 0;
}

.main-content__no-style-text-page .documents label select{
  width: 200px;
  display: block;
  margin: 10px 0;
}
*/

.phones__table-container table{
  display: none;
}

.map-container{
  margin: 40px 0;
}

.main-content__no-style-text-page .map-container iframe{
  width: 800px!important;
  max-width: 95%!important;
}

.edit_form .edit_form_line{
	width: 100%;
	border-top: 1px solid #dee2e6;
}

.edit_form_line_hint{
	padding: 0;
	margin: -2px 0 0 0;
}

.edit_form_line_input select{
	width: 100%;
}

.sl-wrapper{
	z-index: 99999999999;
}

.authorization-form-container{
	background-color: #fff;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    max-width: 500px;
    margin: 0 auto;
}

.authorization-form-container input{
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}


.authorization-form-container a{
	color: #212529;
	text-decoration: underline;
}

div.bx-auth input{
	width: 100%;
}

table.bx-auth-table td{
	padding: 10px 0px;
}

.events-short-info-wrapper{
	margin: 20px 0 45px 0;
}

.events-date-wrapper{
	margin: -10px 0 0 0;
}

.events-place-wrapper{
	margin: -5px 0 0 0;
}

.events-date-wrapper, .events-time-wrapper, .events-place-wrapper{
	position: relative;
}

.events-date-wrapper:before{
	content: url('../img/calendar.png');
	position: absolute;
	left: -12px;
	top: 5px;
}

.events-time-wrapper:before{
	content:url('../img/clock.png');
	position: absolute;
	top: -3px;
	left: -12px;
}

.events-place-wrapper:before{
	content: url('../img/vector.png');
	position: absolute;
	top: 5px;
	left:-20px;
}

.events-place-btn{
	text-decoration: underline!important;
	font-size: 18px;
	line-height: 25px;
}

.events__download-btn{
	position: relative;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 35px;
}


.events__download-btn p{
	color: #000000;
	font-size: 18px;
	margin: 0;
	line-height: 24px;
}

.events__download-btn span{
	font-size: 14px;
	line-height: 20px;
	color: #979996;
}

.events__download-btn:before{
	content: url('../img/file.png');
	position: absolute;
	left: -7px;
	top: 2px;
}

.events-date{
	font-size: 40px;
	line-height: 15px;
	display: inline-block;
	color: #0d0d0d;
}

.events-time{
	font-size: 40px;
	line-height: 15px;
	color: #0d0d0d;
	display: inline-block;
}

.events-year{
	font-size: 14px;
	line-height: 18px;
	color: #565252;
	display: inline-block;
	width: 25px;
}

.table td, .table th{
	padding: 0;
}

.table td{
	margin: 10px 0;
	/*width: 100%;
	display: block;*/
}

/*

.events__sample-gallery-wrapper.slick-slider .slick-next{
	right: -25px;
	top: 35%;
}


.events__sample-gallery-wrapper.slick-slider .slick-prev{
	right: -35px!important;
	top: 35%;
}


.events__sample-gallery-wrapper.slick-slider .slick-prev:before, .slick-next:before{
	font-size: 50px;
	color: black;
}

*/
.events__sample-gallery-wrapper{
	height: 200px;
	margin: 30px 0;
}

.events__sample-gallery-wrapper a{
	padding: 10px;
	cursor: pointer;
}

.events__sample-gallery-wrapper a:hover{
	cursor: pointer;
}

.events__galery-item img:hover{
	cursor: zoom-in!important;
}

ul.side_menu_xs{
	margin-bottom: 0!important;
}

ul.side_menu_xs li:last-of-type{
	margin-bottom: 15px;
}

ul.side_menu_xs li:last-of-type a{
	padding: 9px 15px 15px 15px;
}

ul.side_menu_xs li a:hover{
text-decoration: none;
}

@media(max-width: 991px){
	.exhibition-page__mobile-ver{
		padding: 0 15px;
	}
}


@media(max-width: 1110px){
	.page-404-wrapper{
		font-size: 370px;
		line-height: 370px;
	}
}

.main-news__one-img-container{
	display: block;
	height: 120px;
	padding: 3px 0;
}

.main-news__one-img-container img{
	height: 100%;
}


	/*.shop-catalog__item:first-of-type{
		margin-left: -25px;
	}
*/
@media(max-width: 768px){

	.exit_icon{
		display: none;
	}

	.autorize-btn span{
	display: none;
}

	.shop-catalog__item:first-of-type{
		margin-left: 0;
	}

	.search-page__form-container{
		padding: 0 15px;
	}

	.search-page__results-list{
		padding: 25px 5px;
	}

	.shops-catalog-wrapper{
		padding: 0 15px;
		margin: 0;
	}

	.shops-catalog-wrapper h1{
		margin: 0;
		padding: 0;
	}

	.events-place-wrapper{
		margin: 15px 0 0 5px;
	}

	.announcement-inner__item__info-panel img{
		margin: 95px 0 0 0px;
	}

	.index-promo-block{
		margin: 0;
	}

	.socnets-container{
		justify-content: space-around;
	}

	.index-promo-block__text{
		padding: 0;
	}

	.index-promo-block__img, .footer-logo-container, .footer-contact-block{
		margin: 0;
		padding: 0;
	}

	.footer-copyright{
		padding: 0;
	}

	.footer-paragraph, .footer-copyright{
		text-align: left;
	}

	.footer__contancts-contaner{
		margin: 0;
		padding: 0;
	}

	.index-promo-block__text p{
		text-align: left;
	}

	.info-page{
		margin: 0;
	}

	.second-headline{
		padding: 0 15px;
	}

	.exhibit-block-wrapper{
		padding: 0 15px;
	}

	.exhibit-block-wrapper .exhibit-item{
		padding: 0;
		margin: 0 0 15px 0;
	}

	.news-wrapper{
		margin: 50px 0 0 0;
		padding: 0 15px;
	}

	.shop-catalog__item{
		padding: 15px 0;
	}

	div.news-detail{
		padding: 0 15px;
	}

	.main-headline__news-page, .main-headline{
		padding: 0 15px;
	}

	.company-block .main-headline, .company-block .second-headline{
		padding: 0;
	}

	.company-block .exhibit-block-wrapper{
		padding: 0;
	}
	.news__text-cont{
		padding: 0;
	}

	.news-item__inner-block{
		margin: 0;
	}

	.content-block__news-page{
		padding: 0;
	}

	.breadcrumb-container__inner{
		padding: 0 15px;
	}

.header__dropdown-menu-container{
	width: 90%;
	margin: 20px auto;
}

.header__dropdown-btn{
	display: block;
	width: 100%;
	text-align: center;
}

.header__dropdown-menu ul li a{
	text-align: center;
	display: block;
}

.index-promo-block{
	background: none;
	background-color: #F8F4ED;
}

	.index-promo-block__text .second-headline{
		text-align: center;
	}

.support-block, .partners-block{
	text-align: center;
	margin: 0;
	padding: 0;
}



.socnets-container{
	text-align: center;
}

.index-promo-block__text p{
	padding: 0 15px;
}

.exhibit-item__inner-block{
	transition: 0.3s;
	border: 1px solid #eeeeee;
	position: relative;
}

.footer__navigation-item{
	display: block;
	width: 100%;
}

.exhibit-descr-wrapper{
	padding: 0;
}

.developers{
		display: block;
		width: 100%;
		text-align: center;
		margin-left: -15px;
	}

.main-content__content-block {
	padding: 0;
}

.main-content__content-block p{
	text-align: left;
}

.company-block{
		padding: 0 15px;
	}

.detai__sample{
		padding: 0 15px;
}

.detai__sample .main-headline{
		padding: 0;
}

.support-block a, .partners-block a{
	padding: 0;
}

	.logo-container{
	height: 100%;
	min-height: 67px;
	position: relative;
	/*padding: 25px 0;*/
}

.header_logo{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

	.main-headline{
		line-height: 40px;
	}

	.main-headline__news-page{
		margin: 0;
	}

	.news-item__inner-block{
		padding: 0;
	}

	.news-item__album-container{
		margin: 0;
	}

	.news-item-wrapper{
		margin: 0 0 15px 0;
	}

	.exhibit-logo-container{
		text-align: center;
	}

	.news-item__album-container__numbers{
	position: absolute;
    top: -18px;
    right: 12px;
    height: 42px;
    width: 42px;
    background-color: #62D239;
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    z-index: 80;
    text-align: center;
	}

}

@media(max-width: 740px){
	.page-404-wrapper{
		font-size: 200px;
		line-height: 200px;
	}
}

@media(max-width: 576px){

	.page-404-wrapper{
		height: 400px;
	}


	.events__inner-container nav .nav-tabs .nav-item{
		width: 100%;
	}

	.information-cart__info-container table p{
		text-align: left;
	}

	.information-cart-wrapper{
		padding: 10px;
		overflow: auto;
	}

	.information-cart__info-container, .information-cart__img-container{
		/*min-width: 500px;*/
		padding: 0;
	}

	.shops-catalog-wrapper{
		margin: 0;
	}

	.shops-catalog-wrapper .container{
		padding: 0;
		margin: 0;
	}

	.news-item__one-img-container{
	width: 100%;
	margin: 0 0 15px 0;
	/*padding: 0 15px;*/
	position: relative;
	min-height: 200px;
}

.container{
	max-width: 100%!important;
	padding: 0;
	margin: 0;
}


.catalog-link{
	position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    background-color: #62d239;
    font-weight: 700;
    transition: 0.5s;
    text-shadow: 1px 1px #226907;
}

.catalog-link:hover{
	transition: 0.5s;
	text-decoration: none;
	background-color: #62d23970;
}

.personal-cabinet-wrapper{
	padding: 0 15px;
}

.personal-cabinet-wrapper ul{
	background-color: #dcd8d2;
}

.tabble-cell--restyle{
	display: table-cell;
}

@media(max-width: 576px){
	.tabble-cell--restyle{
		display: block;
	}
}