#menu_scroll.sticky #search_clone_h > a {
    display:none;
}



.top-text {
	width: 100%;
	background-color: #e1dede;
    display: block;
}

.top-text .top-text-content {
    padding: 10px;
    text-align: center;
}

.top-text .top-text-link > span,
.top-text .top-text-content > span {
    background-image:url(../image/ukrainian-flag.svg);
    background-size:24px auto;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #ef4e10;
    padding-left: 35px;
    font-size: 15px;
}
.top-text .top-text-link > span p,
.top-text .top-text-content > span p { 
    display: inline;
}
.footer-text-link > span {
    background-image:url(../image/ukrainian-flag.svg);
    background-size:24px auto;
    background-repeat: no-repeat;
    background-position: left 6px;
    text-align: left;
    position: relative;
    display: inline-block;
    color: #ef4e10;
    padding-top: 4px;
    padding-left: 35px;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.75px;
    font-weight: 600;
    max-width: 310px;
}
.footer-text-link > span p { 
    display: inline;
}

.footer-text-link-mobile {
    display: none;
    margin-left: 15px;
    margin-bottom: 20px;
}

#tab-description #cke_pastebin {
    display: none !important;
}

.mobile-header-telephones {
    display:none;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 4px;
    width:100%;
}
.mobile-header-telephones .telephone-item {
    width:100%;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-header-telephones .telephone-item .telephone-icon {
    width: 30px;
    height: 30px;
    display: inline-block !important;
    background-size: 100%;
    margin-right: 10px;
    vertical-align: middle;
}
.mobile-header-telephones .telephone-item .telegram-link {
    background-image: url(/catalog/view/theme/deluxe/image/icon-telegram.svg);
}
.mobile-header-telephones .telephone-item .instagram-link {
    background-image: url(/catalog/view/theme/deluxe/image/icon-instagram.svg);
}
.mobile-header-telephones .telephone-item .telephone-link {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #88868b;
    white-space: nowrap;
}

/* #menu_scroll {
    height: 135px;
    top: -170px;
} */
#menu_scroll .mobile-header-telephones {
    margin-bottom: 5px;
}
#menu_scroll .vertical-align {
    align-items: flex-end;
}
#menu_scroll #search {
    margin-bottom: 0;
    position:relative;
    top:-3px;   
}

#tab-description * {
    max-width: 100% !important;
}


.input-select {
    position: relative;
    width: 100%;
    max-width: 460px;
    height: 40px;
    border: 1px solid #e4e8e9;
    background-color: white;
    display: flex;
    align-items: center;
    user-select: none;
}
.input-select select {
    display:none;
}
.input-select .current {cursor: pointer;width: 100%;position: relative;padding-right: 25px;}
.input-select .current .option .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.input-select .current:after {
    content: "\f106";
    display:block;
    font: normal normal normal 14px / 1 FontAwesome;
    transform:rotate(180deg);
    transition: all 0.2s;
    position: absolute;
    font-size: 18px;
    right: 8px;
    top: 10px;
}
.input-select.active .current:after {
    transform:rotate(0deg);
}
.input-select .options {
    position: absolute;
    background-color: white;
    top: 100%;
    width: calc(100% + 2px);
    left: -1px;
    border: 1px solid #e4e8e9;
    z-index: 999;
    display: none;
}

.input-select .option {padding: 7px 10px;display: flex;justify-content: space-between;width: 100%;font-size: 14px;}

.input-select .option .price {font-size: 14px;white-space: nowrap;padding-left: 10px;color: #ef4e10;}
.input-select .options .option {
    padding-left: 20px;
}
.input-select .options .option:hover {
    background-color: #d7d6d6;
    cursor: pointer;
}
#product .option-header {font-size: 16px;font-weight: bold;margin-bottom: 20px;margin-top: 10px;}
@media(max-width:991px){
    #tab-description img {
        height: auto !important;
        width: auto !important;
    }
    footer .list-unstyled li.footer-social {
        display:block;
        
    }

    .mobile-header-telephones,
    #menu_scroll .mobile-header-telephones {
        display:block;
    }

    #menu_scroll {
        height: 135px;
        top: -170px;
    }
    #menu_scroll .mobile-header-telephones {
        margin-bottom: 5px;
    }
    #menu_scroll #search {
        margin-bottom: -4px;
        top:0;  
    }
    #product .option-header {margin-bottom: 25px;}
}
@media(max-width:767px){
    .ocf-container.ocf-container  {
    z-index: 1020!important;
    }
    .helpcrunch-iframe-wrapper > iframe {
        z-index: 1000 !important;
    }
    .top-text .top-text-content span {
    }
    .top-text .top-text-content span p {
        display: block;
    }
    .footer-text-link-desctop {
        display: none;
    }
    .footer-text-link-mobile {
        display: block;
    }
}



