@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic");
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic');

* {
  box-sizing: border-box;
}
div {
  margin-left: 0;
  margin-right: 0;
}
body,
html {
   width: 100%;
}

.instruction{
  display: flex;
  flex-wrap: wrap;
}
.anchor {
  width:100%;
  height:100vh
}


#anchor_one{
  padding-top: 0px;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color:#fff;
  z-index: 1;
  height: 80px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.header.shrink {
  background: rgba(0, 0, 0, 0.85);
  height: 50px;
}

.header h1
{
  height: 100%;
  margin-left: 10%;
  display: flex;
  align-items: center;
  font-size:30px;
  font-weight:normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header.shrink h1
{
  font-size:24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#langBtn
{
  position: absolute;
  right: 0px;
  margin-right: 10%;
  border:none; 
  color:whitesmoke;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

footer {
  background: rgba(0, 0, 0, 0.795);
  width: 100%;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  }

.enterData
{
  display: flex;
  flex-direction: column;
}

#map {
  width: 100%;
  height: 100% !important;
  margin: 0;
}

#infBtnCol
{
  top: 15px;
}

.paral {
  background-image: url('images/city.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  width:100%;
  height:100vh
 }

.paral p {
  font-size: 6vmin;
  color: #f5f5f5;
  text-align: center;
  padding-top: 3vmin;
  line-height: 10vmin;
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.paral h1 {
  color: white;
  font-size: 11vmin;
  text-align: center;
  padding-top: 90px;
  line-height: 15vmin;
}

.form-row {
  display: flex;
  justify-content: center;
  align-content: flex-end;
 margin: 0 0 20px 0;
}

h2 {
  color: black;
  font-size: 6vmin;
  text-align: center;
  line-height: 10vmin;
}

h3 {
  color: black;
  font-size: 4vmin;
  text-align: center;
    line-height: 6vmin;
}

h4{
  font-size: 30px !important ;
  color: black;
  text-align: center;
  padding-top: 20px;
  line-height: 40px;
}

.card-deck{
  max-width: 95%;
  padding-top: 20px; 
  width: 900px;
 }

.card-body{
  text-align:  center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 align-items: center;
 }

#ffc{
  color: white;
  cursor: pointer;
  border-color: white;
  border: 10px;
  
}

#ffc:hover {
  border: 10px;
  color: #8dc4f8;
}

#files{
  width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#files+.js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;}
 
  .mb-2{
    width: 200px ;
  }
  
  .navbar{
    display: flex;
    justify-content: space-between;
  }

@media(max-width:768px){
  .anchor{height: 200vh;}
 }