.top-bar__logo img{}
.textfield{
    display: block;
    float: none;
    width: 90%;
    margin-left: 15px;
    background: padding-box none;
    border: none;
    border-bottom: 1px solid #dadada;
    padding: 13px 0;
    line-height: 1.2;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition:background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out
}
.categories-dropdown{display: none;}
@media (max-width: 768px) {
    .goods .custom-btn{position:absolute;top:75%}
    .goods .__item{min-height:325px;}
    .custom-btn--medium{min-width:80%;font-size:1.1rem;}
    .section-mobile{padding-top:0px !important;}
    .categories-dropdown{display: block;}
}

@media (min-width: 992px) {
    .top-bar__logo {
        margin-left: 0;
        padding: 15px;
    }
}

.top-bar.is-expanded .top-bar__inner {
    background-color: rgb(0 109 57 / 90%);
}

.top-bar__logo {
    padding: 10px;
}


    .dropdownx .lang-wrapper{max-width:380px}
    .dropdownx .dropdown{position:relative}
    .dropdownx .dropdown-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    box-shadow: none;
    font-size: 15px;
}

.portrait .top-bar--style-2 .top-bar__navigation a:not(.custom-btn) {
    color: #FFF !important;
}

.portrait .top-bar__contacts {
  
    color: #FFF !important;
}


.dropdownx .selected{display:flex;align-items:center;gap:10px}
.dropdownx .flag{width:28px;height:20px;display:inline-block}
.dropdownx .label{font-size:15px}
.dropdownx .chev{font-size:12px;color:var(--muted)}
.dropdownx .list{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e6eef0;border-radius:10px;padding:6px 6px;box-shadow:0 6px 18px rgba(2,6,23,0.08);z-index:40;max-height:260px;overflow:auto;     min-width: 100px;}
.dropdownx .option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;cursor:pointer}
.dropdownx .option[aria-selected="true"],.option:hover{background:#f1f7f8}
.dropdownx .option .label{font-size:14px}
.dropdownx .muted{color:var(--muted);font-size:13px;margin-top:8px}
.dropdownx .dropdown-button:focus{outline:3px solid rgba(14,165,164,0.12)}
.dropdownx .option:focus{outline:2px solid rgba(14,165,164,0.12);border-radius:6px}
.dropdownx .note{margin-top:10px;color:var(--muted);font-size:13px}

@media (max-width:420px){.dropdownx  .lang-wrapper{padding:0 8px}}