/* Roboto-Regular */
@font-face {
    font-family: 'RobotoRegular';
    font-weight: 400;
    src: local('RobotoRegular'),
         url('/fonts/Roboto-Regular.woff2') format('woff2'), 
         url('/fonts/Roboto-Regular.woff') format('woff'),         
         url('/fonts/Roboto-Regular.eot') format('eot');
  }

  @font-face {
    font-family: 'RobotoMedium';
    font-weight: 500;
    src: local('RobotoMedium'),
         url('/fonts/Roboto-Medium.woff2') format('woff2'), 
         url('/fonts/Roboto-Medium.woff') format('woff'),         
         url('/fonts/Roboto-Medium.eot') format('eot');
  }

  @font-face {
    font-family: 'RobotoBold';
    font-weight: 700;
    src: local('RobotoBold'),
         url('/fonts/Roboto-Bold.woff2') format('woff2'), 
         url('/fonts/Roboto-Bold.woff') format('woff'),         
         url('/fonts/Roboto-Bold.eot') format('eot');
  }  

  @font-face {
    font-family: 'RobotoLight';
    font-weight: 100;
    src: local('RobotoLight'),
         url('/fonts/Roboto-Light.woff2') format('woff2'), 
         url('/fonts/Roboto-Light.woff') format('woff'),         
         url('/fonts/Roboto-Light.eot') format('eot');
  }

  @font-face {
    font-family: 'RobotoThin';
    font-weight: 200;
    src: local('RobotoThin'),
         url('/fonts/Roboto-Thin.woff2') format('woff2'), 
         url('/fonts/Roboto-Thin.woff') format('woff'),         
         url('/fonts/Roboto-Thin.eot') format('eot');
  }
body {
    font-family: 'RobotoRegular', serif;
    font-size: 14px;
}



/* Header section */
.header {
    background-image: url("/img/bg-header.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;

}

.header span, .footer__wrap span {
    color: #00e0d0;
    font-family: 'RobotoThin', serif;
    font-size: 30px;
    padding-left: 10px;    
}

.header__top svg {
    fill: #ffffff;
}

.header__menu {
    font-family: 'RobotoBold', serif;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
}

.header__menu__link {
    color: #ffffff;
}
 
.header__menu__link:hover {
    color: #00c5b8;
}
.active  {
    color: #00e0d0;
}

.header__main {
    text-align: center;
    padding: 100px 0;
    max-width: 770px;
}

h1 {
    font-size: 32px;
    font-family: 'RobotoBold', serif;
}

.header__main__sub {
    margin: 50px 0;
    font-family: 'RobotoLight', serif;
    line-height: 24px;
}

.link__btn {
    font-family: 'RobotoMedium', serif;
    font-size: 16px;
    padding: 10px 15px;
    color: #00e0d0;
    border: 1px solid #00e0d0;
    text-decoration: none;

}


/* Miane sector */
#history {
    padding: 70px 0;
}

.history__imeg {
    float: left;
    margin: 15px 100px;
}
    
.history__main h2, #contact h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'RobotoBold', serif;
    padding-bottom: 25px;    
}

.history__main p {
    padding-bottom: 25px;
    line-height: 22px;
}


/* Contact section */
#contact {
    max-width: 480px;
    margin: 20px auto 100px auto;
}

form {
    

}

.contact__input {
    width: 100%;
    margin-top: 22px;
}

.contact__wrap button {
    background: #ffffff;
    margin-top: 22px;
    align-items: start;
}


/* Footer section */
.footer {
    background-image: url("/img/bg-footer.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    padding: 70px 0;
}

.footer__wrap>a {
    float: left;
}

.footer__wrap>p {
    font-family: 'RobotoMedium', serif;
    float: right;
    padding-top: 10px;
}