/* как добраться */
@media(max-width: 766px) {
	.media-img{
		margin-top: 15px;
	}
}
.how-to-get-wrap {
	text-align: center;
	padding: 15px 0 30px;
}
#how-to-get .modal-dialog {
	width: 100%;
	max-width: 1500px;
}
#how-to-get .modal-content {
	border-radius: 0;
}
#how-to-get h2 {
	text-align: center;
}

/* видео 2019 */
.video-2019 iframe {
	display: block;
	margin: 5px auto;
	width: 500px;
	height: 280px;
}
@media screen and (max-width: 650px) {
	.video-2019 iframe {
		width: 100%;
		padding: 5px;
		height: 250px;
	}
}

/* ВНУТРЕННИЕ СТРАНИЦЫ */

.page {
	font-size: 18px;
	padding: 20px 10px;
}
.page h2 {
	font-family: Pattaya;
	color: #5784b9;
}
.back {
	color: #5784b9;
	display: block;
	text-align: center;
	font-size: 22px;
}
.back:hover {
	color: #5784b9;
}

/* О ВЫСТАВКЕ */

.container-fluid.about {
	background: url('img/fon-derevo2.jpg') 50% 50%;
	padding: 25px 0 25px 0;
}

.container-fluid.about h2 {
	text-align: center;
	font-family: Pattaya;
	color: #007233;
}

.container-fluid.about h3 {
	text-align: center;
}

/* ПРИНЯТЬ УЧАСТИЕ + ПОСЕТИТЬ */

.container-fluid.takepart-visit {
	background-image: url('img/fon-takepart.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding: 25px 0 25px 0;
}

.container-fluid.takepart-visit h2 {
	text-align: center;
	font-family: Pattaya;
	color: #007233;
}

.container-fluid.takepart-visit h3 {
	text-align: center;
}

.download {
	padding: 10px 0;
	font-size: 17px;
	line-height: 22px;
	border-top: 1px	dashed #007233;
    border-bottom: 1px dashed #007233;
}
.download a {
	font-size: 26px;
	font-weight: 600;
	color: #007233;
}

.circles img {
	display: block;
	margin: 25px auto 10px;
	width: 140px;
}

.circles p {
	font-size: 22px;
	line-height: 22px;
}

.takepart-buttons .col-sm-4 {
	text-align: center;
}

.takepart-buttons .but-ton span {
	top: 5px;
}

#visit {
	padding-top: 50px;
	position: relative;
	padding-bottom: 70px;
}

#visit .ticket-blank {
	position: absolute;
	width: 600px;
	top: 100px;
	left: 450px;
}

#visit .content p {
	font-family: Myriad, 'Arial Narrow', sans-serif;
	font-size: 17px;
	color: black;
}

#visit .but-ton {
	float: right;
	/* margin-top: 300px; */
}

#visit .but-ton span {
	top: 5px;
}

/* ТЕМАТИКА */

.theme-line-wrap,
.news-line-wrap,
.comments-line-wrap{
	background-color: #5784b9;
	height: 80px;
	width: 100%;
}
.participants-line-wrap{
	background-color: #5784b9;
	height: 80px;
	width: 100%;
	margin-bottom: 50px;
}
.theme-line-title,
.news-line-title,
.comments-line-title,
.participants-line-title{
	width: max-content;
    margin: 24px auto;
    color: white;
    letter-spacing: 1px;
	text-align: center;
}

.container-fluid.theme {
	padding: 25px 0 25px 0;
}

.container-fluid.theme h2 {
	text-align: center;
	font-family: Pattaya;
	color: #007233;
}

.description {
	font-size: 17px;
	line-height: 22px;
}

.buttons-group {
	padding: 30px 0;
}

.buttons-group [class^="col"] {
	text-align: center;
	padding: 0;
}

.buttons-group .but-ton {
	margin: 10px 0;
	background-color: #efb900;
}

.buttons-group .but-ton:before {
	background-color: #007233;
}

.buttons-group .but-ton span {
	top: 18px;
}

.theme-section-title {
	font-family: Pattaya;
	color: #007233;
	text-align: center;
}

.theme-blocks,
.theme-blocks .col-sm-4 {
	display: flex;
	justify-content: center;
}

.theme-blocks {
	flex-wrap: wrap;
}

.theme-item {
	padding: 20px;
	text-align: center;
	/*position: relative;*/
	margin: 10px auto;
	width: 100%;
}

.theme-item .title {
	font-weight: bold;
	font-family: MyriadBold, 'Arial Narrow', sans-serif;
	font-size: 16px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme-item .pic {
	box-shadow: 2px 2px 3px black;
	margin: 5px auto;
}

.theme-item .text,
.theme-item a {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

/*.theme-item a {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}*/

@media screen and (max-width: 991px) {
	.buttons-group {
		width: 100%;
	}
	.buttons-group .but-ton {
		width: 175px;
	}
}

@media screen and (max-width: 767px) {
	.buttons-group .but-ton {
		width: 190px;
	}
}

/* НОВОСТИ */

.container-fluid.news {
	padding: 25px 0 25px 0;
}

.container-fluid.news h2 {
	text-align: center;
	font-family: Pattaya;
	color: #007233;
}

/* ОТЗЫВЫ */

.container-fluid.comments {
	padding: 25px 0 70px 0;
}

.container-fluid.comments h2 {
	text-align: center;
	font-family: Pattaya;
	color: #007233;
}

.com-item {
	font-size: 17px;
	padding: 10px;
}

.com-item .col-xs-1 {
	padding: 0;
}

.com-item .name {
	font-family: Pattaya;
	font-weight: bold;
	display: flex;
	align-items: center;
	font-size: 20px;
}

.com-item .name img {
	border-radius: 50%;
	margin-right: 15px;
}
.comments{
	position: relative;
    height: 400px;
	overflow: hidden;
}
#comments{
	position: absolute;
	right: -5%;
}
.comments_photo_wrap{
	position: absolute;
    height: 400px;
    width: 48%;
    top: 0;
}
.comments_photo{
	height: 135%;
    width: 100%;
    object-fit: cover;
}
.comments .slick-prev:before,
.comments .slick-next:before {
	color: #5784b9;
	font-size: 35px;
}

.comments .slick-prev {
	left: 35%;
	top: 105%;
}

.comments .slick-next {
	right: 35%;
	top: 105%;
}

/* ПАРТНЕРЫ */

.container-fluid.partners {
	padding: 25px 0 25px 0;
	background-color: #efb900;
}

.container-fluid.partners h2 {
    text-align: center;
    color: white;
    font-family: Pattaya;
}

.part-items img {
	display: block;
	margin: 0 auto;
}

.partners .slick-next,
.partners .slick-prev {
	top: 45%;
	z-index: 1;
}

.partners .slick-prev:before,
.partners .slick-next:before {
	font-weight: bold;
	font-size: 30px;
}

.partners .slick-prev:before {
    content: '<';
}

.partners .slick-next:before {
    content: '>';
}

@media screen and (max-width: 769px) {
	.partners .slick-prev {
		right: 10px;
	}
	.partners .slick-next {
		left: 10px;
	}
}

@media screen and (max-width: 769px) {
	.partners .slick-prev {
		right: 35%;
		top: 150px;
	}
	.partners .slick-next {
		left: 35%;
		top: 150px;
	}
}
/* БЕСПЛАТНЫЙ БИЛЕТ */

#question,
#info,
#ticket_modal,
#stand,
#ticket {
	color: #007233;
}

#question .modal-content,
#info .modal-content,
#ticket_modal .modal-content,
#stand .modal-content,
#ticket .modal-content {
	border-radius: 0;
	margin-top: 70px;
	position: relative;
	background: none;
}

#question .white-fon,
#info .white-fon,
#ticket_modal .white-fon,
#stand .white-fon,
#ticket .white-fon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}

#question .fon,
#info .fon,
#ticket_modal .fon,
#stand .fon,
#ticket .fon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background-image: url('img/modal-fon.jpg');
	background-size: cover;
	background-position: 50% 50%;
}

#question .modal-header,
#info .modal-header,
#ticket_modal .modal-header,
#stand .modal-header,
#ticket .modal-header {
	font-family: Pattaya;
	font-size: 26px;
	text-align: center;
}

#question [data-dismiss="modal"],
#info [data-dismiss="modal"],
#ticket_modal [data-dismiss="modal"],
#stand [data-dismiss="modal"],
#ticket [data-dismiss="modal"] {
	font-family: Myriad, sans-serif;
	font-weight: bold;
	float: right;
	color: black;
	cursor: pointer;
}

#question .modal-body,
#info .modal-body,
#ticket_modal .modal-body,
#stand .modal-body,
#ticket .modal-body {
	font-family: Myriad, sans-serif;
	padding: 0 15%;
}

#question [type="text"],
#info [type="text"],
#ticket_modal [type="text"],
#stand [type="text"],
#ticket [type="text"] {
	width: 100%;
	height: 45px;
	font-size: 20px;
}

#question label,
#info label,
#ticket_modal label,
#stand label,
#ticket label {
	font-weight: normal;
}

#question label a,
#info label a,
#ticket_modal label a,
#stand label a,
#ticket label a {
	color: black;
	font-weight: bold;
}

#question [type="submit"],
#info [type="submit"],
#ticket_modal [type="submit"],
#stand [type="submit"],
#ticket [type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 5px 10px;
	font-size: 16px;
}

.vkontakte, .content {
	overflow: hidden;
}

@media screen and (max-width: 1199px) {
	#visit .ticket-blank {
		width: 600px;
		left: 250px;
	}
}

@media screen and (max-width: 991px) {
	#visit {
		width: 100%;
	}
	#visit .ticket-blank {
		width: 500px;
	}
}

@media screen and (max-width: 767px) {
	#visit {
		padding-top: 0px;
	}
	#visit .ticket-blank {
		left: 20px;
		top: 150px;
		width: 80%;
	}
	.vkontakte {
		padding-top: 20px;
	}
	#ticket .modal-body {
		padding: 0 10%;
	}
	.comments_photo_wrap{
		width: 100%;
	}
	#comments{
		position: unset;
	}
	.reviews-item-text{
		width: 100%;
		padding: 5px 5px 5px 15px;
		height: 115%;
	}
	.comments .slick-next, .comments .slick-prev{
		top: 110%;
	}
}

/* @media screen and (max-width: 500px) {
	#visit .but-ton {
		margin-top: 250px;
	}
} */

@media screen and (max-width: 360px) {
	#visit .but-ton {
		float: none;
		display: block;
		margin: 200px auto 0;
	}
}

.container-fluid.contacts {
	background-image: url('img/fon2.png');
	background-size: cover;
	background-position: 50% 50%;
	color: white;
	padding: 0 0 25px 0;
	box-shadow: inset 0 2px 5px black;
}
.ya_map{
	padding: 0px;
}
.pre_map_wrap{
	background-image: url('img/fon.jpg');
	background-size: cover;
	background-position: 50% 50%;
	height: 300px;
}
/* .plashka {
	background-color: rgba(0, 114, 51, .8);
	border-radius: 10px;
} */

.container-fluid.contacts h2 {
    text-align: center;
    color: white;
    font-family: Pattaya;
	margin-bottom: 30px;
}

.contacts h3 {
	text-align: center;
}

.contacts .row:last-child {
	/* padding-top: 15px; */
	position: relative;
	/*background-color: rgba(0, 114, 51, .8);*/
	border-radius: 0 0 10px 10px;
}

.contacts .row:last-child .up {
	position: absolute;
	right: 30px;
	bottom: 35%;
	cursor: pointer;
	box-shadow: 2px 2px 3px black;
	border-radius: 2px;
}

.contacts .col-sm-4 {
	text-align: center;
	/*padding: 100px 0;*/
}
/* 
.contacts p {
	max-width: 400px;
	margin: 25px auto;
	text-shadow: -2px -1px 3px black;
	font-size: 16px;
}

.contacts p a {
	color: white;
}

.contacts .but-ton {
	background-color: #efb900;
}

.contacts .but-ton:before {
	background-color: #007233;
}

.contacts .but-ton span {
	top: 5px;
}
 */
#skk-map,
#lenexpo-map {
    height:300px;
    width:auto;
}
	
@media screen and (max-width: 767px) {
	.contacts {
		padding: 70px 0;
	}
	/*#contacts .col-sm-4 {
		padding: 0 0 50px 0;
	}*/
	.contacts h3 {
		margin-top: 30px;
	}
	.contacts p {
		text-align: start;
	}
}

@media screen and (max-width: 500px) {
	.contacts .row:last-child .up {
		position: static;
		display: block;
		margin: 0 auto;
	}
}

/* возврат к нав.панели */

.progress-wrap {
	position: fixed;
	right: 12px;
    bottom: 90px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  
  .lightScrollIcon::after {
	color: #ecedf3 !important;
  }
  
  .progress-wrap:hover::after {
	opacity: 0;
  }
  
  .fa-arrow-up{
	position: absolute;
	left: 23px;
    transform: translateX(-50%);
    top: 11px;
    font-size: 26px;
  }
  .fa-arrow-up > path {
	fill: #5784b9 !important;
  }
  
  .progress-wrap:hover::before {
	opacity: 1;
  }
  
  .progress-wrap svg path {
	fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
	stroke: #5784b9;
    stroke-width: 5px;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
  }

/* стили прогресс бара */
.progress-bar_wrap{
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 8px;
	z-index: 1000;
}

.progress_bar{
	background-color: #5784b9;
	width: 0%;
	height: 8px;
	transition: linear .3s all;
}

.section_participants{
	padding-bottom: 100px;
	font-size: 18px;
}

.participants_photos{
	margin-bottom: 50px;
}

.participants_photos_wrap_top,
.participants_photos_wrap_bottom{
	margin-bottom: 15px;
	display: flex;
	justify-content: space-evenly;
}

.participants_photo{
	width: 490px;
    height: 350px;
}

.section_contacts{
	padding: 30px 0;
	font-size: 18px;
}
.section_partners{
	padding: 30px 0;
	font-size: 18px;
}
.main_contacts{
    padding-top: 20px;
    padding-left: 5px;
    font-size: 18px;
    color: black;
	text-align: start;
}
.main_ticket{
	color: white;
	cursor: pointer;
}
.main_ticket:hover{
	color:white;
	text-decoration: none;
}
@media screen and (max-width: 1200px) {
	.participants_photos_wrap_top, 
	.participants_photos_wrap_bottom{
		gap: 10px;
	}
}

@media screen and (max-width: 1000px) {
	.participants_photos_wrap_top, 
	.participants_photos_wrap_bottom{
		flex-direction: column;
	}
	.participants_photos{
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.participants_photo{
		width: 290px;
    height: 190px;
	}
}