.web-site-fi2 {
    color: #d48d26;
    font-weight: bold;
    display: block;
    text-decoration: none;
    align-items: center;
    display: flex;
    text-align: center;
}

.web-site-fi2::before, .web-site-fi::after {
    content: "";
    display: block;
    width: 20px;
    height: 55px;
    transition: all .2s;
    background-size: cover;
    display: block;
}


.web-site-fi2::before {
    background: url(../images/icon-fi-left.svg) center center no-repeat;
    margin-right: 5px;
}

.web-site-fi2::after {
    background: url(../images/icon-fi-right.svg) center center no-repeat;
    margin-left: 5px;
}

.web-site-fi2:hover::before {
    margin-right: 8px;
}  

.web-site-fi2:hover::after {
    margin-left: 8px;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

.site-header {
    background-color: #f4f4f4;
}


.site-header, .info-header-left, .info-header-right{
    display: flex;
}

.site-header {
    height: 70px;
    justify-content: space-between;
}

.logo {
    width: 300px;
    height: 50px;
    margin-left: 30px;
    margin-top: 10px;
}

.logo , .logo img{
    display: block;
}

.logo img{
    width: 100%;
    height: auto;
}

.menu-btn {
    position: relative;
    display: block;
    border: none;
    background-color: #f4f4f4;
    padding: 0px;
    border-right: 1px solid #dbdbdb;
    width: 85px;
    transition: all .2s;
}

.menu-btn:hover {
    border: none;
    background-color: #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.menu-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #151515;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.menu-btn span::before, .menu-btn span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #151515;
    transform: translateY(-6px);
    transition: transform 0.5s;
    transform-origin: 50% 50%;
}

.menu-btn span::after {
    transform: translateY(6px);
}

.site-header .info-header-right .web-site-fi {
    color: #d48d26;
    font-weight: bold;
    display: block;
    text-decoration: none;
    align-items: center;
    display: flex;
    text-align: center;
}

.web-site-fi::before, .web-site-fi::after {
    content: "";
    display: block;
    width: 20px;
    height: 55px;
    transition: all .2s;
    background-size: cover;
    display: block;
}


.web-site-fi::before {
    background: url(../images/icon-fi-left.svg) center center no-repeat;
    margin-right: 5px;
}

.web-site-fi::after {
    background: url(../images/icon-fi-right.svg) center center no-repeat;
    margin-left: 5px;
}

.web-site-fi:hover::before {
    margin-right: 8px;
}  

.web-site-fi:hover::after {
    margin-left: 8px;
}

.menu-header-right {
    margin-left: 30px;
    position: relative;
    z-index: 10;
}

.menu-header-right > a{
    color: #fff !important;
    background-color: #4c9c2e;
    height: 80px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0 15px;
    transition: all .2s;
    text-align: center;
}

.menu-header-right > a:hover{
    background-color: #5cb739;
    color: #fff;
}

.menu-header-right > a span {
    transition: all .2s;
}

.menu-header-right > a:hover span{
    transform: scale(1.1,1.1);
}


.menu-menu-top-right-container > ul {
    padding: 0;
    margin: 0;
}

.navigation-top-right a{
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: bold;
    transition: all .2s;
    background-color: #fff;
    color: #232323;
}

.navigation-top-right {
    margin: 0;
    padding: 0;
}


.navigation-top-right a:hover{
    background-color: #f4f4f4;
}

#menu-top-right {
    position: absolute;
    width: 100%;
}

#menu-top-right[element="true"] {
    animation: menuTopRightVisible  0.2s both;
}

#menu-top-right[element="false"] {
    animation: menuTopRightInvisible  0.2s both;
}

@keyframes menuTopRightVisible {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes menuTopRightInvisible {
    from {opacity: 1}
    to {opacity: 0}
}

.search-input {
    border: 1px solid #232323;
    border-radius:10px;
    display: flex;
    width: 280px;
    margin: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.search-input input {
    border: none !important;
    width: 260px;
    padding: 12px 15px !important;
}

.search-input button, .search-input input  {
    display: block;
    background-color: #fff;
    transition: all .2s;
}
.search-input input:focus {
    background-color: #f4f4f4;
}

.search-input button {
    width: 30px;
    color: #232323;
    padding: 10px 0;
    border: none;
    font-size: 20px;
}

.media {
    display: flex;
    justify-content: center;
}

.media a{
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #232323;
    border-radius: 50%;
    line-height: 35px;
    transition: all .2s;
    color: #232323;
}

.media li{
    margin: 0 15px;
}

.media a:hover{
    color: #fff;
    background-color: #232323;
}

.gold-color a {
    color: #d48d26 !important
}

.gold-color {
    display: none;
}

.lang-website {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 50;
}

.lang-website select {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    padding: 0.2em 1.4em 0.2em 0.8em;
    border: none;
    background: #fff;
    color: #000;
    border: solid 1px #000;
    border-bottom: 0;
}

@media only screen and (max-width : 880px) {
    .menu-btn {
        width: 50px;
    }

    .logo, .menu-header-right {
        margin-left: 10px;
    }

    .web-site-fi::before, .web-site-fi::after {
        display: none;
    }

    .menu-header-right > a {
        padding: 0 10px;
    }

    .site-header {
        font-size: 15px;
    }

    .logo {
        width: 255px;
        height: 42px;
        margin-top: 14px;
    }
}

@media only screen and (max-width : 670px) {
    .web-site-fi {
        display: none !important;
    }

    .gold-color {
        display: block;
    }
}


@media only screen and (max-width : 525px) {
    .menu-header-right > a, .navigation-top-right a {
        width: 120px;
    }

    .navigation-top-right a {
        padding: 10px;
    }

    .menu-btn {
        width: 40px;
    }

    .logo {
        width: 220px;
        height: 36px;
        margin-top: 17px;
    }
}

@media only screen and (max-width : 388px) {
    .menu-header-right > a {
        height: 70px;
    }

    .menu-btn {
        width: 30px;
    }

    .site-header {
        font-size: 14px;
    }

    .navigation-top-right a {
        padding: 15px 5px;
    }

    .logo, .menu-header-right {
        margin-left: 5px;
    }
    

    .logo {
        width: 200px;
        height: 33px;
        margin-top: 20px;
    }

    .info-header-right {
        font-weight: normal;
    }
}


/* .slider-width {
    width: 30% !important; height: 100% !important;
} */