/*header*/
#header {
    position: fixed;
    width: 100%;
    z-index: 10000;
}
#header nav ul {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main__ul__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header nav ul li {
    display: block;
    padding: 0;
    width: 200px;
}
#header nav ul li a[href="#menu"] {
    -webkit-tap-highlight-color: transparent;
    width: 4em;
    text-indent: 4em;
    font-size: 1.34em;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}
#header nav ul li a {
    font-weight: 500 !important;
}
#header nav ul li a {
    display: block;
    position: relative;
    height: 36px;
    width: 146px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 33px;
    line-height: normal;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 8px;
    margin-bottom: 8px;
}
#header nav ul li a[href="#menu"]:before {
    background-image: url(https://www.moley.com/wp-content/themes/moley/img/m.svg);
    opacity: 0;
}
#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2sease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2sease;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2em 2em;
}
#header nav ul li a[href="#menu"]:after {
    background-image: url(https://www.moley.com/wp-content/themes/moley/img/m.svg);
    opacity: 1;
}
#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2sease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2sease;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2em 2em;
}
#header nav ul li {
    display: block;
    padding: 0;
    width: 200px;
}
.backblack {
    background: rgb(0 0 0 / 52%);
    transition: all 0.4s ease-out;
}
.lilogo {
    text-align: center;
}
.closeburger {
    display: none !important;
}
#header nav ul li a.moleylogo {
    -webkit-tap-highlight-color: transparent;
    text-indent: 4em;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

.moleylogo {
    background-image: url(https://www.moley.com/wp-content/themes/moley/img/logowhite.svg) !important;
    zoom: normal !important;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10000;
    width: 180px !important;
    height: 22px !important;
    background-position: center !important;
    transition: 200ms all;
    display: inline-block !important;
}

.myaccount {
    position: relative;
    right: 20px;
    text-align: right;
    display: flex !important;
    justify-content: right;
}
/*Button*/
.btn, .regular-main-button, .regular-button {
    display: inline-block;
    font-weight: 200;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 24px;
    -webkit-transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, -webkit-box-shadow 0.15sease-in-out;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, -webkit-box-shadow 0.15sease-in-out;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out, -webkit-box-shadow 0.15sease-in-out;
}
.regular-button {
    text-decoration: none;
    border-radius: 400px !important;
    border: 1px solid #fff !important;
    font-size: 16px;
}
.regular-button:hover {
    background:#fff;
    color:#000;
    text-decoration:none;
}
.transparent-button-lt {
    background: 0 0;
    color: #fff;
    border-color: #fff;
}
.regular-button span {
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 16px;
    text-transform: none;
    letter-spacing: initial;
}
@media only screen and (max-width:760px) {
    #header {
        height:70px;
    }
}
@media screen and (max-width: 736px) {
    #header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
        background-size: 1.5em 1.5em;
    }
    #header nav ul li a {
            width: 110px;
    }
    #header nav ul li a.moleylogo {
        max-width: 110px;
        max-height: 30px;
    }
}
.submenu__section {
        background-color: rgb(0 0 0 / 28%);
        position: fixed;
        z-index: -100;
        width: 100%;
        height: 100vh;
        opacity: 0;
        top: 0;
}
.submenu__section.open__menu {
        opacity: 1;
        z-index: 10000;
}
.sub__menu__main {
    
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0%, 0px);
    backdrop-filter: blur(20px) saturate(1.8);
    background: rgba(0, 0, 0, .15);
    height: 100%;
    width: 34%;
}
.sub__container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: calc(16px + 6.5vw);
}
.sub__menu__ul li{
    list-style: none;
    margin: 10px 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: right;
}
.sub__menu__ul li a{
    color: #fff;
    font-size: 20px;
    opacity: .5;
    text-decoration: none;
    transition: opacity 0.4s ease-in-out !important;
}
.sub__menu__ul li a:hover{
    opacity: 1;
}
.close__menu__simbol {
    position: absolute;
    top: 6%;
    color: #fff;
    font-size: 14px;
    display: flex;
    left: 20%;
    cursor: pointer;
    align-items: center;
    transition: all .4s ease-in-out !important;
}
.close__menu__simbol:hover {
    color: #ccc;
}

.logo__show {
    background-image: url(https://www.moley.com/wp-content/themes/moley/img/logoscroll.webp) !important;
    transition: 700ms all;
    height: 44px !important;
}
.logo__show1 {
  transition: 700ms all;
height: 42px !important;
}
.logo__show2 {
  transition: 700ms all;
height: 40px !important;
}
.logo__show__short1 {
    height: 40px !important;
  transition: 700ms all;
}
.logo__show__short2 {
    height: 36px !important;
  transition: 700ms all;
}
.logo__show__short3 {
    height: 32px !important;
  transition: 700ms all;
}
#header nav ul li a {
    font-weight: 500 !important;
}
.main__ul__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 591px){
    .logo__show__short2 {
        height: 40px !important;
    }
    .logo__show__short3 {
        height: 40px !important;
    }
}
@media only screen and (max-width: 1281px){
        .textclose {
            display: none;
        }
        .sub__menu__ul li a {
            font-size: 16px;
        }
}
@media only screen and (max-width: 1025px){
    .sub__menu__main {
        width: 100%;
    background: rgba(0, 0, 0, .69);

    }
}
@media only screen and (max-width: 769px){
    .close__menu__simbol {
        top: 20px;
        left: 20px;   
    }
}
@media only screen and (max-width: 581px){

    .regular-button span {
        font-size: 14px;
    }
}
/*END header*/







.section__banner__modal {
    background: none;
}
.kitchen__for__mobile {
    display: none;
}
.section__banner__closebutton {
border-radius: 140px;
    color: #000;
    background: #fff;
    /* border: 1px solid #000; */
    width: 71px;
    border: none;
    box-shadow: inset 0px 8px 10px #000;
    font-size: 20px;
    height: 70px;
}
.section__banner__closebutton:hover {
    background: #000;
    color: #fff;
}
input[type=text], input[type=submit], textarea{
    -webkit-appearance: none !important;
} 
/*subscribe*/
.subscribe__section {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 20px;
}
.subscribe__leftsection {
    margin-right: 10px;
}
.subscribe__text {
font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.subscribe__container {
    max-width: 760px;
    padding: 20px;
    display: flex;
    justify-content: space-between;

}
.subscribe__formcontainer, .mc_embed_shell__container {
    display: flex;
    justify-content: left;
}
.subscribe__email__form input {
        height: 40px;
    font-size: 16px;
    width: 260px;
    display: block;
    margin-right: 20px;
}
.subscribe__button  {
    color: #fff !important;
    border: none;
    font-size: 16px;
    text-transform: initial;
    font-weight: 100;
    height: 40px;
    padding-top: 0px !important;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 7px 20px !important;
}
.subscribe__button:hover {
    background: #0a0a0a;
}
#modal-media-image {
    z-index: 1000000000;
}
.myvid {
    background: #222 !important;
}
.myvid h2 {
    color: #fff;
}
.myvid p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.mybut {
    border: none;
    box-shadow: none;
    height: auto;
}

@media only screen and (max-width: 640px){
    .subscribe__container {
        flex-wrap: wrap;
    }
    .subscribe__email__form input {
        width: 220px;
    }
    .subscribe__button {

        padding: 7px 15px !important;
    }
}
@media only screen and (max-width:342px){
    .subscribe__container {
        flex-wrap: wrap;
    }
    .subscribe__email__form input {
        width: 180px;
    }
    .subscribe__button {

        padding: 7px 10px !important;
    }
}
/*end subscribe*/
/*START Out products sectio*/
    .section__our__products {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .section__our__products__switcher {
        width: 100%;
        padding: 30px;
    }
    .switcher__navigator {
        display: flex;
        justify-content: center;
    }
    .section__kitchens__container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .kitchen__modal__popup {
        background: #D8D8D8;
        border: 1px solid #979797;
        border-radius: 30px;
        color: #000;
    }
    .kitchen__modal__popup p{
        font-size: 16px;
        margin: 5px 0;
    }
    .kitchen__modal__popup .uk-close {
        border-radius: 100px;
        height: 30px;
        width: 30px;
        border: 1px solid #ccc;
    }
    .kitchen__modal__popup .uk-close:hover {
        background: #000;
        color: #fff;
    }
    .myselector li a {
        text-transform: uppercase;
    }
    .myselector li a, .purchase__container__title{
        font-size: 24px !important;
        line-height: 32px;
        font-family: "FaktPro-Light";
    }
    .purchase__container__title {
        margin-bottom: 20px;
    }
    .purchase__container__ul li a {
        font-family: "FaktPro-Light";
        text-transform: uppercase;
        justify-content: center;
    }
    .purchase__container__title {
        font-family: "FaktPro-Light";
        text-transform: uppercase;

    }
    .purchase__container__ul li a, .discover__container__ul li a {
        font-size: 24px !important;
    }
    .moley__uk__subnav .uk-active a{
        background: none;
        color: #fff;

    }
    .moley__uk__subnav .uk-active:hover{
        background: none;
        color: #fff;
    }
    .gradient__img:after {
/*      background: linear-gradient(180deg,transparent,#222);*/
        bottom: 0;
        content: "";
        height: 50%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 10;
    }
    .uk-tab>.uk-active>a {
        border-color: #7e7e7e !important;
    }
            .btn.primary:hover {
                background-color: #fff;
                color: #000;
            }
/*  naming*/
.brandhub-header-flyout-image-item__item-content {
    align-items: center;
    display: flex;
    flex-flow: column;
    grid-area: text;
    margin-top: -2.5em;
    opacity: 1;
    position: relative;
    text-align: center;
    z-index: 10;
    font-size: 32px;
}
.brandhub-word-fade--always-center {
    justify-content: center;
    margin-right: -0.2em;
}
.brandhub-word-fade {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.brandhub-word-fade__word-wrapper {
    margin-bottom: -0.1em;
    margin-right: 0.2em;
    overflow: hidden;
}

.brandhub-word-fade__word--visible {
    --word-transform: var(--overwrite-word-transform,translateY(0));
    --word-transition: var(--overwrite-word-transition,transform 1s cubic-bezier(0,1,.45,1)),opacity 1s;
    opacity: 1;
}
.brandhub-word-fade__word-wrapper {
    margin-bottom: -0.1em;
    margin-right: 0.2em;
    overflow: hidden;
}
.brandhub-word-fade--always-center {
    justify-content: center;
    margin-right: -0.2em;
}

/*end naming*/
/*subscribe*/
.subscribe__section {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px 20px;
}
.subscribe__leftsection {
    margin-right: 10px;
}
.subscribe__text {
font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.subscribe__container {
    max-width: 760px;
    padding: 20px;
    display: flex;
    justify-content: space-between;

}
.subscribe__formcontainer, .mc_embed_shell__container {
    display: flex;
    justify-content: left;
}
.subscribe__email__form input {
        height: 40px;
    font-size: 16px;
    width: 260px;
    display: block;
    margin-right: 20px;
}
.subscribe__button  {
    color: #fff !important;
    border: none;
    font-size: 16px;
    text-transform: initial;
    font-weight: 100;
    height: 40px;
    padding-top: 0px !important;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 7px 20px !important;
}
.subscribe__button:hover {
    background: #0a0a0a;
}
/*end subscribe*/
.discover__more .uk-tab-right::before {
    display: none;
}
.discover__more .uk-tab>.uk-active>a {
    border: none;
}
.discover__more  {
    text-align: center;
}
.discover__container__ul  li a{
    text-align: center;
font-family: "FaktPro-Light";
text-transform: uppercase;
justify-content: center !important;
}
.discover_title {
    margin-bottom: 40px;
}
.ResidentialLi {
    margin-left: 10px;
}


@media only screen and (max-width: 960px){
    .section__kitchens__container {
        justify-content: center;
        flex-wrap: wrap;
    }
    .kitchen__container {
        order: 0;
    }
    .discover__more__kitchens {
        order: 0;
    }
    .purchase__container {
        order: 1;
        margin-top: 40px;
    }
    .discover__more {
        order: 1;
    }
    .purchase__container__title {
        text-align: center;
        font-size: 20px;
    }
    .discover__container__ul li, .purchase__container__ul li {
        width: 100%;
    }

    .purchase__container__ul li a {
        justify-content: center;
        font-size: .875rem;
        text-transform: uppercase;
    }
    .purchase__container__ul li a, .discover__container__ul li a {
        font-size: 18px !important;
    }
    .discover_title {
        margin-bottom: 20px;
    }
/*    .uk-tab::before {
        border-bottom: none;
    }*/

}
@media only screen and (max-width: 640px){
    .ResidentialLi {
        margin-left: 0px;
    }
    .subscribe__container {
        flex-wrap: wrap;
    }
    .subscribe__email__form input {
        width: 220px;
    }
    .subscribe__button {

        padding: 7px 15px !important;
    }

    .myselector li a, .purchase__container__title{
        font-size: 24px !important;
        line-height: 30px;
    }


}
@media only screen and (max-width:342px){
    .subscribe__container {
        flex-wrap: wrap;
    }
    .subscribe__email__form input {
        width: 180px;
    }
    .subscribe__button {

        padding: 7px 10px !important;
    }
}
/*Section Showroom*/


    .showroom__section {
    margin: 80px auto 0px;
    padding: 0 40px;
    position: relative;
    max-width: 1680px;
/*    max-width: 1530px;*/
    }
    .showroom__container {
        display: flex;
        justify-content: space-between;
    }
    .showroom__img__container img{
margin-top: 70px;
    }
    .title__showroom {
color: #FFF;
font-family: "FaktPro-Light";
font-size: 42px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin-bottom: 16px;
    }
    .showroom__rigth {
/*      order: -1;*/
    }
.subtitle__showroom {
        color: #FFF;
font-family: HelveticaNeueCyr-Thin;
font-size: 24px;
font-style: normal;
font-weight: 300;
margin-bottom: 30px;
line-height: normal;
}
.subtext__showroom {
color: #FFF;
font-family: HelveticaNeueCyr-Thin;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;    
}
.open__now__container {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.date__line__showroom {
    display: flex;
    justify-content: space-between;
        color: #FFF;
font-family: "FaktPro-Light";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
    margin: 10px 0;
}
.open_now_text {
    color: #FFF;
font-family: "FaktPro-Light";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.open_now_time {
    color: #FFF;
font-family: "FaktPro-Light";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;

}
.arrow__bottom {
    margin-left: 16px;
}
.arrow__bottom img{
    transition:all .6s ease;
}
.openArrow {
        transform: rotate(-90deg);
}
.timer__works__container {
    padding: 28px 38px; 
    border: 1px solid #fff;
    margin-top: 20px;
    opacity: 0;
    transition: 0.4s;
    height: 0;
}
.timer__works__container__open {
    opacity: 1;
    height: auto;
}
.appointed__container {
    padding-bottom: 23px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.appointed__button {
border-radius: 40px;
display: block;
    background: #2F2F2F;
    color: #FFF !important;
    text-align: center;
    font-family: HelveticaNeueCyr-Thin;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
    /* font-weight: bold; */
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none !important;
    width: 100%;
    transition: 2s all;
    padding:14px 0;
        margin-top: 10px;
}
.appointed__button:hover {
    background: #222;
}
.showroom__bottom__text {
    color: #FFF;
font-family: "FaktPro-Light";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
.showroom__bottom__text a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.showroom__address {
    color: #FFF;
font-family: "FaktPro-Light";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

@media only screen and (max-width: 1450px){
    .showroom__left {
        margin-right: 4%;
    }
}
@media only screen and (max-width: 824px){
    .showroom__container {
        flex-direction: column;
        justify-content: start;
    }
    .showroom__rigth {
        order: -1;
    }
    .showroom__img__container img {
        margin-top: 0;
        width: 100%;
    }
    .showroom__section {
        padding: 0;
    }
    .showroom__left {
        margin-right: 0px;
        padding: 0 40px;
    }
    .title__showroom {
        margin-top: 32px;
        font-size: 30px;
    }
    .subtitle__showroom {
        font-size: 20px;
    }

}
@media only screen and (max-width: 640px){
        .showroom__section {
    margin: 0px auto 0px;
    }
    .appointed__container {
        margin-top: 0;
    }

    .box-text-size p {
    padding: 0 10px !important;
    font-size: 16px;
    }
.chefsection {
    position: relative;
    padding: 0px 0;
}
.chefsection *+[class*=uk-align] {
    margin-top: 0 !important;
}
    .box-layer {
        padding: 36px 20px 0px;
    }
    .box-text-size p {
        padding: 0 20px;
    }
    .button__no__mobile {
        display: none !important;
    }
}

/*Partners*/
.partners__section {
    position: relative;
    margin-bottom: 80px;
}
.partners__container {
display: flex;
justify-content: center;
}
.first__partners {
    display: flex;
        width: 540px;
    justify-content: space-between;
}
.second__partners {
    display: flex;
        width: 540px;
    justify-content: space-between;
}
.one__partner {
    margin: 0 25px;
    display: flex;
    align-items: center;
}
.title__partner {
    color: #FFF;
font-family: "FaktPro-Light";
font-size: 32px;
font-style: normal;
margin: 0 25px;
font-weight: 300;
line-height: normal;
}
.one__partner img {

}
/*END Partners*/
/*Text*/
.text__on__video {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        position: absolute;
        margin-top: 50%;
        z-index: 1;
    }
    .first__text__video {
        color: #FFF;
        text-align: center;
        font-family: Arimo;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 123.764%; 
        letter-spacing: 0.8px;
        margin-bottom: 20px;
    }
    .second__text__video {
        color: #FFF;
        text-align: center;
        font-family: Arimo;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        word-spacing: 7px;
        line-height: 123.764%; /* 79.209px */
    }
    .third__text__video {
        color: #FFF;
        text-align: center;
        font-family: Arimo;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 123.764%; /* 29.703px */
        letter-spacing: 3.6px;
        margin-bottom: 50px;
    }
    .button__container__text__video {
        text-align: center;
    }
    .new__active__button {
        display: inline-block;
        text-align: center;
    border-radius: 30px;
    display: inline-flex;
    min-height: 36px;
    padding: 0 16px;
    width: 224px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
        flex: 0 0 auto;
    margin: 0 8px 16px 8px;
    text-decoration: none;
        color: #000000;
    background: #FFFFFF;
        font-size: 16px;
        line-height: 2;
        transition: all .4s ease-in-out;
font-family: "nimbus-sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    }
    .new__active__button:hover {
        background: #000;
        text-decoration: none;
        color: #fff;
    }
/*End text*/


@media only screen and (max-width: 1067px){

    .one__partner {
        margin: 0 12px;

    }
    .partners__section {
        margin-bottom: 0;
    }
}


@media only screen and (max-width: 720px){
     .icon__kitchen {
        offset-anchor:;
        padding-left: 0 !important;
     }
}
@media only screen and (max-width: 600px){
    #video__for__desctop {
        display: none;
    }
    #video__for__mobile {
        display: block;
        z-index: 1;
    }
        .partners__container {
        display: none;
    }
    .br__for__mobile {
        margin-top: -30px;
        width: 210px;
    }
    .mobile__partners__section {
        display: block;
    }
    .kitchen__for__desktop {
        display: none;
    }
    .kitchen__for__mobile {
        display: block;
    }
}
/*Footer menu*/
.footer__new {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: auto;
    background-color: #3f3f3f33;
    position: relative;
}
.footer__footermenu {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0px;
}
.footer__footermenu li {
    float: left;
    list-style: none;
    padding: 0px 20px;
    font-size: 14px;
    margin: 0;
}
.footer__footermenu li a {
    color: #fff;
}
@media only screen and (max-width: 1119px){
  .footer__footermenu li {
      padding: 0px 10px;
      line-height: 14px;
  }
  .footer__footermenu li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 567px){
    .footer__footermenu {
        text-align: center;
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer__footermenu li {
        padding-right: 0px;
    }
}
/*End footer menu*/