body{
    margin: 0;
}
.menu{
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    opacity: 0.8;
}
.menu a{
    text-decoration: none;
    color: black;
    display: inline-block;
    width: 100px;
    padding: 20px 40px;
    font-weight: 400;
}
.menu a:hover{
    background-color: #ccc;
}
.header{
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: white;
    padding: 200px 0;
    background-image: url(img/polygons.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 58px;
    background-attachment: fixed
}
#about-company img{
    width: 400px;
    float: right;
    margin: 30px;
    margin-top: 0;
}
#about-company{
    text-align: justify;
    margin: 0 auto;
    width: 1200px;
    padding: 40px 0;
}
#about-company h2{
    text-align: center;
}
.header a{
    padding: 12px 24px;
    background-color: white;
    border-radius: 10px;
    text-decoration: none;
    color:black
}
.header p{
    margin: 45px 0 ;
}
.member{
    display: inline-block;
    text-align: left;
    width: 20%;
    vertical-align: top;
    margin: 20px 10px;
    border: 2px solid gray;
    padding: 15px;
    box-shadow: 0px 2px 20px gray;
}
.member img{
    width: 100%;
}
#team{
    text-align: center;
}
.member h3{
    font-weight: 400;
    font-size: 24px;
}
.member .position{
    opacity: 0.6;
}
.member a{
    background-color: #055b73;
    padding: 16px 0px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    text-align: center;
    transition: 0.2s;
}
.member a:hover{
    background-color: lightgray;
    color: black;
}
.member .description{
    font-size: 14px;
}
.tariff li{
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
}
.tariff .tariff-name{
    color: white;
    background-color: black;
    font-size: 24px;
    padding: 32px 0;
}
.tariff .best{
    background-color: #055b73;
    padding: 48px 0;
}
.tariff{
    display: inline-block;
    background-color: white;
    width: 30%;
    margin: 10px;
    vertical-align: middle;
    padding: 0;
}
.tariff li:last-child{
    background-color: #f1f1f1;
    padding: 24px 0;
}
.tariff a{
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    transition: 0.25s;
}
.tariff a:hover{
    background-color: white;
    color: black;
}

#prices{
    text-align: center;
    background-color: #616161;
    padding: 50px 0;
}

.important{
    font-weight: bold;
}

#prices .price{
    color: black;
    font-weight: bold;
    font-size: 24px;
}

#prices .period{
    color: black;
    opacity: 0.4;
}

#prices h2, #prices p{
    color: white;
}

#contact{
    background-color: #f1f1f1;
    text-align: center;
    padding: 40px 0;
}
.contact-address{
    background-image: url(img/address.png);   
}
.contact-info{
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    padding-left: 30px;
    margin-left: 5%;
    text-align: left;
}
.contact-phone{
    background-image: url(img/phone.png);

}
.contact-mail{
    background-image: url(img/mail.png);
}
#contact input{
    padding: 8px;
    width: 90%;
    outline: none;
}
#contact button{
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 8px 16px;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    border: none;
}
#contact button:hover{
    background-color: white;
    color: black;
    transition: 0.25s;
}
.footer{
    width: 100%;
    background-color: black;
    color: white;
}
.footer p{
    padding: 0;
    margin: 0;
    text-align: center;
}