/* ============================= HEADER ==============================*/
header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    position: sticky;
    left: 0;
    z-index: 9999;
}

.header__bottom,
.header__center,
.header__top{position: relative;}
.header__top{
    background: var(--bg-second);
    color: #fff;
    height: 50px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
}
.header__center{
    color: var(--body-text);
    z-index: 20;
}
.header__bottom, .header__bottom_container {
    height: 80px;
    background: var(--bg-header);
    color: var(--second-company-text);
    padding: 0;
}
.header__bottom_container .container, .header__bottom_panel {
    height: 100%;
}
.header__bottom_container.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 4px 27px 0px #01180033;
}
.header__bottom_container.product_header.fixed {
    box-shadow: none;
}
.catalog_button__fixed {
    background: var(--basic-company);
    color: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    align-self: center;
    cursor: pointer;
    display: none;
}
.catalog_button__fixed.show {
    display: grid;
}
.header__logo_catalog_wrap {
    gap: 30px;
}
.header-top-wrap {
    width: 100%;
    gap: 6%;
}
.header__bottom.showBg {
    z-index: 200;
}
.catalog_overlay {
    background-color: rgb(0 0 0 / 77%);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform .1msease-in-out .2s, opacity .3sease-in-out;
    z-index: 99;
}
.catalog_overlay.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3sease-in-out;
    backdrop-filter: blur(5px);
    cursor: pointer;
}
.catalog_overlay.visible{
    
}
@-webkit-keyframes fixedMenu {
	0% {
        top: -160px;
    }
    100% {
        top: 0;
    }
}
@keyframes fixedMenu {
	0% {
        top: -160px;
    }
    100% {
        top: 0;
    }
}
.header__center_grid{
    width: 100%;
    gap: 6%;
    padding: 10px 0;
}
.switcher__item{
    position: relative;
    padding: 1px 10px;
    white-space: nowrap;
}
.switcher__name{
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.switcher__hidden{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
    left: -12px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    width: auto;
}
.switcher__language .switcher__hidden{left: 0;}
.switcher__item:last-child .switcher__hidden{
    left: inherit;
    right: 0;
}
.switcher__item:first-child {border-right: 1px solid var(--svg-color);}
.switcher__link{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #A5A5A5;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    border: none;
    width: 100%;
    background: none;
}
.switcher__visible.active{
    color: var(--svg-color);
    text-decoration: underline;
}
.switcher__visible img,
.switcher__link img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    margin-right: 4px;
}
.header__logo {
    -webkit-box-flex: 0;
    max-width: fit-content;
}
.logo__link{
    position: relative;
    display: block;
    /* padding-right: 30px; */
    height: fit-content;
}
.logo__link img,
.logo__link svg{
    display: block;
    max-height: 100%;
    max-width: 150px;
}
.header-contact{
    height: 50px;
    position: relative;
    min-width: 245px;
    margin-left: auto;
}
.header-contact__inner{
    padding: 15px 15px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 4px;
    height: 45px;
}
.header-contact__inner--adress{
    padding: 10px 15px 0;
    height: 45px;
}
.header-contact__inner--adress .header-contact__item--visible::after {content: none!important;}
.header-contact__item{
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.header-contact__item--visible{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.header-contact__section svg{
    margin-right: 5px;
    line-height: 1;
    color: var(--body-text);
    width: 20px;
    height: 20px;
}
.header-contact__item .dottes_icon {
    position: absolute;
    top: 0;
    right:0;
    color: var(--basic-company);
}
.header-contact__item{position: relative;}
.header-contact__inner:hover .dottes_icon {display: none;}
.header-contact--phone,
.header-contact--email,
.header-contact--time{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 13px;
    line-height: 1.2;
    word-break: break-all;
}
.header-contact--time,
.header-contact--time p,
.header-contact--time span{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.header-contact__item--visible.header-contact--phone a,
.header-contact--phone a,
.header-contact--email a,
.header-contact--time{
    text-decoration: none;
    color: var(--body-text);
    justify-content: flex-start;
}
.header_informers__item{
    position: relative;
    cursor: pointer;
    min-width: 70px;
    transition: .3s;
    color: var(--second-company-text);
    height: 100%;
    transition: var(--tr-3s);
}
.header_informers__item:not(:last-child)::before{
    content: '';
    width: 65px;
    height: 65px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    position: absolute;
    background-color: black;
    border-radius: 50%;
    background: #DFEEDD;
    opacity: 0;
    transition: var(--tr-3s);
    z-index: 2;
}
/* .header_informers {margin-left: auto;} */
.header_informers__link{
    color: var(--basic-company-text);
    text-decoration: none;
    flex-direction: column;
    width: 100%;
    transition: all .3s;
    padding: 0 30px;
    gap: 4px;
    position: relative;
    z-index: 10;
}
.account__link {color: var(--boxed-text);border-right: 2px solid var(--border);}
.header_informers__item:first-child {padding-left: 0;}
/* .header_informers__item:last-child {margin-left: 30px;} */
/* .header_informers__item:last-child .header_informers__link::after,
.header_informers__item:nth-last-child(2) .header_informers__link::after {display: none} */
.informer_name  {
    font-size: 11px;
    font-weight: 400;
    color: var(--second-company-text);
}
.header_cart_link {
    width: 190px;
    height: 100%;
    background: var(--basic-company);
    border-radius: 0;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
    padding: 0
}
.cart_title {color: var(--second-text)}
.cart_total {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--second-text)
}
.header_informers__item.icon-search,
.header_informers__link i{
    width: 32px;
    height: 32px;
}
.header_informers__link i:before{
    font-size: 30px;
    line-height: 1;
}
.header_informers__link i.fa-balance-scale:before{
    font-size: 26px;
    line-height: 1;
}
.header_informers__item.icon-search {
    font-size: 32px;
    min-width: 45px;
    padding: 0 5px;
}
.header_informers__item .compare_counter,
.header_informers__item .wishlist_counter,
.header_informers__item .cart_counter {
    border: 3px solid;
    border-radius: 14px;
    color: var(--second-text);
    padding: 2px;
    position: absolute;
    right: -10px;
    top: -5px;
    min-width: 24px;
    width: fit-content;
    height: 24px;
    font-size: 11px;
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    display: block;
}
.header_informers__item .compare_counter, 
.header_informers__item .wishlist_counter{
    background-color: var(--basic-company); 
    border-color: var(--bg-header);
}
.header_informers__item .cart_counter {
    background: var(--bg-header); 
    border-color: var(--basic-company);
    color: var(--body-text);
}
.informer_name{transition: all .3s}
.header_informers__link svg {color: var(--boxed-text)}
.header_cart_link svg {
    color: var(--second-text);
    margin-left: 15px;
    width: 40px;
    height: 40px;
}
.cart_icon_info {display: flex;flex-direction: column;}
.menu_group__list{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_group__item{
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.menu_group__item--2{
    padding: 0;
    white-space: nowrap;
}
.menu_group__item--2:not(:last-child){
    border-bottom: 1px solid var(--second-company);
}
.menu_group__item--2 .menu_group__link,
.menu_group__item--2 .menu_group__menu {
    padding: 5px 20px;
    display: block;
}
.menu_group__link,
.menu_group__menu{
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    color: var(--body-text);
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
    transition: color 0.3s ease 0s;
}
.menu_group--header .menu_group__item--2 .menu_group__link {
    padding: 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text);
}
.menu_group--header .menu_group__link,
.menu_group--header .menu_group__menu{
    /* padding: 35px 25px; */
    text-decoration: none;
    color: var(--body-text);
    font-weight: 400;
    position: relative;
    cursor: pointer;
    line-height: 1;
    transition: all .3s
}
.menu_group--footer .menu_group__link,
.menu_group--footer .menu_group__menu{
    text-decoration: none;
    color: var(--boxed-text);
    font-weight: 400;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 12px;
}
.menu_group--header .menu_eventer .menu_group__link:after,
.menu_group--header .menu_eventer .menu_group__menu:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--basic-company);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.menu_group--header .menu_group__list--2 .menu_group__link:after,
.menu_group--header .menu_group__list--2 .menu_group__menu:after{
    content: none;
}
.header__menu{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    justify-content: center;
}
.menu_group--header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_group--header .menu_group__item {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    z-index: 99;
}

.menu_group--header .menu_group__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu_group--header .menu_eventer .menu_group__list--2{
    border-radius: 3px;
    display: none;
    left: 0;
    padding: 5px 0;
    position: absolute;
    min-width: 200px;
    bottom: -100px;
    width: auto;
    background: rgb(255, 255, 255);
    box-shadow: var(--shadow-color);
    color: var(--body-text);
}
.menu_group--header .menu_eventer .menu_group__list--3{
    display: none;
}

.top_text {
    font-size: 14px;
    color:var(--second-text);
}

.menu_group--footer .menu_group__list{
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu_group--footer .menu_group__item{
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    width: max-content;
}

.menu_group--404{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_group--404 .menu_group__item {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.menu_group--404 .menu_group__link{
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: underline;
    color: var(--basic-company);
    font-weight: 500;
    position: relative;
    cursor: pointer;
    line-height: 1;
}
.search {
    position: relative;
    margin: auto 30px;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 430px;
    width: 100%;
    align-items: center;
}
.search__input {
    background: var(--bg);
    border: 1px solid #FBFBFB;
    color: var(--body-text);
    height: 50px;
    max-width: 430px;
    width: 100%;
}
.search__button {
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 60px;
    border: none;
    background:  transparent;
    color: var(--second-company-text);
    background: var(--basic-company);
    transition: all 0.3s;
   
}
.search__button svg {
    width: 20px;
    height: 20px;
    color: #fff;
}
.header__bottom_panel{position: relative;}
.catalog_button {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 323px;
    -ms-flex: 1 0 330px;
    flex: 1 0 323px;
    max-width: 323px;
    position: relative;
    margin: 0;
    border-radius: 60px;
    height: 55px;
    margin-top: 16px;
}
.catalog_button__heading {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    background: var(--basic-company);
    color: var(--second-text);
    border-radius: 0px;
    height: 100%;
    padding: 0 20px;
}
.catalog_button .catalog_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_text {line-height: 1; margin-left: 0;letter-spacing: 1px;}
.catalog_button .catalog_icon:before {font-size: 20px;}
.catalog_button .catalog_button__arrow {position: absolute;right: 15px;}
.catalog_button .arrow_right {
    height: 14px;
    width: 14px;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.catalog_button.active .arrow_right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.catalog_button__fixed .catalog_icon {
    display: block;
    width: 35px;
    height: 35px;
}
/* ============================= FOOTER ==============================*/
footer {
    background: var(--bg-footer);
    color: var(--second-company-text);
    -ms-flex-negative: 0;
    margin-top: 0;
    padding: 60px 0 0;
}
.footer_grid{
    display: grid;
    grid-template-columns: 27% repeat(3, 1fr);
    gap: 4%;
    width: 100%;
}
.footer_logo{
    margin-bottom: 30px;
}
.footer__title{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--boxed-text);
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #FFFFFF24;
}
.footer__title_arrow{
    position: absolute;
    top: 28%;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%;
    text-align: right;
    left: 0;
    padding-right: 15px;
}
.footer__title_arrow svg{
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.footer__title_arrow.down svg,
.footer__title.active .footer__title_arrow svg{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.footer__content{
    color: var(--second-company-text);
    margin-bottom: 0px;
}
.footer__contact_item{
    position: relative;
    padding-left: 0;
}
.open_hours {
    display: flex;
    gap: 12px;
    color: #fbfbfb;
    margin-bottom: 20px
}
.shop_address {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fbfbfb;
    margin-bottom: 20px;
    width: 326px;
}
.shop_address_bottom a {
    color: #fbfbfb;
    text-decoration: none;
}
.social_footer {
    margin-top: 30px;
}
.social_footer .social__link{
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
    color: var(--basic-company);
    box-shadow: 0px 4px 15px 0px #0009280F;
}
.shop_address_top {
    display: flex;
    font-size: 20px;
    gap: 12px;
    font-weight: 600;
    border-bottom: 1px solid #FFFFFF33;
    width: fit-content;
}
.shop_address_bottom {
    margin-left: auto
}

.footer__contact_item .contacts_info_title {
    font-weight: 400
}
.footer__contact_item .email,
.footer__contact_item .open_hours,
.footer__contact_item .phone {
    position: relative;
    margin-bottom: 0px;
    color: var(--boxed-text);
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.7;
    transition: all 0.3s;
}
.footer__contact_item .phone,
.footer__contact_item .email {
    font-weight: 600
}
.footer_bottom {
    gap: 18px
}
.footer_bottom .payment_content {
    gap: 20px
}
.copyright {
    font-size: 16px;
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg,
.footer__contact_item .phone svg{
    width: 24px;
    height: 24px;
    margin-right: 12px;
    position: relative;
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg{
    width: 24px;
    height: 24px;
}
.footer__contact_item .open_hours,
.footer__contact_item .open_hours p,
.footer__contact_item .open_hours span{
    color: var(--second-company-text)!important;
    font-size: 12px!important;
    font-weight: 400!important;
}
.footer__contact_item .callback {
    border: 1px solid;
    border-color: var(--second-company-text);
    color: var(--second-company-text);
    font-size: 12px;
    height: auto;
    padding: 5px 20px;
    margin: 0;
}
.footer__contact_item .callback svg {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.footer__menu_item{margin-bottom: 0px;}
.footer__content .footer__menu_item.closed {display: none;}
.footer__content.opened .footer__menu_item.closed {display: block;}
.footer__view_all{
    color: var(--basic-company);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    position: relative;
}
.footer__view_all::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--button-color);
    transition: 0.5s;
    position: absolute;
    bottom: -2px;
}


.footer__menu_link {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    color: var(--boxed-text);
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease 0s;
    text-decoration: none;
    color: var(--boxed-text);
    font-weight: 400;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 12px;
}
.footer__payments{text-align: right;}
.payments__list{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    text-align: right;
}
.contacts_info a:hover {
    color: var(--button-color)
}
.payments__item{
    border: 1px solid rgb(219, 219, 219);
    background-color: rgb(255, 253, 253);
    height: 32px;
    padding: 0 5px;
    margin: 0 0 0 5px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payments__item picture,
.payments__item img{
    display: block;
    max-height: 30px;
    min-width: 30px;
}
.footer__copyright{
    border-top: 1px solid var(--border);
    background: var(--bg-copyright);
    padding: 16px 0;
    color: var(--second-company-text);
    margin-top: 60px;
}
.footer_menu_grid{
    gap: 50px;
}
.footer_menu_grid .footer__menu_item{
    break-inside: avoid-column;
}
.footer_menu .phone{
    color: var(--boxed-text);
    text-decoration: none;
    gap: 10px;
    font-weight: 500;
    white-space: nowrap;
}
.footer_menu .phone:not(:last-child){
    margin-bottom: 12px;
}
.copyright_icons {display: flex;align-items: center;gap: 20px;}
.copyright_icons svg {height: auto!important;margin: 0!important;color: var(--second-company-text);}
.footer__copyright a{text-decoration: none;color: var(--basic-company);}
.footer_first_column {flex-direction: column;}
.footer__copyright span {
    padding-right: 5px;
}
.copyright svg{
    height: 24px;
    width: auto;
    margin-left: 5px;
}
.footer_slogan {
    font-size: 16px;
    font-weight: 400;
    max-width: 350px;
    color: var(--second-company-text);
    margin-bottom: 50px;
}
.block_developer span {
    color: var(--second-company-text);
    font-size:14px;
}
.fn_search {
    border-radius: 55px;
}
.header-top-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
}