header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: fixed;
    z-index: 20;
    width: 100%
}
.header__bottom,
.header__center,
.header__top{position: relative;}

.header__top{
    background: var(--second-company);
    color: var(--second-company-text);
    padding: 2px 0;
}
.header__center{
    background-color: #F8F8F8;
    color: var(--body-text);
    transition: all .3s ease-out;
    position: relative;
    box-shadow: 0px 4px 20px 0px #000D3B12;
    border-bottom: 1px solid #EDEDED;
    /* padding: 10px 0; */
}
.header__bottom,
.fn_header__sticky{
    background: var(--second-company);
    color: var(--second-company-text);
    padding: 0;
    height: 60px;
}
.openmenu .header__logo {
    opacity: 0;
    visibility: hidden
}
.header__logo {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out
}
.padding-main {
    padding-top: 88px
}
/***** #Callback *********************************************************************/
.callback{
    position: relative;
    padding: 0 10px;
    border-radius: 3px;
    margin-left: 5px;
    line-height: 1;
    height: 25px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid transparent;
    color: var(--second-company-text);
    margin-right: 10px;
}
.callback svg{
    width: 18px;
    height: 18px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
/***** #Logo *************************************************************************/
.logo__link{
    position: relative;
    display: block;
    height: 60px;
}
.logo__link img,
.logo__link svg{
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.header__callback {
    width: fit-content;
    height: 50px;
    border: 1px solid var(--basic-company);
    border-radius: 5px;
    padding: 0 34px;
    color: var(--basic-company);
    background-color: transparent;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-out;
    white-space: nowrap;
}
/***** #Main banner *****************************************************************/
.main_banner{
    width: 100%;
    margin: 0;
    height: calc(100vh - 88px);
    margin-bottom: 85px
}
.main_banner .banner_group__item{height: calc(100vh - 88px);}
.main_banner .banner_group{margin-bottom: 0;}

.banner_group__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(241, 241, 241, 0.1) 0%, rgba(241, 241, 241, 0.98) 66.48%);
    z-index: 1
}
.fn_banner_main2 .banner_group__image::after {
    background: #000000BF;
}

/*****  #Main  **********************************************************************/
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding-top: 88px
}
.user_container,
.post_container,
.blog_container,
.products_container{
     margin-left: 300px;
     width: calc(100% - 300px);
}
.blog_container--left,
.post_container--left{
    margin-left: 0;
}
.blog_container__boxed,
.products_container__boxed{
    background: var(--boxed-color);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 25px;
}
.user_container__boxed{
    background: transparent;
    padding: 0;
}
.user_container .tab{
    padding: 0;
}

.post_container__boxed{
    padding: 15px;
    position: relative;
    max-width: 100%;
    margin: 0px auto;
}
/***** #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);
}
.products_pagination{margin: 10px auto 0;}

/***** #Breacrumbs  *****************************************************************/
.breadcrumbs {
    width: 100%;
    border: none;
    padding: 0 3px;
    background: transparent;
    list-style: none;
    margin: 10px 0;
    color: var(--body-text);
}
.breadcrumbs .breadcrumbs__item {
    padding: 0;
    color: inherit;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.breadcrumbs .breadcrumbs__item:first-child {margin-right: 3px;}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before { 
    padding: 0 5px;
    content: "\f101";
    font: normal normal normal 16px/1 "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs svg{width: 18px;height: 18px;}
.breadcrumbs a{
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 500;
    color: var(--body-text);
}
.breadcrumbs a:hover{color: var(--button-color);}

/***** #Preview product *************************************************************/

.boxed .product_item,
.fn_products_slide .product_item{margin-bottom: 0;}
.product_item{margin-bottom: 15px;height: 340px;}
.product_item.swiper-slide{height: 340px;}
.comparison_item{margin-bottom: 0!important;}
.product_preview{
    border-right: 1px solid transparent;
    box-shadow: 0 0 0 #00000026,0 0 0 #00000012,0 0 0 #00000017;
    min-height: 340px;
    padding: 10px;
    position: relative;
    transition: .3s;
    width: 100%;
    background: #fff;
}
.product_item:nth-child(4n) .product_preview{border-color: transparent;}
.product_preview__sku{
    color: var(--body-text);
    font-size: 11px;
    margin: 5px 0 5px;
    font-style: italic;
    opacity: .7;
    font-weight: 500;
}
.sku__nubmer{font-weight: 600;}
.product_preview__center {position: relative;}
.product_preview__image {
    height: 200px;
    margin: 0 auto;
    position: relative;
}
.product_preview__image a{
    height: 200px;
    width: 100%;
}
.product_preview__image picture {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_preview__image img {max-height: 100%;}
.product_preview__image .sticker__image {max-height: inherit;}
.product_preview__no_image svg{width: 80px;height:80px;}
.stickers_product-page,
.stickers{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top:0;
    left: 0;
    z-index: 2;
}
.stickers_product-page{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    left: inherit;
    right: 0;
}
.sticker{
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    border-radius: 3px;
    white-space: nowrap;
}
.sticker--hit{background-color: rgba(6, 101, 38, 0.8);}
.sticker--discount{background-color: rgba(177, 7, 7, 0.8);}
.sticker--special{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
}
.sticker__image {
    display: inline-block;
    width: 60px;
    max-height: inherit;
}
.sticker_pct{
    position: absolute;
    top:0;
    right: 0;
    display: inline-block;
    text-align: center;
    line-height: 1;
    background-color: rgb(251, 63, 76);
    color: #fff;
    font-weight: 600;
    padding: 5px 5px 3px;
    font-size: 10px;
    border-radius: 4px;
}
.product_preview__name {
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.product_preview__name a {
    color: var(--body-text);
    background: rgba(255,255,255,0.9);
	line-height: 1.2;
	font-size: 14px;
	transition: .3s;
	display: block;
	position: relative;
	font-weight: 500;
	padding-bottom: 5px;
    min-height: 63px;
	text-decoration: none;
}
.product_preview__prices {
    height: 28px;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}
.product_preview__prices .old_price{
    margin: 0 10px 0 0;
    color: #575757;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    line-height: 1;
}
.product_preview__prices .old_price .currency{
    display: none;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -10px;
}
.product_preview__prices .old_price::after {
    border-bottom: 1px solid #575757;
    content: "";
    left: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transform: rotate(-10deg);
}
.product_preview__prices .price{
    color: var(--body-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.product_preview__prices .price--red{color: #B10707;}
.product_preview__prices .price .currency{
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.product_preview__bottom {
    border-top: 1px solid #dbdbdb;
    margin: 9px 0 0;
    padding: 10px 0 0;
}
.product_preview__buttons {
    position: relative;
	height: 30px;
}
.product_preview__center .wishlist_button__remove,
.product_preview__center .wishlist_button{
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    width: 26px;
    height: 26px;
    color: var(--button-color);
    opacity: 0.7;
}
.product_preview__center .wishlist_button::before{
    font-size: 26px;
    line-height: 1;
}
.product_preview__center .wishlist_button::before{
    content: "\f08a"!important;
}
.product_preview__center .wishlist_button.selected::before{
    content: "\f004"!important;
}
.product_preview__center .wishlist_button__remove::before{
    color: #b10707 !important;
    font-size: 23px;
    line-height: 1;
}
.product_preview__buttons .product_preview__button{
    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;
    -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%;
    height: 30px;
}
.product_preview__buttons .product_preview__button:before{
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1;
    padding: 0 5px;
}
.product_preview__buttons .remove_link{color: #b10707 !important;font-size: 38px;}
.product_preview__button.hidden{display: none;}
.product_preview__button{
    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;
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
    white-space:nowrap;
    padding: 0 5px;
    color: var(--body-text);
    border-radius: 3px;
    transition: all 0.2s;
    height: 30px;
}
.product_preview__button .product_preview__button_text{
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    font-weight: 500;
    width: 0;
    overflow: hidden;
}
.product_preview__button {
    background: var(--button-color);
    border-color: var(--button-color);
    color: var(--button-text);
    padding: 0;
}
.product_preview__button .product_preview__button_text {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
}
.product_preview__button--pre_order{
    background: transparent;
    border-color: rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -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%;
}
.product_preview__out_stock{
    background: transparent;
    border: 1px solid transparent;
    padding: 3px 0;
    line-height: 1.2;
    color: rgb(156, 156, 156);
    height: 34px;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    -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%;
}
.product_preview__button--pre_order .product_preview__button_text{
    padding: 0;
    visibility: visible;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
    width: auto;
}
.product_preview__button .icon::before{
    font-size: 20px;
}
.product_preview__buttons .comparison_button,
.product_preview__buttons .fast_order_button{
    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;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
    background: transparent;
    border: 1px solid rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    opacity: 0.7;
    font-size: 0px;
    transition: all .2s;
    padding: 0 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
    width: 35px;
    margin-left: 5px;
}
.product_preview__buttons .comparison_button::before{font-size: 16px;line-height: 1;}
.product_preview__buttons .fast_order_button::before{font-size: 16px;line-height: 1;}
.product_preview__buttons .comparison_button.selected{
    position: relative;
    opacity: .8;
    border-color: var(--button-color);
    color: var(--button-color);
}
.product_preview__annotation{
    display: none;
	margin-top: 5px;
	max-height: 145px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
    color: var(--body-text);
    opacity: 0.9;
}
.product_preview__annotation ul li{margin: 0;font-size: 12px;}
.product_preview__annotation::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 16px;
    width: 80px;
    content: "";
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 40%, #fff);
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255) 40%, rgb(255, 255, 255));
}
.product_preview__annotation ol,
.product_preview__annotation ul{margin: 10px 0 0 15px;}
.product_preview__variants{
    display: none;
	border-top: 1px solid #dbdbdb;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.product_preview__variants.hidden{display: none!important;}
.product_preview__variants .select2{margin-top: 0;}
.product_preview__variants .select2-container {width: 100%!important;max-width: 100%;}
.products_list.no_gutters .product_preview{
    position: absolute;  
    border-right: 1px solid #dbdbdb;
}
.products_list.no_gutters{position: relative;}
.products_list.no_gutters:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 1px;
    height: 100%;
    z-index: 2;
}
.products_list:not(.no_gutters) .product_preview{border: 1px solid #dbdbdb;}

/***** #Comments *******************************************************************/
.comment__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.comment_heading{
    color: #222;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    margin-top: 60px;
}
.comment_heading::after {
    content: "";
    height: 2px;
    background: #c1c1c1;
    position: absolute;
    top: 55%;
    right: 0;
    display: block;
    width: 100%;
}
.comment_heading span{
    background: #fff;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
}
.comment__icon{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    margin-top: 15px;
}
.comment__icon svg{width: 40px;height: 40px;}
.admin_note .comment__icon svg{width: 42px;height: 42px;}
.comment__icon .comment__image{max-width: 40px;height: auto;}
.comment__boxed{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 50px);
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding: 15px 15px;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 4px;
}
.admin_note {margin-left: 50px;}
.admin_note .comment__boxed{background: #f7f7f7;}
.comment__header{margin-bottom: 5px;}
.comment__name{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(34, 34, 34);
}
.comment__status{
    font-weight: 400;
    font-size: 13px;
    color: rgb(11, 152, 47);
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}
.comment__date{
    font-weight: 500;
    font-size: 12px;
    color: #556080;
    white-space: nowrap;
}
.comment__body{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: rgb(74, 74, 74);
}

/***** #Product page ***************************************************************/
.product-page__sku .sku_nubmer{
    font-size: 14px;
    font-weight: 500;
}
.product-page__images{
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    max-height: 480px;
    height: 100%;
}
.product-page__image{
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 85px);
    -ms-flex: 0 0 calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    text-align: center;
}
.product-page__img{padding: 0 20px;width: 100%;}
.gallery_image a{
    min-height: 400px;
    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;
}
.product-page__no_image{
    width: 100%;
    height: 100%;
    padding: 10px;
}
.product-page__no_image svg{width: 120px;height: 120px;}
.product-page__images-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -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;
    width: 65px;
    height: 65px!important;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.2s;
}
.product-page__images-item picture{
    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;
}

.product-page__item{position: relative;}
.product-page__promo_img{
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    top: 0;
    left: 0;
}
.details_boxed{background-color: rgb(255, 255, 255);overflow: hidden;}
.details_boxed__item{
    position: relative;
    border-bottom: 3px solid #e9eaed;
    padding: 15px;
    background-color: #fff;
}
.details_boxed__item--one{padding: 15px;}
.details_boxed__item--inner{padding: 0px;}
.details_boxed__item:last-child{border-bottom: none;}
.details_boxed__item ul,
.details_boxed__item ol{
    padding: 0px;
    margin: 0 0 0 15px;
}
.details_boxed__item ul li,
.details_boxed__item ol li{
    margin-bottom: 10px;
}
.details_boxed__item ul li:last-child,
.details_boxed__item ol li:last-child{
    margin-bottom: 0;
}
.details_boxed__title{
    margin-right: 5px;
    color: var(--body-text);
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
}
.details_boxed__brand{
    min-width: 80px;
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: right;
}
.details_boxed__no_brand{padding-left: 60px;}
.details_boxed__available{margin-top: 5px;}
.details_boxed__available{margin-top: 5px;}
.details_boxed__anchor_comments{margin-top: 0;}
.anchor_comments__link {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    margin-top: 7px;
    margin-left: 2px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed;
    border-color: #666;
    text-decoration: none;
}
.available__no_stock,
.available__in_stock{
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}
.available__no_stock:before,
.available__in_stock:before{
    margin-right: 5px;
    font-size: 18px;
}
.available__no_stock{color: #b10707;}
.available__in_stock{color:#238523;}
.details_boxed__select .select2{margin-bottom: 15px;}
.details_boxed__select .select2-container {min-width: 50%;max-width: 100%;}
.details_boxed__select ul li {margin: 0;}
.details_boxed__select .select2-selection--single {height: 32px!important;}
.details_boxed__select .select2-selection__rendered {line-height: 32px!important;}
.details_boxed__select .select2-selection__arrow {height: 32px!important;}
.details_boxed__price_amount{margin: 5px 0;}
.details_boxed_pct{
    position: absolute;
    top: -9px;
    left: 0;
    display: inline-block;
    text-align: center;
    line-height: 1;
    background-color: rgb(238, 238, 238);
    color: rgb(251, 63, 76);
    font-weight: 600;
    padding: 4px 5px 4px;
    font-size: 12px;
    border-radius: 4px;
}
.details_boxed__amount{margin-bottom: 10px}
.amount{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid;
    border-color: rgb(127, 127, 127);
    opacity: .7;
    height: 34px;
    color: var(--body-text);
    font-size: 14px;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 100px;
    overflow: hidden;
}
.amount__plus,
.amount__minus{
    position: relative;
    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;
    width: 30px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    font-size: 20px;
    height: 34px;
}
.amount__input{
    border: 0 none;
    display: block;
    width: calc(100% - 60px);
    text-align: center;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0;
    font-size: 15px;
    height: 34px;
}
.details_boxed__prices{
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    padding: 10px 0;
    margin-right: 15px;
}
.details_boxed__price,
.details_boxed__old_price{
    position: relative;
}
.details_boxed__old_price{
    font-weight: 400;
    margin: 0 15px 0 0;
    color: #888;
    position: relative;
    font-size: 15px;
}
.details_boxed__price .currency,
.details_boxed__old_price .currency{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 5px;
}
.details_boxed__old_price .currency{
    font-weight: 600;
    font-size: 12px;
}
.details_boxed__old_price::after {
    border-bottom: 1px solid #888;
    content: "";
    left: 0;
    position: absolute;
    top: 38%;
    width: 100%;
    transform: rotate(-10deg);
}
.details_boxed__price{
    font-weight: 600;
    color: var(--body-text);
    font-size: 34px;
}
.details_boxed__price.price--red{color: #e83841;}
.details_boxed__buttons > *{
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 10px;
}
.details_boxed__buttons > *:first-child{padding-right: 0;}
.product-page__button{
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: inherit;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 40px;
    transition: all 0.2s;
    opacity: 1;
}
.product-page__button{
    background: var(--button-color);
    color: var(--button-text);
}
.product-page__button:focus{opacity: 0.8;}
.product-page__out_stock{
    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;
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #9c9c9c;
    white-space: nowrap;
    cursor: not-allowed;
}
.product-page__button--preloader{
    cursor: pointer;
    border: 1px solid #7f7f7f;
    background: transparent;
    color: #454545;
    white-space: nowrap;
    transition: all 0.2s;
}
.details_boxed__buttons .fn_not_preorder,
.details_boxed__buttons .fn_is_preorder {
    padding-right: 10px;
    margin-bottom: 0;
}
.details_boxed__other .fast_order_button,
.product-page__compare,
.product-page__wishlist{
    border: 1px solid rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    opacity: 0.7;
    border-radius: 3px;
    font-size: 0px;
    cursor: pointer;
    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;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    margin-right: 10px;
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    transition: all 0.2s;
    text-decoration: none;
}
.details_boxed__other .fast_order_button:before{
    position: relative;
    font-size: 22px;
}
.product-page__compare i{
    position: relative;
    font-size: 20px;
}
.product-page__wishlist i:before{
    content: "\f08a";
    position: relative;
    font-size: 24px;
}
.product-page__wishlist.selected,
.product-page__compare.selected{
    border-color: var(--button-color);
    color: var(--button-color);
}
.product-page__wishlist.selected i:before{
    content: "\f004";
}
.details_boxed__share{
    padding-top: 10px;
    padding-bottom: 10px;
}
.share{
    width: 100%;
    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;
}
.share__text{
    color: var(--body-text);
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
    margin-right: 10px;
}
.share__icons .jssocials-share-logo {
    font-size: 16px;
}
.share__icons .jssocials-share-link {
    padding: 5px 10px;
    border-radius: 4px;
}
/***** #Footer  **********************************************************************/
footer {
    color: #414141CC;
    -ms-flex-negative: 0;
    margin-top: 0;
    padding: 60px 0 0;
    background: #F8F8F8;
}
.footer__title{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--second-company-text);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}
.footer__title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 1px;
    bottom: 0;
    background: var(--basic-company);
}
.footer_logo {
    margin-bottom: 24px;
}
.footer_slogan {
    font-size: 14px;
    max-width: 280px;
}
.footer__title_arrow{
    position: absolute;
    top: 1px;
    cursor: pointer;
    transition: all .2s 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: 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: 12px;
    text-decoration: none;
    line-height: 1.3;
    transition: all 0.2s;
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg,
.footer__contact_item .phone svg{
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.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: 12px;
    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: 12px;
    transition: color 0.1s ease 0s;
    padding: 0 0 0 20px;
}
.menu_group--footer .menu_group__link {padding: 0;}
.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;}
.social__link{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid;
    border-color:  var(--basic-company);
    background-color: var(--basic-company);
    color: var(--basic-company);
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    opacity: 1;
    float: left;
    text-decoration: none;
    transition: all 300ms ease-out;
}
.footer__payments{text-align: right;}
.payments__list{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    text-align: right;
}
.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{
    padding: 20px 0;
    color: #414141;
    margin-top: 60px;
    background: #EEEEEE;
    line-height: 1;
}
.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;
}

/***** #Mobile navigation ************************************************************/
.menu_switcher{
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    background: var(--basic-company);
    margin-left: 30px
}
.menu_switcher__heading{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 10px;
    width: 100%;
    background: var(--basic-company);
    border-radius: 4px;
    height: 40px;
}
.menu_switcher__heading svg {
    margin-right: 5px;
    display: inline-block;
    height: 18px;
    position: relative;
    width: 18px;
}

/***** #Button to Top ****************************************************************/
.to_top {
    position: fixed;
    z-index: 100;
    right: 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);
    border-radius: 5px;
    background-color: #ffffff7d;
    border: 1px solid var(--basic-company);
    opacity: 0;
    -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.4;
}
.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;
}
.novaposhta_types_inputs {
    margin: 20px 0px;
}
.novaposhta_delivery .form-group {
    max-width: 348px;
}
.novaposhta_redelivery_input {
    margin: 20px 0 0;
}

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;
}

.padding-block {
    padding: 50px 0
}

.menu_group--footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 170px
}
.copyright span {
    font-size: 13px;
}
.technical_support {
    font-size: 13px;
}
.technical_support a {
    color: var(--basic-company-text);
    border-bottom: 1px solid ;
    line-height: 1.1
}
 .first-main_block {
    margin-bottom: 50px
 }

.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+7){display:none}
@media (max-width: 1199px) {
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6){display:none}
}
@media (max-width: 991px) {
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5){display:none}
}
@media (max-width: 767px) {
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}
}
@media (max-width: 567px) {
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3){display:none}
}
@media (max-width: 360px) {
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:12px;gap:12px}
.fn_our_partners:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+2){display:none}
}

.fn_info_modal.header__callback {color: var(--basic-company);padding: 0 20px;width: 100%;box-shadow: 0px 5px 8px 0px #001D580D;background-color: #fff;}
.info_modal_content {text-align: left;}
.fancybox-slide--html .fancybox-close-small {
    right: 10px!important;
    top: 10px!important;
}

