/***** #Header ***********************************************************************/
header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 20;
    background-color: var(--header-bg);
    position: fixed;
    width: 100%;
}
.header__center{
    padding: 10px 0;
    position: relative;
    box-shadow: 0 2px 5px #0000004d;
}
/***** #Logo *************************************************************************/
.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 178px;
    -ms-flex: 1 0 178px;
    flex: 1 0 178px;
    max-width: 178px;
    margin-right: 100px;
}
.logo__link{
    position: relative;
    display: block;
    height: 54px;
}
.logo__link img,
.logo__link svg{
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.header_logo {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 180px;
    -ms-flex: 1 0 180px;
    flex: 1 0 180px;
    max-width: 180px;
}
/****** #Header contacts *************************************************************/
.header-contact{
    height: 50px;
    position: relative;
    min-width: 235px;
}
.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__inner .header-contact__item--visible:after {
    content: '\2807';
    font-size: 30px;
    position: absolute !important;
    right: -5px;
    top: -5px;
    display: block;
    line-height: 1;
    width: 10px;
    color: var(--body-text);
}
.header-contact__section svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    line-height: 1;
}
.header-contact--phone,
.header-contact--email,
.header-contact--time{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0;
    line-height: 1.2;
    word-break: break-all;
}
.header-contact--email{font-size: 14px;}
.header-contact--time,
.header-contact--time p,
.header-contact--time span{
    font-size: 14px;
    font-weight: 500;
}
.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);
}
.header-contact__item--visible.header-contact--phone a:hover, 
.header-contact--phone a:hover, 
.header-contact--email a:hover{
    color: var(--basic-company);
}
.header-contact--phone svg path, 
.header-contact--email svg path{
    transition: all .5s ease;
}
.header-contact__item--visible.header-contact--phone a:hover svg path, 
.header-contact--phone a:hover svg path, 
.header-contact--email a:hover svg path{
    fill: var(--basic-company);
}

/***** #Header informers *************************************************************/
.header_informers__item{
    position: relative;
    cursor: pointer;
    min-width: 70px;
    padding: 0 15px;
    transition: .2s;
    color: var(--second-company-text);
    height: 100%;
}
.header_informers__link{
    color: var(--second-company-text);
    text-decoration: none;
}
.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{
    background: #F5CC43;
    border: 2px solid;
    border-color: var(--second-company);
    border-radius: 50%;
    color: var(--body-text);
    padding: 1px 0 0 1px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 17px;
    display: block;
}
/*****  #Main  **********************************************************************/
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding-top: 74px;
}
/***** #Pagination *******************************************************************/
.pagination {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 15px auto 10px;
}
.pagination__item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.pagination__link {
    display: block;
    padding: 0 10px;
    min-width: 45px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: var(--body-text);
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    height: 26px;
    line-height: 24px;
}
.pagination__link:hover,
.active .pagination__link {
    color: var(--basic-company-text);
    background-color: var(--basic-company);
    border-color: var(--basic-company);
}

/***** #Breacrumbs  *****************************************************************/
.breadcrumbs {
    width: 100%;
    border: none;
    padding: 0 3px;
    background: transparent;
    list-style: none;
    margin: 32px 0;
    color: var(--body-text);
}
.breadcrumbs .breadcrumbs__item {
    padding: 0;
    color: inherit;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #707070;
}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    margin: 0 8px;
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.84995 17.45C8.71662 17.2833 8.64579 17.1 8.63745 16.9C8.62912 16.7 8.69995 16.525 8.84995 16.375L13.25 11.975L8.82495 7.55C8.69162 7.41667 8.62912 7.2375 8.63745 7.0125C8.64579 6.7875 8.71662 6.60833 8.84995 6.475C9.01662 6.30833 9.19579 6.22917 9.38745 6.2375C9.57912 6.24583 9.74995 6.325 9.89995 6.475L14.875 11.45C14.9583 11.5333 15.0166 11.6167 15.05 11.7C15.0833 11.7833 15.1 11.875 15.1 11.975C15.1 12.075 15.0833 12.1667 15.05 12.25C15.0166 12.3333 14.9583 12.4167 14.875 12.5L9.92495 17.45C9.77495 17.6 9.59995 17.6708 9.39995 17.6625C9.19995 17.6542 9.01662 17.5833 8.84995 17.45Z' fill='%23333333'/%3E%3C/svg%3E");
}
.breadcrumbs svg {
    width: 18px;
    height: 18px;
}
.breadcrumbs a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    color: var(--body-text);
}
.breadcrumbs a:hover {
    color: var(--button-color);
}
/***** #Footer  **********************************************************************/
footer {
    background: var(--second-company);
    color: var(--second-company-text);
    -ms-flex-negative: 0;
    margin-top: 0;
    padding: 30px 0 0;
}
.footer__title{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--second-company-text);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}
.footer__title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    border-radius: 4px;
    left: 1px;
    bottom: 0;
    background: var(--second-company-text);
}
.footer__title_arrow{
    position: absolute;
    top: 2px;
    cursor: pointer;
    transition: all .5s ease;
    width: 100%;
    text-align: right;
    left: 0;
    padding-right: 0;
}
.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: 20px;
}
.footer__contact_item{
    position: relative;
    padding-left: 0;
}
.footer__contact_item .email,
.footer__contact_item .open_hours,
.footer__contact_item .phone {
    position: relative;
    margin-bottom: 15px;
    color: var(--second-company-text);
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.3;
    transition: all 0.5s ease;
}
.footer__contact_item a:hover{
    opacity: .7;
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg,
.footer__contact_item .phone svg{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.footer__contact_item svg path{
    fill: var(--second-company-text);
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg{
    width: 14px;
    height: 14px;
}
.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: 10px;}
.footer__content .footer__menu_item.closed {display: none;}
.footer__content.opened .footer__menu_item.closed {display: block;}
.footer__view_all{
    color: var(--second-company-text);
    font-size: 14px;
    border-bottom: 1px dashed;
    border-color: var(--second-company-text);
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.footer__view_all:hover,
.footer__view_all:focus {
    color: var(--second-company-text);
    border-color: transparent;
}
.footer__menu_link {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    -webkit-user-select: no-select;
    -moz-user-select: no-select;
    -ms-user-select: no-select;
    user-select: no-select;
    background: transparent;
    color: var(--second-company-text);
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s ease;
    padding: 0 0 0 20px;
}
.footer__menu_link:hover{
    opacity: .7;
    color: var(--second-company-text);
}
.menu_group--footer .menu_group__link {padding: 0 0 0 20px;}
.menu_group--footer .menu_group__link:before,
.footer__menu_link:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 2px;
    border-radius: 4px;
    background-color: var(--second-company-text);
}
.subscribe_form__group{position: relative;}
.subscribe__title{
    color: var(--second-company-text);
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 8px;
}
.form__button--subscribe{
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    background: #232f3e;
    color: #fff;
    opacity: .8;
    transition: all .2s;
    line-height: 24px;
    padding: 0 7px;
    text-transform: capitalize;
    font-weight: 500;
}
.subscribe_form__group .form__group--subscribe{
    width: 100%;
    margin-bottom: 10px;
}
.social{
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 16px;
}
.social__link{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: var(--block-radius);
    border: 1px solid var(--second-company-text);
    background-color: transparent;
    color: var(--second-company-text);
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    opacity: 1;
    text-decoration: none;
    transition: all .5s ease;
}
.social__link:hover{
    color: var(--second-company-text);
    opacity: .7;
}
.footer__copyright{
    border-top: 1px solid #676767;
    background: var(--second-company);
    padding: 12px 0;
    color: var(--second-company-text);
    font-size: 14px;
}
.footer__copyright span{
    padding-right: 5px;
}
.footer__copyright a{
    text-decoration: none;
    color: var(--second-company-text);
}
.copyright svg{
    height: 24px;
    width: auto;
    margin-left: 5px;
}

/***** #Profile user *****/
.profile{
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0px;
}
.profile__image{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}
.profile__icon svg{
    width: 60px;
    height: 60px;
}
.profile__icon img{
    width: 60px;
    border-radius: 50%;
}
.profile__information{
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.profile__name{
    font-size: 18px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    line-height: 1.2;
}
.profile__logout{margin: 10px 0 5px;}
.profile__logout a{
    font-size: 12px;
    color: var(--button-color);
    font-weight: 500;
    text-decoration: none;
}
.profile__logout a svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.user_tab__switch{
    position: relative;
    cursor: pointer;
}
.tabs--user .table_wrapper{
    max-height: inherit;
}
.user_tab__switch:after {
    width: 8px; 
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: rgb(34, 34, 34);
    position: absolute;
    content: " ";
    top: calc(50% - 2px);
    right: 20px;
    left: inherit;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.user_tab__switch.active::after {
    top: calc(50% - 3px);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button__logout {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin: 0px;
    border-bottom:none;
    cursor: pointer;
    text-decoration: none;
    padding: 18px 0px;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    height: inherit;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.button__logout svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.button__logout:hover{
    color: var(--basic-company);
}
.user_orders_hidden{
    display: none;
}
.user_orders_hidden.fn_user_orders_show{
    display: table-row;
}
.fn_user_orders_switch{
    margin: auto;
    display: block;
    width: 10px;
    padding: 5px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.75 0C5.33582 0 5 0.335815 5 0.75V5.25H0.75C0.335815 5.25 0 5.58582 0 6C0 6.41418 0.335815 6.75 0.75 6.75H5V11.25C5 11.6642 5.33582 12 5.75 12C6.16418 12 6.5 11.6642 6.5 11.25V6.75H11.25C11.6642 6.75 12 6.41418 12 6C12 5.58582 11.6642 5.25 11.25 5.25H6.5V0.75C6.5 0.335815 6.16418 0 5.75 0Z' fill='%23030F4B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.fn_user_orders_active .fn_user_orders_switch{
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.75' width='1.5' height='12' rx='0.75' transform='rotate(-90 0 1.75)' fill='%23030F4B'/%3E%3C/svg%3E%0A");
}
/***** #Button to Top ****************************************************************/
.to_top {
    position: fixed;
    z-index: 100;
    left: 2%;
    bottom: 40px;
    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;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: hidden;
    color: var(--basic-company-text);
    border-radius: 50%;
    background-color: var(--basic-company);
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.to_top.show {
    visibility: visible;
    opacity: 0.8;
}
.to_top:before{
    content: "\f077";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
}
.to_top:hover {opacity: 1;}

/***** #Page 404 ********************************************************/
.not_found{
    width: 900px;
    max-width: 100%;
    text-align: center;
    margin: 20px auto 40px;
}
.not_found__image{color: var(--basic-company)};
.not_found__image svg{width: 300px;height: 300px;}
.not_found__menu{text-align: center;}
.not_found__description{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}


.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    display: none;
}

select.error ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f00;
}

select.error ~ .select2-container--default .select2-selection--single {
    display: block;
    border: 1px solid #f00;
}