.header-container {

}

.header-container a, .header-container a:visited {
    color: #141414;
}

.header-container .header-logo {
    width: auto;
}

.header-container .header-logo .logo-contaiter {
   padding: 15px 0;
margin-top: 5px;
max-width: 275px;
min-height: 90px;
}
.header-container .header-logo .logo-contaiter img {
    max-height: 90px;
    max-width: 100%;
    width: auto;
}

.header-container .header-center-menu {
    align-items: center;
    justify-content: unset;
}

.header-container .header-center-menu .ul-links {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-container .header-center-menu .ul-links:first-child {
    padding-top: 0;
}

.header-container .header-center-menu .ul-links a {
    padding: 3px 0;
color: #1e1e1e;
text-transform: uppercase;
font-weight: 700;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.header-container .header-center-menu .ul-links .ul-links-item {
    float: left;
    border-right: 1px solid #f0f0f0;
    padding-right: 15px;
}

.header-container .header-center-menu .ul-links .ul-links-item {
    position: relative;
    display: block;
    margin-right: 15px;
}

.header-container .header-center-menu .ul-links .ul-links-item a:hover {
    color: #1e1e1e;
    text-decoration: underline;
}


.header-container .header-center-menu .ul-links .ul-links-item:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.header-container .header-center-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-grid.advanced-header .top-phones {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.button-groups > div:first-child {
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.button-groups > div {
    border: 1px solid;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    background: #fff;
    border-color: #f0f0f0;
}
.button-groups > div:last-child {
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}
.button-groups > div {
    border: 1px solid;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    background: #fff;
    border-color: #f0f0f0;
}

.compared-products, .wishlist-count {
    height: 50px;
    float: right;
    align-items: center;
    padding: 8px;
}

.button-groups i {
    color: #777;
    font-size: 32px;
}

.header-contact .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    min-height: 50px;
}
.header-contact .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
    min-height: 50px;
}

.header-contact .block .header-phone {
    display: block;
    white-space: nowrap;
    color: #1e1e1e;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
}

#header-phone-link {
    margin: -2px 0 0;
    text-align: left;
    color: #1e1e1e;
    border-bottom: 1px dotted #383838;
    border-color: #5e5e5e;
    cursor: pointer;
}

.header-container .search-grid {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
}

.header-container .search-grid .block {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}


/*поиск*/
.search-grid {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
}	

.header-menu-block {
    padding-top: 0;
    background: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 1px 0, rgb(0 0 0 / 10%) 0 3px 3px 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 1px 0, rgba(0,0,0,0.1) 0 3px 3px 0;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 1px 0, rgb(0 0 0 / 10%) 0 3px 3px 0;
    border-top: 1px solid #f0f0f0;
}

.header-menu-block .zone-left {
    width: -webkit-calc(100% - 355px);
    width: calc(100% - 355px);
}

.header-menu-block .zone-right {
    width: 355px;
    margin-left: 0;
    float: right;
}

.header-menu-block .zone-left .search-grid {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
}

.header-menu-dropdown {
    width: 280px;
    display: inherit;
    /*position: relative;*/
    position: absolute;
    z-index: 10;

}

.header-menu-dropdown-title {
    background: white !important;
    border-top: 2px solid #95c815;
    padding-bottom: 2px;
    z-index: 1001;
    margin-top: -1px;
    padding: 0 20px 0 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 51px;
    border-left: 1px solid #f2f2f2;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.header-menu-dropdown-title a {
    color: #1e1e1e;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: normal;
    color: #2e2e2e;
    text-transform: uppercase;
    white-space: pre-wrap;
    font-size: 13px;
}

.header-menu-dropdown-title a:before {
    font-family: uni2-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e901";
    left: 16px;
    top: 50%;
    margin-top: -14px;
    font-size: 28px;
    color: #2e2e2e;
}

.header-menu-dropdown-title a:after {
    font-family: uni2-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e908";
    color: #2e2e2e;
    margin: 0 0 0 2px;
    opacity: 0.6;
}

.header-menu-dropdown-box {
    right: auto;
    border: 0 none;
    min-width: 290px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    z-index: 9;
}

.header-menu-dropdown.open-menu .header-menu-dropdown-box {
    display: block;
}

.header-menu-dropdown-box-container {
    min-height: 600px;
}

.header-menu-dropdown-items {
    background: none;
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-menu-dropdown-items {
    background: none;
    margin: 0;
    position: inherit;
    z-index: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-menu-dropdown-items {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.header-menu-dropdown-items .submenu {
    left: 0;
}

.header-menu-dropdown-items .submenu .submenu-block{
    width: 930px;
    min-width: 768px;
    min-height: 600px;
    margin-left: 270px;
    top: 1px;
    right: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    position: absolute;
}

.header-menu-dropdown-item {
    width: 270px;
    background: white;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    padding: 0;
    float: left;
}

.header-menu-dropdown-item:hover .item-link {
    background: #f0f0f0 !important;
    color: #1e1e1e;
}

.header-menu-dropdown-item .item-link .icon-right-dir {
    font-family: uni2-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    color: #e3e3e3;
}

.header-menu-dropdown-items .header-menu-dropdown-item:first-child .item-link  {
    padding-top: 16px;
}

.header-menu-dropdown-items .header-menu-dropdown-item .item-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 36px 7px 0px;
    min-height: 36px;
    text-transform: none;
    color: #1e1e1e;
    background: white;
    display: block;
    position: relative;
}

.header-menu-dropdown-items .header-menu-dropdown-item .item-link .small {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    color: #777;
    width: 100%;
    margin-top: 3px;
    display: inline-block;
}

.header-menu-dropdown-items .header-menu-dropdown-item .item-link .link-box .icon {
    max-height: 32px;
    max-width: 20px;
    min-width: 20px;
    box-sizing: content-box;
    margin-right: 0px;
}

.header-menu-dropdown-items .header-menu-dropdown-item .item-link .link-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.header-menu-dropdown-items .submenu-block {
    /*display: block !important;*/
    border: 0 none;
    background: white;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 999;
    padding: 18px 0 !important;	
}

.submenu-block:hover {
    display: block;
}
.header-menu-dropdown-items .header-menu-dropdown-item:hover .submenu-block {
    display: block;
}

.header-menu-dropdown-items .submenu-block ul {
    margin: 0px;
}

.header-menu-dropdown-items .submenu-item ul {
    margin: 0px;
}

.header-menu-dropdown-items .submenu-line-header {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.header-menu-dropdown-items .submenu-item {
    padding-bottom: 7px;
    margin-bottom: 0;
    margin-top: 15px;
    min-height: inherit;
    margin-top: 0;
    position: relative;
}

.header-menu-dropdown-items .submenu-item .icon-right-dir {
    font-family: uni2-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 30%;
    margin-top: -7px;
    color: #e3e3e3;
}

.header-menu-dropdown-items .submenu-line-submenu {
    display: none;
    width: 73%;
    /*width: 73%;*/
    min-height: 600px;
    position: absolute !important;
    top: 0;
    margin-top: 0;
    margin-left: 250px;
    padding: 20px;
    background: white;
    border-left: 1px solid #e3e3e3;
}

.submenu:hover {
    display: block;
}

.header-menu-dropdown-items .submenu-line:hover .submenu-line-submenu {
    display: block;
}

.header-menu-dropdown-items .submenu-line .submenu-line-submenu:hover {
    display: block;
}

.header-menu-dropdown-items .submenu-item-col {
    display: inline-block;
    width: 100%;
    padding: 0px 1.5rem 4px 1.5rem;
    min-height: 24px;
    white-space: normal;
}

.header-menu-dropdown-items .submenu-line-submenu ul {
    width: 230px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1;
}

.header-menu-dropdown-items .submenu-line {
    width: 250px !important;
    max-width: 300px;
    margin-right: 100%;
    padding-right: 0;
    white-space: nowrap;
}

.header-menu-dropdown-items .submenu-link {
    padding-bottom: 7px;
    margin-bottom: 0;
    margin-top: 15px;
    min-height: inherit;
    margin-top: 0;
    position: relative;
}
.header-menu-dropdown-items .submenu-line:hover .submenu-link {
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .header-menu-dropdown-items {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .header-menu-dropdown.open-menu {
        display: block !important;
    }

}

/*поиск*/
.header-container .top-search .block {
    position: relative;
}

.header-container .top-search input.ty-search-block__input {
    border: 1px solid transparent;
    background: rgba(255,255,255,0.9);
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
    display: inline-flex;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 40px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background: #f0f0f0;
    width: 100%;
}

.header-container .top-search button {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 0;
    color: #1e1e1e;
    background: transparent;
    outline: none;
    padding: 0px;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header-menu-block .zone-right .my-services {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f2f2f2;
}

.header-menu-block .zone-right .my-services .my-service {
    float: right;
    margin: 0;
    padding: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f2f2f2;
    height: 100%;
}

.header-menu-block .zone-right .my-services .my-service .block {
    display: inline-block;
    position: relative;
    color: #34495e;
}

.header-menu-block .zone-right .my-services .my-service .block a{
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #2e2e2e;
}

.header-menu-block .zone-right .my-services .my-service .block a > i {
    position: relative;
    font-size: 28px;
    padding-right: 5px;
    float: left;
}

.header-menu-block .zone-right .my-services .my-service span.count {
    background: #97c21a;
    color: #fff;
}

.header-menu-block .zone-right .my-services .my-service .count {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e1e1e;
    color: white;
    padding: 0 3px;
    min-width: 14px;
    height: 14px;
    font-size: 11px;
    line-height: 0;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.header-menu-block .zone-right .my-services .my-service .count {
    top: -4px;
    left: 17px;
    right: auto;
    background: white;
    color: #777;
    font-family: Arial,sans-serif;
    -webkit-font-smoothing: auto;
}

.header-menu-block .zone-right .my-services .my-service:hover {
    background: #f2f2f2;
    cursor: pointer;
}

@media (max-width: 980px) {
.header-container, .header-top-panel {
    display: none;
}
}
