@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,700');

/* body{
  background: #fafafa;
  font-family: 'Oswald', sans-serif;
} */

/* body *{
  color: #272727;
} */

a{
  text-decoration: none;
  color: #272727;
}


.cont{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#header_links li:nth-child(1) a{
  color: #365edc;
}


#Main{
  /* margin-top: 74px; */
}

#Hello{
  height: 600px;
  background-image: url("../images/main.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.used{
  color: #365edc;
}

h1{
  color: black;
  font-size: 26px;
  white-space: nowrap;
  font-weight: bold;
  /* position: absolute; */
  /* left: 50%;
  transform: translateX(-50%); */
}

#Hello h2{
  font-size: 30px;
  color: #ffffff;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

#Hello_icons{
  position: absolute;
  bottom: 200px;
  left: 72%;
  transform: translateX(-50%);
  width: 100%;
}

.Hello_icon{
  margin: 0 30px;
  float: left
}

.Hello_icon img{
  margin: 0 0 15px 50%;
  transform: translateX(-50%);
}

.Hello_icon p{
  font-size: 20px;
  color: white;
  text-align: center;
}

#help{
  height: 1000px;
}

.Block_title{
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
  position: relative;
  padding: 35px 0;
}

.Block_title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 45px;
  height: 6px;
  background: #365edc;
  border-radius: 2px;
}

#About{
  padding-bottom: 50px;
}

#about_text{
  margin: 30px 0;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

#About_icons{
  overflow: hidden;
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
}

.About_icon{
  margin: 30px 30px;
  width: 160px;
  text-align: center;
  float: left;
}

.About_icon p{
  font-size: 52px;
  margin-bottom: 10px;
  color: #365edc;
}

.About_icon span{
  font-size: 22px;
}

#Zahvat_1{
  background: url('../images/z-1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 310px;
}

.Zahvat_title{
  text-align: center;
  font-size: 42px;
  color: white;
  padding: 50px 0;
}

#Zahvat_form{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  float: left;
}

#Zahvat_form input, #Zahvat_form select{
  background: none;
  border: 1px solid white;
  outline: none;
  padding: 0 15px;
  width: 260px;
  height: 40px;
  color: white;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Oswald';
  float: left;
  margin-right: 15px;
}

#Zahvat_form select{
  height: 42px;
}

#Zahvat_button{
  cursor: pointer;
  background: none;
  border: 1px solid white;
  outline: none;
  padding: 11px 45px;
  color: white;
  font-size: 17px;
  font-weight: 300;
  font-family: 'Oswald';
  float: left;
  margin-right: 15px;
  transition: 0.1s ease-in-out;
}

#Zahvat_button:hover{
  color: #365edc;
  border: 1px solid #365edc;
}

#Zahvat_conf{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  float: left;
  margin-top: 10px;
  font-weight: 300;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
}

#Zahvat_conf a{
  color: #a7a7a7;
}

#Items{
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

#Items::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 90%;
  background: #c5c5c5;
}

.Item{
  overflow: hidden;
  width: 650px;
  position: relative;
  margin: 30px 0 20px 20px;
  padding: 5px;
  border: 1px solid transparent;
  /* transition: 0.1s ease-in-out; */
  float: left;
}

.Item:hover{
  border: 1px solid #e6e6e6;
}

.Item img{
  border-radius: 50%;
  float: left;
}

.Item h2{
  position: absolute;
  left: 111px;
  top: 16px;
  font-size: 28px;
}

.Item h3{
  position: absolute;
  left: 111px;
  top: 52px;
  font-size: 20px;
  font-weight: 300;
}

.Item p{
  position: absolute;
  right: 5px;
  top: 20px;
  font-size: 22px;
  font-weight: 300;
}

#Lekala{
  overflow: hidden;
  margin-top: 30px;
}

.Lekala{
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  padding: 5px;
  border: 1px solid transparent;
  transition: 0.1s ease-in-out;
  float: left;
  width: 1160px;
}

.Lekala:hover{
    border: 1px solid #e6e6e6;
}

.Lekala img{
  border-radius: 50%;
  float: left;
}

.Lekala h2{
  position: absolute;
  left: 111px;
  top: 16px;
  font-size: 28px;
}

#more_price{
  padding: 15px 20px;
  font-size:22px;
  border: 2px solid #272727;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  margin: 40px 0;
  transition: 0.2s ease-in-out all;
  border-radius: 3px;
}

#more_price:hover{
  border: 2px solid #365edc;
  color: #365edc;
}

#Sheme{
  min-height: 600px;
  background: url(../images/sheme.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

#Sheme a{
  color: white;
}

#Sheme .Block_title{
  color: white;
}

#Sheme_icons{
  position: relative;
  left: 50%;
  margin-top: 100px;
  transform: translateX(-50%);
  float: left;
}

.Sheme_icon{
  margin: 0 30px;
  text-align: center;
  line-height: 30px;
  float: left;
}

.Sheme_icon p{
  font-size: 20px;
  color: white;
}

#Sheme_button{
  position: relative;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  font-size: 18px;
  float: left;
  margin: 20px 0;
  padding: 5px 16px;
  border: 1px solid white;
  color: white;
  border-radius: 2px;
  transition: 0.2s ease-in-out all;
}

#Sheme_button:hover{
  color: #365edc;
  border: 1px solid #365edc;
}

.Print{
  margin: 100px 0 100px;
  overflow: hidden;
}

.print-l{
  float: left;
}

.print-m{
  margin-left: 5%;

}

.print-r{
  float: right;
}


.Print img{
  width: 50%;
}

.Print_info{
  width: 45%;
}

.Print_info h2{
  font-size: 28px;
  font-weight: 400;
}

.Print_info p{
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
}

.print_button{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 19px;
  float: left;
  margin: 30px 0;
  padding: 9px 23px;
  border: 1px solid black;
  border-radius: 2px;
  transition: 0.2s ease-in-out all;
}

.print_button:hover{
  color: #365edc;
  border: 1px solid #365edc;
}


/*BANNER FOR NEW YEAR*/

#NewYear{
  background: url("../images/new-year.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0;
}

#NewYear *{
  color: white;
}

.new_text{
margin: 30px 0;
font-size: 24px;
line-height: 42px;
text-align: center;
}

@media screen and (max-width: 720px){
  #NewYear{
    background-attachment: scroll;
  }
}

.text{
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: justify;
  padding: 20px 0;
}

.list{
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: justify;
  padding: 20px 0;
}

.list li{
  padding: 10px 0;
  margin-left: 25px;
  list-style-type: disc;
}
