

.targowa {
    background:url('https://magismo.ru/viarholl/imgs/mainbgbl.png') no-repeat fixed;
    background-size: cover;
    background-position: center;
}

.kanvasou {
    background:url('https://magismo.ru/viarholl/imgs/kanvasou.png') no-repeat fixed;
    background-size: 100% 100%;
}

.alfiri {
    background:url('https://magismo.ru/viarholl/imgs/alfiri.png') no-repeat fixed;
    background-size: 100% 100%;
}

.trescukul {
    background:url('https://magismo.ru/viarholl/imgs/trescukul.png') no-repeat fixed;
    background-size: 100% 100%;
}

.mosvel {
    background:url('https://magismo.ru/viarholl/imgs/holm.png') no-repeat fixed;
    background-size: 100% 100%;
}

.targ {
    background:url('https://magismo.ru/viarholl/imgs/targ.png') no-repeat fixed;
    background-size: 100% 100%;
}

@font-face {
font-family: Original;
src: url('fonts/Original.otf');
}

@font-face {
font-family: Armad;
src: url('fonts/Armad.ttf');
}

@font-face {
font-family: Magismo;
src: url('fonts/Magismos.ttf');
}

.customfont { font-family: Original;}
.magismo { font-family: Magismo;}

.table {
   width: 80%;
	top: 0;
	right:55px;
    overflow:hidden;
    position:absolute;
    background: url('imgs/placava.png') fixed;
}

.center {
    margin: 0 auto;
	padding:10px;
}

#map {
    background-image: url('https://magismo.ru/viarholl/imgs/bde48b64e4930168588a32e190923044.jpg');
}

#map input[type="text"] { 
    margin-left: 100px; 
    margin-top: 100px; 
    
}

.rightarrow {
    margin: auto;
	padding:10px;
	overflow:hidden;
    position:absolute;
    bottom:45%;
    left:90%;
}

.leftarrow {
    margin: auto;
	padding:10px;
	overflow:hidden;
    position:absolute;
    bottom:45%;
    right:90%;
}

.street {
   left:50%;
   top: 0;
   overflow:hidden;
   position:absolute;
}

.fonar {
   width: 80%;
	bottom: 0;
	left:55px;
    overflow:hidden;
    position:absolute;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #888;x
  width: 50% !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}