a, a:link {
    color: #0b0b0b;
    font-weight: normal;
}
a:active, a:hover{
    color: #e65c00;
}
header{
    background: #fff;
    padding: 0;
}
.mobile-nav, .mobile-catalog, .mobile-settings, .mobile-user-dropup{
    display: none;
}
.wrapper-nav{
    margin: 0 auto 20px;
    width: 100%;
    padding: 0;
}
.top-line-nav{
    text-align: right;
    padding: 10px 20px;
    align-items: center;
    max-width: 1400px;
    margin: auto;
}
.top-line-nav .marketplace{
    padding: unset;
}
.text-nav{
    font-size: 14px;
    line-height: 18px;
    opacity: 0.8;
}
.hr-line{
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    border-top: 1px solid #D9D9D9;
}
.bottom-line-nav {
    max-width: 1400px;
    margin: auto;
    display: grid;
    position: relative;
    z-index: 10;
    padding: 35px 20px;
    gap: 30px;
    grid-template-columns: max-content max-content 1fr max-content;
}
/*logo*/
.logo-nav-style{
    font-family: Noto Sans, sans-serif;
    color: #FF6600;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
}
.logo-footer-style{
    font-family: Noto Sans, sans-serif;
    color: #FF6600;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
}
/*menu button*/
.menu-btn{
    width: 115px;
    height: 40px;
    background: #FF6600;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.menu-btn .drop-menu{
    margin-right: unset;
}
.drop-menu-nav {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.menu-btn .drop-menu-nav .line {
    background-color: #fff;
    display: block;
    height: 3px;
    margin: 2px 0;
    transition: all .2s ease-in-out;
    width: 20px;
}
.menu-btn .drop-menu-nav .line:first-child{
    margin-top: 0;
}
.menu-btn .drop-menu-nav .line:last-child{
    width: 20px;
}
.menu-btn.drop-menu.is-active .drop-menu-nav .line:first-child {
    transform: translateY(8px) rotate(45deg);
}
.menu-btn .menu-text{
    font-size: 14px;
    font-weight: bold;
}
/*search form*/
.search-form-nav{
    position: relative;
    margin: 0 8% 0 -10px;
}
.search-form-nav input {
    background: transparent;
    border-radius: 10px;
    color: #555;
    font-size: 14px;
    height: 40px;
    padding: 0 15px 0 50px;
    width: 100%;
    border: 1px solid #0b0b0b;
}
.search-form-nav button {
    align-items: center;
    display: flex;
    height: 38px;
    justify-content: space-between;
    left: 15px;
    position: absolute;
    top: 0;
    width: 18px;
}
/*icon bar*/
.icon-bar{
    display: flex;
    height: 40px;
    gap: 25px;
    position: relative;
}
.icon-bar-icon-link {
    display: inline-block;
    align-content: center;
    height: 40px;
}
.icon-bar-link .icon-bar-img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px;
}
.icon-title {
    font-size: 12px;
    text-align: center;
}

/*language currency dropdown*/
.language-currency-dropdown{
    position: relative;
}
#language-currency-dropdown-title{
    padding-bottom: 14px;
}
.popup-dropdown{
    display: none;
}
.language-currency-dropdown:hover {
    cursor: pointer;
}
.language-currency-dropdown:hover #language-currency-dropdown-title{
    cursor: pointer;
    color: #FF6600;
}
.popup-dropdown_show{
    display: block;
    position: absolute;
}
#popup-dropdown--lang .functional-content, #popup-dropdown--user .functional-content {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 12px 4px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 6px 12px 4px rgba(0, 0, 0, .08);
    max-height: calc(100vh - 40px);
    padding: 20px 20px;
    width: 360px;
}
.popup-dropdown-content .functional-content {
    color: #222;
    top: 60px !important;
}
[role=tooltip].popup-dropdown-content {
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .16);
    width: 200px;
}
.wrapper-nav *, .wrapper-nav :after, .wrapper-nav :before {
    box-sizing: border-box;
}
.popup-dropdown-content {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: auto;
    position: absolute;
    z-index: 901;
    pointer-events: auto;
    top: 48px;
    left: -139px;
}
/*user dropdown*/
.popup-dropdown--user .popup-dropdown-content{
    left: -63px;
}
.popup-dropdown-arrow{
    height: 8px;
    width: 16px;
    position: absolute;
    background: transparent;
    color: rgb(255, 255, 255);
    z-index: -1;
    transform: rotate(0deg) translateY(-100%) translateX(-50%);
    top: 0%;
    left: 50%;
}
.popup-arrow {
    stroke-width: 2px;
    stroke: #d7d7d7;
    stroke-dasharray: 30px;
    stroke-dashoffset: -54px;
    bottom: 0;
    color: #fff;
    -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));
    filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}
@media (max-height: 550px) {
    .popup-languages-overlay {
        max-height: calc(100vh - 180px) !important;
        overflow-y: scroll !important;
    }
}
.popup-languages-overlay {
    font-size: 14px;
}
.popup-languages-overlay .tnh-l-o-select {
    margin: 8px 0 16px;
    width: 100%;
}


.popup-select-wrap{
    position: relative;
    width: 100%;
    /*z-index: 10;*/
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popup-select-wrap .select2 {
    height: 100%;
    position: relative;
    width: 100% !important;
}
.popup-select-wrap .select2-container--default .select2-selection--single {
    transition: all 100ms ease 0s;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    outline: 0px !important;

    height: 100%;
    padding-left: 0;
    padding-right: 12px;
    text-align: left;
}
.popup-select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 20px;
    padding: 5px 15px;
}

.popup-select-wrap .select2-selection__arrow {
    align-items: center;
    background-color: rgb(204, 204, 204);
    border-radius: 50%;
    display: flex;
    height: 12px !important;
    justify-content: center;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 12px !important;
    z-index: 1 !important;
}
.popup-select-wrap .select2-selection__arrow b {
    background: url(/images/select-arrow.svg?881672b…) no-repeat 50%;
    border: none !important;
    height: 5px !important;
    margin: 0 !important;
    position: static !important;
    width: 8px !important;
}
.select2-results__options {
    border-radius: 0;
    border: 1px solid rgb(204, 204, 204);
}
.select2-results__option {
    background: #fff;
    border-bottom: transparent;
    color: #0b0b0b;
    display: flex;
    font-weight: 500;
    height: 32px !important;
    line-height: 32px;
    padding: 6px 0 6px 10px;
    transition: .3s;
    white-space: nowrap;
}
.select2-container--default .select2-results__option[aria-selected] {
    background: white;
    color: #0b0b0b;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e7e7e7;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #FF6600;
    color: white;
}
.image-lang{
    border: 1px solid #e7e7e7;
}


/*menu dropdown*/
.bottom-line-nav .menu-wrapper {
    background: #fff;
    border: 1px solid hsla(0, 0%, 86%, .25);
    border-radius: 12px;
    box-shadow: 0 14px 44px rgba(0, 0, 0, .05);
    display: flex;
    height: calc(100vh - 167px);
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 10px);
    transform: translateY(-100%);
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.bottom-line-nav .menu-wrapper.open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
#vl{
    border-left: 1px solid  #f5f7fa;
}
.tab-menu--nav {
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 10px;
    width: 25%;
}
.tab-menu--nav li {
    width: 100%;
    margin: 0;
    padding: 8px 40px;
}
.tab-menu--nav li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 500;
}
.tab-menu-arrow--nav{
    border: solid #a0a0a0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}
.tab-menu-arrow-right--nav{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.tab-menu--nav li.active{
    background-color: #f5f7fa ;
    border-radius: 10px;
}
.tab-menu--nav li.active a {
    color: #FF6600;
}

.tab-menu--nav li.active .tab-menu-arrow--nav{
    border-color: #FF6600;
}

.tab-content--nav{
    width: 75%;
    padding: 25px 40px;
}

.tab-content-item--nav {
    height: 0;
    overflow: hidden;
}
.tab-content-item--nav.active{
    height: auto;
    overflow: visible;
}

.tab-menu-wrapper--nav{
    width: 100%;
}
.links--nav {
    column-count: 3;
    column-gap: 40px;
}
.links--nav .info-wrap--nav{
    width: 250px;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table;
    margin-bottom: 30px;
}
 .links--nav .info-wrap--nav h6 {
    color: #0b0b0b;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    overflow-wrap: break-word;
}
.links--nav .info-wrap--nav a {
    color: rgba(0,26,52,.6);
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-break: break-all;

}
.links--nav .info-wrap--nav a:hover{
    color: #0b0b0b;
}

@media screen and (max-width: 768px) {
    .wrapper-nav {
        display: none;
    }
    header {
        background: transparent;
        box-shadow: none;
    }

    .mobile-nav {
        display: block;
        background: #fff;
        width: 100%;
        margin-bottom: 10px;
    }

    .top-line-nav {
        background: #FF6600;
        height: 32px;
        padding: 4px 10px;
    }

    .top-line-nav .text-nav {
        font-size: 12px;
        line-height: 14px;
        color: #f0f0f0;
        opacity: unset;
        font-weight: 400;
    }

    .logo {
        width: 100%;
        text-align: center;
        background: #FF6600;
    }

    .logo-nav-style {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 0;
    }

    .search-form-nav {
        margin: 0;
        padding: 10px;
    }

    .search-form-nav button {
        left: 24px;
        top: 10px;
    }

    .search-form-nav input {
        padding-left: 40px;
    }

    .mobile-nav-sticky {
        bottom: 0;
        margin-top: auto;
        z-index: 15;
        background-color: #fff;
        filter: drop-shadow(1px 0 2px rgba(0, 0, 0, .3));
        height: 66px;
        left: 0;
        padding-top: 10px;
        position: fixed;
        width: 100%;
    }

    .mobile-nav-sticky-list {
        list-style: none;
        align-items: center;
        display: flex;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .mobile-nav-sticky-list li {
        height: 100%;
        width: 100%;
    }

    .icon-bar-link {
        position: unset;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .icon-title {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
    }

    #language-currency-dropdown-title {
        padding-bottom: 0;
    }

    /*mobile catalog*/
    .mobile-catalog, .mobile-settings, .mobile-user-dropup {
        display: block;
        background: #fff;
        height: 100%;
        left: 0;
        overflow: scroll;
        padding-bottom: 100px;
        pointer-events: none;
        top: 0;
        transform: translateY(100%);
        transition: .5s;
        visibility: hidden;
        width: 100%;
        /*z-index: 2999;*/
        position: fixed;
    }
    .mobile-settings {
        top: unset;
        bottom: 0;
    }
    .mobile-catalog__header svg{
        position: unset;
        margin-top: 0;
        left: 0;
        margin-left: 0;
        top: 0;
    }
    .mobile-active {
        pointer-events: all;
        transform: translate(0);
        visibility: visible;
    }
    .mobile-catalog__wrapper {
        display: flex;
        flex-direction: column;
    }
    .mobile-catalog__header {
        align-items: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
    }
    .mobile-catalog__body{
        padding: 10px 20px;
    }
    .mobile-catalog__link, .mobile-catalog__title {
        color: #1a1a1a;
        font-size: 16px;
        font-weight: 700;
    }
    .mobile-catalog__close {
        margin-left: 37%;
    }
    .mobile-catalog__items {
        margin: 0;
        padding: 0;
    }
    .mobile-catalog__item {
        border-bottom: 1px solid #f2f2f2;
        list-style-type: none;
        padding: 10px 22px 5px;
    }
    .mobile-catalog__items li a {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .mobile-catalog__link div {
        display: flex;
    }
    .mobile-catalog__list, .mobile-catalog__sub-list {
        display: none;
    }
    .mobile-catalog__list-active{
        display: block;
    }
    .mobile-catalog__items li a {
        align-items: center;
        display: flex;
        justify-content: space-between;
        overflow-wrap: anywhere;
    }
    .mobile-catalog__sub-link, .mobile-catalog__sub-sub-link {
        border-bottom: 1px solid #f2f2f2;
        color: #1a1a1a;
        margin-left: 20px;
        padding: 7px 0;
    }
    .mobile-catalog__arrow, .mobile-catalog__sub-arrow {
        transition: .3s;
        margin: 0;
        left: 0;
        top: 0;
        position: unset;
    }

    .mobile-catalog__arrow-active{
        transform: rotate(180deg);
    }

    footer {
        padding: 30px 0 100px;
    }
}
