* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0.95;
    font-weight: 500;
    z-index: 99999;
}

#system-message-container .alert-heading {
    display: none;
}

#system-message-container .alert {
    border-radius: 5px !important;
    border: 0;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    box-shadow: 0 5px 10px rgb(152 152 152 / 30%);
    margin-bottom: 0;
}

html.form-lock body,
body.form-lock {
    overflow: hidden !important;
}

html,
body,
.body-wrapper {
    height: 100%;
}

.body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#sp-main-body {
    flex: 1 0 auto;
    margin-bottom: 20px;
}

#sp-footer {
    flex: 0 0 auto;
}

#sp-footer .sp-copyright {
    font-size: 12px;
}

#sp-footer .row {
    align-items: center;
}

.logoFabryka {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    -ms-flex-pack: center;
    justify-content: flex-end;
    background: none;
    margin: 0;
    padding: 0;
}

.logoFabryka__link {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.logoFabryka__text {
    line-height: 15px;
    text-align: left !important;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 12px;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    text-decoration: underline;
}

body ::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent
}

body ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f5f2f7
}

:focus,
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: 0;
}

ol,
ul {
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: normal;
    margin: 0 0 16px 0;
}

h1 {
    font-size: 34px;
    line-height: 34px;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 30px 0 10px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
}

button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    text-align: center;
    border: none;
    outline: none!important;
    min-height: 50px;
    padding: 20px 30px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.btn-sm {
    min-height: unset;
    padding: 10px 20px;
}

.btn-secondary {
    color: #fff!important;
}

.btn.disabled,
.btn:disabled {
    background-color: #ccc!important;
}

input[type=email]:not(.no-style),
input[type=number]:not(.no-style),
input[type=password]:not(.no-style),
input[type=search]:not(.no-style),
input[type=phone]:not(.no-style),
input[type=text]:not(.no-style) {
    outline: none!important;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
    border-radius: 25px;
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 30px;
    font-size: 12px;
}

.header-top .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    margin: 0;
}

.header-top .menu li {
    margin-right: 25px;
    list-style-type: none;
    list-style-image: none;
}

.header-top .menu li:last-child {
    margin-right: 0;
}

.header-top .menu li a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
}

.header-middle {
    padding: 9px 0;
}
.sp-megamenu-parent > li > a {
    color: white!important;
  font-weight: bold;}
.header-contacts {
    position: relative;
  display: none;
}

.header-contacts a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 1px;
}

.header-contacts span {
    display: block;
}

.search {
    position: relative;
}
.f-fixed {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 10;
    display: block;
    opacity: 1;
    -webkit-animation: slide-in 1s ease 2s;
    animation: slide-in 1s ease 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.f-fixed__wrapp {
    margin: 8px 20px 8px 8px;
    -webkit-animation: jumping-button 3s ease 3s infinite;
    animation: jumping-button 3s ease 3s infinite;
    border-radius: 30px;
}
.f-fixed__btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
}
.f-fixed__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    padding: 8px 24px;
    border: none;
    border-radius: 24px;
    background-color: #01aff9;
    -webkit-transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 2px 4px #01aff9;
    box-shadow: 0 2px 4px #01aff9;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-animation: shadowBg 1s 0.1s ease infinite forwards;
    animation: shadowBg 1s 0.1s ease infinite forwards;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.2px;
}
.f-fixed__btn svg {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    fill: #fefefe;
}
.search-input {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
}

.search-input:focus {
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%)!important;
}

.search-button {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: none;
    cursor: pointer;
}

.search-button:hover {
    opacity: 0.8;
}

.search-button i {
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
}

a.menu-action {
    font-weight: 700;
    color: #ff389c!important;
}

.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
}

.breadcrumb .breadcrumb-item a {
    padding-right: 15px;
    cursor: pointer;
}

.breadcrumb-item+.breadcrumb-item {
    display: block;
    padding-left: 20px;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
    padding-right: 0;
}

.article-details .article-header h1,
.article-details .article-header h2,
.page-header h1 {
    padding: 10px 0 30px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.sp-contacts .sp-contacts-item,
.sp-social .sp-social-item {
    margin-bottom: 30px;
}

.sp-contacts .sp-contacts-top,
.sp-social .sp-social-top {
    font-size: 12px;
    margin-bottom: 5px;
}

.sp-contacts .sp-contacts-info i,
.sp-social .sp-social-info i {
    font-size: 16px;
    margin-right: 5px;
    line-height: 1;
    position: relative;
    top: 1px;
}
.fa-at {
  display:none;
}
.sp-social .sp-social-info a {
    display: inline-block;
    margin-right: 14px;
}

.sp-social .sp-social-info i {
    font-size: 28px;
}

.action-banner .one-slide {
    position: relative;
    vertical-align: top;
    color: #fff;
}

.action-banner .one-slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
}

.action-banner .one-slide>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.action-banner .one-slide-title {
    width: 100%;
    font-size: 72px;
    text-transform: uppercase
}

.action-banner .one-slide-desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8%;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.action-banner .one-slide-text {
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.action-banner .one-slide-btn {
    position: relative;
    z-index: 9;
    width: 100%;
    margin-top: 45px
}

.paginationSwiper {
    text-align: center;
    margin: 15px 0;
}

.paginationSwiper .swiper-pagination {
    position: unset;
    width: auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid transparent;
}

.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff;
}

.awards,
.home-page section#sp-main-body .sp-module.awards {
    padding: 15px 0;
    background-color: transparent;
}

.awards-list {
    display: flex;
    padding-bottom: 15px;
}

.awards-item {
    z-index: 2;
    position: relative;
    width: 25%;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    white-space: normal;
    padding: 20px;
    text-align: center;
    border-radius: 2px;
}

.awards-item .awards-item-number {
    font-size: 54px;
    width: 84px;
    line-height: 1;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

.awards-item .awards-item-number sub {
    font-size: 18px;
    bottom: 0;
}

.awards-item .awards-item-text {
    width: 100%;
    white-space: pre-line;
    margin-top: 15px;
    z-index: 2;
}

#sp-bottom1,
#sp-bottom2,
#sp-bottom3 {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.category-title {
    text-align: center;
}

.category-title h1 {
    padding: 10px 0 30px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}

.col-products>.row {
    margin: 0 -2px;
}

.col-products>.row>div {
    padding: 0;
}

.product-item {
    position: relative;
    padding: 0 2px;
    margin-bottom: 4px;
    height: 375px;
}

.product-item:hover {
    z-index: 9;
}

.product-item-inner {
    width: 100%;
    height: 375px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-item-label {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2;
}

.sticker {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 25px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 3px;
    color: #fff;
}

.product-item-link {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item .product-item-thumb {
    position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.product-item .product-item-thumb>span {
    width: 100%;
    height: 220px;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.product-item .product-item-thumb img {
    max-width: 90%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.product-item .product-item-vobler {
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: #ff389c;
    font-size: 12px;
    font-weight: 600;
}

.product-item-vobler span {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 10px;
    background-color: rgba(255, 64, 64, .1);
}

.product-item .product-item-desc {
    padding: 0 20px;
}

.product-item .product-item-title {
    position: relative;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-item .product-item-title>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.product-item .product-item-price {
    width: 100%;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    height: 40px;
    margin-bottom: 5px;
}

.product-item .product-item-price .now-product-price {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.product-item .product-item-price .was-product-price {
    font-size: 16px;
    display: inline-block;
    color: #95a0a6;
    text-decoration: line-through;
}

.product-item .product-item-price .num-product {
    padding-top: 5px;
    font-size: 12px;
}

.product-item-btn {
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 12;
}

.product-item-btn>a {
    width: auto!important;
    display: inline-block;
}

.product-item .quantity-box,
.product-item .quantity-controls {
    display: none;
}

.btn.addtocart-button {
    min-height: 40px;
    line-height: 30px;
    padding: 5px 30px;
}

.btn.addtocart-button:disabled {
    cursor: not-allowed;
}

.category-desc {
    margin: 30px 0;
    background-color: #fff;
    padding: 15px 0;
}

.seo {
    padding: 15px;
}

.seo_all {
    height: 250px;
    overflow-x: auto;
    position: relative;
    margin-bottom: 15px;
}

.seo_hidden {
    font-size: 11px;
}

.seo h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
}

.seo p {
    margin: 0;
}

.seo ul,
.seo ol {
    display: block;
    padding: 15px 0px 15px 30px;
    margin: 0;
}

.seo ul li,
.seo ol li {
    display: list-item;
    list-style: disc;
}

.read_all_seo {
    font-size: 12px;
}

.read_all_seo.open::after {
    content: attr(data-text);
}

.read_all_seo.open .read_all_text {
    display: none;
}

.vm-pagination {
    padding: 30px;
    /* background-color: #fff; */
    display: block;
}

.pagination {
    margin: 0;
    justify-content: center;
}

.pagination li {
    margin: 0 10px;
}

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid transparent;
    color: #979797;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-container {
    width: 100%;
    max-width: 1170px;
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 5px;
}

.product-container .product-title {
    text-align: left;
}

.product-title h1 {
    padding: 10px 0;
    font-size: 24px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
}

.product-sku {
    margin-bottom: 5px;
}

.product-sku span {
    font-size: 12px;
}

.product-sku span i {
    font-style: normal;
}

.product-availability span {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

.product-availability span i {
    margin-right: 10px;
}

.product_in_stock {
    background-color: rgba(0, 160, 70, .1);
    color: #00a046;
}

.product_ordered {
    background-color: rgba(255, 165, 0, .1);
    color: #ffa500;
}

.product_not_available {
    background-color: rgba(255, 64, 64, .1);
    color: #ff389c;
}

.product-container .product-slider {
    position: relative;
}

.product-container .product-label {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #ff389c;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.product-container .product-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 25px;
    padding: 5px 15px;
    background-color: rgba(255, 64, 64, .1);
}

.product-price-btn {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-container .product-price {
    display: inline-block;
    font-size: 36px;
    text-align: left;
    line-height: 1;
    margin-right: 30px;
}

.product-container .product-price .now-product-price {
    display: block;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-container .product-price .was-product-price {
    display: block;
    color: #95a0a6;
    text-decoration: line-through;
    font-size: 16px;
}

span.addtocart-button {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.product-container .btn.addtocart-button {
    padding: 10px 30px;
    margin-right: 20px;
    margin-top: 15px;
  display: none;
}

.quick-addtocart-button {
    padding: 10px 30px;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick-addtocart-button i {
    font-size: 16px;
    color: unset;
    margin-right: 10px;
}

.imageFull img {
    max-height: 450px;
    margin: 0 auto;
}

.imageThumbs {
    margin-top: 30px;
}

.imageThumbs .swiper-wrapper {
    justify-content: center;
}

.imageThumbs .swiper-slide .image {
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    width: 100px;
    height: 100px;
}

.imageThumbs .swiper-slide .image img {
    /*border-radius: 50%; */
    padding: 0px;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: border-box;
}

.product-addtocart-fields {
    margin-top: 30px;
    display: block;
}

.product-addtocart-fields .controls {
    display: flex;
    flex-wrap: wrap;
}

.product-addtocart-fields .controls label {
    margin-bottom: 0;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.product-addtocart-fields .controls label:last-child {
    margin-right: 0;
}

.product-addtocart-fields .controls label span {
    overflow: hidden;
    border-radius: 25px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    padding: 10px 20px 10px 50px;
}

.product-addtocart-fields input+span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 15px;
    margin-top: -8px;
    border: 1px solid #95a0a6;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-addtocart-fields input:checked+span {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}

.product-addtocart-fields input:checked+span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 19px;
    top: 50%;
    margin: -4px 0 0 0;
    border-radius: 50%;
}

.product-addtocart-fields input {
    display: none;
}

.addtocart-bar {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.quantity-box {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 25px;
    width: 110px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-right: 30px;
    display: none;
}

.quantity-box input.quantity-input {
    height: 40px!important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

span.quantity-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 100%;
    background: transparent;
    border: 0;
    z-index: 2;
}

span.quantity-controls.q-minus {
    left: 0;
}

span.quantity-controls.q-plus {
    right: 0;
}

span.quantity-controls.q-minus:before,
span.quantity-controls.q-plus:before,
span.quantity-controls.q-plus:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    pointer-events: none;
}

span.quantity-controls.q-plus:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input.quantity-controls {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.product-info {
    margin: 0;
}

.product-addtocart-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-pills {
    justify-content: center;
}

.product-info .nav-pills {
    padding: 40px 0 30px;
    text-transform: uppercase;
}

.nav-pills li {
    display: inline-block;
    margin: 0 16px;
}

.nav-pills li:first-child {
    margin-left: 0!important;
}

.nav-pills li a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    display: block!important;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.product-info .nav-pills li a {
    font-size: 20px;
}

.product-info-content {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
}

.product-info-title {
    width: 100%;
    text-align: center;
   
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .2em;
    font-size: 18px;
}

.characteristics-full__group {
    padding: 0 0px;
    margin: 20px 0;
}

.characteristics-full__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}

.characteristics-full__item:before {
    position: absolute;
    left: 0;
    bottom: 14px;
    display: none;
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    content: "";
}

.characteristics-full__label,
.characteristics-full__value {
    font-size: 16px;
    word-break: break-word;
    font-weight: 500;
}

.characteristics-full__label {
    position: relative;
    align-self: flex-start;
    width: 0%;
  display:none;
}

.characteristics-full__label span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    background-color: #fff;
}
.header-nav {
    background: #47a8d0!important;
}
.characteristics-full__value {
        width: 100%;
    box-sizing: border-box;
    text-align: right;
}

.characteristics-full__value span {
    position: relative;
    display: inline-block;
    
    background-color: #fff;
        width: 100%;
}

.product-s-desc {
    margin-top: 30px;
    font-size: 12px;
}

.article-details.article-content {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
}

.article-details .article-full-image img {
    max-height: 384px;
    max-width: 768px;
}

.vm-wrap {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
    margin-bottom: 20px;
}

.vm-wrap h2 {
    margin-top: 0;
    padding-top: 0;
}

.eye-title {
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.eyesfields-full__group {
    margin-top: 20px;
}

.eyesfields-full__item {
    position: relative;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 25px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    margin: 15px 0;
}

.eyesfields-full__item::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 20px;
    z-index: 2;
    pointer-events: none;
}

.eyesfields-full__item .cf4all_error_msg {
    position: absolute;
    bottom: -30px;
    left: 20px;
    z-index: 2;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    width: auto;
}

.eyesfields-full__label {
    position: absolute;
    top: 8px;
    left: 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}

.eyesfields-full__value {
    width: 100%;
    padding: 0 10px;
}

.eyesfields-full__value select {
    width: 100%;
    position: relative;
    padding: 15px 15px 0 15px;
    border: 0;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.js-all-cf {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dashed;
    font-size: 12px;
    text-decoration: none!important;
    margin-right: 20px;
    margin-bottom: 20px;
}

.js-all-cf .show-name,
.cf_filters_list.open .js-all-cf .hide-name {
    display: block;
}

.js-all-cf .hide-name,
.cf_filters_list.open .js-all-cf .show-name {
    display: none;
}

.cf_filters_list:not(.open) li:nth-of-type(1n+5) {
    display: none;
}

.header-lk {
    margin-left: 30px;
}

.header-lk a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 4px 0 4px 20px;
}

.header-lk a:before {
    content: "";
    position: absolute;
    background: url(../images/lk-ico.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.input-group-prepend {
    display: none!important;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#sp-left .sp-module ul>li.active a,
#sp-right .sp-module ul>li.active a {
    font-weight: 600;
}

#sp-left .sp-module ul>li.active a::before,
#sp-right .sp-module ul>li.active a::before {
    border-width: 2px;
}

.home-page section#sp-main-body .sp-module {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}

.sp-module-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2em;
}

.vmgroup {
    padding: 0 20px;
}

.vmgroup .vmproducts,
.vmgroup .vmmanufacturers {
    position: relative;
}

.vmgroup .vmproducts>.swiper,
.vmgroup .vmmanufacturers>.swiper {
    padding: 20px 0;
}

.vmgroup .vmheader {
    text-align: center;
    margin-bottom: 20px;
}

.vmgroup .vmfooter {
    text-align: center;
    margin-top: 20px;
}

.vmproducts .product-item-inner:hover {
    height: unset;
    box-shadow: unset;
}

.swiper-horizontal>.swiper-scrollbar {
    margin: 0;
    height: 5px;
    background: transparent;
}

.swiper-scrollbar-drag {
    background: #e1e4e5;
    border-radius: 3px;
}

.vmproducts .swiper-button-next,
.vmproducts .swiper-rtl .swiper-button-prev,
.vmmanufacturers .swiper-button-next,
.vmmanufacturers .swiper-rtl .swiper-button-prev {
    right: -45px;
}

.vmproducts .swiper-button-prev,
.vmproducts .swiper-rtl .swiper-button-next,
.vmmanufacturers .swiper-button-prev,
.vmmanufacturers .swiper-rtl .swiper-button-next {
    left: -45px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vmproducts .swiper-button-prev:after,
.vmproducts .swiper-rtl .swiper-button-next:after,
.vmproducts .swiper-button-next:after,
.vmproducts .swiper-rtl .swiper-button-prev:after,
.vmmanufacturers .swiper-button-prev:after,
.vmmanufacturers .swiper-rtl .swiper-button-next:after,
.vmmanufacturers .swiper-button-next:after,
.vmmanufacturers .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    border: none;
    background-color: #e1e4e6;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #667780;
    font-size: 18px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.padded-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.continue_link {
    position: absolute;
    right: 10px;
    top: 17px;
    text-align: right;
}

.padded-name {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    padding: 0 25px;
}

.showcart {
    color: #fff!important;
}

.vp-user-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vp-account-info-cont {
    font-size: 16px;
}

.vp-account-info-cont ul {
    margin: 10px 0;
}

.vp-account-info-cont ul li {
    margin: 5px 0;
}

.vp-wrapper legend,
.vm-orders-list h2,
.vm-orders-information h2 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}

.vm-orders-information {
    font-size: 12px;
}

.table thead th {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.sj-minicart-pro {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: auto;
}

.sj-minicart-pro .bask-link {
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 55px;
    min-width: 55px;
    cursor: pointer;
    padding: 0 15px;
    background-color: transparent;
    position: relative;
    z-index: 102;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sj-minicart-pro:hover .bask-link,
.sj-minicart-pro .bask-link:hover {
    background-color: #fff;
}

.bask-link i {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
}

.sj-minicart-pro:not(.mc-cart-empty) svg.mc-cart-empty,
.mc-cart-empty svg:not(.mc-cart-empty),
.mc-cart-empty i {
    display: none;
}

.sj-minicart-pro .mini-drop {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 101;
    right: 0;
    top: 100%;
    width: 480px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mini-drop-top {
    border-bottom: 1px solid #f5f2f7;
    padding: 35px 40px 20px;
}

.mini-drop-top .mini-drop-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.5;
}

.mini-drop-bottom {
    width: 100%;
    padding: 20px 40px;
}

.sj-minicart-pro.mc-cart-empty .mini-drop-bottom,
.sj-minicart-pro.mc-cart-empty .mini-drop-text,
.sj-minicart-pro:not(.mc-cart-empty) .mini-drop-text-empty {
    display: none;
}

.mini-drop-bottom .mini-all-sum {
    margin-bottom: 10px;
}

.mini-drop-bottom .mini-all-sum ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.mini-drop-bottom .mini-all-sum ul li {
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
}

.mini-drop-bottom .mini-all-sum ul li.final-sum {
    font-size: 20px;
    text-transform: uppercase;
}

.mini-drop-bottom .mini-all-sum ul span {
    display: block;
}

.mini-drop-bottom .mini-all-sum ul span.all-sum-name {
    width: 100%;
}

.mini-drop-bottom .mini-all-sum ul span.all-sum-price {
    width: 145px;
    -webkit-box-flex: 0;
    flex: 0 0 145px;
    white-space: nowrap;
}

.mini-drop-bottom .mini-drop-btn {
    display: -webkit-box;
    display: flex;
}

.mini-drop-body .mini-drop-list {
    max-height: 402px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mini-drop-item {
    padding: 15px 30px 15px 40px;
    position: relative;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #f5f2f7;
}

.mini-drop-item .mini-drop-del {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 30px;
    cursor: pointer;
}

.mini-drop-item .mini-drop-del:after,
.mini-drop-item .mini-drop-del:before {
    content: "";
    width: 14px;
    height: 1px;
    border-radius: 1px;
    background-color: #95a0a6;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mini-drop-item .mini-drop-del:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mini-drop-item .mini-drop-thumb {
    width: 80px;
    -webkit-box-flex: 0;
    flex: 0 0 80px;
}

.mini-drop-item .mini-drop-desc {
    padding: 0 0 0 20px;
    width: 100%;
}

.mini-drop-item .mini-drop-desc .mini-drop-name {
    padding-right: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.mini-drop-item .mini-drop-desc .mini-drop-name a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mini-drop-item .mini-drop-desc .mini-drop-sale {
    font-size: 12px;
    color: #ff389c;
    margin-top: 5px;
}

.mini-drop-item .mini-drop-desc .mini-drop-param {
    width: 100%;
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.mini-drop-item .mini-drop-desc .mini-drop-num {
    margin-right: 50px;
}

.num-in {
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 25px;
    height: 30px;
    width: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.num-in span {
    width: 40px;
    display: block;
    height: 30px;
    position: relative;
}

.num-in span:after,
.num-in span:before {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.num-in .in-num {
    border: none;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 0;
}

.mini-drop-item .mini-drop-desc .mini-drop-price {
    font-weight: 600;
    line-height: 30px;
}

.mini-drop-item .mini-drop-desc .mini-drop-price .now-price {
    margin-right: 12px;
    display: inline-block;
    font-size: 18px;
}

sub {
    bottom: 0;
}

.select2-selection.select2-selection--single {
    text-align: left;
    width: 100%;
    border: none;
    height: 50px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    padding: 15px 25px;
    display: inline-block;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
    font-size: 14px;
}

.select2-container--default .selection .select2-selection__arrow {
    height: 50px;
}

.select2-container--default .selection .select2-selection__arrow:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid #667780;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 20px;
}

.select2-container--default .selection .select2-selection__rendered {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    padding: 0;
    line-height: 35px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.select2-container .select2-dropdown {
    border-radius: 25px;
    height: auto;
    border: none;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    font-size: 14px;
    overflow: hidden;
    margin-top: 2px;
}

.select2-container .select2-search {
    padding: 10px;
    position: static;
    width: 100%;
}

.select2-container .select2-dropdown .select2-results__option {
    font-size: 12px;
}

.table-custom {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}

.table-custom a {
    color: #212529!important;
}

.table-custom .table-custom-tr {
    padding: 0 10px;
    white-space: nowrap;
    line-height: 1;
    overflow: hidden;
}

.table-custom .table-custom-thead .table-custom-th {
    font-size: 12px;
    padding: 15px 10px;
}

.table-custom .table-custom-tbody .table-custom-tr {
    outline: none!important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
    border-radius: 25px;
    margin-bottom: 15px;
    display: block;
}

.table-custom .table-custom-td {
    padding: 15px 10px;
    font-weight: 500;
}

.table-custom .badge {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    height: 40px;
    color: #212529;
    white-space: normal;
    line-height: 15px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.table-custom .badge.badge-F,
.table-custom .badge.badge-S,
.table-custom .badge.badge-C,
.table-custom .badge.badge-U {
    color: #fff;
    background-color: #00aeef;
}

.table-custom .badge.badge-X,
.table-custom .badge.badge-D {
    color: #fff;
    background-color: #ff389c;
}

.go-back {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
}

.go-back a {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}

.go-back a:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
}

.vm-customfield-cart {
    font-size: 12px;
}

.mc-product-zero {
    transition: all 250ms ease-in-out;
    opacity: 0.1;
    pointer-events: none;
}

.offcanvas-menu .search {
    width: 100%;
    width: calc(100% - 65px);
}

.show-filter {
    display: none;
    overflow: hidden;
    padding: 10px 20px 10px 50px;
    height: 40px;
    color: #fff!important;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.show-filter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    margin-top: 0;
    background: url(../images/filter-bt.svg) 0 0 no-repeat;
    background-position: 50%;
}

.product-field-display>div {
    margin-bottom: 20px;
}

.product-field-display>div:last-child {
    margin-bottom: 0;
}


/* RESPONSIVE */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .seo_hidden {
        -webkit-column-width: 47%;
        -moz-column-width: 47%;
        column-width: 47%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 6%;
        -moz-column-gap: 6%;
        column-gap: 6%;
        -webkit-column-rule: 1px solid #ccc;
        -moz-column-rule: 1px solid #ccc;
        column-rule: 1px solid #ccc;
    }
}

@media (min-width: 768px) {
    .sj-minicart-pro:hover .mini-drop {
        visibility: visible;
        opacity: 1;
    }
    .product-item-inner:hover {
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        height: 420px;
    }
    .product-item-inner:hover .product-item-btn {
        opacity: 1;
        visibility: visible;
        max-height: 50px;
        padding: 5px 0;
        position: relative;
        z-index: 2;
      display: none;
    }
    .characteristics-full__item:before {
        display: block;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1199px) {
    .action-banner .one-slide img {
        height: 450px;
    }
    .awards-list {
        overflow-x: scroll;
    }
    .awards-item {
        width: 40%;
        min-width: 40%;
        text-align: left;
        margin-right: 15px;
        background-color: #fff;
    }
    .awards-item:last-child {
        margin-right: 0;
    }
    .characteristics-full__group {
        padding: 0;
    }
    .product-info-content {
        padding: 30px;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 15px;
    }
    .sp-megamenu-parent>li>a {
        font-size: 12px;
        padding: 0 25px;
    }
}

@media (max-width: 991px) {
    .header-contacts a {
        font-size: 15px;
        white-space: nowrap;
    }
    .header-contacts span {
        font-size: 13px;
    }
    .action-banner .one-slide img {
        height: 400px;
    }
    .header-middle {
        padding: 10px 0;
    }
    .awards-item {
        width: 55%;
        min-width: 55%;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 14px;
    }
    .category-title h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0;
    }
    .category-desc {
        margin: 15px -15px;
    }
    .vm-wrap {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .show-filter {
        display: inline-block;
    }
    .col-filter {
        position: fixed;
        z-index: 99;
        left: 0;
        right: 0;
        top: 90px;
        bottom: 0;
        background: #fff;
        height: 0;
        visibility: hidden;
        overflow-y: scroll;
    }
    .col-filter.open {
        visibility: visible;
        height: 100%;
        height: calc(100% - 80px);
    }
    .sj-minicart-pro .bask-link {
        border-radius: 25px;
    }
    .header-contacts a {
        font-size: 14px;
        white-space: nowrap;
    }
    .header-contacts span {
        font-size: 12px;
    }
    html,
    body,
    .body-wrapper {
        height: unset;
    }
    .action-banner .one-slide img {
        height: 350px;
    }
    #sp-left,
    #sp-right {
        margin-bottom: 15px;
    }
    .col-products {
        padding-left: 0;
        padding-right: 0;
    }
    .category-title h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .product-info-title {
        font-size: 18px;
        padding: 20px 0;
    }
    .characteristics-full__item {
        align-items: center;
        border-bottom: 1px dotted #d2d2d2;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 13px;
    }
    .product-info-content {
        padding: 20px;
    }
    .product-info .nav-pills li a {
        font-size: 16px;
    }
    .product-title h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .awards-item {
        width: 70%;
        min-width: 70%;
    }
    #sp-bottom {
        padding-top: 30px;
        padding-bottom: 0;
    }
    #sp-bottom .sp-column {
        padding-left: 0;
    }
    #sp-bottom .sp-module-title:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .3s;
        transition: all .3s;
        right: 0;
        margin-top: -8px;
        border: solid #95a0a6;
        border-top: none;
        border-right: none;
        border-width: 2px;
    }
    #sp-bottom .sp-module-content {
        display: none;
    }
    #sp-bottom1,
    #sp-bottom2,
    #sp-bottom3 {
        border: 0;
    }
    #sp-footer {
        text-align: center;
    }
    .logoFabryka {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .header-contacts a {
        font-size: 13px;
        white-space: nowrap;
    }
    .header-contacts span {
        font-size: 11px;
    }
    .action-banner .one-slide img {
        height: 300px;
    }
    .category-title h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 12px;
    }
  .phone-line-icon {
        display: none!important;
  }
  .phoner {
        font-size: 11px!important;
  }
  .phoner1 {
        font-size: 15px!important;
  }
}

.product-related {
    padding: 30px 0;
}
.product-related-title-wrapper {
    font-size: 24px;
    line-height: 32px;
    margin: 0.83em 0;
    font-weight: 500;
    text-align: center;
}
.ga_cards__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 45px;
}
.product-related .ga_card {
    width: 25%;
}

.ga_card {
    width: 25%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #F4F4F4;
    transition: all .3s;
    border-radius: 3px;
    padding: 16px;
    margin: 0 -1px -1px 0;
    background: #fff;
}
.card__head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    min-height: 26px;
    font-size: 0;
}
.card__preview {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}
.card__name-instock {
    display: block;
    padding: 0;
}
.product-related .card__prices-rating {
    display: flex;
    justify-content: space-between;
}
.card__prices {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-bottom: 0;
}
.card__price-old {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    margin-bottom: 5px;
}
.card__price, .card__price-old {
    display: block;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
}
.card__price-old span {
    font-size: 10px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #bcbcbc;
    position: relative;
    margin-right: 5px;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card__price-old span>span {
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
}
.now-product-price {
      display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.was-product-price {
  font-size: 16px;
    display: inline-block;
    color: #95a0a6;
    text-decoration: line-through;
}

@media (max-width: 991px) {
.product-related .ga_card {
    width: 50%;
  }
}
.header-top {
  background: #ffbc25;
}
.phone-line-number {
    text-align: right;
      font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 1px;
}
.phone-line-icon {
    display: inline-block;
    margin: 0 0px 0 0;
  vertical-align: bottom;
}
.phone-line-icon img {
    max-width: 22px;
}
.catalog-nav__dropdown-ico {
    display: block;
    width: 40px;
    margin-right: 12px;
}

.f_showcase {
    margin: 30px 0;
    color: #000;
}

.f_showcase a {
    color: #000!important;
}

.f_showcase li {
    margin-bottom: 5px;
}

.f_showcase h1,
.f_showcase h2,
h1.contacts_title,
h2.contacts_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.f_showcase h2,
h2.contacts_title {
    font-size: 36px;
    line-height: 44px;
}

.f_showcase .f_subtitle {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    font-weight: 300;
    text-align: center;
    max-width: 75%;
    margin: 0 auto 40px auto;
}

.f-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.f-first-tariffs__card {
    width: 33.33%;
    width: calc(33.33% - 30px);
    border-radius: 2px;
    align-items: flex-start;
    padding: 40px 32px 32px;
    margin: 0 10px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.f-first-tariffs__card._colored {
    border: 2px solid #01aff9;
}

p.f-first-tariffs__card-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    background: #EBEBEB;
    padding: 4px 8px 4px 9px;
    border-radius: 3px;
    color: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
}

h2.f-first-tariffs__card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.104348px;
    color: #222222;
    margin-bottom: 5px;
    text-align: left;
}

.f-first-tariffs__card-gift {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #01aff9;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.f-first-tariffs__card-gift:after {
    content: '';
    display: block;
    background: #01aff9;
    border-radius: 2px;
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: 0;
}

.f-first-tariffs__card-desc {
    font-size: 14px;
    margin: 0 -3px 33px 0px;
    text-align: left;
    line-height: 1.44;
    color: #909090;
    min-height: 185px;
}

.f-first-tariffs__card-desc ul li {
    margin-bottom: 5px;
}

.f-first-tariffs__card-desc ul li:before {
    content: '- ';
}

.f-first-tariffs__card-price-inner {
    margin-bottom: 30px;
}

.f-first-tariffs__card-price-from {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -.6px;
    color: #797979;
    margin-right: 8px;
}

.f-first-tariffs__card-price-from {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #313131;
}

.f-first-tariffs__card-price-inner .f-first-tariffs__card-price-current {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #313131;
    letter-spacing: -.5px;
}

.f-first-tariffs__card .f-first-tariffs__btn-container .f-first-tariffs__btn {
    box-sizing: border-box;
    background: #01aff9;
    box-shadow: 0px 8px 12px rgba(1, 175, 249, 0.102628);
    border-radius: 28px;
    padding: 16px 75px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF!important;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    display: block;
}

.f-first-tariffs__card .f-first-tariffs__btn-container .f-first-tariffs__btn:hover {
    box-shadow: 0px 8px 12px rgba(1, 175, 249, 0.2);
}

.f-first-tariffs__card:focus,
.f-first-tariffs__card:hover,
.f-first-tariffs__card._colored {
    -webkit-box-shadow: 0 16px 32px -8px rgba(1, 105, 217, .3), inset 0 0 0 1px #4c99ec;
    box-shadow: 0 16px 32px -8px rgba(1, 105, 217, .3), inset 0 0 0 1px #4c99ec;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.f-first-tariffs__card:focus,
.f-first-tariffs__card:hover,
.f-first-tariffs__card._colored {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
}

.f-fixed {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 10;
    display: block;
    opacity: 1;
    -webkit-animation: slide-in 1s ease 2s;
    animation: slide-in 1s ease 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.f-fixed__wrapp {
    margin: 8px 20px 8px 8px;
    -webkit-animation: jumping-button 3s ease 3s infinite;
    animation: jumping-button 3s ease 3s infinite;
    border-radius: 30px;
}

.f-fixed__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    padding: 8px 24px;
    border: none;
    border-radius: 24px;
    background-color: #01aff9;
    -webkit-transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 2px 4px #01aff9;
    box-shadow: 0 2px 4px #01aff9;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-animation: shadowBg 1s 0.1s ease infinite forwards;
    animation: shadowBg 1s 0.1s ease infinite forwards;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.2px;
}

.f-fixed__btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.f-fixed__btn svg {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    fill: #fefefe;
}

h1.contacts_title {
    margin: 0px 0px 30px 0px;
}

.contacts_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contacts_item {
    background-color: #fff;
    padding: 20px;
    color: #000;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.contacts_item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
}

.contacts_item b {
    margin-bottom: 15px;
    display: inline-block;
}

.contacts_item p {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: #000;
}

.contacts_item img {
    margin-right: 5px;
}

.contacts_item a {
    color: #000!important;
}

.f-contacts__block-worktime--dayon:after {
    content: "Зараз працюємо";
    color: #13ab41;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.5px;
    padding: 0 7px;
    border-radius: 4px;
    background-color: #d9f2d8;
    display: inline-block;
}

.f-contacts__block-worktime--dayoff:after {
    content: "Зараз відпочиваємо";
    color: #d66466;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.5px;
    padding: 0 7px;
    border-radius: 4px;
    background-color: #ffe6e9;
    display: inline-block
}

.user-block__info {
    padding: 15px;
}

.user-text__position {
    font-size: 11px;
    line-height: 1.2em;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.user-text__name {
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.user-text__title {
    font-size: 11px;
    line-height: 1.2em;
    color: #000;
}

.user-text__subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: .05em;
    color: rgba(255, 0, 0, .7);
}

.team_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team_item {
    text-align: center;
    margin-bottom: 15px;
}

.team_item img {
    width: 275px;
    height: 260px;
    margin: 0 auto;
    object-position: 0 25%;
    object-fit: cover;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    border-radius: 2px;
}

.gf-menu ul {
    max-width: 215px;
}

.gf-menu .item,
.emailid {
    font-family: 'Montserrat', sans-serif!important;
}

.gf-menu .column {
    padding: 0;
}

.gf-menu.l1>li>.item {
    font-size: 14px;
    font-weight: 500;
}

#rt-debug .rt-container,
#rt-debug .rt-block {
    padding: 0!important;
    margin: 0!important;
}

#rt-footer {
    background: #1A1A1A;
    color: #fff;
}

#rt-transition .custom ol,
#rt-transition .custom ul {
    padding-left: 25px;
    margin-top: 15px;
}

#rt-transition .custom ol li,
#rt-transition .custom ul li {
    padding: 5px 0;
}

.body-content.rt-container,
.body-content .rt-block {
    padding: 0;
    margin: 0 auto;
}

#rt-mainbody-surround {
    background: #24272c;
    margin-top: 30px;
    padding-bottom: 30px;
}

#rt-showcase {
    padding-top: 30px;
}

.content15 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.content15 .item {
    width: 100%;
    max-width: 25%;
    max-width: calc(25% - 10px);
    margin: 5px;
    border-radius: 6px;
    /* background: #121e50;
    background: -moz-linear-gradient(220deg, rgba(17, 32, 91, 1) 0%, rgba(19, 25, 57, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(19, 25, 57, 1)), color-stop(100%, rgba(17, 32, 91, 1)));
    background: -webkit-linear-gradient( 220deg, rgba(17, 32, 91, 1) 0%, rgba(19, 25, 57, 1) 100%);
    background: -o-linear-gradient(220deg, rgba(17, 32, 91, 1) 0%, rgba(19, 25, 57, 1) 100%);
    background: -ms-linear-gradient(220deg, rgba(17, 32, 91, 1) 0%, rgba(19, 25, 57, 1) 100%);
    background: linear-gradient( 230deg, rgba(17, 32, 91, 1) 0%, rgba(19, 25, 57, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#131939', endColorstr='#11205b', GradientType=1); */
    background: #222c6e;
    background: -moz-linear-gradient(31deg, rgba(17, 31, 92, 1) 0%, rgba(23, 45, 140, 1) 50%, rgba(17, 31, 92, 1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(17, 31, 92, 1)), color-stop(50%, rgba(23, 45, 140, 1)), color-stop(100%, rgba(17, 31, 92, 1)));
    background: -webkit-linear-gradient( 31deg, rgba(17, 31, 92, 1) 0%, rgba(23, 45, 140, 1) 50%, rgba(17, 31, 92, 1) 100%);
    background: -o-linear-gradient(31deg, rgba(17, 31, 92, 1) 0%, rgba(23, 45, 140, 1) 50%, rgba(17, 31, 92, 1) 100%);
    background: -ms-linear-gradient(31deg, rgba(17, 31, 92, 1) 0%, rgba(23, 45, 140, 1) 50%, rgba(17, 31, 92, 1) 100%);
    background: linear-gradient( 59deg, rgba(17, 31, 92, 1) 0%, rgba(23, 45, 140, 1) 50%, rgba(17, 31, 92, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#111f5c', endColorstr='#111f5c', GradientType=1);
    position: relative;
}

.content15 .item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/images/bg-minispots.png) center center repeat;
}

.content15 .icon {
    outline: 0px;
    padding: 20px 0px 0px;
    height: 55px;
    display: table;
    position: relative;
    margin: 0px auto;
}

.content15 .in {
    outline: 0px;
    padding-top: 10px;
}

.content15 .in img {
    outline: 0px;
    max-height: 45px;
    transition: all 1s ease-out;
}

.content15 .title {
    outline: 0px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}

#rt-main .item-page,
#rt-main .item-page h1,
#rt-main .item-page h2,
#rt-main .item-page h3,
#rt-main .item-page h4,
#rt-main .item-page h5,
#rt-main .item-page h6 {
    color: #fff;
}

#rt-main .item-page ol,
#rt-main .item-page ul {
    padding-left: 25px;
    padding-top: 15px;
}

#rt-main .item-page ol li,
#rt-main .item-page ul li {
    padding: 10px 0;
}

.poshukove_blocks {
    font-size: 12px;
    text-align: center;
    color: #000;
}

.poshukove_blocks strong {
    font-size: 16px;
    line-height: 1.4;
}

@-webkit-keyframes jumping-button {
    3% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    6% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    9% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    12% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    15% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes jumping-button {
    3% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    6% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    9% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    12% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    15% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes shadowBg {
    from {
        -webkit-box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2);
        box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2)
    }
    to {
        -webkit-box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0);
        box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0)
    }
}

@keyframes shadowBg {
    from {
        -webkit-box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2);
        box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2)
    }
    to {
        -webkit-box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0);
        box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0)
    }
}

@media (max-width: 768px) {
    .f-first-tariffs__card:focus,
    .f-first-tariffs__card:hover,
    .f-first-tariffs__card._colored {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .f-first-tariffs__card {
        width: 100%;
        margin-bottom: 20px;
    }
    .slider_logotype h1 {
        font-size: 24px;
    }
    .slider_logotype .sub-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .banner-icons-list {
        flex-wrap: wrap;
        margin-bottom: 0;
        justify-content: center;
    }
    .banner-icons-item {
        margin: 15px 0;
        width: 100%;
    }
    #rt-top+#rt-header #rt-logo {
        margin-top: -41px;
    }
    #rt-logo {
        background-position: right;
        width: 100%;
    }
    .slider_logotype {
        top: 50px;
    }
    .works__item {
        width: 100%;
    }
    .best-staff .container {
        align-items: flex-end;
    }
    .best-staff .h1 {
        font-size: 14px;
        width: 50%;
        margin-bottom: 30px;
    }
    #rt-extension .module-surround {
        padding: 0 15px;
    }
}
.phone-line-icon1 {
    display: inline-block;
    margin: 0 0px 0 0;
    vertical-align: bottom;
}
iframe {
    width: 100%;
    height: 600px;
}
@media (max-width: 768px) {
  
  iframe {
    width: 100%;
    height: 300px;
}
}