/*** preheader-line  ***/

.preheader-line-wrapper {
    width: 100%;
    min-width: 1388px;
    margin: 0 auto;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    background-color: #000000;
    z-index: 103; /* больше чем у header-1, иначе выпадающие блоки обрезаются */
}
.preheader-line-wrapper a {
    color: #ffffff;
}
.preheader-line-wrapper a:hover {
    color: #00B897;
}

.preheader-line {
    width: 1338px;
    height: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.preheader-line-address::before {
    font-family: 'Font Awesome 6', serif;
    content: "\f3c5";
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.preheader-line-address:hover::before  {
    color: #00B897;
}



.preheader-line-dropdown-menu {
    display: flex;
    align-items: center;
    height: 100%;
}
.preheader-line-dropdown-menu > li {
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.preheader-line-dropdown-menu > li:first-child {
    padding-left: 0;
}
.preheader-line-dropdown-menu > li:last-child {
    padding-right: 0;
}

.preheader-line-dropdown-branch {
    display: none;
    position: absolute;
    top: 100%;
    background: #000000;
    padding: 0;
    white-space: nowrap;
    box-shadow: 0 0 10px 0 #000000;
    min-width: 140px;
}
.preheader-line-dropdown-branch::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #00B897;
}
.preheader-line-dropdown-branch > li {
    padding: 10px 10px 0;
    width: 100%;
}
.preheader-line-dropdown-branch > li:last-child {
    padding-bottom: 10px;
}
.preheader-line-dropdown-branch > li a {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    color: #969696;
    display: inline-block;
    width: 100%;
}

/*** index-header-wrapper-1  ***/

.index-header-wrapper-1 {
    width: 100%;
    height: 110px;
    background-color: #2C2C2C;
    min-width: 1388px;
    display: flex;
    align-items: center;
    z-index: 102; /* больше чем у header-2, иначе выпадающие блоки обрезаются */
}
.index-header-1 {
    width: 1338px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.index-header-1 .top-round {
    border-radius: 40px;
    border: 2px solid #ffffff;
    background: #000000;
    position: relative;
    box-shadow: 0 0 10px 0 #000000;
}
.index-header-logo-wrapper {
    width: 290px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-header-logo {
   height: 50px;
}
img.index-logo {
    width: auto;
    height: 100%;
    filter: drop-shadow(0 0 10px #000000);
}
.lang-dropdown-block {
    padding: 5px 15px;
}
.dropbtn {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F7748B;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.2em;
}
.dropbtn::after {
    font-family: 'Font Awesome 6';
    content: "\f078";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #F7748B;
    margin-left: 4px;
}
.lang-dropdown-block:hover .dropbtn,
.lang-dropdown-block:hover .dropbtn::after{
    color: #00B897;
    transition: 0.5s;
}

.lang-dropdown-block .preheader-line-dropdown-branch {
    top: 95%;
    z-index: 101;
    width: auto;
    min-width: 40px;
    left: 0;
    right: 0;
    padding: 5px 0 5px;
    background-color: transparent;
    box-shadow: none;
}

.lang-dropdown-block .preheader-line-dropdown-branch::before {
    height: 0;
}
.lang-dropdown-block .lang-dropdown {
    width: 60px;
    margin: auto;
}

.lang-dropdown-block .lang-dropdown > li {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 5px;

    padding: 10px;
    background: #000000;
    border-radius: 20px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px 0 #000000;


}
.lang-dropdown-block .lang-dropdown > li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #F7748B;
    opacity: 0.8;
}
.lang-dropdown-block .lang-dropdown > li.lang-active a,
.lang-dropdown-block .lang-dropdown > li:hover a {
    font-weight: 900;
    opacity: 1;
    transition: 0.5s;
    color: #00B897;
}
.search-wrapper {
    width: 500px;
    display: flex;
    justify-content: center;
}
.search-wrapper form {
    display: flex;
}
.search-wrapper .search-input {
    width: 490px;
    height: 40px;
    padding: 5px 50px;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    border-radius: 40px;
    border: 2px solid #ffffff;
    color: #F7748B;
    background: #000000;
    margin-right: -50px;
    margin-left: -33px;
}
.search-wrapper .search-input::placeholder {
    color: #F7748B;
}
.search-wrapper .search-input:focus {
   /*background:  transparent;*/
}
.search-wrapper .search-input:focus::placeholder {
    color: transparent;
}
.search-wrapper .search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 3px;
}
.search-wrapper .search-icon::before {
    font-family: 'Font Awesome 6';
    content: '\f002';
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #00B897;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
/*.search-wrapper .search-button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 2px solid #ffffff;
    background: #000000;
    box-shadow: 0 0 10px 0 #000000;
}
.search-wrapper .search-button::before {
    font-family: 'Font Awesome 6';
    content: '\f002';
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    color: #F7748B;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}*/
.search-wrapper .search-button-arrow {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
}
.search-wrapper .search-button-arrow::before {
    font-family: 'Font Awesome 6';
    color: #00B897;
    content: '\f178';
    font-size: 30px;
    font-weight: 700;
    transition: 0.5s;
}
.header-icon-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    color: #F7748B;
    width: 520px;
}
.header-icon-wrapper a {
    color: #F7748B;
}
.header-icon-wrapper a:hover {
    color: #00B897;
}
.top-phone-box-wrapper {
    padding-right: 15px;
    margin-right: 10px;
}
.top-phone-box {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    z-index: 2;
}
.top-phone-num {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.2em;
    text-align: center;
}
.top-phone-num::before{
    font-family: 'Font Awesome 6';
    content: '\f095';
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-right: 5px;
}
.top-phone-txt{
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0;
    color: #000000;
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: -17px;
    z-index: 1;
}

.top-phone-txt::before {
    content: "";
    position: absolute;
    inset: -4px;
    transform: scale(102%);
    background: rgba(247,116,139,0.6);
    filter: blur(5px);
    z-index: -1;
}

.top-phone-box:hover .top-phone-num::before,
.top-phone-box:hover .top-phone-num {
    color: #00B897;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.top-phone-box-wrapper:hover .top-phone-txt::before{
    background: rgba(0,184,151,0.6);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.user-box-top {
    padding: 10px 15px;
}
.user-box {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-box::before {
    font-family: 'Font Awesome 6';
    content: '\f007';
    color: #F7748B;
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.user-box-top:hover .user-box::before,
.user-box-top:hover {
    color: #00B897;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.user-registered-box {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 10px solid #414040;
    box-shadow: 0 0 10px 0 #000000;
    padding: 20px 25px 10px;
    white-space: normal;
    width: 250px;
    top: 110%;
    left: -3px;
    cursor: default;
}

.user-box-top:hover .user-registered-box {
    display: block;
}

.user-registered-box::before {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-grey.png");
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top:-32px;
    left: 5px;
}

.user-registered-box::after {
    content: "";
    width: 47px;
    height: 24px;
    background-size: contain;
    background-image: url("/images/decor/popoover-triangle-white.png");
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top:-20px;
    left: 5px;
}

.user-registered-box .user-reg-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #414040;
    padding-bottom: 10px;
}
.user-registered-box li {
    margin-bottom: 10px;
}
.user-registered-box li a {
    color: #414040;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    padding: 10px 0;
    display: block;



}

.compare-box-top{
    padding: 5px 15px;
}

.compare-box{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare-box::before{
    font-family: 'Font Awesome 6';
    content: '\f515';
    color: #F7748B;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.compare-box-top:hover .compare-box::before {
    color: #00B897;
}
.compare-box span{
    background-color: #F7748B;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    width: 20px;
    height: 20px;
    top: -6px;
    right: -10px;
}
.compare-box-top:hover .compare-box span {
    background-color: #00B897;
}

.wishlist-box-top{
    padding: 5px 15px;
}
.wishlist-box{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wishlist-box::before{
    font-family: 'Font Awesome 6';
    content: '\f004';
    color: #F7748B;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.wishlist-box-top:hover .wishlist-box::before {
    color: #00B897;
}
.wishlist-box span{
    background-color: #F7748B;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    width: 20px;
    height: 20px;
    top: -6px;
    right: -10px;
}
.wishlist-box-top:hover .wishlist-box span {
    background-color: #00B897;
}

.cart-box-top {
    padding: 5px 30px 5px 15px;
}

.cart-box {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.cart-box::before {
    font-family: 'Font Awesome 6';
    content: '\f07a';
    color: #F7748B;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.cart-box-top:hover .cart-box::before {
    color: #00B897;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;

}

.cart-box span.cart-count{
    background-color: #F7748B;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    width: 20px;
    height: 20px;
    top: -6px;
    right: -10px;
}
.cart-box-top:hover .cart-box span.cart-count{
    background-color: #00B897;
}

.cart-box-top .cart-sum {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0;
    color: #000000;
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 70px;
}
.cart-box-top .cart-sum span {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.cart-box-top .cart-sum::before {
    content: "";
    position: absolute;
    inset: -4px;
    transform: scale(102%);
    background: rgba(247,116,139,0.6);
    filter: blur(5px);
    z-index: -1;
}

.cart-box-top:hover .cart-sum::before{
    background: rgba(0,184,151,0.6);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

/*** index-header-wrapper-2  ***/

.index-header-wrapper-2 {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    background: #414040;
    min-width: 1388px;
    z-index: 101;
    position: relative;
}
.index-header-2 {
    width: 1338px;
    height: 100%;
    margin: 0 auto;
    position: static;
}
.header-menu-wrapper {
    position: static;
}

