.header__top {
    background-color: white;
    border: 0;
}

.header__top .header__top-nav {
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
}

.head-top-nav__item {
    margin: 0;
    padding: 10px 10px 10px 0;

}

.head-top-nav__link {
    color: black;
    font-size: 13px;
}

.head-top-nav__link:hover {
    text-decoration: underline;
    color: black;
}

.header__top-right {
    float: right;
}

.header__top-right > div {
    display: block;
    float: left;
}

.search_container {
    width: 250px;
    position: relative;
    margin: 0 10px;
    padding-left: 10px;
    border-left: 1px solid #ebebeb;
}

.searchbox_input {
    border: 0;
    outline: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    font-size: 12px;
    color: black;
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 30px;
    border-bottom: 1px solid #bfbfbf;
}

.searchbox_submit {
    position: absolute;
    background-image: url(../img/spritesheet.retina.png);
    background-position: -205px -164px;
    opacity: .3;
    width: 22px;
    height: 23px;
    display: block;
    top: 7px;
    font-size: 22px;
    right: 5px;
    padding: 0;
    margin: 0;
    background-color: white;
    border-color: white;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.head-user {
    margin: 0;
    padding: 10px 0 10px 35px;
    border-left: 1px solid #ebebeb;
    color: black;

    background: url(../img/cabinet.png) no-repeat 5px center;
}

.head-user:hover {
    z-index: 200;
    color: black;
}

.head-user__submenu {
    border-color: #abaaaa;
    width: max-content;
}

.head-user__submenu__item {
    color: black;
}

.header__top-main {
    height: 73px;
    /*padding-bottom: 10px;*/
}

.header__top-main > div {
    float: left;
    display: block;
    height: 100%;
}

.header__top-main .logo {
    width: 25%;
    padding: 5px 0;
}

.header__top-main .logo a {
    display: block;
    height: 100%;
}

.header__top-main .logo img {
    max-width: 100%;
    max-height: 100%;
}





.header__top-main .city {
    font-size: 13px;
    padding-top: 15px;
    width: 20%;
    /*overflow: hidden;*/
    position: relative;
}

.header__top-main .city > .title {
    color: #7f7f7f;
    text-align: center;
}

.header__top-main .city > .main {
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.header__top-main .city .marker {
    height: 20px;
    padding-right: 5px;
    position: relative;
    bottom: -4px;
}

.header__top-main .city .city_top {
    font-size: 16px;
    border-bottom: 1px dashed #000;
    color: #000;
    cursor: pointer;
}

.header__top-main .city .content {
    display: block;
    width: 100%;
    position: absolute;
    padding-top: 0;
    transition: padding-top 0.3s step-end;

    z-index: 105;
}

.header__top-main .city .content:hover, .header__top-main .city:active .content {
    padding-top: 30px;
    transition: padding-top 0.3s step-start;
}

.header__top-main .city .content .inner {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0 0 4px 4px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s step-end;

    margin: auto;
}

.header__top-main .city .content .inner a {
    display: block;
    color: black;
    padding: 10px;
    margin: 0 7px;
    box-shadow: 0 1px 0 #aaaaaa;

    text-decoration: none;
    text-transform: uppercase;
}

.header__top-main .city .content .inner a:last-child {
    box-shadow: none;
}

.header__top-main .city .content:hover .inner {
    padding: 7px 7px 15px;
    max-height: 800px;
    transition: max-height 0.3s ease-in, padding 0.3s step-start;
}



.header__top-main .city .content .inner a:hover {
    background: #00afb4;
    display: block;
    color: white;
    box-shadow: none;
}




.header__top-main .phone {
    width: 40%;
}

.header__top-main .phone > div {
    width: 50%;
    float: left;
    text-align: center;

    padding-bottom: 15px;
    padding-top: 15px;
}
.header__top-main .phone h3 {
    color: #7f7f7f;
    font-size: 13px;
    margin: 0;
}

.header__top-main .phone p, .header__top-main .phone a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-decoration: none!important;
    color: #3f3f3f!important;
    font-size: 22px;
    font-weight: 600;
    border: 0!important;
}

.header__top-main .phone .custom.icon-whatsapp {
    position: relative;
}

.header__top-main .phone .custom.icon-whatsapp:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;

    background: url(../img/mass.svg) no-repeat;
    height: 30px;
    float: right;
    cursor: pointer;

    background-size: contain;
    width: 150px;
    text-decoration: none;
}


@media screen and (max-width: 1000px) {
    .header__top-main .phone {
        width: 30%;
    }

    .header__top-main .phone > div {
        width: 100%;
    }

    .header__top-main .phone > div:last-child {
        display: none;
    }
}

.shopping-cart {
    padding-top: 25px;
    float: right !important;
}

.h-wholesale-phone {
    background-color: white;
    color: black;
}

.bask-fix .icon span {
    background: #00afb4;
    color: white;
}

.icon_main-bask-fix {
    background-image: url(../img/cart.png);
    background-position: 0 0;
    width: 34px;
    height: 31px;
    background-size: initial;
}

.shopping-cart .bask-sum {
    font-size: 16px;
}

.header__bottom {
    background-color: #00afb4;
    font-size: 13px;
}

.header__bottom .mainmenu, .header__bottom .mainmenu a {
    text-decoration: none;
    text-transform: uppercase;
}

.header__bottom .mainmenu > .item {
    display: block;
    position: relative;
    float: left;

    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header__bottom .mainmenu > .item:first-child {
    border-left: 0;
}

.header__bottom .mainmenu > .item > a {
    color: #fff;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    position: relative;
    display: block;
    padding: 15px;

    transition: color 0.3s step-end;
}

.header__bottom .mainmenu > .dropdown.item:hover > a {
    color: black;
    transition: color 0s;
}

.header__bottom .mainmenu > .item:hover {
    text-decoration: underline;
}

.header__bottom .mainmenu > .item {
    background: transparent;
    transition: background 0.3s step-end;
}

.header__bottom .mainmenu > .dropdown.item:hover {
    background: white;
    transition: background 0s;
}

.header__bottom .mainmenu > .dropdown.item:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    width: 100%;
    background: #00afb4;

    height: 0;

    transition: height 0.3s step-end;
}

.header__bottom .mainmenu > .dropdown.item:hover:before {
    height: 5px;
    transition: height 0s;
}

.header__bottom .mainmenu > .item > .sub-menu {
    min-width: 200px;
    max-width: 442px;

    display: block;
    border: none;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;

    padding: 0;

    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s step-end;
    overflow: hidden;
}

.header__bottom .mainmenu > .item.split > .sub-menu {
    width: max-content;
}

.header__bottom .mainmenu > .dropdown.item:hover > .sub-menu {
    padding: 0 7px 15px;

    max-height: 800px;
    transition: max-height 0.3s ease-in, padding 0.3s step-start;

}

.header__bottom .mainmenu > .item > .sub-menu > div {
    box-sizing: border-box;
}

.header__bottom .mainmenu > .item > .sub-menu a {
    display: block;
    color: black;
    padding: 10px;

    width: 200px;
    float: left;
    margin: 0 7px;

    box-shadow: 0 1px 0 #aaaaaa;
}

.header__bottom .mainmenu > .item > .sub-menu a:hover {
    background: #00afb4;
    display: block;
    color: white;

    box-shadow: 0 0 0;
}

.header__bottom .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}



.head-bot-nav__submenu__col.deeper:hover > .head-bot-nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.head-bot-nav__submenu__col.deeper {
    position: relative;
}

.head-bot-nav__submenu__col.deeper > .head-bot-nav__submenu {
	opacity: 0;
    visibility: hidden;
    transition: .25s;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background: white!important;
    z-index: 10;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    border-bottom: 2px solid #0976cb;
    box-shadow: 3px 0 5px -5px #333, 0 4px 5px -5px #333, -3px 0 5px -5px #333;
}

.head-bot-nav__submenu-level3__cols {
	
}