@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,cyrillic);
/*@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=El+Messiri:wght@400..700&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/

* {
  margin: 0;
  padding: 0;
  color: #dcdcdc;
  list-style: none;
  border: 0px;
  font-family: Arial, 'Literata', sans-serif;
}

input, textarea {
  color: #111111;
  background-color: #f5f5f5;
}

h1, h2, h3 {
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    font-family: 'Amatic SC', 'El Messiri';
    zoom: 1.5;
    font-weight: bold;
}

h1 *, h2 *, h3 * {
    font-family: inherit;
}

body {
  background-size: cover;
/*   background-color: #024363; */
  background-color: #000; /*#6fa6cf ;#000;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
/*   background-image: url('/img/Vokrug-Da-Okolo-Circle_ws.jpg'); */
/*   background-size: 10%; */
  background-position-y: top;
  background-position-x: center;
  background-size: contain;
  background-repeat: no-repeat;
    font-size: 1.15em;

    max-width: 1200px;
}

body.index {
  background-image: url('/img/vokrug2okolo-graffiti-c.jpg');
}

body .body .body-wrapper {
  margin: 20px;
}

body .body .body-wrapper .portfolio {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  min-height: 210px;
}

body .lang-switcher-div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

body .lang-switcher-div ul {
  margin: 4px;
}

body .lang-switcher-div ul li {
  margin: 4px;
  padding: 2px;
}

body .footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: inline-block;
  background-color: rgba(20, 20, 0, 0.4);
}

.afisha {
	position: absolute; 
	right: 0px;
	background-color: #ef5141;/*rgba(0,0,0,.34);*/
	display: inline-block;
	padding: 18px;
	border-radius: 5px 0 0 5px;
	font-size: 1.3em;
}

@media only screen and (max-height: 400px) {

  body .footer {
    position: inherit;
    display: inline;
  }
}

body .footer .footer-wrapper {
  padding: 10px;
}

body .footer .footer-wrapper table {
  margin-bottom: 10px;
}

body .footer .footer-wrapper table tr td {
  white-space: nowrap;
}

.footer-wrapper ul {
text-align: center;
margin-bottom: 2em;
}
.footer-wrapper ul li {
display: inline-block;
padding: 20px 20px;
font-size: 1.7em;
}

.footer-wrapper ul li a {
    color: white !important;
}

@media screen and (max-aspect-ratio: 38/50)  {
	.index .footer-wrapper ul li {
	display: inline-block;
	padding: 20px 30px;
	font-size: 4em;
	}
	
	body .veg {
		display: none;
	}
	body {
		background-position-y: center;
	}
	
	.afisha {
  		font-size: 3em;
  		position: fixed;
  		top: 0;
  		right: 0;
  		left: 0;
  	}


}

@media only screen and (min-aspect-ratio: 40/50) and (orientation: portrait)  {
	body {
/* 		background-size: 155%; */
		background-position-y: middle;
	}
}


body .veg {
  position: fixed;
  right: 12px;
  bottom: 12px;
  background-image: url(/img/veg_icon.png);
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}