*{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #000;
}
button:focus{
    outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    overflow-x: hidden;
    font-family: "Avenir Light";
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



.container{
    padding-left: 0;
    padding-right: 0;
}
/*======================================================END OF RESET CSS ======================================*/


@font-face {
    font-family: 'Avenir Book';
    src: url('../fonts/Avenir/Avenir-Book.woff2') format('woff2'),
    url('../fonts/Avenir/Avenir-Book.woff2') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('../fonts/Avenir/Avenir-Light.woff2') format('woff2'),
    url('../fonts/Avenir/Avenir-Light.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'AvenirNext Heavy';
    src: url('../fonts/Avenir/AvenirNext-Heavy.woff2') format('woff2'),
    url('../fonts/Avenir/AvenirNext-Heavy.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'AvenirNext UltraLight';
    src: url('../fonts/Avenir/AvenirNext-UltraLight.woff2') format('woff2'),
    url('../fonts/Avenir/AvenirNext-UltraLight.woff2') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}






header{
    background-color: #C4E944;
    padding: 20px 0;
}

.headerBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerNav{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    z-index: 2;
}

.logoBlock{
    max-width: 230px;
}
.mainNav{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.mainNav > li{
    margin-left: 20px;
    position: relative;
}
.mainNav > li:first-child{
    margin-left: 0;
}

.mainNav > li > a{
    font-family: 'Avenir Book', sans-serif;
    padding: 0;
    transition: color .2s;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 5px;
}
header li > a{
    border: transparent solid 3px;
    font-size: 20px;
}

header li > a:hover{
    border-bottom-color: #fff;
}

.submenu{
    display: none;
    position: absolute;
    background: #232323;
    /*padding: 15px 20px;*/
    border-radius: 6px;
    top: 32px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.submenu > li{
    text-align: center;
    width: 100%;
}

.submenu::before,
.otherLanguages::before{
    content: '';
    width: 20px;
    height: 20px;
    background: #232323;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
}

.submenu a{
    font-family: 'Avenir Light';
    padding: 5px;
    color: #C4E944;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.mainNav > li:hover > .submenu{
    display: flex;
}

.loginRegConainer{
    font-family: 'Avenir Light';
    padding: 6px 12px;
    border-right: 1px solid #fff;
    border-radius: 0;
    transition: background .2s, color .2s;
    font-size: 16px;
    font-weight: bold;
}
.loginRegConainer:hover{
    background: #fff;
    color: #000000;
}
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin-top: -7px;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;

}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #fff;

}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #fff;

}
.hamburgerSvg{
    width: 44px;
}
footer{
    background: #000;
    color: #fff;
    padding: 100px 0;
}

.footerIconBlock > i{
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 12px;
}
.footerTopBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 0 25px 5px 25px;
}
footer a{
    color: #fff;
}
footer a:hover{
    text-decoration: none;
    color: #fff;
}
.footerNav > ul{
    display: flex;
    padding: 20px 25px;
}
.footerNav > ul > li{
    margin-left: 20px;
}
.footerNav > ul > li:first-child{
    margin-left: 0;
    margin-right: 75px;
}

.hide{
    display: none !important;
}

.disabledScroll{
    overflow-y: hidden;
}

.language img{
    width: 25px;
    margin-right: 5px;
}

.currentLanguage{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language{
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.language span::selection{
    background-color: transparent;
}

.otherLanguages {
    position: absolute;
    top: 30px;
    background: #232323;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200%;
    padding: 15px 10px 0;
    border-top: 3px solid #fff;
}

.otherLanguages > a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 7px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    border-radius: 0 0 2px 2px;
}

.otherLanguages > a:hover{
    border-color:#fff;
}
.otherLanguages span{
    color: #C4E944;
}

ul.submenu.active {
    display: block !important;
    position: relative;
    top: 0;
    background: #c4e944;
}
ul.submenu.active::before {
    content: unset;
}
ul.submenu.active > li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ffffff82;
}
ul.submenu.active a {
    color: black;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header li > a{
        font-size: 16px;
    }
    .submenu{
        top: 32px;
    }
}


@media screen and (max-width: 991px) {
    .headerNav{
        display: none;
        flex-direction: column;
        width: 100vw;
        position: fixed;
        left: 0;
        top: 104px;
        background: #C4E944;
        height: 100vh;
        align-items: center;
        justify-content: flex-start;
        padding-top: 25px;
        z-index: 1;
    }
    .mainNav{
        flex-direction: column;
        flex: unset;
        justify-content: unset;
    }
    .headerBlock{
        align-items: flex-start;
    }
    .mainNav > li{
        margin-left: 0;
    }
    .mainNav > li:hover > .submenu{
        display: none;
    }
    .loginRegConainer{
        margin-top: 20px;
    }
    .footerNav > ul > li:first-child{
        margin-right: 45px;
    }
    .language{
        margin-left: 0;
        margin-top: 25px;
    }
    footer{
        background: #000;
        color: #fff;
        padding: 20px 0;
    }
}

















@media screen and (max-width: 768px){
    .footerNav > ul{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .footerNav > ul > li,
    .footerNav > ul > li:first-child{
        margin: 0;
    }
    .footerTopBlock {
        padding: 0 15px;
    }
}

@media screen and (max-width: 575px){
    .logoBlock {
        max-width: 200px;
    }
    .headerBlock{
        padding: 0 15px;
    }
    header {
        padding: 20px 0 8px;
    }
}








