body{
	overflow-x: hidden;
}
#main-container{
	max-width: 100%;
}
.newsmodulebody, .mainmodule, .ukrmodulebody, .mainakciamodulebody, .slidermodule, .catnewsmodulebody{
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin: 0 auto;
}
#header{
	height: 755px;
}
#up{
	margin-top: -310px;
}
#header a.logo{
	margin-top: 70px;
}

.ymaps-2-1-34-svg-icon{
	width: 367px !important;
	height: 185px !important;
	background: url(../images/map.png) center center no-repeat !important;
	left: -161px !important;
	top: -188px !important;
}
.mainmodule{
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #404040;
	margin-bottom: 100px;
}

.ukrmodule{
	background: url(../images/bottom.jpg) center center no-repeat;
	font-family: 'Plumb-Black', sans-serif;
	font-size: 30px;
	color: #fff;
    height: 485px;
	display: table;
	width: 100%;
	z-index: 3;
	position: relative;
}
.ukrmodulebody{
	display: table-cell;
	vertical-align: middle;
}
.ukrmodule p{
	position: absolute;
	margin: 0;
	opacity: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ukrmodule p img{
	display: block;
}

.ukrmodule p:nth-child(1){right: -30%; top: -320px;}
.ukrmodule p:nth-child(2){right: -20%; top: 220px;}
.ukrmodule p:nth-child(3){right: 100%; top: -180px;}
.ukrmodule p:nth-child(4){right: -40%; top: 150px;}

.ukrmodule.viewdiv p:nth-child(1){opacity: 1; right: 30%; top: -160px; z-index: 2;}
.ukrmodule.viewdiv p:nth-child(2){opacity: 1; right: 45%; top: 90px; z-index: 1;}
.ukrmodule.viewdiv p:nth-child(3){opacity: 1; right: 65%; top: -60px;}
.ukrmodule.viewdiv p:nth-child(4){opacity: 1; right: 10%; top: 50px;}

.ukrmodule p:last-child{
	position: relative;
	border: 1px solid #fff;
	background: #745FA2;
	-webkit-box-shadow: 0 0 0 7px rgba(48, 13, 67, 0.9);
	   -moz-box-shadow: 0 0 0 7px rgba(48, 13, 67, 0.9);
	        box-shadow: 0 0 0 7px rgba(48, 13, 67, 0.9);
	text-align: center;
	padding: 60px;
	max-width: 720px;
	margin: 0 auto;
	z-index: 3;
	opacity: 1;
}
.ukrmodule a{
	margin: 20px auto 0;
}

#no_sides{
    background: #fff;
    padding: 55px 0 220px;
    margin-bottom: -236px;
}

.newsmodule{
	position: relative;
	z-index: 2;
}
.newsmodule .mod_latest_entry{
	position: relative;
	background: #fff;
	top: 100px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.newsmodule .mod_latest_entry:nth-child(2){-webkit-transition-delay: 0.25s;-moz-transition-delay: 0.25s;-o-transition-delay: 0.25s;transition-delay: 0.25s;}
.newsmodule .mod_latest_entry:nth-child(3){-webkit-transition-delay: 0.5s;-moz-transition-delay: 0.5s;-o-transition-delay: 0.5s;transition-delay: 0.5s;}

.newsmodule.viewdiv .mod_latest_entry{
	top: 0;
	opacity: 1;
}

.mainakciamodulebody{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.mainakciamodule > div{
	-webkit-transform: scale(0,0);
	   -moz-transform: scale(0,0);
	    -ms-transform: scale(0,0);
	     -o-transform: scale(0,0);
	        transform: scale(0,0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.mainakciamodule.viewdiv > div{
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
}
.mainakciamodule p{
	max-width: 48%;
}
.slidermodule{
	margin-top: 20px;
	position: relative;
}
.slidermodule .owl-prev, .slidermodule .owl-next{
	width: 11px;
	height: 16px;
	background: url(../images/mainArrow.png) center center no-repeat;
	margin: 0 10px;
}
.slidermodule .owl-next{
	-webkit-transform: scale(-1,1);
	   -moz-transform: scale(-1,1);
	    -ms-transform: scale(-1,1);
	     -o-transform: scale(-1,1);
	        transform: scale(-1,1);
}
.slidermodule .owl-nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slidermodule .owl-controls{
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mainakciamodule img{
	max-width: 555px;
}

.catnewsmoduletitle{
font-family: 'Plumb-Black', sans-serif;
margin:0 0 10px;
font-size:30px;
color: #aa7e00;
font-weight:normal;
text-align:center;
}
.catnewsmoduletitle::after{
	position: relative;
	display: block;
	content: "";
	width: 118px;
	height: 53px;
	background: url(../images/mainUzor.png) center center no-repeat;
	margin: 10px auto 20px;
}
.catnewsmodule{
	padding: 60px 0 60px;
}
/*.uc_latest_item{
	position: relative;
	height: 0;
	padding: 50% 0;
}

.uc_latest_item table{
    margin-top: -50%;
}*/
.catnewsmodule .owl-stage{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.catnewsmodule, .mapmodule{
	position: relative;
	z-index: 2;
}

.newsmodule::before{
	position: absolute;
	display: block;
	content: "";
	width: 986px;
	
	/*top: -206px;*/
	bottom: -620px;
	z-index: -1;
}

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

.mainakciamodule img{
	max-width: 100%;
	height: auto !important;
}
.ukrmodule.viewdiv p:nth-child(4){
	right: 0;
}
.ukrmodule.viewdiv p:nth-child(1){
	right: 25%;
}
.ukrmodule p img{
	width: 90% !important;
	height: auto !important;
	margin: 0 auto;
}
.owl-carousel .owl-item img{
	height: auto !important;
}


}

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

.newsmodule::before{
	display: none;
}
#module_ajax_19{
	padding: 120px 0 40px;
}
.newsmodule{
	padding-bottom: 50px;
}



}

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

.mainakciamodulebody{
	display: block;
}
.mainakciamodulebody p{
	max-width: 100%;
}
.mod_latest_entry{
	width: 48%;
}
.mod_latest_entry:last-child{
	display: none;
}


}


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

.uc_latest_item{
	float: none;
	margin: 0 auto;
}

}



























/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}