html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
h1, h2 {
	text-align: center;
}
img {
   border: none;
   vertical-align: middle;	
}
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*,*:before,*:after  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
a, a:visited  {
	text-decoration: none;
	color: #0265CD;
	border: none;
	outline: none;
}
.tl a,.tl a:visited,.cnt a,.cnt a:visited  {
	color: #fff;

}

.tl a:hover,.cnt a:hover {
color: #FE9191;
}
a:hover {
	text-decoration: none;
	color: #00718E;
}
input:active, input:hover, input:focus, button:active, button:hover, button:focus  {
    outline: 0;
    outline-offset: 0;
}
video#video{
	min-height: 100vh;
	min-width: 100vw;
	top: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	z-index: -110;
	margin-top: 0;
}
@media (max-width:768px){
video#video{
    margin-left: -50%;
    min-width: 150%;
}
}
@media (max-width:450px){
video#video{
    margin-left: -100%;
    min-width: 200%;
}
}
.wrapper {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.block {
	margin: 0 auto;
	min-width: 320px;
	max-width:1400px;
	position: relative;
}
header {
	min-width: 320px;
	padding: 0  0 50px 0;
	background-image: url(../all-img/2.jpg);
	background-position: center center;
	background-size: cover;
	color: #FFF;
	text-align: center;
}
.dvz {
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
	margin: 50px 0;
	font-size: 33px;
	position: relative;
}
@-webkit-keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
.dvz:after, .dvz:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink6 10s linear infinite;
  animation: blink6 10s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
.dvz:before {
  top: -30%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.ah2 {
	text-align: center;
	letter-spacing: 3px;
	font-size: 66px;
	display: block;
	padding: 20px 10px 46px;
	text-transform: uppercase;
}
.ah2 span {
	opacity: 1;
	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: sharpen 0.9s linear backwards;
	-moz-animation: sharpen 0.9s linear backwards;
	-ms-animation: sharpen 0.9s linear backwards;
	animation: sharpen 0.9s linear backwards;
}
.ah2 span:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.ah2 span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.ah2 span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.ah2 span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.ah2 span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ah2 span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.ah2 span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.ah2 span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
}



.ah2 span:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.ah2 span:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.ah2 span:nth-child(11) {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	-ms-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.ah2 span:nth-child(12) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.0s;
}

@keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-moz-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-webkit-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-ms-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #fff;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #fff;
   	color: transparent;
 }
 100% {
    color: #fff;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
.dvz2 {
	font-style: oblique;
	font-weight: bold;
	font-size: 21px;
	display: block;
}
.cnt {
	margin: 50px 0 30px;
	font-size: 26px;
}
.cnt span {
	display: block;
	margin-bottom: 12px;
}
@media (max-width:918px){
.dvz {
	margin: 35px 0;
	font-size: 28px;
}
.ah2 {
	font-size: 48px;
	padding: 8px 10px 49px;
}
.dvz2 {
	font-size: 19px;
}
.cnt {
	margin: 40px 0 20px;
	font-size: 22px;
}
}
@media (max-width:660px){
.dvz {
	margin: 32px 0;
	font-size: 25px;
}
.ah2 {
	font-size: 38px;
	padding: 8px 9px 36px;
}
.dvz2 {
	font-size: 18px;
}
.cnt {
	margin: 35px 0 17px;
	font-size: 19px;
}
}
.middle {
	width: 100%;
	padding: 0 0 310px;
	position: relative;
}
.container {
	width: 100%;
	overflow: hidden;
	background-color: rgba(21,0,0,0.8);
}
article, .niz {
	padding: 0 110px;
	margin: 0 0 26px 0;
	color: #EDEDED;
	font-size: 18px;
	font-style: italic;
}
article{
	text-align: center;
}
.niz {
	text-align: justify;
}
.niza {
	padding: 26px 0 5px
	;
}
.art {
	padding: 30px 0 60px;
	text-align: justify;
}
@media (max-width:1230px){ 
article, .niz {
	padding: 54px 58px 0 58px;
	font-size: 17px
}
}
@media (max-width:860px){ 
article, .niz {
	padding: 30px 28px 0 28px;
	background: none;
	font-size: 16px
}
}
@media (max-width:620px){ 
article, .niz {
	padding: 17px 10px 0 10px;
	font-size: 15px
}
}
.statia {
	margin: 20px 45px 0 45px;
	padding: 15px 25px;
	clear: both;
}
.img-body {
	margin: 6px 36px 6px 1px;
	float: left;
	width: 206px;
	height: auto;
	outline: 5px solid rgba(255,255,255,0.54);
    outline-offset: -5px;
}
@media (max-width:550px){
.img-body {
	margin: 6px auto 18px;
	width: 100%;
	float: none;
	max-width: 390px;
	display: block;
}
}
.ogst a {
	font-size: 18px;
	font-weight: bold;
}
.ogst a:hover {
	color: #F00101;
	text-decoration: underline;
}
@media (max-width:1272px){
.tekst {
	padding: 20px 10px 30px 10px;
        text-align: justify;
}
.statia {
	margin: 20px 20px 0 20px;
	padding: 15px 25px;
}
}
@media (max-width:800px){
.tekst {
	padding: 20px 0 30px 0;
}
.statia {
	margin: 20px 0 0 0;
	padding: 15px;
}
}
footer {
	margin: -310px auto 0 auto;
	height: 310px;
	min-width: 320px;
	padding: 18px 0 0;	
	background-color: rgba(0,0,0,0.3);
	position: relative;
	text-align: center;
	color: #F3F3F3;
	font-size: 15px;
	border-top: 2px solid #fff;
}
footer a,.social a, footer a:visited,.social a:visited  {
	color: #FFF;
}
footer a:hover {
	color: #C7F1FF;
}
.tlf {
	margin: 10px 0 6px;
	display: block;
	color: #FFF;
}
.ic {
	display: inline-block;
	margin: 5px 0 4px 0;
	font-size: 20px;
	font-weight: bold;
}
.wv {
	display: inline-block;
	color: #E9E9E9;
	max-width: 300px;
	font-weight: bold;
}
.sow {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
}
.tlq {
	border: 1px solid #FFF;
	border-radius: 50%;
	padding: 2px 0 1px;
	font-size: 11px;
	display: block;
	margin-top: 4px;
	position: absolute;
}
.wo {
	font-size: 18px;
	font-weight: normal;	
	text-shadow: 
		-0   -1px 1px #FFFFFF,
		 0   -1px 1px #FFFFFF,
		-0    1px 1px #FFFFFF,
		 0    1px 1px #FFFFFF,
		-1px -0   1px #FFFFFF,
		 1px -0   1px #FFFFFF,
		-1px  0   1px #FFFFFF,
		 1px  0   1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF;
}
.w1 {
	margin: 0 4px 0 -3px;
	color: #7F00A8;
}
.w2 {
	color: #00A049;
}
.pch {
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 16px;
	padding-left: 17px;
}
.pch:before {
	font: normal  15px fontello;
	display: inline-block;
	float: left;
	margin: 6px 5px 0 0;
	content: '\e833';
}
.social ul {
	margin: 8px 0 0 0;
	list-style: none;
	padding: 0;
}
.social ul li {
	margin: 0 4px;
	display: inline-block;
}
.social a:hover {
	text-decoration: none;
	color: #fff;	
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.fb a,.tw a,.gp a,.vk a{
	font-size: 15px;
	line-height: 27px;
	display: inline-block!important;
	width: 28px;
	height: 26px;
	text-align: center;
	padding: 0;
	border-radius: 5px;
	background-image: none;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45);

	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.45);
	text-shadow: 1px 1px 6px rgba(0,0,0,0.89);
}
.social .fb a:before {
	content: "\f09a";
	font-family: fontello;
}
.fb a {
	background: #3C5B9B !important;
}
.social .tw a:before {
	content: "\f167";
	font-family: fontello;
}
.tw a {
	background-color: #ED4034;
}
.social .gp a:before {
	content: "\f32d";
	font-family: fontello;
}
.gp a {
	background-color: #904112;
}
.social .vk a:before {
	content: "\f189";
	font-family: fontello;
}
.vk a {
	background: #027ba5 !important;
}
.smap {
	font-weight: bold;
}
.stat {
	margin: 19px 0 24px;
	display: block;
}
.cop {
	display: block;
	font-size: 10px;
}
.made {
	margin: 10px 0 0;
	display: inline-block;
	width: 150px;
	font-size: 12px;
	position: absolute;
left: -999999999px;
}
.icon-ss {
	font-size: 24px;
	display: block;
}
.pas {
	padding-bottom: 48px;
}

.clear {
	clear: both;
}
.contner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #790029;
	background-image: -webkit-linear-gradient(270deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(73,0,25,1.00) 0%,rgba(118,0,39,1.00) 29.02%,rgba(132,0,44,1.00) 65.80%,rgba(52,0,17,1.00) 99.48%);
}
.bll {
	padding-top: 29px;
}
.cuw {
	font-size: 29px;
	font-weight: 800;
	padding: 20px 0 10px;
	display: block;
}
@media (max-width:690px){ 
.cuw {
	font-size: 22px;
	padding: 16px 0 10px;
}
}
.button-container a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	margin: 34px 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #524f4e;
	background: white;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: .3s;
	font-style: normal;
}
.button-container a:hover {
	background-color: #CE0000;
	box-shadow: 0px 15px 20px rgba(103,103,103,0.40);
	color: #fff;
	transform: translateY(-7px);
	-webkit-box-shadow: 0px 15px 20px rgba(103,103,103,0.40);
}
.dopr {
	margin: -38px 0 0 0;
	color: #FFF;
	background-image: url(../all-img/musu.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
	background-repeat: no-repeat;
}
.dop2 {
	display: block;
	padding: 25px 0;
	width: 100%;
	margin: 0;
	background-color: rgba(75,1,2,0.50);
}
.ogl {
	font-size: 39px;
	padding: 40px 0 22px;
	display: block;
}
.row {
	margin: 0 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
.tvt {
	position: relative;
	min-height: 1px;
	padding: 0 1% 12px;
	text-align: center;
	width: 23%;
	display: inline-block;
}
.aqx {
	display: inline-block;
}
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item.circle, .ih-item.circle .img  {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item img {
    width: 100%;
    height: 100%;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.circle.eff .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.eff.colored .info {
  background: #1a4a72;
}
.ih-item.circle.eff .info {
  background: #333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.eff .zg {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	margin: 0 30px;
	padding: 48px 0 0 0;
	height: 87px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
	display: block;
}
.ih-item.circle.eff .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.eff.scale_up .info {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ih-item.circle.eff.scale_up a:hover .img {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.ih-item.circle.eff.scale_up a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zgl {
	font-size: 20px;
	display: block;
	margin-bottom: 12px;
	padding: 14px 0 22px;
}
@media (max-width:1120px){
.row {
	margin: 0 8px;
}
.tvt {
	min-width: 228px;
}	
.zgl {
	font-size: 17px;
}
}
.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
.otzivi {
	font-size: 24px;
	margin: 10px 0 29px 0;
	font-weight: bold;
	color: #FFFFFF;
}
.otzivi a {
	color: #FFF;
}
.cotr {
	padding: 0;
	text-align: center;
	font-style: italic;
	color: #F3F3F3;
	margin: 0 0 40px 0;
}
.ton {
	padding: 50px 120px 20px;
	background-color: rgba(0, 0, 0, 0.66);
}
.owl-prev {
	position: absolute;
	left: -90px;
	top: 20px;	
}
.owl-next {
	position: absolute;
	right: -90px;
	top: 20px;
}
@media (max-width:1028px){
.ton {
	padding: 50px 60px 20px;
}	
.owl-prev {
	left: -57px;
}
.owl-next {
	right: -57px;
}
}
@media (max-width:668px){
.ton {
	padding: 50px 20px 20px;
}	
.owl-prev,.owl-next {
	display: none;
}
}
@media (max-width:598px){
.cotr {
	padding: 30px 0 1px 0;
}
}
@media (max-width:510px){
.ton {
	padding: 50px 9px 20px;
}	
}
.st6 {
	font-size: 26px;
	color: #DFDFDF;
}
button {
  outline: none;
  border: 0;
  background: transparent;
}
.item span {
	font-size: 17px;
	font-style: normal;
}
.item p {
	font-size: 20px;
	color: #FFDAD2;
	font-weight: bold;
}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.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{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.nz {
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 120px 0;
}
.nnz {
	display: block;
	padding: 10px 0 60px;
	background-color: #000000;
}
.post {
	width: 19%;
	margin: 2%;
	text-align: center;
	padding: 8px;
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}
.dec{
	max-width: 98%;
}
.wblock {
	font-size: 16px;
	padding: 6px 0 33px 0;
	color: #DFDFDF;
	text-align: center;
}
.spn {
	font-size: 22px;
	font-weight: bold;
}
.cont-dos {
	margin: 0;
	padding: 0 0 10px 0;
}
.imgpp {
	margin: 0 auto 6px auto;
	width: 100%;
	height: auto;
}
@media (max-width:1185px){
.post {
	width: 21%;
	margin: 0.6%;
	padding: 7px;
}
.wblock {
	font-size: 15px;
}
.spn {
	font-size: 18px;
}	
}
@media (max-width:920px){
.post {
	width: 41%;
	margin: 2%;
	padding: 8px;
	font-size: 14px;
}
.wblock {
	font-size: 16px;
}
.spn {
	font-size: 19px;
}	
}
@media (max-width:640px){
.post {
	width: 42%;
	margin: 12px 1%;
	padding: 7px;
}
}
@media (max-width:520px){
.post {
	width: 90%;
	margin: 12px 1%;
	padding: 7px;
	max-width: 290px;
}
}
.img-right4 {
	margin: 6px 1px 6px 12px;
	float: right;
	height: 260px;
	width: auto;
}
@media (max-width:590px){
.img-right4 {
	margin: 7px auto;
	float: none;
	max-width: 310px;
	display: block;
	height: auto;
	width: 88%;
}
}



.dip {
text-align: center;
position: relative;
margin: 0 auto;
padding: 18px 6px 50px;
background-color: rgba(8, 8, 8, 0.208);
color: #ffffff;
}
.red {

display: block;
padding: 6px 14px 20px;
font-weight: bold;
}
.dipp {
display: inline-block;
width: 15%;
margin: 0 0.5%;
padding: 12px 0 20px;
vertical-align: top;
}
.dipp img{
	width: 98%;
	height: auto;
}
@media (max-width:790px){
.dipp {
	width: 30%;
	margin:0 1%;
}
}



.vdy {
  margin: 40px auto 10px auto;    
  max-width: 650px;
  text-align: center; 
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obekti {
	text-align: center;
	margin: 50px auto 30px;
	font-size: 12px;
}
.produkt {
	width: 29%;
	margin: 12px 1%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
.zag a{
	font-size: 17px;
	font-weight: bold;
	padding: 9px 0;
	display: block;
	color: #FFF;
}
.zag a:hover {
	color: #FFBABB;
}
.lazy {
	width: 100%;
	height: auto;
	outline: 5px solid rgba(255,255,255,0.54);
	outline-offset: -5px;
	box-sizing: border-box;
}
@media (max-width:870px){
.produkt {
	width: 44%;
}
}
@media (max-width:640px){
.produkt {
	width: 90%;
	max-width: 400px;
}
}
.br {
   padding-bottom: 20px;
}
.br2 {
   padding-bottom: 20px;
}
.br4 {
   padding-bottom: 40px;
}


	.mes {
	 display: block;
	 position: fixed;
	 right: 40px;
	 bottom: 60px;
	 z-index: 24;
	 width: 160px;
	 height: 60px;
	}
	.mes-btn {
	 display: block;
	 width: 60px;
	 height: 60px;
	 border-radius: 60px;
	 background-color: #0256AA;
	 position: absolute;
	 right: 0;
	 top: 0;
	 cursor: pointer;
	 z-index: 2;
	 text-align: center;
	 padding-top: 13px;
	 transition: 0.6s linear;
	 -webkit-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
	}
	.mes-btn::before {
	 content: '';
	 position: absolute;
	 border: 2px solid rgba(58, 97, 255, 0.5);
	 left: -20px;
	 opacity: 0;
	 right: -20px;
	 top: -20px;
	 bottom: -20px;
	 border-radius: 50%;
	 animation: pulse 2.5s linear infinite;
	}
	@keyframes pulse {
	 0% {
	  transform: scale(0.5);
	  opacity: 0;
	 }
	 50% {
	  opacity: 1;
	 }
	 100% {
	  transform: scale(1.2);
	  opacity: 0;
	 }
	}
	.mes-btn::after, .mes-btn::before {
	 content: '';
	 position: absolute;
	 border: 2px solid rgba(77, 112, 255, 0.5);
	 left: -20px;
	 opacity: 0;
	 right: -20px;
	 top: -20px;
	 bottom: -20px;
	 border-radius: 50%;
	 animation: pulse 2.5s linear infinite;
	}
	.mes-btn::after {
	 animation-delay: 1.25s;
	}
	@keyframes pulse {
	 0% {
	  transform: scale(0.5);
	  opacity: 0;
	 }
	 50% {
	  opacity: 1;
	 }
	 100% {
	  transform: scale(1.2);
	  opacity: 0;
	 }
	}
	.mes-btn:hover {
	 background-color: #880202;
	}
	.speak {
	 color: #FFF;
	 font-size: 30px;
	}
	.mes-links {
	 left: 0;
	 width: 140px;
	 transform: scale(0);
	 transform-origin: 100% 50%;
	 -webkit-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
	 z-index: 2;
	 position: relative;
	 top: 18px;
	}
	.mes-links.show {
	 transform: scale(1);
	}
	.mitem {
	 position: absolute;
	 width: 50px;
	 height: 50px;
	 border-radius: 50%;
	 background-color: #043875;
	 box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
	 top: -11px;
	 font-size: 24px;
	 padding: 11px 0 0 8px;
	 border: 1px solid #007FA2;
	 color: #FFF;
	}
	.mitem:hover {
	 background-color: #093F93;
	}
	.ms1 {
	 left: 47px;
	}
	.ms2 {
	 left: -6px;
	}
	.ms3 {
	 left: -59px;
	}
	.ms4 {
	 left: -112px;
	}
	.ms5 {
	 left: -166px;
	}