* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

main {
    min-height: calc(100vh - 340px);
}

.hidden{
     display: none!important;
}

.search-results-bg{
     width: 100%;
     display: none;
     top: 50px;
     position: absolute;
     z-index: 1000;
}
.search-results{
     width: 316px;
     max-height: 237px;
     overflow-y: auto;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     background: #fff;
     border: 1px solid #eef0f4;
}

.search-results::-webkit-scrollbar {
     width: 3px;
}

.search-results::-webkit-scrollbar-track {
     background: #f1f1f1;
}

.search-results::-webkit-scrollbar-thumb {
     background: #1B335B;
}
.search-results__item {
     display: flex;
     align-items: center;
     padding: 9px 14px;
}

.search-results__item:not(:last-child){
     border-bottom: 1px solid #f2f2f4;
}

.search-results__img {
     margin-right: 16px;
     width: 40px;
     height: 40px;
     background: #fff;
     border: 1px solid #f2f2f2;
}

.search-results_info{
     margin: 10px auto;
     color: #808687;
     font-weight: 400;
     font-size: 18px;
}

.search-results__link {
     display: flex;
     width: 100%;
     padding: 0 0 0 12px;
     text-decoration: none;
     font-weight: normal;
     font-size: 15px;
     text-align: left;
     color: #424344;
}

.header-behind-gape {
     padding: 130px 0 0;
}

header.sticky~main>.header-behind-gape {
     padding: 116px 0 0;
}

a {
     text-decoration: none;
}

button {
     outline: none;
     border: none;
     cursor: pointer;
     font-family: unset;
     background: transparent;
}

.img {
     width: 100%;
}

header {
     transition: .5s ease;
     position: fixed;
     z-index: 50;
     top: 0;
     right: 0;
     left: 0;
     background: #FFF;
     backdrop-filter: blur(7.5px);
     -webkit-transition: .5s ease;
     -moz-transition: .5s ease;
     -ms-transition: .5s ease;
     -o-transition: .5s ease;
}

.sticky>.header-info,
.sticky>.container {
     display: none;
}

.header-info {
     background: #1B335B;
}

.container {
     max-width: 1440px;
     margin: auto;
}

.header-logo-search {
     padding: 8px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
}

.header-logo {
     width: 168px;
     display: block;
}

.header-feedback-info{
    display: flex;
    align-items: center;
    width: 43%;
}

.header-feedback{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 35px;
}
.header-feedback-tel{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #1b335b;
}
.header-feedback__link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 12px 8px;
    margin: 4px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
}

.header-search {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     width: 57%;
}

.header-search-form {
     display: flex;
     max-width: 316px;
     width: 100%;
     position: relative;
}

.header-search-form__input {
    width: 100%;
    outline: none;
    color: #7E7E7E;
    padding: 15px 45px 15px 26px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 100px;
    box-shadow: 0px 2px 7px rgba(54, 54, 54, 0.46);
}

.header-search-form__input::placeholder {
     color: #1B335B;
}

.header-search-form__btn {
     position: absolute;
     top: 11px;
     right: 12px;
}

.favorite-icon,
.cart-icon,
.user-icon {
     display: flex;
     align-items: center;
     position: relative;
}

.login-icon,
.registration-icon{
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 0 0 0 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    background: #ffffff;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
    border-radius: 100px;
}

.login-icon{
    background: linear-gradient(0.19deg, #1b335b 100%, #1c3b6f 25.26%);
}

.registration-icon{
    color: #1b335b;
}

.zoom-effect{
    display: flex;
    align-items: center;
    transition: .4s ease;
    text-wrap: nowrap;
}

.login-icon:hover .zoom-effect,
.registration-icon:hover .zoom-effect,
.favorite-icon:hover .zoom-effect,
.cart-icon:hover .zoom-effect{
    transform: scale(1.1);
}

.login-icon>.zoom-effect>svg,
.registration-icon>.zoom-effect>svg{
    margin: 1px 4px 0 0;
}

.favorite-icon,
.cart-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0 0 12px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 100px;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
}

.favorite-count,
.cart-count {
     position: absolute;
     top: -2px;
     right: -2px;
     display: flex;
     color: #FFF;
     font-size: 11px;
     font-style: normal;
     font-weight: 400;
     background: #fa5661;
     width: 20px;
     height: 20px;
     border-radius: 100%;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
     justify-content: center;
     align-items: center;
}

.header-social-lang {
     padding: 8px 0;
     justify-content: space-between;
     display: flex;
     align-items: center;
}

.header-social-contact {
     display: flex;
     align-items: center;
}

.header-contact {
     display: flex;
}

.header-contact__link {
     padding: 0 0 0 11px;
     display: flex;
     align-items: center;
     color: #FFF;
     text-align: right;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
}

.header-contact__link>svg {
     margin: 0 11px 0 0;
}

.header-contact__link:hover,
.header-contact__link:hover svg * {
     color: #1B335B;
     fill: #1B335B;
}

.header-social-icon {
     display: flex;
     flex-wrap: wrap;
}

.header-social-icon__link {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 2px 5px;
     width: 30px;
     border-left: 1px solid #E2E2E2;
}

.header-social-icon__link:last-child {
     border-right: 1px solid #E2E2E2;
}
.language-group{
    position: relative;
}
.language-selcet {
     display: none;
    position: absolute;
    top: 48px;
    right: -2px;
    z-index: 5;
}

.language-group-btn,
.language-selcet__link {
     display: block;
     border-radius: 100%;
     margin: 0 0 0 8px;
     width: 48px;
     height: 48px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
}

.language-selcet__link{
    margin: 2px;
}
.menu-burger,
.menu-burger-close {
     border-radius: 3px;
     margin-left: 15px;
     align-items: center;
     justify-content: center;
     display: none;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.header-sticky {
     background: #1B335B;
}

.header-sticky>.container {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
}


.header-sticky__logo {
     margin: 12px 0;
     max-width: 150px;
     display: flex;
}

.header-sticky-icons {
     display: flex;
     align-items: center;
}

.header-sticky-search {
     position: relative;
}

.close-icon {
     display: none;
}

.sticky-search-form {
     width: 300px;
     position: absolute;
     top: 55px;
     right: 0;
     display: none;
}
.header-sticky-icons>.login-icon,
.header-sticky-icons>.registration-icon{
    padding: 8px 10px;
    background: #ffffff;
    color: #1b335b;
}
.header-sticky-search-btn,
.header-sticky-icons>.favorite-icon,
.header-sticky-icons>.cart-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 100px;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
}
.header-sticky-icons .language-group-btn,
.header-sticky-icons .language-selcet__link{
    width: 36px;
    height: 36px;
}

.header-sticky-icons,
.header-sticky__logo {
     display: none;
}

header.sticky .header-sticky-icons,
header.sticky .header-sticky__logo {
     display: flex;
}

.header-menu-position {
     position: relative;
}

.header-menu-position>.header-search-form {
     display: none;
}

.navigation{
    width: 60%;
}

.header-menu {
     padding: 17px 0;
     display: flex;
     list-style-type: none;
     overflow: hidden;
     margin: 0 -18px;
}

.header-menu__item {
     padding: 0 15px 0;
     list-style-type: none;
}

.header-menu__item:not(:last-child) {
     border-right: 1px solid #ffffff1a;
}

.header-menu__link {
     white-space: nowrap;
     color: #FFF;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}

header.sticky .header-menu{
    justify-content: center;
}

.dropdown-content {
     padding: 10px 0;
     max-height: 280px;
     width: 220px;
     overflow-y: auto;
     display: none;
     position: absolute;
     top: 58px;
     right: 0;
     background: #fff;
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
     z-index: 5;
}

.dropdown-content::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
}

.dropdown-content::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px #1B335B;
}

.dropdown-content .header-menu__link {
     white-space: normal;
     padding: 12px 8px;
     font-size: 13px;
     display: block;
     color: #1B335B;
}

.dropdown-btn {
     display: none;
     margin: 0 0 0 15px;
     color: #fff;
     font-size: 16px;
     cursor: pointer;
}

.category-click {
     cursor: pointer;
}

.category-menu-bg {
     display: none;
     position: absolute;
     left: 0;
     right: 0;
     background: #FFF;
     background: rgba(0, 0, 0, 0.50);
     height: 100vh;
}

.category-menu {
     overflow-y: auto;
     background: #FFF;
     box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
     height: 100vh;
}

.category-menu::-webkit-scrollbar {
     width: 5px;
}
.category-menu::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
}
.category-menu::-webkit-scrollbar-thumb {
     background: #1B335B;
}
.category-close {
     border: none;
     display: flex;
     margin: 18px 0 12px auto;
}
.category-row {
     display: flex;
     flex-wrap: wrap;
}
.category-menu__item {
     width: 33.333%;
     padding: 0 15px 0 0;
     margin: 15px 0 20px;
}
.category-sub-title {
     color: #1B335B;
     font-size: 20px;
     font-style: normal;
     font-weight: 300;
     line-height: 32px;
     margin-bottom: 22px;
     display: block;
}
.category-child__item {
     display: flex;
     flex-direction: column;
     list-style-type: none;
}
.category-child__link {
     color: #636767;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 41px;
}
.category-child__link:hover {
     color: #1B335B;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}
.cart-bg {
     /*cursor: pointer;*/
     display: none;
     width: 100vw;
     position: fixed;
     top: 131px;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 6;
     background: rgba(0, 0, 0, 0.43);
}
.cart-container{
    max-width: 1440px;
    margin: 0 auto;
}

header.sticky~.cart-bg {
     top: 64px;
}
.cart-close-btn {
     display: block;
     margin: 10px 15px 0 auto;
     width: 27px;
     height: 27px;
     background: #F2F2F2;
     border-radius: 100%;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
}

.cart-block {
     max-width: 450px;
     margin: 0 0 0 auto;
     padding: 5px 0 13px 24px;
     max-height: 570px;
     height: 100%;
     border-radius: 5px;
     background: #FFF;
     box-shadow: 0px 4px 10px 0px rgba(81, 81, 81, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.cart-block-container {
     overflow-y: auto;
     overflow-x: hidden;
     height: 420px;
}

.cart-block-container::-webkit-scrollbar {
     width: 5px;
}

.cart-block-container::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.cart-block-container::-webkit-scrollbar-thumb {
     background: #1B335B;
     border-radius: 10px;
}

.cart-block-container__item {
     display: flex;
     flex-wrap: wrap;
     padding: 13px 0 13px;
     margin: 0 36px 0 0;
     border-bottom: 1px solid #F2F2F2;
}

.cart-img {
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 117px;
     min-width: 117px;
     height: 117px;
     border-radius: 4px;
     border: 1px solid #EBECEE;
     background: #FFF;
     padding: 10px;
     margin: 0 15px 5px 0;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
}

.cart-img>img {
     height: 100%;
     object-fit: contain;
}

.cart-info {
     position: relative;
     width: 63%;
}

.cart-info__title {
     max-width: 210px;
     color: #273480;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     line-height: 22px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.cart-info-price {
     padding: 12px 0 10px;
     color: #1B335B;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
}

.cart-info-count {
     display: flex;
     align-items: center;
}

.cart-info-count>.product-add-count>.count-value {
    width: 58px;
    font-size: 17px;
}

.cart-info-count>.product-add-count {
    width: 124px;
    padding: 4px 5px
}

.cart-info-fav-del>.product-favorite-btn,
.cart-info-fav-del>.product-delete-btn {
     margin: 2px;
}

.cart-info-fav-del>.product-favorite-btn,
.cart-info-fav-del>.product-delete-btn {
     width: 31px;
     height: 31px;
     border: 1px solid #B7B7B7;
}

.cart-info-fav-del>.product-favorite-btn>i{
    color: #DE0A26;
    font-size: 16px;
}

.cart-info-fav-del {
     display: flex;
     flex-direction: column;
     width: fit-content;
     position: absolute;
     top: 0;
     right: 0;
}

.product-delete-btn {
     border: 1px solid #B7B7B7;
}

.cart-block-footer {
     border-top: 1px solid #CAC7C1;
     padding: 15px 0 0 0;
     margin: 0 40px 0 0;
}

.cart-block-total {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin: 0 0 12px;
}

.cart-block-total__text {
     margin: 0 10px 0 0;
     color: #000000;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
}

.cart-block-total__price {
     color: #000000;
     font-size: 21px;
     font-style: normal;
     font-weight: 400;
}

.cart-block-order-btn {
    width: fit-content;
    display: block;
    margin: 0 0 0 auto;
    border-radius: 100px;
    border: 1px solid #1B335B;
    background: #1B335B;
    color: #fff;
    padding: 7px 25px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

footer {
     padding: 24px 0 37px;
     background: #ffffff;
}

.footer-row {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -15px;
}

.footer-row__item {
     width: 25%;
     margin-bottom: 30px;
     padding: 0 15px;
}

.footer-row__item:last-child {
     text-align: right;
}

.footer-menu__item {
     list-style-type: none;
}

.footer-menu-icons{
    display: flex;
    justify-content: flex-end;
}

.footer-menu__link {
     color: #808687;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 35px;
}

.footer-menu-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 31px;
    width: 100%;
    height: 31px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
    margin: 0 0 0 9px;
}
.footer-menu-icon::after{
    content: '';
    position: absolute;
    border: 1px solid #1b335b;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
}

.footer-menu__link:hover {
     color: #1B335B;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.footer-menu__link>svg {
     margin: 0 0 0 11px;
}

.footer-info {
     padding: 30px 0 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

.footer-info__text {
     color: #808687;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
}

.footer-logo {
     display: block;
     max-width: 300px;
}

.footer-payment-method{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 15px -2px 0;
}

.footer-payment-method__item{
    margin: 2px;
    height: 39px;
    padding: 9px;
    border: 1px solid #e8e6e6;
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
}

.footer-payment-method__item>img{
    height: -webkit-fill-available;
}

.footer-social-icons {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-end;
     margin: 15px 0 0;
}

.footer-social-icons__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 12px 8px;
    margin: 4px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
}

/*.footer-social-icons__link::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    border: 1px solid rgb(79, 206, 93);*/
/*    top: -2px;*/
/*    left: -2px;*/
/*    right: -2px;*/
/*    bottom: -2px;*/
/*    border-radius: 50%;*/
/*    opacity: 0;*/
/*    z-index: 0;*/
/*}*/
.main-social-icon{

}
.main-social-icon__link{
    position: fixed;
    right: 8px;
    bottom: 105%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 12px 8px;
    margin: 4px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(102, 101, 101, 0.21);
    transition: 1s ease;
}

.whatsapp-link.open-icon {
    bottom: 440px;
}
.telegram-link.open-icon {
    bottom: 380px;
}
.facebook-link.open-icon {
    bottom: 320px;
}
.viber-link.open-icon {
    bottom: 260px;
}
.instagram-link.open-icon {
    bottom: 200px;
}

.main-social-icon__link>span,
.header-feedback__link>span,
.footer-social-icons__link>span{
    animation: 2s linear 1s infinite normal  running es-chats-pulse;
}

@-webkit-keyframes es-chats-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes es-chats-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.show {
     display: block !important;
}

.hide {
     display: none !important;
}

.flex {
     display: flex !important;
}

.overflow-hidden {
     overflow-y: hidden !important;
}

.editor ul,
ol {
     padding: revert;
}

.menu-active,
.hover-color:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.footer-active,
.gold-color-h:hover {
     color: #1B335B;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.hover-bg:hover {
     background: #808687;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.scale-hover {
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.scale-hover:hover {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
}

.cart-no-products{
    text-align: center;
    font-size: 18px;
    color: #938f8f;
}

.not-in-stock>.notification-text{
    color: red;
    font-size: 16px;
    text-align: left;
}

.notification-modal{
     position: fixed;
     display: flex;
     align-items: center;
     width: 250px;
     padding: 12px;
     right: 15px;
     top: 20px;
     z-index: 1000;
     background: #FFFFFF;
     box-shadow: 0px 4px 14.2px rgba(88, 87, 87, 0.25);
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.notification-text-container{
     display: flex;
     flex-direction: column-reverse;
}

.notification-modal-text{
     padding: 0 15px;
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 22px;
     text-align: left;
     color: #514f4b;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
     .container {
          max-width: 100%;
          padding: 0 30px;
     }
    .header-feedback-tel{
        font-size: 0;
    }
}

@media all and (max-width: 1366px) {
    .header-feedback-tel{
        font-size: 0;
    }
    .navigation {
        width: 50%;
    }
    .header-feedback-info {
        width: 38%;
    }
    .header-search{
        width: 61%;
    }
}
@media all and (max-width: 1280px) {
    .header-logo{
        max-width: 130px;
    }
     .favorite-icon svg,
     .cart-icon svg,
     .user-icon svg {
          width: 22px;
          height: auto;
     }
     .cart-container{
         height: 100%;
     }
     .cart-block {
          max-height: 100%;
     }

     .cart-block-container {
          height: calc(100% - 128px);
     }
    .header-feedback-info{
        width: 34%;
    }
    .header-search{
        width: 66%;
    }

    .header-feedback{
        margin: 0 0 0 15px;
    }
    .feedback__link{
        margin: 2px;
    }
    .header-search-form{
        max-width: 228px;
    }
    .favorite-icon, .cart-icon,
    .login-icon, .registration-icon{
        margin: 0 0 0 8px;
    }
    .header-logo-search {
        display: none;
    }

    .header-sticky-icons,
    .header-sticky__logo,
    .menu-burger {
        display: flex;
    }

    .header-sticky-search {
        display: none;
    }

    .navigation {
        padding: 29px 54px;
        position: fixed;
        overflow-y: auto;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        height: calc(100vh - 70px);
        transform: translateX(0);
        -webkit-transform: translateX(130%);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transition: .4s ease;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .4s ease;
        z-index: 6;
    }

    .navigation.open {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    .navigation::-webkit-scrollbar {
        width: 5px;
    }

    .navigation::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .navigation::-webkit-scrollbar-thumb {
        background: #1B335B;
    }

    header.sticky .navigation {
        top: 70px;
    }

    .header-menu-position>.header-search-form {
        display: flex;
        max-width: 330px;
        margin-bottom: 32px;
    }

    .header-menu {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .header-menu__item:not(:last-child) {
        border-right: none;
    }

    .header-menu__item {
        padding: 20px 0;
        border-bottom: 1px solid #A5A3A31A;
    }

    .header-menu__link {
        color: #585858;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .category-menu {
        height: calc(100vh - 64px);
    }

    .category-menu__item {
        margin: 0 0 20px;
    }

    .category-sub-title {
        margin-bottom: 10px;
    }

    .cart-bg {
        top: 70px;
    }
    .header-behind-gape {
        padding: 70px 0 0;
    }
    .cart-block-footer {
        margin: -100px 40px 0 0;
    }
}

@media all and (max-width: 1024px) {

     .header-info {
          background: #fff;
     }

     .header-contact__link,
     .header-contact__link>svg * {
          color: #1B335B;
          fill: #1B335B;
     }

     .header-logo {
          max-width: 150px;
     }

     .cart-icon {
          border-right: 1px solid #7E7E7E;
     }


     .footer-logo {
          max-width: 250px;
     }

     .footer-row__item:first-child {
          width: 100%;
     }

     .footer-row__item {
          width: 33.333%;
     }

     .footer-info {
          padding: 20px 0 0;
     }

    .main-social-icon__link{
        width: 40px;
        height: 40px;
        right: 4px;
    }

    .whatsapp-link.open-icon {
        bottom: 380px;
    }

    .telegram-link.open-icon {
        bottom: 335px;
    }

    .facebook-link.open-icon {
        bottom: 290px;
    }

    .viber-link.open-icon {
        bottom: 245px;
    }

    .instagram-link.open-icon {
        bottom: 200px;
    }
}

@media all and (max-width: 767px) {
     .header-behind-gape {
          padding: 58px 0 0 0;
     }

     .footer-row__item:first-child {
          width: 100%;
     }

     .header-contact__link {
          font-size: 0;
     }

     .header-contact__link>svg {
          margin: 0;
     }

     .header-sticky__logo {
          max-width: 110px;
     }

     .navigation,
      header.sticky .navigation{
         height: calc(100vh - 58px);
         top: 58px;
          padding: 28px 18px;
     }

     .header-menu__item {
          padding: 16px 0;
     }

     .header-menu__link {
          font-size: 18px;
     }

     .category-items-img {
          width: 40%;
          display: block;
     }

     .category-menu__item {
          width: 100%;
     }
    .cart-bg,
    header.sticky~.cart-bg{
        top: 57px;
    }
    .login-icon, .registration-icon{
        font-size: 12px;
    }
    .footer-row__item{
        width: 50%;
    }
    .footer-menu-icons,
    .footer-payment-method{
        justify-content: flex-start;
    }
    .footer-menu__link{
        text-align: left;
    }
}

@media all and (max-width: 575px) {
     .container {
          padding: 0 15px;
     }

     .header-behind-gape {
          padding: 40px 0 0;
     }

     header.sticky~main>.header-behind-gape {
          padding: 95px 0 0;
     }

     .favorite-icon,
     .cart-icon,
     .user-icon {
          padding: 0 10px;
     }

     .header-social-icon__link {
          width: 29px;
     }

     .header-logo {
          max-width: 100px;
     }

     .header-sticky__logo {
          margin: 6px 0;
          max-width: 90px;
     }

     .favorite-icon svg,
     .cart-icon svg,
     .user-icon svg {
          width: 18px;
     }
    .header-sticky-icons>.login-icon,
    .header-sticky-icons>.registration-icon,
    .header-sticky-icons>.favorite-icon,
    .header-sticky-icons>.cart-icon{
        font-size: 0;
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
        padding: 4px;
        margin: 0 0 0 5px;
    }
    .language-selcet {
        top: 36px;
    }
    .language-group-btn{
        margin: 0 0 0 5px
    }
    .language-group-btn, .language-selcet__link {
        width: 28px!important;
        height: 28px!important;
    }
    .header-sticky-icons>.zoom-effect>svg,
    .header-sticky-icons>.zoom-effect>svg,
    .favorite-icon>svg,
    .cart-icon>svg{
        width: 15px;
        height: 15px;
        margin: 0;
    }
    .favorite-count, .cart-count {
        top: -4px;
        right: -4px;
    }
    .menu-burger,
    .menu-burger-close{
        margin-left: 12px;
    }

     .language-group__btn {
          border: none;
          margin: 0;
          padding: 0 8px 0 8px;
     }

     .menu-burger>svg,
     .menu-burger-close>svg {
          width: 17px;
     }

    .navigation,
     header.sticky .navigation {
          top: 40px;
          height: calc(100vh - 40px);
     }

     .login-icon>.zoom-effect>svg,
     .registration-icon>.zoom-effect>svg{
        margin: 0;
     }

     .category-menu {
          padding: 12px 0;
     }

     .category-close {
          margin: 12px 0 22px auto;
     }

     .category-sub-title {
          font-size: 20px;
     }

     .header-menu__item {
          padding: 6px 0;
     }

     .category-menu {
          height: calc(100vh - 44px);
     }

     .category-items-img {
          width: 60%;
     }

     .cart-bg,
     header.sticky~.cart-bg {
          top: 40px;
     }

     .cart-block {
          max-width: 100%;
          padding: 5px 0 15px 15px;
     }

     .cart-block-container {
          height: calc(100% - 120px);
     }

     .cart-info {
          width: fit-content;
     }

     .cart-info-fav-del {
          flex-direction: row;
          position: static;
     }

     .cart-block-container__item {
          margin: 0 17px 0 0;
     }

     .cart-block-footer {
          margin: -100px 22px 0 0;
     }

     .cart-close-btn {
          width: 22px;
          height: 22px;
     }

     .cart-close-btn>svg {
          width: 10px;
          height: 10px;
     }

     footer {
          padding: 23px 0 19px;
     }

     .footer-logo {
          max-width: 230px;
     }

     .footer-row__item {
          width: 100%;
          margin-bottom: 25px;
     }

     .footer-info {
          padding: 0;
     }

     .footer-row__item:last-child {
          text-align: left;
     }

     .footer-social-icons {
          justify-content: flex-start;
     }

     .category-menu::-webkit-scrollbar,
     .navigation::-webkit-scrollbar {
          width: 3px;
     }
    /*.search-results{*/
    /*    width: 280px;*/
    /*}*/
    .search-results__img {
        width: 40px !important;
    }
}

@media all and (max-width: 420px) {
    .cart-block-container {
        height: 350px;
    }
    .cart-block-footer {
        padding: 20px 0 0 0;
        margin: 0 40px 0 0;
        border-top: 1px solid #CAC7C1;

    }
    .whatsapp-link.open-icon {
        bottom: 280px;
    }

    .telegram-link.open-icon {
        bottom: 235px;
    }

    .facebook-link.open-icon {
        bottom: 190px;
    }

    .viber-link.open-icon {
        bottom: 145px;
    }

    .instagram-link.open-icon {
        bottom: 100px;
    }
}
