
body {
    font-family: 'Sevillana';
    background-image: url(images/bgc.png);
    background-size: contain;
    background-position: left top;
}
.div {
    min-width: 100%;
    min-height: 100%;
    position: relative;
}
.main {
    background-image: url(images/kompiuter-monitor-sistemnik-naushniki-mysh.jpg);
    background-size: cover;
    width: 100%;

}

a{
    text-decoration: none;
}

.navigation__links p{
    font-size: 22px;
    color: red;
  }
.main__navigation {
    width: 100%;
    display: flex;
    border-radius: 10px;
    }

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100px;
}

.navigation__links p:hover{
    color: gray;
}

.navigation__links {
    display: flex;
    color: red;
    justify-content: space-between;
    width: 80%;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.contact h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact span{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   font-weight: 600;
}
.contact{
    color: red;
    margin-left: 5%;
    margin-top:3%;
}

.office{
    margin-top: 3%;
    color: black;
    justify-content: space-between;
    width: 37%;
    font-size: 20px;
    display: flex;
}

.phone img{
    width: 40px;
}
.phone span{
    margin-top: 2%;
}
.phone{
    margin-top: 3%;
    color: black;
    justify-content: space-between;
    width: 23%;
    margin-right: 1%;
    font-size: 20px;
    display: flex;
}


.hellper img{
    width: 60px;
    height: 50px;
    margin-top: 3%;
    margin-right: 5%;
}
.hellper span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hellper{
    margin-top: 2%;
    color: black;
    justify-content: space-between;
    width: 27%;
    padding-right: 20%;
    font-size: 20px;
    display: flex;
}

.email img{
    width: 50px;
    height:50px ;
}

.email span{
    margin-top: 2%;
    margin-left: 15%;
}

.email a{
    color: red;
}

.email a:hover{
    color: black;
}
.email{
    margin-top: 3%;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: space-between;
    width: 30%;
    margin-right: 1%;
    font-size: 20px;
    display: flex;
}

    body{
      background: url('');
      background-size: cover;
      height: 100vh;
    }
    
    .wrapper{
      position: absolute;
      top: 45%;
      margin-left: 20%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 42%;
      max-width: 40%;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      background: whitesmoke;
      padding: 30px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }
    
    .wrapper .title h1{
      color: red;
      text-align: center;
      margin-bottom: 3px;
    }
    
    .contact-form{
      display: flex;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    
    .input-fields{
      display: flex;
      flex-direction: column;
      margin-right: 4%;
    }
    
    .input-fields,
    .msg{
      width: 60%;
    }
    
    .input-fields .input,
    .msg textarea{
      margin: 20px 0;
      background: transparent;
      border: 0px;
      border-bottom: 2px solid red;
      padding: 10px;
      color: red;
      width: 100%;
    }
    
    .msg textarea{
      height: 73%;
      width: 100%;
    }
    
    ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: red;
    }
    ::-moz-placeholder {
      /* Firefox 19+ */
      color: red;
    }
    :-ms-input-placeholder {
      /* IE 10+ */
      color: red;
    }
    
    .btn {
        background: red;
        text-align: center;
        padding: 15px;
        border-radius: 5px;
        color: #ffffffd2;
        cursor: pointer;
        text-transform: uppercase;
    }
    
    @media screen and (max-width: 600px){
      .contact-form{
        flex-direction: column;
      }
      .msg textarea{
        height: 80px;
      }
      .input-fields,
      .msg{
        width: 100%;
      }
    }

.map span{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;
}

.map{
    margin-top: 5%;
    margin-left: 15%;
    border: red solid 5px;
    
    display: block;
    align-items: center;
    width:65.5%; 
    justify-content: center;
}

.map img{
    width: 100%;
    height: 100%;
}
.map p{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
