

body {
    font-family: "lato", sans-serif;
    margin: 0px;
    padding: 0px;
}


a {
    color: #0076FF;
    text-decoration: none;
    line-height: 22px;
    border-bottom: 1px solid rgba(0, 118, 255, 0.2);
}

a:hover {
    color: #FF3824;
    border-bottom: 1px solid rgba(252, 99, 65, 0.3);
}

.send-email {
    font-size: 15px;
    margin: 2% 4% 0 0;
}

.send-email li {
    display: inline;
    list-style-type: none;
    margin-right: 5px;
    font-weight: 400;
    font-size: 18px;
}


.send-email p {
    font-weight: 400;
    font-size: 18px;
    margin-left: 325px;


}

.description {
    max-width: 100%;
    line-height: 1.3;
    margin-top: 40px;
}

.description h1 {
    font-size: 52px;
    margin-bottom: 10px;
    color: #383838;
    margin-top: 0px;

}


.description img {

}

.description ul {
    margin: 0;
    font-weight: 400;
    font-size: 18px;

}

.description li {
    list-style-type: none;
    padding-bottom: 8px;
}

.image {
  float: left;
  width: 20%;
  margin-left: 25px;
}

.image img {
  /*margin-right: 10px;*/
  width: 100%;
  max-width: 300px;
}

.kontent {
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
  text-align: center;
}

.kontent_contacts {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.header {
  /* background: #EEAE1C; */
  /* background: #ff6f61; */
  /* background-image: url(http://abaltser.ru/images/back.jpg); */
  /* padding: 160px 20px; */
  color: white;
  margin-bottom: -5px;
  max-height: 100%;
}

.header img {
  max-width: 100%;
}

.header h1 {
  text-transform: uppercase;
  font-size: 48px;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}

.header p {
    font-size: 26px;
    font-weight: 300;
}

.projects {
  margin: 0 auto;
  text-align: center;
  background: black;
  display: block;
  max-width: 900px;
}

.kontent h2 {
  font-weight: 300;
  color: white;
  font-size: 32px;
  margin: 0px;
  
}

.prices {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}

.prices img {
  max-width: 150px;
  margin-top: 20px;
}

.heading {
  text-align: center;
  margin: 0px 0px 20px 0px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(145deg, #5761b4 0%, #c142a0 100%);
  
  /* 
  background: rgba(47,47,47,0.98);
  background: #ff6f61;
  border: 1px solid #e0dbdb;
  border-radius: 5px; */
  
}

.start {
  float: left;
  width: 30%;
  margin: 0;
  padding-bottom: 15px; 
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  background: #fff2f2;
  border-radius: 10px;
  height: 350px;
  position: relative;
}

.start ul {
  margin: 0;
  padding: 0;
  height: 130px;
  padding: 10px;
}

.start li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.start p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ff6f61;
  font-weight: 400;
  font-size: 20px;
}

.start h3 {
    font-weight: 300;
    font-size: 24px;
    padding: 5px;
}

.projects .start {
  border: 1px solid #e0dbdb;
  margin-bottom: 20px;
  background: none;
}

.start:hover {
  background: #e0dbdb;
}

.start_img {
  height: 100px;
  position: relative;
  
}

.start_img  img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 80%;
}

.main {
  float: left;
  margin: 25px;
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 20px;
  /*width: 79%;*/
  
}

.clear {
    clear:both;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
}

.skill {
  width: 250px;
  height: 100px;
  margin: 10px;
}

.skill img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
    .image {
      float: none;
      width: 100%;
    }

    .main {
      width: 100%;
    }

}


@media screen and (max-width: 800px) {
    .image {
      text-align: center;
      }

    .start {
      width: 100%;
    }

    .start ul {
      height: 100%;
    }

} 
