

* {
  box-sizing: border-box;
}




/* РАЗДЕЛЫ */
.main-title{
font-size: 1.5vw;
font-weight: bold;
text-align: left;
color: #FFFFFF;
}

input {
  color: transparent;
  text-shadow: 0 0 0 black;
}

.contactline{
width: 100vw;
z-index: 12;
position: fixed;
bottom: 0;
background-color: #FFFFFF;
padding-left: 15vw;
padding-top: 0px;
padding-bottom: 0px;
}

.contact{
float: left;
width: 20%;
padding: 20px;

}

.contact img{
height: 3vw;
}

.coninfo {
width: 20vw;
text-align: left;
padding-left: 10px;
}

/* КОНТАКТЫ */
h7{
font-size: 1.0vw;
font-weight: 200;
color: #464646;
}


.zag {
width: 100%;
height:100px;
}

.row > .column {
  padding: 0 1px;z
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


/* ШИРИНА КОЛОНКИ */
.column {
float: left;
width: 16.6%;
overflow: hidden;
}

.column img{transition: 0.2s;}
.column img:hover {transform: scale(1.05);}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}


/* ФОТО */
.modal-content {
  position: fixed;
  top: 2vw;
  left: 16%;
  padding: 0;
  margin: 0;
  width: 40%;
  height: auto;
}

.linecolumn-2 {
	position: fixed;
	top: 4%;
	left: 56%;
	width: 8%;
	display: none
}


.column-2 {
	position: relative;
	float: left;
	width: 100%
}

/* The Close Button */
.close {
  color: gray;
  position: fixed;
  top: 5%;
  left: 81%;
  font-size: 2vw;
  font-weight: bold;
  z-index: 21;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  color: gray;
  text-align: center;
  font-weight: bold;
  font-size: 3vh;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* ЦЕНЫ */
.numbertext {
position: fixed;
width: 28%;
height: 20vw;
background-colo: rgba(100,100,100,0.5);
top: 22vw;
left: 56%;
margin: 0;
padding: 20px;
font-size: 1.0vw;
text-align: center;
color: white;
border-top: 1px solid gray;
}




img {
  margin-bottom: -5px;
}


/* ОПИСАНИЕ */
.caption-container {
position: fixed;
background-colo: rgba(100,100,100,0.5);
top: 2vw;
left: 56%;
margin: 0;
padding: 20px;
width: 28%;
height: 20vw;
text-align: center;
color: white;
}

/* ОПИСАНИЕ ТЕКСТ */
h5{
margin-top: 1.0vw;
font-size: 1.0vw;
font-weight: normal;
text-align: left;
color: #FFFFFF;
}


.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.footer{
width: 100%;
height: 10vw;
background: #C8C8C8;
position: relative;
}
