body {
    font-family: 'robotoregular', Arial, sans-serif;
    padding: 0px;
    margin: 0px;
}
header {
    background: url('../img/first.jpg') no-repeat center top / cover;
    padding: 47px 0 34px 0;
}

.container {
    width: 785px;
    margin: 0 auto;
}
.logo {
    width: 220px;
    text-align: center;
    display: inline-block;
}
.logo img {
    width: 220px;
}

nav {
    margin-top: 50px;
}
.menu {
    margin: 0;
    display: block;
}
.menu li {
    float: left;
    display: block;
    margin-right: 41px;
}
.menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.titles__first {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-top: 90px;
    font-family: 'robotoregular', Arial, sans-serif;
}
h1 {
    font-size: 75px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 15px;
}
.our_team {
    margin-bottom: 50px;
}
.about {
     margin-bottom: 50px;
}
.about_us {
    background: #fed136;
    color: #484543;
    border-radius: 3px;
    display: block;
    width: 240px;
    padding: 20px 0;
    margin: 75px auto 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.about_us:hover {
    background: #f7c20f;
}
.title {
    padding-top: 115px;
}
.title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.title p {
    color: #777777;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.services {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.services__item {
    width: 220px;
    float: left;
    text-align: center;

}
.services__item h3 {
    font-size: 18px;
    margin: 10px 0 5px 0;

}
.services__item p {
    color: #777777;
    font-size: 14px;
    line-height: 1.55em;
    font-family: 'robotoblack', Arial, sans-serif;
}
.services__item:last-child {
    width: 220px;
    text-align: center;
}
.works {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.works .img_wrap {
    width: 33.333%;
    /* height: 301px; */
}
.img_wrap img {
    width: 100%;
    max-width: 100%;
}
.works img:nth-child(2){
    margin-left: 0px;
}
.about clearfix {
    width: 197px;
    height: 43px;
    color: #222222;
    font-family: "Arial - Bold MT";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.45px;
}
.info-block-wrapper{
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.info-block-wrapper-even{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.info-block{
    display: flex;
    justify-content: center;
}
.info-block1 {
    width: 283px;
    color: #777777;
    font-family: "Arial - Bold MT";
    font-size: 14px;
    font-weight: 400;
}
.info-block1 > h3,
.info-block1 > p
{
    text-align: right;
}
.info-block1.even > h3,
.info-block1.even > p
{
    text-align: left;
}
.info-block-image{
    margin-left: 18px;
}
.info-block-image-even {
    margin-right: 18px;
}

.july {
    width: 503px;
    display: flex;
    justify-content: space-between;
}
.futer {
    text-align: center;
}
.social {
    text-align: center;
}
.svg_facebook_icon {
    width: 18px;
    height: 15px;
    fill: #fff;
}
/* .svg_facebook_icon:hover {
  fill: #1b1b1c;
} */
.social_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  opacity: 0.4;
      -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social_link:hover {
  background-color: #fff;
  opacity: 1; 
}
.social_link:hover .svg_facebook_icon {
  fill: #1b1b1c;
}
.fl_right {
    float: right;
}
.fl_left {
    float: left;
}
.phone_footer {
    font-size: 16px;
    color: #fff;
    margin: 0px 0 10px 0;
    text-decoration: none;
    display: block;
    line-height: 1.5;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.footer {
  padding: 30px 0 30px;
  background-color: #1b1b1c;
  text-align: center;
}
.phone, .mail {
  color: #fff;
  text-decoration: none;
}
.phone {
    display: inline-block;
    font-size: 27px;
    color: #fff;
    text-shadow: 1px 2px 1px rgb(64, 64, 64);
    margin: 26px 0 0 0;
    vertical-align: bottom;
}
.adress {
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}
.mail_footer {
    line-height: 1.5;
}
.logo_footer {
    float: right;
    margin: -97px 30px 0 0;
}