﻿div.block2 {
background-color: #FFFFFF;
border: 2px solid #FFFFFF;
margin: 20px;
padding: 10px
}

.video-container {
	position:relative;
	padding-bottom:33.25%;
	padding-top:30px;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&amp;subset=latin,cyrillic-ext);
body {
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	color: #505050;
	font-size: 1em;
}
h1 {
	font-size: 3em;
	text-align: center;
	margin-bottom: 30px;
	line-height: normal;
	color: #333;
	font-weight: normal;
}
h2 {
	font-size: 2.7em;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: normal;
	text-align: center;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size: 2.2em;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: normal;
	text-align: center;
	color: #333;
}
a {
	color: #fabc05;
}
.collage .collage-overlay h3, .salt h3, .video-section-overlay h1 {
	color: #fff;
	line-height: normal;
}
.collage-section-left {
	float: left;
	width: 66.666%;
}
.collage h2 {
	margin-top: 40px;
}
.layout {
	overflow: hidden;
}
.section1 h1 {
	border: 3px solid #FFF;
}
.wrap {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4%;
	padding-left: 4%;
}
.main-nav {
}
.popup {
	background-color: #fff;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.3);
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 5px;
	padding: 25px;
	font-size: 0.9em;
	color: #797979;
}
.main-nav .mfp-close {
	position: fixed!important;
	right: auto;
	color: #fabc05!important;
	font-size: 2em;
	background-color: #000;
	margin-top: 15px;
	margin-left: 28px;
	border-radius: 50%;
	border: 2px solid #fabc05;
}
#about.mfp-close-btn-in .mfp-close {
	right: -42px!important;
	top: -42px!important;
	color: #FFF!important;
	font-size: 45px!important;
}
.main-nav a, .main-nav span {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.main-nav span {
}
.main-nav li img {
	width: 100%;
}
.main-nav a {
	color: #fff;
}
.main-nav a:hover {
	color: #fabc05;
}
.main-nav li {
	float: left;
	width: 31.333%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	position: relative;
}
.main-nav li .nav-container {
	overflow: hidden;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.main-nav li div.nav-container {
	opacity: 0.5;
}
.main-nav .logo-category {
	padding-top: 55px;
	margin-bottom: 5px;
}
.main-nav .logo-category img {
	width: 180px;
}
.main-nav li .title {
	display: block;
	font-size: 1em;
	position: absolute;
	left: 0px;
	line-height: normal;
	text-align: center;
	right: 0px;
	bottom: 0px;
	background-color: rgba(51, 51, 51, 0.41);
	border: 3px solid #FFF;
	top: 0px;
	color: #FFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-weight: bold;
}
.main-nav li a:hover .title {
	border: 3px solid #fabc05;
}
.main-nav li .thmb {
	display: block;
	overflow: hidden;
}
.main-nav li .thmb img {
	display: block;
}
.main-nav li a {
	display: block;
}
.main-nav ul {
	margin: 50px;
}
.menu-open .title {
	position: absolute;
	top: 18px;
	text-align: right;
	left: 60px;
	display: none;
}
.menu-open:hover .title {
	display: blck;
	background-color: #FABC06;
}
.menu-close .title {
	position: absolute;
	top: 20px;
	text-align: left;
	left: 66px;
	width: 120px;
	color: #999;
	text-transform: uppercase;
}
.menu-open {
	color: #FFF;
	/*height: 32px;*/
	/*width: 27px;*/
	cursor: pointer;
    position: fixed;
    top: 14px;
    z-index: 100;
    right: 27px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    text-transform: uppercase;
    font-size: 0.9em;
    background-color: #FABC06;
    background-color: #666666;
    border-radius: 50%;
    /* border: 2px solid #FFF; */
}
.error {
	text-align: center;
	position: relative;
}
.error:after {
	height: 2px;
	width: 30px;
	margin-left: -15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ccc;
	margin-top: 20px;
	position: absolute;
	content: ' ';
	display: block;
	left: 50%;
}
.error h1 {
	font-size: 6em;
	color: #CCC;
	font-weight: bold;
}
.menu-open, .share {
	opacity: 0.9;
}
.menu-open:hover, .share:hover {
	background-color: #DCA400;;
	opacity: 1;
}
.menu-open hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
}
.menu-close {
	cursor: pointer;
	position: fixed;
	z-index: 300;
	width: 40px;
	height: 40px;
	top: 8px;
	left: 14px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.menu-close:before, .menu-close:after {
	content: '';
	position: absolute;
	width: 36px;
	height: 3px;
	background-color: #fabc05;
	top: 31px;
}
.menu-close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}
.menu-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 17px;
}
section {
	position: relative;
}
.inner-gallery .slick-dots {
	position: absolute;
	bottom: 15px;
}
.inner-gallery .slick-dots li button:before {
	color: #fff!important;
}
.slick-dots li button:before {
	font-size: 14px!important;
}
.c1 {
	width: 96%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
}
.c2 {
	width: 46%!important;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}
.c3 {
	width: 29.333%!important;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
}
.c4 {
	width: 21%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
}
.row {
}
.row:after {
	content: ' ';
	display: block;
	clear: both;
}
.section {
	overflow: hidden;
}
.section-body {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-body.visible .big-info {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.3s;
	font-weight: normal;
}
.big-info {
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
	transform: scale(1.1);
	opacity: 0;
	transition-delay: 0.5s;
}
.collage-menu .collage-item.half {
	height: 300px!important;
}
.collage-menu a {
	color: #FFF;
}
.block, .collage-item {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.3s;
	opacity: 0;
	transform: scale(1.1);
	width: 100%;
	display: block;
}
.section-body.visible .block {
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
	opacity: 1;
	transform: scale(1);
}
.block.x2 {
	-webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important;
}
.block.x3 {
	-webkit-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}
.block.x4 {
	-webkit-transition-delay: 0.8s !important;
	transition-delay: 0.8s !important;
}
.block.x5 {
	-webkit-transition-delay: 1s !important;
	transition-delay: 1s !important;
}
.block.x6 {
	-webkit-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}
footer {
	font-size: 0.9em;
	text-align: center;
	color: #999;
	background-color: #333;
	position: relative;
	height: 35px;
	z-index: 2;
	padding-top: 10px;
	padding-left: 20px;
}
.address {
	background-color: #F1F1F1;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.address1 {
	background-image: url(../../images/pics/contacts4.png);
}
.address2 {
	background-image: url(../../images/pics/contacts3.png);
}
.address3 {
	background-image: url(../../images/pics/contacts1.png);
}
.address4 {
	background-image: url(../../images/pics/contacts5.png);
}
.address5 {
	background-image: url(../../images/pics/contacts6.png);
}
.address6 {
	background-image: url(../../images/pics/contacts7.png);
}
.address .с1 {
	margin-right: 100px;
	margin-left: 100px;
}
footer .address {
	margin-bottom: 60px;
}
footer .copy {
	float: left;
	margin-right: 5px;
}
footer .copy a {
	margin-left: 20px;
}
footer .socials {
	text-align: center;
	margin-top: 6px;
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -84px;
}
footer .socials a {
	background-color: #666;
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 6px;
	border-radius: 50%;
	margin-left: 6px;
	background-image: url(../../images/socials.png);
	background-position: -12px -11px;
	background-size: auto 72px;
	border: 2px solid #FFF;
}
footer .socials a:hover {
	background-color: #fabc05;
}
footer .socials a.go {
	background-position: -94px center;
}
footer .socials a.yt {
	background-position: 47px center;
	background-size: auto 55px!important;
}
.video-section {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.video-section-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 90;
	padding-top: 60px;
	padding-right: 100px;
	padding-bottom: 60px;
	color: #FFF;
	padding-left: 100px;
	opacity: 0;
	transition: ease 4s 1s;
}
.visible .video-section-overlay {
	opacity: 1;
}
.video-section-overlay .overlay-container {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 40px;
	font-weight: normal;
}
.video-section-overlay:before {
	content: " ";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}
.video-section-overlay {
/*	text-shadow: 0px 2px 4px rgba(0,0,0,0.4); */
}
.video-section-overlay h1 {
	font-size: 4em;
	line-height: 1.1em;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.video-section-overlay p {
	font-size: 2em;
	font-weight: 300;
	margin: 0px;
}
video {
	display: block;
}
.video {
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	overflow: hidden;
}
.video video {
	position: absolute;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	display: block;
	height: 100%;
	left: 0px;
	right: 0px;
	object-fit: cover;
}
.next-section {
	position: absolute;
	display: block;
	z-index: 91;
	left: 50%;
	bottom: 30px;
	margin-left: -35px;
	opacity: 0.5;
}
.next-section:hover {
	opacity: 1;
}
.img4 .big-info {
	margin-top: 30px;
}
.big-info {
	font-size: 1.5em;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.7em;
	color: #333;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	text-align: center;
	position: relative;
}
.big-info:before {
	content: '';
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.big-info:after {
	content: '';
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.logo-category {
}
.category-line {
	height: 2px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-top: 10px;
}
#section5 img {
	display: block;
}
.wrap-center {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.section-overlay:before {
}
.section-overlay {
}
.logo {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 1.9em;
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 10px;
	z-index: 111;
	height: 50px;
	margin-left: -250px;
	width: 500px;
	text-align: center;
}
.header-bg .menu-open, .header-bg .share {
}
.logo span {
	font-weight: bold;
	color: #fabc05;
}
.logo a {
	text-decoration: none;
	color: #FFF;
}
.collage {
	overflow: hidden;
	margin-right: 0.5%;
	margin-left: 0.5%;
	font-size: 0.9em;
}
.collage-title {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	position: absolute;
	z-index: 20;
	left: 50px;
	top: 50px;
	right: 50px;
	padding: 30px;
	border: 1px solid #FFF;
	font-size: 1.4em;
	line-height: normal;
	text-transform: uppercase;
	font-weight: normal;
}
.collage-section-left .half {
	height: 400px!important;
}
.collage-section-left .c3r1 {
	height: 500px!important;
}
.collage .collage-item {
	overflow: hidden;
	float: left;
	width: 33.333%;
	position: relative;
	height: 400px;
}
.collage .collage-item.rm {
}
.collage-item.half {
	width: 50%;
	height: 400px;
}
.collage-item.c3r1 {
	width: 100%;
	height: 400px;
}
.collage-item.c1r2 {
	height: 900px;
}
.collage-item.c2r1 {
	width: 66.666%;
	height: 500px;
}
.collage .collage-item .bg-wrap {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.collage .collage-item .bg {
	overflow: hidden;
	transition: all 19s 0.1s;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.collage .collage-item:hover .bg {
	transform: scale(2);
}
.collage .collage-item .bg img {
	width: 100%;
}
.collage:after {
	content: ' ';
	display: block;
	clear: both;
}
.collage .collage-overlay {
	position: absolute;
	left: 55px;
	top: 55px;
	right: auto;
	bottom: auto;
	color: #FFF;
	z-index: 10;
	border: 2px solid #FFF;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.inner-content-div {
	padding-right: 20px;
}
.collage-overlay:hover {
	left: 50px;
	top: 50px;
	right: 50px;
	bottom: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	max-height: 250px;
	max-width: 350px;
}
.collage-desc {
	display: none;
}
.collage-overlay:hover .collage-desc {
	display: block;
}
.collage .collage-overlay {
	color: #FFF;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.collage-overlay h4 {
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: normal;
}
.collage .collage-desc {
	font-size: 1em;
	line-height: 1.5em;
}
.collage-overlay h3 {
	text-align: left;
	margin-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
.collage-overlay:hover h3 {
	margin-bottom: 20px;
}
.collage-overlay:hover h3 {
}
.visible .collage-item.rb .bg-wrap {
	right: 3px!important;
}
.visible .collage-item.lb .bg-wrap {
	left: 3px!important;
}
.visible .collage-item.lblb .bg-wrap {
	left: 6px!important;
}
.visible .collage-item.bb .bg-wrap {
	bottom: 6px!important;
}
.visible .collage-item {
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
	opacity: 1;
	transform: scale(1);
}
.visible .collage-item.x2 {
	transition-delay: 0.6s;
}
.visible .collage-item.x3 {
	transition-delay: 0.9s;
}
.map-section {
	background-color: #D6D6D6;
	text-align: center;
}
#map, #panorama {
	height: 500px;
}
.map-marker {
	color: #FFF;
	position: relative;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
	font-size: 1.5em;
	line-height: normal;
	margin-top: -30px;
	text-align: center;
	width: 140px;
	cursor: pointer;
	transform: scale(0.8);
	z-index: 500;
}
.map-marker:hover {
	transform: scale(1.5);
}
.map-marker:before {
	content: url(../../images/flag1.png);
	position: relative;
	display: block;
	margin-left: 10px;
}
.map-marker:hover {
}
.map-marker:hover:before {
}
.more {
	color: #FEFEFE;
	background-color: #000;
	display: inline-block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.more:hover {
	color: #000;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.slick-slider {
	margin-bottom: 0px!important;
}
ul.numbers {
	margin-top: 50px;
}
ul.numbers li {
	display: inline-block;
	margin-right: 50px;
	margin-left: 50px;
}
ul.numbers {
}
ul.numbers li .number {
	font-size: 3em;
}
.slick-prev, .slick-next {
	opacity: 0.8;
	color: #FFF;
	width: 50px!important;
	height: 80px!important;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
.slick-prev {
	left: 0px!important;
	background-position: 15px center!important;
}
.slick-next {
	right: 0px!important;
	background-position: 18px center!important;
}
.popup-gal {
	margin-top: 60px;
	margin-bottom: 60px;
}
.popup-gal .mfp-close {
	top: -60px!important;
	color: #fff!important;
}
.popup-gal .popup-gal-item {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
.popup-gal .popup-gal-item span {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.35);
	padding: 15px;
	position: absolute;
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
	/*transform: scale(1.5);*/
	opacity: 0;
	transition-delay: 0.5s;
	left: 30px;
	top: 30px;
	border: 2px solid #FFF;
}
.popup-gal .popup-gal-item.slick-center span {
	opacity: 1;
}
.pages {
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
	font-size: 1em;
}
.pages .item-prev {
	margin-right: 2%;
	padding-left: 5%;
	background-image: url(../../images/prev-page.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pages .item-next {
	padding-right: 5%;
	background-image: url(../../images/next-page.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right!important;
}
.pages .item {
	float: left;
	width: 44%;
	background-color: #F1F1F1;
	overflow: hidden;
	display: table;
	text-decoration: none;
	color: #333;
	font-size: 1em;
	vertical-align: middle;
}
.pages .item:hover {
	background-color: #D1D3D4;
}
.pages .item .thmb {
	width: 50%;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.pages .item .thmb img {
	display: block;
	width: 130%;
}
.pages .item .title {
	width: 50%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.pages .item .title span {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #999;
	display: block;
	clear: both;
}
section p {
	margin-bottom: 15px;
}
header {
/*
	height: 80px;
	position: fixed;
	z-index: 110;
	left: 0px;
	top: 0px;
*/	
	right: 0px;
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

.support p{
    -webkit-filter: drop-shadow(2px 3px 4px #BDBDBD);
    /* color: #BDBDBD; */
    filter: drop-shadow(2px 3px 4px #BDBDBD);
}

.support img {
    -webkit-filter: drop-shadow(1px 2px 3px #BDBDBD);
    filter: drop-shadow(1px 2px 3px #BDBDBD);
}


.header-bg {
}
.rowbb {
	margin-bottom: 20px;
}
.inner-gallery .inner-gallery-item {
	position: relative;
}
.inner-gallery {
	margin-bottom: 30px!important;
}
.inner-gallery .inner-gallery-item .copyrights {
	color: #FFF;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.inner-gallery .inner-gallery-item .title {
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFF;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50px;
	text-align: center;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
/* Азово-сиваш */
 
 
#section5 .section-header {
	background-image: url(../../images/azov/azov3.jpg);
	background-attachment: fixed;
	background-position: center top;
}
.salt {
	background-color: #D6D6D6;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../../images/azov/azov5.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	color: #FFF;
}
.to-top {
	position: fixed;
	right: 20px;
	bottom: 55px;
	background-image: url(../../images/scroll-top.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #FABC05;
	height: 45px;
	border-radius: 50%;
	width: 45px;
	z-index: 100;
	opacity: 0.7;
}
.to-top:hover {
	opacity: 1;
}
.share {
	position: fixed;
	right: 27px;
	top: 14px;
	color: #FFF;
	font-size: 0.8em;
	cursor: pointer;
	background-color: #666666;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	border: 2px solid #FFF;
	cursor: pointer;
}
.share-container {
	position: absolute;
	top: 50px;
	right: 0px;
	position: absolute;
	background-color: #999;
	background-color: rgba(51, 51, 51, 0.72);
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #FFF;
}
.share .title {
	float: left;
	padding-top: 3px;
	display: none;
}
.share .ico {
	float: left;
	margin-left: 4px;
	margin-top: 7px;
}
.lang {
	font-weight: bold;
	color: #FFF;
	float: right;
	margin-right: 20px;
}
.lang a, .lang span {
	margin-left: 10px;
	text-decoration: none;
}
.lang a {
	color: #797979;
}
.lang a:hover {
	color: #fabc05;
}
.slick-dots {
}
.btn {
	color: #FFF;
	text-decoration: none;
	background-color: #ef4e22;
	padding: 15px;
	border-radius: 6px;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-weight: bold;
}
.btn:hover {
	background-color: #c2412c;
}
.marker:hover span.box {
	opacity: 1;
	transform: scale(1);
}
.marker span.box {
	opacity: 0;
	position: absolute;
	width: 150px;
	display: block;
	bottom: 96px;
	line-height: normal;
	transition: ease .2s;
	transform: scale(0.6);
	margin-left: -51px;
	margin-top: -140px;
}
.marker span.box span {
	position: absolute;
	width: 150px;
	display: block;
	background-color: #FFFFFF;
	text-align: center;
	line-height: normal;
	color: #333;
	border: 1px solid #CCC;
	font-size: 0.9em;
	z-index: 2;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.marker span.box span:after {
	background-image: url(../../images/corner.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: -12px;
	content: ' ';
	height: 12px;
	width: 18px;
	margin-left: -9px;
	left: 50%;
}
.route {
	background-color: #F1F1F1;
}
:focus {
	outline: none;
}
.support {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	position: absolute;
    	top: 30px;
   	z-index: 100;
  	left: 20px;}
.support p {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	margin: 0px;
	color: #FFFFFF;
	
}
.img1 {
	background-image: url(../../images/pics/pic1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 430px auto;
}
.img2 {
	background-image: url(../../images/pics/azov-pic2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 400px auto;
}
.img3 {
	background-image: url(../../images/pics/azov-pic3.png);
	background-repeat: no-repeat;
	background-position: -70px 20px;
}
.img4 {
	background-image: url(../../images/pics/azov-pic4.png);
	background-repeat: no-repeat;
	background-position: 190px -100px;
}
.img5 {
	background-image: url(../../images/pics/plant1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.as-img-1 {
	background-image: url(../../images/pics/ascania-pic2.png);
	background-repeat: no-repeat;
	background-position: right 50px;
}
.as-img-2 {
	background-image: url(../../images/pics/ascania-pic4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.as-img-3 {
	background-image: url(../../images/pics/ascania-pic3.jpg);
	background-repeat: no-repeat;
	background-position: left -140px;
}
.as-img-4 {
	background-image: url(../../images/pics/ascania-pic5.png);
	background-repeat: no-repeat;
	background-position: -100px top;
}
.as-img-5 {
	background-image: url(../../images/pics/ascania-pic6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.black-sea-img1 {
	background-image: url(../../images/pics/black-pic2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.black-sea-img2 {
	background-image: url(../../images/pics/black-pic3.png);
	background-repeat: no-repeat;
	background-position: -200px bottom;
}
.black-sea-img3 {
	background-image: url(../../images/pics/black-pic4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.black-sea-img4 {
	background-image: url(../../images/pics/black-pic5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dnepr-img1 {
	background-image: url(../../images/pics/dnepr-pic2.png);
	background-repeat: no-repeat;
	background-position: -100px -30px;
}
.dnepr-img2 {
	background-image: url(../../images/pics/dnepr-pic3.png);
	background-repeat: no-repeat;
	background-position: right 150px;
}
.dnepr-img3 {
	background-image: url(../../images/pics/dnepr-pic4.png);
	background-repeat: no-repeat;
	background-position: 200px bottom;
}
.dnepr-img4 {
	background-image: url(../../images/pics/dnepr-pic5.jpg);
	background-repeat: no-repeat;
	background-position: right -20px;
}
.dnepr-img5 {
	background-image: url(../../images/pics/dnepr-pic6.jpg);
	background-repeat: no-repeat;
	background-position: -160px bottom;
}
.oleshki-img1 {
	background-image: url(../../images/pics/oleshki-pic2.png);
	background-repeat: no-repeat;
	background-position: right 200px;
}
.oleshki-img2 {
	background-image: url(../../images/pics/oleshki-pic3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.oleshki-img3 {
	background-image: url(../../images/pics/oleshki-pic4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.oleshki-img4 {
	background-image: url(../../images/pics/oleshki-pic5.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oleshki-img5 {
	background-image: url(../../images/pics/oleshki-pic6.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dja-img1 {
	background-image: url(../../images/pics/dja-pic1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dja-img3 {
	background-image: url(../../images/pics/dja-pic2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.dja-img4 {
	background-image: url(../../images/pics/dja-pic3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
footer a.popup-modal {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#routs {
	margin-right: 90px;
	margin-left: 90px;
}
#routs .slick-next {
	right: -60px!important;
	background-image: url(../../images/a-right-green.png);
}
#routs .slick-prev {
	left: -60px!important;
	background-image: url(../../images/a-left-green.png);
}
.donate1 {
	background-image: url(../../images/bunny-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.donate2 {
	background-image: url(../../images/dolphins-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.donate3 {
	background-image: url(../../images/deer-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.donate4 {
	background-image: url(../../images/zebra-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.donate5 {
	background-image: url(../../images/heron-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.donate6 {
	background-image: url(../../images/sea-gull-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.donate6 .animal {
	right: -100px;
	left: auto;
	margin-top: -15%!important;
	width: 57%!important;
}
.donate4 .animal {
	right: -100px;
	left: auto;
	margin-top: auto!important;
	bottom: -20%;
	top: auto!important;
	width: 60%!important;
}
.donate3 .animal {
	right: -100px;
	left: auto;
	margin-top: auto!important;
	bottom: -9%;
	top: auto!important;
	width: 60%!important;
}
.donate3 .over-text, .donate4 .over-text, .donate6 .over-text {
	left: 10%;
	right: auto;
}
.donate2 .animal {
	top: 25%!important;
	margin-top: auto!important;
	width: 54%!important;
}
.animal {
	opacity: 0;
	transition: ease 1s .3s;
	transform: translateX(-100px);
}
.donate3 .animal, .donate4 .animal, .donate6 .animal {
	transform: translateX(100px);
}
.visible .animal {
	opacity: 1;
	transform: translateX(0px);
}
 @media screen and (min-width: 1300px) {
.donate3 .animal {
	bottom: auto!important;
	top: 2%;
}

}



 @media screen and (max-width: 1024px) {
#sound {
display: none !important;
}
.section-body .block,  .animal,   
.video-section-overlay, 
  .collage-item, .big-info {
	opacity: 1!important;
	transform: scale(1)!important;
	 
    transform: translateX(0px)!important;
}
}


 @media screen and (max-width: 1024px) {
	 
	 
	 

.salt {
	background-attachment: scroll;
	background-position: center center!important;
}
.big-info {
	padding-bottom: 0px;
	font-size: 1.4em;
}
.video {
	display: none;
}
.main-nav li .nav-container {
	height: 270px;
}
.main-nav .logo-category {
	padding-top: 10px;
}
.big-info {
	margin-right: 100px;
	margin-left: 100px;
}
.c1, .c2 {
	width: 96%!important;
	margin-bottom: 30px;
}
.right-box .big-info:before {
	background-position: left bottom;
	left: 0px;
	bottom: 0px!important;
	right: auto;
	top: auto;
}
.right-box .big-info:after {
	background-position: right bottom;
	bottom: 0px;
	right: 0px;
	top: auto;
}
.big-info:after {
	background-position: right top;
	right: 0px;
	top: 0px;
	bottom: auto;
}
.pages .item .thmb {
	display: none;
}
.as-img-1 {
	background-position: right bottom!important;
}
.section-body {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pages {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
 @media screen and (max-width: 900px) {
.desctop {
	display: none;
}
.donate6 .animal {
	right: auto;
	left: 20%;
	margin-top: 0%!important;
	top: 2%!important;
	width: 70%!important;
}
.section-donate.donate4 .animal {
	right: 0px;
	left: auto;
	margin-top: auto!important;
	bottom: auto!important;
	top: 3%!important;
	width: 80%!important;
}

#routs {
	margin-right: 20px;
	margin-left: 20px;
}
.video-section-overlay {
	padding-right: 0px;
	padding-left: 0px;
}
.main-nav li {
	width: 48%;
}
.main-nav ul {
	margin: 10px;
}
.collage-section-left, .collage .collage-item, .c1r2 .collage-item.half {
	width: 100%;
}
.collage {
	margin-right: 6px;
	margin-left: 6px;
}
.visible .collage-item.rb .bg-wrap, .visible .collage-item.lb .bg-wrap, .visible .collage-item.bb .bg-wrap {
	left: 0px!important;
	right: 0px!important;
	margin-bottom: 6px!important;
	bottom: 0px!important;
}
.address {
	background-image: none;
}
.collage-item.c1r2 {
	height: auto;
}
.wrap-center {
	width: auto;
}
.video-section-overlay h1 {
	font-size: 3em;
}
.video-section-overlay, .video-section-overlay .overlay-container {
	padding: 20px;
}
}
 @media screen and (max-width: 800px) {
.land .logo-main {
	top: 0%;
	width: 340px;
	margin-left: -170px;
	position: absolute;
}
}
 @media screen and (max-width: 600px) {
.donate3 .animal {
	top: 2%!important;
}
.cloud3, .cloud4 {
	display: none;
}
#routs iframe {
	height: 300px;
}
.c1, .c2 {
	margin-bottom: 15px;
}
.pages .item .title span {
	font-size: 0.9em;
}
footer .socials-index {
	position: absolute;
	top: -60px;
}
h1 {
	font-size: 2em;
	margin-bottom: 0px;
}
.collage-overlay h3 {
	font-size: 1.6em;
}
.big-info {
	padding: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
#routs {
	margin-right: 0px;
	margin-left: 0px;
}
.main-nav li .nav-container {
	height: 180px;
}
.main-nav li .title {
	padding-top: 10px;
}
.collage-item.half, .collage-item.c3r1, .collage .collage-item, .collage-item.c2r1 {
	height: 300px!important;
}
.collage .collage-overlay {
	padding: 15px;
}
.share {
	right: 14px;
}
.visible .collage-item.bb .bg-wrap {
	bottom: 0px!important;
}
ul.numbers li {
	margin-bottom: 20px;
	display: block;
}
.main-nav ul {
	margin-top: 80px;
}
.main-nav li {
	height: auto;
}
.main-nav li br {
	display: none;
}
.main-nav a, .main-nav span {
}
.main-nav li img {
}
.video-section-overlay p {
	line-height: normal;
}
.section-body {
	padding-top: 30px;
	padding-bottom: 30px;
}
h2 {
	font-size: 1.4em;
}
.main-nav li {
	float: none;
	width: 100%;
}
.logo {
	width: auto;
	margin-right: auto;
	margin-left: -115px;
}
.logo img {
	width: 230px;
}
.wrap-center {
	margin: 0px;
	width: auto!important;
}
.slick-prev, .slick-next {
	top: 20%!important;
}
.slick-dots {
	display: none!important;
}
.inner-gallery .inner-gallery-item .title {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	color: #666;
	background-color: #F1F1F1;
}
.inner-gallery .slick-dots li button:before {
	color: #333!important;
}
.collage-item.c1r2 {
	height: 300px;
}
.logo-category img {
	width: 200px;
}
header {
	position: absolute!important;
}
#map, #panorama {
	height: 300px;
}
.support {
	display: none;
}
footer .copy, footer .lang {
	float: none;
	margin-bottom: 0px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
footer {
	height: auto;
	padding-top: 35px;
}
footer .socials {
	margin-bottom: 15px;
	margin-top: 0px;
}
.collage .collage-overlay {
	left: 20px;
	top: 20px;
}
.collage .collage-overlay:hover {
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
}
.menu-open, .share {
	position: absolute;
}
.chaika {
	display: none;
}
.over-text {
	bottom: 20px;
	top: 20px;
	left: 20px;
	right: 20px;
	width: auto;
}
.section-header {
	height: 550px;
}
.img3 {
	background-position: right center!important;
}
.pages {
	font-size: 0.8em;
}
.salt h3 {
	font-size: 1.4em;
}
ul.numbers li .number {
	font-size: 2.3em;
}
.salt {
	padding-top: 40px;
	padding-bottom: 40px;
}
.menu-open, .main-nav .mfp-close {
	right: 14px;
	margin-left: 0px;
}
footer .copy {
	padding-bottom: 20px;
	padding-top: 10px;
}
footer a.popup-modal {
	display: none;
}
.land .marker {
	display: none;
}
.main-nav li {
	margin-right: 0px;
	margin-left: 0px;
}

}
 @media screen and (max-height: 580px) {
.video-section-overlay h1 {
	font-size: 2.5em;
}
}
 @media screen and (max-width: 400px) {
	 body {
	font-size: 0.9em;
	line-height: normal;
}
.big-info {
	font-size: 1.1em;
}
.land .logo-main {
	top: 0%;
	width: 80%;
	margin-left: -40%;
}
.logo img {
	width: 180px;
}
.logo {
	margin-left: -90px;
}
.video-section-overlay h1 {
	font-size: 1.5em;
}
.video-section-overlay .overlay-container {
	padding: 0px;
}
.video-section-overlay {
	padding: 10px;
}
}
.donate-container {
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.section-donate {
	background-color: #DFDFDF;
	text-align: center;
	height: 500px;
	position: relative;
	width: 100%;
	background-position: center center; background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.section-donate .animal {
	position: absolute;
	z-index: 2;
	width: 45%; max-width: 900px;
	top: 50%;
	margin-top: -37%;
}
.donate5 .animal {
	margin-top: -17%;
}
.section-donate .animal img {
	width: 100%;
	display: block;
	max-width: 100%;
}
.section-donate .over-text {
	position: absolute;
	width: 25%;
	right: 10%;
	top: 80px;
	font-size: 1.2em;
	border: 4px solid #FFF;
	padding: 3%;
	line-height: normal;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.7);
	font-weight: normal;
	z-index: 3;
}
.section-donate .over-text .donate-container {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 @media screen and (max-width: 900px) {
.section-donate .over-text {
	width: auto!important;
	left: 0px;
	right: 0px;
	top: auto;
	bottom: 0px;
	padding: 3%;
	background-color: #FFF;
}
.donate5 .animal {
	margin-top: 2%;
}
.section-donate .animal {
	position: absolute;
	z-index: 2;
	top: 0px;
	width: auto!important;
}
}
.thanks {
	font-size: 1.2em;
	text-align: center;
	padding: 10%;
	line-height: normal;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.thanks h1 { font-size: 4em;
	font-weight: bold;
	color: #CCC;	 
}
.panorama {  }

.support p{
    -webkit-filter: drop-shadow(2px 3px 4px #BDBDBD);
    /* color: #BDBDBD; */
    filter: drop-shadow(2px 3px 4px #BDBDBD);
    font-size: 12px;
    margin-top: 0;
    padding-top: 3px;    
}




#section1 .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#section1 .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

#section1 .bounce2 {
    -webkit-animation-name: bounce2;
    animation-name: bounce2;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes bounce2 {
	0%, 10%, 20%, 30%, 40% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
						transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
						transform: translate3d(0,0,0);
	}

	10%, 13% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
						transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -10px, 0);
						transform: translate3d(0, -10px, 0);
	}

	30% {
		-webkit-transition-timing-function: cubic-bezier(13.755, 13.050, 13.855, 13.060);
						transition-timing-function: cubic-bezier(13.755, 13.050, 13.855, 13.060);
		-webkit-transform: translate3d(0, -15px, 0);
						transform: translate3d(0, -15px, 0);
	}

	40% {
		-webkit-transform: translate3d(0,-4px,0);
						transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce2 {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
						transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
						transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
						transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
						transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
						transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
						transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
						transform: translate3d(0,-4px,0);
	}
}



@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
						transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
						transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
						transform-origin: center;
		-webkit-transform: none;
						transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
						transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
						transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center;
						transform-origin: center;
		-webkit-transform: none;
						transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
					animation-name: rotateIn;
}



@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
						transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
						transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
						transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
						transform-origin: center;
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center;
						transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
						transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut !important;
	animation-name: rotateOut !important;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;	
}

#sound {
	position: absolute;
    display: block;
    z-index: 91;
    right: 47px;
    bottom: 30px;
    width: 20px;
    height: 20px;
}

#sound:hover {
	cursor: pointer;
}


.soundOn {
    background-image: url("../../images/soundon.png");
    background-size: 20px 19px;
    background-repeat: no-repeat;
}


.soundOff {
    background-image: url("../../images/soundoff.png");
    background-size: 20px 19px;
    background-repeat: no-repeat;
}

.langactive {
	color: #fabc05 !important;
}