/* как добраться */
.how-to-get-wrap {
	text-align: center;
	padding: 30px 40px 20px 0;
}
#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;
}
@media (max-width: 991px) {
	.how-to-get-wrap {
		text-align: center;
		padding: 30px 0 20px;
	}
}

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


/* ГИД ПО ДАЧНЫМ ПОКУПКАМ */

.container.intro {
	text-align: center;
	padding-bottom: 50px;
}
.container.generator {
	display: none;
}
.pzn {
	padding: 15px;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 500px;
}
.pzn:not(.question) {
	display: none;
}
.pzn h2 {
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.pzn [type="radio"] {
	display: none;
}
.pzn label {
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	color: white;
	font-size: 24px;
	padding: 12px 5px;
	text-shadow: 1px 1px 3px black, -1px 1px 3px black, 1px -1px 3px black, -1px -1px 3px black;
	transition: .7s;
	text-align: center;
}
.pzn label:hover {
	transform: rotate(2deg);
}
.pzn label.zabor-one {
	background: url(img/zabor1.jpg);
}
.pzn label.zabor-two {
	background: url(img/zabor2.jpg);
}
.pzn label.zabor-three {
	background: url(img/zabor3.jpg);
}
.pzn label.zabor-four {
	background: url(img/zabor4.jpg);
}
.pzn label.zabor-five {
	background: url(img/zabor5.jpg);
}
.pzn .back,
.pzn .start,
.pzn-ticket {
	border: none;
	display: block;
	margin: 10px auto;
	width: 190px;
	height: 50px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	color: white !important;
	padding: 10px;
	text-align: center;
	font-size: 17px;
	box-shadow: -1px -1px 3px black;
	outline: none;
	cursor: pointer;
}
.pzn .back span,
.pzn .start span,
.pzn-ticket span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 12px;
}
.pzn .back {
	background-color: #006b3b;
}
.pzn .back:before {
	background-color: #f1b707;
}
.pzn .start {
	background-color: #f1b707;
}
.pzn-ticket {
	background-color: red;
}
.pzn .start:before,
.pzn-ticket:before {
	background-color: #006b3b;
}
.pzn .back:before,
.pzn .start:before,
.pzn-ticket:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
	-webkit-transition: .5s;
    transition: .5s;
}
.pzn .back:hover:before,
.pzn .start:hover:before,
.pzn-ticket:hover:before {
	left: 0;
}
.member-result {
	text-align: center;
	margin-top: 10px;
}

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

.page {
	font-size: 18px;
}
.page h2 {
	font-family: Pattaya;
	color: #006b3b;
}
.back {
	color: #006b3b;
	display: block;
	text-align: center;
}
.back:hover {
	color: #006b3b;
}

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

.about {
	padding: 15px 0 35px 0;
}

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

.about h3 {
	text-align: center;
}

.description {
	font-size: 17px;
	line-height: 22px;
}
@media screen and (max-width: 767px) {
	.about {
		padding: 15px 0 15px;
	}
}

/* КНОПКИ */

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

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

.buttons-group .but-ton {
	margin: 10px 0;
}

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

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

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

.theme {
	padding: 30px 0;
}

.theme h2 {
	font-family: Pattaya;
	margin-bottom: 30px;
	color: #006b3b;
	text-align: center;
}

.theme-item {
	border: 1px solid white;
	padding: 0;
}

.theme-title {
	text-align: center;
	color: white;
	background-color: #006b3b;
	border-top: 4px solid #f1b707;
	border-bottom: 1px solid white;
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Myriad, 'Arial Narrow', sans-serif;
}

.pics {
	position: relative;
	overflow: hidden;
}

.pics:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}

.pics .text {
	position: absolute;
	height: 100px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 5px;
	color: white;
	text-align: center;
	font-size: 20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}

.pics:hover:after,
.pics:hover .text {
	opacity: 1;
} 

.pics img {
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s;
}

.pics:hover img {
	transform: rotateY(180deg);
}

.mod-zag {
	font-family: Pattaya;
	text-align: center;
	letter-spacing: 2px;
}

.member-list {
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.tab-member {
	margin-top: 20px;
	width: 100%;
}

.tab-member p {
	margin: 0;
}

.tab-member td {
	padding: 5px;
}

@media screen and (max-width: 1199px) {
	.theme {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.pics .text,
	.pics:after {
		opacity: 1;
	}
}


/* НОВОСТИ */

.news {
	background-color: #EEEEEE;
	padding: 15px 0;
	color: #006b3b;
}

.news h2 {
	text-align: center;
	font-family: Pattaya;
}


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

.takepart {
	background-image: url('img/takepart-fon3.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding: 180px 0 180px;
}

.takepart h2 {
	font-family: Pattaya;
	text-align: center;
	color: #006b3b;
}

.takepart h3 {
	text-align: center;
}

.takepart p {
	font-size: 20px;
}

.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-family: Pattaya;
	color: #007233;
}

.booking {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}

.book-stand {
	display: inline-block;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 70px;
	color: white;
	font-family: Myriad, sans-serif;
	text-align: center;
	font-size: 17px;
	background-color: #006b3b;
	box-shadow: -1px -1px 3px black;
	outline: none;
}

.book-stand span {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 10px;
}

.book-stand:before {
	background-color: #f1b707;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.book-stand:hover:before {
	left: 0;
}

@media screen and (max-width: 767px) {
	.takepart p {
		font-size: 16px;
	}
	.takepart {
		padding: 25px 0 35px;
	}
}


/* БЕСПЛАТНЫЙ БИЛЕТ */

.ticket-wrap {
	background-color: #EBEBEB;
	color: #006b3b;
	padding: 15px 0;
}

.ticket-wrap h2 {
	text-align: center;
	margin-bottom: 30px;
	font-family: Pattaya;
}

.ticket-wrap p {
	font-size: 17px;
	margin-bottom: 20px;
}

.bottom-block {
	float: right;
	text-align: center;
}

.free-ticket {
	display: inline-block;
	vertical-align: top;
}

.free-ticket {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 65px;
	color: white;
	font-family: Myriad, sans-serif;
	text-align: center;
	font-size: 17px;
	background-color: #006b3b;
	box-shadow: -1px -1px 2px black;
	outline: none;
}

.free-ticket span {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 10px;
}

.free-ticket:before {
	background-color: #f1b707;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.free-ticket:hover:before {
	left: 0;
}

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

#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 {
	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: 991px) {
	.ticket-wrap .container {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.vkontakte {
		padding-top: 20px;
	}
	#ticket .modal-body {
		padding: 0 10%;
	}
}


/* ОТЗЫВЫ */

.otzyvy {
	padding: 30px 0 80px;
}

.otzyvy h2 {
    text-align: center;
    color: #006b3b;
    font-family: Pattaya;
	margin-bottom: 30px;
}

.otzyvy .slick-prev:before,
.otzyvy .slick-next:before {
	color: #107c4a;
	font-size: 35px;
}

.otzyvy .slick-prev {
	left: 35%;
	top: 110%;
}

.otzyvy .slick-next {
	right: 35%;
	top: 110%;
}

.com-item {
	border: 1px solid silver;
	width: 260px;
	height: 470px;
	padding-bottom: 15px;
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s;
	box-shadow: 2px 2px 3px silver;
}

.com-item:hover {
	border: 5px solid #006b3b;
	color: #006b3b;
}

.com-item .top-pic {
	height: 150px;
	margin-bottom: 50px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

.com-item.telman .top-pic {
	background-image: url('img/comments/0ab.jpg');
}
.com-item.regina .top-pic {
	background-image: url('img/comments/456.jpg');
}
.com-item.serg2 .top-pic {
	background-image: url('img/comments/789.jpg');
}
.com-item.serg1 .top-pic {
	background-image: url('img/comments/123.jpg');
}
.com-item.biolan .top-pic {
	background-image: url('img/comments/tulp.jpg');
}
.com-item.one .top-pic {
	background-image: url('img/comments/pic1.jpg');
}
.com-item.two .top-pic {
	background-image: url('img/comments/pic2.jpg');
}
.com-item.three .top-pic {
	background-image: url('img/comments/pic3.jpg');
}
.com-item.four .top-pic {
	background-image: url('img/comments/pic4.jpg');
}
.com-item.five .top-pic {
	background-image: url('img/comments/pic5.jpg');
}
.com-item.six .top-pic {
	background-image: url('img/comments/pic6.jpg');
}
.com-item.seven .top-pic {
	background-image: url('img/comments/pic7.jpg');
}
.com-item.eight .top-pic {
	background-image: url('img/comments/pic8.jpg');
}
.com-item.nine .top-pic {
	background-image: url('img/comments/pic9.jpg');
}
.com-item.ten .top-pic {
	background-image: url('img/comments/pic10.jpg');
}
.com-item.rodemos .top-pic {
	background-image: url('img/comments/rodemos_fon.jpg');
}
.com-item.saharova .top-pic {
	background-image: url('img/comments/saharova_fon.jpg');
}
.com-item.guseinov .top-pic {
	background-image: url('img/comments/guseinov_fon.jpg');
}

.com-item .top-pic:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
	width: 70px;
	height: 70px;
	border: 2px solid silver;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}

.com-item.telman .top-pic:after {
	background-image: url('img/comments/telman.jpg');
}
.com-item.regina .top-pic:after {
	background-image: url('img/comments/regina.jpg');
}
.com-item.serg2 .top-pic:after {
	background-image: url('img/comments/serg2.jpg');
}
.com-item.serg1 .top-pic:after {
	background-image: url('img/comments/serg1.jpg');
}
.com-item.biolan .top-pic:after {
	background-image: url('img/comments/aleks.jpg');
}
.com-item.one .top-pic:after {
	background-image: url('img/comments/1.jpg');
}
.com-item.two .top-pic:after {
	background-image: url('img/comments/2.jpg');
}
.com-item.three .top-pic:after {
	background-image: url('img/comments/3.jpg');
}
.com-item.four .top-pic:after {
	background-image: url('img/comments/4.jpg');
}
.com-item.five .top-pic:after {
	background-image: url('img/comments/5.jpg');
}
.com-item.six .top-pic:after {
	background-image: url('img/comments/6.jpg');
}
.com-item.seven .top-pic:after {
	background-image: url('img/comments/7.jpg');
}
.com-item.eight .top-pic:after {
	background-image: url('img/comments/8.jpg');
}
.com-item.nine .top-pic:after {
	background-image: url('img/comments/9.jpg');
}
.com-item.ten .top-pic:after {
	background-image: url('img/comments/10.jpg');
}
.com-item.rodemos .top-pic:after {
	background-image: url('img/comments/rodemos_head.jpg');
}
.com-item.saharova .top-pic:after {
	background-image: url('img/comments/saharova_head.jpg');
}
.com-item.guseinov .top-pic:after {
	background-image: url('img/comments/guseinov_head.jpg');
}

.com-item:hover .top-pic:after {
	border: 2px solid #006b3b;
}

.com-item p {
	padding: 0 25px;
}
	
.com-item p.name {
	font-size: 18px;
}

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

.partners {
	padding: 15px 0;
	background-color: #107c4a;
}

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

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

.partners .booking {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}

.partners .book-stand {
	display: inline-block;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 70px;
	color: white;
	font-family: Myriad, sans-serif;
	text-align: center;
	font-size: 17px;
	background-color: #f1b707;
	box-shadow: -1px -1px 3px black;
	outline: none;
}

.partners .book-stand span {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 10px;
}

.partners .book-stand:before {
	background-color: #006b3b;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: .5s;
    transition: .5s;
}

.partners .book-stand:hover:before {
	left: 0;
}


/* КОНТАКТЫ */

.place {
	background-image: url('img/place-fon.jpg');
	background-size: cover;
	background-position: 50% 50%;
	color: white;
	padding: 80px 0 0;
}

.place h2 {
    text-align: center;
    color: white;
    font-family: Pattaya;
	margin-bottom: 30px;
}
.place h3 {
	text-align: center;
}

.place .cont {
	margin: 0 auto 30px !important;
}
.place .cont-tel,
.place .cont-mail {
	padding-top: 10px;
}
.place .cont-mob {
	padding: 0;
}

/*.place .row:last-child {
	padding-top: 30px;
	position: relative;
}

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

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

.place p {
	max-width: 385px;
	margin: 25px auto;
}

.place p a {
	color: white;
}

#skk-map,
#lenexpo-map {
    height:300px;
    width:auto;
    box-shadow: -2px -2px 3px black;
}
	
@media screen and (max-width: 767px) {
	.place {
		padding: 70px 0;
	}
	/*.place .col-sm-4 {
		padding: 0 0 50px 0;
	}*/
	.place p {
		text-align: center;
	}
}

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

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

.back__svg{
	display: none;
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 100px;
	cursor: pointer;
	transition: all .3s;
}
@media(hover: hover) and (pointer: fine) {
    .back__svg:hover {
        stroke: #006b3b;
		fill: #f1b707;
		transform: scale(1.30);
    }
}