html {
    font-size: 20px;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body{
    margin: 0;
}

.images img{
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.logo img{
    width: 120px;
    height: auto;
}

.logo{
    margin: 27px 0 0 0;
}

header{
    background: #fff;
    height: 80px;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    
}

main{
    position: relative;
    margin: 0 auto;
    top:60px;
    padding: 0 15px;
    max-width: 1600px;
}

.header-inside{
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px;
}

.lang{
    position: absolute;
    right: 15px;
    top: 0px;
}

.lang a{
    color: #5c5c5c;
    text-decoration: none;
}

.lang a.active{
    color: #00a2ff;;
}

footer{
    position: relative;
    margin: 80px auto 0 auto;
    width: 100%;
}

footer .inside{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    width: calc(100% - 30px);
}